/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-arrow-up:before {
  content: "\f062"; }

.fa-check:before {
  content: "\f00c"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/static/rendering/results/fa-solid-900.eot");
  src: url("/static/rendering/results/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/static/rendering/results/fa-solid-900.woff2") format("woff2"), url("/static/rendering/results/fa-solid-900.woff") format("woff"), url("/static/rendering/results/fa-solid-900.ttf") format("truetype"), url("/static/rendering/results/fa-solid-900.svg#fontawesome") format("svg"); }

.fa {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/*
Adds additional columns to bootstraps grid system,
if $generate-extra-columns is set to true.
Vanilla stops at xl (1200px), but we want some more.

The following imports are required BEFORE loading this sheet.
@import "bootstrap/functions";
@import "bootstrap/variables";

Curtesy: https://stackoverflow.com/a/48976550
*/
/* set the overriding variables */

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

 footer, header, main {
  display: block; }

body {
  margin: 0;
  font-family: -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-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #b6b6b6;
  text-align: left;
  background-color: #151515; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

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 {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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; }

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: .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-decoration {
  -webkit-appearance: none; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(21, 21, 21, 0.52); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.container {
  max-width: 0; }

@media (min-width: 320px) {
  .container {
    max-width: 320px; } }

@media (min-width: 568px) {
  .container {
    max-width: 568px; } }

@media (min-width: 667px) {
  .container {
    max-width: 667px; } }

@media (min-width: 768px) {
  .container {
    max-width: 768px; } }

@media (min-width: 992px) {
  .container {
    max-width: 992px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }

@media (min-width: 1440px) {
  .container {
    max-width: 1440px; } }

@media (min-width: 1600px) {
  .container {
    max-width: 1600px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

 .col-12, .col, .col-md-6, .col-md-12, .col-lg-4, .col-lg-6, .col-lg-8, .col-xl-5, .col-xl-7, .col-xxl-4, .col-xxl-8 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; } }

@media (min-width: 1200px) {
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; } }

@media (min-width: 1440px) {
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; } }

.border {
  border: 1px solid #dee2e6 !important; }

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

.visible {
  visibility: visible !important; }

html {
  font-size: 16px;
  height: 100%; }

@font-face {
  font-family: 'Roboto';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu4mxK.woff2) format("woff2");
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: 'Roboto';
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format("woff2");
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: 'Roboto';
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format("woff2");
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

body {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.05rem;
  height: 100%; }

.clickable {
  cursor: pointer; }

.sta-validation-error {
  color: #ff0077; }
  .sta-validation-error > [ng-message], .sta-validation-error > [ng-message-default] {
    margin-top: 0.5rem;
    border-left: 5px solid #b30053;
    border-right: 5px solid #b30053;
    text-align: center; }

.margin-right {
  margin-right: 0.5rem; }

.margin-top {
  margin-top: 0.5rem; }

button {
  color: inherit;
  font-weight: 600;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  outline: 0;
  border: none;
  background-color: #222222; }
  button[disabled] {
    filter: saturate(0);
    cursor: not-allowed; }
  button.btn-flat {
    background-color: transparent; }
  button.btn-action {
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #00ff00;
    color: #000; }
  button.btn-link-like {
    background-color: transparent;
    padding: 0;
    font-weight: 400; }
    button.btn-link-like:hover {
      text-decoration: underline; }
  button.btn-check {
    border: 2px solid #333333;
    border-radius: 5px;
    color: #737373;
    padding: 0.25rem 0.5rem;
    margin: 0 0.5rem;
    box-shadow: 1px 1px 7px #0a0a0a;
    font-size: 0.875rem; }
    button.btn-check.sta-clicked {
      animation: selected-glow 1s; }

.color-greenscii {
  color: #00ff00; }

.color-jellycherry {
  color: #b30053; }

@keyframes fade-in-left {
  0% {
    transform: translateX(-30px);
    opacity: 0.3; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@keyframes fade-out-right {
  0% {
    transform: translateX(0);
    opacity: 1; }
  100% {
    transform: translateX(30px);
    opacity: 0.3; } }

.sta-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center; }
  .sta-modal-backdrop .sta-modal-wrapper {
    width: 80vw;
    max-width: 1000px;
    border-radius: 3px;
    background-color: #151515;
    box-shadow: 0 -1px 6px 0px #8a8a8a;
    animation-name: fade-in-left;
    animation-duration: 0.1s;
    animation-fill-mode: none;
    max-height: 100%;
    overflow: auto; }
    .sta-modal-backdrop .sta-modal-wrapper.leaving {
      animation-name: fade-out-right; }
    .sta-modal-backdrop .sta-modal-wrapper.basic-translation-modal .modal-body {
      text-align: center; }
    @media (max-width: 767.98px) {
      .sta-modal-backdrop .sta-modal-wrapper {
        width: 95vw; } }
  .sta-modal-backdrop .modal-headline {
    border-radius: 3px;
    padding: 1rem 0;
    text-align: center;
    font-size: 1.75rem;
    font-weight: 600; }
    .sta-modal-backdrop .modal-headline, .sta-modal-backdrop .modal-headline * {
      background-color: #151515;
      color: #b6b6b6; }
    @media (max-width: 767.98px) {
      .sta-modal-backdrop .modal-headline {
        font-size: 1.25rem; } }
  .sta-modal-backdrop .modal-body {
    padding: 0.75rem 0.5rem; }
  .sta-modal-backdrop .modal-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem; }
    .sta-modal-backdrop .modal-actions.reverse {
      flex-direction: row-reverse; }

body.sta-modal-open {
  overflow: hidden; }

user-feedback-component {
  display: inline-block; }
  user-feedback-component a, user-feedback-component a:hover {
    color: inherit; }

.feedback-modal textarea {
  width: 100%; }

.feedback-modal label {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%; }

.feedback-modal #user-feedback-col-2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.feedback-modal button.btn-action {
  position: relative;
  outline: transparent;
  color: #000;
  font-size: 1.25rem;
  padding: 0.125rem 0.5rem;
  letter-spacing: 2px;
  background-color: #00ff00;
  border: 5px solid #007a00;
  border-top-color: #caffc2;
  border-left-color: #caffc2;
  box-shadow: none;
  border-radius: 5px;
  transition: box-shadow 0.2s; }
  .feedback-modal button.btn-action:not([disabled]):hover, .feedback-modal button.btn-action:not([disabled]):focus, .feedback-modal button.btn-action:not([disabled]):active {
    box-shadow: 0 0 4px 2px #4dff4d; }
  @media (max-width: 666.98px) {
    .feedback-modal button.btn-action {
      font-size: 0.875rem; } }

.feedback-modal .decent {
  color: #646464; }

.footer-intro {
  margin-top: 23rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .footer-intro hr {
    background-color: #737373;
    margin: 0.33333rem 0; }
  .footer-intro hr:nth-child(1) {
    width: 80%;
    max-width: 240px; }
  .footer-intro hr:nth-child(2) {
    width: 50%;
    max-width: 150px; }
  .footer-intro hr:nth-child(3) {
    width: 20%;
    max-width: 60px; }

.footer-canvas {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 2rem 0;
  padding-bottom: 1rem; }
  .footer-canvas .footer-item {
    font-weight: 600;
    color: #b6b6b6;
    font-size: 0.8rem;
    margin: 0 1rem; }
    .footer-canvas .footer-item:hover {
      text-decoration: underline; }
  @media (max-width: 767.98px) {
    .footer-canvas {
      flex-direction: column;
      align-items: center; }
      .footer-canvas .footer-item {
        margin: 0.5rem; } }

switch-language-footer-component select {
  color: inherit;
  outline: 0;
  border: none;
  background-color: transparent; }
  switch-language-footer-component select:hover {
    cursor: pointer;
    text-decoration: underline; }

@keyframes header-intro {
  0% {
    top: -100%; }
  75% {
    top: 102px; }
  100% {
    top: 34px; } }

@keyframes header-subline {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes bracket-grow {
  0% {
    font-size: 64px; }
  100% {
    font-size: 80px; } }

@font-face {
  font-family: 'iosevka-thin-mono';
  src: url("/static/rendering/results/iosevka-selection.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

header.sta-header {
  height: calc(5vh + 96px);
  position: relative;
  transition: margin-top 0.3s ease-out 0.1s;
  font-family: "iosevka-thin-mono", serif;
  top: -100%;
  animation-name: header-intro;
  animation-duration: 0.4s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out; }
  body.sta-params-collapsed header {
    margin-top: -140px; }
  @media (max-width: 666.98px) {
    header.sta-header {
      transition-duration: 0s;
      transition-delay: 0s;
      animation-delay: 0s;
      animation-duration: 0s;
      margin-top: -30px; } }
  header.sta-header #header-text-canvas {
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 96px; }
    @media (max-width: 666.98px) {
      header.sta-header #header-text-canvas {
        display: none; } }
    header.sta-header #header-text-canvas #header-text {
      font-weight: 600;
      font-size: 4em;
      color: #fff;
      text-shadow: 0 0 0.1em #fff, 0 0 0.2em #652efc, 0 0 0.2em #652efc, 0 0 0.2em #652efc, 0 0 0.2em #652efc, 0 0 0.2em #652efc; }
    header.sta-header #header-text-canvas #header-subline {
      position: absolute;
      bottom: -5px;
      left: 0;
      right: -7px;
      font-weight: 600;
      letter-spacing: 6.6px;
      opacity: 0;
      animation: header-subline 0.5s linear 2s forwards; }
      @media (max-width: 666.98px) {
        header.sta-header #header-text-canvas #header-subline {
          animation-delay: 2s; } }
      @media not all and (min-resolution: 0.001dpcm) {
        @supports (-webkit-appearance: none) and (display: flow-root) {
          header.sta-header #header-text-canvas #header-subline {
            font-size: 14px; } } }
    header.sta-header #header-text-canvas .header-bracket {
      position: absolute;
      left: -50px;
      top: 0;
      font-size: 64px;
      color: #fff;
      text-shadow: 0 0 0.1em #fff, 0 0 0.2em #652efc, 0 0 0.2em #652efc, 0 0 0.2em #652efc, 0 0 0.2em #652efc, 0 0 0.2em #652efc;
      font-weight: 600;
      animation: bracket-grow 0.3s ease-in-out 1.92s forwards; }
    header.sta-header #header-text-canvas #header-bracket-right {
      right: -50px;
      left: unset; }
  header.sta-header #header-logo-xs {
    display: none;
    width: 320px;
    max-width: 100vw;
    margin: 0 auto; }
    @media (max-width: 666.98px) {
      header.sta-header #header-logo-xs {
        display: block; } }
    header.sta-header #header-logo-xs img {
      max-width: 100%; }
  header.sta-header a {
    text-decoration: none;
    color: #b6b6b6; }

[sta-bg-img] {
  opacity: 0;
  transition: opacity 0.2s; }
  [sta-bg-img].sta-loaded {
    opacity: 1; }

@keyframes tron-v-line {
  0% {
    transform: translateY(400px) translateX(45.5%); }
  5% {
    transform: translateY(300px) translateX(45.5%); }
  18% {
    transform: translateY(300px) translateX(45.5%);
    height: 100%; }
  20% {
    transform: translateY(300px) translateX(45.5%);
    height: 0; }
  100% {
    transform: translateY(300px) translateX(45.5%);
    height: 0; } }

@keyframes tron-h-line {
  0% {
    opacity: 1;
    width: 0;
    transform: translateX(45.5%); }
  5% {
    opacity: 1;
    width: 100%;
    transform: translateX(45.5%); }
  17% {
    opacity: 1;
    width: 100%;
    transform: translateX(45.5%); }
  20%, 100% {
    opacity: 1;
    width: 100%;
    transform: translateX(100%); } }

.tron-footer-canvas {
  width: 100%;
  height: 400px;
  position: fixed;
  bottom: 0;
  overflow: hidden;
  z-index: -2; }
  @media (max-width: 666.98px) {
    .tron-footer-canvas {
      display: none; } }
  .tron-footer-canvas svg {
    position: relative;
    z-index: -2;
    transform: perspective(50px) rotateX(45deg) scale(1, 0.3);
    -webkit-mask-image: -webkit-gradient(linear, left 90%, left top, from(black), to(rgba(0, 0, 0, 0))); }

@keyframes troner {
  0% {
    transform: perspective(200px) rotateX(40deg) scale(2, 1) translateX(0); }
  100% {
    transform: perspective(200px) rotateX(40deg) scale(2, 1) translateX(1em); } }
  .tron-footer-canvas #tron-racer.sta-show {
    filter: drop-shadow(7px 8px 4px #ff0077);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .tron-footer-canvas #tron-racer.sta-show _::-webkit-full-page-media, .tron-footer-canvas #tron-racer.sta-show _:future, :root .tron-footer-canvas #tron-racer.sta-show {
      display: none !important; }
    .tron-footer-canvas #tron-racer.sta-show #tron-line-h,
    .tron-footer-canvas #tron-racer.sta-show #tron-line-v {
      animation-duration: 4.8s;
      animation-timing-function: linear;
      animation-fill-mode: forwards;
      fill: #ff0077; }
    .tron-footer-canvas #tron-racer.sta-show #tron-line-v {
      transform: translateY(400px) translateX(45.5%);
      animation-name: tron-v-line;
      animation-delay: 2s; }
    .tron-footer-canvas #tron-racer.sta-show #tron-line-h {
      opacity: 0;
      transform: translateX(45.5%);
      animation-name: tron-h-line;
      animation-delay: 2.2s; }

.computers-table.sponsoring-active svg {
  width: 60vw; }
  .computers-table.sponsoring-active svg .sta-sponsoring-element {
    transition: opacity 1s; }
  .computers-table.sponsoring-active svg .sta-sponsoring-element.sta-sponsored {
    opacity: 0;
    border: 2px solid red; }
  body.sta-project-selected .computers-table.sponsoring-active svg .sta-sponsoring-element.sta-sponsored {
    opacity: 1; }
  body.sta-project-selected .computers-table.sponsoring-active svg .sta-sponsoring-element.sta-not-sponsored {
    opacity: 0; }

body:not(.sta-details-open) .computers-table.sponsoring-active {
  z-index: 21;
  pointer-events: all; }

.input-carret {
  color: #00ff00;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.75rem;
  font-weight: 600; }

.fancy-input {
  background-color: #151515;
  border-color: transparent;
  color: #b6b6b6;
  padding-left: 1.75rem !important;
  width: 100%; }
  .fancy-input::placeholder {
    color: #8F8F8F; }

@keyframes selected-glow {
  0% {
    background-color: #000;
    color: #000; }
  5% {
    background-color: #fff;
    color: #fff; }
  10% {
    background-color: #00ff00;
    color: #00ff00; }
  50% {
    background-color: inherit;
    color: inherit; } }

body {
  background-color: #35119c;
  background-image: linear-gradient(163deg, #000 0%, #000 34%, #35119c 100%);
  background-attachment: fixed; }

#fallback-bg-img {
  display: none; }
  #fallback-bg-img _::-webkit-full-page-media, #fallback-bg-img _:future, :root #fallback-bg-img {
    background: none;
    background-color: #000;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2; }

@font-face {
  font-family: 'droid_sans_monoregular';
  src: url("/static/rendering/results/DroidSansMono-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

body {
  font-family: "droid_sans_monoregular", sans-serif; }

.page-container {
  min-height: 100%;
  position: relative;
  max-width: calc(100vw - 30px);
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 666.98px) {
    .page-container {
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0;
      max-width: 100%; } }
  @media (max-width: 1199.98px) {
    .page-container {
      background-position-y: 20vh;
      background-position-x: 100%; } }
  @media (max-width: 991.98px) {
    .page-container {
      background-image: none; } }

.computers-table {
  right: -3vw;
  bottom: 0;
  position: fixed;
  /*    background-repeat: no-repeat;
        background-size: 50%;
        background-position: 104% 100%;*/
  pointer-events: none;
  z-index: -1; }
  .computers-table > svg {
    width: 50vw; }
  @media (max-width: 991.98px) {
    .computers-table {
      display: none !important; } }

.language-switch-hint {
  position: absolute;
  top: 10px;
  right: 95px;
  z-index: 21; }
  .language-switch-hint a {
    color: #c3affb; }
  @media (max-width: 666.98px) {
    .language-switch-hint {
      display: none; } }

body[sta-state="404"] #computers-table {
  display: none; }

body[sta-state="410"] #computers-table {
  display: none; }

#computers-table-4xx, #computers-table-4xx-lg {
  display: none; }
  body[sta-state="404"] #computers-table-4xx, body[sta-state="404"] #computers-table-4xx-lg {
    display: block; }
    body[sta-state="404"] #computers-table-4xx .status-404, body[sta-state="404"] #computers-table-4xx-lg .status-404 {
      display: block; }
    body[sta-state="404"] #computers-table-4xx .status-410, body[sta-state="404"] #computers-table-4xx-lg .status-410 {
      display: none; }
  body[sta-state="410"] #computers-table-4xx, body[sta-state="410"] #computers-table-4xx-lg {
    display: block; }
    body[sta-state="410"] #computers-table-4xx .status-410, body[sta-state="410"] #computers-table-4xx-lg .status-410 {
      display: block; }
    body[sta-state="410"] #computers-table-4xx .status-404, body[sta-state="410"] #computers-table-4xx-lg .status-404 {
      display: none; }

@media (max-width: 666.98px) {
  #main-page-row {
    margin: 0; } }

