* {
  font-family: sans-serif;
}

svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -250px;
  margin-left: -400px;
}

.fof {
  display: table-cell;
  vertical-align: middle;
}
.fof h2 {
  color: #888;
  font-size: 50px;
  display: inline-block;
}
.fof h2 span {
  padding-right: 12px;
  animation: type 0.5s alternate infinite;
}

h1 {
  position: relative;
  background: white;
  color: black;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
h1:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 1em, #0f2f49 1em, #868789 50%), repeating-linear-gradient(45deg, #0f2f49, #81817b 1em, #868789 1em, #0f2f49 50%);
  background-size: 3em 3em, 2em 2em;
  animation-name: ani;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.message-box {
  height: 200px;
  width: 380px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: 50px;
  font-weight: 300;
}
.message-box h1 {
  font-size: 100px;
  line-height: 150px;
  margin-bottom: 0;
}

.buttons-con .action-link-wrap {
  margin-top: 40px;
}
.buttons-con .action-link-wrap a {
  background: #0f2f49;
  padding: 8px 25px;
  border-radius: 4px;
  color: #b4b5b7;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.3s linear;
  cursor: pointer;
  text-decoration: none;
  margin-right: 10px;
}
.buttons-con .action-link-wrap a:hover {
  background: #143a5a;
  color: #fff;
}

.Polygon-1, .Polygon-2, .Polygon-3, .Polygon-4, .Polygon-5 {
  animation: float 1s infinite ease-in-out alternate;
}

.Polygon-1 {
  animation-delay: 0.2s;
}

.Polygon-2 {
  animation-delay: 0.4s;
}

.Polygon-3 {
  animation-delay: 0.6s;
}

.Polygon-4 {
  animation-delay: 0.8s;
}

.Polygon-5 {
  animation-delay: 1s;
}

@keyframes float {
  100% {
    transform: translateY(20px);
  }
}
@keyframes ani {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 400% 0;
  }
}
@media (max-width: 450px) {
  svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -190px;
  }

  .message-box {
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -190px;
    text-align: center;
  }
}
@keyframes type {
  from {
    box-shadow: inset -3px 0px 0px #888;
  }
  to {
    box-shadow: inset -3px 0px 0px transparent;
  }
}

/*# sourceMappingURL=error-page-stylesheet.css.map */
