._page_1ybg1_1 {
  display: flex;
  width: min(100% - 32px, 620px);
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  flex-direction: column;
}

._page_1ybg1_1 > svg {
  color: var(--color-primary);
}

._code_1ybg1_16 {
  margin: 18px 0 8px;
  color: var(--color-primary);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

._page_1ybg1_1 h1 {
  margin: 0;
  font-size: clamp(2rem, 7vw, 3.6rem);
  letter-spacing: -0.05em;
  line-height: 1;
}

._page_1ybg1_1 > p:not(._code_1ybg1_16) {
  max-width: 540px;
  margin: 20px 0 28px;
  color: var(--color-text-muted);
}

._page_1ybg1_1 a,
._page_1ybg1_1 button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 0;
  border-radius: 12px;
  background: var(--color-primary);
  color: #fff;
  font-weight: 750;
  cursor: pointer;
}
