.BasicDetails-module__h-VKYG__wrapper{margin-top:20px}.BasicDetails-module__h-VKYG__formSection{flex-direction:column;gap:24px;display:flex}.BasicDetails-module__h-VKYG__formGrid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.BasicDetails-module__h-VKYG__formGroup{flex-direction:column;gap:6px;display:flex}.BasicDetails-module__h-VKYG__formLabel{color:#444;letter-spacing:.2px;margin-bottom:2px;font-size:13px;font-weight:600;line-height:1.5;display:block}.BasicDetails-module__h-VKYG__required{color:#e53935;margin-left:2px}.BasicDetails-module__h-VKYG__formInput{color:#333;box-sizing:border-box;background:#fff;border:1.5px solid #e0e0e0;border-radius:10px;outline:none;width:100%;padding:12px 16px;font-family:inherit;font-size:14px;transition:border-color .2s,box-shadow .2s}.BasicDetails-module__h-VKYG__formInput:focus{border-color:#00bcd4;box-shadow:0 0 0 3px #00bcd41f}.BasicDetails-module__h-VKYG__formInput::placeholder{color:#bbb;font-size:13px}.BasicDetails-module__h-VKYG__hasError{border-color:#e53935}.BasicDetails-module__h-VKYG__hasError:focus{border-color:#e53935;box-shadow:0 0 0 3px #e539351a}.BasicDetails-module__h-VKYG__inputWrapper{align-items:center;display:flex;position:relative}.BasicDetails-module__h-VKYG__inputIcon{color:#00838f;pointer-events:none;font-size:15px;font-weight:700;line-height:1;position:absolute;left:14px}.BasicDetails-module__h-VKYG__formInputWithIcon{padding-left:36px}.BasicDetails-module__h-VKYG__radioGroup{gap:10px;display:flex}.BasicDetails-module__h-VKYG__radioButton{color:#666;cursor:pointer;text-align:center;background:#fafafa;border:1.5px solid #e0e0e0;border-radius:10px;flex:1;padding:11px 10px;font-family:inherit;font-size:13px;font-weight:500;transition:border-color .2s,background .2s,color .2s,box-shadow .2s}.BasicDetails-module__h-VKYG__radioButton:hover{color:#00838f;background:#00bcd466;border-color:#00bcd4}.BasicDetails-module__h-VKYG__radioButtonActive{color:#fff;background-color:#00bcd4;border-color:#00bcd4;font-weight:600;box-shadow:0 2px 10px #00bcd433}.BasicDetails-module__h-VKYG__errorText{color:#d32f2f;margin-top:2px;font-size:11.5px;animation:.3s BasicDetails-module__h-VKYG__shake;display:block}@keyframes BasicDetails-module__h-VKYG__shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.BasicDetails-module__h-VKYG__apiError{color:#d32f2f;margin-top:8px;font-size:13px;display:block}.BasicDetails-module__h-VKYG__submitWrapper{margin-top:20px}.BasicDetails-module__h-VKYG__submitBtn{color:#fff;cursor:pointer;letter-spacing:.3px;background:linear-gradient(135deg,#00bcd4 0%,#0097a7 100%);border:none;border-radius:12px;outline:none;justify-content:center;align-items:center;gap:8px;padding:14px 36px;font-family:inherit;font-size:16px;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 14px #00bcd459}.BasicDetails-module__h-VKYG__submitBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #00bcd473}.BasicDetails-module__h-VKYG__submitBtn:active:not(:disabled){transform:translateY(0)}.BasicDetails-module__h-VKYG__submitBtn:disabled{opacity:.65;cursor:not-allowed}@media (max-width:900px){.BasicDetails-module__h-VKYG__formGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.BasicDetails-module__h-VKYG__formGrid{grid-template-columns:1fr}.BasicDetails-module__h-VKYG__submitBtn{width:100%}}
.StatusDialog-module__7Tb8fq__overlay{z-index:9999;background:#00000080;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.25s forwards StatusDialog-module__7Tb8fq__fadeIn;display:flex;position:fixed;top:0;left:0}.StatusDialog-module__7Tb8fq__modal{text-align:center;z-index:10000;opacity:1;background:#fff;border-radius:24px;width:90%;max-width:420px;padding:40px 32px 32px;animation:.4s cubic-bezier(.34,1.56,.64,1) both StatusDialog-module__7Tb8fq__scaleIn;position:relative;transform:scale(1);box-shadow:0 20px 60px #00000026}.StatusDialog-module__7Tb8fq__iconWrapper{background:#dff3f6;border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 20px;animation:.5s cubic-bezier(.34,1.56,.64,1) 50ms both StatusDialog-module__7Tb8fq__bounceIn;display:flex}.StatusDialog-module__7Tb8fq__iconWrapper img{object-fit:cover;border-radius:6px;width:80px;height:80px}.StatusDialog-module__7Tb8fq__subtitle{letter-spacing:1.5px;text-transform:uppercase;color:#999;margin-bottom:6px;font-size:11px;font-weight:600;animation:.4s .15s both StatusDialog-module__7Tb8fq__fadeUp}.StatusDialog-module__7Tb8fq__title{color:#00a8b5;margin-bottom:8px;font-size:26px;font-weight:500;animation:.4s .2s both StatusDialog-module__7Tb8fq__fadeUp}.StatusDialog-module__7Tb8fq__description{color:#777;margin-bottom:24px;font-size:14px;line-height:1.6;animation:.4s .25s both StatusDialog-module__7Tb8fq__fadeUp}.StatusDialog-module__7Tb8fq__timerWrap{margin-bottom:8px;animation:.4s .3s both StatusDialog-module__7Tb8fq__fadeUp}.StatusDialog-module__7Tb8fq__timerBarTrack{background:#eef0f2;border-radius:999px;width:100%;height:4px;margin-bottom:8px;overflow:hidden}.StatusDialog-module__7Tb8fq__timerBar{transform-origin:0;width:100%;height:100%;animation:StatusDialog-module__7Tb8fq__shrinkBar var(--timer-duration,7s) linear forwards;background:#0d3b66;border-radius:999px}.StatusDialog-module__7Tb8fq__timer{color:#aaa;margin:0;font-size:12px}.StatusDialog-module__7Tb8fq__timer span{color:#0d3b66;font-weight:600}.StatusDialog-module__7Tb8fq__button{color:#fff;cursor:pointer;background:#0d3b66;border:none;border-radius:10px;width:100%;margin-top:20px;padding:13px 24px;font-size:14px;font-weight:500;transition:background .2s,transform .15s;animation:.4s .35s both StatusDialog-module__7Tb8fq__fadeUp}.StatusDialog-module__7Tb8fq__button:hover{background:#092c4c;transform:translateY(-1px)}.StatusDialog-module__7Tb8fq__button:active{transform:scale(.98)}@keyframes StatusDialog-module__7Tb8fq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes StatusDialog-module__7Tb8fq__scaleIn{0%{opacity:0;transform:scale(.82)}to{opacity:1;transform:scale(1)}}@keyframes StatusDialog-module__7Tb8fq__bounceIn{0%{opacity:0;transform:scale(.5)}60%{transform:scale(1.12)}to{opacity:1;transform:scale(1)}}@keyframes StatusDialog-module__7Tb8fq__fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes StatusDialog-module__7Tb8fq__shrinkBar{0%{width:100%}to{width:0%}}@media (max-width:480px){.StatusDialog-module__7Tb8fq__modal{padding:28px 20px 24px}.StatusDialog-module__7Tb8fq__title{font-size:22px}}.StatusDialog-module__7Tb8fq__secondaryActionWrap{border-top:1px solid #f0f0f0;flex-direction:column;gap:8px;margin-top:10px;padding-top:12px;display:flex}.StatusDialog-module__7Tb8fq__secondaryBtn{color:#1567a8;cursor:pointer;background:0 0;border:1.5px solid #1567a8;border-radius:10px;width:100%;padding:11px 24px;font-size:13px;font-weight:500;transition:background .18s}.StatusDialog-module__7Tb8fq__secondaryBtn:hover{background:#eff6ff}.StatusDialog-module__7Tb8fq__actionNote{color:#9ca3af;text-align:center;margin:0;font-size:11px;line-height:1.55}
.Loader-module__0qQTRG__wrapper{flex-direction:column;justify-content:center;align-items:center;gap:20px;width:100%;min-height:40vh;padding:32px 16px;font-family:Poppins,sans-serif;display:flex}.Loader-module__0qQTRG__wrapper.Loader-module__0qQTRG__fullScreen{z-index:9999;background:#fff;min-height:100dvh;position:fixed;inset:0}.Loader-module__0qQTRG__spinnerShell{flex-shrink:0;width:76px;height:76px;position:relative}.Loader-module__0qQTRG__ring{border-style:solid;border-color:#0000;border-radius:50%;position:absolute}.Loader-module__0qQTRG__outerRing{border-width:3.5px;border-top-color:#1ebdda;border-right-color:#1ebdda2e;animation:1.15s cubic-bezier(.55,.15,.45,.85) infinite Loader-module__0qQTRG__spinCW;inset:0}.Loader-module__0qQTRG__middleRing{border-width:3px;border-bottom-color:#235496;border-left-color:#2354962e;animation:.9s cubic-bezier(.55,.15,.45,.85) infinite Loader-module__0qQTRG__spinCCW;inset:11px}.Loader-module__0qQTRG__trackRing{border-width:1px;border-color:#1ebdda2e;animation:3s linear infinite Loader-module__0qQTRG__spinCW;inset:-5px}.Loader-module__0qQTRG__coreDot{background:linear-gradient(135deg,#1ebdda 0%,#235496 100%);border-radius:50%;animation:1.6s ease-in-out infinite Loader-module__0qQTRG__pulseCore;position:absolute;inset:25px;box-shadow:0 0 10px #1ebdda73,0 0 22px #23549640}.Loader-module__0qQTRG__brandLabel{flex-direction:column;align-items:center;gap:2px;line-height:1;display:flex}.Loader-module__0qQTRG__brandAbbr{letter-spacing:.22em;color:#235496;text-transform:uppercase;font-size:1rem;font-weight:700}.Loader-module__0qQTRG__brandName{letter-spacing:.18em;color:#6b7280;text-transform:uppercase;font-size:.58rem;font-weight:500}.Loader-module__0qQTRG__dotsRow{align-items:center;gap:7px;display:flex}.Loader-module__0qQTRG__dot{border-radius:50%;width:7px;height:7px;animation:1.1s ease-in-out infinite Loader-module__0qQTRG__bounceDot}.Loader-module__0qQTRG__dot:first-child{background:#1ebdda;animation-delay:0s}.Loader-module__0qQTRG__dot:nth-child(2){background:linear-gradient(135deg,#1ebdda,#235496);animation-delay:.18s}.Loader-module__0qQTRG__dot:nth-child(3){background:#235496;animation-delay:.36s}@keyframes Loader-module__0qQTRG__spinCW{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes Loader-module__0qQTRG__spinCCW{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@keyframes Loader-module__0qQTRG__pulseCore{0%,to{opacity:1;transform:scale(1);box-shadow:0 0 10px #1ebdda73,0 0 22px #23549640}50%{opacity:.75;transform:scale(.72);box-shadow:0 0 5px #1ebdda40,0 0 10px #2354961f}}@keyframes Loader-module__0qQTRG__bounceDot{0%,60%,to{opacity:.55;transform:translateY(0)}30%{opacity:1;transform:translateY(-8px)}}
.styles-module-scss-module__Bp31aa__container{z-index:9999;pointer-events:none;flex-direction:column;gap:10px;display:flex;position:fixed;top:20px;right:20px}@media (max-width:480px){.styles-module-scss-module__Bp31aa__container{top:12px;left:12px;right:12px}}.styles-module-scss-module__Bp31aa__toast{pointer-events:auto;background:#0d1b2e;border:1px solid #ffffff12;border-radius:12px;align-items:center;gap:12px;min-width:300px;max-width:400px;padding:14px 14px 18px 0;animation:.3s cubic-bezier(.22,1,.36,1) both styles-module-scss-module__Bp31aa__slideIn;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0006,inset 0 0 0 1px #ffffff0a}.styles-module-scss-module__Bp31aa__toast.styles-module-scss-module__Bp31aa__removing{animation:.28s cubic-bezier(.4,0,1,1) both styles-module-scss-module__Bp31aa__slideOut}@media (max-width:480px){.styles-module-scss-module__Bp31aa__toast{min-width:unset;width:100%;max-width:100%}}.styles-module-scss-module__Bp31aa__accent{border-radius:12px 0 0 12px;width:3px;position:absolute;top:0;bottom:0;left:0}.styles-module-scss-module__Bp31aa__icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin-left:12px;display:flex}.styles-module-scss-module__Bp31aa__message{color:#ffffffeb;flex:1;font-family:Poppins,sans-serif;font-size:13.5px;font-weight:500;line-height:1.45}.styles-module-scss-module__Bp31aa__close{cursor:pointer;color:#ffffff8c;background:#ffffff0f;border:1px solid #ffffff14;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-right:8px;transition:background .18s,color .18s;display:flex}.styles-module-scss-module__Bp31aa__close:hover{color:#ffffffe6;background:#ffffff24}.styles-module-scss-module__Bp31aa__progress{transform-origin:0;height:2px;animation:linear both styles-module-scss-module__Bp31aa__shrink;position:absolute;bottom:0;left:0;right:0}.styles-module-scss-module__Bp31aa__success .styles-module-scss-module__Bp31aa__accent{background:#22c55e}.styles-module-scss-module__Bp31aa__success .styles-module-scss-module__Bp31aa__icon{color:#22c55e;background:#22c55e1f}.styles-module-scss-module__Bp31aa__success .styles-module-scss-module__Bp31aa__progress{background:#22c55e}.styles-module-scss-module__Bp31aa__error .styles-module-scss-module__Bp31aa__accent{background:#ef4444}.styles-module-scss-module__Bp31aa__error .styles-module-scss-module__Bp31aa__icon{color:#ef4444;background:#ef44441f}.styles-module-scss-module__Bp31aa__error .styles-module-scss-module__Bp31aa__progress{background:#ef4444}.styles-module-scss-module__Bp31aa__info .styles-module-scss-module__Bp31aa__accent{background:#1ebdda}.styles-module-scss-module__Bp31aa__info .styles-module-scss-module__Bp31aa__icon{color:#1ebdda;background:#1ebdda1f}.styles-module-scss-module__Bp31aa__info .styles-module-scss-module__Bp31aa__progress{background:#1ebdda}.styles-module-scss-module__Bp31aa__warning .styles-module-scss-module__Bp31aa__accent{background:#f59e0b}.styles-module-scss-module__Bp31aa__warning .styles-module-scss-module__Bp31aa__icon{color:#f59e0b;background:#f59e0b1f}.styles-module-scss-module__Bp31aa__warning .styles-module-scss-module__Bp31aa__progress{background:#f59e0b}@keyframes styles-module-scss-module__Bp31aa__slideIn{0%{opacity:0;transform:translate(calc(100% + 20px))}to{opacity:1;transform:translate(0)}}@keyframes styles-module-scss-module__Bp31aa__slideOut{0%{opacity:1;max-height:80px;margin-bottom:0;transform:translate(0)}to{opacity:0;max-height:0;margin-bottom:-10px;transform:translate(calc(100% + 20px))}}@keyframes styles-module-scss-module__Bp31aa__shrink{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media (prefers-reduced-motion:reduce){.styles-module-scss-module__Bp31aa__toast,.styles-module-scss-module__Bp31aa__toast.styles-module-scss-module__Bp31aa__removing{opacity:1;animation:none}.styles-module-scss-module__Bp31aa__progress{animation:none;display:none}}
@keyframes AccountAggregator-module__w8jUoW__fadeSlideUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes AccountAggregator-module__w8jUoW__ctaPulse{0%,to{box-shadow:0 4px 18px #1567a852}50%{box-shadow:0 6px 26px #1567a885}}@keyframes AccountAggregator-module__w8jUoW__spin{to{transform:rotate(360deg)}}@keyframes AccountAggregator-module__w8jUoW__checkPop{0%{opacity:0;transform:scale(.6)}70%{transform:scale(1.12)}to{opacity:1;transform:scale(1)}}.AccountAggregator-module__w8jUoW__container{}.AccountAggregator-module__w8jUoW__header{}.AccountAggregator-module__w8jUoW__headerIcon{}.AccountAggregator-module__w8jUoW__headerText{}.AccountAggregator-module__w8jUoW__badge{}.AccountAggregator-module__w8jUoW__spinner{}.AccountAggregator-module__w8jUoW__intro{color:#6b7280;margin:0 0 18px;font-size:13px;line-height:1.6;animation:.38s 60ms both AccountAggregator-module__w8jUoW__fadeSlideUp}.AccountAggregator-module__w8jUoW__card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:18px;padding:14px 16px;animation:.38s 80ms both AccountAggregator-module__w8jUoW__fadeSlideUp}.AccountAggregator-module__w8jUoW__cardTitle{color:#6b7280;text-transform:uppercase;letter-spacing:.9px;margin:0 0 12px;font-size:12px;font-weight:700}.AccountAggregator-module__w8jUoW__checkList{flex-direction:column;gap:10px;display:flex}.AccountAggregator-module__w8jUoW__checkItem{align-items:flex-start;gap:10px;animation:.35s both AccountAggregator-module__w8jUoW__fadeSlideUp;display:flex}.AccountAggregator-module__w8jUoW__checkIcon{background:linear-gradient(135deg,#1567a8 0%,#1ebdda 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:1px;animation:.35s both AccountAggregator-module__w8jUoW__checkPop;display:flex}.AccountAggregator-module__w8jUoW__checkItemText strong{color:#374151;font-size:13px;font-weight:600;line-height:1.3;display:block}.AccountAggregator-module__w8jUoW__checkItemText span{color:#9ca3af;font-size:11px;line-height:1.45}.AccountAggregator-module__w8jUoW__fieldWrap{margin-bottom:18px;animation:.38s .1s both AccountAggregator-module__w8jUoW__fadeSlideUp}.AccountAggregator-module__w8jUoW__fieldLabel{color:#374151;margin-bottom:6px;font-size:12px;font-weight:600;display:block}.AccountAggregator-module__w8jUoW__inputRow{background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;align-items:center;gap:0;transition:border-color .18s,box-shadow .18s;display:flex;overflow:hidden}.AccountAggregator-module__w8jUoW__inputRow:focus-within{border-color:#1567a8;box-shadow:0 0 0 3px #1567a81a}.AccountAggregator-module__w8jUoW__inputPrefix{color:#6b7280;-webkit-user-select:none;user-select:none;background:#f9fafb;border-right:1.5px solid #e5e7eb;flex-shrink:0;align-items:center;height:42px;padding:0 10px;font-size:13px;font-weight:600;display:flex}.AccountAggregator-module__w8jUoW__mobileInput{color:#111827;background:0 0;border:none;outline:none;flex:1;min-width:0;height:42px;padding:0 12px;font-size:14px}.AccountAggregator-module__w8jUoW__mobileInput::placeholder{color:#9ca3af;font-size:13px}.AccountAggregator-module__w8jUoW__actions{flex-wrap:wrap;gap:10px;animation:.38s .12s both AccountAggregator-module__w8jUoW__fadeSlideUp;display:flex}.AccountAggregator-module__w8jUoW__primaryBtn{color:#fff;cursor:pointer;letter-spacing:.2px;background:linear-gradient(135deg,#1d4a8a 0%,#1567a8 45%,#1ebdda 100%);border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:8px;min-width:0;padding:13px 20px;font-size:14px;font-weight:700;transition:opacity .2s,transform .15s;animation:2.5s ease-in-out infinite AccountAggregator-module__w8jUoW__ctaPulse;display:flex}.AccountAggregator-module__w8jUoW__primaryBtn:hover:not(:disabled){opacity:.91;transform:translateY(-1px)}.AccountAggregator-module__w8jUoW__primaryBtn:active:not(:disabled){transform:translateY(0)}.AccountAggregator-module__w8jUoW__primaryBtn:disabled{opacity:.68;cursor:not-allowed;animation:none}.AccountAggregator-module__w8jUoW__approveBtn{color:#fff;cursor:pointer;letter-spacing:.2px;background:linear-gradient(135deg,#16a34a 0%,#22c55e 100%);border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:8px;min-width:0;padding:13px 20px;font-size:14px;font-weight:700;transition:opacity .2s,transform .15s;display:flex;box-shadow:0 4px 14px #16a34a47}.AccountAggregator-module__w8jUoW__approveBtn:hover:not(:disabled){opacity:.91;transform:translateY(-1px)}.AccountAggregator-module__w8jUoW__approveBtn:active:not(:disabled){transform:translateY(0)}.AccountAggregator-module__w8jUoW__approveBtn:disabled{opacity:.68;cursor:not-allowed}.AccountAggregator-module__w8jUoW__refreshBtn{color:#1567a8;cursor:pointer;white-space:nowrap;background:0 0;border:1.5px solid #1567a8;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;gap:6px;padding:13px 16px;font-size:13px;font-weight:600;transition:background .18s,color .18s;display:flex}.AccountAggregator-module__w8jUoW__refreshBtn:hover:not(:disabled){background:#eff6ff}.AccountAggregator-module__w8jUoW__refreshBtn:disabled{opacity:.5;cursor:not-allowed}.AccountAggregator-module__w8jUoW__footer{color:#9ca3af;text-align:center;justify-content:center;align-items:flex-start;gap:6px;margin-top:16px;font-size:11px;line-height:1.6;display:flex}.AccountAggregator-module__w8jUoW__stepRow{align-items:center;gap:6px;margin-bottom:16px;animation:.38s 50ms both AccountAggregator-module__w8jUoW__fadeSlideUp;display:flex}.AccountAggregator-module__w8jUoW__stepGroup{flex:1;align-items:center;gap:6px;display:flex}.AccountAggregator-module__w8jUoW__stepPill{border:1.5px solid #0000;border-radius:10px;flex:1;align-items:center;gap:6px;padding:7px 10px;transition:all .2s;display:flex}.AccountAggregator-module__w8jUoW__stepDone{background:#ecfeff;border-color:#a5f3fc}.AccountAggregator-module__w8jUoW__stepActive{background:#fff;border-color:#1ebdda;box-shadow:0 1px 6px #1ebdda26}.AccountAggregator-module__w8jUoW__stepIdle{background:#f9fafb;border-color:#f3f4f6}.AccountAggregator-module__w8jUoW__stepDot{border-radius:50%;flex-shrink:0;width:8px;height:8px;transition:background .2s}.AccountAggregator-module__w8jUoW__stepDotDone{background:#06b6d4}.AccountAggregator-module__w8jUoW__stepDotActive{background:#1ebdda}.AccountAggregator-module__w8jUoW__stepDotIdle{background:#d1d5db}.AccountAggregator-module__w8jUoW__stepLabel{white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:600;transition:color .2s;overflow:hidden}.AccountAggregator-module__w8jUoW__stepLabelDone{color:#0891b2}.AccountAggregator-module__w8jUoW__stepLabelActive{color:#374151}.AccountAggregator-module__w8jUoW__stepLabelIdle{color:#9ca3af}.AccountAggregator-module__w8jUoW__stepConnector{background:#e5e7eb;flex-shrink:0;width:14px;height:1.5px;transition:background .3s}.AccountAggregator-module__w8jUoW__stepConnectorActive{background:#67e8f9}.AccountAggregator-module__w8jUoW__attemptsBox{background:#f9fafb;border:1px solid #f3f4f6;border-radius:12px;margin-bottom:16px;padding:12px 14px;animation:.38s 70ms both AccountAggregator-module__w8jUoW__fadeSlideUp}.AccountAggregator-module__w8jUoW__attemptsHeader{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.AccountAggregator-module__w8jUoW__attemptsLabel{color:#6b7280;text-transform:uppercase;letter-spacing:.7px;font-size:11px;font-weight:700}.AccountAggregator-module__w8jUoW__attemptsBadge{border-radius:20px;padding:2px 8px;font-size:11px;font-weight:600}.AccountAggregator-module__w8jUoW__attemptsBadgeOk{color:#0891b2;background:#ecfeff}.AccountAggregator-module__w8jUoW__attemptsBadgeWarn{color:#d97706;background:#fffbeb}.AccountAggregator-module__w8jUoW__attemptsBadgeExhausted{color:#ef4444;background:#fef2f2}.AccountAggregator-module__w8jUoW__attemptsTrack{gap:6px;display:flex}.AccountAggregator-module__w8jUoW__attemptsSegment{border-radius:999px;flex:1;height:6px;transition:background .4s}.AccountAggregator-module__w8jUoW__attemptsSegmentUsed{background:#22d3ee}.AccountAggregator-module__w8jUoW__attemptsSegmentExhausted{background:#f87171}.AccountAggregator-module__w8jUoW__attemptsSegmentEmpty{background:#e5e7eb}.AccountAggregator-module__w8jUoW__attemptsNote{color:#f87171;margin-top:8px;font-size:11px;line-height:1.55}.AccountAggregator-module__w8jUoW__pendingBanner{background:#fffbeb;border:1px solid #fde68a;border-radius:12px;align-items:flex-start;gap:10px;margin-bottom:14px;padding:10px 14px;animation:.35s both AccountAggregator-module__w8jUoW__fadeSlideUp;display:flex}.AccountAggregator-module__w8jUoW__pendingBannerIcon{color:#d97706;flex-shrink:0;margin-top:2px}.AccountAggregator-module__w8jUoW__pendingBannerTitle{color:#92400e;margin:0 0 2px;font-size:13px;font-weight:600}.AccountAggregator-module__w8jUoW__pendingBannerDesc{color:#b45309;margin:0;font-size:11px;line-height:1.5}.AccountAggregator-module__w8jUoW__approvedBanner{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;align-items:flex-start;gap:10px;margin-bottom:14px;padding:10px 14px;animation:.35s both AccountAggregator-module__w8jUoW__fadeSlideUp;display:flex}.AccountAggregator-module__w8jUoW__approvedBannerIcon{background:#22c55e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:2px;display:flex}.AccountAggregator-module__w8jUoW__approvedBannerTitle{color:#15803d;margin:0 0 2px;font-size:13px;font-weight:600}.AccountAggregator-module__w8jUoW__approvedBannerDesc{color:#16a34a;margin:0;font-size:11px;line-height:1.5}@media (max-width:640px){.AccountAggregator-module__w8jUoW__card{padding:10px 12px}.AccountAggregator-module__w8jUoW__checkItemText strong{font-size:12px}.AccountAggregator-module__w8jUoW__checkItemText span{font-size:10px}.AccountAggregator-module__w8jUoW__primaryBtn,.AccountAggregator-module__w8jUoW__approveBtn{padding:12px 14px;font-size:13px}.AccountAggregator-module__w8jUoW__refreshBtn{padding:12px;font-size:12px}.AccountAggregator-module__w8jUoW__intro{font-size:12px}.AccountAggregator-module__w8jUoW__stepLabel{font-size:10px}.AccountAggregator-module__w8jUoW__stepPill{padding:6px 8px}}.AccountAggregator-module__w8jUoW__skipBtn{color:#fff;cursor:pointer;letter-spacing:.2px;background:linear-gradient(135deg,#475569 0%,#64748b 100%);border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:8px;min-width:0;padding:13px 20px;font-size:14px;font-weight:700;transition:opacity .2s,transform .15s;display:flex;box-shadow:0 4px 14px #f59e0b47}.AccountAggregator-module__w8jUoW__skipBtn:hover:not(:disabled){opacity:.91;transform:translateY(-1px)}.AccountAggregator-module__w8jUoW__skipBtn:active:not(:disabled){transform:translateY(0)}.AccountAggregator-module__w8jUoW__skipBtn:disabled{opacity:.68;cursor:not-allowed}.AccountAggregator-module__w8jUoW__skipHint{color:#b45309;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;margin-bottom:10px;padding:8px 12px;font-size:11px;line-height:1.55;animation:.35s both AccountAggregator-module__w8jUoW__fadeSlideUp}@media (max-width:640px){.AccountAggregator-module__w8jUoW__skipBtn{padding:12px 14px;font-size:13px}}.AccountAggregator-module__w8jUoW__skipBanner{background:#fffbeb;border:1px solid #fde68a;border-radius:12px;align-items:flex-start;gap:10px;margin-bottom:14px;padding:10px 14px;animation:.35s both AccountAggregator-module__w8jUoW__fadeSlideUp;display:flex}.AccountAggregator-module__w8jUoW__skipBannerIcon{color:#d97706;flex-shrink:0;margin-top:2px}.AccountAggregator-module__w8jUoW__skipBannerTitle{color:#92400e;margin:0 0 2px;font-size:13px;font-weight:600}.AccountAggregator-module__w8jUoW__skipBannerDesc{color:#b45309;margin:0;font-size:11px;line-height:1.5}
.JourneyHeader-module__FZ7ptG__userProfile{position:relative}.JourneyHeader-module__FZ7ptG__userTrigger{cursor:pointer;align-items:center;gap:8px;display:flex}.JourneyHeader-module__FZ7ptG__dropdownWrapper{z-index:1000;position:absolute;top:45px;right:0}
.RightPanel-module__IwiYzG__rightPanel{flex-direction:column;gap:20px;display:flex}.RightPanel-module__IwiYzG__heroSection{color:#fff;background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%);border-radius:20px;min-height:400px;margin-bottom:20px;padding:40px;animation:.6s .2s backwards RightPanel-module__IwiYzG__fadeInUp;position:relative;overflow:hidden;box-shadow:0 10px 40px #0003}.RightPanel-module__IwiYzG__heroSection:before{content:"";opacity:.5;background:linear-gradient(135deg,#8b45134d 0%,#a0522d33 100%);width:100%;height:100%;position:absolute;top:0;right:0}.RightPanel-module__IwiYzG__heroBadge{color:#fff;letter-spacing:1px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1;background:#fff3;border-radius:20px;margin-bottom:20px;padding:8px 16px;font-size:11px;font-weight:600;display:inline-block;position:relative}.RightPanel-module__IwiYzG__heroTitle{z-index:1;margin-bottom:20px;font-size:36px;font-weight:700;line-height:1.2;position:relative}.RightPanel-module__IwiYzG__heroDescription{opacity:.9;z-index:1;font-size:15px;line-height:1.6;position:relative}.RightPanel-module__IwiYzG__infoCard{background:linear-gradient(135deg,#fce4ec 0%,#f8bbd0 100%);border-radius:20px;padding:30px;animation:.6s .4s backwards RightPanel-module__IwiYzG__fadeInUp}.RightPanel-module__IwiYzG__infoCardTitle{color:#c2185b;margin-bottom:12px;font-size:20px;font-weight:700}.RightPanel-module__IwiYzG__infoCardText{color:#555;font-size:14px;line-height:1.6}
.helpsupport-module__HMXopq__helpwrap{background:#e8e8e8;border-radius:20px;flex-direction:column;align-items:center;gap:3px;width:100%;max-width:100%;margin-top:0;padding:32px;display:flex}.helpsupport-module__HMXopq__helpwrap h4{color:#001e40;text-align:center;font-size:20px;font-weight:700;line-height:24px}.helpsupport-module__HMXopq__helpwrap p{color:#43474f;text-align:center;font-size:16px;font-weight:400;line-height:25px}.helpsupport-module__HMXopq__box{border:2px solid var(--ms-text-color-primary);background-color:var(--ms-bg-secondary);border-radius:30px;justify-content:center;align-items:center;width:100%;margin-top:20px;padding:10px 20px;display:flex}.helpsupport-module__HMXopq__box h3{color:#fff;font-size:20px;font-weight:500}
.ScoreMeter-module__eYQMgW__wrapper{background:#f3f4f6;justify-content:center;align-items:center;width:100%;font-family:Inter,Segoe UI,system-ui,sans-serif;display:flex}.ScoreMeter-module__eYQMgW__card{opacity:0;background:#fff;border-radius:24px;flex-direction:column;align-items:center;gap:.25rem;width:100%;max-width:420px;padding:2rem 2.25rem 1.75rem;animation:.5s cubic-bezier(.16,1,.3,1) .1s forwards ScoreMeter-module__eYQMgW__cardIn;display:flex;transform:translateY(16px);box-shadow:0 4px 6px #0000000a,0 10px 30px #00000014,0 1px 3px #0000000f}@keyframes ScoreMeter-module__eYQMgW__cardIn{to{opacity:1;transform:translateY(0)}}.ScoreMeter-module__eYQMgW__title{color:#64748b;letter-spacing:.06em;text-transform:uppercase;margin:0 0 .5rem;font-size:.85rem;font-weight:700}.ScoreMeter-module__eYQMgW__gaugeWrap{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.ScoreMeter-module__eYQMgW__svg{width:100%;max-width:340px;height:auto;overflow:visible}.ScoreMeter-module__eYQMgW__segment{opacity:.95;filter:drop-shadow(0 1px 2px #0000001a);transition:opacity .2s}.ScoreMeter-module__eYQMgW__segment:hover{opacity:1;filter:brightness(1.07)drop-shadow(0 2px 5px #0003)}.ScoreMeter-module__eYQMgW__boundLabel{fill:#64748b;font-family:Inter,Segoe UI,system-ui,sans-serif;font-size:11px;font-weight:700}.ScoreMeter-module__eYQMgW__needle{transition:none}.ScoreMeter-module__eYQMgW__scoreDisplay{flex-direction:column;align-items:center;gap:.15rem;margin-top:.25rem;display:flex}.ScoreMeter-module__eYQMgW__scoreValue{letter-spacing:-.03em;font-size:2.75rem;font-weight:800;line-height:1;transition:color .4s}.ScoreMeter-module__eYQMgW__scoreCategory{letter-spacing:.07em;text-transform:uppercase;opacity:.85;font-size:.82rem;font-weight:700;transition:color .4s}.ScoreMeter-module__eYQMgW__progressTrack{background:#e2e8f0;border-radius:99px;width:110px;height:4px;margin-top:.5rem;overflow:hidden}.ScoreMeter-module__eYQMgW__progressFill{border-radius:99px;min-width:4px;height:100%;transition:width .6s cubic-bezier(.16,1,.3,1),background .4s}.ScoreMeter-module__eYQMgW__legend{border-top:1px solid #f1f5f9;flex-direction:column;gap:.35rem;width:100%;margin-top:1.25rem;padding-top:1.25rem;display:flex}.ScoreMeter-module__eYQMgW__legendRow{border-radius:10px;align-items:center;gap:.7rem;padding:.4rem .6rem;transition:background .2s;display:flex}.ScoreMeter-module__eYQMgW__legendRow:hover,.ScoreMeter-module__eYQMgW__legendRowActive{background:#f8fafc}.ScoreMeter-module__eYQMgW__dot{border-radius:50%;flex-shrink:0;width:10px;height:10px;display:inline-block;box-shadow:0 0 0 2px #00000012}.ScoreMeter-module__eYQMgW__legendName{color:#374151;flex:1;font-size:.88rem;font-weight:600}.ScoreMeter-module__eYQMgW__legendRange{opacity:.8;font-size:.8rem;font-weight:600}@media (max-width:480px){.ScoreMeter-module__eYQMgW__card{border-radius:18px;padding:1.5rem 1.25rem}.ScoreMeter-module__eYQMgW__scoreValue{font-size:2.25rem}.ScoreMeter-module__eYQMgW__legendName{font-size:.8rem}.ScoreMeter-module__eYQMgW__legendRange{font-size:.72rem}}
.CreditManager-module__KLNzba__wrapper{background:#f3f4f6;border-radius:10px;width:40%;margin:auto;padding:20px}.CreditManager-module__KLNzba__title{color:#222;justify-content:space-between;align-items:center;margin-bottom:20px;font-size:20px;font-weight:600;display:flex}.CreditManager-module__KLNzba__actionsPending{text-transform:uppercase;background:#c8e8ee;border-radius:20px;padding:7px 30px;font-size:12px}.CreditManager-module__KLNzba__cardContainer{flex-direction:column;gap:15px;display:flex}.CreditManager-module__KLNzba__card{background:#fff;border-radius:10px;align-items:center;gap:15px;padding:15px;transition:all .3s;display:flex;box-shadow:0 2px 6px #0000000d}.CreditManager-module__KLNzba__card:hover{transform:translateY(-2px)}.CreditManager-module__KLNzba__iconBox{background:#d9eef2;border-radius:8px;justify-content:center;align-items:center;min-width:50px;height:50px;font-size:20px;display:flex}.CreditManager-module__KLNzba__info{flex-direction:column;display:flex}.CreditManager-module__KLNzba__value{color:#222;word-break:break-all;margin:0;font-size:16px;font-weight:600}.CreditManager-module__KLNzba__label{color:#777;margin-top:3px;font-size:13px}@media (max-width:768px){.CreditManager-module__KLNzba__wrapper{width:100%;padding:37px 5px!important}.CreditManager-module__KLNzba__title{padding-left:20px}}@media (max-width:480px){.CreditManager-module__KLNzba__wrapper{padding:15px}.CreditManager-module__KLNzba__card{gap:10px;padding:12px}.CreditManager-module__KLNzba__iconBox{min-width:40px;height:40px;font-size:16px}.CreditManager-module__KLNzba__value{font-size:14px}.CreditManager-module__KLNzba__label{font-size:12px}}
.ScrollSnapWrapper-module__pReqDG__wrapper{width:100%;position:relative}.ScrollSnapWrapper-module__pReqDG__container{scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;display:flex;overflow-x:auto}.ScrollSnapWrapper-module__pReqDG__container::-webkit-scrollbar{display:none}.ScrollSnapWrapper-module__pReqDG__snapItem{scroll-snap-align:start;flex:0 0 100%;padding-bottom:4px}.ScrollSnapWrapper-module__pReqDG__navBtn{z-index:10;cursor:pointer;color:#fff;background:#0003;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:24px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ScrollSnapWrapper-module__pReqDG__left{left:10px}.ScrollSnapWrapper-module__pReqDG__right{right:10px}.ScrollSnapWrapper-module__pReqDG__navBtn:hover{background:#000000b3}
.PersonDetails-module__TUnCvG__wrapper{box-sizing:border-box;background:#f3f4f6;justify-content:center;width:100%;height:612px;display:flex;overflow:hidden}.PersonDetails-module__TUnCvG__card{background:#fff;border-radius:14px;flex-direction:column;width:100%;max-width:480px;height:100%;max-height:590px;display:flex;overflow:hidden;box-shadow:0 2px 8px #00000012,0 10px 40px -10px #0000001f}.PersonDetails-module__TUnCvG__header{background:linear-gradient(135deg,#1e3a5f 0%,#2d5a8e 100%);flex-shrink:0;padding:18px 24px;position:relative;overflow:hidden}.PersonDetails-module__TUnCvG__header:before{content:"";pointer-events:none;background:#ffffff12;border-radius:50%;width:110px;height:110px;position:absolute;top:-30px;right:-30px}.PersonDetails-module__TUnCvG__title{color:#fff;letter-spacing:-.2px;margin:0;font-size:18px;font-weight:700;line-height:24px}.PersonDetails-module__TUnCvG__body{flex-direction:column;flex:1;padding:18px 24px 20px;display:flex;overflow:hidden}.PersonDetails-module__TUnCvG__section{flex-shrink:0;margin-bottom:12px}.PersonDetails-module__TUnCvG__section:last-child{margin-bottom:0}.PersonDetails-module__TUnCvG__label{letter-spacing:1px;text-transform:uppercase;color:#94a3b8;margin-bottom:2px;font-size:10px;font-weight:700;line-height:14px}.PersonDetails-module__TUnCvG__value{color:#1e293b;letter-spacing:-.2px;word-break:break-word;font-size:14px;font-weight:700;line-height:20px}.PersonDetails-module__TUnCvG__valueLight{color:#334155;word-break:break-all;font-size:13px;font-weight:400;line-height:19px}.PersonDetails-module__TUnCvG__divider{background:#e2e8f0;flex-shrink:0;height:1px;margin:12px 0}.PersonDetails-module__TUnCvG__table{border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;flex:1;width:100%;display:flex;overflow:hidden}.PersonDetails-module__TUnCvG__tableRow{border-bottom:1px solid #f1f5f9;flex:1;align-items:stretch;transition:background .12s;display:flex}.PersonDetails-module__TUnCvG__tableRow:last-child{border-bottom:none}.PersonDetails-module__TUnCvG__tableRow:hover{background:#f8fafc}.PersonDetails-module__TUnCvG__tableKey{color:#64748b;background:#f8fafc;border-right:1px solid #e2e8f0;flex:0 0 46%;align-items:center;padding:0 14px;font-size:12px;font-weight:500;line-height:18px;display:flex}.PersonDetails-module__TUnCvG__tableVal{color:#1e293b;letter-spacing:-.1px;word-break:break-word;flex:1;align-items:center;padding:0 14px;font-size:12px;font-weight:600;line-height:18px;display:flex}@media (max-width:768px){.PersonDetails-module__TUnCvG__card{max-height:608px}}
.HeaderWelcome-module__loyNsq__wrapper{background:#f5f7fb;width:100%;padding:clamp(12px,2vw,20px) 43px}.HeaderWelcome-module__loyNsq__container{justify-content:space-between;align-items:center;gap:20px;margin:auto;display:flex}.HeaderWelcome-module__loyNsq__left{align-items:center;gap:clamp(10px,2vw,18px);min-width:0;display:flex}.HeaderWelcome-module__loyNsq__profileWrapper{flex-shrink:0;position:relative}.HeaderWelcome-module__loyNsq__profileImg{object-fit:cover;border-radius:10px;width:clamp(44px,5vw,73px);height:clamp(44px,5vw,73px)}.HeaderWelcome-module__loyNsq__cameraIcon{color:#fff;background:#00bcd4;border-radius:50%;padding:4px;font-size:10px;position:absolute;bottom:-2px;right:-2px}.HeaderWelcome-module__loyNsq__userInfo{flex-direction:column;gap:4px;min-width:0;display:flex}.HeaderWelcome-module__loyNsq__title{color:#1a2b3c;white-space:nowrap;text-overflow:ellipsis;font-size:clamp(16px,2.2vw,28px);font-weight:800;overflow:hidden}.HeaderWelcome-module__loyNsq__title span{color:#00acc1}.HeaderWelcome-module__loyNsq__verified{color:#fff;background:#245494;border-radius:20px;align-items:center;gap:6px;width:fit-content;padding:7px 10px;font-size:clamp(10px,1.5vw,12px);display:inline-flex}.HeaderWelcome-module__loyNsq__right{grid-template-columns:auto auto;align-items:center;gap:clamp(10px,2vw,20px);display:grid}.HeaderWelcome-module__loyNsq__statusBox{align-items:center;gap:10px;display:flex}.HeaderWelcome-module__loyNsq__statusIcon{background:#fff3e0;border-radius:8px;padding:clamp(6px,1.5vw,10px)}.HeaderWelcome-module__loyNsq__statusLabel{color:#8a9ab0;font-size:clamp(10px,1.2vw,12px)}.HeaderWelcome-module__loyNsq__statusText{font-size:clamp(13px,1.6vw,15px);font-weight:600}.HeaderWelcome-module__loyNsq__cta{color:#fff;cursor:pointer;white-space:nowrap;background:#2f5b8f;border:none;border-radius:6px;align-items:center;gap:5px;padding:clamp(8px,1.5vw,12px) clamp(12px,2vw,20px);font-size:clamp(12px,1.5vw,14px);transition:all .3s;display:flex}.HeaderWelcome-module__loyNsq__aeroImg{width:13px;height:13px}.HeaderWelcome-module__loyNsq__cta:hover{background:#244a74}@media (max-width:1024px){.HeaderWelcome-module__loyNsq__container{flex-wrap:wrap}.HeaderWelcome-module__loyNsq__right{grid-template-columns:1fr auto;width:100%}}@media (max-width:768px){.HeaderWelcome-module__loyNsq__container{flex-direction:column;align-items:stretch}.HeaderWelcome-module__loyNsq__left{width:100%}.HeaderWelcome-module__loyNsq__right{grid-template-columns:1fr;gap:12px;width:100%}.HeaderWelcome-module__loyNsq__statusBox{justify-content:space-between}.HeaderWelcome-module__loyNsq__cta{text-align:center;width:100%}}@media (max-width:480px){.HeaderWelcome-module__loyNsq__title{white-space:normal}.HeaderWelcome-module__loyNsq__statusBox{flex-direction:row;align-items:flex-start}}
.UploadDocument-module__7cyRYG__wrapper{box-sizing:border-box;background:#f8fafc;min-height:100vh;padding:20px 16px;font-family:Inter,Segoe UI,sans-serif}.UploadDocument-module__7cyRYG__header{flex-direction:column;gap:12px;margin-bottom:20px;display:flex}.UploadDocument-module__7cyRYG__heading{color:#0f172a;letter-spacing:-.2px;margin:0 0 4px;font-size:18px;font-weight:700}.UploadDocument-module__7cyRYG__subheading{color:#64748b;margin:0;font-size:13px;line-height:1.55}.UploadDocument-module__7cyRYG__progressPill{color:#065f46;white-space:nowrap;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:999px;align-items:center;gap:6px;width:fit-content;padding:5px 12px;font-size:12px;font-weight:600;display:inline-flex}.UploadDocument-module__7cyRYG__progressIcon{color:#10b981!important;font-size:15px!important}.UploadDocument-module__7cyRYG__errorBanner{box-sizing:border-box;background:#fff7f7;border:1px solid #fecaca;border-left:4px solid #ef4444;border-radius:10px;align-items:flex-start;gap:10px;margin-bottom:16px;padding:14px 16px;display:flex}.UploadDocument-module__7cyRYG__errorBannerIcon{flex-shrink:0;margin-top:1px;color:#ef4444!important;font-size:18px!important}.UploadDocument-module__7cyRYG__errorBannerTitle{color:#b91c1c;margin:0 0 6px;font-size:13px;font-weight:600}.UploadDocument-module__7cyRYG__errorBannerList{color:#dc2626;margin:0;padding-left:18px;font-size:12px;line-height:1.8}.UploadDocument-module__7cyRYG__grid{grid-template-columns:1fr;gap:12px;margin-bottom:20px;display:grid}.UploadDocument-module__7cyRYG__card{box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;gap:0;width:100%;padding:16px 16px 16px 20px;transition:box-shadow .2s;display:flex;position:relative;overflow:hidden}.UploadDocument-module__7cyRYG__card:hover{box-shadow:0 4px 16px #00000012}.UploadDocument-module__7cyRYG__cardStrip{background:#e2e8f0;border-radius:14px 0 0 14px;width:4px;transition:background .25s;position:absolute;top:0;bottom:0;left:0}.UploadDocument-module__7cyRYG__cardReady .UploadDocument-module__7cyRYG__cardStrip{background:#f59e0b}.UploadDocument-module__7cyRYG__cardUploaded .UploadDocument-module__7cyRYG__cardStrip{background:#10b981}.UploadDocument-module__7cyRYG__cardTopRow{align-items:center;gap:12px;width:100%;min-width:0;display:flex}.UploadDocument-module__7cyRYG__cardIcon{background:#f1f5f9;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;overflow:hidden}.UploadDocument-module__7cyRYG__previewThumb{object-fit:cover;width:44px;height:44px}.UploadDocument-module__7cyRYG__pdfThumb{color:#ef4444!important;font-size:26px!important}.UploadDocument-module__7cyRYG__emptyThumb{color:#94a3b8!important;font-size:22px!important}.UploadDocument-module__7cyRYG__cardBody{flex:1;min-width:0}.UploadDocument-module__7cyRYG__cardMeta{flex-direction:column;gap:5px;display:flex}.UploadDocument-module__7cyRYG__docTitle{color:#1e293b;word-break:break-word;margin:0;font-size:13px;font-weight:600;line-height:1.3}.UploadDocument-module__7cyRYG__badge{letter-spacing:.1px;border-radius:999px;align-items:center;gap:4px;width:fit-content;padding:3px 8px;font-size:11px;font-weight:600;display:inline-flex}.UploadDocument-module__7cyRYG__badgePending{color:#64748b;background:#f1f5f9}.UploadDocument-module__7cyRYG__badgeReady{color:#92400e;background:#fef3c7}.UploadDocument-module__7cyRYG__badgeUploaded{color:#065f46;background:#d1fae5}.UploadDocument-module__7cyRYG__iconPending{color:#94a3b8!important;font-size:13px!important}.UploadDocument-module__7cyRYG__iconReady{color:#f59e0b!important;font-size:13px!important}.UploadDocument-module__7cyRYG__iconSuccess{color:#10b981!important;font-size:13px!important}.UploadDocument-module__7cyRYG__cardActions{flex-shrink:0;justify-content:flex-end;align-items:center;display:flex}.UploadDocument-module__7cyRYG__actionRow{align-items:center;gap:8px;display:flex}.UploadDocument-module__7cyRYG__btnChoose{color:#0369a1;cursor:pointer;white-space:nowrap;box-sizing:border-box;background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:8px 14px;font-size:12px;font-weight:600;transition:background .2s,border-color .2s;display:inline-flex}.UploadDocument-module__7cyRYG__btnChoose:hover{background:#e0f2fe;border-color:#7dd3fc}.UploadDocument-module__7cyRYG__btnUpload{color:#fff;cursor:pointer;white-space:nowrap;box-sizing:border-box;background:#06b6d4;border:none;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:8px 14px;font-size:12px;font-weight:600;transition:background .2s,opacity .2s;display:inline-flex}.UploadDocument-module__7cyRYG__btnUpload:hover:not(:disabled){background:#0891b2}.UploadDocument-module__7cyRYG__btnUpload:disabled{opacity:.65;cursor:not-allowed}.UploadDocument-module__7cyRYG__btnRemove{color:#dc2626;cursor:pointer;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;transition:background .2s;display:inline-flex}.UploadDocument-module__7cyRYG__btnRemove:hover{background:#fee2e2}.UploadDocument-module__7cyRYG__passwordWrap{box-sizing:border-box;border-top:1px solid #f1f5f9;align-items:center;gap:8px;width:100%;margin-top:12px;padding-top:12px;display:flex}.UploadDocument-module__7cyRYG__lockIcon{flex-shrink:0;color:#94a3b8!important;font-size:15px!important}.UploadDocument-module__7cyRYG__passwordInput{color:#334155;box-sizing:border-box;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;outline:none;flex:1;min-width:0;padding:8px 12px;font-size:13px;transition:border-color .2s}.UploadDocument-module__7cyRYG__passwordInput:focus{background:#fff;border-color:#06b6d4}.UploadDocument-module__7cyRYG__spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:14px;min-width:14px;height:14px;animation:.7s linear infinite UploadDocument-module__7cyRYG__spin}@keyframes UploadDocument-module__7cyRYG__spin{to{transform:rotate(360deg)}}.UploadDocument-module__7cyRYG__footer{box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:14px;padding:16px;display:flex}.UploadDocument-module__7cyRYG__footerInfo{color:#64748b;align-items:flex-start;gap:8px;font-size:12px;line-height:1.5;display:flex}.UploadDocument-module__7cyRYG__infoIcon{flex-shrink:0;margin-top:1px;color:#06b6d4!important;font-size:16px!important}.UploadDocument-module__7cyRYG__continueBtn{color:#fff;cursor:pointer;box-sizing:border-box;letter-spacing:.1px;background:#0f172a;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:13px 20px;font-size:14px;font-weight:600;transition:background .2s,transform .15s;display:flex}.UploadDocument-module__7cyRYG__continueBtn:hover{background:#1e293b}.UploadDocument-module__7cyRYG__continueBtn:active{transform:scale(.98)}@media (min-width:600px){.UploadDocument-module__7cyRYG__wrapper{padding:28px 24px}.UploadDocument-module__7cyRYG__header{flex-direction:row;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.UploadDocument-module__7cyRYG__heading{font-size:20px}.UploadDocument-module__7cyRYG__subheading{max-width:440px;font-size:14px}.UploadDocument-module__7cyRYG__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.UploadDocument-module__7cyRYG__card{padding:16px 16px 16px 20px}.UploadDocument-module__7cyRYG__footer{flex-direction:row;justify-content:space-between;align-items:center;padding:18px 20px}.UploadDocument-module__7cyRYG__footerInfo{font-size:13px}.UploadDocument-module__7cyRYG__continueBtn{white-space:nowrap;flex-shrink:0;width:auto}}.UploadDocument-module__7cyRYG__status{font-size:8px}@media (min-width:960px){.UploadDocument-module__7cyRYG__wrapper{padding:32px}.UploadDocument-module__7cyRYG__heading{font-size:22px}.UploadDocument-module__7cyRYG__grid{gap:16px;margin-bottom:24px}}
.StepProgress-module__2YKC-q__wrapper{box-sizing:border-box;background:#f5f7fa;flex-direction:column;align-items:center;width:100%;padding:48px 24px 40px;font-family:Inter,Segoe UI,system-ui,sans-serif;display:flex}.StepProgress-module__2YKC-q__inner{width:100%}.StepProgress-module__2YKC-q__sectionLabel{letter-spacing:.12em;color:#2bb3c0;text-transform:uppercase;margin:0 0 28px 2px;font-size:11px;font-weight:700}.StepProgress-module__2YKC-q__barContainer{position:relative}.StepProgress-module__2YKC-q__track{z-index:0;background:#e0e0e0;border-radius:4px;height:4px;position:absolute;top:27px;left:0;right:0}.StepProgress-module__2YKC-q__fill{z-index:0;background:linear-gradient(90deg,#2bb3c0,#38c9d7);border-radius:4px;width:0;height:4px;transition:width .8s cubic-bezier(.4,0,.2,1);position:absolute;top:27px;left:0}.StepProgress-module__2YKC-q__stepsRow{z-index:1;justify-content:space-evenly;width:100%;display:flex;position:relative}.StepProgress-module__2YKC-q__stepItem{cursor:pointer;opacity:0;flex-direction:column;align-items:center;transition:opacity .4s,transform .4s;display:flex;transform:translateY(10px)}.StepProgress-module__2YKC-q__stepItemMounted{opacity:1;transform:translateY(0)}.StepProgress-module__2YKC-q__stepBox{border:2px solid #0000;border-radius:14px;justify-content:center;align-items:center;width:57px;height:57px;transition:transform .45s cubic-bezier(.34,1.56,.64,1),box-shadow .45s cubic-bezier(.34,1.56,.64,1),background .3s,border-color .3s;display:flex;position:relative;overflow:hidden}.StepProgress-module__2YKC-q__stepBox.StepProgress-module__2YKC-q__completed{background:#2bb3c0;border-color:#2bb3c0;box-shadow:0 4px 12px #2bb3c047}.StepProgress-module__2YKC-q__stepBox.StepProgress-module__2YKC-q__active{background:#e6f7f9;border-color:#2bb3c0;transform:scale(1.1);box-shadow:0 0 0 5px #2bb3c024,0 6px 16px #2bb3c047}.StepProgress-module__2YKC-q__stepBox.StepProgress-module__2YKC-q__pending{background:#efefef;border-color:#0000;box-shadow:0 2px 8px #00000012}.StepProgress-module__2YKC-q__shimmer{background:linear-gradient(120deg,#0000 30%,#ffffff38 50%,#0000 70%);animation:2.5s ease-in-out infinite StepProgress-module__2YKC-q__shimmer;position:absolute;inset:0}.StepProgress-module__2YKC-q__pulseRing{opacity:0;border:2px solid #2bb3c0;border-radius:14px;animation:2s ease-out infinite StepProgress-module__2YKC-q__pulseRing;position:absolute;inset:-2px}.StepProgress-module__2YKC-q__labels{text-align:center;margin-top:10px}.StepProgress-module__2YKC-q__title{color:#1a1a2e;margin:0;font-size:13px;font-weight:700;transition:color .3s}.StepProgress-module__2YKC-q__titlePending{color:#b0b0b0}.StepProgress-module__2YKC-q__subtitle{color:#999;font-size:12px;font-weight:600;transition:color .3s}.StepProgress-module__2YKC-q__subtitleActive{color:#e53935}.StepProgress-module__2YKC-q__subtitlePending{color:#ccc}@keyframes StepProgress-module__2YKC-q__pulseRing{0%{opacity:.65;transform:scale(1)}70%{opacity:0;transform:scale(1.3)}to{opacity:0;transform:scale(1.3)}}@keyframes StepProgress-module__2YKC-q__shimmer{0%{transform:translate(-100%)}50%,to{transform:translate(200%)}}@media (max-width:600px){.StepProgress-module__2YKC-q__wrapper{padding:32px 12px 28px}.StepProgress-module__2YKC-q__track,.StepProgress-module__2YKC-q__fill{height:3px;top:19px}.StepProgress-module__2YKC-q__stepBox{border-radius:10px;width:38px;height:38px}.StepProgress-module__2YKC-q__stepBox svg{width:15px;height:15px}.StepProgress-module__2YKC-q__labels{margin-top:6px}.StepProgress-module__2YKC-q__title{font-size:10px}.StepProgress-module__2YKC-q__subtitle{font-size:9px}}@media (max-width:400px){.StepProgress-module__2YKC-q__wrapper{padding:24px 8px 20px}.StepProgress-module__2YKC-q__track,.StepProgress-module__2YKC-q__fill{height:3px;top:16px}.StepProgress-module__2YKC-q__stepBox{border-radius:8px;width:32px;height:32px}.StepProgress-module__2YKC-q__stepBox svg{width:13px;height:13px}.StepProgress-module__2YKC-q__title{font-size:9px}.StepProgress-module__2YKC-q__subtitle{font-size:8px}}
.UploadDocument-module__OEKLSG__container{background:#f5f7fa;border-radius:10px;padding:20px 15px}.UploadDocument-module__OEKLSG__title{color:#2b2b2b;margin-bottom:5px;padding-left:10px;font-size:18px;font-weight:700}.UploadDocument-module__OEKLSG__subtitle{color:#6b7280;margin-bottom:20px;padding-left:10px;font-size:14px;display:inline-block}.UploadDocument-module__OEKLSG__card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:20px}.UploadDocument-module__OEKLSG__select{border:1px solid #d1d5db;border-radius:6px;outline:none;width:100%;margin-bottom:15px;padding:12px;font-size:14px}.UploadDocument-module__OEKLSG__row{flex-wrap:wrap;gap:15px;display:flex}.UploadDocument-module__OEKLSG__fileBox{border:1px solid #d1d5db;border-radius:6px;flex:1;justify-content:space-between;align-items:center;min-width:250px;padding:10px;display:flex}.UploadDocument-module__OEKLSG__fileName{color:#6b7280;font-size:14px}.UploadDocument-module__OEKLSG__fileBtn{color:#fff;cursor:pointer;background:#12a8c9;border-radius:6px;align-items:center;gap:6px;padding:10px 14px;font-size:13px;display:inline-flex}.UploadDocument-module__OEKLSG__fileInput{display:none}.UploadDocument-module__OEKLSG__passwordInput{border:1px solid #d1d5db;border-radius:6px;outline:none;flex:1;min-width:200px;padding:12px;font-size:14px}.UploadDocument-module__OEKLSG__uploadBtn{color:#fff;cursor:pointer;background:#12a8c9;border:none;border-radius:6px;margin-top:15px;padding:12px 20px;font-weight:600}.UploadDocument-module__OEKLSG__uploadBtn:hover,.UploadDocument-module__OEKLSG__fileBtn:hover{background:#0e8fa9}.UploadDocument-module__OEKLSG__error{color:red}@media (max-width:768px){.UploadDocument-module__OEKLSG__row{flex-direction:column}.UploadDocument-module__OEKLSG__fileBox,.UploadDocument-module__OEKLSG__passwordInput{width:100%}}
@keyframes NotEligible-module__8VOklW__fadeSlideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes NotEligible-module__8VOklW__scaleIn{0%{opacity:0;transform:scale(.82)}to{opacity:1;transform:scale(1)}}@keyframes NotEligible-module__8VOklW__ringPulse{0%{opacity:.45;transform:scale(1)}to{opacity:0;transform:scale(1.7)}}@keyframes NotEligible-module__8VOklW__ctaPulse{0%,to{box-shadow:0 4px 18px #1567a852}50%{box-shadow:0 6px 26px #1567a885}}.NotEligible-module__8VOklW__page{justify-content:center;align-items:flex-start;min-height:100%;padding:20px 16px 40px;animation:.35s both NotEligible-module__8VOklW__fadeSlideUp;display:flex}.NotEligible-module__8VOklW__card{flex-direction:column;align-items:center;gap:0;width:100%;max-width:420px;display:flex}.NotEligible-module__8VOklW__iconWrap{margin-bottom:20px;animation:.4s 80ms both NotEligible-module__8VOklW__scaleIn}.NotEligible-module__8VOklW__iconRing{background:#fef2f2;border:2px solid #fecaca;border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;display:flex;position:relative}.NotEligible-module__8VOklW__iconRing:before{content:"";border:1.5px solid #dc26262e;border-radius:50%;animation:2.6s ease-out .4s 2 NotEligible-module__8VOklW__ringPulse;position:absolute;inset:-7px}.NotEligible-module__8VOklW__heading{text-align:center;margin-bottom:24px;animation:.38s .12s both NotEligible-module__8VOklW__fadeSlideUp}.NotEligible-module__8VOklW__title{color:#dc2626;letter-spacing:-.3px;margin:0 0 10px;font-size:28px;font-weight:800;line-height:1.2}.NotEligible-module__8VOklW__subtitle{color:#6b7280;max-width:340px;margin:0;font-size:14px;line-height:1.65}.NotEligible-module__8VOklW__retryBox{background:#fff7ed;border:1.5px solid #fed7aa;border-radius:12px;align-items:flex-start;gap:14px;width:100%;margin-bottom:24px;padding:14px 16px;animation:.38s .18s both NotEligible-module__8VOklW__fadeSlideUp;display:flex}.NotEligible-module__8VOklW__retryIcon{color:#ea580c;background:#fff;border:1px solid #fed7aa;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;margin-top:1px;display:flex}.NotEligible-module__8VOklW__retryText strong{color:#9a3412;margin-bottom:3px;font-size:14px;font-weight:700;line-height:1.3;display:block}.NotEligible-module__8VOklW__retryText span{color:#c2410c;font-size:12px;line-height:1.55}.NotEligible-module__8VOklW__actions{flex-direction:column;gap:10px;width:100%;animation:.38s .24s both NotEligible-module__8VOklW__fadeSlideUp;display:flex}.NotEligible-module__8VOklW__primaryBtn{color:#fff;cursor:pointer;letter-spacing:.2px;background:linear-gradient(135deg,#1d4a8a 0%,#1567a8 45%,#1ebdda 100%);border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:13px 20px;font-size:14px;font-weight:700;text-decoration:none;transition:opacity .2s,transform .15s;animation:2.5s ease-in-out infinite NotEligible-module__8VOklW__ctaPulse;display:flex}.NotEligible-module__8VOklW__primaryBtn:hover{opacity:.91;transform:translateY(-1px)}.NotEligible-module__8VOklW__primaryBtn:active{transform:translateY(0)}.NotEligible-module__8VOklW__support{text-align:center;color:#9ca3af;margin:0;font-size:12px;line-height:1.6}.NotEligible-module__8VOklW__support a{color:#1567a8;font-weight:600;text-decoration:none}.NotEligible-module__8VOklW__support a:hover{text-decoration:underline}@media (max-width:640px){.NotEligible-module__8VOklW__page{padding:12px 12px 32px}.NotEligible-module__8VOklW__iconRing{width:64px;height:64px}.NotEligible-module__8VOklW__title{font-size:24px}.NotEligible-module__8VOklW__subtitle{font-size:13px}.NotEligible-module__8VOklW__retryBox{padding:12px}.NotEligible-module__8VOklW__primaryBtn{padding:12px 16px;font-size:13px}}
.LoanCalculator-module__acqAKW__container{background:#fff;gap:62px;padding:20px;display:flex}.LoanCalculator-module__acqAKW__left{flex:1}.LoanCalculator-module__acqAKW__right{flex-direction:column;gap:20px;width:400px;display:flex}.LoanCalculator-module__acqAKW__row{justify-content:space-between;align-items:center;font-weight:500;display:flex}.LoanCalculator-module__acqAKW__label{color:#7b8a8b;margin-top:20px;margin-bottom:6px;font-weight:600}.LoanCalculator-module__acqAKW__valueBox{color:#7b8a8b;border-radius:6px;justify-content:center;align-items:center;gap:5px;width:100px;padding:2px 16px;font-size:30px;font-weight:600;display:flex}.LoanCalculator-module__acqAKW__slider{appearance:none;background:#00bcd433;border-radius:10px;width:100%;height:5px;margin:10px 0}.LoanCalculator-module__acqAKW__select{background:#fff;border:1px solid #00bcd4;border-radius:6px;width:100%;margin-bottom:25px;padding:12px;font-size:15px}.LoanCalculator-module__acqAKW__rangeLabels{color:#7b8a8b;justify-content:space-between;margin-bottom:20px;font-size:15px;display:flex}.LoanCalculator-module__acqAKW__rangeLabels span{justify-content:center;align-items:center;display:flex}.LoanCalculator-module__acqAKW__button{color:#fff;cursor:pointer;background:#00bcd4;border:none;border-radius:10px;padding:14px;font-weight:700}.LoanCalculator-module__acqAKW__cardMain{background:#d2f2f8;border-radius:16px;min-height:183px}.LoanCalculator-module__acqAKW__cardMain span{margin-top:57px;margin-left:100px;font-size:17px;font-weight:bolder;display:inline-block}.LoanCalculator-module__acqAKW__cardMain h1{text-align:center;margin-left:0}.LoanCalculator-module__acqAKW__cardLabel{color:#5c7a86;gap:9px;margin-left:19px;font-size:12px;font-weight:700;display:flex}.LoanCalculator-module__acqAKW__amount{color:#1f4e79;justify-content:center;align-items:center;gap:3px;font-size:32px;font-weight:900;display:flex}.LoanCalculator-module__acqAKW__fee{color:#1f4e79;margin-top:10px;margin-left:61px;font-size:18px;font-weight:900;display:inline-block}.LoanCalculator-module__acqAKW__amount b{color:#00bcd4;font-size:40px;font-weight:500}.LoanCalculator-module__acqAKW__cardRow{gap:10px;display:flex}.LoanCalculator-module__acqAKW__smallCard{background:#d2f2f8;border-radius:12px;flex:1;min-height:114px;padding:32px 20px}@media (max-width:768px){.LoanCalculator-module__acqAKW__container{flex-direction:column}.LoanCalculator-module__acqAKW__right{width:100%}}.LoanCalculator-module__acqAKW__repaymentCard{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;justify-content:space-between;align-items:center;margin-top:12px;padding:16px 20px;display:flex}.LoanCalculator-module__acqAKW__repaymentItem{flex-direction:column;display:flex}.LoanCalculator-module__acqAKW__repaymentLabel{color:#6b7280;margin-bottom:4px;font-size:12px}.LoanCalculator-module__acqAKW__repaymentValue{color:#111827;font-size:16px;font-weight:600}.LoanCalculator-module__acqAKW__divider{background:#e5e7eb;width:1px;height:40px}
.LoanCard-module__xHzsqG__card{color:#fff;background:#2f5b97;border-radius:16px;width:60%;padding:24px;position:relative;overflow:hidden}.LoanCard-module__xHzsqG__header{margin-bottom:20px}.LoanCard-module__xHzsqG__label{letter-spacing:1px;opacity:.7;font-size:12px}.LoanCard-module__xHzsqG__amount{margin-top:8px;font-size:40px;font-weight:700}.LoanCard-module__xHzsqG__divider{background:#fff3;height:1px;margin:20px 0}.LoanCard-module__xHzsqG__details{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.LoanCard-module__xHzsqG__item{flex-direction:column;gap:6px;display:flex}.LoanCard-module__xHzsqG__value{font-size:16px;font-weight:600}.LoanCard-module__xHzsqG__bgIcon{border-top-left-radius:20px;width:120px;height:120px;position:absolute;bottom:-16px;right:0}@media (max-width:768px){.LoanCard-module__xHzsqG__amount{font-size:32px}.LoanCard-module__xHzsqG__card{width:100%}.LoanCard-module__xHzsqG__details{grid-template-columns:1fr}}@media (max-width:480px){.LoanCard-module__xHzsqG__card{padding:16px}.LoanCard-module__xHzsqG__amount{font-size:28px}}
@font-face{font-family:Poppins;font-style:normal;font-weight:300;font-display:swap;src:url(../media/7e832ad540183e91-s.0pw-43bjt5~5_.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:300;font-display:swap;src:url(../media/2094fb60fd9c8287-s.13c6n_dh74ayc.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:300;font-display:swap;src:url(../media/c875c6f5d3e977ac-s.p.0g_ng0t~d_b9n.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(../media/41e95f694c5c4549-s.0r1jrq7neqdsq.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(../media/6c55a692938ebbbc-s.0g6rbszwfgn9y.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(../media/a218039a3287bcfd-s.p.17-1enzs_j91b.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(../media/bdc7e24a509eb931-s.0apt5mko2.qn3.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(../media/0da9c7f357bd9d4d-s.0ek5sshv8wk3m.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(../media/8e6fa89aa22d24ec-s.p.0uvzar8hswo3p.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(../media/0a7740363b4d4863-s.1110aazvokzp..woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(../media/5f9d24ebef5d5292-s.0esuu2f5si~v8.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(../media/e2334d715941921e-s.p.12skym0rqknxy.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(../media/b53057dbf91a7acf-s.0carvq6u72s58.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(../media/798ea22d9983e047-s.106do9xzbuago.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(../media/47fe1b7cd6e6ed85-s.p.0~mcdl10zdfb3.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins Fallback;src:local(Arial);ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.poppins_672766f6-module___BFVmq__className{font-family:Poppins,Poppins Fallback;font-style:normal}.poppins_672766f6-module___BFVmq__variable{--font-poppins:"Poppins", "Poppins Fallback"}
.LoanTable-module__wZKpcW__table{border:1px solid #e5e7eb;border-radius:10px;width:100%;overflow:hidden}.LoanTable-module__wZKpcW__row{border-bottom:1px solid #eee;grid-template-columns:1.2fr 1.5fr 1fr 1.3fr 1fr 1fr;align-items:center;padding:16px;font-size:14px;display:grid}.LoanTable-module__wZKpcW__header{color:#fff;text-transform:uppercase;background:#0b2545;font-size:13px;font-weight:600}.LoanTable-module__wZKpcW__badge{border-radius:20px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-block}.LoanTable-module__wZKpcW__disbursed{color:#065f46;background:#d1fae5}.LoanTable-module__wZKpcW__pending{color:#92400e;background:#fef3c7}.LoanTable-module__wZKpcW__closed{color:#374151;background:#e5e7eb}.LoanTable-module__wZKpcW__icons{gap:10px;font-size:18px;display:flex}.LoanTable-module__wZKpcW__action{color:#1d4ed8;cursor:pointer;font-weight:500}.LoanTable-module__wZKpcW__iconImg{gap:5px;display:flex}@media (max-width:768px){.LoanTable-module__wZKpcW__row{grid-template-columns:1fr;gap:10px;padding:14px}.LoanTable-module__wZKpcW__header{display:none}.LoanTable-module__wZKpcW__row div{justify-content:space-between;font-size:14px;display:flex}.LoanTable-module__wZKpcW__row div:before{content:attr(data-label);color:#6b7280;font-weight:600}.LoanTable-module__wZKpcW__icons,.LoanTable-module__wZKpcW__action{justify-content:flex-end}}
@font-face{font-family:Roboto;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(../media/572c13468b8cff87-s.0k68dgt5gi4w6.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(../media/62d4b50592542c9f-s.0id408x23fv8q.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(../media/38772d1e0cde909c-s.06sf8d84-9n3w.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Roboto;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(../media/a0ffaa6a9384d9d3-s.0rpo5i9-tpup~.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Roboto;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(../media/fad568eea626db0e-s.04s-lri-1fnua.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE??}@font-face{font-family:Roboto;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(../media/ccee61546c0358b7-s.17kgvx8~8.fj6.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Roboto;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(../media/8fcf71678f67d0c5-s.0kn0u2cosumsr.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(../media/f7d6090e8b3debad-s.00qosz~21_9iq.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(../media/ce62453a442c7f35-s.p.0333ktddfbsxy.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/572c13468b8cff87-s.0k68dgt5gi4w6.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/62d4b50592542c9f-s.0id408x23fv8q.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/38772d1e0cde909c-s.06sf8d84-9n3w.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/a0ffaa6a9384d9d3-s.0rpo5i9-tpup~.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/fad568eea626db0e-s.04s-lri-1fnua.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE??}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/ccee61546c0358b7-s.17kgvx8~8.fj6.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/8fcf71678f67d0c5-s.0kn0u2cosumsr.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/f7d6090e8b3debad-s.00qosz~21_9iq.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/ce62453a442c7f35-s.p.0333ktddfbsxy.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/572c13468b8cff87-s.0k68dgt5gi4w6.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/62d4b50592542c9f-s.0id408x23fv8q.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/38772d1e0cde909c-s.06sf8d84-9n3w.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/a0ffaa6a9384d9d3-s.0rpo5i9-tpup~.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/fad568eea626db0e-s.04s-lri-1fnua.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE??}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/ccee61546c0358b7-s.17kgvx8~8.fj6.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/8fcf71678f67d0c5-s.0kn0u2cosumsr.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/f7d6090e8b3debad-s.00qosz~21_9iq.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/ce62453a442c7f35-s.p.0333ktddfbsxy.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/572c13468b8cff87-s.0k68dgt5gi4w6.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/62d4b50592542c9f-s.0id408x23fv8q.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/38772d1e0cde909c-s.06sf8d84-9n3w.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/a0ffaa6a9384d9d3-s.0rpo5i9-tpup~.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/fad568eea626db0e-s.04s-lri-1fnua.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE??}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/ccee61546c0358b7-s.17kgvx8~8.fj6.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/8fcf71678f67d0c5-s.0kn0u2cosumsr.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/f7d6090e8b3debad-s.00qosz~21_9iq.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/ce62453a442c7f35-s.p.0333ktddfbsxy.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto Fallback;src:local(Arial);ascent-override:92.98%;descent-override:24.47%;line-gap-override:0.0%;size-adjust:99.78%}.roboto_e3662217-module__1PupEG__className{font-family:Roboto,Roboto Fallback;font-style:normal}.roboto_e3662217-module__1PupEG__variable{--font-roboto:"Roboto", "Roboto Fallback"}
@keyframes IncompleteJourney-module__PwHiBa__fadeSlideUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes IncompleteJourney-module__PwHiBa__ctaPulse{0%,to{box-shadow:0 4px 18px #1567a852}50%{box-shadow:0 6px 26px #1567a885}}@keyframes IncompleteJourney-module__PwHiBa__spin{to{transform:rotate(360deg)}}@keyframes IncompleteJourney-module__PwHiBa__blink{0%,to{opacity:1}50%{opacity:.35}}@keyframes IncompleteJourney-module__PwHiBa__activeGlow{0%,to{box-shadow:0 0 #1567a800}50%{box-shadow:0 0 0 4px #1567a82e}}.IncompleteJourney-module__PwHiBa__pageWrap{box-sizing:border-box;justify-content:center;align-items:flex-start;width:100%;font-family:Inter,Segoe UI,system-ui,sans-serif;display:flex}.IncompleteJourney-module__PwHiBa__layout{align-items:flex-start;gap:24px;width:100%;animation:.4s both IncompleteJourney-module__PwHiBa__fadeSlideUp;display:flex}.IncompleteJourney-module__PwHiBa__left{background:#fff;border:1.5px solid #e5e7eb;border-radius:18px;flex-direction:column;flex:7;min-width:0;display:flex;overflow:hidden}.IncompleteJourney-module__PwHiBa__stripe{background:linear-gradient(90deg,#1d4a8a 0%,#1567a8 50%,#1ebdda 100%);flex-shrink:0;height:4px}.IncompleteJourney-module__PwHiBa__leftBody{flex-direction:column;gap:20px;padding:32px 36px 36px;display:flex}.IncompleteJourney-module__PwHiBa__badge{color:#92400e;letter-spacing:.3px;background:#fef3c7;border:.5px solid #fde68a;border-radius:20px;align-items:center;gap:7px;width:fit-content;padding:5px 13px;font-size:12px;font-weight:600;display:inline-flex}.IncompleteJourney-module__PwHiBa__pulseDot{background:#f59e0b;border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:1.6s ease-in-out infinite IncompleteJourney-module__PwHiBa__blink}.IncompleteJourney-module__PwHiBa__heroRow{align-items:flex-start;gap:16px;display:flex}.IncompleteJourney-module__PwHiBa__heroIconWrap{background:linear-gradient(135deg,#eff6ff,#e0f2fe);border:1.5px solid #bfdbfe;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:62px;height:62px;display:flex}.IncompleteJourney-module__PwHiBa__headline{color:#111827;margin:0;font-size:24px;font-weight:700;line-height:1.35}.IncompleteJourney-module__PwHiBa__subtext{color:#6b7280;margin:0;font-size:14px;line-height:1.7}.IncompleteJourney-module__PwHiBa__highlights{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.IncompleteJourney-module__PwHiBa__hlItem{background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:12px;align-items:flex-start;gap:12px;padding:14px 16px;display:flex}.IncompleteJourney-module__PwHiBa__hlIconWrap{background:#eff6ff;border:1.5px solid #bfdbfe;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.IncompleteJourney-module__PwHiBa__hlTitle{color:#111827;margin:0 0 3px;font-size:13px;font-weight:600}.IncompleteJourney-module__PwHiBa__hlDesc{color:#9ca3af;margin:0;font-size:12px}.IncompleteJourney-module__PwHiBa__expiryBanner{color:#92400e;background:#fffbeb;border:1.5px solid #fde68a;border-radius:10px;align-items:center;gap:8px;padding:12px 16px;font-size:13px;line-height:1.5;display:flex}.IncompleteJourney-module__PwHiBa__expiryBanner strong{color:#b45309;font-weight:700}.IncompleteJourney-module__PwHiBa__actions{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.IncompleteJourney-module__PwHiBa__primaryBtn{color:#fff;cursor:pointer;letter-spacing:.2px;background:linear-gradient(135deg,#1d4a8a 0%,#1567a8 45%,#1ebdda 100%);border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:13px 30px;font-size:14px;font-weight:700;transition:opacity .2s,transform .15s;animation:2.5s ease-in-out infinite IncompleteJourney-module__PwHiBa__ctaPulse;display:inline-flex}.IncompleteJourney-module__PwHiBa__primaryBtn:hover:not(:disabled){opacity:.91;transform:translateY(-1px)}.IncompleteJourney-module__PwHiBa__primaryBtn:active:not(:disabled){transform:translateY(0)}.IncompleteJourney-module__PwHiBa__primaryBtn:disabled{opacity:.65;cursor:not-allowed;animation:none}.IncompleteJourney-module__PwHiBa__spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:15px;height:15px;animation:.72s linear infinite IncompleteJourney-module__PwHiBa__spin}.IncompleteJourney-module__PwHiBa__secondaryBtn{color:#1567a8;cursor:pointer;background:0 0;border:1.5px solid #1567a8;border-radius:10px;align-items:center;gap:6px;padding:12px 22px;font-size:13px;font-weight:600;transition:background .18s,color .18s;display:inline-flex}.IncompleteJourney-module__PwHiBa__secondaryBtn:hover{background:#eff6ff}.IncompleteJourney-module__PwHiBa__secureNote{color:#9ca3af;align-items:center;gap:6px;font-size:12px;display:flex}.IncompleteJourney-module__PwHiBa__right{flex:3;min-width:0;position:sticky;top:40px}.IncompleteJourney-module__PwHiBa__rightCard{background:#fff;border:1.5px solid #e5e7eb;border-radius:18px;flex-direction:column;gap:16px;padding:22px 20px;display:flex}.IncompleteJourney-module__PwHiBa__rightHeading{color:#111827;letter-spacing:.2px;align-items:center;gap:8px;margin:0;font-size:13px;font-weight:700;display:flex}.IncompleteJourney-module__PwHiBa__divider{background:#f3f4f6;border:none;height:1px;margin:0}.IncompleteJourney-module__PwHiBa__statsGroup{flex-direction:column;gap:12px;display:flex}.IncompleteJourney-module__PwHiBa__statRow{align-items:center;gap:10px;display:flex}.IncompleteJourney-module__PwHiBa__statIcon{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.IncompleteJourney-module__PwHiBa__statBody{flex-direction:column;gap:1px;display:flex}.IncompleteJourney-module__PwHiBa__statLabel{color:#9ca3af;font-size:11px;font-weight:500}.IncompleteJourney-module__PwHiBa__statValue{color:#111827;font-size:14px;font-weight:700}.IncompleteJourney-module__PwHiBa__metaGroup{flex-direction:column;gap:8px;display:flex}.IncompleteJourney-module__PwHiBa__metaRow{justify-content:space-between;align-items:center;display:flex}.IncompleteJourney-module__PwHiBa__metaLabel{color:#9ca3af;font-size:12px}.IncompleteJourney-module__PwHiBa__metaValue{color:#111827;font-size:12px;font-weight:600}.IncompleteJourney-module__PwHiBa__metaValueWarn{color:#b45309;font-size:12px;font-weight:700}.IncompleteJourney-module__PwHiBa__checklistTitle{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin:0;font-size:12px;font-weight:700}.IncompleteJourney-module__PwHiBa__checklist{flex-direction:column;gap:9px;margin:0;padding:0;list-style:none;display:flex}.IncompleteJourney-module__PwHiBa__checkItem{align-items:center;gap:10px;display:flex}.IncompleteJourney-module__PwHiBa__checkItemActive .IncompleteJourney-module__PwHiBa__checkLabel{color:#1567a8;font-weight:600}.IncompleteJourney-module__PwHiBa__checkLabel{color:#6b7280;font-size:13px}.IncompleteJourney-module__PwHiBa__dotDone,.IncompleteJourney-module__PwHiBa__dotActive,.IncompleteJourney-module__PwHiBa__dotPending{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.IncompleteJourney-module__PwHiBa__dotDone{background:linear-gradient(135deg,#1d4a8a,#1567a8)}.IncompleteJourney-module__PwHiBa__dotActive{background:#fff;border:2px solid #1567a8;animation:1.6s ease-in-out infinite IncompleteJourney-module__PwHiBa__activeGlow}.IncompleteJourney-module__PwHiBa__dotPending{background:#f3f4f6;border:1.5px solid #e5e7eb}@media (max-width:900px){.IncompleteJourney-module__PwHiBa__highlights{grid-template-columns:1fr 1fr}.IncompleteJourney-module__PwHiBa__headline{font-size:20px}}@media (max-width:640px){.IncompleteJourney-module__PwHiBa__layout{flex-direction:column;gap:16px}.IncompleteJourney-module__PwHiBa__right{order:-1;position:static}.IncompleteJourney-module__PwHiBa__highlights{grid-template-columns:1fr;gap:10px}.IncompleteJourney-module__PwHiBa__headline{font-size:18px}.IncompleteJourney-module__PwHiBa__heroIconWrap{width:50px;height:50px}.IncompleteJourney-module__PwHiBa__primaryBtn{width:100%;padding:12px 20px;font-size:13px}.IncompleteJourney-module__PwHiBa__secondaryBtn{justify-content:center;width:100%}.IncompleteJourney-module__PwHiBa__actions{flex-direction:column;gap:10px}}
