@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.container {
  margin: 0 auto;
  max-width: 75rem;
  padding: 0 1rem;
  position: relative;
  width: 100%;
}

.row {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%;
}
.row.row-no-padding {
  padding: 0;
}
.row.row-no-padding > .column {
  padding: 0;
}
.row.row-wrap {
  flex-wrap: wrap;
}
.row.row-top {
  align-items: flex-start;
}
.row.row-bottom {
  align-items: flex-end;
}
.row.row-center {
  align-items: center;
}
.row.row-stretch {
  align-items: stretch;
}
.row.row-baseline {
  align-items: baseline;
}
.row .column {
  display: block;
  flex: 1 1 auto;
  margin-left: 0;
  max-width: 100%;
  width: 100%;
}
.row .column.column-offset-10 {
  margin-left: 10%;
}
.row .column.column-offset-20 {
  margin-left: 20%;
}
.row .column.column-offset-25 {
  margin-left: 25%;
}
.row .column.column-offset-33, .row .column.column-offset-34 {
  margin-left: 33.3333%;
}
.row .column.column-offset-40 {
  margin-left: 40%;
}
.row .column.column-offset-50 {
  margin-left: 50%;
}
.row .column.column-offset-60 {
  margin-left: 60%;
}
.row .column.column-offset-66, .row .column.column-offset-67 {
  margin-left: 66.6666%;
}
.row .column.column-offset-75 {
  margin-left: 75%;
}
.row .column.column-offset-80 {
  margin-left: 80%;
}
.row .column.column-offset-90 {
  margin-left: 90%;
}
.row .column.column-10 {
  flex: 0 0 10%;
  max-width: 10%;
}
.row .column.column-20 {
  flex: 0 0 20%;
  max-width: 20%;
}
.row .column.column-25 {
  flex: 0 0 25%;
  max-width: 25%;
}
.row .column.column-33, .row .column.column-34 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.row .column.column-40 {
  flex: 0 0 40%;
  max-width: 40%;
}
.row .column.column-50 {
  flex: 0 0 50%;
  max-width: 50%;
}
.row .column.column-60 {
  flex: 0 0 60%;
  max-width: 60%;
}
.row .column.column-66, .row .column.column-67 {
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}
.row .column.column-75 {
  flex: 0 0 75%;
  max-width: 75%;
}
.row .column.column-80 {
  flex: 0 0 80%;
  max-width: 80%;
}
.row .column.column-90 {
  flex: 0 0 90%;
  max-width: 90%;
}
.row .column .column-top {
  align-self: flex-start;
}
.row .column .column-bottom {
  align-self: flex-end;
}
.row .column .column-center {
  align-self: center;
}

@media (min-width: 37.5625rem) {
  .container {
    padding: 0 2rem;
  }
  .row {
    flex-direction: row;
    margin-left: 1rem;
    width: calc(100% + 2rem);
  }
  .row .column {
    margin-bottom: inherit;
    padding: 0 1rem;
  }
}
.bg-bg {
  background-color: #151515;
}

.bg-fg {
  background-color: #EEE;
}

.bg-main {
  background-color: #F05;
}

.bg-200 {
  background-color: #171717;
}

.bg-500 {
  background-color: #777;
}

.color-bg {
  color: #151515;
}

.color-fg {
  color: #EEE;
}

.color-main {
  color: #F05;
}

.color-200 {
  color: #171717;
}

.color-500 {
  color: #777;
}

