.sf{font-family:var(--font-jakarta),system-ui,sans-serif;flex-direction:column;gap:14px;display:flex}.sf .sf-error{color:#8a2e2e;background:#fdecec;border:1px solid #f3b9b3;border-radius:12px;padding:11px 14px;font-size:13px;font-weight:500;line-height:1.4}.sf .sf-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (max-width:520px){.sf .sf-row{grid-template-columns:1fr}}.sf .sf-field{flex-direction:column;gap:7px;display:flex}.sf .sf-label{letter-spacing:1.2px;text-transform:uppercase;color:#c14a1c;font-size:11px;font-weight:700}.sf .sf-input-wrap{position:relative}.sf .sf-input,.sf .sf-select{color:#2c2420;appearance:none;background:#fff;border:1.5px solid #e8dfc4;border-radius:14px;width:100%;height:52px;padding:0 16px 0 46px;font-family:inherit;font-size:16px;font-weight:500;transition:border-color .18s,box-shadow .18s}.sf .sf-input::placeholder{color:#9b8d80;font-weight:400}.sf .sf-input:focus,.sf .sf-textarea:focus{background-image:linear-gradient(#fff,#fff),linear-gradient(120deg,#ff6b2c,#ff8f2d 50%,#ffbf47);background-origin:border-box;background-clip:padding-box,border-box;border-color:#0000;outline:none}.sf .sf-input:disabled,.sf .sf-select:disabled{color:#9b8d80;cursor:not-allowed;background:#f7f2e8}.sf .sf-input:user-valid:not(:focus){border-color:#86bf9e}.sf .sf-input:user-invalid:not(:focus){border-color:#e2a396}.sf .sf-input.error{border-color:#d64545}.sf .sf-req{color:#c03434;margin:0;font-size:12px;font-weight:600}.sf .sf-icon{color:#9b8d80;pointer-events:none;width:18px;height:18px;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.sf .sf-input-wrap:focus-within .sf-icon{color:#c14a1c}.sf .sf-toggle{color:#9b8d80;cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;padding:0;transition:color .18s,background .18s;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.sf .sf-toggle:hover{color:#c14a1c;background:#f3ecdb}.sf .sf-toggle svg{width:18px;height:18px}.sf .sf-submit{cursor:pointer;color:#fff;background:linear-gradient(135deg,#ff6b2c,#ff8f2d 48%,#ffbf47);border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;width:100%;height:54px;margin-top:4px;font-family:inherit;font-size:15px;font-weight:600;transition:transform .12s,opacity .18s,box-shadow .18s;display:flex;box-shadow:0 8px 22px -6px #ff6b2c80}.sf .sf-submit:hover:not(:disabled){transform:translateY(-1px)}.sf .sf-submit:active:not(:disabled){opacity:.95;transform:scale(.99)}.sf .sf-submit:disabled{opacity:.6;cursor:not-allowed}.sf .sf-steps{align-items:center;gap:12px;margin-bottom:2px;display:flex}.sf .sf-steps-label{letter-spacing:1px;text-transform:uppercase;color:#9b8d80;white-space:nowrap;font-size:11px;font-weight:700}.sf .sf-steps-track{flex:1;gap:6px;display:flex}.sf .sf-steps-track i{background:#e8dfc4;border-radius:99px;flex:1;height:4px;transition:background .25s}.sf .sf-steps-track i.on{background:linear-gradient(135deg,#ff6b2c,#ffbf47)}.sf .sf-step{flex-direction:column;gap:14px;display:flex}.sf .sf-step[hidden]{display:none}.sf .sf-nav{gap:12px;margin-top:4px;display:flex}.sf .sf-nav .sf-submit{flex:1;margin-top:0}.sf .sf-back{color:#2c2420;cursor:pointer;background:#fff;border:1.5px solid #e8dfc4;border-radius:14px;flex:none;justify-content:center;align-items:center;width:54px;height:54px;font-family:inherit;transition:border-color .18s,color .18s;display:flex}.sf .sf-back svg{width:20px;height:20px}.sf .sf-back:hover:not(:disabled){color:#c14a1c;border-color:#c14a1c}.sf .sf-back:disabled{opacity:.6;cursor:not-allowed}.sf .sf-dd{position:relative}.sf .sf-dd-btn{color:#2c2420;text-align:left;cursor:pointer;background:#fff;border:1.5px solid #e8dfc4;border-radius:14px;justify-content:space-between;align-items:center;gap:10px;width:100%;height:52px;margin:0;padding:0 16px;font-family:inherit;font-size:16px;font-weight:500;transition:border-color .18s;display:flex}.sf .sf-dd.open .sf-dd-btn,.sf .sf-dd .sf-dd-btn:focus-visible{background-image:linear-gradient(#fff,#fff),linear-gradient(120deg,#ff6b2c,#ff8f2d 50%,#ffbf47);background-origin:border-box;background-clip:padding-box,border-box;border-color:#0000;outline:none}.sf .sf-dd-btn.placeholder{padding-left:46px}.sf .sf-dd-btn.placeholder .sf-dd-value{color:#9b8d80;font-weight:400}.sf .sf-dd-value{text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:10px;display:flex;overflow:hidden}.sf .sf-dd-chevron{color:#9b8d80;flex:none;width:19px;height:19px;transition:transform .2s}.sf .sf-dd.open .sf-dd-chevron{transform:rotate(180deg)}.sf .sf-dd.disabled{opacity:.6;pointer-events:none}.sf-dd-menu{background:#fff;border:1.5px solid #e8dfc4;border-radius:14px;margin:0;padding:6px;font-family:Plus Jakarta Sans,system-ui,sans-serif;list-style:none;overflow-y:auto;box-shadow:0 22px 48px -22px #2c242066}.sf-dd-opt{color:#2c2420;cursor:pointer;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;font-size:15px;transition:background .12s;display:flex}.sf-dd-opt.active{background:#f6efe0}.sf-dd-opt.selected{color:#c14a1c;font-weight:600}.sf-dd-optbody{align-items:center;gap:10px;min-width:0;display:flex}.sf-dd-opticon{flex:none;width:22px;height:22px;display:inline-flex}.sf-dd-opticon svg{width:100%;height:100%}.sf-dd-check{color:#c14a1c;flex:none;width:17px;height:17px}.sf .sf-opt{color:#9b8d80;letter-spacing:0;text-transform:none;font-weight:500}.sf .sf-textarea{color:#2c2420;resize:vertical;background:#fff;border:1.5px solid #e8dfc4;border-radius:14px;width:100%;min-height:84px;padding:12px 16px 12px 46px;font-family:inherit;font-size:15px;font-weight:500;transition:border-color .18s,box-shadow .18s}.sf .sf-textarea::placeholder{color:#9b8d80;font-weight:400}.sf .sf-hint{text-align:center;color:#6f6055;margin-top:4px;font-size:14.5px}.sf .sf-hint a{color:#c14a1c;font-weight:600}.sf .sf-hint a:hover{text-decoration:underline}.sf .sf-note{color:#9b8d80;text-align:center;margin-top:2px;font-size:12px;line-height:1.45}.sf .sf-pro-callout{text-align:center;color:#6f6055;cursor:pointer;-webkit-backdrop-filter:blur(12px)saturate(1.2);background:linear-gradient(135deg,#ffffffb8,#fff4e58c);border:1px solid #ffffffd9;border-radius:16px;margin:0;padding:11px 16px;font-size:14px;line-height:1.5;text-decoration:none;transition:border-color .18s,box-shadow .18s,transform .12s;display:block;box-shadow:0 6px 18px -10px #c14a1c59,inset 0 1px #ffffffe6}.sf .sf-pro-callout:hover{border-color:#c14a1c73;box-shadow:0 8px 22px -10px #c14a1c73,inset 0 1px #ffffffe6}.sf .sf-pro-callout:active{transform:scale(.99)}.sf .sf-pro-cta{color:#c14a1c;font-weight:700}.sf .sf-pro-callout:hover .sf-pro-cta{text-decoration:underline}.sf .sf-manual-link{color:#c14a1c;cursor:pointer;-webkit-backdrop-filter:blur(14px)saturate(1.25);background:#ffffff9e;border:1px solid #ffffffd9;border-radius:16px;justify-content:center;align-items:center;gap:9px;width:100%;min-height:48px;margin-top:-4px;padding:12px 16px;font-family:inherit;font-size:14.5px;font-weight:600;transition:border-color .18s,background .18s,box-shadow .18s,transform .12s;display:flex;box-shadow:0 8px 20px -14px #5a2c124d,inset 0 1px #fffffff2}.sf .sf-manual-link svg{flex:none;width:17px;height:17px}.sf .sf-manual-link:hover{background:#ffffffd1;border-color:#c14a1c73;box-shadow:0 10px 24px -12px #c14a1c66,inset 0 1px #fffffff2}.sf .sf-manual-link:active{transform:scale(.99)}.sf .sf-help{color:#9b8d80;margin:0;font-size:12px;line-height:1.45}.sf .sf-org{position:relative}.sf-org-menu{background:#fff;border:1.5px solid #e8dfc4;border-radius:14px;margin:0;padding:6px;font-family:Plus Jakarta Sans,system-ui,sans-serif;list-style:none;overflow-y:auto;box-shadow:0 22px 48px -22px #2c242066}.sf-org-opt{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;flex-direction:column;align-items:flex-start;gap:2px;width:100%;padding:10px 12px;font-family:inherit;transition:background .12s;display:flex}.sf-org-opt:hover{background:#f6efe0}.sf-org-name{color:#2c2420;font-size:14px;font-weight:600}.sf-org-sub{color:#9b8d80;font-size:11.5px}.sf-org-empty{color:#9b8d80;padding:10px 12px;font-size:13px}.sf-org-manual{cursor:pointer;text-align:left;color:#2c2420;background:0 0;border:none;border-top:1px solid #f0e9d8;border-radius:0 0 10px 10px;align-items:center;gap:9px;width:100%;margin-top:4px;padding:12px;font-family:inherit;font-size:14.5px;font-weight:700;display:flex}.sf-org-manual svg{color:#6f6055;flex:none;width:16px;height:16px}.sf-org-manual:hover{background:#f6efe0}.sf .sf-org-hint{color:#9b8d80;margin:7px 0 0;font-size:12px;line-height:1.5}.sf .sf-org-inicon{pointer-events:none;color:#a99b8d;width:21px;height:21px;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.sf .sf-org-inicon svg{width:100%;height:100%;display:block}.sf .sf-org .sf-input::placeholder{font-size:13.5px}.sf .sf-org-card{background:#2e7d4f12;border:1px solid #2e7d4f38;border-radius:12px;flex-direction:column;gap:5px;margin-top:8px;padding:11px 14px;display:flex}.sf .sf-org-card-head{color:#2e7d4f;align-items:center;gap:7px;margin:0;font-size:12.5px;font-weight:700;display:flex}.sf .sf-org-card-head svg{flex:none;width:14px;height:14px}.sf .sf-org-card-line{color:#6f6055;font-variant-numeric:tabular-nums;align-items:center;gap:7px;margin:0;font-size:12.5px;line-height:1.45;display:flex}.sf .sf-org-card-line svg{color:#9b8d80;flex:none;width:13px;height:13px}.sf .sf-org-card-key{letter-spacing:.6px;color:#9b8d80;font-size:10.5px;font-weight:700}.sf .sf-org-back{cursor:pointer;color:#c14a1c;background:0 0;border:none;padding:0;font-family:inherit;font-size:12px;font-weight:600;text-decoration:underline}.sf .sf-step-manual:not([hidden]){animation:.32s both sf-reveal}@keyframes sf-reveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.sf .sf-step-manual:not([hidden]){animation:none}}
.UserMenu-module__Ofqr2G__wrap{align-items:center;display:flex;position:relative}.UserMenu-module__Ofqr2G__wrap .UserMenu-module__Ofqr2G__avatar{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff6b2c,#ff8f2d,#ffbf47);border:none;border-radius:50%;place-items:center;width:44px;height:44px;padding:0;font-size:16.5px;font-weight:800;transition:opacity .2s;display:grid;overflow:hidden;box-shadow:0 8px 18px -8px #ff6b2c99}.UserMenu-module__Ofqr2G__wrap .UserMenu-module__Ofqr2G__avatar:hover{opacity:.85}.UserMenu-module__Ofqr2G__wrap .UserMenu-module__Ofqr2G__avatarLg{width:52px;height:52px;font-size:19px}@media (max-width:560px){.UserMenu-module__Ofqr2G__wrap .UserMenu-module__Ofqr2G__avatarLg{width:46px;height:46px;font-size:17px}}.UserMenu-module__Ofqr2G__wrap .UserMenu-module__Ofqr2G__avatar img{object-fit:cover;border:1px solid #2c242026;border-radius:50%;width:100%;height:100%}.UserMenu-module__Ofqr2G__wrap .UserMenu-module__Ofqr2G__menu{z-index:300;background:#fff;border:1px solid #2c24201a;border-radius:18px;width:288px;padding:6px 0 8px;line-height:1.45;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 30px 60px -28px #2c242073}.UserMenu-module__Ofqr2G__wrap .UserMenu-module__Ofqr2G__head{color:#2c2420;border-bottom:1px solid #2c242014;align-items:center;gap:11px;margin-bottom:6px;padding:12px 16px;text-decoration:none;transition:background .12s;display:flex}.UserMenu-module__Ofqr2G__wrap .UserMenu-module__Ofqr2G__head:hover{background:#faf6ee}.UserMenu-module__Ofqr2G__wrap .UserMenu-module__Ofqr2G__headAvatar{color:#fff;background:linear-gradient(135deg,#ff6b2c,#ff8f2d,#ffbf47);border-radius:50%;flex:none;place-items:center;width:38px;height:38px;font-size:15px;font-weight:800;display:grid;overflow:hidden}.UserMenu-module__Ofqr2G__wrap .UserMenu-module__Ofqr2G__headAvatar img{object-fit:cover;border:1px solid #2c242026;border-radius:50%;width:100%;height:100%}.UserMenu-module__Ofqr2G__wrap .UserMenu-module__Ofqr2G__headId{min-width:0}.UserMenu-module__Ofqr2G__wrap .UserMenu-module__Ofqr2G__headId b{text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.3;display:block;overflow:hidden}.UserMenu-module__Ofqr2G__wrap .UserMenu-module__Ofqr2G__headId small{color:#a8978a;text-overflow:ellipsis;white-space:nowrap;margin-top:1px;font-size:12px;display:block;overflow:hidden}.UserMenu-module__Ofqr2G__wrap .UserMenu-module__Ofqr2G__headCta{color:#2c2420;margin-top:5px;font-size:12px;font-weight:700;display:block}.UserMenu-module__Ofqr2G__wrap .UserMenu-module__Ofqr2G__head:hover .UserMenu-module__Ofqr2G__headCta{text-underline-offset:3px;text-decoration:underline}.UserMenu-module__Ofqr2G__wrap .UserMenu-module__Ofqr2G__label{letter-spacing:.1em;text-transform:uppercase;color:#a8978a;padding:8px 16px 3px;font-size:10px;font-weight:800}.UserMenu-module__Ofqr2G__wrap .UserMenu-module__Ofqr2G__item{color:#2c2420;text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:8px 16px;font-family:inherit;font-size:14px;font-weight:500;text-decoration:none;transition:background .12s;display:flex}.UserMenu-module__Ofqr2G__wrap .UserMenu-module__Ofqr2G__item:hover{background:#faf6ee}.UserMenu-module__Ofqr2G__wrap .UserMenu-module__Ofqr2G__item>svg{color:#8a7a72;flex:none}.UserMenu-module__Ofqr2G__wrap .UserMenu-module__Ofqr2G__mark{color:#fff;background:linear-gradient(135deg,#ff6b2c,#ffbf47);border-radius:9px;flex:none;justify-content:center;align-items:center;width:32px;height:32px;font-size:15px;font-weight:700;display:flex}.UserMenu-module__Ofqr2G__wrap .UserMenu-module__Ofqr2G__markMuted{color:#8a7a72;background:#f0e9dc}.UserMenu-module__Ofqr2G__wrap .UserMenu-module__Ofqr2G__thumb{object-fit:cover;border-radius:9px;flex:none;width:32px;height:32px}.UserMenu-module__Ofqr2G__wrap .UserMenu-module__Ofqr2G__info{flex:1;min-width:0}.UserMenu-module__Ofqr2G__wrap .UserMenu-module__Ofqr2G__name{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.UserMenu-module__Ofqr2G__wrap .UserMenu-module__Ofqr2G__role{color:#a8978a;margin-top:1px;font-size:11.5px;display:block}.UserMenu-module__Ofqr2G__wrap .UserMenu-module__Ofqr2G__sep{background:#2c242014;height:1px;margin:6px 0}