@media (max-width: 666.98px) {
  #left-page-col {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 666.98px) {
  #page-views {
    min-height: 541px; } }

#details-col {
  min-height: 100vh;
  position: relative; }
  @media (max-width: 767.98px) {
    #details-col {
      padding-left: 0;
      padding-right: 0; } }

detail-view-tags-component {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex: 1 1 100%;
  margin-top: 1rem; }
  detail-view-tags-component .tags-detailed + .tags-detailed {
    margin-top: 0.5rem; }
  detail-view-tags-component .tag-kind-label {
    color: #737373;
    text-transform: uppercase; }
  detail-view-tags-component span.tag {
    margin: 0.25rem;
    margin-left: 0; }
    detail-view-tags-component span.tag:not(.sta-matching) {
      border-color: #333333;
      color: #b3b3b3; }
    @media (max-width: 991.98px) {
      detail-view-tags-component span.tag {
        font-size: 0.85rem; } }
  detail-view-tags-component .subtle {
    color: #737373; }

@keyframes lazor-vertical {
  0% {
    height: 0;
    width: 10px;
    top: 50%; }
  100% {
    height: 100vh;
    width: 10px;
    top: calc(5vh + 96px); } }

@keyframes lazor-horizontal {
  0% {
    height: 100%;
    width: 2px; }
  70% {
    width: 2px; }
  90% {
    width: 100%; }
  100% {
    height: 100%;
    width: 95%; } }

@keyframes lazor-horizontal-mobile {
  0% {
    height: 100%;
    width: 2px; }
  70% {
    width: 2px; }
  90% {
    width: 100%; }
  100% {
    height: 100%;
    width: 100%; } }

@keyframes lazor-horizontal-glow {
  0% {
    opacity: 0; }
  70% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes lazor-horizontal-mobile-glow {
  0% {
    opacity: 1; }
  70% {
    opacity: 1; }
  99% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes lazor-close {
  0% {
    background-color: #000;
    height: 100%;
    width: 95%;
    top: 0; }
  10% {
    width: 100%; }
  30% {
    width: 2px;
    height: 100%; }
  70% {
    background-color: #fff;
    height: 100%;
    width: 2px;
    top: 0; }
  100% {
    background-color: #fff;
    height: 0;
    width: 2px;
    top: 50%;
    display: none; } }

#thunder {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  z-index: 10;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  pointer-events: none;
  margin: 0 auto;
  background-color: #151515;
  background: linear-gradient(179deg, #151515 40%, #222222);
  animation-duration: 0.1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; }
  #thunder:after {
    animation-duration: 0.1s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 3px 5px #fff, 0 0 30px 15px #0095ff;
    opacity: 0;
    pointer-events: none; }
  #thunder.sta-grow-vertical:not(.sta-grow-instant) {
    display: flex;
    pointer-events: unset;
    animation-name: lazor-vertical; }
  #thunder.sta-grow-horizontal:not(.sta-grow-instant) {
    animation-name: lazor-horizontal;
    animation-duration: 0.2s;
    animation-timing-function: ease-in; }
    @media (max-width: 666.98px) {
      #thunder.sta-grow-horizontal:not(.sta-grow-instant) {
        animation-name: lazor-horizontal-mobile; } }
    #thunder.sta-grow-horizontal:not(.sta-grow-instant):after {
      animation-name: lazor-horizontal-glow; }
      @media (max-width: 666.98px) {
        #thunder.sta-grow-horizontal:not(.sta-grow-instant):after {
          animation-name: lazor-horizontal-mobile-glow;
          animation-duration: 0.2s; } }
    #thunder.sta-grow-horizontal:not(.sta-grow-instant):not(.sta-closing) .visible-after-lazor {
      opacity: 1 !important;
      transition: opacity 0.1s linear 0.3s;
      max-width: 100%;
      overflow: auto;
      max-width: revert;
      overflow: revert; }
      #thunder.sta-grow-horizontal:not(.sta-grow-instant):not(.sta-closing) .visible-after-lazor#details-scroll {
        overflow: auto;
        overflow-y: scroll; }
  #thunder.sta-closing:not(.sta-grow-instant) {
    animation-name: lazor-close;
    animation-duration: 0.2s;
    animation-timing-function: ease-in; }
    #thunder.sta-closing:not(.sta-grow-instant):after {
      opacity: 0 !important; }
  #thunder.sta-grow-instant {
    display: flex;
    top: 0;
    height: 100%;
    width: 95%;
    pointer-events: unset; }
    @media (max-width: 666.98px) {
      #thunder.sta-grow-instant {
        width: 100%; } }
    #thunder.sta-grow-instant:after {
      opacity: 1; }
    #thunder.sta-grow-instant .visible-after-lazor {
      opacity: 1 !important;
      transition: none;
      max-width: 100%;
      overflow: auto; }
      #thunder.sta-grow-instant .visible-after-lazor#details-scroll {
        overflow: auto;
        overflow-y: scroll; }

#details-portal {
  display: block;
  width: 100%;
  height: 100vh; }

detail-view-component,
.detail-view-dummy {
  position: relative;
  display: block;
  width: 100%;
  height: 100%; }
  detail-view-component .visible-after-lazor,
  .detail-view-dummy .visible-after-lazor {
    max-width: 0;
    overflow: hidden; }
  detail-view-component #detail-header,
  .detail-view-dummy #detail-header {
    opacity: 0;
    padding: 0.5rem 2.5rem;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 2rem;
    position: relative;
    z-index: 1;
    flex: 0 0 auto; }
  detail-view-component #company-logo-canvas img,
  .detail-view-dummy #company-logo-canvas img {
    padding: 0.5rem 1rem;
    background-color: #fff;
    border-radius: 5px;
    max-height: 68px; }
  @media (max-width: 400px) {
    detail-view-component #company-logo-canvas,
    .detail-view-dummy #company-logo-canvas {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0; }
      detail-view-component #company-logo-canvas img,
      .detail-view-dummy #company-logo-canvas img {
        height: 44px;
        width: 94px; }
      @supports (-webkit-touch-callout: none) {
        detail-view-component #company-logo-canvas,
        .detail-view-dummy #company-logo-canvas {
          right: 10px;
          margin-bottom: 1rem; } } }
  detail-view-component #detail-actions,
  .detail-view-dummy #detail-actions {
    display: flex; }
  detail-view-component #apply-btn,
  .detail-view-dummy #apply-btn {
    position: relative;
    outline: transparent;
    color: #000;
    font-size: 1.25rem;
    padding: 0.125rem 0.5rem;
    letter-spacing: 2px;
    background-color: #00ff00;
    border: 5px solid #007a00;
    border-top-color: #caffc2;
    border-left-color: #caffc2;
    box-shadow: none;
    border-radius: 5px;
    transition: box-shadow 0.2s; }
    detail-view-component #apply-btn:not([disabled]):hover, detail-view-component #apply-btn:not([disabled]):focus, detail-view-component #apply-btn:not([disabled]):active,
    .detail-view-dummy #apply-btn:not([disabled]):hover,
    .detail-view-dummy #apply-btn:not([disabled]):focus,
    .detail-view-dummy #apply-btn:not([disabled]):active {
      box-shadow: 0 0 4px 2px #4dff4d; }
    @media (max-width: 666.98px) {
      detail-view-component #apply-btn,
      .detail-view-dummy #apply-btn {
        font-size: 0.875rem; } }
    detail-view-component #apply-btn.sta-disabled,
    .detail-view-dummy #apply-btn.sta-disabled {
      filter: saturate(0);
      cursor: not-allowed; }
      detail-view-component #apply-btn.sta-disabled:hover, detail-view-component #apply-btn.sta-disabled:focus, detail-view-component #apply-btn.sta-disabled:active,
      .detail-view-dummy #apply-btn.sta-disabled:hover,
      .detail-view-dummy #apply-btn.sta-disabled:focus,
      .detail-view-dummy #apply-btn.sta-disabled:active {
        box-shadow: none; }
  detail-view-component #close-detail-view-button,
  .detail-view-dummy #close-detail-view-button {
    box-shadow: none;
    padding: 5px 12px;
    color: #ff0077;
    border: 5px solid #333333;
    border-top-color: #737373;
    border-left-color: #737373; }
    detail-view-component #close-detail-view-button:hover,
    .detail-view-dummy #close-detail-view-button:hover {
      box-shadow: 0 0 4px 2px #ff4da0; }
    detail-view-component #close-detail-view-button:active,
    .detail-view-dummy #close-detail-view-button:active {
      color: #333333;
      background-color: #ff0077; }
    @media (max-width: 666.98px) {
      detail-view-component #close-detail-view-button,
      .detail-view-dummy #close-detail-view-button {
        font-size: 0.875rem; } }
  detail-view-component #detail-company-name-region,
  .detail-view-dummy #detail-company-name-region {
    background-color: #333333;
    padding: 0.5rem 1rem;
    position: relative;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
    detail-view-component #detail-company-name-region .detail-region,
    .detail-view-dummy #detail-company-name-region .detail-region {
      color: #b3b3b3;
      font-size: 0.875rem; }
    @media (max-width: 991.98px) {
      detail-view-component #detail-company-name-region,
      .detail-view-dummy #detail-company-name-region {
        margin-left: -4px;
        margin-right: -4px; } }
  detail-view-component #details-scroll,
  .detail-view-dummy #details-scroll {
    flex: 1 1 auto;
    margin: 1rem 2.5rem;
    margin-top: 0;
    overflow-y: scroll;
    overscroll-behavior: none;
    opacity: 0;
    /**
         * Following handles the scroll-shadows
         */ }
    @supports (scrollbar-color: red) and (scrollbar-width: thin) {
      detail-view-component #details-scroll,
      .detail-view-dummy #details-scroll {
        scrollbar-color: #555 #333; } }
    detail-view-component #details-scroll::-webkit-scrollbar-track,
    .detail-view-dummy #details-scroll::-webkit-scrollbar-track {
      background-color: #333; }
    detail-view-component #details-scroll::-webkit-scrollbar,
    .detail-view-dummy #details-scroll::-webkit-scrollbar {
      width: 10px;
      background-color: #F5F5F5; }
    detail-view-component #details-scroll::-webkit-scrollbar-thumb,
    .detail-view-dummy #details-scroll::-webkit-scrollbar-thumb {
      background-color: #555;
      border-radius: 5px; }
    @media (max-width: 666px) {
      @supports (scrollbar-width: thin) {
        detail-view-component #details-scroll,
        .detail-view-dummy #details-scroll {
          scrollbar-width: thin; } }
      detail-view-component #details-scroll::-webkit-scrollbar,
      .detail-view-dummy #details-scroll::-webkit-scrollbar {
        width: 3px; } }
    detail-view-component #details-scroll:before, detail-view-component #details-scroll:after,
    .detail-view-dummy #details-scroll:before,
    .detail-view-dummy #details-scroll:after {
      position: sticky;
      display: block;
      content: "";
      width: 100%;
      box-shadow: 0 0 20px 20px #151515;
      opacity: 1;
      transition: opacity 0.5s;
      z-index: 1; }
    detail-view-component #details-scroll:before,
    .detail-view-dummy #details-scroll:before {
      top: 0; }
    detail-view-component #details-scroll:after,
    .detail-view-dummy #details-scroll:after {
      bottom: 0;
      box-shadow: none; }
    detail-view-component #details-scroll:not(.sta-scrolled):before,
    .detail-view-dummy #details-scroll:not(.sta-scrolled):before {
      opacity: 0; }
  detail-view-component #advert-canvas,
  .detail-view-dummy #advert-canvas {
    color: #b6b6b6;
    font-size: 0.8rem;
    word-break: break-word; }
    @media (max-width: 767.98px) {
      detail-view-component #advert-canvas,
      .detail-view-dummy #advert-canvas {
        font-size: 0.85rem; } }
    detail-view-component #advert-canvas h1,
    .detail-view-dummy #advert-canvas h1 {
      font-size: 2rem;
      text-align: left;
      margin: 1rem 0; }
      @media (max-width: 767.98px) {
        detail-view-component #advert-canvas h1,
        .detail-view-dummy #advert-canvas h1 {
          font-size: 1.5rem; } }
    detail-view-component #advert-canvas h2,
    .detail-view-dummy #advert-canvas h2 {
      font-size: 1.6rem;
      text-align: left;
      margin: 1rem 0; }
      @media (max-width: 767.98px) {
        detail-view-component #advert-canvas h2,
        .detail-view-dummy #advert-canvas h2 {
          font-size: 1.2rem; } }
    detail-view-component #advert-canvas h3,
    .detail-view-dummy #advert-canvas h3 {
      font-size: 1.4rem;
      text-align: left;
      margin: 1rem 0; }
      @media (max-width: 767.98px) {
        detail-view-component #advert-canvas h3,
        .detail-view-dummy #advert-canvas h3 {
          font-size: 1.05rem; } }
    detail-view-component #advert-canvas h4,
    .detail-view-dummy #advert-canvas h4 {
      font-size: 1.2rem;
      text-align: left;
      margin: 1rem 0; }
      @media (max-width: 767.98px) {
        detail-view-component #advert-canvas h4,
        .detail-view-dummy #advert-canvas h4 {
          font-size: 0.9rem; } }
  detail-view-component #advert-canvas > *:first-child,
  .detail-view-dummy #advert-canvas > *:first-child {
    margin-top: 30px !important; }
  detail-view-component #advert-canvas > *:last-child,
  .detail-view-dummy #advert-canvas > *:last-child {
    margin-bottom: 30px !important; }

@media (min-width: 768px) {
  #page-views {
    min-height: 100vh; }
  #details-col {
    position: fixed;
    z-index: 20;
    top: 0;
    bottom: 0;
    right: 0; } }

@media (max-width: 991.98px) {
  body.sta-details-open {
    overflow: hidden; }
  #details-col {
    position: fixed;
    z-index: 30;
    width: 0; } }
  @media (max-width: 991.98px) and (max-width: 666.98px) {
    #details-col {
      z-index: 4; } }

@media (max-width: 991.98px) {
    #details-col.sta-open {
      width: 94vw;
      height: 100vh;
      max-height: 100vh;
      left: 3vw; } }
    @media (max-width: 991.98px) and (max-width: 666.98px) {
      #details-col.sta-open {
        width: 100vw;
        left: 0; } }

@media (max-width: 991.98px) and (max-width: 666.98px) {
  #thunder {
    padding-top: 110px; } }

@media (max-width: 991.98px) {
  detail-view-component #details-scroll,
  .detail-view-dummy #details-scroll {
    padding: 0.25rem;
    padding-top: 0;
    margin: 1rem 2rem;
    overscroll-behavior: unset; } }
  @media (max-width: 991.98px) and (max-width: 400px) {
    detail-view-component #details-scroll,
    .detail-view-dummy #details-scroll {
      margin: 0 0.5rem; } }

@media (max-width: 991.98px) {
  detail-view-component #detail-header,
  .detail-view-dummy #detail-header {
    margin-top: 0;
    padding: 0.5rem 2rem; } }
  @media (max-width: 991.98px) and (max-width: 400px) {
    detail-view-component #detail-header,
    .detail-view-dummy #detail-header {
      margin: 0.5rem;
      padding: 0; } }

@media (max-width: 991.98px) and (max-width: 400px) {
  detail-view-component #detail-header, detail-view-component #details-scroll,
  .detail-view-dummy #detail-header,
  .detail-view-dummy #details-scroll {
    width: 330px;
    max-width: 100vw;
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 991.98px) {
  #detail-actions {
    justify-content: space-between; }
  #company-logo-canvas {
    margin: 1rem 0;
    text-align: center; } }

@media (min-width: 1200px) {
  #details-col {
    padding-left: 60px;
    padding-right: 60px; } }

@media (min-width: 1400px) {
  #details-col {
    padding-left: 60px;
    padding-right: 80px; } }

@media (min-width: 1600px) {
  #details-col {
    padding-left: 80px;
    padding-right: 80px; } }

@media (min-width: 1700px) {
  #details-col {
    padding-left: 80px;
    padding-right: 80px; } }

@media (min-width: 1800px) {
  #details-col {
    padding-left: 20px;
    padding-right: 80px; } }

