@font-face {
  font-family: "ASC Fusion Pixel";
  src: url("/asc-kimi-fusion-pixel.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

.theme--pixel.page--homepage .main {
  padding: 0;
}

.theme--pixel.page--homepage .footer,
.theme--pixel.page--homepage > body > .nav,
.theme--pixel.page--homepage .nav--shadow,
.theme--pixel.page--homepage .header--mobile {
  display: none !important;
}

.asc-home {
  --asc-ease: cubic-bezier(.16, 1, .3, 1);
  --logo-x: 0px;
  --logo-y: 0px;
  --logo-scale: 1;
  --logo-rotation: 0deg;
  --logo-opacity: 1;
  position: relative;
  height: 100svh;
  min-height: 620px;
  overflow: hidden;
  isolation: isolate;
  color: #ececec;
  background: #000;
  font-family: "ASC Fusion Pixel", "Source Code Pro", Consolas, monospace;
  visibility: visible;
}

html.theme--pixel.page--homepage .asc-home {
  visibility: visible;
}

.asc-home *,
.asc-home *::before,
.asc-home *::after {
  box-sizing: border-box;
  letter-spacing: 0;
}

.asc-home__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  image-rendering: pixelated;
  pointer-events: none;
  will-change: transform, opacity;
}

.asc-home__canvas--far {
  z-index: -5;
  transition: opacity .8s ease;
}

.asc-home__canvas--mid {
  z-index: -4;
  opacity: .42;
  mix-blend-mode: screen;
  transition: opacity .8s ease;
}

.asc-home[data-scene="1"] .asc-home__canvas--mid {
  opacity: .28;
}

.asc-home[data-scene="1"] .asc-home__shade {
  background:
    radial-gradient(ellipse at 50% 49%, rgba(3, 7, 7, .96) 0, rgba(2, 5, 5, .9) 22%, rgba(0, 0, 0, .42) 49%, rgba(0, 0, 0, .7) 100%),
    linear-gradient(to bottom, rgba(0, 0, 0, .68), transparent 24%, transparent 67%, rgba(0, 0, 0, .76));
}

.asc-home[data-scene="2"] .asc-home__canvas--far {
  opacity: .34;
}

.asc-home[data-scene="2"] .asc-home__canvas--mid {
  opacity: .12;
}

.asc-home__shade {
  position: absolute;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 49%, rgba(0, 0, 0, .96) 0, rgba(0, 0, 0, .91) 18%, rgba(0, 0, 0, .18) 54%, rgba(0, 0, 0, .58) 100%),
    linear-gradient(to bottom, rgba(0, 0, 0, .66), transparent 24%, transparent 68%, rgba(0, 0, 0, .72));
  transition: opacity .8s ease;
}

.asc-home[data-scene="2"] .asc-home__shade {
  opacity: .88;
}

.asc-home__scanlines {
  position: absolute;
  inset: 0;
  z-index: 8;
  opacity: .045;
  pointer-events: none;
  background: repeating-linear-gradient(to bottom, transparent 0, transparent 3px, #ececec 3px, #ececec 4px);
}

.asc-masthead {
  position: absolute;
  top: 18px;
  right: 28px;
  left: 28px;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
}

.asc-brand {
  display: inline-flex;
  align-items: center;
  color: #ececec;
  font-size: 17px;
  line-height: 1;
  text-decoration: none;
}

.asc-brand:visited,
.asc-brand:hover,
.asc-brand:active {
  color: #ececec;
  text-decoration: none;
}

.asc-masthead__nav {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-left: auto;
  padding-right: 28px;
}

.asc-masthead__nav a {
  color: #b3b3ae;
  font-size: 13px;
  line-height: 1;
}

.asc-masthead__nav a:visited,
.asc-masthead__nav a:active {
  color: #b3b3ae;
}

.asc-masthead__nav a:hover,
.asc-masthead__nav a:focus-visible {
  color: #ececec;
  text-decoration: none;
}

.asc-account-link {
  flex: none;
  margin-left: 20px;
  color: #b3b3ae;
  font-size: 12px;
  line-height: 1;
}

.asc-account-link:visited,
.asc-account-link:active {
  color: #b3b3ae;
}

.asc-account-link:hover,
.asc-account-link:focus-visible {
  color: #ececec;
  text-decoration: none;
}

.asc-more-picker {
  position: relative;
  display: none;
  color: #b3b3ae;
  font-size: 9px;
}

.asc-more-picker summary {
  min-width: 24px;
  padding: 7px 0;
  list-style: none;
  cursor: pointer;
  text-align: right;
}

.asc-more-picker summary::-webkit-details-marker {
  display: none;
}

.asc-more-picker__menu {
  position: absolute;
  top: calc(100% + 7px);
  right: 0;
  width: 108px;
  padding: 5px;
  border: 1px solid #2a2a2a;
  background: rgba(0, 0, 0, .97);
}

.asc-more-picker__menu a {
  display: block;
  padding: 8px 9px;
  color: #9b9b96;
  line-height: 1;
}

.asc-more-picker__menu a:hover,
.asc-more-picker__menu a:focus-visible {
  color: #000;
  background: #ececec;
  text-decoration: none;
}

.asc-theme-picker {
  position: relative;
  flex: none;
  color: #b3b3ae;
  font-size: 12px;
}

.asc-theme-picker summary {
  min-width: 34px;
  padding: 7px 0;
  list-style: none;
  color: #b3b3ae;
  cursor: pointer;
  text-align: right;
}

.asc-theme-picker summary::-webkit-details-marker {
  display: none;
}

.asc-theme-picker summary:hover,
.asc-theme-picker summary:focus-visible,
.asc-theme-picker[open] summary {
  color: #ececec;
}

.asc-theme-picker__menu {
  position: absolute;
  top: calc(100% + 7px);
  right: 0;
  width: 108px;
  padding: 5px;
  border: 1px solid #2a2a2a;
  background: rgba(0, 0, 0, .96);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .35);
}

.asc-theme-picker__menu a {
  display: block;
  padding: 8px 9px;
  color: #8e8e89;
  line-height: 1;
  text-align: left;
}

