@font-face {
  font-family: "challista";
  font-display: swap;
  src: url("/fonts/min/challista-sans-min.woff2") format("woff2");
  font-style: normal;
}
@font-face {
  font-family: "opensans";
  font-display: swap;
  src: url("/fonts/min/opensans-light-min.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "opensans";
  font-display: swap;
  src: url("/fonts/min/opensans-regular-min.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@keyframes ldio {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ldio div {
  left: 99px;
  top: 70px;
  position: absolute;
  animation: ldio linear 1.6949152542s infinite;
  background: rgba(204, 204, 204, 0.8);
  width: 1px;
  height: 10px;
  border-radius: 0px;
  transform-origin: 1px 25px;
}
@media (min-width: 769px) {
  .ldio div {
    top: 60px;
    width: 2px;
    height: 15px;
    transform-origin: 1px 35px;
  }
}
@media (min-width: 992px) {
  .ldio div {
    top: 50px;
    width: 2px;
    height: 20px;
    transform-origin: 1px 50px;
  }
}
.ldio div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.5536723164s;
  background: rgba(204, 204, 204, 0.8);
}
.ldio div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1.4124293785s;
  background: rgba(204, 204, 204, 0.8);
}
.ldio div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -1.2711864407s;
  background: rgba(204, 204, 204, 0.8);
}
.ldio div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -1.1299435028s;
  background: rgba(204, 204, 204, 0.8);
}
.ldio div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.988700565s;
  background: rgba(204, 204, 204, 0.8);
}
.ldio div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.8474576271s;
  background: rgba(204, 204, 204, 0.8);
}
.ldio div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.7062146893s;
  background: rgba(204, 204, 204, 0.8);
}
.ldio div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.5649717514s;
  background: rgba(204, 204, 204, 0.8);
}
.ldio div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.4237288136s;
  background: rgba(204, 204, 204, 0.8);
}
.ldio div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2824858757s;
  background: rgba(204, 204, 204, 0.8);
}
.ldio div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1412429379s;
  background: rgba(204, 204, 204, 0.8);
}
.ldio div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
  background: rgba(204, 204, 204, 0.8);
}
.loadingio-spinner-spinner {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: none;
}
.ldio {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
}
.ldio div {
  box-sizing: content-box;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: rgba(204, 204, 204, 0.8);
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
html {
  background-color: #151515;
  color: rgba(204, 204, 204, 0.8);
  font-family: "opensans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1em;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  transform: translate3d(0, 0, 0);
}
app-root {
  opacity: 0;
  top: 0;
  min-height: 100vh;
  display: block;
  position: relative;
  background-color: #202020;
  backface-visibility: hidden !important;
  -webkit-overflow-scrolling: touch;
}
app-main {
  opacity: 0;
  display: block;
  backface-visibility: hidden !important;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0);
  min-height: 100vh;
}
app-header {
  display: block;
  position: relative;
  top: -50px;
}
app-menu {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
}
app-content {
  display: block;
  position: relative;
  box-sizing: border-box;
  z-index: 100;
  max-width: 1152px;
  min-height: 100vh;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: -125px;
  margin-left: auto;
  margin-right: auto;
}
app-footer {
  display: block;
  position: relative;
  box-sizing: border-box;
  z-index: 100;
  max-width: 1152px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOutAnimation {
  100% {
    opacity: 0;
  }
  0% {
    opacity: 0.25;
  }
}
@keyframes rotating {
  100% {
    transform: rotate(360deg);
  }
}
body {
  background-color: #151515;
  top: 0;
  left: 0;
  position: fixed;
  margin: 0;
  font-family: "opensans", Arial, Helvetica, sans-serif;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
body * {
  -webkit-user-drag: none;
  user-select: text;
}
p {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
h1 {
  margin-block-start: 0;
  margin-block-end: 0;
  font-weight: unset;
  color: rgba(204, 204, 204, 0.8);
  font-weight: 100;
}
h2 {
  margin-block-start: 0;
  margin-block-end: 0;
  font-weight: unset;
}
h3 {
  margin-block-start: 0;
  margin-block-end: 0;
  font-weight: unset;
}
@media screen and (max-width: 769px) {
  app-content {
    margin-top: -100px;
  }
}
.heading {
  font-family: "challista", Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  font-size: 1.5em;
  color: #cccccc;
}
.restructive {
  font-family: "challista", Arial, Helvetica, sans-serif;
}
.restructive:after {
  content: "RESTRUCTIVE";
}
.centered-list {
  text-align: center;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.centered-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.centered-list .left {
  text-align: right;
  display: table-cell;
  margin: 0em;
  padding: 1em;
  height: auto;
}
.centered-list .mid {
  display: table-cell;
  margin: 0;
  padding: 0;
  height: auto;
  vertical-align: middle;
  position: relative;
  width: 67px;
}
.centered-list .right {
  display: table-cell;
  margin: 0em;
  padding: 1em;
  height: auto;
  text-align: left;
}
.dot {
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
  height: 5px;
  width: 5px;
  background-color: rgba(204, 204, 204, 0.8);
}
.rotating {
  animation: rotating 10s linear infinite;
}
.break-flex {
  flex-basis: 100%;
  height: 0;
}
