.error-wrap {
  padding: 120px 50px 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.error-wrap .bigtext {
  font-size: 220px;
  margin-bottom: 0;
}
.error-wrap .error-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}
.error-wrap .error-overlay ~ * {
  position: relative;
}
.error-wrap .title {
  font-size: 32px;
}
.error-wrap .subtitle {
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.6;
}
.error-wrap a {
  margin-top: 40px;
}
.error-wrap.light .bigtext {
  color: var(--light-color);
}
.error-wrap.light .title {
  color: var(--light-color);
}
.error-wrap.light .subtitle {
  color: var(--light-color);
}

@media (max-width: 767px) {
  .error-wrap {
    padding: 80px 25px 50px;
  }
  .error-wrap .bigtext {
    font-size: 130px;
  }
  .error-wrap .title {
    font-size: 24px;
  }
  .error-wrap a {
    margin-top: 30px;
  }
}

/*# sourceMappingURL=error-page.min.css.map */
