body,html{margin:0;padding:0;font-family:Lexend,-apple-system,blinkmacsystemfont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1rem;line-height:1.5;color:#111827}a{text-decoration:none;color:inherit}button{font-family:Lexend,-apple-system,blinkmacsystemfont,Segoe UI,sans-serif}*{box-sizing:border-box}:focus-visible{outline:2px solid #165dff;outline-offset:2px;border-radius:.5rem}:focus:not(:focus-visible){outline:none}#chat-widget-container{margin-right:30px}::-webkit-scrollbar{border-radius:55px;width:5px;height:5px;background-color:#f2f2f2}::-webkit-scrollbar-thumb{border-radius:55px;background-color:#4f4b69}:root{--radius-xl:1.5rem;--border-w:2px;--error-bg:#fef2f2;--error-br:#fecaca;--error-ic:#b91c1c;--error-ti:#7f1d1d;--error-tx:#b91c1c;--error-btn:#b91c1c;--error-btn-h:#991b1b;--error-sec-br:#fca5a5;--error-sec-tx:#b91c1c;--error-prog:#ef4444;--warn-bg:#fffbeb;--warn-br:#fcd34d;--warn-ic:#d97706;--warn-ti:#78350f;--warn-tx:#b45309;--warn-btn:#d97706;--warn-btn-h:#b45309;--warn-sec-br:#fcd34d;--warn-sec-tx:#b45309;--warn-prog:#f59e0b;--info-bg:#eff6ff;--info-br:#bfdbfe;--info-ic:#0f5fd6;--info-ti:#1e3a8a;--info-tx:#0f5fd6;--info-btn:#0f5fd6;--info-btn-h:#0c3eb0;--info-sec-br:#bfdbfe;--info-sec-tx:#0f5fd6;--info-prog:#165dff;--mox-gray-700:#344054;--mox-gray-600:#3d5266;--mox-blue:#165dff;--mox-blue-600:#0f4fdb;--mox-green:#15803d;--mox-orange:#b45309}.outlined{--pure-material-safari-helper1:rgb(var(--pure-material-primary-rgb,33,150,243));position:relative;display:inline-block;padding-top:6px;font-size:15px;line-height:1.5;width:100%}.outlined .outlinedImg{position:absolute;top:6px;right:0;height:45px;width:45px;display:flex;align-items:center;justify-content:center;color:#546986;cursor:pointer;transition:color .2s,box-shadow .2s;border:none;background:transparent}.outlined .error{color:red}.outlined>input,.outlined>textarea{margin:0;border:1px solid #e8ebf2;border-top-color:transparent;border-radius:4px;padding:10px 15px;width:100%;height:inherit;box-shadow:none;box-sizing:border-box;font-family:inherit;font-size:inherit;line-height:inherit;color:rgb(var(--pure-material-onsurface-rgb,0,0,0) .87);caret-color:rgb(var(--pure-material-primary-rgb,33,150,243));background-color:transparent;transition:border .2s,box-shadow .2s}.outlined>input+span,.outlined>textarea+span{position:absolute;left:0;top:0;display:flex;border-color:rgb(var(--pure-material-onsurface-rgb,0,0,0) .6);width:100%;max-height:100%;font-size:15px;line-height:15px;color:#546986;transition:color .2s,font-size .2s,line-height .2s;cursor:text;-webkit-user-select:none;-moz-user-select:none;user-select:none}.outlined>input+span:after,.outlined>input+span:before,.outlined>textarea+span:after,.outlined>textarea+span:before{content:"";display:block;margin-top:6px;border-top:1px solid #e8ebf2;height:8px;min-width:10px;box-shadow:inset 0 1px transparent;box-sizing:border-box;transition:border-color .2s,box-shadow .2s;pointer-events:none}.outlined>input+span:before,.outlined>textarea+span:before{margin-right:4px;border-left:1px solid transparent;border-radius:4px 0}.outlined>input+span:after,.outlined>textarea+span:after{flex-grow:1;margin-left:4px;border-right:1px solid transparent;border-radius:0 4px}.outlined:hover>input,.outlined:hover>textarea{border-color:rgb(var(--pure-material-primary-rgb,33,150,243));border-top-color:transparent}.outlined:hover>.outlinedImg{color:rgb(var(--pure-material-primary-rgb,33,150,243))}.outlined:hover>input+span:after,.outlined:hover>input+span:before,.outlined:hover>textarea+span:after,.outlined:hover>textarea+span:before{border-color:rgb(var(--pure-material-primary-rgb,33,150,243))}.outlined:hover>input:not(:focus):placeholder-shown,.outlined:hover>textarea:not(:focus):placeholder-shown{border-color:rgb(var(--pure-material-primary-rgb,33,150,243))}.outlined:hover>input+span,.outlined:hover>textarea+span{color:rgb(var(--pure-material-primary-rgb,33,150,243))}.outlined>input:not(:focus):placeholder-shown,.outlined>textarea:not(:focus):placeholder-shown{border-top-color:#e8ebf2}.outlined>input:not(:focus):placeholder-shown+span,.outlined>textarea:not(:focus):placeholder-shown+span{font-size:inherit;line-height:58px}.outlined>input:not(:focus):placeholder-shown+span:after,.outlined>input:not(:focus):placeholder-shown+span:before,.outlined>textarea:not(:focus):placeholder-shown+span:after,.outlined>textarea:not(:focus):placeholder-shown+span:before{border-top-color:transparent}.outlined>input:focus,.outlined>textarea:focus{outline:none;border-color:rgb(var(--pure-material-primary-rgb,33,150,243));border-top-color:transparent;box-shadow:inset 1px 0 var(--pure-material-safari-helper1),inset -1px 0 var(--pure-material-safari-helper1),inset 0 -1px var(--pure-material-safari-helper1)}.outlined>input:focus+span,.outlined>textarea:focus+span{color:rgb(var(--pure-material-primary-rgb,33,150,243));font-size:12px}.outlined>input:focus+span:after,.outlined>input:focus+span:before,.outlined>textarea:focus+span:after,.outlined>textarea:focus+span:before{border-top-color:var(--pure-material-safari-helper1)!important;box-shadow:inset 0 1px var(--pure-material-safari-helper1)}.outlined>input:disabled,.outlined>input:disabled+span,.outlined>textarea:disabled,.outlined>textarea:disabled+span{border-color:transparent #e8ebf2 #e8ebf2!important;color:rgb(var(--pure-material-onsurface-rgb,0,0,0) .38);pointer-events:none}.outlined>input:disabled+span,.outlined>textarea:disabled+span{border-color:transparent #e8ebf2 #e8ebf2!important;color:#546986;pointer-events:none}.outlined>input:disabled+span:after,.outlined>input:disabled+span:before,.outlined>textarea:disabled+span:after,.outlined>textarea:disabled+span:before{border-color:#e8ebf2!important}.outlined>input:disabled:placeholder-shown,.outlined>input:disabled:placeholder-shown+span,.outlined>textarea:disabled:placeholder-shown,.outlined>textarea:disabled:placeholder-shown+span{border-top-color:#e8ebf2!important}.outlined>input:disabled:placeholder-shown+span:after,.outlined>input:disabled:placeholder-shown+span:before,.outlined>textarea:disabled:placeholder-shown+span:after,.outlined>textarea:disabled:placeholder-shown+span:before{border-top-color:transparent!important}@media not all and (-webkit-min-device-pixel-ratio:0),not all and (min-resolution:0.001dpcm){@supports(-webkit-appearance:none){.outlined>input,.outlined>input+span,.outlined>input+span:after,.outlined>input+span:before,.outlined>textarea,.outlined>textarea+span,.outlined>textarea+span:after,.outlined>textarea+span:before{transition-duration:.1s}}}.error>input,.error>textarea{border-color:transparent red red}.error>input:not(:focus):placeholder-shown,.error>textarea:not(:focus):placeholder-shown{border-top-color:red}.error>input+span:after,.error>input+span:before,.error>textarea+span:after,.error>textarea+span:before{border-top-color:red}.error>input+span,.error>textarea+span{color:red}.content h1{margin:0;font-weight:500;font-style:normal;font-size:30px;line-height:45px}.content h1.light{font-weight:400}.content h2{font-size:28px;line-height:42px}.content h2,.content h3{margin:0;font-weight:400;font-style:normal}.content h3{font-size:22px;line-height:33px}.content h6{font-size:17px;line-height:26px}.content h6,.content p{margin:0;font-weight:400;font-style:normal}.content p{font-size:15px;line-height:22px}.content p.small{font-size:14px;line-height:21px}.content p.smaller{font-size:12px;line-height:18px}.content p.tableText{font-weight:500;font-size:15px;line-height:22px}.content p.number{font-size:14px;line-height:21px;letter-spacing:.06em}.content .black{font-weight:500}@import"https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;600;700&display=swap";.KeyboardShortcutsHelp_overlay___Wbx7{position:fixed;z-index:9998;background:rgba(0,0,0,.5);animation:KeyboardShortcutsHelp_fade-in__EM5Qv .2s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);inset:0}.KeyboardShortcutsHelp_modal___0lhP{position:fixed;left:50%;top:50%;z-index:9999;overflow:hidden;border-radius:1rem;width:90%;max-width:600px;max-height:80vh;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);background:#fff;transform:translate(-50%,-50%);animation:KeyboardShortcutsHelp_slide-up__3BUr8 .3s cubic-bezier(.4,0,.2,1)}.KeyboardShortcutsHelp_modal___0lhP:focus{outline:2px solid #165dff;outline-offset:2px}.KeyboardShortcutsHelp_header__13Lo5{display:flex;align-items:center;justify-content:space-between;border-bottom:2px solid #e8ebf4;padding:1.5rem}.KeyboardShortcutsHelp_header__13Lo5 h2{margin:0;font-family:Lexend,-apple-system,blinkmacsystemfont,Segoe UI,sans-serif;font-weight:600;font-size:1.563rem;line-height:1.1;color:#111827}.KeyboardShortcutsHelp_closeButton__v4LMp{display:flex;align-items:center;justify-content:center;border:none;border-radius:.5rem;width:32px;min-height:44px;font-size:1.953rem;line-height:1;color:#3d5266;background:transparent;transition:all .2s ease-out;cursor:pointer}.KeyboardShortcutsHelp_closeButton__v4LMp:hover{color:#111827;background:#fafbff}.KeyboardShortcutsHelp_closeButton__v4LMp:active{transform:scale(.95)}.KeyboardShortcutsHelp_closeButton__v4LMp:focus-visible{outline:2px solid #165dff;outline-offset:2px}.KeyboardShortcutsHelp_content__eBusd{overflow-y:auto;padding:1.5rem;max-height:calc(80vh - 100px)}.KeyboardShortcutsHelp_description__5_Ia0{margin:0 0 1.5rem;font-family:Lexend,-apple-system,blinkmacsystemfont,Segoe UI,sans-serif;font-size:1rem;line-height:1.5;color:#3d5266}.KeyboardShortcutsHelp_shortcuts__BKf1s{display:flex;flex-direction:column;gap:.75rem}.KeyboardShortcutsHelp_shortcut__70T9c{display:flex;align-items:center;border-radius:.5rem;padding:.75rem;transition:background .2s ease-out;gap:1rem}.KeyboardShortcutsHelp_shortcut__70T9c:hover{background:#fafbff}.KeyboardShortcutsHelp_shortcut__70T9c .KeyboardShortcutsHelp_description__5_Ia0{margin:0;font-size:1rem;color:#111827}.KeyboardShortcutsHelp_key__BC_5u{display:inline-flex;align-items:center;justify-content:center;border:2px solid #d1d6e4;border-radius:.5rem;padding:.5rem .75rem;min-width:120px;box-shadow:0 2px 0 #d1d6e4;font-family:Lexend,-apple-system,blinkmacsystemfont,Segoe UI,sans-serif;font-weight:500;font-size:.875rem;line-height:1;white-space:nowrap;color:#111827;background:#fff}.KeyboardShortcutsHelp_footer__zuoYn{margin-top:1.5rem;border-top:2px solid #e8ebf4;padding-top:1.5rem}.KeyboardShortcutsHelp_hint__oRbUj{margin:0;font-family:Lexend,-apple-system,blinkmacsystemfont,Segoe UI,sans-serif;font-size:.875rem;line-height:1.5;text-align:center;color:#3d5266}.KeyboardShortcutsHelp_inlineKey__RI_Ye{display:inline-flex;align-items:center;border:2px solid #d1d6e4;border-radius:.5rem;padding:.25rem .5rem;font-family:Lexend,-apple-system,blinkmacsystemfont,Segoe UI,sans-serif;font-weight:500;font-size:.75rem;color:#111827;background:#fafbff}@keyframes KeyboardShortcutsHelp_fade-in__EM5Qv{0%{opacity:0}to{opacity:1}}@keyframes KeyboardShortcutsHelp_slide-up__3BUr8{0%{opacity:0;transform:translate(-50%,-45%)}to{opacity:1;transform:translate(-50%,-50%)}}