.mobile-form{align-items:center;display:flex;flex-grow:1;gap:1.5rem;justify-content:center;padding:1.125rem 0 0}.mobile-form__qr-code{border:1px solid var(--c-button-primary);border-radius:1.125rem;padding:.4rem}.mobile-form__content{align-items:center;display:flex;flex-direction:column;gap:.5rem}.mobile-form__title{color:#f4f4f5;font-size:1.25rem;font-weight:500;margin-bottom:.25rem}.mobile-form__subtitle{color:#a1a1aa;font-size:.9rem}.mobile-form__create-button{align-items:center;background-color:var(--c-button-primary);border:none;border-radius:.625rem;display:flex;font-size:.9rem;height:2.25rem;justify-content:center;padding:0;width:9rem}.mobile-form__create-button_mobile{display:none}@media (max-width:50rem){.mobile-form{padding:1rem 0}.mobile-form__qr-code,.mobile-form__title{display:none}.mobile-form__create-button_mobile{display:flex}.mobile-form__create-button_desktop{display:none}}