.styles_mui-error-message__V_jxS {
  color: #d32f2f;
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.66;
  letter-spacing: 0.03333em;
  text-align: left;
  margin-right: 14px;
  margin-left: 14px;
}

.styles_account-type-card__NbqFW {
  --white: #fff;
  --blur: 2px;

  color: var(--white);

  position: relative;
}

.styles_account-type-card__NbqFW::before {
  content: '';
  position: absolute;

  border-radius: 10px;

  inset: 0;
  z-index: -1;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -moz-filter: blur(var(--blur));
  -o-filter: blur(var(--blur));
  -ms-filter: blur(var(--blur));
  filter: blur(var(--blur));
}

.styles_community-card__VsTkk {
  color: var(--white);
}

.styles_community-card__VsTkk::before {
  background-image: url(/_next/static/media/community.31b22605.jpg);
}

.styles_business-card__0cTfs::before {
  background-image: url(/_next/static/media/business.2bd89311.jpg);
}

/* select styles */
.styles_select__k7yqO {
  --border-radius: 10px;
  --border-color: rgba(0, 0, 0, 0.23);
  --fs-label: 1rem;
  --lh-label: 1.5rem;
  --active-color: #ed2939;
  --white: #fff;

  width: 100%;

  display: flex;
  flex-direction: column;
  gap: 4px;
}

.styles_select__k7yqO .styles_select__title__weD_5 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.styles_select__k7yqO .styles_select__options__yKPWc {
  width: -moz-fit-content;
  width: fit-content;

  display: flex;
  align-items: center;

  border-radius: var(--border-radius);
}

.styles_select__k7yqO .styles_select__options__yKPWc label {
  font-family: var(--font-primary);

  display: inline-block;
  padding: 10px 10px;
  border: 1px solid var(--border-color);

  font-size: var(--fs-label);
  line-height: var(--lh-label);

  cursor: pointer;
  transition: all 0.3s;
}

@media (width >= 48rem) {
  .styles_signup__tabs__xsjJf {
    padding: 10px 14px;
  }
}

.styles_select__k7yqO .styles_select__options__yKPWc.styles_full-width__Qbc5o {
  width: 100%;
}

.styles_select__k7yqO .styles_select__options__yKPWc.styles_full-width__Qbc5o label {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.styles_select__k7yqO .styles_select__options__yKPWc label:not(:last-child) {
  border-right: none;
}

.styles_select__k7yqO .styles_select__options__yKPWc label:last-child {
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}

.styles_select__k7yqO .styles_select__options__yKPWc label:first-child {
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
}

.styles_select__k7yqO .styles_select__options__yKPWc label:has(input) input {
  display: none;
}

.styles_select__k7yqO .styles_select__options__yKPWc label:has(input:checked) {
  background-color: var(--active-color);
  border-color: var(--active-color);
  color: var(--white);
}

