/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@layer properties;
.visible {
  visibility: visible;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.top-0 {
  top: calc(var(--spacing, 0.25rem) * 0);
}
.top-\[calc\(25\%-22px\)\] {
  top: calc(25% - 22px);
}
.top-\[calc\(50\%\+13px\)\] {
  top: calc(50% + 13px);
}
.top-\[calc\(50\%-22px\)\] {
  top: calc(50% - 22px);
}
.top-\[calc\(50\%-49px\)\] {
  top: calc(50% - 49px);
}
.right-\[calc\(25\%-12px\)\] {
  right: calc(25% - 12px);
}
.bottom-\[calc\(25\%-22px\)\] {
  bottom: calc(25% - 22px);
}
.left-\[calc\(25\%-12px\)\] {
  left: calc(25% - 12px);
}
.left-\[calc\(50\%-22px\)\] {
  left: calc(50% - 22px);
}
.z-10 {
  z-index: 10;
}
.z-40 {
  z-index: 40;
}
.container {
  width: 100%;
  @media (width >= 40rem) {
    max-width: 40rem;
  }
  @media (width >= 48rem) {
    max-width: 48rem;
  }
  @media (width >= 64rem) {
    max-width: 64rem;
  }
  @media (width >= 80rem) {
    max-width: 80rem;
  }
  @media (width >= 96rem) {
    max-width: 96rem;
  }
}
.m-0 {
  margin: calc(var(--spacing, 0.25rem) * 0);
}
.m-2 {
  margin: calc(var(--spacing, 0.25rem) * 2);
}
.m-4 {
  margin: calc(var(--spacing, 0.25rem) * 4);
}
.m-52 {
  margin: calc(var(--spacing, 0.25rem) * 52);
}
.m-61 {
  margin: calc(var(--spacing, 0.25rem) * 61);
}
.m-129 {
  margin: calc(var(--spacing, 0.25rem) * 129);
}
.m-154 {
  margin: calc(var(--spacing, 0.25rem) * 154);
}
.m-214 {
  margin: calc(var(--spacing, 0.25rem) * 214);
}
.m-222 {
  margin: calc(var(--spacing, 0.25rem) * 222);
}
.m-303 {
  margin: calc(var(--spacing, 0.25rem) * 303);
}
.m-319 {
  margin: calc(var(--spacing, 0.25rem) * 319);
}
.m-357 {
  margin: calc(var(--spacing, 0.25rem) * 357);
}
.m-393 {
  margin: calc(var(--spacing, 0.25rem) * 393);
}
.m-512 {
  margin: calc(var(--spacing, 0.25rem) * 512);
}
.m-531 {
  margin: calc(var(--spacing, 0.25rem) * 531);
}
.m-714 {
  margin: calc(var(--spacing, 0.25rem) * 714);
}
.m-768 {
  margin: calc(var(--spacing, 0.25rem) * 768);
}
.m-804 {
  margin: calc(var(--spacing, 0.25rem) * 804);
}
.m-888 {
  margin: calc(var(--spacing, 0.25rem) * 888);
}
.my-0 {
  margin-block: calc(var(--spacing, 0.25rem) * 0);
}
.my-1 {
  margin-block: calc(var(--spacing, 0.25rem) * 1);
}
.my-2 {
  margin-block: calc(var(--spacing, 0.25rem) * 2);
}
.my-3 {
  margin-block: calc(var(--spacing, 0.25rem) * 3);
}
.my-4 {
  margin-block: calc(var(--spacing, 0.25rem) * 4);
}
.my-8 {
  margin-block: calc(var(--spacing, 0.25rem) * 8);
}
.my-12 {
  margin-block: calc(var(--spacing, 0.25rem) * 12);
}
.mt-0 {
  margin-top: calc(var(--spacing, 0.25rem) * 0);
}
.mt-1 {
  margin-top: calc(var(--spacing, 0.25rem) * 1);
}
.mt-2 {
  margin-top: calc(var(--spacing, 0.25rem) * 2);
}
.mt-3 {
  margin-top: calc(var(--spacing, 0.25rem) * 3);
}
.mt-4 {
  margin-top: calc(var(--spacing, 0.25rem) * 4);
}
.mt-6 {
  margin-top: calc(var(--spacing, 0.25rem) * 6);
}
.mt-8 {
  margin-top: calc(var(--spacing, 0.25rem) * 8);
}
.mt-10 {
  margin-top: calc(var(--spacing, 0.25rem) * 10);
}
.mt-12 {
  margin-top: calc(var(--spacing, 0.25rem) * 12);
}
.mr-2 {
  margin-right: calc(var(--spacing, 0.25rem) * 2);
}
.mr-6 {
  margin-right: calc(var(--spacing, 0.25rem) * 6);
}
.mr-8 {
  margin-right: calc(var(--spacing, 0.25rem) * 8);
}
.mb-2 {
  margin-bottom: calc(var(--spacing, 0.25rem) * 2);
}
.mb-3 {
  margin-bottom: calc(var(--spacing, 0.25rem) * 3);
}
.mb-4 {
  margin-bottom: calc(var(--spacing, 0.25rem) * 4);
}
.mb-6 {
  margin-bottom: calc(var(--spacing, 0.25rem) * 6);
}
.mb-8 {
  margin-bottom: calc(var(--spacing, 0.25rem) * 8);
}
.mb-10 {
  margin-bottom: calc(var(--spacing, 0.25rem) * 10);
}
.mb-16 {
  margin-bottom: calc(var(--spacing, 0.25rem) * 16);
}
.ml-4 {
  margin-left: calc(var(--spacing, 0.25rem) * 4);
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.h-10 {
  height: calc(var(--spacing, 0.25rem) * 10);
}
.h-\[800px\] {
  height: 800px;
}
.h-\[1200px\] {
  height: 1200px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.min-h-\[1200px\] {
  min-height: 1200px;
}
.min-h-\[1300px\] {
  min-height: 1300px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\/2 {
  width: calc(1/2 * 100%);
}
.w-1\/4 {
  width: calc(1/4 * 100%);
}
.w-48 {
  width: calc(var(--spacing, 0.25rem) * 48);
}
.w-64 {
  width: calc(var(--spacing, 0.25rem) * 64);
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-3xl {
  max-width: var(--container-3xl, 48rem);
}
.max-w-full {
  max-width: 100%;
}
.min-w-0 {
  min-width: calc(var(--spacing, 0.25rem) * 0);
}
.min-w-24 {
  min-width: calc(var(--spacing, 0.25rem) * 24);
}
.min-w-32 {
  min-width: calc(var(--spacing, 0.25rem) * 32);
}
.flex-1 {
  flex: 1;
}
.flex-none {
  flex: none;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.table-fixed {
  table-layout: fixed;
}
.border-spacing-2 {
  --tw-border-spacing-x: calc(var(--spacing, 0.25rem) * 2);
  --tw-border-spacing-y: calc(var(--spacing, 0.25rem) * 2);
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-\[repeat\(auto-fit\,minmax\(340px\,1fr\)\)\] {
  grid-template-columns: repeat(auto-fit,minmax(340px,1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-start {
  align-items: flex-start;
}
.items-stretch {
  align-items: stretch;
}
.justify-around {
  justify-content: space-around;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-evenly {
  justify-content: space-evenly;
}
.justify-items-center {
  justify-items: center;
}
.gap-2 {
  gap: calc(var(--spacing, 0.25rem) * 2);
}
.gap-4 {
  gap: calc(var(--spacing, 0.25rem) * 4);
}
.gap-6 {
  gap: calc(var(--spacing, 0.25rem) * 6);
}
.gap-12 {
  gap: calc(var(--spacing, 0.25rem) * 12);
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.rounded-lg {
  border-radius: var(--radius-lg, 0.5rem);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-solid {
  --tw-border-style: solid;
  border-style: solid;
}
.border-gray-300 {
  border-color: var(--color-gray-300, oklch(87.2% 0.01 258.338));
}
.border-gray-400 {
  border-color: var(--color-gray-400, oklch(70.7% 0.022 261.325));
}
.border-red-700 {
  border-color: var(--color-red-700, oklch(50.5% 0.213 27.518));
}
.border-t-gray-500 {
  border-top-color: var(--color-gray-500, oklch(55.1% 0.027 264.364));
}
.bg-slate-400 {
  background-color: var(--color-slate-400, oklch(70.4% 0.04 256.788));
}
.p-0 {
  padding: calc(var(--spacing, 0.25rem) * 0);
}
.p-3 {
  padding: calc(var(--spacing, 0.25rem) * 3);
}
.p-8 {
  padding: calc(var(--spacing, 0.25rem) * 8);
}
.p-px {
  padding: 1px;
}
.px-2 {
  padding-inline: calc(var(--spacing, 0.25rem) * 2);
}
.px-4 {
  padding-inline: calc(var(--spacing, 0.25rem) * 4);
}
.px-6 {
  padding-inline: calc(var(--spacing, 0.25rem) * 6);
}
.px-8 {
  padding-inline: calc(var(--spacing, 0.25rem) * 8);
}
.py-1 {
  padding-block: calc(var(--spacing, 0.25rem) * 1);
}
.py-2 {
  padding-block: calc(var(--spacing, 0.25rem) * 2);
}
.py-3 {
  padding-block: calc(var(--spacing, 0.25rem) * 3);
}
.py-4 {
  padding-block: calc(var(--spacing, 0.25rem) * 4);
}
.pt-0 {
  padding-top: calc(var(--spacing, 0.25rem) * 0);
}
.pt-4 {
  padding-top: calc(var(--spacing, 0.25rem) * 4);
}
.pt-6 {
  padding-top: calc(var(--spacing, 0.25rem) * 6);
}
.pr-1 {
  padding-right: calc(var(--spacing, 0.25rem) * 1);
}
.pb-2 {
  padding-bottom: calc(var(--spacing, 0.25rem) * 2);
}
.pb-3 {
  padding-bottom: calc(var(--spacing, 0.25rem) * 3);
}
.pb-6 {
  padding-bottom: calc(var(--spacing, 0.25rem) * 6);
}
.pb-8 {
  padding-bottom: calc(var(--spacing, 0.25rem) * 8);
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.align-baseline {
  vertical-align: baseline;
}
.text-2xl {
  font-size: var(--text-2xl, 1.5rem);
  line-height: var(--tw-leading, var(--text-2xl--line-height, calc(2 / 1.5)));
}
.text-3xl {
  font-size: var(--text-3xl, 1.875rem);
  line-height: var(--tw-leading, var(--text-3xl--line-height, calc(2.25 / 1.875)));
}
.text-4xl {
  font-size: var(--text-4xl, 2.25rem);
  line-height: var(--tw-leading, var(--text-4xl--line-height, calc(2.5 / 2.25)));
}
.text-5xl {
  font-size: var(--text-5xl, 3rem);
  line-height: var(--tw-leading, var(--text-5xl--line-height, 1));
}
.text-9xl {
  font-size: var(--text-9xl, 8rem);
  line-height: var(--tw-leading, var(--text-9xl--line-height, 1));
}
.text-base {
  font-size: var(--text-base, 1rem);
  line-height: var(--tw-leading, var(--text-base--line-height, calc(1.5 / 1)));
}
.text-lg {
  font-size: var(--text-lg, 1.125rem);
  line-height: var(--tw-leading, var(--text-lg--line-height, calc(1.75 / 1.125)));
}
.text-sm {
  font-size: var(--text-sm, 0.875rem);
  line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / 0.875)));
}
.text-xl {
  font-size: var(--text-xl, 1.25rem);
  line-height: var(--tw-leading, var(--text-xl--line-height, calc(1.75 / 1.25)));
}
.leading-4 {
  --tw-leading: calc(var(--spacing, 0.25rem) * 4);
  line-height: calc(var(--spacing, 0.25rem) * 4);
}
.leading-normal {
  --tw-leading: var(--leading-normal, 1.5);
  line-height: var(--leading-normal, 1.5);
}
.font-bold {
  --tw-font-weight: var(--font-weight-bold, 700);
  font-weight: var(--font-weight-bold, 700);
}
.tracking-wide {
  --tw-tracking: var(--tracking-wide, 0.025em);
  letter-spacing: var(--tracking-wide, 0.025em);
}
.text-wrap {
  text-wrap: wrap;
}
.text-amber-300 {
  color: var(--color-amber-300, oklch(87.9% 0.169 91.605));
}
.text-blue-200 {
  color: var(--color-blue-200, oklch(88.2% 0.059 254.128));
}
.text-blue-300 {
  color: var(--color-blue-300, oklch(80.9% 0.105 251.813));
}
.text-emerald-300 {
  color: var(--color-emerald-300, oklch(84.5% 0.143 164.978));
}
.text-gray-200 {
  color: var(--color-gray-200, oklch(92.8% 0.006 264.531));
}
.text-gray-400 {
  color: var(--color-gray-400, oklch(70.7% 0.022 261.325));
}
.text-gray-500 {
  color: var(--color-gray-500, oklch(55.1% 0.027 264.364));
}
.text-green-200 {
  color: var(--color-green-200, oklch(92.5% 0.084 155.995));
}
.text-green-300 {
  color: var(--color-green-300, oklch(87.1% 0.15 154.449));
}
.text-green-400 {
  color: var(--color-green-400, oklch(79.2% 0.209 151.711));
}
.text-indigo-200 {
  color: var(--color-indigo-200, oklch(87% 0.065 274.039));
}
.text-indigo-400 {
  color: var(--color-indigo-400, oklch(67.3% 0.182 276.935));
}
.text-lime-300 {
  color: var(--color-lime-300, oklch(89.7% 0.196 126.665));
}
.text-orange-300 {
  color: var(--color-orange-300, oklch(83.7% 0.128 66.29));
}
.text-red-300 {
  color: var(--color-red-300, oklch(80.8% 0.114 19.571));
}
.text-red-400 {
  color: var(--color-red-400, oklch(70.4% 0.191 22.216));
}
.text-rose-300 {
  color: var(--color-rose-300, oklch(81% 0.117 11.638));
}
.text-sky-200 {
  color: var(--color-sky-200, oklch(90.1% 0.058 230.902));
}
.text-sky-300 {
  color: var(--color-sky-300, oklch(82.8% 0.111 230.318));
}
.text-teal-400 {
  color: var(--color-teal-400, oklch(77.7% 0.152 181.912));
}
.text-yellow-200 {
  color: var(--color-yellow-200, oklch(94.5% 0.129 101.54));
}
.lowercase {
  text-transform: lowercase;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
  transition-duration: var(--tw-duration, var(--default-transition-duration, 150ms));
}
.lg\:my-4 {
  @media (width >= 64rem) {
    margin-block: calc(var(--spacing, 0.25rem) * 4);
  }
}
.lg\:mt-0 {
  @media (width >= 64rem) {
    margin-top: calc(var(--spacing, 0.25rem) * 0);
  }
}
.lg\:mt-28 {
  @media (width >= 64rem) {
    margin-top: calc(var(--spacing, 0.25rem) * 28);
  }
}
.lg\:mr-8 {
  @media (width >= 64rem) {
    margin-right: calc(var(--spacing, 0.25rem) * 8);
  }
}
.lg\:block {
  @media (width >= 64rem) {
    display: block;
  }
}
.lg\:hidden {
  @media (width >= 64rem) {
    display: none;
  }
}
.lg\:min-h-\[12em\] {
  @media (width >= 64rem) {
    min-height: 12em;
  }
}
.lg\:min-h-\[15em\] {
  @media (width >= 64rem) {
    min-height: 15em;
  }
}
.lg\:min-h-screen {
  @media (width >= 64rem) {
    min-height: 100vh;
  }
}
.lg\:w-1\/2 {
  @media (width >= 64rem) {
    width: calc(1/2 * 100%);
  }
}
.lg\:w-1\/3 {
  @media (width >= 64rem) {
    width: calc(1/3 * 100%);
  }
}
.lg\:w-2\/3 {
  @media (width >= 64rem) {
    width: calc(2/3 * 100%);
  }
}
.lg\:w-3\/4 {
  @media (width >= 64rem) {
    width: calc(3/4 * 100%);
  }
}
.lg\:max-w-3\/4 {
  @media (width >= 64rem) {
    max-width: calc(3/4 * 100%);
  }
}
.lg\:max-w-5xl {
  @media (width >= 64rem) {
    max-width: var(--container-5xl, 64rem);
  }
}
.lg\:max-w-6xl {
  @media (width >= 64rem) {
    max-width: var(--container-6xl, 72rem);
  }
}
.lg\:basis-\[calc\(100\%\/3-4\%\)\] {
  @media (width >= 64rem) {
    flex-basis: calc(100% / 3 - 4%);
  }
}
.lg\:flex-col {
  @media (width >= 64rem) {
    flex-direction: column;
  }
}
.lg\:flex-row {
  @media (width >= 64rem) {
    flex-direction: row;
  }
}
.lg\:justify-center {
  @media (width >= 64rem) {
    justify-content: center;
  }
}
.lg\:gap-4 {
  @media (width >= 64rem) {
    gap: calc(var(--spacing, 0.25rem) * 4);
  }
}
.lg\:pt-4 {
  @media (width >= 64rem) {
    padding-top: calc(var(--spacing, 0.25rem) * 4);
  }
}
.lg\:pr-4 {
  @media (width >= 64rem) {
    padding-right: calc(var(--spacing, 0.25rem) * 4);
  }
}
.lg\:pr-6 {
  @media (width >= 64rem) {
    padding-right: calc(var(--spacing, 0.25rem) * 6);
  }
}
.lg\:pl-4 {
  @media (width >= 64rem) {
    padding-left: calc(var(--spacing, 0.25rem) * 4);
  }
}
.lg\:text-left {
  @media (width >= 64rem) {
    text-align: left;
  }
}
.lg\:text-right {
  @media (width >= 64rem) {
    text-align: right;
  }
}
.xl\:max-w-7xl {
  @media (width >= 80rem) {
    max-width: var(--container-7xl, 80rem);
  }
}
@font-face {
  font-family: 'Ethnocentric';
  src: url("../fonts/ethnocentric-regular-9vb1Io4.otf") format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello-w6RecAq.eot");
  src: url("../fonts/fontello-w6RecAq.eot") format('embedded-opentype'), url("../fonts/fontello-iQedWwB.woff2") format('woff2'), url("../fonts/fontello-MIcDxL8.woff") format('woff'), url("../fonts/fontello-PmYN3_b.ttf") format('truetype'), url("../fonts/fontello-0nzwWL1.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}
:root {
  --theme-blue-blind: #8cd3ff;
  --theme-blue-dark: #004F80;
  --theme-blue-light: #24acff;
  --theme-blue-light-translucent: rgba(0, 133, 215, 0.55);
  --theme-blue-medium: #0073BB;
  --theme-blue-medium-translucent: rgba(0, 115, 187, 0.45);
  --theme-gray-light: #D9D9D9;
  --theme-gray-light-translucent: rgba(220, 220, 220, 0.65);
  --theme-gray-medium-translucent: rgba(88, 88, 88, 0.45);
  --theme-green-dark: #8A8D00;
  --theme-green-light: #4ce500;
  --theme-green-light-translucent: rgba(57, 229, 0, 0.55);
  --theme-green-medium: #2bab00;
  --theme-green-medium-translucent: rgba(103, 171, 0, 0.45);
  --theme-neutral-dark: #151515;
  --theme-neutral-dark-alt: #303030;
  --theme-neutral-dark-alt-hover: #454545;
  --theme-neutral-dark-hover: #272727;
  --theme-neutral-dark-table: #202020;
  --theme-neutral-dark-translucent: rgba(15, 15, 15, 0.65);
  --theme-neutral-dark-translucent-alt: rgba(30, 30, 30, 0.68);
  --theme-neutral-light: #888888;
  --theme-neutral-light-alt: #A5A5A5;
  --theme-neutral-light-alt-hover: #B2B2B2;
  --theme-neutral-light-hover: #979797;
  --theme-neutral-medium: #4E4E4E;
  --theme-red-dark: #753B3B;
  --theme-red-light: #CD6666;
  --theme-red-medium: #B05858;
  --theme-white: #fefefe;
  --theme-white-alt: #f5f5f5;
  --theme-yellow-dark: #80801d;
  --theme-yellow-light: #DBD848;
  --theme-yellow-medium: #b2b03f;
}
* {
  font-family: 'Outfit', 'Arial', sans-serif;
}
*, ::before, ::after {
  border-color: #e5e7eb;
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}
::before, ::after {
  --tw-content: '';
}
.clearfix:before, .clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
html {
  font-optical-sizing: auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  height: 100%;
  overflow-x: hidden;
  word-break: break-word;
}
body {
  background: radial-gradient(circle at center, var(--theme-neutral-dark) 600px, var(--theme-neutral-dark-alt) 2500px);
  color: var(--theme-white);
  font-style: normal;
  font-weight: normal;
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  position: relative;
  scroll-behavior: smooth;
  text-rendering: geometricPrecision;
}
h1, h2, h3, h4, h5, h6, .title-h1, .title-h2, .title-h3, .title-h4, .title-h5, .title-h6 {
  font-family: 'Ethnocentric', 'Arial', sans-serif;
  font-weight: 600;
  text-wrap: balance;
}
h1, .title-h1 {
  display: inline-block;
  font-size: 2.3em;
  line-height: 1.25;
  margin-bottom: 1.25rem;
  padding: 1.25rem 0.75rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.theme1 h1::after, .theme1 .title-h1::after {
  border-bottom: 1px var(--theme-neutral-light) solid;
  bottom: 0;
  content: ' ';
  left: 33%;
  position: absolute;
  width: 33%;
}
h2, .title-h2 {
  display: inline-block;
  font-size: 1.8em;
  line-height: 1.5;
  margin-bottom: 0.75rem;
  margin-top: 1.25rem;
  position: relative;
  text-transform: uppercase;
}
h3, .title-h3 {
  display: inline-block;
  font-size: 1.5em;
  line-height: 1.5;
  margin-bottom: 0.25rem;
  margin-top: 0.5rem;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
h4, .title-h4 {
  display: inline-block;
  font-size: 1.2em;
  line-height: 1.5;
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
h5, .title-h5 {
  display: inline-block;
  font-size: 1.05em;
  line-height: 1.5;
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
.main-content .theme1 h2::after, .main-content .theme1 .title-h2::after {
  border-bottom: 1px var(--theme-neutral-medium) solid;
  bottom: 0;
  content: ' ';
  left: 0;
  position: absolute;
  width: 100%;
}
span, strong, em {
  font-family: inherit;
}
a, tr {
  transition: all 0.09s ease 0s;
}
ol, ul, menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
details {
  background-color: var(--theme-neutral-dark-alt);
  border-radius: 13px;
  box-shadow: 0 .25rem 1rem rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
  overflow: hidden;
}
summary {
  align-items: center;
  border-radius: 13px;
  cursor: pointer;
  display: flex;
  font-size: 1.5em;
  font-weight: 600;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0.6em 2em;
  position: relative;
  transition: background-color .4s ease-out;
  will-change: background-color;
}
summary::marker {
  display: none;
}
summary::after {
  aspect-ratio: 1;
  background-color: var(--theme-blue-light);
  border-radius: 50%;
  content: "+";
  cursor: pointer;
  display: grid;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 0;
  margin-right: 1rem;
  padding: .75rem;
  place-content: center;
  position: absolute;
  right: 0.25rem;
  top: 0.65rem;
}
summary:hover, details[open] summary {
  background-color: var(--theme-blue-dark);
}
.details-content {
  opacity: 0;
  transition: all 0.4s ease-in-out;
  will-change: opacity;
  background-color: var(--theme-neutral-dark-alt);
}
details[open] .details-content {
  opacity: 1;
}
details[open] summary {
  border-radius: 13px 13px 0 0;
}
details[open] summary:hover {
  background-color: var(--theme-blue-medium);
}
details[open] summary::after {
  content: "−";
}
[type="text"], [type="email"], [type="url"], [type="password"], [type="number"], [type="date"], [type="datetime-local"], [type="month"], [type="search"], [type="tel"], [type="time"], [type="week"], [multiple], textarea, select, .dt-search input {
  background-color: var(--theme-neutral-dark-alt);
  border-color: var(--theme-neutral-light);
  border-radius: 0.5rem;
  border-width: 2px;
  color: var(--theme-white);
  display: block;
  padding: 0.625rem;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
[type="text"]:hover, [type="email"]:hover, [type="url"]:hover, [type="password"]:hover, [type="number"]:hover, [type="date"]:hover, [type="datetime-local"]:hover, [type="month"]:hover, [type="search"]:hover, [type="tel"]:hover, [type="time"]:hover, [type="week"]:hover, [multiple]:hover, textarea:hover, select:hover, .dt-search input:hover {
  border-color: #60a5fa;
}
[type="text"]:focus, [type="email"]:focus, [type="url"]:focus, [type="password"]:focus, [type="number"]:focus, [type="date"]:focus, [type="datetime-local"]:focus, [type="month"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="time"]:focus, [type="week"]:focus, [multiple]:focus, textarea:focus, select:focus, .dt-search input:focus {
  border-color: #3b82f6;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  outline: 2px solid var(--theme-neutral-dark-alt);
  outline-offset: 2px;
}
input::placeholder {
  color: var(--theme-neutral-light);
}
textarea::placeholder {
  white-space: pre-line;
}
.decklist-cards {
  resize: vertical;
  max-width: 525px;
  font-size: 1em;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
datalist {
  background-color: var(--theme-neutral-dark);
  color: var(--theme-white-alt);
}
datalist option {
  background-color: var(--theme-neutral-dark);
  color: var(--theme-white-alt);
}
@media screen and (max-width: 1024px) {
  .decklist-cards {
    max-width: none;
  }
}
input[type="file"] {
  background-color: var(--theme-neutral-dark-alt);
  border-color: var(--theme-neutral-light-alt);
  border-radius: 0.5rem;
  border-width: 1px;
  color: var(--theme-white);
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  width: 100%;
}
input[type="file"]:hover {
  background-color: var(--theme-neutral-dark-hover);
  border-color: #3b82f6;
}
input[type="checkbox"], input[type="radio"] {
  border-color: #808080;
  border-radius: 1px;
}
input[type="file"]::file-selector-button {
  background-color: var(--theme-blue-medium);
  border: 0;
  color: white;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  margin-inline-end: 1rem;
  margin-inline-start: -1rem;
  padding: 0.625rem 1rem 0.625rem 2rem;
}
input[type="file"]::file-selector-button:hover {
  background-color: var(--theme-blue-light);
}
option {
  display: inline-block;
  width: 100%;
}
select option:checked {
  background-color: var(--theme-blue-light);
  color: black;
}
.dt-search input {
  background-color: var(--theme-neutral-medium) !important;
  margin-top: 5px;
}
.switch-field {
  display: flex;
}
.help {
  background-color: #555;
  display: inline-block;
  height: 1em;
  width: 1em;
}
.help-text {
  color: var(--theme-neutral-light);
  margin-top: 0.2em;
}
.switch-field input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.switch-field label {
  background-color: var(--theme-blue-dark);
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  color: var(--theme-gray-light);
  font-size: 14px;
  line-height: 1;
  margin-right: -1px;
  padding: 8px 16px;
  text-align: center;
  transition: all 0.1s ease-in-out;
  user-select: none;
  will-change: transition, color, background-color;
}
@media (max-width: 1024px) {
  .switch-field label {
    padding: 8px 5px;
    font-size: 11px;
  }
}
.switch-field input:disabled + label {
  background-color: var(--theme-neutral-medium);
  color: var(--theme-neutral-light);
  cursor: not-allowed;
}
.switch-field label:hover {
  cursor: pointer;
}
.switch-field input:checked + label {
  background-color: var(--theme-green-light);
  box-shadow: none;
  color: var(--theme-neutral-dark);
}
.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}
.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}
.form-split {
  margin-bottom: 0.35em;
  padding: 0.8em 1.4em;
  transition: background-color 0.2s ease-out;
  background-color: var(--theme-neutral-dark-alt);
}
.form-split:last-of-type {
  margin-bottom: 0;
}
.form-split:hover {
  background-color: var(--theme-neutral-dark-translucent-alt);
}
.card-add-form {
  margin-top: 0.3em;
}
.card-add-form fieldset {
  padding: 0.75em;
  border-color: var(--theme-neutral-light);
  border-width: 2px;
  margin: 0 0 5px 0;
  border-radius: 0.5em;
}
.card-add-form .inline-form-item {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.card-add-form .inline-form-item label {
  white-space: nowrap;
  padding: 0 0.5em;
}
.card-add-form label {
  display: none;
}
.dark-alt-background {
  background-color: var(--theme-neutral-dark-alt);
}
.mtg-card-hover-image {
  border-radius: 13px;
  box-shadow: 0 0 10px var(--theme-neutral-dark);
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
  border-left: 10px solid rgba(240, 250, 130, 0.5) !important;
  border-top: 5px solid transparent !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.dtr-expanded > td.dtr-control::before, table.dataTable.dtr-inline.collapsed > tbody > tr.dtr-expanded > th.dtr-control::before {
  border-left: 5px solid transparent !important;
  border-top: 10px solid rgba(240, 250, 130, 0.5) !important;
}
.theme1 {
  background-color: var(--theme-neutral-dark);
  border-color: var(--theme-neutral-medium);
  color: var(--theme-white);
}
.theme2 {
  background-color: var(--theme-neutral-dark-hover);
  border-color: var(--theme-neutral-medium);
  color: var(--theme-white-alt);
}
.gradient-down-theme2 {
  background: #303030;
  background: linear-gradient(180deg, var(--theme-neutral-dark-alt) 0%, var(--theme-neutral-dark) 100%);
}
.green-text {
  color: var(--theme-green-light);
}
.blue-text {
  color: var(--theme-blue-light);
}
.gray-text {
  color: var(--theme-neutral-light);
}
.red-text {
  color: var(--theme-red-light);
}
.white-text {
  color: var(--theme-white);
}
caption {
  font-size: 1.25em;
  font-weight: bold;
  padding: 1.5em 0.9em 0.6em 0.9em;
}
a {
  color: var(--theme-yellow-medium);
  text-decoration: inherit;
}
a:hover {
  color: var(--theme-yellow-light);
  text-decoration: none;
}
.theme1 a, .theme1 a:visited {
  color: var(--theme-yellow-light);
}
.theme1 a:hover, .theme1 a:visited:hover {
  color: var(--theme-yellow-medium);
}
.theme2 a, .theme2 a:visited {
  color: var(--theme-blue-medium);
}
.theme2 a:hover, .theme2 a:visited:hover {
  color: var(--theme-blue-light);
}
main {
  display: flex;
  flex-direction: column;
  position: relative;
}
.header {
  text-transform: uppercase;
}
.menu {
  display: none;
}
@media (min-width: 1024px) {
  .menu {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
.menu-open {
  display: flex !important;
  padding-bottom: 1.2em;
}
.footer {
  align-items: center;
  display: flex;
  justify-content: center;
}
.footer-text {
  padding: 3em 0;
  text-align: center;
}
.spacer-row {
  background-color: transparent;
  border: none !important;
  box-shadow: none !important;
  height: 3em;
  width: 100%;
}
.spaceless-row, .main-row {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
}
.main-row {
  border-style: solid;
  border-width: 0;
}
.bg-row-1 {
  background: transparent url("../images/liliana-qLhVo-v.jpg") center center / cover no-repeat scroll;
}
.bg-row-2 {
  background: transparent url("../images/brass-YGdDa6Z.jpg") center center / cover no-repeat scroll;
}
.main-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  min-height: 1.5rem;
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .main-content {
    min-height: 10rem;
  }
}
.transparent-row {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.top-video-overflow-container {
  height: 100vh;
  min-height: 800px;
  position: absolute;
  width: 100%;
}
.top-video-height-container {
  height: 100%;
  inset: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.top-video-height-container video {
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
.video-replacement-image {
  background: transparent url("../images/eld-PfpYYnl.jpg") center center / cover no-repeat;
}
.btn img, .btn svg {
  display: inline;
  margin-bottom: 0.2em;
  max-height: 1em;
  width: 1em;
}
.block-text {
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-align: center;
  width: 100%;
}
@media (min-width: 1024px) {
  .block-text {
    width: 60%;
  }
}
.block-text p {
  margin-bottom: 1.5rem;
}
.main-content .main-row {
  align-items: center;
  display: flex;
  flex-direction: column;
  min-height: 800px;
  width: 100%;
}
.main-column {
  max-width: 1600px;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  width: 100%;
}
.table {
  font-size: 0.9em;
  margin: 0.1em;
  table-layout: fixed;
  width: 100%;
}
.table-auto {
  table-layout: auto !important;
}
.table.center {
  text-align: center;
}
.table thead {
  border-style: solid;
  border-width: 0 0 3px 0;
}
.table th {
  overflow-wrap: anywhere;
  padding: 0.6em 0.5em;
}
.table td {
  overflow-wrap: anywhere;
  padding: 0.6em 0.5em;
}
table li {
  margin: 0 !important;
}
table ul {
  margin: 0 !important;
}
.header-highlight-table {
  border-collapse: separate;
  border-spacing: 0;
}
.header-highlight-table thead {
  box-shadow: 0 2px 5px var(--theme-neutral-dark);
  position: sticky;
  top: 45px;
  z-index: 10;
}
.header-highlight-table thead th {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
}
.theme1 .table thead {
  background-color: var(--theme-neutral-dark);
  border-bottom-color: var(--theme-neutral-medium);
}
.theme1 .table tr {
  background-color: var(--theme-neutral-dark-table);
  color: var(--theme-white);
}
.theme1 .table tr:nth-child(even) {
  background-color: var(--theme-neutral-dark-alt);
}
.theme1 .table tr:hover {
  background-color: var(--theme-neutral-dark-hover);
}
.theme1 .table tr:nth-child(even):hover {
  background-color: var(--theme-neutral-dark-alt-hover);
}
.theme2 .table thead th {
  background-color: var(--theme-neutral-dark-alt);
  border-bottom-color: var(--theme-neutral-medium);
  border-top-color: var(--theme-neutral-medium);
}
.theme2 .table tr {
  background-color: var(--theme-neutral-light);
  color: var(--theme-neutral-dark);
}
.theme2 .table tr:nth-child(even) {
  background-color: var(--theme-neutral-light-alt);
}
.theme2 .table tr:hover {
  background-color: var(--theme-neutral-light-hover);
}
.theme2 .table tr:nth-child(even):hover {
  background-color: var(--theme-neutral-light-alt-hover);
}
.theme1 .header-highlight-table thead {
  color: var(--theme-blue-light);
}
.theme1 .header-highlight-table thead tr, .theme1 .header-highlight-table thead tr:hover {
  background-color: var(--theme-neutral-medium);
}
.table-id-column {
  text-align: center;
  width: 4em;
}
table .btn {
  margin: 0.25rem;
}
.example-table * {
  font-family: monospace !important;
}
.example-table em {
  color: var(--theme-neutral-light);
}
.example-table td {
  border: 1px var(--theme-neutral-light) solid;
  line-break: normal;
  padding: 0.2em 0.5em;
  word-break: keep-all;
}
.dt-search {
  margin: auto;
  padding: 0.5em 1.2em;
  width: 40%;
}
.dt-layout-cell.dt-layout-start, .dt-layout-cell.dt-layout-end {
  flex: 1;
}
.dt-info {
  display: inline-block;
  flex-grow: 1;
  padding: 0.5em 2em;
  text-align: center;
  width: 100%;
}
.dt-column-title {
  text-align: center;
}
.top-menu {
  align-items: center;
  background-color: transparent;
  color: var(--theme-neutral-dark);
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 50;
}
.menu a, .menu a:visited {
  color: var(--theme-white);
  display: inline-block;
  font-family: 'Outfit', sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  line-height: 1.6rem;
  padding: 1.3em 1.2em;
  position: relative;
  text-shadow: 1px 1px 1px var(--theme-neutral-dark), -1px -1px 1px var(--theme-neutral-light);
  text-wrap: balance;
  transition: all 0.1s ease-out;
  vertical-align: middle;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .menu a, .menu a:visited {
    padding: 0.5em 0.3em;
  }
}
.menu a:hover {
  color: var(--theme-blue-blind) !important;
  text-shadow: 1px 1px 1px var(--theme-neutral-medium), -1px -1px 1px var(--theme-neutral-light);
}
.menu a::after {
  background-color: var(--theme-blue-light);
  bottom: 0;
  content: '';
  height: 2px;
  left: 1.2em;
  position: absolute;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
  width: calc(100% - 2.4em);
}
.menu a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.menu a img, .menu a svg {
  display: inline !important;
  line-height: 1em;
  margin-bottom: 0.2em;
  max-height: 1em;
  max-width: 1em;
  vertical-align: middle;
}
.iconshape {
  color: var(--theme-yellow-light);
  fill: var(--theme-yellow-light);
}
#header-menu {
  position: relative;
}
.header .home-link a {
  padding-left: 60px;
}
.header .home-link a::before {
  background: transparent url("../images/aeonshift-icon-6zIQZAe.png") center center / contain no-repeat scroll;
  border-radius: 4px;
  content: ' ';
  height: 30px;
  left: 20px;
  position: absolute;
  top: 18px;
  width: 30px;
}
.header li:hover {
  border-radius: 3px 3px 0 0;
  color: var(--theme-yellow-dark);
}
.menu nav > ul {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .menu nav > ul {
    flex-direction: row;
  }
}
.header.menu nav > ul > li {
  border-color: transparent;
  border-style: solid;
  border-width: 0 1px;
  position: relative;
}
.header.menu nav > ul > li:hover {
  background-color: transparent;
}
.header.menu nav > ul > li:hover::before {
  content: ' ';
  height: 100%;
  position: absolute;
  width: 100%;
}
.menu li {
  border-radius: 0 0 0 0;
  padding: 0;
  position: relative;
  text-align: center;
  transition: all 0.06s ease-out;
}
.menu nav > ul > li > ul {
  color: var(--theme-yellow-light);
  display: none;
  flex-direction: column;
  min-width: 12em;
  position: absolute;
}
.menu nav > ul > li:nth-last-child(-n+3) > ul {
  right: 0;
}
.menu nav > ul > li:not(:nth-last-child(-n+3)) > ul {
  left: 0;
}
.menu-open nav > ul > li > ul {
  display: flex !important;
  position: relative;
  width: 100%;
}
.menu nav > ul > li:hover > ul, .menu nav > ul > li:focus-within > ul {
  display: flex;
  min-width: 20em;
  width: 100%;
}
.menu nav > ul > li:hover > ul > li:hover, .menu nav > ul > li:focus-within > ul > li:focus-within {
  transition: all 0.08s ease-out;
}
.menu-separator {
  background-color: var(--theme-neutral-dark-translucent);
  height: 0.2em;
}
.admin-home-nav .menu-separator {
  background-color: var(--theme-neutral-medium);
  height: 0.05em;
  margin: 1em 0;
  padding: 0;
}
button, [role="button"] {
  cursor: pointer;
}
.btn {
  --tw-bg-opacity: 1 !important;
  border-color: transparent;
  border-radius: 0.25rem;
  border-width: 1px;
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  line-height: 1.75rem;
  padding: 0.25em 1rem 0.35em;
  text-align: center;
  --tw-text-opacity: 1 !important;
  text-wrap: balance;
}
.btn:focus {
  outline: #000 solid 1px;
}
.btn-big {
  border-radius: 0.75rem;
  font-size: 1.45rem;
  line-height: 2rem;
  padding: 0.7em 1.45em;
  text-transform: uppercase;
  transition: all 0.15s ease-out;
}
.btn:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.btn-nowrap {
  white-space: nowrap;
  text-wrap: nowrap;
}
.btn-gray {
  background-color: #4b5563;
  color: #fff !important;
}
.btn-gray:hover {
  background-color: #1f2937;
}
.btn-gold {
  background-color: var(--theme-yellow-dark);
  border-color: #d1d5db;
  border-style: solid !important;
  border-width: 1px;
  color: #fff;
}
.btn-gold:hover {
  background-color: var(--theme-yellow-medium);
  border-color: #4b5563;
  color: #111827;
}
.btn-gold:active, .btn-gold:focus {
  background-color: var(--theme-yellow-light);
  border-color: #fbbf24;
  color: #f3f4f6;
  outline-color: #374151;
}
.btn-red {
  background-color: #b91c1c;
  color: #fff !important;
}
.btn-red:hover {
  background-color: #7f1d1d !important;
}
.btn-orange {
  background-color: #ea580c;
  color: #fff !important;
}
.btn-orange:hover {
  background-color: #9a3412 !important;
}
.btn-green {
  background-color: var(--theme-green-dark);
  color: #fff !important;
}
.btn-green:hover {
  background-color: var(--theme-green-medium);
}
.btn-blue {
  background-color: var(--theme-blue-dark);
  color: #fff !important;
}
.btn-blue:hover {
  background-color: var(--theme-blue-medium);
}
.btn-white {
  background-color: var(--theme-white-alt);
  border-color: rgba(0.95, 0.95, 0.95, 0.2);
  border-style: solid !important;
  border-width: 2px;
  color: var(--theme-neutral-dark) !important;
}
.btn-white:hover {
  background-color: var(--theme-white);
  border-color: #475569 !important;
  border-color: rgba(0.85, 0.85, 0.85, 0.7);
}
.btn-contour {
  border: 2px solid var(--theme-neutral-dark-alt) !important;
  box-shadow: 0 0 4px var(--theme-white) inset, 0 2px 7px -4px rgba(25, 25, 25, 0.8);
  transition: all 0.2s ease-out;
}
.btn-contour:hover {
  border: 2px solid var(--theme-neutral-dark-alt-hover) !important;
  box-shadow: 0 0 6px var(--theme-white) inset, 0 2px 7px -4px rgba(200, 200, 200, 0.8);
}
.main-row form {
  width: 100%;
}
.main-row ul, .main-row ol {
  margin-bottom: 1.5em;
}
.main-row ul li {
  list-style: disc inside none;
  margin-bottom: 0.3em;
  margin-left: 1.5em;
}
.main-row ol li {
  list-style: decimal inside none;
  margin-bottom: 0.3em;
  margin-left: 1.5em;
}
.main-row form ul, .main-row form ol {
  margin-bottom: 0.1em;
}
.form-container {
  align-items: center;
  border-radius: 0.75rem;
  border-style: solid;
  border-width: 1px;
  display: flex;
  justify-content: center;
  padding: 0.75rem;
  text-wrap: balance;
  word-break: normal;
  word-wrap: break-word;
}
@media (min-width: 1024px) {
  .form-container {
    padding: 1.5rem;
  }
}
.theme1 .form-container {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #94a3b8;
}
.theme2 .form-container {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #f1f5f9;
}
.reverse-form-container {
  background-color: var(--theme-neutral-dark-translucent) !important;
  border-color: #1e293b !important;
  color: var(--theme-blue-dark) !important;
}
fieldset {
  background-color: rgba(245, 245, 255, 0.18);
  border-color: var(--theme-neutral-medium);
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 0 8px -2px var(--theme-neutral-medium);
  padding: 0.75rem 0.5rem;
}
@media (min-width: 1024px) {
  fieldset {
    padding: 1.5rem 1rem;
  }
}
.theme2 fieldset {
  background-color: var(--theme-neutral-dark-translucent);
  border-color: var(--theme-neutral-medium);
}
.form-container ul, .form-container ol {
  margin-bottom: 0 !important;
}
.form-container li {
  margin-left: 0 !important;
}
.form-container li li {
  margin-left: 0.8em !important;
}
.form-container > ul > li {
  margin-left: 0.5em !important;
}
.rows-fieldset, .actions-fieldset {
  margin-bottom: 1.5rem;
}
legend {
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-transform: uppercase;
}
label, .label {
  font-weight: 600;
  line-height: 1.5em;
  text-transform: uppercase;
}
label.required::before, .label.required::before {
  color: var(--theme-red-light);
  content: '* ';
  font-weight: bold;
}
.form-choices label, .form-choices .label {
  text-transform: none !important;
}
hr {
  background-color: transparent;
  border: 0 solid transparent;
  display: inline-block;
  height: 1px;
  margin: 0.6em 0;
  position: relative;
  width: 100%;
}
hr::before {
  content: ' ';
  left: 15%;
  margin-bottom: 2px;
  position: absolute;
  top: 0;
  width: 70%;
}
.theme1 hr {
  background-color: var(--theme-neutral-medium);
}
.theme2 hr {
  background-color: var(--theme-neutral-light);
}
.messages {
  width: 100%;
}
.title-image {
  display: inline;
  line-height: 1em !important;
  margin-bottom: 0.2em;
  max-height: 1.3em;
  vertical-align: middle;
}
.flash-message {
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 1.1em;
  line-height: 1.2em;
  margin: 0.5em 0 0.5em 0;
  padding: 0.4em 2em 0.4em 2.5em;
  position: relative;
}
.event-places .flash-message {
  font-size: 1.0em;
}
.flash-message::before {
  height: 1em;
  left: 0.7em;
  position: absolute;
  top: 0.3em;
  width: 1em;
}
.flash-message a {
  text-decoration: underline;
}
.flash-success {
  background-color: #ddffdd;
  border-color: #008800;
  color: #008800;
}
.flash-success a {
  color: #005000;
}
.flash-error {
  background-color: #ffdddd;
  border-color: #880000;
  color: #880000;
}
.flash-error a {
  color: #500000;
}
.flash-info {
  background-color: #dadaeb;
  border-color: #1e1e8e;
  color: #1e1e8e;
}
.flash-info a {
  color: #000032;
}
.flash-warning {
  background-color: #ede8c0;
  border-color: #6f3107;
  color: #6f3107;
}
.flash-warning a, .flash-warning a:hover, .flash-warning a:visited {
  color: #3d1b04 !important;
}
.flash-success a, .flash-success a:hover, .flash-success a:visited {
  color: #004d00 !important;
}
.flash-success::before {
  content: '✅';
}
.flash-error::before {
  content: '⛔';
}
.flash-info::before {
  content: 'ℹ️️';
}
.flash-warning::before {
  content: '⚠️';
}
.flash-message li {
  margin-left: 1.2em !important;
}
.tooltip {
  display: inline;
  position: relative;
  z-index: 999;
}
.tooltip-item {
  cursor: pointer;
  display: inline-block;
  line-height: 1.1em;
  vertical-align: text-bottom;
}
.tooltip-item [class^="icon-"]::before, .tooltip-item [class*="icon-"]::before {
  margin: 0;
}
.tooltip-item::after {
  bottom: 100%;
  content: '';
  height: 20px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  transform: translateX(-50%);
  width: 360px;
}
.tooltip:hover .tooltip-item::after {
  pointer-events: auto;
}
.tooltip-content {
  background: var(--theme-neutral-dark-alt-hover);
  bottom: 100%;
  box-shadow: 0 13px 20px -15px var(--theme-neutral-dark);
  cursor: default;
  font-size: 0.765em;
  left: 50%;
  line-height: 1.4;
  margin: 0 0 12px -182px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  text-align: left;
  transform: translate3d(0, -10px, 0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  width: 360px;
  z-index: 9999;
}
.tooltip:hover .tooltip-content {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}
.tooltip.tooltip-effect-2:hover .tooltip-content {
  transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}
.tooltip-content::after {
  border: 10px solid transparent;
  border-top-color: var(--theme-neutral-dark-alt-hover);
  content: '';
  height: 0;
  left: 50%;
  margin-left: -10px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 0;
}
.tooltip-text {
  color: var(--theme-white);
  display: block;
  font-size: 13px;
  line-height: 1.6em;
  padding: 1em;
  text-transform: none !important;
}
.navigation {
  background-color: var(--theme-white-alt);
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.navigation span {
  border-radius: 0.25rem;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.navigation span:not(:has(a)) {
  background-color: var(--theme-neutral-medium);
  border-radius: 0.25rem;
  color: var(--theme-neutral-light);
  padding: 0.5rem 1.25rem;
}
.navigation span a {
  border-radius: 0.25rem;
  color: var(--theme-yellow-medium) !important;
  display: inline-block;
  padding: 0.5rem 1.25rem;
}
.navigation span a:hover {
  background-color: var(--theme-neutral-medium);
  color: var(--theme-yellow-light) !important;
}
.page-content {
  width: 100%;
}
@media (min-width: 1024px) {
  .page-content {
    width: 83.333333%;
  }
}
.page-content img {
  display: inline-block;
}
.page-content h3 {
  padding-left: 1rem;
}
.page blockquote {
  background-color: rgba(245, 245, 245, 0.18);
  border-color: #a1a1aa;
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 1px;
  padding: 0.75rem 0.5rem;
}
@media (min-width: 1024px) {
  .page blockquote {
    padding: 1.5rem 1rem;
  }
}
blockquote {
  font-style: italic;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
  padding: 2em 4.5em;
  position: relative;
}
blockquote::before {
  content: '«';
  font-size: 5em;
  height: 1em;
  left: 0.2em;
  line-height: 1em;
  position: absolute;
  top: 0;
  width: 1em;
}
blockquote::after {
  bottom: 0;
  content: '»';
  font-size: 5em;
  height: 1em;
  line-height: 1em;
  position: absolute;
  right: 0.2em;
  width: 1em;
}
code {
  background: var(--theme-neutral-dark-translucent);
  border-color: #64748b;
  border-radius: 0.25rem;
  border-style: dashed;
  border-width: 1px;
  color: var(--theme-white);
  cursor: text;
  display: block;
  font-style: normal;
  margin-top: 0.25rem;
  min-width: max-content;
  padding: 0.15rem;
  position: relative;
  transition-duration: 700ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  white-space: nowrap;
}
#skipcontent {
  background-color: #fff;
  color: #000;
  display: block;
  left: 0;
  padding: 1rem;
  position: fixed;
  top: -80px;
}
#skipcontent:focus {
  top: 0;
  z-index: 100;
}
.sharer-bar {
  display: inline-block;
  height: 1.5rem;
  line-height: 1.5;
  vertical-align: super;
  width: 100%;
}
.share-link {
  display: inline-block;
  height: 1.5rem;
  line-height: 1.5;
  margin: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  vertical-align: super;
}
.share-link span {
  display: inline-block;
  height: 1.5rem;
  margin: auto;
  vertical-align: super;
}
.share-link svg {
  display: inline-block;
  height: 1.5rem;
  margin: auto;
  width: auto;
}
iframe {
  border-radius: 0.125rem;
  border-style: solid;
  border-width: 2px;
  height: auto;
  max-width: 100%;
  min-height: 20em;
  position: relative;
  z-index: 10;
}
.theme1 iframe {
  border-color: var(--theme-neutral-medium);
  box-shadow: 0 0 6px 1px var(--theme-neutral-light);
}
.theme2 iframe {
  border-color: var(--theme-neutral-light);
  box-shadow: 0 0 6px 1px var(--theme-neutral-light-alt);
}
[class^='icon-']:before, [class*=' icon-']:before {
  display: inline-block;
  font-family: 'Fontello', serif;
  font-size: 1.15em;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1em;
  margin-left: .1em;
  margin-right: .1em;
  -moz-osx-font-smoothing: grayscale;
  speak: never;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: .9em;
}
.icon-search:before {
  content: '\e800';
}
.icon-ok:before {
  content: '\e801';
}
.icon-cancel:before {
  content: '\e802';
}
.icon-plus:before {
  content: '\e803';
}
.icon-attention:before {
  content: '\e804';
}
.icon-info:before {
  content: '\e805';
}
.icon-question:before {
  content: '\e806';
}
.icon-globe:before {
  content: '\e807';
}
.icon-user:before {
  content: '\e808';
}
.icon-group:before {
  content: '\e809';
}
.icon-star:before {
  content: '\e80a';
}
.icon-share:before {
  content: '\e80b';
}
.icon-th-list:before {
  content: '\e80c';
}
.icon-link:before {
  content: '\e80d';
}
.icon-cog:before {
  content: '\e80e';
}
.icon-target:before {
  content: '\e80f';
}
.icon-globe-1:before {
  content: '\e810';
}
.icon-off:before {
  content: '\e811';
}
.icon-docs:before {
  content: '\e812';
}
.icon-flag-filled:before {
  content: '\e813';
}
.icon-pencil:before {
  content: '\e814';
}
.icon-target-1:before {
  content: '\e815';
}
.icon-cloud-sun-inv:before {
  content: '\e816';
}
.icon-calendar:before {
  content: '\e817';
}
.icon-globe-inv:before {
  content: '\f019';
}
.icon-food:before {
  content: '\f0f5';
}
.icon-bullseye:before {
  content: '\f140';
}
.icon-wheelchair:before {
  content: '\f193';
}
.icon-trash:before {
  content: '\f1f8';
}
.icon-clone:before {
  content: '\f24d';
}
.icon-chart-bar:before {
  content: '\e818';
}
.icon-shop:before {
  content: '\e819';
}
.icon-th-large:before {
  content: '\e81a';
}
.icon-list-numbered:before {
  content: '\e81b';
}
.icon-money:before {
  content: '\f0d6';
}
.icon-videocam:before {
  content: '\e81c';
}
.icon-mobile:before {
  content: '\e81d';
}
.icon-mail:before {
  content: '\e81e';
}
.icon-chart-bar:before {
  content: '\e818';
}
.icon-cloud-sun-inv:before {
  content: '\e816';
}
.pulse, .pulse1 {
  animation: pulse-glow 2.1s infinite;
}
.pulse2 {
  animation: pulse-glow 2.1s infinite 0.3s;
}
.pulse3 {
  animation: pulse-glow 2.1s infinite 0.6s;
}
.pulse4 {
  animation: pulse-glow 2.1s infinite 0.9s;
}
.pulse5 {
  animation: pulse-glow 2.1s infinite 1.2s;
}
.pulse6 {
  animation: pulse-glow 2.1s infinite 1.5s;
}
.pulse7 {
  animation: pulse-glow 2.1s infinite 1.8s;
}
.total-zero {
  color: rgb(113 113 122 / 0.5);
  letter-spacing: 0.1em;
}
.total-more {
  color: #60a5fa;
  letter-spacing: 0.1em;
}
.widgets-toggle {
  cursor: pointer;
  padding-left: 2em;
  position: relative;
}
.widgets-toggle::before {
  content: '↓';
  display: inline-block;
  left: 1em;
  position: absolute;
}
.widgets-toggle.widget-toggle-open::before {
  content: '↑';
}
.hidden-form {
  display: none !important;
}
.data-loading {
  opacity: 0.4;
  position: relative;
}
.data-loading::before {
  background: transparent url("../images/loading-bnMuRHM.gif") center top no-repeat scroll;
  background-size: cover;
  content: ' ';
  height: 80px;
  left: calc(50% - 40px);
  position: absolute;
  top: 20px;
  width: 80px;
  z-index: 500;
}
.value0 {
  color: var(--theme-red-medium);
}
.value1 {
  color: var(--theme-green-medium);
}
.cke_editable {
  padding: 0.5em 1em;
}
.cke_editable ol {
  list-style: inside decimal;
  padding-left: 1em;
}
.cke_editable ul {
  list-style: inside circle;
  padding-left: 1em;
}
.cke_top, .cke_bottom, .cke_dialog_body {
  background-color: var(--theme-neutral-light-alt-hover) !important;
}
.cke_dialog_contents {
  background-color: var(--theme-neutral-light-alt) !important;
}
.cke_dialog_container table {
  border-width: 0 !important;
}
.home-incentive {
  background-color: var(--theme-neutral-dark-translucent-alt);
  border: 2px var(--theme-neutral-medium) solid;
  border-radius: 500px;
  box-shadow: 0 0 30px 8px var(--theme-neutral-dark), -320px 0 140px -25px var(--theme-white), 320px 0 140px -25px var(--theme-white), 0 0 15px -2px var(--theme-white) inset;
  max-width: 1000px;
  padding: 1em 4em 2em 4em;
  position: relative;
  transition: all 0.15s ease-out;
}
.home-incentive:hover {
  background-color: var(--theme-neutral-dark-translucent);
  border: 2px var(--theme-neutral-light) solid;
  box-shadow: 0 0 30px 8px var(--theme-neutral-dark), -320px 0 140px -20px var(--theme-white), 320px 0 140px -20px var(--theme-white), 0 0 26px -2px var(--theme-white) inset;
}
.format-incentive {
  background-color: var(--theme-neutral-dark-translucent);
  border: 1px var(--theme-neutral-dark-alt) solid;
  box-shadow: 0 0 15px -2px var(--theme-neutral-dark);
  position: relative;
  transition: all 0.15s ease-out;
}
.format-incentive:hover {
  background-color: var(--theme-neutral-dark-translucent-alt);
  border: 1px var(--theme-neutral-dark-alt-hover) solid;
  box-shadow: 0 0 15px -2px var(--theme-neutral-dark-alt);
}
.format-incentive::before {
  border-left: 1px solid var(--theme-gray-light-translucent);
  border-top: 1px solid var(--theme-gray-light-translucent);
  content: ' ';
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
.format-incentive::after {
  border-bottom: 1px solid var(--theme-gray-light-translucent);
  border-right: 1px solid var(--theme-gray-light-translucent);
  bottom: 0;
  content: ' ';
  height: 20px;
  position: absolute;
  right: 0;
  width: 20px;
}
.game-choice-image {
  border-bottom: 1px var(--theme-neutral-medium) solid;
}
.color-cycle {
  animation: hueCycle 6s linear infinite;
}
.gradient-cycle {
  color: white;
  overflow: hidden;
  position: relative;
}
.gradient-cycle::after {
  animation: gradient-cycle 4.5s ease-out infinite;
  background: linear-gradient( 120deg, transparent 0%, transparent 20%, rgba(255, 255, 255, 0.15) 30%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.15) 70%, transparent 80%, transparent 100% );
  content: "";
  height: 100%;
  left: -200%;
  mix-blend-mode: overlay;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 180%;
  will-change: transform;
}
.format-help {
  font-size: 1.1em;
  margin: 1em auto;
  padding: 0 30px;
}
.format-help strong {
  color: var(--theme-yellow-light);
}
.format-card {
  background-color: var(--theme-neutral-dark-hover);
  border-radius: 4px;
  box-shadow: 0 0 0 2px oklch(from var(--theme-yellow-dark) l c h / calc(alpha - 0.3)), 0 0 25px 8px oklch(from var(--theme-yellow-dark) l c h / calc(alpha - 0.9));
  transform: perspective(1000px) rotateX(0deg) rotateY(0deg) scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 0.15s all ease-out;
  width: 350px;
  will-change: transform, box-shadow;
}
.format-card:hover {
  box-shadow: 0 0 0 3px oklch(from var(--theme-yellow-light) l c h / calc(alpha - 0.2)), 0 0 35px 12px oklch(from var(--theme-yellow-light) l c h / calc(alpha - 0.8));
  transform-style: preserve-3d;
}
.format-card a {
  display: flex;
  flex-direction: column;
  height: 100%;
  transform-style: preserve-3d;
}
.format-image-container {
  transform-style: preserve-3d;
}
.format-bg {
  border-bottom: 1px var(--theme-neutral-medium) solid;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 5px 5px var(--theme-neutral-dark-translucent);
  overflow: hidden;
  position: relative;
}
.format-card .pop-text {
  transform: translateZ(40px);
}
.format-card .title-h3 {
  align-content: center;
  border-bottom: 1px var(--theme-neutral-medium) solid;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  min-height: 3.5em;
  text-wrap: balance;
}
.format-ball {
  aspect-ratio: 1;
  background: radial-gradient(circle at 30% 30%, var(--theme-yellow-light) 0%, var(--theme-yellow-medium) 25%, var(--theme-yellow-dark) 55%, #5f5f5f 75%, var(--theme-yellow-light) 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 3px var(--theme-neutral-dark), 0 0 13px 3px var(--theme-neutral-dark);
  color: var(--theme-neutral-dark);
  display: block;
  font-size: 1.8em;
  font-weight: bold;
  height: 55px;
  line-height: 51px;
  margin: 0;
  padding: 1px;
  position: absolute;
  text-shadow: 1px 0 0 var(--theme-neutral-light-alt-hover);
  transform: translateZ(40px);
  width: 55px;
}
.format-ball-blue {
  background: radial-gradient(circle at 30% 30%, var(--theme-blue-light) 0%, var(--theme-blue-medium) 25%, var(--theme-blue-dark) 55%, #5f5f5f 75%, var(--theme-blue-light) 100%);
}
.format-ball-red {
  background: radial-gradient(circle at 30% 30%, var(--theme-red-light) 0%, var(--theme-red-medium) 25%, var(--theme-red-dark) 55%, #5f5f5f 75%, var(--theme-red-light) 100%);
}
.format-ball-green {
  background: radial-gradient(circle at 30% 30%, var(--theme-green-light) 0%, var(--theme-green-medium) 25%, var(--theme-green-dark) 55%, #5f5f5f 75%, var(--theme-green-light) 100%);
}
.format-ball-gray {
  background: radial-gradient(circle at 30% 30%, var(--theme-neutral-light) 0%, var(--theme-neutral-medium) 25%, var(--theme-neutral-dark) 55%, #5f5f5f 75%, var(--theme-neutral-light) 100%);
}
.coming-soon {
  position: relative;
}
.coming-soon a {
  cursor: not-allowed;
  filter: saturate(0.3);
  opacity: 0.3;
}
.format-card.coming-soon::before {
  content: 'COMING SOON';
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid var(--theme-red-light);
  background: var(--theme-yellow-dark);
  z-index: 2000;
  opacity: 1.0;
  padding: 3px 8px;
  border-radius: 0 4px 0 8px;
  color: var(--theme-yellow-light);
  font-weight: bold;
  text-shadow: 0 0 2px var(--theme-neutral-dark-translucent);
}
.btn-star {
  background-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 9px -2px var(--theme-neutral-dark);
  color: rgba(255, 255, 255, 0.6);
  display: block;
  font-weight: 400;
  margin: 0 auto;
  padding: 10px 30px;
  position: relative;
  transition: color 0.5s ease, background-color 0.1s ease, box-shadow 0.15s ease-out;
}
.btn-star.btn-big {
  border-radius: 0 !important;
}
.btn-star .top-left, .btn-star .top-right, .btn-star .bottom-left, .btn-star .bottom-right {
  height: 15px;
  position: absolute;
  width: 15px;
}
.btn-star .bottom-right, .btn-star .bottom-left {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  bottom: 0;
}
.btn-star .top-left, .btn-star .top-right {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  top: 0;
}
.btn-star .top-left, .btn-star .bottom-left {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  left: 0;
}
.btn-star .top-right, .btn-star .bottom-right {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  right: 0;
}
.btn-star:before {
  border: 1px solid transparent;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: border-color 0.2s ease;
  width: 100%;
}
.btn-star:hover {
  -webkit-animation: StarBackground 0.5s;
  animation: StarBackground 0.5s;
  background-color: rgba(255, 255, 255, 0.09);
  box-shadow: 0 0 9px -5px var(--theme-white-alt);
  color: rgba(255, 255, 255, 1);
}
.btn-star.btn-blue {
  background-color: var(--theme-blue-medium-translucent);
}
.btn-star.btn-blue:hover {
  background-color: var(--theme-blue-light-translucent);
}
.btn-star.btn-gray {
  background-color: var(--theme-gray-medium-translucent);
}
.btn-star.btn-gray:hover {
  background-color: var(--theme-gray-light-translucent);
}
.btn-star.btn-green {
  background-color: var(--theme-green-medium-translucent);
}
.btn-star.btn-green:hover {
  background-color: var(--theme-green-light-translucent);
}
.btn-star:hover .top-left, .btn-star:hover .top-right, .btn-star:hover .bottom-left, .btn-star:hover .bottom-right {
  border: none;
}
.btn-star:hover:before {
  -webkit-animation: StarBorderColor 1s;
  animation: StarBorderColor 1s;
  border-color: rgba(255, 255, 255, 0.4);
}
.btn-disabled {
  background-color: var(--theme-neutral-dark-translucent) !important;
  color: var(--theme-neutral-medium) !important;
}
.btn-disabled:hover {
  -webkit-animation: none;
  animation: none;
  box-shadow: none;
  cursor: not-allowed;
}
.btn-disabled:hover:before {
  border: 0 solid transparent;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: none;
  width: 0;
}
.quiz-question-container {
  width: 100%;
}
.quiz-answer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 20%;
  margin: 2%;
  padding: 2em;
  border-radius: 8px;
  border: 1px solid var(--theme-neutral-medium);
  box-shadow: 0 0 15px -2px var(--theme-neutral-dark-translucent);
  background-color: var(--theme-neutral-dark-translucent-alt);
}
.quiz-answer .help-text {
  margin-top: 1em;
}
.multistep-form-part-container {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 20%;
  transition: left 0.5s ease-out;
  opacity: 0;
  left: 200%;
  display: none;
  z-index: 10;
}
.multistep-form-part-container-visible {
  opacity: 1;
  left: 0;
  display: block;
  z-index: 20;
}
.comingsoon {
  color: var(--theme-yellow-light);
  font-style: italic;
}
.decklist-modulations li, .decklist-breakdown li, .decklist-card-list li {
  margin-bottom: 0.3em;
  line-height: 1.2em;
}
.decklist-modulations li:last-of-type, .decklist-breakdown li:last-of-type, .decklist-card-list li:last-of-type {
  margin-bottom: 0;
}
.decklist-modulations .help-text {
  margin-top: 0.1em;
  font-size: 0.8em;
}
.decklist-modulations a, .decklist-breakdown a, .decklist-card-list a {
  color: var(--theme-blue-blind) !important;
}
.decklist-modulations a:hover, .decklist-breakdown a:hover, .decklist-card-list a:hover {
  color: var(--theme-white) !important;
}
.decklist-errors li {
  list-style-position: inside;
  padding-left: 1em;
  font-size: 0.8em;
}
.decklist-modulations, .decklist-breakdown, .decklist-card-list {
  font-size: 0.85em;
  line-height: 1.05em;
}
.decklist-zone:first-of-type {
  margin-top: 0.25em;
}
.decklist-zone {
  margin-top: 0.95em;
  margin-bottom: 0.25em;
}
.cards-list {
  margin: 0;
  background-color: var(--theme-blue-dark);
}
@media (max-width: 1024px) {
  .cards-list {
    margin-top: 1em;
  }
}
.cards-list summary {
  padding: 0.2em 1.2em;
  margin: 0;
  font-size: 0.9em;
}
.cards-list summary::after {
  font-size: 1em;
  padding: 0.35em;
  top: 0.35em;
  color: var(--theme-white);
  right: 0.1em;
  margin-right: 0.4em;
}
.cards-list .details-content {
  background-color: var(--theme-neutral-dark-translucent);
  padding: 0.4em 0.75em;
}
.unranked, .unranked a {
  color: var(--theme-gray-light) !important;
}
.aeonshift-modal {
  inset: 0;
  position: fixed;
  z-index: 9999;
}
.aeonshift-modal-backdrop {
  background: rgba(0, 0, 0, 0.72);
  inset: 0;
  position: absolute;
}
.aeonshift-modal-panel {
  background-color: var(--theme-neutral-dark);
  border: 1px solid var(--theme-neutral-medium);
  border-radius: 5px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6);
  left: 50%;
  max-width: 900px;
  position: absolute;
  top: 12vh;
  transform: translateX(-50%);
  width: calc(100% - 2rem);
}
.aeonshift-modal-header {
  align-items: center;
  border-bottom: 1px solid var(--theme-neutral-medium);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 1rem 1.25rem;
}
.aeonshift-modal-body {
  padding: 1rem 1.25rem 1.25rem;
}
.aeonshift-modal-form {
  margin-top: 0.75rem;
}
.aeonshift-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
  justify-content: space-between;
  align-items: center;
}
.color-identity {
  font-size: 12px;
  color: transparent;
  background-color: var(--theme-blue-blind);
  border-radius: 50em;
  width: 1em;
  height: 1em;
  min-width: 18px;
  min-height: 18px;
  display: inline-block;
  margin: 0.2em;
  border-width: 1px;
  border-style: solid;
  box-shadow: 0 0 3px var(--theme-neutral-dark);
  cursor: default;
}
.color-identity:hover {
  box-shadow: 0 0 3px var(--theme-neutral-dark-hover);
}
.color-identity-w {
  background: radial-gradient(circle at 30% 30%, #fbfafc 0%, #e0e0e0 30%, #a9a8ab 100%);
  border-color: #3f3f3f;
  box-shadow: 0 0 3px #3f3f3f;
}
.color-identity-u {
  background: radial-gradient(circle at 30% 30%, #98beed 0%, #5e90cd 30%, #1f5da3 100%);
  border-color: #282861;
  box-shadow: 0 0 3px #282861;
}
.color-identity-b {
  background: radial-gradient(circle at 30% 30%, #88827d 0%, #65615e 30%, #1d1d1b 100%);
  border-color: #202020;
  box-shadow: 0 0 3px #202020;
}
.color-identity-r {
  background: radial-gradient(circle at 30% 30%, #ff7676 0%, #d96060 30%, #b94026 100%);
  border-color: #910909;
  box-shadow: 0 0 3px #910909;
}
.color-identity-g {
  background: radial-gradient(circle at 30% 30%, #9cd597 0%, #73b76d 30%, #208551 100%);
  border-color: #013d1d;
  box-shadow: 0 0 3px #013d1d;
}
.color-identity-c {
  background: radial-gradient(circle at 30% 30%, #cac3c0 0%, #a9a7a7 30%, #9a9390 100%);
  border-color: #54514f;
  box-shadow: 0 0 3px #54514f;
}
.card-ranking {
  font-weight: bold;
  text-shadow: 0 0 2px var(--theme-neutral-dark-translucent);
}
.card-ranking-all {
  color: var(--theme-blue-dark);
}
.card-ranking-alltournamentranked {
  color: var(--theme-blue-medium);
}
.card-ranking-popular {
  color: var(--theme-green-dark);
}
.card-ranking-top {
  color: var(--theme-green-light);
}
.beta {
  position: relative;
}
.beta::before {
  content: 'BETA';
  position: absolute;
  top: -0.6em;
  right: -1.4em;
  padding: 0.2em 0.6em;
  background-color: var(--theme-yellow-dark);
  color: var(--theme-yellow-light);
  font-size: 0.5em;
  border: var(--theme-yellow-light) solid 3px;
  transform: rotate(8deg);
  border-radius: 5px;
  box-shadow: 0 3px 1px var(--theme-neutral-dark-translucent);
  font-family: 'Outfit', 'Arial', sans-serif;
}
@keyframes StarBackground {
  10% {
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
  }
  20% {
    background-color: rgba(255, 255, 255, 0);
  }
  40% {
    background-color: rgba(255, 255, 255, 0.05);
  }
  50% {
    background-color: rgba(255, 255, 255, 0);
  }
  60% {
    background-color: rgba(255, 255, 255, 0.3);
  }
  70% {
    background-color: rgba(255, 255, 255, 0);
    -webkit-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
  }
  80% {
    background-color: rgba(255, 255, 255, 0.2);
  }
  90% {
    background-color: rgba(255, 255, 255, 0.1);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.09);
  }
}
@keyframes StarBorderColor {
  10% {
    border-color: rgba(255, 255, 255, 0.1);
  }
  20% {
    border-color: rgba(255, 255, 255, 0.05);
  }
  40% {
    border-color: rgba(255, 255, 255, 0);
  }
  50% {
    border-color: rgba(255, 255, 255, 0.3);
  }
  60% {
    border-color: rgba(255, 255, 255, 0);
  }
  70% {
    border-color: rgba(255, 255, 255, 0.2);
  }
  80% {
    border-color: rgba(255, 255, 255, 0.7);
  }
  90% {
    border-color: rgba(255, 255, 255, 0);
  }
  100% {
    border-color: rgba(255, 255, 255, 0.4);
  }
}
@keyframes hueCycle {
  0% {
    filter: hue-rotate(0deg) saturate(1) brightness(1);
  }
  33% {
    filter: hue-rotate(120deg) saturate(2.5) brightness(1.2);
  }
  66% {
    filter: hue-rotate(240deg) saturate(0.2) brightness(2.2);
  }
  100% {
    filter: hue-rotate(360deg) saturate(1) brightness(1);
  }
}
@keyframes gradient-cycle {
  0% {
    transform: translateX(-500%);
    opacity: 0;
  }
  10% {
    transform: translateX(-200%);
    opacity: 0;
  }
  70% {
    transform: translateX(50%);
    opacity: 1;
  }
  75% {
    transform: translateX(100%);
    opacity: 1;
  }
  85% {
    transform: translateX(200%);
    opacity: 0;
  }
  100% {
    transform: translateX(500%);
    opacity: 0;
  }
}
@keyframes pulse-glow {
  0% {
    filter: brightness(100%) drop-shadow(0 0 0 rgba(255, 255, 255, 0.7));
  }
  10% {
    filter: brightness(120%) drop-shadow(0 0 18px rgba(255, 255, 255, 0.8));
  }
  100% {
    filter: brightness(100%) drop-shadow(0 0 0 rgba(255, 255, 255, 0));
  }
}
@keyframes shine-move {
  0% {
    filter: drop-shadow(-5px 0 5px var(--theme-green-dark));
  }
  50% {
    filter: drop-shadow(0 0 18px var(--theme-green-medium));
  }
  100% {
    filter: drop-shadow(-5px 0 5px var(--theme-green-light));
  }
}
@media screen and (max-width: 1024px) {
  h1, .title-h1 {
    font-size: 1.8em !important;
  }
  h2, .title-h2 {
    font-size: 1.5em !important;
  }
  h3, .title-h3 {
    font-size: 1.25em !important;
  }
  h4, .title-h4 {
    font-size: 1.18em !important;
  }
  h5, .title-h5 {
    font-size: 1.1em !important;
  }
  .top-menu {
    flex-direction: column;
  }
  #locales > a {
    display: none;
  }
  .menu a::after {
    display: none;
  }
  .main-row ul li {
    margin-left: 1.1em;
  }
  .menu a {
    padding: 0.34em;
  }
  nav {
    width: 100%;
  }
  .header .home-link a::before {
    left: calc(50% - 3em);
    top: 0.3em;
  }
  .event-places::before {
    left: -6px;
  }
  .event-places::after {
    right: -6px;
  }
  .home-link a {
    color: white;
    font-weight: bold;
  }
  .header nav > ul > li > ul {
    background-color: transparent;
    border: none;
    box-shadow: none;
  }
  .home-actions {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .page-header-title h1 {
    font-size: 1.5em !important;
  }
  .page-header-title h1 img {
    height: 30px;
  }
  .table-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    width: 100%;
  }
  .table {
    border-collapse: collapse;
    overflow: hidden;
    table-layout: auto;
    width: 100%;
  }
  td, th {
    min-width: 200px;
    overflow-wrap: normal;
    white-space: nowrap;
  }
  .actions-column {
    white-space: wrap;
  }
  .table-id-column {
    min-width: 3em;
    width: 3em;
  }
  .header-highlight-table thead {
    top: 0;
  }
  .submenu-link {
    box-sizing: border-box;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
  .header-highlight-table thead {
    position: relative;
  }
  #header-menu {
    max-height: 100vh;
    padding: 0;
    position: relative;
  }
  .custom-block-container {
    font-size: 0.8em;
  }
  code {
    min-width: auto;
    white-space: break-spaces;
  }
  .spacer-row {
    height: 4em;
  }
  .dt-search {
    padding: 0.5em 1em;
    width: 100%;
  }
}
.admin-fieldset {
  background-color: rgba(245, 180, 180, 0.3);
}
.admin-layout table {
  border-width: 2px;
  border-color: #71717a;
  border-style: solid;
}
.admin-layout .main-content .main-row {
  min-height: auto;
}
.admin-menu {
  position: fixed !important;
  box-shadow: 0 5px 7px -2px var(--theme-neutral-dark);
}
.admin-menu .menu a {
  min-width: 5em !important;
  padding: 0.7em 1em;
  font-size: 1em;
}
.admin-layout .header .home-link a {
  padding-left: 45px;
}
.admin-layout .header .home-link a::before {
  left: 8px;
  top: 6px;
}
.admin-home-nav nav > ul {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.admin-home-nav nav > ul > li {
  min-width: 5rem;
  margin-top: 1rem;
  width: 100%;
}
.admin-menu nav > ul > li > ul {
  box-shadow: 0 5px 7px -2px var(--theme-neutral-dark);
  border-radius: 0 0 5px 5px;
}
@media (min-width: 1024px) {
  .admin-home-nav nav > ul > li {
    width: calc((100% - 3rem) / 3);
    box-sizing: border-box;
  }
}
.admin-home-nav li {
  padding: 0.5rem 1rem;
}
.admin-home-nav li {
  list-style-type: none !important;
  list-style-position: inside !important;
  margin-left: 0 !important;
}
.admin-home-nav nav > ul > li {
  border-style: solid;
  border-width: 1px;
  border-color: #52525b;
  border-radius: 0.5rem;
}
.admin-home-nav a, .admin-home-nav span {
  width: 100%;
  display: inline-block;
}
.admin-home-nav nav > ul > li li {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.admin-home-nav a {
  width: 100%;
  font-weight: 700;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  text-align: center;
  display: inline-block;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  cursor: pointer;
  text-wrap: balance;
  background-color: #ea580c;
  color: #fff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0), 0 4px 6px -2px rgba(0, 0, 0, 0);
}
.admin-home-nav a:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  background-color: #9a3412;
}
.admin-home-nav a:focus {
  outline: #000 solid 1px;
}
.admin-home-nav a:not([href]) {
  color: #52525b;
  cursor: pointer;
  border-style: none;
  background-color: transparent;
  box-shadow: none;
  outline-style: none;
  border-width: 0;
}
.admin-home-nav a:not([href]):hover {
  background-color: transparent;
  box-shadow: none;
}
.admin-edit-shortcut {
  position: absolute;
  top: 1em;
  right: 10%;
}
.admin-menu, .admin-menu ul {
  background-color: var(--theme-red-dark) !important;
}
@property --tw-border-spacing-x {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-spacing-y {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-spacing-x: 0;
      --tw-border-spacing-y: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