@font-face {
  font-family: "Disket Mono";
  src: url("/fonts/subset-DisketMono.woff2") format("woff2"), url("/fonts/subset-DisketMono.woff") format("woff"), url("/fonts/subset-DisketMono.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("/fonts/rubik.woff2") format("woff2"), url("/fonts/rubik.woff") format("woff"), url("/fonts/rubik.ttf") format("truetype"); /* Older browsers */
  font-weight: bold;
  font-style: normal;
}
b, strong {
  font-weight: bold;
}

p {
  margin-top: 0;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: "Roboto Mono", Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
  font-weight: normal;
  font-style: normal;
  color: #FFF;
}

h1, .h1 {
  font-size: 2.4rem;
  line-height: 1.25;
}

h2, .h2 {
  font-size: 2rem;
  line-height: 1.2;
}

h3, .h3 {
  font-size: 1.6rem;
  line-height: 1.25;
}

h4, .h4 {
  font-size: 1.4rem;
  line-height: 1.25;
}

h5, .h5 {
  font-size: 1.2rem;
  line-height: 1.333333333;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.5;
}

a h1, a .h1,
a h2, a .h2,
a h3, a .h3,
a h4, a .h4,
a h5, a .h5,
a h6, a .h6 {
  margin-bottom: 0;
}
a:hover h1, a:hover .h1, a:hover h2, a:hover .h2, a:hover h3, a:hover .h3, a:hover h4, a:hover .h4, a:hover h5, a:hover .h5, a:hover h6, a:hover .h6, a:focus h1, a:focus .h1, a:focus h2, a:focus .h2, a:focus h3, a:focus .h3, a:focus h4, a:focus .h4, a:focus h5, a:focus .h5, a:focus h6, a:focus .h6 {
  color: #F05;
}

#header .slogan, nav.main .menu ul, .local, .font-custom {
  font-family: "Disket Mono", "Roboto Mono", Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
  letter-spacing: -1px;
}

.mono {
  font-family: "Roboto Mono", Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
}

.sans {
  font-family: "Helvetica Neue", "Arial Nova", Helvetica, Arial, sans-serif;
}

.serif {
  font-family: Times, "Times New Roman", serif;
}

@media (min-width: 56.3125rem) {
  h1, .h1 {
    font-size: 3rem;
    line-height: 1.333333333;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 2rem;
  }
  h4, .h4 {
    font-size: 1.75rem;
  }
  h5, .h5 {
    font-size: 1.5rem;
  }
  h6, .h6 {
    font-size: 1.25rem;
  }
}
*,
*:after,
*:before {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

body {
  background: #000;
  color: #EEE;
  font-family: "Roboto Mono", Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
  line-height: 1.5;
}

blockquote {
  margin-left: 0;
  margin-right: 0;
  padding: 0 2rem 0 5rem;
  quotes: "“" "”" "‘" "’";
  position: relative;
}
blockquote *:last-child {
  margin-bottom: 0;
}

blockquote::before {
  content: "“";
  font-size: 10rem;
  font-family: sans-serif;
  position: absolute;
  left: 0;
  top: -0.1em;
  line-height: 1.1;
}

figure.quote {
  margin: 0;
}
figure.quote blockquote {
  margin-bottom: 0.5rem;
}
figure.quote figcaption {
  padding: 0 2rem 0 5rem;
  text-align: right;
  margin-top: 1.5rem;
  font-size: 0.875rem;
}

.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  background-color: #EEE;
  border: 1px solid #EEE;
  border-radius: 5px;
  color: #151515;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  letter-spacing: 1px;
  line-height: 3em;
  padding: 0 2em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.button:focus, .button:hover,
button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
  background-color: #F05;
  border-color: #F05;
  color: #000;
  outline: 0;
}
.button[disabled],
button[disabled],
input[type=button][disabled],
input[type=reset][disabled],
input[type=submit][disabled] {
  cursor: default;
  opacity: 0.25;
}
.button[disabled]:focus, .button[disabled]:hover,
button[disabled]:focus,
button[disabled]:hover,
input[type=button][disabled]:focus,
input[type=button][disabled]:hover,
input[type=reset][disabled]:focus,
input[type=reset][disabled]:hover,
input[type=submit][disabled]:focus,
input[type=submit][disabled]:hover {
  background-color: #EEE;
  border-color: #EEE;
}
.button.button-outline,
button.button-outline,
input[type=button].button-outline,
input[type=reset].button-outline,
input[type=submit].button-outline {
  background-color: transparent;
  color: #EEE;
}
.button.button-outline:focus, .button.button-outline:hover,
button.button-outline:focus,
button.button-outline:hover,
input[type=button].button-outline:focus,
input[type=button].button-outline:hover,
input[type=reset].button-outline:focus,
input[type=reset].button-outline:hover,
input[type=submit].button-outline:focus,
input[type=submit].button-outline:hover {
  background-color: transparent;
  border-color: #F05;
  color: #F05;
}
.button.button-outline[disabled]:focus, .button.button-outline[disabled]:hover,
button.button-outline[disabled]:focus,
button.button-outline[disabled]:hover,
input[type=button].button-outline[disabled]:focus,
input[type=button].button-outline[disabled]:hover,
input[type=reset].button-outline[disabled]:focus,
input[type=reset].button-outline[disabled]:hover,
input[type=submit].button-outline[disabled]:focus,
input[type=submit].button-outline[disabled]:hover {
  border-color: inherit;
  color: #EEE;
}
.button.button-clear,
button.button-clear,
input[type=button].button-clear,
input[type=reset].button-clear,
input[type=submit].button-clear {
  background-color: transparent;
  border-color: transparent;
  color: #EEE;
}
.button.button-clear:focus, .button.button-clear:hover,
button.button-clear:focus,
button.button-clear:hover,
input[type=button].button-clear:focus,
input[type=button].button-clear:hover,
input[type=reset].button-clear:focus,
input[type=reset].button-clear:hover,
input[type=submit].button-clear:focus,
input[type=submit].button-clear:hover {
  background-color: transparent;
  border-color: transparent;
  color: #F05;
}
.button.button-clear[disabled]:focus, .button.button-clear[disabled]:hover,
button.button-clear[disabled]:focus,
button.button-clear[disabled]:hover,
input[type=button].button-clear[disabled]:focus,
input[type=button].button-clear[disabled]:hover,
input[type=reset].button-clear[disabled]:focus,
input[type=reset].button-clear[disabled]:hover,
input[type=submit].button-clear[disabled]:focus,
input[type=submit].button-clear[disabled]:hover {
  color: #EEE;
}

