@font-face {
  font-family: "GT-Eesti-Text-Medium";
  src: url("//storage-shared-assets.outwardinc.com/fonts/ensemble/GT-Eesti-Text-Medium.woff");
}
@font-face {
  font-family: "GT-Eesti-Text-Book";
  src: url("//storage-shared-assets.outwardinc.com/fonts/ensemble/GT-Eesti-Text-Book.woff");
}
html,
body {
  margin: 0;
  text-align: center;
  font-family: "GT-Eesti-Text-Book";
  height: 100%;
}
.error-container {
  position: absolute;
  top: calc(50% - 130px);
  left: 50%;
  transform: translateX(-50%);
}
.error-message,
.error-footer {
  width: 845px;
  box-sizing: border-box;
}
.error-message {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 15px 120px;
}
.error-message .icon {
  width: 320px;
}
.error-message .not-available {
  text-align: left;
}
.error-message .not-available .sorry {
  font-family: "GT-Eesti-Text-Medium";
  font-size: 28px;
  letter-spacing: 0.63px;
  line-height: 22px;
}
.error-message .not-available .does-not-exist {
  margin-top: 20px;
  font-size: 18px;
  line-height: 22px;
}
.error-footer {
  border-top: 1px solid #d9d9d9;
  padding-top: 80px;
}
.error-footer .logo {
  width: 300px;
}
.error-footer .learn-more {
  font-size: 16px;
  line-height: 25px;
  margin-top: 15px;
}
.error-footer .learn-more .brand-link {
  color: #4a4a4a;
  text-decoration: none;
}
