body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h2,
h3,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  padding: 0;
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table,
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-weight: normal;
  font-style: normal;
}
caption,
th {
  text-align: left;
}
blockquote,
q {
  quotes: none;
}
h1,
h2,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
form {
  margin: 0;
}
input,
textarea,
select,
button {
  font-family: inherit;
  font-size: 100%;
  vertical-align: middle;
}
input[type=submit],
input[type=button] {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
button {
  width: auto;
  overflow: visible;
}
img {
  vertical-align: middle;
}
a:active {
  outline: 0;
}
*:focus {
  outline: none;
}
b,
strong {
  font-size: 100%;
}
@font-face {
  font-family: 'cuprumregular';
  src: url('font/cuprum-regular-webfont.woff2') format('woff2'), url('font/cuprum-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
html {
  height: 100% !important;
}
body,
html {
  background: #12171b;
  font-size: 1vw;
  color: #eff0f1;
  line-height: 1;
  font-family: 'cuprumregular', Roboto, Arial, sans-serif;
  overflow: hidden;
}
.main {
  display: flex;
  position: absolute;
  z-index: 10000;
  width: 100vw;
  padding-top: 8vh;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
}
.wrapper {
  width: 90vw;
}
.typed-text {
  margin: 2rem 5rem;
}
.heading {
  font-size: 3vw;
  line-height: 1.185em;
}
.p {
  font-size: 2rem;
  line-height: 1.35em;
}
.p.is-last {
  margin-top: 3.5rem;
}
a {
  color: #bfd12b;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.is-text {
  color: #eff0f1;
  text-decoration: none;
}
a.is-text:hover {
  text-decoration: none;
}
.typed-cursor {
  opacity: 1;
  font-weight: 100;
  font-size: 2.5rem;
  color: #12171b;
  border-right: 2px solid #eff0f1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  -ms-animation: blink 0.7s infinite;
  -o-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

.typed-cursor{
  opacity: 1;
  animation: typedjsBlink 0.7s infinite;
  -webkit-animation: typedjsBlink 0.7s infinite;
  animation: typedjsBlink 0.7s infinite;
}
@keyframes typedjsBlink{
  50% { opacity: 0.0; }
}
@-webkit-keyframes typedjsBlink{
  0% { opacity: 1; }
  50% { opacity: 0.0; }
  100% { opacity: 1; }
}

.typed-fade-out{
  opacity: 0;
  transition: opacity .25s;
  -webkit-animation: 0;
  animation: 0;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-device-width: 1260px) and (max-device-width: 1600px) {
  .typed-text {
    margin: 1rem 5rem;
  }
  .heading {
    font-size: 3rem;
  }
  .p,
  .typed-cursor {
    font-size: 2rem;
  }
}
@media (min-device-width: 768px) and (max-device-width: 979px) {
  .typed-text {
    margin: 3rem 5rem;
  }
  .heading {
    font-size: 6rem;
  }
  .p,
  .typed-cursor {
    font-size: 3.5rem;
  }
}
@media (min-device-width: 481px) and (max-device-width: 767px) {
  .typed-text {
    margin: 4rem 5rem;
  }
  .heading {
    font-size: 7rem;
  }
  .p,
  .typed-cursor {
    font-size: 4.5rem;
  }
}
@media (max-device-width: 480px) {
  .typed-text {
    margin: 5rem 5rem;
  }
  .heading {
    font-size: 8rem;
  }
  .p,
  .typed-cursor {
    font-size: 5.5rem;
  }
}

canvas {
    pointer-events:none;
    z-index:10;
    position:relative;
}