code, kbd, .pre {
  font-family: "Roboto Mono", Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
  font-size: 0.875rem;
  margin: 0;
  padding: 0.2rem 0.4rem;
  white-space: nowrap;
}

code, kbd {
  background-color: #EEE;
  color: #151515;
}

pre {
  overflow-y: hidden;
  border-left: 3px solid #EEE;
}
pre > code {
  background: inherit;
  color: inherit;
  border-radius: 0;
  display: block;
  padding: 0.5rem 1rem;
  white-space: pre;
  font-size: 100%;
}

pre.unstyled {
  line-height: 1.1;
  margin: 0;
  border: 0 none;
}

hr {
  border: 0;
  margin: 2rem 0;
  height: 1px;
  background: linear-gradient(to right, #333 50%, transparent 50%);
  background-size: 8px 20px;
}

input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
input[type=week],
input:not([type]),
textarea,
select {
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #777;
  border-radius: 5px;
  box-shadow: none;
  box-sizing: inherit;
  height: 4rem;
  padding: 0.6rem 1rem 0.7rem;
  width: 100%;
  color: #EEE;
}
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
input[type=week]:focus,
input:not([type]):focus,
textarea:focus,
select:focus {
  border-color: #F05;
  outline: 0;
}

select {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 8" width="30"><path fill="%23777" d="M0,0l6,8l6-8"/></svg>') center right no-repeat;
  padding-right: 3rem;
}
select:focus {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 8" width="30"><path fill="%23F05" d="M0,0l6,8l6-8"/></svg>');
}
select[multiple] {
  background: none;
  height: auto;
}

option {
  background: #171717;
}

textarea {
  min-height: 11rem;
}

label,
legend {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

fieldset {
  border-width: 0;
  padding: 0;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
}

input[type=color] {
  padding: 0;
  border: 0 none;
}

.label-inline {
  display: inline-block;
  font-weight: normal;
  margin-left: 0.5rem;
}

a {
  color: currentColor;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
a:focus, a:hover {
  color: #F05;
}

a[href^=http]:not([href*=localhost]):not([href*="wecode24.com"]):not(.hideexternal)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' focusable='false' viewBox='0 2 12 12'%3E%3Cpath d='M11 10h1v3c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h3v1H1v10h10v-3zM6 2l2.25 2.25L5 7.5L6.5 9l3.25-3.25L12 8V2H6z' fill='%23444'/%3E%3Crect /%3E%3C/svg%3E");
  content: "";
  width: 1rem;
  height: 1rem;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 0.75rem;
  padding-right: 1rem;
}

dl,
ol,
ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
  margin-left: 2rem;
}
dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
  margin: 1rem 0 1rem 2rem;
}

