@charset "UTF-8";
.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-enterprise-modal__form-field.masterstudy-enterprise-modal__form-field_has-error input.masterstudy-enterprise-modal__form-input,.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-enterprise-modal__form-field.masterstudy-enterprise-modal__form-field_has-error input.masterstudy-form-builder__text,.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-enterprise-modal__form-field.masterstudy-enterprise-modal__form-field_has-error textarea.masterstudy-enterprise-modal__form-textarea,.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-enterprise-modal__form-field.masterstudy-enterprise-modal__form-field_has-error textarea.masterstudy-form-builder__textarea,.masterstudy-enterprise-modal__form-field.masterstudy-enterprise-modal__form-field_has-error input.masterstudy-enterprise-modal__form-input,.masterstudy-enterprise-modal__form-field.masterstudy-enterprise-modal__form-field_has-error input.masterstudy-form-builder__text,.masterstudy-enterprise-modal__form-field.masterstudy-enterprise-modal__form-field_has-error textarea.masterstudy-enterprise-modal__form-textarea,.masterstudy-enterprise-modal__form-field.masterstudy-enterprise-modal__form-field_has-error textarea.masterstudy-form-builder__textarea{border-color:var(--danger-100)}body.masterstudy-enterprise-modal-body-hidden{overflow:hidden}.masterstudy-enterprise-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:rgb(0 0 0 / .4);opacity:0;visibility:hidden}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_open{opacity:1;visibility:visible}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_open .masterstudy-enterprise-modal__wrapper{-webkit-transform:translateY(0);transform:translateY(0)}.masterstudy-enterprise-modal__wrapper{display:flex;flex-direction:column;width:500px;max-height:700px;background:#fff;border-radius:10px;box-shadow:0 20px 40px 0 rgb(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-enterprise-modal__container{display:flex;flex-direction:column;position:relative;height:100%;padding:25px 35px;overflow-y:auto}.masterstudy-enterprise-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-enterprise-modal__close::after{content:"\e94a";color:#808c98;font-family:stmlms;font-size:10px;line-height:normal;transition:.2s;margin-top:1px}.masterstudy-enterprise-modal__close:hover{cursor:pointer}.masterstudy-enterprise-modal__close:hover::after{color:#4d5e6f}.masterstudy-enterprise-modal__content{display:flex;width:100%}.masterstudy-enterprise-modal__header{display:flex;width:100%;margin-bottom:20px}.masterstudy-enterprise-modal__header-title{line-height:normal;font-style:normal;font-weight:700;font-size:20px;color:#001931}.masterstudy-enterprise-modal__header-back{display:flex;width:25px;height:25px;justify-content:center;align-items:center;border-radius:30px;background:#eef1f7;margin-right:10px}.masterstudy-enterprise-modal__header-back::after{content:"\e967";color:#808c98;font-family:stmlms;font-size:12px;line-height:normal;transition:.2s}.masterstudy-enterprise-modal__header-back:hover{cursor:pointer}.masterstudy-enterprise-modal__header-back:hover::after{color:#4d5e6f}.masterstudy-enterprise-modal__form{display:flex;width:100%;flex-direction:column}.masterstudy-enterprise-modal__form.masterstudy-enterprise-modal__form_hide{display:none}.masterstudy-enterprise-modal__form-wrapper{display:flex;width:100%;flex-direction:column}.masterstudy-enterprise-modal__form-field{display:flex;flex-direction:column;width:100%;margin-bottom:20px;position:relative}.masterstudy-enterprise-modal__form-field.masterstudy-enterprise-modal__form-field_has-error{margin-bottom:10px}.masterstudy-enterprise-modal__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-enterprise-modal__form-field-error.masterstudy-enterprise-modal__form-field-error_main{margin:-10px 0 15px}.masterstudy-enterprise-modal__form-field-error.masterstudy-enterprise-modal__form-field-error_hide{display:none}.masterstudy-enterprise-modal__form input.masterstudy-enterprise-modal__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-enterprise-modal__form input.masterstudy-enterprise-modal__form-input::-webkit-input-placeholder{font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:#808c98}.masterstudy-enterprise-modal__form input.masterstudy-enterprise-modal__form-input::-moz-placeholder{font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:#808c98}.masterstudy-enterprise-modal__form input.masterstudy-enterprise-modal__form-input::-ms-input-placeholder{font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:#808c98}.masterstudy-enterprise-modal__form input.masterstudy-enterprise-modal__form-input::placeholder{font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:#808c98}.masterstudy-enterprise-modal__form input.masterstudy-enterprise-modal__form-input:active{border:1px solid #dbe0e9;background:#fff;outline:0;box-shadow:none}.masterstudy-enterprise-modal__form input.masterstudy-enterprise-modal__form-input:focus{border:1px solid var(--accent-100);background:#fff;outline:0;box-shadow:none}.masterstudy-enterprise-modal__form textarea.masterstudy-enterprise-modal__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-enterprise-modal__form textarea.masterstudy-enterprise-modal__form-textarea::-webkit-input-placeholder{font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:#808c98}.masterstudy-enterprise-modal__form textarea.masterstudy-enterprise-modal__form-textarea::-moz-placeholder{font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:#808c98}.masterstudy-enterprise-modal__form textarea.masterstudy-enterprise-modal__form-textarea::-ms-input-placeholder{font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:#808c98}.masterstudy-enterprise-modal__form textarea.masterstudy-enterprise-modal__form-textarea::placeholder{font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:#808c98}.masterstudy-enterprise-modal__form textarea.masterstudy-enterprise-modal__form-textarea:active{border:1px solid #dbe0e9;background:#fff;outline:0;box-shadow:none}.masterstudy-enterprise-modal__form textarea.masterstudy-enterprise-modal__form-textarea:focus{border:1px solid var(--accent-100);background:#fff;outline:0;box-shadow:none}.masterstudy-enterprise-modal__success{display:none;width:100%;flex-direction:column;justify-content:center;align-items:center}.masterstudy-enterprise-modal__success.masterstudy-enterprise-modal__success_show{display:flex}.masterstudy-enterprise-modal__success a.masterstudy-button{margin:0!important}.masterstudy-enterprise-modal__success-icon{display:flex;width:50px;height:50px;justify-content:center;align-items:center;background:var(--accent-10);border-radius:50%}.masterstudy-enterprise-modal__success-icon::before{display:flex;content:"\e972";font-family:stmlms;line-height:normal;font-size:30px;color:var(--accent-100)}.masterstudy-enterprise-modal__success-icon-wrapper{display:flex;width:80px;height:80px;justify-content:center;align-items:center;border-radius:50px;background:var(--accent-10);margin:10px 0 15px}.masterstudy-enterprise-modal__success-title{text-align:center;font-size:24px;font-style:normal;font-weight:700;line-height:28px;color:#001931;margin-bottom:20px}.masterstudy-enterprise-modal__actions{display:flex;width:100%;align-items:center}.masterstudy-enterprise-modal__actions.masterstudy-enterprise-modal__actions_hide{display:none}.masterstudy-enterprise-modal__actions a.masterstudy-button{display:flex!important;margin:0!important}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-enterprise-modal__wrapper{background:#171717}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-enterprise-modal__header-title{color:#fff}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-enterprise-modal__close{background:#1e1e1e}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-enterprise-modal__close::after{color:rgb(255 255 255 / .5)}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-enterprise-modal__close:hover::after{color:rgb(255 255 255 / .7)}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-enterprise-modal__form input.masterstudy-form-builder__text{border-color:rgb(255 255 255 / .05);background:#171717;color:#fff}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-enterprise-modal__form input.masterstudy-form-builder__text::-webkit-input-placeholder{color:rgb(255 255 255 / .5)}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-enterprise-modal__form input.masterstudy-form-builder__text::-moz-placeholder{color:rgb(255 255 255 / .5)}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-enterprise-modal__form input.masterstudy-form-builder__text::-ms-input-placeholder{color:rgb(255 255 255 / .5)}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-enterprise-modal__form input.masterstudy-form-builder__text::placeholder{color:rgb(255 255 255 / .5)}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-enterprise-modal__form input.masterstudy-form-builder__text:active{border-color:rgb(255 255 255 / .05);background:#171717}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-enterprise-modal__form input.masterstudy-form-builder__text:focus{border-color:var(--accent-100);background:#171717}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-enterprise-modal__form textarea.masterstudy-form-builder__textarea{border-color:rgb(255 255 255 / .05);background:#171717;color:#fff}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-enterprise-modal__form textarea.masterstudy-form-builder__textarea::-webkit-input-placeholder{color:rgb(255 255 255 / .5)}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-enterprise-modal__form textarea.masterstudy-form-builder__textarea::-moz-placeholder{color:rgb(255 255 255 / .5)}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-enterprise-modal__form textarea.masterstudy-form-builder__textarea::-ms-input-placeholder{color:rgb(255 255 255 / .5)}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-enterprise-modal__form textarea.masterstudy-form-builder__textarea::placeholder{color:rgb(255 255 255 / .5)}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-enterprise-modal__form textarea.masterstudy-form-builder__textarea:active{border-color:rgb(255 255 255 / .05);background:#171717}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-enterprise-modal__form textarea.masterstudy-form-builder__textarea:focus{border-color:var(--accent-100);background:#171717}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-enterprise-modal__form input.masterstudy-enterprise-modal__form-input{border-color:rgb(255 255 255 / .05);background:#171717;color:#fff}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-enterprise-modal__form input.masterstudy-enterprise-modal__form-input::-webkit-input-placeholder{color:rgb(255 255 255 / .5)}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-enterprise-modal__form input.masterstudy-enterprise-modal__form-input::-moz-placeholder{color:rgb(255 255 255 / .5)}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-enterprise-modal__form input.masterstudy-enterprise-modal__form-input::-ms-input-placeholder{color:rgb(255 255 255 / .5)}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-enterprise-modal__form input.masterstudy-enterprise-modal__form-input::placeholder{color:rgb(255 255 255 / .5)}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-enterprise-modal__form input.masterstudy-enterprise-modal__form-input:active{border-color:rgb(255 255 255 / .05);background:#171717}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-enterprise-modal__form input.masterstudy-enterprise-modal__form-input:focus{border-color:var(--accent-100);background:#171717}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-enterprise-modal__form textarea.masterstudy-enterprise-modal__form-textarea{border-color:rgb(255 255 255 / .05);background:#171717;color:#fff}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-enterprise-modal__form textarea.masterstudy-enterprise-modal__form-textarea::-webkit-input-placeholder{color:rgb(255 255 255 / .5)}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-enterprise-modal__form textarea.masterstudy-enterprise-modal__form-textarea::-moz-placeholder{color:rgb(255 255 255 / .5)}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-enterprise-modal__form textarea.masterstudy-enterprise-modal__form-textarea::-ms-input-placeholder{color:rgb(255 255 255 / .5)}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-enterprise-modal__form textarea.masterstudy-enterprise-modal__form-textarea::placeholder{color:rgb(255 255 255 / .5)}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-enterprise-modal__form textarea.masterstudy-enterprise-modal__form-textarea:active{border-color:rgb(255 255 255 / .05);background:#171717}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-enterprise-modal__form textarea.masterstudy-enterprise-modal__form-textarea:focus{border-color:var(--accent-100);background:#171717}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-enterprise-modal__success-title,.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-form-builder__checkbox-label,.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-form-builder__text-label,.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-form-builder__textarea-label{color:#fff}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-form-builder__checkbox-description{color:rgb(255 255 255 / .5)}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-form-builder__checkbox-title,.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-form-builder__radio-label,.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-form-builder__radio-title,.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-form-builder__select-label{color:#fff}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-form-builder__checkbox-wrapper{background:#171717;border-color:rgb(255 255 255 / .05)}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-form-builder__checkbox-wrapper.masterstudy-form-builder__checkbox-wrapper_checked{background:var(--accent-100);border-color:var(--accent-100)}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-form-builder__select-wrapper span.select2-container span.select2-selection--single{background-color:#171717!important;border-color:rgb(255 255 255 / .05)!important}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-form-builder__select-wrapper span.select2-container span.select2-selection__rendered{color:#fff!important;background:#171717!important}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-form-builder__select-wrapper span.select2-container span.select2-selection__arrow b{border-color:rgb(255 255 255 / .5) #fff0 transparent!important}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-form-builder__select-wrapper span.select2-container span.select2-dropdown{background:#171717!important;border-color:rgb(255 255 255 / .05)!important}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-form-builder__select-wrapper span.select2-container span.select2-results{background:#171717!important}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-form-builder__select-wrapper span.select2-container span.select2-results li.select2-results__option{color:#fff!important}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-form-builder__select-wrapper span.select2-container.select2-container--open span.select2-selection__arrow b{border-color:#fff0 #fff0 rgb(255 255 255 / .5)!important}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-form-builder__radio-wrapper{background:#171717;border-color:rgb(255 255 255 / .05)}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_dark-mode .masterstudy-form-builder__radio-wrapper.masterstudy-form-builder__radio-wrapper_checked{border:2px solid var(--accent-100)}.masterstudy-enterprise-modal.masterstudy-enterprise-modal_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-enterprise-modal .masterstudy-button{margin:0!important}@media (min-width:1281px) and (max-width:1367px){.masterstudy-enterprise-modal__wrapper{max-height:600px}}@media (max-width:576px){.masterstudy-enterprise-modal__wrapper{width:100%;height:100%;max-height:100%;box-shadow:none;border-radius:0}}@-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:#fff0;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:""!important;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:""!important;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:"\e993"}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"}a.masterstudy-button.masterstudy-button_icon-print.masterstudy-button_icon-center::before,a.masterstudy-button.masterstudy-button_icon-print.masterstudy-button_icon-left::before,a.masterstudy-button.masterstudy-button_icon-print.masterstudy-button_icon-right::after{content:"\e9f9"}a.masterstudy-button.masterstudy-button_icon-arrow-left.masterstudy-button_icon-center::before,a.masterstudy-button.masterstudy-button_icon-arrow-left.masterstudy-button_icon-left::before,a.masterstudy-button.masterstudy-button_icon-arrow-left.masterstudy-button_icon-right::after{content:"\e964"}body.rtl a.masterstudy-button.masterstudy-button_icon-left::before{order:2}.ms_lms_courses_archive__title.style_2 .ms_lms_courses_archive__sorting.style_2,.ms_lms_courses_carousel__title.style_2 .ms_lms_courses_grid__sorting.style_2,.ms_lms_courses_grid__title.style_2 .ms_lms_courses_grid__sorting.style_2{align-self:flex-start}.ms_lms_courses_carousel__title h2,.ms_lms_courses_grid__title h2{font-size:48px;font-weight:300;line-height:58px;text-align:center}.ms_lms_courses_carousel{display:flex;flex-direction:column;width:100%}.ms_lms_courses_carousel__title.style_1,.ms_lms_courses_grid{flex-direction:column}.ms_lms_courses_carousel__title{display:flex;width:100%;padding:0 0 15px}.ms_lms_courses_carousel__title.style_1 .ms_lms_courses_grid__sorting{margin:5px 0 0}.ms_lms_courses_carousel__title.style_1 .ms_lms_courses_grid__sorting_wrapper{justify-content:center}.ms_lms_courses_carousel__title.style_1 .ms_lms_courses_grid__sorting.style_2,.ms_lms_courses_carousel__title.style_1 .ms_lms_courses_grid__sorting.style_3{margin:5px 0 15px}.ms_lms_courses_carousel__title.style_2{flex-wrap:wrap;justify-content:space-between}.ms_lms_courses_carousel__title.style_2 .ms_lms_courses_grid__sorting.style_1{justify-content:flex-start;padding:0 5px}.ms_lms_courses_carousel__title.style_2 .ms_lms_courses_carousel__navigation{padding:0 15px;margin:0 0 10px}.ms_lms_courses_carousel__title h2{font-family:"Albert Sans",sans-serif;color:#001931;margin:0 0 10px;padding:0 15px}.ms_lms_courses_carousel__sorting.style_1 li span,.ms_lms_courses_carousel__sorting.style_2 li span{line-height:17px;display:flex;font-family:"Albert Sans",sans-serif;font-weight:500;font-size:14px}.ms_lms_courses_carousel__sorting,.ms_lms_courses_carousel__sorting_wrapper{display:flex}.ms_lms_courses_carousel__sorting.style_1{flex-direction:row;flex-wrap:wrap;list-style-type:none;justify-content:center;align-items:center;margin:0;padding:0}.ms_lms_courses_carousel__sorting.style_1 li{display:flex;padding:5px 10px;margin:0 0 10px}.ms_lms_courses_carousel__sorting.style_1 li span{padding:11px 20px;justify-content:center;align-items:center;white-space:nowrap;color:#227AFF;background:rgb(34 122 255 / .1);border-radius:45px;transition:.3s}.ms_lms_courses_carousel__sorting.style_1 li span:hover{cursor:pointer;color:#fff;background:#227AFF}.ms_lms_courses_carousel__sorting.style_1 li span.active{color:#fff;background:#227AFF}.ms_lms_courses_carousel__sorting.style_2{flex-direction:row;list-style-type:none;justify-content:center;align-items:center;align-self:center;background:#DBE0E9;border-radius:4px;margin:0 15px 10px;padding:4px}.ms_lms_courses_carousel__sorting.style_2 li{display:flex;padding:0 2px;margin:0}.ms_lms_courses_carousel__sorting.style_2 li:first-child{padding-left:0}.ms_lms_courses_carousel__sorting.style_2 li:last-child{padding-right:0}.ms_lms_courses_carousel__sorting.style_2 li span{padding:11px 20px;justify-content:center;align-items:center;color:#4D5E6F;white-space:nowrap;transition:.3s}.ms_lms_courses_carousel__sorting.style_2 li span.active,.ms_lms_courses_carousel__sorting.style_2 li span:hover{color:#001931;background:#fff;box-shadow:0 1px 3px rgb(0 0 0 / .07);border-radius:4px}.ms_lms_courses_carousel__sorting.style_2 li span:hover{cursor:pointer}.ms_lms_courses_carousel__sorting.style_3{justify-content:center;align-items:center;align-self:center;margin:0 15px 10px}.ms_lms_courses_carousel__sorting.style_3 .ms_lms_courses_carousel__sorting_select_label{display:flex;justify-content:center;align-items:center;padding:12px 15px;color:#fff;font-family:"Albert Sans",sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:1;background:#227AFF;border:1px solid #227AFF;border-radius:4px 0 0 4px;border-right:none}.ms_lms_courses_carousel__sorting.style_3 .select2-container{display:flex}.ms_lms_courses_carousel__sorting.style_3 span.select2-container--default{display:flex;min-width:200px;height:auto}.ms_lms_courses_carousel__sorting.style_3 span.select2-container--default .selection{width:100%}.ms_lms_courses_carousel__sorting.style_3 span.select2-container--default span.select2-selection--single{display:flex;height:auto;background:#fff;border:1px solid #DBE0E9;border-radius:0 4px 4px 0}.ms_lms_courses_carousel__sorting.style_3 span.select2-container--default span.select2-selection--single span.select2-selection__rendered{display:flex;width:100%;padding:12px 40px 12px 15px;color:#001931;font-family:"Albert Sans",sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:1}.ms_lms_courses_carousel__sorting.style_3 span.select2-container--default span.select2-selection--single span.select2-selection__arrow{display:flex;justify-content:center;align-items:center;height:100%;width:35px;top:0;right:0}.ms_lms_courses_carousel__navigation_next.style_3 i,.ms_lms_courses_carousel__sorting.style_3 span.select2-container--default span.select2-selection--single span.select2-selection__arrow b::after{display:none}.ms_lms_courses_carousel__sorting.style_3 span.select2-container--default span.select2-selection--single span.select2-selection__arrow b{width:0;height:0;top:auto;left:auto;margin:0;line-height:1;border:solid;border-width:5px 4px 0;border-color:#808C98 #fff0 #fff0}.ms_lms_courses_carousel__sorting.style_3 span.select2-container--default.select2-container--open span.select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.ms_lms_courses_carousel__sorting.style_3 span.select2-container--default.select2-container--open span.select2-selection--single span.select2-selection__arrow b{border-color:#fff0 #fff0 #808C98;border-width:0 4px 5px}.ms_lms_courses_carousel__sorting.style_3 span.select2-container--default span.select2-results{background:0 0;padding:0;margin:0}.ms_lms_courses_carousel__sorting.style_3 span.select2-container--default span.select2-results ul.select2-results__options{max-height:none;padding:0;margin:0;list-style-type:none}.ms_lms_courses_carousel__sorting.style_3 span.select2-container--default span.select2-results ul.select2-results__options li.select2-results__option{font-family:"Albert Sans",sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:1;color:#001931;background:#fff;padding:10px 15px;margin:0}.ms_lms_courses_carousel__sorting.style_3 span.select2-container--default span.select2-results ul.select2-results__options .select2-results__option[aria-selected=true],.ms_lms_courses_carousel__sorting.style_3 span.select2-container--default span.select2-results ul.select2-results__options li.select2-results__option:hover{background:#227AFF;color:#fff}.ms_lms_courses_carousel__sorting.style_3 span.select2-container--default span.select2-results ul.select2-results__options li.select2-results__option:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.ms_lms_courses_carousel__sorting.style_3 .select2-dropdown{border:1px solid #DBE0E9;border-radius:0 0 4px 4px;border-top:none}.ms_lms_courses_carousel__navigation{display:flex;align-self:center;padding:15px;margin:0}.ms_lms_courses_carousel__navigation_next{display:flex;justify-content:center;align-items:center;min-width:40px;min-height:40px;outline:0;padding:0;margin-left:5px;transition:.2s}.ms_lms_courses_carousel__navigation_next i{margin-left:1px}.ms_lms_courses_carousel__navigation_next.style_1{background:#EEF1F7;border-radius:50%;border:none}.ms_lms_courses_carousel__navigation_next.style_1 i{color:#4D5E6F}.ms_lms_courses_carousel__navigation_next.style_1:hover{background:#227AFF}.ms_lms_courses_carousel__navigation_next.style_1:hover i{color:#fff}.ms_lms_courses_carousel__navigation_next.style_2{background:0 0;border-radius:5px;border:2px solid #227AFF}.ms_lms_courses_carousel__navigation_next.style_2:hover,.ms_lms_courses_carousel__navigation_next.style_3:hover{background:#227AFF}.ms_lms_courses_carousel__navigation_next.style_2 i{color:#227AFF}.ms_lms_courses_carousel__navigation_next.style_2:hover i{color:#fff}.ms_lms_courses_carousel__navigation_next.style_3{background:#4D5E6F;border-radius:5px;border:none;position:relative}.ms_lms_courses_carousel__navigation_next.style_3::before{content:"\e921";display:flex;position:absolute;top:52%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#fff;font-family:stmlms;font-size:11px}.ms_lms_courses_carousel__navigation_next.side-nav{position:absolute;right:-50px;z-index:2}.ms_lms_courses_carousel__navigation_prev{display:flex;justify-content:center;align-items:center;min-width:40px;min-height:40px;outline:0;padding:0;margin-right:5px;transition:.2s}.ms_lms_courses_carousel__navigation_prev i{margin-right:1px}.ms_lms_courses_carousel__navigation_prev.style_1{background:#EEF1F7;border-radius:50%;border:none}.ms_lms_courses_carousel__navigation_prev.style_1 i{color:#4D5E6F}.ms_lms_courses_carousel__navigation_prev.style_1:hover{background:#227AFF}.ms_lms_courses_carousel__navigation_prev.style_1:hover i{color:#fff}.ms_lms_courses_carousel__navigation_prev.style_2{background:0 0;border-radius:5px;border:2px solid #227AFF}.ms_lms_courses_carousel__navigation_prev.style_2 i{color:#227AFF}.ms_lms_courses_carousel__navigation_prev.style_2:hover{background:#227AFF}.ms_lms_courses_carousel__navigation_prev.style_2:hover i{color:#fff}.ms_lms_courses_carousel__navigation_prev.style_3{background:#4D5E6F;border-radius:5px;border:none;position:relative}.ms_lms_courses_carousel__navigation_prev.style_3 i{display:none}.ms_lms_courses_carousel__navigation_prev.style_3::before{content:"\e920";display:flex;position:absolute;top:52%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#fff;font-family:stmlms;font-size:11px}.ms_lms_courses_carousel__navigation_prev.style_3:hover{background:#227AFF}.ms_lms_courses_carousel__navigation_prev.side-nav{position:absolute;left:-50px;z-index:2}.ms_lms_courses_carousel__content{display:flex;width:100%;flex-wrap:nowrap;align-items:center;position:relative}.ms_lms_courses_carousel .ms_lms_courses_card{display:flex;flex-wrap:nowrap}.ms_lms_courses_carousel .ms_lms_courses_card_item{display:flex;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility 0s linear .2s,-webkit-transform .2s ease;transition:transform .2s ease,opacity .2s ease,visibility 0s linear .2s;transition:transform .2s ease,opacity .2s ease,visibility 0s linear .2s,-webkit-transform .2s ease}.ms_lms_courses_carousel .ms_lms_courses_card_item.swiper-slide{height:auto}.ms_lms_courses_carousel .ms_lms_courses_card_item.swiper-slide-visible{display:flex;opacity:1;visibility:visible;transition:opacity .2s ease,visibility 0s linear 0s,-webkit-transform .2s ease;transition:transform .2s ease,opacity .2s ease,visibility 0s linear 0s;transition:transform .2s ease,opacity .2s ease,visibility 0s linear 0s,-webkit-transform .2s ease}.ms_lms_courses_carousel .ms_lms_courses_card_item.editor-visible{opacity:1;visibility:visible}.ms_lms_courses_carousel .ms_lms_courses_card_wrapper.swiper-container{overflow:visible;z-index:3}.ms_lms_courses_carousel .ms_lms_courses_card_wrapper.editor-visible{overflow:hidden;margin:-30px 0;padding:30px 0}.ms_lms_courses_archive__title.style_1 .ms_lms_courses_archive__sorting,.ms_lms_courses_grid__title.style_1 .ms_lms_courses_grid__sorting{margin:5px 0 0}.ms_lms_courses_carousel .ms_lms_courses_card.loading{overflow:hidden}.ms_lms_courses_grid{display:flex;width:100%}.ms_lms_courses_grid__title{display:flex;width:100%;padding:0 0 15px}.ms_lms_courses_grid__title.style_1{flex-direction:column}.ms_lms_courses_grid__title.style_1 .ms_lms_courses_grid__sorting_wrapper{justify-content:center}.ms_lms_courses_grid__title.style_1 .ms_lms_courses_grid__sorting.style_2,.ms_lms_courses_grid__title.style_1 .ms_lms_courses_grid__sorting.style_3{margin:5px 0 15px}.ms_lms_courses_grid__title.style_2{flex-wrap:wrap;justify-content:space-between}.ms_lms_courses_grid__title.style_2 .ms_lms_courses_grid__sorting.style_1{justify-content:flex-start;padding:0 5px}.ms_lms_courses_grid__title h2{font-family:"Albert Sans",sans-serif;color:#001931;margin:0 0 10px;padding:0 15px}.ms_lms_courses_grid__sorting,.ms_lms_courses_grid__sorting_wrapper{display:flex}.ms_lms_courses_grid__sorting.style_1{flex-direction:row;flex-wrap:wrap;list-style-type:none;justify-content:center;align-items:center;margin:0;padding:0}.ms_lms_courses_grid__sorting.style_1 li{display:flex;padding:5px 10px;margin:0 0 10px}.ms_lms_courses_grid__sorting.style_1 li span{display:flex;padding:11px 20px;justify-content:center;align-items:center;font-family:"Albert Sans",sans-serif;white-space:nowrap;color:#227AFF;font-size:14px;font-weight:500;line-height:17px;background:rgb(34 122 255 / .1);border-radius:45px;transition:.3s}.ms_lms_courses_grid__sorting.style_1 li span:hover{cursor:pointer;color:#fff;background:#227AFF}.ms_lms_courses_grid__sorting.style_1 li span.active{color:#fff;background:#227AFF}.ms_lms_courses_archive__sorting.style_2 li span,.ms_lms_courses_grid__sorting.style_2 li span{color:#4D5E6F;transition:.3s;font-family:"Albert Sans",sans-serif;white-space:nowrap}.ms_lms_courses_grid__sorting.style_2{flex-direction:row;list-style-type:none;justify-content:center;align-items:center;align-self:center;background:#DBE0E9;border-radius:4px;margin:0 15px 10px;padding:4px}.ms_lms_courses_grid__sorting.style_2 li{display:flex;padding:0 2px;margin:0}.ms_lms_courses_grid__sorting.style_2 li:first-child{padding-left:0}.ms_lms_courses_grid__sorting.style_2 li:last-child{padding-right:0}.ms_lms_courses_grid__sorting.style_2 li span{display:flex;padding:11px 20px;justify-content:center;align-items:center;font-size:14px;font-weight:500;line-height:17px}.ms_lms_courses_grid__sorting.style_2 li span.active,.ms_lms_courses_grid__sorting.style_2 li span:hover{color:#001931;background:#fff;box-shadow:0 1px 3px rgb(0 0 0 / .07);border-radius:4px}.ms_lms_courses_grid__sorting.style_2 li span:hover{cursor:pointer}.ms_lms_courses_grid__sorting.style_3{justify-content:center;align-items:center;align-self:center;margin:0 15px 10px}.ms_lms_courses_grid__sorting.style_3 .ms_lms_courses_grid__sorting_select_label{display:flex;justify-content:center;align-items:center;padding:12px 15px;color:#fff;font-family:"Albert Sans",sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:1;background:#227AFF;border:1px solid #227AFF;border-radius:4px 0 0 4px;border-right:none}.ms_lms_courses_grid__sorting.style_3 .select2-container{display:flex}.ms_lms_courses_grid__sorting.style_3 span.select2-container--default{display:flex;min-width:200px;height:auto}.ms_lms_courses_grid__sorting.style_3 span.select2-container--default .selection{width:100%}.ms_lms_courses_grid__sorting.style_3 span.select2-container--default span.select2-selection--single{display:flex;height:auto;background:#fff;border:1px solid #DBE0E9;border-radius:0 4px 4px 0}.ms_lms_courses_grid__sorting.style_3 span.select2-container--default span.select2-selection--single span.select2-selection__rendered{display:flex;width:100%;padding:12px 40px 12px 15px;color:#001931;font-family:"Albert Sans",sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:1}.ms_lms_courses_grid__sorting.style_3 span.select2-container--default span.select2-selection--single span.select2-selection__arrow{display:flex;justify-content:center;align-items:center;height:100%;width:35px;top:0;right:0}.ms_lms_courses_grid__sorting.style_3 span.select2-container--default span.select2-selection--single span.select2-selection__arrow b{width:0;height:0;top:auto;left:auto;margin:0;line-height:1;border:solid;border-width:5px 4px 0;border-color:#808C98 #fff0 #fff0}.ms_lms_courses_grid__sorting.style_3 span.select2-container--default span.select2-selection--single span.select2-selection__arrow b::after{display:none}.ms_lms_courses_grid__sorting.style_3 span.select2-container--default.select2-container--open span.select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.ms_lms_courses_grid__sorting.style_3 span.select2-container--default.select2-container--open span.select2-selection--single span.select2-selection__arrow b{border-color:#fff0 #fff0 #808C98;border-width:0 4px 5px}.ms_lms_courses_grid__sorting.style_3 span.select2-container--default span.select2-results{background:0 0;padding:0;margin:0}.ms_lms_courses_grid__sorting.style_3 span.select2-container--default span.select2-results ul.select2-results__options{max-height:none;padding:0;margin:0;list-style-type:none}.ms_lms_courses_grid__sorting.style_3 span.select2-container--default span.select2-results ul.select2-results__options li.select2-results__option{font-family:"Albert Sans",sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:1;color:#001931;background:#fff;padding:10px 15px;margin:0}.ms_lms_courses_grid__load-more-button,.ms_lms_courses_grid__sorting.style_3 span.select2-container--default span.select2-results ul.select2-results__options .select2-results__option[aria-selected=true],.ms_lms_courses_grid__sorting.style_3 span.select2-container--default span.select2-results ul.select2-results__options li.select2-results__option:hover{background:#227AFF;color:#fff}.ms_lms_courses_grid__sorting.style_3 span.select2-container--default span.select2-results ul.select2-results__options li.select2-results__option:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.ms_lms_courses_grid__sorting.style_3 .select2-dropdown{border:1px solid #DBE0E9;border-radius:0 0 4px 4px;border-top:none}.ms_lms_courses_grid__content{display:flex;width:100%;flex-wrap:nowrap}.ms_lms_courses_grid__load-more{display:flex;justify-content:center;align-items:center;width:100%;margin:15px 0;padding:0 15px}.ms_lms_courses_grid__load-more-button{display:flex;justify-content:center;align-items:center;padding:11px 20px;margin:0;transition:.3s;border-radius:45px;outline:0;border:none;font-family:"Albert Sans",sans-serif;font-weight:500;font-size:14px;line-height:18px}.ms_lms_courses_grid__load-more-button:hover{background:linear-gradient(0deg,rgb(0 0 0 / .2),rgb(0 0 0 / .2)),#227AFF}.ms_lms_courses_grid__pagination{display:flex}.ms_lms_courses_grid__pagination_wrapper{display:flex;width:100%;justify-content:center;order:3}.ms_lms_courses_grid__pagination ul.ms_lms_courses_grid__pagination_list{display:flex;flex-wrap:wrap;list-style-type:none;padding:25px 10px 10px;margin:0}.ms_lms_courses_grid__pagination ul.ms_lms_courses_grid__pagination_list li.ms_lms_courses_grid__pagination_list_item{display:flex;padding:5px;margin:0}.ms_lms_courses_grid__pagination ul.ms_lms_courses_grid__pagination_list li.ms_lms_courses_grid__pagination_list_item a{display:flex;padding:5px;min-width:35px;width:35px;height:35px;min-height:35px;justify-content:center;align-items:center;text-decoration:none;font-family:"Albert Sans",sans-serif;font-weight:400;font-size:14px;background:rgb(34 122 255 / .1);color:#227AFF;border-radius:4px;transition:.3s}.ms_lms_courses_grid__pagination ul.ms_lms_courses_grid__pagination_list li.ms_lms_courses_grid__pagination_list_item a.next,.ms_lms_courses_grid__pagination ul.ms_lms_courses_grid__pagination_list li.ms_lms_courses_grid__pagination_list_item a.prev{padding:5px 15px;width:auto}.ms_lms_courses_grid__pagination ul.ms_lms_courses_grid__pagination_list li.ms_lms_courses_grid__pagination_list_item a:hover{background:#227AFF;color:#fff}.ms_lms_courses_grid__pagination ul.ms_lms_courses_grid__pagination_list li.ms_lms_courses_grid__pagination_list_item span{display:flex;padding:3px 5px;justify-content:center;align-items:center;min-width:35px;width:35px;height:35px;min-height:35px;font-family:"Albert Sans",sans-serif;font-weight:400;font-size:14px;background:#227AFF;color:#fff;border-radius:4px;transition:.3s}.ms_lms_courses_grid__pagination ul.ms_lms_courses_grid__pagination_list li.ms_lms_courses_grid__pagination_list_item span.dots{position:relative;background:0 0;padding:0;color:#fff0;font-size:0;width:15px;min-width:15px}.ms_lms_courses_grid__pagination ul.ms_lms_courses_grid__pagination_list li.ms_lms_courses_grid__pagination_list_item span.dots::after{display:flex;content:"...";color:#227AFF;font-family:"Albert Sans",sans-serif;font-weight:400;font-size:15px;position:absolute;bottom:-6px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.ms_lms_courses_archive{display:flex;flex-direction:column;width:100%}.ms_lms_courses_archive__title{display:flex;width:100%;padding:0 0 15px}.ms_lms_courses_archive__title.style_1{flex-direction:column}.ms_lms_courses_archive__title.style_1 .ms_lms_courses_archive__sorting_wrapper{justify-content:center}.ms_lms_courses_archive__title.style_1 .ms_lms_courses_archive__sorting.style_2,.ms_lms_courses_archive__title.style_1 .ms_lms_courses_archive__sorting.style_3{margin:5px 0 15px}.ms_lms_courses_archive__title.style_2{flex-wrap:wrap;justify-content:space-between}.ms_lms_courses_archive__title.style_2 .ms_lms_courses_archive__sorting.style_1{justify-content:flex-start;padding:0 5px}.ms_lms_courses_archive__title h2{font-family:"Albert Sans",sans-serif;color:#001931;font-size:48px;font-weight:300;line-height:58px;margin:0 0 10px;padding:0 15px;text-align:center}.ms_lms_courses_archive__sorting,.ms_lms_courses_archive__sorting_wrapper{display:flex}.ms_lms_courses_archive__sorting.style_1{flex-direction:row;flex-wrap:wrap;list-style-type:none;justify-content:center;align-items:center;margin:0;padding:0}.ms_lms_courses_archive__sorting.style_1 li{display:flex;padding:5px 10px;margin:0 0 10px}.ms_lms_courses_archive__sorting.style_1 li span{display:flex;padding:11px 20px;justify-content:center;align-items:center;font-family:"Albert Sans",sans-serif;white-space:nowrap;color:#227AFF;font-size:14px;font-weight:500;line-height:17px;background:rgb(34 122 255 / .1);border-radius:45px;transition:.3s}.ms_lms_courses_archive__sorting.style_1 li span:hover{cursor:pointer;color:#fff;background:#227AFF}.ms_lms_courses_archive__sorting.style_1 li span.active{color:#fff;background:#227AFF}.ms_lms_courses_archive__sorting.style_2,.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info .coming-soon-card-countdown-container .masterstudy-countdown .countDays,.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info .coming-soon-card-countdown-container .masterstudy-countdown .countHours,.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info .coming-soon-card-countdown-container .masterstudy-countdown .countMinutes,.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info .coming-soon-card-countdown-container .masterstudy-countdown .countSeconds,.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item .coming-soon-card-countdown-container .masterstudy-countdown .countDays,.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item .coming-soon-card-countdown-container .masterstudy-countdown .countHours,.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item .coming-soon-card-countdown-container .masterstudy-countdown .countMinutes,.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item .coming-soon-card-countdown-container .masterstudy-countdown .countSeconds,.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_price .coming-soon-card-countdown-container .masterstudy-countdown .countDays,.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_price .coming-soon-card-countdown-container .masterstudy-countdown .countHours,.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_price .coming-soon-card-countdown-container .masterstudy-countdown .countMinutes,.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_price .coming-soon-card-countdown-container .masterstudy-countdown .countSeconds{background:#DBE0E9}.ms_lms_courses_archive__sorting.style_2{flex-direction:row;list-style-type:none;justify-content:center;align-items:center;align-self:center;border-radius:4px;margin:0 15px 10px;padding:4px}.ms_lms_courses_archive__sorting.style_2 li{display:flex;padding:0 2px;margin:0}.ms_lms_courses_archive__sorting.style_2 li:first-child{padding-left:0}.ms_lms_courses_archive__sorting.style_2 li:last-child{padding-right:0}.ms_lms_courses_archive__sorting.style_2 li span{display:flex;padding:11px 20px;justify-content:center;align-items:center;font-size:14px;font-weight:500;line-height:17px}.ms_lms_courses_archive__sorting.style_2 li span.active,.ms_lms_courses_archive__sorting.style_2 li span:hover{color:#001931;background:#fff;box-shadow:0 1px 3px rgb(0 0 0 / .07);border-radius:4px}.ms_lms_courses_archive__sorting.style_2 li span:hover{cursor:pointer}.ms_lms_courses_archive__sorting.style_3{justify-content:center;align-items:center;align-self:center;margin:0 15px 10px}.ms_lms_courses_archive__sorting.style_3 .ms_lms_courses_archive__sorting_select_label{display:flex;justify-content:center;align-items:center;padding:12px 15px;color:#fff;font-family:"Albert Sans",sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:1;background:#227AFF;border:1px solid #227AFF;border-radius:4px 0 0 4px;border-right:none}.ms_lms_courses_archive__sorting.style_3 .select2-container{display:flex}.ms_lms_courses_archive__sorting.style_3 span.select2-container--default{display:flex;min-width:200px;height:auto}.ms_lms_courses_archive__sorting.style_3 span.select2-container--default .selection{width:100%}.ms_lms_courses_archive__sorting.style_3 span.select2-container--default span.select2-selection--single{display:flex;height:auto;background:#fff;border:1px solid #DBE0E9;border-radius:0 4px 4px 0}.ms_lms_courses_archive__sorting.style_3 span.select2-container--default span.select2-selection--single span.select2-selection__rendered{display:flex;width:100%;padding:12px 40px 12px 15px;color:#001931;font-family:"Albert Sans",sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:1}.ms_lms_courses_archive__sorting.style_3 span.select2-container--default span.select2-selection--single span.select2-selection__arrow{display:flex;justify-content:center;align-items:center;height:100%;width:35px;top:0;right:0}.ms_lms_courses_archive__sorting.style_3 span.select2-container--default span.select2-selection--single span.select2-selection__arrow b{width:0;height:0;top:auto;left:auto;margin:0;line-height:1;border:solid;border-width:5px 4px 0;border-color:#808C98 #fff0 #fff0}.ms_lms_courses_archive__sorting.style_3 span.select2-container--default span.select2-selection--single span.select2-selection__arrow b::after{display:none}.ms_lms_courses_archive__sorting.style_3 span.select2-container--default.select2-container--open span.select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.ms_lms_courses_archive__sorting.style_3 span.select2-container--default.select2-container--open span.select2-selection--single span.select2-selection__arrow b{border-color:#fff0 #fff0 #808C98;border-width:0 4px 5px}.ms_lms_courses_archive__sorting.style_3 span.select2-container--default span.select2-results{background:0 0;padding:0;margin:0}.ms_lms_courses_archive__sorting.style_3 span.select2-container--default span.select2-results ul.select2-results__options{max-height:none;padding:0;margin:0;list-style-type:none}.ms_lms_courses_archive__sorting.style_3 span.select2-container--default span.select2-results ul.select2-results__options li.select2-results__option{font-family:"Albert Sans",sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:1;color:#001931;background:#fff;padding:10px 15px;margin:0}.ms_lms_courses_archive__sorting.style_3 span.select2-container--default span.select2-results ul.select2-results__options li.select2-results__option:hover{background:#227AFF;color:#fff}.ms_lms_courses_archive__sorting.style_3 span.select2-container--default span.select2-results ul.select2-results__options li.select2-results__option:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.ms_lms_courses_archive__sorting.style_3 span.select2-container--default span.select2-results ul.select2-results__options .select2-results__option[aria-selected=true]{background:#227AFF;color:#fff}.ms_lms_courses_archive__sorting.style_3 .select2-dropdown{border:1px solid #DBE0E9;border-radius:0 0 4px 4px;border-top:none}.ms_lms_courses_archive__content{display:flex;width:100%;flex-wrap:nowrap}.ms_lms_courses_archive__content.filter_right .ms_lms_courses_archive__filter{order:2}.ms_lms_courses_archive__filter{display:flex;min-width:300px;width:300px;padding:15px}.ms_lms_courses_archive__filter a.ms_lms_courses_archive__filter_toggle{display:none;padding:11px 20px;justify-content:center;align-items:center;align-self:center;font-family:"Albert Sans",sans-serif;color:#fff;font-size:14px;font-weight:500;line-height:17px;background:#227AFF;border-radius:45px;transition:.3s}.ms_lms_courses_archive__filter a.ms_lms_courses_archive__filter_toggle:hover{color:#fff;background:linear-gradient(0deg,rgb(0 0 0 / .2),rgb(0 0 0 / .2)),#227AFF}.ms_lms_courses_archive__filter_form{display:flex;width:100%;flex-direction:column;align-self:flex-start;padding:0;margin:0;background:#fff;border:1px solid #DBE0E9}.ms_lms_courses_archive__filter_options{display:flex;width:100%;flex-direction:column;padding:0;margin:0}.ms_lms_courses_archive__filter_options_item{display:flex;width:100%;flex-direction:column;margin:0;border-bottom:1px solid #DBE0E9}.ms_lms_courses_archive__filter_options_item:last-child{border-bottom:none}.ms_lms_courses_archive__filter_options_item_content{display:none;width:100%;flex-direction:column;padding:0 25px 20px}.ms_lms_courses_archive__filter_options_item_title{display:flex;width:100%;padding:20px 25px;position:relative;cursor:pointer}.ms_lms_courses_archive__filter_options_item_title h3{font-family:"Albert Sans",sans-serif;font-weight:700;font-size:16px;line-height:18px;color:#001931;margin:0;padding:0;letter-spacing:0}.ms_lms_courses_archive__filter_options_item_title_toggler{position:absolute;right:25px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);height:16px;min-height:16px;width:16px;min-width:16px;margin:0;padding:0}.ms_lms_courses_archive__filter_options_item_title_toggler::after{content:"";display:flex;position:absolute;top:7px;right:0;width:16px;min-width:16px;border-bottom:2px solid #227AFF;transition:.3s ease}.ms_lms_courses_archive__filter_options_item_title_toggler::before{content:"";display:flex;position:absolute;right:7px;top:0;height:16px;min-height:16px;border-right:2px solid #227AFF;transition:.3s ease}.ms_lms_courses_archive__filter_options_item_title.active .ms_lms_courses_archive__filter_options_item_title_toggler::before{opacity:0}.ms_lms_courses_archive__filter_options_item_category{display:flex;align-items:center;margin-top:10px}.ms_lms_courses_archive__filter_options_item_category:first-child{margin-top:0}.ms_lms_courses_archive__filter_options_item_category.hide_instructor{display:none}.ms_lms_courses_archive__filter_options_item_checkbox{display:flex;align-items:center;cursor:pointer}.ms_lms_courses_archive__filter_options_item_checkbox_inner{display:flex;margin:0 10px 1px 0;position:relative;min-width:18px;min-height:18px;width:18px;height:18px}.ms_lms_courses_archive__filter_options_item_checkbox_inner input[type=checkbox]{cursor:pointer;position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:3;margin:0;padding:0}.ms_lms_courses_archive__filter_options_item_checkbox_inner input[type=checkbox]:checked+span{background:#227AFF}.ms_lms_courses_archive__filter_options_item_checkbox_inner input[type=checkbox]:checked+span i{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.ms_lms_courses_archive__filter_options_item_checkbox_inner span{display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:0;width:100%;height:100%;background:#EEF1F7;border-radius:4px;transition:.3s ease}.ms_lms_courses_archive__filter_options_item_checkbox_inner i{color:#fff;-webkit-transform:translateY(3px);transform:translateY(3px);transition:.3s ease;margin-top:2px;opacity:0;font-size:10px}.ms_lms_courses_archive__filter_options_item_checkbox_label{display:flex;align-items:center;font-family:"Albert Sans",sans-serif;font-weight:500;font-size:14px;line-height:18px;color:#001931;margin:0;padding:0;letter-spacing:0}.ms_lms_courses_archive__filter_options_item_radio{display:flex;position:relative;min-width:18px;min-height:18px;width:18px;height:18px;margin:0 10px 0 0;cursor:pointer}.ms_lms_courses_archive__filter_options_item_radio input[type=radio]{cursor:pointer;position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:3;margin:0;padding:0}.ms_lms_courses_archive__filter_options_item_radio input[type=radio]:checked+.ms_lms_courses_archive__filter_options_item_radio_fake::before{background:#227AFF}.ms_lms_courses_archive__filter_options_item_radio_fake{display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%}.ms_lms_courses_archive__filter_options_item_radio_fake::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#EEF1F7;border-radius:50%;transition:.3s ease}.ms_lms_courses_archive__filter_options_item_radio_fake::after{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:40%;height:40%;background:#EEF1F7;border-radius:50%;transition:.3s ease}.ms_lms_courses_archive__filter_options_item_rating{display:flex;cursor:pointer}.ms_lms_courses_archive__filter_options_item_rating_stars{display:flex;font-size:14px;width:70px;min-width:70px;margin:0;position:relative}.ms_lms_courses_archive__filter_options_item_rating_stars::before{display:flex;width:100%;color:#B3BAC2;content:"\e91e\e91e\e91e\e91e\e91e";font-family:stmlms}.ms_lms_courses_archive__filter_options_item_rating_stars_filled{font-family:stmlms;position:absolute;z-index:2;display:flex;left:0;top:0;overflow:hidden}.ms_lms_courses_archive__filter_options_item_rating_stars_filled::after{display:flex;width:100%;color:#FFA800;content:"\e91f\e91f\e91f\e91f\e91f"}.ms_lms_courses_archive__filter_options_item_rating_quantity{display:flex;margin:0 0 0 8px;justify-content:center;align-items:center}.ms_lms_courses_archive__filter_options_item_rating_quantity span{display:flex;justify-content:center;align-items:center;font-family:"Albert Sans",sans-serif;font-weight:500;font-size:14px;line-height:18px;color:#001931;letter-spacing:0}.ms_lms_courses_archive__filter_options_item_subcategory{display:flex;width:100%;flex-direction:column}.ms_lms_courses_archive__filter_options_item_subcategory h5{font-family:"Albert Sans",sans-serif;font-weight:500;font-size:15px;line-height:18px;color:#4D5E6F;margin:10px 0 0;padding:0;letter-spacing:0}.ms_lms_courses_archive__filter_options_item_subcategory:first-child h5{margin-top:0}.ms_lms_courses_archive__filter_options_item_show-instructors{display:flex;align-self:flex-start;align-items:center;margin-top:10px;cursor:pointer}.ms_lms_courses_archive__filter_options_item_show-instructors span{display:flex;justify-content:center;align-items:center;font-family:"Albert Sans",sans-serif;font-weight:500;font-size:13px;line-height:18px;color:#4D5E6F;border-bottom:1px dashed #001931;transition:.3s}.ms_lms_courses_archive__filter_options_item_show-instructors .stmlms-plus-circle{font-weight:700}.ms_lms_courses_archive__filter_options_item_show-instructors i{color:#4D5E6F;font-weight:400;font-size:13px;margin:1px 5px 0 0;transition:.3s}.ms_lms_courses_archive__filter_actions input[type=submit],.ms_lms_courses_archive__filter_actions_reset span{font-weight:500;line-height:18px;font-family:"Albert Sans",sans-serif;display:flex;transition:.3s}.ms_lms_courses_archive__filter_options_item_show-instructors:hover span{color:#227AFF;border-color:#227AFF}.ms_lms_courses_archive__filter_options_item_show-instructors:hover i{color:#227AFF}.ms_lms_courses_archive__filter_actions{display:flex;flex-direction:column;width:100%;padding:20px 25px;margin:0}.ms_lms_courses_archive__filter_actions input[type=submit]{width:100%;background:#227AFF;color:#fff;justify-content:center;align-items:center;text-transform:uppercase;padding:11px 20px;border:none;border-radius:5px;margin:0;font-size:14px;min-height:auto}.ms_lms_courses_archive__filter_actions input[type=submit]:hover{background:linear-gradient(0deg,rgb(0 0 0 / .2),rgb(0 0 0 / .2)),#227AFF}.ms_lms_courses_archive__filter_actions input[type=submit].loading{opacity:.5}.ms_lms_courses_archive__filter_actions_reset{display:flex;align-self:center;justify-content:center;align-items:center;padding:0;margin:25px 0 10px}.ms_lms_courses_archive__filter_actions_reset span{justify-content:center;align-items:center;font-size:14px;color:#001931;border-bottom:1px dashed #001931}.ms_lms_courses_archive__filter_actions_reset i{color:#001931;font-weight:700;margin-right:5px;transition:.3s}.ms_lms_courses_archive__filter_actions_reset:hover span{color:#227AFF;border-color:#227AFF}.ms_lms_courses_archive__filter_actions_reset:hover i{color:#227AFF}.ms_lms_courses_archive__load-more{display:flex;justify-content:center;align-items:center;width:100%;margin:15px 0;padding:0 15px}.ms_lms_courses_archive__load-more-button{display:flex;justify-content:center;align-items:center;padding:11px 20px;margin:0;transition:.3s;background:#227AFF;border-radius:45px;outline:0;border:none;font-family:"Albert Sans",sans-serif;font-weight:500;font-size:14px;line-height:18px;color:#fff}.ms_lms_courses_archive__load-more-button:hover{background:linear-gradient(0deg,rgb(0 0 0 / .2),rgb(0 0 0 / .2)),#227AFF}.ms_lms_courses_archive__no-result{display:flex;width:100%;justify-content:center;align-items:center;flex-direction:column;position:relative;padding:15px;margin:100px 0 0}.ms_lms_courses_archive__no-result_background{display:flex;justify-content:center;align-items:center;background:#EAF2FF;width:120px;height:120px;border-radius:50%;position:relative}.ms_lms_courses_archive__no-result_background i{display:flex;font-size:60px;color:#227AFF}.ms_lms_courses_archive__no-result p{color:#263145;font-size:24px;font-family:"Albert Sans",sans-serif;font-weight:400;font-style:normal;letter-spacing:normal;text-align:center;margin:20px 0 15px;padding:0}.ms_lms_courses_archive__no-result a.ms_lms_courses_archive__no-result_reset{display:flex;justify-content:center;align-items:center;text-decoration:none}.ms_lms_courses_archive__no-result a.ms_lms_courses_archive__no-result_reset span{display:flex;justify-content:center;align-items:center;font-family:"Albert Sans",sans-serif;font-weight:500;font-size:14px;line-height:18px;color:#227AFF;border-bottom:1px dashed #227AFF;transition:.3s}.ms_lms_courses_archive__no-result a.ms_lms_courses_archive__no-result_reset i{color:#227AFF;font-weight:700;margin-right:5px;transition:.3s}.ms_lms_courses_archive__no-result a.ms_lms_courses_archive__no-result_reset:hover span{color:#001931;border-color:#001931}.ms_lms_courses_archive__no-result a.ms_lms_courses_archive__no-result_reset:hover i{color:#001931}.ms_lms_courses_archive__pagination{display:flex}.ms_lms_courses_archive__pagination_wrapper{display:flex;width:100%;justify-content:center;order:3}.ms_lms_courses_archive__pagination ul.ms_lms_courses_archive__pagination_list{display:flex;flex-wrap:wrap;list-style-type:none;padding:25px 10px 10px;margin:0}.ms_lms_courses_archive__pagination ul.ms_lms_courses_archive__pagination_list li.ms_lms_courses_archive__pagination_list_item{display:flex;padding:5px;margin:0}.ms_lms_courses_archive__pagination ul.ms_lms_courses_archive__pagination_list li.ms_lms_courses_archive__pagination_list_item a{display:flex;padding:5px;min-width:35px;width:35px;height:35px;min-height:35px;justify-content:center;align-items:center;text-decoration:none;font-family:"Albert Sans",sans-serif;font-weight:400;font-size:14px;background:rgb(34 122 255 / .1);color:#227AFF;border-radius:4px;transition:.3s}.ms_lms_courses_archive__pagination ul.ms_lms_courses_archive__pagination_list li.ms_lms_courses_archive__pagination_list_item a.next,.ms_lms_courses_archive__pagination ul.ms_lms_courses_archive__pagination_list li.ms_lms_courses_archive__pagination_list_item a.prev{padding:5px 15px;width:auto}.ms_lms_courses_archive__pagination ul.ms_lms_courses_archive__pagination_list li.ms_lms_courses_archive__pagination_list_item a:hover{background:#227AFF;color:#fff}.ms_lms_courses_archive__pagination ul.ms_lms_courses_archive__pagination_list li.ms_lms_courses_archive__pagination_list_item span{display:flex;padding:3px 5px;justify-content:center;align-items:center;min-width:35px;width:35px;height:35px;min-height:35px;font-family:"Albert Sans",sans-serif;font-weight:400;font-size:14px;background:#227AFF;color:#fff;border-radius:4px;transition:.3s}.ms_lms_courses_archive__pagination ul.ms_lms_courses_archive__pagination_list li.ms_lms_courses_archive__pagination_list_item span.dots{position:relative;background:0 0;padding:0;color:#fff0;font-size:0;width:15px;min-width:15px}.ms_lms_courses_archive__pagination ul.ms_lms_courses_archive__pagination_list li.ms_lms_courses_archive__pagination_list_item span.dots::after{display:flex;content:"...";color:#227AFF;font-family:"Albert Sans",sans-serif;font-weight:400;font-size:15px;position:absolute;bottom:-6px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.ms_lms_courses_card_item_featured span,.ms_lms_courses_card_item_status span{color:#fff;font-weight:700;font-family:"Albert Sans",sans-serif;line-height:1}.ms_lms_courses_card{display:flex;width:100%;flex-wrap:wrap}.ms_lms_courses_card.featured{display:flex;width:100%;flex-wrap:wrap;padding:0 0 15px;margin:0 0 15px;position:relative}.ms_lms_courses_card.featured::after{display:flex;content:"";position:absolute;bottom:0;left:15px;right:15px;border-bottom:1px solid #DBE0E9}.ms_lms_courses_card.loading{opacity:.5}.ms_lms_courses_card.loading::before{display:none}.ms_lms_courses_card.order-bottom{order:2}.ms_lms_courses_card_wrapper{display:flex;flex-direction:column;width:100%;transition:.3s}.ms_lms_courses_card_item{display:flex;padding:15px;position:relative}.ms_lms_courses_card_item_wrapper{position:relative}.ms_lms_courses_card_item_featured{display:flex;position:absolute;top:25px;left:-45px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);background:#61CC2F;padding:7px 50px;z-index:2}.ms_lms_courses_card_item_featured.right{top:25px;right:-45px;left:auto;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.ms_lms_courses_card_item_featured span{font-size:13px;text-transform:uppercase}.ms_lms_courses_card_item_status{display:flex;align-items:center;position:absolute;top:10px;padding:5px 10px 6px;height:24px;z-index:2}.ms_lms_courses_card_item_status.status_style_2::after,.ms_lms_courses_card_item_status.status_style_2::before,.ms_lms_courses_card_item_status.status_style_3::before{content:"";position:absolute;width:0;height:0;display:flex}.ms_lms_courses_card_item_status.hot{background:#FF3945}.ms_lms_courses_card_item_status.new,.ms_lms_courses_card_item_status.special{background:#61CC2F}.ms_lms_courses_card_item_status.hot.right{right:0}.ms_lms_courses_card_item_status.hot.right.status_style_1{right:10px}.ms_lms_courses_card_item_status.hot.right.status_style_2::before{left:-9px;border-width:0 10px 12px 0;border-color:#fff0 #FF3945 #fff0 #fff0}.ms_lms_courses_card_item_status.hot.right.status_style_2::after{left:-9px;border-width:0 0 12px 10px;border-color:#fff0 #fff0 #FF3945}.ms_lms_courses_card_item_status.hot.right.status_style_3::before{left:-9px;border-right:10px solid #FF3945}.ms_lms_courses_card_item_status.hot.left{left:0}.ms_lms_courses_card_item_status.hot.left.status_style_1{left:10px}.ms_lms_courses_card_item_status.hot.left.status_style_2::before{right:-9px;border-width:12px 10px 0 0;border-color:#FF3945 #fff0 #fff0}.ms_lms_courses_card_item_status.hot.left.status_style_2::after{right:-9px;border-width:12px 0 0 10px;border-color:#fff0 #fff0 #fff0 #FF3945}.ms_lms_courses_card_item_status.hot.left.status_style_3::before{right:-9px;border-left:10px solid #FF3945}.ms_lms_courses_card_item_status.new.right{right:0}.ms_lms_courses_card_item_status.new.right.status_style_1{right:10px}.ms_lms_courses_card_item_status.new.right.status_style_2::before{left:-9px;border-width:0 10px 12px 0;border-color:#fff0 #61CC2F #fff0 #fff0}.ms_lms_courses_card_item_status.new.right.status_style_2::after{left:-9px;border-width:0 0 12px 10px;border-color:#fff0 #fff0 #61CC2F}.ms_lms_courses_card_item_status.new.right.status_style_3::before{left:-9px;border-right:10px solid #61CC2F}.ms_lms_courses_card_item_status.new.left{left:0}.ms_lms_courses_card_item_status.new.left.status_style_1{left:10px}.ms_lms_courses_card_item_status.new.left.status_style_2::before{right:-9px;border-width:12px 10px 0 0;border-color:#61CC2F #fff0 #fff0}.ms_lms_courses_card_item_status.new.left.status_style_2::after{right:-9px;border-width:12px 0 0 10px;border-color:#fff0 #fff0 #fff0 #61CC2F}.ms_lms_courses_card_item_status.new.left.status_style_3::before{right:-9px;border-left:10px solid #61CC2F}.ms_lms_courses_card_item_status.special.right{right:0}.ms_lms_courses_card_item_status.special.right.status_style_1{right:10px}.ms_lms_courses_card_item_status.special.right.status_style_2::before{left:-9px;border-width:0 10px 12px 0;border-color:#fff0 #61CC2F #fff0 #fff0}.ms_lms_courses_card_item_status.special.right.status_style_2::after{left:-9px;border-width:0 0 12px 10px;border-color:#fff0 #fff0 #61CC2F}.ms_lms_courses_card_item_status.special.right.status_style_3::before{left:-9px;border-right:10px solid #61CC2F}.ms_lms_courses_card_item_status.special.left{left:0}.ms_lms_courses_card_item_status.special.left.status_style_1{left:10px}.ms_lms_courses_card_item_status.special.left.status_style_2::before{right:-9px;border-width:12px 10px 0 0;border-color:#61CC2F #fff0 #fff0}.ms_lms_courses_card_item_status.special.left.status_style_2::after{right:-9px;border-width:12px 0 0 10px;border-color:#fff0 #fff0 #fff0 #61CC2F}.ms_lms_courses_card_item_status.special.left.status_style_3::before{right:-9px;border-left:10px solid #61CC2F}.ms_lms_courses_card_item_status.status_style_1{border-radius:20px}.ms_lms_courses_card_item_status.status_style_2::before{top:0;border-style:solid}.ms_lms_courses_card_item_status.status_style_2::after{bottom:0;border-style:solid}.ms_lms_courses_card_item_status.status_style_3::before{top:0;border-top:12px solid #fff0;border-bottom:12px solid #fff0}.ms_lms_courses_card_item_status span{font-size:13px;text-transform:capitalize}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item:hover .ms_lms_courses_card_item_popup{visibility:visible;opacity:1}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_wrapper{display:flex;width:100%;flex-direction:column;overflow:hidden}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_image{display:flex;width:100%;height:150px;-o-object-fit:cover;object-fit:cover}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_image_link{display:flex;width:100%}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info{display:flex;flex-direction:column;width:100%;height:100%;padding:15px 20px;background:#fff}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info_category a{display:flex;font-family:"Albert Sans",sans-serif;font-weight:400;font-size:13px;line-height:16px;color:#4D5E6F;margin-bottom:10px}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info_title{display:flex;text-decoration:none;margin-bottom:auto}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info_title h3{font-family:"Albert Sans",sans-serif;font-weight:500;font-size:15px;line-height:18px;color:#001931;margin:0;padding:0;min-height:40px;letter-spacing:0}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info_divider{display:flex;width:100%;border-bottom:1px solid #DBE0E9;margin:15px 0 0}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info_progress{display:flex;flex-direction:column;width:100%;margin:10px 0 0}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info_progress_bars{display:flex;width:100%;position:relative;overflow:hidden}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info_progress_bar_empty{display:flex;width:100%;border-bottom:3px solid #DBE0E9;border-radius:3px}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info_progress_bar_filled{display:flex;border-bottom:4px solid #227AFF;border-radius:3px;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info_progress_title{display:flex;font-family:"Albert Sans",sans-serif;font-weight:500;font-size:12px;line-height:14.4px;color:#4D5E6F;margin-top:4px}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info_meta{display:flex;flex-wrap:wrap;width:100%;justify-content:space-between;background:#EEF1F7;border-radius:4px;margin:10px 0 0;padding:3.5px 0}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info_meta .ms_lms_courses_card_item_meta_block{display:flex;flex-wrap:nowrap;align-items:center;padding:3.5px 10px}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info_meta .ms_lms_courses_card_item_meta_block span{white-space:nowrap;font-family:"Albert Sans",sans-serif;font-weight:400;font-size:14px;line-height:16.8px;color:#4D5E6F;text-transform:capitalize}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info_meta .ms_lms_courses_card_item_meta_block i{margin-right:5px}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info_meta .ms_lms_courses_card_item_meta_block i::before{color:#4D5E6F}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info_bottom_wrapper{display:flex;width:100%;justify-content:space-between;flex-wrap:wrap;min-height:33px;margin:10px 0 0}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info_rating{display:flex;justify-content:center;align-items:center;margin:5px 15px 0 0;padding:0}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info_rating_stars{display:flex;font-size:14px;width:70px;min-width:70px;margin:0;position:relative}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info_rating_stars::before{display:flex;width:100%;color:#B3BAC2;content:"\e91e\e91e\e91e\e91e\e91e";font-family:stmlms}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info_rating_stars_filled{font-family:stmlms;position:absolute;z-index:2;display:flex;left:0;top:0;overflow:hidden}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info_rating_stars_filled::after{display:flex;width:100%;color:#FFA800;content:"\e91f\e91f\e91f\e91f\e91f"}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info_rating_quantity{display:flex;margin:0 0 0 5px;justify-content:center;align-items:center}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info_rating_quantity span{display:flex;justify-content:center;align-items:center;font-family:"Albert Sans",sans-serif;line-height:18px;font-size:14px;font-weight:400;color:#4D5E6F}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info_price{display:flex;flex-direction:column;justify-content:center;margin:5px 0 0 auto}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info_price.ms_lms_courses_card_item_info_price_subscription{margin:10px 0 0}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info_price_single{display:flex;justify-content:flex-end}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info_price_single span{display:flex;justify-content:flex-end;align-items:center;font-family:"Albert Sans",sans-serif;font-weight:700;font-size:15px;line-height:18px;color:#001931}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info_price_single.subscription{align-items:center}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info_price_single.subscription span{font-weight:500}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info_price_single.subscription i{font-size:17px;color:#001931;margin:0 4px 1px 0}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info_price_single.sale span{font-family:"Albert Sans",sans-serif;font-weight:400;font-size:12px;line-height:14.4px;color:#4D5E6F;text-decoration:line-through}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info_price_sale{display:flex;justify-content:flex-end}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info_price_sale span{display:flex;justify-content:flex-end;align-items:center;font-family:"Albert Sans",sans-serif;font-weight:700;font-size:15px;line-height:18px;color:#001931}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info .coming-soon-card-countdown-container{padding-top:15px}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info .coming-soon-card-countdown-container .coming-soon-card-details,.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info .coming-soon-card-countdown-container .coming-soon-card-details span{color:#4D5E6F}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info .coming-soon-card-countdown-container.smaller-container,.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info .coming-soon-card-countdown-container.smaller-container .masterstudy-countdown,.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_image_wrapper .coming-soon-card-countdown-container.smaller-container{flex-wrap:wrap}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info .coming-soon-card-countdown-container.smaller-container .coming-soon-card-details{margin-bottom:10px}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info .coming-soon-card-countdown-container.smaller-container .masterstudy-countdown .countDays,.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info .coming-soon-card-countdown-container.smaller-container .masterstudy-countdown .countHours,.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info .coming-soon-card-countdown-container.smaller-container .masterstudy-countdown .countMinutes,.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info .coming-soon-card-countdown-container.smaller-container .masterstudy-countdown .countSeconds{margin-bottom:5px}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info .coming-soon-card-countdown-container.wider-container{justify-content:space-between;width:100%;align-items:center}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_popup{display:flex;flex-direction:column;justify-content:flex-start;min-width:100%;min-height:100%;padding:25px 30px;visibility:hidden;opacity:0;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:.3s;background:#fff;box-shadow:0 0 30px rgb(0 0 0 / .2);z-index:100}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_popup_author{display:flex;align-items:center;margin-bottom:10px}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_popup_author img{display:flex;width:24px;height:24px;border-radius:50%;margin-right:5px}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_popup_author_name{font-family:"Albert Sans",sans-serif;font-weight:500;font-size:14px;line-height:16.8px;color:#4D5E6F}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_popup_title{display:flex;width:100%}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_popup_title h3{font-family:"Albert Sans",sans-serif;font-weight:500;font-size:18px;line-height:21.6px;color:#001931;margin:0;letter-spacing:0}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_popup_excerpt{display:flex;width:100%;margin:20px 0 0}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_popup_meta{display:flex;width:100%;flex-wrap:nowrap;justify-content:space-between;margin:20px 0 0}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_popup_meta .ms_lms_courses_card_item_meta_block{display:flex;flex-wrap:nowrap;margin-right:25px;align-items:center}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_popup_meta .ms_lms_courses_card_item_meta_block span{white-space:nowrap;font-family:"Albert Sans",sans-serif;font-weight:400;font-size:14px;line-height:17px;color:#4D5E6F;text-transform:capitalize}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_popup_meta .ms_lms_courses_card_item_meta_block:last-child{margin-right:0}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_popup_meta .ms_lms_courses_card_item_meta_block i{margin-right:5px}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_popup_meta .ms_lms_courses_card_item_meta_block i::before{color:#4D5E6F}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_popup_button{display:flex;flex-direction:column;width:100%;text-decoration:none;background:#227AFF;color:#fff;justify-content:center;align-items:center;padding:11px 20px;border-radius:5px;margin:20px 0 0;transition:.3s;white-space:nowrap;font-family:"Albert Sans",sans-serif;font-weight:500;font-size:14px;line-height:18px}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_popup_button:hover{background:linear-gradient(0deg,rgb(0 0 0 / .2),rgb(0 0 0 / .2)),#227AFF}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_popup_button_wrapper{display:flex;flex-direction:column;width:100%;margin:auto 0 0}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_popup_button small{opacity:.7}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_popup_bottom_wrapper{display:flex;width:100%;justify-content:space-between;align-items:center;flex-wrap:nowrap;margin:20px 0 0}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_popup_bottom_wrapper.price-only{justify-content:end}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_popup_wishlist{display:flex;margin-right:25px}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_popup_wishlist .stm-lms-wishlist{display:flex;align-items:center;margin:0;padding:0}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_popup_wishlist .stm-lms-wishlist:hover i{background:0 0}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_popup_wishlist .stm-lms-wishlist.loading::before{left:0;top:-1px;width:18px;height:18px;border:1px solid #4D5E6F;border-radius:50%;margin:0;padding:0}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_popup_wishlist .stm-lms-wishlist i{color:#4D5E6F;width:18px;height:18px;line-height:1;padding:0;margin:0 5px 1px 0;font-size:18px;transition:.3s;border:none;vertical-align:middle}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_popup_wishlist .stm-lms-wishlist i.fa.fa-heart{color:#ff1f59}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_popup_wishlist .stm-lms-wishlist span{white-space:nowrap;font-family:"Albert Sans",sans-serif;font-weight:500;font-size:14px;line-height:16.8px;color:#4D5E6F}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_popup_price{display:flex;flex-direction:column;justify-content:center}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_popup_price_single{display:flex;justify-content:flex-end}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_popup_price_single span{display:flex;justify-content:flex-end;align-items:center;font-family:"Albert Sans",sans-serif;font-weight:700;font-size:15px;line-height:18px;color:#001931}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_popup_price_single.subscription{align-items:center}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_popup_price_single.subscription span{font-weight:500;white-space:nowrap}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_popup_price_single.subscription i{font-size:17px;color:#001931;margin:0 4px 1px 0}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_popup_price_single.sale span{font-family:"Albert Sans",sans-serif;font-weight:400;font-size:12px;line-height:14.4px;color:#4D5E6F;text-decoration:line-through}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_popup_price_sale{display:flex;justify-content:flex-end}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_popup_price_sale span{display:flex;justify-content:flex-end;align-items:center;font-family:"Albert Sans",sans-serif;font-weight:700;font-size:15px;line-height:18px;color:#001931}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_image_wrapper .coming-soon-card-countdown-container .coming-soon-card-details,.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_image_wrapper .coming-soon-card-countdown-container .coming-soon-card-details span,.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_image_wrapper .coming-soon-card-countdown-container .countDays .coming-soon-card-countdown-container,.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_image_wrapper .coming-soon-card-countdown-container .countDays .position .digit,.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_image_wrapper .coming-soon-card-countdown-container .countHours .coming-soon-card-countdown-container,.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_image_wrapper .coming-soon-card-countdown-container .countHours .position .digit,.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_image_wrapper .coming-soon-card-countdown-container .countMinutes .coming-soon-card-countdown-container,.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_image_wrapper .coming-soon-card-countdown-container .countMinutes .position .digit,.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_image_wrapper .coming-soon-card-countdown-container .countSeconds .coming-soon-card-countdown-container,.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_image_wrapper .coming-soon-card-countdown-container .countSeconds .position .digit{color:#fff}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item:hover .ms_lms_courses_card_item_popup{visibility:visible;opacity:1}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item:hover .ms_lms_courses_card_item_info_price{bottom:0}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_wrapper{display:flex;width:100%;flex-direction:column;overflow:hidden}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_image{display:flex;width:100%;height:150px;-o-object-fit:cover;object-fit:cover}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_image_wrapper{display:flex;width:100%;position:relative}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_image_wrapper .coming-soon-card-countdown-container{display:flex;position:absolute;right:0;bottom:0;justify-content:center;padding:10px 20px;background:#001931;transition:.3s;width:100%}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_image_wrapper .coming-soon-card-countdown-container .countDays,.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_image_wrapper .coming-soon-card-countdown-container .countHours,.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_image_wrapper .coming-soon-card-countdown-container .countMinutes,.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_image_wrapper .coming-soon-card-countdown-container .countSeconds{background:#4D5E6F}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_image_wrapper .coming-soon-card-countdown-container.smaller-container .coming-soon-card-details{margin-bottom:10px}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_image_wrapper .coming-soon-card-countdown-container.smaller-container .masterstudy-countdown{flex-wrap:wrap}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_image_wrapper .coming-soon-card-countdown-container.smaller-container .masterstudy-countdown .countDays,.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_image_wrapper .coming-soon-card-countdown-container.smaller-container .masterstudy-countdown .countHours,.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_image_wrapper .coming-soon-card-countdown-container.smaller-container .masterstudy-countdown .countMinutes,.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_image_wrapper .coming-soon-card-countdown-container.smaller-container .masterstudy-countdown .countSeconds{margin-bottom:5px}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_image_wrapper .coming-soon-card-countdown-container.wider-container{justify-content:space-between;width:100%;align-items:center}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_image_link{display:flex;width:100%}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_info{display:flex;flex-direction:column;width:100%;height:100%;padding:15px 20px;background:#fff}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_info_category a{display:flex;font-family:"Albert Sans",sans-serif;font-weight:400;font-size:13px;line-height:16px;color:#4D5E6F;margin-bottom:10px}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_info_title{display:flex;text-decoration:none;margin-bottom:auto}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_info_title h3{font-family:"Albert Sans",sans-serif;font-weight:500;font-size:15px;line-height:18px;color:#001931;margin:0;padding:0;min-height:40px;letter-spacing:0}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_info_divider{display:flex;width:100%;border-bottom:1px solid #DBE0E9;margin:15px 0 0}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_info_progress{display:flex;flex-direction:column;width:100%;margin:10px 0 0}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_info_progress_bars{display:flex;width:100%;position:relative;overflow:hidden}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_info_progress_bar_empty{display:flex;width:100%;border-bottom:3px solid #DBE0E9;border-radius:3px}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_info_progress_bar_filled{display:flex;border-bottom:4px solid #227AFF;border-radius:3px;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_info_progress_title{display:flex;font-family:"Albert Sans",sans-serif;font-weight:500;font-size:12px;line-height:14.4px;color:#4D5E6F;margin-top:4px}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_info_meta{display:flex;flex-wrap:wrap;width:100%;justify-content:space-between;background:#EEF1F7;border-radius:4px;margin:10px 0 0;padding:3.5px 0}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_info_meta .ms_lms_courses_card_item_meta_block{display:flex;flex-wrap:nowrap;align-items:center;padding:3.5px 10px}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_info_meta .ms_lms_courses_card_item_meta_block span{white-space:nowrap;font-family:"Albert Sans",sans-serif;font-weight:400;font-size:14px;line-height:16.8px;color:#4D5E6F;text-transform:capitalize}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_info_meta .ms_lms_courses_card_item_meta_block i{margin-right:5px}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_info_meta .ms_lms_courses_card_item_meta_block i::before{color:#4D5E6F}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_info_bottom_wrapper{display:flex;width:100%;justify-content:space-between;flex-wrap:wrap;min-height:33px;margin:10px 0 0}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_info_bottom_wrapper .ms_lms_courses_card_item_meta_block{display:flex;flex-wrap:nowrap;align-items:center;padding:3.5px 0}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_info_bottom_wrapper .ms_lms_courses_card_item_meta_block span{white-space:nowrap;font-family:"Albert Sans",sans-serif;font-weight:400;font-size:14px;line-height:16.8px;color:#4D5E6F;text-transform:capitalize}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_info_bottom_wrapper .ms_lms_courses_card_item_meta_block i{margin-right:5px}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_info_bottom_wrapper .ms_lms_courses_card_item_meta_block i::before{color:#4D5E6F}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_info_rating{display:flex;justify-content:flex-start;align-items:center;margin:0 0 5px;padding:0}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_info_rating_stars{display:flex;font-size:14px;width:70px;min-width:70px;margin:0;position:relative}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_info_rating_stars::before{display:flex;width:100%;color:#B3BAC2;content:"\e91e\e91e\e91e\e91e\e91e";font-family:stmlms}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_info_rating_stars_filled{font-family:stmlms;position:absolute;z-index:2;display:flex;left:0;top:0;overflow:hidden}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_info_rating_stars_filled::after{display:flex;width:100%;color:#FFA800;content:"\e91f\e91f\e91f\e91f\e91f"}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_info_rating_quantity{display:flex;margin:0 0 0 5px;justify-content:center;align-items:center}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_info_rating_quantity span{display:flex;justify-content:center;align-items:center;font-family:"Albert Sans",sans-serif;line-height:18px;font-size:14px;font-weight:400;color:#4D5E6F}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_info_price{display:flex;position:absolute;right:10px;bottom:10px;flex-direction:column;justify-content:center;padding:6px 10px;background:#227AFF;transition:.3s}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_info_price_single{display:flex;justify-content:flex-end}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_info_price_single span{display:flex;justify-content:flex-end;align-items:center;font-family:"Albert Sans",sans-serif;font-weight:700;font-size:15px;line-height:18px;color:#fff}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_info_price_single.subscription{align-items:center}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_info_price_single.subscription span{font-weight:500}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_info_price_single.subscription i{font-size:17px;color:#fff;margin:0 4px 1px 0}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_info_price_single.subscription i::before{color:#fff}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_info_price_single.sale span{font-family:"Albert Sans",sans-serif;font-weight:400;font-size:12px;line-height:14.4px;color:#fff;text-decoration:line-through}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_info_price_sale{display:flex;justify-content:flex-end}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_info_price_sale span{display:flex;justify-content:flex-end;align-items:center;font-family:"Albert Sans",sans-serif;font-weight:700;font-size:14px;line-height:18px;color:#fff}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_popup{display:flex;flex-direction:column;justify-content:flex-start;min-width:100%;min-height:100%;padding:25px 30px;visibility:hidden;opacity:0;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:.3s;background:#fff;box-shadow:0 0 30px rgb(0 0 0 / .2);z-index:100}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_popup_author{display:flex;align-items:center;margin-bottom:10px}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_popup_author img{display:flex;width:24px;height:24px;border-radius:50%;margin-right:5px}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_popup_author_name{font-family:"Albert Sans",sans-serif;font-weight:500;font-size:14px;line-height:16.8px;color:#4D5E6F}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_popup_title{display:flex;width:100%}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_popup_title h3{font-family:"Albert Sans",sans-serif;font-weight:500;font-size:18px;line-height:21.6px;color:#001931;margin:0;letter-spacing:0}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_popup_excerpt{display:flex;width:100%;margin:20px 0 0}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_popup_meta{display:flex;width:100%;flex-wrap:nowrap;justify-content:space-between;margin:20px 0 0}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_popup_meta .ms_lms_courses_card_item_meta_block{display:flex;flex-wrap:nowrap;margin-right:25px;align-items:center}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_popup_meta .ms_lms_courses_card_item_meta_block span{white-space:nowrap;font-family:"Albert Sans",sans-serif;font-weight:400;font-size:14px;line-height:17px;color:#4D5E6F;text-transform:capitalize}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_popup_meta .ms_lms_courses_card_item_meta_block:last-child{margin-right:0}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_popup_meta .ms_lms_courses_card_item_meta_block i{margin-right:5px}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_popup_meta .ms_lms_courses_card_item_meta_block i::before{color:#4D5E6F}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_popup_button{display:flex;flex-direction:column;width:100%;text-decoration:none;background:#227AFF;color:#fff;justify-content:center;align-items:center;padding:11px 20px;border-radius:5px;margin:auto 0 0;transition:.3s;white-space:nowrap;font-family:"Albert Sans",sans-serif;font-weight:500;font-size:14px;line-height:18px}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_popup_button:hover{background:linear-gradient(0deg,rgb(0 0 0 / .2),rgb(0 0 0 / .2)),#227AFF}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_popup_button_wrapper{display:flex;flex-direction:column;width:100%;margin:auto 0 0}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_popup_button small{opacity:.7}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_popup_bottom_wrapper{display:flex;width:100%;justify-content:space-between;align-items:center;flex-wrap:nowrap;margin:20px 0 0}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_popup_bottom_wrapper.price-only{justify-content:end}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_popup_wishlist{display:flex;margin-right:25px}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_popup_wishlist .stm-lms-wishlist{display:flex;align-items:center;margin:0;padding:0}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_popup_wishlist .stm-lms-wishlist:hover i{background:0 0}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_popup_wishlist .stm-lms-wishlist.loading::before{left:0;top:-1px;width:18px;height:18px;border:1px solid #4D5E6F;border-radius:50%;margin:0;padding:0}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_popup_wishlist .stm-lms-wishlist i{color:#4D5E6F;width:18px;height:18px;line-height:1;padding:0;margin:0 5px 1px 0;font-size:18px;transition:.3s;border:none;vertical-align:middle}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_popup_wishlist .stm-lms-wishlist i.fa.fa-heart{color:#ff1f59}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_popup_wishlist .stm-lms-wishlist span{white-space:nowrap;font-family:"Albert Sans",sans-serif;font-weight:500;font-size:14px;line-height:16.8px;color:#4D5E6F}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_popup_price{display:flex;flex-direction:column;justify-content:center}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_popup_price_single{display:flex;justify-content:flex-end}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_popup_price_single span{display:flex;justify-content:flex-end;align-items:center;font-family:"Albert Sans",sans-serif;font-weight:700;font-size:15px;line-height:18px;color:#001931}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_popup_price_single.subscription{align-items:center}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_popup_price_single.subscription span{font-weight:500;white-space:nowrap}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_popup_price_single.subscription i{font-size:17px;color:#001931;margin:0 4px 1px 0}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_popup_price_single.sale span{font-family:"Albert Sans",sans-serif;font-weight:400;font-size:12px;line-height:14.4px;color:#4D5E6F;text-decoration:line-through}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_popup_price_sale{display:flex;justify-content:flex-end}.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_popup_price_sale span{display:flex;justify-content:flex-end;align-items:center;font-family:"Albert Sans",sans-serif;font-weight:700;font-size:15px;line-height:18px;color:#001931}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item:hover .ms_lms_courses_card_item_info_price_sale,.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item:hover .ms_lms_courses_card_item_info_price_single{display:none}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item:hover .ms_lms_courses_card_item_info_price_preview{display:flex}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item .coming-soon-card-countdown-container{padding-bottom:5px}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item .coming-soon-card-countdown-container .coming-soon-card-details,.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item .coming-soon-card-countdown-container .coming-soon-card-details span{color:#4D5E6F}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item .coming-soon-card-countdown-container.smaller-container{flex-wrap:wrap;justify-content:center;margin-top:12px;height:54px}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item .coming-soon-card-countdown-container.smaller-container .coming-soon-card-details{margin-bottom:10px}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item .coming-soon-card-countdown-container.smaller-container .masterstudy-countdown{flex-wrap:wrap}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item .coming-soon-card-countdown-container.wider-container{justify-content:space-between;width:100%;align-items:center;margin-top:10px}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item .coming-soon-card-countdown-container.wider-container .coming-soon-card-details{margin-bottom:0}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item_wrapper{display:flex;width:100%;flex-direction:column;overflow:hidden}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item_image{display:flex;width:100%;height:150px;-o-object-fit:cover;object-fit:cover;border-radius:8px}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item_image_link{display:flex;width:100%}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item_info{display:flex;flex-direction:column;width:100%;height:100%;padding:15px 20px;background:0 0}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item_info_category{display:flex;width:100%;justify-content:center}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item_info_category a{display:flex;font-family:"Albert Sans",sans-serif;font-weight:400;font-size:13px;line-height:16px;color:#4D5E6F;margin-bottom:10px}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item_info_title{display:flex;width:100%;justify-content:center;text-decoration:none;margin-bottom:auto}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item_info_title h3{font-family:"Albert Sans",sans-serif;font-weight:500;font-size:15px;line-height:18px;color:#001931;margin:0;padding:0;min-height:40px;letter-spacing:0;text-align:center}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item_info_divider{display:flex;width:100%;border-bottom:1px solid #DBE0E9;margin:15px 0 0}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item_info_progress{display:flex;flex-direction:column;width:100%;margin:15px 0 4px}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item_info_progress_bars{display:flex;width:100%;position:relative;overflow:hidden}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item_info_progress_bar_empty{display:flex;width:100%;border-bottom:3px solid #DBE0E9;border-radius:3px}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item_info_progress_bar_filled{display:flex;border-bottom:4px solid #227AFF;border-radius:3px;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item_info_progress_title{display:flex;justify-content:center;font-family:"Albert Sans",sans-serif;font-weight:500;font-size:12px;line-height:14.4px;color:#4D5E6F;margin-top:4px}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item_info_meta{display:flex;flex-wrap:wrap;width:100%;justify-content:space-between;background:#EEF1F7;border-radius:4px;margin:10px 0 0;padding:3.5px 0}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item_info_meta .ms_lms_courses_card_item_meta_block{display:flex;flex-wrap:nowrap;align-items:center;padding:3.5px 10px}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item_info_meta .ms_lms_courses_card_item_meta_block span{white-space:nowrap;font-family:"Albert Sans",sans-serif;font-weight:400;font-size:14px;line-height:16.8px;color:#4D5E6F;text-transform:capitalize}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item_info_meta .ms_lms_courses_card_item_meta_block i{margin-right:5px}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item_info_meta .ms_lms_courses_card_item_meta_block i::before{color:#4D5E6F}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item_info_bottom_wrapper{display:flex;width:100%;justify-content:center;flex-wrap:wrap;min-height:33px;margin:12px 0 0}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item_info_rating{display:flex;justify-content:center;align-items:center;margin:10px 0 0;padding:0}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item_info_rating_stars{display:flex;font-size:14px;width:70px;min-width:70px;margin:0;position:relative}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item_info_rating_stars::before{display:flex;width:100%;color:#B3BAC2;content:"\e91e\e91e\e91e\e91e\e91e";font-family:stmlms}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item_info_rating_stars_filled{font-family:stmlms;position:absolute;z-index:2;display:flex;left:0;top:0;overflow:hidden}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item_info_rating_stars_filled::after{display:flex;width:100%;color:#FFA800;content:"\e91f\e91f\e91f\e91f\e91f"}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item_info_rating_quantity{display:flex;margin:0 0 0 5px;justify-content:center;align-items:center}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item_info_rating_quantity span{display:flex;justify-content:center;align-items:center;font-family:"Albert Sans",sans-serif;line-height:18px;font-size:14px;font-weight:400;color:#4D5E6F}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item_info_price{display:flex;width:100%;justify-content:center;transition:.3s;min-height:54px;position:relative}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item_info_price_single{display:flex;justify-content:flex-end}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item_info_price_single span{display:flex;justify-content:center;align-items:center;font-family:"Albert Sans",sans-serif;font-weight:700;font-size:15px;line-height:18px;color:#227AFF}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item_info_price_single.subscription{align-items:center}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item_info_price_single.subscription span{font-weight:500}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item_info_price_single.subscription i{font-size:17px;color:#227AFF;margin:0 4px 1px 0}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item_info_price_single.subscription i::before{color:#227AFF}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item_info_price_single.sale span{font-family:"Albert Sans",sans-serif;font-weight:700;font-size:15px;line-height:18px;color:#4D5E6F;text-decoration:line-through}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item_info_price_sale{display:flex;justify-content:center;margin-left:3px}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item_info_price_sale span{display:flex;justify-content:center;align-items:center;font-family:"Albert Sans",sans-serif;font-weight:700;font-size:15px;line-height:18px;color:#227AFF}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item_info_price_preview{display:none;width:100%;flex-direction:column;justify-content:center;align-items:center;text-align:center;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);padding:11px 20px;background:#227AFF;border-radius:5px;color:#fff;font-family:"Albert Sans",sans-serif;font-size:14px;line-height:18px;transition:.3s}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item_info_price_preview:hover{background:linear-gradient(0deg,rgb(0 0 0 / .2),rgb(0 0 0 / .2)),#227AFF}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item_info_price_preview small{opacity:.7}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item_info_wishlist{display:flex;width:100%;justify-content:center;align-items:center;margin:15px 0 5px}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item_info_wishlist .stm-lms-wishlist{display:flex;align-items:center;margin:0;padding:0}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item_info_wishlist .stm-lms-wishlist:hover i{background:0 0}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item_info_wishlist .stm-lms-wishlist.loading::before{left:0;top:0;width:18px;height:18px;border:1px solid #4D5E6F;border-radius:50%;margin:0;padding:0}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item_info_wishlist .stm-lms-wishlist i{color:#4D5E6F;width:18px;height:18px;line-height:1;padding:0;margin:0;font-size:18px;transition:.3s;border:none;vertical-align:middle}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item_info_wishlist .stm-lms-wishlist i.fa.fa-heart{color:#ff1f59}.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item_info_wishlist .stm-lms-wishlist span{font-family:"Albert Sans",sans-serif;font-weight:500;font-size:14px;line-height:16.8px;color:#4D5E6F;margin:2px 0 0 5px}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item:hover .ms_lms_courses_card_item_info{background:linear-gradient(180deg,#fff0 0,rgb(0 25 49 / .8) 0)}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item:hover .ms_lms_courses_card_item_info_wrapper{max-height:500px}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_wrapper{display:flex;width:100%;flex-direction:column;overflow:hidden}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_image{display:flex;width:100%;height:100%;min-height:350px;border-radius:8px;-o-object-fit:cover;object-fit:cover}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info{display:flex;flex-direction:column;justify-content:flex-end;width:100%;height:100%;padding:15px 20px;background:linear-gradient(180deg,#fff0 0,rgb(0 25 49 / .9) 100%);position:absolute;left:0;bottom:0;border-radius:8px;transition:.4s}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_wrapper{display:flex;width:100%;flex-direction:column;max-height:0;overflow:hidden;transition:.4s}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_category a{display:flex;font-family:"Albert Sans",sans-serif;font-weight:500;font-size:14px;line-height:16px;color:#B3BAC2;margin-bottom:10px}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_title{display:flex;text-decoration:none}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_title h3{font-family:"Albert Sans",sans-serif;font-weight:700;font-size:17px;line-height:18px;color:#fff;margin:0;padding:0;min-height:40px;letter-spacing:0}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_excerpt{display:flex;width:100%;margin:12px 0 0;font-family:"Albert Sans",sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#fff}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_progress{display:flex;flex-direction:column;width:100%;margin:6px 0 0}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_progress_bars{display:flex;width:100%;position:relative;overflow:hidden}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_progress_bar_empty{display:flex;width:100%;border-bottom:3px solid #DBE0E9;border-radius:3px}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_progress_bar_filled{display:flex;border-bottom:4px solid #227AFF;border-radius:3px;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_progress_title{display:flex;font-family:"Albert Sans",sans-serif;font-weight:500;font-size:12px;line-height:14.4px;color:#fff;margin-top:4px}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_meta{display:flex;flex-wrap:wrap;width:100%;justify-content:flex-start;margin:10px 0 0;padding:0}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_meta_divider{display:flex;height:100%;margin:0 10px;position:relative}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_meta_divider::before{content:"·";display:flex;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#B3BAC2;font-size:20px;font-weight:700}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_meta .ms_lms_courses_card_item_meta_block{display:flex;flex-wrap:nowrap;align-items:center;padding:0}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_meta .ms_lms_courses_card_item_meta_block span{white-space:nowrap;font-family:"Albert Sans",sans-serif;font-weight:400;font-size:14px;line-height:16.8px;color:#fff;text-transform:capitalize}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_meta .ms_lms_courses_card_item_meta_block i{margin-right:5px}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_meta .ms_lms_courses_card_item_meta_block i::before{color:#fff}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_rating{display:flex;justify-content:flex-start;align-items:center;margin:8px 0 0;padding:0}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_rating_stars{display:flex;font-size:14px;width:70px;min-width:70px;margin:0;position:relative}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_rating_stars::before{display:flex;width:100%;color:#B3BAC2;content:"\e91e\e91e\e91e\e91e\e91e";font-family:stmlms}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_rating_stars_filled{font-family:stmlms;position:absolute;z-index:2;display:flex;left:0;top:0;overflow:hidden}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_rating_stars_filled::after{display:flex;width:100%;color:#FFA800;content:"\e91f\e91f\e91f\e91f\e91f"}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_rating_quantity{display:flex;margin:0 0 0 5px;justify-content:center;align-items:center}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_rating_quantity span{display:flex;justify-content:center;align-items:center;font-family:"Albert Sans",sans-serif;line-height:18px;font-size:14px;font-weight:400;color:#B3BAC2}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_rating_wrapper{display:flex;width:100%;justify-content:space-between;align-items:center}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_price{display:flex;justify-content:flex-start;margin:7px 0 0}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_price_single{display:flex;justify-content:flex-start}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_price_single span{display:flex;justify-content:flex-start;align-items:center;font-family:"Albert Sans",sans-serif;font-weight:700;font-size:14px;line-height:18px;color:#fff}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_price_single.subscription{align-items:center;margin-top:5px}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_price_single.subscription span{font-weight:700}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_price_single.subscription i{font-size:17px;color:#fff;margin:0 4px 1px 0}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_price_single.subscription i::before{color:#fff}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_price_single.sale span{font-family:"Albert Sans",sans-serif;font-weight:400;font-size:14px;line-height:18px;color:#B3BAC2;text-decoration:line-through}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_price_sale{display:flex;justify-content:flex-start;margin-right:5px}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_price_sale span{display:flex;justify-content:flex-start;align-items:center;font-family:"Albert Sans",sans-serif;font-weight:700;font-size:14px;line-height:18px;color:#fff}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_price .coming-soon-card-countdown-container .coming-soon-card-details,.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_price .coming-soon-card-countdown-container .coming-soon-card-details span{color:#fff}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_price .coming-soon-card-countdown-container.smaller-container{flex-wrap:wrap}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_price .coming-soon-card-countdown-container.smaller-container .coming-soon-card-details{margin-bottom:10px}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_price .coming-soon-card-countdown-container.smaller-container .masterstudy-countdown{flex-wrap:wrap}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_price .coming-soon-card-countdown-container.smaller-container .masterstudy-countdown .countDays,.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_price .coming-soon-card-countdown-container.smaller-container .masterstudy-countdown .countHours,.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_price .coming-soon-card-countdown-container.smaller-container .masterstudy-countdown .countMinutes,.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_price .coming-soon-card-countdown-container.smaller-container .masterstudy-countdown .countSeconds{margin-bottom:5px}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_price .coming-soon-card-countdown-container.wider-container{justify-content:space-between;width:100%;align-items:center;margin-bottom:10px}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_wishlist{display:flex;justify-content:flex-start;align-items:center;margin:7px 3px 0 0}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_wishlist .stm-lms-wishlist{display:flex;align-items:center;margin:0;padding:0}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_wishlist .stm-lms-wishlist:hover i{background:0 0}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_wishlist .stm-lms-wishlist.loading::before{left:1px;top:-1px;width:18px;height:18px;border:1px solid #fff;border-radius:50%;margin:0;padding:0}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_wishlist .stm-lms-wishlist i{color:#fff;width:18px;height:18px;line-height:1;padding:0;margin:0;font-size:18px;transition:.3s;border:none;vertical-align:middle}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_wishlist .stm-lms-wishlist i.fa.fa-heart{color:#ff1f59}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_wishlist .stm-lms-wishlist span{display:none;font-family:"Albert Sans",sans-serif;font-weight:500;font-size:14px;line-height:16.8px;color:#fff;margin:2px 0 0 5px}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item:hover .coming-soon-card-countdown-container{opacity:0}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item:hover .ms_lms_courses_card_item_info_price{z-index:3}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item:hover .ms_lms_courses_card_item_info_price_sale,.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item:hover .ms_lms_courses_card_item_info_price_single{max-height:0;max-width:0}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item:hover .ms_lms_courses_card_item_info_price_preview{opacity:1;visibility:visible;max-height:100px;max-width:400px}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_wrapper{display:flex;width:100%;flex-direction:column;overflow:hidden}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_wrapper .coming-soon-card-countdown-container{z-index:3;padding:10px 20px;display:flex;justify-content:center;align-items:center;height:50px;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);bottom:-25px;background:#227AFF;border-radius:50px;transition:.1s;width:98%}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_wrapper .coming-soon-card-countdown-container .coming-soon-card-details{width:80px;color:#fff;margin-right:10px}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_wrapper .coming-soon-card-countdown-container .coming-soon-card-details span{color:#fff}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_wrapper .coming-soon-card-countdown-container.smaller-container .masterstudy-countdown{display:none}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_wrapper .coming-soon-card-countdown-container.smaller-container .coming-soon-card-details{margin-right:0;text-align:center}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_wrapper .coming-soon-card-countdown-container .masterstudy-countdown .countDays,.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_wrapper .coming-soon-card-countdown-container .masterstudy-countdown .countHours,.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_wrapper .coming-soon-card-countdown-container .masterstudy-countdown .countMinutes,.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_wrapper .coming-soon-card-countdown-container .masterstudy-countdown .countSeconds{background:var(--secondary-10,rgb(255 255 255 / .1));border-radius:var(--paddings-padding-24-px,24px)}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_wrapper .coming-soon-card-countdown-container .masterstudy-countdown .countDays .coming-soon-card-countdown-container,.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_wrapper .coming-soon-card-countdown-container .masterstudy-countdown .countDays .position .digit,.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_wrapper .coming-soon-card-countdown-container .masterstudy-countdown .countHours .coming-soon-card-countdown-container,.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_wrapper .coming-soon-card-countdown-container .masterstudy-countdown .countHours .position .digit,.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_wrapper .coming-soon-card-countdown-container .masterstudy-countdown .countMinutes .coming-soon-card-countdown-container,.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_wrapper .coming-soon-card-countdown-container .masterstudy-countdown .countMinutes .position .digit,.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_wrapper .coming-soon-card-countdown-container .masterstudy-countdown .countSeconds .coming-soon-card-countdown-container,.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_wrapper .coming-soon-card-countdown-container .masterstudy-countdown .countSeconds .position .digit{color:#fff}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_image{display:flex;width:100%;-o-object-fit:cover;object-fit:cover;height:150px;border-radius:8px}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_image_wrapper{display:flex;width:100%;position:relative}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_image_link{display:flex;width:100%}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_info{display:flex;flex-direction:column;width:100%;height:100%;padding:37px 20px 15px;background:0 0}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_info_category{display:flex;width:100%;justify-content:center}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_info_category a{display:flex;font-family:"Albert Sans",sans-serif;font-weight:400;font-size:13px;line-height:16px;color:#4D5E6F;margin-bottom:10px}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_info_title{display:flex;width:100%;justify-content:center;text-decoration:none;margin-bottom:auto}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_info_title h3{font-family:"Albert Sans",sans-serif;font-weight:500;font-size:15px;line-height:18px;color:#001931;margin:0;padding:0;min-height:40px;letter-spacing:0;text-align:center}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_info_progress{display:flex;flex-direction:column;width:100%;margin:15px 0 4px}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_info_progress_bars{display:flex;width:100%;position:relative;overflow:hidden}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_info_progress_bar_empty{display:flex;width:100%;border-bottom:3px solid #DBE0E9;border-radius:3px}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_info_progress_bar_filled{display:flex;border-bottom:4px solid #227AFF;border-radius:3px;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_info_progress_title{display:flex;justify-content:center;font-family:"Albert Sans",sans-serif;font-weight:500;font-size:12px;line-height:14.4px;color:#4D5E6F;margin-top:4px}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_info_meta{display:flex;flex-wrap:wrap;width:100%;justify-content:space-between;background:#EEF1F7;border-radius:4px;margin:10px 0 0;padding:3.5px 0}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_info_meta .ms_lms_courses_card_item_meta_block{display:flex;flex-wrap:nowrap;align-items:center;padding:3.5px 10px}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_info_meta .ms_lms_courses_card_item_meta_block span{white-space:nowrap;font-family:"Albert Sans",sans-serif;font-weight:400;font-size:14px;line-height:16.8px;color:#4D5E6F;text-transform:capitalize}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_info_meta .ms_lms_courses_card_item_meta_block i{margin-right:5px}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_info_meta .ms_lms_courses_card_item_meta_block i::before{color:#4D5E6F}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_info_rating{display:flex;justify-content:center;align-items:center;margin:10px 0 0;padding:0}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_info_rating_stars{display:flex;font-size:14px;width:70px;min-width:70px;margin:0;position:relative}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_info_rating_stars::before{display:flex;width:100%;color:#B3BAC2;content:"\e91e\e91e\e91e\e91e\e91e";font-family:stmlms}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_info_rating_stars_filled{font-family:stmlms;position:absolute;z-index:2;display:flex;left:0;top:0;overflow:hidden}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_info_rating_stars_filled::after{display:flex;width:100%;color:#FFA800;content:"\e91f\e91f\e91f\e91f\e91f"}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_info_rating_quantity{display:flex;margin:0 0 0 5px;justify-content:center;align-items:center}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_info_rating_quantity span{display:flex;justify-content:center;align-items:center;font-family:"Albert Sans",sans-serif;line-height:18px;font-size:14px;font-weight:400;color:#4D5E6F}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_info_price{display:flex;flex-direction:column;justify-content:center;align-items:center;height:50px;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);bottom:-25px;background:#227AFF;border-radius:50px;transition:.4s;z-index:2}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_info_price_single{display:flex;justify-content:center;align-items:center;padding:0 20px;overflow:hidden;transition:.4s}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_info_price_single span{display:flex;justify-content:center;align-items:center;font-family:"Albert Sans",sans-serif;font-weight:700;font-size:15px;line-height:1.2;color:#fff}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_info_price_single.subscription span{font-weight:700;white-space:nowrap;font-size:14px}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_info_price_single.subscription i{font-size:17px;color:#fff;margin:0 4px 1px 0}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_info_price_single.subscription i::before{color:#fff}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_info_price_single.sale span{font-family:"Albert Sans",sans-serif;font-weight:500;font-size:12px;line-height:1.2;color:#fff;text-decoration:line-through;opacity:.7}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_info_price_sale{display:flex;justify-content:center;align-items:center;padding:0 20px;overflow:hidden;transition:.4s}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_info_price_sale span{display:flex;justify-content:center;align-items:center;font-family:"Albert Sans",sans-serif;font-weight:700;font-size:15px;line-height:1.2;color:#fff}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_info_price_preview{display:flex;flex-direction:column;width:100%;height:100%;max-height:0;max-width:0;opacity:0;visibility:hidden;justify-content:center;align-items:center;text-align:center;padding:0 20px;background:0 0;border-radius:50px;color:#fff;white-space:nowrap;font-family:"Albert Sans",sans-serif;font-size:14px;font-weight:700;line-height:1.2;transition:max-width .4s;overflow:hidden}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_info_price_preview:hover{background:linear-gradient(0deg,rgb(0 0 0 / .2),rgb(0 0 0 / .2)),#227AFF}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_info_price_preview small{opacity:.7;font-weight:400}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_info_price_preview.ms_lms_courses_card_item_info_price_preview_open{opacity:1;visibility:visible;max-height:100px;max-width:400px}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_info_wishlist{display:flex;width:100%;justify-content:center;align-items:center;margin:15px 0 5px}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_info_wishlist .stm-lms-wishlist{display:flex;align-items:center;margin:0;padding:0}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_info_wishlist .stm-lms-wishlist:hover i{background:0 0}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_info_wishlist .stm-lms-wishlist.loading::before{left:0;top:0;width:18px;height:18px;border:1px solid #4D5E6F;border-radius:50%;margin:0;padding:0}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_info_wishlist .stm-lms-wishlist i{color:#4D5E6F;width:18px;height:18px;line-height:1;padding:0;margin:0;font-size:18px;transition:.3s;border:none;vertical-align:middle}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_info_wishlist .stm-lms-wishlist i.fa.fa-heart{color:#ff1f59}.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_info_wishlist .stm-lms-wishlist span{font-family:"Albert Sans",sans-serif;font-weight:500;font-size:14px;line-height:16.8px;color:#4D5E6F;margin:2px 0 0 5px}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item{align-self:flex-start}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item:hover .ms_lms_courses_card_item_image{-webkit-transform:scale(1.1);transform:scale(1.1)}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item:hover .ms_lms_courses_card_item_info_price,.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item:hover .ms_lms_courses_card_item_info_rating{opacity:0}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item:hover .ms_lms_courses_card_item_info_price_preview_wrapper{opacity:1;visibility:visible}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_wrapper{display:flex;width:100%;flex-direction:column;overflow:hidden}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_image{display:flex;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:.3s}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_image_link{display:flex;width:100%;overflow:hidden;height:160px;min-height:160px}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info{display:flex;flex-direction:column;width:100%;height:100%;padding:15px 20px;background:#fff}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_category a{display:flex;font-family:"Albert Sans",sans-serif;font-weight:400;font-size:13px;line-height:16px;color:#4D5E6F;margin-bottom:10px}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_title{display:flex;text-decoration:none;margin-bottom:auto}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_title h3{font-family:"Albert Sans",sans-serif;font-weight:500;font-size:15px;line-height:18px;color:#001931;margin:0;padding:0;min-height:40px;letter-spacing:0}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_divider{display:flex;width:100%;border-bottom:1px solid #DBE0E9;margin:15px 0 0}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_progress{display:flex;flex-direction:column;width:100%;margin:10px 0 0}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_progress_bars{display:flex;width:100%;position:relative;overflow:hidden}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_progress_bar_empty{display:flex;width:100%;border-bottom:3px solid #DBE0E9;border-radius:3px}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_progress_bar_filled{display:flex;border-bottom:4px solid #227AFF;border-radius:3px;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_progress_title{display:flex;font-family:"Albert Sans",sans-serif;font-weight:500;font-size:12px;line-height:14.4px;color:#4D5E6F;margin-top:4px}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_meta{display:flex;flex-wrap:wrap;width:100%;justify-content:space-between;background:#EEF1F7;border-radius:4px;margin:10px 0 0;padding:3.5px 0}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_meta .ms_lms_courses_card_item_meta_block{display:flex;flex-wrap:nowrap;align-items:center;padding:3.5px 10px}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_meta .ms_lms_courses_card_item_meta_block span{white-space:nowrap;font-family:"Albert Sans",sans-serif;font-weight:400;font-size:14px;line-height:16.8px;color:#4D5E6F;text-transform:capitalize}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_meta .ms_lms_courses_card_item_meta_block i{margin-right:5px}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_meta .ms_lms_courses_card_item_meta_block i::before{color:#4D5E6F}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_bottom_wrapper{display:flex;width:100%;justify-content:space-between;flex-wrap:wrap;min-height:33px;margin:10px 0;position:relative}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_bottom_wrapper .coming-soon-card-countdown-container{padding-top:5px}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_bottom_wrapper .coming-soon-card-countdown-container .coming-soon-card-details,.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_bottom_wrapper .coming-soon-card-countdown-container .coming-soon-card-details span{color:#4D5E6F}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_bottom_wrapper .coming-soon-card-countdown-container .masterstudy-countdown .countDays,.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_bottom_wrapper .coming-soon-card-countdown-container .masterstudy-countdown .countHours,.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_bottom_wrapper .coming-soon-card-countdown-container .masterstudy-countdown .countMinutes,.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_bottom_wrapper .coming-soon-card-countdown-container .masterstudy-countdown .countSeconds{background:#DBE0E9}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_bottom_wrapper .coming-soon-card-countdown-container.smaller-container{flex-wrap:wrap}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_bottom_wrapper .coming-soon-card-countdown-container.smaller-container .coming-soon-card-details{margin-bottom:10px}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_bottom_wrapper .coming-soon-card-countdown-container.smaller-container .masterstudy-countdown{flex-wrap:wrap}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_bottom_wrapper .coming-soon-card-countdown-container.smaller-container .masterstudy-countdown .countDays,.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_bottom_wrapper .coming-soon-card-countdown-container.smaller-container .masterstudy-countdown .countHours,.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_bottom_wrapper .coming-soon-card-countdown-container.smaller-container .masterstudy-countdown .countMinutes,.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_bottom_wrapper .coming-soon-card-countdown-container.smaller-container .masterstudy-countdown .countSeconds{margin-bottom:5px}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_bottom_wrapper .coming-soon-card-countdown-container.wider-container{justify-content:space-between;width:100%;align-items:center;margin-bottom:10px}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_rating{display:flex;justify-content:center;align-items:center;margin:5px 15px 0 0;padding:0;transition:.4s}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_rating_stars{display:flex;font-size:14px;width:70px;min-width:70px;margin:0;position:relative}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_rating_stars::before{display:flex;width:100%;color:#B3BAC2;content:"\e91e\e91e\e91e\e91e\e91e";font-family:stmlms}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_rating_stars_filled{font-family:stmlms;position:absolute;z-index:2;display:flex;left:0;top:0;overflow:hidden}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_rating_stars_filled::after{display:flex;width:100%;color:#FFA800;content:"\e91f\e91f\e91f\e91f\e91f"}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_rating_quantity{display:flex;margin:0 0 0 5px;justify-content:center;align-items:center}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_rating_quantity span{display:flex;justify-content:center;align-items:center;font-family:"Albert Sans",sans-serif;line-height:18px;font-size:14px;font-weight:400;color:#4D5E6F}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_price{display:flex;flex-direction:column;justify-content:center;margin:5px 0 0 auto;transition:.4s}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_price.ms_lms_courses_card_item_info_price_subscription{width:100%;margin:5px 0 0}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_price.ms_lms_courses_card_item_info_price_subscription .ms_lms_courses_card_item_info_price_single.subscription{justify-content:flex-start}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_price_single{display:flex;justify-content:flex-end}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_price_single span{display:flex;justify-content:flex-end;align-items:center;font-family:"Albert Sans",sans-serif;font-weight:700;font-size:15px;line-height:18px;color:#001931}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_price_single.subscription{align-items:center}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_price_single.subscription span{font-weight:500}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_price_single.subscription i{font-size:17px;color:#001931;margin:0 4px 1px 0}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_price_single.sale span{font-family:"Albert Sans",sans-serif;font-weight:400;font-size:12px;line-height:14.4px;color:#4D5E6F;text-decoration:line-through}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_price_sale{display:flex;justify-content:flex-end}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_price_sale span{display:flex;justify-content:flex-end;align-items:center;font-family:"Albert Sans",sans-serif;font-weight:700;font-size:15px;line-height:18px;color:#001931}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_price_preview{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:11px 20px;background:#227AFF;margin:auto 0;border-radius:5px;color:#fff;font-family:"Albert Sans",sans-serif;font-size:14px;line-height:18px;transition:.3s}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_price_preview:hover{background:linear-gradient(0deg,rgb(0 0 0 / .2),rgb(0 0 0 / .2)),#227AFF}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_price_preview_wrapper{display:flex;width:100%;position:absolute;top:10px;left:0;transition:.4s;opacity:0;z-index:2;visibility:hidden}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_price_preview small{opacity:.7}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_wishlist{display:flex;width:100%;justify-content:flex-start;align-items:center;margin:15px 0 5px}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_wishlist .stm-lms-wishlist{display:flex;align-items:center;margin:0;padding:0}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_wishlist .stm-lms-wishlist:hover i{background:0 0}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_wishlist .stm-lms-wishlist.loading::before{left:0;top:0;width:18px;height:18px;border:1px solid #4D5E6F;border-radius:50%;margin:0;padding:0}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_wishlist .stm-lms-wishlist i{color:#4D5E6F;width:18px;height:18px;line-height:1;padding:0;margin:0;font-size:18px;transition:.3s;border:none;vertical-align:middle}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_wishlist .stm-lms-wishlist i.fa.fa-heart{color:#ff1f59}.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_wishlist .stm-lms-wishlist span{font-family:"Albert Sans",sans-serif;font-weight:500;font-size:14px;line-height:16.8px;color:#4D5E6F;margin:2px 0 0 5px}.ms_lms_courses_teacher{display:flex;flex-direction:column;width:100%;padding:120px 0 30px}.ms_lms_courses_teacher_wrapper{display:flex;flex-direction:column;width:50%;padding:0 15px}.ms_lms_courses_teacher a.ms_lms_courses_teacher_label,.ms_lms_courses_teacher a.ms_lms_courses_teacher_view-all{display:flex;padding:13px 15px 12px;font-weight:700;text-decoration:none;transition:.3s;line-height:1;font-family:"Albert Sans",sans-serif}.ms_lms_courses_teacher a.ms_lms_courses_teacher_label{align-self:flex-start;margin-bottom:50px;background:#227AFF;color:#fff;font-size:14px;text-transform:uppercase}.ms_lms_courses_teacher a.ms_lms_courses_teacher_label:hover{background:#001931;color:#fff}.ms_lms_courses_teacher a.ms_lms_courses_teacher_label.ms_lms_courses_teacher_label_disabled:hover{background:#227AFF;color:#fff}.ms_lms_courses_teacher a.ms_lms_courses_teacher_name{display:flex;align-self:flex-start;font-family:"Albert Sans",sans-serif;font-size:60px;font-weight:700;line-height:1;text-decoration:none;color:#001931;transition:.3s;margin-bottom:15px}.ms_lms_courses_teacher a.ms_lms_courses_teacher_name:hover{color:#227AFF}.ms_lms_courses_teacher a.ms_lms_courses_teacher_name.ms_lms_courses_teacher_name_disabled:hover{color:#001931}.ms_lms_courses_teacher a.ms_lms_courses_teacher_view-all{align-self:center;margin:20px 0;background:#227AFF;color:#fff;font-size:14px}.ms_lms_courses_teacher a.ms_lms_courses_teacher_view-all:hover{background:#001931;color:#fff}.ms_lms_courses_teacher_position{font-family:"Albert Sans",sans-serif;font-size:16px;font-weight:600;line-height:1;color:#001931;margin-bottom:30px}.ms_lms_courses_teacher_bio{font-family:"Albert Sans",sans-serif;font-size:18px;line-height:30px;color:#001931;margin-bottom:65px}.ms_lms_courses_teacher_courses,.ms_lms_courses_teacher_no-courses{font-family:"Albert Sans",sans-serif;font-size:16px;line-height:1;color:#001931}.ms_lms_courses_teacher_courses{font-weight:600;text-transform:uppercase;margin-bottom:15px}.ms_lms_courses_teacher_no-courses{padding:0 15px}@media (max-width:1024px){.ms_lms_courses_carousel{overflow:hidden}.ms_lms_courses_carousel__content{flex-wrap:wrap;justify-content:center}.ms_lms_courses_carousel__navigation_prev{order:2}.ms_lms_courses_carousel__navigation_prev.side-nav{margin-right:5px;position:relative;left:auto}.ms_lms_courses_carousel__navigation_next{order:3}.ms_lms_courses_carousel__navigation_next.side-nav{margin-left:5px;position:relative;right:auto}.ms_lms_courses_archive__title.style_1 .ms_lms_courses_archive__sorting.style_2,.ms_lms_courses_archive__title.style_1 .ms_lms_courses_archive__sorting.style_3{margin-bottom:10px}.ms_lms_courses_archive__content{flex-direction:column}.ms_lms_courses_archive__content.title_style_2 .ms_lms_courses_archive__filter a.ms_lms_courses_archive__filter_toggle{align-self:flex-start}.ms_lms_courses_archive__filter{width:100%;flex-direction:column;padding-top:0;padding-bottom:0}.ms_lms_courses_archive__filter a.ms_lms_courses_archive__filter_toggle{display:flex;margin-bottom:15px}.ms_lms_courses_archive__filter_form{display:none;margin-bottom:15px}.ms_lms_courses_archive__no-result{margin:0}.ms_lms_courses_teacher_wrapper{width:100%}.ms_lms_courses_teacher .ms_lms_courses_card_item:not(:nth-child(-n+3)){display:none}}@media (max-width:767.98px){.ms_lms_courses_archive__sorting.style_2,.ms_lms_courses_grid__sorting.style_2{overflow-x:scroll;justify-content:flex-start;margin:0 0 10px}.ms_lms_courses_archive__title.style_1 h2{text-align:left}.ms_lms_courses_archive__title.style_1 .ms_lms_courses_archive__sorting_wrapper{justify-content:flex-start}.ms_lms_courses_archive__title.style_1 .ms_lms_courses_archive__sorting.style_1{justify-content:flex-start;padding:0 10px}.ms_lms_courses_archive__title.style_1 .ms_lms_courses_archive__sorting.style_1 li{margin:0 0 5px;padding:5px}.ms_lms_courses_archive__title.style_1 .ms_lms_courses_archive__sorting.style_2{align-self:flex-start}.ms_lms_courses_archive__title.style_1 .ms_lms_courses_archive__sorting.style_3{align-self:flex-start;margin-left:15px}.ms_lms_courses_archive__title.style_2{align-items:flex-start;flex-direction:column}.ms_lms_courses_archive__title.style_2 .ms_lms_courses_archive__sorting.style_1{padding:0 10px}.ms_lms_courses_archive__title.style_2 .ms_lms_courses_archive__sorting.style_1 li{margin:0 0 5px;padding:5px}.ms_lms_courses_archive__sorting_wrapper,.ms_lms_courses_carousel__sorting_wrapper,.ms_lms_courses_grid__sorting_wrapper{width:100%;padding:0 15px}.ms_lms_courses_archive__filter a.ms_lms_courses_archive__filter_toggle,.ms_lms_courses_archive__title.style_2 .ms_lms_courses_archive__sorting.style_3{align-self:flex-start}.ms_lms_courses_carousel__sorting.style_2{justify-content:flex-start;margin:0 0 10px;overflow-x:scroll}.ms_lms_courses_card.card-style-1 .ms_lms_courses_card_item_info_title h3,.ms_lms_courses_card.card-style-2 .ms_lms_courses_card_item_info_title h3,.ms_lms_courses_card.card-style-3 .ms_lms_courses_card_item_info_title h3,.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_info_title h3,.ms_lms_courses_card.card-style-5 .ms_lms_courses_card_item_info_title h3,.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_title h3{min-height:auto}.ms_lms_courses_card.card-style-4 .ms_lms_courses_card_item_wrapper{height:350px}.ms_lms_courses_teacher .ms_lms_courses_card_item:not(:nth-child(-n+3)){display:flex}}body.rtl .ms_lms_courses_archive__filter_options_item_title_toggler{left:25px;right:auto}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
:root{--ssp-dark-mode-text-color:#fff;--ssp-dark-mode-bg1-color:#24212c;--ssp-dark-mode-bg2-color:#383344;--ssp-dark-mode-player-panel-bg:#2e2a37;--ssp-dark-mode-player-panel-input-bg:#423d4c;--ssp-light-mode-text-color:#4b4659;--ssp-light-mode-bg1-color:#f0f0f0;--ssp-light-mode-bg2-color:#dddddd;--ssp-light-mode-player-panel-bg:#fff;--ssp-light-mode-player-panel-input-bg:#f1f1f1;--ssp-progress-bar-color:#df4e4f;--ssp-play-btn-color:#dd4142;--ssp-player-btns-opacity:.5}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/../fonts/poppins-400-devanagari.woff2) format('woff2');unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/../fonts/poppins-400-latin-ext.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/../fonts/poppins-400-latin.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/../fonts/poppins-500-devanagari.woff2) format('woff2');unicode-range:U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/../fonts/poppins-500-latin-ext.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/../fonts/poppins-500-latin.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/../fonts/roboto-400-cirillic-ext.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/../fonts/roboto-400-cirillic.woff2) format('woff2');unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/../fonts/roboto-400-greek-ext.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/../fonts/roboto-400-greek.woff2) format('woff2');unicode-range:U+0370-03FF}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/../fonts/roboto-400-vietnamese.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/../fonts/roboto-400-latin-ext.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/../fonts/roboto-400-latin.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-display:swap;src:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/../fonts/roboto-500-cyrillic-ext.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-display:swap;src:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/../fonts/roboto-500-cyrillic.woff2) format('woff2');unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-display:swap;src:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/../fonts/roboto-500-greek-ext.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-display:swap;src:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/../fonts/roboto-500-greek.woff2) format('woff2');unicode-range:U+0370-03FF}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-display:swap;src:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/../fonts/roboto-500-vietnamese.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-display:swap;src:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/../fonts/roboto-500-latin-ext.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-display:swap;src:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/../fonts/roboto-500-latin.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.castos-player{font-family:Roboto,sans-serif;line-height:1;position:relative;overflow:hidden}.castos-player button{outline:0;border:none}.castos-player .player{width:100%;height:150px;background:linear-gradient(359.68deg,#24212c 1.03%,#383344 77.9%);border-radius:4px;overflow:hidden}.castos-player .player__podcast-title{font-weight:700}.castos-player .player__main{display:grid;grid-template-columns:150px 1fr;grid-gap:15px;position:relative}.castos-player .player__artwork{line-height:0;z-index:0;height:150px;width:150px}.castos-player .player__artwork:hover{cursor:pointer}.castos-player .player__artwork img{height:150px;width:150px}.castos-player .player__body{display:grid;grid-template-rows:auto auto 1fr;padding:13px 13px 10px 0}.castos-player .powered-by{position:absolute;bottom:15px;right:15px;background-position:top left;background-repeat:no-repeat;opacity:.4;background:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/castos-logo-light.svg)}.castos-player .powered-by a{width:59px;display:block;height:20px}.castos-player .player-panels .player-panel{position:absolute;left:12px;right:12px;top:12px;bottom:0;background:#2e2a37;box-shadow:0 0 12px rgba(0,0,0,.05);border-radius:3px 3px 0 0;z-index:2;transform:translateY(110%);transition:all 250ms ease-in-out}.castos-player .player-panels .player-panel.open{transform:translateY(0)}.castos-player .close-btn{z-index:3;position:absolute;top:-7px;right:-7px;background-color:#fff;border-radius:50%;display:inline-block;width:21px;height:21px}.castos-player .close-btn span{display:inline-block;width:13px;height:2px;background-color:#df4e4f;position:absolute;left:4px;top:9px;transition:all .1s ease-in-out}.castos-player .close-btn span:nth-child(1){transform:rotate(45deg)}.castos-player .close-btn span:nth-child(2){transform:rotate(-45deg)}.castos-player .close-btn:hover{cursor:pointer}.castos-player .close-btn:hover span:nth-child(1){transform:rotate(135deg)}.castos-player .close-btn:hover span:nth-child(2){transform:rotate(45deg)}.castos-player .player-panel{padding:12px 7px 10px 15px}.castos-player .player-panel h3{font-family:Poppins,sans-serif;font-weight:500;color:#fff;margin:0 0 5px 0}.castos-player .player-panel .player-panel-row{display:grid;grid-template-columns:70px 1fr 30px;margin-bottom:10px;align-items:center}.castos-player .player-panel .player-panel-row .title{color:#fff;text-transform:uppercase;font-family:Poppins,sans-serif;font-weight:500;font-size:14px}.castos-player .player-panel .player-panel-row button{justify-self:flex-end;padding:16px 13px 15px 14px;border-radius:0 4px 4px 0;transition:all .2s ease-in-out;display:block;mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-copy.svg);mask-repeat:no-repeat;mask-position:center center;-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-copy.svg);-webkit-mask-repeat:no-repeat;-webkit-mask-position:center center;border:none;background-color:#f8f6f6}.castos-player .player-panel .player-panel-row button:hover{cursor:pointer;background-color:#df4e4f!important}.castos-player .icons-holder{display:grid;grid-template-columns:auto auto 1fr}.castos-player .share-icon{width:30px;height:30px;display:grid;align-items:center;justify-content:center;margin-right:10px;border-radius:50%;transition:all .2s ease-in-out;background-color:#423d4c}.castos-player .share-icon span{mask-repeat:no-repeat;mask-position:center center;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center center;width:14px;height:15px;background-color:#fff}.castos-player .share-icon.facebook span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-facebook.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-facebook.svg)}.castos-player .share-icon.twitter span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-twitter.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-twitter.svg)}.castos-player .share-icon.download span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-download.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-download.svg)}.castos-player .share-icon:hover{background-color:#df4e4f!important}.castos-player .player-panel .player-panel-row input{border:none;padding:7px;margin:0;color:#d4c9c9;background-color:#423d4c;font-size:14px;width:calc(100% - 14px);border-radius:2px;text-overflow:ellipsis}.castos-player .subscribe-icons{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px 15px;align-items:center;justify-content:start;margin:5px 0 15px 0}.castos-player .subscribe-icons a{color:#fff;text-decoration:none;font-size:11px;display:grid;grid-template-columns:auto 1fr;align-items:center;grid-gap:5px;opacity:.8;margin:0;float:none}.castos-player .subscribe-icons a:hover{opacity:1;cursor:pointer;color:#fff}.castos-player .subscribe-icons span{mask-repeat:no-repeat;mask-position:left center;-webkit-mask-repeat:no-repeat;-webkit-mask-position:left center;width:20px;height:20px;background-color:#fff}.castos-player .subscribe-icons .audible span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-audible.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-audible.svg)}.castos-player .subscribe-icons .apple_podcasts span,.castos-player .subscribe-icons .itunes span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-apple-podcasts.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-apple-podcasts.svg)}.castos-player .subscribe-icons .sticher span,.castos-player .subscribe-icons .stitcher span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-sticher.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-sticher.svg)}.castos-player .subscribe-icons .overcast span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-overcast.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-overcast.svg)}.castos-player .subscribe-icons .pocketcasts span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-pocketcasts.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-pocketcasts.svg)}.castos-player .subscribe-icons .spotify span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-spotify.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-spotify.svg)}.castos-player .subscribe-icons .castro span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-castro.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-castro.svg)}.castos-player .subscribe-icons .google_play span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-google-play.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-google-play.svg)}.castos-player .subscribe-icons .deezer span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/deezer.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/deezer.svg)}.castos-player .subscribe-icons .tunein span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-tunein.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-tunein.svg)}.castos-player .subscribe-icons .castbox span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/castbox.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/castbox.svg)}.castos-player .subscribe-icons .acast span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/acast.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/acast.svg)}.castos-player .subscribe-icons .amazon span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/amazon.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/amazon.svg)}.castos-player .subscribe-icons .anchor span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/anchor.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/anchor.svg)}.castos-player .subscribe-icons .blubrry span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/blubrry.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/blubrry.svg)}.castos-player .subscribe-icons .breaker span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/breaker.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/breaker.svg)}.castos-player .subscribe-icons .bullhorn span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/bullhorn.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/bullhorn.svg)}.castos-player .subscribe-icons .clammr span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/clammr.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/clammr.svg)}.castos-player .subscribe-icons .downcast span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/downcast.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/downcast.svg)}.castos-player .subscribe-icons .google_podcasts span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/google-podcasts.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/google-podcasts.svg)}.castos-player .subscribe-icons .himalaya_com span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/himalaya-com.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/himalaya-com.svg)}.castos-player .subscribe-icons .libsyn span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/libsyn.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/libsyn.svg)}.castos-player .subscribe-icons .miro span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/miro.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/miro.svg)}.castos-player .subscribe-icons .mixcloud span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/mixcloud.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/mixcloud.svg)}.castos-player .subscribe-icons .pandora span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/pandora.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/pandora.svg)}.castos-player .subscribe-icons .patreon span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/patreon.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/patreon.svg)}.castos-player .subscribe-icons .player_fm span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/player-fm.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/player-fm.svg)}.castos-player .subscribe-icons .plex span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/plex.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/plex.svg)}.castos-player .subscribe-icons .podbay span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/podbay.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/podbay.svg)}.castos-player .subscribe-icons .podbean span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/podbean.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/podbean.svg)}.castos-player .subscribe-icons .podcast_addict span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/podcast-addict.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/podcast-addict.svg)}.castos-player .subscribe-icons .podchaser span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/podchaser.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/podchaser.svg)}.castos-player .subscribe-icons .podfan span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/podfan.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/podfan.svg)}.castos-player .subscribe-icons .podkicker span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/podkicker.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/podkicker.svg)}.castos-player .subscribe-icons .podknife span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/podknife.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/podknife.svg)}.castos-player .subscribe-icons .podtail span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/podtail.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/podtail.svg)}.castos-player .subscribe-icons .rss span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/rss.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/rss.svg)}.castos-player .subscribe-icons .rssradio span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/rssradio.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/rssradio.svg)}.castos-player .subscribe-icons .radio_public span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/radio-public.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/radio-public.svg)}.castos-player .subscribe-icons .radio_com span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/radio-com.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/radio-com.svg)}.castos-player .subscribe-icons .redcircle span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/redcircle.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/redcircle.svg)}.castos-player .subscribe-icons .soundcloud span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/soundcloud.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/soundcloud.svg)}.castos-player .subscribe-icons .spreaker span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/spreaker.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/spreaker.svg)}.castos-player .subscribe-icons .the_podcast_app span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/the-podcast-app.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/the-podcast-app.svg)}.castos-player .subscribe-icons .vkontakte span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/vkontakte.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/vkontakte.svg)}.castos-player .subscribe-icons .we_fo span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/we-fo.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/we-fo.svg)}.castos-player .subscribe-icons .yandex span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/yandex.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/yandex.svg)}.castos-player .subscribe-icons .youtube span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/youtube.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/youtube.svg)}.castos-player .subscribe-icons .fyyd_de span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/fyyd-de.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/fyyd-de.svg)}.castos-player .subscribe-icons .iheartradio span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/iheartradio.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/iheartradio.svg)}.castos-player .subscribe-icons .itunes span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/itunes.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/itunes.svg)}.castos-player .subscribe-icons .ivoox span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/ivoox.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/ivoox.svg)}.castos-player .subscribe-icons .mytuner_radio span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/mytuner-radio.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/mytuner-radio.svg)}.castos-player .subscribe-icons .custom span,.castos-player .subscribe-icons .laughable span,.castos-player .subscribe-icons .listen_notes span,.castos-player .subscribe-icons .owltail span,.castos-player .subscribe-icons .podcast_de span,.castos-player .subscribe-icons .podcast_republic span,.castos-player .subscribe-icons .podcoin span{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/share.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/share.svg)}.castos-player .currently-playing{overflow:hidden;width:100%}.castos-player .currently-playing .show{color:#fff;opacity:.6;font-size:14px;line-height:1.1;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.castos-player .currently-playing .show strong{padding-right:2px}.castos-player .currently-playing .show span{padding-left:3px;white-space:nowrap}.castos-player .episode-title{color:#fff;font-family:Poppins,sans-serif;font-size:16px;margin:7px 0 4px 0;line-height:1.2;height:25px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:100%}.castos-player .play-progress{display:grid;grid-template-columns:45px 1fr;grid-gap:15px}.castos-player .play-pause-controls{background:#fff;position:relative;width:44px;height:44px;display:block;border-radius:50%;box-sizing:border-box}.castos-player .play-pause-controls button{position:absolute}.castos-player .play-progress .play-pause-controls .play-btn{background:var(--ssp-play-btn-color) no-repeat 14px 11px;mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-play.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-play.svg);mask-position:14px 11px;-webkit-mask-position:14px 11px;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;border:none;padding:22px;z-index:2;border-radius:50%;width:44px;height:44px}@media screen\0{.castos-player .play-progress .play-pause-controls .play-btn{background:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-play.svg) no-repeat 14px 11px}}.castos-player .play-progress .play-pause-controls .play-btn:hover{cursor:pointer;transform:scale(1.1);transition:.3s}.castos-player .play-progress .play-pause-controls .pause-btn{background:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-pause.svg);background-color:#fff;background-repeat:no-repeat;background-position:13px 13px;border:none;padding:22px;z-index:2;border-radius:50%;width:44px;height:44px}.castos-player .play-pause-controls .pause-btn:hover{cursor:pointer;transform:scale(1.1)}.castos-player .play-pause-controls .hide{display:none}.castos-player .play-pause-controls .loader{padding:4px 3px 4px 3px;animation-name:spin;animation-duration:3s;animation-iteration-count:infinite;animation-timing-function:linear;z-index:1}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}.castos-player .progress,.castos-player .ssp-progress{flex:10;position:relative;display:flex;flex-basis:100%;width:100%;height:8px;border-radius:10px;margin:4px 0;cursor:ew-resize;background-color:#4c4659}.castos-player .progress__filled{width:0;flex:0;flex-basis:0;border-radius:10px;background-color:#df4e4f;background-color:var(--ssp-progress-bar-color)}.castos-player .play-pause-controls .icon{position:absolute;top:15px}.castos-player .playback{display:grid;grid-template-columns:1fr auto;justify-items:flex-start;padding:5px 0}.castos-player .playback__controls{display:grid;grid-template-columns:repeat(4,auto);justify-content:center;align-items:center;grid-gap:10px}.castos-player .playback__timers{color:#fff;opacity:.4;opacity:var(--ssp-player-btns-opacity);font-size:12px;letter-spacing:normal;transition:all .2s ease-in-out}.castos-player .playback__timers span{opacity:.6}.castos-player .playback__controls button{opacity:.4;opacity:var(--ssp-player-btns-opacity);transition:all .2s ease-in-out}.castos-player .player:hover .playback__controls button,.castos-player .player:hover .playback__timers,.castos-player .player:hover .player-panels-nav button{opacity:.65}.castos-player .player:hover .playback__controls button:hover{opacity:1;cursor:pointer}.castos-player .player-btn:focus{opacity:1}.castos-player .player-btn__fwd,.castos-player .player-btn__rwd,.castos-player .player-btn__volume{mask-repeat:no-repeat;mask-position:left center;-webkit-mask-repeat:no-repeat;-webkit-mask-position:left center}.castos-player .player-btn__volume{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-volume-on.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-volume-on.svg);border:none;width:20px;height:18px}.castos-player .player-btn__volume.off{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-volume-off.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-volume-off.svg);border:none;width:20px;height:18px;background-color:#dd4142!important}.castos-player .player-btn__rwd{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-rwd.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-rwd.svg);border:none;width:20px;height:20px;background-color:#fff;padding-right:0}.castos-player .player-btn__fwd{mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-fwd.svg);-webkit-mask-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-fwd.svg);border:none;width:20px;height:20px;background-color:#fff}.castos-player .player-btn__speed{font-size:12px;border-radius:4px;background:0 0;padding:1px 4px;width:33px;text-align:center;color:#fff;border:1px solid #fff}.castos-player .player-panels-nav{margin-left:52px;align-self:flex-end;line-height:normal}.castos-player .player-panels-nav button{border:none;padding:3px 10px;font-size:12px;font-family:Poppins,sans-serif;border-radius:4px;text-transform:uppercase;opacity:var(--ssp-player-btns-opacity);transition:all .2s ease-in-out;color:#fff;background-color:rgba(255,255,255,0)}.castos-player .player:hover .player-panels-nav button:hover{opacity:1;cursor:pointer;background-color:rgba(255,255,255,.1)}.castos-player.light-mode .player{background:linear-gradient(359.68deg,#ddd 1.03%,#f0f0f0 77.9%);background:linear-gradient(359.68deg,var(--ssp-light-mode-bg2-color) 1.03%,var(--ssp-light-mode-bg1-color) 77.9%)}.castos-player.light-mode .powered-by{background:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/castos-logo-dark.svg)}.castos-player.light-mode .player-panels .player-panel{background:#fff;background:var(--ssp-light-mode-player-panel-bg);box-shadow:0 0 12px rgba(0,0,0,.05)}.castos-player.light-mode .close-btn{background-color:#423d4c}.castos-player.light-mode .close-btn span{background-color:#fff}.castos-player.light-mode .currently-playing .show,.castos-player.light-mode .episode-title,.castos-player.light-mode .playback__timers,.castos-player.light-mode .player-panel .player-panel-row .title,.castos-player.light-mode .player-panel h3,.castos-player.light-mode .subscribe-icons a{color:#4b4659;color:var(--ssp-light-mode-text-color)}.castos-player.light-mode .player-panel .player-panel-row input,.castos-player.light-mode .share-icon{background-color:#f1f1f1;background-color:var(--ssp-light-mode-player-panel-input-bg)}.castos-player.light-mode .player-panel .player-panel-row input{color:#5f596e}.castos-player.light-mode .player-panels-nav button{color:#2e2a37;color:var(--ssp-light-mode-text-color);background-color:rgba(0,0,0,0)}.castos-player.light-mode .player:hover .player-panels-nav button:hover{background-color:rgba(0,0,0,.05)}.castos-player.light-mode .player-btn__speed{color:#4b4659;color:var(--ssp-light-mode-text-color);border:1px solid #4b4659;border:1px solid var(--ssp-light-mode-text-color)}.castos-player.light-mode .ssp-progress{background-color:#d3d3d3}.castos-player.light-mode .player-panel .player-panel-row button{background-color:#5f596e}.castos-player.light-mode .player-btn__fwd,.castos-player.light-mode .player-btn__rwd,.castos-player.light-mode .player-btn__volume,.castos-player.light-mode .share-icon span,.castos-player.light-mode .subscribe-icons span{background-color:#4c4659;background-color:var(--ssp-light-mode-text-color)}@media (prefers-color-scheme:light){.castos-player .player{background:linear-gradient(359.68deg,#ddd 1.03%,#f0f0f0 77.9%)}.castos-player .powered-by{background:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/castos-logo-dark.svg)}.castos-player .player-panels .player-panel{background:#fff;box-shadow:0 0 12px rgba(0,0,0,.05)}.castos-player .close-btn{background-color:#423d4c}.castos-player .close-btn span{background-color:#fff}.castos-player .currently-playing .show,.castos-player .episode-title,.castos-player .playback__timers,.castos-player .player-panel .player-panel-row .title,.castos-player .player-panel h3,.castos-player .subscribe-icons a{color:#4b4659}.castos-player .player-panel .player-panel-row input,.castos-player .share-icon{background-color:#f1f1f1}.castos-player .player-panel .player-panel-row input{color:#5f596e}.castos-player .player-panels-nav button{color:#2e2a37;background-color:rgba(0,0,0,0)}.castos-player .player:hover .player-panels-nav button:hover{background-color:rgba(0,0,0,.05)}.castos-player .player-btn__speed{color:#4b4659;border:1px solid #4b4659}.castos-player .progress,.castos-player .ssp-progress{background-color:#d3d3d3}.castos-player .player-panel .player-panel-row button{background-color:#5f596e}.castos-player .player-btn__fwd,.castos-player .player-btn__rwd,.castos-player .player-btn__volume,.castos-player .share-icon span,.castos-player .subscribe-icons span{background-color:#4c4659}}.castos-player .playlist__wrapper{height:330px;color:#fff;background:#25222d;border-radius:0 0 4px 4px;overflow:scroll}.castos-player .playlist__wrapper ul{list-style-type:none;margin:0;padding:0}.castos-player .playlist__item{display:grid;grid-template-columns:75px 1fr;background-color:#393445;margin:10px;border-radius:4px;overflow:hidden}.playlist__item img{max-width:100%}.castos-player .playlist__item:hover{cursor:pointer;background-color:#4b4657}.castos-player .playlist__item:hover .playlist__item__details h2,.castos-player .playlist__item:hover .playlist__item__details p,.castos-player .playlist__item:hover .playlist__item_meta{opacity:1}.playlist__item__cover{line-height:0}.castos-player .playlist__item__details{padding:10px;overflow:hidden}.castos-player .playlist__item__details h2{margin:0;font-size:16px;font-family:Poppins,sans-serif;font-weight:400;height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:calc(100% - 20px);position:relative;opacity:.9}.castos-player .playlist__item.active h2{padding-left:16px;color:#e85555}.castos-player .playlist__item.active h2:before{content:'';background-image:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/active-indicator.svg);background-repeat:no-repeat;position:absolute;left:0;top:2px;width:12px;height:12px}.castos-player .playlist__wrapper .playlist__item.active .playlist__item__details{background-color:#f4f4f4}.castos-player .playlist__item__details p{font-size:11px;padding:0 10px 0 10px;margin:5px 0 0 0;opacity:.7;line-height:1.3;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.castos-player .playlist__item_meta{opacity:.7;background-color:rgba(0,0,0,.13);padding:10px;font-size:11px;text-align:right;display:grid;grid-template-columns:1;grid-template-rows:1fr 1fr;align-items:flex-start;grid-gap:10px}.castos-player .playlist__item_meta span:first-child{align-self:flex-end}@media (max-width:480px){.castos-player .playlist__item__details h2{white-space:pre-wrap;line-height:1.3}.castos-player .playlist__item{grid-template-columns:1fr}.castos-player .playlist__item_meta{padding:10px 15px;grid-template-columns:auto 1fr;grid-template-rows:1fr}.castos-player .playlist__item_meta span:first-child{grid-column:2;grid-row:1}.castos-player .playlist__item_meta span:last-child{grid-column:1;grid-row:1}}.castos-player.light-mode .playlist__wrapper{color:#383344;background:#dfdfdf}.castos-player.light-mode .playlist__item{background-color:#d3d3d3}.castos-player.light-mode .playlist__item:hover{background-color:#f4f4f4}.castos-player.light-mode .playlist__item_meta{background-color:#ccc}.castos-player.light-mode .playlist__item:hover .playlist__item_meta{background-color:#ededed}.castos-player.light-mode .playlist__item.active h2{color:#d73738}.castos-player.dark-mode .playlist__wrapper{color:#fff;background:#25222d}.castos-player.dark-mode .playlist__item{background-color:#393445}.castos-player.dark-mode .playlist__item:hover{background-color:#4b4657}.castos-player.dark-mode .playlist__item:hover .playlist__item_meta,.castos-player.dark-mode .playlist__item_meta{background-color:rgba(0,0,0,.13)}.castos-player.dark-mode .playlist__item.active h2{color:#e85555}.dark-mode .playlist__item .playlist__item__details h2,.dark-mode .playlist__item .playlist__item__details p{color:#fff}.loader{border:2px solid #d75253;border-top:2px solid #f3f3f3;border-radius:50%;width:60px;height:60px;animation:spin 2s linear infinite;position:absolute;margin-left:45%;margin-top:150px;display:none}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.wp-playlist-dark .wp-playlist-item a{color:#fff}.castos-player.dark-mode .player{background:linear-gradient(359.68deg,var(--ssp-dark-mode-bg2-color) 1.03%,var(--ssp-dark-mode-bg1-color) 77.9%)}.castos-player.dark-mode .powered-by{background:url(/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/castos-logo-light.svg)}.castos-player.dark-mode .player-panels .player-panel{background:#2e2a37;background:var(--ssp-dark-mode-player-panel-bg);box-shadow:0 0 12px rgba(0,0,0,.05)}.castos-player.dark-mode .close-btn{background-color:#fff}.castos-player.dark-mode .close-btn span{background-color:#df4e4f}.castos-player.dark-mode .currently-playing .show,.castos-player.dark-mode .episode-title,.castos-player.dark-mode .playback__timers,.castos-player.dark-mode .player-panel .player-panel-row .title,.castos-player.dark-mode .player-panel h3,.castos-player.dark-mode .subscribe-icons a{color:#fff;color:var(--ssp-dark-mode-text-color)}.castos-player.dark-mode .player-panel .player-panel-row input,.castos-player.dark-mode .share-icon{color:#d4c9c9;background-color:#423d4c;background-color:var(--ssp-dark-mode-player-panel-input-bg)}.castos-player.dark-mode .player-panels-nav button{color:#fff;color:var(--ssp-dark-mode-text-color);background-color:rgba(255,255,255,0)}.castos-player.dark-mode .player:hover .player-panels-nav button:hover{background-color:rgba(255,255,255,.1)}.castos-player.dark-mode .player-btn__speed{color:#fff;color:var(--ssp-dark-mode-text-color);border:1px solid #fff;border:1px solid var(--ssp-dark-mode-text-color)}.castos-player.dark-mode .progress,.castos-player.dark-mode .ssp-progress{background-color:#4c4659}.castos-player.dark-mode .player-panel .player-panel-row button{background-color:#f8f6f6}.castos-player.dark-mode .share-icon span,.castos-player.dark-mode .subscribe-icons span{background-color:#fff}.castos-player.dark-mode .playback__controls .player-btn__fwd,.castos-player.dark-mode .playback__controls .player-btn__rwd,.castos-player.dark-mode .playback__controls .player-btn__volume,.castos-player.dark-mode .share-icon span,.castos-player.dark-mode .subscribe-icons span{background-color:#fff;background-color:var(--ssp-dark-mode-text-color)}.castos-player.dark-mode .playlist__wrapper .playlist__item.active .playlist__item__details{background-color:#4b4657}@media (max-width:768px){.castos-player .player__main{grid-template-columns:60px 1fr;grid-gap:0;height:150px}.castos-player .player__artwork img{width:45px;height:45px;margin:12px;border-radius:4px}.castos-player .player__body{padding:12px 12px 4px 12px}.castos-player .player-panels .player-panel{left:0;right:0;top:0;bottom:0;border-radius:0}.castos-player .player-panel .row input{font-size:16px}.castos-player .play-progress{grid-gap:18px;margin-left:-60px;margin-top:4px}.castos-player .play-pause-controls{width:45px;height:45px}.castos-player .playback{align-items:center;padding:5px 0 0 0}.castos-player .panel__inner{height:140px;overflow-y:scroll}.castos-player .close-btn{top:0;right:0;width:26px;height:26px;border-radius:0 0 0 4px}.castos-player .close-btn span{width:16px;height:3px;left:5px;top:11px}.castos-player .player-panels-nav button{padding:5px 10px}.castos-player .powered-by{bottom:5px;left:8px;right:auto}.castos-player .player-btn__volume{display:none}.castos-player .player-btn__rwd{width:22px;height:22px;mask-size:contain;-webkit-mask-size:contain}.castos-player .player-btn__speed{width:35px;padding:3px 4px;mask-size:cover;-webkit-mask-size:cover;border-width:1px}.castos-player .player-btn__fwd{width:22px;height:22px;mask-size:contain;-webkit-mask-size:contain}.castos-player .playback .playback__controls{grid-template-columns:repeat(3,auto);grid-gap:8px;justify-content:flex-start}.castos-player .player-panels-nav{margin:3px -8px 0 0;justify-self:flex-end}.castos-player .subscribe-icons{grid-template-columns:1fr 1fr;grid-gap:10px;margin:5px 0 8px 0}.castos-player .playback__timers{margin-right:2px}.castos-player .episode-title{width:calc(100vw - 100px)}.castos-player .show{width:calc(100vw - 100px)}}.castos-player .podcast-meta-itunes,.castos-player .podcast-meta-itunes:hover,.castos-player .podcast-meta-itunes:visited{text-decoration:none!important;color:#000}.castos-player .apple_podcasts:active,.castos-player .apple_podcasts:focus,.castos-player .google_play:active,.castos-player .google_play:focus,.castos-player .pause-btn:focus,.castos-player .play-btn:active,.castos-player .play-btn:focus,.castos-player .player-btn__volume:active,.castos-player .player-btn__volume:focus,.castos-player .podcast-meta-itunes:active,.castos-player .podcast-meta-itunes:focus,.castos-player .share-btn:active,.castos-player .share-btn:focus,.castos-player .share-icon:active,.castos-player .share-icon:focus,.castos-player .spotify:active,.castos-player .spotify:focus,.castos-player .sticher:active,.castos-player .sticher:focus,.castos-player .subscribe-btn:active,.castos-player .subscribe-btn:focus{outline:0;border:none;-moz-outline-style:none}.castos-player .screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.castos-player .screen-reader-text:focus{background-color:#eee;clip:auto!important;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.ssp-subscribe-buttons{display:flex;justify-content:center;width:100%;flex-wrap:wrap}.ssp-subscribe-buttons a{background-color:rgb(0 0 0 / .5);border-radius:50px;color:#eee;padding:10px 20px;margin:10px;text-decoration:none!important;font-weight:700}.ssp-subscribe-buttons a:hover{background-color:rgb(0 0 0 / .7);color:#fff}.ssp-subscribe-buttons a img{width:32px;height:32px;display:inline-block;vertical-align:middle}.ssp-subscribe-buttons a span{padding-left:10px}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:rgb(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 rgb(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:rgb(255 255 255 / .5)}.masterstudy-authorization-modal.masterstudy-authorization-modal_dark-mode .masterstudy-authorization-modal__close:hover::after{color:rgb(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 rgb(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;width:100%;display:flex}.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 .masterstudy-authorization__strength-password{display:flex;flex-wrap:wrap;align-items:flex-start;margin-top:5px;gap:5px}.masterstudy-authorization__form-field .masterstudy-authorization__strength-password__separator{width:25%;height:4px;flex:1 0 0%;border-radius:20px;background-color:#dbe0e9}.masterstudy-authorization__form-field .masterstudy-authorization__strength-password__label{width:100%;font-size:12px;font-style:normal;font-weight:500}.masterstudy-authorization__form-field .masterstudy-authorization__strength-password.bad .masterstudy-authorization__strength-password__separator.active{background-color:#FF3945}.masterstudy-authorization__form-field .masterstudy-authorization__strength-password.normal .masterstudy-authorization__strength-password__separator.active{background-color:#FFA800}.masterstudy-authorization__form-field .masterstudy-authorization__strength-password.good .masterstudy-authorization__strength-password__separator.active{background-color:#61CC2F}.masterstudy-authorization__form-field .masterstudy-authorization__strength-password.hard .masterstudy-authorization__strength-password__separator.active{background-color:#227AFF}.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 #fff0 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:#fff0 #fff0 #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:flex-start;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;white-space:nowrap;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);white-space:nowrap;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;max-width:150px;text-align:right}.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{text-align:center;font-style:normal;font-weight:500;line-height:normal;color:#4d5e6f;padding:0 20px}.masterstudy-authorization__send-mail-text{font-size:16px;margin:-15px 0 20px}.masterstudy-authorization__send-mail-instructions{font-size:16px;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:rgb(255 255 255 / .1)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__social-google{background:#1e1e1e;border-color:rgb(255 255 255 / .3);color:#fff}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__social-google:hover{border-color:rgb(255 255 255 / .7)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__separator-line{border-color:rgb(255 255 255 / .05)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__separator-title{color:rgb(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:rgb(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:rgb(255 255 255 / .5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form input.masterstudy-form-builder__text::-moz-placeholder{color:rgb(255 255 255 / .5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form input.masterstudy-form-builder__text::-ms-input-placeholder{color:rgb(255 255 255 / .5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form input.masterstudy-form-builder__text::placeholder{color:rgb(255 255 255 / .5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form input.masterstudy-form-builder__text:active{border-color:rgb(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:rgb(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:rgb(255 255 255 / .5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form textarea.masterstudy-form-builder__textarea::-moz-placeholder{color:rgb(255 255 255 / .5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form textarea.masterstudy-form-builder__textarea::-ms-input-placeholder{color:rgb(255 255 255 / .5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form textarea.masterstudy-form-builder__textarea::placeholder{color:rgb(255 255 255 / .5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form textarea.masterstudy-form-builder__textarea:active{border-color:rgb(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:rgb(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:rgb(255 255 255 / .5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form input.masterstudy-authorization__form-input::-moz-placeholder{color:rgb(255 255 255 / .5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form input.masterstudy-authorization__form-input::-ms-input-placeholder{color:rgb(255 255 255 / .5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form input.masterstudy-authorization__form-input::placeholder{color:rgb(255 255 255 / .5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form input.masterstudy-authorization__form-input:active{border-color:rgb(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:rgb(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:rgb(255 255 255 / .5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form textarea.masterstudy-authorization__form-textarea::-moz-placeholder{color:rgb(255 255 255 / .5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form textarea.masterstudy-authorization__form-textarea::-ms-input-placeholder{color:rgb(255 255 255 / .5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form textarea.masterstudy-authorization__form-textarea::placeholder{color:rgb(255 255 255 / .5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form textarea.masterstudy-authorization__form-textarea:active{border-color:rgb(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:rgb(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:rgb(255 255 255 / .5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__switch-wrapper{border-color:rgb(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:rgb(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:rgb(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:rgb(255 255 255 / .1)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__restore-header-back::after{color:rgb(255 255 255 / .5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__restore-header-back:hover::after{color:rgb(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:rgb(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:rgb(255 255 255 / .5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__checkbox-wrapper{background:#171717;border-color:rgb(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:rgb(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:rgb(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:rgb(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:rgb(255 255 255 / .5) #fff0 transparent!important}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-form-builder__select-wrapper span.select2-container span.select2-dropdown{background:#171717!important;border-color:rgb(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:#fff0 #fff0 rgb(255 255 255 / .5)!important}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-form-builder__radio-wrapper{background:#171717;border-color:rgb(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:rgb(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}}body.rtl .masterstudy-authorization-modal__close{right:auto;left:35px}body.rtl .masterstudy-authorization__actions-remember{margin-right:0;margin-left:auto}body.rtl .masterstudy-authorization__checkbox-title{padding:0 4px 0 0}body.rtl .masterstudy-authorization__switch-account-title{margin-left:4px;margin-right:0}body.rtl .masterstudy-authorization__instructor-text{margin:1px 4px 0 0}.epsv-container{display:flex;flex-direction:column;height:100%;position:relative;width:100%;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.epsv-viewer{flex:1 1 auto;display:flex;flex-direction:column;justify-content:flex-start;min-height:0;position:relative;width:100%;height:calc(100% - 60px);overflow:auto;background:#fff;overflow-x:hidden;overflow-y:auto}.epsv-canvas{display:block;margin:0 auto;box-shadow:0 2px 8px rgb(0 0 0 / .1);transition:all 0.3s ease;max-width:100%;height:auto}.epsv-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#6c757d;z-index:10}.epsv-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #007cba;border-radius:50%;animation:epsv-spin 1s linear infinite;margin:0 auto 15px}@keyframes epsv-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.epsv-error{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#dc3545;background:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;padding:20px;max-width:80%;display:none!important}.epsv-controls{display:flex;align-items:center;justify-content:space-between;padding:10px 15px;background:#fff;border-top:1px solid #e9ecef;min-height:60px;flex-wrap:wrap;gap:10px;margin-top:auto}.epsv-controls-left,.epsv-controls-center,.epsv-controls-right{display:flex;align-items:center;gap:10px}.epsv-controls-center{flex:1 1 0%;justify-content:center}.epsv-controls-left{justify-content:flex-start}.epsv-controls-right{justify-content:flex-end}.epsv-btn{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:8px 12px;background:#007cba;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;text-decoration:none;transition:all 0.2s ease;user-select:none}.epsv-btn:hover{background:#005a87;transform:translateY(-1px);box-shadow:0 2px 4px rgb(0 0 0 / .2)}.epsv-btn:active{transform:translateY(0);box-shadow:0 1px 2px rgb(0 0 0 / .2)}.epsv-btn:disabled{background:#6c757d;cursor:not-allowed;transform:none;box-shadow:none}.epsv-icon{font-size:16px;line-height:1}.epsv-zoom-level{font-weight:600;color:#495057;min-width:50px;text-align:center}.epsv-page-info{font-weight:600;color:#495057;margin:0 15px;white-space:nowrap}.epsv-page-current,.epsv-page-total{color:#007cba}.epsv-container.epsv-fullscreen{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:999999;border-radius:0}.epsv-container.epsv-fullscreen .epsv-viewer{height:calc(100vh - 60px)}@media (max-width:768px){.epsv-controls{flex-direction:column;gap:15px;padding:15px}.epsv-controls-left,.epsv-controls-center,.epsv-controls-right{width:100%;justify-content:center}.epsv-controls-center{order:-1}.epsv-btn{min-width:44px;height:44px;font-size:16px}.epsv-page-info{margin:0 10px;font-size:14px}}@media (max-width:480px){.epsv-controls{padding:10px}.epsv-controls-left,.epsv-controls-right{gap:5px}.epsv-btn{min-width:40px;height:40px;padding:6px 8px;font-size:14px}.epsv-zoom-level{min-width:40px;font-size:12px}}@media print{.epsv-controls{display:none}.epsv-viewer{height:100%}.epsv-canvas{box-shadow:none}}@media (prefers-contrast:high){.epsv-container{border:2px solid #000}.epsv-btn{border:1px solid #000}}@media (prefers-reduced-motion:reduce){.epsv-btn,.epsv-canvas{transition:none}.epsv-spinner{animation:none}}@media (prefers-color-scheme:dark){.epsv-container{background:#2d3748;border-color:#4a5568}.epsv-viewer{background:#1a202c}.epsv-controls{background:#2d3748;border-top-color:#4a5568;color:#e2e8f0}.epsv-btn{background:#4299e1;color:#fff}.epsv-btn:hover{background:#3182ce}.epsv-btn:disabled{background:#718096}.epsv-zoom-level,.epsv-page-info{color:#e2e8f0}.epsv-page-current,.epsv-page-total{color:#4299e1}.epsv-loading{color:#a0aec0}.epsv-error{background:#742a2a;border-color:#c53030;color:#fed7d7}}