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

:root {
  font-size: 16px;
}

body {
  --color-text: #fff;
  --color-bg: #000;
  --color-link: #4b4b4b;
  --color-link-hover: #fff;
  color: var(--color-text);
  background-color: var(--color-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: laca-text, sans-serif;
}

.js .loading:before, .js .loading:after {
  content: "";
  z-index: 1000;
  position: fixed;
}

.js .loading:before {
  background: var(--color-bg);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.js .loading:after {
  opacity: .4;
  background: var(--color-link);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  animation: .7s linear infinite alternate forwards loaderAnim;
  top: 50%;
  left: 50%;
}

@keyframes loaderAnim {
  to {
    opacity: 1;
    transform: scale3d(.5, .5, 1);
  }
}

a {
  color: var(--color-link);
  outline: none;
  text-decoration: none;
}

a:hover, a:focus {
  color: var(--color-link-hover);
  outline: none;
  text-decoration: underline;
}

.js-image {
  max-width: 100%;
  display: block;
}

.loaded .js-image {
  opacity: 0;
}

canvas {
  z-index: -1;
  pointer-events: none;
  display: inline-block;
  position: fixed;
  top: 0;
  left: 0;
}

.header {
  padding: 3rem;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.header__title {
  margin-right: 3rem;
  font-size: 1rem;
  font-weight: normal;
}

.info__link {
  color: #9b897f;
  margin-right: 2rem;
}

.info__link-important {
  color: #fff;
}

.dg {
  z-index: 100 !important;
}

img {
  display: block;
}

.section {
  min-height: 100.5vh;
}

.spaced {
  padding-top: 200px;
}

.centered {
  justify-content: center;
  align-items: center;
  display: flex;
}

.centered .item {
  margin: 0;
}

.item {
  color: #737375;
  max-width: 700px;
  margin: 0 auto 30vh;
}

.item img {
  width: 100%;
  display: block;
}

.item__image {
  margin-bottom: 1em;
}

.item h2 {
  color: #fff;
  cursor: default;
  margin: 1.5rem 0 1rem;
  font-family: operetta-12, sans-serif;
  font-size: 3rem;
  font-weight: 500;
}

.item p {
  cursor: default;
  max-width: 80%;
  font-size: 1.25rem;
  line-height: 1.5;
}

img {
  width: 350px;
  height: 350px;
  display: inline-block;
}

@media only screen and (width <= 900px) {
  .header {
    line-height: 1.5;
    display: block;
  }

  .info_meta .info__link {
    margin-left: 0;
    margin-right: 2em;
  }
}

/*# sourceMappingURL=step3.66daa216.css.map */
