.ExternalLink_link_J63:hover {
  text-decoration: none;
}
.ExternalLink_link_J63 .ExternalLink_icon__8N {
  margin-left: 5px;
}
.ErrorComponent_container_ZNK {
  color: var(--text-normal);
}
.ErrorComponent_container_ZNK a {
  color: var(--color-primary);
}
.ErrorComponent_iconWrapper_WHI {
  padding: 8px;
  height: 56px;
  width: 56px;
  background: #d9534f;
  border-radius: 50%;
}
.ErrorComponent_iconWrapper_WHI svg {
  width: 40px;
  height: 40px;
  color: #fff;
  fill: currentColor;
}
.LoadingSpinner_loadingSpin_lxv {
  padding: 20px;
  text-align: center;
}
.rendered-markdown {
  line-height: 1.5;
}
.rendered-markdown p {
  margin: 0.5em 0;
}
.rendered-markdown p:first-child {
  margin: 0;
}
.rendered-markdown h1, .rendered-markdown h2, .rendered-markdown h3, .rendered-markdown h4, .rendered-markdown h5, .rendered-markdown h6 {
  margin: 0.8em 0;
}
.rendered-markdown img {
  max-width: 100%;
}
.rendered-markdown textarea {
  border-radius: 0.125rem;
  width: 100%;
  padding: 0.625rem;
  box-sizing: border-box;
  min-height: 6.25rem;
}
.rendered-markdown code {
  font-size: 0.75em;
  background: var(--bg-light);
  border-radius: 0.1875rem;
  border: 1px solid var(--border-all);
  color: #e74c3c;
  margin: 0 0.125em;
  white-space: pre-wrap;
}
.rendered-markdown pre {
  padding: 0.375rem 0.75rem;
  background: var(--bg-light);
  border: 1px solid var(--border-all);
  border-radius: 0.1875rem;
  word-break: break-all;
}
.rendered-markdown pre code {
  background: none;
  border: none;
  color: var(--text-normal);
  margin: 0;
}
.rendered-markdown hr {
  border: none;
  border-top: 1px solid var(--border-all);
}
.rendered-markdown blockquote {
  margin: 0.5em 0;
  padding: 0.125rem 0.875rem;
  font-size: 0.75rem;
  background: var(--bg-light);
  border-left: 4px solid var(--border-all);
}
.rendered-markdown blockquote p {
  margin-bottom: 0;
}
.rendered-markdown table {
  margin: 0 auto;
}
.rendered-markdown table th, .rendered-markdown table td {
  border: 1px solid var(--border-all);
  padding: 0.3125rem;
  font-size: 0.75rem;
}
.katex-mathml {
  display: none;
}
/* stylelint-disable */
:root {
  --color-primary: hsl(212, 89%, 53%);
  --color-secondary: hsl(208, 7%, 46%);
  --color-pass: hsl(100, 60%, 47%);
  --color-danger: hsl(3, 68%, 53%);
  --color-warning: hsl(35, 90%, 50%);
  --color-ac: hsl(3, 89%, 53%);
  --color-wa: hsl(100, 89%, 45%);
  --color-pta: hsl(212, 87%, 30%);
  --color-pds: hsl(23, 100%, 57%);
  --color-pat: hsl(199, 88%, 57%);
  --color-oms: hsl(175, 74%, 37%);
  --color-zoj: hsl(227, 59%, 40%);
  --color-es: hsl(45, 100%, 50%);
  --text-black: hsl(0, 0%, 0%);
  --text-dark: hsl(0, 0%, 10%);
  --text-normal: hsl(0, 0%, 25%);
  --text-light: hsl(0, 0%, 45%);
  --text-lightest: hsl(0, 0%, 60%);
  --text-white: hsl(0, 0%, 100%);
  --text-black-r: hsl(0, 0%, 100%);
  --border-all: hsla(0, 0%, 0%, 0.06);
  --bg-base: hsl(0, 0%, 100%);
  --bg-light: hsl(211, 20%, 97%);
  --bg-normal: hsl(211, 20%, 93%);
  --bg-site: hsl(204, 24%, 95%);
  --bg-base-r: hsl(0, 0%, 25%);
  --scroll-thumb: hsl(0, 0%, 85%);
  --problem-set-landing-from: hsl(214, 100%, 97%);
  --active-brightness: 0.85;
  --transition-fast: 0.15s;
  --transition-normal: 0.2s;
  --transition-slow: 0.4s;
  --height-header: 3.5rem;
  --height-exclude-header: calc(100vh - var(--height-header));
  --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  --font-sans: 'Harmony', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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;
}
@supports (font-variant-ligatures: none) {
  :root {
    --font-mono: 'JBMono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", var(--font-sans);
  }
}
.dark {
  --color-primary: hsl(212, 100%, 60%);
  --color-pta: hsl(212, 100%, 60%);
  --text-black: hsl(0, 0%, 100%);
  --text-dark: hsl(0, 0%, 90%);
  --text-normal: hsl(0, 0%, 75%);
  --text-light: hsl(0, 0%, 60%);
  --text-lightest: hsl(0, 0%, 50%);
  --text-white: hsl(0, 0%, 100%);
  --text-black-r: hsl(0, 0%, 0%);
  --border-all: hsla(0, 0%, 100%, 0.06);
  --bg-base: hsl(0, 0%, 25%);
  --bg-light: hsl(0, 0%, 28%);
  --bg-normal: hsl(0, 0%, 31%);
  --bg-site: hsl(0, 0%, 20%);
  --bg-base-r: hsl(0, 0%, 100%);
  --scroll-thumb: hsl(0, 0%, 45%);
  --problem-set-landing-from: hsl(214, 50%, 10%);
}
*,
*::before,
*::after {
  box-sizing: border-box;
  font-variant-ligatures: none!important;
}
.border,
.border-b,
.border-t,
.border-l,
.border-r,
.border-2,
.border-b-2,
.border-t-2,
.border-l-2,
.border-r-2,
.divide-y > *,
.divide-x > * {
  border: 0 solid;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: var(--text-normal);
  text-align: left;
  background-color: var(--bg-base);
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: 800;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: var(--color-primary);
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: var(--font-mono);
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
svg:not(:root) {
  overflow: hidden;
  vertical-align: middle;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: var(--text-dark);
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  white-space: nowrap;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  color: var(--text-normal);
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.25rem;
}
h4 {
  font-size: 1.15rem;
}
h5 {
  font-size: 1rem;
}
h6 {
  font-size: 0.875rem;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small {
  font-size: 80%;
  font-weight: 400;
}
mark {
  padding: 0.2em;
  background-color: var(--bg-light);
}
:focus {
  outline: 1px dotted var(--color-primary);
}
:focus[class*=active] {
  outline: none;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--text-normal);
  background-color: var(--bg-base);
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.125rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  border-color: var(--color-primary);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(10, 73, 145, 0.25);
}
.form-control::placeholder {
  color: var(--text-lightest);
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: var(--bg-light);
  opacity: 1;
}
select.form-control:not([size]):not([multiple]) {
  height: calc(2.0625rem + 2px);
}
select.form-control:focus::-ms-value {
  color: var(--text-normal);
  background-color: var(--bg-base);
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-normal);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bg-normal);
  border: 1px solid var(--border-all);
  border-radius: 0.125rem;
}
.input-group > .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control {
  margin-left: -1px;
}
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dark {
  color: var(--text-normal);
  background-color: var(--bg-site);
}
.dark .modal-title {
  color: var(--color-primary);
}
.dark .modal-header .close {
  color: var(--text-black);
}
.dark .modal-content,
.dark .form-control {
  background-color: var(--bg-site);
  color: var(--text-normal);
}
.dark .modal-footer {
  border-color: var(--border-all);
}
.dark .input-group-text {
  background: var(--bg-light);
  color: var(--text-normal);
  border-color: var(--border-all);
}
.dark .form-control {
  border: 1px solid var(--border-all);
}
.dark .page-link {
  background-color: var(--bg-base) !important;
  color: var(--text-normal) !important;
}
.dark .page-item.active .page-link {
  border-color: var(--color-primary);
}
.dark .breadcrumb {
  background: var(--bg-light);
}
.dark .card {
  background: var(--bg-base);
}
.dark .card-header {
  border-color: var(--border-all);
}
.dark .alert-secondary {
  background: var(--bg-light);
  color: var(--text-normal);
}
.dark .nav-tabs {
  border-color: var(--border-all);
}
.dark .nav-link.active {
  border-color: var(--border-all);
  background: var(--bg-light);
  color: var(--text-white);
}
.dark .SingleDatePicker * {
  background: var(--bg-site) !important;
  color: var(--text-normal) !important;
}
.dark a {
  color: var(--color-primary);
}
.dark a:not(.pc-button):hover {
  color: var(--text-white) !important;
}
.dark hr {
  border-color: var(--border-all);
}
.dark input {
  caret-color: var(--text-black);
  color: var(--text-black);
}
.dark input[type="radio"]:checked {
  outline: 1px solid var(--color-primary);
}
.pc-layout {
  display: flex;
  min-width: 0;
}
.pc-layout.inline {
  display: inline-flex;
}
.pc-layout > * {
  flex: none;
}
.pc-h {
  display: flex;
  min-width: 0;
}
.pc-h.inline {
  display: inline-flex;
}
.pc-h > * {
  flex: none;
}
.pc-v {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
.pc-v.inline {
  display: inline-flex;
}
.pc-v > * {
  flex: none;
}
.pc-v.pc-gap-default > :not(:first-child) {
  margin-left: 0;
  margin-top: 1rem;
}
.pc-v.pc-gap-0 > :not(:first-child) {
  margin-top: 0rem;
  margin-left: 0;
}
.pc-v.pc-gap-1 > :not(:first-child) {
  margin-top: 0.0625rem;
  margin-left: 0;
}
.pc-v.pc-gap-2 > :not(:first-child) {
  margin-top: 0.125rem;
  margin-left: 0;
}
.pc-v.pc-gap-3 > :not(:first-child) {
  margin-top: 0.1875rem;
  margin-left: 0;
}
.pc-v.pc-gap-4 > :not(:first-child) {
  margin-top: 0.25rem;
  margin-left: 0;
}
.pc-v.pc-gap-5 > :not(:first-child) {
  margin-top: 0.3125rem;
  margin-left: 0;
}
.pc-v.pc-gap-6 > :not(:first-child) {
  margin-top: 0.375rem;
  margin-left: 0;
}
.pc-v.pc-gap-7 > :not(:first-child) {
  margin-top: 0.4375rem;
  margin-left: 0;
}
.pc-v.pc-gap-8 > :not(:first-child) {
  margin-top: 0.5rem;
  margin-left: 0;
}
.pc-v.pc-gap-9 > :not(:first-child) {
  margin-top: 0.5625rem;
  margin-left: 0;
}
.pc-v.pc-gap-10 > :not(:first-child) {
  margin-top: 0.625rem;
  margin-left: 0;
}
.pc-v.pc-gap-11 > :not(:first-child) {
  margin-top: 0.6875rem;
  margin-left: 0;
}
.pc-v.pc-gap-12 > :not(:first-child) {
  margin-top: 0.75rem;
  margin-left: 0;
}
.pc-v.pc-gap-14 > :not(:first-child) {
  margin-top: 0.875rem;
  margin-left: 0;
}
.pc-v.pc-gap-16 > :not(:first-child) {
  margin-top: 1rem;
  margin-left: 0;
}
.pc-v.pc-gap-20 > :not(:first-child) {
  margin-top: 1.25rem;
  margin-left: 0;
}
.pc-v.pc-gap-24 > :not(:first-child) {
  margin-top: 1.5rem;
  margin-left: 0;
}
.pc-v.pc-gap-28 > :not(:first-child) {
  margin-top: 1.75rem;
  margin-left: 0;
}
.pc-v.pc-gap-32 > :not(:first-child) {
  margin-top: 2rem;
  margin-left: 0;
}
.pc-v.pc-gap-36 > :not(:first-child) {
  margin-top: 2.25rem;
  margin-left: 0;
}
.pc-v.pc-gap-40 > :not(:first-child) {
  margin-top: 2.5rem;
  margin-left: 0;
}
.pc-v.pc-gap-44 > :not(:first-child) {
  margin-top: 2.75rem;
  margin-left: 0;
}
.pc-v.pc-gap-48 > :not(:first-child) {
  margin-top: 3rem;
  margin-left: 0;
}
.pc-v.pc-gap-52 > :not(:first-child) {
  margin-top: 3.25rem;
  margin-left: 0;
}
.pc-v.pc-gap-56 > :not(:first-child) {
  margin-top: 3.5rem;
  margin-left: 0;
}
.pc-v.pc-gap-60 > :not(:first-child) {
  margin-top: 3.75rem;
  margin-left: 0;
}
.pc-v.pc-gap-64 > :not(:first-child) {
  margin-top: 4rem;
  margin-left: 0;
}
.pc-v.pc-gap-72 > :not(:first-child) {
  margin-top: 4.5rem;
  margin-left: 0;
}
.pc-v.pc-gap-80 > :not(:first-child) {
  margin-top: 5rem;
  margin-left: 0;
}
.pc-v.pc-gap-96 > :not(:first-child) {
  margin-top: 6rem;
  margin-left: 0;
}
.pc-v.flex-reverse {
  flex-direction: column-reverse;
}
.pc-v > * {
  max-width: 100%;
}
.pc-v > hr {
  width: 100%;
}
.pc-image {
  display: flex;
  min-width: 0;
  justify-content: center;
  align-items: center;
}
.pc-image.inline {
  display: inline-flex;
}
.pc-image > * {
  flex: none;
}
.pc-image > img {
  width: 100%;
  height: 100%;
}
.pc-image.match-width > img:not(.default) {
  height: auto;
}
.pc-image.match-height > img:not(.default) {
  width: auto;
}
.pc-image.original > img:not(.default) {
  object-fit: none;
  width: auto;
  height: auto;
}
.pc-avatar {
  display: flex;
  min-width: 0;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 4px;
}
.pc-avatar.inline {
  display: inline-flex;
}
.pc-avatar > * {
  flex: none;
}
.pc-avatar > img {
  width: 100%;
  height: 100%;
}
.pc-avatar.match-width > img:not(.default) {
  height: auto;
}
.pc-avatar.match-height > img:not(.default) {
  width: auto;
}
.pc-avatar.original > img:not(.default) {
  object-fit: none;
  width: auto;
  height: auto;
}
.pc-badge {
  display: flex;
  min-width: 0;
  align-items: center;
  --color: var(--text-normal);
  color: var(--color);
  border-radius: 4px;
  height: 1.3125rem;
  padding: 0 0.5rem;
}
.pc-badge.inline {
  display: inline-flex;
}
.pc-badge > * {
  flex: none;
}
.pc-badge > :not(:first-child) {
  margin-left: 0.25rem;
}
.pc-badge:not(.pc-outline) {
  color: var(--text-white);
}
.pc-badge.pc-outline {
  border: 1px solid;
}
.pc-text {
  display: flex;
  min-width: 0;
  align-items: center;
  --color: var(--text-normal);
  color: var(--color);
}
.pc-text.inline {
  display: inline-flex;
}
.pc-text > * {
  flex: none;
}
.pc-text > :not(:first-child) {
  margin-left: 0.25rem;
}
.pc-text-raw {
  flex: auto;
  word-break: break-all;
}
.pc-title {
  display: flex;
  min-width: 0;
  align-items: center;
  --color: var(--text-normal);
  color: var(--color);
  font-weight: 600;
  color: var(--text-black);
}
.pc-title.inline {
  display: inline-flex;
}
.pc-title > * {
  flex: none;
}
.pc-title > :not(:first-child) {
  margin-left: 0.25rem;
}
.pc-icon {
  display: flex;
  min-width: 0;
  align-items: center;
  flex-shrink: 0;
  font-size: 0;
}
.pc-icon.inline {
  display: inline-flex;
}
.pc-icon > * {
  flex: none;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.pc-icon.spinner {
  animation: spin 1s infinite ease-in-out;
}
.pc-icon-raw {
  font-size: 1rem;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.pc-icon-raw.pc-md {
  font-size: 1rem;
}
.pc-icon-raw.pc-lg {
  font-size: 1.25rem;
}
.pc-icon-raw.pc-xl {
  font-size: 1.5rem;
}
.pc-search-input {
  display: flex;
  min-width: 0;
  align-items: center;
  height: 2rem;
  border-radius: 0.25rem;
  border: 1px solid transparent;
  padding: 0 0.75rem;
}
.pc-search-input.inline {
  display: inline-flex;
}
.pc-search-input > * {
  flex: none;
}
.pc-search-input > :not(:first-child) {
  margin-left: 0.25rem;
}
.pc-search-input.active {
  border-color: var(--color-primary);
}
.pc-search-input-input {
  width: 0;
  height: 100%;
  flex: auto;
  outline: none;
  border: none;
  background-color: transparent;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--text-black);
}
.pc-search-input-input::placeholder {
  color: var(--text-lightest);
  font-style: italic;
}
.pc-iii {
  display: flex;
  min-width: 0;
  justify-content: center;
  align-items: center;
}
.pc-iii.inline {
  display: inline-flex;
}
.pc-iii > * {
  flex: none;
}
.pc-iii-left {
  display: flex;
  min-width: 0;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
}
.pc-iii-left.inline {
  display: inline-flex;
}
.pc-iii-left > * {
  flex: none;
}
.pc-iii-center {
  display: flex;
  min-width: 0;
  align-items: center;
  flex-grow: 0;
}
.pc-iii-center.inline {
  display: inline-flex;
}
.pc-iii-center > * {
  flex: none;
}
.pc-iii-right {
  display: flex;
  min-width: 0;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  justify-content: flex-end;
}
.pc-iii-right.inline {
  display: inline-flex;
}
.pc-iii-right > * {
  flex: none;
}
.pc-list {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
.pc-list.inline {
  display: inline-flex;
}
.pc-list > * {
  flex: none;
}
.pc-list.pc-gap-default > :not(:first-child) {
  margin-left: 0;
  margin-top: 1rem;
}
.pc-list.pc-gap-0 > :not(:first-child) {
  margin-top: 0rem;
  margin-left: 0;
}
.pc-list.pc-gap-1 > :not(:first-child) {
  margin-top: 0.0625rem;
  margin-left: 0;
}
.pc-list.pc-gap-2 > :not(:first-child) {
  margin-top: 0.125rem;
  margin-left: 0;
}
.pc-list.pc-gap-3 > :not(:first-child) {
  margin-top: 0.1875rem;
  margin-left: 0;
}
.pc-list.pc-gap-4 > :not(:first-child) {
  margin-top: 0.25rem;
  margin-left: 0;
}
.pc-list.pc-gap-5 > :not(:first-child) {
  margin-top: 0.3125rem;
  margin-left: 0;
}
.pc-list.pc-gap-6 > :not(:first-child) {
  margin-top: 0.375rem;
  margin-left: 0;
}
.pc-list.pc-gap-7 > :not(:first-child) {
  margin-top: 0.4375rem;
  margin-left: 0;
}
.pc-list.pc-gap-8 > :not(:first-child) {
  margin-top: 0.5rem;
  margin-left: 0;
}
.pc-list.pc-gap-9 > :not(:first-child) {
  margin-top: 0.5625rem;
  margin-left: 0;
}
.pc-list.pc-gap-10 > :not(:first-child) {
  margin-top: 0.625rem;
  margin-left: 0;
}
.pc-list.pc-gap-11 > :not(:first-child) {
  margin-top: 0.6875rem;
  margin-left: 0;
}
.pc-list.pc-gap-12 > :not(:first-child) {
  margin-top: 0.75rem;
  margin-left: 0;
}
.pc-list.pc-gap-14 > :not(:first-child) {
  margin-top: 0.875rem;
  margin-left: 0;
}
.pc-list.pc-gap-16 > :not(:first-child) {
  margin-top: 1rem;
  margin-left: 0;
}
.pc-list.pc-gap-20 > :not(:first-child) {
  margin-top: 1.25rem;
  margin-left: 0;
}
.pc-list.pc-gap-24 > :not(:first-child) {
  margin-top: 1.5rem;
  margin-left: 0;
}
.pc-list.pc-gap-28 > :not(:first-child) {
  margin-top: 1.75rem;
  margin-left: 0;
}
.pc-list.pc-gap-32 > :not(:first-child) {
  margin-top: 2rem;
  margin-left: 0;
}
.pc-list.pc-gap-36 > :not(:first-child) {
  margin-top: 2.25rem;
  margin-left: 0;
}
.pc-list.pc-gap-40 > :not(:first-child) {
  margin-top: 2.5rem;
  margin-left: 0;
}
.pc-list.pc-gap-44 > :not(:first-child) {
  margin-top: 2.75rem;
  margin-left: 0;
}
.pc-list.pc-gap-48 > :not(:first-child) {
  margin-top: 3rem;
  margin-left: 0;
}
.pc-list.pc-gap-52 > :not(:first-child) {
  margin-top: 3.25rem;
  margin-left: 0;
}
.pc-list.pc-gap-56 > :not(:first-child) {
  margin-top: 3.5rem;
  margin-left: 0;
}
.pc-list.pc-gap-60 > :not(:first-child) {
  margin-top: 3.75rem;
  margin-left: 0;
}
.pc-list.pc-gap-64 > :not(:first-child) {
  margin-top: 4rem;
  margin-left: 0;
}
.pc-list.pc-gap-72 > :not(:first-child) {
  margin-top: 4.5rem;
  margin-left: 0;
}
.pc-list.pc-gap-80 > :not(:first-child) {
  margin-top: 5rem;
  margin-left: 0;
}
.pc-list.pc-gap-96 > :not(:first-child) {
  margin-top: 6rem;
  margin-left: 0;
}
.pc-list.flex-reverse {
  flex-direction: column-reverse;
}
.pc-list > * {
  max-width: 100%;
}
.pc-list > hr {
  width: 100%;
}
.pc-list-item {
  display: flex;
  min-width: 0;
  align-items: center;
  padding: 0.5rem 0.25rem;
  transition: background-color var(--transition-normal);
}
.pc-list-item.inline {
  display: inline-flex;
}
.pc-list-item > * {
  flex: none;
}
.pc-list-item > :not(:first-child) {
  margin-left: 0.25rem;
}
.pc-list-item.active {
  background-color: hsla(212, 89%, 53%, 0.1);
}
.pc-list-item:hover {
  background-color: var(--bg-light);
}
.pc-list-item.pc-sm {
  padding: 0.25rem;
}
.pc-list-item.pc-sm .pc-list-item-main > :not(:first-child) {
  margin-top: 0;
}
.pc-list-item-main {
  display: flex;
  min-width: 0;
  flex-direction: column;
  flex: auto;
}
.pc-list-item-main.inline {
  display: inline-flex;
}
.pc-list-item-main > * {
  flex: none;
}
.pc-list-item-main.pc-gap-default > :not(:first-child) {
  margin-left: 0;
  margin-top: 1rem;
}
.pc-list-item-main.pc-gap-0 > :not(:first-child) {
  margin-top: 0rem;
  margin-left: 0;
}
.pc-list-item-main.pc-gap-1 > :not(:first-child) {
  margin-top: 0.0625rem;
  margin-left: 0;
}
.pc-list-item-main.pc-gap-2 > :not(:first-child) {
  margin-top: 0.125rem;
  margin-left: 0;
}
.pc-list-item-main.pc-gap-3 > :not(:first-child) {
  margin-top: 0.1875rem;
  margin-left: 0;
}
.pc-list-item-main.pc-gap-4 > :not(:first-child) {
  margin-top: 0.25rem;
  margin-left: 0;
}
.pc-list-item-main.pc-gap-5 > :not(:first-child) {
  margin-top: 0.3125rem;
  margin-left: 0;
}
.pc-list-item-main.pc-gap-6 > :not(:first-child) {
  margin-top: 0.375rem;
  margin-left: 0;
}
.pc-list-item-main.pc-gap-7 > :not(:first-child) {
  margin-top: 0.4375rem;
  margin-left: 0;
}
.pc-list-item-main.pc-gap-8 > :not(:first-child) {
  margin-top: 0.5rem;
  margin-left: 0;
}
.pc-list-item-main.pc-gap-9 > :not(:first-child) {
  margin-top: 0.5625rem;
  margin-left: 0;
}
.pc-list-item-main.pc-gap-10 > :not(:first-child) {
  margin-top: 0.625rem;
  margin-left: 0;
}
.pc-list-item-main.pc-gap-11 > :not(:first-child) {
  margin-top: 0.6875rem;
  margin-left: 0;
}
.pc-list-item-main.pc-gap-12 > :not(:first-child) {
  margin-top: 0.75rem;
  margin-left: 0;
}
.pc-list-item-main.pc-gap-14 > :not(:first-child) {
  margin-top: 0.875rem;
  margin-left: 0;
}
.pc-list-item-main.pc-gap-16 > :not(:first-child) {
  margin-top: 1rem;
  margin-left: 0;
}
.pc-list-item-main.pc-gap-20 > :not(:first-child) {
  margin-top: 1.25rem;
  margin-left: 0;
}
.pc-list-item-main.pc-gap-24 > :not(:first-child) {
  margin-top: 1.5rem;
  margin-left: 0;
}
.pc-list-item-main.pc-gap-28 > :not(:first-child) {
  margin-top: 1.75rem;
  margin-left: 0;
}
.pc-list-item-main.pc-gap-32 > :not(:first-child) {
  margin-top: 2rem;
  margin-left: 0;
}
.pc-list-item-main.pc-gap-36 > :not(:first-child) {
  margin-top: 2.25rem;
  margin-left: 0;
}
.pc-list-item-main.pc-gap-40 > :not(:first-child) {
  margin-top: 2.5rem;
  margin-left: 0;
}
.pc-list-item-main.pc-gap-44 > :not(:first-child) {
  margin-top: 2.75rem;
  margin-left: 0;
}
.pc-list-item-main.pc-gap-48 > :not(:first-child) {
  margin-top: 3rem;
  margin-left: 0;
}
.pc-list-item-main.pc-gap-52 > :not(:first-child) {
  margin-top: 3.25rem;
  margin-left: 0;
}
.pc-list-item-main.pc-gap-56 > :not(:first-child) {
  margin-top: 3.5rem;
  margin-left: 0;
}
.pc-list-item-main.pc-gap-60 > :not(:first-child) {
  margin-top: 3.75rem;
  margin-left: 0;
}
.pc-list-item-main.pc-gap-64 > :not(:first-child) {
  margin-top: 4rem;
  margin-left: 0;
}
.pc-list-item-main.pc-gap-72 > :not(:first-child) {
  margin-top: 4.5rem;
  margin-left: 0;
}
.pc-list-item-main.pc-gap-80 > :not(:first-child) {
  margin-top: 5rem;
  margin-left: 0;
}
.pc-list-item-main.pc-gap-96 > :not(:first-child) {
  margin-top: 6rem;
  margin-left: 0;
}
.pc-list-item-main.flex-reverse {
  flex-direction: column-reverse;
}
.pc-list-item-main > * {
  max-width: 100%;
}
.pc-list-item-main > hr {
  width: 100%;
}
.pc-list-item-main > :not(:first-child) {
  margin-top: 0.5rem;
}
.pc-button {
  display: flex;
  min-width: 0;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 2rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  padding: 0 0.9375rem;
  --color: var(--color-primary);
  color: var(--color);
  background: var(--color);
  user-select: none;
  transition: all var(--transition-normal);
}
.pc-button.inline {
  display: inline-flex;
}
.pc-button > * {
  flex: none;
}
.pc-button:focus {
  outline: none;
}
.pc-button:focus:not(:hover) {
  box-shadow: 0 0 0.25rem 0.0625rem var(--color-primary);
}
.pc-button:hover {
  color: var(--color);
  text-decoration: none;
}
.pc-button.disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.pc-button:not(.disabled) {
  filter: brightness(var(--brightness, ''));
}
.pc-button:not(.disabled):hover {
  --brightness: var(--active-brightness);
}
.pc-button:not(.disabled):active {
  transform: translateY(0.0625rem);
}
.pc-button:not(.pc-button-text).pc-sm {
  height: 1.5rem;
}
.pc-button:not(.pc-button-text).pc-md {
  height: 2rem;
}
.pc-button:not(.pc-button-text).pc-lg {
  height: 2.5rem;
}
.pc-button-outline,
.pc-button-text,
.pc-button-borderless {
  background: none;
}
.pc-button-outline:not(.disabled):hover,
.pc-button-borderless:not(.disabled):hover {
  filter: none;
  background-color: var(--bg-light);
}
.pc-button-outline {
  border-color: var(--color);
}
.pc-button-text {
  height: auto;
  border-style: none;
  border-width: 0;
  border-color: currentColor;
  padding: 0;
  border-radius: 0;
}
.pc-slider {
  overflow: hidden;
  position: relative;
}
.pc-slider .pc-slider-container {
  transition: transform var(--transition-slow);
}
.pc-slider .pc-slider-indicator,
.pc-slider .pc-slider-operator {
  position: absolute;
  transition: opacity var(--transition-normal);
}
.pc-slider .pc-slider-indicator:hover,
.pc-slider .pc-slider-operator:hover,
.pc-slider .pc-slider-indicator:focus,
.pc-slider .pc-slider-operator:focus {
  opacity: 1;
}
.pc-slider:not(:hover):not(:focus-within) > .pc-slider-indicator,
.pc-slider .pc-slider-operator {
  opacity: 0;
}
.pc-slider .pc-slider-indicator {
  bottom: 0;
  padding: 0.5rem 0;
}
.pc-slider .pc-slider-indicator:not(.right) {
  left: 0.5rem;
}
.pc-slider .pc-slider-indicator:not(.left) {
  right: 0.5rem;
}
.pc-slider .pc-slider-indicator > * {
  width: 0.75rem;
  height: 0.5rem;
  margin: 0 0.25rem;
  border-radius: 0.25rem;
  background-color: hsla(0, 0%, 100%, 0.2);
  transition: width var(--transition-fast) linear, margin var(--transition-fast) linear, background-color var(--transition-fast) linear;
}
.pc-slider .pc-slider-indicator > *.active {
  width: 1.5rem;
  margin: 0;
}
.pc-slider .pc-slider-indicator > *.active,
.pc-slider .pc-slider-indicator > *:hover {
  background-color: hsl(0, 0%, 100%);
}
.pc-slider .pc-slider-operator {
  top: 0;
  bottom: 0;
}
.pc-slider .pc-slider-operator.left {
  left: 0;
}
.pc-slider .pc-slider-operator.right {
  right: 0;
}
.pc-dtfd {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .pc-dtfd:not(.multiline) {
    display: flex;
  }
}
.pc-dtfd-lbl {
  margin: 0.5rem 0;
  padding-right: 1rem;
}
.pc-dtfd-lbl .pc-dtfd-label.pc-required:before {
  content: '*';
  margin-right: 0.25rem;
  color: var(--color-danger);
}
.pc-dtfd-lbl .pc-dtfd-hint {
  display: inline-flex;
}
@media only screen and (min-width: 768px) {
  .pc-dtfd-lbl {
    flex: 0 0 16.67%;
  }
  .pc-dtfd-lbl .pc-dtfd-hint {
    display: flex;
  }
}
.pc-dtfd-ipt .pc-dtfd-msg {
  margin-top: 0.25rem;
}
@media only screen and (min-width: 768px) {
  .pc-dtfd-ipt {
    flex: auto;
  }
}
.interactive {
  filter: brightness(var(--brightness, ''));
}
.interactive:hover {
  --brightness: var(--active-brightness);
}
.pc-color-black {
  --color: var(--text-black);
  --active-brightness: 1.5;
  color: var(--color);
}
.pc-active-black:hover {
  --color: var(--text-black);
  --active-brightness: 1;
  color: var(--color);
}
.pc-color-dark {
  --color: var(--text-dark);
  --active-brightness: 1.5;
  color: var(--color);
}
.pc-active-dark:hover {
  --color: var(--text-dark);
  --active-brightness: 1;
  color: var(--color);
}
.pc-color-normal {
  --color: var(--text-normal);
  --active-brightness: 1.5;
  color: var(--color);
}
.pc-active-normal:hover {
  --color: var(--text-normal);
  --active-brightness: 1;
  color: var(--color);
}
.pc-color-light {
  --color: var(--text-light);
  --active-brightness: 1.5;
  color: var(--color);
}
.pc-active-light:hover {
  --color: var(--text-light);
  --active-brightness: 1;
  color: var(--color);
}
.pc-color-lightest {
  --color: var(--text-lightest);
  --active-brightness: 1.5;
  color: var(--color);
}
.pc-active-lightest:hover {
  --color: var(--text-lightest);
  --active-brightness: 1;
  color: var(--color);
}
.pc-color-white {
  --color: var(--text-white);
  --active-brightness: 1.5;
  color: var(--color);
}
.pc-active-white:hover {
  --color: var(--text-white);
  --active-brightness: 1;
  color: var(--color);
}
.pc-color-inherit {
  color: currentColor;
  --color: currentColor;
}
.pc-color-primary {
  --color: var(--color-primary);
  --active-brightness: 0.85;
  color: var(--color);
}
.pc-active-primary:hover {
  --color: var(--color-primary);
  --active-brightness: 1;
  color: var(--color);
}
.pc-color-secondary {
  --color: var(--color-secondary);
  --active-brightness: 0.85;
  color: var(--color);
}
.pc-active-secondary:hover {
  --color: var(--color-secondary);
  --active-brightness: 1;
  color: var(--color);
}
.pc-color-pass {
  --color: var(--color-pass);
  --active-brightness: 0.85;
  color: var(--color);
}
.pc-active-pass:hover {
  --color: var(--color-pass);
  --active-brightness: 1;
  color: var(--color);
}
.pc-color-danger {
  --color: var(--color-danger);
  --active-brightness: 0.85;
  color: var(--color);
}
.pc-active-danger:hover {
  --color: var(--color-danger);
  --active-brightness: 1;
  color: var(--color);
}
.pc-color-warning {
  --color: var(--color-warning);
  --active-brightness: 0.85;
  color: var(--color);
}
.pc-active-warning:hover {
  --color: var(--color-warning);
  --active-brightness: 1;
  color: var(--color);
}
.pc-color-ac {
  --color: var(--color-ac);
  --active-brightness: 0.85;
  color: var(--color);
}
.pc-active-ac:hover {
  --color: var(--color-ac);
  --active-brightness: 1;
  color: var(--color);
}
.pc-color-wa {
  --color: var(--color-wa);
  --active-brightness: 0.85;
  color: var(--color);
}
.pc-active-wa:hover {
  --color: var(--color-wa);
  --active-brightness: 1;
  color: var(--color);
}
.pc-color-pta {
  --color: var(--color-pta);
  --active-brightness: 0.85;
  color: var(--color);
}
.pc-active-pta:hover {
  --color: var(--color-pta);
  --active-brightness: 1;
  color: var(--color);
}
.pc-color-pds {
  --color: var(--color-pds);
  --active-brightness: 0.85;
  color: var(--color);
}
.pc-active-pds:hover {
  --color: var(--color-pds);
  --active-brightness: 1;
  color: var(--color);
}
.pc-color-pat {
  --color: var(--color-pat);
  --active-brightness: 0.85;
  color: var(--color);
}
.pc-active-pat:hover {
  --color: var(--color-pat);
  --active-brightness: 1;
  color: var(--color);
}
.pc-color-oms {
  --color: var(--color-oms);
  --active-brightness: 0.85;
  color: var(--color);
}
.pc-active-oms:hover {
  --color: var(--color-oms);
  --active-brightness: 1;
  color: var(--color);
}
.pc-color-zoj {
  --color: var(--color-zoj);
  --active-brightness: 0.85;
  color: var(--color);
}
.pc-active-zoj:hover {
  --color: var(--color-zoj);
  --active-brightness: 1;
  color: var(--color);
}
.pc-color-es {
  --color: var(--color-es);
  --active-brightness: 0.85;
  color: var(--color);
}
.pc-active-es:hover {
  --color: var(--color-es);
  --active-brightness: 1;
  color: var(--color);
}
.bd-top-1 {
  border-top: 1px solid var(--border-all);
}
.bd-bottom-1 {
  border-bottom: 1px solid var(--border-all);
}
.bd-left-1 {
  border-left: 1px solid var(--border-all);
}
.bd-right-1 {
  border-right: 1px solid var(--border-all);
}
.bd-1 {
  border: 1px solid var(--border-all);
}
.pc-bg-base {
  background-color: var(--bg-base);
}
.pc-bg-light {
  background-color: var(--bg-light);
}
.pc-bg-normal {
  background-color: var(--bg-normal);
}
.pc-bg-site {
  background-color: var(--bg-site);
}
.pc-bg-primary {
  background-color: var(--color-primary);
}
.pc-bg-secondary {
  background-color: var(--color-secondary);
}
.pc-bg-pass {
  background-color: var(--color-pass);
}
.pc-bg-danger {
  background-color: var(--color-danger);
}
.pc-bg-warning {
  background-color: var(--color-warning);
}
.pc-bg-ac {
  background-color: var(--color-ac);
}
.pc-bg-wa {
  background-color: var(--color-wa);
}
.pc-bg-pta {
  background-color: var(--color-pta);
}
.pc-bg-pds {
  background-color: var(--color-pds);
}
.pc-bg-pat {
  background-color: var(--color-pat);
}
.pc-bg-oms {
  background-color: var(--color-oms);
}
.pc-bg-zoj {
  background-color: var(--color-zoj);
}
.pc-bg-es {
  background-color: var(--color-es);
}
.grow {
  flex-grow: 1;
}
.no-grow {
  flex-grow: 0;
}
.shrink {
  flex-shrink: 1;
}
.no-shrink {
  flex-shrink: 0;
}
.radius-2 {
  border-radius: 0.125rem;
}
.radius-4 {
  border-radius: 0.25rem;
}
.pc-gap-default > :not(:first-child) {
  margin-left: 0.5rem;
}
.pc-gap-0 > :not(:first-child) {
  margin-left: 0rem;
}
.pc-gap-1 > :not(:first-child) {
  margin-left: 0.0625rem;
}
.pc-gap-2 > :not(:first-child) {
  margin-left: 0.125rem;
}
.pc-gap-3 > :not(:first-child) {
  margin-left: 0.1875rem;
}
.pc-gap-4 > :not(:first-child) {
  margin-left: 0.25rem;
}
.pc-gap-5 > :not(:first-child) {
  margin-left: 0.3125rem;
}
.pc-gap-6 > :not(:first-child) {
  margin-left: 0.375rem;
}
.pc-gap-7 > :not(:first-child) {
  margin-left: 0.4375rem;
}
.pc-gap-8 > :not(:first-child) {
  margin-left: 0.5rem;
}
.pc-gap-9 > :not(:first-child) {
  margin-left: 0.5625rem;
}
.pc-gap-10 > :not(:first-child) {
  margin-left: 0.625rem;
}
.pc-gap-11 > :not(:first-child) {
  margin-left: 0.6875rem;
}
.pc-gap-12 > :not(:first-child) {
  margin-left: 0.75rem;
}
.pc-gap-14 > :not(:first-child) {
  margin-left: 0.875rem;
}
.pc-gap-16 > :not(:first-child) {
  margin-left: 1rem;
}
.pc-gap-20 > :not(:first-child) {
  margin-left: 1.25rem;
}
.pc-gap-24 > :not(:first-child) {
  margin-left: 1.5rem;
}
.pc-gap-28 > :not(:first-child) {
  margin-left: 1.75rem;
}
.pc-gap-32 > :not(:first-child) {
  margin-left: 2rem;
}
.pc-gap-36 > :not(:first-child) {
  margin-left: 2.25rem;
}
.pc-gap-40 > :not(:first-child) {
  margin-left: 2.5rem;
}
.pc-gap-44 > :not(:first-child) {
  margin-left: 2.75rem;
}
.pc-gap-48 > :not(:first-child) {
  margin-left: 3rem;
}
.pc-gap-52 > :not(:first-child) {
  margin-left: 3.25rem;
}
.pc-gap-56 > :not(:first-child) {
  margin-left: 3.5rem;
}
.pc-gap-60 > :not(:first-child) {
  margin-left: 3.75rem;
}
.pc-gap-64 > :not(:first-child) {
  margin-left: 4rem;
}
.pc-gap-72 > :not(:first-child) {
  margin-left: 4.5rem;
}
.pc-gap-80 > :not(:first-child) {
  margin-left: 5rem;
}
.pc-gap-96 > :not(:first-child) {
  margin-left: 6rem;
}
.pc-grid {
  display: flex;
  flex: auto;
  flex-wrap: wrap;
}
.pc-grid.inline {
  display: inline-flex;
}
.pc-grid.pc-gap-default {
  margin: -0.5rem;
}
.pc-grid.pc-gap-default > * {
  margin: 0.5rem;
}
.pc-grid.pc-gap-0 {
  margin: 0rem;
}
.pc-grid.pc-gap-0 > * {
  margin: 0rem;
}
.pc-grid.pc-gap-1 {
  margin: -0.0625rem;
}
.pc-grid.pc-gap-1 > * {
  margin: 0.0625rem;
}
.pc-grid.pc-gap-2 {
  margin: -0.125rem;
}
.pc-grid.pc-gap-2 > * {
  margin: 0.125rem;
}
.pc-grid.pc-gap-3 {
  margin: -0.1875rem;
}
.pc-grid.pc-gap-3 > * {
  margin: 0.1875rem;
}
.pc-grid.pc-gap-4 {
  margin: -0.25rem;
}
.pc-grid.pc-gap-4 > * {
  margin: 0.25rem;
}
.pc-grid.pc-gap-5 {
  margin: -0.3125rem;
}
.pc-grid.pc-gap-5 > * {
  margin: 0.3125rem;
}
.pc-grid.pc-gap-6 {
  margin: -0.375rem;
}
.pc-grid.pc-gap-6 > * {
  margin: 0.375rem;
}
.pc-grid.pc-gap-7 {
  margin: -0.4375rem;
}
.pc-grid.pc-gap-7 > * {
  margin: 0.4375rem;
}
.pc-grid.pc-gap-8 {
  margin: -0.5rem;
}
.pc-grid.pc-gap-8 > * {
  margin: 0.5rem;
}
.pc-grid.pc-gap-9 {
  margin: -0.5625rem;
}
.pc-grid.pc-gap-9 > * {
  margin: 0.5625rem;
}
.pc-grid.pc-gap-10 {
  margin: -0.625rem;
}
.pc-grid.pc-gap-10 > * {
  margin: 0.625rem;
}
.pc-grid.pc-gap-11 {
  margin: -0.6875rem;
}
.pc-grid.pc-gap-11 > * {
  margin: 0.6875rem;
}
.pc-grid.pc-gap-12 {
  margin: -0.75rem;
}
.pc-grid.pc-gap-12 > * {
  margin: 0.75rem;
}
.pc-grid.pc-gap-14 {
  margin: -0.875rem;
}
.pc-grid.pc-gap-14 > * {
  margin: 0.875rem;
}
.pc-grid.pc-gap-16 {
  margin: -1rem;
}
.pc-grid.pc-gap-16 > * {
  margin: 1rem;
}
.pc-grid.pc-gap-20 {
  margin: -1.25rem;
}
.pc-grid.pc-gap-20 > * {
  margin: 1.25rem;
}
.pc-grid.pc-gap-24 {
  margin: -1.5rem;
}
.pc-grid.pc-gap-24 > * {
  margin: 1.5rem;
}
.pc-grid.pc-gap-28 {
  margin: -1.75rem;
}
.pc-grid.pc-gap-28 > * {
  margin: 1.75rem;
}
.pc-grid.pc-gap-32 {
  margin: -2rem;
}
.pc-grid.pc-gap-32 > * {
  margin: 2rem;
}
.pc-grid.pc-gap-36 {
  margin: -2.25rem;
}
.pc-grid.pc-gap-36 > * {
  margin: 2.25rem;
}
.pc-grid.pc-gap-40 {
  margin: -2.5rem;
}
.pc-grid.pc-gap-40 > * {
  margin: 2.5rem;
}
.pc-grid.pc-gap-44 {
  margin: -2.75rem;
}
.pc-grid.pc-gap-44 > * {
  margin: 2.75rem;
}
.pc-grid.pc-gap-48 {
  margin: -3rem;
}
.pc-grid.pc-gap-48 > * {
  margin: 3rem;
}
.pc-grid.pc-gap-52 {
  margin: -3.25rem;
}
.pc-grid.pc-gap-52 > * {
  margin: 3.25rem;
}
.pc-grid.pc-gap-56 {
  margin: -3.5rem;
}
.pc-grid.pc-gap-56 > * {
  margin: 3.5rem;
}
.pc-grid.pc-gap-60 {
  margin: -3.75rem;
}
.pc-grid.pc-gap-60 > * {
  margin: 3.75rem;
}
.pc-grid.pc-gap-64 {
  margin: -4rem;
}
.pc-grid.pc-gap-64 > * {
  margin: 4rem;
}
.pc-grid.pc-gap-72 {
  margin: -4.5rem;
}
.pc-grid.pc-gap-72 > * {
  margin: 4.5rem;
}
.pc-grid.pc-gap-80 {
  margin: -5rem;
}
.pc-grid.pc-gap-80 > * {
  margin: 5rem;
}
.pc-grid.pc-gap-96 {
  margin: -6rem;
}
.pc-grid.pc-gap-96 > * {
  margin: 6rem;
}
.flex-reverse {
  flex-direction: row-reverse;
}
.flex-column {
  flex-direction: column;
}
.flex-column.pc-gap-default > :not(:first-child) {
  margin-left: 0;
  margin-top: 1rem;
}
.flex-column.pc-gap-0 > :not(:first-child) {
  margin-top: 0rem;
  margin-left: 0;
}
.flex-column.pc-gap-1 > :not(:first-child) {
  margin-top: 0.0625rem;
  margin-left: 0;
}
.flex-column.pc-gap-2 > :not(:first-child) {
  margin-top: 0.125rem;
  margin-left: 0;
}
.flex-column.pc-gap-3 > :not(:first-child) {
  margin-top: 0.1875rem;
  margin-left: 0;
}
.flex-column.pc-gap-4 > :not(:first-child) {
  margin-top: 0.25rem;
  margin-left: 0;
}
.flex-column.pc-gap-5 > :not(:first-child) {
  margin-top: 0.3125rem;
  margin-left: 0;
}
.flex-column.pc-gap-6 > :not(:first-child) {
  margin-top: 0.375rem;
  margin-left: 0;
}
.flex-column.pc-gap-7 > :not(:first-child) {
  margin-top: 0.4375rem;
  margin-left: 0;
}
.flex-column.pc-gap-8 > :not(:first-child) {
  margin-top: 0.5rem;
  margin-left: 0;
}
.flex-column.pc-gap-9 > :not(:first-child) {
  margin-top: 0.5625rem;
  margin-left: 0;
}
.flex-column.pc-gap-10 > :not(:first-child) {
  margin-top: 0.625rem;
  margin-left: 0;
}
.flex-column.pc-gap-11 > :not(:first-child) {
  margin-top: 0.6875rem;
  margin-left: 0;
}
.flex-column.pc-gap-12 > :not(:first-child) {
  margin-top: 0.75rem;
  margin-left: 0;
}
.flex-column.pc-gap-14 > :not(:first-child) {
  margin-top: 0.875rem;
  margin-left: 0;
}
.flex-column.pc-gap-16 > :not(:first-child) {
  margin-top: 1rem;
  margin-left: 0;
}
.flex-column.pc-gap-20 > :not(:first-child) {
  margin-top: 1.25rem;
  margin-left: 0;
}
.flex-column.pc-gap-24 > :not(:first-child) {
  margin-top: 1.5rem;
  margin-left: 0;
}
.flex-column.pc-gap-28 > :not(:first-child) {
  margin-top: 1.75rem;
  margin-left: 0;
}
.flex-column.pc-gap-32 > :not(:first-child) {
  margin-top: 2rem;
  margin-left: 0;
}
.flex-column.pc-gap-36 > :not(:first-child) {
  margin-top: 2.25rem;
  margin-left: 0;
}
.flex-column.pc-gap-40 > :not(:first-child) {
  margin-top: 2.5rem;
  margin-left: 0;
}
.flex-column.pc-gap-44 > :not(:first-child) {
  margin-top: 2.75rem;
  margin-left: 0;
}
.flex-column.pc-gap-48 > :not(:first-child) {
  margin-top: 3rem;
  margin-left: 0;
}
.flex-column.pc-gap-52 > :not(:first-child) {
  margin-top: 3.25rem;
  margin-left: 0;
}
.flex-column.pc-gap-56 > :not(:first-child) {
  margin-top: 3.5rem;
  margin-left: 0;
}
.flex-column.pc-gap-60 > :not(:first-child) {
  margin-top: 3.75rem;
  margin-left: 0;
}
.flex-column.pc-gap-64 > :not(:first-child) {
  margin-top: 4rem;
  margin-left: 0;
}
.flex-column.pc-gap-72 > :not(:first-child) {
  margin-top: 4.5rem;
  margin-left: 0;
}
.flex-column.pc-gap-80 > :not(:first-child) {
  margin-top: 5rem;
  margin-left: 0;
}
.flex-column.pc-gap-96 > :not(:first-child) {
  margin-top: 6rem;
  margin-left: 0;
}
.flex-column.flex-reverse {
  flex-direction: column-reverse;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis-m {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.pc-trs-fast {
  transition-duration: var(--transition-fast);
}
.pc-trs-normal {
  transition-duration: var(--transition-normal);
}
.pc-trs-slow {
  transition-duration: var(--transition-slow);
}
.scroll {
  overflow: auto;
  scroll-behavior: smooth;
  --scroll-bar: transparent;
  scrollbar-color: var(--scroll-thumb) var(--scroll-bar);
}
.scroll::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
.scroll::-webkit-scrollbar-track {
  background-color: var(--scroll-bar);
}
.scroll::-webkit-scrollbar-thumb {
  border-radius: 0.5rem;
  background-color: var(--scroll-thumb);
}
.scrollbar-hidden {
  scrollbar-width: none;
}
.scrollbar-hidden::-webkit-scrollbar {
  display: none;
}
.scrollbar-track-light {
  --scroll-bar: var(--bg-light);
}
.pc-shadow {
  box-shadow: 0 0.125rem 0.625rem 0.125rem var(--bg-normal);
}
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: var(--text-normal);
  --tw-ring-color: rgb(147 197 253 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: var(--text-normal);
  --tw-ring-color: rgb(147 197 253 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .\!container {
    max-width: 640px !important;
  }
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .\!container {
    max-width: 768px !important;
  }
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .\!container {
    max-width: 1024px !important;
  }
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .\!container {
    max-width: 1280px !important;
  }
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .\!container {
    max-width: 1536px !important;
  }
  .container {
    max-width: 1536px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.\!fixed {
  position: fixed !important;
}
.fixed {
  position: fixed;
}
.\!absolute {
  position: absolute !important;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.-bottom-5 {
  bottom: -1.25rem;
}
.-bottom-px {
  bottom: -1px;
}
.-left-2 {
  left: -0.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-1 {
  left: 0.25rem;
}
.left-1\.5 {
  left: 0.375rem;
}
.right-0 {
  right: 0px;
}
.right-3 {
  right: 0.75rem;
}
.top-0 {
  top: 0px;
}
.top-3 {
  top: 0.75rem;
}
.top-5 {
  top: 1.25rem;
}
.z-10 {
  z-index: 10;
}
.z-30 {
  z-index: 30;
}
.z-\[999\] {
  z-index: 999;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-10 {
  grid-column: span 10 / span 10;
}
.col-span-11 {
  grid-column: span 11 / span 11;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-7 {
  grid-column: span 7 / span 7;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
.col-span-9 {
  grid-column: span 9 / span 9;
}
.float-right {
  float: right;
}
.\!m-0 {
  margin: 0px !important;
}
.-m-px {
  margin: -1px;
}
.m-0 {
  margin: 0px;
}
.m-1 {
  margin: 0.25rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-3 {
  margin: 0.75rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.-mb-6 {
  margin-bottom: -1.5rem;
}
.-ml-px {
  margin-left: -1px;
}
.-mr-px {
  margin-right: -1px;
}
.-mt-0 {
  margin-top: -0px;
}
.-mt-0\.5 {
  margin-top: -0.125rem;
}
.-mt-px {
  margin-top: -1px;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.box-content {
  box-sizing: content-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-0 {
  height: 0px;
}
.h-1 {
  height: 0.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-80 {
  height: 20rem;
}
.h-\[21\.25rem\] {
  height: 21.25rem;
}
.h-\[6rem\] {
  height: 6rem;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.max-h-80 {
  max-height: 20rem;
}
.max-h-\[30rem\] {
  max-height: 30rem;
}
.max-h-\[calc\(var\(--height-exclude-header\)-10rem\)\] {
  max-height: calc(var(--height-exclude-header) - 10rem);
}
.min-h-0 {
  min-height: 0px;
}
.min-h-\[2rem\] {
  min-height: 2rem;
}
.\!w-full {
  width: 100% !important;
}
.w-1 {
  width: 0.25rem;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/6 {
  width: 16.666667%;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-20 {
  width: 5rem;
}
.w-4 {
  width: 1rem;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-\[1\.75rem\] {
  width: 1.75rem;
}
.w-\[10\%\] {
  width: 10%;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[10ch\] {
  width: 10ch;
}
.w-\[15\%\] {
  width: 15%;
}
.w-\[20\%\] {
  width: 20%;
}
.w-\[25\%\] {
  width: 25%;
}
.w-\[25rem\] {
  width: 25rem;
}
.w-\[5\%\] {
  width: 5%;
}
.w-\[6rem\] {
  width: 6rem;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[fit-content\] {
  width: fit-content;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[20ch\] {
  min-width: 20ch;
}
.min-w-\[4rem\] {
  min-width: 4rem;
}
.min-w-\[7\.5rem\] {
  min-width: 7.5rem;
}
.max-w-\[20rem\] {
  max-width: 20rem;
}
.max-w-\[40rem\] {
  max-width: 40rem;
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-none {
  flex: none;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.table-fixed {
  table-layout: fixed;
}
.-translate-y-full {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.animate-bounce {
  animation: bounce 1s infinite;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-zoom-in {
  cursor: zoom-in;
}
.select-none {
  user-select: none;
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-x-2 {
  column-gap: 0.5rem;
}
.gap-x-4 {
  column-gap: 1rem;
}
.gap-x-6 {
  column-gap: 1.5rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.scroll-auto {
  scroll-behavior: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.\!whitespace-pre {
  white-space: pre !important;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[3rem\] {
  border-radius: 3rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-solid {
  border-style: solid;
}
.border-hidden {
  border-style: hidden;
}
.border-border {
  border-color: var(--border-all);
}
.border-lightest {
  border-color: var(--text-lightest);
}
.border-primary {
  border-color: var(--color-primary);
}
.border-transparent {
  border-color: transparent;
}
.border-b-primary {
  border-bottom-color: var(--color-primary);
}
.\!bg-\[\#eee\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity)) !important;
}
.\!bg-bg-light {
  background-color: var(--bg-light) !important;
}
.bg-bg-base {
  background-color: var(--bg-base);
}
.bg-bg-light {
  background-color: var(--bg-light);
}
.bg-bg-normal {
  background-color: var(--bg-normal);
}
.bg-black {
  background-color: var(--text-black);
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-border {
  background-color: var(--border-all);
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}
.bg-orange-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity));
}
.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}
.bg-pass {
  background-color: var(--color-pass);
}
.bg-primary {
  background-color: var(--color-primary);
}
.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.bg-\[linear-gradient\(to_right\2c transparent\2c var\(--bg-light\)_1\.5rem\)\] {
  background-image: linear-gradient(to right,transparent,var(--bg-light) 1.5rem);
}
.from {
  --tw-gradient-from: var(--text-normal) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.\!to {
  --tw-gradient-to: var(--text-normal) var(--tw-gradient-to-position) !important;
}
.to {
  --tw-gradient-to: var(--text-normal) var(--tw-gradient-to-position);
}
.bg-repeat {
  background-repeat: repeat;
}
.fill {
  fill: var(--text-normal);
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.\!pr-0 {
  padding-right: 0px !important;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-9 {
  padding-top: 2.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[2rem\] {
  font-size: 2rem;
}
.text-\[48px\] {
  font-size: 48px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.9375rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.8125rem;
  line-height: 1rem;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.italic {
  font-style: italic;
}
.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-\[2\.5rem\] {
  line-height: 2.5rem;
}
.leading-loose {
  line-height: 2;
}
.leading-normal {
  line-height: 1.5;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.\!text-primary {
  color: var(--color-primary) !important;
}
.text {
  color: var(--text-normal);
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-danger {
  color: var(--color-danger);
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}
.text-light {
  color: var(--text-light);
}
.text-lightest {
  color: var(--text-lightest);
}
.text-normal {
  color: var(--text-normal);
}
.text-pass {
  color: var(--color-pass);
}
.text-primary {
  color: var(--color-primary);
}
.text-sky-400 {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity));
}
.text-sky-500 {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
}
.text-warning {
  color: var(--color-warning);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.\!no-underline {
  text-decoration-line: none !important;
}
.decoration {
  text-decoration-color: var(--text-normal);
}
.placeholder::placeholder {
  color: var(--text-normal);
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-80 {
  opacity: 0.8;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_45px_100px_10px_rgba\(151\2c 207\2c 222\2c 0\.3\)\] {
  --tw-shadow: 0 45px 100px 10px rgba(151,207,222,0.3);
  --tw-shadow-colored: 0 45px 100px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.outline-1 {
  outline-width: 1px;
}
.outline {
  outline-color: var(--text-normal);
}
.outline-border {
  outline-color: var(--border-all);
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.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-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[left\] {
  transition-property: left;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.\[--active-brightness\:1\] {
  --active-brightness: 1;
}
.flex-1 {
  min-width: 0;
}
.flex-col {
  max-width: 100%;
}
.font-sans {
  font-family: var(--font-sans);
}
.font-mono,
.code {
  font-family: var(--font-mono);
}
.memorial-day {
  filter: grayscale(100%);
}
[class^='gap-']:not(.grid):empty:before,
[class*=' gap-']:not(.grid):empty:before {
  content: '';
}
.no-flex-gap .gap-y-0:not(.grid) > :not([hidden]) {
  margin-bottom: 0px;
}
.no-flex-gap .gap-x-0:not(.grid) > :not([hidden]) {
  margin-right: 0px;
}
.no-flex-gap .gap-0:not(.grid) > :not([hidden]) {
  margin-right: 0px;
  margin-bottom: 0px;
}
.no-flex-gap .gap-y-1:not(.grid) > :not([hidden]) {
  margin-bottom: 0.25rem;
}
.no-flex-gap .gap-x-1:not(.grid) > :not([hidden]) {
  margin-right: 0.25rem;
}
.no-flex-gap .gap-1:not(.grid) > :not([hidden]) {
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}
.no-flex-gap .gap-y-2:not(.grid) > :not([hidden]) {
  margin-bottom: 0.5rem;
}
.no-flex-gap .gap-x-2:not(.grid) > :not([hidden]) {
  margin-right: 0.5rem;
}
.no-flex-gap .gap-2:not(.grid) > :not([hidden]) {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.no-flex-gap .gap-y-3:not(.grid) > :not([hidden]) {
  margin-bottom: 0.75rem;
}
.no-flex-gap .gap-x-3:not(.grid) > :not([hidden]) {
  margin-right: 0.75rem;
}
.no-flex-gap .gap-3:not(.grid) > :not([hidden]) {
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
}
.no-flex-gap .gap-y-4:not(.grid) > :not([hidden]) {
  margin-bottom: 1rem;
}
.no-flex-gap .gap-x-4:not(.grid) > :not([hidden]) {
  margin-right: 1rem;
}
.no-flex-gap .gap-4:not(.grid) > :not([hidden]) {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.no-flex-gap .gap-y-5:not(.grid) > :not([hidden]) {
  margin-bottom: 1.25rem;
}
.no-flex-gap .gap-x-5:not(.grid) > :not([hidden]) {
  margin-right: 1.25rem;
}
.no-flex-gap .gap-5:not(.grid) > :not([hidden]) {
  margin-right: 1.25rem;
  margin-bottom: 1.25rem;
}
.no-flex-gap .gap-y-6:not(.grid) > :not([hidden]) {
  margin-bottom: 1.5rem;
}
.no-flex-gap .gap-x-6:not(.grid) > :not([hidden]) {
  margin-right: 1.5rem;
}
.no-flex-gap .gap-6:not(.grid) > :not([hidden]) {
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
.no-flex-gap .gap-y-7:not(.grid) > :not([hidden]) {
  margin-bottom: 1.75rem;
}
.no-flex-gap .gap-x-7:not(.grid) > :not([hidden]) {
  margin-right: 1.75rem;
}
.no-flex-gap .gap-7:not(.grid) > :not([hidden]) {
  margin-right: 1.75rem;
  margin-bottom: 1.75rem;
}
.no-flex-gap .gap-y-8:not(.grid) > :not([hidden]) {
  margin-bottom: 2rem;
}
.no-flex-gap .gap-x-8:not(.grid) > :not([hidden]) {
  margin-right: 2rem;
}
.no-flex-gap .gap-8:not(.grid) > :not([hidden]) {
  margin-right: 2rem;
  margin-bottom: 2rem;
}
.no-flex-gap .gap-y-9:not(.grid) > :not([hidden]) {
  margin-bottom: 2.25rem;
}
.no-flex-gap .gap-x-9:not(.grid) > :not([hidden]) {
  margin-right: 2.25rem;
}
.no-flex-gap .gap-9:not(.grid) > :not([hidden]) {
  margin-right: 2.25rem;
  margin-bottom: 2.25rem;
}
.no-flex-gap .gap-y-10:not(.grid) > :not([hidden]) {
  margin-bottom: 2.5rem;
}
.no-flex-gap .gap-x-10:not(.grid) > :not([hidden]) {
  margin-right: 2.5rem;
}
.no-flex-gap .gap-10:not(.grid) > :not([hidden]) {
  margin-right: 2.5rem;
  margin-bottom: 2.5rem;
}
.no-flex-gap .gap-y-11:not(.grid) > :not([hidden]) {
  margin-bottom: 2.75rem;
}
.no-flex-gap .gap-x-11:not(.grid) > :not([hidden]) {
  margin-right: 2.75rem;
}
.no-flex-gap .gap-11:not(.grid) > :not([hidden]) {
  margin-right: 2.75rem;
  margin-bottom: 2.75rem;
}
.no-flex-gap .gap-y-12:not(.grid) > :not([hidden]) {
  margin-bottom: 3rem;
}
.no-flex-gap .gap-x-12:not(.grid) > :not([hidden]) {
  margin-right: 3rem;
}
.no-flex-gap .gap-12:not(.grid) > :not([hidden]) {
  margin-right: 3rem;
  margin-bottom: 3rem;
}
.no-flex-gap .gap-y-14:not(.grid) > :not([hidden]) {
  margin-bottom: 3.5rem;
}
.no-flex-gap .gap-x-14:not(.grid) > :not([hidden]) {
  margin-right: 3.5rem;
}
.no-flex-gap .gap-14:not(.grid) > :not([hidden]) {
  margin-right: 3.5rem;
  margin-bottom: 3.5rem;
}
.no-flex-gap .gap-y-16:not(.grid) > :not([hidden]) {
  margin-bottom: 4rem;
}
.no-flex-gap .gap-x-16:not(.grid) > :not([hidden]) {
  margin-right: 4rem;
}
.no-flex-gap .gap-16:not(.grid) > :not([hidden]) {
  margin-right: 4rem;
  margin-bottom: 4rem;
}
.no-flex-gap .gap-y-20:not(.grid) > :not([hidden]) {
  margin-bottom: 5rem;
}
.no-flex-gap .gap-x-20:not(.grid) > :not([hidden]) {
  margin-right: 5rem;
}
.no-flex-gap .gap-20:not(.grid) > :not([hidden]) {
  margin-right: 5rem;
  margin-bottom: 5rem;
}
.no-flex-gap .gap-y-24:not(.grid) > :not([hidden]) {
  margin-bottom: 6rem;
}
.no-flex-gap .gap-x-24:not(.grid) > :not([hidden]) {
  margin-right: 6rem;
}
.no-flex-gap .gap-24:not(.grid) > :not([hidden]) {
  margin-right: 6rem;
  margin-bottom: 6rem;
}
.no-flex-gap .gap-y-28:not(.grid) > :not([hidden]) {
  margin-bottom: 7rem;
}
.no-flex-gap .gap-x-28:not(.grid) > :not([hidden]) {
  margin-right: 7rem;
}
.no-flex-gap .gap-28:not(.grid) > :not([hidden]) {
  margin-right: 7rem;
  margin-bottom: 7rem;
}
.no-flex-gap .gap-y-32:not(.grid) > :not([hidden]) {
  margin-bottom: 8rem;
}
.no-flex-gap .gap-x-32:not(.grid) > :not([hidden]) {
  margin-right: 8rem;
}
.no-flex-gap .gap-32:not(.grid) > :not([hidden]) {
  margin-right: 8rem;
  margin-bottom: 8rem;
}
.no-flex-gap .gap-y-36:not(.grid) > :not([hidden]) {
  margin-bottom: 9rem;
}
.no-flex-gap .gap-x-36:not(.grid) > :not([hidden]) {
  margin-right: 9rem;
}
.no-flex-gap .gap-36:not(.grid) > :not([hidden]) {
  margin-right: 9rem;
  margin-bottom: 9rem;
}
.no-flex-gap .gap-y-40:not(.grid) > :not([hidden]) {
  margin-bottom: 10rem;
}
.no-flex-gap .gap-x-40:not(.grid) > :not([hidden]) {
  margin-right: 10rem;
}
.no-flex-gap .gap-40:not(.grid) > :not([hidden]) {
  margin-right: 10rem;
  margin-bottom: 10rem;
}
.no-flex-gap .gap-y-44:not(.grid) > :not([hidden]) {
  margin-bottom: 11rem;
}
.no-flex-gap .gap-x-44:not(.grid) > :not([hidden]) {
  margin-right: 11rem;
}
.no-flex-gap .gap-44:not(.grid) > :not([hidden]) {
  margin-right: 11rem;
  margin-bottom: 11rem;
}
.no-flex-gap .gap-y-48:not(.grid) > :not([hidden]) {
  margin-bottom: 12rem;
}
.no-flex-gap .gap-x-48:not(.grid) > :not([hidden]) {
  margin-right: 12rem;
}
.no-flex-gap .gap-48:not(.grid) > :not([hidden]) {
  margin-right: 12rem;
  margin-bottom: 12rem;
}
.no-flex-gap .gap-y-52:not(.grid) > :not([hidden]) {
  margin-bottom: 13rem;
}
.no-flex-gap .gap-x-52:not(.grid) > :not([hidden]) {
  margin-right: 13rem;
}
.no-flex-gap .gap-52:not(.grid) > :not([hidden]) {
  margin-right: 13rem;
  margin-bottom: 13rem;
}
.no-flex-gap .gap-y-56:not(.grid) > :not([hidden]) {
  margin-bottom: 14rem;
}
.no-flex-gap .gap-x-56:not(.grid) > :not([hidden]) {
  margin-right: 14rem;
}
.no-flex-gap .gap-56:not(.grid) > :not([hidden]) {
  margin-right: 14rem;
  margin-bottom: 14rem;
}
.no-flex-gap .gap-y-60:not(.grid) > :not([hidden]) {
  margin-bottom: 15rem;
}
.no-flex-gap .gap-x-60:not(.grid) > :not([hidden]) {
  margin-right: 15rem;
}
.no-flex-gap .gap-60:not(.grid) > :not([hidden]) {
  margin-right: 15rem;
  margin-bottom: 15rem;
}
.no-flex-gap .gap-y-64:not(.grid) > :not([hidden]) {
  margin-bottom: 16rem;
}
.no-flex-gap .gap-x-64:not(.grid) > :not([hidden]) {
  margin-right: 16rem;
}
.no-flex-gap .gap-64:not(.grid) > :not([hidden]) {
  margin-right: 16rem;
  margin-bottom: 16rem;
}
.no-flex-gap .gap-y-72:not(.grid) > :not([hidden]) {
  margin-bottom: 18rem;
}
.no-flex-gap .gap-x-72:not(.grid) > :not([hidden]) {
  margin-right: 18rem;
}
.no-flex-gap .gap-72:not(.grid) > :not([hidden]) {
  margin-right: 18rem;
  margin-bottom: 18rem;
}
.no-flex-gap .gap-y-80:not(.grid) > :not([hidden]) {
  margin-bottom: 20rem;
}
.no-flex-gap .gap-x-80:not(.grid) > :not([hidden]) {
  margin-right: 20rem;
}
.no-flex-gap .gap-80:not(.grid) > :not([hidden]) {
  margin-right: 20rem;
  margin-bottom: 20rem;
}
.no-flex-gap .gap-y-96:not(.grid) > :not([hidden]) {
  margin-bottom: 24rem;
}
.no-flex-gap .gap-x-96:not(.grid) > :not([hidden]) {
  margin-right: 24rem;
}
.no-flex-gap .gap-96:not(.grid) > :not([hidden]) {
  margin-right: 24rem;
  margin-bottom: 24rem;
}
@media (min-width: 768px) {
  .no-flex-gap .md\:gap-y-0:not(.grid) > :not([hidden]) {
    margin-bottom: 0px;
  }
  .no-flex-gap .md\:gap-x-0:not(.grid) > :not([hidden]) {
    margin-right: 0px;
  }
  .no-flex-gap .md\:gap-0:not(.grid) > :not([hidden]) {
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .no-flex-gap .md\:gap-y-1:not(.grid) > :not([hidden]) {
    margin-bottom: 0.25rem;
  }
  .no-flex-gap .md\:gap-x-1:not(.grid) > :not([hidden]) {
    margin-right: 0.25rem;
  }
  .no-flex-gap .md\:gap-1:not(.grid) > :not([hidden]) {
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .no-flex-gap .md\:gap-y-2:not(.grid) > :not([hidden]) {
    margin-bottom: 0.5rem;
  }
  .no-flex-gap .md\:gap-x-2:not(.grid) > :not([hidden]) {
    margin-right: 0.5rem;
  }
  .no-flex-gap .md\:gap-2:not(.grid) > :not([hidden]) {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .no-flex-gap .md\:gap-y-3:not(.grid) > :not([hidden]) {
    margin-bottom: 0.75rem;
  }
  .no-flex-gap .md\:gap-x-3:not(.grid) > :not([hidden]) {
    margin-right: 0.75rem;
  }
  .no-flex-gap .md\:gap-3:not(.grid) > :not([hidden]) {
    margin-right: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .no-flex-gap .md\:gap-y-4:not(.grid) > :not([hidden]) {
    margin-bottom: 1rem;
  }
  .no-flex-gap .md\:gap-x-4:not(.grid) > :not([hidden]) {
    margin-right: 1rem;
  }
  .no-flex-gap .md\:gap-4:not(.grid) > :not([hidden]) {
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
  .no-flex-gap .md\:gap-y-5:not(.grid) > :not([hidden]) {
    margin-bottom: 1.25rem;
  }
  .no-flex-gap .md\:gap-x-5:not(.grid) > :not([hidden]) {
    margin-right: 1.25rem;
  }
  .no-flex-gap .md\:gap-5:not(.grid) > :not([hidden]) {
    margin-right: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .no-flex-gap .md\:gap-y-6:not(.grid) > :not([hidden]) {
    margin-bottom: 1.5rem;
  }
  .no-flex-gap .md\:gap-x-6:not(.grid) > :not([hidden]) {
    margin-right: 1.5rem;
  }
  .no-flex-gap .md\:gap-6:not(.grid) > :not([hidden]) {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .no-flex-gap .md\:gap-y-7:not(.grid) > :not([hidden]) {
    margin-bottom: 1.75rem;
  }
  .no-flex-gap .md\:gap-x-7:not(.grid) > :not([hidden]) {
    margin-right: 1.75rem;
  }
  .no-flex-gap .md\:gap-7:not(.grid) > :not([hidden]) {
    margin-right: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .no-flex-gap .md\:gap-y-8:not(.grid) > :not([hidden]) {
    margin-bottom: 2rem;
  }
  .no-flex-gap .md\:gap-x-8:not(.grid) > :not([hidden]) {
    margin-right: 2rem;
  }
  .no-flex-gap .md\:gap-8:not(.grid) > :not([hidden]) {
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
  .no-flex-gap .md\:gap-y-9:not(.grid) > :not([hidden]) {
    margin-bottom: 2.25rem;
  }
  .no-flex-gap .md\:gap-x-9:not(.grid) > :not([hidden]) {
    margin-right: 2.25rem;
  }
  .no-flex-gap .md\:gap-9:not(.grid) > :not([hidden]) {
    margin-right: 2.25rem;
    margin-bottom: 2.25rem;
  }
  .no-flex-gap .md\:gap-y-10:not(.grid) > :not([hidden]) {
    margin-bottom: 2.5rem;
  }
  .no-flex-gap .md\:gap-x-10:not(.grid) > :not([hidden]) {
    margin-right: 2.5rem;
  }
  .no-flex-gap .md\:gap-10:not(.grid) > :not([hidden]) {
    margin-right: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .no-flex-gap .md\:gap-y-11:not(.grid) > :not([hidden]) {
    margin-bottom: 2.75rem;
  }
  .no-flex-gap .md\:gap-x-11:not(.grid) > :not([hidden]) {
    margin-right: 2.75rem;
  }
  .no-flex-gap .md\:gap-11:not(.grid) > :not([hidden]) {
    margin-right: 2.75rem;
    margin-bottom: 2.75rem;
  }
  .no-flex-gap .md\:gap-y-12:not(.grid) > :not([hidden]) {
    margin-bottom: 3rem;
  }
  .no-flex-gap .md\:gap-x-12:not(.grid) > :not([hidden]) {
    margin-right: 3rem;
  }
  .no-flex-gap .md\:gap-12:not(.grid) > :not([hidden]) {
    margin-right: 3rem;
    margin-bottom: 3rem;
  }
  .no-flex-gap .md\:gap-y-14:not(.grid) > :not([hidden]) {
    margin-bottom: 3.5rem;
  }
  .no-flex-gap .md\:gap-x-14:not(.grid) > :not([hidden]) {
    margin-right: 3.5rem;
  }
  .no-flex-gap .md\:gap-14:not(.grid) > :not([hidden]) {
    margin-right: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .no-flex-gap .md\:gap-y-16:not(.grid) > :not([hidden]) {
    margin-bottom: 4rem;
  }
  .no-flex-gap .md\:gap-x-16:not(.grid) > :not([hidden]) {
    margin-right: 4rem;
  }
  .no-flex-gap .md\:gap-16:not(.grid) > :not([hidden]) {
    margin-right: 4rem;
    margin-bottom: 4rem;
  }
  .no-flex-gap .md\:gap-y-20:not(.grid) > :not([hidden]) {
    margin-bottom: 5rem;
  }
  .no-flex-gap .md\:gap-x-20:not(.grid) > :not([hidden]) {
    margin-right: 5rem;
  }
  .no-flex-gap .md\:gap-20:not(.grid) > :not([hidden]) {
    margin-right: 5rem;
    margin-bottom: 5rem;
  }
  .no-flex-gap .md\:gap-y-24:not(.grid) > :not([hidden]) {
    margin-bottom: 6rem;
  }
  .no-flex-gap .md\:gap-x-24:not(.grid) > :not([hidden]) {
    margin-right: 6rem;
  }
  .no-flex-gap .md\:gap-24:not(.grid) > :not([hidden]) {
    margin-right: 6rem;
    margin-bottom: 6rem;
  }
  .no-flex-gap .md\:gap-y-28:not(.grid) > :not([hidden]) {
    margin-bottom: 7rem;
  }
  .no-flex-gap .md\:gap-x-28:not(.grid) > :not([hidden]) {
    margin-right: 7rem;
  }
  .no-flex-gap .md\:gap-28:not(.grid) > :not([hidden]) {
    margin-right: 7rem;
    margin-bottom: 7rem;
  }
  .no-flex-gap .md\:gap-y-32:not(.grid) > :not([hidden]) {
    margin-bottom: 8rem;
  }
  .no-flex-gap .md\:gap-x-32:not(.grid) > :not([hidden]) {
    margin-right: 8rem;
  }
  .no-flex-gap .md\:gap-32:not(.grid) > :not([hidden]) {
    margin-right: 8rem;
    margin-bottom: 8rem;
  }
  .no-flex-gap .md\:gap-y-36:not(.grid) > :not([hidden]) {
    margin-bottom: 9rem;
  }
  .no-flex-gap .md\:gap-x-36:not(.grid) > :not([hidden]) {
    margin-right: 9rem;
  }
  .no-flex-gap .md\:gap-36:not(.grid) > :not([hidden]) {
    margin-right: 9rem;
    margin-bottom: 9rem;
  }
  .no-flex-gap .md\:gap-y-40:not(.grid) > :not([hidden]) {
    margin-bottom: 10rem;
  }
  .no-flex-gap .md\:gap-x-40:not(.grid) > :not([hidden]) {
    margin-right: 10rem;
  }
  .no-flex-gap .md\:gap-40:not(.grid) > :not([hidden]) {
    margin-right: 10rem;
    margin-bottom: 10rem;
  }
  .no-flex-gap .md\:gap-y-44:not(.grid) > :not([hidden]) {
    margin-bottom: 11rem;
  }
  .no-flex-gap .md\:gap-x-44:not(.grid) > :not([hidden]) {
    margin-right: 11rem;
  }
  .no-flex-gap .md\:gap-44:not(.grid) > :not([hidden]) {
    margin-right: 11rem;
    margin-bottom: 11rem;
  }
  .no-flex-gap .md\:gap-y-48:not(.grid) > :not([hidden]) {
    margin-bottom: 12rem;
  }
  .no-flex-gap .md\:gap-x-48:not(.grid) > :not([hidden]) {
    margin-right: 12rem;
  }
  .no-flex-gap .md\:gap-48:not(.grid) > :not([hidden]) {
    margin-right: 12rem;
    margin-bottom: 12rem;
  }
  .no-flex-gap .md\:gap-y-52:not(.grid) > :not([hidden]) {
    margin-bottom: 13rem;
  }
  .no-flex-gap .md\:gap-x-52:not(.grid) > :not([hidden]) {
    margin-right: 13rem;
  }
  .no-flex-gap .md\:gap-52:not(.grid) > :not([hidden]) {
    margin-right: 13rem;
    margin-bottom: 13rem;
  }
  .no-flex-gap .md\:gap-y-56:not(.grid) > :not([hidden]) {
    margin-bottom: 14rem;
  }
  .no-flex-gap .md\:gap-x-56:not(.grid) > :not([hidden]) {
    margin-right: 14rem;
  }
  .no-flex-gap .md\:gap-56:not(.grid) > :not([hidden]) {
    margin-right: 14rem;
    margin-bottom: 14rem;
  }
  .no-flex-gap .md\:gap-y-60:not(.grid) > :not([hidden]) {
    margin-bottom: 15rem;
  }
  .no-flex-gap .md\:gap-x-60:not(.grid) > :not([hidden]) {
    margin-right: 15rem;
  }
  .no-flex-gap .md\:gap-60:not(.grid) > :not([hidden]) {
    margin-right: 15rem;
    margin-bottom: 15rem;
  }
  .no-flex-gap .md\:gap-y-64:not(.grid) > :not([hidden]) {
    margin-bottom: 16rem;
  }
  .no-flex-gap .md\:gap-x-64:not(.grid) > :not([hidden]) {
    margin-right: 16rem;
  }
  .no-flex-gap .md\:gap-64:not(.grid) > :not([hidden]) {
    margin-right: 16rem;
    margin-bottom: 16rem;
  }
  .no-flex-gap .md\:gap-y-72:not(.grid) > :not([hidden]) {
    margin-bottom: 18rem;
  }
  .no-flex-gap .md\:gap-x-72:not(.grid) > :not([hidden]) {
    margin-right: 18rem;
  }
  .no-flex-gap .md\:gap-72:not(.grid) > :not([hidden]) {
    margin-right: 18rem;
    margin-bottom: 18rem;
  }
  .no-flex-gap .md\:gap-y-80:not(.grid) > :not([hidden]) {
    margin-bottom: 20rem;
  }
  .no-flex-gap .md\:gap-x-80:not(.grid) > :not([hidden]) {
    margin-right: 20rem;
  }
  .no-flex-gap .md\:gap-80:not(.grid) > :not([hidden]) {
    margin-right: 20rem;
    margin-bottom: 20rem;
  }
  .no-flex-gap .md\:gap-y-96:not(.grid) > :not([hidden]) {
    margin-bottom: 24rem;
  }
  .no-flex-gap .md\:gap-x-96:not(.grid) > :not([hidden]) {
    margin-right: 24rem;
  }
  .no-flex-gap .md\:gap-96:not(.grid) > :not([hidden]) {
    margin-right: 24rem;
    margin-bottom: 24rem;
  }
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:bottom-0::before {
  content: var(--tw-content);
  bottom: 0px;
}
.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}
.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}
.before\:w-\[var\(--rate\)\]::before {
  content: var(--tw-content);
  width: var(--rate);
}
.before\:overflow-hidden::before {
  content: var(--tw-content);
  overflow: hidden;
}
.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}
.before\:bg-primary::before {
  content: var(--tw-content);
  background-color: var(--color-primary);
}
.before\:opacity-75::before {
  content: var(--tw-content);
  opacity: 0.75;
}
.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}
.focus-within\:z-10:focus-within {
  z-index: 10;
}
.focus-within\:bg-bg-light:focus-within {
  background-color: var(--bg-light);
}
.focus-within\:ring:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-within\:ring-blue-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity));
}
.focus-within\:drop-shadow-lg:focus-within {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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);
}
.hover\:cursor-help:hover {
  cursor: help;
}
.hover\:cursor-pointer:hover {
  cursor: pointer;
}
.hover\:border-b-primary:hover {
  border-bottom-color: var(--color-primary);
}
.hover\:bg-bg-light:hover {
  background-color: var(--bg-light);
}
.hover\:text-primary:hover {
  color: var(--color-primary);
}
.hover\:no-underline:hover {
  text-decoration-line: none;
}
.hover\:outline:hover {
  outline-style: solid;
  outline-color: var(--text-normal);
}
.hover\:outline-primary:hover {
  outline-color: var(--color-primary);
}
.focus\:bg-bg-light:focus {
  background-color: var(--bg-light);
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.group:focus-within .group-focus-within\:visible {
  visibility: visible;
}
.group:focus-within .group-focus-within\:opacity-100 {
  opacity: 1;
}
.group:hover .group-hover\:hidden {
  display: none;
}
.group:hover .group-hover\:text-primary {
  color: var(--color-primary);
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
:is(.dark .dark\:bg-blue-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-blue-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-gray-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-gray-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-gray-950) {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-green-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-red-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-yellow-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity));
}
@media print {
  .print\:hidden {
    display: none;
  }
}
@media (min-width: 768px) {
  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .md\:mr-8 {
    margin-right: 2rem;
  }
  .md\:w-1\/4 {
    width: 25%;
  }
  .md\:max-w-\[12\.5rem\] {
    max-width: 12.5rem;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md\:pt-2 {
    padding-top: 0.5rem;
  }
  .md\:pt-2\.5 {
    padding-top: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .lg\:flex {
    display: flex;
  }
  .lg\:w-64 {
    width: 16rem;
  }
  .lg\:w-80 {
    width: 20rem;
  }
  .lg\:flex-1 {
    flex: 1 1 0%;
  }
  .lg\:flex-none {
    flex: none;
  }
  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
}
.DevHelper_DevHelper_xIV {
  position: fixed;
  left: 8px;
  bottom: 48px;
  padding: 8px;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  z-index: 10;
}

.DevHelper_DevHelper_xIV * {
  display: none;
}

.DevHelper_DevHelper_xIV:hover, .DevHelper_DevHelper_xIV:focus-within {
  width: auto;
  height: auto;
}

.DevHelper_DevHelper_xIV:hover *, .DevHelper_DevHelper_xIV:focus-within * {
  display: inline;
  display: initial;
}
.DraggingContainer_DraggingContainer_oLG {
  position: fixed;
  display: block;
  z-index: 20;
  left: 0;
  top: 0;
  pointer-events: none;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.dragHandle {
  cursor: grab;
}

.dragging .dragHandle {
  pointer-events: none;
}

body.dragging .dragarea {
  cursor: grabbing;
}

body.dragging {
  cursor: grabbing !important;
}
.drawer {
  position: fixed;
  z-index: 9999;
  transition: width 0s ease 0.3s, height 0s ease 0.3s, transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.drawer > * {
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), opacity 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), box-shadow 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.drawer.drawer-open {
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.drawer .drawer-mask {
  background: #000;
  opacity: 0;
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), height 0s ease 0.3s;
}
.drawer-content-wrapper {
  position: absolute;
  background: #fff;
}
.drawer-content {
  overflow: auto;
  z-index: 1;
  position: relative;
}
.drawer-handle {
  position: absolute;
  top: 72px;
  width: 41px;
  height: 40px;
  cursor: pointer;
  z-index: 0;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.drawer-handle-icon {
  width: 14px;
  height: 2px;
  background: #333;
  position: relative;
  transition: background 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.drawer-handle-icon:before,
.drawer-handle-icon:after {
  content: '';
  display: block;
  position: absolute;
  background: #333;
  width: 100%;
  height: 2px;
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.drawer-handle-icon:before {
  top: -5px;
}
.drawer-handle-icon:after {
  top: 5px;
}
.drawer-left,
.drawer-right {
  width: 0%;
  height: 100%;
}
.drawer-left .drawer-content-wrapper,
.drawer-right .drawer-content-wrapper,
.drawer-left .drawer-content,
.drawer-right .drawer-content {
  height: 100%;
}
.drawer-left.drawer-open,
.drawer-right.drawer-open {
  width: 100%;
}
.drawer-left.drawer-open.no-mask,
.drawer-right.drawer-open.no-mask {
  width: 0%;
}
.drawer-left {
  top: 0;
  left: 0;
}
.drawer-left .drawer-handle {
  right: -40px;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
  border-radius: 0 4px 4px 0;
}
.drawer-left.drawer-open .drawer-content-wrapper {
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
}
.drawer-right {
  top: 0;
  right: 0;
}
.drawer-right .drawer-content-wrapper {
  right: 0;
}
.drawer-right .drawer-handle {
  left: -40px;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
  border-radius: 4px 0 0 4px;
}
.drawer-right.drawer-open .drawer-content-wrapper {
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
}
.drawer-right.drawer-open.no-mask {
  right: 1px;
  transform: translateX(1px);
}
.drawer-top,
.drawer-bottom {
  width: 100%;
  height: 0%;
}
.drawer-top .drawer-content-wrapper,
.drawer-bottom .drawer-content-wrapper,
.drawer-top .drawer-content,
.drawer-bottom .drawer-content {
  width: 100%;
}
.drawer-top .drawer-content,
.drawer-bottom .drawer-content {
  height: 100%;
}
.drawer-top.drawer-open,
.drawer-bottom.drawer-open {
  height: 100%;
}
.drawer-top.drawer-open.no-mask,
.drawer-bottom.drawer-open.no-mask {
  height: 0%;
}
.drawer-top .drawer-handle,
.drawer-bottom .drawer-handle {
  left: 50%;
  margin-left: -20px;
}
.drawer-top {
  top: 0;
  left: 0;
}
.drawer-top .drawer-handle {
  top: auto;
  bottom: -40px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 4px 4px;
}
.drawer-top.drawer-open .drawer-content-wrapper {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.drawer-bottom {
  bottom: 0;
  left: 0;
}
.drawer-bottom .drawer-content-wrapper {
  bottom: 0;
}
.drawer-bottom .drawer-handle {
  top: -40px;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 4px 4px 0 0;
}
.drawer-bottom.drawer-open .drawer-content-wrapper {
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
}
.drawer-bottom.drawer-open.no-mask {
  bottom: 1px;
  transform: translateY(1px);
}
.drawer.drawer-open .drawer-mask {
  opacity: 0.3;
  height: 100%;
  transition: opacity 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.drawer.drawer-open .drawer-handle-icon {
  background: transparent;
}
.drawer.drawer-open .drawer-handle-icon:before {
  transform: translateY(5px) rotate(45deg);
}
.drawer.drawer-open .drawer-handle-icon:after {
  transform: translateY(-5px) rotate(-45deg);
}
.drawer {
  z-index: 30;
}
.HintContainer_container_NUW {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 40;
  pointer-events: none;
}
@keyframes HintContainer_fadeIn_BpC {
  0% {
    margin-top: -4px;
    pointer-events: none;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    pointer-events: unset;
    opacity: 1;
  }
}
.HintContainer_container_NUW .HintContainer_hint_pB8 {
  border-radius: 4px;
  animation: HintContainer_fadeIn_BpC var(--transition-fast) ease-in;
  padding: 4px 8px;
  color: var(--text-black-r);
  font-size: 13px;
  font-weight: bold;
  background: var(--bg-base-r);
  pointer-events: auto;
}
.HintContainer_container_NUW .HintContainer_hint_pB8.HintContainer_empty_r0_ {
  display: none;
}
@keyframes ModalCommon_fadeIn_Wbs {
  0% {
    transform: translateY(-1.5rem);
    pointer-events: none;
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    pointer-events: unset;
    opacity: 1;
  }
}
.ModalCommon_modal_I0D {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: hsla(0, 0%, 0%, 0.5);
  text-align: center;
  overflow: auto;
  z-index: 30;
  animation: ModalCommon_fadeIn_Wbs var(--transition-fast) ease-in;
}
.ModalCommon_modal_I0D:focus:not(:hover) {
  box-shadow: inset 0 0 1.25rem var(--bg-base);
}
.ModalCommon_modal_I0D .ModalCommon_container_ExV {
  position: relative;
  width: 90%;
  margin: 1.5rem 0;
  max-width: 31.25rem;
  border-radius: 0.25rem;
  background: var(--bg-base);
  cursor: default;
}
.ModalCommon_modal_I0D .ModalCommon_container_ExV.ModalCommon_sm_XZM {
  max-width: 18.75rem;
}
.ModalCommon_modal_I0D .ModalCommon_container_ExV.ModalCommon_lg_usO {
  max-width: 50rem;
}
.ModalCommon_modal_I0D .ModalCommon_container_ExV.ModalCommon_xl_dJl {
  max-width: 60rem;
}
.ModalCommon_modal_I0D .ModalCommon_container_ExV.ModalCommon_full_N8y {
  width: 100%;
  max-width: initial;
  height: 100vh;
  margin: 0;
  border-radius: 0;
}
.ModalCommon_modal_I0D .ModalCommon_container_ExV .ModalCommon_title_H10 {
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  border-bottom: 2px solid;
}
.ModalCommon_modal_I0D .ModalCommon_container_ExV .ModalCommon_body_kMT {
  padding: 1rem;
  text-align: initial;
}
.ModalCommon_modal_I0D .ModalCommon_container_ExV .ModalCommon_footer_yqO {
  padding: 1rem;
}
.PopCommon_pop_DMq {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 30;
}
@keyframes PopCommon_fadeIn_MyJ {
  0% {
    margin-top: -0.25rem;
    pointer-events: none;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    pointer-events: unset;
    opacity: 1;
  }
}
.PopCommon_pop_DMq .PopCommon_popper_QKA {
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  background: var(--bg-base);
  box-shadow: 0 0.125rem 0.625rem 0.125rem var(--bg-normal);
  animation: PopCommon_fadeIn_MyJ var(--transition-fast) ease-in;
  max-height: 100%;
  overflow: auto;
  cursor: default;
}
.PopCommon_pop_DMq .PopCommon_popper_QKA .PopCommon_footer_JDI {
  margin-top: 0.75rem;
}
.LoadingBar_LoadingBar_iY6 {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  z-index: 10;
  height: 2px;
  pointer-events: none;
  background-image: linear-gradient(to right, rgb(76, 217, 100), rgb(90, 200, 250), rgb(0, 122, 255), rgb(52, 170, 220), rgb(88, 86, 214), rgb(255, 45, 85));
  transition: width linear 200ms, height ease-in 200ms;
}

@keyframes LoadingBar_LoadingBarForward_SBU {
  0% {
    transform: translateX(-100%);
  }

  40% {
    transform: translateX(0);
  }

  60% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }
}
/* stylelint-disable at-rule-no-unknown */
html {
  font-family: menu, sans-serif;
  font-size: 16px;
  min-height: 100%;
  scroll-behavior: smooth;
}
p {
  font-size: 16px;
  line-height: 24px;
  margin: 1em 0;
}
h1 {
  font-size: 32px;
  margin: 0.67em 0;
}
h2 {
  font-size: 24px;
}
svg {
  fill: currentColor;
}
img {
  vertical-align: unset;
}
@font-face {
  font-family: "GPLT-Number";
  src: url("https://static.pintia.cn/assets/gplt/gplt-number.woff");
}
.pc-modal {
  background: rgba(55, 55, 55, 0.6);
}
.pc-modal .pc-modal-container {
  width: 100%;
  max-width: 1080px;
  margin: 5rem 0;
  background: rgba(34, 38, 63, 0.6);
  backdrop-filter: blur(4px);
}
/* stylelint-disable at-rule-no-unknown */
body {
  color: hsl(0, 0%, 100%);
  background-color: hsl(213, 11%, 20%);
  line-height: 1.15;
}
body a {
  color: hsl(175, 100%, 62%);
  text-decoration: none;
  transition: color 0.2s;
}
body a:hover {
  color: hsl(175, 100%, 65%);
  text-shadow: 0 0 2px hsl(175, 100%, 62%);
  text-decoration: none;
}
body a:focus,
body a:active {
  color: hsl(175, 100%, 42%);
}
body button:focus,
body a:focus {
  color: hsl(175, 100%, 42%);
  outline: none;
}
.styles_mainContainer_zpZ {
  min-width: 1200px;
}
.styles_header_ELH {
  position: fixed;
  background: linear-gradient(#0a2f5c, transparent);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
ul.styles_menus_qa4 {
  list-style: none;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  white-space: nowrap;
  overflow-x: auto;
  display: flex;
  justify-content: space-between;
}
ul.styles_menus_qa4 li {
  display: inline-block;
  text-align: center;
  padding: 0 16px;
}
ul.styles_menus_qa4 li a {
  display: block;
}
ul.styles_menus_qa4 li a.styles_active_BQe,
ul.styles_menus_qa4 li a:hover {
  background: radial-gradient(hsl(213, 80%, 60%), transparent 80%);
  text-decoration: none;
}
ul.styles_menus_qa4 li p {
  margin: 0;
  font-size: 18px;
  line-height: 64px;
  color: hsla(0, 0%, 100%, 0.8);
}
.styles_footer_AWr {
  position: relative;
  background-color: hsl(213, 30%, 20%);
  padding-top: 30px;
  padding-bottom: 50px;
}
.styles_footer_AWr .styles_container_zgm {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.styles_footer_AWr .styles_container_zgm .styles_supports_Zvy,
.styles_footer_AWr .styles_container_zgm .styles_hosts__B8,
.styles_footer_AWr .styles_container_zgm .styles_rights_HqA,
.styles_footer_AWr .styles_container_zgm .styles_contacts_CWg {
  display: inline-block;
  width: 27%;
  min-width: 250px;
  padding: 0 15px;
  vertical-align: top;
  box-sizing: border-box;
  white-space: initial;
}
.styles_footer_AWr .styles_container_zgm .styles_supports_Zvy p,
.styles_footer_AWr .styles_container_zgm .styles_hosts__B8 p,
.styles_footer_AWr .styles_container_zgm .styles_rights_HqA p,
.styles_footer_AWr .styles_container_zgm .styles_contacts_CWg p {
  color: hsla(0, 0%, 100%, 0.6);
  word-break: break-all;
}
.styles_footer_AWr .styles_container_zgm .styles_contacts_CWg {
  width: 15%;
}
.styles_footer_AWr .styles_container_zgm img:nth-of-type(1) {
  margin-right: 20px;
}
.styles_footer_AWr .styles_container_zgm img {
  height: 75px;
}
h1.styles_anchorTitle_jVG:hover a:before {
  left: 0.5em;
  opacity: 1;
}
h1.styles_anchorTitle_jVG a:before {
  content: '#';
  position: absolute;
  left: 1em;
  opacity: 0;
  transition: all 0.2s;
}
/* stylelint-disable at-rule-no-unknown */
@keyframes styles_shakeY_s8S {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-1px);
  }
  75% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.styles_goldStarContainer_Hdl {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  z-index: 20;
}
.styles_goldStarContainer_Hdl img.styles_goldStar_Um8 {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-50%);
  max-width: 30%;
}
.styles_wrapper_VkS {
  position: relative;
  background: var(--bg-image) no-repeat top center;
  background-size: 100% auto;
  overflow: hidden;
}
.styles_wrapper_VkS .styles_body_W_v {
  position: relative;
  width: 100%;
  padding: 1px 8px;
}
.styles_wrapper_VkS .styles_body_W_v .styles_inner_E9H {
  position: relative;
  width: 100%;
  max-width: 1200px;
  min-height: 300px;
  margin: 0 auto;
  padding: 20px 40px;
  outline: 1px solid hsla(175, 100%, 62%, 0.6);
  border-radius: 5px;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  background-color: hsla(213, 11%, 20%, 0.1);
  box-shadow: 0 0 5px hsla(175, 100%, 62%, 0.6);
  z-index: 10;
  box-sizing: border-box;
}
.styles_wrapper_VkS .styles_body_W_v .styles_inner_E9H h1,
.styles_wrapper_VkS .styles_body_W_v .styles_inner_E9H h2 {
  color: hsl(175, 100%, 62%);
}
.styles_wrapper_VkS .styles_body_W_v img.styles_planet1_egW {
  position: absolute;
  top: 600px;
  left: -256px;
}
.styles_wrapper_VkS .styles_body_W_v img.styles_planet2_acC {
  position: absolute;
  top: 1620px;
  right: 0;
}
.styles_wrapper_VkS .styles_body_W_v img.styles_planet3_XlM {
  position: absolute;
  top: 3030px;
  right: 100px;
}
.styles_wrapper_VkS .styles_body_W_v img.styles_stardust_Fvb {
  position: absolute;
  top: 1500px;
  left: 50%;
  width: 1200px;
  max-width: 100%;
  margin-left: -600px;
  filter: blur(8px);
}
.styles_wrapper_VkS img.styles_rocket_S4f {
  margin: 0 auto;
  display: block;
  position: relative;
  cursor: pointer;
}
.styles_wrapper_VkS img.styles_rocket_S4f:hover {
  animation: styles_shakeY_s8S infinite 0.16s;
}
.styles_wrapper_VkS img.styles_rocket_S4f:hover + img.styles_cloudLeft_yLz {
  bottom: 0;
}
.styles_wrapper_VkS img.styles_rocket_S4f:hover + img.styles_cloudLeft_yLz + img.styles_cloudRight_a90 {
  bottom: 0;
}
.styles_wrapper_VkS img.styles_cloudLeft_yLz,
.styles_wrapper_VkS img.styles_cloudRight_a90 {
  position: absolute;
  bottom: -168px;
  transition: bottom 1s;
  pointer-events: none;
}
.styles_wrapper_VkS img.styles_cloudLeft_yLz {
  right: 0;
}
.styles_wrapper_VkS img.styles_cloudRight_a90 {
  max-width: 100%;
  left: 0;
  transform: scaleX(-1);
}
/* stylelint-disable at-rule-no-unknown */
.styles_filter_FAB {
  font-size: 18px;
}
.styles_filter_FAB p {
  margin: 15px 0;
  line-height: 30px;
}
.styles_filter_FAB p.styles_filterTitle_ECo {
  font-size: 20px;
}
.styles_filter_FAB p.styles_filterItems_pmO span {
  display: inline-block;
}
.styles_filter_FAB p.styles_filterItems_pmO span.styles_filterItem__hG {
  padding: 1px 10px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s;
}
.styles_filter_FAB p.styles_filterItems_pmO span.styles_filterItem__hG:hover {
  background: hsla(0, 0%, 0%, 0.2);
}
.styles_filter_FAB p.styles_filterItems_pmO span.styles_filterItem__hG.styles_selected_jnt {
  background: hsla(0, 0%, 0%, 0.3);
}
/* stylelint-disable at-rule-no-unknown */
@keyframes styles_breath_hgN {
  0% {
    filter: drop-shadow(0 0 1px hsl(213, 80%, 50%));
  }
  100% {
    filter: drop-shadow(0 0 20px hsl(213, 80%, 50%));
  }
}
.styles_logo_Src {
  padding-top: 95px;
  text-align: center;
}
.styles_logo_Src img {
  animation: styles_breath_hgN ease-in-out 2s infinite alternate;
}
/* stylelint-disable at-rule-no-unknown */
@keyframes styles_breathable_wwt {
  0% {
    filter: drop-shadow(0 0 1px hsl(213, 80%, 50%));
  }
  100% {
    filter: drop-shadow(0 0 20px hsl(213, 80%, 50%));
  }
}
.styles_wrapper_Gjs {
  overflow: hidden;
}
.styles_body_PLV {
  position: relative;
  background: var(--bg-image) no-repeat;
  background-size: 100% 1415px;
  height: 1410px;
}
.styles_shortBody_ELm {
  position: relative;
  background: var(--bg-image) no-repeat;
  background-size: 100% 531px;
  height: 531px;
}
.styles_shortBody_ELm .styles_rocket_vlZ {
  top: auto;
  bottom: 0;
}
.styles_shortBody_ELm .styles_top_gG9 {
  max-height: 500px;
}
.styles_top_gG9 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.styles_circle_E11 {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -769px;
  opacity: 0.5;
  height: 100%;
}
.styles_left_e69 {
  animation: styles_breathable_wwt ease-in-out 2000ms;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
}
.styles_right_RTL {
  animation: styles_breathable_wwt ease-in-out 2000ms;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  position: absolute;
  top: 0;
  right: 0;
}
.styles_light_aOK {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -634px;
}
.styles_rocket_vlZ {
  position: absolute;
  top: 351px;
  right: 26%;
}
.styles_rocket2_O3y {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -66.5px;
}
.styles_inner_cEO {
  position: relative;
}
/* stylelint-disable at-rule-no-unknown */
.styles_container_KGM {
  position: relative;
}
.styles_container_KGM .styles_ladder_Lju {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -500px;
}
.styles_container_KGM .styles_links_xU9 {
  position: absolute;
  left: 50%;
  bottom: 30px;
  width: 800px;
  margin-left: -400px;
}
.styles_container_KGM .styles_links_xU9 a {
  display: inline-block;
  font-size: 25px;
  width: 25%;
  text-align: center;
  color: white;
}
.styles_container_KGM .styles_links_xU9 a.styles_active_Eu6 {
  color: hsl(175, 100%, 62%);
  text-shadow: 0 0 10px hsl(175, 100%, 62%);
}
.styles_gpltNumber_r7Y {
  font-family: GPLT-Number, sans-serif;
}
