.gmt-form-mount .gmt-form-wrap{max-width:680px;margin:0 auto;padding:32px 20px 48px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;position:relative;overflow:hidden}.gmt-form-mount .gmt-progress{height:4px;background:#e3e4e8;border-radius:2px;margin-bottom:40px;overflow:hidden}.gmt-form-mount .gmt-progress-fill{height:100%;background:#5b57d1;border-radius:2px;transition:width .3s ease}.gmt-form-mount .gmt-step{min-height:120px}.gmt-form-mount .gmt-question{font-size:24px;font-weight:600;line-height:1.3;color:#1b1c21;margin:0 0 8px}.gmt-form-mount .gmt-help-text{font-size:14px;color:#71737d;margin:0 0 20px}.gmt-form-mount .gmt-required-star{color:#da1a2a;margin-left:3px}.gmt-form-mount .gmt-field-wrap input[type=text],.gmt-form-mount .gmt-field-wrap input[type=email],.gmt-form-mount .gmt-field-wrap input[type=tel],.gmt-form-mount .gmt-field-wrap input[type=number],.gmt-form-mount .gmt-field-wrap textarea{width:100%;font-size:17px;padding:12px 0;border:none;border-bottom:2px solid #e3e4e8;border-radius:0;outline:none;background:transparent;box-sizing:border-box;color:#1b1c21;transition:border-color .2s;box-shadow:none}.gmt-form-mount .gmt-field-wrap input[type=text]:focus,.gmt-form-mount .gmt-field-wrap input[type=email]:focus,.gmt-form-mount .gmt-field-wrap input[type=tel]:focus,.gmt-form-mount .gmt-field-wrap textarea:focus{border-bottom-color:#5b57d1;outline:none;box-shadow:none}.gmt-form-mount .gmt-choices{list-style:none;padding:0;margin:0}.gmt-form-mount .gmt-choice{display:flex;align-items:center;gap:12px;padding:12px 16px;margin-bottom:8px;border:2px solid #e3e4e8;border-radius:6px;cursor:pointer;font-size:15px;color:#1b1c21;transition:border-color .15s,background .15s;-webkit-user-select:none;user-select:none}.gmt-form-mount .gmt-choice:hover{border-color:#5b57d1}.gmt-form-mount .gmt-choice.is-selected{border-color:#5b57d1;background:#f0efff;font-weight:600}.gmt-form-mount .gmt-choice input{width:18px;height:18px;accent-color:#5b57d1;flex-shrink:0}.gmt-form-mount .gmt-address-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 16px}.gmt-form-mount .gmt-address-grid .gmt-sub-field{margin-bottom:14px}.gmt-form-mount .gmt-address-grid .gmt-sub-field.full{grid-column:1 / -1}.gmt-form-mount .gmt-sub-field label{display:block;font-size:12px;font-weight:600;color:#71737d;margin-bottom:4px}.gmt-form-mount .gmt-error{color:#da1a2a;font-size:13px;margin-top:8px}.gmt-form-mount .gmt-nav{display:flex;gap:16px;align-items:center;margin-top:32px}.gmt-form-mount .gmt-btn{display:inline-flex;align-items:center;padding:10px 24px;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;border:2px solid transparent;transition:background .15s,color .15s,border-color .15s;text-decoration:none;line-height:1.4}.gmt-form-mount .gmt-btn-primary{background:#5b57d1;color:#fff!important;border-color:#5b57d1}.gmt-form-mount .gmt-btn-primary:hover:not(:disabled){background:#4a46b8;border-color:#4a46b8;color:#fff!important}.gmt-form-mount .gmt-btn-primary:disabled{opacity:.6;cursor:default}.gmt-form-mount .gmt-btn-back-link{background:none;border:none;padding:6px 0;font-size:13px;font-weight:500;color:#71737d;cursor:pointer;font-family:inherit;transition:color .15s}.gmt-form-mount .gmt-btn-back-link:hover{color:#5b57d1}.gmt-form-mount .gmt-enter-hint{font-size:12px;color:#71737d;margin-left:4px}.gmt-form-mount .gmt-submit-error{margin-top:16px;padding:12px 16px;background:#fef0f1;color:#da1a2a;border-radius:6px;font-size:13px}.gmt-form-mount .gmt-thankyou{text-align:center;padding:48px 0}.gmt-form-mount .gmt-thankyou h2{font-size:32px;font-weight:700;color:#1b1c21;margin:0 0 12px}.gmt-form-mount .gmt-thankyou p{font-size:18px;color:#71737d;margin:0}.slide-forward-enter-active,.slide-forward-leave-active,.slide-back-enter-active,.slide-back-leave-active{transition:all .26s cubic-bezier(.4,0,.2,1)}.slide-forward-enter-from{transform:translate(36px);opacity:0}.slide-forward-leave-to,.slide-back-enter-from{transform:translate(-36px);opacity:0}.slide-back-leave-to{transform:translate(36px);opacity:0}.gmt-form-mount .gmt-phone-row{display:flex;gap:8px;align-items:flex-end}.gmt-form-mount .gmt-phone-prefix{width:130px;flex-shrink:0;font-size:15px;padding:12px 8px;border:none;border-bottom:2px solid #e3e4e8;border-radius:0;background:transparent;color:#1b1c21;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.gmt-form-mount .gmt-phone-prefix:focus{border-bottom-color:#5b57d1}.gmt-form-mount .gmt-phone-number{flex:1}.gmt-form-mount .gmt-file-wrap{width:100%}.gmt-form-mount .gmt-file-drop{width:80%;margin:0 auto}.gmt-form-mount .gmt-file-label{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;width:100%;padding:36px 24px;border:2px dashed #e3e4e8;border-radius:10px;cursor:pointer;text-align:center;transition:border-color .15s,background .15s;box-sizing:border-box}.gmt-form-mount .gmt-file-label:hover,.gmt-form-mount .gmt-file-label:focus-within{border-color:#5b57d1;background:#f5f4ff}.gmt-form-mount .gmt-file-label.is-uploading{opacity:.6;pointer-events:none}.gmt-form-mount .gmt-file-icon{font-size:28px;line-height:1}.gmt-form-mount .gmt-file-cta{font-size:16px;font-weight:600;color:#5b57d1}.gmt-form-mount .gmt-file-hint{font-size:12px;color:#71737d}.gmt-form-mount .gmt-file-preview{display:flex;align-items:center;gap:12px;width:80%;margin:0 auto;padding:16px 20px;border:2px solid #e3e4e8;border-radius:10px;background:#f8f9fb}.gmt-form-mount .gmt-file-name{flex:1;font-size:14px;color:#1b1c21;word-break:break-all}.gmt-form-mount .gmt-file-remove{background:none;border:none;font-size:16px;color:#71737d;cursor:pointer;padding:4px 8px;line-height:1;border-radius:4px;flex-shrink:0}.gmt-form-mount .gmt-file-remove:hover{color:#da1a2a}.gmt-form-mount .gmt-submitting{position:relative;pointer-events:none}.gmt-form-mount .gmt-submitting:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#fff9}
