@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);*{margin:0;padding:0;box-sizing:border-box}#confirmation-message{color:#2e9e2e;font-size:14px;font-weight:700;margin-top:10px}.formbold-form-input{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:url(https://path-to-your-arrow-icon.png) no-repeat right 10px center;background-size:16px}.formbold-form-step-1,.formbold-form-step-2,.formbold-form-step-3,.formbold-form-step-4{display:none}.formbold-form-step-1.active,.formbold-form-step-2.active,.formbold-form-step-3.active,.formbold-form-step-4.active{display:block}body{font-family:Inter,sans-serif}.formbold-main-wrapper{display:flex;align-items:center;justify-content:center;padding:48px}.formbold-form-wrapper{margin:0 auto;max-width:900px;width:100%;background:#f5f5f5}.formbold-steps{padding-bottom:18px;margin-bottom:35px;margin-right:60px;border-bottom:1px solid #dde3ec;cursor:pointer}.formbold-steps ul{padding:0;margin:0;list-style:none;display:flex;gap:40px}.formbold-steps li{gap:14px}.formbold-steps li,.formbold-steps li span{display:flex;align-items:center;font-weight:500;font-size:16px;line-height:24px;color:#536387}.formbold-steps li span{justify-content:center;background:#dde3ec;border-radius:50%;width:36px;height:36px}.formbold-steps li.active{color:#07074d}.formbold-steps li.active span{background:#c6737b;color:#fff}.formbold-input-flex{display:flex;gap:20px;margin-bottom:22px}.formbold-input-flex>div{width:50%}.full-width-input{width:100%}.formbold-form-input{width:100%;padding:13px 22px;border-radius:5px;border:1px solid #dde3ec;background:#fff;font-weight:500;font-size:16px;color:#536387;outline:none;resize:none}.formbold-form-input:focus{border-color:#560700;box-shadow:0 3px 8px rgba(0,0,0,.05)}.formbold-form-label{color:#07074d;font-weight:500;font-size:14px;line-height:24px;display:block;margin-bottom:10px}.formbold-form-confirm{border-bottom:1px solid #dde3ec;padding-bottom:35px}.formbold-form-confirm p{font-size:16px;line-height:24px;color:#536387;margin-bottom:22px;width:75%}.formbold-form-confirm>div{display:flex;gap:15px}.formbold-confirm-btn{display:flex;align-items:center;gap:10px;background:#fff;border:.5px solid #dde3ec;border-radius:5px;font-size:16px;line-height:24px;color:#536387;cursor:pointer;padding:10px 20px;transition:all .3s ease-in-out;box-shadow:0 1px 2px rgba(0,0,0,.12)}.formbold-confirm-btn.active{background:#c6737b;color:#fff}.formbold-form-step-1,.formbold-form-step-2,.formbold-form-step-3{display:none}.formbold-form-step-1.active,.formbold-form-step-2.active,.formbold-form-step-3.active{display:block}.formbold-form-btn-wrapper{display:flex;align-items:center;justify-content:flex-end;gap:25px;margin-top:25px}.formbold-back-btn{cursor:pointer;background:#fff;border:none;color:#07074d;font-weight:500;font-size:16px;line-height:24px;display:none}.formbold-back-btn.active{display:block}.formbold-btn{display:flex;align-items:center;gap:5px;font-size:16px;border-radius:5px;padding:10px 25px;border:none;font-weight:500;background-color:#c6737b;color:#fff;cursor:pointer}.formbold-btn:hover{box-shadow:0 3px 8px rgba(0,0,0,.05)}