.form-convert{background-color:var(--primary-100);padding:8rem 0;color:var(--white-100);position:relative;isolation:isolate}.form-convert--text-content{max-width:29rem;text-wrap:balance}@media(max-width:640px){.form-convert--text-content{margin:0 auto}}.form-convert--title{display:flex;gap:1rem;align-items:flex-end}.form-convert #formIntro{background-color:var(--primary-darker);padding:2rem;border-radius:1rem;box-shadow:0 1rem 2rem -.75rem rgba(0,0,0,.55);margin-top:2rem}.form-convert .cards{display:flex;flex-direction:column;gap:1rem}.form-convert .cards .card{padding:2rem;border-radius:1rem;background-color:var(--white-100);color:var(--grey-darker)}.form-convert .cards .card i{font-size:2.5rem;color:var(--secondary-100);font-weight:100;margin-bottom:1rem}.faq-qst::before{width:0!important;margin-right:1rem}button[type=submit].loading{text-indent:-9999ch;pointer-events:none}button[type=submit].loading::before{content:"";position:absolute;text-indent:0;width:20px;height:20px;border-radius:50%;border:2px solid currentColor;border-top-color:transparent;animation:loading 1s linear infinite}@keyframes loading{to{rotate:2turn}}