.tag {
  border: 1px solid #007a00;
  padding: 0.25rem 0.5rem;
  color: #00ff00;
  display: inline-block;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  box-shadow: 1px 1px 7px #0a0a0a;
  position: relative;
  transition: all 0.1s;
  word-break: break-word;
  border-radius: 5px;
  font-size: 0.875rem; }
  .tag .remove-tag {
    color: #ff0077; }
  @media (hover: hover) {
    .tag:not(.sta-no-hover):hover {
      background-color: #004700;
      color: #004700;
      cursor: pointer; }
      .tag:not(.sta-no-hover):hover .remove-tag {
        opacity: 1; }
    .tag .remove-tag {
      opacity: 0;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      transition: opacity 0.1s; } }

#menu-builder, #matching-machine-screen, .sta-boot-screen {
  background-color: #222222;
  background-image: radial-gradient(rgba(34, 34, 34, 0.25), #151515 120%); }

/**
 * Contains *resuable* components of the matching-machine.
 * Eg: Nothing related to user-params or the like. Just the shape and outlines, box-position and so on.
 */
.monitor-panel {
  opacity: 0;
  transition: opacity 0.1s; }
  .monitor-panel#top-monitor-chasis {
    position: absolute;
    top: -50px;
    left: -43px;
    right: -79px;
    bottom: -20px;
    z-index: -1;
    background-image: url(/static/rendering/results/matching_machine_top.svg);
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat; }
    .monitor-panel#top-monitor-chasis _::-webkit-full-page-media, .monitor-panel#top-monitor-chasis _:future, :root .monitor-panel#top-monitor-chasis {
      left: -42px;
      right: -78px; }

@-moz-document url-prefix() {
  .monitor-panel#top-monitor-chasis {
    left: -42px;
    right: -78px; } }
    @media (max-width: 767.98px) {
      .monitor-panel#top-monitor-chasis {
        top: -39px;
        left: -36px;
        right: -67px; } }
    @media (max-width: 666.98px) {
      .monitor-panel#top-monitor-chasis {
        background-image: url(/static/rendering/results/matching_machine_xs_top.svg);
        left: -22px;
        right: -22px;
        top: -23px; }
        @supports (-webkit-touch-callout: none) {
          .monitor-panel#top-monitor-chasis {
            left: -18px !important;
            right: -22px;
            width: 320px; } } }
  .monitor-panel#fill-monitor-chasis {
    position: absolute;
    top: 64px;
    left: -43px;
    right: -79px;
    bottom: 0;
    z-index: -1;
    background-image: url(/static/rendering/results/matching_machine_interim.svg);
    background-size: 100%;
    background-position: 0 0;
    background-repeat: repeat-y; }
    .monitor-panel#fill-monitor-chasis _::-webkit-full-page-media, .monitor-panel#fill-monitor-chasis _:future, :root .monitor-panel#fill-monitor-chasis {
      left: -42px;
      right: -78px; }

@-moz-document url-prefix() {
  .monitor-panel#fill-monitor-chasis {
    left: -42px;
    right: -78px; } }
    @media (max-width: 767.98px) {
      .monitor-panel#fill-monitor-chasis {
        top: 62px;
        left: -36px;
        right: -67px; } }
    @media (max-width: 666.98px) {
      .monitor-panel#fill-monitor-chasis {
        background-image: url(/static/rendering/results/matching_machine_xs_interim.svg);
        top: 16px;
        left: -22px;
        right: -22px; }
        @supports (-webkit-touch-callout: none) {
          .monitor-panel#fill-monitor-chasis {
            left: -18px !important;
            width: 320px; } } }
  .monitor-panel#bottom-monitor-chasis {
    position: absolute;
    top: 0;
    left: -43px;
    right: -79px;
    bottom: -58px;
    z-index: -1;
    background-image: url(/static/rendering/results/matching_machine_bottom_collapsed.svg);
    background-size: 100%;
    background-position: 0 100%;
    background-repeat: no-repeat; }
    .monitor-panel#bottom-monitor-chasis.sta-extended {
      bottom: -58px;
      left: -43px;
      right: -79px;
      background-image: url(/static/rendering/results/matching_machine_bottom_extended.svg); }
    body.sta-params-collapsed .monitor-panel#bottom-monitor-chasis {
      top: 90%; }

@-moz-document url-prefix() {
  .monitor-panel#bottom-monitor-chasis {
    left: -42px;
    right: -78px; } }
    @media (max-width: 767.98px) {
      .monitor-panel#bottom-monitor-chasis {
        left: -36px;
        right: -67px;
        bottom: -50px; }
        .monitor-panel#bottom-monitor-chasis.sta-extended {
          bottom: -45px;
          left: -36px;
          right: -67px; } }
    @media (max-width: 666.98px) {
      .monitor-panel#bottom-monitor-chasis {
        background-image: url(/static/rendering/results/matching_machine_xs_bottom.svg) !important; }
        .monitor-panel#bottom-monitor-chasis, .monitor-panel#bottom-monitor-chasis.sta-extended {
          left: -22px !important;
          right: -22px !important;
          bottom: -34px !important; }
          @supports (-webkit-touch-callout: none) {
            .monitor-panel#bottom-monitor-chasis, .monitor-panel#bottom-monitor-chasis.sta-extended {
              left: -18px !important;
              width: 322px;
              transform: translateX(-1px); } } }
  .monitor-panel#screen-border {
    position: absolute;
    top: -4px;
    left: -6px;
    right: -2px;
    bottom: -3px;
    background-color: #6c6581;
    z-index: -1;
    border-radius: 5px; }
    @media (max-width: 666.98px) {
      .monitor-panel#screen-border {
        display: none; } }
  .monitor-panel#postit-left {
    position: absolute;
    top: -71px;
    left: -122px;
    width: 100px;
    height: 140px;
    z-index: -1;
    background-image: url(/static/rendering/results/postit_left.svg);
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat; }
  .monitor-panel#postit-right {
    display: none;
    position: absolute;
    top: -69px;
    width: 111px;
    height: 140px;
    right: -122px;
    z-index: -1;
    background-image: url(/static/rendering/results/postit_right.svg);
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat; }
  @media (max-width: 666.98px) {
    .monitor-panel.postit {
      display: none; } }
  @media (max-width: 1760px) and (min-width: 1440px) {
    .monitor-panel#postit-left {
      display: none; }
    .monitor-panel#postit-right {
      display: block; } }
  @media (max-width: 1420px) and (min-width: 1200px) {
    .monitor-panel#postit-left {
      display: none; }
    .monitor-panel#postit-right {
      display: block; } }
  @media (max-width: 1186px) and (min-width: 991px) {
    .monitor-panel#postit-left {
      display: none; }
    .monitor-panel#postit-right {
      display: block; } }

.monitor-led {
  position: absolute;
  bottom: -34px;
  z-index: -1;
  width: 20px;
  height: 20px;
  opacity: 0;
  animation-fill-mode: forwards; }

@keyframes opacity-step {
  0% {
    opacity: 0.4; }
  100% {
    opacity: 1; } }
  @media (max-width: 767.98px) {
    .monitor-led {
      bottom: -30px;
      width: 15px;
      height: 15px; } }
  @media (max-width: 666.98px) {
    .monitor-led {
      bottom: -24px;
      height: 10px;
      width: 10px; } }
  body.sta-is-matching .monitor-led {
    animation-name: opacity-step;
    animation-duration: 0.2s; }
  .monitor-led.sta-active {
    opacity: 1; }
  .monitor-led#led-1, .monitor-led#led-2, .monitor-led#led-3 {
    background-image: url(/static/rendering/results/led_on.svg);
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat; }
  .monitor-led#led-1 {
    right: 0;
    animation-delay: 0.13s; }
    @media (max-width: 767.98px) {
      .monitor-led#led-1 {
        right: -2px; } }
    @media (max-width: 666.98px) {
      .monitor-led#led-1 {
        right: 2px; }
        @supports (-webkit-touch-callout: none) {
          .monitor-led#led-1 {
            right: 10px; } } }
  .monitor-led#led-2 {
    right: 30px;
    animation-delay: 0.16s; }
    @media (max-width: 767.98px) {
      .monitor-led#led-2 {
        right: 22px; } }
    @media (max-width: 666.98px) {
      .monitor-led#led-2 {
        right: 19px; }
        @supports (-webkit-touch-callout: none) {
          .monitor-led#led-2 {
            right: 26px; } } }
  .monitor-led#led-3 {
    right: 61px;
    animation-delay: 0.19s;
    animation-duration: 0.1s;
    animation-iteration-count: infinite; }
    @media (max-width: 767.98px) {
      .monitor-led#led-3 {
        right: 48px; } }
    @media (max-width: 666.98px) {
      .monitor-led#led-3 {
        right: 36px; }
        @supports (-webkit-touch-callout: none) {
          .monitor-led#led-3 {
            right: 43px; } } }

#params-box-shadow {
  background-color: rgba(0, 0, 0, 0.9);
  width: 460px;
  height: 50px;
  position: fixed;
  bottom: 30px;
  left: 90px;
  transform: skew(-59deg, 0deg);
  border-radius: 50%;
  filter: blur(21px);
  z-index: -1; }
  body.sta-params-collapsed #params-box-shadow {
    background-color: rgba(0, 0, 0, 0.6); }
  @media (max-width: 666.98px) {
    #params-box-shadow {
      display: none; } }
  @media (max-width: 991.98px) {
    #params-box-shadow {
      left: 50%;
      transform: skew(-59deg, 0deg) translateX(-50%); } }

.reflection {
  position: absolute;
  z-index: 6;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat; }
  @media (max-width: 666.98px) {
    .reflection {
      display: none; } }
  .reflection#reflection-top {
    background-image: url("/static/rendering/results/reflection_top.png");
    background-position: top right;
    opacity: 0.15;
    top: -20px;
    right: -20px; }
  .reflection#reflection-bottom {
    background-image: url("/static/rendering/results/reflection_bottom.png");
    background-position: bottom left;
    opacity: 0.2;
    transition: opacity 2s ease-in 0.5s;
    bottom: -10px;
    left: -10px;
    top: unset;
    right: unset; }

#inner-shadow {
  position: absolute;
  top: -5px;
  bottom: -2px;
  left: -5px;
  right: -3px;
  z-index: 7;
  border-radius: 5px;
  box-shadow: inset -48px 50px 30px -22px rgba(0, 0, 0, 0.48);
  pointer-events: none; }

@keyframes boot-menu-items {
  from {
    right: 0; }
  to {
    right: -100%; } }

@keyframes teardown-screen-by-line-1 {
  from {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%); }
  50% {
    clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 0% 0%); }
  to {
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%); } }

@keyframes teardown-screen-by-line-2 {
  from {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%); }
  50% {
    clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 0% 0%); }
  to {
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%); } }

@keyframes delayed-hide {
  0% {
    opacity: 1; }
  100% {
    opacitY: 0; } }

@keyframes delayed-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes menu-icon-1 {
  0%, 10% {
    background-position: -0 -0; }
  20% {
    background-position: -25px -0; }
  30% {
    background-position: -0 -25px; }
  40% {
    background-position: -25px -25px; }
  50% {
    background-position: -50px -0; }
  60% {
    background-position: -50px -25px; }
  70% {
    background-position: -0 -50px; }
  80% {
    background-position: -25px -50px; }
  90% {
    background-position: -50px -50px; }
  100% {
    background-position: -75px -0; } }

@keyframes menu-icon-2 {
  0%, 10% {
    background-position: -0 -0; }
  20% {
    background-position: -25px -0; }
  30% {
    background-position: -0 -25px; }
  40% {
    background-position: -25px -25px; }
  50% {
    background-position: -50px -0; }
  60% {
    background-position: -50px -25px; }
  70% {
    background-position: -0 -50px; }
  80% {
    background-position: -25px -50px; }
  90% {
    background-position: -50px -50px; }
  100% {
    background-position: -75px -0; } }

/*
The goal of #menu-canvas is to overlay the params section, and tries
to align its menu items on the same vertical level as its underlying params <input>
*/
#menu-canvas {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  visibility: hidden; }
  #menu-canvas .menu {
    opacity: 0; }
    #menu-canvas .menu.panel-head {
      width: 85%; }
  #menu-canvas .menu-item {
    display: block;
    padding: calc(0.75rem + 3px) calc(2rem - 2px);
    position: relative;
    clip-path: polygon(0% 0, 0 0, 0 100%, 0% 100%);
    transition: clip-path 0.2s steps(6);
    color: #007a00;
    text-transform: uppercase; }
    #menu-canvas .menu-item .sta-bubble {
      display: inline-block;
      width: 15px;
      height: 15px;
      background-color: #00ff00;
      border-radius: 50%; }
    #menu-canvas .menu-item.sta-active {
      color: #00ff00; }
    #menu-canvas .menu-item.menu-item-1 {
      padding-top: calc(1.25rem + 3px); }
    #menu-canvas .menu-item.menu-item-4 {
      margin-top: 2px; }
  #menu-canvas .language-menu {
    display: flex;
    justify-content: space-between;
    align-items: center; }

#menu-icon {
  width: 25px;
  height: 25px;
  background-image: url("/static/rendering/results/menu-icon-sheet.png");
  background-position: -0 -0;
  animation-duration: 0.3s;
  animation-timing-function: steps(1);
  animation-fill-mode: forwards; }
  .sta-menu-open #menu-icon {
    animation-name: menu-icon-1; }
  .sta-menu-closing #menu-icon {
    animation-name: menu-icon-2;
    animation-direction: reverse; }

/*
The #menu-builder overlays the params- and menu-section. Before both sections switch visibilities,
it animates itself over both sections, so they can perform their swap once the overlay reached its peak (overlays everything).
 */
#menu-builder {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  animation-duration: 0.8s;
  animation-timing-function: steps(20);
  animation-fill-mode: forwards; }

#matching-machine-screen.sta-menu-open .panel:not(.menu):not(.panel-head),
#matching-machine-screen.sta-menu-open .panel-head .headline,
#matching-machine-screen.sta-menu-open .param-divider {
  animation: delayed-hide 0.01s forwards 0.4s; }

#matching-machine-screen.sta-menu-open #menu-canvas {
  visibility: visible; }

#matching-machine-screen.sta-menu-open .menu {
  animation: delayed-show 0.01s forwards 0.4s; }

#matching-machine-screen.sta-menu-open .menu-item {
  clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%); }

#matching-machine-screen.sta-menu-open .menu-item-1 {
  transition-delay: 0.6s; }

#matching-machine-screen.sta-menu-open .menu-item-2 {
  transition-delay: 0.8s; }

#matching-machine-screen.sta-menu-open .menu-item-3 {
  transition-delay: 1s; }

#matching-machine-screen.sta-menu-open .menu-item-4 {
  transition-delay: 1.2s; }

#matching-machine-screen.sta-menu-open .menu-item-5 {
  transition-delay: 1.4s; }

#matching-machine-screen.sta-menu-open #menu-builder {
  animation-name: teardown-screen-by-line-1; }

#matching-machine-screen.sta-menu-closing .panel:not(.menu):not(.panel-head),
#matching-machine-screen.sta-menu-closing .panel-head .headline,
#matching-machine-screen.sta-menu-closing .param-divider {
  opacity: 0;
  animation: delayed-show 0.01s forwards 0.4s; }

#matching-machine-screen.sta-menu-closing #menu-canvas {
  visibility: visible; }

#matching-machine-screen.sta-menu-closing .menu {
  opacity: 1;
  animation: delayed-hide 0.01s forwards 0.4s; }

#matching-machine-screen.sta-menu-closing .menu-item {
  clip-path: polygon(0% 0, 0 0, 0 100%, 0% 100%);
  transition-delay: 0.4s;
  transition-duration: 0.01s; }

#matching-machine-screen.sta-menu-closing #menu-builder {
  animation-name: teardown-screen-by-line-2; }

ui-view[name="matchingMachine"] {
  display: block;
  width: 100%; }

