.pulse{-webkit-animation:pulse 2s cubic-bezier(.4,0,.6,1) 0s infinite;animation:pulse 2s cubic-bezier(.4,0,.6,1) 0s infinite}.pulse:hover{-webkit-animation:none;animation:none}@-webkit-keyframes pulse{0%{box-shadow:0 0 0 0 rgba(94,99,104,.1)}50%{box-shadow:0 0 0 1rem rgba(94,99,104,.1)}to{box-shadow:0 0 0 0 rgba(94,99,104,.1)}}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(94,99,104,.1)}50%{box-shadow:0 0 0 1rem rgba(94,99,104,.1)}to{box-shadow:0 0 0 0 rgba(94,99,104,.1)}}.CodeMirror{height:auto;border:1px solid #ddd;border-bottom-left-radius:4px;border-bottom-right-radius:4px;padding:10px;font:inherit;z-index:1}.CodeMirror,.CodeMirror-scroll{min-height:300px}.CodeMirror-fullscreen{background:#fff;position:fixed!important;top:50px;left:0;right:0;bottom:0;height:auto;z-index:9}.CodeMirror-sided{width:50%!important}.editor-toolbar{position:relative;opacity:.6;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;padding:0 10px;border-top:1px solid #bbb;border-left:1px solid #bbb;border-right:1px solid #bbb;border-top-left-radius:4px;border-top-right-radius:4px}.editor-toolbar:after,.editor-toolbar:before{display:block;content:" ";height:1px}.editor-toolbar:before{margin-bottom:8px}.editor-toolbar:after{margin-top:8px}.editor-toolbar:hover,.editor-wrapper input.title:focus,.editor-wrapper input.title:hover{opacity:.8}.editor-toolbar.fullscreen{width:100%;height:50px;overflow-x:auto;overflow-y:hidden;white-space:nowrap;padding-top:10px;padding-bottom:10px;box-sizing:border-box;background:#fff;border:0;position:fixed;top:0;left:0;opacity:1;z-index:9}.editor-toolbar.fullscreen:before{width:20px;height:50px;background:linear-gradient(90deg,#fff 0,hsla(0,0%,100%,0));position:fixed;top:0;left:0;margin:0;padding:0}.editor-toolbar.fullscreen:after{width:20px;height:50px;background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff);position:fixed;top:0;right:0;margin:0;padding:0}.editor-toolbar a{display:inline-block;text-align:center;text-decoration:none!important;color:#2c3e50!important;width:30px;height:30px;margin:0;border:1px solid transparent;border-radius:3px;cursor:pointer}.editor-toolbar a.active,.editor-toolbar a:hover{background:#fcfcfc;border-color:#95a5a6}.editor-toolbar a:before{line-height:30px}.editor-toolbar i.separator{display:inline-block;width:0;border-left:1px solid #d9d9d9;border-right:1px solid #fff;color:transparent;text-indent:-10px;margin:0 6px}.editor-toolbar a.fa-header-x:after{font-family:Arial,Helvetica Neue,Helvetica,sans-serif;font-size:65%;vertical-align:text-bottom;position:relative;top:2px}.editor-toolbar a.fa-header-1:after{content:"1"}.editor-toolbar a.fa-header-2:after{content:"2"}.editor-toolbar a.fa-header-3:after{content:"3"}.editor-toolbar a.fa-header-bigger:after{content:"▲"}.editor-toolbar a.fa-header-smaller:after{content:"▼"}.editor-toolbar.disabled-for-preview a:not(.no-disable){pointer-events:none;background:#fff;border-color:transparent;text-shadow:inherit}@media only screen and (max-width:700px){.editor-toolbar a.no-mobile{display:none}}.editor-statusbar{padding:8px 10px;font-size:12px;color:#959694;text-align:right}.editor-statusbar span{display:inline-block;min-width:4em;margin-left:1em}.editor-statusbar .lines:before{content:"lines: "}.editor-statusbar .words:before{content:"words: "}.editor-statusbar .characters:before{content:"characters: "}.editor-preview{position:absolute;width:100%;height:100%;top:0;left:0;z-index:7}.editor-preview,.editor-preview-side{padding:10px;background:#fafafa;overflow:auto;display:none;box-sizing:border-box}.editor-preview-side{position:fixed;bottom:0;width:50%;top:50px;right:0;z-index:9;border:1px solid #ddd}.editor-preview-active,.editor-preview-active-side{display:block}.editor-preview-side>p,.editor-preview>p{margin-top:0}.editor-preview-side pre,.editor-preview pre{background:#eee;margin-bottom:10px}.editor-preview-side table td,.editor-preview-side table th,.editor-preview table td,.editor-preview table th{border:1px solid #ddd;padding:5px}.CodeMirror .CodeMirror-code .cm-tag{color:#63a35c}.CodeMirror .CodeMirror-code .cm-attribute{color:#795da3}.CodeMirror .CodeMirror-code .cm-string{color:#183691}.CodeMirror .CodeMirror-selected{background:#d9d9d9}.CodeMirror .CodeMirror-code .cm-header-1{font-size:200%;line-height:200%}.CodeMirror .CodeMirror-code .cm-header-2{font-size:160%;line-height:160%}.CodeMirror .CodeMirror-code .cm-header-3{font-size:125%;line-height:125%}.CodeMirror .CodeMirror-code .cm-header-4{font-size:110%;line-height:110%}.CodeMirror .CodeMirror-code .cm-comment{background:rgba(0,0,0,.05);border-radius:2px}.CodeMirror .CodeMirror-code .cm-link{color:#7f8c8d}.CodeMirror .CodeMirror-code .cm-url{color:#aab2b3}.CodeMirror .CodeMirror-code .cm-strikethrough{text-decoration:line-through}.CodeMirror .CodeMirror-placeholder{opacity:.5}.CodeMirror{font-family:monospace;height:300px;color:#000;direction:ltr}.CodeMirror-lines{padding:4px 0}.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like{padding:0 4px}.CodeMirror-gutter-filler,.CodeMirror-scrollbar-filler{background-color:#fff}.CodeMirror-gutters{border-right:1px solid #ddd;background-color:#f7f7f7;white-space:nowrap}.CodeMirror-linenumber{padding:0 3px 0 5px;min-width:20px;text-align:right;color:#999;white-space:nowrap}.CodeMirror-guttermarker{color:#000}.CodeMirror-guttermarker-subtle{color:#999}.CodeMirror-cursor{border-left:1px solid #000;border-right:none;width:0}.CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}.cm-fat-cursor .CodeMirror-cursor{width:auto;border:0!important;background:#7e7}.cm-fat-cursor div.CodeMirror-cursors{z-index:1}.cm-fat-cursor-mark{background-color:rgba(20,255,20,.5)}.cm-animate-fat-cursor,.cm-fat-cursor-mark{-webkit-animation:blink 1.06s steps(1) infinite;animation:blink 1.06s steps(1) infinite}.cm-animate-fat-cursor{width:auto;border:0;background-color:#7e7}@-webkit-keyframes blink{50%{background-color:transparent}}@keyframes blink{50%{background-color:transparent}}.cm-tab{display:inline-block;text-decoration:inherit}.CodeMirror-rulers{position:absolute;left:0;right:0;top:-50px;bottom:0;overflow:hidden}.CodeMirror-ruler{border-left:1px solid #ccc;top:0;bottom:0;position:absolute}.cm-s-default .cm-header{color:#00f}.cm-s-default .cm-quote{color:#090}.cm-negative{color:#d44}.cm-positive{color:#292}.cm-header,.cm-strong{font-weight:700}.cm-em{font-style:italic}.cm-link{text-decoration:underline}.cm-strikethrough{text-decoration:line-through}.cm-s-default .cm-keyword{color:#708}.cm-s-default .cm-atom{color:#219}.cm-s-default .cm-number{color:#164}.cm-s-default .cm-def{color:#00f}.cm-s-default .cm-variable-2{color:#05a}.cm-s-default .cm-type,.cm-s-default .cm-variable-3{color:#085}.cm-s-default .cm-comment{color:#a50}.cm-s-default .cm-string{color:#a11}.cm-s-default .cm-string-2{color:#f50}.cm-s-default .cm-meta,.cm-s-default .cm-qualifier{color:#555}.cm-s-default .cm-builtin{color:#30a}.cm-s-default .cm-bracket{color:#997}.cm-s-default .cm-tag{color:#170}.cm-s-default .cm-attribute{color:#00c}.cm-s-default .cm-hr{color:#999}.cm-s-default .cm-link{color:#00c}.cm-invalidchar,.cm-s-default .cm-error{color:red}.CodeMirror-composing{border-bottom:2px solid}div.CodeMirror span.CodeMirror-matchingbracket{color:#0b0}div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#a22}.CodeMirror-matchingtag{background:rgba(255,150,0,.3)}.CodeMirror-activeline-background{background:#e8f2ff}.CodeMirror{position:relative;overflow:hidden;background:#fff}.CodeMirror-scroll{overflow:scroll!important;margin-bottom:-50px;margin-right:-50px;padding-bottom:50px;height:100%;outline:none;position:relative}.CodeMirror-sizer{position:relative;border-right:50px solid transparent}.CodeMirror-gutter-filler,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-vscrollbar{position:absolute;z-index:6;display:none;outline:none}.CodeMirror-vscrollbar{right:0;top:0;overflow-x:hidden;overflow-y:scroll}.CodeMirror-hscrollbar{bottom:0;left:0;overflow-y:hidden;overflow-x:scroll}.CodeMirror-scrollbar-filler{right:0;bottom:0}.CodeMirror-gutter-filler{left:0;bottom:0}.CodeMirror-gutters{position:absolute;left:0;top:0;min-height:100%;z-index:3}.CodeMirror-gutter{white-space:normal;height:100%;display:inline-block;vertical-align:top;margin-bottom:-50px}.CodeMirror-gutter-wrapper{position:absolute;z-index:4;background:none!important;border:none!important}.CodeMirror-gutter-background{position:absolute;top:0;bottom:0;z-index:4}.CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}.CodeMirror-gutter-wrapper ::selection{background-color:transparent}.CodeMirror-gutter-wrapper ::-moz-selection{background-color:transparent}.CodeMirror-lines{cursor:text;min-height:1px}.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like{border-radius:0;border-width:0;background:transparent;font-family:inherit;font-size:inherit;margin:0;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent;font-variant-ligatures:contextual}.CodeMirror-wrap pre.CodeMirror-line,.CodeMirror-wrap pre.CodeMirror-line-like{word-wrap:break-word;white-space:pre-wrap;word-break:normal}.CodeMirror-linebackground{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.CodeMirror-linewidget{position:relative;z-index:2;padding:.1px}.CodeMirror-rtl pre{direction:rtl}.CodeMirror-code{outline:none}.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber,.CodeMirror-scroll,.CodeMirror-sizer{box-sizing:content-box}.CodeMirror-measure{position:absolute;width:100%;height:0;overflow:hidden;visibility:hidden}.CodeMirror-cursor{position:absolute;pointer-events:none}.CodeMirror-measure pre{position:static}div.CodeMirror-cursors{visibility:hidden;position:relative;z-index:3}.CodeMirror-focused div.CodeMirror-cursors,div.CodeMirror-dragcursors{visibility:visible}.CodeMirror-selected{background:#d9d9d9}.CodeMirror-focused .CodeMirror-selected{background:#d7d4f0}.CodeMirror-crosshair{cursor:crosshair}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:#d7d4f0}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:#d7d4f0}.cm-searching{background-color:#ffa;background-color:rgba(255,255,0,.4)}.cm-force-border{padding-right:.1px}@media print{.CodeMirror div.CodeMirror-cursors{visibility:hidden}}.cm-tab-wrap-hack:after{content:""}span.CodeMirror-selectedtext{background:none}.CodeMirror{width:100%;height:8rem;min-height:6rem;resize:vertical;padding:.25rem;z-index:auto}.CodeMirror .CodeMirror-scroll{min-height:inherit;max-height:96vh}.training-timer{font-size:.875rem;text-transform:uppercase;height:2rem!important;border:1px solid currentColor}.training-timer .v-progress-linear__determinate{opacity:.2}.theme--light.v-pagination .v-pagination__item{background:#fff;color:#212121}.theme--light.v-pagination .v-pagination__item--active{color:#fff}.theme--light.v-pagination .v-pagination__navigation{background:#fff}.theme--dark.v-pagination .v-pagination__item{background:#1e1e1e;color:#fff}.theme--dark.v-pagination .v-pagination__item--active{color:#fff}.theme--dark.v-pagination .v-pagination__navigation{background:#1e1e1e}.v-pagination{align-items:center;display:inline-flex;list-style-type:none;justify-content:center;margin:0;max-width:100%;width:100%}.v-pagination.v-pagination{padding-left:0}.v-pagination>li{align-items:center;display:flex}.v-pagination--circle .v-pagination__item,.v-pagination--circle .v-pagination__more,.v-pagination--circle .v-pagination__navigation{border-radius:50%}.v-pagination--disabled{pointer-events:none;opacity:.6}.v-pagination__item{background:transparent;border-radius:4px;font-size:1rem;height:34px;margin:.3rem;min-width:34px;padding:0 5px;text-decoration:none;transition:.3s cubic-bezier(0,0,.2,1);width:auto;box-shadow:0 3px 1px -2px rgba(94,99,104,.1),0 2px 2px 0 rgba(94,99,104,.1),0 1px 5px 0 rgba(94,99,104,.1)}.v-pagination__item--active{box-shadow:0 2px 4px -1px rgba(94,99,104,.1),0 4px 5px 0 rgba(94,99,104,.1),0 1px 10px 0 rgba(94,99,104,.1)}.v-pagination__navigation{box-shadow:0 3px 1px -2px rgba(94,99,104,.1),0 2px 2px 0 rgba(94,99,104,.1),0 1px 5px 0 rgba(94,99,104,.1);border-radius:4px;display:inline-flex;justify-content:center;align-items:center;text-decoration:none;height:32px;width:32px;margin:.3rem 10px}.v-pagination__navigation .v-icon{transition:.2s cubic-bezier(.4,0,.6,1);vertical-align:middle}.v-pagination__navigation--disabled{opacity:.6;pointer-events:none}.v-pagination__more{margin:.3rem;display:inline-flex;align-items:flex-end;justify-content:center;height:32px;width:32px}.lecture-page{max-width:56rem;margin:0 auto}.lecture-page__title{padding-top:1.25em;padding-bottom:.75em}.lecture-page__body{line-height:1.5;font-size:1rem;color:#212121}.slide-img{display:block;margin:0 auto;max-height:500px}.slides{min-height:95vh}@media only screen and (min-width:600px){.slides{min-height:unset}}.v-input--radio-group legend.v-label{cursor:text;font-size:14px;height:auto}.v-input--radio-group__input{border:none;cursor:default;display:flex;width:100%}.v-input--radio-group--column .v-input--radio-group__input>.v-label{padding-bottom:8px}.v-input--radio-group--row .v-input--radio-group__input>.v-label{padding-right:8px}.v-input--radio-group--row legend{align-self:center;display:inline-block}.v-input--radio-group--row .v-input--radio-group__input{flex-direction:row;flex-wrap:wrap}.v-input--radio-group--column legend{padding-bottom:8px}.v-input--radio-group--column .v-radio:not(:last-child):not(:only-child){margin-bottom:8px}.v-input--radio-group--column .v-input--radio-group__input{flex-direction:column}.theme--light.v-radio--is-disabled label{color:rgba(0,0,0,.38)}.theme--dark.v-radio--is-disabled label{color:hsla(0,0%,100%,.5)}.v-radio{align-items:center;display:flex;height:auto;outline:none}.v-radio--is-disabled{pointer-events:none;cursor:default}.v-input--radio-group.v-input--radio-group--row .v-radio{margin-right:16px}.v-input--checkbox.v-input--indeterminate.v-input--is-disabled{opacity:.6}.v-input--checkbox.v-input--dense{margin-top:4px}.u-comment.u-comment{margin:0;padding:.5rem;border-radius:4px;border:1px solid rgba(0,0,0,.12);color:#212121;font-size:.875rem;background-color:rgba(0,0,0,.06)}.answer{border-radius:4px;padding:0;margin:0}.answer .v-label{-webkit-user-select:inherit;-moz-user-select:inherit;user-select:inherit}.answer--type-ranking:not(.answer--readonly){margin:.5rem 0;border:1px solid rgba(0,0,0,.12);cursor:move}.answer--type-ranking:not(.answer--readonly) .answer__text{padding:.5rem 0}.answer--type-mapping:not(.answer--readonly){margin:.5rem 0}.answer--readonly{padding:.5rem;margin:.25rem 0}.answer--selected.answer--readonly:not(.answer--type-ranking):not(.answer--type-mapping){background-color:rgba(0,0,0,.06)}.answer--revealed[data-grade],.answer--revealed[data-grade] .v-label{color:var(--v-warning-base)}.answer--revealed[data-grade="0"],.answer--revealed[data-grade="0"] .v-label,.answer--revealed[data-grade^="-"],.answer--revealed[data-grade^="-"] .v-label{color:var(--v-error-base)}.answer--revealed[data-grade="100"],.answer--revealed[data-grade="100"] .v-label{color:var(--v-success-base)}.answer__body{display:flex;gap:1rem;position:relative;padding:0}.answer__text.answer__text{margin:0}.answer__index{display:flex;align-items:center;padding:.5rem 1rem;background-color:rgba(0,0,0,.12);font-weight:600}.answer__inner{display:grid;flex:1 1 100%}@media(min-width:960px){.answer__inner{grid-template-columns:1fr 1fr}}.answer__button{position:absolute;right:50%;top:calc(100% + 1px);transform:translate(50%,-50%);z-index:2}@media(min-width:960px){.answer__button{right:-1px;top:50%;grid-template-columns:1fr 1fr}}.answer__element{position:relative;border-radius:4px;border:1px solid rgba(0,0,0,.12);padding:1rem}.answer__element--key{order:-1}.answer__element--value{width:100%;cursor:move}@media only screen and (min-width:960px){.answer__element--value{padding-left:2rem}}.answer__element--value:after{content:"";width:32px;height:32px;border-radius:50%;border:1px solid rgba(0,0,0,.12);position:absolute;top:-1px;left:50%;transform:translate(-50%,-50%);background-color:#fff}@media only screen and (min-width:960px){.answer__element--value:after{left:-1px;top:50%}}.answer__element--selectable,.answer__element--selectable:after{border-color:var(--v-primary-base)}.answer__available-values{list-style:none;align-items:start;gap:.5rem;padding-bottom:.5rem}.answer__available-values .answer__available-value{overflow:hidden;margin-top:.5rem}.answer__element--value,.sortable-ghost{grid-column:1;grid-row:2}@media(min-width:960px){.answer__element--value,.sortable-ghost{grid-column:2;grid-row:1}}.sortable-ghost{overflow:hidden;background-color:#fff;z-index:1}.preview{box-shadow:none}.preview__img{width:auto;display:block;margin:0 auto}[preview-src]{cursor:zoom-in}@media only screen and (min-width:960px){.training-steps{top:var(--app-bar-height);position:sticky;height:calc(100vh - var(--app-bar-height));flex-shrink:0;overflow-y:auto;border-top-right-radius:4px;border-bottom-right-radius:4px}}.training-steps .v-navigation-drawer--mini-variant .v-btn{padding:.5rem 0;border-radius:0;box-shadow:none;flex:0 1 auto;font-size:.75rem;max-width:168px;min-width:80px;position:relative;text-transform:none;height:5rem;white-space:normal}.training-steps .v-navigation-drawer--mini-variant .v-btn .v-btn__content{flex-direction:column;height:inherit;max-width:100%}.training-steps .v-navigation-drawer--mini-variant .v-btn .v-icon{margin:0 0 .25rem;order:-1}.training-steps .v-navigation-drawer--mini-variant .training-steps__footer{padding:0}.training-steps__footer{display:grid;gap:.5rem;padding:.5rem}.course-title{display:block;max-width:15rem;white-space:nowrap;text-overflow:ellipsis;overflow-x:hidden}@font-face{font-family:KaTeX_AMS;src:url(../fonts/KaTeX_AMS-Regular.38a68f7d.woff2) format("woff2"),url(../fonts/KaTeX_AMS-Regular.7d307e83.woff) format("woff"),url(../fonts/KaTeX_AMS-Regular.2dbe16b4.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Caligraphic;src:url(../fonts/KaTeX_Caligraphic-Bold.342b2969.woff2) format("woff2"),url(../fonts/KaTeX_Caligraphic-Bold.9634168f.woff) format("woff"),url(../fonts/KaTeX_Caligraphic-Bold.33d26881.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:KaTeX_Caligraphic;src:url(../fonts/KaTeX_Caligraphic-Regular.b5004973.woff2) format("woff2"),url(../fonts/KaTeX_Caligraphic-Regular.00029fb4.woff) format("woff"),url(../fonts/KaTeX_Caligraphic-Regular.5e7940b4.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Fraktur;src:url(../fonts/KaTeX_Fraktur-Bold.7a3757c0.woff2) format("woff2"),url(../fonts/KaTeX_Fraktur-Bold.4de87d40.woff) format("woff"),url(../fonts/KaTeX_Fraktur-Bold.ed330126.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:KaTeX_Fraktur;src:url(../fonts/KaTeX_Fraktur-Regular.450cc4d9.woff2) format("woff2"),url(../fonts/KaTeX_Fraktur-Regular.dc4e330b.woff) format("woff"),url(../fonts/KaTeX_Fraktur-Regular.82d05fe2.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Main;src:url(../fonts/KaTeX_Main-Bold.78b0124f.woff2) format("woff2"),url(../fonts/KaTeX_Main-Bold.62c69756.woff) format("woff"),url(../fonts/KaTeX_Main-Bold.2e1915b1.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:KaTeX_Main;src:url(../fonts/KaTeX_Main-BoldItalic.c7213ceb.woff2) format("woff2"),url(../fonts/KaTeX_Main-BoldItalic.a2e3dcd2.woff) format("woff"),url(../fonts/KaTeX_Main-BoldItalic.0d817b48.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:KaTeX_Main;src:url(../fonts/KaTeX_Main-Italic.eea32672.woff2) format("woff2"),url(../fonts/KaTeX_Main-Italic.081073fd.woff) format("woff"),url(../fonts/KaTeX_Main-Italic.767e06e1.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:KaTeX_Main;src:url(../fonts/KaTeX_Main-Regular.f30e3b21.woff2) format("woff2"),url(../fonts/KaTeX_Main-Regular.756fad0d.woff) format("woff"),url(../fonts/KaTeX_Main-Regular.689bbe6b.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Math;src:url(../fonts/KaTeX_Math-BoldItalic.753ca3df.woff2) format("woff2"),url(../fonts/KaTeX_Math-BoldItalic.b3e80ff3.woff) format("woff"),url(../fonts/KaTeX_Math-BoldItalic.d9377b53.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:KaTeX_Math;src:url(../fonts/KaTeX_Math-Italic.2a39f382.woff2) format("woff2"),url(../fonts/KaTeX_Math-Italic.67710bb2.woff) format("woff"),url(../fonts/KaTeX_Math-Italic.0343f93e.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:"KaTeX_SansSerif";src:url(../fonts/KaTeX_SansSerif-Bold.59b37733.woff2) format("woff2"),url(../fonts/KaTeX_SansSerif-Bold.f28c4fa2.woff) format("woff"),url(../fonts/KaTeX_SansSerif-Bold.dfcc59ad.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"KaTeX_SansSerif";src:url(../fonts/KaTeX_SansSerif-Italic.99ad93a4.woff2) format("woff2"),url(../fonts/KaTeX_SansSerif-Italic.9d0fdf5d.woff) format("woff"),url(../fonts/KaTeX_SansSerif-Italic.3ab5188c.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:"KaTeX_SansSerif";src:url(../fonts/KaTeX_SansSerif-Regular.badf3598.woff2) format("woff2"),url(../fonts/KaTeX_SansSerif-Regular.6c3bd5b5.woff) format("woff"),url(../fonts/KaTeX_SansSerif-Regular.d511ebce.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Script;src:url(../fonts/KaTeX_Script-Regular.af7bc98b.woff2) format("woff2"),url(../fonts/KaTeX_Script-Regular.4edf4e0f.woff) format("woff"),url(../fonts/KaTeX_Script-Regular.082640ca.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Size1;src:url(../fonts/KaTeX_Size1-Regular.10ec8be6.woff2) format("woff2"),url(../fonts/KaTeX_Size1-Regular.35b99771.woff) format("woff"),url(../fonts/KaTeX_Size1-Regular.2c2dc3b0.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Size2;src:url(../fonts/KaTeX_Size2-Regular.96a09bfe.woff2) format("woff2"),url(../fonts/KaTeX_Size2-Regular.9932a08b.woff) format("woff"),url(../fonts/KaTeX_Size2-Regular.114ad198.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Size3;src:url(data:font/woff2;base64,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) format("woff2"),url(../fonts/KaTeX_Size3-Regular.2afba153.woff) format("woff"),url(../fonts/KaTeX_Size3-Regular.a287c06f.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Size4;src:url(../fonts/KaTeX_Size4-Regular.d5822f1b.woff2) format("woff2"),url(../fonts/KaTeX_Size4-Regular.f961545c.woff) format("woff"),url(../fonts/KaTeX_Size4-Regular.70174da7.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Typewriter;src:url(../fonts/KaTeX_Typewriter-Regular.641339e2.woff2) format("woff2"),url(../fonts/KaTeX_Typewriter-Regular.53dcf861.woff) format("woff"),url(../fonts/KaTeX_Typewriter-Regular.35fe2cce.ttf) format("truetype");font-weight:400;font-style:normal}.katex{font:normal 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto;border-color:currentColor}.katex *{-ms-high-contrast-adjust:none!important}.katex .katex-version:after{content:"0.12.0"}.katex .katex-mathml{position:absolute;clip:rect(1px,1px,1px,1px);padding:0;border:0;height:1px;width:1px;overflow:hidden}.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-weight:700;font-style:italic}.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 .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{display:inline-table;table-layout:fixed;border-collapse:collapse}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;vertical-align:bottom;position:relative}.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;vertical-align:bottom;font-size:1px;width:2px;min-width:2px}.katex .vbox{display:inline-flex;flex-direction:column;align-items:baseline}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{width:0;max-width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{display:inline-block;width:100%;border-bottom-style:solid}.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{width:0;position:relative}.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{display:inline-block;border:0 solid;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{display:inline-block;width:100%;border-bottom-style:solid}.katex .hdashline{display:inline-block;width:100%;border-bottom-style:dashed}.katex .sqrt>.root{margin-left:.27777778em;margin-right:-.55555556em}.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:.83333333em}.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.16666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.33333333em}.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.66666667em}.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.45666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.14666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.71428571em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.85714286em}.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.14285714em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.28571429em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.42857143em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.71428571em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.05714286em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.46857143em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.96285714em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.55428571em}.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:.55555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.66666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.77777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.88888889em}.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.11111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.33333333em}.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.30444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.76444444em}.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:.41666667em}.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:.58333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.66666667em}.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:.83333333em}.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.72833333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.07333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.34722222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.41666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.48611111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.55555556em}.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:.69444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.83333333em}.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.44027778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.72777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.28935185em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.34722222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.40509259em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.46296296em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.52083333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.69444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.83333333em}.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.20023148em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.43981481em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.24108004em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.28929605em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.33751205em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.38572806em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.43394407em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.48216008em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.57859209em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.69431051em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.83317261em}.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.19961427em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.20096463em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.24115756em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.28135048em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.32154341em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.36173633em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.40192926em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.48231511em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.57877814em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.69453376em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.83360129em}.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{display:block;position:absolute;width:100%;height:inherit;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}.katex svg path{stroke:none}.katex img{border-style:none;min-width:0;min-height:0;max-width:none;max-height:none}.katex .stretchy{width:100%;display:block;position:relative;overflow:hidden}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{width:100%;position:relative;overflow:hidden}.katex .halfarrow-left{position:absolute;left:0;width:50.2%;overflow:hidden}.katex .halfarrow-right{position:absolute;right:0;width:50.2%;overflow:hidden}.katex .brace-left{position:absolute;left:0;width:25.1%;overflow:hidden}.katex .brace-center{position:absolute;left:25%;width:50%;overflow:hidden}.katex .brace-right{position:absolute;right:0;width:25.1%;overflow:hidden}.katex .x-arrow-pad{padding:0 .5em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em 0 .3em}.katex .fbox,.katex .fcolorbox{box-sizing:border-box;border:.04em solid}.katex .cancel-pad{padding:0 .2em 0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.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{text-align:left;padding-left:2em}.lesson-title{padding-top:0;padding-bottom:0;margin-bottom:1.5rem;font-size:1.875rem;line-height:1.2}.training{display:flex;min-height:100%}.training.theme--light{background-color:#f5f5f5}.training__body{position:relative;flex-grow:1;padding-top:.5rem;padding-left:.5rem;padding-right:.5rem;display:flex;flex-flow:column nowrap;max-width:100%}@media only screen and (min-width:960px){.training__body{padding-top:1rem;padding-left:1rem;padding-right:1rem}}@media only screen and (min-width:960px){.v-dialog--fullscreen .training-steps{top:0;position:sticky;height:100vh;flex-shrink:0;overflow-y:auto;border-top-right-radius:4px;border-bottom-right-radius:4px}}.step.v-card{flex-grow:1;display:flex;flex-flow:column nowrap;height:100%;overflow:hidden}.step.step-essay .step__body,.step.step-essay .step__header,.step.step-quiz .step__body,.step.step-quiz .step__header{margin-bottom:1rem}.step__body{flex-grow:1;display:flex;flex-flow:column nowrap}.step__body .v-window-item{overflow:auto}.task{color:#212121}.task__header{display:flex;flex-direction:column;background-color:rgba(0,0,0,.04)}@media only screen and (min-width:600px){.task__header{flex-direction:row}}.task__index{margin-right:.5rem;flex:0 0 auto}.task__scores{white-space:nowrap;text-align:right;align-self:stretch;display:flex;flex-flow:column nowrap;justify-content:center;color:#fff;padding:.5rem 1rem;text-transform:uppercase}@media only screen and (min-width:600px){.task__scores{order:1}}.task__scores[data-grade]{background-color:var(--v-warning-base)}.task__scores[data-grade="0"],.task__scores[data-grade^="-"]{background-color:var(--v-error-base)}.task__scores[data-grade="100"]{background-color:var(--v-success-base)}.task__title{padding:.5rem 1rem;display:flex;flex:1 1 auto}.task__inner{display:grid;align-items:start;gap:1rem}@media only screen and (min-width:960px){.task__inner{grid-template-columns:1fr 1fr}}.task__answers.task__answers{list-style:none;margin:0;padding:0}.training-navigation{display:flex;justify-content:center;padding-top:1rem;background-color:#f5f5f5}.training-navigation>.v-btn{margin-left:.25rem;margin-right:.25rem}@media only screen and (min-width:600px){.training-navigation>.v-btn{margin-left:.5rem;margin-right:.5rem}}