.static.-success, .static.-error {
  min-height: 66vh;
  padding-bottom: 100px;
  background-color: transparent;
  background: linear-gradient(0deg, rgb(247, 248, 242) 0%, rgba(247, 248, 242, 0.8) 95%, rgba(0, 0, 0, 0) 100%);
}
.static.-page-not-found .static__content {
  height: calc(100vh - 60px);
  background-image: url("/assets/image/404-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.static.-page-not-found .static__title {
  color: #FDB714;
  font-size: 120px;
  font-size: 7.5rem;
  line-height: 150px;
  line-height: 9.375rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}
.static.-page-not-found .static__text {
  margin-bottom: 60px;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}
.static.-page-not-found .static__button {
  font-weight: 700;
}
.static__header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60px;
  background-color: #231F20;
}
.static__header__container {
  width: 100%;
  max-width: 1128px;
  padding: 8px 24px;
}
.static__header__link {
  display: flex;
}
.static__header__icon {
  width: 42px;
  height: 44px;
}
.static__content {
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.static__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 460px;
  padding: 0 24px;
}
.static__icon {
  margin-bottom: 40px;
  width: 130px;
  height: auto;
}
.static__text {
  color: #231F20;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}
@media only screen and (min-width: 1024px) {
  .static.-success, .static.-error {
    padding: 20px 0 200px 0;
  }
  .static.-page-not-found .static__content {
    height: calc(100vh - 110px);
  }
  .static.-page-not-found .static__title {
    font-size: 160px;
    font-size: 10rem;
    line-height: 200px;
    line-height: 12.5rem;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
  }
  .static.-page-not-found .static__text {
    margin-bottom: 80px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px;
    line-height: 1.875rem;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
  }
  .static__header {
    height: 110px;
  }
  .static__header__container {
    height: 110px;
    padding: 20px 24px;
  }
  .static__header__icon {
    width: 67px;
    height: 70px;
  }
  .static__icon {
    margin-bottom: 50px;
  }
  .static__text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
  }
}
@media only screen and (min-width: 1248px) {
  .static__header__container {
    padding: 20px 0;
  }
}