ol {
  list-style: decimal outside;
}

ul {
  list-style: square outside;
}
ul li {
  padding-left: 0.5rem;
}
ul.spaced li {
  margin: 1.5rem 0;
}

.button,
button,
dd,
dt,
li {
  margin-bottom: 1rem;
}

fieldset,
input,
select,
textarea {
  margin-bottom: 1rem;
}

blockquote,
dl,
figure,
form,
ol,
p,
pre,
table,
ul {
  margin-bottom: 1.5rem;
}

table {
  display: block;
  overflow-x: auto;
  text-align: left;
  width: 100%;
}

td, .td,
th, .th {
  border: 1px solid #171717;
  padding: 0.75rem 1rem;
}

th {
  text-transform: uppercase;
  font-weight: normal;
}

@media (min-width: 37.5625rem) {
  table {
    display: table;
    overflow-x: initial;
  }
}
.table {
  display: flex;
  flex-flow: column nowrap;
  row-gap: 2px;
  width: 100%;
}

.tr {
  display: flex;
  flex-flow: row nowrap;
  -moz-column-gap: 2px;
       column-gap: 2px;
  width: 100%;
}

.th, .td {
  display: flex;
  align-items: center;
  background: #151515;
}
.th.grow, .td.grow {
  flex: 1;
}

figure {
  text-align: center;
}

img:not(.fixedsize) {
  display: block;
  height: auto;
  width: auto;
  max-width: 100%;
}

.gallery {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: 25px;
  margin-bottom: 25px;
}

.gallery img.pixel {
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

.gallery .thumb {
  width: 100%;
  height: auto;
  min-width: 220px;
  border-bottom: 0 none;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery .thumb img {
  display: block;
}

@media (min-width: 37.5625rem) {
  .gallery .thumb {
    max-width: 220px;
    max-height: 220px;
  }
}
@media (min-width: 56.3125rem) {
  .video-small {
    max-width: 600px;
  }
}
.video {
  margin-top: 0.5rem;
  margin-bottom: 1.25rem;
}

.map-responsive, .responsive, .video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  width: 100%;
  max-width: 100%;
}

.map-responsive iframe, .video-responsive embed, .video-responsive iframe, .video-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

svg {
  fill: currentColor;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: table;
}

.flex {
  display: flex;
}

.items-center {
  align-items: center;
}

.bold {
  font-weight: bold;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-center {
  text-align: center;
}

.pixelated {
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

.crt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/images/crt.jpg");
  z-index: 10;
  background-size: auto 8px;
  pointer-events: none;
  opacity: 0.06;
  height: 100%;
}

.dither {
  position: relative;
  max-height: 400px;
  overflow: hidden;
  display: flex;
}
.dither img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.dither::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/images/dither.png");
  background-size: 8px;
  opacity: 0.75;
  mix-blend-mode: overlay;
  pointer-events: none;
}

body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 4px);
  pointer-events: none;
  z-index: 999;
}

#body {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #AAA;
  background-color: #000;
  /*    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1rem" height="1rem"><rect width="100%" height="100%" fill="none"/><circle cx="1rem" cy="1rem" r="1px" fill="%23444"/></svg>');*/
  font-family: "Roboto Mono", Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
  /*    font-family: $fonts-custom-mono;*/
}