.matching-machine {
  display: block;
  margin: 0 auto;
  margin-top: 5rem;
  width: 360px;
  position: relative;
  z-index: 5;
  border-radius: 7px;
  opacity: 0;
  transition: opacity 0.2s ease-out; }
  @media (max-width: 767.98px) {
    .matching-machine {
      width: 290px;
      margin-top: 2rem; } }
  @media (max-width: 666.98px) {
    .matching-machine {
      margin-top: 3rem;
      border-radius: 0;
      box-shadow: 0 0 0 10px #6e4bcb;
      opacity: 1; }
      .matching-machine.sta-mm-chasis-loaded {
        animation-name: none !important; }
      body.sta-params-collapsed .matching-machine {
        position: fixed;
        top: 30px;
        margin-top: 0;
        left: 50%;
        transform: translateX(-50%); }
        body.sta-params-collapsed .matching-machine #matching-machine-screen {
          max-height: 35px !important; }
        body.sta-params-collapsed .matching-machine:before {
          content: "";
          background-color: #000;
          position: absolute;
          top: -40px;
          bottom: -10px;
          width: 1000px;
          left: -400px;
          z-index: -1;
          box-shadow: 0 1px 15px 30px #000; } }
  .matching-machine.sta-mm-chasis-loaded {
    opacity: 1; }
    .matching-machine.sta-mm-chasis-loaded .monitor-panel {
      opacity: 1; }
  body.sta-params-collapsed .matching-machine #matching-machine-screen {
    max-height: 65px;
    overflow: hidden;
    transition-duration: 1s; }
  @media (max-width: 666.98px) {
    body.sta-params-collapsed .matching-machine #panel-collapse {
      border-bottom: none;
      height: 35px;
      min-height: 35px; } }
  body.sta-params-collapsed .matching-machine #reflection-top {
    opacity: 0;
    transition: opacity 0.2s ease-in 0.5s; }
    @media (max-width: 991.98px) {
      body.sta-params-collapsed .matching-machine #reflection-top {
        transition: opacity 0s; } }
  .matching-machine .screen-glow-area {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
    box-shadow: -3px 0 34px 6px #fff;
    border-radius: 7px;
    transition: opacity 0.4s;
    opacity: 0; }
    @media (max-width: 666.98px) {
      .matching-machine .screen-glow-area {
        display: none; } }
  .matching-machine:focus-within .screen-glow-area, .matching-machine:focus .screen-glow-area, .matching-machine:active .screen-glow-area, .matching-machine:hover:not(#knebel-hebel) .screen-glow-area {
    opacity: 1; }
  .matching-machine .panel {
    flex: 0 1 auto;
    position: relative;
    padding: 0.75rem 1.25rem;
    width: 100%; }
    .matching-machine .panel input {
      border-radius: 40px;
      padding-left: 0.75rem;
      padding-right: 0.75rem; }
    .matching-machine .panel.panel-first-item {
      padding-top: 1.25rem; }
  .matching-machine .panel-head {
    cursor: pointer;
    display: flex;
    padding: 0;
    justify-content: space-between;
    align-items: stretch;
    height: 65px;
    min-height: 65px;
    max-height: 65px; }
    .matching-machine .panel-head .headline {
      flex: 0 1 85%;
      margin: 0;
      text-transform: uppercase;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      font-weight: 600; }
      .matching-machine .panel-head .headline .headline-img {
        filter: brightness(0.9);
        height: 30px;
        margin-left: 1.5rem;
        margin-right: 0.5rem;
        max-height: 100px; }
    .matching-machine .panel-head .chevron-canvas {
      flex: 1 1 15%;
      border-left: 4px solid #6c6581;
      display: flex;
      justify-content: center;
      align-items: center;
      opacity: 1;
      transition: opacity 0.2s;
      color: #00ff00;
      position: relative;
      z-index: 2; }
      .matching-machine .panel-head .chevron-canvas:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 15px;
        height: 15px;
        background-color: #00ff00;
        border-radius: 50%;
        opacity: 0;
        transition: opacity 0.2s;
        border: 2px solid #151515; }
      .matching-machine .panel-head .chevron-canvas.sta-bubble:before {
        opacity: 1; }
    @media (max-width: 666.98px) {
      .matching-machine .panel-head {
        height: 40px;
        min-height: 40px;
        max-height: 40px; }
        .matching-machine .panel-head .headline {
          font-size: 1.1rem; }
          .matching-machine .panel-head .headline .headline-img {
            height: 25px;
            margin: 0 0.25rem; } }
  .matching-machine .panel-seperator {
    position: relative;
    z-index: 2;
    background-color: #6c6581;
    width: 100%;
    min-height: 4px; }
  .matching-machine .param-divider {
    background-color: transparent;
    background-image: linear-gradient(to right, #666666 33%, rgba(255, 255, 255, 0) 0%);
    background-position: center center;
    background-size: 20px 3px;
    background-repeat: repeat-x;
    width: 100%;
    height: 10px; }

#matching-machine-screen {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  overflow-y: auto;
  transition: max-height 0.5s ease-in-out;
  max-height: 70vh;
  position: relative;
  z-index: 6;
  border-radius: 5px; }
  #matching-machine-screen:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  #matching-machine-screen.sta-growing {
    overflow: hidden; }
  @media (max-width: 666.98px) {
    #matching-machine-screen {
      max-height: unset; } }

@keyframes unix-loading {
  0% {
    content: "\\"; }
  25% {
    content: "|"; }
  50% {
    content: "/"; }
  75% {
    content: "-"; } }

@media (max-width: 666.98px) {
  @supports not (-webkit-touch-callout: none) {
    .autocomplete-input:focus {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 20;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      border-radius: 40px;
      outline: none; }
    .autocomplete {
      height: 80vh !important;
      overscroll-behavior: none; } } }

.autocomplete {
  background: #151515;
  z-index: 10;
  overflow: auto;
  box-sizing: border-box;
  box-shadow: 1px 1px 3px 0 #0a0a0a; }
  .autocomplete > div {
    padding: 0 0.25rem;
    margin-bottom: 5px; }
    .autocomplete > div .item-cols {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      padding: 0 0.5rem; }
    .autocomplete > div .name {
      word-break: break-word;
      color: #fff; }
      .autocomplete > div .name .query {
        color: #737373; }
    .autocomplete > div .job-count {
      color: #737373; }
    .autocomplete > div .apply-suggestion {
      color: #737373;
      transform: rotate(-45deg);
      margin-bottom: 4px; }
  .autocomplete .group {
    background: #222222;
    font-size: 0.875rem;
    padding: 0.25rem; }
  .autocomplete > div:hover:not(.group),
  .autocomplete > div.selected {
    background: #0662e7;
    cursor: pointer; }
  .autocomplete .loading {
    display: inline-block;
    position: relative;
    padding: 0.25rem 0.5rem;
    overflow: hidden;
    /*        &:after {
                    content: "...";
                    position: absolute;
                    left: 100%;
                }*/ }
    .autocomplete .loading:after {
      content: "\\";
      display: inline-block;
      font-family: "droid_sans_monoregular", monospace, serif;
      font-weight: 600;
      height: 100%;
      animation-name: unix-loading;
      animation-duration: 1.0s;
      animation-iteration-count: infinite;
      animation-fill-mode: forwards;
      animation-timing-function: steps(4); }
  .autocomplete .empty {
    display: block;
    color: #ff0077;
    text-align: center;
    padding: 0.25rem; }

.autocomplete-loading-indicator {
  pointer-events: none; }
  .autocomplete-loading-indicator:after {
    content: "\\";
    display: inline-block;
    font-family: "droid_sans_monoregular", monospace, serif;
    font-weight: 600;
    height: 100%;
    animation-name: unix-loading;
    animation-duration: 1.0s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-timing-function: steps(4); }
  .autocomplete-loading-indicator:after {
    display: none;
    color: #222222;
    position: absolute;
    right: 10px;
    top: -2px; }

.autocomplete-loading + .autocomplete-loading-indicator:after {
  display: block; }

work-experience-component {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 767.98px) {
    work-experience-component {
      flex-wrap: wrap; }
      work-experience-component > * {
        flex: 1 1 100%; } }
  work-experience-component #work-exp-label {
    text-transform: uppercase;
    padding-left: 0.5rem; }
    @media (max-width: 767.98px) {
      work-experience-component #work-exp-label {
        margin-bottom: 1rem; } }
  work-experience-component #work-exp-step-labels {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    @media (max-width: 767.98px) {
      work-experience-component #work-exp-step-labels {
        justify-content: space-between; } }
    work-experience-component #work-exp-step-labels[sta-lvl="0"] button:nth-child(1) {
      color: #00ff00;
      border: 1px solid #007a00;
      padding: calc(0.25rem + 1px) calc(0.5rem + 1px); }
    work-experience-component #work-exp-step-labels[sta-lvl="1"] button:nth-child(2) {
      color: #00ff00;
      border: 1px solid #007a00;
      padding: calc(0.25rem + 1px) calc(0.5rem + 1px); }
    work-experience-component #work-exp-step-labels[sta-lvl="2"] button:nth-child(3) {
      color: #00ff00;
      border: 1px solid #007a00;
      padding: calc(0.25rem + 1px) calc(0.5rem + 1px); }

tag-search-component {
  display: block; }
  tag-search-component .state-indicator {
    position: absolute;
    right: 15px; }
    tag-search-component .state-indicator.sta-loading:after {
      content: "\\";
      display: inline-block;
      font-family: "droid_sans_monoregular", monospace, serif;
      font-weight: 600;
      height: 100%;
      animation-name: unix-loading;
      animation-duration: 1.0s;
      animation-iteration-count: infinite;
      animation-fill-mode: forwards;
      animation-timing-function: steps(4); }
  tag-search-component input.sta-no-results {
    border: 2px solid #ffa500; }
    tag-search-component input.sta-no-results::placeholder {
      color: rgba(255, 165, 0, 0.5); }

matching-params-component {
  display: block; }
  matching-params-component .panel.panel-match {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    matching-params-component .panel.panel-match _::-webkit-full-page-media, matching-params-component .panel.panel-match _:future, :root matching-params-component .panel.panel-match {
      min-height: 60px; }
    matching-params-component .panel.panel-match #match-button {
      position: relative;
      outline: transparent;
      color: #000;
      font-size: 1.25rem;
      padding: 0.125rem 0.5rem;
      letter-spacing: 2px;
      background-color: #00ff00;
      border: 5px solid #007a00;
      border-top-color: #caffc2;
      border-left-color: #caffc2;
      box-shadow: none;
      border-radius: 5px;
      transition: box-shadow 0.2s;
      transition: background-color 0.1s, color 0.1s; }
      matching-params-component .panel.panel-match #match-button:not([disabled]):hover, matching-params-component .panel.panel-match #match-button:not([disabled]):focus, matching-params-component .panel.panel-match #match-button:not([disabled]):active {
        box-shadow: 0 0 4px 2px #4dff4d; }
      @media (max-width: 666.98px) {
        matching-params-component .panel.panel-match #match-button {
          font-size: 0.875rem; } }
      matching-params-component .panel.panel-match #match-button:not(.sta-active) {
        background-color: #222222;
        color: #646464;
        border-color: #333333;
        border-top-color: #737373;
        border-left-color: #737373; }
        matching-params-component .panel.panel-match #match-button:not(.sta-active) svg {
          fill: #646464; }
    matching-params-component .panel.panel-match #reset-params-button {
      box-shadow: none;
      padding: 5px 12px;
      color: #ff0077;
      border: 5px solid #333333;
      border-top-color: #737373;
      border-left-color: #737373; }
      matching-params-component .panel.panel-match #reset-params-button:hover {
        box-shadow: 0 0 4px 2px #ff4da0; }
      matching-params-component .panel.panel-match #reset-params-button:active {
        color: #333333;
        background-color: #ff0077; }
      @media (max-width: 666.98px) {
        matching-params-component .panel.panel-match #reset-params-button {
          font-size: 0.875rem; } }
  matching-params-component .panel-tags.display-tags-with-searchbar {
    margin-top: 0.5rem; }
  matching-params-component .tag.ng-enter, matching-params-component .tag.ng-enter-active {
    animation: selected-glow 1.2s; }
  matching-params-component plz-search-bar-component {
    display: block;
    text-align: center; }

line-numbers-component {
  display: block;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  color: #652efc;
  border-right: 2px solid #652efc;
  text-align: right;
  position: relative;
  overflow: hidden;
  min-height: 70vh; }
  line-numbers-component span {
    padding: 0 0.5rem;
    display: block;
    height: 2em;
    max-height: 2em; }
  @media (max-width: 666.98px) {
    line-numbers-component {
      display: none; } }

results-page-divider-component {
  display: block;
  position: relative;
  height: 2em;
  width: calc(100% + 1rem);
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: 4em;
  border-top: 2px solid #652efc;
  text-align: center; }

