

.link___jt5wk {
  text-decoration: none;
  color: #0e1928;
}

.menu___SbnbZ {
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 5rem;

  display: -webkit-box;

  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

.logoParent___3YXhR {
  --width: 22rem;
  width: var(--width);
  position: relative;
}
.logoParent___3YXhR::before {
  content: "";
  display: block;
  padding-top: var(--width);
}

.logo___2F1t_ {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("/static/smallspritevertical-min.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-animation-name: play___fo4Yf;
          animation-name: play___fo4Yf;
  -webkit-animation-duration: 4.2s;
          animation-duration: 4.2s;
  -webkit-animation-timing-function: steps(124, jump-end);
          animation-timing-function: steps(124, jump-end);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes play___fo4Yf {
  100% { background-position: 0 calc(var(--width)*-124); }
}
@keyframes play___fo4Yf {
  100% { background-position: 0 calc(var(--width)*-124); }
}

.logoFreeze___wJyof {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  background-position: 0 calc(var(--width)*-124);
}

.list___2cBcF {
  list-style: none;
}

.item___1hxVu {
  display: inline;
}

.menuLink___2Zf6j {
  font-size: 1.8rem;
  padding: 1rem;
  text-transform: uppercase;
}

@media (max-width: 670px) {
  .menu___SbnbZ {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
    padding: 2rem;
    padding-bottom: 2rem;
  }
  .list___2cBcF {
    align-self: flex-start;
  }
.item___1hxVu {
  display: block;
  padding: 1rem;
}
}

html {
  box-sizing: border-box;
  font-family: "Fira Sans", sans-serif;
  font-size: 62.5%;
  scroll-behavior: smooth;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  /* position: relative; */
}

.particles___1f7Ze {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: -10000;
  background: -webkit-gradient(linear, right top, left top, from(#f1faee), to(#fffaf0));
  background: linear-gradient(to left, #f1faee, #fffaf0);
}