::-moz-selection {
  background: #F05;
  color: #151515;
}

::selection {
  background: #F05;
  color: #151515;
}

mark {
  background-color: #F05;
  background: #EEE;
  color: #151515;
  padding: 0.1em 0.3em;
}

.local {
  font-size: 0.875rem;
}

.caps {
  text-transform: uppercase;
}

.larger {
  font-size: 1.5em;
  line-height: 1.5;
}

.op25 {
  opacity: 0.25;
}

.nowrap {
  white-space: nowrap;
}

.logo {
  margin: 0 1rem;
}

.social-links {
  display: flex;
  flex-direction: column;
}
.social-links a {
  text-align: center;
  border-bottom: none;
  margin-bottom: 3rem;
}
.social-links a .icon {
  width: 3rem;
  height: 3rem;
  display: block;
  margin: 0 auto;
}

@media (min-width: 37.5625rem) {
  .social-links {
    flex-direction: row;
  }
  .social-links a {
    margin-bottom: 0;
    margin-right: 6rem;
  }
  .social-links a .icon {
    margin: 0 auto;
  }
}
nav.main .burger {
  font-size: 1.9rem;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  z-index: 1001;
  text-align: right;
  cursor: pointer;
  color: #777;
  transition: opacity 0.5s ease;
  padding: 0.2rem;
  background-color: #000;
}
nav.main .burger:hover {
  color: #FFF;
}
nav.main #burger-to-close {
  font-size: 2.5rem;
  background: none;
}
nav.main .container {
  position: relative;
  padding: 0;
}
nav.main .menu {
  display: none;
  transition: top 0.3s ease;
  width: 100%;
}
nav.main .menu ul {
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 1rem 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
  letter-spacing: -1px;
}
nav.main .menu ul li {
  margin: 0;
  padding: 0;
  text-align: center;
}
nav.main .menu ul li a {
  padding: 0.5rem 2rem;
  border: 0 none;
  display: block;
}
nav.main .menu ul li a.home-icon {
  display: inline-block;
}
nav.main .menu ul li a.home-icon svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
nav.main .menu ul li a:hover {
  color: #F05;
}
nav.main .menu ul li.currentPage a {
  color: #F05;
}
nav.main.open {
  top: 0;
  border-bottom: 1px solid #171717;
}
nav.main.open .menu {
  display: block;
}
nav.main.open #burger-to-open {
  display: none;
}
nav.main.static {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #EEE;
}
nav.main.static .menu {
  max-height: 90vh;
  overflow-y: auto;
}

@media (min-width: 56.3125rem) {
  nav.main .menu ul {
    flex-direction: row;
    align-items: center;
    padding: 0;
  }
  nav.main .menu ul li {
    border-bottom: 0 none;
  }
  nav.main .menu ul li:first-child {
    margin-left: 0;
    position: relative;
  }
  nav.main.static .menu {
    height: auto;
  }
}
#involved #turtleCinema {
  height: 380px;
}

#turtleCinema {
  box-sizing: content-box;
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 16rem;
  z-index: 1;
  border-top: 1px solid #171717;
  border-bottom: 1px solid #171717;
}
#turtleCinema canvas {
  width: 100%;
  height: 100%;
  display: block;
}
#turtleCinema + h1 {
  margin-top: 2rem;
}

#header {
  width: 100%;
  z-index: 500;
  pointer-events: none;
  opacity: 1;
  transition: opacity 2s ease;
}
#header .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 0 1rem;
  position: relative;
}
#header h1 {
  font-family: "Rubik", "Disket Mono", "Roboto Mono", Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
  font-size: 3.6rem;
  line-height: 1;
  margin: 2rem 0 0;
  text-shadow: 0px 0px 4px #000, 0px 0px 8px #000;
}
#header h1 span {
  font-size: 0.5em;
}
#header .slogan {
  font-size: 0.8125rem;
  text-shadow: 0px 0px 4px #000, 0px 0px 8px #000;
  line-height: 1.2;
}
#header #scroll-arrow {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.5);
  animation: bounce 2s infinite;
  z-index: 200;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}

