/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@import "https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";

@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-tracking: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-red-700: oklch(50.5% .213 27.518);
    --color-blue-500: oklch(62.3% .214 259.815);
    --color-gray-100: oklch(96.7% .003 264.542);
    --color-gray-300: oklch(87.2% .01 258.338);
    --color-gray-700: oklch(37.3% .034 259.733);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --radius-md: .375rem;
    --radius-xl: .75rem;
    --blur-md: 12px;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-inter: "Inter", "sans-serif";
    --color-body: #009;
    --color-ui-blue: #0000a0;
    --color-ui-active-green: #1dffdf;
    --color-ui-red: #f03;
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

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

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

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

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

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

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

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

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

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

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

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

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

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

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

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

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

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .absolute {
    position: absolute;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

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

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

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

  .m-\[30px\] {
    margin: 30px;
  }

  .mx-auto {
    margin-inline: auto;
  }

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

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

  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }

  .mt-11 {
    margin-top: calc(var(--spacing) * 11);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .mb-15 {
    margin-bottom: calc(var(--spacing) * 15);
  }

  .ml-\[65px\] {
    margin-left: 65px;
  }

  .\!hidden {
    display: none !important;
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .hidden {
    display: none;
  }

  .table {
    display: table;
  }

  .h-10 {
    height: calc(var(--spacing) * 10);
  }

  .h-17 {
    height: calc(var(--spacing) * 17);
  }

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

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

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

  .h-\[calc\(100dvh_-_90px\)\] {
    height: calc(100dvh - 90px);
  }

  .h-auto {
    height: auto;
  }

  .h-dvh {
    height: 100dvh;
  }

  .h-full {
    height: 100%;
  }

  .w-130 {
    width: calc(var(--spacing) * 130);
  }

  .w-180 {
    width: calc(var(--spacing) * 180);
  }

  .w-300 {
    width: calc(var(--spacing) * 300);
  }

  .w-340 {
    width: calc(var(--spacing) * 340);
  }

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

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

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

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

  .w-auto {
    width: auto;
  }

  .w-auto\! {
    width: auto !important;
  }

  .w-full {
    width: 100%;
  }

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

  .max-w-none\! {
    max-width: none !important;
  }

  .min-w-10 {
    min-width: calc(var(--spacing) * 10);
  }

  .min-w-\[192px\] {
    min-width: 192px;
  }

  .min-w-\[326px\] {
    min-width: 326px;
  }

  .min-w-full {
    min-width: 100%;
  }

  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

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

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

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

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

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

  .items-start {
    align-items: flex-start;
  }

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

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

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

  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }

  .gap-\[22px\] {
    gap: 22px;
  }

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

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-md {
    border-radius: var(--radius-md);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-gray-300 {
    border-color: var(--color-gray-300);
  }

  .bg-\[\#81C5FA\] {
    background-color: #81c5fa;
  }

  .bg-black {
    background-color: var(--color-black);
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .p-\[2px\] {
    padding: 2px;
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .px-\[30px\] {
    padding-inline: 30px;
  }

  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }

  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }

  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }

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

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

  .font-inter {
    font-family: var(--font-inter);
  }

  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }

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

  .leading-\[96px\] {
    --tw-leading: 96px;
    line-height: 96px;
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .text-body {
    color: var(--color-body);
  }

  .text-gray-700 {
    color: var(--color-gray-700);
  }

  .text-red-700 {
    color: var(--color-red-700);
  }

  .capitalize {
    text-transform: capitalize;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .blur-md {
    --tw-blur: blur(var(--blur-md));
    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-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  @media (hover: hover) {
    .hover\:bg-gray-100:hover {
      background-color: var(--color-gray-100);
    }
  }

  .focus\:border-blue-500:focus {
    border-color: var(--color-blue-500);
  }

  .focus\:ring-blue-500:focus {
    --tw-ring-color: var(--color-blue-500);
  }

  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }

  @media (min-width: 40rem) {
    .sm\:w-\[360px\] {
      width: 360px;
    }

    .sm\:min-w-auto {
      min-width: auto;
    }

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

    .sm\:text-sm {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }

  @media (min-width: 48rem) {
    .md\:px-0 {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
}

@font-face {
  font-family: MarsCentra;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/MarsCentra-Book.woff2") format("woff2");
}

@font-face {
  font-family: MarsCentra-Bold;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("/fonts/MarsCentra-Bold.woff2") format("woff2");
}

@font-face {
  font-family: MarsCentra-Extrabold;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("/fonts/MarsCentra-Extrabold.woff2") format("woff2");
}

body {
  font-family: Inter, sans-serif;
  font-size: var(--text-small);
  line-height: var(--text-small--line-height);
}

h1 {
  margin: 0;
  font-family: MarsCentra-Bold, sans-serif;
  font-size: 4rem;
  line-height: 4.5rem;
}

h2 {
  margin: 0;
  font-family: MarsCentra-Bold, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

h3 {
  margin: 0;
  font-family: MarsCentra-Bold, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

h4 {
  margin: 0;
  font-family: din-2014, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5rem;
}

input[type="text"], input[type="password"] {
  height: calc(var(--spacing) * 11);
  border-radius: var(--radius-md);
  border-style: var(--tw-border-style);
  --tw-border-style: solid;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color-ui-blue);
  background-color: var(--color-white);
  width: 100%;
  padding-inline: calc(var(--spacing) * 4);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-outline-style: none;
  outline-style: none;
}

textarea {
  border-radius: var(--radius-md);
  border-style: var(--tw-border-style);
  --tw-border-style: solid;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color-ui-blue);
  background-color: var(--color-white);
  width: 100%;
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-outline-style: none;
  resize: vertical;
  outline-style: none;
  min-height: 120px;
  padding: .75rem 1rem;
}

input:-webkit-autofill {
  background-color: var(--color-white);
  -webkit-text-fill-color: #0000a0;
  -webkit-background-clip: text;
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

input:-webkit-autofill:hover {
  background-color: var(--color-white);
  -webkit-text-fill-color: #0000a0;
  -webkit-background-clip: text;
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

input:-webkit-autofill:focus {
  background-color: var(--color-white);
  -webkit-text-fill-color: #0000a0;
  -webkit-background-clip: text;
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

input:-webkit-autofill:active {
  background-color: var(--color-white);
  -webkit-text-fill-color: #0000a0;
  -webkit-background-clip: text;
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

textarea:-webkit-autofill {
  background-color: var(--color-white);
  -webkit-text-fill-color: #0000a0;
  -webkit-background-clip: text;
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

textarea:-webkit-autofill:hover {
  background-color: var(--color-white);
  -webkit-text-fill-color: #0000a0;
  -webkit-background-clip: text;
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

textarea:-webkit-autofill:focus {
  background-color: var(--color-white);
  -webkit-text-fill-color: #0000a0;
  -webkit-background-clip: text;
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

textarea:-webkit-autofill:active {
  background-color: var(--color-white);
  -webkit-text-fill-color: #0000a0;
  -webkit-background-clip: text;
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

select {
  height: calc(var(--spacing) * 11);
  border-radius: var(--radius-md);
  border-style: var(--tw-border-style);
  --tw-border-style: solid;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color-ui-blue);
  background-color: var(--color-white);
  width: 100%;
  padding-inline: calc(var(--spacing) * 3);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-outline-style: none;
  outline-style: none;
}

.radio-buttons {
  position: relative;
}

.radio-buttons .radio-button span {
  cursor: pointer;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-ui-blue);
  background-color: var(--color-white);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-leading: calc(var(--spacing) * 5);
  line-height: calc(var(--spacing) * 5);
  --tw-tracking: calc(.5px * -1);
  letter-spacing: -.5px;
  color: var(--color-ui-blue);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  -webkit-user-select: none;
  user-select: none;
  border-radius: 3.40282e38px;
  justify-content: center;
  align-items: center;
  padding-block: 11px;
  display: flex;
}

.radio-buttons .radio-button input[type="radio"] {
  bottom: calc(var(--spacing) * 0);
  --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  opacity: 0;
  position: absolute;
}

.radio-buttons .radio-button input[type="radio"]:checked + span {
  background-color: var(--color-ui-active-green);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}

.checkbox-buttons {
  position: relative;
}

.checkbox-buttons .checkbox-button span {
  cursor: pointer;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-ui-blue);
  background-color: var(--color-white);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-leading: calc(var(--spacing) * 5);
  line-height: calc(var(--spacing) * 5);
  --tw-tracking: calc(.5px * -1);
  letter-spacing: -.5px;
  color: var(--color-ui-blue);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  -webkit-user-select: none;
  user-select: none;
  border-radius: 3.40282e38px;
  justify-content: center;
  align-items: center;
  padding-block: 11px;
  display: flex;
}

.checkbox-buttons .checkbox-button input[type="checkbox"] {
  bottom: calc(var(--spacing) * 0);
  --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  opacity: 0;
  position: absolute;
}

.checkbox-buttons .checkbox-button input[type="checkbox"]:checked + span {
  background-color: var(--color-ui-active-green);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}

.btn {
  cursor: pointer;
  align-items: center;
  gap: calc(var(--spacing) * 2);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-body);
  background-color: var(--color-body);
  height: 40px;
  padding-inline: calc(var(--spacing) * 4);
  color: var(--color-white);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  border-radius: 3.40282e38px;
  display: inline-flex;
}

@media (hover: hover) {
  .btn:hover {
    background-color: var(--color-body);
  }
}

.btn.secondary {
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-ui-blue);
  color: var(--color-ui-blue);
  background-color: #0000;
}

@media (hover: hover) {
  .btn.secondary:hover {
    background-color: var(--color-ui-blue);
    color: var(--color-white);
  }
}

.btn.tertiary {
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-body);
  background-color: var(--color-white);
  color: var(--color-body);
}

@media (hover: hover) {
  .btn.tertiary:hover {
    background-color: var(--color-ui-active-green);
    color: var(--color-body);
  }
}

.btn.red {
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-ui-red);
  background-color: var(--color-ui-red);
}

@media (hover: hover) {
  .btn.red:hover {
    background-color: var(--color-ui-red);
  }
}

.btn.disabled {
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-ui-blue);
  color: var(--color-ui-blue);
  background-color: #0000;
}

@media (hover: hover) {
  .btn.disabled:hover {
    background-color: var(--color-ui-blue);
    color: var(--color-white);
  }
}

.btn.back-to-quiz {
  width: 100px;
}

.table-export {
  justify-content: flex-end;
  display: flex;
}

.table-wrapper {
  border: 0;
  width: 100%;
  overflow-x: auto;
}

.table-wrapper table {
  border-collapse: collapse;
  border: 1px solid #e0e0e0;
  width: 100%;
}

.table-wrapper table tr {
  transition: background-color .2s;
}

.table-wrapper table tr:hover {
  background-color: #f9f9f9;
}

.table-wrapper table th, .table-wrapper table td {
  text-align: left;
  word-break: break-word;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  padding: 12px 16px;
}

:is(.table-wrapper table th, .table-wrapper table td) a {
  color: #222731;
  font-weight: 500;
  text-decoration: underline;
}

:is(.table-wrapper table th, .table-wrapper table td) a:hover {
  text-decoration: none;
}

:is(.table-wrapper table th, .table-wrapper table td):last-child {
  border-right: none;
}

:is(.table-wrapper table th, .table-wrapper table td).center {
  text-align: center;
}

:is(.table-wrapper table th, .table-wrapper table td).w-120 {
  width: 120px;
}

:is(.table-wrapper table th, .table-wrapper table td).w-125 {
  width: 125px;
}

:is(.table-wrapper table th, .table-wrapper table td).w-130 {
  width: 130px;
}

:is(.table-wrapper table th, .table-wrapper table td).w-135 {
  width: 135px;
}

:is(.table-wrapper table th, .table-wrapper table td).w-145 {
  width: 145px;
}

:is(.table-wrapper table th, .table-wrapper table td).w-150 {
  width: 150px;
}

:is(.table-wrapper table th, .table-wrapper table td).w-180 {
  width: 180px;
}

:is(.table-wrapper table th, .table-wrapper table td).w-200 {
  width: 200px;
}

:is(.table-wrapper table th, .table-wrapper table td).w-230 {
  width: 230px;
}

:is(.table-wrapper table th, .table-wrapper table td).w-235 {
  width: 235px;
}

:is(.table-wrapper table th, .table-wrapper table td).w-250 {
  width: 250px;
}

:is(.table-wrapper table th, .table-wrapper table td).w-300 {
  width: 300px;
}

:is(.table-wrapper table th, .table-wrapper table td).w-330 {
  width: 330px;
}

:is(.table-wrapper table th, .table-wrapper table td).w-340 {
  width: 340px;
}

.table-wrapper table th {
  background: #f5f5f5;
  font-weight: 700;
}

.table-wrapper table th .thlabel {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.table-wrapper table th.center .thlabel {
  justify-content: center;
}

.table-wrapper table th.sortable {
  cursor: pointer;
}

.table-wrapper table th.sortable .thlabel {
  justify-content: space-between;
}

.table-wrapper table tbody {
  border: 0;
}

.table-wrapper table tbody tr.not-selected-row {
  opacity: .3;
}

.table-wrapper table tbody tr td:first-child {
  font-weight: 400;
}

.loader {
  aspect-ratio: 1;
  color: #0000a0;
  box-sizing: border-box;
  border: 1px solid;
  width: 38px;
  animation: 4s linear infinite l1;
  display: grid;
}

.loader:before, .loader:after {
  content: "";
  aspect-ratio: 1;
  box-sizing: content-box;
  width: 70.7%;
  animation: inherit;
  border: 1px solid;
  grid-area: 1 / 1;
  margin: auto;
}

.loader:after {
  aspect-ratio: 1;
  border: 1px solid;
  width: 50%;
  animation-duration: 2s;
}

@keyframes l1 {
  100% {
    transform: rotate(1turn);
  }
}

.modal {
  z-index: 9999;
  background-color: #000099bf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden auto;
}

.modal .modal-content {
  color: #000;
  background-color: #fff;
  border-radius: 16px;
  width: 80%;
  max-width: 580px;
  margin: 0;
  padding: 20px;
  transition: all .3s ease-out;
  position: relative;
}

.modal .modal-content.auto-modal {
  width: auto;
}

.modal .modal-content.small-modal {
  width: 90%;
  max-width: 400px;
}

.modal .modal-content.medium-modal {
  width: 100%;
  max-width: 50%;
}

.modal .modal-content.large-modal {
  width: 100%;
  max-width: 70%;
}

@media screen and (max-width: 1023px) {
  .modal .modal-content.large-modal {
    max-width: calc(100% - 128px);
  }
}

@media screen and (max-width: 767px) {
  .modal .modal-content.large-modal {
    max-width: calc(100% - 250px);
  }
}

@media screen and (max-width: 480px) {
  .modal .modal-content.large-modal {
    max-width: calc(100% - 60px);
  }
}

.modal .modal-content .close {
  color: #fff;
  box-sizing: border-box;
  background-color: #0000a0;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  transition: all .2s ease-out;
  display: flex;
  position: absolute;
  top: -20px;
  right: -20px;
}

.modal .modal-content .close svg {
  width: auto;
  height: 100%;
  display: block;
}

.modal .modal-content .close svg path {
  fill: #fff;
  transition: all .2s ease-out;
}

.modal .modal-content .close:hover, .modal .modal-content .close:focus {
  color: #0000a0;
  cursor: pointer;
  background-color: #1dffdf;
  text-decoration: none;
  transform: rotate(90deg);
}

:is(.modal .modal-content .close:hover, .modal .modal-content .close:focus) svg path {
  fill: #0000a0;
}

.modal .modal-content .modal-content-text {
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  font-size: 1rem;
  line-height: normal;
  display: flex;
}

.modal .modal-content .modal-content-text ul {
  padding-left: 20px;
  list-style: outside;
}

.modal .modal-content .modal-content-text ol, .modal .modal-content .modal-content-text menu {
  padding-left: 20px;
  list-style: auto;
}

.modal .modal-content .modal-content-text a.button {
  margin: 0;
  display: block;
}

.modal .modal-content .modal-content-text .modal-title {
  margin-bottom: .5rem;
  font-size: 1.5rem;
  font-weight: bold;
}

.modal .modal-content .modal-content-text .modal-content-form {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.modal .modal-content .modal-content-text .modal-content-form form {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.modal .modal-content .modal-content-text .modal-content-form label {
  padding: 0;
  display: block;
}

.modal .modal-content .modal-content-text .modal-content-form label span {
  color: red;
}

.modal .modal-content .modal-content-text .modal-content-form input[type="text"], .modal .modal-content .modal-content-text .modal-content-form input[type="file"], .modal .modal-content .modal-content-text .modal-content-form input[type="password"], .modal .modal-content .modal-content-text .modal-content-form textarea, .modal .modal-content .modal-content-text .modal-content-form select {
  color: #000;
  border: none;
  width: 100%;
  max-width: none;
  display: block;
  background-color: #efefef !important;
}

.modal .modal-content .modal-content-text .modal-content-form textarea {
  resize: none;
}

.modal .modal-content .modal-content-text .modal-content-form .form-submit {
  justify-content: flex-end;
  align-items: start;
  gap: 1rem;
  display: flex;
}

.modal .modal-content .modal-content-text .modal-content-form .form-submit .error {
  background-color: #ff000059;
  border-radius: 8px;
  padding: 5px 8px;
  font-size: 14px;
  line-height: 26px;
  display: none;
}

.modal .modal-content .modal-content-text #loading-modal {
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 30px 0;
  display: flex;
}

.modal .modal-content .modal-content-text #loading-modal .loader:after {
  background-color: #ffd100;
  width: 20px;
  height: 20px;
}

.modal .modal-content .modal-content-text #loading-modal.nomargin {
  margin: 0;
}

.modal .modal-content .modal-content-text #loading-modal-complete, .modal .modal-content .modal-content-text #loading-modal-warning, .modal .modal-content .modal-content-text #loading-modal-error {
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
}

:is(.modal .modal-content .modal-content-text #loading-modal-complete, .modal .modal-content .modal-content-text #loading-modal-warning, .modal .modal-content .modal-content-text #loading-modal-error).align-top {
  align-items: flex-start;
}

:is(.modal .modal-content .modal-content-text #loading-modal-complete, .modal .modal-content .modal-content-text #loading-modal-warning, .modal .modal-content .modal-content-text #loading-modal-error) .icon {
  color: #0c8140;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  font-size: 40px;
  display: flex;
}

:is(.modal .modal-content .modal-content-text #loading-modal-complete, .modal .modal-content .modal-content-text #loading-modal-warning, .modal .modal-content .modal-content-text #loading-modal-error) .icon svg {
  width: 100%;
  height: auto;
  display: block;
}

:is(.modal .modal-content .modal-content-text #loading-modal-complete, .modal .modal-content .modal-content-text #loading-modal-warning, .modal .modal-content .modal-content-text #loading-modal-error) .message .actions {
  align-items: center;
  gap: .5rem;
  margin-top: 1rem;
  display: flex;
}

:is(.modal .modal-content .modal-content-text #loading-modal-complete, .modal .modal-content .modal-content-text #loading-modal-warning, .modal .modal-content .modal-content-text #loading-modal-error) .message .text-entry {
  padding-top: 8px;
}

:is(.modal .modal-content .modal-content-text #loading-modal-complete, .modal .modal-content .modal-content-text #loading-modal-warning, .modal .modal-content .modal-content-text #loading-modal-error) .message label {
  text-wrap: unset;
  white-space: unset;
  line-height: 1;
}

:is(.modal .modal-content .modal-content-text #loading-modal-complete, .modal .modal-content .modal-content-text #loading-modal-warning, .modal .modal-content .modal-content-text #loading-modal-error) .message textarea {
  color: #232630;
  border: 1px solid;
  width: 100%;
  min-width: 400px;
  max-width: 100%;
  margin-top: 1rem;
  font-size: 16px;
  display: block;
  background-color: #fff !important;
}

.modal .modal-content .modal-content-text #loading-modal-warning .icon {
  color: #ffd100;
}

.modal .modal-content .modal-content-text #loading-modal-error .icon {
  color: #c4002b;
}

.card {
  border-radius: var(--radius-xl);
  background-color: var(--color-white);
  min-width: 310px;
  padding-inline: calc(var(--spacing) * 6);
  padding-block: calc(var(--spacing) * 6);
  --tw-shadow: 0px 0px 2px 1px var(--tw-shadow-color, #00000024);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  justify-content: center;
  align-items: center;
  display: flex;
}

@media (min-width: 48rem) {
  .card {
    min-width: 360px;
  }
}

.card .card-divider {
  background-color: #0006;
  width: 100%;
  height: 1px;
}

@supports (color: color-mix(in lab, red, red)) {
  .card .card-divider {
    background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
  }
}

.card.width-auto {
  width: auto;
  min-width: auto !important;
}

.card.width-medium {
  width: 100%;
  min-width: 100% !important;
}

@media (min-width: 48rem) {
  .card.width-medium {
    width: 75%;
    min-width: 75% !important;
  }
}

@media (min-width: 64rem) {
  .card.width-medium {
    width: 50%;
    min-width: 50% !important;
  }
}

.card.width-large {
  width: 100%;
  min-width: 100% !important;
}

@media (min-width: 48rem) {
  .card.width-large {
    width: 75%;
    min-width: 75% !important;
  }
}

@media (min-width: 64rem) {
  .card.width-large {
    width: 75%;
    min-width: 75% !important;
  }
}

.card.width-full {
  width: 100%;
  min-width: 100% !important;
}

.pages .page {
  display: none;
}

.pages .page.active {
  display: flex;
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@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-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}
