._button_1x6wk_1 {
  min-width: 9.75rem;
  min-height: 3.05rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0.82rem;
  padding: 0 1.18rem;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 1rem 2.4rem rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease;
}

._button_1x6wk_1:focus-visible {
  outline: 2px solid #c04dff;
  outline-offset: 3px;
}

._primary_1x6wk_29 {
  color: #1c1606;
  background: #e69a24;
}

._primary_1x6wk_29:hover {
  color: #100c03;
  background: #f0a832;
  box-shadow: 0 1rem 2.4rem rgba(0, 0, 0, 0.2);
}

._secondary_1x6wk_40 {
  color: rgba(8, 8, 12, 0.72);
  background: rgba(8, 8, 12, 0.08);
}

._secondary_1x6wk_40:hover {
  color: #08080c;
  background: rgba(8, 8, 12, 0.12);
}

.theme-dark ._secondary_1x6wk_40,
._secondary_1x6wk_40[data-theme="dark"] {
  color: rgba(255, 255, 255, 0.78);
  background: #222222;
}

.theme-dark ._secondary_1x6wk_40:hover,
._secondary_1x6wk_40[data-theme="dark"]:hover {
  color: rgba(255, 255, 255, 0.78);
  background: #222222;
}

@media (max-width: 640px), (orientation: landscape) {
  ._button_1x6wk_1 {
    min-width: 0;
    min-height: 2.58rem;
    padding-inline: 0.95rem;
    font-size: 0.72rem;
  }
}
