@font-face {
  font-family: Gridular;
  src: url('../fonts/Gridular-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  color: #e9e9e9;
  background-color: #000;
  font-family: Gridular, Arial, sans-serif;
  line-height: 100%;
}

h1 {
  color: #dadada;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 100%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 120%;
}

.link_wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.link {
  z-index: 1;
  color: #fff;
  background-color: #000;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tag {
  z-index: 1;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  border: 1px solid #000;
  border-radius: 2rem;
  justify-content: flex-start;
  align-items: center;
  padding: .4rem .85em .4rem .75em;
  display: flex;
  position: relative;
}

.tag_dot {
  background-color: #000;
  border-radius: 100%;
  flex: none;
  width: .4em;
  height: .4em;
}

.tag_text {
  text-transform: uppercase;
  cursor: default;
  font-size: .8em;
  font-weight: 500;
  line-height: 100%;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em 2em;
  display: flex;
}

.section {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.section.is--hero {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.page_wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  display: flex;
}

.img_wrap {
  z-index: 2;
  pointer-events: none;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 25em;
  height: 18em;
  display: flex;
  position: absolute;
  right: 50%;
}

.list_img {
  object-fit: contain;
  width: 100%;
  height: auto;
}

.unicorn-embed {
  z-index: 1;
  mix-blend-mode: luminosity;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.code-embed {
  opacity: 1;
}

.head {
  z-index: 2;
  opacity: .5;
  pointer-events: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.25rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.cursor {
  z-index: 100;
  pointer-events: none;
  mix-blend-mode: difference;
  background-color: #dadada;
  border: 1px solid #000;
  border-radius: 100em;
  transition: background-color .375s cubic-bezier(.625, .05, 0, 1), height .375s cubic-bezier(.625, .05, 0, 1), width .375s cubic-bezier(.625, .05, 0, 1);
}

.foot {
  z-index: 10;
  opacity: .5;
  pointer-events: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1.25rem;
  display: flex;
  position: fixed;
  inset: auto 0% 0;
}

.foot-link {
  z-index: 2;
  pointer-events: auto;
  color: #dadada;
  font-size: 1rem;
  text-decoration: none;
  position: relative;
}

.util_c {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.util_h1 {
  color: #0f0f0f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40vw;
}

@media screen and (max-width: 991px) {
  .cursor {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .section.is--hero {
    grid-template-rows: 30em 30em;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .link {
    width: 2.2em;
    height: 2.2em;
  }

  .tag_text {
    font-size: .75em;
  }

  .container {
    padding: 1em;
  }

  .section {
    padding-left: 1em;
    padding-right: 1em;
  }

  .section.is--hero {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-rows: 40em 40em;
  }

  .page_wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .head {
    padding-top: 1rem;
  }

  .foot {
    padding-bottom: 1rem;
  }
}


@font-face {
  font-family: 'Gridular';
  src: url('../fonts/Gridular-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}