#manifesto h1 {
  font-size: 2.25rem;
}

@media (min-width: 37.5625rem) {
  #header .container {
    padding: 0 2rem;
  }
  #header h1 {
    font-size: 4.5rem;
  }
  #header .slogan {
    font-size: 1rem;
  }
}
main .container {
  padding: 0 1rem;
}
main section {
  margin: 5rem 0;
}
main li, main p {
  max-width: 80ch;
}
main .cta a {
  font-size: 1.25rem;
}

@media (min-width: 37.5625rem) {
  main .container {
    padding: 0 2rem;
  }
}
.footrider {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  flex-wrap: wrap;
  margin: 0 auto;
}
.footrider .right {
  text-align: right;
  margin-left: auto;
}
.footrider img {
  vertical-align: bottom;
}
.footrider #sim {
  font-size: 0.75rem;
  color: #777;
  line-height: 1.5;
  margin-left: auto;
  flex-shrink: 0;
}
.footrider #binary {
  font-size: 0.5625rem;
  color: #171717;
  line-height: 1.5;
}

#sitefooter {
  padding-top: 4rem;
  position: relative;
  overflow: hidden;
}
#sitefooter .container {
  display: flex;
  flex-direction: column;
  margin: 2rem auto 1rem;
  text-align: center;
  font-size: 0.8125rem;
  letter-spacing: 1px;
  color: #777;
}
#sitefooter .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}
#sitefooter .col-links {
  order: 1;
}
#sitefooter .col-social {
  order: 2;
}
#sitefooter .col-us {
  order: 3;
}
#sitefooter .signoff {
  overflow: visible;
  margin-top: 3rem;
}
#sitefooter .signoff .container {
  flex-direction: column;
  align-items: flex-start;
  font-size: 0.6875rem;
  text-align: left;
}
#sitefooter .signoff .container::before {
  content: "ウェコ—ド";
  position: absolute;
  bottom: 0;
  right: 1rem;
  font-size: 3rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.075);
  letter-spacing: 1rem;
  writing-mode: vertical-lr;
  pointer-events: none;
  z-index: 0;
  width: 100%;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  white-space: nowrap;
  max-width: 75rem;
}
#sitefooter a {
  color: #888;
  text-decoration: none;
  border-bottom: none;
  text-underline-offset: 3px;
}
#sitefooter a:hover {
  text-decoration: underline;
  color: #F05;
}
#sitefooter .currentPage a {
  text-decoration: underline;
}
#sitefooter nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sitefooter nav ul li {
  margin: 0.5rem 0;
  max-width: none;
  padding-left: 0;
}
#sitefooter .logo svg {
  width: 7.5rem;
}
#sitefooter .social-links {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}
#sitefooter .social-links a {
  margin-right: 0;
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#sitefooter .social-links a .icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 4px;
  margin-right: 8px;
}
#sitefooter .social-links a:hover .icon {
  opacity: 1;
}
#sitefooter signature {
  padding: 0.5rem 0;
  opacity: 0.6;
}

@media (min-width: 37.5625rem) {
  #sitefooter {
    font-size: 1.3rem;
  }
  #sitefooter .container {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0;
  }
  #sitefooter .col {
    margin-bottom: 0;
  }
  #sitefooter .col-links {
    order: 1;
    text-align: left;
  }
  #sitefooter .col-social {
    order: 3;
  }
  #sitefooter .col-us {
    order: 2;
  }
  #sitefooter .social-links {
    align-items: end;
  }
  #sitefooter .signoff .container::before {
    writing-mode: horizontal-tb;
    justify-content: flex-end;
    align-items: flex-end;
    right: 1rem;
  }
}

/*# sourceMappingURL=main.css.map*/