@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap";@font-face{font-family:DM Sans;src:url(/assets/DMSans-Regular-BE1m49YZ.ttf) format("truetype");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Italic-SLt2Iri3.ttf) format("truetype");font-style:italic;font-weight:400;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Medium-BO7LY67X.ttf) format("truetype");font-style:normal;font-weight:500;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-MediumItalic-XxZ14Zg4.ttf) format("truetype");font-style:italic;font-weight:500;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-Bold-DRawUrux.ttf) format("truetype");font-style:normal;font-weight:700;font-display:swap}@font-face{font-family:DM Sans;src:url(/assets/DMSans-BoldItalic-D4Q-4K5q.ttf) format("truetype");font-style:italic;font-weight:700;font-display:swap}@layer base{body{box-sizing:border-box;margin:0;padding:0;font-family:DM Sans!important;font-weight:400;background-color:#f9f9f6;color:#000000de}@media screen and (max-width:460px){body{background-color:#fff}}}.mt-32{margin-top:32px}.ml-4{margin-left:4px!important}.no-m{margin:0!important}.mt-0{margin-top:0!important}.fw--700{font-weight:700!important}.test-navigation{position:fixed;bottom:0;right:0;left:calc(var(--sidebar-width-expanded) + var(--sidebar-margin) * 2 + 32px);transition:left .4s;z-index:100}@media screen and (max-width:767px){.test-navigation{left:0}}@media screen and (max-width:460px){.test-navigation{padding:16px!important}}.sidebar-collapsed .test-navigation{left:calc(var(--sidebar-width-collapsed) + var(--sidebar-margin) * 2 + 32px)}@media screen and (max-width:767px){.sidebar-collapsed .test-navigation{left:0}}.sidebar-expanded .test-navigation{left:calc(var(--sidebar-width-expanded) + var(--sidebar-margin) * 2 + 32px)}@media screen and (max-width:767px){.sidebar-expanded .test-navigation{left:0}}.loading{display:flex;justify-content:center;align-items:center;height:50px;margin:20px}.login{margin:24px;display:grid;gap:24px;height:calc(100vh - 48px);grid-template-columns:1fr 1fr}@media(max-width:820px){.login{grid-template-columns:1fr}}.login__animated-icon video{max-width:90%;max-height:90%;object-fit:contain}@media(max-width:820px){.login__animated-icon{display:none!important}}.login__animated-icon,.login__form{height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;background-color:#fff;border-radius:48px}.login__form__wrapper{max-width:330px;width:100%}.login__logo{display:block;margin:0 auto 48px;height:64px;width:64px}.login__title{text-align:center;margin-bottom:8px;font-size:24px;font-weight:500}.login__subtitle{text-align:center;color:#000000a8;font-size:14px;margin-bottom:32px;line-height:20px}.login__text{text-align:center;font-size:17px;font-weight:400;line-height:24px;margin-bottom:32px}.login__forgot-password{display:block;font-size:12px;font-weight:500;margin-bottom:32px;text-decoration:none;color:#000000a8}.login__button{width:100%;margin-bottom:40px}.login__register{font-size:14px;font-weight:500}.login__register__link{color:#512ee3;margin-left:6px;text-decoration:none}.login__send-mail-message{text-align:center;font-size:17px;line-height:24px;margin-bottom:48px}.login__mail{font-weight:700}.login__go-back{width:100%;text-align:center;font-size:21px;font-style:normal;font-weight:500}.login__go-back--link{color:#512ee3;text-decoration:none}.input--wrapper{display:flex;position:relative;margin-bottom:16px;flex-direction:column}.input{background-color:#f5f5f5;padding:0 50px 0 16px;height:52px;border:none;outline:none;border-radius:18px;font-size:17px;transition:padding-top .2s;box-sizing:border-box}.input__error{margin-left:16px;display:block;margin-top:4px;color:#e64241;font-size:11px;font-weight:400;white-space:pre-line;line-height:1.4;position:static;bottom:0}.input:not(:placeholder-shown){padding-top:12px;padding-bottom:0}.input+.input__placeholder{position:absolute;left:16px;top:15px;cursor:text;transition:.3s ease;font-size:17px;color:#00000061}.input:placeholder-shown+.input__placeholder{top:30px}.input:focus+.input__placeholder,.input:valid+.input__placeholder{top:7px;font-size:10px}.input__icon{position:absolute;top:26px;right:16px;transform:translateY(-50%);z-index:9}.error--input{background-color:#fdecec;border:1px solid #e64241}.error--icon svg{fill:#e64241}.filled--icon{filter:brightness(0) saturate(100%) invert(0)}.button{display:flex;min-width:128px;align-items:center;justify-content:center;cursor:pointer;font-size:21px;font-weight:500;font-family:inherit;border:none;white-space:nowrap;text-overflow:ellipsis}.button__icon{margin-left:12px}.button__icon-left{margin-right:12px}@media screen and (max-width:460px){.button__max-width{width:100%}}.button--size-60{height:60px;padding:16px 20px;border-radius:22px}.button--size-48{height:48px;padding:12px 16px;font-size:17px;border-radius:18px}@media screen and (max-width:460px){.button--size-48{height:40px;padding:10px 12px;font-size:14px;border-radius:14px}}.button--size-40{height:40px;padding:10px 12px;font-size:14px;border-radius:14px}@media screen and (max-width:460px){.button--size-40{height:40px;padding:10px 12px;font-size:14px;border-radius:14px}}.button[disabled]{background-color:#b0b0b0!important;color:#ffffffa8!important;border:none!important;cursor:not-allowed}.blue{border:1px solid #512ee3;background-color:#512ee3;color:#fff}.blue:hover{border:1px solid #3a21a1;background:#4a2acf}.blue:active{border:none;background-color:#3a21a1}.ghost-blue{border:1px solid #512ee3;background-color:#fff;color:#512ee3}.ghost-blue:hover{border:1px solid #4a2acf;background:#eeeafc}.ghost-blue:active{border:none;background-color:#c9bef6}.green{border:1px solid #0ab401;background-color:#0ab401;color:#fff}.green:hover{border:1px solid #078001;background:#09a401}.green:active{border:none;background-color:#078001}.ghost-green{border:1px solid #0ab401;background-color:#fff;color:#0ab401}.ghost-green:hover{border:1px solid #09a401;background:#e7f8e6}.ghost-green:active{border:none;background-color:#b3e8b0}.black{background-color:#1c1c1c;color:#fff}.black:hover{background-color:#282828}.white{border:1px solid #1c1c1c;background-color:#fff;color:#1c1c1c}.white:hover{border:1px solid #1c1c1c;background-color:#eeeafc}.white:active{border:1px solid #c9bef6;background-color:#c9bef6}.ghost-white{background-color:transparent}.ghost-white:hover{background-color:#eeeafc}.ghost-white:active{border:none;background-color:#c9bef6}.ghost-black{border:1px solid #1c1c1c;background-color:#fff;color:#1c1c1c}.ghost-black:hover{background-color:#eeeafc}.red{background-color:#e64241;color:#fff}.red:hover{border:1px solid #a32f2e;background-color:#d13c3b}.red:active{border:none;background-color:#a32f2e}.ghost-red{border:1px solid #e64241;background-color:#fff;color:#e64241}.ghost-red:hover{border:1px solid #d13c3b;background-color:#fdecec}.ghost-red:active{border:none;background-color:#f7c4c4}.error-page{height:calc(100vh - 48px);display:flex;flex-direction:column;align-items:center;justify-content:center;margin:24px;border-radius:60px;background-color:#fff}@media screen and (max-width:460px){.error-page{margin:16px}}.error-page__logo{margin-bottom:48px;height:64px;width:64px}.error-page__title{font-size:24px;font-style:normal;font-weight:500;margin-bottom:8px}.error-page__subtitle{font-size:14px;font-style:normal;font-weight:400;line-height:20px;text-align:center;margin-bottom:32px}.error-page__image{margin-bottom:32px}.mathematics-exams{margin:24px 24px 24px 0}@media screen and (max-width:768px){.mathematics-exams{margin:16px}}.mathematics-exams__content{padding:24px;border-radius:24px;border:1px solid #ebebeb;background:#fff}@media screen and (max-width:768px){.mathematics-exams__content{border:none;padding:0;background-color:#f9f9f6}}@media screen and (max-width:460px){.mathematics-exams__content{background-color:#fff}}.mathematics-exams__content__heading{display:flex;align-items:center;margin-bottom:32px}.mathematics-exams__content__heading__img{width:32px;height:32px;padding:12px;background:#eeeafc;border-radius:16px;margin-right:16px}@media screen and (max-width:768px){.mathematics-exams__content__heading__img{padding:8px;width:24px;height:24px}}.mathematics-exams__content__heading__title{font-size:24px;font-weight:500;color:#000000de}@media screen and (max-width:768px){.mathematics-exams__content__heading__title{font-size:17px}}.mathematics-exams__content__heading__subtitle{font-size:17px;font-weight:400;color:#000000a8;margin-top:4px}@media screen and (max-width:768px){.mathematics-exams__content__heading__subtitle{font-size:14px}}.mathematics-exams__actions{display:flex;gap:16px}.info-boxs{display:grid;grid-template-columns:repeat(auto-fit,minmax(195px,1fr));grid-auto-rows:1fr;grid-gap:12px}@media screen and (max-width:768px){.info-boxs{grid-template-columns:repeat(auto-fit,minmax(122px,1fr))}}.info-box{display:flex;flex-direction:column;justify-content:center;max-width:195px;border-radius:16px;border:1px solid #f5f5f5;background:#fafafa;padding:16px}@media screen and (max-width:768px){.info-box{max-width:122px;padding:8px}}.info-box__title{font-size:17px;color:#000000a8}@media screen and (max-width:768px){.info-box__title{font-size:12px}}.info-box__value__number{font-size:28px;font-weight:700;color:#000000de}@media screen and (max-width:768px){.info-box__value__number{font-size:18px}}.info-box__value__max{font-size:21px;font-weight:500;color:#000000a8}@media screen and (max-width:768px){.info-box__value__max{font-size:12px}}.chart_mounts{display:flex;gap:12px;margin-bottom:24px}.chart_mounts__title{cursor:pointer;padding:4px 10px;background-color:#fafafa;border-radius:16px}.chart_mounts__title:hover{background-color:#eaeaea}.chart_mounts__title--active{background-color:#512ee3;color:#fff}.chart_mounts__title--active:hover{background-color:#492ac4}.info-box-green{border:1px solid #0ab401;background:#e7f8e6}.info-box-red{border:1px solid #e64241;background:#fdecec}.info-box-yellow{border:1px solid #eb912d;background:#fdf4ea}.info-box-grey{border:1px solid #bfbfbf;background:#ebebeb}.line{margin:32px 0;border:1px solid var(--Black-B30, #ebebeb)}@media screen and (max-width:768px){.line{margin:24px 0}}.recharts-cartesian-axis-tick-line,.recharts-cartesian-axis-line{display:none}.recharts-responsive-container{position:relative;left:-42px}.exams-heading{display:flex;justify-content:space-between;align-items:center;background-color:#fff;border-radius:24px;padding:24px;border:1px solid #ebebeb}@media screen and (max-width:800px){.exams-heading{background-color:#f9f9f6;justify-content:end;padding:0;border:none}}@media screen and (max-width:460px){.exams-heading{margin-top:24px;background-color:#fff}}.exams-heading__left{display:flex;flex-direction:column}@media screen and (max-width:800px){.exams-heading__left{display:none}}.exams-heading__title{font-size:28px;font-weight:500}.exams-heading__subtitle{font-size:18px;font-weight:400}.exam-option{display:flex;align-items:flex-start;padding:16px;border:2px solid #e5e5e5;border-radius:16px;margin-bottom:12px;cursor:pointer}.exam-option:hover:not(.exam-option--disabled){border-color:#512ee3;background-color:#f3f1ff}.exam-option--active{border-color:#512ee3;background-color:#f3f1ff}.exam-option--disabled{opacity:.5;cursor:not-allowed;background-color:#f5f5f5}.exam-option__radio{width:20px;height:20px;border:2px solid #d1d5db;border-radius:50%;margin-right:12px;position:relative;flex-shrink:0;margin-top:2px}.exam-option__radio:after{content:"";width:8px;height:8px;border-radius:50%;background-color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);transition:transform .3s ease}.exam-option--active .exam-option__radio{border-color:#512ee3;background-color:#512ee3}.exam-option--active .exam-option__radio:after{transform:translate(-50%,-50%) scale(1)}.exam-option--disabled .exam-option__radio{border-color:#d1d5db;background-color:#f9f9f9}.exam-option--disabled .exam-option__radio:after{background-color:#d1d5db}.exam-option__content{flex:1}.exam-option__label{font-size:21px;font-weight:700;margin-bottom:4px;color:#1f2937}.exam-option__subtitle{font-size:17px;color:#6b7280;line-height:1.4}.exam-option input[type=radio]{display:none}.exam-option__start-block{display:flex;align-items:center;gap:16px;margin-top:24px}@media screen and (max-width:460px){.exam-option__start-block{flex-direction:column-reverse;width:100%}}.exam-option__start-button{border-top:1px solid #ebebeb}@media screen and (max-width:460px){.exam-option__start-button{width:100%}}.exam-option__errors-blocked{max-width:200px;font-size:14px;font-style:normal;font-weight:400;line-height:16px}@media screen and (max-width:460px){.exam-option__errors-blocked{font-size:12px;max-width:100%}}.topics-header{margin-bottom:16px}.topics-header__icon{rotate:270deg}.back-button{background:none;border:none;font-size:17px;color:#000000de!important;cursor:pointer;padding:8px 0;display:flex;align-items:center;gap:8px;transition:color .3s ease}.topics-list{max-height:330px;overflow-y:auto;margin-bottom:20px}.topic-option{display:flex;align-items:center;padding:12px 16px;border-radius:12px;margin-bottom:8px;cursor:pointer;transition:background-color .2s ease}.topic-option:hover{background-color:#f3f1ff}.topic-option__checkbox{width:18px;height:18px;border:2px solid #d1d5db;border-radius:7px;margin-right:12px;position:relative;flex-shrink:0;transition:border-color .2s ease,background-color .2s ease}.topic-option__checkbox:after{content:"";width:20px;height:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);transition:transform .2s ease;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cpath%20d='M4.16797%2010.8333L7.55644%2013.8452C7.75802%2014.0244%208.06537%2014.0114%208.25112%2013.8159L15.8346%205.83325'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;background-position:center}.topic-option--active .topic-option__checkbox{border-color:#512ee3;background-color:#512ee3}.topic-option--active .topic-option__checkbox:after{transform:translate(-50%,-50%) scale(1)}.topic-option__label{font-size:17px;font-weight:500;color:#1f2937}.topic-option input[type=checkbox]{display:none}.modal{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:999}@media screen and (max-width:460px){.modal{align-items:end}}.modal--visible{visibility:visible;background-color:#0003}.modal__icon-left{position:absolute;top:17px;left:25px;background-color:#eeeafc;padding:8px;border-radius:12px}@media screen and (max-width:460px){.modal__icon-left{display:none}}.modal--invisible{visibility:hidden}.modal__header{padding-right:40px;margin-bottom:20px}.modal__header--with-icon{margin-left:60px}@media screen and (max-width:460px){.modal__header--with-icon{margin-left:0}}.modal__title{font-size:18px;font-weight:700;color:#000000de;margin-bottom:8px}.modal__sub-title{font-size:14px;font-weight:400}.modal__content{position:relative;background:#fff;border-radius:16px;max-width:90vw;width:500px;max-height:90vh;overflow-y:auto;padding:24px;box-sizing:border-box;transform:scale(.95);transition:transform .3s ease}.modal__content--open{transform:scale(1)}.modal__content--closed{transform:scale(.95)}@media screen and (max-width:768px){.modal__content{max-width:none}}@media screen and (max-width:460px){.modal__content{border-bottom-left-radius:0;border-bottom-right-radius:0}}.modal__close-button{position:absolute;top:24px;right:16px;cursor:pointer}.modal__close-button:hover{background-color:#0000000d;border-color:silver}.segment{box-sizing:border-box;width:100%;overflow-x:auto;background-color:#f5f5f5;border-radius:16px;border:1px solid #ebebeb;margin:24px 0;max-width:439px}.segment__inner{position:relative;display:flex;padding:4px}.segment__item{position:relative;box-sizing:border-box;display:flex;flex-grow:1;align-items:center;justify-content:center;padding:12px 8px;cursor:pointer;background:transparent;border:none;font-family:inherit}.segment__item__text{line-height:24px;font-size:17px;position:relative;z-index:4;display:inline-flex;flex-direction:column;align-items:center;justify-content:space-between;white-space:nowrap}.segment__item__text__inner{display:flex;gap:8px;align-items:center}.segment__item__text:after{height:0;overflow:hidden;font-weight:500px;pointer-events:none;visibility:hidden;content:attr(data-text);-webkit-user-select:none;user-select:none}.segment__item__badge{background-color:#1c1c1c;color:#fff;display:flex;align-items:center;justify-content:center;padding:2px;font-size:11px;font-weight:700;border-radius:6px;width:20px;height:20px}.segment__indicator{position:absolute;top:4px;left:4px;z-index:3;box-sizing:border-box;height:48px;background-color:#fff;border-radius:14px;box-shadow:0 2px 7px #00000012;transition:left .2s linear}.info-panel{display:flex;align-items:center;padding:12px 16px;background-color:#fff;border:1px solid #ebebeb;border-radius:24px;margin:20px 0}@media screen and (max-width:768px){.info-panel{padding:12px}}.info-panel__text{margin-left:16px;font-size:17px}@media screen and (max-width:768px){.info-panel__text{font-size:14px}}.info-panel__icon{width:32px;height:32px}@media screen and (max-width:768px){.info-panel__icon{width:24px;height:24px}}.topic-charts{display:grid;grid-template-columns:1fr 1fr;justify-content:space-between;padding:24px;border-radius:24px;border:1px solid #ebebeb;background:#fff;margin-bottom:24px}.topic-charts__header-mobile{display:none}.topic-charts__header{display:flex;flex-direction:column;justify-content:space-between;border-right:1px solid #f5f5f5;padding-right:8px;margin-right:24px}.topic-charts__title-container{display:flex;align-items:center;gap:12px}.topic-charts__icon{border-radius:12px;padding:12px;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.topic-charts__title{font-size:24px;font-weight:500;line-height:28px;color:#000000de}.topic-charts__percentage{padding:12px;border-radius:16px;border:1px solid #f5f5f5;background:#fafafa;font-size:45px;font-style:normal;font-weight:700;line-height:52px;display:inline-block}.topic-charts__knowledge-header{display:flex;align-items:center;gap:12px;margin-bottom:32px}.topic-charts__knowledge-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#6c757d}.topic-charts__knowledge-title{font-size:24px;font-weight:500;line-height:28px;color:#000000de}.topic-charts__knowledge-subtitle{font-size:17px;line-height:24px;color:#000000a8}.topic-charts__progress-bar{border:1px solid #f5f5f5;background:#fafafa;padding:2px;display:flex;height:32px;border-radius:18px;overflow:hidden;margin-bottom:18px;gap:4px}.topic-charts__legend-container{padding:12px;display:flex;align-items:flex-start;justify-content:space-between;border-radius:12px;border:1px solid #f5f5f5;background:#fafafa}.topic-charts__info-icon{cursor:pointer}.topic-charts__legend{display:flex;flex-direction:column;gap:12px}.topic-charts__legend-item{display:flex;align-items:center;gap:12px}.topic-charts__legend-color{width:16px;height:16px;border-radius:4px;flex-shrink:0}.topic-charts__legend-text{color:#000000de;font-size:14px;line-height:20px}.topic-charts__table-section{padding-top:24px;border-top:1px solid #e9ecef}.topic-charts__table-header{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#007bff;color:#fff;border-radius:6px;font-size:14px;font-weight:500;width:fit-content}.topic-charts__table-header svg{color:#fff}.topic-charts__info-box{margin:32px 0;display:flex;justify-content:space-between;align-items:center}.topic-charts__info-title{color:var(--Text-Black-High, rgba(0, 0, 0, .87));font-size:24px;font-weight:700;line-height:28px}.topic-charts__info-percentage{margin-left:12px;padding:12px;border-radius:16px;border:1px solid #f5f5f5;background:#fafafa;font-size:34px;font-style:normal;font-weight:700;line-height:40px;display:inline-block}@media(max-width:768px){.topic-charts{grid-template-columns:1fr;padding:16px}.topic-charts__header-mobile{display:flex;justify-content:space-between;align-items:center;margin:24px 0 24px 55px;padding:3px 8px;border-radius:12px;background:#fff;border:1px solid #ebebeb}.topic-charts__title-mobile{color:#000000a8;font-size:15px;line-height:20px;margin-right:12px}.topic-charts__percentage-mobile{font-size:17px;font-weight:700;line-height:32px}.topic-charts__header{display:none}.topic-charts__knowledge-header{margin-bottom:16px}.topic-charts__percentage{font-size:36px}.topic-charts__progress-bar{height:20px}.topic-charts__knowledge-title{font-size:17px}.topic-charts__knowledge-subtitle{font-size:14px}.topic-charts__icon{display:none}}@media(max-width:460px){.topic-charts{grid-template-columns:1fr;background:#f5f5f5;padding:16px}.topic-charts__header-mobile{border:1px solid #ebebeb;background:#fafafa}.topic-charts__legend-container{background:#f5f5f5;padding:0}.topic-charts__progress-bar{margin-bottom:12px}.topic-charts__start-button{width:100%;justify-content:center}.topic-charts__info-percentage{background:none}}.tooltip-trigger{display:inline-block;cursor:pointer}.tooltip{position:fixed;background-color:#1c1c1c;color:#fff;padding:8px 12px;border-radius:8px;font-size:14px;line-height:1.4;max-width:200px;width:100%;word-wrap:break-word;box-shadow:0 4px 12px #00000026;z-index:9999;opacity:0;animation:tooltip-fade-in .2s ease-out forwards}.tooltip__content{position:relative;z-index:1}.tooltip__arrow{position:absolute;width:0;height:0;border:6px solid transparent}.tooltip__arrow--top{bottom:-6px;left:50%;transform:translate(-50%);border-top-color:#1c1c1c;border-bottom:none}.tooltip__arrow--bottom{top:-6px;left:50%;transform:translate(-50%);border-bottom-color:#1c1c1c;border-top:none}.tooltip__arrow--left{right:-6px;top:50%;transform:translateY(-50%);border-left-color:#1c1c1c;border-right:none}.tooltip__arrow--right{left:-6px;top:50%;transform:translateY(-50%);border-right-color:#1c1c1c;border-left:none}@keyframes tooltip-fade-in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media(max-width:768px){.tooltip{max-width:250px;font-size:13px;padding:6px 10px}}.no-data-page{height:calc(100vh - 182px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin:24px;border-radius:60px;background-color:#fff}@media screen and (max-width:460px){.no-data-page{margin:16px}}.no-data-page__logo{margin-bottom:48px;height:64px;width:64px}.no-data-page__title{font-size:24px;font-style:normal;font-weight:500;margin-bottom:8px}.no-data-page__subtitle{font-size:14px;font-style:normal;font-weight:400;line-height:20px;text-align:center;margin-bottom:32px}.no-data-page__image{margin-bottom:32px}.no-search-data-page{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin:24px;border-radius:60px;background-color:#fff}@media screen and (max-width:460px){.no-search-data-page{margin:16px}}.no-search-data-page__logo{margin-bottom:48px;height:64px;width:64px}.no-search-data-page__title{font-size:24px;font-style:normal;font-weight:500;margin-bottom:8px}.no-search-data-page__subtitle{font-size:14px;font-style:normal;font-weight:400;line-height:20px;text-align:center;margin-bottom:32px}.no-search-data-page__image{margin-bottom:32px}.mathematics-topic{margin:24px 24px 24px 0}@media screen and (max-width:768px){.mathematics-topic{margin:16px}}.exams-history{padding-right:24px}.exams-history__header{margin-bottom:20px}@media screen and (max-width:768px){.exams-history__header{margin-left:80px}.exams-history__header .segment{margin:16px 0}}.exams-history__table-wrapper{width:100%;border-radius:24px;border:1px solid var(--Black-B30, #ebebeb);background:var(--Surface-White, #fff)}@media screen and (max-width:768px){.exams-history__table-wrapper{margin:0 16px;border:none}}.exams-history__table-header{background:#2196f3;color:#fff;padding:12px 16px;font-weight:500;display:flex;align-items:center;gap:8px}.exams-history__search{position:relative;display:flex;padding:12px}.exams-history__search-clear{position:absolute;right:15px;top:24px;cursor:pointer}.exams-history__search-input{width:100%;padding:12px 30px 12px 16px;border:none;border-radius:8px;font-size:14px}.exams-history__search-input::placeholder{color:#999}.exams-history__search-input:focus{outline:none}.exams-history__table{max-width:100%;overflow-x:auto}.exams-history__table-element{width:100%;border-collapse:collapse}.exams-history__th{padding:12px 24px;text-align:left;color:var(--Text-Black-Medium, rgba(0, 0, 0, .66));font-size:11px;font-style:normal;font-weight:400;line-height:16px;white-space:nowrap}.exams-history__th:first-child{width:124px;padding-left:24px}.exams-history__th:nth-child(2){min-width:10ch;max-width:200px;display:flex;flex-direction:row}.exams-history__th:nth-child(3),.exams-history__th:nth-child(4),.exams-history__th:nth-child(5),.exams-history__th:nth-child(6),.exams-history__th:nth-child(7){width:58px}.exams-history__th:nth-child(8){width:64px;text-align:right;padding-right:24px}.exams-history__td{padding:12px 24px;border-bottom:1px solid #fafafa;color:var(--Text-Black-High, rgba(0, 0, 0, .87));font-size:18px;font-style:normal;font-weight:500;line-height:24px;white-space:nowrap}.exams-history__td:first-child{padding-left:24px}.exams-history__td:nth-child(2){min-width:10ch;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.exams-history__td:last-child{padding-right:24px}.exams-history__row{cursor:pointer}.exams-history__row:hover{background-color:#00000005;cursor:pointer}.exams-history__result{padding:4px 8px;font-size:18px;font-style:normal;font-weight:500;line-height:24px}.exams-history__result--good{color:#0ab401}.exams-history__result--medium{color:#eb912d}.exams-history__result--poor{color:#e64241}.exams-history__status{border-radius:12px;font-size:11px;line-height:16px;font-weight:400;padding:4px 10px}.exams-history__status--FINISH{color:#0ab401;background-color:#e7f8e6}.exams-history__status--WAITING{color:#eb912d;background-color:#fdf4ea}.exams-history__status--NOT_STARTED{color:#e64241;background-color:#fdecec}.mistakes__segment{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:24px}.mistakes__segment>div{margin:0!important}.settings{margin:24px 24px 24px 0;padding:24px;background-color:#fff;border-radius:24px;border:1px solid #ebebeb}@media screen and (max-width:920px){.settings--changes{border:none}}@media screen and (max-width:768px){.settings--changes{margin:90px 0 0}}@media screen and (max-width:460px){.settings--changes{margin:90px 0 0!important}}@media screen and (max-width:920px){.settings{justify-content:end;border:none}}@media screen and (max-width:768px){.settings{padding:0 24px;background-color:#f9f9f6}}@media screen and (max-width:460px){.settings{margin-top:24px;background-color:#fff;padding:0}}@media screen and (max-width:460px){.settings__content{padding:16px}}.settings__row{display:grid;grid-template-columns:1fr 1fr;gap:36px}@media screen and (max-width:920px){.settings__row{grid-template-columns:1fr}}.settings__field{display:flex;flex-direction:column}@media screen and (max-width:920px){.settings__field{order:2}}.settings__field-wrapper{display:flex;align-items:center;justify-content:end}@media screen and (max-width:920px){.settings__field-wrapper{justify-content:end;order:1}}.settings__line{height:1px;background-color:#ebebeb;margin:24px 0}.settings__password-wrapper{display:flex}.settings__show-password{color:#512ee3;font-size:14px;font-style:normal;font-weight:500;line-height:12px;margin-left:20px;cursor:pointer}.settings__title{color:#000000a8;font-size:14px;line-height:20px}.settings__value{color:#000000de;font-size:21px;font-weight:400;line-height:24px}.settings__as-desired{position:relative;top:-16px;margin-left:16px;display:block;margin-top:4px;font-size:11px;font-weight:400;white-space:pre-line;line-height:1.4}.user-info-added-modal{margin-top:40px}@media screen and (max-width:460px){.user-info-added-modal__button{width:100%}}:root{--sidebar-width-expanded: 296px;--sidebar-width-collapsed: 50px;--sidebar-margin: 24px}.side-nav-container{margin:var(--sidebar-margin);padding:16px;background-color:#fff;border-radius:24px;border:1px solid #ebebeb;width:var(--sidebar-width-expanded);min-height:calc(-80px + 100vh);position:fixed;top:0;bottom:0;left:0;color:#4d4d4da8;transition:.4s}@media screen and (max-width:767px){.side-nav-container{padding:16px;margin:0;height:calc(100vh - 16px);width:240px;position:fixed;left:0;top:0;z-index:999;transition:transform .3s;opacity:1}}.side-nav-container-NX{width:var(--sidebar-width-collapsed)}@media screen and (max-width:767px){.side-nav-container-NX{width:240px}}.nav-upper,.nav-heading,.nav-menu,.menu-item,.nav-footer{display:grid}.nav-heading{grid-template-columns:2fr 1fr;display:flex;align-items:center;justify-content:space-between}.nav-heading__logo{padding-left:8px;padding-bottom:4px}@media screen and (max-width:768px){.nav-heading__logo{width:195px}}.nav-brand{display:flex;color:#eeeafc}.nav-brand img{width:40px;padding:0 10px}.hamburger{background:none;border:none;cursor:pointer;display:block;transition:.4s}@media screen and (max-width:768px){.hamburger{padding-right:16px}}.arrow-icon{padding:4px;border-radius:10px;border:1px solid #ebebeb;transition:transform .3s}.arrow-icon.rotated{transform:rotate(180deg)}.nav-menu{margin-top:24px}.menu-item{position:relative;margin-bottom:8px;height:48px;display:flex;align-items:center;color:#b0afaf;text-decoration:none;border:1px solid transparent;border-radius:10px;font-size:17px;font-weight:500;transition:all .3s ease;overflow:hidden}.menu-item img{width:24px;padding:0 12px;transition:padding .3s ease}.menu-item:hover{border:1px solid #512ee3;border-radius:18px;background-color:#eeeafc;color:#000000de}.menu-item__text{padding-right:12px;white-space:nowrap;opacity:1;transition:opacity .3s ease,transform .3s ease}@media screen and (max-width:768px){.menu-item{margin-right:16px}}.menu-item-NX{margin:auto}.menu-item-NX .menu-item__text{opacity:0;transform:translate(-10px)}.nav-footer{display:flex;justify-content:space-between;align-items:center;width:calc(100% - 32px);position:absolute;bottom:0;grid-template-rows:1fr;grid-template-columns:2fr 1fr}.nav-footer__NX{flex-direction:column;margin-bottom:16px}.nav-details{display:flex}.nav-details img{width:50px;padding:0 20px}.nav-footer-user-name{font-size:18px;font-weight:900}.nav-footer-user-position{margin-top:-15px;color:#eeeafc}.logout-icon{cursor:pointer;width:48px;height:24px}.submenu{margin-top:8px;display:flex;flex-direction:column;transition:all .3s ease}.submenu .submenu-item{position:relative;padding:0 48px;margin-bottom:8px;height:48px;display:flex;align-items:center;color:#b0afaf;text-decoration:none;border:1px solid transparent;border-radius:10px;font-size:17px;font-weight:500;transition:all .3s ease;white-space:nowrap}@media screen and (max-width:768px){.submenu .submenu-item{width:56%}}.submenu .submenu-item img{width:24px;padding:0 12px}.submenu .submenu-item:hover{border-radius:18px;background-color:#eeeafc;color:#000000de}.menu-arrow-icon{right:-2px;position:absolute;margin-left:auto;transition:transform .3s ease,opacity .3s ease}@media screen and (max-width:768px){.menu-arrow-icon{right:-8px}}.menu-arrow-icon-close{right:-2px;position:absolute;margin-left:auto;transition:transform .3s ease,opacity .3s ease;transform:rotate(180deg)}@media screen and (max-width:768px){.menu-arrow-icon-close{right:-8px}}.sidebar-open-button{border-radius:12px;border:1px solid #512ee3;background-color:#eeeafc;padding:7px;position:absolute;cursor:pointer;margin:auto;display:flex;transition:.4s;top:24px;left:16px;z-index:999}@media screen and (min-width:768px){.sidebar-open-button{display:none}}@media screen and (max-width:768px){.close{transform:translate(-100%);opacity:0;pointer-events:none}}.sidebar-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:998}.active{border:1px solid #512ee3!important;border-radius:18px!important;background-color:#eeeafc!important;color:#000000de!important}.content{flex:1;transition:margin-left .4s ease}.test-page{background-color:#f9f9f6}.test-page__header{background:#fff;border:1px solid #ebebeb;border-radius:24px;padding:24px;display:flex;align-items:center;justify-content:space-between;position:fixed;top:24px;left:24px;right:24px;z-index:5}@media screen and (max-width:768px){.test-page__header{display:none}}.test-page__left{display:flex;flex-direction:column;gap:12px}.test-page__title{font-size:34px;font-style:normal;font-weight:700;line-height:40px}.test-page__subtitle{display:flex;align-items:center;gap:22px}.test-page__selected-topics{font-size:18px;font-style:normal;font-weight:400;line-height:24px;color:#000000a8;margin-right:22px}.test-page__show-topics{color:#512ee3;font-size:14px;font-style:normal;font-weight:500;line-height:20px;cursor:pointer}.test-page__right{display:flex;gap:24px;position:relative}.test-page__close-button{height:32px;padding:8px;background-color:#f5f5f5;border-radius:16px;cursor:pointer}.test-page__close-button:hover{background-color:#e0e0e0}.test-page__close-button-mobile{cursor:pointer}.test-page__content{display:block;overflow:hidden;position:relative;padding-top:calc(var(--tp-header-bottom, 120px) + 24px);padding-left:380px;padding-right:24px;padding-bottom:120px}@media screen and (max-width:768px){.test-page__content{display:none}}.test-page__sidebar{margin-top:24px;position:fixed;top:calc(var(--tp-header-bottom, 120px) + 24px);bottom:0;left:24px;width:340px;display:flex;flex-direction:column;gap:16px;z-index:2}@media screen and (max-width:768px){.test-page__sidebar{display:none}}.test-page__main{margin-top:24px;height:calc(100vh - var(--tp-header-bottom, 120px) - 168px);overflow-y:auto;padding-bottom:0}.test-page__main::-webkit-scrollbar{width:6px}.test-page__main::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.test-page__main::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.test-page__main::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.test-page__main{scrollbar-width:thin;scrollbar-color:#c1c1c1 #f1f1f1}.test-page__card{background:#fff;border:1px solid #ebebeb;border-radius:24px;padding:24px;min-height:320px;box-sizing:border-box}@media screen and (max-width:768px){.test-page__card{background-color:#f9f9f6}}@media screen and (max-width:460px){.test-page__card{background-color:#fff}}.test-page__topics-modal{padding-top:8px}.test-page__topics-list{list-style:none;margin:0;padding:0 24px}.test-page__topics-item{display:grid;grid-template-columns:32px 1fr;align-items:center;gap:16px;padding:10px 0;border-bottom:1px solid #f0f0f0}.test-page__topics-item:last-child{border-bottom:none}.test-page__topics-num{font-size:20px;font-weight:500;color:#000000de}.test-page__topics-name{font-size:18px;font-weight:500;color:#000000de;line-height:24px}.test-page__topics-footer{padding:20px 24px 0;border-top:1px solid #f0f0f0;margin-top:8px}.test-page__finish-modal{padding-top:8px}.test-page__finish-desc{color:var(--Text-Black-Medium, rgba(0, 0, 0, .66));font-size:14px;font-style:normal;font-weight:400;line-height:20px}.test-page__finish-actions{border-top:1px solid #f0f0f0;padding-top:24px;display:flex;gap:16px;justify-content:flex-start}@media screen and (max-width:460px){.test-page__finish-actions{flex-direction:column;width:100%}}.test-page__examend{display:flex;flex-direction:column;align-items:center;text-align:center}.test-page__examend-hero{display:grid;place-items:center;margin-top:8px;margin-bottom:16px}.test-page__examend-image{max-width:400px;width:100%;object-fit:contain}.test-page__examend-title{color:#000000de;font-size:24px;font-style:normal;font-weight:700;line-height:28px;margin-bottom:8px}.test-page__examend-result{color:#000000a8;font-size:21px;font-style:normal;font-weight:400;line-height:28px;margin-bottom:16px}.test-page__examend-actions{border-top:1px solid #f0f0f0;width:100%;padding-top:24px;display:flex;gap:16px;justify-content:center}@media screen and (max-width:460px){.test-page__examend-actions{flex-direction:column;width:100%}}.test-page__mobile-header{background:#fafafa;border-bottom:1px solid #ebebeb;display:none;padding:12px 16px;align-items:center;justify-content:space-between;position:fixed;top:0;left:0;right:0;z-index:5}@media screen and (max-width:768px){.test-page__mobile-header{display:flex}}.test-page__mobile-subtopic{justify-content:end}.test-page__mobile-left{width:80px;display:flex;justify-content:flex-start}.test-page__mobile-right-subtopic{color:#512ee3;font-size:14px;font-style:normal;font-weight:500;line-height:20px;cursor:pointer}.test-page__mobile-center{position:absolute;left:50%;transform:translate(-50%);z-index:1}.test-page__mobile-right{width:80px;display:flex;justify-content:flex-end}.test-page__mobile-finish{color:#0ab401;font-size:14px;font-style:normal;font-weight:500;line-height:20px;cursor:pointer}.test-page__mobile-end{color:#512ee3;font-size:14px;font-style:normal;font-weight:500;line-height:20px;cursor:pointer}.test-page__mobile-timer{display:flex;align-items:center;gap:4px;border-radius:15px;border:1px solid #f5f5f5;background:#fff;padding:6px}.test-page__mobile-timer.is-warning .test-page__timer-icon,.test-page__mobile-timer.is-warning .test-page__mobile-time{color:#eb912d}.test-page__mobile-timer.is-danger .test-page__timer-icon,.test-page__mobile-timer.is-danger .test-page__mobile-time{color:#e64241}.test-page__mobile-time{font-size:12px;font-style:normal;font-weight:500;line-height:16px;color:#0ab401}.test-page__timer-icon{width:20px;height:20px;color:#0ab401}.test-page__mobile-content{display:none;padding:90px 16px 80px}@media screen and (max-width:768px){.test-page__mobile-content{display:block;padding:64px 0 80px}}@media screen and (max-width:460px){.test-page__mobile-content{background-color:#fff}}.test-page__mobile-content .test-page__card{margin-bottom:20px}.test-page__mobile-navigation{position:fixed;left:0;right:0;bottom:0;background:#fff;padding:16px 20px;display:none;align-items:center;justify-content:space-between;z-index:10;border-top:1px solid #ebebeb}@media screen and (max-width:768px){.test-page__mobile-navigation{display:flex;background:#fafafa;padding:16px 20px}}@media screen and (max-width:460px){.test-page__mobile-navigation{display:flex;background:#fafafa;padding:0 20px}}.test-page__mobile-nav-buttons{flex:1;display:flex;justify-content:flex-end;margin-left:16px}.test-page__burger-menu{background:none;border:none;width:24px;height:20px;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;padding:0}.test-page__burger-icon{cursor:pointer;padding:10px;border-radius:14px;border:1px solid #1c1c1c}.test-page__burger-icon:hover{background:#f0f0f0}@media screen and (max-width:768px){.test-page__header,.test-page__content,.test-page__sidebar{display:none}}.test-page__finish-separator{position:absolute;height:1px;background-color:#a82525}.finish-modal{display:flex;flex-direction:column;align-items:center;padding-top:8px}.finish-modal__desc{color:var(--Text-Black-Medium, rgba(0, 0, 0, .66));font-size:21px;font-weight:400;margin:0}@media screen and (max-width:460px){.finish-modal__desc{font-size:14px}}.finish-modal__desc-2{color:var(--Text-Black-Medium, rgba(0, 0, 0, .87));font-size:21px;font-weight:400;font-weight:700;margin:0}@media screen and (max-width:460px){.finish-modal__desc-2{font-size:14px}}.finish-modal__actions{width:100%;margin-top:16px;border-top:1px solid #f0f0f0;padding-top:24px;display:flex;gap:16px;justify-content:center}@media screen and (max-width:460px){.finish-modal__actions{flex-direction:column;width:100%}}.timer{position:relative;margin-bottom:0;background:#fff;border-radius:16px;padding:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 1px 2px #1018280d}.timer__ring{position:relative;width:100px;height:100px;display:grid;place-items:center;margin-bottom:12px}@media screen and (max-width:768px){.timer__ring{display:none}}.timer__svg{transform:rotate(-90deg)}.timer__ring-track{stroke:#eef0ea}.timer__ring-progress{stroke:#0ab401;transition:stroke-dashoffset .8s linear}.timer__time{position:absolute;color:#0ab401;font-size:24px;font-style:normal;font-weight:500}@media screen and (max-width:768px){.timer__time{position:static;font-size:16px;font-weight:600;margin-bottom:0}}.timer.is-warning .timer__ring-progress{stroke:#eb912d}.timer.is-warning .timer__time{color:#eb912d}.timer.is-danger .timer__ring-progress{stroke:#e64241}.timer.is-danger .timer__time{color:#e64241}.timer__label{color:#000000a8;font-size:24px;font-style:normal;font-weight:500}@media screen and (max-width:768px){.timer__label{display:none}}.timer--mobile-only{background:transparent;padding:0;box-shadow:none;border-radius:0}.timer--mobile-only .timer__time{position:static;font-size:16px;font-weight:600;margin:0}.timer--mobile-only .timer__ring,.timer--mobile-only .timer__label{display:none}@font-face{font-display:block;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-display:block;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-display:block;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-display:block;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-display:block;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-display:block;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-display:block;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-display:block;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-display:block;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-display:block;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-display:block;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-display:block;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-display:block;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-display:block;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-display:block;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-display:block;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-display:block;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-display:block;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-display:block;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-display:block;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.27"}.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 .mathsfit,.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-list{background:#fff;border:1px solid #ebebeb;border-radius:24px;padding:16px;margin-top:0;flex:1;margin-bottom:24px;overflow:hidden;display:flex;flex-direction:column;position:relative}.test-list__title{font-size:24px;font-style:normal;font-weight:700;margin-bottom:16px}.test-list__items{display:flex;flex-direction:column;gap:12px;overflow:auto;padding-right:8px}.test-list__items::-webkit-scrollbar{width:10px;height:10px;background:#0000001a;border-radius:5px}.test-list__items::-webkit-scrollbar-thumb{background:#0000001a;border-radius:5px}.test-list__items::-webkit-scrollbar-track{background:#fff;border-radius:5px}.test-list__item{border-radius:16px;border:1px solid var(--Black-B20, #f5f5f5);background:var(--Black-B10, #fafafa);display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 8px;cursor:pointer;text-align:left}.test-list__item:hover{background:#edebeb}.test-list__item.is-active{border:1px solid var(--Primary-primary-500, #512ee3);background:var(--Primary-primary-50, #eeeafc)}.test-list__item-left{display:grid;grid-template-columns:auto 1px 1fr;align-items:center;gap:8px;margin-right:8px}.test-list__item-num{color:#000000de;font-size:18px;font-style:normal;font-weight:500;line-height:24px}.test-list__item-sep{width:1px;height:28px;background:#0000001a;border-radius:1px}.test-list__item-text{font-size:17px;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.test-list__item-status{width:28px;height:28px;margin-left:8px;flex:0 0 auto;object-fit:contain}.test-list__item-icon{margin-left:8px;flex:0 0 auto;object-fit:contain}.test-navigation{position:fixed;left:380px;right:24px;bottom:24px;background:#fff;border:1px solid #ebebeb;border-radius:24px;padding:24px;display:flex;align-items:center;justify-content:end}@media screen and (max-width:920px){.test-navigation--settings-changes{border:none!important;position:static!important}}@media screen and (max-width:768px){.test-navigation{position:static;left:auto;right:auto;bottom:auto;border-radius:0;padding:0;margin:0;background:transparent;box-shadow:none}}@media screen and (max-width:460px){.test-navigation{padding:16px!important;background-color:#fafafa!important;border-top:1px solid #ebebeb!important}}.test-navigation__right{display:flex;gap:16px}@media screen and (max-width:768px){.test-navigation__right{width:100%;justify-content:center;gap:12px}}@media screen and (max-width:768px){.test-navigation--desktop{display:none}}.mobile-test-list{border-top:1px solid #fafafa;border-bottom:1px solid #fafafa;padding-top:16px}.mobile-test-list__content{position:absolute;top:0;left:0;width:80%;max-width:350px;height:100%;background:#fff;display:flex;flex-direction:column;animation:slideIn .3s ease-out}.mobile-test-list__header{padding:20px 16px 16px;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;justify-content:space-between;background:#fff;margin-bottom:16px}.mobile-test-list__header-left{flex:1}.mobile-test-list__title{font-size:18px;font-weight:700;color:#000000de;margin-bottom:4px}.mobile-test-list__stats{display:flex;align-items:center;gap:16px;font-size:14px}.mobile-test-list__time-container{display:flex;align-items:center;gap:4px}.mobile-test-list__timer-icon{width:16px;height:16px;color:#0ab401}.mobile-test-list__time{color:#0ab401;font-weight:600}.mobile-test-list__answered{color:#000000a8;font-weight:500}.mobile-test-list__close{background:none;border:none;padding:8px;cursor:pointer;border-radius:8px}.mobile-test-list__close:hover{background:#f5f5f5}.mobile-test-list__close img{width:20px;height:20px}.mobile-test-list__badge{background:#8b5cf6;color:#fff;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500;display:inline-flex;align-items:center;gap:8px;margin-bottom:20px}.mobile-test-list__badge:before{content:"◊";font-size:12px}.mobile-test-list__items{display:flex;flex-direction:column;gap:8px;max-height:60vh;overflow-y:auto;margin-bottom:24px;padding-right:12px}.mobile-test-list__items::-webkit-scrollbar{width:10px;height:10px;background:#0000001a;border-radius:5px}.mobile-test-list__items::-webkit-scrollbar-thumb{background:#0000001a;border-radius:5px}.mobile-test-list__items::-webkit-scrollbar-track{background:#fff;border-radius:5px}.mobile-test-list__item{border-radius:16px;border:1px solid #f5f5f5;background:#fafafa;display:flex;align-items:center;justify-content:center;width:100%;padding:12px 16px;cursor:pointer;text-align:left;gap:12px;transition:all .2s ease}.mobile-test-list__item:hover{background:#f8f9fa;border-color:#d0d5dd}.mobile-test-list__item.is-active{border:1px solid #512ee3;background:#eeeafc}.mobile-test-list__item-number{font-size:17px;font-style:normal;font-weight:700;line-height:24px}.mobile-test-list__item-content{flex:1;min-width:0}.mobile-test-list__item-text{font-size:14px;font-style:normal;font-weight:400;line-height:20px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.mobile-test-list__item-sep{width:1px;height:28px;background:#0000001a;border-radius:1px}.mobile-test-list__footer{padding-top:24px;border-top:1px solid #f0f0f0;display:flex;justify-content:end}.test-page__score{margin-left:32px;color:var(--Text-Black-Medium, rgba(0, 0, 0, .66));font-family:DM Sans;font-size:25px;font-weight:500;line-height:32px}.question-renderer .question__header{width:100%;display:flex;align-items:flex-start;gap:0;margin-bottom:32px}@media screen and (max-width:768px){.question-renderer .question__header{margin-bottom:24px}}.question-renderer .question__text{font-size:21px;font-style:normal;font-weight:700;line-height:28px;margin:0;padding:16px 24px;border-radius:16px;width:100%;display:flex;align-items:flex-start;gap:12px;border:1px solid #ebebeb;background:#fafafa}@media screen and (max-width:768px){.question-renderer .question__text{border:none;padding:0}}@media screen and (max-width:460px){.question-renderer .question__text{background-color:#fff}}.question-renderer .question__num{font-size:22px;font-weight:700;line-height:28px;margin-top:0;flex-shrink:0;color:#000000de}.question-renderer .question__scenario{margin-bottom:16px;padding:16px 24px;border-radius:16px;border:1px solid #ebebeb;background:#fafafa}@media screen and (max-width:768px){.question-renderer .question__scenario{border:none;padding:0}}@media screen and (max-width:460px){.question-renderer .question__scenario{background-color:#fff}}.question-renderer .question__scenario-sub{color:#000000a8;font-size:17px;font-style:normal;font-weight:500;line-height:24px;margin-bottom:8px}.question-renderer .question__scenario-text{font-size:21px;font-style:normal;font-weight:700;line-height:28px}.question-renderer .question__image{max-width:300px;max-height:300px;margin:16px 0}.question-renderer .question-container{flex-direction:column;justify-content:space-between;display:flex}.question-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid #e9ecef}.question-number{font-size:18px;font-weight:600;color:#2c3e50}.question-status{padding:6px 12px;border-radius:20px;font-size:14px;font-weight:500}.question-status--correct{background-color:#d4edda;color:#0ab401}.question-status--incorrect{background-color:#f8d7da;color:#721c24}.question-status--neutral{background-color:#e2e3e5;color:#6c757d}.question-scenario{background:#f8f9fa;padding:16px;border-radius:8px;margin-bottom:16px;border-left:4px solid #007bff;font-style:italic;color:#495057}.question-image{margin-bottom:20px;text-align:center}.question-image img{max-width:100%;height:auto;border-radius:8px;box-shadow:0 2px 4px #0000001a}.question-text{font-size:16px;line-height:1.6;color:#2c3e50;margin-bottom:20px;font-weight:500}.question-formula{background:#f8f9fa;padding:16px;border-radius:8px;margin-bottom:20px;font-family:Courier New,monospace;border:1px solid #dee2e6}.question-choices{display:flex;flex-direction:column;gap:12px}.question-choice{border-radius:16px;border:1px solid var(--Black-B30, #ebebeb);background:var(--Black-B0, #fff);padding:16px;transition:all .2s ease}.question-choice__text{display:flex;align-items:center;font-weight:700;font-size:18px!important}.question-choice--correct{border-radius:16px;border:1px solid var(--Green-green-500, #0ab401);background:var(--Green-green-50, #e7f8e6)}.question-choice--correct .question-choice__text,.question-choice--correct .question__option-letter{color:#0ab401;font-weight:600}.question-choice--incorrect{border-radius:16px;border:1px solid var(--Red-red-500, #e64241);background:var(--Red-red-50, #fdecec)}.question-choice--incorrect .question-choice__text,.question-choice--incorrect .question__option-letter{color:var(--Red-red-500, #e64241);font-weight:600}.question-choice__content{display:flex;flex-direction:column;gap:8px}.question-choice__text{font-size:15px;line-height:1.4}.question-choice__image{max-width:200px;height:auto;border-radius:4px}.question-open{display:flex;flex-direction:column;gap:16px}.question-open__user-answer,.question-open__correct-answer{padding:16px;border-radius:8px;border:1px solid #dee2e6}.question-open__label{font-weight:600;margin-bottom:8px;color:#495057}.question-open__value{padding:8px 12px;border-radius:6px;font-weight:500}.question-open__value--correct{border-radius:16px;border:1px solid var(--Green-green-500, #0ab401);background:var(--Green-green-50, #e7f8e6)}.question-open__value--incorrect{border-radius:16px;border:1px solid var(--Red-red-500, #e64241);background:var(--Red-red-50, #fdecec);color:var(--Red-red-500, #e64241)}.question-matching{border:1px solid #dee2e6;border-radius:8px;overflow:hidden}.question-matching__header{display:grid;grid-template-columns:1fr 1fr;background-color:#f8f9fa;border-bottom:1px solid #dee2e6}.question-matching__column-title{padding:12px 16px;font-weight:600;color:#495057;text-align:center}.question-matching__column-title:first-child{border-right:1px solid #dee2e6}.question-matching__row{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid #dee2e6}.question-matching__row:last-child{border-bottom:none}.question-matching__left-item{padding:16px;background-color:#f8f9fa;border-right:1px solid #dee2e6;font-weight:500;display:flex;align-items:center}.question-matching__connections{padding:16px;display:flex;flex-direction:column;gap:8px}.question-matching__user-connection{padding:8px 12px;border-radius:6px;font-size:14px}.question-matching__user-connection--correct{border-radius:16px;border:1px solid var(--Green-green-500, #0ab401);background:var(--Green-green-50, #e7f8e6)}.question-matching__user-connection--incorrect{border-radius:16px;border:1px solid var(--Red-red-500, #e64241);background:var(--Red-red-50, #fdecec);color:var(--Red-red-500, #e64241)}.question-matching__correct-connection{padding:8px 12px;font-size:14px;border-radius:16px;border:1px solid var(--Green-green-500, #0ab401);background:var(--Green-green-50, #e7f8e6);font-weight:500}.question-explanation{margin-top:24px;padding-top:20px;border-top:1px solid #e9ecef}.question-explanation__link{display:inline-flex;align-items:center;gap:8px;color:#007bff;text-decoration:none;font-weight:500;padding:8px 16px;border:1px solid #007bff;border-radius:6px;transition:all .2s ease}.question-explanation__link:hover{background-color:#007bff;color:#fff;text-decoration:none}.video-renderer__header{margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e9ecef}.video-renderer__title{font-size:20px;font-weight:600;color:#2c3e50;margin:0 0 12px}.video-renderer__question{font-size:16px;color:#495057;margin:0;line-height:1.5}.video-renderer__content{display:flex;justify-content:center;align-items:center}.video-renderer__video-container{position:relative;width:100%;max-width:800px;height:0;padding-bottom:56.25%;overflow:hidden;border-radius:8px;box-shadow:0 4px 12px #00000026}.video-renderer__iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:8px;pointer-events:auto}.video-renderer__iframe:after{content:"";position:absolute;bottom:0;right:0;width:80px;height:60px;background:#000;pointer-events:none}.video-renderer__no-video{text-align:center;padding:48px 24px;color:#6c757d}@media(max-width:768px){.video-renderer__no-video{padding:32px 16px}}.video-renderer__no-video-icon{font-size:64px;margin-bottom:16px;opacity:.5}@media(max-width:768px){.video-renderer__no-video-icon{font-size:48px}}.video-renderer__no-video h4{font-size:18px;font-weight:600;margin:0 0 8px;color:#495057}.video-renderer__no-video p{font-size:14px;margin:0;opacity:.8}@media(max-width:768px){.video-renderer__video-container{padding-bottom:56.25%}.video-renderer__title{font-size:18px}.video-renderer__question{font-size:14px}}.mobile-test-results-list{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;display:flex;align-items:flex-end}.mobile-test-results-list__backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080}.mobile-test-results-list__content{position:relative;width:100%;max-height:80vh;background:#fff;border-radius:16px 16px 0 0;display:flex;flex-direction:column;animation:slideUp .3s ease-out}.mobile-test-results-list__header{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #f0f0f0}.mobile-test-results-list__title{font-size:18px;font-weight:600;color:#1a1a1a}.mobile-test-results-list__close{width:32px;height:32px;border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.mobile-test-results-list__close img{width:20px;height:20px}.mobile-test-results-list__actions{padding:16px 20px;border-bottom:1px solid #f0f0f0}.mobile-test-results-list__topics-btn{width:100%;padding:12px;background:#f8f9fa;border:1px solid #e5e7eb;border-radius:8px;color:#374151;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.mobile-test-results-list__topics-btn:hover{background:#f3f4f6}.mobile-test-results-list__items{flex:1;overflow-y:auto;padding:16px 20px;display:flex;flex-direction:column;gap:8px}.mobile-test-results-list__item{display:flex;align-items:flex-start;gap:12px;padding:12px;border:1px solid #e5e5e5;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s ease;text-align:left;width:100%}.mobile-test-results-list__item:hover{border-color:#00bfae;background:#f8fffe}.mobile-test-results-list__item--active{border-color:#00bfae;background:#f0fffe;box-shadow:0 2px 8px #00bfae26}.mobile-test-results-list__item--correct{border-color:#10b981;background:#f0fdf4}.mobile-test-results-list__item--correct:hover{background:#ecfdf5}.mobile-test-results-list__item--correct.mobile-test-results-list__item--active{background:#dcfce7;box-shadow:0 2px 8px #10b98126}.mobile-test-results-list__item--incorrect{border-color:#ef4444;background:#fef2f2}.mobile-test-results-list__item--incorrect:hover{background:#fef2f2}.mobile-test-results-list__item--incorrect.mobile-test-results-list__item--active{background:#fee2e2;box-shadow:0 2px 8px #ef444426}.mobile-test-results-list__item-number{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#f5f5f5;color:#666;font-size:12px;font-weight:600;flex-shrink:0;margin-top:2px}.mobile-test-results-list__item--active .mobile-test-results-list__item-number{background:#00bfae;color:#fff}.mobile-test-results-list__item--correct .mobile-test-results-list__item-number{background:#10b981;color:#fff}.mobile-test-results-list__item--incorrect .mobile-test-results-list__item-number{background:#ef4444;color:#fff}.mobile-test-results-list__item-content{flex:1;display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.mobile-test-results-list__item-text{flex:1;font-size:14px;line-height:1.4;color:#333;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mobile-test-results-list__item-status{flex-shrink:0}.mobile-test-results-list__item-status img{width:20px;height:20px}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.mobile-test-results-list__items::-webkit-scrollbar{width:6px}.mobile-test-results-list__items::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.mobile-test-results-list__items::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.mobile-test-results-list__items::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.subtopic-breadcrumb{display:flex;align-items:center;padding:12px 16px;background-color:#fff;border:1px solid #ebebeb;border-radius:50px;margin-bottom:16px;font-size:14px}.subtopic-breadcrumb__item{font-size:14px;color:#000000de}.subtopic-breadcrumb__item--clickable{cursor:pointer;transition:color .2s ease}.subtopic-breadcrumb__item--clickable:hover{color:#007bff;text-decoration:none}.subtopic-breadcrumb__item--current{font-weight:700}.subtopic-breadcrumb__arrow{margin:0 4px;height:12px;transform:rotate(90deg)}@media screen and (max-width:768px){.subtopic-breadcrumb{display:none}}.question__header{width:100%;display:flex;align-items:flex-start;gap:0;margin-bottom:32px}@media screen and (max-width:768px){.question__header{margin-bottom:24px}}.question__text{font-size:21px;font-style:normal;font-weight:700;line-height:28px;margin:0;padding:16px 24px;border-radius:16px;width:100%;display:flex;align-items:flex-start;gap:12px;border:1px solid #ebebeb;background:#fafafa}@media screen and (max-width:768px){.question__text{border:none;padding:0}}@media screen and (max-width:460px){.question__text{background-color:#fff}}.question__num{font-size:22px;font-weight:700;line-height:28px;margin-top:0;flex-shrink:0;color:#000000de}.question__scenario{margin-bottom:16px;padding:16px 24px;border-radius:16px;border:1px solid #ebebeb;background:#fafafa}@media screen and (max-width:768px){.question__scenario{border:none;padding:0}}@media screen and (max-width:460px){.question__scenario{background-color:#fff}}.question__scenario-sub{color:#000000a8;font-size:17px;font-style:normal;font-weight:500;line-height:24px;margin-bottom:8px}.question__scenario-text{font-size:21px;font-style:normal;font-weight:700;line-height:28px}.question__options{margin-top:16px;display:flex;flex-direction:column;gap:12px}.question__options--vertical{display:flex;flex-direction:column;gap:12px}.question__option{display:block;position:relative;-webkit-user-select:none;user-select:none}.question__option input[type=radio],.question__option input[type=checkbox]{position:absolute;opacity:0;pointer-events:none}.question__option-inner{display:flex;align-items:flex-start;gap:8px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px;box-shadow:0 1px 2px #1018280d;cursor:pointer;transition:all .2s ease;position:relative}.question__option-inner:hover{background:#f8f9fa;border-color:#d0d5dd}.question__option-inner:after{content:"";position:absolute;top:12px;right:12px;width:20px;height:20px;border:2px solid #e5e7eb;border-radius:4px;background:#fff;transition:all .2s ease}.question__option:has(input[type=checkbox]) .question__option-inner:after{display:block}.question__option:has(input[type=radio]) .question__option-inner:after{display:none}.question__option-letter{color:#000000de;font-weight:700;font-size:18px;line-height:24px;min-width:24px;flex-shrink:0}.question__option-text{font-size:18px;font-style:normal;font-weight:700;line-height:24px;color:#000000de;flex:1}.question__option.is-checked .question__option-inner{background:#1c1c1c;border-color:#1c1c1c}.question__option.is-checked .question__option-inner .question__option-letter,.question__option.is-checked .question__option-inner .question__option-text{color:#fff}.question__option:has(input[type=radio]:checked) .question__option-inner,.question__option:has(input[type=checkbox]:checked) .question__option-inner{background:#1c1c1c;border-color:#1c1c1c}.question__option:has(input[type=radio]:checked) .question__option-inner .question__option-letter,.question__option:has(input[type=radio]:checked) .question__option-inner .question__option-text,.question__option:has(input[type=checkbox]:checked) .question__option-inner .question__option-letter,.question__option:has(input[type=checkbox]:checked) .question__option-inner .question__option-text{color:#fff}.question__open{margin-top:16px}.question__input{width:100%;padding:14px 16px;border-radius:12px;border:1px solid #e5e7eb;background:#f9fafb;font-size:17px;outline:none;box-sizing:border-box}.question__input::placeholder{color:#0006}.question__input:focus{border-color:#512ee3;background:#fff}.question__matching{margin-top:16px;display:flex;flex-direction:column;gap:16px}.question__matching-legend{display:grid;grid-auto-flow:row;gap:8px 16px;padding:8px 0 4px}.question__matching-left-legend{display:grid;grid-auto-flow:row;gap:8px 16px;padding:16px 0 4px;border-top:1px solid #e5e7eb;margin-top:8px}.question__matching-row{display:flex;align-items:center;gap:16px;margin-bottom:16px;width:fit-content;max-width:100%}.question__matching-left{display:flex;align-items:center;gap:12px;flex:0 0 auto}.question__matching-num{color:#000000de;font-size:18px;font-weight:500;line-height:24px;flex-shrink:0}.question__matching-left-text{flex:1;min-width:0}.question__matching-selected{margin-top:8px;padding:8px 12px;background:#f0f9ff;border:1px solid #0ea5e9;border-radius:8px;font-size:14px;color:#0369a1;font-weight:500}.question__matching-sep{width:24px;height:1px;background:#0000001a;justify-self:center}.question__matching-options{display:flex;gap:8px;flex-wrap:wrap}.question__legend-item{display:grid;grid-template-columns:36px 1fr;align-items:center;gap:8px}.question__legend-pill{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;border:1px solid #e5e7eb;background:#fff;font-weight:700}.question__legend-text{font-size:16px;line-height:22px}.question__match-pill{position:relative;display:grid;place-items:center;width:60px;height:48px;border-radius:14px;border:1px solid #e5e7eb;background:#fff;box-shadow:0 1px 2px #1018280d;cursor:pointer;transition:all .2s ease}.question__match-pill input[type=radio]{position:absolute;opacity:0;pointer-events:none}.question__match-pill:hover:not(.is-disabled){background:#f8f9fa;border-color:#d0d5dd}.question__match-pill.is-checked{background:#1c1c1c;border-color:#1c1c1c}.question__match-pill.is-checked .question__match-pill-text{color:#fff}.question__match-pill.is-checked:hover{background:#333;border-color:#333}.question__match-pill.is-disabled{background:#f5f5f5;border-color:#e0e0e0;cursor:not-allowed;opacity:.5}.question__match-pill.is-disabled .question__match-pill-text{color:#a0a0a0}.question__match-pill.is-disabled:hover{background:#f5f5f5;border-color:#e0e0e0}.question__match-pill-text{font-size:16px;font-weight:700;color:#000000e6;transition:color .2s ease}.question__image{max-width:300px;max-height:300px}.question-container{flex-direction:column;justify-content:space-between;display:flex}.mobile-info-bar{border-top:1px solid #fafafa;border-bottom:1px solid #fafafa;padding-top:16px;border-top:1px solid #ebebeb}.mobile-info-bar__title{color:#000000a8;font-size:11px;font-weight:400;line-height:16px}.mobile-info-bar__subtitle{color:#000000de;font-size:14px;font-weight:500;line-height:20px}.mobile-info-bar__subtitle:not(:last-child){margin-bottom:16px}.info-bar{background:#fff;border:1px solid #ebebeb;border-radius:24px;padding:24px;margin-top:0;flex:1;margin-bottom:24px;overflow:hidden;display:flex;flex-direction:column;position:relative;justify-content:space-between}.info-bar__title{color:#000000a8;font-size:13px;line-height:20px}.info-bar__subtitle{color:#000000de;font-size:17px;font-weight:500;line-height:24px}.info-bar__subtitle:not(:last-child){margin-bottom:32px}.info-bar__footer-title{color:#000000a8;font-size:18px;line-height:20px;margin-bottom:4px}.info-bar__footer-subtitle{color:#000000de;font-size:24px;font-weight:500;line-height:24px}.info-bar__footer-subtitle:not(:last-child){margin-bottom:32px}.dropdown{position:relative;width:100%;margin-bottom:16px}.dropdown__control{position:relative;display:flex;align-items:center;gap:12px;padding:0 16px;background-color:#fff;border:1px solid #ebebeb;border-radius:12px;cursor:pointer;transition:all .3s ease;min-height:50px}.dropdown__placeholder{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#4d4d4d66;font-size:15px;font-weight:400;transition:all .3s ease;pointer-events:none}.dropdown__value{flex:1;color:#000000de;font-size:17px;z-index:1;margin-top:14px}.dropdown__arrow{width:16px;height:16px;flex-shrink:0;transition:transform .3s ease;opacity:.6;transform:rotate(180deg);margin-left:auto}.dropdown__arrow--open{transform:rotate(0)}.dropdown__menu{position:absolute;top:100%;left:0;right:0;background-color:#fff;border:1px solid #ebebeb;border-radius:0 0 18px 18px;max-height:280px;overflow-y:auto;z-index:1000;animation:dropdownSlide .3s ease;transform-origin:top}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-10px) scaleY(.95)}to{opacity:1;transform:translateY(0) scaleY(1)}}.dropdown__menu::-webkit-scrollbar{width:4px}.dropdown__menu::-webkit-scrollbar-track{background:transparent}.dropdown__menu::-webkit-scrollbar-thumb{border-radius:18px}.dropdown__option{padding:10px 12px;cursor:pointer;transition:all .2s ease;font-size:15px;color:#000000de;margin-bottom:2px;border-bottom:1px solid #ebebeb}.dropdown__option:hover{background-color:#ebebeb}.dropdown__option--selected{font-weight:500}.dropdown__option:last-child{margin-bottom:0;border-bottom:none}.dropdown--filled .dropdown__control{background-color:#f5f5f5;border-color:#f5f5f5}.dropdown--filled .dropdown__control:hover{border-color:#ebebeb}.dropdown--error .dropdown__control{border-color:#ff4d4f}.dropdown--disabled .dropdown__control{cursor:not-allowed;opacity:.6;background-color:#f5f5f5}.dropdown--disabled .dropdown__control:hover{border-color:#ebebeb}.dropdown--open .dropdown__control{border-radius:18px 18px 0 0}.dropdown--has-value .dropdown__placeholder{top:8px;transform:translateY(0);font-size:12px;color:#4d4d4d99}._layout_18kex_1{min-height:100vh}._logoDiv_18kex_5{height:64px;display:flex;align-items:center;justify-content:center;padding:8px;background-color:#001529}._logoDiv_18kex_5 ._login__logo_18kex_13{max-height:40px;max-width:100%;object-fit:contain}._layoutHeader_18kex_19{background:#fff;padding:0;text-align:center;font-size:20px;font-weight:700}._layoutContent_18kex_27{margin:16px}._logoDiv_18kex_5{height:64px;display:flex;align-items:center;justify-content:center;padding:8px}._login__logo_18kex_13{max-height:40px;max-width:100%;object-fit:contain}.faq-section{position:relative;max-width:792px}.faq-section__header{text-align:center;margin-bottom:24px}@media(min-width:768px){.faq-section__header{margin-bottom:32px}}.faq-section__title{color:#000000de;font-size:38px;font-weight:700;margin-bottom:48px}@media(max-width:768px){.faq-section__title{font-size:24px;font-style:normal;font-weight:700;line-height:28px;margin:0}}.faq-section__list{display:flex;flex-direction:column;gap:16px}.faq-item{background-color:#fff;border-radius:24px;overflow:hidden;transition:all .3s}.faq-item__button{width:100%;padding:16px 24px;text-align:left;display:flex;align-items:center;justify-content:space-between;background:none;border:none;cursor:pointer;transition:background-color .2s}.faq-item__button:focus{outline:none;background:transparent}.faq-item__question{color:#000000de;font-size:18px;font-weight:700;line-height:28px;padding-right:16px}.faq-item__icon{border-radius:48px;background:#f5f5f5;height:48px;width:48px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.faq-item__arrow{width:24px;height:24px;color:#fff;transition:transform .3s;transform:rotate(0)}.faq-item__arrow--open{transform:rotate(180deg)}.faq-item__content{display:grid;transition:all .3s ease-in-out;grid-template-rows:0fr}.faq-item__content--open{grid-template-rows:1fr}.faq-item__content-overflow{overflow:hidden}.faq-item__content-inner{padding:0 24px;transition:all .3s ease-in-out}.faq-item__answer{color:#000000de;font-size:17px;line-height:24px;width:100%;margin-top:0}.hero{margin-bottom:100px}.hero__nav{display:flex;justify-content:center;align-items:center;gap:40px;padding:12px 24px}.hero__logo{width:300px;height:46px}.hero__menu{display:flex;gap:36px;list-style:none;margin:0;padding:0}.hero__menu-item a{color:#000000de;font-family:DM Sans;font-size:14px;font-style:normal;font-weight:500;line-height:20px;text-decoration:none}.hero__menu-item a:hover{color:#6c5ce7}.hero__nav-actions{display:flex;align-items:center;gap:15px}.hero__badge-nav{background:#ff4757;color:#fff;padding:6px 12px;border-radius:6px;font-weight:700;font-size:14px}.hero__login-btn{background:#6c5ce7;color:#fff;border:none;padding:10px 24px;border-radius:20px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.hero__login-btn:hover{background:#5f4fd1;transform:translateY(-2px)}.hero__content{display:flex;flex-direction:column;align-items:center;margin-top:196px;margin-bottom:80px}.hero__title{font-family:Lexend,sans-serif;margin:16px 0;color:#000000de;text-align:center;font-size:45px;font-style:normal;font-weight:700;line-height:52px;letter-spacing:-1.8px;text-transform:uppercase}.hero__subtitle{font-size:17px;text-align:center;font-style:normal;font-weight:400;line-height:24px;margin-bottom:40px;margin-top:0}.hero__button{border:none;border-radius:24px;cursor:pointer;transition:all .3s ease;position:relative}.hero__button:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:24px;padding:2px;background:linear-gradient(90deg,#044fff,#971113,#5900ff);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.hero__button:hover{border:none}.hero__image{margin:0 auto;position:relative;z-index:1;min-width:288px}.hero__image img{width:100%;height:auto;display:block}.hero__badge{position:absolute;bottom:-30px;left:50%;transform:translate(-50%);background:#00a8ff;color:#fff;width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #00a8ff4d;z-index:2}.hero__badge-number{font-size:32px;font-weight:800}.hero__nav-container{width:100%;position:relative}@media(max-width:768px){.hero{padding:40px 15px 60px}.hero__content{margin:100px 0 32px}.hero__nav{display:none}.hero__nav-wrapper{margin-bottom:30px;padding:15px 0}.hero__menu{gap:20px;flex-wrap:wrap;justify-content:center}.hero__nav-actions{flex-direction:column;gap:10px}.hero__logo{width:164px}.hero__title{font-size:19px;margin:0;line-height:40px}.hero__badge{width:60px;height:60px;bottom:-20px}.hero__badge-number{font-size:24px}}.nav-bar-liquid-glass{margin:0 24px;position:fixed;z-index:1000;top:24px;left:calc(50% - 24px);transform:translate(-50%);border-radius:24px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 4px 30px #0000001a;border:1px solid rgba(255,255,255,.2);max-width:1000px;width:calc(100% - 96px);display:flex;justify-content:space-between;align-items:center;padding:16px 24px}@media(max-width:768px){.nav-bar-liquid-glass{padding:12px;margin:0 16px;width:calc(100% - 56px);left:calc(50% - 16px)}}.landing{min-height:100vh;display:flex;align-items:center;flex-direction:column}.landing__container{flex:1;max-width:1200px;margin:0 24px;display:flex;align-items:center;flex-direction:column}.landing{background:linear-gradient(90deg,#4a29ce33,#4a29ce14 40%,#4a29ce05,#fff0)}@media(max-width:768px){.landing{background:linear-gradient(180deg,#4a29ce33,#4a29ce14 40%,#4a29ce05,#f5f3f3)}}.why{display:flex;flex-direction:column;gap:24px;align-items:center;margin-bottom:140px}@media(max-width:768px){.why{margin-bottom:80px}}.why__features{display:grid;gap:24px;grid-template-columns:1fr 1fr}@media(max-width:768px){.why__features{grid-template-columns:1fr}}.why__feature{background-color:#fff;padding:32px;border-radius:48px}.why__feature-image{margin-bottom:40px}.why__feature-title{font-size:24px;font-style:normal;font-weight:700;line-height:28px;margin:0}.why__feature-description{font-size:17px;font-style:normal;font-weight:400;line-height:24px}.about{display:grid;grid-template-columns:1fr 1fr;width:100%;margin-bottom:140px}@media(max-width:768px){.about{margin-bottom:80px}}.about__title{position:sticky;top:124px;align-self:flex-start;font-size:32px;font-weight:700;line-height:40px}.about__features{display:flex;flex-direction:column;gap:16px}.about__feature-item{background:#fff;border-radius:32px;padding:32px;display:flex;align-items:center;justify-content:space-between;transition:transform .2s ease,box-shadow .2s ease}.about__feature-item:hover{transform:translateY(-2px)}.about__feature-content{display:flex;align-items:center;gap:24px}.about__feature-icon{width:24px;height:24px;background:#b9abf4;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.about__feature-text{font-size:24px;font-style:normal;font-weight:700;line-height:28px}.about__feature-badge{font-size:14px;font-style:normal;font-weight:700;line-height:20px;padding:8px 16px;border-radius:40px;background-color:#e64241;color:#fff}@media(max-width:768px){.about{padding:40px 20px;grid-template-columns:1fr;text-align:center}.about__title{position:static;font-size:24px;margin:0 0 20px}.about__feature-item{padding:16px;border-radius:20px}.about__feature-text{font-size:14px}.about__feature-badge{font-size:12px;font-style:normal;line-height:16px;padding:4px 12px}}.footer{margin-top:140px;width:100%;background-color:#1c1c1c;display:flex;justify-content:center}.footer__container{max-width:1200px;width:100%;display:flex;flex-direction:column;margin:0 24px}.footer__extra{color:#fff;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding:24px 0 48px;border-top:1px solid #4a4a4a}.footer__content{display:flex;justify-content:space-between;margin-bottom:48px;flex-wrap:wrap}.footer__logo{margin:0;padding:0;width:150px}.footer__media-links{position:relative;right:-54px;margin:48px 0;padding:0;list-style:none;display:flex;gap:16px}.footer__link-item{display:flex;align-items:center;color:var(--Text-White-High, #fff);font-feature-settings:"liga" off,"clig" off;font-family:DM Sans;font-size:17px;font-style:normal;font-weight:500;line-height:24px}.footer__link-item>img{margin-right:12px}.footer__links{list-style:none;display:flex;flex-direction:column;gap:16px;margin:40px 0 0;padding:0}@media(max-width:768px){.footer{margin-top:80px}.footer__content{margin:48px 0;flex-direction:column;gap:40px}.footer__logo{order:1}.footer__links{margin:0;order:2}.footer__media-links{margin:0;position:static;order:3}}