user-matching-weight-component .user-matching-weights {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative; }
  user-matching-weight-component .user-matching-weights .input-canvas {
    flex-basis: 60%;
    max-width: 300px; }
  user-matching-weight-component .user-matching-weights input {
    width: 100%;
    appearance: none;
    position: relative;
    z-index: 1;
    background-color: transparent; }
    user-matching-weight-component .user-matching-weights input::-webkit-slider-thumb {
      appearance: none;
      height: 30px;
      width: 16px;
      background-color: #704FD1;
      border: 3px solid #997bea;
      border-bottom-color: #5432C4;
      border-right-color: #5432C4;
      cursor: pointer;
      z-index: 5; }
    user-matching-weight-component .user-matching-weights input::-webkit-slider-runnable-track {
      height: 30px;
      background-color: transparent; }
  user-matching-weight-component .user-matching-weights .weight-label {
    cursor: pointer; }
  user-matching-weight-component .user-matching-weights .weight-bars {
    height: 34px;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: -34px;
    padding: 2px 16px;
    padding-bottom: 0; }
    user-matching-weight-component .user-matching-weights .weight-bars .weight-bar {
      position: relative;
      width: 10px;
      transition: 0.2s height, 0.2s top;
      /* [START] Colorize */
      /* [END] Colorize */
      /* [START] Heights */
      /* [END] Heights */ }
      user-matching-weight-component .user-matching-weights .weight-bars .weight-bar:nth-child(1) {
        background-color: #b3b3b3; }
      user-matching-weight-component .user-matching-weights .weight-bars .weight-bar:nth-child(2) {
        background-color: #b3b3b3; }
      user-matching-weight-component .user-matching-weights .weight-bars .weight-bar:nth-child(3) {
        background-color: #b3b3b3; }
      user-matching-weight-component .user-matching-weights .weight-bars .weight-bar:nth-child(4) {
        background-color: #737373; }
      user-matching-weight-component .user-matching-weights .weight-bars .weight-bar:nth-child(5) {
        background-color: #737373; }
      user-matching-weight-component .user-matching-weights .weight-bars .weight-bar:nth-child(6) {
        background-color: #737373; }
      user-matching-weight-component .user-matching-weights .weight-bars .weight-bar:nth-child(7) {
        background-color: #4b4b4b; }
      user-matching-weight-component .user-matching-weights .weight-bars .weight-bar:nth-child(8) {
        background-color: #4b4b4b; }
      user-matching-weight-component .user-matching-weights .weight-bars .weight-bar:nth-child(9) {
        background-color: #4b4b4b; }
      user-matching-weight-component .user-matching-weights .weight-bars .weight-bar:nth-child(10) {
        background-color: #4b4b4b; }
      user-matching-weight-component .user-matching-weights .weight-bars .weight-bar:nth-child(11) {
        background-color: #4b4b4b; }
      user-matching-weight-component .user-matching-weights .weight-bars .weight-bar:nth-child(12) {
        background-color: #4b4b4b; }
      user-matching-weight-component .user-matching-weights .weight-bars .weight-bar:nth-child(13) {
        background-color: #737373; }
      user-matching-weight-component .user-matching-weights .weight-bars .weight-bar:nth-child(14) {
        background-color: #737373; }
      user-matching-weight-component .user-matching-weights .weight-bars .weight-bar:nth-child(15) {
        background-color: #737373; }
      user-matching-weight-component .user-matching-weights .weight-bars .weight-bar:nth-child(16) {
        background-color: #b3b3b3; }
      user-matching-weight-component .user-matching-weights .weight-bars .weight-bar:nth-child(17) {
        background-color: #b3b3b3; }
      user-matching-weight-component .user-matching-weights .weight-bars .weight-bar:nth-child(18) {
        background-color: #b3b3b3; }
      user-matching-weight-component .user-matching-weights .weight-bars .weight-bar:nth-child(1) {
        height: 8px;
        top: 16px; }
      user-matching-weight-component .user-matching-weights .weight-bars .weight-bar:nth-child(2) {
        height: 6px;
        top: 18px; }
      user-matching-weight-component .user-matching-weights .weight-bars .weight-bar:nth-child(3) {
        height: 4.8px;
        top: 19.2px; }
      user-matching-weight-component .user-matching-weights .weight-bars .weight-bar:nth-child(4) {
        height: 4.8px;
        top: 19.2px; }
      user-matching-weight-component .user-matching-weights .weight-bars .weight-bar:nth-child(5) {
        height: 4.8px;
        top: 19.2px; }
      user-matching-weight-component .user-matching-weights .weight-bars .weight-bar:nth-child(6) {
        height: 4.8px;
        top: 19.2px; }
      user-matching-weight-component .user-matching-weights .weight-bars .weight-bar:nth-child(7) {
        height: 4.8px;
        top: 19.2px; }
      user-matching-weight-component .user-matching-weights .weight-bars .weight-bar:nth-child(8) {
        height: 4.8px;
        top: 19.2px; }
      user-matching-weight-component .user-matching-weights .weight-bars .weight-bar:nth-child(9) {
        height: 4.8px;
        top: 19.2px; }
      user-matching-weight-component .user-matching-weights .weight-bars .weight-bar:nth-child(10) {
        height: 4.8px;
        top: 19.2px; }
      user-matching-weight-component .user-matching-weights .weight-bars .weight-bar:nth-child(11) {
        height: 4.8px;
        top: 19.2px; }
      user-matching-weight-component .user-matching-weights .weight-bars .weight-bar:nth-child(12) {
        height: 4.8px;
        top: 19.2px; }
      user-matching-weight-component .user-matching-weights .weight-bars .weight-bar:nth-child(13) {
        height: 4.8px;
        top: 19.2px; }
      user-matching-weight-component .user-matching-weights .weight-bars .weight-bar:nth-child(14) {
        height: 4.8px;
        top: 19.2px; }
      user-matching-weight-component .user-matching-weights .weight-bars .weight-bar:nth-child(15) {
        height: 4.8px;
        top: 19.2px; }
      user-matching-weight-component .user-matching-weights .weight-bars .weight-bar:nth-child(16) {
        height: 4.8px;
        top: 19.2px; }
      user-matching-weight-component .user-matching-weights .weight-bars .weight-bar:nth-child(17) {
        height: 6px;
        top: 18px; }
      user-matching-weight-component .user-matching-weights .weight-bars .weight-bar:nth-child(18) {
        height: 8px;
        top: 16px; }
  user-matching-weight-component .user-matching-weights[sta-weight="0"] .weight-2 {
    color: #646464; }
  user-matching-weight-component .user-matching-weights[sta-weight="0"] .weight-0 {
    color: #00ff00; }
  user-matching-weight-component .user-matching-weights[sta-weight="0"] .weight-bar:nth-child(1) {
    background-color: #009900; }
  user-matching-weight-component .user-matching-weights[sta-weight="0"] .weight-bar:nth-child(2) {
    background-color: #009900; }
  user-matching-weight-component .user-matching-weights[sta-weight="0"] .weight-bar:nth-child(3) {
    background-color: #009900; }
  user-matching-weight-component .user-matching-weights[sta-weight="0"] .weight-bar:nth-child(4) {
    background-color: #007300; }
  user-matching-weight-component .user-matching-weights[sta-weight="0"] .weight-bar:nth-child(5) {
    background-color: #007300; }
  user-matching-weight-component .user-matching-weights[sta-weight="0"] .weight-bar:nth-child(6) {
    background-color: #007300; }
  user-matching-weight-component .user-matching-weights[sta-weight="0"] .weight-bar:nth-child(7) {
    background-color: #004d00; }
  user-matching-weight-component .user-matching-weights[sta-weight="0"] .weight-bar:nth-child(8) {
    background-color: #004d00; }
  user-matching-weight-component .user-matching-weights[sta-weight="0"] .weight-bar:nth-child(9) {
    background-color: #004d00; }
  user-matching-weight-component .user-matching-weights[sta-weight="0"] .weight-bar:nth-child(1) {
    height: 21.6px;
    top: 2.4px; }
  user-matching-weight-component .user-matching-weights[sta-weight="0"] .weight-bar:nth-child(2) {
    height: 18px;
    top: 6px; }
  user-matching-weight-component .user-matching-weights[sta-weight="0"] .weight-bar:nth-child(3) {
    height: 14.4px;
    top: 9.6px; }
  user-matching-weight-component .user-matching-weights[sta-weight="0"] .weight-bar:nth-child(4) {
    height: 9.6px;
    top: 14.4px; }
  user-matching-weight-component .user-matching-weights[sta-weight="0"] .weight-bar:nth-child(5) {
    height: 7.2px;
    top: 16.8px; }
  user-matching-weight-component .user-matching-weights[sta-weight="2"] .weight-2 {
    color: #00ff00; }
  user-matching-weight-component .user-matching-weights[sta-weight="2"] .weight-0 {
    color: #646464; }
  user-matching-weight-component .user-matching-weights[sta-weight="2"] .weight-bar:nth-child(10) {
    background-color: #004d00; }
  user-matching-weight-component .user-matching-weights[sta-weight="2"] .weight-bar:nth-child(11) {
    background-color: #004d00; }
  user-matching-weight-component .user-matching-weights[sta-weight="2"] .weight-bar:nth-child(12) {
    background-color: #004d00; }
  user-matching-weight-component .user-matching-weights[sta-weight="2"] .weight-bar:nth-child(13) {
    background-color: #007300; }
  user-matching-weight-component .user-matching-weights[sta-weight="2"] .weight-bar:nth-child(14) {
    background-color: #007300; }
  user-matching-weight-component .user-matching-weights[sta-weight="2"] .weight-bar:nth-child(15) {
    background-color: #007300; }
  user-matching-weight-component .user-matching-weights[sta-weight="2"] .weight-bar:nth-child(16) {
    background-color: #009900; }
  user-matching-weight-component .user-matching-weights[sta-weight="2"] .weight-bar:nth-child(17) {
    background-color: #009900; }
  user-matching-weight-component .user-matching-weights[sta-weight="2"] .weight-bar:nth-child(18) {
    background-color: #009900; }
  user-matching-weight-component .user-matching-weights[sta-weight="2"] .weight-bar:nth-child(18) {
    height: 21.6px;
    top: 2.4px; }
  user-matching-weight-component .user-matching-weights[sta-weight="2"] .weight-bar:nth-child(17) {
    height: 18px;
    top: 6px; }
  user-matching-weight-component .user-matching-weights[sta-weight="2"] .weight-bar:nth-child(16) {
    height: 14.4px;
    top: 9.6px; }
  user-matching-weight-component .user-matching-weights[sta-weight="2"] .weight-bar:nth-child(15) {
    height: 9.6px;
    top: 14.4px; }
  user-matching-weight-component .user-matching-weights[sta-weight="2"] .weight-bar:nth-child(14) {
    height: 7.2px;
    top: 16.8px;
    color: red; }
  @media (max-width: 767.98px) {
    user-matching-weight-component .user-matching-weights .input-canvas {
      max-width: 220px; }
    user-matching-weight-component .user-matching-weights .weight-bar:nth-child(3), user-matching-weight-component .user-matching-weights .weight-bar:nth-child(6), user-matching-weight-component .user-matching-weights .weight-bar:nth-child(9), user-matching-weight-component .user-matching-weights .weight-bar:nth-child(10), user-matching-weight-component .user-matching-weights .weight-bar:nth-child(13), user-matching-weight-component .user-matching-weights .weight-bar:nth-child(16) {
      display: none; } }

@keyframes build-list {
  0% {
    opacity: 0;
    height: 0; }
  100% {
    opacity: 1;
    height: 100%; } }

results-list-component,
achievements-list-component {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  line-height: 2em;
  margin-top: 5.5rem;
  max-height: 50vh;
  overflow-y: auto;
  height: 0;
  opacity: 0;
  animation-duration: 0.1s;
  animation-delay: 1s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  overflow-x: hidden;
  overscroll-behavior-y: none;
  -webkit-mask-image: linear-gradient(180deg, transparent, black 60px, black calc(100% - 60px), transparent 100%);
  mask-image: linear-gradient(180deg, transparent, black 60px, black calc(100% - 60px), transparent 100%); }
  results-list-component.sta-built,
  achievements-list-component.sta-built {
    animation-name: build-list; }
    body.sta-immediate-results results-list-component.sta-built, body.sta-immediate-results
    achievements-list-component.sta-built {
      animation-duration: 0s;
      animation-delay: 0s; }
  body:not(.sta-params-collapsed) results-list-component.sta-built, body:not(.sta-params-collapsed)
  achievements-list-component.sta-built {
    display: none; }
  body.sta-params-collapsed results-list-component, body.sta-params-collapsed
  achievements-list-component {
    max-height: 70vh;
    min-height: 70vh; }
    body.sta-params-collapsed results-list-component _::-webkit-full-page-media, body.sta-params-collapsed results-list-component _:future, :root body.sta-params-collapsed results-list-component, body.sta-params-collapsed
    achievements-list-component _::-webkit-full-page-media, body.sta-params-collapsed
    achievements-list-component _:future, :root body.sta-params-collapsed
    achievements-list-component {
      max-height: 64vh;
      min-height: 64vh; }
  @media (max-width: 666.98px) {
    results-list-component,
    achievements-list-component {
      display: block;
      margin-top: 3.5rem;
      animation-delay: 0s;
      -webkit-mask-image: none;
      mask-image: none;
      line-height: 1.5em; } }
  @media (max-width: 991.98px) {
    results-list-component,
    achievements-list-component {
      max-height: unset !important;
      overscroll-behavior-y: initial; }
      results-list-component.sta-built,
      achievements-list-component.sta-built {
        min-height: 60vh !important; } }
  @supports (scrollbar-color: red) and (scrollbar-width: thin) {
    results-list-component,
    achievements-list-component {
      scrollbar-color: #301193 #1a094e; } }
  results-list-component::-webkit-scrollbar-track,
  achievements-list-component::-webkit-scrollbar-track {
    background-color: #1a094e; }
  results-list-component::-webkit-scrollbar,
  achievements-list-component::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5; }
  results-list-component::-webkit-scrollbar-thumb,
  achievements-list-component::-webkit-scrollbar-thumb {
    background-color: #301193;
    border-radius: 5px; }
  @media (max-width: 666px) {
    @supports (scrollbar-width: thin) {
      results-list-component,
      achievements-list-component {
        scrollbar-width: thin; } }
    results-list-component::-webkit-scrollbar,
    achievements-list-component::-webkit-scrollbar {
      width: 3px; } }
  results-list-component #horizontal-divider,
  achievements-list-component #horizontal-divider {
    height: 2em;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    results-list-component #horizontal-divider #actual-horizontal-divider,
    achievements-list-component #horizontal-divider #actual-horizontal-divider {
      height: 2px;
      width: calc(100% + 1rem + 1.5rem);
      background-color: #652efc;
      margin-left: -1rem;
      margin-right: -1.5rem; }
  results-list-component .matching-headline,
  achievements-list-component .matching-headline {
    margin: 2em 0 0; }
    results-list-component .matching-headline span,
    achievements-list-component .matching-headline span {
      font-weight: 600; }
  results-list-component .result-list,
  achievements-list-component .result-list {
    flex: 1 1 auto;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative; }
    @media (max-width: 666.98px) {
      results-list-component .result-list,
      achievements-list-component .result-list {
        padding-top: 40px; } }
    @media (max-width: 991.98px) {
      body.sta-details-open results-list-component .result-list, body.sta-details-open
      achievements-list-component .result-list {
        /*opacity: 0;
                transition: opacity 0.2s;*/ } }
   .result {
    display: block;
    color: inherit;
    padding-left: 1.25rem;
    position: relative;
    border-radius: 5px; }
     .result ~ .result {
      margin-top: 2em; }
     .result:hover {
      cursor: pointer;
      text-decoration: none; }
       .result:hover .result-headline {
        text-decoration: underline; }
     .result.seen .result-headline {
      color: #997bea; }
       .result.seen .result-headline:before {
        color: #997bea; }
    .result-card.sta-open, .result.sta-open {
      background-color: #331B67; }
      .result-card.sta-open .result-headline, .result.sta-open .result-headline {
        color: #fff; }
        .result-card.sta-open .result-headline:before, .result.sta-open .result-headline:before {
          display: none !important; }
      .result-card.sta-open .result-salary-hint, .result.sta-open .result-salary-hint {
        background: linear-gradient(135deg, transparent calc(100% - 40px), #00ff00 97%); }
     .result .result-headline {
      color: #fff;
      text-transform: uppercase;
      font-weight: 600;
      position: relative; }
       .result .result-headline:before {
        content: ">";
        position: absolute;
        top: 0;
        left: -20px;
        color: #00ff00; }
     .result .informations {
      padding-left: 3.5rem; }
     .result .company-name {
      color: #b3b3b3; }
     .result .region {
      color: #008a00;
      word-break: break-word; }
       .result .region .no-region {
        color: #646464; }
     .result .skills {
      color: #b3b3b3; }
       .result .skills .job-tag {
        display: inline-block;
        margin-right: 1rem;
        word-break: break-word; }
         .result .skills .job-tag.match {
          color: #00ff00; }
         .result .skills .job-tag.no-matching-skills {
          color: #646464; }
     .result .skills .tags span {
      display: inline-block; }
     .result .result-salary-hint {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 10px;
      background: linear-gradient(135deg, transparent calc(100% - 40px), #331B67 97%); }
     .result + results-loading-component {
      height: 2em;
      margin-bottom: 8em;
      margin-top: 4em; }
  results-list-component .load-more-canvas,
  achievements-list-component .load-more-canvas {
    text-align: center;
    height: 2em;
    margin-bottom: 8em;
    margin-top: 4em; }
    results-list-component .load-more-canvas button,
    achievements-list-component .load-more-canvas button {
      height: 2em;
      line-height: 0;
      border: none;
      box-shadow: none;
      background-color: transparent;
      text-transform: uppercase;
      letter-spacing: 2px;
      min-width: 300px; }
      results-list-component .load-more-canvas button span,
      achievements-list-component .load-more-canvas button span {
        color: #00ff00; }
        results-list-component .load-more-canvas button span:first-child,
        achievements-list-component .load-more-canvas button span:first-child {
          margin-right: 1rem; }
        results-list-component .load-more-canvas button span:last-child,
        achievements-list-component .load-more-canvas button span:last-child {
          margin-left: 1rem; }
      results-list-component .load-more-canvas button:hover,
      achievements-list-component .load-more-canvas button:hover {
        text-decoration: underline; }
    results-list-component .load-more-canvas .better-matches-text,
    achievements-list-component .load-more-canvas .better-matches-text {
      font-size: 0.9em; }
  results-list-component #scroll-top-results,
  achievements-list-component #scroll-top-results {
    position: absolute;
    bottom: 6em;
    height: 2em;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem; }
    results-list-component #scroll-top-results:hover,
    achievements-list-component #scroll-top-results:hover {
      text-decoration: underline; }

@keyframes unix-loading {
  0% {
    content: "\\"; }
  25% {
    content: "|"; }
  50% {
    content: "/"; }
  75% {
    content: "-"; } }

results-loading-component {
  display: block;
  height: 2em;
  color: #737373; }
  results-loading-component:before {
    content: "\\";
    display: inline-block;
    animation-name: unix-loading;
    animation-duration: 1.0s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-timing-function: steps(4); }

no-results-component {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 2em;
  padding-right: 1rem; }
  no-results-component .exit-code {
    color: #ff0077; }

matching-score-bars-component .score-bars-canvas {
  position: absolute;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  left: 1.25rem;
  bottom: 0.5em;
  height: 5em;
  width: 40px;
  padding: 0.25rem;
  padding-bottom: 0;
  z-index: 2; }
  @media (max-width: 666.98px) {
    matching-score-bars-component .score-bars-canvas {
      bottom: 0.5rem;
      height: 3.75em; } }

matching-score-bars-component .progress-bar {
  background-color: #333333;
  width: 9px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

matching-score-bars-component .progress-value {
  background-color: #004d00;
  height: 0;
  width: 9px; }
  matching-score-bars-component .progress-value.progress-value-skills {
    background-color: #009900; }
    matching-score-bars-component .progress-value.progress-value-skills.no-matching-skills {
      background-color: #4b4b4b; }
  matching-score-bars-component .progress-value.progress-value-experience {
    background-color: #007300; }

matching-score-bars-component .score-bars-explanation {
  display: none;
  position: absolute;
  color: #b3b3b3;
  left: 4.75rem;
  bottom: 0; }

@media (hover: none) {
  matching-score-bars-component.sta-show .score-bars-explanation {
    display: block; }
  matching-score-bars-component.sta-show ~ .result-body .informations {
    opacity: 0; } }

@media (hover: hover) {
  matching-score-bars-component:hover .score-bars-explanation {
    display: block; }
  matching-score-bars-component:hover ~ .result-body .informations {
    opacity: 0; } }

.contact-modal {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  box-shadow: 0 0 3px 5px #fff, 0 0 30px 15px #0095ff !important;
  overscroll-behavior: none; }
  @media (max-width: 666.98px) {
    .contact-modal {
      box-shadow: none !important; } }
  .contact-modal line-numbers-component {
    flex: 0 1 auto;
    height: 100vh !important; }
  .contact-modal .contact-modal-canvas {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding: 1rem 2rem;
    height: 100vh; }
  .contact-modal .contact-modal-header {
    background-color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding: 0.25rem; }
    .contact-modal .contact-modal-header h4 {
      margin: 0; }
  .contact-modal .contact-modal-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column; }
  .contact-modal .whole-modal {
    margin-left: -2rem;
    margin-right: -2rem;
    padding: 0.5rem 2rem; }
  .contact-modal .result-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .contact-modal .result-info .img-canvas {
      display: flex;
      justify-content: center;
      align-items: center; }
      .contact-modal .result-info .img-canvas img {
        padding: 0.5rem 1rem;
        background-color: #fff;
        box-shadow: 0 0 black;
        max-height: 61px;
        max-width: 132px; }
    .contact-modal .result-info .company-info {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start; }
      .contact-modal .result-info .company-info .result-title {
        text-transform: uppercase;
        font-size: 1.1rem; }
      .contact-modal .result-info .company-info .result-region,
      .contact-modal .result-info .company-info .result-company-name {
        color: #737373; }
  .contact-modal .email-and-name-canvas {
    display: flex;
    flex-wrap: wrap; }
    .contact-modal .email-and-name-canvas #contact-email-field, .contact-modal .email-and-name-canvas #contact-name-field {
      width: 300px;
      max-width: 300px;
      padding: 0 1.5rem;
      margin-right: 5px;
      border-radius: 5px; }
      .contact-modal .email-and-name-canvas #contact-email-field + .sta-validation-error, .contact-modal .email-and-name-canvas #contact-name-field + .sta-validation-error {
        max-width: 300px; }
  .contact-modal textarea {
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    border-radius: 5px; }
  .contact-modal #contact-modal-textarea-loading {
    width: 100%;
    height: 290px;
    border: 2px dashed #646464;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .contact-modal #contact-modal-textarea-loading .sta-loading-icon-canvas {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      flex-direction: row; }
      @media (max-width: 666.98px) {
        .contact-modal #contact-modal-textarea-loading .sta-loading-icon-canvas {
          max-width: 210px;
          margin: 0 auto; } }
      .contact-modal #contact-modal-textarea-loading .sta-loading-icon-canvas .sta-loading-icon {
        margin-right: 1rem; }
        .contact-modal #contact-modal-textarea-loading .sta-loading-icon-canvas .sta-loading-icon:after {
          content: "\\";
          display: inline-block;
          font-family: "droid_sans_monoregular", monospace, serif;
          font-weight: 600;
          height: 100%;
          animation-name: unix-loading;
          animation-duration: 1.0s;
          animation-iteration-count: infinite;
          animation-fill-mode: forwards;
          animation-timing-function: steps(4); }
        @media (max-width: 666.98px) {
          .contact-modal #contact-modal-textarea-loading .sta-loading-icon-canvas .sta-loading-icon {
            font-size: 0.875rem; } }
    .contact-modal #contact-modal-textarea-loading .user-abort-btn {
      color: #ff0077;
      font-size: 0.875rem;
      opacity: 0;
      transition: opacity 0.2s;
      pointer-events: none; }
      @media (max-width: 666.98px) {
        .contact-modal #contact-modal-textarea-loading .user-abort-btn {
          font-size: 0.7rem; } }
      .contact-modal #contact-modal-textarea-loading .user-abort-btn.sta-visible {
        opacity: 1;
        pointer-events: all; }
  .contact-modal form {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 30px;
    padding-bottom: 1rem; }
    .contact-modal form .input-canvas.textarea-canvas {
      flex: 1 1 100%;
      margin-bottom: 1rem;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: stretch; }
    .contact-modal form .input-canvas:not(:first-child) {
      margin-top: 2rem; }
    .contact-modal form input.ng-invalid.ng-touched {
      box-shadow: 0 2px 0 0 #b30053;
      position: relative; }
      .contact-modal form input.ng-invalid.ng-touched:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: -10px;
        color: #b30053; }
  .contact-modal .file-upload-canvas .file-upload-button-canvas {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row; }
    .contact-modal .file-upload-canvas .file-upload-button-canvas .sta-validation-error {
      margin-left: 1rem; }
    @media (max-width: 666.98px) {
      .contact-modal .file-upload-canvas .file-upload-button-canvas {
        flex-direction: column; }
        .contact-modal .file-upload-canvas .file-upload-button-canvas .sta-validation-error {
          margin-left: 0; } }
  .contact-modal .file-upload-canvas .files {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap; }
  .contact-modal .applied-already-hint {
    text-align: right;
    color: #ffa500; }
    @media (max-width: 666.98px) {
      .contact-modal .applied-already-hint {
        text-align: left; } }
  .contact-modal .job-mailer-hint {
    flex: 1 1 100%; }
    .contact-modal .job-mailer-hint label {
      display: none; }
  .contact-modal .action-bar {
    position: relative;
    background-color: #000;
    min-height: 60px;
    display: flex;
    justify-content: flex-start;
    align-content: flex-start; }
    .contact-modal .action-bar .send-application {
      position: relative;
      text-align: right;
      flex: 0 0 auto;
      display: flex;
      align-items: center; }
      .contact-modal .action-bar .send-application img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        height: 50px;
        opacity: 0;
        z-index: -2;
        filter: grayscale(100%) brightness(59%) sepia(1) hue-rotate(65deg) saturate(900%); }

@keyframes move-send-btn {
  from {
    right: 0; }
  to {
    right: -200%; } }
    .contact-modal .action-bar.sta-sent .send-application {
      overflow: hidden; }
      .contact-modal .action-bar.sta-sent .send-application #send-application-btn {
        animation: move-send-btn 0.4s ease-in-out forwards; }
      .contact-modal .action-bar.sta-sent .send-application img {
        opacity: 1;
        transition: opacity 0.2s linear 0.2s;
        z-index: unset; }
    .contact-modal .action-bar.sta-mailer .job-mailer-hint label {
      display: block; }
  .contact-modal #send-application-btn {
    position: relative;
    outline: transparent;
    color: #000;
    font-size: 1.25rem;
    padding: 0.125rem 0.5rem;
    letter-spacing: 2px;
    background-color: #00ff00;
    border: 5px solid #007a00;
    border-top-color: #caffc2;
    border-left-color: #caffc2;
    box-shadow: none;
    border-radius: 5px;
    transition: box-shadow 0.2s; }
    .contact-modal #send-application-btn:not([disabled]):hover, .contact-modal #send-application-btn:not([disabled]):focus, .contact-modal #send-application-btn:not([disabled]):active {
      box-shadow: 0 0 4px 2px #4dff4d; }
    @media (max-width: 666.98px) {
      .contact-modal #send-application-btn {
        font-size: 0.875rem; } }
    .contact-modal #send-application-btn.sta-decent {
      filter: saturate(0.3); }
  .contact-modal #close-contact-modal-btn {
    box-shadow: none;
    padding: 5px 12px;
    color: #ff0077;
    border: 5px solid #333333;
    border-top-color: #737373;
    border-left-color: #737373; }
    .contact-modal #close-contact-modal-btn:hover {
      box-shadow: 0 0 4px 2px #ff4da0; }
    .contact-modal #close-contact-modal-btn:active {
      color: #333333;
      background-color: #ff0077; }
    @media (max-width: 666.98px) {
      .contact-modal #close-contact-modal-btn {
        font-size: 0.875rem; } }
  @media (max-width: 991.98px) {
    .contact-modal .action-bar {
      flex-wrap: wrap; }
    .contact-modal .send-application {
      flex: 1 1 100% !important;
      justify-content: flex-end; } }
  @media (max-width: 666.98px) {
    .contact-modal .result-info {
      flex-wrap: wrap;
      flex-direction: column-reverse; }
    .contact-modal form {
      margin-top: 1rem; }
    .contact-modal .whole-modal {
      padding: 0.5rem 0.25rem; }
    .contact-modal .action-bar {
      padding: 1em 0;
      flex-wrap: wrap;
      font-size: 0.875rem; }
    .contact-modal .job-mailer-hint {
      flex: 1 1 100%; }
    .contact-modal .send-application {
      justify-content: center; } }
  .contact-modal .data-privacy-information {
    padding: 1rem 0;
    font-size: 0.9em; }

job-mailer-button-component {
  display: block; }
  job-mailer-button-component.sta-prominence {
    bottom: 12px;
    left: 0;
    right: 0;
    z-index: 2;
    display: block;
    margin-left: -15px;
    margin-right: -15px; }
    job-mailer-button-component.sta-prominence button {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background-color: #1a084cd4;
      color: #00ff00;
      margin-left: 15px;
      padding: 0.25rem 1.4rem;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      border: 1px solid #00ff00;
      border-bottom: none;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px; }
      job-mailer-button-component.sta-prominence button:active, job-mailer-button-component.sta-prominence button:focus {
        outline: none;
        border-width: 2px; }
      job-mailer-button-component.sta-prominence button img {
        max-width: 32px;
        height: 19px;
        margin-right: 15px;
        margin-bottom: 1px; }
      job-mailer-button-component.sta-prominence button > span {
        display: none; }
    @media (min-width: 768px) {
      job-mailer-button-component.sta-prominence {
        position: sticky; } }
    @media (max-width: 991.98px) {
      job-mailer-button-component.sta-prominence {
        position: fixed;
        bottom: 0;
        display: flex;
        justify-content: center; }
        job-mailer-button-component.sta-prominence button {
          margin: 0;
          padding-top: 0.5rem;
          padding-bottom: 0.5rem; } }

/*
  TODO this is a nearly exact clone of contact-modal. should made reusable
 */
.job-mailer-modal {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  box-shadow: 0 0 3px 5px #fff, 0 0 30px 15px #0095ff !important;
  overscroll-behavior: none; }
  @media (max-width: 666.98px) {
    .job-mailer-modal {
      box-shadow: none !important; } }
  .job-mailer-modal line-numbers-component {
    flex: 0 1 auto;
    height: 100vh !important; }
  .job-mailer-modal .job-mailer-modal-canvas {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 1rem 2rem;
    height: 100vh; }
  .job-mailer-modal .job-mailer-modal-headline {
    background-color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding: 0.25rem; }
    .job-mailer-modal .job-mailer-modal-headline h4 {
      margin: 0; }
  .job-mailer-modal .whole-modal {
    margin-left: -2rem;
    margin-right: -2rem;
    padding: 0.5rem 2rem; }
  .job-mailer-modal .modal-body {
    flex: 1 1 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    row-gap: 6vh; }
    .job-mailer-modal .modal-body .profile {
      display: flex;
      justify-content: flex-start;
      flex-direction: column;
      row-gap: 1rem; }
    .job-mailer-modal .modal-body .profile-section {
      position: relative;
      padding-left: 20px; }
      .job-mailer-modal .modal-body .profile-section:before {
        content: ">";
        display: block;
        position: absolute;
        top: 4px;
        left: 0;
        color: #00ff00; }
    .job-mailer-modal .modal-body input[type="email"] {
      width: 100%;
      max-width: 300px;
      padding: 0 1.5rem;
      border-radius: 5px; }
      .job-mailer-modal .modal-body input[type="email"] + .sta-validation-error {
        max-width: 300px; }
    .job-mailer-modal .modal-body blockquote {
      background-color: #222222;
      padding: 0.75rem 1.5rem;
      position: relative;
      margin: 0; }
      .job-mailer-modal .modal-body blockquote:before {
        content: "";
        position: absolute;
        top: 5px;
        bottom: 5px;
        left: 5px;
        width: 10px;
        background-color: #151515; }
      .job-mailer-modal .modal-body blockquote.warning {
        color: #ffa500; }
  .job-mailer-modal .modal-actions {
    display: flex;
    justify-content: flex-end;
    background-color: #000;
    min-height: 60px; }
  .job-mailer-modal #close-job-mailer-modal-btn {
    box-shadow: none;
    padding: 5px 12px;
    color: #ff0077;
    border: 5px solid #333333;
    border-top-color: #737373;
    border-left-color: #737373; }
    .job-mailer-modal #close-job-mailer-modal-btn:hover {
      box-shadow: 0 0 4px 2px #ff4da0; }
    .job-mailer-modal #close-job-mailer-modal-btn:active {
      color: #333333;
      background-color: #ff0077; }
    @media (max-width: 666.98px) {
      .job-mailer-modal #close-job-mailer-modal-btn {
        font-size: 0.875rem; } }
  .job-mailer-modal #save-job-mailer-btn {
    position: relative;
    outline: transparent;
    color: #000;
    font-size: 1.25rem;
    padding: 0.125rem 0.5rem;
    letter-spacing: 2px;
    background-color: #00ff00;
    border: 5px solid #007a00;
    border-top-color: #caffc2;
    border-left-color: #caffc2;
    box-shadow: none;
    border-radius: 5px;
    transition: box-shadow 0.2s; }
    .job-mailer-modal #save-job-mailer-btn:not([disabled]):hover, .job-mailer-modal #save-job-mailer-btn:not([disabled]):focus, .job-mailer-modal #save-job-mailer-btn:not([disabled]):active {
      box-shadow: 0 0 4px 2px #4dff4d; }
    @media (max-width: 666.98px) {
      .job-mailer-modal #save-job-mailer-btn {
        font-size: 0.875rem; } }
  @media (max-width: 666.98px) {
    .job-mailer-modal .whole-modal {
      padding: 0.5rem 0.25rem; } }

profile-matching-bars-component {
  display: flex;
  height: 33px;
  flex: 1 1 auto;
  position: relative;
  justify-content: center;
  align-items: stretch;
  padding: 9px 0; }
  profile-matching-bars-component .bar {
    background-color: #6c6581;
    width: 10px;
    height: 0;
    margin: 0 1px;
    display: inline-block;
    transition: height 0.2s ease-in-out;
    align-self: flex-end; }
  profile-matching-bars-component.active .bar {
    background-color: #007a00; }

view4xx-component {
  display: block;
  width: 100%;
  height: 100%; }

#job-not-found {
  position: relative;
  text-align: center;
  color: #fff;
  display: none;
  height: 100%; }
  @media (max-width: 991.98px) {
    #job-not-found {
      display: block; } }

detail-view-call-to-action-component button {
  display: block;
  font-weight: 600 !important; }
  detail-view-call-to-action-component button + button {
    margin-top: 0.5rem; }
  detail-view-call-to-action-component button i:after {
    content: "\\";
    display: inline-block;
    font-family: "droid_sans_monoregular", monospace, serif;
    font-weight: 600;
    height: 100%;
    animation-name: unix-loading;
    animation-duration: 1.0s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-timing-function: steps(4); }

@font-face {
  font-family: "Klingon";
  src: url("/static/rendering/results/klingon-gt-sign.woff2") format("woff");
  font-weight: normal;
  font-style: normal; }

body.sta-klingon, body.sta-klingon header {
  font-family: "Klingon"; }

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg); }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg); }
  20% {
    transform: translate(-3px, 0px) rotate(1deg); }
  30% {
    transform: translate(3px, 2px) rotate(0deg); }
  40% {
    transform: translate(1px, -1px) rotate(1deg); }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg); }
  60% {
    transform: translate(-3px, 1px) rotate(0deg); }
  70% {
    transform: translate(3px, 1px) rotate(-1deg); }
  80% {
    transform: translate(-1px, -1px) rotate(1deg); }
  90% {
    transform: translate(1px, 2px) rotate(0deg); }
  100% {
    transform: translate(1px, -2px) rotate(-1deg); } }

@keyframes spawn-flag {
  0%, 99% {
    filter: url(#klingon-flag-glitch); }
  100% {
    filter: none; } }

#lang-bubble-skull {
  position: absolute;
  opacity: 0;
  transition: opacity 0.2s;
  height: 43px;
  width: 50px;
  pointer-events: none; }
  @media (max-width: 767.98px) {
    #lang-bubble-skull {
      height: 35px;
      width: 40px; } }
  #menu-canvas.sta-klingon-flash #lang-bubble-skull {
    opacity: 1;
    animation: shake 0.5s 1;
    pointer-events: unset; }

switch-language-component {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; }
  switch-language-component > span {
    user-select: none;
    color: #b6b6b6; }
    switch-language-component > span:hover {
      text-decoration: underline;
      cursor: pointer; }
  switch-language-component #klingon-btn {
    opacity: 0;
    pointer-events: none; }
  switch-language-component .languages {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    switch-language-component .languages.sta-klingon #klingon-btn {
      opacity: 1;
      animation: spawn-flag 0.5s 1 linear;
      pointer-events: unset; }
    switch-language-component .languages[sta-lang="de"] button[data-lang="de"] {
      color: #00ff00;
      border: 1px solid #007a00;
      padding: calc(0.25rem + 1px) calc(0.5rem + 1px);
      filter: none; }
    switch-language-component .languages button[data-lang="de"] {
      filter: saturate(0.2);
      background-image: url("/static/rendering/results/flags/german_flag.png");
      background-size: cover;
      height: 35px;
      width: 50px; }
      @media (max-width: 767.98px) {
        switch-language-component .languages button[data-lang="de"] {
          height: 28px;
          width: 40px; } }
    switch-language-component .languages[sta-lang="en"] button[data-lang="en"] {
      color: #00ff00;
      border: 1px solid #007a00;
      padding: calc(0.25rem + 1px) calc(0.5rem + 1px);
      filter: none; }
    switch-language-component .languages button[data-lang="en"] {
      filter: saturate(0.2);
      background-image: url("/static/rendering/results/flags/english_flag.png");
      background-size: cover;
      height: 35px;
      width: 50px; }
      @media (max-width: 767.98px) {
        switch-language-component .languages button[data-lang="en"] {
          height: 28px;
          width: 40px; } }
    switch-language-component .languages[sta-lang="tlh"] button[data-lang="tlh"] {
      color: #00ff00;
      border: 1px solid #007a00;
      padding: calc(0.25rem + 1px) calc(0.5rem + 1px);
      filter: none; }
    switch-language-component .languages button[data-lang="tlh"] {
      filter: saturate(0.2);
      background-image: url("/static/rendering/results/flags/klingon_flag.png");
      background-size: cover;
      height: 35px;
      width: 50px; }
      @media (max-width: 767.98px) {
        switch-language-component .languages button[data-lang="tlh"] {
          height: 28px;
          width: 40px; } }

@media (max-width: 991.98px) {
  body[sta-state="404"], body[sta-state="410"], body[sta-state="cityLandingContent"], body[sta-state="cityLandingContentless"], body[sta-state="jobTitleLanding"] {
    overflow: auto; }
    body[sta-state="404"] #left-page-col footer, body[sta-state="410"] #left-page-col footer, body[sta-state="cityLandingContent"] #left-page-col footer, body[sta-state="cityLandingContentless"] #left-page-col footer, body[sta-state="jobTitleLanding"] #left-page-col footer {
      display: none; }
    body[sta-state="404"] #details-col, body[sta-state="410"] #details-col, body[sta-state="cityLandingContent"] #details-col, body[sta-state="cityLandingContentless"] #details-col, body[sta-state="jobTitleLanding"] #details-col {
      position: relative;
      margin-top: -80px; }
      body[sta-state="404"] #details-col footer, body[sta-state="410"] #details-col footer, body[sta-state="cityLandingContent"] #details-col footer, body[sta-state="cityLandingContentless"] #details-col footer, body[sta-state="jobTitleLanding"] #details-col footer {
        display: block; } }

city-landing-content-component #detail-header {
  text-align: left;
  height: 100px;
  background-image: url(/static/rendering/results/city_shapes/skyline.svg);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 2rem; }
  @media (max-width: 767.98px) {
    city-landing-content-component #detail-header {
      height: 50px; } }

city-landing-content-component #details-scroll {
  color: #b6b6b6;
  font-size: 0.8rem;
  word-break: break-word; }
  @media (max-width: 767.98px) {
    city-landing-content-component #details-scroll {
      font-size: 0.85rem; } }
  city-landing-content-component #details-scroll h1 {
    font-size: 2rem;
    text-align: left;
    margin: 1rem 0; }
    @media (max-width: 767.98px) {
      city-landing-content-component #details-scroll h1 {
        font-size: 1.5rem; } }
  city-landing-content-component #details-scroll h2 {
    font-size: 1.6rem;
    text-align: left;
    margin: 1rem 0; }
    @media (max-width: 767.98px) {
      city-landing-content-component #details-scroll h2 {
        font-size: 1.2rem; } }
  city-landing-content-component #details-scroll h3 {
    font-size: 1.4rem;
    text-align: left;
    margin: 1rem 0; }
    @media (max-width: 767.98px) {
      city-landing-content-component #details-scroll h3 {
        font-size: 1.05rem; } }
  city-landing-content-component #details-scroll h4 {
    font-size: 1.2rem;
    text-align: left;
    margin: 1rem 0; }
    @media (max-width: 767.98px) {
      city-landing-content-component #details-scroll h4 {
        font-size: 0.9rem; } }

city-landing-content-component #details-scroll > h1 {
  margin-bottom: 2rem; }

city-landing-content-component .city-image {
  max-width: 100%; }

@media (max-width: 991.98px) {
  body[sta-state="cityLandingContent"] #details-portal {
    height: auto; }
  body[sta-state="cityLandingContent"] city-landing-content-component {
    height: auto; }
  body[sta-state="cityLandingContent"] #thunder {
    position: relative; }
  body[sta-state="cityLandingContent"] #details-scroll {
    overflow-y: auto !important; } }
city-landing-contentless-component #city-contentless-canvas {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 100%; }
  city-landing-contentless-component #city-contentless-canvas h1 {
    position: absolute;
    top: 10%;
    font-size: 1.75rem;
    font-weight: 600;
    color: #00ff00;
    text-transform: uppercase;
    filter: drop-shadow(0 0 4px #000000);
    border: 2px solid #007a00;
    padding: 0.75rem 2.5rem;
    background-color: #0a0a0a; }
  city-landing-contentless-component #city-contentless-canvas svg.radar-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    max-width: 60vw;
    height: 120%;
    max-height: 100vh;
    opacity: 0.5; }
  city-landing-contentless-component #city-contentless-canvas #shape-canvas {
    position: absolute;
    max-width: 600px;
    width: 100%;
    height: 460px;
    display: flex;
    justify-content: center;
    align-items: center; }
  city-landing-contentless-component #city-contentless-canvas #pseudo-shape {
    position: relative; }

@keyframes tooltip-flicker {
  0% {
    opacity: 1; }
  3% {
    opacity: 0; }
  6% {
    opacity: 1; }
  8% {
    opacity: 0; }
  15% {
    opacity: 1; }
  50% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 1; } }
  city-landing-contentless-component #city-contentless-canvas .marker {
    position: absolute;
    transform: translateY(8px) translateX(-9px);
    z-index: 1; }

@keyframes marker-glow {
  0% {
    fill: #00f000; }
  4% {
    fill: lime; }
  5% {
    fill: #00f000; }
  10%, 100% {
    fill: #007a00; } }
    city-landing-contentless-component #city-contentless-canvas .marker .marker-icon:hover {
      z-index: 7; }
      city-landing-contentless-component #city-contentless-canvas .marker .marker-icon:hover svg {
        z-index: 7;
        fill: #00ff00 !important; }
      city-landing-contentless-component #city-contentless-canvas .marker .marker-icon:hover + .tooltip {
        display: block;
        animation-name: tooltip-flicker;
        animation-duration: 2s;
        animation-fill-mode: forwards;
        animation-timing-function: steps(20);
        z-index: 7; }
    city-landing-contentless-component #city-contentless-canvas .marker .marker-icon svg {
      fill: #007a00;
      stroke: none;
      width: 15px;
      height: 15px;
      animation-name: marker-glow;
      animation-duration: 10s;
      animation-direction: normal;
      animation-iteration-count: infinite;
      animation-timing-function: linear;
      animation-delay: 0.5s;
      filter: drop-shadow(0 0 5px #151515);
      z-index: 5; }
    city-landing-contentless-component #city-contentless-canvas .marker .tooltip {
      position: absolute;
      display: none;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%) translateY(-20px);
      color: #0a0a0a;
      z-index: 6;
      opacity: 0.7;
      min-width: 200px; }
      city-landing-contentless-component #city-contentless-canvas .marker .tooltip .job-title, city-landing-contentless-component #city-contentless-canvas .marker .tooltip .job-company {
        background-color: rgba(0, 122, 0, 0.95);
        padding: 0.25rem 0.5rem;
        border: 1px solid #0a0a0a; }
      city-landing-contentless-component #city-contentless-canvas .marker .tooltip .job-title {
        margin-bottom: 0.25rem; }
      city-landing-contentless-component #city-contentless-canvas .marker .tooltip .job-company {
        font-size: 0.8rem; }
    city-landing-contentless-component #city-contentless-canvas .marker:hover {
      z-index: 7; }

@keyframes glitch {
  0% {
    filter: url(#glitch);
    opacity: 1; }
  2% {
    filter: none;
    opacity: 0; }
  4% {
    filter: url(#glitch);
    opacity: 1; }
  8% {
    filter: none; }
  10% {
    filter: url(#glitch);
    opacity: 1; }
  23% {
    opacity: 1; }
  24% {
    filter: none;
    opacity: 1; } }
  city-landing-contentless-component #city-contentless-canvas #city-shape {
    position: absolute;
    animation-duration: 3.2s;
    animation-iteration-count: infinite;
    max-width: 600px;
    width: 100%;
    fill: none !important; }
    city-landing-contentless-component #city-contentless-canvas #city-shape.sta-glitch {
      animation-name: glitch; }
    city-landing-contentless-component #city-contentless-canvas #city-shape #axes_1 path {
      fill: rgba(0, 10, 0, 0.32) !important;
      stroke: #007a00 !important;
      filter: url(#bordershadow); }

@keyframes blink {
  0%, 6%, 12% {
    opacity: 0; }
  3%, 9%, 15%, to {
    opacity: 1; } }

[name="detailView"].ng-enter, [name="detailView"].ng-leave #city-contentless-canvas {
  transition: all 1s linear; }

[name="detailView"].ng-enter #city-contentless-canvas {
  animation: blink 1s linear; }
@media (max-width: 767.98px) {
  body[sta-state="cityLandingContentless"] #details-col {
    margin-top: -40px; }
  body[sta-state="cityLandingContentless"] #city-contentless-canvas {
    overflow-x: hidden; } }
job-title-content-component #job-title-canvas {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 100%; }
  job-title-content-component #job-title-canvas h1 {
    position: absolute;
    top: 10%;
    font-size: 1.75rem;
    font-weight: 600;
    color: #00ff00;
    text-transform: uppercase;
    filter: drop-shadow(0 0 4px #000000);
    border: 2px solid #007a00;
    padding: 0.75rem 2.5rem;
    background-color: #0a0a0a; }
  job-title-content-component #job-title-canvas svg.radar-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    max-width: 60vw;
    height: 120%;
    max-height: 100vh;
    opacity: 0.5; }
  job-title-content-component #job-title-canvas #shape-canvas {
    position: absolute;
    max-width: 600px;
    width: 100%;
    height: 460px;
    display: flex;
    justify-content: center;
    align-items: center; }
  job-title-content-component #job-title-canvas #pseudo-shape {
    position: relative; }

@keyframes tooltip-flicker {
  0% {
    opacity: 1; }
  3% {
    opacity: 0; }
  6% {
    opacity: 1; }
  8% {
    opacity: 0; }
  15% {
    opacity: 1; }
  50% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 1; } }
  job-title-content-component #job-title-canvas .marker {
    position: absolute;
    transform: translateY(8px) translateX(-9px);
    z-index: 1; }

@keyframes marker-glow {
  0% {
    fill: #00f000; }
  4% {
    fill: lime; }
  5% {
    fill: #00f000; }
  10%, 100% {
    fill: #007a00; } }
    job-title-content-component #job-title-canvas .marker .marker-icon:hover {
      z-index: 7; }
      job-title-content-component #job-title-canvas .marker .marker-icon:hover svg {
        z-index: 7;
        fill: #00ff00 !important; }
      job-title-content-component #job-title-canvas .marker .marker-icon:hover + .tooltip {
        display: block;
        animation-name: tooltip-flicker;
        animation-duration: 2s;
        animation-fill-mode: forwards;
        animation-timing-function: steps(20);
        z-index: 7; }
    job-title-content-component #job-title-canvas .marker .marker-icon svg {
      fill: #007a00;
      stroke: none;
      width: 15px;
      height: 15px;
      animation-name: marker-glow;
      animation-duration: 10s;
      animation-direction: normal;
      animation-iteration-count: infinite;
      animation-timing-function: linear;
      animation-delay: 0.5s;
      filter: drop-shadow(0 0 5px #151515);
      z-index: 5; }
    job-title-content-component #job-title-canvas .marker .tooltip {
      position: absolute;
      display: none;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%) translateY(-20px);
      color: #0a0a0a;
      z-index: 6;
      opacity: 0.7;
      min-width: 200px; }
      job-title-content-component #job-title-canvas .marker .tooltip .job-title, job-title-content-component #job-title-canvas .marker .tooltip .job-company {
        background-color: rgba(0, 122, 0, 0.95);
        padding: 0.25rem 0.5rem;
        border: 1px solid #0a0a0a; }
      job-title-content-component #job-title-canvas .marker .tooltip .job-title {
        margin-bottom: 0.25rem; }
      job-title-content-component #job-title-canvas .marker .tooltip .job-company {
        font-size: 0.8rem; }
    job-title-content-component #job-title-canvas .marker:hover {
      z-index: 7; }

@keyframes glitch {
  0% {
    filter: url(#glitch);
    opacity: 1; }
  2% {
    filter: none;
    opacity: 0; }
  4% {
    filter: url(#glitch);
    opacity: 1; }
  8% {
    filter: none; }
  10% {
    filter: url(#glitch);
    opacity: 1; }
  23% {
    opacity: 1; }
  24% {
    filter: none;
    opacity: 1; } }
  job-title-content-component #job-title-canvas #city-shape {
    position: absolute;
    animation-duration: 3.2s;
    animation-iteration-count: infinite;
    max-width: 600px;
    width: 100%;
    fill: none !important;
    height: 500px; }
    job-title-content-component #job-title-canvas #city-shape.sta-glitch {
      animation-name: glitch; }
    job-title-content-component #job-title-canvas #city-shape #axes_1 path {
      fill: rgba(0, 10, 0, 0.32) !important;
      stroke: #007a00 !important;
      filter: url(#bordershadow); }

@keyframes blink {
  0%, 6%, 12% {
    opacity: 0; }
  3%, 9%, 15%, to {
    opacity: 1; } }

[name="detailView"].ng-enter, [name="detailView"].ng-leave #job-title-canvas {
  transition: all 1s linear; }

[name="detailView"].ng-enter #job-title-canvas {
  animation: blink 1s linear; }
@media (max-width: 767.98px) {
  body[sta-state="jobTitleLanding"] #details-col {
    margin-top: -40px; }
  body[sta-state="jobTitleLanding"] #job-title-canvas {
    overflow-x: hidden; }
    body[sta-state="jobTitleLanding"] #job-title-canvas #city-shape, body[sta-state="jobTitleLanding"] #job-title-canvas #pseudo-shape {
      height: 400px;
      margin-top: 100px; } }

