.max-button[data-v-944a1fee] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 16px;
  padding: 14px 32px;
  font-weight: 600;
  background-color: #0080FF;
  border-radius: 10px;
  line-height: 100%;
}
.max-button[secondary][data-v-944a1fee] {
  padding: 14px 16px;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}
.max-button[green][data-v-944a1fee] {
  background-color: #0a9a49;
}
.max-button[disabled][data-v-944a1fee] {
  cursor: not-allowed;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.4);
}
.max-button[outlined][data-v-944a1fee] {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.max-button[data-v-944a1fee]:hover {
  filter: brightness(103%);
}
.max-button[data-v-944a1fee]:active {
  filter: brightness(97%);
}
.social-button[data-v-944a1fee] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border-radius: 10px;
  background: #fff;
  gap: 10px;
  color: #160526;
  font-size: 18px;
  font-weight: 600;
  line-height: 16px;
}
.social-button[data-v-944a1fee]:hover {
  filter: brightness(105%);
}
.social-button[data-v-944a1fee]:active {
  filter: brightness(97%);
}
.social-button[data-v-944a1fee]:disabled {
  pointer-events: none;
  filter: grayscale(1);
}
.social-button svg[data-v-944a1fee] {
  max-width: 24px;
  max-height: 24px;
}
.not-found[data-v-320d2a88] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}
.not-found[data-v-320d2a88] :not(img) {
  color: #fff;
  position: relative;
}
.not-found span[data-v-320d2a88] {
  font-size: 24px;
  font-weight: 700;
}
.not-found h1[data-v-320d2a88] {
  font-size: 80px;
}
.not-found p[data-v-320d2a88] {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 576px) {
.not-found span[data-v-320d2a88] {
    font-size: 20px;
}
.not-found h1[data-v-320d2a88] {
    font-size: 60px;
}
.not-found p[data-v-320d2a88] {
    font-size: 24px;
    margin-top: 24px;
}
}
.not-found img[data-v-320d2a88] {
  -o-object-fit: cover;
     object-fit: cover;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 576px) {
.not-found img[data-v-320d2a88] {
    max-width: 100vh;
    max-height: 100vw;
    transform: translatex(calc(50vw - 50%)) translatey(calc(50vh - 50%)) rotate(-90deg);
    width: 100vh;
    height: 100vw;
}
}

/*# sourceMappingURL=37.8d84b21b.css.map*/