.link,
.link:visited,
.post a,
.post a:visited {
  color: inherit;
}
.multilink,
.multilink:hover {
  background-image: linear-gradient(to bottom, #5bf390 0, #5bf390 100%);
}
.bg-link--green:after,
.bg-link:after {
  background-color: #5bf390;
}
.gamma,
.tracked {
  text-transform: uppercase;
}
.list,
ol,
ul {
  list-style: none;
}
.bg-link,
.footer__logo,
.link,
.link-block,
.list__link,
.multilink,
.post a {
  text-decoration: none;
}
.link-block--aiard:hover .link-block__bg,
.link-block--beerminder:hover .link-block__bg,
.link-block--gen-beyond:hover .link-block__bg,
.link-block--isl:hover .link-block__bg,
.link-block--trends:hover .link-block__bg {
  opacity: 0;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: "brandon grotesque";
  src: url(../fonts/brandon-grotesque-blk-it-c899ba542e.eot);
  src:
    url(https://eli.wtf/fonts/brandon-grotesque-blk-it?)
      format("embedded-opentype"),
    url(../fonts/brandon-grotesque-blk-it-9ed138004a.woff) format("woff"),
    url(../fonts/brandon-grotesque-blk-it-1098c7df2c.ttf) format("truetype"),
    url(https://eli.wtf/fonts/brandon-grotesque-blk-it) format("svg");
  font-style: italic;
  font-weight: 800;
}
@font-face {
  font-family: pinopolis;
  src: url(../fonts/pinopolis-8b95c4071a.eot);
  src:
    url(../fonts/pinopolis-8b95c4071a.eot%3F) format("embedded-opentype"),
    url(../fonts/pinopolis-5911644945.woff) format("woff"),
    url(../fonts/pinopolis-9212ae553d.ttf) format("truetype"),
    url(../fonts/pinopolis-a9ef83ff81.svg) format("svg");
  font-style: normal;
  font-weight: 400;
}
.alpha,
.beta,
.beta--small,
.frame__button,
.hero__title,
.link-block__content,
.logo__title,
.post h1,
.post h2,
.post h3,
.post__section-spacer,
.section__title {
  font-family: "brandon grotesque";
  font-weight: 800;
  font-style: italic;
  color: inherit;
  font-size: 5em;
  margin-bottom: 0.2em;
}
.beta,
.frame__button,
.post h2,
.post h3,
.post__section-spacer {
  font-size: 2.8em;
}
.beta--small {
  font-size: 1.8em;
}
.gamma {
  font-family: "brandon grotesque", gotham, futura, helvetica, sans-serif;
  letter-spacing: 0.075em;
  margin-bottom: 0.3em;
  font-weight: 800;
  font-style: italic;
}
.copy,
.copy--small,
.link,
.post a,
.post p {
  font-family: pinopolis;
  font-weight: 400;
  font-style: regular;
  font-size: 1.2em;
  line-height: 1.8;
}
.bg-link__content,
.footer__logo,
.link-block__annotation,
.list__item {
  font-weight: 800;
  font-style: italic;
}
.copy--small {
  font-size: 0.8em;
}
.link,
.post a {
  position: relative;
  font-size: 1em;
  display: inline-block;
  transition: color 0.2s;
}
.link:after,
.post a:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #5bf390;
  width: 100%;
  height: 0.1rem;
  bottom: 0.1em;
  z-index: -1;
  transition: all 0.2s;
}
.link:hover,
.post a:hover {
  color: #333;
}
.link:hover:after,
.post a:hover:after {
  height: calc(100% - 0.1em);
  width: calc(100% + 0.5em);
  -webkit-transform: translateX(-0.25em) skew(-7.77deg);
  transform: translateX(-0.25em) skew(-7.77deg);
}
.multilink__wrapper {
  display: inline-block;
  -webkit-transform: skew(-7.77deg);
  transform: skew(-7.77deg);
  position: relative;
}
.multilink {
  font-family: pinopolis, "courier new", monospace;
  line-height: 1.4;
  color: transparent;
  display: inline;
  padding-left: 0.2em;
  padding-right: 0.2em;
  background-size: calc(100% + 0.4em);
  background-repeat: no-repeat;
  padding-bottom: 0.1em;
  background-position: 0 1.15em;
  transition:
    background-position 0.15s linear 0.1s,
    box-shadow 0.15s linear 0s;
}
.multilink:hover {
  cursor: pointer;
  background-position: 0 0;
  box-shadow:
    0.2em 0 0 #5bf390,
    -0.2em 0 0 #5bf390;
  transition:
    background-position 0.1s linear 0s,
    top 0.1s linear 0s,
    height 0.1s linear 0s,
    box-shadow 0.1s linear 0.1s;
}
.multilink:hover:after {
  color: #333;
}
.multilink:after {
  content: attr(data-content);
  display: block;
  color: #fafafa;
  text-align: center;
  transition: color 0.1s linear 0s;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: skew(7.77deg);
  transform: skew(7.77deg);
}
.bg-link:after,
.underline:after {
  content: "";
}
.bg-link {
  color: inherit;
  position: relative;
  display: inline-block;
  transition: color 0.2s;
  padding: 0.25em 1.5em;
  overflow: hidden;
}
.bg-link:after {
  display: block;
  position: absolute;
  width: calc(100% - 1.5em);
  height: 100%;
  top: 0;
  left: 1em;
  -webkit-transform: translateX(calc(-100% - 1.5em)) skew(0);
  transform: translateX(calc(-100% - 1.5em)) skew(0);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  z-index: -1;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition:
    transform 0.2s,
    -webkit-transform 0.2s;
}
@media screen and (min-width: 40em) {
  .bg-link {
    padding: 0.25em 2em;
  }
  .bg-link:after {
    width: calc(100% - 2em);
    -webkit-transform: translateX(calc(-100% - 2em)) skew(0);
    transform: translateX(calc(-100% - 2em)) skew(0);
    left: 1.5em;
  }
}
.bg-link:hover:after {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translateX(0) skew(-7.77deg);
  transform: translateX(0) skew(-7.77deg);
}
.bg-link--pink:after {
  background-color: #ff4cff;
}
.bg-link--orange:after {
  background-color: #ff813d;
}
.bg-link__content {
  font-family: "brandon grotesque";
  color: inherit;
  font-size: 4em;
}
@media screen and (min-width: 40em) {
  .bg-link__content {
    font-size: 6em;
  }
}
.underline {
  position: relative;
  color: inherit;
  display: inline-block;
}
.underline:after {
  display: block;
  position: absolute;
  background-color: #5bf390;
  width: 100%;
  height: 0.1em;
  bottom: -0.05em;
  z-index: -1;
  transition: all 0.2s;
}
.underline--blue:after {
  background-color: #4dffff;
}
.underline--purple:after {
  background-color: #6060ef;
}
.tracked {
  letter-spacing: 0.1em;
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
html {
  font-size: 15px;
  background-color: #222;
  color: #fafafa;
}
base,
html {
  min-height: 100%;
}
.row {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.row .row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.row.expanded {
  max-width: none;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.column,
.columns {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  html {
    font-size: 20px;
  }
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  .column,
  .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.column.row.row,
.row.row.columns {
  float: none;
}
.row .column.row.row,
.row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.small-1 {
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.small-offset-0 {
  margin-left: 0;
}
.small-2 {
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.small-offset-1 {
  margin-left: 8.33333%;
}
.small-3 {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.small-offset-2 {
  margin-left: 16.66667%;
}
.small-4 {
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.small-offset-3 {
  margin-left: 25%;
}
.small-5 {
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.small-offset-4 {
  margin-left: 33.33333%;
}
.small-6 {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.small-offset-5 {
  margin-left: 41.66667%;
}
.small-7 {
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.small-offset-6 {
  margin-left: 50%;
}
.small-8 {
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.small-offset-7 {
  margin-left: 58.33333%;
}
.small-9 {
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.small-offset-8 {
  margin-left: 66.66667%;
}
.small-10 {
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.small-offset-9 {
  margin-left: 75%;
}
.small-11 {
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.small-offset-10 {
  margin-left: 83.33333%;
}
.small-12 {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.small-offset-11 {
  margin-left: 91.66667%;
}
.small-order-1 {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.small-up-1 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-1 > .column,
.small-up-1 > .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  float: left;
}
.small-order-2 {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.small-up-2 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-2 > .column,
.small-up-2 > .columns {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  float: left;
}
.small-order-3 {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.small-up-3 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-3 > .column,
.small-up-3 > .columns {
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  width: 33.33333%;
  float: left;
}
.small-order-4 {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.small-up-4 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-4 > .column,
.small-up-4 > .columns {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 25%;
  float: left;
}
.small-order-5 {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}
.small-up-5 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-5 > .column,
.small-up-5 > .columns {
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  width: 20%;
  float: left;
}
.small-order-6 {
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}
.small-up-6 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-6 > .column,
.small-up-6 > .columns {
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  width: 16.66667%;
  float: left;
}
.small-up-1 > .column:nth-of-type(1n),
.small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n + 1),
.small-up-1 > .columns:nth-of-type(1n + 1) {
  clear: both;
}
.small-up-1 > .column:last-child,
.small-up-1 > .columns:last-child {
  float: left;
}
.small-up-2 > .column:nth-of-type(1n),
.small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n + 1),
.small-up-2 > .columns:nth-of-type(2n + 1) {
  clear: both;
}
.small-up-2 > .column:last-child,
.small-up-2 > .columns:last-child {
  float: left;
}
.small-up-3 > .column:nth-of-type(1n),
.small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n + 1),
.small-up-3 > .columns:nth-of-type(3n + 1) {
  clear: both;
}
.small-up-3 > .column:last-child,
.small-up-3 > .columns:last-child {
  float: left;
}
.small-up-4 > .column:nth-of-type(1n),
.small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n + 1),
.small-up-4 > .columns:nth-of-type(4n + 1) {
  clear: both;
}
.small-up-4 > .column:last-child,
.small-up-4 > .columns:last-child {
  float: left;
}
.small-up-5 > .column:nth-of-type(1n),
.small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n + 1),
.small-up-5 > .columns:nth-of-type(5n + 1) {
  clear: both;
}
.small-up-5 > .column:last-child,
.small-up-5 > .columns:last-child {
  float: left;
}
.small-up-6 > .column:nth-of-type(1n),
.small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n + 1),
.small-up-6 > .columns:nth-of-type(6n + 1) {
  clear: both;
}
.small-up-6 > .column:last-child,
.small-up-6 > .columns:last-child {
  float: left;
}
.small-up-7 > .column,
.small-up-7 > .columns {
  width: 14.28571%;
  float: left;
}
.small-up-7 > .column:nth-of-type(1n),
.small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n + 1),
.small-up-7 > .columns:nth-of-type(7n + 1) {
  clear: both;
}
.small-up-7 > .column:last-child,
.small-up-7 > .columns:last-child {
  float: left;
}
.small-up-8 > .column,
.small-up-8 > .columns {
  width: 12.5%;
  float: left;
}
.small-up-8 > .column:nth-of-type(1n),
.small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n + 1),
.small-up-8 > .columns:nth-of-type(8n + 1) {
  clear: both;
}
.small-up-8 > .column:last-child,
.small-up-8 > .columns:last-child {
  float: left;
}
.small-collapse > .column,
.small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.small-uncollapse > .column,
.small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .medium-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
  .medium-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .medium-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    float: left;
  }
  .medium-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .medium-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    float: left;
  }
  .medium-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .medium-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 33.33333%;
    float: left;
  }
  .medium-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .medium-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
    float: left;
  }
  .medium-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .medium-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
    float: left;
  }
  .medium-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .medium-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 16.66667%;
    float: left;
  }
  .medium-up-1 > .column:nth-of-type(1n),
  .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n + 1),
  .medium-up-1 > .columns:nth-of-type(1n + 1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child,
  .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column:nth-of-type(1n),
  .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n + 1),
  .medium-up-2 > .columns:nth-of-type(2n + 1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child,
  .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column:nth-of-type(1n),
  .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n + 1),
  .medium-up-3 > .columns:nth-of-type(3n + 1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child,
  .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column:nth-of-type(1n),
  .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n + 1),
  .medium-up-4 > .columns:nth-of-type(4n + 1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child,
  .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column:nth-of-type(1n),
  .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n + 1),
  .medium-up-5 > .columns:nth-of-type(5n + 1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child,
  .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column:nth-of-type(1n),
  .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n + 1),
  .medium-up-6 > .columns:nth-of-type(6n + 1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child,
  .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .medium-up-7 > .column:nth-of-type(1n),
  .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n + 1),
  .medium-up-7 > .columns:nth-of-type(7n + 1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child,
  .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .medium-up-8 > .column:nth-of-type(1n),
  .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n + 1),
  .medium-up-8 > .columns:nth-of-type(8n + 1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child,
  .medium-up-8 > .columns:last-child {
    float: left;
  }
}
@media screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
.row.medium-unstack .column,
.row.medium-unstack .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media screen and (min-width: 40em) {
  .row.medium-unstack .column,
  .row.medium-unstack .columns {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (min-width: 64em) {
  .large-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .large-offset-0 {
    margin-left: 0;
  }
  .large-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .large-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-1 > .column,
  .large-up-1 > .columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    float: left;
  }
  .large-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .large-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-2 > .column,
  .large-up-2 > .columns {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    float: left;
  }
  .large-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .large-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-3 > .column,
  .large-up-3 > .columns {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 33.33333%;
    float: left;
  }
  .large-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .large-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-4 > .column,
  .large-up-4 > .columns {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
    float: left;
  }
  .large-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .large-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-5 > .column,
  .large-up-5 > .columns {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
    float: left;
  }
  .large-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .large-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-6 > .column,
  .large-up-6 > .columns {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 16.66667%;
    float: left;
  }
  .large-up-1 > .column:nth-of-type(1n),
  .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n + 1),
  .large-up-1 > .columns:nth-of-type(1n + 1) {
    clear: both;
  }
  .large-up-1 > .column:last-child,
  .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column:nth-of-type(1n),
  .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n + 1),
  .large-up-2 > .columns:nth-of-type(2n + 1) {
    clear: both;
  }
  .large-up-2 > .column:last-child,
  .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column:nth-of-type(1n),
  .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n + 1),
  .large-up-3 > .columns:nth-of-type(3n + 1) {
    clear: both;
  }
  .large-up-3 > .column:last-child,
  .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column:nth-of-type(1n),
  .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n + 1),
  .large-up-4 > .columns:nth-of-type(4n + 1) {
    clear: both;
  }
  .large-up-4 > .column:last-child,
  .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column:nth-of-type(1n),
  .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n + 1),
  .large-up-5 > .columns:nth-of-type(5n + 1) {
    clear: both;
  }
  .large-up-5 > .column:last-child,
  .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column:nth-of-type(1n),
  .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n + 1),
  .large-up-6 > .columns:nth-of-type(6n + 1) {
    clear: both;
  }
  .large-up-6 > .column:last-child,
  .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column,
  .large-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .large-up-7 > .column:nth-of-type(1n),
  .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n + 1),
  .large-up-7 > .columns:nth-of-type(7n + 1) {
    clear: both;
  }
  .large-up-7 > .column:last-child,
  .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column,
  .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .large-up-8 > .column:nth-of-type(1n),
  .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n + 1),
  .large-up-8 > .columns:nth-of-type(8n + 1) {
    clear: both;
  }
  .large-up-8 > .column:last-child,
  .large-up-8 > .columns:last-child {
    float: left;
  }
}
@media screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
.row.large-unstack .column,
.row.large-unstack .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media screen and (min-width: 64em) {
  .row.large-unstack .column,
  .row.large-unstack .columns {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .hide-for-large {
    display: none !important;
  }
}
.shrink {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}
.align-top.columns,
.column.align-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.align-bottom.columns,
.column.align-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.align-middle.columns,
.column.align-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.align-stretch.columns,
.column.align-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.hide {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .hide-for-small-only,
  .show-for-medium {
    display: none !important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}
.footer--homepage,
.hero,
.landing__canvas-container,
.link-block,
.loader,
.loader__background,
.logo--hero,
.u-hide-overflow {
  overflow: hidden;
}
.hide-for-portrait,
.show-for-landscape {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .hide-for-portrait,
  .show-for-landscape {
    display: block !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: portrait) {
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clearfix::after,
.clearfix::before {
  content: " ";
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.clearfix::after {
  clear: both;
}
.align-right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.align-center,
.hero {
  -webkit-justify-content: center;
}
.align-center {
  -ms-flex-pack: center;
  justify-content: center;
}
.align-justify {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.align-spaced {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.align-top {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-self-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.align-bottom {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-self-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.align-middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-self-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.align-stretch {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.align-self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.small {
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}
@media screen and (min-width: 40em) {
  .medium {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}
.section {
  padding: 3rem 0;
}
.section__title {
  color: #fafafa;
  position: relative;
  display: inline-block;
  margin-bottom: 3rem;
}
.section__title:after {
  content: "";
  position: relative;
  display: block;
  height: 0.05em;
  width: 100%;
  top: -0.05em;
  border-radius: 0.005em;
  background-color: #5bf390;
  -webkit-transform: skew(-7.77deg);
  transform: skew(-7.77deg);
  z-index: -1;
}
.logo {
  position: relative;
  font-size: 1em;
}
.logo--hero {
  font-size: 0.4em;
  height: 60vh;
  background: #333;
  color: #333;
}
.link-block,
.link-block__bg {
  background-blend-mode: multiply;
  background-size: cover;
  background-position: 50%;
}
@media screen and (min-width: 40em) {
  .logo--hero {
    min-height: 25em;
    font-size: 3vw;
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 64em) {
  .large {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .logo--hero {
    font-size: 1em;
  }
}
.logo__container {
  width: 25em;
  height: 20em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) skew(-7.77deg);
  transform: translate(-50%, -50%) skew(-7.77deg);
  text-align: center;
}
.logo__bar {
  position: relative;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: inline-block;
  height: 20em;
  width: 4.16667em;
  float: left;
}
.logo__bar:nth-child(1) {
  background-color: #ffff53;
}
.logo__bar:nth-child(2) {
  background-color: #4dffff;
}
.logo__bar:nth-child(3) {
  background-color: #5bf390;
}
.logo__bar:nth-child(4) {
  background-color: #ff4cff;
}
.logo__bar:nth-child(5) {
  background-color: #ff813d;
}
.logo__bar:nth-child(6) {
  background-color: #6060ef;
}
.link-block__annotation:after,
.link-block__content:after {
  background-color: #ff4cff;
  display: block;
  position: absolute;
}
.logo__bar:nth-child(odd) {
  top: 2.5em;
}
.logo__bar:nth-child(even) {
  top: -2.5em;
}
.logo__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-49.7%, -50%);
  transform: translate(-49.7%, -50%);
  font-size: 8.25em;
}
.link-block {
  display: block;
  position: relative;
  font-family: "brandon grotesque", gotham, futura, helvetica, sans-serif;
  color: #fafafa;
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 100%;
  border-radius: 0.1em;
  margin-bottom: 1rem;
  font-size: 0.8em;
}
.link-block__bg,
.link-block__inner {
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (min-width: 40em) {
  .link-block {
    font-size: 0.8em;
    padding-bottom: 60%;
    margin-bottom: 3rem;
  }
}
.post h1,
.post h2,
.post h3 {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 64em) {
  .link-block {
    font-size: 1em;
    padding-bottom: 33%;
  }
}
.link-block:hover .link-block__content:after {
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scale(1, 1) skew(-7.77deg);
  transform: scale(1, 1) skew(-7.77deg);
}
.link-block__bg {
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  border-radius: 0.1rem;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.link-block__inner {
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: calc(100% - 2rem);
  text-align: center;
  z-index: 1;
}
.link-block__content {
  display: inline-block;
  position: relative;
}
.link-block__content:after {
  content: "";
  width: 100%;
  height: 0.1em;
  bottom: 0.1em;
  z-index: -1;
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scale(0, 1) skew(-7.77deg);
  transform: scale(0, 1) skew(-7.77deg);
  border-radius: 0.01em;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition:
    transform 0.4s,
    -webkit-transform 0.4s;
}
.link-block__annotation {
  position: absolute;
  z-index: 1;
  font-size: 2em;
  color: #fafafa;
  letter-spacing: 0.05em;
  bottom: 1em;
  right: 1em;
}
.link-block__annotation:after,
.post h2:after {
  z-index: -1;
  content: "";
}
.link-block__annotation:after {
  top: -0.25em;
  transition: all 0.2s;
  height: calc(100% + 0.5em);
  width: calc(100% + 0.5em);
  -webkit-transform: translateX(-0.25em) skew(-7.77deg);
  transform: translateX(-0.25em) skew(-7.77deg);
}
.link-block--trends {
  background-image: url(../img/trends/trends-blank-2365dffb6b.jpg);
}
.link-block--trends .link-block__bg {
  background-image:
    linear-gradient(30deg, #ff4cff 0, #ff813d 100%),
    url(../img/trends/trends-blank-bw-bf0aea37e1.jpg);
  background-blend-mode: darken;
  transition: opacity 0.2s;
}
.link-block--trends .link-block__content {
  transition: text-shadow 0.2s;
}
.link-block--isl {
  background-image: url(../img/isl/office-3bb916a810.jpg);
}
.link-block--isl .link-block__bg {
  background-image:
    linear-gradient(30deg, #ff4cff 0, #ff813d 100%),
    url(../img/isl/office-3bb916a810.jpg);
  background-blend-mode: color-dodge;
  transition: opacity 0.2s;
}
.link-block--isl .link-block__content {
  transition: text-shadow 0.2s;
}
.link-block--beerminder {
  background-image: url(../img/beerminder/beerminder-hero-f78120fd58.jpg);
}
.link-block--beerminder .link-block__bg {
  background-image:
    linear-gradient(30deg, #ff4cff 0, #ff813d 100%),
    url(../img/beerminder/beerminder-hero-bw-0797038bf8.jpg);
  background-blend-mode: hard-light;
  transition: opacity 0.2s;
}
.link-block--beerminder .link-block__content {
  transition: text-shadow 0.2s;
}
.link-block--gen-beyond {
  background-image: url(../img/generation-beyond/generation-beyond-hero-a53878342b.jpg);
  background-position: bottom;
}
.link-block--gen-beyond .link-block__bg {
  background-image:
    linear-gradient(30deg, #ff4cff 0, #ff813d 100%),
    url(../img/generation-beyond/generation-beyond-hero-bw-30678c70be.jpg);
  background-blend-mode: screen;
  background-position: bottom;
  transition: opacity 0.2s;
}
.link-block--gen-beyond .link-block__content {
  transition: text-shadow 0.2s;
}
.link-block--aiard {
  background-image: url(../img/am-i-a-real-developer/goat-chilling-3c5dcc83ca.jpg);
  background-position: bottom;
}
.link-block--aiard .link-block__bg {
  background-image:
    linear-gradient(30deg, #ff4cff 0, #ff813d 100%),
    url(../img/am-i-a-real-developer/goat-chilling-bw-39bbfab587.jpg);
  background-blend-mode: lighten;
  background-position: bottom;
  transition: opacity 0.2s;
}
.link-block--aiard .link-block__content {
  transition: text-shadow 0.2s;
}
.link-block--pending {
  color: #101010;
}
.link-block--pending .link-block__content:after {
  background-color: transparent;
}
.link-block--pending .link-block__bg {
  background-image: url(../img/da-dit-pattern-ce53c7d73a.svg);
  background-repeat: repeat;
  background-size: 3.2%;
}
.frame__poster,
.hero__bg {
  background-size: cover;
  background-repeat: no-repeat;
}
.post {
  color: #fafafa;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.post h2 {
  position: relative;
  display: inline-block;
}
.post h2:after {
  position: relative;
  display: block;
  height: 0.05em;
  width: 100%;
  top: -0.05em;
  border-radius: 0.005em;
  background-color: #ff4cff;
  -webkit-transform: skew(-7.77deg);
  transform: skew(-7.77deg);
}
.post p + p {
  padding-top: 1em;
}
@media screen and (min-width: 40em) {
  .post {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.post__p-spacer + .post__p-spacer {
  padding-top: 1.4em;
}
.post__image {
  width: 100%;
  padding-top: 3em;
  margin-bottom: 3em;
}
.post__image img {
  width: 100%;
}
.post__video {
  position: relative;
  padding-bottom: 56.5%;
  width: 100%;
  margin-top: 2rem;
}
.post__video iframe,
.post__video video {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 40em) {
  .post__video {
    margin-top: 3rem;
  }
}
.post__section-spacer {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 1em;
}
.post__frame {
  margin-top: 4rem;
  margin-bottom: 3rem;
  width: 90%;
}
.post__caption {
  font-family: pinopolis, "courier new", monospace;
  font-size: 0.8em;
  font-style: italic;
  letter-spacing: 0.1em;
  padding-top: 1em;
  text-align: center;
  width: 100%;
}
.footer__logo,
.list,
.slanty__bar {
  font-family: "brandon grotesque", gotham, futura, helvetica, sans-serif;
}
.post__slanty {
  padding: 1em;
  margin-bottom: 4em;
}
@media screen and (min-width: 64em) {
  .post__slanty {
    float: right;
    margin-left: 1em;
    margin-bottom: 1.5em;
  }
}
.post__divider {
  background-image: linear-gradient(to right, #ff4cff, #ff813d);
  width: 100%;
  height: 0.2em;
  border: none;
  margin-bottom: 3em;
}
.footer__logo {
  font-size: 2.4em;
  color: rgba(0, 0, 0, 0.3);
  transition: color 0.2s;
}
.footer__logo:hover {
  color: #fafafa;
}
@media screen and (min-width: 40em) {
  .post__frame {
    width: 100%;
  }
  .footer__logo {
    font-size: 3em;
  }
}
.footer__link {
  font-size: 0.8em;
  display: inline-block;
  width: 0;
  height: 4em;
  margin-right: 4em;
}
.footer__link svg {
  height: 100%;
  width: auto;
}
.footer__link path {
  transition: all 0.2s;
}
.footer__twitter {
  margin-right: 3.6em;
}
.footer__twitter path {
  fill: rgba(0, 0, 0, 0.3);
  stroke: rgba(0, 0, 0, 0.3);
  stroke-width: 0.05em;
}
.footer__twitter:hover path {
  fill: #4dffff;
  stroke: #4dffff;
}
.footer__codepen path {
  fill: rgba(0, 0, 0, 0.3);
}
.footer__codepen:hover path {
  fill: #5bf390;
}
.footer__dribbble {
  height: 3.2em;
  -webkit-transform: translateY(-0.4em);
  transform: translateY(-0.4em);
}
.footer__dribbble path {
  fill: rgba(0, 0, 0, 0.3);
}
.footer__dribbble:hover path {
  fill: #ff4cff;
}
.footer__github {
  height: 2.4em;
  margin-right: 2.4em;
  -webkit-transform: translateY(-0.8em);
  transform: translateY(-0.8em);
}
.footer__github path {
  fill: rgba(0, 0, 0, 0.3);
}
.footer__github:hover path {
  fill: #6060ef;
}
.footer__linkedin path {
  fill: rgba(0, 0, 0, 0.3);
}
.footer__linkedin:hover path {
  fill: #ff813d;
}
.footer__content {
  text-align: right;
}
.hero__title,
.slanty__bar {
  text-align: center;
  color: #fafafa;
}
.footer--homepage {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.frame__embed {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.frame__embed iframe {
  position: absolute;
  width: 1px;
  min-width: 100%;
  height: 1px;
  min-height: 100%;
}
.frame--work-codepen .frame__embed {
  padding-bottom: 0;
  height: 500px;
}
.frame--fun .frame__embed {
  padding-bottom: 0;
  height: 421px;
}
.frame__button:after,
.frame__poster {
  width: 100%;
  height: 100%;
  position: absolute;
}
.frame__button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: transparent;
  border: none;
}
.frame__button:after {
  content: "";
  background-color: #5bf390;
  display: block;
  top: 0;
  left: -0.25em;
  z-index: -1;
  border-radius: 0.05em;
  -webkit-transform: skew(-7.77deg);
  transform: skew(-7.77deg);
  padding: 0 0.25em;
  transition: background-color 0.2s;
}
.headshot,
.slanty {
  border-radius: 0.1em;
}
.frame__button:hover {
  cursor: pointer;
}
.frame__button:hover:after {
  cursor: pointer;
  background-color: #2bf070;
}
.frame--facebook .frame__poster {
  background-image: url(../img/trends/trends-blank-2365dffb6b.jpg);
}
.hero {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 20rem;
  height: 70vh;
}
@media screen and (min-width: 40em) {
  .footer__link {
    font-size: 1em;
  }
  .hero {
    height: 23rem;
  }
}
.hero__title {
  padding-top: 0.6em;
  text-shadow: 0 0 0.3em rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 39.9375em) {
  .hero__title {
    padding-top: 1.2em;
  }
}
.hero__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 110%;
  width: 110%;
  background-position: 50%;
  z-index: -1;
}
.list__item,
.slanty,
.slanty__bar {
  position: relative;
}
.slanty__bars {
  -webkit-transform: rotate(-7.77deg) skew(-7.77deg);
  transform: rotate(-7.77deg) skew(-7.77deg);
}
.slanty__bar {
  width: 100%;
  padding: 0.5em 1em;
  font-size: 2em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.slanty__bar span {
  -webkit-transform: skew(7.77deg);
  transform: skew(7.77deg);
  display: block;
}
.slanty__green {
  background-color: #5bf390;
}
.slanty__blue {
  background-color: #4dffff;
}
.slanty__pink {
  background-color: #ff4cff;
}
.list__green:after,
.list__green:before,
.list__link:after {
  background-color: #5bf390;
}
.list {
  font-size: 1.4em;
}
.list__link,
.shot__caption {
  font-family: pinopolis, "courier new", monospace;
}
.list__item {
  display: block;
  margin-bottom: 1.4em;
  padding-left: 0.6em;
  color: inherit;
}
.list__item:before,
.list__link:after {
  position: absolute;
  z-index: -1;
  transition: all 0.2s;
  content: "";
}
.list__item:before {
  height: calc(100% + 0.4em);
  width: 0.2em;
  display: block;
  top: -0.2em;
  left: 0;
  -webkit-transform: skew(-7.77deg);
  transform: skew(-7.77deg);
}
.list__link {
  display: inline-block;
  transition: all 0.2s;
  font-weight: 400;
  font-style: normal;
}
.list__link:after {
  display: block;
  width: calc(100% - 0.6em);
  height: 0.1em;
  bottom: -0.18em;
}
.list__link:hover {
  color: #333;
}
.list__link:hover:after {
  height: calc(100% + 0.4em);
  width: 100%;
  -webkit-transform: translateX(-0.25em) skew(-7.77deg);
  transform: translateX(-0.25em) skew(-7.77deg);
  left: 0.6em;
}
.loader,
.loader__inner {
  height: 100%;
  width: 100%;
}
.list__blue:after,
.list__blue:before {
  background-color: #4dffff;
}
.list__orange:after,
.list__orange:before {
  background-color: #ff813d;
}
.list__pink:after,
.list__pink:before {
  background-color: #ff4cff;
}
.list__purple:after,
.list__purple:before {
  background-color: #6060ef;
}
.loader {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none;
}
.loader__inner {
  position: relative;
}
.loader__background {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-7.77deg) scaleX(0);
  transform: translate3d(-50%, -50%, 0) rotate(-7.77deg) scaleX(0);
  top: 50%;
  left: 50%;
  height: 200%;
  width: 200%;
  position: relative;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition:
    transform 1s,
    -webkit-transform 1s;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.loader__background:before {
  content: "";
  position: absolute;
  height: 200vh;
  width: 200vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scaleX(20);
  transform: translate(-50%, -50%) scaleX(20);
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition:
    transform 1s,
    -webkit-transform 1s;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  background-image: linear-gradient(to left, #ff4cff 0, #ff813d 100%);
  z-index: -1;
}
.loader__counting-hand {
  background-image: url(../img/counting-pointer-spritesheet-small-trimmed-f4219ec0ce.png);
  background-repeat: no-repeat;
  height: 0;
  width: 200px;
  background-size: 700%;
  padding-bottom: 213px;
  background-position: 100.1% 0;
  -webkit-animation: shake 0.15s infinite;
  animation: shake 0.15s infinite;
}
.loader__counter-rotate {
  -webkit-transform: rotate(7.77deg);
  transform: rotate(7.77deg);
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.loader__hand-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
  transition-delay: 0.6s;
  -webkit-transform: translateX(-50%) translateY(-50%) scaleX(0);
  transform: translateX(-50%) translateY(-50%) scaleX(0);
}
.loader--done .loader__counting-hand {
  background-position: 100.1% 0;
  -webkit-animation: shake 0.15s linear infinite;
  animation: shake 0.15s linear infinite;
}
.loader--show {
  pointer-events: auto;
}
.loader--show .loader__background {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-7.77deg) scaleX(1);
  transform: translate3d(-50%, -50%, 0) rotate(-7.77deg) scaleX(1);
}
.loader--show .loader__background:before {
  -webkit-transform: translate(-50%, -50%) scaleX(20);
  transform: translate(-50%, -50%) scaleX(20);
}
.loader--show .loader__counting-hand {
  background-position: 0 0;
  -webkit-animation: loading 1.3s steps(6) infinite;
  animation: loading 1.3s steps(6) infinite;
}
.loader--show .loader__hand-container {
  -webkit-transform: translateX(-50%) translateY(-50%) scaleX(1);
  transform: translateX(-50%) translateY(-50%) scaleX(1);
  transition-delay: 0s;
}
@-webkit-keyframes loading {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
@keyframes loading {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
@-webkit-keyframes shake {
  0%,
  100%,
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
  75% {
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
}
@keyframes shake {
  0%,
  100%,
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
  75% {
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
}
.loader--tiny {
  position: absolute;
  opacity: 0;
  transition: opacity 0.2s;
}
.loader--tiny .loader__background {
  width: 200%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-7.77deg) scaleX(1);
  transform: translate3d(-50%, -50%, 0) rotate(-7.77deg) scaleX(1);
}
.loader--tiny .loader__hand-container {
  height: 100%;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.loader--tiny .loader__counting-hand {
  margin: auto;
  width: 13%;
  padding-bottom: 14%;
}
.loader--tiny.loader--show {
  opacity: 1;
}
.landing {
  background-color: #222;
}
.landing__content {
  position: relative;
  z-index: 1;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 64em) {
  .landing__content > :nth-child(2) {
    text-align: center;
  }
  .landing__content > :last-child {
    text-align: right;
  }
  .landing__content {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    top: auto;
    -webkit-transform: none;
    transform: none;
  }
}
.shot__caption,
.text-center {
  text-align: center;
}
.header {
  padding-top: 1em;
  padding-bottom: 1em;
}
.headshot,
.shot {
  height: 0;
  padding-bottom: 75%;
}
.header__skull {
  max-width: 5em;
}
.header--about .header__about:after,
.header--fun .header__fun:after,
.header--work .header__work:after {
  -webkit-transform: translateX(0) skew(-7.77deg);
  transform: translateX(0) skew(-7.77deg);
}
.header--top {
  position: absolute;
  width: 100%;
  z-index: 1;
}
.header__item {
  font-size: 0.5em;
}
@media screen and (min-width: 64em) {
  .header__item {
    font-size: 0.3em;
  }
}
.headshot {
  background-image:
    linear-gradient(30deg, #ff4cff 0, #ff813d 100%),
    url(../img/headshot-32e99ae43d.jpg);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: hard-light;
  margin-bottom: 2em;
}
.bg-pink-orange {
  background-image: linear-gradient(to left, #ff4cff 0, #ff813d 100%);
  background-size: 200%;
  background-position: 50%;
}
.shot {
  position: relative;
  margin-bottom: 2rem;
}
.shot img,
.shot video,
.shot__caption,
.u-abs-full {
  position: absolute;
  width: 100%;
}
.shot img,
.shot video {
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 0.1em;
}
.u-abs-full,
.u-full-height {
  height: 100%;
}
.shot__caption {
  font-size: 0.8em;
  font-style: italic;
  letter-spacing: 0.1em;
  bottom: -2.5em;
  line-height: 1.2;
}
.shot--captioned {
  margin-bottom: 4rem;
}
.shot--16x9 {
  padding-bottom: 56.5%;
}
.u-fade {
  opacity: 0.3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.u-mb-0 {
  margin-bottom: 0;
}
.u-mt-0 {
  margin-top: 0;
}
.u-mb-05 {
  margin-bottom: 0.5em;
}
.u-mb-1 {
  margin-bottom: 1em;
}
.u-mb-2r {
  margin-bottom: 2rem;
}
.u-mt-2r {
  margin-top: 2rem;
}
.u-mb-3r {
  margin-bottom: 3rem;
}
.u-pb-0 {
  padding-bottom: 0;
}
.u-pt-3r {
  padding-top: 3rem;
}
.u-mr-025r {
  margin-right: 0.25em;
}
.u-abs-full {
  top: 0;
  left: 0;
}
.u-full-width {
  width: 100%;
}
.u-relative {
  position: relative;
}
.u-over {
  z-index: 1;
}
.post__frame,
.post__image,
.post__video iframe,
.post__video video,
.u-column-padding {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .post__frame,
  .post__image,
  .post__video iframe,
  .post__video video,
  .u-column-padding {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.u-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.u-flex--align-baseline {
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.u-inline-block {
  display: inline-block;
}
/* ============================= */
/* A Heated Rivalry Card */
/* ============================= */

.link-block--rivalry .link-block__bg {
  background-image: url("../img/portfolio/a-heated-rivalry/hero.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.4s ease;
}

.link-block--rivalry:hover .link-block__bg {
  opacity: 0.85;
}