.asc-theme-picker__menu a:visited,
.asc-theme-picker__menu a:active {
  color: #8e8e89;
}

.asc-theme-picker__menu a:hover,
.asc-theme-picker__menu a:focus-visible,
.asc-theme-picker__menu a.is-active {
  color: #000;
  background: #ececec;
  text-decoration: none;
}

.asc-logo-rig {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 316px;
  height: 316px;
  opacity: var(--logo-opacity);
  transform: translate3d(calc(-50% + var(--logo-x)), calc(-50% + var(--logo-y)), 0) scale(var(--logo-scale));
  transform-origin: 50% 50%;
  will-change: transform, opacity;
  pointer-events: none;
}

.asc-pixel-logo {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: invert(1) drop-shadow(0 0 14px rgba(236, 236, 236, .2));
  transform: rotate(var(--logo-rotation));
  transform-origin: 50% 50%;
  transition: opacity .24s var(--asc-ease) .38s;
  will-change: transform;
}

.asc-recruit-core {
  --recruit-scan-distance: 230px;
  position: absolute;
  inset: -32px;
  z-index: 5;
  overflow: visible;
  isolation: isolate;
  visibility: hidden;
  opacity: 0;
  transform: scale(.52) rotate(-138deg);
  transform-origin: 50% 50%;
  transition:
    visibility 0s linear .64s,
    opacity .18s linear,
    transform .64s var(--asc-ease);
  will-change: transform, opacity;
}

.asc-recruit-core__orbit {
  position: absolute;
  inset: -27px;
  z-index: -2;
  border: 1px dashed #59625f;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transform: rotate(-42deg) scale(.76);
  transition: opacity .25s linear .26s, transform .78s var(--asc-ease) .18s;
}

.asc-recruit-core__grid {
  position: absolute;
  inset: -17px;
  z-index: -3;
  opacity: 0;
  background:
    linear-gradient(90deg, transparent 49.5%, rgba(143, 158, 154, .19) 49.5%, rgba(143, 158, 154, .19) 50.5%, transparent 50.5%),
    linear-gradient(transparent 49.5%, rgba(143, 158, 154, .15) 49.5%, rgba(143, 158, 154, .15) 50.5%, transparent 50.5%),
    repeating-linear-gradient(90deg, transparent 0, transparent 21px, rgba(123, 139, 135, .08) 21px, rgba(123, 139, 135, .08) 22px),
    repeating-linear-gradient(transparent 0, transparent 21px, rgba(123, 139, 135, .07) 21px, rgba(123, 139, 135, .07) 22px);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  transform: scale(.72);
  transition: opacity .24s linear .12s, transform .72s var(--asc-ease) .1s;
}

.asc-recruit-core__frame {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transform: scale(.76);
  transition: opacity .18s linear .27s, transform .66s var(--asc-ease) .22s;
}

.asc-recruit-core__frame::before,
.asc-recruit-core__frame::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.asc-recruit-core__frame::before {
  inset: 15px;
  border: 1px solid rgba(180, 194, 190, .31);
  clip-path: polygon(0 15px, 15px 15px, 15px 0, calc(100% - 15px) 0, calc(100% - 15px) 15px, 100% 15px, 100% calc(100% - 15px), calc(100% - 15px) calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 15px calc(100% - 15px), 0 calc(100% - 15px));
}

.asc-recruit-core__frame::after {
  inset: 24px;
  border: 1px solid rgba(87, 101, 97, .72);
  clip-path: polygon(0 10px, 10px 10px, 10px 0, calc(100% - 10px) 0, calc(100% - 10px) 10px, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 10px calc(100% - 10px), 0 calc(100% - 10px));
}

.asc-recruit-core__corner {
  position: absolute;
  width: 27px;
  height: 27px;
  border-color: #c5cfcc;
  border-style: solid;
  border-width: 0;
}

.asc-recruit-core__corner--nw {
  top: 0;
  left: 0;
  border-top-width: 2px;
  border-left-width: 2px;
}

.asc-recruit-core__corner--ne {
  top: 0;
  right: 0;
  border-top-width: 2px;
  border-right-width: 2px;
}

.asc-recruit-core__corner--se {
  right: 0;
  bottom: 0;
  border-right-width: 2px;
  border-bottom-width: 2px;
}

.asc-recruit-core__corner--sw {
  bottom: 0;
  left: 0;
  border-bottom-width: 2px;
  border-left-width: 2px;
}

.asc-recruit-core__tick {
  position: absolute;
  display: block;
  background: #87928e;
}

.asc-recruit-core__tick--top {
  top: 5px;
  left: 50%;
  width: 6px;
  height: 14px;
  transform: translateX(-50%);
}

.asc-recruit-core__tick--right {
  top: 50%;
  right: 5px;
  width: 14px;
  height: 6px;
  transform: translateY(-50%);
}

.asc-recruit-core__scanner {
  position: absolute;
  top: 43px;
  right: 17px;
  width: 3px;
  height: 18px;
  opacity: 0;
  background: #afc0bc;
  box-shadow: 0 0 0 1px rgba(8, 12, 12, .65);
  transform: scaleY(0);
  transform-origin: center top;
}

.asc-recruit-core__qr-shell {
  position: absolute;
  inset: 43px;
  z-index: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 8px;
  border: 1px solid #71807c;
  background: #bfc9c6;
  clip-path: polygon(0 11px, 11px 0, calc(100% - 11px) 0, 100% 11px, 100% calc(100% - 11px), calc(100% - 11px) 100%, 11px 100%, 0 calc(100% - 11px));
  opacity: 0;
  transform: scale(.86);
  transition: opacity .16s linear .63s, transform .44s var(--asc-ease) .58s;
}

.asc-recruit-core__qr-shell::before,
.asc-recruit-core__qr-shell::after {
  position: absolute;
  z-index: 2;
  width: 6px;
  height: 6px;
  content: "";
  background: #293331;
}

.asc-recruit-core__qr-shell::before {
  top: 2px;
  right: 2px;
}

.asc-recruit-core__qr-shell::after {
  bottom: 2px;
  left: 2px;
}

