.error404 {
  background: #5771ad;
  background-image: url("/MFC/PA/images/rc-v17/404-not-found.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto auto;
  min-height: 972px;
  position: relative;
}

.error404 .scrollToContent {
  position: absolute;
  padding: 20px 0 20px 0;
  bottom: 0;
  width: 100%;
}

.pagecontent {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding-top: 45px;
  text-align: center;
}

.pagecontent h1, .pagecontent h2 {
  text-shadow: 0 5px 10px #36255c;
  text-shadow: 0 5px 10px rgba(54, 37, 92, 0.7);
  margin: 0;
}

.pagecontent h1 {
  font-size: 116px;
  line-height: 116px;
  margin: 0;
}

.pagecontent h2 {
  font-size: 38px;
  margin-bottom: 32px;
}

.pagecontent p {
  margin-bottom: 28px;
  font-size: 22px;
  line-height: 32px;
}

.pagecontent h1,
.pagecontent h2,
.pagecontent p {
  color: #ffffff;
}

.pagecontent .btnFilled-s4 {
  background: #36255c;
  border: 1px solid #36255c;
}

@media screen and (max-width: 767px) {
  .error404 {
    background-size: 222px auto;
    min-height: 588px;
  }
  .error404::after {
    bottom: 10px;
  }
  .pagecontent {
    max-width: 100%;
    padding: 28px 50px 0;
  }
  .pagecontent h1 {
    font-size: 96px;
    line-height: 96px;
  }
  .pagecontent h2 {
    font-size: 28px;
    margin: 0 0 18px;
  }
  .pagecontent p {
    font-size: 18px;
  }
}

/*# sourceMappingURL=style.error404.min.css.map*/