* {
  box-sizing: border-box;
}
.error-wrapper {
  display: flex;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 80vh;
  min-height: 600px;
  text-align: center;
  background-image: linear-gradient(to bottom, #30ddff, #00b1ff);
  color: #fff;
  font-size: 18px;
  .error-banner-404 {
    max-width: 550px;
    margin: 0 auto;
    img {
      width: 100%;
      height: auto;
    }
  }
}

body.no-padding-top {
  padding-top: 0;
  font-family: var(--font-family-base);
}

.ggr-btn {
  /* font-family: 'graphik-bki', 'PingFangTC-Semibold', 'Noto Sans Bold'; */
  letter-spacing: 0.15em;
  display: inline-block;
  border-radius: 60px;
  cursor: pointer;
  text-align: center;
  padding: 0 28px 0 30px;
  text-transform: uppercase;
  line-height: 3;
  transition: all 0.2s;
  border: 2px solid #323237;
  color: #323237;
  font-weight: bolder;
}

.ggr-btn-white {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.go-back-btn {
  font-size: 18px;
  width: 200px;
}

@media (min-width: 768px) {
  .error-wrapper {
    font-size: 24px;
    padding: 200px 0 100px 0;
    min-height: 700px;
  }
}
