.wscn-http404-container[data-v-6e892acf] {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 40%;
  left: 50%;
}
.wscn-http404[data-v-6e892acf] {
  position: relative;
  width: 75rem;
  padding: 0 3.125rem;
  overflow: hidden;
}
.wscn-http404 .pic-404[data-v-6e892acf] {
    position: relative;
    float: left;
    width: 37.5rem;
    overflow: hidden;
}
.wscn-http404 .pic-404__parent[data-v-6e892acf] {
      width: 100%;
}
.wscn-http404 .pic-404__child[data-v-6e892acf] {
      position: absolute;
}
.wscn-http404 .pic-404__child.left[data-v-6e892acf] {
        width: 5rem;
        top: 1.0625rem;
        left: 13.75rem;
        opacity: 0;
        animation-name: cloudLeft-data-v-6e892acf;
        animation-duration: 2s;
        animation-timing-function: linear;
        animation-fill-mode: forwards;
        animation-delay: 1s;
}
.wscn-http404 .pic-404__child.mid[data-v-6e892acf] {
        width: 2.875rem;
        top: 0.625rem;
        left: 26.25rem;
        opacity: 0;
        animation-name: cloudMid-data-v-6e892acf;
        animation-duration: 2s;
        animation-timing-function: linear;
        animation-fill-mode: forwards;
        animation-delay: 1.2s;
}
.wscn-http404 .pic-404__child.right[data-v-6e892acf] {
        width: 3.875rem;
        top: 6.25rem;
        left: 31.25rem;
        opacity: 0;
        animation-name: cloudRight-data-v-6e892acf;
        animation-duration: 2s;
        animation-timing-function: linear;
        animation-fill-mode: forwards;
        animation-delay: 1s;
}
@keyframes cloudLeft-data-v-6e892acf {
0% {
    top: 1.0625rem;
    left: 13.75rem;
    opacity: 0;
}
20% {
    top: 2.0625rem;
    left: 11.75rem;
    opacity: 1;
}
80% {
    top: 5.0625rem;
    left: 5.75rem;
    opacity: 1;
}
100% {
    top: 6.0625rem;
    left: 3.75rem;
    opacity: 0;
}
}
@keyframes cloudMid-data-v-6e892acf {
0% {
    top: 0.625rem;
    left: 26.25rem;
    opacity: 0;
}
20% {
    top: 2.5rem;
    left: 22.5rem;
    opacity: 1;
}
70% {
    top: 8.125rem;
    left: 11.25rem;
    opacity: 1;
}
100% {
    top: 10rem;
    left: 7.5rem;
    opacity: 0;
}
}
@keyframes cloudRight-data-v-6e892acf {
0% {
    top: 6.25rem;
    left: 31.25rem;
    opacity: 0;
}
20% {
    top: 7.5rem;
    left: 28.75rem;
    opacity: 1;
}
80% {
    top: 11.25rem;
    left: 21.25rem;
    opacity: 1;
}
100% {
    top: 12.5rem;
    left: 18.75rem;
    opacity: 0;
}
}
.wscn-http404 .bullshit[data-v-6e892acf] {
    position: relative;
    float: left;
    width: 18.75rem;
    padding: 1.875rem 0;
    overflow: hidden;
}
.wscn-http404 .bullshit__oops[data-v-6e892acf] {
      font-size: 2rem;
      font-weight: bold;
      line-height: 2.5rem;
      color: #1482f0;
      opacity: 0;
      margin-bottom: 1.25rem;
      animation-name: slideUp-data-v-6e892acf;
      animation-duration: 0.5s;
      animation-fill-mode: forwards;
}
.wscn-http404 .bullshit__headline[data-v-6e892acf] {
      font-size: 1.25rem;
      line-height: 1.5rem;
      color: #222;
      font-weight: bold;
      opacity: 0;
      margin-bottom: 3.125rem;
      animation-name: slideUp-data-v-6e892acf;
      animation-duration: 0.5s;
      animation-delay: 0.1s;
      animation-fill-mode: forwards;
}
.wscn-http404 .bullshit__info[data-v-6e892acf] {
      font-size: 0.8125rem;
      line-height: 1.3125rem;
      color: grey;
      opacity: 0;
      margin-bottom: 1.875rem;
      animation-name: slideUp-data-v-6e892acf;
      animation-duration: 0.5s;
      animation-delay: 0.2s;
      animation-fill-mode: forwards;
}
.wscn-http404 .bullshit__return-home[data-v-6e892acf] {
      display: block;
      float: left;
      width: 6.875rem;
      height: 2.25rem;
      background: #1482f0;
      border-radius: 6.25rem;
      text-align: center;
      color: #ffffff;
      opacity: 0;
      font-size: 0.875rem;
      line-height: 2.25rem;
      cursor: pointer;
      animation-name: slideUp-data-v-6e892acf;
      animation-duration: 0.5s;
      animation-delay: 0.3s;
      animation-fill-mode: forwards;
}
@keyframes slideUp-data-v-6e892acf {
0% {
    transform: translateY(3.75rem);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}