.asc-recruit-core__qr {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  image-rendering: pixelated;
  opacity: 0;
  transform: scale(.94);
  transition: opacity .16s linear .78s, transform .3s var(--asc-ease) .74s;
}

.asc-recruit-core__label {
  position: absolute;
  z-index: 3;
  color: #9ea9a5;
  font-size: 7px;
  line-height: 1;
  opacity: 0;
  transition: opacity .2s linear 1s;
}

.asc-recruit-core__label--top {
  top: 25px;
  left: 31px;
  display: flex;
  width: calc(100% - 62px);
  justify-content: space-between;
}

.asc-recruit-core__label--top strong {
  color: #c3ceca;
  font-weight: 400;
}

.asc-recruit-core__label--side {
  top: 50%;
  right: -17px;
  color: #78837f;
  transform: rotate(90deg) translateX(50%);
  transform-origin: right top;
}

.asc-recruit-core__status {
  position: absolute;
  bottom: 24px;
  left: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 6px;
  width: max-content;
  margin: 0;
  color: #b9c6c2;
  font-size: 7px;
  line-height: 1;
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity .2s linear 1.04s;
}

.asc-recruit-core__status i {
  width: 5px;
  height: 5px;
  display: block;
  background: #9bb7b0;
}

.asc-home[data-scene="1"] .asc-logo-rig {
  z-index: 9;
}

.asc-home[data-scene="1"] .asc-pixel-logo {
  opacity: 0;
}

.asc-home[data-scene="1"] .asc-logo-rig__slogan,
.asc-home[data-scene="1"] .asc-logo-rig__index {
  opacity: 0;
}

.asc-home[data-scene="1"] .asc-logo-rig__orbit {
  opacity: .36;
  animation-duration: 8s;
}

.asc-home[data-scene="1"] .asc-recruit-core {
  visibility: visible;
  opacity: 1;
  transform: scale(1) rotate(0deg);
  transition:
    visibility 0s linear 0s,
    opacity .2s linear .34s,
    transform .68s var(--asc-ease) .15s;
}

.asc-home[data-scene="1"] .asc-recruit-core__orbit {
  opacity: .72;
  transform: rotate(0deg) scale(1);
}

.asc-home[data-scene="1"] .asc-recruit-core__grid,
.asc-home[data-scene="1"] .asc-recruit-core__frame {
  opacity: 1;
  transform: none;
}

.asc-home[data-scene="1"] .asc-recruit-core__label,
.asc-home[data-scene="1"] .asc-recruit-core__status {
  opacity: 1;
}

.asc-home[data-scene="1"] .asc-recruit-core__qr-shell,
.asc-home[data-scene="1"] .asc-recruit-core__qr {
  opacity: 1;
  transform: scale(1);
}

.asc-home[data-scene="1"] .asc-recruit-core__scanner {
  animation: asc-recruit-scan .44s steps(8, end) .42s both;
}

@keyframes asc-recruit-scan {
  0% { opacity: 0; transform: scaleY(0); }
  24% { opacity: .95; transform: scaleY(1); }
  76% { opacity: .95; transform: translateY(var(--recruit-scan-distance)) scaleY(1); }
  100% { opacity: 0; transform: translateY(var(--recruit-scan-distance)) scaleY(.1); }
}

.asc-logo-rig__slogan {
  position: absolute;
  bottom: calc(100% + 46px);
  left: 50%;
  z-index: 3;
  width: 360px;
  margin: 0;
  color: #ececec;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  text-shadow: 0 2px 0 #000;
  transform: translateX(-50%);
  transition: opacity .35s ease;
}

.asc-logo-rig__orbit {
  position: absolute;
  inset: -30px;
  z-index: 1;
  border: 1px dashed #4a4a47;
  border-radius: 50%;
  box-shadow:
    0 0 0 18px rgba(86, 86, 82, .13),
    0 0 0 48px rgba(86, 86, 82, .08),
    0 0 36px rgba(236, 236, 236, .06) inset;
  animation: asc-orbit 24s linear infinite;
}

.asc-logo-rig__orbit span {
  position: absolute;
  top: -10px;
  left: 50%;
  width: max-content;
  padding: 0 8px;
  color: #777772;
  background: #000;
  font-size: 8px;
  line-height: 18px;
  transform: translateX(-50%);
}

.asc-logo-rig__index {
  position: absolute;
  top: calc(100% + 43px);
  left: 50%;
  z-index: 3;
  width: max-content;
  color: #696965;
  font-size: 9px;
  line-height: 1;
  transform: translateX(-50%);
  transition: opacity .35s ease;
}

.asc-home[data-scene="2"] .asc-logo-rig__slogan,
.asc-home[data-scene="2"] .asc-logo-rig__index {
  opacity: 0;
}

@keyframes asc-orbit {
  to { transform: rotate(360deg); }
}

.asc-scene {
  position: absolute;
  inset: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 30px, 0);
  pointer-events: none;
}

