body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  cursor: none;
  user-select: none;
  background-color: #474747;
  width: 100vw;
  height: 100vh;
}

.stage {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.preload {
  visibility: hidden;
}

.pixel {
  width: 1px;
  height: 1px;
  opacity: 0.01;
  position: absolute;
  top: 0;
  left: 0;
}

.component.abs {
  position: absolute;
}
.component.rel {
  position: relative;
}
.component.cell {
  display: table-cell;
}
.component.row {
  display: table-row;
}
.component.layer {
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.component.wrap {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.component.bbox {
  overflow: hidden;
}

.component.pixel {
  width: 1px;
  height: 1px;
  left: 0;
  top: 0;
  position: absolute;
}

.component.blur {
  -webkit-filter: blur(30px) brightness(0.8) contrast(120%);
  -moz-filter: blur(30px) brightness(0.8) contrast(120%);
  -o-filter: blur(30px) brightness(0.8) contrast(120%);
  -ms-filter: blur(30px) brightness(0.8) contrast(120%);
  filter: blur(30px) brightness(0.8) contrast(120%);
}

.component.blur-light {
  -webkit-filter: blur(11px) brightness(0.8) contrast(120%);
  -moz-filter: blur(11px) brightness(0.8) contrast(120%);
  -o-filter: blur(11px) brightness(0.8) contrast(120%);
  -ms-filter: blur(11px) brightness(0.8) contrast(120%);
  filter: blur(11px) brightness(0.8) contrast(120%);
}

.component span {
  display: inline-block;
}
.component.inl span {
  display: inline;
}
.component.inline {
  display: inline-block;
}

.component.gradient-top {
  left: -1px !important;
  background: -moz-linear-gradient(bottom, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.0) 50%, rgba(0,0,0,0.3) 100%);
  background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.0) 50%, rgba(0,0,0,0.3) 100%);
  background: linear-gradient(to top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.0) 50%, rgba(0,0,0,0.3) 100%);
}
.component.gradient-bottom {
  left: -1px !important;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.0) 50%, rgba(0,0,0,0.3) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.0) 50%, rgba(0,0,0,0.3) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.0) 50%, rgba(0,0,0,0.3) 100%);
}
.component.gradient-dark-bottom {
  background: -moz-linear-gradient(top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.8) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.8) 100%);
}

.component ul, .component ol {
  margin-block-end: 0;
  margin-block-start: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0.75em;
  margin: 0;
  padding: 0 0 0 0.75em;
  text-align: left;
}

.component img.emoji {
  height: 0.9em;
  width: 0.8em;
  margin: 0 .01em 0 .01em;
  vertical-align: -0.1em;
}

.component img.emoji-medium {
  height: 1em;
  width: 1em;
  margin: 0 .05em 0 .1em;
  vertical-align: -0.1em;
}

.component img.emoji-slack {
  height: 0.9em;
  width: 0.9em;
  margin: 0 -.05em 0 -.05em;
  vertical-align: -0.1em;
}

.component span.hashtag {
  color: #1891ff;
}

.component span.hashtag.hashtag-bold {
  font-weight: 700;
  color: #ffffff;
}

.component .twitter span.hashtag {
  color: #1DA1F2;
}
.component .instagram span.hashtag {
  color: #ba3554;
}
.component .facebook span.hashtag {
  color: #3b5998
}
.component .linkedin span.hashtag {
  color: #0084bf;
}
.component .ciscospark span.hashtag {
  color: #005073
}
.component .facebookwork span.hashtag {
  color: #373E4C;
}
