/**  general properties **/
html {
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

body {
  font: 62.5%/1.5 "IBM Plex Sans", sans-serif;
  background-color: #000;
  color: #999;
  margin: 0;
  padding: 0;
}

h1, h2, h3 {
  color: #f8f8f8;
  font-family: "IBM Plex Sans", sans-serif;
}

h1 {
  font-size: 4.6em;
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 1em 0;
}

header, footer {
  height: 8em;
}

header {
  border-bottom: 1px solid rgba(248, 248, 248, 0.15);
}

footer {
  border-top: 1px solid rgba(248, 248, 248, 0.15);
}

p {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.8em;
  line-height: 1.5;
  margin-bottom: 1em;
}

p:last-of-type {
  margin-bottom: 0;
}

a, a:active, a:hover, a:visited {
  color: #f8f8f8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(90%, rgba(0, 0, 0, 0)), color-stop(90.1%, #7cead1), color-stop(95%, #7cead1), color-stop(95.1%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 90%, #7cead1 90.1%, #7cead1 95%, rgba(0, 0, 0, 0) 95.1%, rgba(0, 0, 0, 0));
  text-decoration: none;
}

a:active, a:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #50E3C2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(90%, rgba(0, 0, 0, 0)), color-stop(90.1%, #f8f8f8), color-stop(95%, #f8f8f8), color-stop(95.1%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 90%, #f8f8f8 90.1%, #f8f8f8 95%, rgba(0, 0, 0, 0) 95.1%, rgba(0, 0, 0, 0));
  text-decoration: none;
}

.hp-main {
  max-width: 117em;
  width: 70vw;
  border-left: 1px solid rgba(248, 248, 248, 0.15);
  border-right: 1px solid rgba(248, 248, 248, 0.15);
  margin-left: 8em;
  padding: 8em;
  position: relative;
}

.hp-main .optical {
  background: url("/1e7e2167a4c4a102c8ced861273178050761a95d/25e8f/img/optical.svg") no-repeat;
  background-size: cover;
  width: 60px;
  height: 60px;
  margin: 0 0 4em 0;
  padding: 0;
}

.hp-main .grid {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  -ms-grid-columns: 2fr 1fr;
      grid-template-columns: 2fr 1fr;
}

.hp-footer {
  max-width: 117em;
  width: 70vw;
  padding: 4em 0 4em 8em;
  margin-left: 8em;
  position: relative;
}

.hp-footer p {
  font-size: 1.6em;
  color: #444;
  margin: 0;
}

.hp-footer a, .hp-footer a:active, .hp-footer a:hover, .hp-footer a:visited {
  background: none;
  color: #444;
  text-decoration: underline;
}

.hp-footer a:active, .hp-footer a:hover {
  background: none;
  color: #50E3C2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: underline;
}

h3 {
  color: #444;
  font-family: "IBM Plex Mono", monospace;
  font-size: 1.5em;
  font-weight: 100;
  position: absolute;
  top: 3em;
  left: -4.5em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 1px;
}

@media (max-width: 1024px) {
  h1 {
    font-size: 4.2em;
  }
  header, footer {
    height: 6em;
  }
  p {
    font-size: 1.6em;
  }
  .hp-main {
    border-right: none;
    margin-left: 6em;
    margin-right: 6em;
    padding: 6em;
    position: relative;
  }
  .hp-main .optical {
    width: 50px;
    height: 50px;
  }
  .hp-main .grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .hp-footer {
    padding: 4em 0 0 4em;
    margin-left: 8em;
    position: relative;
  }
  .hp-footer p {
    font-size: 1.4em;
  }
  h3 {
    font-size: 1.3em;
    top: 3em;
    left: -4em;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    letter-spacing: 1px;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 3.2em;
  }
  header, footer {
    height: 4em;
  }
  p {
    font-size: 1.6em;
  }
  .hp-main {
    width: auto;
    border-left: none;
    border-right: none;
    margin-left: 2em;
    margin-right: 2em;
    padding: 2em;
    position: relative;
  }
  .hp-main .optical {
    width: 50px;
    height: 50px;
  }
  .hp-main .grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .hp-footer {
    padding: 2em 0 0 2em;
    margin-left: 2em;
  }
  .hp-footer p {
    font-size: 1.4em;
  }
  h3 {
    display: none;
  }
}
/*# sourceMappingURL=core.css.map */