achievements-list-component .result {
  min-height: 8em; }

achievements-list-component .result-body {
  position: relative; }

achievements-list-component .achievement-star {
  position: absolute;
  top: 10px; }
  achievements-list-component .achievement-star img {
    width: 80px;
    height: 80px;
    image-rendering: crisp-edges;
    image-rendering: pixelated; }

achievements-list-component .company-name {
  min-height: 4em; }

achievements-list-component .result .informations {
  padding-left: 6.5rem; }

@keyframes hover {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-20px); } }

achievement-detail-component {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%; }
  achievement-detail-component .achievement-solution {
    margin-bottom: 4rem;
    color: #00ff00;
    text-align: center; }
  achievement-detail-component img {
    width: 360px;
    height: 360px;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    animation-name: hover;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    filter: drop-shadow(2px 4px 6px #000); }
  @media (max-width: 666.98px) {
    achievement-detail-component {
      padding-top: 110px; }
      achievement-detail-component img {
        width: 260px;
        height: 260px; } }
  @media (max-width: 991.98px) {
    achievement-detail-component {
      width: 100vw;
      background-color: rgba(0, 0, 0, 0.85); } }

body[sta-state="achievementDetail"] #details-col {
  z-index: 21; }

.sta-coin {
  position: absolute;
  top: calc(50% - 80px);
  left: calc(50% - 80px);
  width: 160px;
  height: 160px;
  transform: scale(1);
  transition: top 0.5s, left 0.5s, transform 0.5s;
  user-select: none;
  /* JS will set the final top/left values, where the coin disappears into. */ }

@keyframes smooth-background {
  from {
    background-color: rgba(21, 21, 21, 0); }
  to {
    background-color: rgba(21, 21, 21, 0.9); } }

.sta-coin-backdrop {
  animation: smooth-background 0.2s forwards;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 200;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center; }
  .sta-coin-backdrop h2 {
    margin-bottom: 180px; }

@keyframes steam-top {
  1% {
    opacity: 0.5; }
  99% {
    opacity: 0.5;
    background-position: -4480px 0; }
  100% {
    max-width: 0; } }

@keyframes steam-bottom {
  1% {
    opacity: 0.5; }
  99% {
    opacity: 0.5;
    background-position: -4480px 0; }
  100% {
    max-width: 0; } }

@keyframes mib-smoke-sprites {
  0% {
    background-position: -1053px -706px; }
  2.5% {
    background-position: -1053px -532px; }
  5% {
    background-position: -1053px -358px; }
  7.5% {
    background-position: -1053px -184px; }
  10% {
    background-position: -1053px -10px; }
  12.5% {
    background-position: -904px -706px; }
  15% {
    background-position: -904px -532px; }
  17.5% {
    background-position: -904px -358px; }
  20% {
    background-position: -904px -184px; }
  22.5% {
    background-position: -904px -10px; }
  25% {
    background-position: -755px -706px; }
  27.5% {
    background-position: -606px -706px; }
  30% {
    background-position: -457px -706px; }
  32.5% {
    background-position: -308px -706px; }
  35% {
    background-position: -159px -706px; }
  37.5% {
    background-position: -10px -706px; }
  40% {
    background-position: -755px -532px; }
  42.5% {
    background-position: -755px -358px; }
  45% {
    background-position: -755px -184px; }
  47.5% {
    background-position: -755px -10px; }
  50% {
    background-position: -606px -532px; }
  52.5% {
    background-position: -457px -532px; }
  55% {
    background-position: -308px -532px; }
  57.5% {
    background-position: -159px -532px; }
  60% {
    background-position: -10px -532px; }
  62.5% {
    background-position: -606px -358px; }
  65% {
    background-position: -606px -184px; }
  67.5% {
    background-position: -606px -10px; }
  70% {
    background-position: -457px -358px; }
  72.5% {
    background-position: -308px -358px; }
  75% {
    background-position: -159px -358px; }
  77.5% {
    background-position: -10px -358px; }
  80% {
    background-position: -457px -184px; }
  82.5% {
    background-position: -457px -10px; }
  85% {
    background-position: -308px -184px; }
  87.5% {
    background-position: -159px -184px; }
  90% {
    background-position: -10px -184px; }
  92.5% {
    background-position: -308px -10px; }
  95% {
    background-position: -159px -10px; }
  97.5% {
    background-position: -10px -10px; } }

@keyframes unlock-display-1 {
  0% {
    transform: translateY(0) scale(1); }
  40% {
    transform: translateY(10px) scale(0.97); }
  70% {
    transform: translateY(10px) scale(0.97); }
  73% {
    transform: translateY(0px) scale(0.97); }
  100% {
    transform: translateY(700px) scale(0.97); } }

@keyframes unlock-display-2 {
  0% {
    transform: translateY(0) scale(1); }
  40% {
    transform: translateY(10px) scale(0.97); }
  70% {
    transform: translateY(10px) scale(0.97); }
  73% {
    transform: translateY(0px) scale(0.97); }
  100% {
    transform: translateY(700px) scale(0.97); } }

@keyframes build-mib-image-1 {
  from {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0, 0 100%, 0 100%); }
  40%, 73% {
    clip-path: polygon(0 0, 100% 0, 100% 3%, 3% 3%, 3% 100%, 0 100%); }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%, 3% 100%, 0 100%); } }

