.error-state {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
  color: #000;
}
.error-state__wrapper {
  max-width: 63rem;
  text-align: center;
}
.error-state__body, .error-state__footer {
  margin-top: 7.5rem;
}
@media (max-width: 640px) {
  .error-state__body, .error-state__footer {
    margin-top: 3rem;
  }
}
.error-state__body {
  color: #666666;
}
.error-state__title {
  font-size: 14.5rem;
  line-height: 1;
  font-weight: 600;
  display: block;
  margin: 0;
}
@media (max-width: 640px) {
  .error-state__title {
    font-size: 9.6rem;
  }
}
.error-state__subtitle {
  display: block;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 600;
  margin-top: 1em;
}
@media (max-width: 640px) {
  .error-state__subtitle {
    font-size: 1.2rem;
  }
}
.error-state__link {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 600;
  text-decoration: none;
  color: #000;
}
.error-state__link:hover {
  text-decoration: underline;
}
@media (max-width: 640px) {
  .error-state__link {
    font-size: 1.8rem;
  }
}
