/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.ant-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  top: -0.09em;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
}
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner,
.ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #1890ff;
}
.ant-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 2px;
  visibility: hidden;
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: backwards;
  content: '';
}
.ant-checkbox:hover::after,
.ant-checkbox-wrapper:hover .ant-checkbox::after {
  visibility: visible;
}
.ant-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}
.ant-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 22%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}
.ant-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.ant-checkbox-checked .ant-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}
.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #1890ff;
  border-color: #1890ff;
}
.ant-checkbox-disabled {
  cursor: not-allowed;
}
.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  animation-name: none;
}
.ant-checkbox-disabled .ant-checkbox-input {
  cursor: not-allowed;
}
.ant-checkbox-disabled .ant-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}
.ant-checkbox-disabled .ant-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  animation-name: none;
}
.ant-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-checkbox-disabled:hover::after,
.ant-checkbox-wrapper:hover .ant-checkbox-disabled::after {
  visibility: hidden;
}
.ant-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
  line-height: unset;
  cursor: pointer;
}
.ant-checkbox-wrapper.ant-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 8px;
}
.ant-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}
.ant-checkbox-group-item {
  display: inline-block;
  margin-right: 8px;
}
.ant-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-checkbox-group-item + .ant-checkbox-group-item {
  margin-left: 0;
}
.ant-checkbox-indeterminate .ant-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}
.ant-checkbox-indeterminate .ant-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #1890ff;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}
.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner::after {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}

.PasswordRules__container--MGW09 {
  margin-left: 8px;
  margin-top: -17px;
  margin-bottom: 20px;
}
.PasswordRules__ruleItem--zXOvo {
  display: flex;
  align-items: center;
  margin: 5px 0 0 28px;
}
.PasswordRules__ruleItem--zXOvo.PasswordRules__valid--vEkTp {
  font-weight: bold;
  margin-left: 7px;
}
.PasswordRules__icon--YtsP0 {
  fill: #27b30b;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.SignUpForm__hidden--E0JrK {
  display: none;
}
@media only screen and (max-width: 992px) {
  .SignUpForm__formContainer--K0MY3 {
    padding-bottom: 95px;
  }
}
.SignUpForm__input--A0N7p {
  margin-bottom: 24px;
}
.SignUpForm__input--A0N7p .has-error .ant-input {
  border-color: #f5222d;
}
.SignUpForm__input--A0N7p .has-error .ant-form-explain {
  color: #e62f4a;
  font-size: 12px;
  margin-top: 4px;
}
.SignUpForm__input--A0N7p .ant-select-auto-complete.ant-select .ant-input,
.SignUpForm__input--A0N7p .ant-input {
  -webkit-appearance: none;
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #dee0e3;
  height: 48px;
  font-size: 18px;
  color: #333333;
  box-shadow: none;
  line-height: 38px;
}
.SignUpForm__input--A0N7p .ant-select-auto-complete.ant-select .ant-input:-ms-input-placeholder,
.SignUpForm__input--A0N7p .ant-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.SignUpForm__input--A0N7p .ant-select-auto-complete.ant-select .ant-input:hover,
.SignUpForm__input--A0N7p .ant-input:hover,
.SignUpForm__input--A0N7p .ant-select-auto-complete.ant-select .ant-input:focus,
.SignUpForm__input--A0N7p .ant-input:focus {
  border-color: #fc9903;
  box-shadow: none;
}
.SignUpForm__input--A0N7p .ant-input-disabled {
  background-color: #f5f5f5;
}
.SignUpForm__input--A0N7p textarea.ant-input {
  line-height: 28px;
}
.SignUpForm__input--A0N7p .ant-select-selection--single {
  height: 48px;
}
.SignUpForm__input--A0N7p .ant-select-selection--single .ant-select-selection__rendered {
  line-height: 48px;
}
.SignUpForm__input--A0N7p .ant-select-selection--single .ant-select-selection__rendered .ant-select-selection-selected-value,
.SignUpForm__input--A0N7p .ant-select-selection--single .ant-select-selection__rendered .ant-select-selection__placeholder {
  font-size: 18px;
}
.SignUpForm__input--A0N7p .ant-form-explain ul {
  margin-bottom: 0;
}
.SignUpForm__label--tXeUs {
  font-size: 16px;
  height: 48px;
  display: flex;
  align-items: center;
}
.SignUpForm__label--tXeUs sup {
  color: #f26118;
}
.SignUpForm__submit--YCBva {
  margin-left: auto;
  border-radius: 4px;
  background-color: #30b8e9;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  height: 48px;
  width: 205px;
  display: block;
  border-width: 0;
  text-transform: uppercase;
  margin-top: 46px;
  line-height: 48px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  transition: 0.2s ease-in-out;
  width: 140px;
  margin-top: 0;
}
@media only screen and (max-width: 577px) {
  .SignUpForm__submit--YCBva {
    width: 100%;
  }
}
.SignUpForm__submit--YCBva:active,
.SignUpForm__submit--YCBva:focus,
.SignUpForm__submit--YCBva:hover {
  border-color: transparent;
  background-color: #30b8e9;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
}
.SignUpForm__submit--YCBva[disabled] {
  background-color: #d7d7d7;
  color: #9b9b9b;
  cursor: not-allowed;
}
@media only screen and (max-width: 577px) {
  .SignUpForm__submit--YCBva {
    margin-bottom: 20px;
  }
}
.SignUpForm__actions--LnqGe {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin-top: 40px;
}
@media only screen and (max-width: 577px) {
  .SignUpForm__actions--LnqGe {
    margin-top: 20px;
    flex-direction: column;
  }
}

.Signup__hidden--VqBJa {
  display: none;
}
.Signup__container--qLAm6 {
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.3);
  padding: 20px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .Signup__container--qLAm6 {
    padding: 16px;
    box-shadow: none;
    border-radius: 0;
  }
}
.Signup__wrapper--bFkY0 {
  max-width: 515px;
  margin: 16px auto 50px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .Signup__wrapper--bFkY0 {
    margin: 0 auto 30px;
  }
}
.Signup__personIcon--QYhbf {
  position: absolute;
  bottom: -40px;
  left: -40px;
  z-index: 0;
}
.Signup__personIcon--QYhbf svg {
  width: 370px;
  height: 370px;
  fill: #f7f7f7;
}
@media only screen and (max-width: 992px) {
  .Signup__personIcon--QYhbf {
    bottom: -20px;
    left: -20px;
  }
  .Signup__personIcon--QYhbf svg {
    width: 240px;
    height: 240px;
    fill: #fbfbfb;
  }
}


/*# sourceMappingURL=52e66b6e3cabbb491de2.css.map*/