@keyframes build-mib-image-2 {
  from {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0, 0 100%, 0 100%); }
  40%, 73% {
    clip-path: polygon(0 0, 100% 0, 100% 3%, 3% 3%, 3% 100%, 0 100%); }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%, 3% 100%, 0 100%); } }

.matching-machine #matching-machine-screen:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  box-shadow: inset -20px 70px 30px -10px #000000e0;
  width: 100%;
  opacity: 0;
  pointer-events: none; }

.matching-machine.sta-door-open {
  animation: ruckeln 0.1s steps(3);
  opacity: 1; }

@keyframes ruckeln {
  0% {
    opacity: 1;
    transform: translate(-2.5px, -2.5px); }
  45% {
    transform: translate(2.5px, 2.5px); }
  90%, 100% {
    opacity: 1;
    transform: translate(0, 0); } }
  .matching-machine.sta-door-open #matching-machine-screen {
    overflow: hidden; }
    .matching-machine.sta-door-open #matching-machine-screen:after {
      opacity: 1;
      transition: opacity 0.5s linear 0.7s; }
    .matching-machine.sta-door-open #matching-machine-screen .panel, .matching-machine.sta-door-open #matching-machine-screen .param-divider, .matching-machine.sta-door-open #matching-machine-screen .panel-seperator {
      animation: unlock-display-1 1.4s steps(5) 0.6s forwards;
      transform-origin: right;
      z-index: 10;
      position: relative; }
  .matching-machine.sta-door-open #inner-shadow {
    opacity: 0;
    transition: opacity 0s 0.56s; }
  .matching-machine.sta-door-open:not(.sta-door-closing) #screen-border {
    background-color: #151515;
    transition: background-color 0.1s linear 0.05s; }
  .matching-machine.sta-door-open .machine-steam {
    max-width: unset; }
  .matching-machine.sta-door-open #steam-top {
    animation-name: steam-top;
    animation-fill-mode: forwards;
    animation-delay: 0.3s; }
  .matching-machine.sta-door-open #steam-bottom {
    animation-name: steam-bottom;
    animation-fill-mode: forwards;
    animation-delay: 0.3s; }
  .matching-machine.sta-door-open .screen-glow-area {
    opacity: 1; }
  .matching-machine.sta-door-open #mib-post-office {
    z-index: 6;
    animation: build-mib-image-1 1.4s steps(5) 0.6s forwards; }
  .matching-machine.sta-door-open #mib-smoke {
    animation: mib-smoke-sprites 4.2s steps(1) 2s forwards; }

