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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  font-family: sans-serif;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input {
  border-radius: 0;
}
button,
input {
  border: none;
  font: inherit;
  color: inherit;
  outline: none;
}
button {
  background: transparent;
  text-transform: inherit;
  padding: 0;
  margin: 0;
  text-align: inherit;
  cursor: pointer;
}
button[disabled] {
  cursor: default;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: 50% no-repeat;
  background-size: cover;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-weight: 400;
  font-style: normal;
  outline: none;
}
textarea {
  resize: vertical;
  font: inherit;
  color: inherit;
  outline: none;
}
@font-face {
  font-family: Wuhu;
  src: url('../fonts/hinted-Wuhu-Regular.eot');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Wuhu;
  src: url('../fonts/hinted-Wuhu-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
}
html {
  background: url('../images/bg.jpg') #000 50% fixed no-repeat;
  background-size: cover;
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 750px) {
  html {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 24px;
  }
}
body {
  font-family: Wuhu, sans-serif;
}
.t-copy > :not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 750px) {
  .o-button_container {
    margin: 0 auto;
    text-align: center;
  }
}
.o-button {
  display: inline-block;
  padding: 0.5em 1em;
  margin-bottom: 0;
  text-align: center;
  line-height: 1.5;
  color: #e60101;
  border: 3px solid #e60101;
}
.o-button:hover {
  background-color: #e60101;
  color: #fff;
}
.o-image {
  max-width: 10rem;
  margin: 2rem auto;
}
.o-image svg,
.o-table {
  width: 100%;
}
.o-table {
  margin-bottom: 2rem;
}
.o-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}
.o-table td {
  padding-bottom: 0.5em;
}
.o-table td:first-child {
  overflow-x: hidden;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.o-table td:first-child:after {
  content: "................................................................";
  position: absolute;
}
.o-table td:last-child {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.about_image_container {
  max-width: 10rem;
  margin: 0 auto;
  padding: 2rem 0;
}
.about_image_container svg {
  width: 100%;
}
footer {
  text-align: center;
  padding: 0 2rem 2rem;
  color: #e60101;
}
.hero_container {
  position: relative;
  height: calc(100vh - 4rem);
}
.hero_left_container,
.hero_right_container {
  position: fixed;
  top: 50%;
  max-width: 4rem;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .hero_left_container,
  .hero_right_container {
    display: none;
  }
}
.hero_left_container {
  left: 2rem;
}
.hero_right_container {
  right: 2rem;
}
.hero_logo_container {
  visibility: hidden;
  max-width: 20rem;
  height: calc(100vh - 6rem);
  margin: 4rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 750px) {
  .hero_logo_container {
    display: none;
  }
}
.hero_logo_container svg {
  width: 100%;
}
.hero_logo_small_container {
  max-width: 20rem;
  margin: 0 auto;
  padding: 0 2rem;
}
.hero_logo_small_container svg {
  width: 100%;
}
@media (min-width: 750px) {
  .hero_logo_small_container {
    display: none;
  }
}
.hero_scroll_mobile_container {
  max-width: 4rem;
  margin: 2rem auto 4rem;
}
.hero_scroll_mobile_container svg {
  width: 100%;
}
@media (min-width: 750px) {
  .hero_scroll_mobile_container {
    display: none;
  }
}
.hero_scroll_container {
  max-width: 4rem;
  margin-top: 4rem;
  padding-bottom: 2rem;
  z-index: 2;
}
@media (max-width: 750px) {
  .hero_scroll_container {
    display: none;
  }
}
.hero_scroll_container svg,
.nav {
  width: 100%;
}
.nav {
  position: absolute;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 750px) {
  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.nav ul {
  padding: 1rem 0;
}
.nav_list {
  visibility: hidden;
}
.nav_item {
  position: relative;
  margin: 0 auto;
  color: #58ffbb;
  text-align: center;
  margin-top: 2rem;
}
.nav_item .nav_item_link {
  padding: 1rem;
}
@media (min-width: 750px) {
  .nav_item {
    position: fixed;
    margin: 0;
  }
  .nav_item:first-child {
    top: 2rem;
    left: 1rem;
    text-align: left;
  }
  .nav_item:nth-child(2) {
    top: 2rem;
    right: 1rem;
    text-align: right;
  }
}
.icon_container {
  margin-top: 1rem;
}
@media (min-width: 750px) {
  .icon_container {
    margin-top: 0;
    margin-right: 1rem;
  }
}
.icon {
  display: inline-block;
  fill: currentColor;
  width: 1em;
  padding-top: 0.5rem;
  -webkit-transition: fill 0.4s;
  -o-transition: fill 0.4s;
  transition: fill 0.4s;
}
.icon:hover {
  fill: #58ffbb;
}
.section {
  padding: 2rem 0;
}
.section:last-child {
  padding-bottom: 0;
}
@media (min-width: 750px) {
  .section:not(:first-child) {
    padding: 6rem 8rem;
  }
}
@media (max-width: 749px) {
  .section {
    padding: 2rem;
  }
}
.section--fixed {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section--fixed > * {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.section_content_two_col {
  margin-bottom: 2rem;
}
@media (min-width: 750px) {
  .section_content_two_col {
    margin-left: -1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section_content_two_col > * {
    width: 50%;
    padding-left: 1rem;
    overflow: hidden;
  }
  .section_content_two_col > :nth-child(-n + 2) {
    margin-top: 0;
  }
  .section_content_two_col > :nth-child(n + 3) {
    margin-top: 1rem;
  }
  .section_content_two_col > :not(:nth-child(odd)) {
    clear: none;
  }
  .section_content_two_col > :nth-child(odd) {
    clear: left;
  }
}
@media (max-width: 750px) {
  .section_content_two_col .t-copy:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.section_content {
  position: relative;
  background: #fff;
  margin: 0 auto;
  padding: 4rem;
  max-width: 40rem;
}
@media (max-width: 750px) {
  .section_content {
    padding: 4rem 2rem;
  }
}
.section_content:before {
  top: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #000),
    color-stop(0, hsla(0, 0%, 100%, 0))
  );
  background-image: -o-linear-gradient(left, #000 50%, hsla(0, 0%, 100%, 0) 0);
  background-image: linear-gradient(90deg, #000 50%, hsla(0, 0%, 100%, 0) 0);
  background-position: top;
}
.section_content:after,
.section_content:before {
  content: "";
  position: absolute;
  height: 2rem;
  width: 100%;
  left: 0;
  background-size: 2rem 1rem;
  background-repeat: repeat-x;
}
.section_content:after {
  bottom: 0;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(50%, #000),
    color-stop(0, hsla(0, 0%, 100%, 0))
  );
  background-image: -o-linear-gradient(right, #000 50%, hsla(0, 0%, 100%, 0) 0);
  background-image: linear-gradient(270deg, #000 50%, hsla(0, 0%, 100%, 0) 0);
  background-position: bottom;
}
@media (max-width: 750px) {
  .section_content:after,
  .section_content:before {
    background-size: 1rem 0.5rem;
  }
}
.section_heading {
  color: #e60101;
  margin-bottom: 2rem;
}