@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,500;0,600;0,700;1,900&display=swap";@import"https://cdn-uicons.flaticon.com/2.5.1/uicons-regular-rounded/css/uicons-regular-rounded.css";.ui-clickable{overflow:hidden;position:relative;transition:.4s ease;--ripple-color: gray;--ripple-size: 40px}.ui-clickable-pointer{pointer-events:none;position:absolute;width:var(--ripple-size);height:var(--ripple-size);background-color:var(--ripple-color);filter:blur(var(--ripple-size));opacity:0;transform:scale(0)}.ui-clickable--readOnly{cursor:auto;-webkit-user-select:auto;user-select:auto}.ui-button{width:100%;padding:10px 30px;border-radius:12px;--btn-active-color: rgba(var(--_violet), .3);background-color:var(--violet);color:var(--white);font-size:15px;font-weight:600;box-shadow:0 0 0 4px rgba(var(--_violet),0)}.ui-button.ui-clickable{--ripple-color: white}.ui-button .ui-icon{--icon-color: var(--white)}.ui-button-wrap{transform-origin:top;transition:.2s ease;display:flex;align-items:center;justify-content:center;column-gap:8px}.ui-button:active:not(:disabled),.ui-button:focus:not(:disabled),.ui-button:focus-visible:not(:disabled){box-shadow:0 0 0 4px var(--btn-active-color)}.ui-button-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scaleY(0);overflow:hidden;transition:.4s ease;transform-origin:bottom}.ui-button-loading span{display:block;width:18px;height:18px;border-radius:50%;position:relative;animation:rotate .6s linear infinite}.ui-button-loading span:before,.ui-button-loading span:after{content:"";box-sizing:border-box;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:2px solid var(--white);animation:prixClipFix 2s linear infinite alternate-reverse}.ui-button-loading span:after{transform:rotate3d(90,90,0,180deg)}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes prixClipFix{0%{clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}50%{clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}75%,to{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}}.ui-button--text{width:fit-content!important;background-color:transparent;border-radius:0;color:var(--secondary);font-size:14px;padding:3px;border-bottom:1px solid var(--secondary);--btn-active-color: transparent}.ui-button--text .ui-icon{--icon-color: var(--secondary)}.ui-button--primary{background-color:var(--yellow);color:var(--white);--btn-active-color: rgba(254, 191, 68, .3)}.ui-button--primary.ui-clickable{--ripple-color: white}.ui-button--secondary{background-color:var(--light);color:var(--violet)}.ui-button--secondary .ui-icon{--icon-color: var(--violet)}.ui-button--outlined{background:none;border:1px solid rgba(var(--_violet),.2);color:var(--violet);--btn-active-color: rgba(var(--_violet), .1)}.ui-button--outlined .ui-icon{--icon-color: var(--basic-dark)}.ui-button--outlined.ui-clickable{--ripple-color: var(--violet)}.ui-button--menu{border-radius:0;background-color:#fff;color:var(--secondary);--btn-active-color: transparent;padding:10px 16px}.ui-button--menu.ui-clickable{--ripple-color: var(--violet)}.ui-button--menu .ui-button-wrap{text-align:left;justify-content:flex-start;gap:12px;font-size:14px;font-weight:500}.ui-button--menu .ui-button-wrap .ui-icon{display:inline-block;color:var(--secondary);font-size:14px;transform:translateY(.5px)}.ui-button--menu.ui-button--danger{--ripple-color: var(--error);color:var(--error)}.ui-button--menu.ui-button--danger .ui-icon{color:var(--error)}.ui-button--clear{padding:5px 10px;border-radius:12px;background-color:transparent;color:var(--basic-dark40)}.ui-button--clear .ui-icon{--icon-color: var(--basic-dark40)}.ui-button--size_sm{padding:8px 40px;font-size:14px;font-weight:500}.ui-button--onlyIcon{padding:0;width:40px;height:40px}.ui-button--autoWidth{width:auto}.ui-button--loading{pointer-events:none}.ui-button--loading .ui-button-loading{transform:translate(-50%,-50%) scaleY(1)}.ui-button--loading .ui-button-wrap{transform:scaleY(0)}.ui-button:disabled{background-color:gray;cursor:no-drop}.ui-checkbox{display:flex;align-items:center;gap:8px;cursor:pointer}.ui-checkbox-body{position:relative;flex-shrink:0;width:16px;height:16px;border-radius:4px;border:1px solid var(--violet)}.ui-checkbox-body:after{position:absolute;content:"";top:3px;right:3px;bottom:3px;left:3px;border-radius:2px;background-color:var(--violet);transition:.2s ease;transform:scale(0)}.ui-checkbox-label{color:var(--secondary);color:#0006}.ui-checkbox--active .ui-checkbox-body{background-color:rgba(var(--_violet),.1)}.ui-checkbox--active .ui-checkbox-body:after{transform:scale(1)}.ui-checkbox--active .ui-checkbox-label{color:var(--violet);color:#000}.ui-checkbox_view-checked .ui-checkbox-body{background-color:rgba(var(--_violet),.1)}.ui-checkbox_view-checked .ui-checkbox-body:after{transform:scale(1)}.ui-checkbox_view-semi .ui-checkbox-body{background-color:rgba(var(--_violet),.1)}.ui-checkbox_view-semi .ui-checkbox-body:after{top:6.5px;bottom:6.5px;transform:scale(1)}.ui-chip{display:flex;align-self:center;column-gap:6px;border-radius:12px;width:fit-content;text-align:center;padding:0 12px;letter-spacing:.04em;white-space:nowrap;display:inline-flex;align-items:center;font-size:14px;height:30px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);font-weight:500}.ui-chip--color_primary{--ui-chip-primary: var(--_violet);--ui-chip-foreground: white}.ui-chip--color_success{--ui-chip-primary: var(--_green);--ui-chip-foreground: black}.ui-chip--color_alert{--ui-chip-primary: var(--_alert);--ui-chip-foreground: black}.ui-chip--color_error{--ui-chip-primary: var(--_error);--ui-chip-foreground: black}.ui-chip--variant_solid{background-color:rgb(var(--ui-chip-primary));color:var(--ui-chip-foreground)}.ui-chip--variant_flat{background-color:rgba(var(--ui-chip-primary),.08);color:rgba(var(--ui-chip-primary),1)}.ui-chip--variant_bordered{background-color:transparent;border:1px solid rgb(var(--ui-chip-primary));color:rgba(var(--ui-chip-primary),1)}@media screen and (max-width: 600px){.ui-chip{font-size:13px;height:26px;padding:0 8px}}.ui-dropdown{position:absolute;z-index:99999;padding:10px 0;border-radius:12px;background-color:#fff;box-shadow:0 16px 30px #00000026;border:1px solid rgba(var(--_violet),.2);animation:showDropdown .2s cubic-bezier(.34,1.2,.64,1) 1}@keyframes showDropdown{0%{transform:scale(0)}}.ui-dropdown hr{margin:6px 0;width:100%;height:1px;background-color:rgba(var(--_violet),.3);outline:none;border:none}.ui-icon{--icon-color: inherit;color:var(--icon-color);transition:.3s ease}.ui-icon svg{width:100%;height:auto}.ui-icon svg path,.ui-icon svg circle,.ui-icon svg rect{fill:var(--icon-color);transition:.3s ease}.ui-input{position:relative}.ui-input-body{box-sizing:border-box}.ui-input-body input{display:block;width:calc(100% - 30px);padding:10px 15px;border-radius:10px;background-color:var(--white);border:1px solid var(--secondary);box-shadow:0 0 #5943ff00;transition:.4s ease;color:var(--black)}.ui-input-body input::placeholder{color:var(--secondary)}.ui-input-body input:focus,.ui-input-body input:active{border-color:var(--violet);box-shadow:0 0 10px 2px #5943ff27}.ui-input-hidden{position:absolute;right:5px;bottom:6px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:100%}.ui-input-label{display:block;margin-bottom:5px;z-index:3;color:var(--black);font-size:16px;font-weight:500}.ui-input.disabled{cursor:auto;opacity:.5;filter:saturate(0)}input:-webkit-autofill,input:-webkit-autofill:focus{transition:none;color:#000;caret-color:#000;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:black;box-shadow:0 0 0 1000px var(--white) inset}.ui-select{position:relative}.ui-select-label{margin-left:8px;margin-bottom:2px;font-size:15px;font-weight:500;color:var(--secondary)}.ui-select-container .ui-select-control{background-color:#f4f4fb;border:none;border-radius:50px}.ui-select-container .ui-select-control.focused{box-shadow:0 0 0 1px rgba(var(--_violet),.5)}.ui-select-container .ui-select-value-container{cursor:pointer;padding:6px 12px;font-size:15px}.ui-select-container .ui-select-separator{background-color:rgba(var(--_violet),.3)}.ui-select-container .ui-select-icon{margin:6px;width:28px;height:28px;border-radius:100%;font-size:12px;background-color:#fff;color:rgba(var(--_violet),.8);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s ease;box-shadow:0 3px 5px #00000014}.ui-select-container .ui-select-icon.focused{color:rgba(var(--_violet),1);box-shadow:0 3px 5px #0000;transform:translateY(1px)}.ui-select-menu-portal{z-index:999999!important}.ui-select-menu-portal .ui-select-menu{border-radius:16px;padding:6px;border:none;box-shadow:0 1px 1px 1px #7777771a,0 20px 20px #0000001a;animation:showSelectMenu .2s cubic-bezier(.34,1.56,.64,1) 1}@keyframes showSelectMenu{0%{opacity:0;transform:translateY(-10%) scale(.8)}}.ui-select-menu-portal .ui-select-menu [role=listbox]::-webkit-scrollbar{width:6px;border-radius:6px}.ui-select-menu-portal .ui-select-menu [role=listbox]::-webkit-scrollbar-track{background:#ececfa}.ui-select-menu-portal .ui-select-menu [role=listbox]::-webkit-scrollbar-thumb{background-color:#cfccd4;border-radius:20px}.ui-select-menu-portal .ui-select-option{position:relative;transition:.1s ease;padding-right:30px;color:#000;border-radius:16px;font-size:15px}.ui-select-menu-portal .ui-select-option:after{position:absolute;top:50%;right:8px;margin-top:-10px;content:"";width:16px;height:20px;background-size:contain;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='61' height='74' viewBox='0 0 61 74' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.5326 1.44814C29.1827 -0.482708 31.8173 -0.482714 32.4674 1.44813L37.5469 16.5342C39.3129 21.7795 42.9613 26.1177 47.7335 28.6471L59.865 35.0771C61.3783 35.8792 61.3783 38.1208 59.865 38.9229L47.7335 45.3529C42.9613 47.8823 39.3129 52.2205 37.5469 57.4658L32.4674 72.5519C31.8173 74.4827 29.1827 74.4827 28.5326 72.5519L23.4531 57.4658C21.6871 52.2205 18.0387 47.8823 13.2665 45.3529L1.13502 38.9229C-0.378341 38.1208 -0.378341 35.8792 1.13502 35.0771L13.2665 28.6471C18.0387 26.1177 21.6871 21.7795 23.4531 16.5342L28.5326 1.44814Z' fill='%235843ff'/%3E%3C/svg%3E%0A");z-index:5;transition:.2s cubic-bezier(.34,1.56,.64,1);transform:scale(0);opacity:0}.ui-select-menu-portal .ui-select-option+.ui-select-option{margin-top:6px}.ui-select-menu-portal .ui-select-option.focused{background-color:rgba(var(--_violet),.1)}.ui-select-menu-portal .ui-select-option.selected{background-color:rgba(var(--_violet),.2)}.ui-select-menu-portal .ui-select-option.selected:after{opacity:1;transform:scale(1)}._wrap_1mvz9_1{width:95svw;height:95svh;box-sizing:border-box;background-color:#fff;border-radius:16px;padding:24px;display:flex;flex-direction:column}._wrap_1mvz9_1 hr{width:100%;height:1px;background-color:#e4e4e4;border:none;outline:none}._top_1mvz9_19{display:flex;align-items:center;justify-content:space-between}._top_1mvz9_19>div{display:flex;align-items:center;gap:6px}._top_1mvz9_19 h3{font-size:24px;font-weight:500}._top_1mvz9_19 span{display:inline-block;transform:translateY(-5px);font-size:14px;color:#878787;font-weight:600}._table_1mvz9_41{width:100%;height:100%}._tableWrap_1mvz9_45{margin-top:12px;width:100%;overflow-x:auto;flex:1;height:0}._tableWrap_1mvz9_45::-webkit-scrollbar{height:6px;border-radius:6px}._tableWrap_1mvz9_45::-webkit-scrollbar-track{background:#ececfa}._tableWrap_1mvz9_45::-webkit-scrollbar-thumb{background-color:#cfccd4;border-radius:20px}._tableList_1mvz9_63{overflow-y:auto}._tableList_1mvz9_63::-webkit-scrollbar{width:6px;border-radius:6px}._tableList_1mvz9_63::-webkit-scrollbar-track{background:#ececfa}._tableList_1mvz9_63::-webkit-scrollbar-thumb{background-color:#cfccd4;border-radius:20px}._gridHeader_1mvz9_78,._gridRow_1mvz9_79{display:grid;align-items:center;grid-template-columns:150px 80px 80px var(--subjectsCols);padding:0 12px}._gridHeader_1mvz9_78{position:sticky;top:0;left:0;z-index:3;font-size:14px;font-weight:500;padding:8px 12px 6px;background-color:#f0f0f0;color:gray;border-radius:12px;margin-bottom:8px}._gridHeader_1mvz9_78>div{padding-right:6px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;gap:4px}._gridHeader_1mvz9_78>div button{border-radius:8px;width:32px;height:32px}._gridHeader_1mvz9_78>div:nth-child(1),._gridHeader_1mvz9_78>div:nth-child(2){justify-content:start}._gridRow_1mvz9_79{height:36px;font-size:15px;border-bottom:1px solid rgba(0,0,0,.05)}._gridRow_1mvz9_79>div{box-sizing:border-box;padding:0 6px 0 3px;line-height:36px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;height:100%;border-right:1px solid rgba(0,0,0,.05)}._gridRow_1mvz9_79:last-child{border-bottom:none}._gridRow_1mvz9_79 ._name_1mvz9_140{justify-content:start}._gridRow_1mvz9_79 ._class_1mvz9_143{font-size:14px;justify-content:start}._gridRow_1mvz9_79 ._score_1mvz9_147{font-weight:500;text-align:center}._gridRow_1mvz9_79 ._subject_1mvz9_151{display:grid;grid-template-columns:1fr 50px;align-items:center;gap:12px;width:100%;overflow:hidden;font-size:15px}._gridRow_1mvz9_79 ._subject_1mvz9_151 div:first-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._tableWrap_1mvz9_45{width:100%}._wrap_16gwi_1{width:500px}._wrap_16gwi_1 ._top_16gwi_4{display:flex;align-items:center;justify-content:space-between}._wrap_16gwi_1 h2{font-size:24px;margin-bottom:8px;font-weight:600}._wrap_16gwi_1 h4{font-size:16px;line-height:22px;font-weight:500}._wrap_16gwi_1 h4 span{opacity:.6}._wrap_16gwi_1 p{font-size:16px;color:var(--secondary)}._infoGrid_16gwi_27{display:grid;grid-template-columns:3fr 2fr;row-gap:12px}._infoGrid_16gwi_27>div:first-child{grid-column:1/3}._alert_16gwi_36{margin-top:24px;background-color:#e9a8261a;padding:16px;border-radius:16px;display:flex;align-items:center;color:var(--yellow-dark)}._alert_16gwi_36 p{color:var(--yellow-dark)}._alert_16gwi_36 .ui-icon{font-size:20px;margin-right:10px;--icon-color: var(--yellow-dark)}._params_16gwi_54{margin-top:24px}._params_16gwi_54 h4{font-size:18px;font-weight:500;color:#000;margin-bottom:8px;display:flex;align-items:center;gap:12px}._params_16gwi_54 h4 div:last-child{flex:1;height:1.5px;background-color:var(--light)}._subjWrap_16gwi_72{margin-top:5px;display:flex;flex-wrap:wrap;column-gap:8px;row-gap:8px}._subjWrap_16gwi_72>div{white-space:nowrap;padding:3px 12px;font-size:15px;line-height:18px;border-radius:16px;background-color:var(--light);color:var(--violet);font-weight:500}@media screen and (max-width: 600px){._wrap_16gwi_1{width:calc(100svw - 32px);max-height:90svh;overflow-y:auto;border-radius:20px 20px 0 0!important}._wrap_16gwi_1 p{font-size:14px}._infoGrid_16gwi_27{display:flex;flex-direction:column;gap:12px}}._calculator_d4g8p_1{width:300px;background-color:#fff;padding:16px;border-radius:16px;border:1px solid rgba(var(--_violet),.2);display:flex;flex-direction:column}._calculatorTop_d4g8p_10{display:flex;align-items:center;margin-bottom:12px}._calculatorTop_d4g8p_10 h2{flex:1;font-size:20px;font-weight:500;color:var(--secondary)}._calculatorTop_d4g8p_10 button{padding:8px 12px}._autoScalingText_d4g8p_25{display:inline-block}._calculatorDisplay_d4g8p_29{position:relative;color:#fff;background:linear-gradient(to left,#1f1b1f,#211d29);line-height:130px;font-size:70px;border-radius:8px;height:125px}._calculatorDisplay_d4g8p_29 ._autoScalingText_d4g8p_25{padding:0 30px;position:absolute;right:0;transform-origin:right}._calculatorKeypad_d4g8p_45{margin-top:6px;width:100%;display:flex;gap:4px}._calculatorKey_d4g8p_45{width:100%;height:50px;font-size:18px;background-color:#fff;border-radius:6px;border:1px solid rgba(0,0,0,.1);box-shadow:0 1px 2px #00000014;text-align:center;display:flex;align-items:center;justify-content:center}._calculatorKey_d4g8p_45 span{pointer-events:none;-webkit-user-select:none;user-select:none}._inputKeys_d4g8p_70{flex:1}._fuctionKeys_d4g8p_74{display:flex;gap:4px}._fuctionKeys_d4g8p_74 ._calculatorKey_d4g8p_45{font-size:20px;background-color:#fafafa}._digitKeys_d4g8p_83{margin-top:4px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:4px}._digitKeys_d4g8p_83 .key-0{grid-column:1/3;text-align:left}._digitKeys_d4g8p_83 ._keyDot_d4g8p_93{font-size:32px}._operatorsKeys_d4g8p_97{flex-shrink:0;width:25%;display:flex;flex-direction:column;gap:4px}._operatorsKeys_d4g8p_97 ._calculatorKey_d4g8p_45{background-color:#fafafa;font-size:28px}._operatorsKeys_d4g8p_97 ._calculatorKey_d4g8p_45:last-child{background-color:rgba(var(--_violet),.2);color:var(--violet)}@media screen and (max-width: 600px){._calculator_d4g8p_1{width:calc(100svw - 32px);border-radius:20px 20px 0 0!important;min-height:60svh}}._wrap_oj13i_1{width:400px}._wrap_oj13i_1 ._top_oj13i_4{display:flex;align-items:center;justify-content:space-between}._wrap_oj13i_1 ._top_oj13i_4 h3{text-align:center;font-weight:500}._wrap_oj13i_1 ._content_oj13i_13{margin:8px 0;font-size:16px;font-weight:500;color:var(--secondary)}._wrap_oj13i_1 ._bottom_oj13i_19{display:flex;align-items:center}._wrap_oj13i_1 ._bottom_oj13i_19>*+*{margin-left:12px}@media screen and (max-width: 600px){._wrap_oj13i_1{width:calc(100svw - 32px);border-radius:20px 20px 0 0!important;min-height:400px}._wrap_oj13i_1 ._bottom_oj13i_19{margin-top:16px;display:flex;align-items:center;flex-direction:column;gap:8px}._wrap_oj13i_1 ._bottom_oj13i_19>*+*{margin-left:0}}._wrap_9xkie_1 ._label_9xkie_1{font-size:15px;font-weight:400;color:var(--secondary)}._wrap_9xkie_1 ._valueWrap_9xkie_6{display:flex;align-items:end;gap:10px}._wrap_9xkie_1 ._valueWrap_9xkie_6 div:nth-child(1){font-size:24px;line-height:28px;font-weight:600;color:var(--violet)}._wrap_9xkie_1 ._value_9xkie_6>span{display:flex;align-items:center;gap:3px;font-size:14px}._wrap_1my3u_1{display:flex;align-items:center;height:80px;gap:16px}._wrap_1my3u_1>div:first-child{flex-shrink:0}._history_1my3u_11{margin-top:8px}._historyList_1my3u_14{position:relative;display:flex;gap:6px;flex-wrap:nowrap;align-items:center;overflow:hidden}._historyList_1my3u_14:after{content:"";position:absolute;top:0;right:0;width:15px;height:100%;background:linear-gradient(to left,#fff,#fff0);pointer-events:none}._historyItem_1my3u_32{padding:2px 6px;border-radius:4px;background-color:var(--light);font-size:14px;line-height:16px;color:var(--violet);cursor:pointer;transition:.2s ease}._historyItem_1my3u_32 span{display:flex;align-items:center;gap:6px}._historyItem_1my3u_32:hover{opacity:.8}._historyItemActive_1my3u_50{background-color:rgba(var(--_yellow),.1);color:var(--yellow)}._historyEmpty_1my3u_54{border:1px solid rgba(var(--_violet),.1);padding:12px;border-radius:12px;width:100%;color:var(--secondary);text-align:center;font-size:15px}._wrap_1214v_1{position:relative;padding:16px;border-radius:16px;background-color:#fff;border:1px solid var(--secondary);max-height:600px;height:90svh;width:90svw;max-width:1000px}._image_1214v_13{width:100%;height:100%;background-position:center;background-repeat:no-repeat;background-size:contain}._closeBtn_1214v_21{position:absolute;top:12px;right:12px}._wrap_94oxk_1{padding:16px;border-radius:16px;background-color:#fff;border:1px solid var(--secondary);width:90svw}._wrap_94oxk_1 img{width:100%;height:auto;object-fit:contain;pointer-events:none}._top_94oxk_15{display:flex;align-items:center;margin-bottom:8px}._top_94oxk_15 h2{flex:1;font-size:22px;font-weight:500;color:var(--secondary)}@media screen and (max-width: 600px){._wrap_94oxk_1{padding:12px;width:calc(100svw - 24px);border-radius:20px 20px 0 0!important;min-height:90svh}._wrap_94oxk_1 h2{font-size:18px}._wrap_94oxk_1 ._btnCloseLabel_94oxk_37{display:none}}@media screen and (max-width: 500px){._wrap_94oxk_1 img{transform:rotate(90deg) translateY(30%) translate(20%);height:calc(100svw - 32px);max-width:700px;width:auto}}._wrap_1mkrd_1{width:500px}._wrap_1mkrd_1 ._top_1mkrd_4{display:flex;align-items:center;justify-content:space-between}._wrap_1mkrd_1 ._top_1mkrd_4 h2{flex:1;font-size:24px;font-weight:600}._wrap_1mkrd_1 ._form_1mkrd_14{margin:16px 0;display:flex;flex-direction:column;gap:8px}._wrap_1mkrd_1 ._themesEmpty_1mkrd_20{margin:8px 0;text-align:center;opacity:.7}._wrap_1mkrd_1 .stat-info-block{border:1px solid var(--light)}@media screen and (max-width: 600px){._wrap_1mkrd_1{width:calc(100svw - 24px);max-height:90svh;min-height:60svh;overflow-y:auto;border-radius:20px 20px 0 0!important}}._wrap_wue5o_1{width:500px}._wrap_wue5o_1 ._top_wue5o_4{display:flex;align-items:center;justify-content:space-between}._wrap_wue5o_1 ._top_wue5o_4 h2{flex:1;font-size:24px;font-weight:600}._wrap_wue5o_1 ._form_wue5o_14{margin:16px 0;display:flex;flex-direction:column;gap:8px}._wrap_wue5o_1 ._themesEmpty_wue5o_20{margin:8px 0;text-align:center;opacity:.7}@media screen and (max-width: 600px){._wrap_wue5o_1{width:calc(100svw - 24px);max-height:90svh;min-height:60svh;overflow-y:auto;border-radius:20px 20px 0 0!important}}.modal-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999;overflow:hidden;pointer-events:none}.modal-wrapper.active{pointer-events:all}.modal-wrapper.active .modal-shadow{opacity:1}.modal-shadow{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0006;transition:.3s ease-in-out;opacity:0}.modal{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scaleY(1);z-index:2;overflow:hidden;box-sizing:border-box;opacity:1}@keyframes animModal{0%{opacity:0;transform:translate(-50%,-20%) scale(.8)}}.modal--open{animation:animModal .2s cubic-bezier(.34,1.3,.64,1) 1}@media screen and (max-width: 600px){.modal{position:absolute;left:0;top:auto;bottom:0;transform:translate(0) scaleY(1);z-index:2;overflow:hidden;box-sizing:border-box;opacity:1}@keyframes animModal{0%{opacity:0;transform:translateY(100%) scale(.8)}}.modal--open{animation:animModal .2s cubic-bezier(.34,1.3,.64,1) 1}}.loader{position:fixed;top:50%;left:50%;transform:scale(1) translate(-50%,-50%);z-index:100;pointer-events:none;transform-origin:left bottom}.loader-spinner{--loader-size: 150px;position:relative;display:flex;align-items:center;justify-content:center;width:var(--loader-size);height:var(--loader-size);margin:0 auto 20px}.loader-spinner:before,.loader-spinner:after{content:"";position:absolute;border-radius:50%;animation:pulsOut 1.8s ease-in-out infinite;filter:drop-shadow(0 0 1rem var(--violet))}.loader-spinner:before{width:100%;padding-bottom:100%;box-shadow:inset 0 0 0 1rem var(--violet);animation-name:pulsIn}.loader-spinner:after{width:calc(100% - 2rem);padding-bottom:calc(100% - 2rem);box-shadow:0 0 0 0 var(--violet)}@keyframes pulsIn{0%{box-shadow:inset 0 0 0 1rem var(--violet);opacity:1}50%,to{box-shadow:inset 0 0 0 0 var(--violet);opacity:0}}@keyframes pulsOut{0%,50%{box-shadow:0 0 0 0 var(--violet);opacity:0}to{box-shadow:0 0 0 1rem var(--violet);opacity:1}}.loader-label{text-align:center;font-size:18px;font-weight:600;color:var(--secondary)}.loader.visible{animation:loaderShow .3s ease 1}@keyframes loaderShow{0%{transform:scale(0) translate(-50%,-50%);opacity:0}to{transform:scale(1) translate(-50%,-50%);opacity:1}}.loader:not(.visible){animation:loaderHide .3s ease 1 forwards}@keyframes loaderHide{0%{transform:scale(1) translate(-50%,-50%);opacity:1}to{transform:scale(0) translate(-50%,-50%);opacity:0}}.navbar{width:calc(100% - 32px);padding:16px;border-radius:20px;background-color:var(--violet)}.navbar-wrap{display:flex;flex-wrap:nowrap;align-items:center;overflow-x:auto}.navbar-wrap::-webkit-scrollbar{height:0px}.navbar .ui-clickable{flex-shrink:0;padding:8px 12px;border-radius:12px;box-shadow:0 4px 15px #0000;margin-left:12px;--ripple-color: white;display:flex;align-items:center;justify-content:start;text-align:left;white-space:nowrap;color:#fff;background-color:transparent;transition:.4s ease}.navbar .ui-clickable:first-child{margin-left:0}.navbar .ui-clickable span{font-size:15px;font-weight:500}.navbar .ui-clickable .ui-icon{margin-right:8px;font-size:16px;--icon-color: white}.navbar .ui-clickable:focus{background-color:#ffffff1a}.navbar .ui-clickable.active{background-color:#fff;color:#000;box-shadow:0 4px 5px #0000001a}.navbar .ui-clickable.active .ui-icon{--icon-color: black}@media screen and (max-width: 600px){.navbar{width:calc(100% - 20px);padding:10px}.navbar .ui-clickable{margin-left:6px;padding:8px}.navbar .ui-clickable span{font-size:13px}}.home-wrapper{max-width:800px;width:100%;margin:0 auto}.home-wrapper .navbar{margin-bottom:16px}.main-exit{background-color:#f361a733;color:var(--error);--btn-active-color: rgba(243, 97, 167, .5)}.main-exit .ui-icon{--icon-color: var(--error)}.main-exit .ui-button-wrap span{font-weight:500}.main-header{position:absolute;top:20px;left:20px;right:20px;display:flex;align-items:end;justify-content:space-between;animation:showHeader .2s ease 1}@keyframes showHeader{0%{transform:translateY(-100%)}}.main-header-block{display:flex;align-items:center}.main-header-block>*+*{margin-left:12px}.main-header .icon{margin-right:5px}.main-header .back-button{justify-self:start}.main-header p{text-align:right;white-space:nowrap;color:var(--secondary);font-weight:500;font-size:15px;margin-bottom:5px}@media screen and (max-width: 600px){.main-header .ui-button{padding:10px 20px}.main-header .main-lang-picker{margin-right:10px}.main-header .main-info-frauds{margin:0 10px 0 0!important;border-radius:12px;padding:8px 10px!important}.main-header .main-info-frauds span{font-size:14px!important}.main-header .main-exit{padding:12px 16px}.main-header .main-exit i{margin-right:0}.main-header .main-exit .ui-button-wrap span{display:none}}.lang-picker.tooltip:after{bottom:auto;top:calc(100% + 5px);width:auto;white-space:nowrap}.main-wrapper{position:relative;overflow:hidden;padding:80px 20px;min-height:calc(100vh - 100px)}@media screen and (max-width: 600px){.main-wrapper{padding:80px 6px;min-height:calc(100vh - 92px)}}.main-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background-position:center;background-size:cover;background-repeat:no-repeat;pointer-events:none;z-index:-1}.main-version{position:fixed;bottom:15px;left:15px;font-family:monospace;letter-spacing:.01em;color:var(--secondary);font-size:24px}.main-logo img{-webkit-user-select:none;user-select:none;pointer-events:none;width:110px}.main-content{display:flex;flex-direction:column;align-items:center;justify-content:center}._authPage_1owor_1{position:absolute;top:50%;left:50%;transform:scale(1) translate(-50%,-50%)}._logo_1owor_8{position:absolute;bottom:calc(100% - 32px);left:50%;transform:translate(-50%);pointer-events:none;z-index:3;width:200px}@media screen and (max-width: 600px){._logo_1owor_8{width:150px}}._auth_1owor_1{position:relative;z-index:2;width:450px;box-sizing:border-box;padding:45px;display:flex;flex-direction:column;justify-content:space-between;transition:.5s ease;border-radius:40px;border:1px solid var(--light);background:#fff;box-shadow:0 30px 40px #1e00ea1a}@media screen and (max-width: 600px){._auth_1owor_1{width:100%;height:100%}}._auth_1owor_1 h1{font-weight:600}._authInputs_1owor_47{margin-top:32px}._authInputs_1owor_47 .ui-input+.ui-input{margin-top:16px}@media screen and (max-width: 600px){._authPage_1owor_1{width:100%}._authPage_1owor_1 ._auth_1owor_1{padding:40px 25px}}._title_sg99l_1{display:flex;align-items:center;gap:12px;margin-bottom:8px}._title_sg99l_1 h1{display:flex;align-items:center;gap:8px;flex:1;font-size:28px;font-weight:600;color:var(--black)}._title_sg99l_1 h1 .ui-icon{color:var(--violet)}._title_sg99l_1 ._count_sg99l_19{font-size:36px;font-weight:900;color:var(--secondary);opacity:.3}@media screen and (max-width: 600px){._title_sg99l_1 h1{font-size:24px}._title_sg99l_1 ._count_sg99l_19{font-size:30px}}.test-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;background-image:url("data:image/svg+xml,%3Csvg width='731' height='187' viewBox='0 0 731 187' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.1' fill-rule='evenodd' clip-rule='evenodd' d='M89.5503 33.5C57.5461 33.5 31.6 59.4518 31.6 91.4669C31.6 111.804 42.0668 129.696 57.9217 140.047C67.0145 145.983 77.8743 149.434 89.5503 149.434C121.554 149.434 147.501 123.482 147.501 91.4669C147.501 59.4518 121.554 33.5 89.5503 33.5ZM24.6 91.4669C24.6 55.5876 53.6784 26.5 89.5503 26.5C125.422 26.5 154.501 55.5876 154.501 91.4669C154.501 127.346 125.422 156.434 89.5503 156.434C77.4956 156.434 66.1996 153.146 56.5198 147.417L5.47581 198.475L0.525391 193.525L50.5872 143.45C34.8132 131.602 24.6 112.728 24.6 91.4669Z' fill='%239B93C2'/%3E%3Cpath opacity='0.1' fill-rule='evenodd' clip-rule='evenodd' d='M589.499 -30.998C590.54 -31.4455 591.739 -31.3247 592.669 -30.6784L640.687 2.65738L688.892 34.8382C689.971 35.5589 690.525 36.8478 690.305 38.1271L680.482 95.2481L671.625 153.028C671.453 154.148 670.716 155.101 669.675 155.548C668.634 155.996 667.435 155.875 666.504 155.229L618.487 121.893L570.282 89.712C569.203 88.9913 568.649 87.7024 568.869 86.4231L578.692 29.3021L587.549 -28.4777C587.721 -29.5979 588.458 -30.5505 589.499 -30.998ZM592.306 -16.1479L585.182 30.3271C585.179 30.3468 585.176 30.3665 585.172 30.3862L576.085 83.2264L632.297 76.9011L592.306 -16.1479ZM635.008 83.2077L581.407 89.2391L622.16 116.445C622.176 116.456 622.193 116.467 622.209 116.479L660.832 143.292L635.008 83.2077ZM666.868 140.698L673.992 94.2231C673.995 94.2034 673.998 94.1837 674.001 94.164L682.307 45.8732L641.044 80.6134L666.868 140.698ZM638.334 74.3069L681.606 37.8742L637.014 8.10505C636.997 8.09397 636.981 8.08274 636.965 8.07137L598.342 -18.7422L638.334 74.3069Z' fill='%239B93C2'/%3E%3C/svg%3E%0A");background-size:contain;background-repeat:no-repeat;background-position:center top}.test-card-title{width:350px;text-align:center;font-size:20px;white-space:nowrap;line-height:28px;font-weight:500;color:var(--secondary)}.test-card-testing{position:absolute;top:20px;left:20px;font-size:14px;color:var(--secondary)}.test-card-btn{margin-top:32px;width:200px}.test-card-bottom{margin-top:32px;width:100%;display:flex;align-items:center;justify-content:space-between}.test-card-bottom>div{display:flex}.test-card-bottom .ui-chip+.ui-chip{margin-left:8px}.test-card-block{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:inherit;z-index:2;background-color:rgba(var(--_violet),0);transition:.4s ease;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);pointer-events:none}.test-card-block .ui-icon{font-size:80px;color:var(--violet);pointer-events:none;-webkit-user-select:none;user-select:none;transform:translateY(100%) scale(0);opacity:0;transition:.4s ease}.test-card-block.visible{pointer-events:all;cursor:no-drop;background-color:rgba(var(--_violet),.2);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.test-card-block.visible .ui-icon{transform:translateY(0) scale(1);opacity:1}.test-card-date{position:absolute;top:20px;right:20px;font-size:15px;font-weight:500;color:var(--secondary)}@media screen and (max-width: 600px){.test-card{align-items:start}.test-card-title{width:auto;font-size:18px}.test-card-date{position:absolute;top:12px;right:12px;font-size:15px}.test-card-testing{position:absolute;top:38px;left:12px;font-size:13px}.test-card-bottom{flex-wrap:wrap;flex-direction:column;align-items:start}.test-card-bottom>div:first-child{width:100%;justify-content:start;margin-bottom:12px}}.tests-list-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.tests-list-title h1{font-size:28px;font-weight:600;color:var(--black)}.tests-list-title div{font-size:36px;font-weight:900;color:var(--secondary);opacity:.3}@media screen and (max-width: 600px){.tests-list-title h1{font-size:24px}.tests-list-title div{font-size:30px}}.tests-list-empty{height:150px;border-radius:20px;background-color:#fff6;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border:2px solid white;display:flex;align-items:center;justify-content:center}.tests-list-empty p{font-size:18px;font-weight:500;color:var(--secondary)}.tests-list-wrap .test-card+.test-card{margin-top:12px}._wrap_nwc3k_1{display:flex;align-items:center;gap:12px}._info_nwc3k_7{flex:1}._name_nwc3k_11{font-size:18px;font-weight:500}._description_nwc3k_16{max-width:300px;font-size:15px;line-height:20px;color:var(--gray)}@media screen and (max-width: 600px){._description_nwc3k_16{font-size:14px;line-height:18px}}._wrap_wqmdx_1{position:relative;border-color:var(--violet);padding:0!important}._top_wqmdx_7{padding:16px;border-bottom:1px solid var(--light)}._title_wqmdx_12{font-size:18px;font-weight:500}._subtitle_wqmdx_17{font-size:15px;font-weight:400;color:var(--secondary)}._form_wqmdx_23{max-width:450px;margin:16px auto}._form_wqmdx_23 ._item_wqmdx_27{display:grid;grid-template-columns:2fr 3fr;align-items:center}._form_wqmdx_23 ._item_wqmdx_27+._item_wqmdx_27{margin-top:12px}._form_wqmdx_23 ._submit_wqmdx_35{margin-top:16px}._required_wqmdx_39{margin-top:12px;display:flex;align-items:center;justify-content:center;gap:8px;padding:16px;border-radius:0 0 16px 16px;background-color:rgba(var(--_yellow),.1);color:var(--yellow);font-weight:500}._required_wqmdx_39 .ui-icon{font-size:20px}.user-profile-card{position:relative;display:flex;align-items:center;justify-content:space-between;overflow:hidden}.user-profile-card-d1,.user-profile-card-d2{pointer-events:none;position:absolute;opacity:.1;width:77px;height:auto}.user-profile-card-d1 path,.user-profile-card-d2 path{fill:#9b93c2}.user-profile-card-d1{bottom:-30%;left:10%;transform:rotate(15deg)}.user-profile-card-d2{bottom:-45%;right:8%;transform:rotate(-15deg)}.user-profile-card-flex{display:flex;align-items:center;gap:6px}.user-profile-card-name{font-size:20px;font-weight:400;color:var(--secondary)}.user-profile-card-info{max-width:60%;text-align:right}.user-profile-card-info p{margin-left:auto;font-size:16px;line-height:20px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-overflow:ellipsis;font-weight:400;color:var(--gray)}.user-profile-card-info p+p{margin-top:6px}@media screen and (max-width: 600px){.user-profile-card{padding:12px!important}.user-profile-card-name{font-size:16px}.user-profile-card-flex{flex-direction:column}.user-profile-card-flex .ui-chip{margin-right:auto}.user-profile-card-info p{font-size:14px;line-height:18px}}._homePage_u9xx9_1{display:flex;flex-direction:column;gap:24px}._trainerList_u9xx9_7{display:flex;flex-direction:column;gap:12px}.common-chart{position:relative;border-radius:30px;background-color:#fff;width:100%;height:100%;box-sizing:border-box;padding:20px}.common-chart-title{position:absolute;width:calc(100% - 40px);text-align:center;font-size:18px;font-weight:600;color:#151515}.common-chart-title span{margin-left:8px;font-size:14px;font-weight:500;color:#878787}.common-chart-empty{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;font-size:15px;font-weight:500;opacity:.4}.subjects-chart{position:relative;background-color:#fff;border-radius:30px;width:100%;height:100%;min-height:300px;box-sizing:border-box;padding:20px;display:flex;flex-direction:column}.subjects-chart-empty{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;font-size:15px;font-weight:500;opacity:.4}.subjects-chart-title{font-size:18px;font-weight:600;color:#151515;padding-bottom:20px}.subjects-chart-grid{flex:1;display:grid;grid-template-columns:40px calc(100% - 40px);grid-template-rows:calc(100% - 20px) 20px;column-gap:8px}.subjects-chart-yaxis{grid-column:1/2;grid-row:1/2;display:flex;flex-direction:column;justify-content:space-between;border-right:1px solid #f2f2f2}.subjects-chart-yaxis div{position:relative;height:0px}.subjects-chart-yaxis div span{position:absolute;top:50%;left:0;transform:translateY(-50%);font-size:13px;color:#878787}.subjects-chart-yaxis div:last-child{opacity:0}.subjects-chart-yaxis div:nth-child(2n){opacity:0}.subjects-chart-xaxis{grid-column:2/3;grid-row:2/3;display:flex;column-gap:8px}.subjects-chart-xaxis div{flex:1;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;font-weight:500;color:#878787}.subjects-chart-data{grid-column:2/3;grid-row:1/2;display:flex;align-items:flex-end;justify-content:center;column-gap:8px}.subjects-chart-data__column{position:relative;flex:1;border-radius:16px;padding:8px;box-sizing:border-box;background-color:rgba(var(--_violet),.1);max-width:200px;min-height:40px;animation:showColumn .6s ease 1;transform-origin:bottom}.subjects-chart-data__column .flex{display:flex}@keyframes showColumn{0%{transform:scaleY(0)}}.subjects-chart-data__column>div{position:relative;z-index:1;width:100%}.subjects-chart-data__column>div div{padding:0 8px;height:24px;margin:0 auto;max-width:80px;border-radius:50px;text-align:center;background-color:var(--violet);font-size:14px;line-height:24px;font-weight:600;color:#fff}.subjects-chart-data__column>div div span{font-size:12px;margin-left:1px;opacity:.9}.subjects-chart-data__column hr{position:absolute;top:15px;bottom:0;left:50%;transform:translate(-50%);width:2px;margin:0;background-image:linear-gradient(0deg,var(--violet) 0%,var(--violet) 50%,transparent 50%,transparent 100%);background-size:2px 10px;background-repeat:repeat-y;border:none;opacity:.5}.subjects-chart-title{padding-bottom:12px}.subjects-chart-grid{padding-top:16px;width:100%;overflow-x:auto;padding-bottom:4px}.subjects-chart-grid::-webkit-scrollbar{height:8px;border-radius:6px}.subjects-chart-grid::-webkit-scrollbar-track{background:#ececfa}.subjects-chart-grid::-webkit-scrollbar-thumb{background-color:#cfccd4;border-radius:20px}.subjects-chart-data,.subjects-chart-xaxis{width:fit-content}.subjects-chart-data__column,.subjects-chart-xaxis div{width:100px}.subjects-chart-yaxis{position:sticky;top:0;left:0;z-index:10;background-color:#fff}.subjects-chart-yaxis:after{content:"";position:absolute;top:100%;width:100%;height:20px;background-color:#fff;z-index:10}.themes-stat{position:relative;border-radius:30px;background-color:#fff;width:100%;box-sizing:border-box;padding:20px}.themes-stat-top{display:flex;align-items:center;justify-content:space-between}.themes-stat-top>div:last-child{display:flex;align-items:center;column-gap:8px}.themes-stat-top h3{font-size:20px;font-weight:600;color:#151515}.themes-stat-top h3 span{display:inline-block;margin-left:4px;transform:translateY(-5px);font-size:14px;color:#878787;font-weight:600}.themes-stat-top .ui-select{width:230px}.themes-stat-filter{width:fit-content;border-radius:12px;padding:8px 12px;background-color:#f4f4fb;display:flex;align-items:center;column-gap:8px}.themes-stat-filter span{font-size:15px;font-weight:500}.themes-stat-filter .icon{color:#878787}.themes-stat-wrap{margin-top:12px;overflow-y:auto}.themes-stat-empty{line-height:400px;text-align:center;font-weight:500;opacity:.7}.themes-stat__item{padding:12px;border-radius:12px;margin-top:8px}.themes-stat__item.parent{background-color:#f9f9f9}.themes-stat__item-wrap{display:flex;align-items:center;gap:12px}.themes-stat__item:first-child{margin-top:0}.themes-stat__item-children{margin-top:6px;border-radius:12px;background-color:#0000000d;margin-left:16px;box-shadow:0 4px 5px #0000000d;transform-origin:top;overflow:hidden}.themes-stat__item-children .themes-stat__item{padding:8px}.themes-stat__item-children .themes-stat__item-label{font-size:14px}.themes-stat__item-color{flex-shrink:0;width:3px;height:25px;border-radius:3px}.themes-stat__item-label{width:60%;font-size:15px;font-weight:500;color:#151515}.themes-stat__item-label div:nth-child(1){overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.themes-stat__item-label div:nth-child(2){font-size:14px;font-weight:500;color:#878787}.themes-stat__item-progress{display:flex;align-items:center}.themes-stat__item-progress span{display:inline-block;width:34px;font-size:15px;font-weight:600}.themes-stat__item-progress .icon{margin-right:4px;font-size:14px}.themes-stat__item-value{position:relative;width:40%;display:flex;gap:6px;align-items:center;justify-content:end}.themes-stat__item-value>div:first-child{flex:1;height:6px;border-radius:4px;background-color:rgba(var(--_violet),.5)}.themes-stat__item-value>div:first-child div{border-radius:4px;height:100%;background-color:rgba(var(--_violet),1);animation:showPercent .6s ease 1}.themes-stat__item-value-number{text-align:center;width:45px;font-size:18px;font-weight:600;color:var(--violet)}.themes-stat__item-value-number:nth-child(3){position:absolute;bottom:100%;right:-10px;transform:translateY(5px);font-size:13px;line-height:18px;color:var(--success)}.themes-stat__item-link{margin-left:12px;flex-shrink:0;width:32px;height:32px;border-radius:100%;background-color:#fff;display:flex;align-items:center;justify-content:center}.themes-stat__item-link .icon{font-size:15px;line-height:0;color:#878787}@media screen and (max-width: 600px){.themes-stat-top{flex-direction:column;gap:12px}.themes-stat__item-label{font-size:14px}.themes-stat__item-value{justify-content:end}.themes-stat__item-value>div:first-child{width:60%;height:4px}.themes-stat__item-value>div:last-child{width:40px;font-size:15px}}._profilePage_ovhzz_1 ._chart_ovhzz_1{height:300px}._profilePage_ovhzz_1 ._subjectsChart_ovhzz_4{margin-top:24px;height:300px}._profilePage_ovhzz_1 ._themes_ovhzz_8{margin-top:24px}._alert_1wwpc_1{margin-bottom:16px;padding:12px;border-radius:12px;background-color:rgba(var(--_alert),.1);color:var(--yellow-dark);display:flex;align-items:center;gap:16px}._alert_1wwpc_1 .ui-icon{font-size:20px}._alert_1wwpc_1 p{font-size:14px}._depressionLevel_1wwpc_18 h1{text-align:center;font-size:20px;font-weight:500}._result_1wwpc_24{margin:0 auto;width:400px}._resultLabel_1wwpc_28{margin:0 auto;width:fit-content;font-size:16px;padding-bottom:2px;color:var(--violet);border-bottom:1px solid var(--violet)}._progressbar_1wwpc_37{margin:16px 0;position:relative;width:100%;height:24px}._progressbar_1wwpc_37:after{position:absolute;content:"";top:0;left:0;width:100%;height:100%;border-radius:inherit;pointer-events:none;background:repeating-linear-gradient(to right,transparent,transparent calc(4.7619047619% - 1px),rgba(255,255,255,.3) calc(4.7619047619% - 1px),rgba(255,255,255,.3) 4.7619047619%)}._progressbarColor_1wwpc_55{width:100%;height:100%;border-radius:8px;background:linear-gradient(to right,#5ce695,#81e65c,#dfe65c 28.6%,#e6a55c 46%,#e65e5c)}._progressbarValue_1wwpc_61{position:absolute;right:0;height:100%;background-color:var(--light);border-top-right-radius:8px;border-bottom-right-radius:8px}._progressbarWrap_1wwpc_69{display:flex;align-items:center;gap:12px}._progressbarLabel_1wwpc_74{font-size:18px;font-weight:500}._subscales_1wwpc_79{margin-top:32px}._subscaleItem_1wwpc_83+._subscaleItem_1wwpc_83{margin-top:16px}._subscaleItemWrap_1wwpc_86{display:flex;align-items:center;gap:12px}._subscaleItemValue_1wwpc_91{color:var(--violet);font-size:18px;font-weight:600;border:1px solid;padding:0 6px;border-radius:6px}._subscaleItemLabel_1wwpc_99{font-size:16px;font-weight:500}._subscaleItemText_1wwpc_103{color:var(--secondary)}._conclusion_1wwpc_107{margin-top:24px;padding-top:24px;border-top:1px dashed var(--light)}._conclusion_1wwpc_107 p:first-child{font-weight:600}._conclusion_1wwpc_107 p+p{margin-top:6px}._info_8prmn_1{margin:24px 0;display:grid;grid-template-columns:1fr 1fr;min-height:400px}._chart_8prmn_8{margin-top:24px;padding:16px}._chartValues_8prmn_12,._chartLabels_8prmn_12{display:flex;column-gap:8px}._chartValues_8prmn_12{padding-top:32px;height:200px;align-items:flex-end}._chartValuesActive_8prmn_21{background:radial-gradient(rgba(var(--_violet),.1),rgba(var(--_violet),.12));box-shadow:0 15px 20px rgba(var(--_violet),.1)}._chartValues_8prmn_12>div{position:relative;flex:1;border-radius:20px;background-color:rgba(var(--_violet),.1)}._chartValues_8prmn_12>div>span{position:absolute;bottom:100%;left:50%;transform:translate(-50%);text-align:center;font-weight:600;color:var(--violet);font-size:18px}._chartLabels_8prmn_12{margin-top:8px}._chartLabels_8prmn_12>div{flex:1;font-size:14px;font-weight:600;color:var(--secondary);text-align:center}._resultTitle_8prmn_52{padding:6px 12px;border-radius:6px;background-color:rgba(var(--_violet),.1);text-align:center}._resultTitle_8prmn_52 span{font-size:24px;letter-spacing:.05em;font-style:italic;color:var(--violet)}._identitySection_8prmn_65{margin-top:16px}._identitySection_8prmn_65:first-child{margin-top:0}._identitySection_8prmn_65 h3{color:var(--violet);font-weight:500}._identitySection_8prmn_65 p{color:var(--secondary)}._jobs_8prmn_79 h3{font-weight:500}._jobs_8prmn_79 h4{color:var(--secondary)}._jobsList_8prmn_85{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}._jobsList_8prmn_85 div{padding:4px 8px;border-radius:8px;background-color:rgba(var(--_violet),.1);color:var(--violet)}._errorPage_bbbrn_1{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:15%}._errorPage_bbbrn_1 h3{font-size:28px;font-weight:500}._errorPage_bbbrn_1 code{margin:12px 0;padding:8px;border-radius:8px;background-color:#fff}.testing-timer{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.testing-timer div:first-child{color:#fff;font-size:14px;font-weight:500}.testing-timer div:last-child{color:#fff;font-size:24px;line-height:30px;font-weight:700}@media screen and (max-width: 800px){.testing-timer{position:relative;left:auto;top:auto;transform:none;text-align:left}.testing-timer div:first-child{font-size:12px}.testing-timer div:last-child{font-size:20px;line-height:24px}}.test-header{padding:15px 20px;margin-bottom:16px;position:relative;display:flex;align-items:center;justify-content:space-between;border-radius:20px;background-color:var(--violet)}.test-header-title div:first-child{color:#fff;font-size:30px;font-style:italic;font-weight:900;line-height:normal}.test-header-title div:last-child{color:#fff;font-size:14px;opacity:.7}.test-header-status{font-size:18px;font-weight:600;color:var(--white)}.test-header-score{text-align:right;color:var(--white)}.test-header-score div:first-child{color:#fff;font-size:14px;font-weight:500}.test-header-score div:last-child{font-size:18px;font-weight:600;color:#fff}@media screen and (max-width: 600px){.test-header{padding:12px 15px}.test-header-title{display:none}.test-header-status{font-size:16px}.test-header-score>div:first-child{font-size:12px}.test-header-score>div:last-child{font-size:24px}}.frauds-status-chip{position:absolute!important;top:25px;right:20px;display:flex;align-items:center;white-space:nowrap;border:none;padding:5px 10px;font-size:15px;background-color:#e9a8261f;border-radius:8px;color:var(--yellow)}.frauds-status-chip .ui-icon{margin-right:4px;--icon-color: var(--yellow)}.frauds-status-chip:after{bottom:auto;top:calc(100% + 5px);width:250px;white-space:wrap}@font-face{font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2) format("woff2"),url(/assets/KaTeX_AMS-Regular-DMm9YOAa.woff) format("woff"),url(/assets/KaTeX_AMS-Regular-DRggAlZN.ttf) format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf) format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf) format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff) format("woff"),url(/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf) format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff) format("woff"),url(/assets/KaTeX_Fraktur-Regular-CB_wures.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Main-Bold-Cx986IdX.woff2) format("woff2"),url(/assets/KaTeX_Main-Bold-Jm3AIy58.woff) format("woff"),url(/assets/KaTeX_Main-Bold-waoOVXN0.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2) format("woff2"),url(/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff) format("woff"),url(/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2) format("woff2"),url(/assets/KaTeX_Main-Italic-BMLOBm91.woff) format("woff"),url(/assets/KaTeX_Main-Italic-3WenGoN9.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular-B22Nviop.woff2) format("woff2"),url(/assets/KaTeX_Main-Regular-Dr94JaBh.woff) format("woff"),url(/assets/KaTeX_Main-Regular-ypZvNtVU.ttf) format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2) format("woff2"),url(/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff) format("woff"),url(/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf) format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic-t53AETM-.woff2) format("woff2"),url(/assets/KaTeX_Math-Italic-DA0__PXp.woff) format("woff"),url(/assets/KaTeX_Math-Italic-flOr_0UB.ttf) format("truetype")}@font-face{font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff) format("woff"),url(/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf) format("truetype")}@font-face{font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff) format("woff"),url(/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf) format("truetype")}@font-face{font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff) format("woff"),url(/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf) format("truetype")}@font-face{font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular-D3wIWfF6.woff2) format("woff2"),url(/assets/KaTeX_Script-Regular-D5yQViql.woff) format("woff"),url(/assets/KaTeX_Script-Regular-C5JkGWo-.ttf) format("truetype")}@font-face{font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2) format("woff2"),url(/assets/KaTeX_Size1-Regular-C195tn64.woff) format("woff"),url(/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf) format("truetype")}@font-face{font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2) format("woff2"),url(/assets/KaTeX_Size2-Regular-oD1tc_U0.woff) format("woff"),url(/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf) format("truetype")}@font-face{font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,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) format("woff2"),url(/assets/KaTeX_Size3-Regular-CTq5MqoE.woff) format("woff"),url(/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf) format("truetype")}@font-face{font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2) format("woff2"),url(/assets/KaTeX_Size4-Regular-BF-4gkZK.woff) format("woff"),url(/assets/KaTeX_Size4-Regular-DWFBv043.ttf) format("truetype")}@font-face{font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2) format("woff2"),url(/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff) format("woff"),url(/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf) format("truetype")}.katex{font: 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.11"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}.test-question-text{color:var(--black);font-size:17px;line-height:24px;font-weight:400;text-align:left}.test-question-text p{font-size:inherit;color:var(--black);font-weight:400}.test-question-text img,.test-question-text iframe,.test-question-text video{position:relative;max-width:100%;background-color:#fafafa;border-radius:12px}.test-question-text img:after,.test-question-text iframe:after,.test-question-text video:after{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:uicons-regular-rounded!important;content:"﫬";font-size:20px;color:#000}.test-question-text b,.test-question-text em{font-style:normal;font-weight:600}.test-question-text [data-id=latex]{margin:0 4px}.test-question-text img.img-errored{position:relative;width:80px;height:80px}.test-question-text img.img-errored:after{content:"ﮪ";color:#000}@media screen and (max-width: 800px){.test-question-text{font-size:16px}}@media screen and (max-width: 500px){.test-question-text{font-size:15px}}._item_1xht7_1{width:100%;display:flex;align-items:center;padding:12px 6px;border-radius:8px;--ripple-color: rgba(var(--_violet), .8);margin-top:3px}._item_1xht7_1:hover{background-color:rgba(var(--_violet),.05)}._item_1xht7_1:active:not(:disabled),._item_1xht7_1:focus:not(:disabled),._item_1xht7_1:focus-visible:not(:disabled){background-color:rgba(var(--_violet),.05)}._item_1xht7_1.ui-clickable--readOnly{background-color:transparent!important}._item_1xht7_1:first-child{margin-top:0}._item_1xht7_1 ._choice_1xht7_22{margin-right:8px;width:24px;height:24px;flex-shrink:0;border-radius:100%;border:1px solid var(--violet);display:flex;align-items:center;justify-content:center;--ripple-color: var(--violet)}._item_1xht7_1 ._choice_1xht7_22 ._indicator_1xht7_34{width:10px;height:10px;border-radius:100%;background-color:var(--violet);transition:.2s ease;transform:scale(0)}._item_1xht7_1 ._text_1xht7_42{border-radius:6px;font-size:16px}._itemChecked_1xht7_46 ._choice_1xht7_22{background-color:rgba(var(--_violet),.1)}._itemChecked_1xht7_46 ._choice_1xht7_22 ._indicator_1xht7_34{transform:scale(1)}._itemIncorrect_1xht7_52 ._choice_1xht7_22{background-color:rgba(var(--_error),.1);border-color:var(--error)}._itemIncorrect_1xht7_52 ._choice_1xht7_22 ._indicator_1xht7_34{background-color:var(--error)}._itemCorrect_1xht7_59 ._choice_1xht7_22{background-color:rgba(var(--_green),.1);border-color:var(--green)}._itemCorrect_1xht7_59 ._choice_1xht7_22 ._indicator_1xht7_34{background-color:var(--green)}.test-question-answers{padding:10px 20px}.test-question-answers img{max-width:100%}.test-question-answers .ui-choice,.test-question-answers .ui-choice label{width:100%}._wrap_1fy9m_1{width:60%;display:grid;grid-template-columns:1fr 1fr;gap:16px}._item_1fy9m_8{display:flex;align-items:center;gap:16px}._item_1fy9m_8 .test-question-text{width:30%}._literal_1fy9m_17{font-size:18px;font-weight:500;color:var(--secondary);transform:translateY(-1px)}._text_1fy9m_24{display:flex;align-items:flex-start;gap:8px}._answer_1fy9m_30{padding:0!important}._answerReadOnly_1fy9m_33{pointer-events:none;background:none!important}._answerOption_1fy9m_37{padding:8px 12px;border-radius:16px}._answerCorrect_1fy9m_41{background-color:rgba(var(--_green),.2)}._answerIncorrect_1fy9m_44{background-color:rgba(var(--_error),.2)}@media screen and (max-width: 600px){._wrap_1fy9m_1{width:100%;display:flex;flex-direction:column;gap:6px}._wrap_1fy9m_1 ._text_1fy9m_24{margin-top:16px}._wrap_1fy9m_1 ._text_1fy9m_24:first-child{margin-top:0}}._grid_1uudf_1{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:16px}._literal_1uudf_8{font-size:18px;font-weight:500;color:var(--secondary);transform:translateY(-1px)}._text_1uudf_15{display:flex;align-items:flex-start;gap:8px}._answer_1uudf_21{padding:0!important}._answerReadOnly_1uudf_24{pointer-events:none;background:none!important}._answerOption_1uudf_28{padding:8px 12px;border-radius:16px}._answerCorrect_1uudf_32{background-color:rgba(var(--_green),.2)}._answerIncorrect_1uudf_35{background-color:rgba(var(--_error),.2)}._field_1uudf_39{max-width:100%;overflow:hidden;white-space:nowrap;height:24px;border-bottom:1px solid var(--secondary);opacity:.8}._field_1uudf_39 .test-question-text{display:flex;gap:6px;align-items:center;text-overflow:ellipsis}._answers_1uudf_54{margin-top:12px}._answersLabel_1uudf_57{font-size:16px;color:var(--secondary)}._answersList_1uudf_61{margin-top:6px;display:flex;flex-direction:column;gap:4px}._answersItem_1uudf_67{display:flex;align-items:flex-start;gap:4px}._item_exvhm_1{width:100%;display:flex;align-items:center;padding:12px 6px;border-radius:8px;--ripple-color: rgba(var(--_violet), .8);margin-top:3px}._item_exvhm_1:hover{background-color:rgba(var(--_violet),.05)}._item_exvhm_1:active:not(:disabled),._item_exvhm_1:focus:not(:disabled),._item_exvhm_1:focus-visible:not(:disabled){background-color:rgba(var(--_violet),.05)}._item_exvhm_1.ui-clickable--readOnly{background-color:transparent!important}._item_exvhm_1:first-child{margin-top:0}._item_exvhm_1 ._choice_exvhm_22{margin-right:8px;width:24px;height:24px;flex-shrink:0;border-radius:6px;border:1px solid var(--violet);display:flex;align-items:center;justify-content:center;--ripple-color: var(--violet)}._item_exvhm_1 ._choice_exvhm_22 ._indicator_exvhm_34{width:14px;height:14px;border-radius:4px;background-color:var(--violet);transition:.2s ease;transform:scale(0)}._item_exvhm_1 ._text_exvhm_42{border-radius:6px;font-size:16px}._itemChecked_exvhm_46 ._choice_exvhm_22{background-color:rgba(var(--_violet),.1)}._itemChecked_exvhm_46 ._choice_exvhm_22 ._indicator_exvhm_34{transform:scale(1)}._itemIncorrect_exvhm_52 ._choice_exvhm_22{background-color:rgba(var(--_error),.1);border-color:var(--error)}._itemIncorrect_exvhm_52 ._choice_exvhm_22 ._indicator_exvhm_34{background-color:var(--error)}._itemCorrect_exvhm_59 ._choice_exvhm_22{background-color:rgba(var(--_green),.1);border-color:var(--green)}._itemCorrect_exvhm_59 ._choice_exvhm_22 ._indicator_exvhm_34{background-color:var(--green)}.test-question-bottom{display:flex;border-radius:0 0 20px 20px;overflow:hidden;border-top:1px solid var(--light)}.test-question-bottom-nav{padding:20px 30px;font-size:16px;font-weight:500;transition:.2s ease;transform:scale(1)!important}.test-question-bottom-nav.finish{--ripple-color: var(--yellow) !important}.test-question-bottom-nav.finish .ui-icon{--icon-color: var(--yellow) !important}.test-question-bottom-nav.finish>span{color:var(--yellow);font-weight:500}.test-question-bottom-nav.finish:hover{background-color:#e9a8260d!important}.test-question-bottom-nav:first-child{width:30%;color:var(--secondary);text-align:left;--ripple-color: rgba(173, 163, 219, 1)}.test-question-bottom-nav:first-child:hover{background-color:#ada3db26}.test-question-bottom-nav:last-child{flex:1;display:flex;align-items:center;justify-content:end;text-align:right;color:var(--violet);--ripple-color: var(--violet);--ripple-size: 80px}.test-question-bottom-nav:last-child>span{flex:1}.test-question-bottom-nav:last-child .ui-icon{margin-left:10px;--icon-color: var(--violet)}.test-question-bottom-nav:last-child:hover{background-color:rgba(var(--_violet),.05)}.test-question{width:100%;position:relative;border-radius:20px;border:1px solid var(--light);background-color:var(--white);-webkit-user-select:none;user-select:none}.test-question-top{padding:20px;border-bottom:1px solid var(--light)}.test-question-top h5{color:var(--secondary);font-size:15px;font-weight:500;margin-bottom:5px}.test-question-id{position:absolute;top:5px;right:12px;font-style:italic;font-size:14px;font-family:monospace;opacity:.2;pointer-events:none}.test-question-bottom{display:flex;border-radius:0 0 20px 20px;overflow:hidden}.test-context{position:relative;border-radius:20px;border:1px solid var(--light);background-color:var(--white);padding:20px;margin-bottom:8px}.test-context>p{font-size:15px;color:var(--secondary);margin-bottom:8px}.test-solution{margin-top:16px;position:relative;border-radius:20px;border:1px solid var(--light);background-color:var(--white);padding:20px}.test-solution>p{font-size:15px;color:var(--secondary);margin-bottom:8px}.test-solution>p span{padding:2px 8px;font-size:13px;line-height:14px;border-radius:12px;background-color:var(--violet);color:#fff}.test-solution>p span .ui-icon{display:inline-block;font-size:12px;transform:translateY(1px)}@media screen and (max-width: 600px){.test-question-top,.test-context,.test-solution{padding:10px 15px}.test-question-text{font-size:16px}.test-question-answers{padding:10px 15px}.test-question-answers .ui-choice-label{font-size:16px}.test-context,.test-context span{font-size:14px!important}}.test-questions{margin-top:6px;padding:10px;border-radius:20px;background-color:var(--white);border:1px solid #e4e0ff;display:flex;flex-wrap:wrap;column-gap:8px;row-gap:8px;margin-bottom:16px}.test-questions__item{width:40px;height:40px;border-radius:8px;border:1px solid rgba(var(--_violet),.5);font-size:16px;line-height:40px;text-align:center;font-weight:600;color:rgba(var(--_violet),.5);transition:.2s ease}.test-questions__item.active{border-color:var(--violet)!important;background-color:rgba(var(--_violet),.1)}.test-questions__item.filled{border-color:transparent;background-color:rgba(var(--_violet),.2);color:var(--violet)}.test-questions__item.correct{border-color:transparent;background:#0ce49633;color:var(--green)}.test-questions__item.semicorrect{border-color:transparent;background:linear-gradient(270deg,#0ce49633,#f361a733);background-repeat:no-repeat;background-size:cover;color:var(--green)}.test-questions__item.incorrect{border-color:transparent;background:#f361a733;color:var(--error)}@media screen and (max-width: 600px){.test-questions{margin-top:5px;display:grid;grid-template-columns:repeat(8,1fr)}.test-questions__item{width:100%}}.test-subjects{display:flex;flex-wrap:wrap;column-gap:10px;row-gap:10px}.test-subjects__item{position:relative;flex-shrink:0;width:fit-content;border-radius:20px;padding:8px 14px;display:flex;align-items:center;color:#d8d5e7;font-weight:500;background:var(--secondary)}.test-subjects__item-text{position:relative;z-index:1;font-size:16px;font-weight:600}.test-subjects__item-ques{position:relative;z-index:1;margin-left:30px}.test-subjects__item-ques span:nth-child(2),.test-subjects__item-ques span:nth-child(3){font-size:14px;opacity:.6}.test-subjects__item:hover{color:var(--white)}.test-subjects__item-back{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;border-radius:inherit;pointer-events:none;opacity:0;transition:.4s ease}.test-subjects__item.active{color:var(--white)}.test-subjects__item.active .test-subjects__item-back{opacity:1}@media screen and (max-width: 600px){.test-subjects{width:100%;flex-wrap:nowrap;overflow-x:auto}}._wrap_1deex_1{position:absolute;top:20px;left:70px}._wrap_z1ncc_1{width:300px}._wrap_z1ncc_1 ._item_z1ncc_4{width:100%;padding:4px 8px;transition:.4s ease;font-size:14px;font-weight:500}._wrap_z1ncc_1 ._item_z1ncc_4:hover{background-color:rgba(var(--_violet),.1)}._wrap_z1ncc_1 ._many_z1ncc_14{padding:4px 8px}._wrap_z1ncc_1 ._many_z1ncc_14 .ui-checkbox-label{color:#000}.multiple-chart{position:relative;border-radius:30px;background-color:#fff;display:flex;flex-direction:column;gap:8px;width:100%;height:100%;box-sizing:border-box;padding:20px}.multiple-chart-top{display:flex;align-items:center;gap:8px}.multiple-chart-title{flex:1;text-align:center;font-size:20px;font-weight:600;color:#151515;display:flex;align-items:center}.multiple-chart-title .ui-icon{margin-right:8px}.multiple-chart-wrap{flex:1;height:0}.multiple-chart-empty{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap;opacity:.5}.multiple-chart-tooltip{position:relative;border:1px solid var(--light);border-radius:12px;padding:12px;background-color:#fffc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.multiple-chart-tooltip .label{border:1px solid var(--light);border-radius:6px;padding:6px 12px;background-color:#fffc;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);position:absolute;bottom:calc(100% - 6px);left:50%;transform:translate(-50%);white-space:nowrap;text-align:center;font-size:15px;font-weight:600;font-style:italic;color:var(--violet);box-shadow:#0e3f7e0a 0 0 0 1px,#2a33450a 0 1px 1px -.5px,#2a33460a 0 3px 3px -1.5px,#2a33460a 0 6px 6px -3px,#0e3f7e0a 0 12px 12px -6px,#0e3f7e0a 0 24px 24px -12px}.multiple-chart-tooltip-list{display:flex;flex-direction:column;gap:8px}.multiple-chart-tooltip-item{display:flex;align-items:center;gap:8px}.multiple-chart-tooltip-item>div{font-size:14px;font-weight:400}.multiple-chart-tooltip-item>div:nth-child(1){width:8px;height:8px;border-radius:100%}.multiple-chart-tooltip-item>div:nth-child(3){font-weight:600}._statPmInfoBlock_1du8n_1{padding:16px;border-radius:20px;background-color:var(--violet);display:flex;align-items:center;justify-content:space-between}._statPmInfoBlockLabel_1du8n_9{font-size:14px;font-weight:600;color:#fff}._statPmInfoBlockValue_1du8n_14{margin:12px 0;display:flex;gap:8px;align-items:flex-end}._statPmInfoBlockValueMain_1du8n_20{font-size:32px;line-height:22px;font-weight:500;color:#fff}._statPmInfoBlockValuePrev_1du8n_26{padding:4px 8px;color:#fff;background-color:#64cea8;border-radius:50px;font-size:18px;line-height:15px}._statPmInfoBlockValueMain_1du8n_20 span:nth-child(2),._statPmInfoBlockValuePrev_1du8n_26 span:nth-child(2){margin-left:4px;font-size:.7em;opacity:.8}._statPmInfoBlockLine_1du8n_39{width:100px;height:auto}._statPmInfoBlockLine_1du8n_39 path{animation:_animateSVG_1du8n_1 .6s ease 1 forwards}@keyframes _animateSVG_1du8n_1{0%{stroke-dasharray:0 110}to{stroke-dasharray:110 110}}.average-list{position:relative;border-radius:30px;background-color:#fff;width:100%;box-sizing:border-box;padding:20px}.average-list-top{display:flex;align-items:center;gap:12px}.average-list-top h3{flex:1;font-size:20px;font-weight:600;color:#151515}.average-list-top h3 span{display:inline-block;margin-left:4px;transform:translateY(-5px);font-size:14px;color:#878787;font-weight:600}.average-list-top .ui-select{margin-left:12px;width:fit-content}.average-list-top .ui-select select{border-radius:12px;padding-left:8px;color:var(--violet);font-weight:500;border-color:#e4e0ff}.average-list-search{position:relative;width:200px;margin-left:auto}.average-list-search .icon{position:absolute;top:50%;transform:translateY(-50%);left:10px;z-index:1;color:var(--violet)}.average-list-search input{padding-left:36px;width:100%;box-sizing:border-box;border-radius:50px;background-color:#f4f4fb;border-color:transparent}.average-list-search input:focus{border-color:rgba(var(--_violet),.2);box-shadow:none}.average-list-wrap{margin-top:12px;max-height:400px;overflow-y:auto}.average-list-empty{line-height:400px;text-align:center;font-weight:500;opacity:.7}.average-list__item{padding:12px 12px 12px 6px;border-radius:12px;background-color:#f9f9f9;display:flex;align-items:center;margin-top:8px}.average-list__item:first-child{margin-top:0;background-color:#f4f2ff}.average-list__item-color{flex-shrink:0;width:3px;height:25px;border-radius:3px}.average-list__item-label{margin-left:12px;width:100%;font-size:16px;font-weight:500;color:#151515}.average-list__item-label div:first-child{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.average-list__item-label div:last-child{font-size:14px;font-weight:500;color:#878787}.average-list__item-progress{display:flex;align-items:center}.average-list__item-progress span{display:inline-block;width:50px;font-size:15px;font-weight:600}.average-list__item-progress .icon{margin-right:4px;font-size:14px}.average-list__item-value{margin-left:8px;width:100%;display:flex;align-items:center}.average-list__item-value>div:first-child{width:100%;height:6px;border-radius:4px;background-color:rgba(var(--_violet),.5)}.average-list__item-value>div:first-child div{border-radius:4px;height:100%;background-color:rgba(var(--_violet),1);animation:showPercent .6s ease 1}.average-list__item-value>div:last-child{margin-left:8px;white-space:nowrap;font-size:18px;font-weight:600;color:var(--violet)}.average-list__item-link{margin-left:12px;flex-shrink:0;width:32px;height:32px;border-radius:100%;background-color:#fff;display:flex;align-items:center;justify-content:center}.average-list__item-link .icon{font-size:15px;line-height:0;color:#878787}.asdf .average-list-wrap{max-height:400px}.progress-bar{width:100%;display:flex;align-items:center;gap:6px}.progress-bar-progress{flex-shrink:0;width:50px;font-size:15px;font-weight:600;text-align:right}.progress-bar-body{width:100%;height:6px;border-radius:4px;background-color:rgba(var(--_violet),.5)}.progress-bar-value{border-radius:4px;height:100%;background-color:rgba(var(--_violet),1);animation:showPercent .6s ease 1}@keyframes showPercent{0%{width:0%}}.progress-bar-label{flex-shrink:0;width:45px}.progress-bar-label span{white-space:nowrap;font-size:18px;font-weight:600;color:var(--violet)}.progress-bar .unit{margin-left:2px;font-size:14px}.stat-info-block{padding:16px;border-radius:20px;background-color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}.stat-info-block-value{margin-bottom:4px;text-align:center}.stat-info-block-value span{font-size:30px;line-height:100%;font-weight:600}.stat-info-block-value span:nth-child(2){margin-left:6px;font-size:20px;font-weight:500;color:#64cea8}.stat-info-block-label{font-size:14px;font-weight:500;color:#878787}.stat-title{position:absolute;top:20px;left:20px;display:flex;align-items:center}.stat-title-back{margin-right:12px;width:42px;height:42px;border-radius:100%;background-color:#fff;display:flex;align-items:center;justify-content:center}.stat-title-back .icon{font-size:24px;color:#878787}.stat-title>.ui-icon{margin-right:12px;font-size:60px;color:var(--violet)}.stat-title p{font-size:16px;font-weight:500;color:#878787}.stat-title h1{font-size:32px;line-height:34px;font-weight:600}.stat-title h1 span{font-weight:600;color:var(--violet)}.stat-header{position:absolute;top:20px;left:80px;display:flex;align-items:center}.stat-header .stat-title{position:relative;top:0;left:0}.stat-header-tools{margin-left:16px;display:flex;align-items:center;background-color:#fff;padding:12px;border-radius:12px}.worst-ques{background-color:#fff;border-radius:30px;width:100%;box-sizing:border-box;padding:20px;display:flex;flex-direction:column}.worst-ques-empty{display:flex;align-items:center;justify-content:center;height:100px}.worst-ques-empty p{text-align:center;color:var(--gray)}.worst-ques-top{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:8px}.worst-ques-top h4{font-size:18px;font-weight:600;color:#151515}.worst-ques-top .ui-select{width:220px}.worst-ques-wrap{overflow-y:auto}.worst-ques-group-title{font-size:16px;font-weight:600;color:var(--violet)}.worst-ques-group-list{display:flex;flex-direction:column}.worst-ques-group+.worst-ques-group{margin-top:32px}.worst-ques__item{flex:1;padding:16px 0;border-bottom:1px solid #F2F2F2}.worst-ques__item:last-child{border-bottom:none}.worst-ques__item-top span:nth-child(1){font-size:14px;font-weight:500;color:#878787}.worst-ques__item-top span:nth-child(2){margin:0 6px;font-size:16px;font-weight:600}.worst-ques__item-top .ui-clickable{width:32px;height:32px;border-radius:6px;background-color:#f2f2f2}.worst-ques__item-top .ui-clickable .ui-icon{font-size:12px;color:#878787}.worst-ques__item-text{margin-top:4px;font-size:14px;font-weight:500;color:#333;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}._wrap_jo7to_1{width:100%;max-width:1500px;margin:0 auto}._wrap_jo7to_1{margin-top:24px;display:flex;align-items:flex-start;column-gap:12px}._tools_jo7to_14{background-color:#fff;padding:12px;border-radius:12px}._tools_jo7to_14 h4{font-size:18px;font-weight:600;margin-bottom:12px}._info_jo7to_25{width:400px;flex-shrink:0;display:grid;grid-template-columns:1fr 1fr;gap:8px}._info_jo7to_25>div:nth-child(1),._info_jo7to_25>div:nth-child(2){grid-column:1/3}._stat_jo7to_36{width:0;flex:1;display:flex;flex-direction:column;gap:18px}._chart_jo7to_44{width:100%;height:350px}._classes_jo7to_49,._worst_jo7to_53{grid-column:span 2}._unit_jo7to_57{margin-left:4px;font-size:18px!important;opacity:.7}.classes-list{padding:16px;border-radius:16px;background-color:#fff}.classes-list-top{font-size:18px;font-weight:600;margin-bottom:8px}.classes-list-empty{display:flex;align-items:center;justify-content:center;height:100px}.classes-list-empty p{text-align:center;color:var(--gray)}.classes-list__item{display:grid;align-items:center;grid-template-columns:1fr 2fr;column-gap:8px;margin-top:6px}.classes-list__item:first-child{margin-top:6px}.classes-list__item-label{max-width:150px;width:100%;overflow:hidden;text-overflow:ellipsis}.classes-list__item-label span{padding:0 4px;border-radius:6px;background-color:#0000000d;color:#878787;font-size:15px;line-height:20px;white-space:nowrap;font-weight:600}.classes-list__item .progress-bar{width:100%}._wrap_1oufm_1{width:100%;max-width:1500px;margin:0 auto}._wrap_1oufm_1{margin-top:24px;display:flex;align-items:flex-start;column-gap:12px}._tools_1oufm_14{background-color:#fff;padding:12px;border-radius:12px;display:flex;flex-direction:column;gap:12px}._tools_1oufm_14 h4{font-size:18px;font-weight:600}._info_1oufm_27{width:400px;flex-shrink:0;display:grid;grid-template-columns:1fr 1fr;gap:8px}._info_1oufm_27>div:nth-child(1),._info_1oufm_27>div:nth-child(2){grid-column:1/3}._stat_1oufm_38{width:0;flex:1;display:flex;flex-direction:column;gap:18px}._chart_1oufm_46{width:100%!important;height:300px!important}._classes_1oufm_51,._worst_1oufm_55{grid-column:span 2}._unit_1oufm_59{margin-left:4px;font-size:18px!important;opacity:.7}._subjectsWrap_1oufm_65{display:flex;align-items:center;gap:6px}._subjectsWrap_1oufm_65 .ui-select{flex:1}._wrap_1plc6_1{width:100%;max-width:1500px;margin:0 auto}._wrap_1plc6_1{margin-top:24px;display:flex;align-items:flex-start;column-gap:12px}._tools_1plc6_14{background-color:#fff;padding:12px;border-radius:12px;display:flex;flex-direction:column;gap:12px}._tools_1plc6_14 h4{font-size:18px;font-weight:600}._info_1plc6_27{width:400px;flex-shrink:0;display:grid;grid-template-columns:1fr 1fr;gap:8px}._info_1plc6_27>div:nth-child(1),._info_1plc6_27>div:nth-child(2),._info_1plc6_27>div:nth-child(5){grid-column:1/3}._stat_1plc6_38{width:0;flex:1;display:flex;flex-direction:column;gap:18px}._chart_1plc6_46{width:100%!important;height:300px!important}._classes_1plc6_51,._worst_1plc6_55{grid-column:span 2}._unit_1plc6_59{margin-left:4px;font-size:18px!important;opacity:.7}._subjectsWrap_1plc6_65{display:flex;align-items:center;gap:6px}._subjectsWrap_1plc6_65 .ui-select{flex:1}._wrap_1gwop_1{width:100%;max-width:1500px;margin:0 auto}._wrap_1gwop_1{margin-top:24px;display:flex;align-items:flex-start;column-gap:12px}._tools_1gwop_14{background-color:#fff;padding:12px;border-radius:12px}._tools_1gwop_14 h4{font-size:18px;font-weight:600;margin-bottom:12px}._info_1gwop_25{width:400px;flex-shrink:0;display:grid;grid-template-columns:1fr 1fr;gap:8px}._info_1gwop_25 div:nth-child(1),._info_1gwop_25 div:nth-child(2){grid-column:1/3}._stat_1gwop_37{width:0;flex:1;display:flex;flex-direction:column;gap:18px}._chart_1gwop_45{width:100%;height:300px}._unit_1gwop_50{margin-left:4px;font-size:18px!important;opacity:.7}._page_1la5l_1{width:1000px}._page_1la5l_1>h3{font-size:24px;font-weight:500;text-align:center;margin-bottom:18px}._list_1mk09_2{width:100%;margin-top:32px;display:grid;grid-template-columns:1fr 1fr;gap:12px}._list_1mk09_2 .test-question-bottom,._list_1mk09_2 .test-solution,._list_1mk09_2 .test-question-id{display:none}._list_1mk09_2 .test-context{border:none}._list_1mk09_2 .test-question-top{border-bottom:none;padding-bottom:0}._list_1mk09_2 .test-question{border:none;background:none}._questionBlock_1mk09_30{page-break-inside:avoid;page-break-before:auto;page-break-after:auto}._subjectWrap_1mk09_36{display:flex;flex-direction:column;align-items:center;justify-content:center}._subjectName_1mk09_43{font-size:40px;font-style:italic;color:#000;opacity:.8}._subjectQues_1mk09_50{font-size:18px;color:gray;opacity:.5}._hideContext_1mk09_56 .test-context{display:none}@media print{._subjectSelect_1mk09_61{display:none}}._testingPage_1dkey_1{padding-bottom:50px;max-width:1000px;width:100%;transition:.6s ease;animation:_testIn_1dkey_1 .6s ease 1}@keyframes _testIn_1dkey_1{0%{opacity:0;transform:translateY(-100%);pointer-events:none}to{pointer-events:all;opacity:1;transform:translateY(0)}}:root{line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent;--white: #ffffff;--black: #252525;--_yellow: 233, 168, 38;--yellow: rgb(var(--_yellow));--yellow-dark: #cc8800;--_violet: 88, 67, 255;--violet: rgb(var(--_violet));--_secondary: 155, 147, 194;--secondary: rgb(var(--_secondary));--_light: 228, 224, 255;--light: rgb(var(--_light));--gray: #858585;--_green: 12, 228, 150;--green: rgb(var(--_green));--_success: 100, 206, 168;--success: rgb(var(--_success));--_error: 243, 97, 167;--error: rgb(var(--_error));--_alert: 251, 188, 5;--alert: rgb(var(--_alert))}:root.theme-125hs{--_yellow: 225, 180, 0;--_violet: 37, 42, 141;--_secondary: 147, 160, 194;--_light: 224, 229, 255}:root.theme-125hs .main-overlay{filter:hue-rotate(-20deg)}.main-block{padding:20px;border-radius:20px;border:1px solid #e4e0ff;background-color:#fff;box-shadow:0 30px 40px #1e00ea1a;color:var(--black)}@media screen and (max-width: 600px){.main-block{padding:12px;border-radius:12px}}.secondary-block{padding:25px;border-radius:30px;background:var(--violet);color:var(--white)}.tooltip,[data-tooltip]{position:relative;cursor:pointer}.tooltip:after,[data-tooltip]:after{position:absolute;bottom:calc(100% + 5px);left:50%;transform:translate(-50%);content:attr(data-tooltip);width:200px;height:fit-content;font-size:15px;z-index:99;padding:5px 8px;border-radius:8px;background-color:#3c3c3ccc;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);box-shadow:0 4px 15px #0000004d;color:var(--white);opacity:0;transition:.4s ease;pointer-events:none}.tooltip:hover:after,[data-tooltip]:hover:after{opacity:1}.tooltip.line,[data-tooltip].line{margin:0 3px;position:relative;color:var(--yellow);padding-bottom:1px;border-bottom:1px solid var(--yellow)}.shimmer{position:relative;overflow:hidden;border-color:#e4e0ff}.shimmer:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;background:#e4e0ff;opacity:0;transition:opacity .4s ease;pointer-events:none}.shimmer:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;border-top:2px solid white;background:linear-gradient(90deg,#fff0,#fff9,#fff0);opacity:0;transition:opacity .4s ease;pointer-events:none}.shimmer.sh--active{pointer-events:none;-webkit-user-select:none;user-select:none}.shimmer.sh--active.shimmer--text{border-radius:100px;width:fit-content}.shimmer.sh--active:before{opacity:1}.shimmer.sh--active:after{opacity:1;animation:shimmer 1.5s ease-out infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.shimmer.sh-d400:after{animation-delay:.4s}._errorPage_hmn7x_1{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100svh}._errorPage_hmn7x_1 h3{font-size:28px;font-weight:500}._errorPage_hmn7x_1 code{margin:12px 0;padding:8px;border-radius:8px;background-color:#fff}*::-webkit-scrollbar{width:0px;background:transparent}.MathJax{display:inline-block!important;margin:6px!important}[data-mjx-error]{display:none!important}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;color:var(--black);font-family:Raleway,sans-serif;font-variant-numeric:lining-nums proportional-nums;background-color:#f7f6ff}h1,h2,h3,h4,h5,h6,p,span{margin:0;font-variant-numeric:lining-nums proportional-nums}button,input{background:none;border:none;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;font-family:inherit;font-size:inherit;padding-block:0;padding-inline:0;font-variant-numeric:lining-nums proportional-nums}input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{display:none}