.matching-machine.sta-door-closing #matching-machine-screen {
  overflow: hidden; }
  .matching-machine.sta-door-closing #matching-machine-screen .panel, .matching-machine.sta-door-closing #matching-machine-screen .param-divider, .matching-machine.sta-door-closing #matching-machine-screen .panel-seperator {
    animation: unlock-display-2 1.4s steps(5) 0s reverse; }

.matching-machine.sta-door-closing #mib-post-office {
  z-index: 6;
  animation: build-mib-image-2 1.4s steps(5) 0s reverse; }

.matching-machine.sta-door-closing .screen-glow-area {
  opacity: 0; }

.matching-machine.sta-door-closing #inner-shadow {
  opacity: 1;
  transition: opacity 0s 0.56s; }

.matching-machine .machine-steam {
  position: absolute;
  opacity: 0;
  animation-timing-function: steps(7);
  animation-fill-mode: backwards;
  animation-duration: 0.63636s;
  max-width: 0; }

.matching-machine #steam-top {
  left: -135px;
  top: -165px;
  width: 630px;
  height: 279px; }

.matching-machine #steam-bottom {
  left: -140px;
  bottom: -150px;
  width: 630px;
  height: 257px; }

.matching-machine #knebel-hebel {
  position: absolute;
  top: -84px;
  z-index: -2;
  width: 20px;
  cursor: pointer;
  transform: rotate(-45deg);
  transition: transform 0.2s;
  transform-origin: bottom; }
  @media (max-width: 767.98px) {
    .matching-machine #knebel-hebel {
      top: -70px; } }
  @media (max-width: 666.98px) {
    .matching-machine #knebel-hebel {
      top: -55px; } }
  .matching-machine #knebel-hebel.sta-on {
    transform: rotate(45deg); }

.matching-machine.sta-load-mib-img #mib-post-office {
  background-image: url("/static/rendering/results/mib-post-office.png"); }

.matching-machine.sta-load-mib-img #mib-smoke {
  background-image: url("/static/rendering/results/mib_sprites.png"); }

.matching-machine.sta-load-mib-img #steam-top {
  background-image: url(/static/rendering/results/steam_top.png); }

.matching-machine.sta-load-mib-img #steam-bottom {
  background-image: url(/static/rendering/results/steam_bottom.png); }

.matching-machine #mib-post-office {
  position: absolute;
  top: 0;
  left: -2px;
  width: 101%;
  height: 100%;
  z-index: 0;
  background-position: left;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); }

.matching-machine #mib-smoke {
  width: 129px;
  height: 154px;
  position: absolute;
  top: 54px;
  left: 136px;
  z-index: 20;
  background-position: -1053px -706px;
  transform: scale(0.95); }

@-moz-document url-prefix() {
  .matching-machine #mib-smoke {
    transform: scale(1); } }

@keyframes baum-glitch {
  0% {
    filter: url(#glitch);
    transform: scale(1); }
  35% {
    transform: scale(1); }
  40% {
    transform: scale(0);
    filter: url(#glitch); }
  51% {
    filter: none;
    box-shadow: 0 40px 100px 200px red; }
  80%, 100% {
    transform: scale(0); } }

#matching-machine.sta-glitch {
  animation-name: baum-glitch !important;
  animation-duration: 5s;
  animation-fill-mode: unset !important;
  animation-timing-function: linear; }

.sta-boot-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  z-index: 3;
  font-size: 0.8rem; }

@keyframes waggle {
  from {
    transform: translateX(2px); }
  to {
    transform: translateX(-2px); } }

.sta-waggle {
  animation: waggle 0.3s infinite steps(2) alternate;
  display: inline-block; }

@keyframes dat-boi-chucklin {
  0%, 100% {
    transform: translateY(0); }
  33% {
    transform: translateY(2px); }
  66% {
    transform: translateY(-2px); } }

.headline-img.sta-happy {
  animation-name: dat-boi-chucklin;
  animation-duration: 0.2s;
  animation-iteration-count: 4;
  animation-timing-function: linear; }

@keyframes heart-spawn {
  0% {
    opacity: 1;
    transform: translateX(10px);
    top: 0; }
  30% {
    transform: translateX(-10px); }
  60% {
    opacity: 1;
    transform: translateX(10px); }
  90% {
    top: -100px; }
  100% {
    opacity: 0;
    top: -100px; } }

img.sta-tamagotchi-heart {
  position: absolute;
  animation-name: heart-spawn;
  animation-duration: 1s;
  opacity: 0;
  z-index: 10;
  pointer-events: none;
  width: 30px;
  height: auto;
  contain: content; }

#gordons-ski-racer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, black 20%, black 80%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 200; }

@keyframes bug-movement {
  0% {
    transform: translate(-100px, 0); }
  10% {
    transform: translate(-200px, 0); }
  19% {
    transform: translate(-200px, 0); }
  20% {
    transform: translate(-200px, -20px); }
  30% {
    transform: translate(-500px, -20px); }
  50%, 60% {
    transform: translate(-500px, -20px); }
  68% {
    transform: translate(-500px, -20px) rotateY(0deg); }
  70% {
    transform: translate(-500px, -20px) rotateY(-180deg); }
  100% {
    transform: translate(0, 0) rotateY(-180deg); } }

@keyframes bug-sprite {
  0% {
    background-position: -10px -10px; }
  25% {
    background-position: -110px -10px; }
  50% {
    background-position: -210px -10px; }
  75% {
    background-position: -10px -116px; } }

@keyframes bug-flatsch-sprite {
  0% {
    background-position: -10px -10px; }
  25% {
    background-position: -110px -10px; }
  50% {
    background-position: -210px -10px; }
  75% {
    background-position: -10px -111px; }
  99% {
    opacity: 1; }
  100% {
    opacity: 0; } }

#bug {
  position: fixed;
  bottom: 0;
  right: -100px;
  width: 80px;
  height: 86px;
  z-index: 100;
  cursor: pointer;
  background-image: url("/static/rendering/results/bug_sprite.png");
  display: none; }
  #bug.sta-show {
    display: block;
    animation: bug-movement 5s linear forwards, bug-sprite 0.2s steps(1) infinite; }
  #bug.sta-flatsch {
    animation-play-state: paused;
    background-image: none; }
    #bug.sta-flatsch:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 80px;
      height: 81px;
      background-image: url("/static/rendering/results/bug_flatsch_anim.png");
      animation: bug-flatsch-sprite 0.25s steps(1) forwards; }
    #bug.sta-flatsch #bug-shadow {
      display: none; }
  #bug #bug-shadow {
    box-shadow: 0 0 10px 5px rgba(10, 10, 10, 0.5);
    background-color: rgba(10, 10, 10, 0.5);
    border-radius: 40%;
    height: 5px;
    width: 80px;
    margin-top: 81px; }

@keyframes yellow-glow {
  0% {
    filter: drop-shadow(0px 0px 1px #ffff00);
    color: #666600; }
  100% {
    filter: drop-shadow(0px -3px 4px #ffff00);
    color: yellow; } }

@keyframes blue-glow {
  0% {
    text-shadow: 0px 0px 1px #0000ff;
    color: #0000cc; }
  50% {
    color: #0000ff; }
  100% {
    text-shadow: 0px -2px 4px #1a1aff;
    color: #1a1aff; } }

@keyframes red-glow {
  0% {
    filter: drop-shadow(0px 0px 0px red);
    color: #990000; }
  50% { }
  100% {
    filter: drop-shadow(0px 0px 6px red);
    color: red; } }

@keyframes orange-glow {
  0% {
    text-shadow: 0px 0px 1px orange;
    color: #664200; }
  50% {
    color: orange; }
  100% {
    text-shadow: 0px -2px 4px orange;
    color: orange; } }

.aoc-banner {
  right: 15vw;
  top: 140px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  body:not(.sta-details-open) .aoc-banner {
    z-index: 21;
    pointer-events: all; }
  @media (max-width: 1199.98px) {
    .aoc-banner {
      right: 5vw; } }
  .aoc-banner a:hover {
    text-decoration-color: #00ff00; }
  .aoc-banner #aoc-tree {
    font-weight: bold;
    color: green;
    font-size: 1.4em; }
    .aoc-banner #aoc-tree i {
      font-style: normal; }
    .aoc-banner #aoc-tree .aoc-head {
      color: #ffff00; }
    .aoc-banner #aoc-tree .aoc-foot {
      color: grey; }
    .aoc-banner #aoc-tree .aoc-bulb {
      color: blue;
      animation: 0.5s linear 0.5s infinite alternate blue-glow; }
    .aoc-banner #aoc-tree .aoc-star {
      color: yellow;
      animation: 1s linear 0.2s infinite alternate yellow-glow;
      font-size: 18px; }
    .aoc-banner #aoc-tree .aoc-at {
      color: red;
      animation: 0.8s ease-in-out 0.7s infinite alternate red-glow; }
    .aoc-banner #aoc-tree .aoc-small-bulb {
      color: orange;
      animation: 1s linear 0.2s infinite alternate orange-glow; }
    .aoc-banner #aoc-tree .aoc-delayed {
      animation-delay: 0.7s; }
    @media (prefers-reduced-motion) {
      .aoc-banner #aoc-tree .aoc-head, .aoc-banner #aoc-tree .aoc-bulb, .aoc-banner #aoc-tree .aoc-star, .aoc-banner #aoc-tree .aoc-at, .aoc-banner #aoc-tree .aoc-small-bulb {
        animation: none; } }

@font-face {
  font-family: "Star Jedi";
  src: url("/static/rendering/results/starjedi.ttf"); }

.may-4 {
  font-family: "Star Jedi", serif;
  top: 240px;
  bottom: unset;
  right: unset;
  left: 60%;
  transform: rotate(-3deg);
  color: #fcd204; }
  .may-4 h4 {
    font-size: 3.5rem;
    opacity: 0;
    transition: opacity 1.1s; }

@keyframes may4-fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  .may-4 #may4-1 span {
    font-size: 1rem;
    text-decoration: underline;
    vertical-align: super; }
  .may-4 #may4-1, .may-4 #may4-2 {
    animation-name: may4-fade;
    animation-duration: 0.2s;
    animation-delay: 1.1s;
    animation-fill-mode: forwards; }
  .may-4 #may4-2 {
    animation-delay: 2.1s; }

@keyframes laser1 {
  0% {
    opacity: 1;
    transform: translateX(-670px); }
  25% {
    transform: translateX(2000px);
    opacity: 1; }
  26%, 49% {
    opacity: 0; }
  50% {
    opacity: 1;
    transform: translateX(-670px) translateY(70px); }
  75%, 100% {
    transform: translateX(2000px) translateY(70px);
    opacity: 1; } }

#laser1 {
  position: fixed;
  top: 30%;
  left: 10%;
  width: 400px;
  height: 3px;
  box-shadow: 0 0 7px 3px red;
  background-color: red;
  opacity: 0;
  animation-name: laser1;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-delay: 1s;
  animation-fill-mode: forwards; }

#details-col footer {
  display: none; }

.footer-intro {
  margin-top: 1rem; }

.valorant-mobile {
  display: none; }

@media (max-width: 991.98px) {
  body:not(.sta-details-open):not(.sta-params-collapsed) .valorant-mobile {
    display: block;
    position: relative;
    margin-top: 60px;
    text-align: center; }
    body  .valorant-mobile svg {
      width: 90vw;
      max-width: 300px; } }

/*# sourceMappingURL=statech-2.117.40-quirky-quokka.min.css.map */