.asc-scene.is-active {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

.asc-scene.is-transition-source {
  visibility: visible;
  pointer-events: none;
}

.asc-corner-copy {
  position: absolute;
  bottom: 54px;
  z-index: 3;
  text-shadow: 0 2px 0 #000;
}

.asc-corner-copy p,
.asc-corner-copy h1,
.asc-corner-copy h2,
.asc-corner-copy span,
.asc-corner-copy__join {
  display: block;
  margin: 0;
  font-weight: 400;
}

.asc-corner-copy p {
  margin-bottom: 3px;
  color: #ececec;
  font-size: 18px;
  line-height: 1.1;
}

.asc-corner-copy h1,
.asc-corner-copy h2 {
  color: #ececec;
  line-height: .92;
}

.asc-corner-copy--left {
  left: 4.5vw;
}

.asc-corner-copy--left h1 {
  font-size: 58px;
  line-height: .88;
  white-space: nowrap;
}

.asc-corner-copy--left span {
  margin-top: 17px;
  color: #868681;
  font-size: 11px;
  line-height: 1.55;
}

.asc-corner-copy--right {
  right: 4.5vw;
  text-align: right;
}

.asc-corner-copy__join {
  margin-bottom: 13px;
  color: #ececec;
  font-size: 68px;
  line-height: .84;
  text-decoration: none;
  white-space: nowrap;
  transition: color .16s linear, text-shadow .16s linear, transform .16s var(--asc-ease);
}

.asc-corner-copy__join:visited,
.asc-corner-copy__join:active {
  color: #ececec;
}

.asc-corner-copy__join:hover,
.asc-corner-copy__join:focus-visible {
  color: #c5cfcc;
  text-decoration: none;
  text-shadow: 3px 3px 0 #28312f;
  transform: translate(-3px, -3px);
}

.asc-corner-copy__join:focus-visible {
  outline: 1px solid #c5cfcc;
  outline-offset: 7px;
}

.asc-corner-copy--right h2 {
  color: #8d918f;
  font-size: 22px;
  line-height: 1;
  white-space: nowrap;
}

.asc-focus-note {
  position: absolute;
  top: 49%;
  width: 220px;
  color: #777772;
  transform: translateY(-50%);
}

.asc-focus-note span {
  color: #ececec;
  font-size: 11px;
}

.asc-focus-note p {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.6;
}

.asc-focus-note--left {
  left: 7vw;
  text-align: left;
}

.asc-focus-note--right {
  right: 7vw;
  text-align: right;
}

.asc-focus-caption {
  position: absolute;
  bottom: 56px;
  left: 50%;
  width: 440px;
  text-align: center;
  transform: translateX(-50%);
}

.asc-focus-caption p,
.asc-focus-caption strong {
  display: block;
  margin: 0;
  font-weight: 400;
}

.asc-focus-caption p {
  margin-bottom: 7px;
  color: #6f6f6b;
  font-size: 9px;
}

.asc-focus-caption strong {
  color: #c9c9c4;
  font-size: 13px;
}

.asc-scene--terminal {
  display: block;
}

.asc-terminal {
  position: absolute;
  top: 104px;
  right: 5vw;
  bottom: 86px;
  left: max(250px, 20vw);
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #30302e;
  border-radius: 2px;
  color: #d8d8d3;
  background: rgba(0, 0, 0, .88);
  box-shadow: 0 0 0 1px rgba(236, 236, 236, .025) inset;
}

.asc-terminal__bar,
.asc-terminal__footer {
  display: grid;
  align-items: center;
  flex: none;
  color: #797975;
  background: #0b0b0b;
  font-size: 10px;
}

.asc-terminal__bar {
  grid-template-columns: 92px minmax(0, 1fr) 92px;
  min-height: 42px;
  padding: 0 14px;
  border-bottom: 1px solid #282826;
}

.asc-terminal__bar strong {
  overflow: hidden;
  color: #c8c8c3;
  font-weight: 400;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.asc-terminal__bar > span:last-child {
  text-align: right;
}

.asc-terminal__lights {
  display: flex;
  gap: 8px;
}

.asc-terminal__lights i {
  width: 7px;
  height: 7px;
  display: block;
  background: #42423f;
}

.asc-terminal__lights i:nth-child(2) {
  background: #777772;
}

.asc-terminal__lights i:nth-child(3) {
  background: #bcbcb6;
}

.asc-terminal__body {
  min-height: 0;
  flex: 1;
  overflow: auto;
  padding: 22px 25px;
  color: #cfd6d3;
  background: #030505;
  font-family: var(--code-font-family), "JetBrains Mono", "Source Code Pro", Consolas, monospace;
  font-size: 12px;
  line-height: 1.52;
}

.asc-terminal__body pre,
.asc-terminal__body code {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: #cfd6d3;
  background: transparent !important;
  box-shadow: none !important;
  font: inherit !important;
  tab-size: 2;
  white-space: pre-wrap;
}

.asc-terminal__line,
.asc-terminal__source,
.asc-terminal__program-output {
  display: none;
}

.asc-terminal__line.is-visible,
.asc-terminal__source.is-visible,
.asc-terminal__program-output.is-visible {
  display: block;
}

.asc-terminal__line + .asc-terminal__line,
.asc-terminal__source + .asc-terminal__line,
.asc-terminal__line + .asc-terminal__source,
.asc-terminal__line + .asc-terminal__program-output,
.asc-terminal__program-output + .asc-terminal__line {
  margin-top: 12px;
}

.asc-terminal__line--command {
  color: #9da9a6;
}

.asc-terminal__line--command::first-letter {
  color: #7fd1c7;
}

.asc-terminal__line--build {
  color: #d6b46c;
}

.asc-terminal__line--accepted {
  color: #91c99b;
}

.asc-terminal__program-output {
  color: #d9dfdc !important;
}

.asc-terminal__source {
  padding-left: 12px !important;
  border-left: 1px solid #30423f !important;
}

.asc-terminal .token.comment,
.asc-terminal .token.prolog,
.asc-terminal .token.doctype,
.asc-terminal .token.cdata {
  color: #657b83;
}

.asc-terminal .token.keyword,
.asc-terminal .token.directive,
.asc-terminal .token.macro {
  color: #7fd1c7;
}

.asc-terminal .token.string,
.asc-terminal .token.char {
  color: #9dcc8a;
}

.asc-terminal .token.number,
.asc-terminal .token.boolean {
  color: #d6b46c;
}

.asc-terminal .token.function {
  color: #89a8d8;
}

.asc-terminal .token.operator,
.asc-terminal .token.punctuation {
  color: #aeb7b4;
}

.asc-terminal .token.class-name,
.asc-terminal .token.constant {
  color: #b8a8d2;
}

.asc-terminal__cursor {
  width: 7px;
  height: 13px;
  display: inline-block;
  margin-left: 3px;
  vertical-align: -2px;
  background: #ececec;
  animation: asc-cursor .78s steps(1, end) infinite;
}

@keyframes asc-cursor {
  50% { opacity: 0; }
}

.asc-terminal__footer {
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 40px;
  padding: 0 14px;
  border-top: 1px solid #282826;
}

.asc-terminal__footer nav {
  display: flex;
  gap: 20px;
}

.asc-terminal__footer a {
  color: #9b9b96;
}

.asc-terminal__footer a:visited,
.asc-terminal__footer a:active {
  color: #9b9b96;
}

.asc-terminal__footer a:hover,
.asc-terminal__footer a:focus-visible {
  color: #ececec;
  text-decoration: none;
}

.asc-terminal-note {
  position: absolute;
  bottom: 53px;
  left: max(250px, 20vw);
  margin: 0;
  color: #5f5f5b;
  font-size: 9px;
}

.asc-scene-nav {
  position: absolute;
  top: 50%;
  right: 24px;
  z-index: 11;
  display: grid;
  gap: 14px;
  transform: translateY(-50%);
}

.asc-scene-nav button {
  width: 19px;
  height: 19px;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
}

.asc-scene-nav button::before {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  margin: 6px;
  background: #575753;
  transition: background .2s ease, transform .2s ease;
}

.asc-scene-nav button.is-active::before,
.asc-scene-nav button:hover::before,
.asc-scene-nav button:focus-visible::before {
  background: #ececec;
  transform: scale(1.45);
}

.asc-scroll-hint {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 11;
  width: 112px;
  height: 64px;
  padding: 0;
  border: 0;
  color: #6d6d68;
  background: transparent;
  font-family: inherit;
  transform: translateX(-50%);
  cursor: pointer;
}

.asc-scroll-hint__chevrons,
.asc-scroll-hint__label {
  display: block;
}

.asc-scroll-hint__chevrons {
  height: 29px;
  color: #aaa9a4;
  font-size: 16px;
  line-height: 9px;
  animation: asc-hint 1.4s ease-in-out infinite;
}

.asc-scroll-hint__label {
  font-size: 10px;
}

@keyframes asc-hint {
  0%, 100% { transform: translateY(3px); opacity: .45; }
  50% { transform: translateY(-3px); opacity: 1; }
}

html.nojs .asc-home__canvas,
html.nojs .asc-scene-nav,
html.nojs .asc-scroll-hint {
  display: none;
}

body.asc-hero-visible .nav,
body.asc-hero-visible .nav--shadow,
body.asc-hero-visible .header--mobile {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

body.asc-hero-visible .omnibar-toggle {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.theme--pixel.page--homepage .nav,
.theme--pixel.page--homepage .header--mobile {
  filter: grayscale(1);
}

@media (max-width: 900px) {
  .asc-masthead__nav {
    gap: 18px;
    padding-right: 16px;
  }

  .asc-masthead__nav a:nth-child(n + 5),
  .asc-theme-picker,
  .asc-account-link {
    display: none;
  }

  .asc-more-picker {
    display: block;
  }

  .asc-logo-rig {
    width: 270px;
    height: 270px;
  }

  .asc-corner-copy--left {
    left: 38px;
  }

  .asc-corner-copy--left h1 {
    font-size: 48px;
  }

  .asc-corner-copy--right {
    right: 38px;
  }

  .asc-corner-copy__join {
    font-size: 54px;
  }

  .asc-corner-copy--right h2 {
    font-size: 18px;
  }

  .asc-focus-note--left {
    left: 4vw;
  }

  .asc-focus-note--right {
    right: 4vw;
  }

  .asc-terminal {
    right: 38px;
    left: 190px;
  }

  .asc-terminal-note {
    left: 190px;
  }
}

@media (max-width: 640px) {
  .theme--pixel.page--homepage .header--mobile {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    width: 100%;
  }

  .asc-home {
    min-height: 620px;
  }

  .asc-home__shade {
    background:
      radial-gradient(circle at 50% 43%, rgba(0, 0, 0, .97) 0, rgba(0, 0, 0, .9) 24%, rgba(0, 0, 0, .24) 66%, rgba(0, 0, 0, .66) 100%),
      linear-gradient(to bottom, rgba(0, 0, 0, .7), transparent 28%, transparent 68%, rgba(0, 0, 0, .78));
  }

  .asc-masthead {
    top: 12px;
    right: 14px;
    left: 14px;
  }

  .asc-brand {
    font-size: 12px;
  }

  .asc-masthead__nav {
    gap: 10px;
    padding-right: 10px;
  }

  .asc-masthead__nav a {
    font-size: 9px;
  }

  .asc-logo-rig {
    width: 218px;
    height: 218px;
  }

  .asc-recruit-core {
    inset: -16px;
    --recruit-scan-distance: 160px;
  }

  .asc-recruit-core__qr-shell {
    inset: 31px;
    padding: 7px;
  }

  .asc-recruit-core__label--top {
    top: 18px;
    left: 23px;
    width: calc(100% - 46px);
    font-size: 6px;
  }

  .asc-recruit-core__label--side,
  .asc-recruit-core__tick--right {
    display: none;
  }

  .asc-recruit-core__status {
    bottom: 17px;
    font-size: 6px;
  }

  .asc-recruit-core__scanner {
    top: 32px;
    right: 11px;
    width: 2px;
    height: 14px;
  }

  .asc-logo-rig__slogan {
    bottom: calc(100% + 35px);
    width: 280px;
    font-size: 14px;
  }

  .asc-logo-rig__orbit {
    inset: -22px;
    box-shadow:
      0 0 0 12px rgba(86, 86, 82, .12),
      0 0 0 31px rgba(86, 86, 82, .07);
  }

  .asc-logo-rig__index {
    top: calc(100% + 33px);
  }

  .asc-corner-copy {
    bottom: 89px;
  }

  .asc-corner-copy--left {
    left: 19px;
    width: auto;
  }

  .asc-corner-copy--left h1 {
    font-size: 32px;
  }

  .asc-corner-copy--left span {
    margin-top: 11px;
    font-size: 8px;
  }

  .asc-corner-copy--right {
    right: 19px;
    width: auto;
  }

  .asc-corner-copy__join {
    margin-bottom: 8px;
    font-size: 32px;
  }

  .asc-corner-copy--right h2 {
    font-size: 11px;
  }

  .asc-focus-note {
    top: auto;
    bottom: 112px;
    width: 150px;
    transform: none;
  }

  .asc-focus-note--left {
    left: 20px;
  }

  .asc-focus-note--right {
    right: 20px;
  }

  .asc-focus-note p {
    font-size: 9px;
  }

  .asc-focus-caption {
    bottom: 100px;
    width: 300px;
  }

  .asc-focus-caption strong {
    font-size: 10px;
  }

  .asc-terminal {
    top: 84px;
    right: 14px;
    bottom: 174px;
    left: 14px;
  }

  .asc-terminal__bar {
    grid-template-columns: 54px minmax(0, 1fr) 58px;
    min-height: 36px;
    padding: 0 9px;
    font-size: 8px;
  }

  .asc-terminal__lights {
    gap: 5px;
  }

  .asc-terminal__lights i {
    width: 5px;
    height: 5px;
  }

  .asc-terminal__body {
    padding: 13px 12px;
    font-size: 9px;
    line-height: 1.42;
  }

  .asc-terminal__cursor {
    width: 5px;
    height: 10px;
  }

  .asc-terminal__footer {
    min-height: 34px;
    padding: 0 9px;
    font-size: 8px;
  }

  .asc-terminal__footer nav {
    gap: 11px;
  }

  .asc-terminal-note {
    bottom: 155px;
    left: 14px;
    font-size: 8px;
  }

  .asc-scene-nav {
    top: auto;
    right: 50%;
    bottom: 68px;
    display: flex;
    transform: translateX(50%);
  }

  .asc-scroll-hint {
    bottom: 1px;
  }
}

/* Full Hydro pixel theme --------------------------------------------------- */

html.theme--pixel {
  --asc-bg: #030404;
  --asc-panel: #0a0c0c;
  --asc-panel-raised: #101313;
  --asc-border: #2a3030;
  --asc-border-strong: #465050;
  --asc-text: #d8dfdc;
  --asc-muted: #87918e;
  --asc-faint: #56605d;
  --asc-cyan: #7fd1c7;
  --asc-green: #91c99b;
  --asc-gold: #d6b46c;
  --asc-blue: #89a8d8;
  --font-family: "ASC Fusion Pixel", "Source Code Pro", Consolas, monospace;
  color-scheme: dark;
  background: var(--asc-bg);
}

html.theme--pixel body,
html.theme--pixel.hduasta-photo-ready body {
  --font-family: "ASC Fusion Pixel", "Source Code Pro", Consolas, monospace;
  min-height: 100%;
  color: var(--asc-text);
  background-color: var(--asc-bg) !important;
  background-image:
    repeating-linear-gradient(to bottom, transparent 0, transparent 3px, rgba(216, 223, 220, .018) 3px, rgba(216, 223, 220, .018) 4px),
    linear-gradient(90deg, rgba(127, 209, 199, .018) 1px, transparent 1px),
    linear-gradient(rgba(127, 209, 199, .014) 1px, transparent 1px) !important;
  background-position: 0 0 !important;
  background-size: auto, 24px 24px, 24px 24px !important;
  background-attachment: fixed !important;
  font-family: var(--font-family);
}

html.theme--pixel.page--homepage body {
  overflow: hidden;
  background: #000 !important;
}

html.theme--pixel #panel,
html.theme--pixel.hduasta-photo-ready #panel,
html.theme--pixel .main {
  background: transparent !important;
}

html.theme--pixel:not(.page--homepage) .main {
  padding-top: 38px;
  padding-bottom: 48px;
}

html.theme--pixel a,
html.theme--pixel a:visited {
  color: #aab9b5;
}

html.theme--pixel a:hover,
html.theme--pixel a:focus-visible,
html.theme--pixel .typo-a:hover,
html.theme--pixel .typo-a:focus-visible {
  color: var(--asc-cyan);
  text-decoration: none;
}

html.theme--pixel :focus-visible {
  outline: 1px solid var(--asc-cyan) !important;
  outline-offset: 2px;
}

html.theme--pixel .nav,
html.theme--pixel .header--mobile {
  border-bottom: 1px solid var(--asc-border);
  color: var(--asc-text);
  background: rgba(3, 4, 4, .97) !important;
  box-shadow: none;
  font-family: var(--font-family);
}

html.theme--pixel .nav--shadow {
  box-shadow: none;
}

html.theme--pixel .nav__item,
html.theme--pixel .nav__item:visited,
html.theme--pixel .header--mobile a {
  color: #a5afac;
}

html.theme--pixel .nav__item:hover,
html.theme--pixel .nav__item:focus-visible,
html.theme--pixel .nav__item.nav--active {
  color: #eef3f1;
  background: rgba(127, 209, 199, .07);
}

html.theme--pixel .nav__item.nav--active::after {
  background: var(--asc-cyan);
}

html.theme--pixel .nav__item--round,
html.theme--pixel .nav__item--round:visited {
  border: 1px solid #d8dfdc;
  border-radius: 2px;
  color: #030404;
  background: #d8dfdc;
}

html.theme--pixel .nav__logo,
html.theme--pixel .header--mobile__domain img {
  content: url("/asc-lab-logo-vector.svg");
  border-radius: 0;
  filter: invert(1);
  object-fit: contain;
}

html.theme--pixel .section,
html.theme--pixel.hduasta-photo-ready .section,
html.theme--pixel .section.side,
html.theme--pixel .widget,
html.theme--pixel .messagepad,
html.theme--pixel .scratchpad-container {
  border: 1px solid var(--asc-border);
  border-radius: 2px;
  color: var(--asc-text);
  background: rgba(10, 12, 12, .96) !important;
  box-shadow: none !important;
}

html.theme--pixel .section__header {
  border-bottom: 1px solid var(--asc-border);
  background: rgba(16, 19, 19, .9);
}

html.theme--pixel .section__title,
html.theme--pixel .section__title a,
html.theme--pixel .section__title a:visited,
html.theme--pixel h1,
html.theme--pixel h2,
html.theme--pixel h3,
html.theme--pixel h4,
html.theme--pixel h5,
html.theme--pixel h6 {
  color: #e3e9e6;
  font-family: var(--font-family);
  font-weight: 400;
  letter-spacing: 0;
}

html.theme--pixel .supplementary,
html.theme--pixel .help-text,
html.theme--pixel .section__subtitle,
html.theme--pixel .text-gray,
html.theme--pixel .typo .supplementary {
  color: var(--asc-muted) !important;
}

html.theme--pixel .data-table,
html.theme--pixel table {
  color: var(--asc-text);
  background: transparent;
  border-collapse: collapse;
}

html.theme--pixel .data-table th,
html.theme--pixel .data-table td,
html.theme--pixel table th,
html.theme--pixel table td {
  border-color: var(--asc-border) !important;
}

html.theme--pixel .data-table thead,
html.theme--pixel .data-table th {
  color: #aab6b2;
  background: #101313;
  font-family: var(--font-family);
  font-weight: 400;
}

html.theme--pixel .data-table tbody tr:nth-child(even),
html.theme--pixel table tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, .012);
}

html.theme--pixel .data-table tbody tr:hover,
html.theme--pixel table tbody tr:hover {
  background: rgba(127, 209, 199, .055);
}

html.theme--pixel .menu,
html.theme--pixel .dropdown-target,
html.theme--pixel .autocomplete-list,
html.theme--pixel .select2-dropdown {
  border: 1px solid var(--asc-border-strong);
  border-radius: 2px;
  color: var(--asc-text);
  background: #080a0a !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .42);
}

html.theme--pixel .menu__link,
html.theme--pixel .menu__link:visited {
  color: #aeb9b5;
  background: transparent;
}

html.theme--pixel .menu__link:hover,
html.theme--pixel .menu__link:focus-visible,
html.theme--pixel .menu__link.active,
html.theme--pixel .menu__link.highlight {
  color: #f0f4f2;
  background: rgba(127, 209, 199, .09);
}

html.theme--pixel .menu__seperator {
  border-color: var(--asc-border);
}

html.theme--pixel .button,
html.theme--pixel button.button,
html.theme--pixel input[type="button"],
html.theme--pixel input[type="submit"] {
  border: 1px solid var(--asc-border-strong);
  border-radius: 2px !important;
  color: #dbe3e0;
  background: #111515;
  box-shadow: none !important;
  font-family: var(--font-family);
}

html.theme--pixel .button:hover,
html.theme--pixel button.button:hover,
html.theme--pixel input[type="button"]:hover,
html.theme--pixel input[type="submit"]:hover {
  border-color: #91a09c;
  color: #fff;
  background: #1a2020;
}

html.theme--pixel .button.primary,
html.theme--pixel .button.inverse.primary,
html.theme--pixel input[type="submit"].primary {
  border-color: #dce5e2;
  color: #030404;
  background: #dce5e2;
}

html.theme--pixel .button.danger,
html.theme--pixel .button.alert {
  border-color: #a96f70;
  color: #e5b1b1;
  background: #241313;
}

html.theme--pixel .button:disabled,
html.theme--pixel .button.disabled,
html.theme--pixel input:disabled,
html.theme--pixel select:disabled,
html.theme--pixel textarea:disabled {
  opacity: .45;
}

html.theme--pixel .button.primary:disabled,
html.theme--pixel .button.inverse.primary:disabled,
html.theme--pixel input[type="submit"].primary:disabled,
html.theme--pixel input[type="submit"].primary.disabled {
  border-color: #68726f !important;
  color: #151918 !important;
  background: #89938f !important;
  opacity: 1 !important;
  cursor: not-allowed;
}

html.theme--pixel .textbox,
html.theme--pixel input[type="text"],
html.theme--pixel input[type="password"],
html.theme--pixel input[type="email"],
html.theme--pixel input[type="number"],
html.theme--pixel input[type="search"],
html.theme--pixel textarea,
html.theme--pixel select,
html.theme--pixel .select {
  border: 1px solid var(--asc-border-strong) !important;
  border-radius: 2px !important;
  color: #dce4e1 !important;
  background: #070909 !important;
  box-shadow: none !important;
}

html.theme--pixel select.select,
html.theme--pixel select.select option,
html.theme--pixel select option {
  color: #dce4e1 !important;
  background: #0b0e0e !important;
}

html.theme--pixel select.select option:checked,
html.theme--pixel select option:checked {
  color: #030404 !important;
  background: var(--asc-cyan) !important;
}

html.theme--pixel input[type="file"] {
  color: #cbd4d1 !important;
  background: #111414 !important;
  font-family: var(--font-family);
}

html.theme--pixel input[type="file"]::file-selector-button {
  margin-right: 10px;
  border: 1px solid #9ba6a2;
  border-radius: 1px;
  padding: 5px 10px;
  color: #050606;
  background: #c7cfcc;
  font-family: var(--font-family);
  cursor: pointer;
}

html.theme--pixel input[type="file"]::file-selector-button:hover {
  border-color: #e5ece9;
  background: #e0e7e4;
}

html.theme--pixel textarea[name="code"],
html.theme--pixel textarea.code,
html.theme--pixel .code-editor,
html.theme--pixel .monaco-editor,
html.theme--pixel .monaco-editor textarea {
  font-family: var(--code-font-family), "JetBrains Mono", "Source Code Pro", Consolas, monospace !important;
}

html.theme--pixel .scratchpad-container,
html.theme--pixel #scratchpad,
html.theme--pixel .ScratchpadMonacoEditor,
html.theme--pixel .ScratchpadMonacoEditor .monaco-editor,
html.theme--pixel .ScratchpadMonacoEditor .monaco-editor-background,
html.theme--pixel .ScratchpadMonacoEditor .monaco-editor .overflow-guard,
html.theme--pixel .ScratchpadMonacoEditor .monaco-editor .margin {
  color: #d8dfdc;
  background-color: #070909 !important;
}

html.theme--pixel .ScratchpadMonacoEditor,
html.theme--pixel .ScratchpadMonacoEditor .monaco-editor,
html.theme--pixel .ScratchpadMonacoEditor .monaco-editor textarea,
html.theme--pixel .ScratchpadMonacoEditor .view-lines {
  font-family: var(--code-font-family), "JetBrains Mono", "Source Code Pro", Consolas, monospace !important;
}

html.theme--pixel .textbox:focus,
html.theme--pixel input:focus,
html.theme--pixel textarea:focus,
html.theme--pixel select:focus {
  border-color: var(--asc-cyan) !important;
}

html.theme--pixel input[type="checkbox"],
html.theme--pixel input[type="radio"] {
  accent-color: var(--asc-cyan);
}

html.theme--pixel .pager__item,
html.theme--pixel .pager__item:visited,
html.theme--pixel .pagination a,
html.theme--pixel .pagination span {
  border: 1px solid var(--asc-border);
  border-radius: 1px;
  color: #aeb8b5;
  background: #0a0c0c;
}

html.theme--pixel .pager__item.current,
html.theme--pixel .pager__item:hover,
html.theme--pixel .pagination .current {
  border-color: var(--asc-cyan);
  color: #020303;
  background: var(--asc-cyan);
}

html.theme--pixel .dialog,
html.theme--pixel .dialog__content,
html.theme--pixel .modal,
html.theme--pixel .bp6-dialog,
html.theme--pixel .bp6-card,
html.theme--pixel .bp6-menu {
  border: 1px solid var(--asc-border-strong);
  border-radius: 2px !important;
  color: var(--asc-text);
  background: #0a0c0c !important;
  box-shadow: 0 16px 48px rgba(0, 0, 0, .62) !important;
}

html.theme--pixel .dialog__header,
html.theme--pixel .dialog__footer,
html.theme--pixel .bp6-dialog-header,
html.theme--pixel .bp6-dialog-footer {
  border-color: var(--asc-border);
  color: var(--asc-text);
  background: #101313 !important;
}

html.theme--pixel .notification,
html.theme--pixel .toast,
html.theme--pixel .bp6-toast {
  border: 1px solid var(--asc-border-strong);
  border-radius: 2px !important;
  color: var(--asc-text);
  background: #111515 !important;
  box-shadow: 0 10px 32px rgba(0, 0, 0, .52) !important;
}

html.theme--pixel .typo,
html.theme--pixel .richmedia {
  color: #cbd3d0;
}

html.theme--pixel .typo blockquote,
html.theme--pixel blockquote {
  border-color: var(--asc-cyan);
  color: #b9c4c0;
  background: rgba(127, 209, 199, .035);
}

html.theme--pixel code,
html.theme--pixel pre,
html.theme--pixel .syntax-hl,
html.theme--pixel .typo pre,
html.theme--pixel .typo code {
  border-color: var(--asc-border) !important;
  color: #cfd8d5;
  background: #070909 !important;
  box-shadow: none !important;
  font-family: var(--code-font-family), "JetBrains Mono", "Source Code Pro", Consolas, monospace;
}

html.theme--pixel .typo code:not(pre code),
html.theme--pixel :not(pre) > code {
  padding: 2px 5px;
  border: 1px solid var(--asc-border);
  border-radius: 1px;
}

html.theme--pixel pre code {
  padding: 0 !important;
  background: transparent !important;
}

html.theme--pixel .asc-terminal__body pre,
html.theme--pixel .asc-terminal__body code {
  border: 0 !important;
  color: #cfd6d3;
  background: transparent !important;
  box-shadow: none !important;
}

html.theme--pixel .asc-terminal .code-toolbar > .toolbar {
  display: none !important;
}

html.theme--pixel .token.comment,
html.theme--pixel .token.prolog,
html.theme--pixel .token.doctype,
html.theme--pixel .token.cdata {
  color: #657b83;
}

html.theme--pixel .token.keyword,
html.theme--pixel .token.directive,
html.theme--pixel .token.macro {
  color: var(--asc-cyan);
}

html.theme--pixel .token.string,
html.theme--pixel .token.char,
html.theme--pixel .token.attr-value {
  color: #9dcc8a;
}

html.theme--pixel .token.number,
html.theme--pixel .token.boolean {
  color: var(--asc-gold);
}

html.theme--pixel .token.function,
html.theme--pixel .token.selector {
  color: var(--asc-blue);
}

html.theme--pixel .token.operator,
html.theme--pixel .token.punctuation {
  color: #aeb7b4;
}

html.theme--pixel .tag,
html.theme--pixel .label,
html.theme--pixel .badge {
  border: 1px solid var(--asc-border);
  border-radius: 1px !important;
  color: #aeb9b5;
  background: #101313;
}

html.theme--pixel .footer {
  border-top: 1px solid var(--asc-border);
  color: var(--asc-muted);
  background: #050606;
  font-family: var(--font-family);
}

html.theme--pixel .footer h1,
html.theme--pixel .footer a,
html.theme--pixel .footer a:visited {
  color: #929d99;
}

html.theme--pixel .omnibar-toggle {
  border: 1px solid var(--asc-border-strong);
  border-radius: 2px;
  color: var(--asc-text);
  background: #0d1010;
  box-shadow: none;
}

html.theme--pixel .page-loader {
  color: var(--asc-cyan);
  background: #000;
}

html.theme--pixel .progress,
html.theme--pixel progress {
  color: var(--asc-cyan);
  background: #111515;
}

html.theme--pixel .record-status--accepted,
html.theme--pixel .status--accepted,
html.theme--pixel .score--accepted {
  color: var(--asc-green) !important;
}

html.theme--pixel .record-status--wrong-answer,
html.theme--pixel .status--wrong-answer,
html.theme--pixel .score--rejected {
  color: #d18b8c !important;
}

@media (max-width: 700px) {
  html.theme--pixel:not(.page--homepage) .main {
    padding-top: 24px;
  }

  html.theme--pixel body,
  html.theme--pixel.hduasta-photo-ready body {
    background-attachment: scroll !important;
  }

  html.theme--pixel .section {
    border-right: 0;
    border-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .asc-logo-rig__orbit,
  .asc-terminal__cursor,
  .asc-scroll-hint__chevrons {
    animation: none;
  }

  .asc-pixel-logo,
  .asc-recruit-core,
  .asc-recruit-core *,
  .asc-recruit-core *::before,
  .asc-recruit-core *::after {
    animation: none !important;
    transition-delay: 0s !important;
    transition-duration: .01ms !important;
  }
}
