@media (max-width: 768px) {
  .investorTestimonialWrapper {
    display: none !important;
  }
  .formContainerWrapper {
    width: 100% !important;
  }
  .mainContainerWrapper .signUpMain {
    height: 97dvh;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    width: 95%;
    border-radius: 1.25rem;
    border: 1px solid #DEDEDE;
    max-width: 1210px;
    background-color: #FFFFF0;
    gap: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .interestArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .interestArea select {
    min-width: 100% !important;
    max-width: unset !important;
    min-height: 2.4rem !important;
  }
  .uk-form-custom {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
    width: 100% !important;
  }
  .selectBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2.4rem !important;
    width: 100% !important;
    border: none;
    font-family: 'Satoshi-Medium';
    color: #16154D;
    border: 0.8px solid #d8d8d8;
    background: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: .2rem;
    width: 100%;
    border-radius: 4px;
    padding: 0 1rem;
    text-decoration: none;
  }
}
/*# sourceMappingURL=signUpResponsive.css.map */