@charset "UTF-8";

@-webkit-keyframes rotating4{from{-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotating4{from{-ms-transform:rotate(0);-moz-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes animation4{from{left:-40%;width:40%}to{left:100%;width:10%}}@keyframes animation4{from{left:-40%;width:40%}to{left:100%;width:10%}}.lp-skeleton-animation{margin:0;padding:0;list-style:none}.lp-skeleton-animation>li{width:100%;height:16px;margin-top:15px;border-radius:2px;background:linear-gradient(90deg,hsla(0,0%,74.5%,0.2) 25%,hsla(0,0%,50.6%,0.24) 37%,hsla(0,0%,74.5%,0.2) 63%);background-size:400% 100%;list-style:none;animation:lp-skeleton-loading 1.4s ease infinite}@keyframes lp-skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}.lp-loading-circle{width:15px;height:15px;border:2px solid #ccc;border-radius:50%;border-top-color:rgba(0,0,0,0.76);animation:spin 1s infinite linear;display:inline-block}.lp-loading-circle.hide{display:none}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.lp-form-course-filter .lp-form-course-filter__item{margin-bottom:12px;border-bottom:1px solid #eee;padding-bottom:12px}.lp-form-course-filter .lp-form-course-filter__item .lp-form-course-filter__title{font-size:1.125em;font-weight:500;margin-bottom:12px;text-transform:capitalize}.lp-form-course-filter .lp-form-course-filter__item .lp-form-course-filter__content{position:relative}.lp-form-course-filter .lp-form-course-filter__item .lp-form-course-filter__content .lp-course-filter__field *{cursor:pointer}.lp-form-course-filter .lp-form-course-filter__item .lp-form-course-filter__content .lp-course-filter__field{position:relative;padding-right:10%;line-height:2rem;display:flex;align-items:center;gap:10px;cursor:pointer}.lp-form-course-filter .lp-form-course-filter__item .lp-form-course-filter__content .lp-course-filter__field input:focus{outline:0}.lp-form-course-filter .lp-form-course-filter__item .lp-form-course-filter__content .lp-course-filter__field input[disabled]{cursor:not-allowed}.lp-form-course-filter .lp-form-course-filter__item .lp-form-course-filter__content .lp-course-filter__field label{color:#333;padding:0;margin:0;text-transform:capitalize}.lp-form-course-filter .lp-form-course-filter__item .lp-form-course-filter__content .lp-course-filter__field .count{position:absolute;right:0;top:0;color:#999}.lp-form-course-filter .lp-form-course-filter__item .lp-form-course-filter__content .lp-course-filter-search-field{position:relative;display:flex;align-items:center}.lp-form-course-filter .lp-form-course-filter__item .lp-form-course-filter__content .lp-course-filter-search-field input{width:100%;line-height:2rem;border:1px solid #eee;padding:8px}.lp-form-course-filter .lp-form-course-filter__item .lp-form-course-filter__content .lp-course-filter-search-field input:focus{outline:0}.lp-form-course-filter .lp-form-course-filter__item .lp-form-course-filter__content .lp-course-filter-search-field .lp-loading-circle{position:absolute;right:10px}.lp-form-course-filter .lp-form-course-filter__item .lp-form-course-filter__content .lp-course-filter-search-result{position:absolute;z-index:10;background:white;width:100%;border:1px solid #eee;max-height:300px;overflow-y:auto;padding:0}.lp-form-course-filter .lp-form-course-filter__item .lp-form-course-filter__content .lp-course-filter-search-result .lp-courses-suggest-list{padding:0 10px}.lp-form-course-filter .lp-form-course-filter__item .lp-form-course-filter__content .lp-course-filter-search-result .lp-courses-suggest-list .item-course-suggest{display:flex;gap:8px;padding:10px 0;align-items:center;border-bottom:1px solid #f5f5f5}.lp-form-course-filter .lp-form-course-filter__item .lp-form-course-filter__content .lp-course-filter-search-result .lp-courses-suggest-list .item-course-suggest:last-child{border-bottom:0}.lp-form-course-filter .lp-form-course-filter__item .lp-form-course-filter__content .lp-course-filter-search-result .lp-courses-suggest-list .course-img{width:50px}.lp-form-course-filter .lp-form-course-filter__item .lp-form-course-filter__content .lp-course-filter-search-result .lp-courses-suggest-list .course-img img{width:50px;height:auto;display:block}.lp-form-course-filter .lp-form-course-filter__item .lp-form-course-filter__content .lp-course-filter-search-result .lp-courses-suggest-list a{font-size:.875em;line-height:1em;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.lp-form-course-filter .lp-form-course-filter__item .lp-form-course-filter__content .lp-course-filter-search-result .lp-courses-suggest-list a span{font-size:.875em;line-height:1em}.lp-form-course-filter .lp-form-course-filter__item .lp-form-course-filter__content .lp-course-filter-search-result .lp-courses-suggest-info{border-top:1px solid #eee;padding:10px;background:#e8f0fe;font-weight:500;display:flex;justify-content:space-between}.lp-form-course-filter .course-filter-submit,.lp-form-course-filter .course-filter-reset{padding:12px 24px;text-transform:capitalize;width:calc(50% - 4px);border:1px solid rgba(204,204,204,0.3);border-radius:4px;background-color:var(--lp-button-background-color);color:var(--lp-button-color)}.lp-form-course-filter .course-filter-submit:focus,.lp-form-course-filter .course-filter-reset:focus{outline:0}.lp-form-course-filter .course-filter-submit:hover,.lp-form-course-filter .course-filter-reset:hover{color:#fff;background:var(--lp-primary-color)}.lp-form-course-filter .course-filter-reset{margin-left:4px}.lp-form-course-filter .course-filter-submit{margin-right:4px}@keyframes lp-rotating{from{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes lp-rotating{from{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.ajaxload{display:inline-block;position:relative;width:30px;height:30px;background:#7b7b7b;content:"";-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-animation:lp-rotating 1s linear infinite;-moz-animation:lp-rotating 1s linear infinite;animation:lp-rotating 1s linear infinite}.ajaxload::after{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;display:inline-block;position:absolute;top:2px;left:50%;width:6px;height:6px;margin-left:-3px;background:#dedede;content:""}.lp-ajaxload-style-1{display:inline-block;position:relative;width:32px;height:32px}.lp-ajaxload-style-1::before,.lp-ajaxload-style-1::after{position:absolute;top:0;left:0;width:100%;height:100%;border:3px solid #ddd;content:""}.lp-ajaxload-style-1::after{clip:rect(0,32px,16px,16px);border-color:#2fa7ff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-animation:lp-rotating 1s linear infinite;-moz-animation:lp-rotating 1s linear infinite;animation:lp-rotating 1s linear infinite}.learnpress.widget{margin-bottom:30px}@media(max-width:420px){.learnpress.widget{max-width:400px}}.learnpress.widget .widgettitle{margin-top:0;margin-bottom:2px;font-size:1.25em;font-weight:600}.learnpress.widget .learnpress-widget-wrapper{margin-top:16px;position:relative}.learnpress.widget .learnpress-widget-wrapper .lp-widget-loading-change{position:absolute;display:none;width:100%;height:100%;background:rgba(255,255,255,0.1607843137);top:0}.learnpress.widget h3{margin-bottom:20px}.learnpress.widget a{text-decoration:none}.learnpress-widget-wrapper .lp-widget-course{margin:0 0 30px 0;border:1px solid #eee}.learnpress-widget-wrapper .lp-widget-course__image img{height:auto;width:100%;display:block}.learnpress-widget-wrapper .lp-widget-course__title{margin-bottom:20px;font-size:1em;font-weight:600}.learnpress-widget-wrapper .lp-widget-course__content{margin:0;padding:16px;border-top:1px solid #eee}.learnpress-widget-wrapper .lp-widget-course__title{margin:4px 0 16px 0}.learnpress-widget-wrapper .lp-widget-course__meta{display:grid;margin:16px 0 0 0;grid-template-columns:repeat(2,1fr);justify-content:space-between;align-items:center;gap:24px}.learnpress-widget-wrapper .lp-widget-course__meta .course-price{margin-bottom:0}.learnpress-widget-wrapper .lp-widget-course__meta .course-price .course-item-price{display:flex;flex-direction:column}.learnpress-widget-wrapper .lp-widget-course__description{color:#666;font-size:.875em}.learnpress-widget-wrapper .lp-widget-course__price{color:#444;font-size:.875em;font-weight:600}.learnpress-widget-wrapper .lp-widget-course__instructor{display:flex;align-items:center}.learnpress-widget-wrapper .lp-widget-course__instructor__avatar{margin-right:5px}.learnpress-widget-wrapper .lp-widget-course__instructor__avatar img{width:20px;border-radius:20px;height:20px;display:block}.learnpress-widget-wrapper .lp-widget-course__instructor>a{color:#777;font-size:.875em}.learnpress.widget_course_progress .lp_widget_course_progress,.elementor-widget-wp-widget-learnpress_widget_course_progress .lp_widget_course_progress{margin:0;padding:20px;border:1px solid #eee}.learnpress.widget_course_progress .course-results-progress,.elementor-widget-wp-widget-learnpress_widget_course_progress .course-results-progress{margin-top:10px;font-size:.8em}.learnpress.widget_course_progress .course-results-progress .items-progress,.elementor-widget-wp-widget-learnpress_widget_course_progress .course-results-progress .items-progress{display:flex;margin-bottom:7px;justify-content:space-between;align-items:center}.learnpress.widget_course_progress .course-results-progress .items-progress__heading,.elementor-widget-wp-widget-learnpress_widget_course_progress .course-results-progress .items-progress__heading{font-weight:400}.learnpress.widget_course_progress .lp-course-progress,.elementor-widget-wp-widget-learnpress_widget_course_progress .lp-course-progress{width:100%}.learnpress.widget_course_progress .lp-course-progress.learn-press-progress,.elementor-widget-wp-widget-learnpress_widget_course_progress .lp-course-progress.learn-press-progress{position:relative}.learnpress.widget_course_progress .lp-course-progress.learn-press-progress .progress-bg,.elementor-widget-wp-widget-learnpress_widget_course_progress .lp-course-progress.learn-press-progress .progress-bg{overflow:hidden;position:relative;height:6px;background:#ccc;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.learnpress.widget_course_progress .lp-course-progress.learn-press-progress .progress-bg .progress-active,.elementor-widget-wp-widget-learnpress_widget_course_progress .lp-course-progress.learn-press-progress .progress-bg .progress-active{position:absolute;left:50%;width:100%;height:100%;margin-left:-100%;background:var(--lp-primary-color);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.learnpress.widget_course_progress .lp-course-progress.learn-press-progress .lp-passing-conditional,.elementor-widget-wp-widget-learnpress_widget_course_progress .lp-course-progress.learn-press-progress .lp-passing-conditional{position:absolute;top:0;width:3px;height:6px;margin-left:-1px;background:var(--lp-secondary-color)}.learnpress.widget_course_info .lp_widget_course_info,.elementor-widget-wp-widget-learnpress_widget_course_info .lp_widget_course_info{margin:0;padding:20px;border:1px solid #eee;line-height:1}.learnpress.widget_course_info .lp_widget_course_info h3,.elementor-widget-wp-widget-learnpress_widget_course_info .lp_widget_course_info h3{margin-bottom:15px}.learnpress.widget_course_info .lp_widget_course_info ul,.elementor-widget-wp-widget-learnpress_widget_course_info .lp_widget_course_info ul{margin:0;padding:0;font-size:.8em}.learnpress.widget_course_info .lp_widget_course_info ul li,.elementor-widget-wp-widget-learnpress_widget_course_info .lp_widget_course_info ul li{display:flex;align-items:center;justify-content:space-between;margin-bottom:5px;line-height:1}.learnpress.widget_course_info .lp_widget_course_info ul li span,.elementor-widget-wp-widget-learnpress_widget_course_info .lp_widget_course_info ul li span{font-size:.8em}.learnpress.widget_course_info .lp_widget_course_info ul label,.elementor-widget-wp-widget-learnpress_widget_course_info .lp_widget_course_info ul label{font-size:.8em}.learnpress.widget_course_extra .lp-widget-course-extra,.elementor-widget-wp-widget-learnpress_widget_course_extra .lp-widget-course-extra{margin:0;padding:20px;border:1px solid #eee;line-height:1}.learnpress.widget_course_extra .lp-widget-course-extra h3,.elementor-widget-wp-widget-learnpress_widget_course_extra .lp-widget-course-extra h3{margin-bottom:20px;font-size:1rem}.learnpress.widget_course_extra .lp-widget-course-extra__content h4.course-extras__title,.elementor-widget-wp-widget-learnpress_widget_course_extra .lp-widget-course-extra__content h4.course-extras__title{margin:0;margin-bottom:15px;font-size:.8em;font-weight:600}.learnpress.widget_course_extra .lp-widget-course-extra__content ul,.elementor-widget-wp-widget-learnpress_widget_course_extra .lp-widget-course-extra__content ul{margin:0;padding:0;font-size:.8em}.learnpress.widget_course_extra .lp-widget-course-extra__content ul li,.elementor-widget-wp-widget-learnpress_widget_course_extra .lp-widget-course-extra__content ul li{margin-bottom:10px}.learnpress.widget_course_extra .lp-widget-course-extra__content .course-extras,.elementor-widget-wp-widget-learnpress_widget_course_extra .lp-widget-course-extra__content .course-extras{display:block}.learnpress.widget_course_extra .lp-widget-course-extra__content .course-extras .course-extras__content,.elementor-widget-wp-widget-learnpress_widget_course_extra .lp-widget-course-extra__content .course-extras .course-extras__content{color:#777;font-size:.8em}.learnpress.widget_course_extra .lp-widget-course-extra__content .course-extras .course-extras__content ul,.elementor-widget-wp-widget-learnpress_widget_course_extra .lp-widget-course-extra__content .course-extras .course-extras__content ul{list-style:none}.learnpress.widget_course_extra .lp-widget-course-extra__content .course-extras .course-extras__content ol,.elementor-widget-wp-widget-learnpress_widget_course_extra .lp-widget-course-extra__content .course-extras .course-extras__content ol{list-style-position:inside}.learnpress.widget_course_extra .lp-widget-course-extra__content .course-extras .course-extras__content ul li,.learnpress.widget_course_extra .lp-widget-course-extra__content .course-extras .course-extras__content ol li,.elementor-widget-wp-widget-learnpress_widget_course_extra .lp-widget-course-extra__content .course-extras .course-extras__content ul li,.elementor-widget-wp-widget-learnpress_widget_course_extra .lp-widget-course-extra__content .course-extras .course-extras__content ol li{position:relative;border:0}.learnpress.widget_course_extra .lp-widget-course-extra__content .course-extras.style-checks ul li,.learnpress.widget_course_extra .lp-widget-course-extra__content .course-extras.style-checks ol li,.elementor-widget-wp-widget-learnpress_widget_course_extra .lp-widget-course-extra__content .course-extras.style-checks ul li,.elementor-widget-wp-widget-learnpress_widget_course_extra .lp-widget-course-extra__content .course-extras.style-checks ol li{padding-left:20px}.learnpress.widget_course_extra .lp-widget-course-extra__content .course-extras.style-checks ul li::before,.learnpress.widget_course_extra .lp-widget-course-extra__content .course-extras.style-checks ol li::before,.elementor-widget-wp-widget-learnpress_widget_course_extra .lp-widget-course-extra__content .course-extras.style-checks ul li::before,.elementor-widget-wp-widget-learnpress_widget_course_extra .lp-widget-course-extra__content .course-extras.style-checks ol li::before{display:inline-block;position:absolute;top:50%;left:0;width:12px;height:7px;border:2px solid #8794b9;border-top:0;border-right:0;content:"";transform:rotate(-54deg) translateY(-50%)}.learnpress.widget_course_extra .lp-widget-course-extra__content .course-extras.style-radios ul li,.learnpress.widget_course_extra .lp-widget-course-extra__content .course-extras.style-radios ol li,.elementor-widget-wp-widget-learnpress_widget_course_extra .lp-widget-course-extra__content .course-extras.style-radios ul li,.elementor-widget-wp-widget-learnpress_widget_course_extra .lp-widget-course-extra__content .course-extras.style-radios ol li{padding-left:20px}.learnpress.widget_course_extra .lp-widget-course-extra__content .course-extras.style-radios ul li::before,.learnpress.widget_course_extra .lp-widget-course-extra__content .course-extras.style-radios ol li::before,.elementor-widget-wp-widget-learnpress_widget_course_extra .lp-widget-course-extra__content .course-extras.style-radios ul li::before,.elementor-widget-wp-widget-learnpress_widget_course_extra .lp-widget-course-extra__content .course-extras.style-radios ol li::before{display:inline-block;position:absolute;top:50%;left:0;width:12px;height:7px;border:2px solid #8794b9;border-top:0;border-right:0;content:"";transform:rotate(-54deg) translateY(-50%)}.learnpress.widget_course_featured .lp-widget-featured-courses__footer,.elementor-widget-wp-widget-learnpress_widget_course_featured .lp-widget-featured-courses__footer{margin-top:20px;padding-top:10px;border-top:1px solid #eee}.learnpress.widget_course_featured .lp-widget-featured-courses__footer__link,.elementor-widget-wp-widget-learnpress_widget_course_featured .lp-widget-featured-courses__footer__link{font-size:1rem;line-height:1}.learnpress.widget_course_featured .lp-widget-featured-courses__footer__link::before,.elementor-widget-wp-widget-learnpress_widget_course_featured .lp-widget-featured-courses__footer__link::before{content:"←"}.learnpress.widget_course_popular .lp-widget-popular-courses__footer,.elementor-widget-wp-widget-learnpress_widget_course_popular .lp-widget-popular-courses__footer{margin-top:20px;padding-top:10px;border-top:1px solid #eee}.learnpress.widget_course_popular .lp-widget-popular-courses__footer__link,.elementor-widget-wp-widget-learnpress_widget_course_popular .lp-widget-popular-courses__footer__link{font-size:1rem;line-height:1}.learnpress.widget_course_popular .lp-widget-popular-courses__footer__link::before,.elementor-widget-wp-widget-learnpress_widget_course_popular .lp-widget-popular-courses__footer__link::before{content:"←"}.learnpress.widget_course_recent .lp-widget-recent-courses__footer,.elementor-widget-wp-widget-learnpress_widget_course_recent .lp-widget-recent-courses__footer{margin-top:20px;padding-top:10px;border-top:1px solid #eee}.learnpress.widget_course_recent .lp-widget-recent-courses__footer__link,.elementor-widget-wp-widget-learnpress_widget_course_recent .lp-widget-recent-courses__footer__link{font-size:1rem;line-height:1}.learnpress.widget_course_recent .lp-widget-recent-courses__footer__link::before,.elementor-widget-wp-widget-learnpress_widget_course_recent .lp-widget-recent-courses__footer__link::before{content:"←"}.learnpress-widget-wrapper__restapi .lp-skeleton-animation{min-width:250px}.learnpress-widget-wrapper__restapi ul{padding:0}.lp-course-filter .price__item,.lp-course-filter .instructor__item,.lp-course-filter .level__item,.lp-course-filter .term-list__item{display:flex;justify-content:space-between}.lp-course-filter .price__item label,.lp-course-filter .instructor__item label,.lp-course-filter .level__item label,.lp-course-filter .term-list__item label{cursor:pointer}.lp-course-filter .lp-search-keyword{position:relative}.lp-course-filter .lp-search-keyword input{width:100%}.lp-course-filter .lp-search-keyword i.loading{font-style:normal;position:absolute;right:15px;top:50%;transform:translateY(-50%)}.lp-course-filter .lp-search-keyword i.loading::before{display:inline-block;font-family:"Font Awesome 5 Free";font-weight:900;content:"\f110";-webkit-animation:lp-rotating 1s linear infinite;-moz-animation:lp-rotating 1s linear infinite;animation:lp-rotating 1s linear infinite}.lp-course-filter ul.lp-suggest-result li{padding:8px 15px}.lp-course-filter ul>li{list-style:none}.masterstudy__login-page{display:flex;justify-content:center;width:100%;padding:50px 0 70px}.masterstudy__login-page-form{display:flex;max-width:400px;width:100%}body.masterstudy-authorization-body-hidden{overflow:hidden}.grecaptcha-badge{display:none}.masterstudy-authorization{display:flex;width:100%;flex-direction:column;background:0 0}.masterstudy-authorization-modal{display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999;transition:.3s;background:rgba(0,0,0,.4);opacity:0;visibility:hidden}.masterstudy-authorization-modal.masterstudy-authorization-modal_open{opacity:1;visibility:visible}.masterstudy-authorization-modal.masterstudy-authorization-modal_open .masterstudy-authorization-modal__wrapper{-webkit-transform:translateY(0);transform:translateY(0)}.masterstudy-authorization-modal__wrapper{display:flex;flex-direction:column;width:500px;max-height:700px;background:#fff;border-radius:10px;box-shadow:0 20px 40px 0 rgba(0,0,0,.25);overflow:hidden;transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out,-webkit-transform .4s ease-in-out;-webkit-transform:translateY(100%);transform:translateY(100%)}.masterstudy-authorization-modal__container{display:flex;flex-direction:column;position:relative;height:100%;padding-top:25px;overflow-y:auto}.masterstudy-authorization-modal__close{display:flex;width:25px;height:25px;justify-content:center;align-items:center;border-radius:30px;background:#eef1f7;position:absolute;top:25px;right:35px}.masterstudy-authorization-modal__close::after{content:"\e94a";color:#808c98;font-family:stmlms;font-size:10px;line-height:normal;transition:.2s;margin-top:1px}.masterstudy-authorization__header-back::after,.masterstudy-authorization__restore-header-back::after{content:"\e967";transition:.2s;line-height:normal;font-family:stmlms}.masterstudy-authorization-modal__close:hover{cursor:pointer}.masterstudy-authorization-modal__close:hover::after{color:#4d5e6f}.masterstudy-authorization-modal__content{display:flex;width:100%}.masterstudy-authorization-modal.masterstudy-authorization-modal_dark-mode .masterstudy-authorization__form-field.masterstudy-authorization__form-field_has-error input.masterstudy-authorization__form-input,.masterstudy-authorization-modal.masterstudy-authorization-modal_dark-mode .masterstudy-authorization__form-field.masterstudy-authorization__form-field_has-error input.masterstudy-form-builder__text,.masterstudy-authorization-modal.masterstudy-authorization-modal_dark-mode .masterstudy-authorization__form-field.masterstudy-authorization__form-field_has-error textarea.masterstudy-authorization__form-textarea,.masterstudy-authorization-modal.masterstudy-authorization-modal_dark-mode .masterstudy-authorization__form-field.masterstudy-authorization__form-field_has-error textarea.masterstudy-form-builder__textarea{border-color:var(--danger-100)}.masterstudy-authorization-modal.masterstudy-authorization-modal_dark-mode .masterstudy-authorization-modal__wrapper{background:#171717}.masterstudy-authorization-modal.masterstudy-authorization-modal_dark-mode .masterstudy-authorization-modal__close{background:#1e1e1e}.masterstudy-authorization-modal.masterstudy-authorization-modal_dark-mode .masterstudy-authorization-modal__close::after{color:rgba(255,255,255,.5)}.masterstudy-authorization-modal.masterstudy-authorization-modal_dark-mode .masterstudy-authorization-modal__close:hover::after{color:rgba(255,255,255,.7)}.masterstudy-authorization__wrapper{display:flex;width:100%;flex-direction:column;padding:0 35px}.masterstudy-authorization__wrapper.masterstudy-authorization__wrapper_hide{display:none}.masterstudy-authorization__restore{display:none;width:100%;flex-direction:column;padding:0 35px}.masterstudy-authorization__restore-header{display:flex;width:100%;margin-bottom:20px}.masterstudy-authorization__restore-header-title{line-height:normal;font-style:normal;font-weight:700;font-size:20px;color:#001931}.masterstudy-authorization__restore-header-back{display:flex;width:25px;height:25px;justify-content:center;align-items:center;border-radius:30px;background:#eef1f7;margin-right:10px}.masterstudy-authorization__restore-header-back::after{color:#808c98;font-size:12px}.masterstudy-authorization__restore-header-back:hover{cursor:pointer}.masterstudy-authorization__restore-header-back:hover::after{color:#4d5e6f}.masterstudy-authorization__restore.masterstudy-authorization__restore_show{display:flex}.masterstudy-authorization__header{display:flex;width:100%;margin-bottom:20px}.masterstudy-authorization__header-title{line-height:normal;font-style:normal;font-weight:700;font-size:20px;color:#001931}.masterstudy-authorization__header-back{display:flex;width:25px;height:25px;justify-content:center;align-items:center;border-radius:30px;background:#eef1f7;margin-right:10px}.masterstudy-authorization__header-back::after{color:#808c98;font-size:12px}.masterstudy-authorization__header-back:hover{cursor:pointer}.masterstudy-authorization__header-back:hover::after{color:#4d5e6f}.masterstudy-authorization__demo{display:flex;width:100%;margin-bottom:25px;justify-content:space-between;align-items:center;background:#eef1f7;padding:10px 20px;border-radius:10px}.masterstudy-authorization__demo-title{display:flex;font-size:14px;font-style:normal;font-weight:700;line-height:normal;color:#001931}.masterstudy-authorization__demo-role{display:flex}.masterstudy-authorization__demo-role a.masterstudy-authorization__demo-role-title{display:flex;font-size:14px;font-style:normal;font-weight:700;line-height:normal;color:var(--accent-100);text-decoration:none;transition:.3s}.masterstudy-authorization__demo-role a.masterstudy-authorization__demo-role-title:hover{cursor:pointer;color:var(--accent-hover)}.masterstudy-authorization__demo-role a.masterstudy-authorization__demo-role-title:first-child{padding-right:10px;margin-right:10px;border-right:1px solid rgba(0,25,49,.1)}.masterstudy-authorization__social{display:flex;width:100%;justify-content:space-between;margin-bottom:20px;gap:5px}.masterstudy-authorization__social.masterstudy-authorization__social_bottom{order:4}.masterstudy-authorization__social-google{display:flex;width:100%;height:40px;padding:0 20px;justify-content:center;align-items:center;border-radius:4px;border:1px solid #dbe0e9;background:#fff;font-size:14px;font-style:normal;font-weight:700;line-height:normal;color:#001931;transition:.3s}.masterstudy-authorization__social-google:hover{cursor:pointer}.masterstudy-authorization__social-google img{display:flex;width:20px;height:20px;margin-right:10px}.masterstudy-authorization__social-facebook{display:flex;width:100%;height:40px;padding:0 20px;justify-content:center;align-items:center;border-radius:4px;border:1px solid #2d88ff!important;background:#2d88ff!important;font-size:14px;font-style:normal;font-weight:700;line-height:normal;color:#fff;transition:.3s}.masterstudy-authorization__social-facebook:hover{cursor:pointer;color:#fff!important;background:#0063e6!important;border-color:#0063e6!important}.masterstudy-authorization__social-facebook img{display:flex;width:20px;height:20px;margin-right:10px}.masterstudy-authorization__separator{display:flex;width:100%;align-items:center;justify-content:center;margin-bottom:20px}.masterstudy-authorization__separator-line{display:flex;width:100%;margin-top:2px;border-bottom:1px solid #dbe0e9}.masterstudy-authorization__separator-title{display:flex;width:100%;align-items:center;justify-content:center;margin:0 8px;font-size:14px;font-style:normal;font-weight:500;line-height:normal;white-space:nowrap;color:#808c98}.masterstudy-authorization__form,.masterstudy-authorization__form-wrapper{flex-direction:column;display:flex;width:100%}.masterstudy-authorization__separator.masterstudy-authorization__separator_bottom{order:3;margin-top:20px}.masterstudy-authorization__form#masterstudy-authorization-form-restore{margin-top:10px}.masterstudy-authorization__form-field{display:flex;flex-direction:column;width:100%;margin-bottom:20px;position:relative}.masterstudy-authorization__form-field.masterstudy-authorization__form-field_has-error,.masterstudy-authorization__form-field.masterstudy-authorization__form-field_has-error .masterstudy-authorization__form-explain-pass{margin-bottom:10px}.masterstudy-authorization__form-field.masterstudy-authorization__form-field_has-error input.masterstudy-authorization__form-input,.masterstudy-authorization__form-field.masterstudy-authorization__form-field_has-error input.masterstudy-form-builder__text,.masterstudy-authorization__form-field.masterstudy-authorization__form-field_has-error textarea.masterstudy-authorization__form-textarea,.masterstudy-authorization__form-field.masterstudy-authorization__form-field_has-error textarea.masterstudy-form-builder__textarea{border-color:var(--danger-100)}.masterstudy-authorization__form-field-error{display:flex;width:100%;font-size:12px;font-style:normal;font-weight:400;line-height:normal;color:var(--danger-100);margin:5px 0 0}.masterstudy-authorization__form-field-error.masterstudy-authorization__form-field-error_main{margin:-10px 0 15px}.masterstudy-authorization__form-field-error.masterstudy-authorization__form-field-error_hide{display:none}.masterstudy-authorization__form input.masterstudy-authorization__form-input{display:flex;width:100%;align-items:center;outline:0;box-shadow:none;border:1px solid #dbe0e9;border-radius:4px;background:#fff;height:40px;padding:0 20px;font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:#001931;transition:.3s}.masterstudy-authorization__form input.masterstudy-authorization__form-input::-webkit-input-placeholder{font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:#808c98}.masterstudy-authorization__form input.masterstudy-authorization__form-input::-moz-placeholder{font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:#808c98}.masterstudy-authorization__form input.masterstudy-authorization__form-input::-ms-input-placeholder{font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:#808c98}.masterstudy-authorization__form input.masterstudy-authorization__form-input::placeholder{font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:#808c98}.masterstudy-authorization__form input.masterstudy-authorization__form-input:active{border:1px solid #dbe0e9;background:#fff;outline:0;box-shadow:none}.masterstudy-authorization__form input.masterstudy-authorization__form-input:focus{border:1px solid var(--accent-100);background:#fff;outline:0;box-shadow:none}.masterstudy-authorization__form input.masterstudy-authorization__form-input.masterstudy-authorization__form-input_pass{padding:0 60px 0 20px}.masterstudy-authorization__form textarea.masterstudy-authorization__form-textarea{display:flex;width:100%;align-items:center;outline:0;box-shadow:none;border:1px solid #dbe0e9;border-radius:4px;background:#fff;padding:10px 20px;font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:#001931;resize:none;transition:.3s}.masterstudy-authorization__form textarea.masterstudy-authorization__form-textarea::-webkit-input-placeholder{font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:#808c98}.masterstudy-authorization__form textarea.masterstudy-authorization__form-textarea::-moz-placeholder{font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:#808c98}.masterstudy-authorization__form textarea.masterstudy-authorization__form-textarea::-ms-input-placeholder{font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:#808c98}.masterstudy-authorization__form textarea.masterstudy-authorization__form-textarea::placeholder{font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:#808c98}.masterstudy-authorization__form textarea.masterstudy-authorization__form-textarea:active{border:1px solid #dbe0e9;background:#fff;outline:0;box-shadow:none}.masterstudy-authorization__form textarea.masterstudy-authorization__form-textarea:focus{border:1px solid var(--accent-100);background:#fff;outline:0;box-shadow:none}.masterstudy-authorization__form-show-pass{display:flex;justify-content:center;align-items:center;width:40px;height:40px;padding-top:2px;background:0 0;position:absolute;top:0;right:0;z-index:2}.masterstudy-authorization__form-show-pass::after{display:flex;content:"\e966";font-family:stmlms;font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:#808c98;transition:.3s}.masterstudy-authorization__form-show-pass:hover{cursor:pointer}.masterstudy-authorization__form-show-pass:hover::after{color:#001931}.masterstudy-authorization__form-show-pass.masterstudy-authorization__form-show-pass_open::after{content:"\e965"}.masterstudy-authorization__form-explain-pass{display:flex;width:100%;margin-top:5px;font-size:12px;font-style:normal;font-weight:500;line-height:normal;color:#808c98}.masterstudy-authorization__actions{display:flex;width:100%;align-items:center}.masterstudy-authorization__actions-remember{display:flex;align-items:center;margin-right:auto}.masterstudy-authorization__select-container{display:flex;width:100%;flex-direction:column}.masterstudy-authorization__select-wrapper{display:flex;width:100%;position:relative}.masterstudy-authorization__select-wrapper span.select2-container{display:flex!important;width:100%!important;height:40px!important}.masterstudy-authorization__select-wrapper span.select2-container span.selection{display:flex!important;width:100%!important}.masterstudy-authorization__select-wrapper span.select2-container span.select2-selection--single{display:flex!important;height:40px!important;width:100%!important;align-items:center!important;outline:0!important;box-shadow:none!important;border:1px solid #dbe0e9!important;background-color:#fff!important;border-radius:4px!important;padding:0!important}.masterstudy-authorization__select-wrapper span.select2-container span.select2-selection__rendered{display:flex!important;width:100%!important;padding:0 20px!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:normal!important;color:#001931!important;background:#fff!important}.masterstudy-authorization__select-wrapper span.select2-container span.select2-selection__arrow{display:flex!important;justify-content:center!important;align-items:center!important;width:40px!important;height:40px!important}.masterstudy-authorization__select-wrapper span.select2-container span.select2-selection__arrow b{border-color:#808c98 transparent transparent!important;border-width:6px 5px 0!important}.masterstudy-authorization__select-wrapper span.select2-container span.select2-dropdown{display:flex!important;width:100%!important;flex-direction:column!important;background:#fff!important;border:1px solid #dbe0e9!important;border-radius:4px!important;overflow:hidden!important}.masterstudy-authorization__select-wrapper span.select2-container span.select2-results{display:flex!important;width:100%!important;flex-direction:column!important;background:#fff!important;padding:5px 0!important}.masterstudy-authorization__select-wrapper span.select2-container span.select2-results li.select2-results__option{display:flex!important;width:100%!important;padding:6px 20px!important;margin:0 0 5px!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:normal!important;color:#001931!important}.masterstudy-authorization__select-wrapper span.select2-container span.select2-results li.select2-results__option:last-child{margin-bottom:0!important}.masterstudy-authorization__select-wrapper span.select2-container span.select2-results li.select2-results__option[aria-selected=true]{background-color:var(--accent-100)!important;color:#fff!important}.masterstudy-authorization__select-wrapper span.select2-container span.select2-results li.select2-results__option.select2-results__option--highlighted{background-color:var(--accent-hover)!important;color:#fff!important}.masterstudy-authorization__select-wrapper span.select2-container.select2-container--open span.select2-selection--single{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.masterstudy-authorization__select-wrapper span.select2-container.select2-container--open span.select2-dropdown{border-top:none!important;border-top-left-radius:0!important;border-top-right-radius:0!important}.masterstudy-authorization__select-wrapper span.select2-container.select2-container--open span.select2-selection__arrow b{border-color:transparent transparent #808c98!important;border-width:0 5px 6px!important}.masterstudy-authorization__gdpr{display:flex;width:100%;align-items:flex-start;margin-bottom:20px}.masterstudy-authorization__gdpr-text{margin:1px 0 0 4px;font-size:14px;font-style:normal;font-weight:500;line-height:normal;color:#4d5e6f;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:.3s}.masterstudy-authorization__gdpr-text:hover{cursor:pointer}.masterstudy-authorization__gdpr a.masterstudy-authorization__gdpr-link{font-size:14px;font-style:normal;font-weight:500;line-height:normal;color:var(--accent-100);text-decoration:none;transition:.3s}.masterstudy-authorization__gdpr a.masterstudy-authorization__gdpr-link:hover{cursor:pointer;color:var(--accent-hover)}.masterstudy-authorization__checkbox{display:flex}.masterstudy-authorization__checkbox-container{display:flex;align-items:center;margin:10px 15px 0 0}.masterstudy-authorization__checkbox-group{display:flex;width:100%;flex-wrap:wrap}.masterstudy-authorization__checkbox-label{display:flex;width:100%;font-size:14px;font-style:normal;font-weight:500;line-height:normal;color:#001931;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:0;margin:0}.masterstudy-authorization__checkbox-description{display:flex;width:100%;margin-top:5px;font-size:12px;font-style:normal;font-weight:500;line-height:normal;color:#808c98}.masterstudy-authorization__checkbox-title{display:flex;font-size:14px;font-style:normal;font-weight:500;line-height:normal;color:#001931;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:0 0 0 4px;margin:0}.masterstudy-authorization__checkbox-title:hover{cursor:pointer}.masterstudy-authorization__checkbox input{display:none}.masterstudy-authorization__checkbox-wrapper{display:flex;width:20px;height:20px;justify-content:center;align-items:center;border-radius:4px;background:#fff;border:2px solid #dbe0e9;transition:.3s}.masterstudy-authorization__checkbox-wrapper.masterstudy-authorization__checkbox-wrapper_checked{background:var(--accent-100);border-color:var(--accent-100)}.masterstudy-authorization__checkbox-wrapper.masterstudy-authorization__checkbox-wrapper_checked::after{display:flex;content:"\e94e";font-weight:400;font-size:8px;line-height:0;font-family:stmlms;color:#fff}.masterstudy-authorization__checkbox-wrapper:hover{cursor:pointer}.masterstudy-authorization__switch{display:flex;width:100%;padding:0 35px;margin-top:30px}.masterstudy-authorization__switch-wrapper{display:flex;width:100%;justify-content:space-between;align-items:center;border-top:1px solid #dbe0e9;padding:20px 0 0}.masterstudy-authorization__switch-account{display:flex;align-items:center}.masterstudy-authorization__switch-account-title{display:flex;font-size:14px;font-style:normal;font-weight:500;line-height:normal;color:#4d5e6f;margin-right:4px}.masterstudy-authorization__switch-account a.masterstudy-authorization__switch-account-link{display:flex;font-size:14px;font-style:normal;font-weight:500;line-height:normal;color:var(--accent-100);text-decoration:none;transition:.3s}.masterstudy-authorization__switch-account a.masterstudy-authorization__switch-account-link:hover{cursor:pointer;color:var(--accent-hover)}.masterstudy-authorization__switch-lost-pass{display:flex;font-size:14px;font-style:normal;font-weight:500;line-height:normal;color:#4d5e6f;transition:.3s}.masterstudy-authorization__switch-lost-pass:hover{cursor:pointer;color:#001931}.masterstudy-authorization__switch-lost-pass.masterstudy-authorization__switch-lost-pass_hide,.masterstudy-authorization__switch.masterstudy-authorization__switch_hide{display:none}.masterstudy-authorization__instructor{display:flex;width:100%;align-items:flex-start;margin-bottom:20px}.masterstudy-authorization__instructor-page{display:flex;align-items:center}.masterstudy-authorization__instructor-page-title{display:flex;font-size:14px;font-style:normal;font-weight:500;line-height:normal;color:#4d5e6f;margin-right:4px}.masterstudy-authorization__instructor-page a.masterstudy-authorization__instructor-page-link{display:flex;font-size:14px;font-style:normal;font-weight:500;line-height:normal;color:var(--accent-100);text-decoration:none;transition:.3s;margin:0 4px 0 0}.masterstudy-authorization__instructor-page a.masterstudy-authorization__instructor-page-link:hover{cursor:pointer;color:var(--accent-hover)}.masterstudy-authorization__instructor-page.masterstudy-authorization__instructor-page_hide{display:none}.masterstudy-authorization__instructor-text{margin:1px 0 0 4px;font-size:14px;font-style:normal;font-weight:500;line-height:normal;color:#4d5e6f;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:.3s}.masterstudy-authorization__instructor-text:hover{cursor:pointer}.masterstudy-authorization__instructor-container{display:none;width:100%;flex-direction:column}.masterstudy-authorization__instructor-container.masterstudy-authorization__instructor-container_open{display:flex}.masterstudy-authorization__instructor-confirm{display:none;flex-direction:column;justify-content:center;align-items:center;padding:0 0 30px}.masterstudy-authorization__instructor-confirm-icon{display:flex;width:50px;height:50px;justify-content:center;align-items:center;background:var(--accent-10);border-radius:50%}.masterstudy-authorization__instructor-confirm-icon::before{display:flex;content:"\e971";font-family:stmlms;line-height:normal;font-size:18px;color:var(--accent-100)}.masterstudy-authorization__instructor-confirm-icon-wrapper{display:flex;width:80px;height:80px;justify-content:center;align-items:center;border-radius:50px;background:var(--accent-10);margin-bottom:20px}.masterstudy-authorization__instructor-confirm-title{text-align:center;font-size:24px;font-style:normal;font-weight:700;line-height:28px;color:#001931;margin-bottom:5px}.masterstudy-authorization__instructor-confirm-instructions{text-align:center;font-size:16px;font-style:normal;font-weight:500;line-height:normal;color:#4d5e6f;margin:0 0 20px;padding:0 20px}.masterstudy-authorization__instructor-confirm-actions{display:flex;width:100%;justify-content:center}.masterstudy-authorization__instructor-confirm.masterstudy-authorization__instructor-confirm_show{display:flex}.masterstudy-authorization__instructor-already{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 0 30px}.masterstudy-authorization__instructor-already-icon{display:flex;width:50px;height:50px;justify-content:center;align-items:center;background:var(--accent-10);border-radius:50%}.masterstudy-authorization__instructor-already-icon::before{display:flex;content:"\e971";font-family:stmlms;line-height:normal;font-size:18px;color:var(--accent-100)}.masterstudy-authorization__instructor-already-icon-wrapper{display:flex;width:80px;height:80px;justify-content:center;align-items:center;border-radius:50px;background:var(--accent-10);margin-bottom:20px}.masterstudy-authorization__instructor-already-title{text-align:center;font-size:24px;font-style:normal;font-weight:700;line-height:28px;color:#001931;margin-bottom:15px}.masterstudy-authorization__instructor-already-actions{display:flex;width:100%;justify-content:center}.masterstudy-authorization__send-mail{display:none;flex-direction:column;justify-content:center;align-items:center;padding:0 0 30px}.masterstudy-authorization__send-mail-icon{display:flex;width:50px;height:50px;justify-content:center;align-items:center;background:var(--accent-10);border-radius:50%}.masterstudy-authorization__send-mail-icon::before{display:flex;content:"\e972";font-family:stmlms;line-height:normal;font-size:30px;color:var(--accent-100)}.masterstudy-authorization__send-mail-icon-wrapper{display:flex;width:80px;height:80px;justify-content:center;align-items:center;border-radius:50px;background:var(--accent-10);margin-bottom:15px}.masterstudy-authorization__send-mail-content{display:flex;width:100%;flex-direction:column;padding:0 20px;margin-bottom:20px}.masterstudy-authorization__send-mail-content-subtitle{text-align:center;font-size:16px;font-style:normal;font-weight:500;line-height:normal;color:#4d5e6f}.masterstudy-authorization__send-mail-content-title,.masterstudy-authorization__send-mail-title{text-align:center;font-size:24px;font-style:normal;font-weight:700;line-height:28px;color:#001931;margin-bottom:5px}.masterstudy-authorization__send-mail-instructions,.masterstudy-authorization__send-mail-text{font-size:16px;font-style:normal;font-weight:500;line-height:normal;color:#4d5e6f;padding:0 20px}.masterstudy-authorization__send-mail-text{text-align:center;margin:-15px 0 20px}.masterstudy-authorization__send-mail-instructions{text-align:center;margin:0 0 20px}.masterstudy-authorization__send-mail.masterstudy-authorization__send-mail_show{display:flex}.masterstudy-authorization .masterstudy-file-upload__item .masterstudy-file-upload__title{font-size:14px}.masterstudy-authorization.masterstudy-authorization_style-modal .masterstudy-authorization__switch{padding:20px 35px;border-top:1px solid #dbe0e9;background:#eef1f7;position:sticky;bottom:0;left:0;z-index:2}.masterstudy-authorization.masterstudy-authorization_style-modal .masterstudy-authorization__switch-wrapper{padding:0;border:none}.masterstudy-authorization.masterstudy-authorization_login #masterstudy-authorization-actions-register,.masterstudy-authorization.masterstudy-authorization_login #masterstudy-authorization-form-register,.masterstudy-authorization.masterstudy-authorization_login #masterstudy-authorization-sign-in,.masterstudy-authorization.masterstudy-authorization_login #masterstudy-authorization-social-register,.masterstudy-authorization.masterstudy-authorization_login .masterstudy-authorization__gdpr,.masterstudy-authorization.masterstudy-authorization_login .masterstudy-button[data-id=masterstudy-authorization-register-button],.masterstudy-authorization.masterstudy-authorization_register #masterstudy-authorization-actions-login,.masterstudy-authorization.masterstudy-authorization_register #masterstudy-authorization-form-login,.masterstudy-authorization.masterstudy-authorization_register #masterstudy-authorization-sign-up,.masterstudy-authorization.masterstudy-authorization_register #masterstudy-authorization-social-login,.masterstudy-authorization.masterstudy-authorization_register .masterstudy-authorization__actions-remember,.masterstudy-authorization.masterstudy-authorization_register .masterstudy-authorization__switch-lost-pass,.masterstudy-authorization.masterstudy-authorization_register .masterstudy-button[data-id=masterstudy-authorization-login-button]{display:none}.masterstudy-authorization.masterstudy-authorization_dark-mode{background:#171717}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__header-title{color:#fff}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__demo{background:#1e1e1e}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__demo-title{color:#fff}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__demo-role-title:first-child{border-color:rgba(255,255,255,.1)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__social-google{background:#1e1e1e;border-color:rgba(255,255,255,.3);color:#fff}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__social-google:hover{border-color:rgba(255,255,255,.7)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__separator-line{border-color:rgba(255,255,255,.05)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__separator-title{color:rgba(255,255,255,.5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form-field.masterstudy-authorization__form-field_has-error input.masterstudy-authorization__form-input,.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form-field.masterstudy-authorization__form-field_has-error input.masterstudy-form-builder__text,.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form-field.masterstudy-authorization__form-field_has-error textarea.masterstudy-authorization__form-textarea,.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form-field.masterstudy-authorization__form-field_has-error textarea.masterstudy-form-builder__textarea{border-color:var(--danger-100)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form input.masterstudy-form-builder__text{border-color:rgba(255,255,255,.05);background:#171717;color:#fff}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form input.masterstudy-form-builder__text::-webkit-input-placeholder{color:rgba(255,255,255,.5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form input.masterstudy-form-builder__text::-moz-placeholder{color:rgba(255,255,255,.5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form input.masterstudy-form-builder__text::-ms-input-placeholder{color:rgba(255,255,255,.5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form input.masterstudy-form-builder__text::placeholder{color:rgba(255,255,255,.5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form input.masterstudy-form-builder__text:active{border-color:rgba(255,255,255,.05);background:#171717}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form input.masterstudy-form-builder__text:focus{border-color:var(--accent-100);background:#171717}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form textarea.masterstudy-form-builder__textarea{border-color:rgba(255,255,255,.05);background:#171717;color:#fff}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form textarea.masterstudy-form-builder__textarea::-webkit-input-placeholder{color:rgba(255,255,255,.5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form textarea.masterstudy-form-builder__textarea::-moz-placeholder{color:rgba(255,255,255,.5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form textarea.masterstudy-form-builder__textarea::-ms-input-placeholder{color:rgba(255,255,255,.5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form textarea.masterstudy-form-builder__textarea::placeholder{color:rgba(255,255,255,.5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form textarea.masterstudy-form-builder__textarea:active{border-color:rgba(255,255,255,.05);background:#171717}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form textarea.masterstudy-form-builder__textarea:focus{border-color:var(--accent-100);background:#171717}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form input.masterstudy-authorization__form-input{border-color:rgba(255,255,255,.05);background:#171717;color:#fff}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form input.masterstudy-authorization__form-input::-webkit-input-placeholder{color:rgba(255,255,255,.5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form input.masterstudy-authorization__form-input::-moz-placeholder{color:rgba(255,255,255,.5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form input.masterstudy-authorization__form-input::-ms-input-placeholder{color:rgba(255,255,255,.5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form input.masterstudy-authorization__form-input::placeholder{color:rgba(255,255,255,.5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form input.masterstudy-authorization__form-input:active{border-color:rgba(255,255,255,.05);background:#171717}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form input.masterstudy-authorization__form-input:focus{border-color:var(--accent-100);background:#171717}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form textarea.masterstudy-authorization__form-textarea{border-color:rgba(255,255,255,.05);background:#171717;color:#fff}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form textarea.masterstudy-authorization__form-textarea::-webkit-input-placeholder{color:rgba(255,255,255,.5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form textarea.masterstudy-authorization__form-textarea::-moz-placeholder{color:rgba(255,255,255,.5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form textarea.masterstudy-authorization__form-textarea::-ms-input-placeholder{color:rgba(255,255,255,.5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form textarea.masterstudy-authorization__form-textarea::placeholder{color:rgba(255,255,255,.5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form textarea.masterstudy-authorization__form-textarea:active{border-color:rgba(255,255,255,.05);background:#171717}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form textarea.masterstudy-authorization__form-textarea:focus{border-color:var(--accent-100);background:#171717}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form-show-pass::after{color:rgba(255,255,255,.5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form-show-pass:hover::after{color:#fff}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form-explain-pass{color:rgba(255,255,255,.5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__switch-wrapper{border-color:rgba(255,255,255,.05)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__switch-account-title,.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__switch-lost-pass{color:rgba(255,255,255,.7)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__switch-lost-pass:hover{color:#fff}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__gdpr-text{color:rgba(255,255,255,.7)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__restore-header-title{color:#fff}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__restore-header-back{background:rgba(255,255,255,.1)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__restore-header-back::after{color:rgba(255,255,255,.5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__restore-header-back:hover::after{color:rgba(255,255,255,.7)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__send-mail-icon{background:var(--accent-10)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__send-mail-instructions,.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__send-mail-title{color:#fff}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__instructor-text{color:rgba(255,255,255,.7)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__checkbox-label{color:#fff}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__checkbox-description{color:rgba(255,255,255,.5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__checkbox-wrapper{background:#171717;border-color:rgba(255,255,255,.05)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__checkbox-wrapper.masterstudy-authorization__checkbox-wrapper_checked{background:var(--accent-100);border-color:var(--accent-100)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__checkbox-title,.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-form-builder__checkbox-label,.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-form-builder__text-label,.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-form-builder__textarea-label{color:#fff}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-form-builder__checkbox-description{color:rgba(255,255,255,.5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-form-builder__checkbox-title,.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-form-builder__radio-label,.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-form-builder__radio-title,.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-form-builder__select-label{color:#fff}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-form-builder__checkbox-wrapper{background:#171717;border-color:rgba(255,255,255,.05)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-form-builder__checkbox-wrapper.masterstudy-form-builder__checkbox-wrapper_checked{background:var(--accent-100);border-color:var(--accent-100)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-form-builder__select-wrapper span.select2-container span.select2-selection--single{background-color:#171717!important;border-color:rgba(255,255,255,.05)!important}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-form-builder__select-wrapper span.select2-container span.select2-selection__rendered{color:#fff!important;background:#171717!important}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-form-builder__select-wrapper span.select2-container span.select2-selection__arrow b{border-color:rgba(255,255,255,.5) transparent transparent!important}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-form-builder__select-wrapper span.select2-container span.select2-dropdown{background:#171717!important;border-color:rgba(255,255,255,.05)!important}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-form-builder__select-wrapper span.select2-container span.select2-results{background:#171717!important}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-form-builder__select-wrapper span.select2-container span.select2-results li.select2-results__option{color:#fff!important}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-form-builder__select-wrapper span.select2-container.select2-container--open span.select2-selection__arrow b{border-color:transparent transparent rgba(255,255,255,.5)!important}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-form-builder__radio-wrapper{background:#171717;border-color:rgba(255,255,255,.05)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-form-builder__radio-wrapper.masterstudy-form-builder__radio-wrapper_checked{border:2px solid var(--accent-100)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-form-builder__radio-wrapper.masterstudy-form-builder__radio-wrapper_checked::after{display:flex;content:"";width:8px;height:8px;line-height:0;border-radius:50%;background:var(--accent-100)}.masterstudy-authorization.masterstudy-authorization_dark-mode.masterstudy-authorization_style-modal .masterstudy-authorization__switch{border-color:rgba(255,255,255,.05);background:#1e1e1e}.masterstudy-authorization div.nsl-container .nsl-container-buttons{padding:0 0 10px}.masterstudy-authorization div.nsl-container .nsl-container-buttons a{margin:0 0 10px}@media (min-width:1281px) and (max-width:1367px){.masterstudy-authorization-modal__wrapper{max-height:600px}}@media (max-width:576px){.masterstudy-authorization{height:100%}.masterstudy-authorization-modal__wrapper{width:100%;height:100%;max-height:100%;border-radius:0}.masterstudy-authorization__actions{margin-bottom:20px}.masterstudy-authorization_style-modal .masterstudy-authorization__switch{margin-top:auto}.masterstudy-authorization__send-mail{padding:0 0 25px;margin:auto 0}.masterstudy-authorization__send-mail-title{padding:0 50px}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(.1,.1);transform:scale(.1,.1);opacity:0}50%{opacity:1}100%{-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2);opacity:0}}@keyframes pulse{0%{-webkit-transform:scale(.1,.1);transform:scale(.1,.1);opacity:0}50%{opacity:1}100%{-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2);opacity:0}}@-webkit-keyframes rotate360{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate360{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}a.masterstudy-button{display:flex;justify-content:center;align-items:center;outline:0;border:none;min-height:auto;border-radius:5px;transition:.2s;text-decoration:none;caret-color:transparent;box-shadow:none}a.masterstudy-button .masterstudy-button__title{font-size:14px;line-height:18px;letter-spacing:0;text-transform:capitalize;text-decoration:none;white-space:nowrap;transition:.2s}a.masterstudy-button.masterstudy-button_size-sm{height:40px;padding:0 20px}a.masterstudy-button.masterstudy-button_size-sm .masterstudy-button__title{font-weight:500}a.masterstudy-button.masterstudy-button_size-sm::after,a.masterstudy-button.masterstudy-button_size-sm::before{font-size:15px;font-weight:500}a.masterstudy-button.masterstudy-button_size-sm.masterstudy-button_loading::after,a.masterstudy-button.masterstudy-button_size-sm.masterstudy-button_loading::before{width:15px;height:15px}a.masterstudy-button.masterstudy-button_size-md{height:50px;padding:0 24px}a.masterstudy-button.masterstudy-button_size-md .masterstudy-button__title{font-weight:700}a.masterstudy-button.masterstudy-button_size-md::after,a.masterstudy-button.masterstudy-button_size-md::before{font-size:16px;font-weight:500}a.masterstudy-button.masterstudy-button_size-md.masterstudy-button_loading::after,a.masterstudy-button.masterstudy-button_size-md.masterstudy-button_loading::before{width:20px;height:20px}a.masterstudy-button.masterstudy-button_icon-left::before{display:flex;font-family:stmlms;margin:0 5px 0 0;transition:.2s}a.masterstudy-button.masterstudy-button_icon-center::before{display:flex;font-family:stmlms;margin:0 auto;transition:.2s}a.masterstudy-button.masterstudy-button_icon-right::after{display:flex;font-family:stmlms;margin:0 0 0 5px;transition:.2s}a.masterstudy-button.masterstudy-button_style-primary{background:var(--accent-100)}a.masterstudy-button.masterstudy-button_style-primary .masterstudy-button__title{color:#fff}a.masterstudy-button.masterstudy-button_style-primary::after,a.masterstudy-button.masterstudy-button_style-primary::before{color:#fff;border-color:#fff}a.masterstudy-button.masterstudy-button_style-primary.masterstudy-button_disabled{opacity:.3;cursor:default}a.masterstudy-button.masterstudy-button_style-primary.masterstudy-button_disabled:hover{cursor:default;background:var(--accent-100)}a.masterstudy-button.masterstudy-button_style-primary.masterstudy-button_disabled:hover .masterstudy-button__title{color:#fff}a.masterstudy-button.masterstudy-button_style-primary:hover{cursor:pointer;background:var(--accent-hover)}a.masterstudy-button.masterstudy-button_style-secondary.masterstudy-button_disabled,a.masterstudy-button.masterstudy-button_style-secondary.masterstudy-button_disabled:hover{cursor:default}a.masterstudy-button.masterstudy-button_style-secondary{background:#eef1f7}a.masterstudy-button.masterstudy-button_style-secondary .masterstudy-button__title{color:#4d5e6f}a.masterstudy-button.masterstudy-button_style-secondary::after,a.masterstudy-button.masterstudy-button_style-secondary::before{color:#4d5e6f;border-color:#4d5e6f}a.masterstudy-button.masterstudy-button_style-secondary.masterstudy-button_disabled::after,a.masterstudy-button.masterstudy-button_style-secondary.masterstudy-button_disabled::before,a.masterstudy-button.masterstudy-button_style-secondary.masterstudy-button_disabled:hover::after,a.masterstudy-button.masterstudy-button_style-secondary.masterstudy-button_disabled:hover::before{color:#b3bac2;border-color:#b3bac2}a.masterstudy-button.masterstudy-button_style-secondary.masterstudy-button_disabled .masterstudy-button__title{color:#b3bac2}a.masterstudy-button.masterstudy-button_style-secondary.masterstudy-button_disabled:hover .masterstudy-button__title{color:#b3bac2}a.masterstudy-button.masterstudy-button_style-secondary:hover{cursor:pointer}a.masterstudy-button.masterstudy-button_style-secondary:hover .masterstudy-button__title{color:#001931}a.masterstudy-button.masterstudy-button_style-secondary:hover::after,a.masterstudy-button.masterstudy-button_style-secondary:hover::before{color:#001931;border-color:#001931}a.masterstudy-button.masterstudy-button_style-tertiary.masterstudy-button_disabled:hover::after,a.masterstudy-button.masterstudy-button_style-tertiary.masterstudy-button_disabled:hover::before,a.masterstudy-button.masterstudy-button_style-tertiary::after,a.masterstudy-button.masterstudy-button_style-tertiary::before{color:var(--accent-100);border-color:var(--accent-100)}a.masterstudy-button.masterstudy-button_style-tertiary{background:var(--accent-10)}a.masterstudy-button.masterstudy-button_style-tertiary .masterstudy-button__title{color:var(--accent-100)}a.masterstudy-button.masterstudy-button_style-tertiary.masterstudy-button_disabled{opacity:.7;cursor:default}a.masterstudy-button.masterstudy-button_style-tertiary.masterstudy-button_disabled:hover{cursor:default;background:var(--accent-10)}a.masterstudy-button.masterstudy-button_style-tertiary.masterstudy-button_disabled:hover .masterstudy-button__title{color:var(--accent-100)}a.masterstudy-button.masterstudy-button_style-tertiary:hover{cursor:pointer;background:var(--accent-100)}a.masterstudy-button.masterstudy-button_style-tertiary:hover .masterstudy-button__title{color:#fff}a.masterstudy-button.masterstudy-button_style-tertiary:hover::after,a.masterstudy-button.masterstudy-button_style-tertiary:hover::before{color:#fff;border-color:#fff}a.masterstudy-button.masterstudy-button_style-outline{background:0 0;border:1px solid var(--accent-100)}a.masterstudy-button.masterstudy-button_style-outline .masterstudy-button__title{color:var(--accent-100)}a.masterstudy-button.masterstudy-button_style-outline::after,a.masterstudy-button.masterstudy-button_style-outline::before{color:var(--accent-100);border-color:var(--accent-100)}a.masterstudy-button.masterstudy-button_style-outline.masterstudy-button_disabled{border-color:#b3bac2;cursor:default}a.masterstudy-button.masterstudy-button_style-outline.masterstudy-button_disabled .masterstudy-button__title{color:#808c98}a.masterstudy-button.masterstudy-button_style-outline.masterstudy-button_disabled::after,a.masterstudy-button.masterstudy-button_style-outline.masterstudy-button_disabled::before{color:#808c98;border-color:#808c98}a.masterstudy-button.masterstudy-button_style-outline.masterstudy-button_disabled:hover{cursor:default;background:0 0;border-color:#b3bac2}a.masterstudy-button.masterstudy-button_style-outline.masterstudy-button_disabled:hover .masterstudy-button__title{color:#808c98}a.masterstudy-button.masterstudy-button_style-outline.masterstudy-button_disabled:hover::after,a.masterstudy-button.masterstudy-button_style-outline.masterstudy-button_disabled:hover::before{color:#808c98;border-color:#808c98}a.masterstudy-button.masterstudy-button_style-outline:hover{cursor:pointer;background:var(--accent-100)}a.masterstudy-button.masterstudy-button_style-outline:hover .masterstudy-button__title{color:#fff}a.masterstudy-button.masterstudy-button_style-outline:hover::after,a.masterstudy-button.masterstudy-button_style-outline:hover::before{color:#fff;border-color:#fff}a.masterstudy-button.masterstudy-button_style-transparent-danger{background:0 0;border:none}a.masterstudy-button.masterstudy-button_style-transparent-danger .masterstudy-button__title,a.masterstudy-button.masterstudy-button_style-transparent-danger::after,a.masterstudy-button.masterstudy-button_style-transparent-danger::before{color:var(--danger-100)}a.masterstudy-button.masterstudy-button_style-transparent-danger.masterstudy-button_disabled{border-color:#b3bac2;cursor:default}a.masterstudy-button.masterstudy-button_style-transparent-danger.masterstudy-button_disabled .masterstudy-button__title{color:#808c98}a.masterstudy-button.masterstudy-button_style-transparent-danger.masterstudy-button_disabled::after,a.masterstudy-button.masterstudy-button_style-transparent-danger.masterstudy-button_disabled::before{color:#808c98;border-color:#808c98}a.masterstudy-button.masterstudy-button_style-transparent-danger.masterstudy-button_disabled:hover{cursor:default;background:0 0;border-color:#b3bac2}a.masterstudy-button.masterstudy-button_style-transparent-danger.masterstudy-button_disabled:hover .masterstudy-button__title{color:#808c98}a.masterstudy-button.masterstudy-button_style-transparent-danger.masterstudy-button_disabled:hover::after,a.masterstudy-button.masterstudy-button_style-transparent-danger.masterstudy-button_disabled:hover::before{color:#808c98;border-color:#808c98}a.masterstudy-button.masterstudy-button_style-transparent-danger:hover{cursor:pointer}a.masterstudy-button.masterstudy-button_style-transparent-danger:hover .masterstudy-button__title{color:var(--danger-70)}a.masterstudy-button.masterstudy-button_style-transparent-danger:hover::after,a.masterstudy-button.masterstudy-button_style-transparent-danger:hover::before{color:var(--danger-70);border-color:var(--danger-70)}a.masterstudy-button.masterstudy-button_style-danger{background:var(--danger-100)}a.masterstudy-button.masterstudy-button_style-danger .masterstudy-button__title{color:#fff}a.masterstudy-button.masterstudy-button_style-danger::after,a.masterstudy-button.masterstudy-button_style-danger::before{color:#fff;border-color:#fff}a.masterstudy-button.masterstudy-button_style-danger.masterstudy-button_disabled{opacity:.3;cursor:default}a.masterstudy-button.masterstudy-button_style-danger.masterstudy-button_disabled:hover{cursor:default;background:var(--danger-100)}a.masterstudy-button.masterstudy-button_style-danger.masterstudy-button_disabled:hover .masterstudy-button__title{color:#fff}a.masterstudy-button.masterstudy-button_style-danger:hover{cursor:pointer;background:var(--accent-100)}a.masterstudy-button.masterstudy-button_loading .masterstudy-button__title{display:none}a.masterstudy-button.masterstudy-button_loading.masterstudy-button_icon-left::before,a.masterstudy-button.masterstudy-button_loading::before{content:"";display:flex;margin:0;border-radius:50%;border-width:2px;border-style:solid;-webkit-animation:pulse 1.5s ease-out;animation:pulse 1.5s ease-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;opacity:0;z-index:99}a.masterstudy-button.masterstudy-button_loading.masterstudy-button_icon-right::before{display:none}a.masterstudy-button.masterstudy-button_loading.masterstudy-button_icon-right::after{content:"";display:flex;margin:0;border-radius:50%;border-width:2px;border-style:solid;-webkit-animation:pulse 1.5s ease-out;animation:pulse 1.5s ease-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;opacity:0;z-index:99}a.masterstudy-button.masterstudy-button_icon-plus.masterstudy-button_icon-center::before,a.masterstudy-button.masterstudy-button_icon-plus.masterstudy-button_icon-left::before,a.masterstudy-button.masterstudy-button_icon-plus.masterstudy-button_icon-right::after{content:"\e952"}a.masterstudy-button.masterstudy-button_icon-mic.masterstudy-button_icon-center::before,a.masterstudy-button.masterstudy-button_icon-mic.masterstudy-button_icon-left::before,a.masterstudy-button.masterstudy-button_icon-mic.masterstudy-button_icon-right::after{content:"\e96a"}a.masterstudy-button.masterstudy-button_icon-camera.masterstudy-button_icon-center::before,a.masterstudy-button.masterstudy-button_icon-camera.masterstudy-button_icon-left::before,a.masterstudy-button.masterstudy-button_icon-camera.masterstudy-button_icon-right::after{content:"\e969"}a.masterstudy-button.masterstudy-button_icon-upload-alt.masterstudy-button_icon-center::before,a.masterstudy-button.masterstudy-button_icon-upload-alt.masterstudy-button_icon-left::before,a.masterstudy-button.masterstudy-button_icon-upload-alt.masterstudy-button_icon-right::after{content:"\e9ba"}a.masterstudy-button.masterstudy-button_icon-upload.masterstudy-button_icon-center::before,a.masterstudy-button.masterstudy-button_icon-upload.masterstudy-button_icon-left::before,a.masterstudy-button.masterstudy-button_icon-upload.masterstudy-button_icon-right::after{content:"\e958"}a.masterstudy-button.masterstudy-button_icon-trash.masterstudy-button_icon-center::before,a.masterstudy-button.masterstudy-button_icon-trash.masterstudy-button_icon-left::before,a.masterstudy-button.masterstudy-button_icon-trash.masterstudy-button_icon-right::after{content:"\e956"}a.masterstudy-button.masterstudy-button_icon-play.masterstudy-button_icon-center::before,a.masterstudy-button.masterstudy-button_icon-play.masterstudy-button_icon-left::before,a.masterstudy-button.masterstudy-button_icon-play.masterstudy-button_icon-right::after{content:"\e955"}a.masterstudy-button.masterstudy-button_icon-download.masterstudy-button_icon-center::before,a.masterstudy-button.masterstudy-button_icon-download.masterstudy-button_icon-left::before,a.masterstudy-button.masterstudy-button_icon-download.masterstudy-button_icon-right::after{content:"\e941"}a.masterstudy-button.masterstudy-button_icon-download-alt.masterstudy-button_icon-center::before,a.masterstudy-button.masterstudy-button_icon-download-alt.masterstudy-button_icon-left::before,a.masterstudy-button.masterstudy-button_icon-download-alt.masterstudy-button_icon-right::after{content:"\e9bb"}