diff --git a/cadline/docroot/beiratkozas/.htaccess b/cadline/docroot/beiratkozas/.htaccess
new file mode 100644
index 00000000..e69de29b
diff --git a/cadline/docroot/beiratkozas/getCourses.php b/cadline/docroot/beiratkozas/getCourses.php
new file mode 100644
index 00000000..c0bd3e81
--- /dev/null
+++ b/cadline/docroot/beiratkozas/getCourses.php
@@ -0,0 +1,6 @@
+login($credentials);
+
+header('Location: ' . $_POST['url']);
diff --git a/cadline/docroot/beiratkozas/process.php b/cadline/docroot/beiratkozas/process.php
new file mode 100644
index 00000000..3f5a6a4c
--- /dev/null
+++ b/cadline/docroot/beiratkozas/process.php
@@ -0,0 +1,98 @@
+lessons);
+$i = 0;
+
+foreach ($lessons->courses as $key => $lesson) {
+ $i += count($lesson->lessons->name);
+}
+
+$courseApplication = Course::getCourseApplication($course->id, $user->id);
+$coursePercentage = round(100 / $i);
+
+$courseArray = (array)$lessons->courses;
+$selectedCourse = $courseArray[$id];
+$lastLesson = count($selectedCourse->lessons->name);
+$courses = (array)$lessons->courses;
+
+if ($user->id > 0) {
+ if (empty($courseApplication)) {
+ $completedCourses[$id] = array();
+ array_push($completedCourses[$id], (int)$lessonID);
+ $jsonStr = '{"courses":' . json_encode($completedCourses, JSON_UNESCAPED_UNICODE) . '}';
+
+ $courseApp = array(
+ 'course_id' => $course->id,
+ 'user_id' => $user->id,
+ 'percentage' => $coursePercentage
+ );
+
+ $id = Database::getInstance()->insert(JMLADATBAZIS . ".aleducation_applications", $courseApp, 'iii');
+
+ $query = "UPDATE `" . JMLADATBAZIS . "`.`aleducation_applications` SET completedCourses = ? WHERE id = ?";
+ Database::getInstance()->query($query, array('si', $jsonStr, $id));
+ } else {
+ $completedCourses = (array)json_decode($courseApplication['completedCourses'])->courses;
+
+ if ($completedCourses[$id] == null || !in_array($lessonID, $completedCourses[$id])) {
+ if ($completedCourses[$id] == null)
+ $completedCourses[$id] = array();
+
+ array_push($completedCourses[$id], (int)$lessonID);
+
+ $courseCounter = 0;
+ $allLesson = 0;
+
+ foreach ($completedCourses as $completedCourse) {
+ $courseCounter += count($completedCourse);
+ }
+
+ foreach ($courses as $lessonArray) {
+ $allLesson += count($lessonArray->lessons->name);
+ }
+
+ $percentage = round(($courseCounter / $allLesson) * 100);
+
+ $updatedJson = '{"courses":' . json_encode($completedCourses, JSON_UNESCAPED_UNICODE) . '}';
+
+ $query = "UPDATE `" . JMLADATBAZIS . "`.`aleducation_applications` SET completedCourses = ?, percentage = ? WHERE user_id = ? AND course_id = ?";
+ Database::getInstance()->query($query, array('siii', $updatedJson, $percentage, $user->id, $course->id));
+ }
+ }
+}
+
+if ((int)$lessonID < ($lastLesson - 1)) {
+ $nextCourse = $id;
+ $nextLesson = $lessonID + 2;
+} else {
+ while (current($courseArray) !== $selectedCourse && key($courseArray) !== null)
+ next($courseArray);
+
+ next($courseArray);
+ $key = key($courseArray);
+
+ $nextCourse = $key;
+ $nextLesson = 1;
+}
+
+$newUrl = 'https://' . $_SERVER['HTTP_HOST'] . '/' . $url . '/';
+$newUrl .= $nextCourse . '/' . $nextLesson;
+
+header("Location: {$newUrl}");
diff --git a/cadline/docroot/beiratkozas/public/css/course-player-v2-72334d533118a1e90a0609999366bbe7.css b/cadline/docroot/beiratkozas/public/css/course-player-v2-72334d533118a1e90a0609999366bbe7.css
new file mode 100644
index 00000000..8da92d17
--- /dev/null
+++ b/cadline/docroot/beiratkozas/public/css/course-player-v2-72334d533118a1e90a0609999366bbe7.css
@@ -0,0 +1 @@
+@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700';._discussions-navigation__title_1bn739,._title_fbvij7,._top-bar__site-name_v3q4ce,.ember-power-select-placeholder{white-space:nowrap;text-overflow:ellipsis}.ember-basic-dropdown,.ember-basic-dropdown-content,.ember-basic-dropdown-content *,.ember-power-select-dropdown *,html{box-sizing:border-box}._content-header__title_h7ytgy,._course-progress__title_1rtg53{-webkit-hyphens:auto;-ms-hyphens:auto;word-wrap:break-word;word-break:break-word}._download-files_1j5gba li,._nav__item_o3r98l,._reply__item_1mhtga{list-style-type:none}@keyframes _mobile-menu-bars_mui1zw{0%{transform:translateX(-50%) translateY(0) rotate(0)}50%{transform:translateX(-50%) translateY(12px) rotate(0)}100%{transform:translateX(-50%) translateY(12px) rotate(45deg)}}@keyframes _fade-in_mui1zw{0%{opacity:0}100%{opacity:1}}@keyframes _fade-out_mui1zw{0%{opacity:1}100%{opacity:0}}.ember-modal-dialog.ember-modal-dialog-in-place.emd-in-place.ember-modal-dialog{overflow:visible}._ember-power-select-trigger_l78r8f{height:2.5rem;border-width:.0625rem;border-style:solid;transition:background-color .2s ease-in-out;cursor:pointer}[data-theme=light-theme] ._ember-power-select-trigger_l78r8f,[data-theme=light-theme] ._ember-power-select-trigger_l78r8f:active,[data-theme=light-theme] ._ember-power-select-trigger_l78r8f:focus,[data-theme=light-theme] ._ember-power-select-trigger_l78r8f:hover{background-color:#fff}[data-theme=dark-theme] ._ember-power-select-trigger_l78r8f,[data-theme=dark-theme] ._ember-power-select-trigger_l78r8f:active,[data-theme=dark-theme] ._ember-power-select-trigger_l78r8f:focus,[data-theme=dark-theme] ._ember-power-select-trigger_l78r8f:hover{background-color:#1d1d1d}[data-theme=light-theme] ._ember-power-select-trigger_l78r8f{border-color:#CACCD6}[data-theme=dark-theme] ._ember-power-select-trigger_l78r8f{border-color:#575757}[data-theme] ._ember-power-select-trigger_l78r8f{background-color:transparent}[data-theme=light-theme] ._ember-power-select-trigger_l78r8f._ember-power-select--opened_l78r8f{background-color:#fff}[data-theme=dark-theme] ._ember-power-select-trigger_l78r8f._ember-power-select--opened_l78r8f{background-color:#1d1d1d}._ember-power-select-trigger_l78r8f ._ember-power-select-placeholder_l78r8f{margin:0 1rem 0 0;line-height:normal}[data-theme=light-theme] ._ember-power-select-trigger_l78r8f ._ember-power-select-placeholder_l78r8f{color:#36394D}[data-theme=dark-theme] ._ember-power-select-trigger_l78r8f ._ember-power-select-placeholder_l78r8f{color:#e5e5e5}._ember-power-select-trigger_l78r8f ._ember-power-select-status-icon_l78r8f{right:.75rem;border-width:.375rem .3125rem 0;border-color:transparent}[data-theme=light-theme] ._ember-power-select-trigger_l78r8f ._ember-power-select-status-icon_l78r8f{border-top-color:#36394D}[data-theme=dark-theme] ._ember-power-select-trigger_l78r8f ._ember-power-select-status-icon_l78r8f{border-top-color:#e5e5e5}._ember-power-select-dropdown_l78r8f._ember-basic-dropdown-content_l78r8f{border-width:.0625rem;border-style:solid;border-color:transparent}[data-theme=light-theme] ._ember-power-select-dropdown_l78r8f._ember-basic-dropdown-content_l78r8f{border-right-color:#CACCD6;border-bottom-color:#CACCD6;border-left-color:#CACCD6;background-color:#fff}[data-theme=dark-theme] ._ember-power-select-dropdown_l78r8f._ember-basic-dropdown-content_l78r8f{border-right-color:#575757;border-bottom-color:#575757;border-left-color:#575757;background-color:#1d1d1d}.ember-power-select-trigger,.ember-power-select-trigger--active,.ember-power-select-trigger:focus{border-top:1px solid #CACCD6;border-bottom:1px solid #CACCD6;border-right:1px solid #CACCD6;border-left:1px solid #CACCD6}._ember-power-select-dropdown_l78r8f>._ember-power-select-options_l78r8f{padding-top:.5rem}._ember-power-select-dropdown_l78r8f ._ember-power-select-search_l78r8f{padding:1rem 1rem .5rem}[data-theme=light-theme] ._ember-power-select-dropdown_l78r8f ._ember-power-select-search_l78r8f ._ember-power-select-search-input_l78r8f{color:#36394D}[data-theme=dark-theme] ._ember-power-select-dropdown_l78r8f ._ember-power-select-search_l78r8f ._ember-power-select-search-input_l78r8f{color:#e5e5e5}._ember-power-select-dropdown_l78r8f ._ember-power-select-group_l78r8f ._ember-power-select-group-name_l78r8f{font-size:.875rem;font-weight:600;line-height:1.5rem;text-transform:uppercase;display:inline-block;padding:.5rem 1rem}[data-theme=light-theme] ._ember-power-select-dropdown_l78r8f ._ember-power-select-group_l78r8f ._ember-power-select-group-name_l78r8f{color:#36394D}[data-theme=dark-theme] ._ember-power-select-dropdown_l78r8f ._ember-power-select-group_l78r8f ._ember-power-select-group-name_l78r8f{color:#e5e5e5}._ember-power-select-dropdown_l78r8f ._ember-power-select-option_l78r8f{padding:.5rem 1rem .5rem 1.5rem}[data-theme=light-theme] ._ember-power-select-dropdown_l78r8f ._ember-power-select-option_l78r8f{color:#36394D}[data-theme=dark-theme] ._ember-power-select-dropdown_l78r8f ._ember-power-select-option_l78r8f{color:#e5e5e5}[data-theme=light-theme] ._ember-power-select-dropdown_l78r8f ._ember-power-select-option_l78r8f[aria-current=true]{background-color:#F2F3F5;color:#36394D}[data-theme=dark-theme] ._ember-power-select-dropdown_l78r8f ._ember-power-select-option_l78r8f[aria-current=true]{background-color:#2e2e2e;color:#e5e5e5}#_main-content_6389g4:focus,#_modal-content_6389g4:focus{outline:0}._skip-link_6389g4{display:block;position:absolute;top:16px;left:16px;width:1px;height:1px;overflow:hidden}._skip-link_6389g4:active,._skip-link_6389g4:focus{display:block;width:auto;height:auto;padding:8px 16px;overflow:visible;z-index:20004}[data-theme=light-theme] ._skip-link_6389g4:active,[data-theme=light-theme] ._skip-link_6389g4:focus{background-color:#36394D;color:#fff}[data-theme=dark-theme] ._skip-link_6389g4:active,[data-theme=dark-theme] ._skip-link_6389g4:focus{background-color:#e5e5e5;color:#1d1d1d}*,::after,::before{box-sizing:inherit}.ember-basic-dropdown{position:relative}.ember-basic-dropdown-content{position:absolute;width:auto;z-index:1000;background-color:#fff}.ember-basic-dropdown-content--left{left:0}.ember-basic-dropdown-content--right{right:0}.ember-basic-dropdown-overlay{position:fixed;background:rgba(0,0,0,.5);width:100%;height:100%;z-index:10;top:0;left:0;pointer-events:none}.ember-basic-dropdown-content-wormhole-origin{display:inline}.ember-power-select-trigger{position:relative;border-radius:4px;background-color:#fff;line-height:1.75;overflow-x:hidden;text-overflow:ellipsis;min-height:1.75em;user-select:none;-webkit-user-select:none;color:inherit}.ember-power-select-trigger:after{content:"";display:table;clear:both}.ember-power-select-trigger--active,.ember-power-select-trigger:focus{box-shadow:none;outline:0}.ember-basic-dropdown-trigger--below.ember-power-select-trigger[aria-expanded=true],.ember-basic-dropdown-trigger--in-place.ember-power-select-trigger[aria-expanded=true]{border-bottom-left-radius:0;border-bottom-right-radius:0}.ember-basic-dropdown-trigger--above.ember-power-select-trigger[aria-expanded=true]{border-top-left-radius:0;border-top-right-radius:0}.ember-power-select-placeholder{color:#36394D;display:block;overflow-x:hidden}.ember-power-select-status-icon{position:absolute;display:inline-block;width:0;height:0;top:0;bottom:0;margin:auto;border-style:solid;border-width:7px 4px 0;border-color:#36394D transparent transparent;right:5px}.ember-basic-dropdown-trigger[aria-expanded=true] .ember-power-select-status-icon{transform:rotate(180deg)}.ember-power-select-clear-btn{position:absolute;cursor:pointer;right:25px}.ember-power-select-trigger-multiple-input{font-family:inherit;font-size:inherit;border:none;display:inline-block;line-height:inherit;-webkit-appearance:none;outline:0;padding:0;float:left;background-color:transparent;text-indent:2px}.ember-power-select-trigger-multiple-input:disabled{background-color:#eee}.ember-power-select-trigger-multiple-input::placeholder{opacity:1;color:#36394D}.ember-power-select-trigger-multiple-input::-webkit-input-placeholder{opacity:1;color:#36394D}.ember-power-select-trigger-multiple-input::-moz-placeholder{opacity:1;color:#36394D}.ember-power-select-trigger-multiple-input::-ms-input-placeholder{opacity:1;color:#36394D}.ember-power-select-multiple-options{padding:0;margin:0}.ember-power-select-multiple-option{border:1px solid gray;border-radius:4px;color:#333;background-color:#e4e4e4;padding:0 4px;display:inline-block;line-height:1.45;float:left;margin:2px 0 2px 3px}.ember-power-select-multiple-remove-btn{cursor:pointer}.ember-power-select-multiple-remove-btn:not(:hover){opacity:.5}.ember-power-select-search{padding:4px}.ember-power-select-search-input{border:1px solid #CACCD6;border-radius:0;width:100%;font-size:inherit;line-height:inherit;padding:0 5px}.ember-power-select-search-input:focus{border:1px solid #CACCD6;box-shadow:none;outline:0}.ember-power-select-dropdown{border-left:1px solid #CACCD6;border-right:1px solid #CACCD6;line-height:1.75;border-radius:4px;box-shadow:none;overflow:hidden;color:inherit}[data-theme=light-theme] ._post-card_1x8jq2,[data-theme=light-theme] ._post-inline__container_axs71n,[data-theme=light-theme] .course-discussions-replies .course-player__course-discussion__reply-container .course-player__course-discussion__reply-add,[data-theme=dark-theme] ._post-card_1x8jq2,[data-theme=dark-theme] ._post-inline__container_axs71n,[data-theme=dark-theme] .course-discussions-replies .course-player__course-discussion__reply-container .course-player__course-discussion__reply-add{box-shadow:0 1px 2px 0 rgba(0,0,0,.35)}.ember-power-select-dropdown.ember-basic-dropdown-content--above{border-top:1px solid #CACCD6;border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.ember-power-select-dropdown.ember-basic-dropdown-content--below,.ember-power-select-dropdown.ember-basic-dropdown-content--in-place{border-top:none;border-bottom:1px solid #CACCD6;border-top-left-radius:0;border-top-right-radius:0}.ember-power-select-dropdown.ember-basic-dropdown-content--in-place{width:100%}.ember-power-select-options{list-style:none;margin:0;padding:0;user-select:none;-webkit-user-select:none}.ember-power-select-options[role=listbox]{overflow-y:auto;-webkit-overflow-scrolling:touch;max-height:12.25em}.ember-power-select-option{cursor:pointer;padding:0 8px}.ember-power-select-group[aria-disabled=true]{color:#999;cursor:not-allowed}.ember-power-select-group[aria-disabled=true] .ember-power-select-option,.ember-power-select-option[aria-disabled=true]{color:#999;pointer-events:none;cursor:not-allowed}.ember-power-select-option[aria-selected=true]{background-color:#ddd}.ember-power-select-option[aria-current=true]{background-color:#f5f5f5;color:#36394D}.ember-power-select-group-name{cursor:default;font-weight:700}.ember-power-select-trigger[aria-disabled=true]{background-color:#eee}.ember-power-select-trigger{padding:8px 16px;height:2.5rem;border-width:.0625rem;border-style:solid;transition:background-color .2s ease-in-out;cursor:pointer}.ember-power-select-placeholder,.ember-power-select-selected-item{margin-left:8px}.ember-power-select-group .ember-power-select-group .ember-power-select-group-name{padding-left:24px}.ember-power-select-group .ember-power-select-group .ember-power-select-option{padding-left:40px}.ember-power-select-group .ember-power-select-option{padding-left:24px}.ember-power-select-group .ember-power-select-group-name{padding-left:8px}.ember-power-select-trigger[dir=rtl]{padding:0 0 0 16px}.ember-power-select-trigger[dir=rtl] .ember-power-select-placeholder,.ember-power-select-trigger[dir=rtl] .ember-power-select-selected-item{margin-right:8px}.ember-power-select-trigger[dir=rtl] .ember-power-select-multiple-option,.ember-power-select-trigger[dir=rtl] .ember-power-select-trigger-multiple-input{float:right}.ember-power-select-trigger[dir=rtl] .ember-power-select-status-icon{left:5px;right:initial}.ember-power-select-trigger[dir=rtl] .ember-power-select-clear-btn{left:25px;right:initial}.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-group-name{padding-right:24px}.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-option{padding-right:40px}.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-option{padding-right:24px}.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group-name{padding-right:8px}[data-theme=light-theme] .ember-power-select-trigger,[data-theme=light-theme] .ember-power-select-trigger:active,[data-theme=light-theme] .ember-power-select-trigger:focus,[data-theme=light-theme] .ember-power-select-trigger:hover{background-color:#fff}[data-theme=dark-theme] .ember-power-select-trigger,[data-theme=dark-theme] .ember-power-select-trigger:active,[data-theme=dark-theme] .ember-power-select-trigger:focus,[data-theme=dark-theme] .ember-power-select-trigger:hover{background-color:#1d1d1d}[data-theme=light-theme] .ember-power-select-trigger{border-color:#CACCD6}[data-theme=dark-theme] .ember-power-select-trigger{border-color:#575757}[data-theme] .ember-power-select-trigger{background-color:transparent}[data-theme=light-theme] .ember-power-select-trigger.ember-power-select--opened{background-color:#fff}[data-theme=dark-theme] .ember-power-select-trigger.ember-power-select--opened{background-color:#1d1d1d}.ember-power-select-trigger .ember-power-select-placeholder{margin:0 1rem 0 0;line-height:normal}body,h2,h3,h4,h5{line-height:1.5rem}[data-theme=light-theme] .ember-power-select-trigger .ember-power-select-placeholder{color:#36394D}[data-theme=dark-theme] .ember-power-select-trigger .ember-power-select-placeholder{color:#e5e5e5}.ember-power-select-trigger .ember-power-select-status-icon{right:.75rem;border-width:.375rem .3125rem 0;border-color:transparent}[data-theme=light-theme] .ember-power-select-trigger .ember-power-select-status-icon{border-top-color:#36394D}[data-theme=dark-theme] .ember-power-select-trigger .ember-power-select-status-icon{border-top-color:#e5e5e5}.ember-power-select-dropdown.ember-basic-dropdown-content{border-width:.0625rem;border-style:solid;border-color:transparent}[data-theme=light-theme] .ember-power-select-dropdown.ember-basic-dropdown-content{border-right-color:#CACCD6;border-bottom-color:#CACCD6;border-left-color:#CACCD6;background-color:#fff}[data-theme=dark-theme] .ember-power-select-dropdown.ember-basic-dropdown-content{border-right-color:#575757;border-bottom-color:#575757;border-left-color:#575757;background-color:#1d1d1d}.ember-power-select-dropdown>.ember-power-select-options{padding-top:.5rem}.ember-power-select-dropdown .ember-power-select-search{padding:1rem 1rem .5rem}[data-theme=light-theme] .ember-power-select-dropdown .ember-power-select-search .ember-power-select-search-input{color:#36394D}[data-theme=dark-theme] .ember-power-select-dropdown .ember-power-select-search .ember-power-select-search-input{color:#e5e5e5}.ember-power-select-dropdown .ember-power-select-group .ember-power-select-group-name{font-size:.875rem;font-weight:600;line-height:1.5rem;text-transform:uppercase;display:inline-block;padding:.5rem 1rem}[data-theme=light-theme] .ember-power-select-dropdown .ember-power-select-group .ember-power-select-group-name{color:#36394D}[data-theme=dark-theme] .ember-power-select-dropdown .ember-power-select-group .ember-power-select-group-name{color:#e5e5e5}.ember-power-select-dropdown .ember-power-select-option{padding:.5rem 1rem .5rem 1.5rem}[data-theme=light-theme] .ember-power-select-dropdown .ember-power-select-option{color:#36394D}[data-theme=dark-theme] .ember-power-select-dropdown .ember-power-select-option{color:#e5e5e5}[data-theme=light-theme] .ember-power-select-dropdown .ember-power-select-option[aria-current=true]{background-color:#F2F3F5;color:#36394D}[data-theme=dark-theme] .ember-power-select-dropdown .ember-power-select-option[aria-current=true]{background-color:#2e2e2e;color:#e5e5e5}.ember-modal-dialog{z-index:51;position:fixed}.ember-modal-dialog.emd-in-place{position:static}.ember-modal-wrapper.emd-static.emd-wrapper-target-attachment-center .ember-modal-dialog{top:50%;left:50%;transform:translate(-50%,-50%)}.ember-modal-wrapper.emd-animatable.emd-wrapper-target-attachment-center{width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center}.ember-modal-wrapper.emd-animatable.emd-wrapper-target-attachment-center .ember-modal-overlay{display:flex;align-items:center;justify-content:center}.ember-modal-wrapper.emd-animatable .ember-modal-dialog{position:relative}.ember-modal-overlay{width:100vw;height:100vh;position:fixed;top:0;left:0}:global(.ember-modal-dialog.ember-modal-dialog-in-place.emd-in-place.ember-modal-dialog){overflow:visible}#main-content:focus,#modal-content:focus{outline:0}.skip-link{display:block;position:absolute;top:16px;left:16px;width:1px;height:1px;overflow:hidden}.skip-link:active,.skip-link:focus{display:block;width:auto;height:auto;padding:8px 16px;overflow:visible;z-index:20004}body,html{height:100%}[data-theme=light-theme] .skip-link:active,[data-theme=light-theme] .skip-link:focus{background-color:#36394D;color:#fff}[data-theme=dark-theme] .skip-link:active,[data-theme=dark-theme] .skip-link:focus{background-color:#e5e5e5;color:#1d1d1d}body{font-size:1rem;font-weight:400;width:100%}h1,h2,h3,h4,h5{font-weight:600}h1{font-size:1.5rem;line-height:2rem}@media all and (min-width:1280px){h1{font-size:2rem;line-height:3rem}}h2,h3,h4{font-size:1.125rem}@media all and (min-width:1280px){h2{font-size:1.5rem;line-height:2rem}}h5{font-size:1rem}li,p,table{font-size:inherit}[data-theme=dark-theme] a{color:#e5e5e5}audio::-internal-media-controls-download-button,video::-internal-media-controls-download-button{display:none}audio::-webkit-media-controls-enclosure,video::-webkit-media-controls-enclosure{overflow:hidden}audio::-webkit-media-controls-panel,video::-webkit-media-controls-panel{width:calc(100% + 35px)}.course-player__error{margin:2.5rem auto;padding:0 1rem;text-align:center}.course-player__error h2,.course-player__error p{margin:0}.sg-modal{position:absolute;min-width:508px;max-width:508px;padding:0;border-radius:4px;background-color:#F5F5F5}@media only screen and (max-width:560px){.sg-modal{width:90%;min-width:300px}}.sg-overlay-modal.translucent{background-color:rgba(0,0,0,.8)}.content-modal-error{width:480px;max-height:80vh;padding:32px;border-radius:4px;background-color:#fff;text-align:center;overflow:visible}@media all and (max-width:767px){.content-modal-error{width:80vw;padding:24px}}.course-discussions-index{width:100%;min-width:18rem}.course-discussions-index .button__new-post{width:100%;margin-bottom:1rem}.course-discussions-index .button__new-post>button{width:100%}.course-discussions-index .button__load-more{display:flex;margin-top:1.5rem}.course-discussions-index .button__load-more>button{margin:0 auto;text-transform:uppercase}.course-discussions-replies .course-player__course-discussion__reply-container .course-player__course-discussion__reply-more{padding-bottom:.40625rem;border-bottom:1px solid rgba(29,29,29,.1)}.course-discussions-replies .course-player__course-discussion__reply-container .course-player__course-discussion__replies>div:last-of-type>li,.course-discussions-replies .course-player__course-discussion__reply-container .course-player__course-discussion__reply-more.show-more{border-bottom:unset}.course-discussions-replies .course-player__course-discussion__reply-container .course-player__course-discussion__reply-more .reply-more__text{width:100%;height:24px;color:#36394D;font-size:16px;font-weight:600;line-height:24px}.course-discussions-replies .course-player__course-discussion__reply-container>button{width:100%}.course-discussions-replies .course-player__course-discussion__reply-container .course-player__course-discussion__replies{padding-left:0}.course-discussions-replies .course-player__course-discussion__reply-container .course-player__course-discussion__reply-add{margin:0 0 1rem;border:0;background:0 0;color:inherit;font:inherit;line-height:normal;text-decoration:none;cursor:pointer;overflow:visible;-moz-user-select:text;width:100%;min-width:288px;height:3.5rem;padding:1rem;border-radius:4px;text-align:left}.social-share,.social-share__backdrop{top:0;width:100vw;height:100vh;left:0}.course-discussions-replies .course-player__course-discussion__reply-container .course-player__course-discussion__reply-add::-moz-focus-inner{padding:0;border:0}[data-theme=light-theme] .course-discussions-replies .course-player__course-discussion__reply-container .course-player__course-discussion__reply-add{background-color:#fff}[data-theme=dark-theme] .course-discussions-replies .course-player__course-discussion__reply-container .course-player__course-discussion__reply-add{background-color:#1d1d1d}.course-discussions-replies .course-player__course-discussion__reply-container .course-player__course-discussion__reply-add .course-player__course-discussion__reply-add-content{display:inline-flex}.course-discussions-replies .course-player__course-discussion__reply-container .course-player__course-discussion__reply-add .course-player__course-discussion__reply-add-content .reply__placeholder{padding-left:.5rem;opacity:.5}.course-discussions-replies .course-player__course-discussion__reply-container .course-player__course-discussion__reply-add .course-player__course-discussion__reply-add-content>i{font-size:1.5rem;opacity:.5}.course-discussions-replies .course-player__course-discussion__reply-container .course-player__course-discussion__reply-add:focus,.course-discussions-replies .course-player__course-discussion__reply-container .course-player__course-discussion__reply-add:hover{cursor:pointer}[data-theme=dark-theme] .course-discussions-replies .course-player__course-discussion__reply-container .course-player__course-discussion__reply-more .reply-more__text{color:#e5e5e5}.social-share{display:flex;position:fixed;align-items:center;justify-content:center;padding:1rem;z-index:999590}@media screen and (max-width:320px){.social-share{padding:2rem 1rem 1rem}}.social-share__backdrop{position:absolute;background:#000;opacity:30%;z-index:1}.social-share__button{display:inline-flex;align-items:center;justify-content:center;height:40px;border-radius:4px;text-align:center;cursor:pointer;border:0;background-color:transparent;font-size:.875rem;font-weight:600;line-height:1.5rem;text-transform:uppercase;margin-bottom:.5rem;padding:0 16px}.social-share__button:disabled{cursor:initial;opacity:.3}[data-theme=light-theme] .social-share__button{color:#36394D}[data-theme=dark-theme] .social-share__button{color:#e5e5e5}[data-theme=light-theme] .social-share__button:not([disabled]):focus,[data-theme=light-theme] .social-share__button:not([disabled]):hover{background-color:rgba(29,29,29,.1)}[data-theme=dark-theme] .social-share__button:not([disabled]):focus,[data-theme=dark-theme] .social-share__button:not([disabled]):hover{background-color:rgba(255,255,255,.1)}.social-share__button:last-child{margin-bottom:0}.social-share__button-icon{display:inline-flex;align-items:center;width:1.5rem;height:1.5rem;margin-right:.5rem;font-size:20px;pointer-events:none}.social-share__button-text{height:100%;line-height:2.5rem;pointer-events:none}.social-share__copy-complete{display:inline-block;margin-right:.5rem;font-size:1.25rem}.social-share__copy-loading{margin-right:.5rem;fill:currentColor}._button--default--small_142a8m svg,._button--default--x-small_142a8m svg,._button--default_142a8m svg{fill:#fff}.social-share__dismiss{padding:0;border:0;background-color:transparent;position:absolute;top:1rem;right:1rem;cursor:pointer;z-index:2}.social-share__dismiss i{font-size:24px}.social-share__dismiss:disabled{cursor:initial;opacity:.3}[data-theme=light-theme] .social-share__dismiss{color:#36394D}[data-theme=dark-theme] .social-share__dismiss{color:#e5e5e5}.social-share__modal{display:flex;position:relative;flex-direction:column;width:280px;padding:3.75rem 2.625rem;border-radius:4px;z-index:1}[data-theme=light-theme] .social-share__modal,[data-theme=dark-theme] .social-share__modal{box-shadow:0 40px 80px -40px rgba(0,0,0,.6)}[data-theme=light-theme] .social-share__modal{background-color:#fff}[data-theme=dark-theme] .social-share__modal{background-color:#1d1d1d}@media screen and (max-width:320px){.social-share__dismiss{top:.5rem;right:.5rem}.social-share__modal{width:100%;height:100%;padding:2.5rem 1.5rem}}.social-share__modal-title{margin:0 0 2rem;font-size:1rem;font-weight:600;line-height:1.25rem;text-align:center}[data-theme=light-theme] .social-share__modal-title{color:#36394D}[data-theme=dark-theme] .social-share__modal-title{color:#e5e5e5}.social-share__networks{display:flex;flex-direction:column;text-align:center;overflow-y:auto}body,html{margin:0;padding:0}._button--default--small_142a8m,._button--default_142a8m{text-align:center;padding:8px 16px;text-transform:uppercase;font-weight:600}._course-player_1jimy1{display:grid;position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;grid-gap:0;grid-template-columns:auto;grid-template-rows:auto;grid-template-areas:"container";--footer-minimum-height:70}._course-player--preview-bar_1jimy1{grid-template-rows:minmax(48px,min-content) minmax(auto,calc(100% - 48px));grid-template-areas:"preview-bar" "container"}._preview-bar_1jimy1{display:block;width:100%;text-align:center;grid-area:preview-bar}@media print{._preview-bar_1jimy1{display:none}}._button--default_142a8m{display:inline-flex;align-items:center;justify-content:center;border-radius:4px;cursor:pointer;border:0;font-size:.875rem;line-height:1.5rem;height:40px}._button--default_142a8m:disabled{cursor:initial;opacity:.3}._button--default_142a8m:not([disabled]):focus,._button--default_142a8m:not([disabled]):hover{position:relative}._button--default_142a8m:not([disabled]):focus::before,._button--default_142a8m:not([disabled]):hover::before{display:block;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:4px;content:"";background-color:rgba(29,29,29,.3)}._button--default--small_142a8m:not([disabled]):focus,._button--default--small_142a8m:not([disabled]):hover,._button--default_142a8m:not([disabled]):focus>*,._button--default_142a8m:not([disabled]):hover>*{position:relative}[data-theme=light-theme] ._button--default_142a8m{background-color:#36394D;color:#fff}[data-theme=dark-theme] ._button--default_142a8m{background-color:#e5e5e5;color:#1d1d1d}._button--default--small_142a8m{display:inline-flex;align-items:center;justify-content:center;border-radius:4px;cursor:pointer;border:0;font-size:.75rem;line-height:1rem;min-height:32px;height:auto}._button--default--small_142a8m:disabled{cursor:initial;opacity:.3}._button--default--small_142a8m:not([disabled]):focus::before,._button--default--small_142a8m:not([disabled]):hover::before{display:block;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:4px;content:"";background-color:rgba(29,29,29,.3)}._button--default--x-small_142a8m,._button--knockout_142a8m{display:inline-flex;align-items:center;text-align:center;text-transform:uppercase;font-weight:600}._button--default--small_142a8m:not([disabled]):focus>*,._button--default--small_142a8m:not([disabled]):hover>*,._button--default--x-small_142a8m:not([disabled]):focus,._button--default--x-small_142a8m:not([disabled]):hover{position:relative}[data-theme=light-theme] ._button--default--small_142a8m{background-color:#36394D;color:#fff}[data-theme=dark-theme] ._button--default--small_142a8m{background-color:#e5e5e5;color:#1d1d1d}._button--default--x-small_142a8m{justify-content:center;border-radius:4px;cursor:pointer;border:0;font-size:.75rem;line-height:1rem;height:24px;padding:4px 8px}._button--default--x-small_142a8m:disabled{cursor:initial;opacity:.3}._button--default--x-small_142a8m:not([disabled]):focus::before,._button--default--x-small_142a8m:not([disabled]):hover::before{display:block;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:4px;content:"";background-color:rgba(29,29,29,.3)}._button--default--x-small_142a8m:not([disabled]):focus>*,._button--default--x-small_142a8m:not([disabled]):hover>*,._button--preview-bar--small_142a8m:not([disabled]):focus,._button--preview-bar--small_142a8m:not([disabled]):hover{position:relative}[data-theme=light-theme] ._button--default--x-small_142a8m{background-color:#36394D;color:#fff}[data-theme=dark-theme] ._button--default--x-small_142a8m{background-color:#e5e5e5;color:#1d1d1d}._button--knockout_142a8m{justify-content:center;border-radius:4px;cursor:pointer;border:0;background-color:transparent;font-size:.875rem;line-height:1.5rem;height:40px;padding:0 16px}._button--knockout--small_142a8m,._button--knockout--x-small_142a8m{display:inline-flex;border-radius:4px;text-align:center;font-size:.75rem;line-height:1rem}._button--knockout_142a8m:disabled{cursor:initial;opacity:.3}[data-theme=light-theme] ._button--knockout_142a8m{color:#36394D}[data-theme=dark-theme] ._button--knockout_142a8m{color:#e5e5e5}[data-theme=light-theme] ._button--knockout_142a8m:not([disabled]):focus,[data-theme=light-theme] ._button--knockout_142a8m:not([disabled]):hover{background-color:rgba(29,29,29,.1)}[data-theme=dark-theme] ._button--knockout_142a8m:not([disabled]):focus,[data-theme=dark-theme] ._button--knockout_142a8m:not([disabled]):hover{background-color:rgba(255,255,255,.1)}._button--knockout--small_142a8m{align-items:center;justify-content:center;cursor:pointer;border:0;background-color:transparent;text-transform:uppercase;font-weight:600;min-height:32px;height:auto;padding:0 16px}._button--knockout--small_142a8m:disabled{cursor:initial;opacity:.3}[data-theme=light-theme] ._button--knockout--small_142a8m{color:#36394D}[data-theme=dark-theme] ._button--knockout--small_142a8m{color:#e5e5e5}[data-theme=light-theme] ._button--knockout--small_142a8m:not([disabled]):focus,[data-theme=light-theme] ._button--knockout--small_142a8m:not([disabled]):hover{background-color:rgba(29,29,29,.1)}[data-theme=dark-theme] ._button--knockout--small_142a8m:not([disabled]):focus,[data-theme=dark-theme] ._button--knockout--small_142a8m:not([disabled]):hover{background-color:rgba(255,255,255,.1)}._button--ghost_142a8m,._button--knockout--x-small_142a8m{align-items:center;background-color:transparent;font-weight:600;text-transform:uppercase}._button--knockout--x-small_142a8m{justify-content:center;cursor:pointer;border:0;height:24px;padding:4px 8px}._button--ghost--small_142a8m,._button--ghost_142a8m{display:inline-flex;border-radius:4px;text-align:center;padding:0 16px}._button--knockout--x-small_142a8m:disabled{cursor:initial;opacity:.3}[data-theme=light-theme] ._button--knockout--x-small_142a8m{color:#36394D}[data-theme=dark-theme] ._button--knockout--x-small_142a8m{color:#e5e5e5}[data-theme=light-theme] ._button--knockout--x-small_142a8m:not([disabled]):focus,[data-theme=light-theme] ._button--knockout--x-small_142a8m:not([disabled]):hover{background-color:rgba(29,29,29,.1)}[data-theme=dark-theme] ._button--knockout--x-small_142a8m:not([disabled]):focus,[data-theme=dark-theme] ._button--knockout--x-small_142a8m:not([disabled]):hover{background-color:rgba(255,255,255,.1)}._button--ghost_142a8m{justify-content:center;cursor:pointer;border:1px solid;font-size:.875rem;line-height:1.5rem;height:40px}._button--ghost--small_142a8m,._button--ghost--x-small_142a8m{align-items:center;background-color:transparent;font-size:.75rem}._button--ghost_142a8m:disabled{cursor:initial;opacity:.3}[data-theme=light-theme] ._button--ghost_142a8m{border-color:rgba(54,57,77,.5);color:#36394D}[data-theme=dark-theme] ._button--ghost_142a8m{border-color:rgba(229,229,229,.5);color:#e5e5e5}[data-theme=light-theme] ._button--ghost_142a8m:not([disabled]):focus,[data-theme=light-theme] ._button--ghost_142a8m:not([disabled]):hover{border-color:#36394D}[data-theme=dark-theme] ._button--ghost_142a8m:not([disabled]):focus,[data-theme=dark-theme] ._button--ghost_142a8m:not([disabled]):hover{border-color:#e5e5e5}._button--ghost--small_142a8m{justify-content:center;cursor:pointer;border:1px solid;line-height:1rem;text-transform:uppercase;font-weight:600;min-height:32px;height:auto}._button--ghost--x-small_142a8m,._button--preview-bar--small_142a8m{display:inline-flex;border-radius:4px;line-height:1rem;font-weight:600;text-align:center;text-transform:uppercase}._button--ghost--small_142a8m:disabled{cursor:initial;opacity:.3}[data-theme=light-theme] ._button--ghost--small_142a8m{border-color:rgba(54,57,77,.5);color:#36394D}[data-theme=dark-theme] ._button--ghost--small_142a8m{border-color:rgba(229,229,229,.5);color:#e5e5e5}[data-theme=light-theme] ._button--ghost--small_142a8m:not([disabled]):focus,[data-theme=light-theme] ._button--ghost--small_142a8m:not([disabled]):hover{border-color:#36394D}[data-theme=dark-theme] ._button--ghost--small_142a8m:not([disabled]):focus,[data-theme=dark-theme] ._button--ghost--small_142a8m:not([disabled]):hover{border-color:#e5e5e5}._button--ghost--x-small_142a8m{justify-content:center;cursor:pointer;border:1px solid;height:24px;padding:4px 8px}._button--ghost--x-small_142a8m:disabled{cursor:initial;opacity:.3}[data-theme=light-theme] ._button--ghost--x-small_142a8m{border-color:rgba(54,57,77,.5);color:#36394D}[data-theme=dark-theme] ._button--ghost--x-small_142a8m{border-color:rgba(229,229,229,.5);color:#e5e5e5}[data-theme=light-theme] ._button--ghost--x-small_142a8m:not([disabled]):focus,[data-theme=light-theme] ._button--ghost--x-small_142a8m:not([disabled]):hover{border-color:#36394D}[data-theme=dark-theme] ._button--ghost--x-small_142a8m:not([disabled]):focus,[data-theme=dark-theme] ._button--ghost--x-small_142a8m:not([disabled]):hover{border-color:#e5e5e5}._button--icon-left_142a8m{padding-left:12px}._button--icon-left_142a8m i{padding-right:4px;font-size:24px}._button--icon-right_142a8m{padding-right:12px}._button--icon-right_142a8m i{padding-left:4px;font-size:24px}._button--icon-left--small_142a8m{padding-left:12px}._button--icon-left--small_142a8m i{padding-right:4px;font-size:16px}._button--icon-right--small_142a8m{padding-right:12px}._button--icon-right--small_142a8m i{padding-left:4px;font-size:16px}._button--icon-left--x-small_142a8m{padding-left:4px}._button--icon-left--x-small_142a8m i{padding-right:4px;font-size:16px}._button--icon-right--x-small_142a8m{padding-right:4px}._button--icon-right--x-small_142a8m i{padding-left:4px;font-size:16px}._button--link_142a8m{text-decoration:none}._button--preview-bar--small_142a8m{align-items:center;justify-content:center;cursor:pointer;padding:8px 16px;border:0;font-size:.75rem;min-height:32px;height:auto;background-color:#fff!important;color:#000!important}._button--preview-bar--small_142a8m:disabled{cursor:initial;opacity:.3}._button--preview-bar--small_142a8m:not([disabled]):focus::before,._button--preview-bar--small_142a8m:not([disabled]):hover::before{display:block;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:4px;content:"";background-color:rgba(29,29,29,.3)}._button--preview-bar--small_142a8m:not([disabled]):focus>*,._button--preview-bar--small_142a8m:not([disabled]):hover>*{position:relative}[data-theme=light-theme] ._button--preview-bar--small_142a8m{background-color:#36394D;color:#fff}[data-theme=dark-theme] ._button--preview-bar--small_142a8m{background-color:#e5e5e5;color:#1d1d1d}._button--preview-bar--small_142a8m ._spinner__circle_142a8m{fill:#00192A}._spinner__container_142a8m{margin-left:-4px;margin-right:4px;display:flex;flex:0;max-height:100%}._spinner__container_142a8m svg{width:20px;height:20px}._content__wrapper_142a8m{display:inline-flex;flex-wrap:nowrap}._content__container_142a8m{display:inline-flex;flex:1;align-items:center;min-width:100%}._submission-status_2q5jnn{font-size:1rem;font-weight:600;line-height:1.5rem;position:absolute;left:1.5rem;max-width:35%;margin:0;word-break:break-word}@media all and (max-width:767px){._submission-status_2q5jnn{left:1rem;max-width:50%;font-size:.875rem}}._status-text_2q5jnn .tooltipstered{display:inline-block}[data-theme=light-theme] ._status-text--pending_2q5jnn,[data-theme=dark-theme] ._status-text--pending_2q5jnn{color:inherit}[data-theme=light-theme] ._status-text--approved_2q5jnn,[data-theme=dark-theme] ._status-text--approved_2q5jnn{color:#379A49}[data-theme=light-theme] ._status-text--rejected_2q5jnn,[data-theme=dark-theme] ._status-text--rejected_2q5jnn{color:#d83232}._status-icon_2q5jnn{font-size:1.25rem}._status-description_2q5jnn{display:inline-block;margin:0;text-transform:uppercase;cursor:pointer}._status-description_2q5jnn ._status-text_2q5jnn:focus,._status-description_2q5jnn ._status-text_2q5jnn:hover{text-decoration:underline}._submission__container_1ip6mb{margin-bottom:3rem;padding:1.5rem;border:1px solid;border-radius:.125rem}@media all and (max-width:767px){._status-icon_2q5jnn{font-size:1rem}._submission__container_1ip6mb{flex-wrap:wrap;padding:.5rem}}[data-theme=light-theme] ._submission__container_1ip6mb{background-color:#F2F3F5;border-color:#CACCD6;color:#36394D}[data-theme=dark-theme] ._submission__container_1ip6mb{background-color:#2e2e2e;border-color:#575757;color:#e5e5e5}._submission__item_1ip6mb{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:.75rem 1.5rem;width:100%;border:1px solid;border-radius:.125rem}@media all and (max-width:767px){._submission__item_1ip6mb{margin-bottom:1rem}}[data-theme=light-theme] ._submission__item_1ip6mb{background-color:#fff;border-color:#CACCD6;color:#36394D}[data-theme=dark-theme] ._submission__item_1ip6mb{background-color:#1d1d1d;border-color:#575757;color:#e5e5e5}._submission__item_1ip6mb._submission__item--approved_1ip6mb{border-color:#379A49}._submission__item_1ip6mb._submission__item--not-approved_1ip6mb{border-color:#d83232}._submission__item_1ip6mb ._submission__filename_1ip6mb{margin-bottom:0;font-weight:600;word-break:break-word}._submission__item_1ip6mb ._submission__filesize_1ip6mb{margin-top:0;font-size:.75rem;font-weight:400;line-height:1rem;text-transform:uppercase}[data-theme=light-theme] ._submission__item_1ip6mb ._submission__filesize_1ip6mb{color:#6F7282}[data-theme=dark-theme] ._submission__item_1ip6mb ._submission__filesize_1ip6mb{color:#818181}._submission__item-row_1ip6mb ._delete-icon_1ip6mb,._submission__item-row_1ip6mb ._download-icon_1ip6mb{padding:0;border:0;background-color:transparent;text-decoration:none;font-size:1.5rem;cursor:pointer}._submission__item-row_1ip6mb ._delete-icon_1ip6mb i,._submission__item-row_1ip6mb ._download-icon_1ip6mb i{font-size:24px}._submission__item-row_1ip6mb ._delete-icon_1ip6mb:disabled,._submission__item-row_1ip6mb ._download-icon_1ip6mb:disabled{cursor:initial;opacity:.3}[data-theme=light-theme] ._submission__item-row_1ip6mb ._delete-icon_1ip6mb,[data-theme=light-theme] ._submission__item-row_1ip6mb ._download-icon_1ip6mb{color:#36394D}[data-theme=dark-theme] ._submission__item-row_1ip6mb ._delete-icon_1ip6mb,[data-theme=dark-theme] ._submission__item-row_1ip6mb ._download-icon_1ip6mb{color:#e5e5e5}._submission__status_1ip6mb{margin:0;display:flex;justify-content:space-between;align-items:center}._submission__status_1ip6mb ._submission__status-text--italic_1ip6mb{font-style:italic}._submission__status_1ip6mb ._submission__tooltip-icon_1ip6mb{font-size:1.5rem}@media all and (max-width:767px){._submission__status_1ip6mb{flex-direction:column}._submission__download_1ip6mb,._submission__status-text_1ip6mb,._submission__status_1ip6mb ._submission__status-text--italic_1ip6mb{margin-bottom:1rem}}._spinner__container_jz28j8{display:flex;position:absolute;top:0;right:0;bottom:0;left:0;align-items:center;justify-content:center;height:100%;z-index:9999}[data-theme=light-theme] ._spinner__container_jz28j8{background-color:rgba(255,255,255,.5)}[data-theme=dark-theme] ._spinner__container_jz28j8{background-color:rgba(29,29,29,.5)}._branding-badge_qlbigq{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:100%;margin-top:auto;margin-bottom:0;text-align:center}[data-theme=dark-theme] ._branding-badge__link_qlbigq svg g,[data-theme=dark-theme] ._branding-badge__link_qlbigq svg path{fill:#fff}._branding-badge__link--with-padding_qlbigq{padding-top:1.5rem;padding-bottom:1.5rem}._branding-badge__svg_qlbigq{display:block;width:100%;height:auto}[data-theme=light-theme] ._branding-badge-shape_qlbigq{fill:#36394D}[data-theme=dark-theme] ._branding-badge-shape_qlbigq{fill:#e5e5e5}._button-container_1wrqmx{display:flex;flex-direction:column;align-items:center;width:calc(100% - 8px);margin-right:auto;margin-left:auto;margin-top:0;padding-top:40px;padding-bottom:96px}._button-container_1wrqmx a,._button-container_1wrqmx button{width:100%;margin-bottom:8px}._button-container_1wrqmx a:last-child,._button-container_1wrqmx button:last-child{margin-bottom:0}._button-container_1wrqmx footer{padding-top:32px}._chapter-item__header_d57kmg{padding-right:1rem;padding-left:1rem;cursor:pointer}._content-header__action-download_h7ytgy:disabled,._content-header__action-fullscreen_h7ytgy:disabled{cursor:initial;opacity:.3}._chapter-item__header_d57kmg:active,._chapter-item__header_d57kmg:focus,._chapter-item__header_d57kmg:hover{outline:0}[data-theme=light-theme] ._chapter-item__header_d57kmg:active ._chapter-item__container_d57kmg,[data-theme=light-theme] ._chapter-item__header_d57kmg:focus ._chapter-item__container_d57kmg,[data-theme=light-theme] ._chapter-item__header_d57kmg:hover ._chapter-item__container_d57kmg{border-bottom-color:#36394D}[data-theme=dark-theme] ._chapter-item__header_d57kmg:active ._chapter-item__container_d57kmg,[data-theme=dark-theme] ._chapter-item__header_d57kmg:focus ._chapter-item__container_d57kmg,[data-theme=dark-theme] ._chapter-item__header_d57kmg:hover ._chapter-item__container_d57kmg{border-bottom-color:#e5e5e5}[data-theme=light-theme] ._chapter-item__header_d57kmg:active ._chapter-item__toggle-icon_d57kmg,[data-theme=light-theme] ._chapter-item__header_d57kmg:focus ._chapter-item__toggle-icon_d57kmg,[data-theme=light-theme] ._chapter-item__header_d57kmg:hover ._chapter-item__toggle-icon_d57kmg{color:#36394D}[data-theme=dark-theme] ._chapter-item__header_d57kmg:active ._chapter-item__toggle-icon_d57kmg,[data-theme=dark-theme] ._chapter-item__header_d57kmg:focus ._chapter-item__toggle-icon_d57kmg,[data-theme=dark-theme] ._chapter-item__header_d57kmg:hover ._chapter-item__toggle-icon_d57kmg{color:#e5e5e5}@media all and (min-width:768px){._chapter-item__header_d57kmg{padding-right:1rem;padding-left:1rem}}._chapter-item__container_d57kmg:focus,._chapter-item__header_d57kmg:focus{outline:0}._chapter-item__container_d57kmg{position:relative;margin:0;padding:1rem 5rem 1rem 2.625rem;border-width:.0625rem;border-style:solid;border-color:transparent;word-wrap:break-word;overflow-wrap:break-word}[data-theme=light-theme] ._chapter-item__container_d57kmg{border-bottom-color:#CACCD6;color:#36394D}[data-theme=dark-theme] ._chapter-item__container_d57kmg{border-bottom-color:#575757;color:#e5e5e5}[data-theme=light-theme] .ui-state-active ._chapter-item__container_d57kmg{border-bottom-color:#36394D}[data-theme=dark-theme] .ui-state-active ._chapter-item__container_d57kmg{border-bottom-color:#e5e5e5}._chapter-item__title_d57kmg{font-size:1.125rem;font-weight:600;line-height:1.5rem;margin:0}[data-theme=light-theme] ._chapter-item__title_d57kmg{color:#36394D}[data-theme=dark-theme] ._chapter-item__title_d57kmg{color:#e5e5e5}._chapter-item__draft_d57kmg{font-size:.75rem;font-weight:400;text-transform:uppercase;display:block;line-height:1.5rem}[data-theme=light-theme] ._chapter-item__draft_d57kmg{color:#6F7282}[data-theme=dark-theme] ._chapter-item__draft_d57kmg{color:#818181}._chapter-item__completion_d57kmg,._chapter-item__progress_d57kmg,._chapter-item__toggle_d57kmg{position:absolute;top:1rem}._chapter-item__progress_d57kmg{left:0;width:1.5rem;height:1.5rem}._chapter-item__progress-ring_d57kmg{display:block;position:relative;width:1.5rem;height:1.5rem}._chapter-item__completion_d57kmg{right:2.625rem;font-size:1rem;font-weight:400;letter-spacing:-.0625rem}._content-item__link_nffvg8.active ._content-item__title_nffvg8,._title_fbvij7{font-weight:600}[data-theme=light-theme] ._chapter-item__completion_d57kmg{color:#36394D}[data-theme=dark-theme] ._chapter-item__completion_d57kmg{color:#e5e5e5}._chapter-item__toggle_d57kmg{display:inline-block;right:0;width:1.5rem;height:1.5rem}._chapter-item__toggle-icon_d57kmg{transform-origin:center;font-size:1.5rem}[data-theme=light-theme] ._chapter-item__toggle-icon_d57kmg{color:#6F7282}[data-theme=dark-theme] ._chapter-item__toggle-icon_d57kmg{color:#818181}[data-theme=light-theme] .ui-state-active ._chapter-item__toggle-icon_d57kmg{color:#36394D}[data-theme=dark-theme] .ui-state-active ._chapter-item__toggle-icon_d57kmg{color:#e5e5e5}._chapter-item__contents_d57kmg{margin:0;padding:.5rem 0 0;list-style:none}._chapters-item_1tqvoe{margin:0;padding:0;list-style:none}._community-space__container_fbvij7{width:23rem;margin:1rem auto 0;border-radius:4px}@media all and (max-width:1279px){._community-space__container_fbvij7{width:100%;margin:0;border-radius:0}}@media (prefers-reduced-motion:no-preference){._chapter-item__container_d57kmg,._chapter-item__header_d57kmg:active ._chapter-item__container_d57kmg,._chapter-item__header_d57kmg:active ._chapter-item__toggle-icon_d57kmg,._chapter-item__header_d57kmg:focus ._chapter-item__container_d57kmg,._chapter-item__header_d57kmg:focus ._chapter-item__toggle-icon_d57kmg,._chapter-item__header_d57kmg:hover ._chapter-item__container_d57kmg,._chapter-item__header_d57kmg:hover ._chapter-item__toggle-icon_d57kmg{transition:border-color .2s ease}._chapter-item__toggle-icon_d57kmg{transition:transform .1s ease}.ui-state-active ._chapter-item__toggle-icon_d57kmg{transform:rotate(180deg)}._community-space__container_fbvij7{transition:.25s ease-in}}._community-space_fbvij7{border-top-left-radius:4px;border-top-right-radius:4px;padding:1rem}[data-theme=light-theme] ._community-space_fbvij7{background-color:#fff}[data-theme=dark-theme] ._community-space_fbvij7{background-color:#1d1d1d}._image-container_fbvij7{flex:1;margin-right:1rem;text-align:center}@media all and (max-width:767px){._image-container_fbvij7{flex:none}}._image-container_fbvij7 img{height:90px;width:auto}@media all and (max-width:1279px){._community-space_fbvij7{border-radius:0;padding-top:0}._image-container_fbvij7{text-align:left}._image-container_fbvij7 img{height:94px}}._icon-container_fbvij7{flex:1;margin-right:1rem;text-align:center}@media all and (max-width:1279px){._icon-container_fbvij7{flex:none}[data-theme=light-theme] ._button-container_fbvij7,[data-theme=dark-theme] ._button-container_fbvij7{box-shadow:0 1px 2px 0 rgba(0,0,0,.35)}}._icon-container_fbvij7 i{font-size:4.375rem}._title_fbvij7{font-size:1.125rem;line-height:1.5rem;margin-top:0;overflow:hidden}[data-theme=light-theme] ._title_fbvij7{color:#36394D}[data-theme=dark-theme] ._title_fbvij7{color:#F2F3F5}._content_fbvij7{display:flex}._description_fbvij7{flex:1;display:-webkit-box;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}._button-container_fbvij7{padding:1rem;text-align:right}._content-completed-modal__container_9xmeyu{display:flex;align-items:center}._content-completed-modal__content_9xmeyu{color:#fff}._content-completed-modal__heading_9xmeyu{margin-top:0;margin-bottom:.5rem}._content-completed-modal__lesson-name_9xmeyu{margin-top:0;margin-bottom:1rem}._content-completed-modal__progress_9xmeyu{width:100%;border-radius:.25rem;background-color:rgba(255,255,255,.3)}._content-completed-modal__progress-bar_9xmeyu{height:.25rem}._content-completed-modal__action-btn-container_9xmeyu{margin-top:1.5rem}._content-completed-modal__action-btn-container_9xmeyu>button+button{margin-left:.5rem}._content-completed-modal__action-btn-container_9xmeyu [class*=button--knockout]{color:#e5e5e5}._content-header__container_h7ytgy{display:flex;justify-content:space-between;max-width:100vw;padding:.5rem 1rem;border-bottom:1px solid;grid-area:content-header}[data-theme=light-theme] ._content-header__container_h7ytgy{border-color:#CACCD6}[data-theme=dark-theme] ._content-header__container_h7ytgy{border-color:#575757}._content-header__action-download_h7ytgy,._content-header__action-fullscreen_h7ytgy{padding:0;border:0;background-color:transparent}._content-header__title-container_h7ytgy{flex:1;word-wrap:break-word;overflow-wrap:break-word}._content-header__title_h7ytgy{overflow-wrap:break-word;hyphens:auto;font-size:1rem;font-weight:600;line-height:1.5rem;margin-top:0;margin-right:1.5rem;margin-bottom:0}._content-header__action-download_h7ytgy i,._content-header__action-fullscreen_h7ytgy i{font-size:24px}._content-header__actions_h7ytgy{display:flex;align-items:flex-start;margin-right:0;margin-left:auto;line-height:normal}._content-header__actions_h7ytgy>button ._content-header__action-discussions__btn_h7ytgy{display:none}._content-header__actions_h7ytgy>button ._content-header__action-discussions__btn-mobile_h7ytgy{display:block}@media all and (min-width:1000px){._content-header__actions_h7ytgy>button ._content-header__action-discussions__btn_h7ytgy{display:block}._content-header__actions_h7ytgy>button ._content-header__action-discussions__btn-mobile_h7ytgy{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;overflow:hidden;clip:rect(0,0,0,0)}}._content-header__action-download_h7ytgy{margin-left:1rem;height:1.5rem}[data-theme=light-theme] ._content-header__action-download_h7ytgy{color:#36394D}[data-theme=dark-theme] ._content-header__action-download_h7ytgy{color:#e5e5e5}.content-item__progress--incomplete ._content-item__link_nffvg8:active .content-item__progress-icon:before,.content-item__progress--incomplete ._content-item__link_nffvg8:focus .content-item__progress-icon:before,.content-item__progress--incomplete ._content-item__link_nffvg8:hover .content-item__progress-icon:before,.content-item__progress--viewed ._content-item__progress_nffvg8 .content-item__progress-icon:before{border-color:currentColor}[data-theme=light-theme] ._content-header__action-fullscreen_h7ytgy{color:#36394D}[data-theme=dark-theme] ._content-header__action-fullscreen_h7ytgy{color:#e5e5e5}@media all and (max-width:1279px){._content-header__action-fullscreen_h7ytgy{display:none}}._content-header__right-accessory-text_h7ytgy{margin-right:.5rem}._content-item_nffvg8{position:relative}._content-item_nffvg8:last-child{padding-bottom:.5rem}._content-item_nffvg8:last-child ._content-item__progress_nffvg8:after,._content-item_nffvg8:last-child ._content-item__progress_nffvg8:before{content:none}._content-item__link_nffvg8{display:block;position:relative;width:100%;padding:.5rem 1rem .5rem 3.5rem}[data-theme=light-theme] ._content-item__link_nffvg8:active,[data-theme=light-theme] ._content-item__link_nffvg8:focus,[data-theme=light-theme] ._content-item__link_nffvg8:hover{background-color:rgba(54,57,77,.15)}[data-theme=dark-theme] ._content-item__link_nffvg8:active,[data-theme=dark-theme] ._content-item__link_nffvg8:focus,[data-theme=dark-theme] ._content-item__link_nffvg8:hover{background-color:rgba(229,229,229,.15)}.content-item__progress--incomplete ._content-item__link_nffvg8:active ._content-item__progress_nffvg8:after,.content-item__progress--incomplete ._content-item__link_nffvg8:focus ._content-item__progress_nffvg8:after,.content-item__progress--incomplete ._content-item__link_nffvg8:hover ._content-item__progress_nffvg8:after{height:.5rem}.content-item__progress--incomplete ._content-item__link_nffvg8:active ._content-item__progress_nffvg8._blocked_nffvg8:after,.content-item__progress--incomplete ._content-item__link_nffvg8:focus ._content-item__progress_nffvg8._blocked_nffvg8:after,.content-item__progress--incomplete ._content-item__link_nffvg8:hover ._content-item__progress_nffvg8._blocked_nffvg8:after{height:0}._content-item__link_nffvg8,._content-item__link_nffvg8:active,._content-item__link_nffvg8:focus,._content-item__link_nffvg8:hover{transition:background-color .2s ease;text-decoration:none}[data-theme=light-theme] ._content-item__link_nffvg8,[data-theme=light-theme] ._content-item__link_nffvg8:active,[data-theme=light-theme] ._content-item__link_nffvg8:focus,[data-theme=light-theme] ._content-item__link_nffvg8:hover{color:#36394D}[data-theme=dark-theme] ._content-item__link_nffvg8,[data-theme=dark-theme] ._content-item__link_nffvg8:active,[data-theme=dark-theme] ._content-item__link_nffvg8:focus,[data-theme=dark-theme] ._content-item__link_nffvg8:hover{color:#e5e5e5}[data-theme=light-theme] ._content-item__link_nffvg8.active{background-color:rgba(54,57,77,.15)}[data-theme=dark-theme] ._content-item__link_nffvg8.active{background-color:rgba(229,229,229,.15)}._content-item__progress_nffvg8{display:block;position:absolute;top:.5rem;left:1rem;width:1.5rem;height:100%;text-align:center}@media all and (min-width:768px){._content-header__action-fullscreen_h7ytgy{margin-left:1rem}._content-item__link_nffvg8{padding:.5rem 1.5rem .5rem 4rem}._content-item__progress_nffvg8{left:1rem}}._content-item__progress_nffvg8:after,._content-item__progress_nffvg8:before{display:block;position:absolute;top:1.5rem;left:50%;width:.09375rem;transform:translatex(-50%);border-radius:.5rem;content:''}._content-item__progress_nffvg8:before{height:calc(100% - 24px);z-index:101}[data-theme=light-theme] ._content-item__progress_nffvg8:before{background-color:#6F7282}[data-theme=dark-theme] ._content-item__progress_nffvg8:before{background-color:#818181}._content-item__progress_nffvg8:after{height:0;transition:height 350ms ease;background-color:currentColor;z-index:102}.content-item__progress--active ._content-item__progress_nffvg8:after{height:.5rem;transition:height 350ms ease}.content-item__progress--complete ._content-item__progress_nffvg8:after{height:calc(100% - 24px);transition:height 350ms ease}.content-item__progress--viewed ._content-item__progress_nffvg8:after{height:.5rem;transition:height 350ms ease}._content-item__progress_nffvg8 .toga-icon{display:inline-block;width:1rem;height:1rem}._content-item__progress-icon_nffvg8{position:relative}._content-item__progress-icon_nffvg8:before{position:relative;font-size:1rem;z-index:102}[data-theme=light-theme] .content-item__progress--incomplete ._content-item__progress-icon_nffvg8:before{border-color:#6F7282}[data-theme=dark-theme] .content-item__progress--incomplete ._content-item__progress-icon_nffvg8:before{border-color:#818181}[data-theme] .content-item__progress--active ._content-item__progress-icon_nffvg8:before{border-color:currentColor}._content-item__progress-icon_nffvg8.toga-icon-checkmark:after{position:absolute;top:50%;left:50%;width:1rem;height:1rem;transform:translatex(-50%) translatey(-50%);border-radius:50%;background-color:currentColor;content:'';z-index:101}[data-theme=light-theme] ._content-item__progress-icon_nffvg8.toga-icon-circle-fill-dash:before{color:#36394D}[data-theme=dark-theme] ._content-item__progress-icon_nffvg8.toga-icon-circle-fill-dash:before{color:#e5e5e5}._blocked_nffvg8 ._content-item__progress-icon_nffvg8:before{right:.25rem;bottom:.25rem;font-size:1.5rem}._content-item__title_nffvg8{font-size:1rem;font-weight:400;line-height:1.5rem;word-wrap:break-word;overflow-wrap:break-word}._content-item__details_nffvg8{font-size:.75rem;font-weight:400;text-transform:uppercase;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;line-height:unset}[data-theme=light-theme] ._content-item__details_nffvg8{color:#36394D}[data-theme=dark-theme] ._content-item__details_nffvg8{color:#e5e5e5}[data-theme=light-theme] .active ._content-item__details_nffvg8{color:#36394D}[data-theme=dark-theme] .active ._content-item__details_nffvg8{color:#e5e5e5}[data-theme=light-theme] ._content-item__details_nffvg8 i{color:#6F7282}[data-theme=dark-theme] ._content-item__details_nffvg8 i{color:#818181}._content-item__type-icon_nffvg8{margin-right:.5rem;font-size:1rem}._content-item__separator_nffvg8{display:inline-block;margin:0 .25rem}.content-item__progress-icon--circle{display:inline-block;width:1rem;height:1rem}.content-item__progress-icon--circle:after,.content-item__progress-icon--circle:before{border:.09375rem solid transparent}.content-item__progress--active .content-item__progress-icon--circle:after,.content-item__progress--active .content-item__progress-icon--circle\--active:before{border-color:currentColor}[data-theme=light-theme] .content-item__progress-icon--circle\--active:after{background-color:#fff}[data-theme=dark-theme] .content-item__progress-icon--circle\--active:after{background-color:#1d1d1d}.content-item__progress-icon{display:inline-block;position:relative;top:.0625rem;width:1rem;height:1rem;font-size:1rem}.content-item__progress-icon:after,.content-item__progress-icon:before{display:inline-block;position:absolute;top:50%;left:50%;width:1rem;height:1rem;transform:translatex(-50%) translatey(-50%);border-radius:50%;content:''}.content-item__progress-icon:before{border:.09375rem solid transparent;z-index:102}[data-theme=light-theme] .content-item__progress-icon:before{border-color:#6F7282}[data-theme=dark-theme] .content-item__progress-icon:before{border-color:#818181}.content-item__progress-icon:after{z-index:101}.toga-icon-checkmark{position:relative}.toga-icon-checkmark:after,.toga-icon-checkmark:before{display:inline-block}.toga-icon-checkmark:before{position:relative;z-index:102}[data-theme=light-theme] .toga-icon-checkmark:before{color:#fff}[data-theme=dark-theme] .toga-icon-checkmark:before{color:#1d1d1d}._content-navigation_apmbd3{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:100%;padding:1rem;border-top:.0625rem solid;grid-area:content-navigation}[data-theme=light-theme] ._content-navigation_apmbd3{border-color:#CACCD6}[data-theme=dark-theme] ._content-navigation_apmbd3{border-color:#575757}._content-navigation_apmbd3 ._btn--continue_apmbd3{margin-left:.5rem}@media all and (max-width:767px){[data-theme=light-theme] ._content-navigation_apmbd3{background-color:#fff}[data-theme=dark-theme] ._content-navigation_apmbd3{background-color:#1d1d1d}._content-navigation--assignment_apmbd3{justify-content:flex-end}}._content-navigation--presentation_apmbd3{flex-flow:row wrap}@media all and (max-width:767px){._content-navigation--presentation_apmbd3{justify-content:space-between;padding:0;border-top:0}._content-navigation--presentation_apmbd3._no-audio_apmbd3{border-top:.0625rem solid}[data-theme=light-theme] ._content-navigation--presentation_apmbd3._no-audio_apmbd3{border-color:#CACCD6}[data-theme=dark-theme] ._content-navigation--presentation_apmbd3._no-audio_apmbd3{border-color:#575757}._content-navigation--presentation_apmbd3 ._btn--incomplete_apmbd3{order:2;width:100%;padding:1rem 1rem 0}._content-navigation--presentation_apmbd3 ._btn--incomplete_apmbd3 button{width:100%}._content-navigation--presentation_apmbd3 ._btn--continue_apmbd3{order:4;padding:1rem 1rem 1rem 0}}@media all and (min-width:1280px) and (max-width:1354px){._content-navigation--presentation_apmbd3 ._btn--incomplete_apmbd3{margin-left:4rem}}._content-navigation--presentation_apmbd3 ._header__audio-controls_apmbd3{display:flex;justify-content:flex-end}@media screen and (min-width:995px){._content-navigation--presentation_apmbd3 ._header__audio-controls_apmbd3{width:30%}}@media all and (min-width:768px){._content-navigation--presentation_apmbd3 ._header__audio-controls_apmbd3{position:absolute;right:1rem;order:3;width:25%}._content-navigation--presentation_apmbd3 ._header__slides-controls_apmbd3{position:absolute;left:1rem}}._content-navigation--presentation_apmbd3 ._header__audio-controls_apmbd3 audio{max-width:17.25rem;height:2rem}@media all and (max-width:767px){._content-navigation--presentation_apmbd3 ._header__audio-controls_apmbd3{order:1;min-width:100%;padding:1rem;border-bottom:.0625rem solid}[data-theme=light-theme] ._content-navigation--presentation_apmbd3 ._header__audio-controls_apmbd3{border-color:#CACCD6}[data-theme=dark-theme] ._content-navigation--presentation_apmbd3 ._header__audio-controls_apmbd3{border-color:#575757}._content-navigation--presentation_apmbd3 ._header__audio-controls_apmbd3 audio{max-width:none}._presentation__header_apmbd3 ._header-item_apmbd3{width:100%}}._content-navigation--presentation_apmbd3 ._header__slides-controls_apmbd3._no-audio_apmbd3{order:0}._presentation__header_apmbd3{display:flex;flex-flow:row wrap;align-items:center;justify-content:space-between;width:100%;min-height:2rem}._interactive-text_g60tn5,._textarea_a6acf5{min-height:8rem;resize:vertical}._presentation__header_apmbd3 ._header__audio-controls_apmbd3{display:flex;justify-content:flex-end}@media all and (min-width:768px){._presentation__header_apmbd3 ._header__audio-controls_apmbd3{flex:1;order:3}._presentation__header_apmbd3 ._header__continue-button_apmbd3:not(._header__continue-button--presentation__one-slide_apmbd3){position:absolute;left:50%;transform:translate(-50%,0)}}._presentation__header_apmbd3 ._header__audio-controls_apmbd3 audio{max-width:17.25rem;height:2rem}._presentation__header_apmbd3 ._header__continue-button_apmbd3{flex:1;text-align:center}@media all and (max-width:767px){._presentation__header_apmbd3 ._header__audio-controls_apmbd3 audio{max-width:none}._presentation__header_apmbd3 ._header__audio-controls_apmbd3{order:1;min-width:100%;padding:1rem;border-bottom:.0625rem solid}[data-theme=light-theme] ._presentation__header_apmbd3 ._header__audio-controls_apmbd3{border-color:#CACCD6}[data-theme=dark-theme] ._presentation__header_apmbd3 ._header__audio-controls_apmbd3{border-color:#575757}._presentation__header_apmbd3 ._header__continue-button_apmbd3{flex:unset;justify-content:flex-end;order:3;padding:1rem 1rem 1rem 0}}@media screen and (max-width:320px){._presentation__header_apmbd3 ._header__continue-button_apmbd3{width:100%;padding:0 1rem 1rem}._presentation__header_apmbd3 ._header__continue-button_apmbd3 button{width:100%}}@media all and (max-width:767px){._presentation__header_apmbd3 ._header__continue-button--presentation__one-slide_apmbd3{flex:1;padding:1rem}}@media screen and (max-width:320px){._presentation__header_apmbd3 ._header__slides-controls_apmbd3{justify-content:space-between;width:100%;padding:1rem}}._header__slides-controls_apmbd3{display:flex;align-items:center}@media all and (max-width:767px){._header__slides-controls_apmbd3{justify-content:flex-start;order:3;padding:1rem 0 1rem 1rem}}._header__slides-controls_apmbd3 button{white-space:nowrap}._header__slides-controls_apmbd3 ._slides-controls-item_apmbd3 i{font-size:1.5rem}._course-progress__dashboard-link_1rtg53,._header__slides-controls_apmbd3 ._slides-controls-item--label_apmbd3{font-size:.75rem;font-weight:400;line-height:1rem;text-transform:uppercase}@media screen and (min-width:995px){._header__slides-controls_apmbd3 ._slides-controls-item_apmbd3 i{display:none}}@media screen and (max-width:995px){._header__slides-controls_apmbd3 button{padding:.25rem}._header__slides-controls_apmbd3 ._slides-controls-item_apmbd3 span{display:none}._header__slides-controls_apmbd3 ._slides-controls-item--label_apmbd3{order:2;margin-right:.5rem}}@media all and (min-width:768px){._header__slides-controls_apmbd3 ._slides-controls-item--label_apmbd3{margin:0 1rem 0 .5rem}}._content-navigation--presentation__one-slide_apmbd3 ._slides-controls-item--label_apmbd3,._header__slides-controls_apmbd3 ._slides-controls-item--middle_apmbd3 button{margin:0}[data-theme=light-theme] ._header__slides-controls_apmbd3 ._slides-controls-item--label_apmbd3{color:#6F7282}[data-theme=dark-theme] ._header__slides-controls_apmbd3 ._slides-controls-item--label_apmbd3{color:#818181}._header__slides-controls_apmbd3 ._slides-controls-item--middle_apmbd3{padding-right:.5rem}@media screen and (max-width:995px){._header__slides-controls_apmbd3 ._slides-controls-item--middle_apmbd3:first-child{order:1}._header__slides-controls_apmbd3 ._slides-controls-item--middle_apmbd3:nth-child(2){order:3;padding-right:0}}@media all and (max-width:767px){._content-navigation--presentation__one-slide_apmbd3._no-audio_apmbd3 button{position:relative;margin-left:0}._content-navigation--presentation__one-slide_apmbd3 button{margin-left:0}._content-navigation--presentation__one-slide_apmbd3 ._header__slides-controls_apmbd3{width:auto;padding:0 0 0 1rem}}._content-under-construction__container_1sml4l{display:flex;position:absolute;top:0;right:0;bottom:0;left:0;align-items:center;justify-content:center;z-index:9999}._button-container_yv0mlu{display:flex;flex-direction:column;align-items:center;width:calc(100% - 8px);margin-right:auto;margin-left:auto;margin-top:0;padding-top:40px;padding-bottom:96px}._button-container_yv0mlu a,._button-container_yv0mlu button{width:100%;margin-bottom:8px}._button-container_yv0mlu a:last-child,._button-container_yv0mlu button:last-child{margin-bottom:0}._button-container_yv0mlu footer{padding-top:32px}._course-navigation_t2nzf7{position:relative}[data-theme=light-theme] ._course-navigation_t2nzf7{background-color:#F2F3F5}[data-theme=dark-theme] ._course-navigation_t2nzf7{background-color:#2e2e2e}._course-progress__container_1rtg53{width:23rem;margin:0 auto}[data-theme=light-theme] ._course-progress__container_1rtg53>section{background-color:#fff}[data-theme=dark-theme] ._course-progress__container_1rtg53>section{background-color:#1d1d1d}@media all and (min-width:1280px){[data-theme=light-theme] ._community-space__container_fbvij7,[data-theme=dark-theme] ._community-space__container_fbvij7{box-shadow:0 1px 2px 0 rgba(0,0,0,.35)}._course-progress__container_1rtg53{padding-top:1rem}}._course-progress__inner-container_1rtg53{padding:1rem}._course-progress__dashboard-link_1rtg53{display:none;margin-bottom:.5rem;text-decoration:none}[data-theme=light-theme] ._course-progress__dashboard-link_1rtg53{color:#6F7282}[data-theme=dark-theme] ._course-progress__dashboard-link_1rtg53{color:#CACCD6}@media all and (max-width:1279px){._course-progress__container_1rtg53{width:100%;margin-right:0;margin-left:0}._course-progress__container_1rtg53>section{border-bottom-left-radius:0;border-bottom-right-radius:0}._course-progress__dashboard-link_1rtg53{display:inline-block}}._course-progress__progress-bar__container_1rtg53{width:100%;margin-top:16px;margin-bottom:2px;border-radius:2px;overflow:hidden}[data-theme=light-theme] ._course-progress__progress-bar__container_1rtg53{background-color:#CACCD6}[data-theme=dark-theme] ._course-progress__progress-bar__container_1rtg53{background-color:#575757}._course-progress__actions-container_1rtg53{display:flex;flex-direction:column;align-items:stretch}._course-progress__progress-bar__inner_1rtg53{height:4px}@media (prefers-reduced-motion:no-preference){._course-progress__container_1rtg53{transition:.25s ease-in}._course-progress__progress-bar__inner_1rtg53{transition:width .5s ease-in}._froala--focus_18gpe0{transition:border-color 150ms ease-in-out,outline-color 150ms ease-in-out}}._froala_18gpe0,._froala_18gpe0:active,._froala_18gpe0:focus,._froala_18gpe0:hover,._input_a6acf5,._input_a6acf5:active,._input_a6acf5:focus,._input_a6acf5:hover{transition:border-color 150ms ease-in-out,outline-color 150ms ease-in-out}._course-progress__title_1rtg53{font-size:1.125rem;font-weight:600;line-height:1.5rem;overflow-wrap:break-word;hyphens:auto;margin-top:0;margin-bottom:0}@media all and (min-width:1280px){._course-progress__title_1rtg53{font-size:1.5rem;line-height:2rem}}[data-theme=light-theme] ._course-progress__title_1rtg53{color:#36394D}[data-theme=dark-theme] ._course-progress__title_1rtg53{color:#F2F3F5}._course-progress__percent-complete_1rtg53{font-size:1rem;font-weight:400;line-height:1.5rem;margin-top:4px;margin-bottom:0}[data-theme=light-theme] ._course-progress__percent-complete_1rtg53{color:#36394D}[data-theme=dark-theme] ._course-progress__percent-complete_1rtg53{color:#F2F3F5}._course-progress__percent-complete_1rtg53 span{font-size:1.125rem;font-weight:600;line-height:1.5rem;margin-top:0;margin-bottom:0}._course-progress__button_1rtg53>button{align-items:center;justify-content:center;width:100%}._course-progress__loading-spinner_1rtg53{margin-top:-3px}._course-progress__button-top-spacing_1rtg53{height:24px}._course-progress__top-spacing-small_1rtg53{height:8px}._course-progress__school-name_1rtg53{display:none}@media screen and (min-width:1280px) and (max-height:900px){._course-progress__inner-container_1rtg53{padding:0 1rem 1rem}._course-progress__school-name_1rtg53{display:block;border-top-left-radius:4px;border-top-right-radius:4px}}._input__container_a6acf5{display:flex;position:relative;flex-wrap:wrap;align-items:center;padding-bottom:1rem}._input_a6acf5{border-width:1px;border-style:solid;border-radius:2px;flex:1 1 auto;min-width:0;height:2.5rem;margin:0;padding:.5rem 1rem;font-size:1rem;font-weight:400;line-height:1.5rem}._caption_a6acf5,._label_a6acf5{font-size:.875rem;line-height:1.25rem}[data-theme=light-theme] ._input_a6acf5{color:#36394D;background-color:#fff;border-color:#CACCD6}[data-theme=dark-theme] ._input_a6acf5{color:#e5e5e5;background-color:#1d1d1d;border-color:#575757}[data-theme=light-theme] ._input_a6acf5:active,[data-theme=light-theme] ._input_a6acf5:focus,[data-theme=light-theme] ._input_a6acf5:hover{border-color:#36394D;outline-color:#36394D}[data-theme=dark-theme] ._input_a6acf5:active,[data-theme=dark-theme] ._input_a6acf5:focus,[data-theme=dark-theme] ._input_a6acf5:hover{border-color:#e5e5e5;outline-color:#e5e5e5}._input_a6acf5:active,._input_a6acf5:focus{outline-offset:-2px;outline:transparent solid 1px}[data-theme=light-theme] ._input_a6acf5::placeholder{color:rgba(54,57,77,.5)}[data-theme=dark-theme] ._input_a6acf5::placeholder{color:rgba(229,229,229,.5)}[data-theme] ._input--error_a6acf5,[data-theme] ._input--error_a6acf5:active,[data-theme] ._input--error_a6acf5:focus,[data-theme] ._input--error_a6acf5:hover{border-color:#d83232;outline-color:#d83232}[data-theme] ._input--success_a6acf5,[data-theme] ._input--success_a6acf5:active,[data-theme] ._input--success_a6acf5:focus,[data-theme] ._input--success_a6acf5:hover{border-color:#379A49;outline-color:#379A49}._label_a6acf5{font-weight:600;flex-basis:100%;padding-bottom:.5rem}[data-theme=light-theme] ._label_a6acf5{color:#36394D}[data-theme=dark-theme] ._label_a6acf5{color:#e5e5e5}._caption_a6acf5{font-weight:400;flex-basis:100%;margin-top:.5rem;margin-bottom:0}._caption--error_a6acf5{color:#d83232}._caption--success_a6acf5{color:#379A49}.fr-active.fr-hidden{opacity:1}._reply_1274a3{position:absolute;bottom:0}@media all and (max-width:767px){._reply_1274a3{display:flex;left:0;align-items:flex-start;width:100vw!important;height:100%;background-color:rgba(69,69,69,.9);z-index:20000}._reply_1274a3._reply--hidden_1274a3{position:fixed;bottom:0;height:unset;background-color:unset}._reply_1274a3>section{border-radius:unset}}._reply_1274a3 ._reply--hidden_1274a3{display:none}._reply__header_1274a3{display:flex;align-items:center;justify-content:space-between;height:3.5rem;padding:1rem 1rem 1rem 0;border-top-left-radius:4px;border-top-right-radius:4px}[data-theme=light-theme] ._reply__header_1274a3{color:#fff;background-color:#36394D}[data-theme=dark-theme] ._reply__header_1274a3{color:#1d1d1d;background-color:#e5e5e5}._reply__header_1274a3 ._header__item--mobile_1274a3{display:none}@media all and (max-width:767px){._reply__header_1274a3{flex-direction:row-reverse;border-radius:unset}._reply__header_1274a3 ._header__item--mobile_1274a3{display:block}}._reply__header_1274a3 ._header__icon--hidden_1274a3{display:none}._reply__header_1274a3 ._reply__header--item_1274a3{display:flex;align-items:center}._reply__header_1274a3 ._header__item--clickable_1274a3,._reply__header_1274a3 ._header__item--clickable_1274a3>*{cursor:pointer}._reply__header_1274a3 ._reply__header__clickable-area_1274a3{flex-grow:2;padding-left:1rem}._reply__header_1274a3 ._reply__header__clickable-area_1274a3 ._header__icon_1274a3{margin-right:.5rem}._reply__header_1274a3 ._reply__header__actions_1274a3 button+button{margin-left:.5rem}@media all and (max-width:767px){._reply__header_1274a3 ._reply__header__clickable-area_1274a3{justify-content:center;padding-right:3rem;padding-left:unset}._reply__header_1274a3 ._reply__header__clickable-area_1274a3 ._header__icon_1274a3>i{display:none}._reply__header_1274a3 ._reply__header__actions_1274a3{flex-direction:row-reverse;padding-left:1rem}._reply__header_1274a3 ._reply__header__actions_1274a3 button+button{margin-right:.5rem;margin-left:unset}}._header__icon_1274a3{padding:0;border:0;background-color:transparent}._header__icon_1274a3 i{font-size:24px}._header__icon_1274a3:disabled{cursor:initial;opacity:.3}[data-theme=light-theme] ._header__icon_1274a3{color:#fff}[data-theme=dark-theme] ._header__icon_1274a3{color:#1d1d1d}._reply__body_1274a3 ._froala--reply_1274a3,._reply__body_1274a3 ._froala--reply_1274a3:focus,._reply__body_1274a3 ._froala--reply_1274a3:hover{border:0;outline:transparent}._reply__buttons_1274a3{display:flex;justify-content:flex-end;padding:1rem}@media all and (max-width:767px){._reply__buttons_1274a3{display:none}}._reply__buttons_1274a3>:last-child{margin-left:.5rem}._action-region--back_1bn739,._action-region--close_1bn739{margin:0;padding:0;border:0;background:0 0;color:inherit;font:inherit;line-height:normal;text-decoration:none;cursor:pointer;overflow:visible;-moz-user-select:text}._action-region--back_1bn739::-moz-focus-inner,._action-region--close_1bn739::-moz-focus-inner{padding:0;border:0}._action-region--back_1bn739>i,._action-region--close_1bn739>i{font-size:24px}._discussions-navigation_1bn739{display:flex;justify-content:space-between;padding:.5rem 0 1.5rem}@media all and (max-width:1279px){._discussions-navigation_1bn739{padding:1rem 0}}._discussions-navigation_1bn739 span{margin:0 auto;overflow:hidden}._discussions-navigation__title_1bn739{font-size:1.125rem;font-weight:600;line-height:1.5rem;margin:0;padding:0 1.5rem;overflow:hidden}._post-card_1x8jq2{width:100%;min-width:288px;height:100%;margin-bottom:1rem;padding:1rem;border-radius:4px}[data-theme=light-theme] ._post-card_1x8jq2{background-color:#fff}[data-theme=dark-theme] ._post-card_1x8jq2{background-color:#1d1d1d}._post-card_1x8jq2 ._post-card__header_1x8jq2{display:flex;flex-direction:row;flex-wrap:wrap;margin-bottom:.5rem}._post-card_1x8jq2 ._post-card__header_1x8jq2 ._post-card__header--title_1x8jq2{word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;max-width:69%;margin:0}@media all and (max-width:767px){._post-card_1x8jq2 ._post-card__header_1x8jq2{flex-direction:column-reverse}._post-card_1x8jq2 ._post-card__header_1x8jq2 ._post-card__header--title_1x8jq2{max-width:100%}._post-card_1x8jq2 ._post-card__header_1x8jq2 ._post-card__header--date_1x8jq2{max-width:100%;margin-bottom:.5rem}}[data-theme=dark-theme] ._post-card_1x8jq2 ._post-card__header_1x8jq2 ._post-card__header--title_1x8jq2{color:#e5e5e5}._post-card_1x8jq2 ._post-card__header_1x8jq2 ._post-card__header--date_1x8jq2{font-size:.75rem;font-weight:400;line-height:1rem;text-transform:uppercase;display:block;flex:1 0 0;padding-left:1.5rem;color:#6F7282;text-align:right}[data-theme=dark-theme] ._post-card_1x8jq2 ._post-card__header_1x8jq2 ._post-card__header--date_1x8jq2{color:#818181}._post-card_1x8jq2 ._post-card__content_1x8jq2{margin-bottom:1rem}._post-card_1x8jq2 ._post-card__content_1x8jq2 ._post-card__content--body_1x8jq2{word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;background:unset;color:#36394D}[data-theme=dark-theme] ._post-card_1x8jq2 ._post-card__content_1x8jq2 ._post-card__content--body_1x8jq2{color:#e5e5e5}._post-card_1x8jq2 ._post-card__footer_1x8jq2{display:inline-flex;flex-direction:row;flex-wrap:wrap;width:100%;height:100%}@media all and (max-width:767px){._post-card_1x8jq2 ._post-card__footer_1x8jq2{display:block}}._post-card_1x8jq2 ._post-card__footer_1x8jq2 ._post-card__footer--author_1x8jq2{display:inline-flex;flex-direction:row;width:auto}._post-card_1x8jq2 ._post-card__footer_1x8jq2 ._post-card__footer--author_1x8jq2 ._post-card__footer--author-avatar_1x8jq2{display:flex;flex:0 0 40px;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;margin-right:.5rem;border-radius:50%;background-color:#36394D;color:#F2F3F5;font-weight:600;overflow:hidden}._post-card_1x8jq2 ._post-card__footer_1x8jq2 ._post-card__footer--author_1x8jq2 ._post-card__footer--author-avatar_1x8jq2>img{width:100%;height:100%;border-radius:1.5rem}[data-theme=dark-theme] ._post-card_1x8jq2 ._post-card__footer_1x8jq2 ._post-card__footer--author_1x8jq2 ._post-card__footer--author-avatar_1x8jq2{background-color:#e5e5e5;color:#2e2e2e}[data-theme=dark-theme] ._post-card_1x8jq2 ._post-card__footer_1x8jq2 ._post-card__footer--author_1x8jq2 ._post-card__footer--author-title_1x8jq2 ._post-card__footer--author-name_1x8jq2 ._post-card__footer--author-firstname_1x8jq2,[data-theme=dark-theme] ._post-card_1x8jq2 ._post-card__footer_1x8jq2 ._post-card__footer--author_1x8jq2 ._post-card__footer--author-title_1x8jq2 ._post-card__footer--author-name_1x8jq2 ._post-card__footer--author-lastname_1x8jq2{color:#e5e5e5}._post-card_1x8jq2 ._post-card__footer_1x8jq2 ._post-card__footer--author_1x8jq2 ._post-card__footer--author-title_1x8jq2{display:flex;flex-direction:row;flex-wrap:wrap;padding-top:.5rem}._post-card_1x8jq2 ._post-card__footer_1x8jq2 ._post-card__footer--author_1x8jq2 ._post-card__footer--author-title_1x8jq2 ._post-card__footer--author-name_1x8jq2{display:flex;flex-direction:row;flex-wrap:wrap;align-self:flex-start;max-width:100%;margin:0}._post-card_1x8jq2 ._post-card__footer_1x8jq2 ._post-card__footer--author_1x8jq2 ._post-card__footer--author-title_1x8jq2 ._post-card__footer--author-name_1x8jq2 ._post-card__footer--author-firstname_1x8jq2{flex:1 -1 0;max-width:100%;margin:0;padding-right:.25rem;word-wrap:break-word}._post-card_1x8jq2 ._post-card__footer_1x8jq2 ._post-card__footer--author_1x8jq2 ._post-card__footer--author-title_1x8jq2 ._post-card__footer--author-name_1x8jq2 ._post-card__footer--author-lastname_1x8jq2{flex:1 0 0;max-width:100%;margin:0 .5rem 0 0;word-wrap:break-word}._post-card_1x8jq2 ._post-card__footer_1x8jq2 ._post-card__footer--author_1x8jq2 ._post-card__footer--author-title_1x8jq2 ._post-card__footer--author-name_1x8jq2 ._post-card__footer--author-badge_1x8jq2{font-size:.75rem;line-height:1rem;text-transform:uppercase;font-weight:600;align-self:center;height:1.5rem;padding:.25rem .5rem;border-radius:.25rem}._post-card_1x8jq2 ._post-card__footer_1x8jq2 ._post-card__footer--action_1x8jq2{flex:1 0 0;align-self:flex-end;text-align:right}@media all and (max-width:767px){._post-card_1x8jq2 ._post-card__footer_1x8jq2 ._post-card__footer--action_1x8jq2{margin-top:1.5rem;text-align:left}}._post-inline__container_axs71n{display:flex;justify-content:space-between;max-width:28.5rem;margin:0 auto 1rem;padding:1rem;border-radius:4px;text-decoration:none;cursor:pointer}[data-theme=light-theme] ._post-inline__container_axs71n{background-color:#fff}[data-theme=dark-theme] ._post-inline__container_axs71n{background-color:#1d1d1d}._post-inline__title_axs71n{font-size:1.125rem;font-weight:600;line-height:1.5rem;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;margin-top:0;margin-bottom:.5rem}[data-theme=light-theme] ._post-inline__title_axs71n{color:#36394D}[data-theme=dark-theme] ._post-inline__title_axs71n{color:#e5e5e5}._post-inline__footer_axs71n{font-size:.75rem;font-weight:400;line-height:1rem;text-transform:uppercase;color:#6F7282}[data-theme=dark-theme] ._post-inline__footer_axs71n{color:#818181}._post-inline__footer_axs71n span{font-weight:600}._post-inline__footer_axs71n i{font-size:1rem}._post-inline__reply-count_axs71n{font-size:.875rem;line-height:1.25rem;font-weight:600;align-self:center;min-width:1.5rem;margin-left:1.5rem;padding:.125rem;border-radius:4px;background-color:#CACCD6;color:#36394D;text-align:center}[data-theme=dark-theme] ._post-inline__reply-count_axs71n{color:#1d1d1d}._reply__item_1mhtga{margin-bottom:1rem;border-bottom:1px solid #CACCD6}._author_1mhtga{display:inline-flex;justify-content:space-between;width:100%}._author__avatar_1mhtga{display:flex;flex:0 0 40px;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;margin-right:1rem;border-radius:50%;background-color:#36394D;color:#F2F3F5;font-weight:600;overflow:hidden}._author__avatar_1mhtga img{width:100%;height:100%}[data-theme=dark-theme] ._author__avatar_1mhtga{background-color:#e5e5e5;color:#2e2e2e}[data-theme=dark-theme] ._author__time_1mhtga{color:#818181}._author__name_1mhtga{display:flex;flex:1 1 0;flex-wrap:wrap;width:60%}._author__name_1mhtga span{font-weight:600;margin-right:.5rem;margin-bottom:.5rem;word-break:break-word}[data-theme=light-theme] ._author__name_1mhtga span{color:#36394D}[data-theme=dark-theme] ._author__name_1mhtga span{color:#e5e5e5}._author__name--badge_1mhtga{font-size:.75rem;line-height:1rem;text-transform:uppercase;font-weight:600;height:1.5rem;padding:.25rem .5rem;border-radius:.25rem}._author__time_1mhtga{font-size:.75rem;font-weight:400;text-transform:uppercase;display:inline-block;width:fit-content;min-width:4.375rem;margin-left:1rem;color:#6F7282;line-height:1.5rem;text-align:right}._reply__content_1mhtga{margin-top:1rem;padding-bottom:1rem;word-break:break-word}@media all and (min-width:768px){._reply__content_1mhtga{margin-top:-.5rem;margin-left:3.5rem}}[data-theme=light-theme] ._reply__content_1mhtga{color:#36394D}[data-theme=dark-theme] ._reply__content_1mhtga{color:#e5e5e5}._download-files_1j5gba{padding-left:0}._download-files__item_1j5gba{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;padding:1.5rem;border:1px solid;border-radius:.125rem}[data-theme=light-theme] ._download-files__item_1j5gba{background-color:#F2F3F5;border-color:#CACCD6;color:#36394D}[data-theme=dark-theme] ._download-files__item_1j5gba{background-color:#2e2e2e;border-color:#575757;color:#e5e5e5}._download-files__item_1j5gba ._download-files__details_1j5gba span{display:block}._download-files__item_1j5gba ._download-files__label_1j5gba{font-weight:600;word-break:break-word}._download-files__item_1j5gba ._download-files__size_1j5gba{font-size:.75rem;font-weight:400;line-height:1rem;text-transform:uppercase}@media all and (max-width:767px){._post-inline__container_axs71n{max-width:unset}._post-inline__reply-count_axs71n{align-self:baseline}._download-files__item_1j5gba{flex-wrap:wrap}._download-files__item_1j5gba ._download-files__details_1j5gba{width:100%}._download-files__item_1j5gba ._download-files__size_1j5gba{margin-bottom:1rem}}[data-theme=light-theme] ._download-files__item_1j5gba ._download-files__size_1j5gba{color:#36394D}[data-theme=dark-theme] ._download-files__item_1j5gba ._download-files__size_1j5gba{color:#e5e5e5}._download-files__item_1j5gba ._download-files__menu-container_1j5gba{flex-shrink:0;align-self:baseline;padding-left:1.5rem}@media all and (max-width:767px){._download-files__item_1j5gba ._download-files__menu-container_1j5gba{padding-left:0}}._froala_18gpe0{border-width:1px;border-style:solid;border-radius:2px;width:100%}[data-theme=light-theme] ._froala_18gpe0{color:#36394D;background-color:#fff;border-color:#CACCD6}[data-theme=dark-theme] ._froala_18gpe0{color:#e5e5e5;background-color:#1d1d1d;border-color:#575757}[data-theme=light-theme] ._froala_18gpe0:active,[data-theme=light-theme] ._froala_18gpe0:focus,[data-theme=light-theme] ._froala_18gpe0:hover{border-color:#36394D;outline-color:#36394D}[data-theme=dark-theme] ._froala_18gpe0:active,[data-theme=dark-theme] ._froala_18gpe0:focus,[data-theme=dark-theme] ._froala_18gpe0:hover{border-color:#e5e5e5;outline-color:#e5e5e5}._froala_18gpe0:active,._froala_18gpe0:focus{outline-offset:-2px;outline:transparent solid 1px}[data-theme=light-theme] ._froala_18gpe0::placeholder{color:rgba(54,57,77,.5)}[data-theme=dark-theme] ._froala_18gpe0::placeholder{color:rgba(229,229,229,.5)}._froala_18gpe0 .custom-theme .fr-toolbar.custom-theme,._froala_18gpe0 .custom-theme.fr-box.fr-basic .fr-wrapper{position:relative;border:0;background-color:transparent}[data-theme=light-theme] ._froala_18gpe0 .custom-theme .fr-toolbar.custom-theme button:active,[data-theme=light-theme] ._froala_18gpe0 .custom-theme .fr-toolbar.custom-theme button:focus,[data-theme=light-theme] ._froala_18gpe0 .custom-theme .fr-toolbar.custom-theme button:hover,[data-theme=light-theme] ._froala_18gpe0 .custom-theme .fr-toolbar.custom-theme button[aria-pressed=true],[data-theme=light-theme] ._froala_18gpe0 .custom-theme.fr-box.fr-basic .fr-wrapper button:active,[data-theme=light-theme] ._froala_18gpe0 .custom-theme.fr-box.fr-basic .fr-wrapper button:focus,[data-theme=light-theme] ._froala_18gpe0 .custom-theme.fr-box.fr-basic .fr-wrapper button:hover,[data-theme=light-theme] ._froala_18gpe0 .custom-theme.fr-box.fr-basic .fr-wrapper button[aria-pressed=true]{background-color:#F2F3F5}[data-theme=dark-theme] ._froala_18gpe0 .custom-theme .fr-toolbar.custom-theme button:active,[data-theme=dark-theme] ._froala_18gpe0 .custom-theme .fr-toolbar.custom-theme button:focus,[data-theme=dark-theme] ._froala_18gpe0 .custom-theme .fr-toolbar.custom-theme button:hover,[data-theme=dark-theme] ._froala_18gpe0 .custom-theme .fr-toolbar.custom-theme button[aria-pressed=true],[data-theme=dark-theme] ._froala_18gpe0 .custom-theme.fr-box.fr-basic .fr-wrapper button:active,[data-theme=dark-theme] ._froala_18gpe0 .custom-theme.fr-box.fr-basic .fr-wrapper button:focus,[data-theme=dark-theme] ._froala_18gpe0 .custom-theme.fr-box.fr-basic .fr-wrapper button:hover,[data-theme=dark-theme] ._froala_18gpe0 .custom-theme.fr-box.fr-basic .fr-wrapper button[aria-pressed=true]{background-color:#2e2e2e}._froala_18gpe0 .custom-theme.fr-box.fr-basic .fr-element{padding:1rem}[data-theme=light-theme] ._froala_18gpe0 .custom-theme.fr-box.fr-basic .fr-element{color:#36394D}[data-theme=dark-theme] ._froala_18gpe0 .custom-theme.fr-box.fr-basic .fr-element{color:#e5e5e5}._froala_18gpe0 .custom-theme.fr-box.fr-basic .fr-element p{margin:0}[data-theme=light-theme] ._froala_18gpe0 .fr-wrapper.show-placeholder .fr-placeholder{color:rgba(54,57,77,.5)}[data-theme=dark-theme] ._froala_18gpe0 .fr-wrapper.show-placeholder .fr-placeholder{color:rgba(229,229,229,.5)}._froala_18gpe0 .custom-theme .fr-toolbar.custom-theme{padding-top:.0625rem}._froala_18gpe0 .custom-theme .fr-toolbar.custom-theme:before{position:absolute;bottom:0;left:0;width:calc(100% - 32px);height:1px;margin:0 16px;border-bottom:1px solid;content:""}[data-theme=light-theme] ._froala_18gpe0 .custom-theme .fr-toolbar.custom-theme:before{border-color:#CACCD6}[data-theme=dark-theme] ._froala_18gpe0 .custom-theme .fr-toolbar.custom-theme:before{border-color:#575757}[data-theme=light-theme] ._froala_18gpe0 .custom-theme.fr-toolbar .fr-command.fr-btn i{color:#36394D}[data-theme=dark-theme] ._froala_18gpe0 .custom-theme.fr-toolbar .fr-command.fr-btn i{color:#e5e5e5}._froala--focus_18gpe0{outline-offset:-2px;outline:transparent solid 1px}[data-theme=light-theme] ._froala--focus_18gpe0{border-color:#36394D;outline-color:#36394D}[data-theme=dark-theme] ._froala--focus_18gpe0{border-color:#e5e5e5;outline-color:#e5e5e5}._interactive-checkbox_cjbh9b{position:relative;width:100%;margin:0 0 1rem;padding:0;border-width:1px;border-style:solid;border-radius:2px;cursor:pointer;z-index:101}[data-theme=light-theme] ._interactive-checkbox_cjbh9b{border-color:#CACCD6;background-color:#fff}[data-theme=dark-theme] ._interactive-checkbox_cjbh9b{border-color:#575757;background-color:#1d1d1d}@media all and (min-width:768px){._interactive-checkbox_cjbh9b{display:flex;position:relative;flex-direction:row;align-items:center}}.quiz__radio-group ._interactive-checkbox_cjbh9b:last-child{margin-bottom:0}._interactive-checkbox--unanswered_cjbh9b:focus,._interactive-checkbox--unanswered_cjbh9b:hover{outline-width:0}[data-theme=light-theme] ._interactive-checkbox--unanswered_cjbh9b:focus,[data-theme=light-theme] ._interactive-checkbox--unanswered_cjbh9b:hover{border-color:#36394D}[data-theme=dark-theme] ._interactive-checkbox--unanswered_cjbh9b:focus,[data-theme=dark-theme] ._interactive-checkbox--unanswered_cjbh9b:hover{border-color:#e5e5e5}[data-theme=light-theme] ._interactive-checkbox--unanswered_cjbh9b:active{border-color:#36394D;outline-color:#36394D}[data-theme=dark-theme] ._interactive-checkbox--unanswered_cjbh9b:active{border-color:#e5e5e5;outline-color:#e5e5e5}[data-theme=light-theme] ._interactive-checkbox--unanswered_cjbh9b:active ._interactive-checkbox__choice-label_cjbh9b{background-color:#36394D}[data-theme=dark-theme] ._interactive-checkbox--unanswered_cjbh9b:active ._interactive-checkbox__choice-label_cjbh9b{background-color:#e5e5e5}[data-theme=light-theme] ._interactive-checkbox--unanswered_cjbh9b:active ._interactive-checkbox__choice-letter_cjbh9b{color:#fff}[data-theme=dark-theme] ._interactive-checkbox--unanswered_cjbh9b:active ._interactive-checkbox__choice-letter_cjbh9b{color:#1d1d1d}._interactive-checkbox--unanswered_cjbh9b._interactive-checkbox--selected_cjbh9b{outline-offset:-2px;outline-style:solid;outline-width:1px}[data-theme=light-theme] ._interactive-checkbox--unanswered_cjbh9b._interactive-checkbox--selected_cjbh9b{border-color:#36394D;outline-color:#36394D}[data-theme=dark-theme] ._interactive-checkbox--unanswered_cjbh9b._interactive-checkbox--selected_cjbh9b{border-color:#e5e5e5;outline-color:#e5e5e5}[data-theme=light-theme] ._interactive-checkbox--unanswered_cjbh9b._interactive-checkbox--selected_cjbh9b ._interactive-checkbox__choice-label_cjbh9b{background-color:#36394D}[data-theme=dark-theme] ._interactive-checkbox--unanswered_cjbh9b._interactive-checkbox--selected_cjbh9b ._interactive-checkbox__choice-label_cjbh9b{background-color:#e5e5e5}[data-theme=light-theme] ._interactive-checkbox--answered_cjbh9b{border-color:#36394D;outline-color:#36394D}[data-theme=dark-theme] ._interactive-checkbox--answered_cjbh9b{border-color:#e5e5e5;outline-color:#e5e5e5}[data-theme=light-theme] ._interactive-checkbox--answered_cjbh9b ._interactive-checkbox__choice-label_cjbh9b{background-color:#36394D}[data-theme=dark-theme] ._interactive-checkbox--answered_cjbh9b ._interactive-checkbox__choice-label_cjbh9b{background-color:#e5e5e5}._interactive-checkbox--correct_cjbh9b{border-color:#379A49;outline-color:#379A49}._interactive-checkbox--incorrect_cjbh9b{border-color:#d83232;outline-color:#d83232}._interactive-checkbox__choice-text_cjbh9b{font-size:1rem;font-weight:400;line-height:1.5rem;display:block;width:100%;margin:0;padding:16px 56px 16px 16px;text-align:left}[data-theme=light-theme] ._interactive-checkbox__choice-text_cjbh9b{color:#36394D}[data-theme=dark-theme] ._interactive-checkbox__choice-text_cjbh9b{color:#e5e5e5}._interactive-checkbox__choice-text_cjbh9b p{margin-top:0;margin-bottom:0}._interactive-checkbox__choice-label_cjbh9b{display:block;margin:0;padding:16px 12px}[data-theme=light-theme] ._interactive-checkbox__choice-label_cjbh9b{background-color:#CACCD6}[data-theme=dark-theme] ._interactive-checkbox__choice-label_cjbh9b{background-color:#575757}@media all and (max-width:767px){._interactive-checkbox__choice-label_cjbh9b{padding:16px;text-align:left}}[data-theme] ._interactive-checkbox--correct_cjbh9b ._interactive-checkbox__choice-label_cjbh9b{background-color:#379A49}[data-theme] ._interactive-checkbox--incorrect_cjbh9b ._interactive-checkbox__choice-label_cjbh9b{background-color:#d83232}._interactive-checkbox__choice-letter_cjbh9b{font-size:1.125rem;font-weight:600;line-height:1.5rem;margin:0;padding:0}[data-theme=light-theme] ._interactive-checkbox__choice-letter_cjbh9b{color:#36394D}[data-theme=dark-theme] ._interactive-checkbox__choice-letter_cjbh9b{color:#e5e5e5}@media all and (min-width:768px){._interactive-checkbox__choice-label_cjbh9b{display:inline-flex;align-self:stretch}._interactive-checkbox__choice-letter_cjbh9b{display:inline-block;width:1.5rem;height:1.5rem;text-align:center}}[data-theme=light-theme] ._interactive-checkbox--selected_cjbh9b ._interactive-checkbox__choice-letter_cjbh9b{color:#fff}[data-theme=dark-theme] ._interactive-checkbox--selected_cjbh9b ._interactive-checkbox__choice-letter_cjbh9b{color:#1d1d1d}._interactive-checkbox__choice-answered_cjbh9b{display:inline-block;position:absolute;top:0;right:0;margin:0;padding:16px;z-index:102}._interactive-checkbox__choice-answered_cjbh9b .toga-icon-circle-fill-check{color:#379A49}._interactive-checkbox__choice-answered_cjbh9b .toga-icon-circle-fill-x{color:#d83232}._interactive-checkbox__choice-icon_cjbh9b{display:inline-block;width:1.5rem;height:1.5rem;margin:0;padding:0;font-size:1.5rem}@media all and (max-width:767px){._interactive-checkbox__choice-letter_cjbh9b{text-align:left}._interactive-checkbox--correct_cjbh9b ._interactive-checkbox__choice-icon_cjbh9b{color:#fff}}@media all and (min-width:768px){._interactive-checkbox--correct_cjbh9b ._interactive-checkbox__choice-icon_cjbh9b{color:#379A49}}@media all and (max-width:767px){[data-theme=light-theme] ._interactive-checkbox--incorrect_cjbh9b ._interactive-checkbox__choice-icon_cjbh9b{color:#fff}[data-theme=dark-theme] ._interactive-checkbox--incorrect_cjbh9b ._interactive-checkbox__choice-icon_cjbh9b{color:#1d1d1d}}@media all and (min-width:768px){._interactive-checkbox--incorrect_cjbh9b ._interactive-checkbox__choice-icon_cjbh9b{color:#d83232}}._interactive-navigation_cjdskm{align-self:flex-start;order:3;width:100%;margin:0 auto;padding-top:24px;font-size:0;text-align:right}._quiz_1ut282,._survey-label_h8s6nx\--center,._survey_h8s6nx{align-self:center}.course-player__quiz__complete ._interactive-navigation_cjdskm,.course-player__quiz__complete--pass-fail ._interactive-navigation_cjdskm{display:flex;flex-direction:column-reverse;width:auto;padding-top:0}._interactive-navigation_cjdskm button:not(:last-child){margin-right:.5rem}.course-player__quiz__complete ._interactive-navigation_cjdskm button,.course-player__quiz__complete--pass-fail ._interactive-navigation_cjdskm button{justify-content:center;margin-right:0}.course-player__quiz__complete ._interactive-navigation_cjdskm button:not(:last-child),.course-player__quiz__complete--pass-fail ._interactive-navigation_cjdskm button:not(:last-child){margin-top:.5rem}._interactive-rating_odr2j{position:relative;flex-basis:0;flex-grow:1;min-width:0;padding:0 8px 24px;text-align:center;cursor:pointer}[data-theme=light-theme] ._interactive-rating_odr2j[aria-checked=true] ._interactive-rating__icon_odr2j{color:#36394D}[data-theme=dark-theme] ._interactive-rating_odr2j[aria-checked=true] ._interactive-rating__icon_odr2j{color:#e5e5e5}._interactive-rating_odr2j input{position:absolute;top:0;left:0;width:0;height:0;opacity:0;z-index:-9999}._interactive-rating__checkbox_odr2j{display:inline-flex;position:absolute;top:0;left:50%;align-items:center;justify-content:center;width:48px;height:48px;transform:translatex(-50%)}._interactive-rating__checkbox_odr2j:focus-within{border:1px solid}[data-theme=light-theme] ._interactive-rating__checkbox_odr2j:focus-within{border-color:#36394D}[data-theme=dark-theme] ._interactive-rating__checkbox_odr2j:focus-within{border-color:#e5e5e5}._interactive-rating__icon_odr2j{transform:scale(1);transform-origin:center;font-size:3rem}[data-theme=light-theme] ._interactive-rating__icon_odr2j{color:#CACCD6}[data-theme=dark-theme] ._interactive-rating__icon_odr2j{color:#575757}@media (prefers-reduced-motion:no-preference){._interactive-checkbox--unanswered_cjbh9b:active,._interactive-checkbox_cjbh9b{transition:border-color 150ms ease-in-out,outline-color 150ms ease-in-out}._interactive-checkbox--unanswered_cjbh9b._interactive-checkbox--selected_cjbh9b{transition:border-color .1s ease-in-out,outline-color .1s ease-in-out,border-width .1s ease-in-out}._interactive-checkbox__choice-label_cjbh9b{transition:background-color .1s ease-in-out}._interactive-rating__icon_odr2j{transition:color 150ms ease-in-out,transform .3s ease-in-out}._interactive-scale_1kvn9x:active ._interactive-scale__description_1kvn9x,._interactive-scale_1kvn9x:focus ._interactive-scale__description_1kvn9x,._interactive-scale_1kvn9x:hover ._interactive-scale__description_1kvn9x{transition:border-color .1s ease-in-out,outline-color .1s ease-in-out}}._interactive-text_g60tn5,._interactive-text_g60tn5:active,._interactive-text_g60tn5:focus,._interactive-text_g60tn5:hover{transition:border-color .1s ease-in-out,outline-color .1s ease-in-out}._interactive-rating__text_odr2j{display:block;width:100%;padding-top:64px}._interactive-scale_1kvn9x{flex-basis:0;flex-grow:1;min-width:0;padding-right:8px;padding-left:8px;cursor:pointer}._interactive-scale_1kvn9x:active,._interactive-scale_1kvn9x:focus,._interactive-scale_1kvn9x:hover{outline:0}._interactive-scale_1kvn9x input{position:absolute;top:0;left:0;width:0;height:0;opacity:0;z-index:-9999}[data-theme=light-theme] ._interactive-scale_1kvn9x:focus-within ._interactive-scale__description_1kvn9x,[data-theme=light-theme] ._interactive-scale_1kvn9x:hover ._interactive-scale__description_1kvn9x{box-shadow:0 0 0 .125rem rgba(0,0,0,.7)}[data-theme=dark-theme] ._interactive-scale_1kvn9x:focus-within ._interactive-scale__description_1kvn9x,[data-theme=dark-theme] ._interactive-scale_1kvn9x:hover ._interactive-scale__description_1kvn9x{box-shadow:0 0 0 .125rem rgba(255,255,255,.7)}._interactive-scale__description_1kvn9x{display:flex;align-items:center;justify-content:center;height:100%;padding:32px 16px;border-radius:.25rem;text-align:center;border:1px solid #F2F3F5}[data-theme=light-theme] ._interactive-scale__description_1kvn9x{box-shadow:0 0 0 .0625rem rgba(202,204,214,.7)}[data-theme=dark-theme] ._interactive-scale__description_1kvn9x{box-shadow:0 0 0 .0625rem rgba(255,255,255,.1)}[data-theme=light-theme] ._post-new__container_1qjez1,[data-theme=light-theme] ._surface--default_1yatsw,[data-theme=dark-theme] ._post-new__container_1qjez1,[data-theme=dark-theme] ._surface--default_1yatsw{box-shadow:0 1px 2px 0 rgba(0,0,0,.35)}[data-theme=light-theme] ._interactive-scale__description_1kvn9x[data-selected=selected]{border-color:#36394D;outline-color:#36394D}[data-theme=dark-theme] ._interactive-scale__description_1kvn9x[data-selected=selected]{border-color:#e5e5e5;outline-color:#e5e5e5}@media (prefers-reduced-motion:no-preference){._interactive-scale__description_1kvn9x,._interactive-scale__description_1kvn9x[data-selected=selected]{transition:border-color .1s ease-in-out,outline-color .1s ease-in-out}}._interactive-text_g60tn5{font-size:1rem;font-weight:400;line-height:1.5rem;display:block;width:100%;padding:8px 16px;border-radius:4px;outline:transparent solid 1px;outline-offset:-2px}[data-theme=light-theme] ._interactive-text_g60tn5{border-color:#CACCD6;background:#fff;color:#36394D}[data-theme=dark-theme] ._interactive-text_g60tn5{border-color:#575757;background:#1d1d1d;color:#e5e5e5}[data-theme=light-theme] ._interactive-text_g60tn5:active,[data-theme=light-theme] ._interactive-text_g60tn5:focus,[data-theme=light-theme] ._interactive-text_g60tn5:hover{border-color:#36394D;outline-color:#36394D}[data-theme=dark-theme] ._interactive-text_g60tn5:active,[data-theme=dark-theme] ._interactive-text_g60tn5:focus,[data-theme=dark-theme] ._interactive-text_g60tn5:hover{border-color:#e5e5e5;outline-color:#e5e5e5}._language-selector_smtrdv{display:flex;position:relative;align-items:center;padding:8px;z-index:20002;grid-area:language-bar}[data-theme=light-theme] ._language-selector_smtrdv{background-color:#fff}[data-theme=dark-theme] ._language-selector_smtrdv{background-color:#1d1d1d}@media all and (max-width:767px){._language-selector_smtrdv{flex-wrap:wrap}}._language-selector__heading_smtrdv{font-size:1rem;font-weight:400;line-height:1.5rem;align-self:center;margin:0}[data-theme=light-theme] ._language-selector__heading_smtrdv{color:#36394D}[data-theme=dark-theme] ._language-selector__heading_smtrdv{color:#e5e5e5}@media all and (max-width:767px){._language-selector__heading_smtrdv,._language-selector__select_smtrdv{width:100%;margin-bottom:8px}}@media all and (min-width:768px){._language-selector_smtrdv{justify-content:center}._language-selector__select_smtrdv{min-width:245px;margin-right:8px;margin-left:8px}}._language-selector__select_smtrdv .ember-power-select-trigger{line-height:normal}._language-selector__select_smtrdv .ember-power-select-selected-item{margin:0}[data-theme=light-theme] ._language-selector__select_smtrdv .ember-power-select-selected-item{color:#36394D}[data-theme=dark-theme] ._language-selector__select_smtrdv .ember-power-select-selected-item{color:#e5e5e5}._language-selector__select_smtrdv .ember-power-select-options[role=listbox]{max-height:18em}[data-theme=light-theme] ._language-selector__select_smtrdv .ember-power-select-option[aria-selected=true]{background-color:#F2F3F5;color:#36394D}[data-theme=dark-theme] ._language-selector__select_smtrdv .ember-power-select-option[aria-selected=true]{background-color:#2e2e2e;color:#e5e5e5}._language-selector__buttons_smtrdv{font-size:0}@media all and (max-width:767px){._language-selector__buttons_smtrdv{display:flex;flex-direction:row-reverse;margin-right:0;margin-left:auto}._language-selector__buttons_smtrdv button:last-child{margin-right:8px}}@media all and (min-width:768px){._language-selector__buttons_smtrdv button:first-child{margin-right:8px}}._container_roudz3{display:flex;position:absolute;top:0;right:0;bottom:0;left:0;align-items:center;justify-content:center;height:100%}[data-theme=light-theme] ._container_roudz3{background-color:rgba(255,255,255,.5)}[data-theme=dark-theme] ._container_roudz3{background-color:rgba(29,29,29,.5)}._loading__container_roudz3{text-align:center}._loading__container_roudz3 p{margin:0}._container_1aozkf{-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;-webkit-flex:1;-moz-flex:1;-ms-flex:1;flex:1}@media all and (-ms-high-contrast:none){._container_1aozkf{flex:1 1 auto}}._post-new__container_1qjez1{border-radius:4px;min-height:23.5rem;margin:0 auto;padding:1rem}[data-theme=light-theme] ._post-new__container_1qjez1{background-color:#fff}[data-theme=dark-theme] ._post-new__container_1qjez1{background-color:#1d1d1d}._post-new__footer_1qjez1{padding-top:1rem;text-align:right}._post-new__footer_1qjez1>button+button{margin-left:.5rem}._pagination__arrow_qfehnr,._pagination__arrows_qfehnr,._pagination__container_qfehnr,._pagination__counts_qfehnr{display:flex}._pagination__container_qfehnr{justify-content:flex-end}._pagination__container_qfehnr ._pagination__counts_qfehnr{align-items:center;color:#6b6b6b;margin-right:16px}._pagination__container_qfehnr ._pagination__arrows_qfehnr{padding:0}._pagination__container_qfehnr ._pagination__arrow_qfehnr{padding:0;border:0}._pagination__container_qfehnr ._pagination_button_qfehnr{display:flex;width:40px;height:40px;background:#fff;border:1px solid #e1e1e1;border-radius:0 2px 2px 0;font-size:24px;cursor:pointer}._pagination__container_qfehnr ._pagination_button_qfehnr:disabled{opacity:.4;cursor:default}._overlay_xcwup4{display:flex;position:absolute;align-items:center;justify-content:center;width:100%;height:100%}.ember-modal-overlay{background-color:rgba(0,0,0,.8)!important;z-index:20001}._player-modal__container_wvhsrg{width:480px;max-height:80vh;border-radius:4px;overflow:visible}._player-modal__top-bar_wvhsrg{display:flex;justify-content:space-between;min-height:32px}._player-modal__title_wvhsrg{font-size:1.125rem;font-weight:600;line-height:1.5rem;margin-top:0;margin-bottom:24px;text-align:center}@media all and (min-width:1280px){._player-modal__title_wvhsrg{font-size:1.5rem;line-height:2rem}}._player-modal--completion_wvhsrg ._player-modal__title_wvhsrg{margin-bottom:0;padding-top:40px;font-size:16px;line-height:1.5rem}._player-modal__content_wvhsrg{padding-right:32px;padding-bottom:32px;padding-left:32px}._player-modal--completion_wvhsrg ._player-modal__content_wvhsrg{padding-right:108px;padding-bottom:0;padding-left:108px}@media all and (max-width:767px){.ember-modal-overlay{position:fixed}._player-modal__container_wvhsrg{width:80vw}._player-modal--completion_wvhsrg ._player-modal__content_wvhsrg{padding-right:16px;padding-left:16px}._player-modal__content_wvhsrg{padding-right:24px;padding-bottom:24px;padding-left:24px}}._action-region--close_wvhsrg{margin:0;border:0;background:0 0;color:inherit;font:inherit;line-height:normal;text-decoration:none;cursor:pointer;overflow:visible;-moz-user-select:text;padding:16px}._action-region--close_wvhsrg::-moz-focus-inner{padding:0;border:0}._surface--default_1yatsw,._surface--raised_1yatsw{border-radius:4px}._action-region--close_wvhsrg>i{font-size:24px}._player-modal--knockout_wvhsrg{width:16.25rem;background-color:none}._player-modal--knockout_wvhsrg [class*=player-modal__content]{padding:0!important}._player-modal--knockout_wvhsrg [class*=player-modal__top-bar]{display:none}._player-modal--knockout_wvhsrg [class*=surface__container]{background-color:transparent!important}._surface__container_1yatsw{width:100%;height:100%}[data-theme=light-theme] ._surface--default_1yatsw{background-color:#fff}[data-theme=dark-theme] ._surface--default_1yatsw{background-color:#1d1d1d}[data-theme=light-theme] ._surface--raised_1yatsw{background-color:#fff}[data-theme=dark-theme] ._surface--raised_1yatsw{background-color:#1d1d1d}[data-theme=light-theme] ._surface--raised_1yatsw,[data-theme=dark-theme] ._surface--raised_1yatsw{box-shadow:0 40px 80px -40px rgba(0,0,0,.6)}[data-theme=light-theme] ._surface--content_1yatsw{background-color:#fff}[data-theme=dark-theme] ._surface--content_1yatsw{background-color:#1d1d1d}[data-theme=light-theme] ._surface--content_1yatsw,[data-theme=dark-theme] ._surface--content_1yatsw{box-shadow:0 4px 10px 2px rgba(0,0,0,.16)}[data-theme=light-theme] ._modal_1yatsw{background-color:#fff}[data-theme=dark-theme] ._modal_1yatsw{background-color:#2e2e2e}._power-select-language-bar_18zqty ._input_18zqty,._power-select-search__container_19dwzp ._input_19dwzp{line-height:1.25rem;height:2rem;padding-left:2.5rem;border-radius:.25rem;background-color:transparent;font-weight:400}._power-select-language-bar_18zqty{position:relative}._power-select-language-bar_18zqty ._input_18zqty{font-size:.875rem}[data-theme=light-theme] ._power-select-language-bar_18zqty ._input_18zqty{border-color:#CACCD6;color:#36394D}[data-theme=dark-theme] ._power-select-language-bar_18zqty ._input_18zqty{border-color:#575757;color:#e5e5e5}._power-select-language-bar_18zqty ._input_18zqty[type=search]::-webkit-search-cancel-button,._power-select-language-bar_18zqty ._input_18zqty[type=search]::-webkit-search-decoration,._power-select-language-bar_18zqty ._input_18zqty[type=search]::-webkit-search-results-button,._power-select-language-bar_18zqty ._input_18zqty[type=search]::-webkit-search-results-decoration{display:none}._power-select-language-bar_18zqty ._icon_18zqty{position:absolute;top:.25rem;left:0;margin:0 .5rem;font-size:1.5rem}[data-theme=light-theme] ._power-select-language-bar_18zqty ._icon_18zqty{color:#36394D}[data-theme=dark-theme] ._power-select-language-bar_18zqty ._icon_18zqty{color:#e5e5e5}._power-select-search__container_19dwzp{position:relative}._power-select-search__container_19dwzp ._input_19dwzp{font-size:.875rem}[data-theme=light-theme] ._power-select-search__container_19dwzp ._input_19dwzp{border-color:#CACCD6;color:#36394D}[data-theme=dark-theme] ._power-select-search__container_19dwzp ._input_19dwzp{border-color:#575757;color:#e5e5e5}._power-select-search__container_19dwzp ._input_19dwzp[type=search]::-webkit-search-cancel-button,._power-select-search__container_19dwzp ._input_19dwzp[type=search]::-webkit-search-decoration,._power-select-search__container_19dwzp ._input_19dwzp[type=search]::-webkit-search-results-button,._power-select-search__container_19dwzp ._input_19dwzp[type=search]::-webkit-search-results-decoration{display:none}._power-select-search__container_19dwzp ._icon_19dwzp{position:absolute;top:.25rem;left:0;margin:0 .5rem;font-size:1.5rem}._progress-ring__checkmark_jgsecr,._progress-ring__ring-inset_jgsecr{left:50%;transform:translatex(-50%) translatey(-50%);position:absolute}[data-theme=light-theme] ._power-select-search__container_19dwzp ._icon_19dwzp{color:#36394D}[data-theme=dark-theme] ._power-select-search__container_19dwzp ._icon_19dwzp{color:#e5e5e5}._presentation__slide_wim8lh{background-position:center;background-repeat:no-repeat;background-size:contain;display:flex;flex:1}._presentation-tooltip_20i1ze{position:absolute;width:100%;height:100%;z-index:1}._container_jnne67{display:flex;justify-content:space-between;align-items:center;height:3rem;padding-left:1rem;padding-right:1rem;background-color:#00192A;color:#fff}._container_jnne67>div{display:flex;align-items:center}._you-are-previewing_jnne67{font-size:1rem;font-weight:400;line-height:1.5rem}._course-name_jnne67{font-size:1rem;font-weight:600;line-height:1.5rem}@media all and (max-width:767px){._opt-in-flow__container_jnne67{display:none!important}}._like-the-new-look_jnne67{font-size:.875rem;font-weight:400;line-height:1.25rem}._switch-back_jnne67{font-weight:600;line-height:1.5rem;text-transform:uppercase;font-size:.75rem}._switch-back__link_jnne67{color:#fff}._spacing_jnne67{display:inline-block;padding-left:.5rem;padding-right:.5rem}._proctor-progress_671866{font-size:.75rem;font-weight:400;line-height:1rem;text-transform:uppercase;display:block;margin:0 0 .5rem}[data-theme=light-theme] ._proctor-progress_671866{color:#6F7282}[data-theme=dark-theme] ._proctor-progress_671866{color:#818181}[data-percentage-completion='1'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='1'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(1.8deg);transition-delay:.1s}[data-percentage-completion='1'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(3.6deg)}[data-percentage-completion='2'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='2'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(3.6deg);transition-delay:.1s}[data-percentage-completion='2'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(7.2deg)}[data-percentage-completion='3'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='3'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(5.4deg);transition-delay:.1s}[data-percentage-completion='3'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(10.8deg)}[data-percentage-completion='4'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='4'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(7.2deg);transition-delay:.1s}[data-percentage-completion='4'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(14.4deg)}[data-percentage-completion='5'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='5'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(9deg);transition-delay:.1s}[data-percentage-completion='5'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(18deg)}[data-percentage-completion='6'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='6'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(10.8deg);transition-delay:.1s}[data-percentage-completion='6'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(21.6deg)}[data-percentage-completion='7'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='7'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(12.6deg);transition-delay:.1s}[data-percentage-completion='7'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(25.2deg)}[data-percentage-completion='8'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='8'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(14.4deg);transition-delay:.1s}[data-percentage-completion='8'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(28.8deg)}[data-percentage-completion='9'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='9'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(16.2deg);transition-delay:.1s}[data-percentage-completion='9'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(32.4deg)}[data-percentage-completion='10'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='10'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(18deg);transition-delay:.1s}[data-percentage-completion='10'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(36deg)}[data-percentage-completion='11'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='11'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(19.8deg);transition-delay:.1s}[data-percentage-completion='11'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(39.6deg)}[data-percentage-completion='12'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='12'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(21.6deg);transition-delay:.1s}[data-percentage-completion='12'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(43.2deg)}[data-percentage-completion='13'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='13'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(23.4deg);transition-delay:.1s}[data-percentage-completion='13'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(46.8deg)}[data-percentage-completion='14'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='14'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(25.2deg);transition-delay:.1s}[data-percentage-completion='14'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(50.4deg)}[data-percentage-completion='15'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='15'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(27deg);transition-delay:.1s}[data-percentage-completion='15'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(54deg)}[data-percentage-completion='16'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='16'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(28.8deg);transition-delay:.1s}[data-percentage-completion='16'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(57.6deg)}[data-percentage-completion='17'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='17'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(30.6deg);transition-delay:.1s}[data-percentage-completion='17'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(61.2deg)}[data-percentage-completion='18'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='18'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(32.4deg);transition-delay:.1s}[data-percentage-completion='18'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(64.8deg)}[data-percentage-completion='19'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='19'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(34.2deg);transition-delay:.1s}[data-percentage-completion='19'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(68.4deg)}[data-percentage-completion='20'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='20'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(36deg);transition-delay:.1s}[data-percentage-completion='20'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(72deg)}[data-percentage-completion='21'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='21'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(37.8deg);transition-delay:.1s}[data-percentage-completion='21'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(75.6deg)}[data-percentage-completion='22'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='22'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(39.6deg);transition-delay:.1s}[data-percentage-completion='22'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(79.2deg)}[data-percentage-completion='23'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='23'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(41.4deg);transition-delay:.1s}[data-percentage-completion='23'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(82.8deg)}[data-percentage-completion='24'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='24'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(43.2deg);transition-delay:.1s}[data-percentage-completion='24'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(86.4deg)}[data-percentage-completion='25'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='25'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(45deg);transition-delay:.1s}[data-percentage-completion='25'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(90deg)}[data-percentage-completion='26'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='26'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(46.8deg);transition-delay:.1s}[data-percentage-completion='26'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(93.6deg)}[data-percentage-completion='27'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='27'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(48.6deg);transition-delay:.1s}[data-percentage-completion='27'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(97.2deg)}[data-percentage-completion='28'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='28'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(50.4deg);transition-delay:.1s}[data-percentage-completion='28'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(100.8deg)}[data-percentage-completion='29'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='29'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(52.2deg);transition-delay:.1s}[data-percentage-completion='29'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(104.4deg)}[data-percentage-completion='30'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='30'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(54deg);transition-delay:.1s}[data-percentage-completion='30'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(108deg)}[data-percentage-completion='31'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='31'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(55.8deg);transition-delay:.1s}[data-percentage-completion='31'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(111.6deg)}[data-percentage-completion='32'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='32'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(57.6deg);transition-delay:.1s}[data-percentage-completion='32'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(115.2deg)}[data-percentage-completion='33'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='33'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(59.4deg);transition-delay:.1s}[data-percentage-completion='33'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(118.8deg)}[data-percentage-completion='34'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='34'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(61.2deg);transition-delay:.1s}[data-percentage-completion='34'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(122.4deg)}[data-percentage-completion='35'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='35'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(63deg);transition-delay:.1s}[data-percentage-completion='35'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(126deg)}[data-percentage-completion='36'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='36'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(64.8deg);transition-delay:.1s}[data-percentage-completion='36'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(129.6deg)}[data-percentage-completion='37'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='37'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(66.6deg);transition-delay:.1s}[data-percentage-completion='37'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(133.2deg)}[data-percentage-completion='38'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='38'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(68.4deg);transition-delay:.1s}[data-percentage-completion='38'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(136.8deg)}[data-percentage-completion='39'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='39'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(70.2deg);transition-delay:.1s}[data-percentage-completion='39'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(140.4deg)}[data-percentage-completion='40'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='40'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(72deg);transition-delay:.1s}[data-percentage-completion='40'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(144deg)}[data-percentage-completion='41'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='41'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(73.8deg);transition-delay:.1s}[data-percentage-completion='41'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(147.6deg)}[data-percentage-completion='42'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='42'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(75.6deg);transition-delay:.1s}[data-percentage-completion='42'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(151.2deg)}[data-percentage-completion='43'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='43'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(77.4deg);transition-delay:.1s}[data-percentage-completion='43'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(154.8deg)}[data-percentage-completion='44'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='44'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(79.2deg);transition-delay:.1s}[data-percentage-completion='44'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(158.4deg)}[data-percentage-completion='45'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='45'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(81deg);transition-delay:.1s}[data-percentage-completion='45'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(162deg)}[data-percentage-completion='46'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='46'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(82.8deg);transition-delay:.1s}[data-percentage-completion='46'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(165.6deg)}[data-percentage-completion='47'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='47'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(84.6deg);transition-delay:.1s}[data-percentage-completion='47'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(169.2deg)}[data-percentage-completion='48'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='48'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(86.4deg);transition-delay:.1s}[data-percentage-completion='48'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(172.8deg)}[data-percentage-completion='49'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='49'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(88.2deg);transition-delay:.1s}[data-percentage-completion='49'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(176.4deg)}[data-percentage-completion='50'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='50'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(90deg);transition-delay:.1s}[data-percentage-completion='50'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(180deg)}[data-percentage-completion='51'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='51'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(91.8deg);transition-delay:.1s}[data-percentage-completion='51'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(183.6deg)}[data-percentage-completion='52'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='52'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(93.6deg);transition-delay:.1s}[data-percentage-completion='52'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(187.2deg)}[data-percentage-completion='53'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='53'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(95.4deg);transition-delay:.1s}[data-percentage-completion='53'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(190.8deg)}[data-percentage-completion='54'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='54'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(97.2deg);transition-delay:.1s}[data-percentage-completion='54'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(194.4deg)}[data-percentage-completion='55'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='55'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(99deg);transition-delay:.1s}[data-percentage-completion='55'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(198deg)}[data-percentage-completion='56'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='56'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(100.8deg);transition-delay:.1s}[data-percentage-completion='56'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(201.6deg)}[data-percentage-completion='57'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='57'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(102.6deg);transition-delay:.1s}[data-percentage-completion='57'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(205.2deg)}[data-percentage-completion='58'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='58'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(104.4deg);transition-delay:.1s}[data-percentage-completion='58'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(208.8deg)}[data-percentage-completion='59'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='59'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(106.2deg);transition-delay:.1s}[data-percentage-completion='59'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(212.4deg)}[data-percentage-completion='60'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='60'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(108deg);transition-delay:.1s}[data-percentage-completion='60'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(216deg)}[data-percentage-completion='61'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='61'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(109.8deg);transition-delay:.1s}[data-percentage-completion='61'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(219.6deg)}[data-percentage-completion='62'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='62'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(111.6deg);transition-delay:.1s}[data-percentage-completion='62'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(223.2deg)}[data-percentage-completion='63'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='63'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(113.4deg);transition-delay:.1s}[data-percentage-completion='63'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(226.8deg)}[data-percentage-completion='64'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='64'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(115.2deg);transition-delay:.1s}[data-percentage-completion='64'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(230.4deg)}[data-percentage-completion='65'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='65'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(117deg);transition-delay:.1s}[data-percentage-completion='65'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(234deg)}[data-percentage-completion='66'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='66'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(118.8deg);transition-delay:.1s}[data-percentage-completion='66'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(237.6deg)}[data-percentage-completion='67'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='67'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(120.6deg);transition-delay:.1s}[data-percentage-completion='67'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(241.2deg)}[data-percentage-completion='68'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='68'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(122.4deg);transition-delay:.1s}[data-percentage-completion='68'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(244.8deg)}[data-percentage-completion='69'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='69'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(124.2deg);transition-delay:.1s}[data-percentage-completion='69'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(248.4deg)}[data-percentage-completion='70'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='70'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(126deg);transition-delay:.1s}[data-percentage-completion='70'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(252deg)}[data-percentage-completion='71'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='71'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(127.8deg);transition-delay:.1s}[data-percentage-completion='71'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(255.6deg)}[data-percentage-completion='72'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='72'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(129.6deg);transition-delay:.1s}[data-percentage-completion='72'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(259.2deg)}[data-percentage-completion='73'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='73'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(131.4deg);transition-delay:.1s}[data-percentage-completion='73'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(262.8deg)}[data-percentage-completion='74'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='74'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(133.2deg);transition-delay:.1s}[data-percentage-completion='74'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(266.4deg)}[data-percentage-completion='75'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='75'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(135deg);transition-delay:.1s}[data-percentage-completion='75'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(270deg)}[data-percentage-completion='76'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='76'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(136.8deg);transition-delay:.1s}[data-percentage-completion='76'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(273.6deg)}[data-percentage-completion='77'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='77'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(138.6deg);transition-delay:.1s}[data-percentage-completion='77'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(277.2deg)}[data-percentage-completion='78'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='78'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(140.4deg);transition-delay:.1s}[data-percentage-completion='78'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(280.8deg)}[data-percentage-completion='79'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='79'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(142.2deg);transition-delay:.1s}[data-percentage-completion='79'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(284.4deg)}[data-percentage-completion='80'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='80'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(144deg);transition-delay:.1s}[data-percentage-completion='80'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(288deg)}[data-percentage-completion='81'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='81'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(145.8deg);transition-delay:.1s}[data-percentage-completion='81'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(291.6deg)}[data-percentage-completion='82'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='82'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(147.6deg);transition-delay:.1s}[data-percentage-completion='82'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(295.2deg)}[data-percentage-completion='83'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='83'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(149.4deg);transition-delay:.1s}[data-percentage-completion='83'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(298.8deg)}[data-percentage-completion='84'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='84'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(151.2deg);transition-delay:.1s}[data-percentage-completion='84'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(302.4deg)}[data-percentage-completion='85'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='85'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(153deg);transition-delay:.1s}[data-percentage-completion='85'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(306deg)}[data-percentage-completion='86'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='86'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(154.8deg);transition-delay:.1s}[data-percentage-completion='86'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(309.6deg)}[data-percentage-completion='87'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='87'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(156.6deg);transition-delay:.1s}[data-percentage-completion='87'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(313.2deg)}[data-percentage-completion='88'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='88'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(158.4deg);transition-delay:.1s}[data-percentage-completion='88'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(316.8deg)}[data-percentage-completion='89'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='89'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(160.2deg);transition-delay:.1s}[data-percentage-completion='89'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(320.4deg)}[data-percentage-completion='90'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='90'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(162deg);transition-delay:.1s}[data-percentage-completion='90'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(324deg)}[data-percentage-completion='91'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='91'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(163.8deg);transition-delay:.1s}[data-percentage-completion='91'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(327.6deg)}[data-percentage-completion='92'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='92'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(165.6deg);transition-delay:.1s}[data-percentage-completion='92'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(331.2deg)}[data-percentage-completion='93'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='93'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(167.4deg);transition-delay:.1s}[data-percentage-completion='93'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(334.8deg)}[data-percentage-completion='94'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='94'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(169.2deg);transition-delay:.1s}[data-percentage-completion='94'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(338.4deg)}[data-percentage-completion='95'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='95'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(171deg);transition-delay:.1s}[data-percentage-completion='95'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(342deg)}[data-percentage-completion='96'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='96'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(172.8deg);transition-delay:.1s}[data-percentage-completion='96'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(345.6deg)}[data-percentage-completion='97'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='97'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(174.6deg);transition-delay:.1s}[data-percentage-completion='97'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(349.2deg)}[data-percentage-completion='98'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='98'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(176.4deg);transition-delay:.1s}[data-percentage-completion='98'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(352.8deg)}[data-percentage-completion='99'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='99'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(178.2deg);transition-delay:.1s}[data-percentage-completion='99'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(356.4deg)}[data-percentage-completion='100'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr,[data-percentage-completion='100'] ._progress-ring__ring_jgsecr ._progress-ring__mask_jgsecr._progress-ring--full_jgsecr{transform:rotate(180deg);transition-delay:.1s}[data-percentage-completion='100'] ._progress-ring__ring_jgsecr ._progress-ring--fill_jgsecr._progress-ring--fix_jgsecr{transform:rotate(360deg)}._progress-ring__ring_jgsecr{display:block;position:relative;width:1.5rem;height:1.5rem;border-radius:50%}[data-theme=light-theme] ._progress-ring__ring_jgsecr{background-color:#6F7282}[data-theme=dark-theme] ._progress-ring__ring_jgsecr{background-color:#818181}._progress-ring--fill_jgsecr,._progress-ring__mask_jgsecr{position:absolute;width:1.5rem;height:1.5rem;transition:transform .2s ease;border-radius:50%;backface-visibility:hidden}._progress-ring__mask_jgsecr{clip:rect(0,1.5rem,1.5rem,.75rem)}._progress-ring__mask_jgsecr ._progress-ring--fill_jgsecr{clip:rect(0,.75rem,1.5rem,0)}._progress-ring__ring-inset_jgsecr{display:block;top:50%;width:1.25rem;height:1.25rem;border-radius:50%}[data-theme=light-theme] ._progress-ring__ring-inset_jgsecr{background-color:#F2F3F5}[data-theme=dark-theme] ._progress-ring__ring-inset_jgsecr{background-color:#2e2e2e}._progress-ring__checkmark_jgsecr{display:inline-block;top:50%;width:1.5rem;height:1.5rem;border-radius:50%;background-color:currentColor;font-size:1.375rem;overflow:hidden;visibility:hidden}._quiz__choice_1ut282,._quiz__explanation_1ut282{border-width:1px;border-radius:2px;border-style:solid}._progress-ring__checkmark_jgsecr .toga-icon{display:inline-block;position:relative;width:1.5rem;height:1.5rem;transition:font-size 250ms ease-in-out,opacity .2s ease;color:#fff;font-size:0;font-weight:700;line-height:normal;opacity:0}._progress-ring__checkmark_jgsecr .toga-icon:before{position:absolute;top:calc(50% + 1px);left:50%;transform:translatex(-50%) translatey(-50%)}._quiz-inner_1ut282,._quiz_1ut282,._quiz_1ut282:after,._quiz__result-answer_1ut282{position:relative}[data-percentage-completion='100'] ._progress-ring__checkmark_jgsecr .toga-icon{transition:font-size 250ms ease-in-out,opacity .2s ease;font-size:1.5rem;opacity:1}[data-percentage-completion='100'] ._progress-ring__checkmark_jgsecr{visibility:visible}._quiz_1ut282{flex:1 1 0;width:100%;max-width:43.75rem;min-height:0;margin:2.5rem auto 0;padding:0 1rem}._quiz_1ut282:after{display:block;top:0;left:0;width:100%;height:5rem;background-color:inherit;content:''}@media all and (max-width:767px){._quiz_1ut282{margin:1rem auto 0}._quiz_1ut282:after{height:1rem}}._quiz-inner_1ut282{display:flex;flex-direction:column}._quiz-inner_1ut282 .fr-view p{margin-top:0;margin-bottom:0}._quiz__prompt_1ut282{font-size:1.125rem;font-weight:600;line-height:1.5rem;display:block;margin:0 0 1.5rem}@media all and (min-width:1280px){._quiz__prompt_1ut282{font-size:1.5rem;line-height:2rem}}[data-theme=light-theme] ._quiz__prompt_1ut282{color:#36394D}[data-theme=dark-theme] ._quiz__prompt_1ut282{color:#e5e5e5}._quiz__instructions_1ut282{font-size:.875rem;font-weight:400;line-height:1.25rem;margin:0 0 1rem}[data-theme=light-theme] ._quiz__instructions_1ut282{color:#36394D}[data-theme=dark-theme] ._quiz__instructions_1ut282{color:#e5e5e5}._quiz__choices_1ut282{display:block;margin:0}._quiz__explanation_1ut282{display:flex;flex-direction:column;width:100%;margin:32px 0 0;padding:24px}[data-theme=light-theme] ._quiz__explanation_1ut282{background-color:#F2F3F5;border-color:#CACCD6;color:#36394D}[data-theme=dark-theme] ._quiz__explanation_1ut282{background-color:#2e2e2e;border-color:#575757;color:#e5e5e5}._quiz__result_1ut282{font-size:1rem;font-weight:600;line-height:1.5rem;margin:0}._quiz__result-answer_1ut282:after,._quiz__result-answer_1ut282:before{display:inline;content:''}._quiz__result-answer_1ut282:not(:last-child):after,._quiz__result-answer_1ut282:not(:only-child):after{content:','}._quiz__result-answer_1ut282:last-child:after,._quiz__result-answer_1ut282:only-child:after{content:'.'}._quiz__result-answer_1ut282:nth-last-child(2):after{content:', & '}@media all and (max-width:319px){._quiz__result--highlight_1ut282{display:block}}._quiz__result--correct_1ut282 ._quiz__result--highlight_1ut282{color:#379A49}._quiz__result--incorrect_1ut282 ._quiz__result--highlight_1ut282{color:#d83232}._quiz__complete--pass-fail_1ut282 [data-navigation=interactive],._quiz__complete_1ut282 [data-navigation=interactive]{order:2}@media all and (min-width:768px){._quiz__complete--pass-fail_1ut282 [data-navigation=interactive],._quiz__complete_1ut282 [data-navigation=interactive]{text-align:center}}._quiz__complete-header_1ut282{order:1}._quiz__complete--pass-fail_1ut282 ._quiz__complete-header_1ut282,._quiz__complete_1ut282 ._quiz__complete-header_1ut282{text-align:center}._quiz__results_1ut282{order:2}._quiz__complete--pass-fail_1ut282 ._quiz__results_1ut282,._quiz__complete_1ut282 ._quiz__results_1ut282{order:3;padding-top:56px}._quiz__explanation-text_1ut282{margin:8px 0 0;font-weight:400}._quiz__complete-result_1ut282{margin:0 0 1rem}._quiz__complete-result--pass_1ut282{color:#379A49}._quiz__complete-result--fail_1ut282{color:#d83232}._quiz__percent_1ut282{display:block;margin:0;color:#379A49;font-size:4.5rem;font-weight:600;line-height:1}._quiz__complete_1ut282 ._quiz__percent_1ut282{margin-bottom:24px}._quiz__percent--fail_1ut282{color:#d83232}._quiz__passing-grade_1ut282{display:block;margin:0 0 24px;padding-top:16px}._quiz__answer-count_1ut282{text-align:left}._quiz__question-results_1ut282{margin:0;padding:0;list-style-type:none}._quiz__choice_1ut282{display:block;width:100%;margin:0 0 16px;padding:24px;text-align:left}[data-theme=light-theme] ._quiz__choice_1ut282{background-color:#F2F3F5;border-color:#CACCD6;color:#36394D}[data-theme=dark-theme] ._quiz__choice_1ut282{background-color:#2e2e2e;border-color:#575757;color:#e5e5e5}._quiz__choice_1ut282:last-child{margin-bottom:0}._quiz__choice-divider_1ut282{margin:16px 0;border-style:solid}[data-theme=light-theme] ._quiz__choice-divider_1ut282{border-color:#CACCD6}[data-theme=dark-theme] ._quiz__choice-divider_1ut282{border-color:#575757}._quiz__question_1ut282{font-size:1rem;font-weight:600;line-height:1.5rem;display:flex;position:relative;margin:0;padding-right:48px}._quiz__question_1ut282 p{margin-top:0;margin-bottom:0}._quiz__question-number_1ut282{padding-right:.25rem;word-break:keep-all}.tooltip__content--breakall,.tooltipster-content{word-break:break-word}._quiz__answer_1ut282{margin:0}._quiz__answer-icon_1ut282{display:inline-block;position:absolute;top:0;right:0;width:1.5rem;height:1.5rem;font-size:1.5rem}._quiz__answer-icon--correct_1ut282{color:#379A49}._quiz__answer-icon--incorrect_1ut282{color:#d83232}._quiz__checkbox-list_1ut282{margin:0;padding:0;list-style:none}._quiz__checkbox-list_1ut282 ._quiz__checkbox-list-item_1ut282:last-child .course-player__interactive-checkbox{margin-bottom:0}._skip-presentation-modal__heading_1p2p8f{font-size:1.125rem;font-weight:600;line-height:1.5rem;margin-bottom:.5rem;text-align:center}@media all and (min-width:1280px){._skip-presentation-modal__heading_1p2p8f{font-size:1.5rem;line-height:2rem}}._skip-presentation-modal__content_1p2p8f{margin-bottom:1.5rem;text-align:center}._skip-presentation-modal__button-container_1p2p8f{display:flex;justify-content:center}._skip-presentation-modal__button-container_1p2p8f button:first-child{margin-right:.5rem}._social-share_1b9lie{display:flex;position:fixed;top:0;left:0;align-items:center;justify-content:center;width:100vw;height:100vh;padding:1rem;z-index:999590}@media screen and (max-width:320px){._social-share_1b9lie{padding:2rem 1rem 1rem}}._social-share_1b9lie__backdrop{position:absolute;top:0;left:0;width:100vw;height:100vh;background:#000;opacity:30%;z-index:1}._social-share_1b9lie__button{display:inline-flex;align-items:center;justify-content:center;height:40px;border-radius:4px;text-align:center;cursor:pointer;border:0;background-color:transparent;font-size:.875rem;font-weight:600;line-height:1.5rem;text-transform:uppercase;margin-bottom:.5rem;padding:0 16px}._social-share_1b9lie__button:disabled{cursor:initial;opacity:.3}[data-theme=light-theme] ._social-share_1b9lie__button{color:#36394D}[data-theme=dark-theme] ._social-share_1b9lie__button{color:#e5e5e5}[data-theme=light-theme] ._social-share_1b9lie__button:not([disabled]):focus,[data-theme=light-theme] ._social-share_1b9lie__button:not([disabled]):hover{background-color:rgba(29,29,29,.1)}[data-theme=dark-theme] ._social-share_1b9lie__button:not([disabled]):focus,[data-theme=dark-theme] ._social-share_1b9lie__button:not([disabled]):hover{background-color:rgba(255,255,255,.1)}._social-share_1b9lie__button:last-child{margin-bottom:0}._social-share_1b9lie__button-icon{display:inline-flex;align-items:center;width:1.5rem;height:1.5rem;margin-right:.5rem;font-size:20px;pointer-events:none}._social-share_1b9lie__button-text{height:100%;line-height:2.5rem;pointer-events:none}._social-share_1b9lie__copy-complete{display:inline-block;margin-right:.5rem;font-size:1.25rem}._social-share_1b9lie__copy-loading{margin-right:.5rem;fill:currentColor}._social-share_1b9lie__dismiss{padding:0;border:0;background-color:transparent;position:absolute;top:1rem;right:1rem;cursor:pointer;z-index:2}._social-share_1b9lie__dismiss i{font-size:24px}._social-share_1b9lie__dismiss:disabled{cursor:initial;opacity:.3}[data-theme=light-theme] ._social-share_1b9lie__dismiss{color:#36394D}[data-theme=dark-theme] ._social-share_1b9lie__dismiss{color:#e5e5e5}._social-share_1b9lie__modal{display:flex;position:relative;flex-direction:column;width:280px;padding:3.75rem 2.625rem;border-radius:4px;z-index:1}[data-theme=light-theme] ._social-share_1b9lie__modal,[data-theme=dark-theme] ._social-share_1b9lie__modal{box-shadow:0 40px 80px -40px rgba(0,0,0,.6)}[data-theme=light-theme] ._social-share_1b9lie__modal{background-color:#fff}[data-theme=dark-theme] ._social-share_1b9lie__modal{background-color:#1d1d1d}@media screen and (max-width:320px){._social-share_1b9lie__dismiss{top:.5rem;right:.5rem}._social-share_1b9lie__modal{width:100%;height:100%;padding:2.5rem 1.5rem}}._social-share_1b9lie__modal-title{margin:0 0 2rem;font-size:1rem;font-weight:600;line-height:1.25rem;text-align:center}[data-theme=light-theme] ._social-share_1b9lie__modal-title{color:#36394D}[data-theme=dark-theme] ._social-share_1b9lie__modal-title{color:#e5e5e5}._social-share_1b9lie__networks{display:flex;flex-direction:column;text-align:center;overflow-y:auto}._hidden_1szlq0{display:none}._error-list_1szlq0{margin:0 0 8px;padding:0;list-style:none}._error-list_1szlq0 ._error-list__item_1szlq0{height:3rem;display:flex;align-items:center;border-radius:2px;background-color:#d83232;color:#fff}._error-list_1szlq0 ._error-list__item-icon_1szlq0{width:40px;height:48px;display:flex;justify-content:center;align-items:center;font-size:1.5rem;background:rgba(255,255,255,.15)}._file-picker__container_1szlq0 .fsp-header,._file-picker__container_1szlq0 .fsp-header-icon,._file-picker__container_1szlq0 .fsp-notifications__container{display:none}._error-list_1szlq0 ._error-list__item-message_1szlq0{padding-left:16px;font-size:.875rem}._file-picker__container_1szlq0 div.fsp-modal{z-index:0;height:360px;border:1px solid;border-radius:.125rem}[data-theme=light-theme] ._file-picker__container_1szlq0 div.fsp-modal{background-color:#F2F3F5;border-color:#CACCD6;color:#36394D}[data-theme=dark-theme] ._file-picker__container_1szlq0 div.fsp-modal{background-color:#2e2e2e;border-color:#575757;color:#e5e5e5}[data-theme=light-theme] ._file-picker__container_1szlq0 .fsp-footer{background-color:#F2F3F5;border-color:#CACCD6}[data-theme=dark-theme] ._file-picker__container_1szlq0 .fsp-footer{background-color:#2e2e2e;border-color:#575757}._file-picker__container_1szlq0 .fsp-footer__nav--left{line-height:initial}[data-theme=light-theme] ._file-picker__container_1szlq0 .fsp-drop-area{background-color:#F2F3F5}[data-theme=dark-theme] ._file-picker__container_1szlq0 .fsp-drop-area{background-color:#2e2e2e}[data-theme=light-theme] ._file-picker__container_1szlq0 .fsp-drop-area:hover{background-color:#fff}[data-theme=dark-theme] ._file-picker__container_1szlq0 .fsp-drop-area:hover{background-color:#e5e5e5}[data-theme=light-theme] ._file-picker__container_1szlq0 .fsp-text__title{color:#36394D}[data-theme=dark-theme] ._file-picker__container_1szlq0 .fsp-text__title{color:#e5e5e5}[data-theme=light-theme] ._file-picker__container_1szlq0 .fsp-summary__item{background-color:#fff}[data-theme=dark-theme] ._file-picker__container_1szlq0 .fsp-summary__item{background-color:#e5e5e5}[data-theme=light-theme] ._file-picker__container_1szlq0 .fsp-summary__item-name{color:#36394D}[data-theme=dark-theme] ._file-picker__container_1szlq0 .fsp-summary__item-name{color:#2e2e2e}[data-theme=light-theme] ._file-picker__container_1szlq0 .fsp-summary__size{color:#6F7282}[data-theme=dark-theme] ._file-picker__container_1szlq0 .fsp-summary__size{color:#575757}[data-theme=light-theme] ._file-picker__container_1szlq0 .fsp-select-labels--active .fsp-text__title,[data-theme=dark-theme] ._file-picker__container_1szlq0 .fsp-select-labels--active .fsp-text__title{color:#36394D}[data-theme=light-theme] ._file-picker__container_1szlq0 .fsp-select-labels--active .fsp-text__subheader{color:#6F7282}[data-theme=dark-theme] ._file-picker__container_1szlq0 .fsp-select-labels--active .fsp-text__subheader{color:#575757}[data-theme=light-theme] ._file-picker__container_1szlq0 .fsp-source-list__item:hover{color:#000}[data-theme=dark-theme] ._file-picker__container_1szlq0 .fsp-source-list__item:hover{color:#fff}[data-theme=light-theme] ._file-picker__container_1szlq0 .fsp-source-list__item\--active{background-color:#F2F3F5}[data-theme=dark-theme] ._file-picker__container_1szlq0 .fsp-source-list__item\--active{background-color:#2e2e2e}[data-theme=light-theme] ._file-picker__container_1szlq0 .fsp-modal__sidebar,[data-theme=light-theme] ._file-picker__container_1szlq0 .fst-sidebar{background-color:#CACCD6;border-color:#CACCD6}[data-theme=dark-theme] ._file-picker__container_1szlq0 .fsp-modal__sidebar,[data-theme=dark-theme] ._file-picker__container_1szlq0 .fst-sidebar{background-color:#575757;border-color:#575757}._file-picker__container_1szlq0 .fsp-button\--primary{display:inline-flex;align-items:center;justify-content:center;border-radius:4px;text-align:center;cursor:pointer;padding:8px 16px;border:0;font-size:.75rem;line-height:1rem;text-transform:uppercase;min-height:32px;height:auto;font-weight:500}._file-picker__container_1szlq0 .fsp-button\--primary:disabled{cursor:initial;opacity:.3}._file-picker__container_1szlq0 .fsp-button\--primary:not([disabled]):focus,._file-picker__container_1szlq0 .fsp-button\--primary:not([disabled]):hover{position:relative}._file-picker__container_1szlq0 .fsp-button\--primary:not([disabled]):focus::before,._file-picker__container_1szlq0 .fsp-button\--primary:not([disabled]):hover::before{display:block;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:4px;content:"";background-color:rgba(29,29,29,.3)}._file-picker__container_1szlq0 .fsp-button\--outline:not([disabled]):focus,._file-picker__container_1szlq0 .fsp-button\--outline:not([disabled]):hover,._file-picker__container_1szlq0 .fsp-button\--primary:not([disabled]):focus>*,._file-picker__container_1szlq0 .fsp-button\--primary:not([disabled]):hover>*{position:relative}._file-picker__container_1szlq0 .fsp-button\--cancel,._file-picker__container_1szlq0 .fsp-button\--outline{display:inline-flex;border-radius:4px;font-size:.75rem;line-height:1rem;text-transform:uppercase;min-height:32px;height:auto;font-weight:500;text-align:center}[data-theme=light-theme] ._file-picker__container_1szlq0 .fsp-button\--primary{background-color:#36394D;color:#fff}[data-theme=dark-theme] ._file-picker__container_1szlq0 .fsp-button\--primary{background-color:#e5e5e5;color:#1d1d1d}._file-picker__container_1szlq0 .fsp-button\--cancel{align-items:center;justify-content:center;cursor:pointer;border:1px solid;background-color:transparent;padding:0 16px}._file-picker__container_1szlq0 .fsp-button\--cancel:disabled{cursor:initial;opacity:.3}[data-theme=light-theme] ._file-picker__container_1szlq0 .fsp-button\--cancel{border-color:rgba(54,57,77,.5);color:#36394D}[data-theme=dark-theme] ._file-picker__container_1szlq0 .fsp-button\--cancel{border-color:rgba(229,229,229,.5);color:#e5e5e5}[data-theme=light-theme] ._file-picker__container_1szlq0 .fsp-button\--cancel:not([disabled]):focus,[data-theme=light-theme] ._file-picker__container_1szlq0 .fsp-button\--cancel:not([disabled]):hover{border-color:#36394D}[data-theme=dark-theme] ._file-picker__container_1szlq0 .fsp-button\--cancel:not([disabled]):focus,[data-theme=dark-theme] ._file-picker__container_1szlq0 .fsp-button\--cancel:not([disabled]):hover{border-color:#e5e5e5}._file-picker__container_1szlq0 .fsp-button\--outline{align-items:center;justify-content:center;cursor:pointer;padding:8px 16px;border:0}._file-picker__container_1szlq0 .fsp-button\--outline:disabled{cursor:initial;opacity:.3}._file-picker__container_1szlq0 .fsp-button\--outline:not([disabled]):focus::before,._file-picker__container_1szlq0 .fsp-button\--outline:not([disabled]):hover::before{display:block;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:4px;content:"";background-color:rgba(29,29,29,.3)}._file-picker__container_1szlq0 .fsp-button\--outline:not([disabled]):focus>*,._file-picker__container_1szlq0 .fsp-button\--outline:not([disabled]):hover>*,._survey-choices_h8s6nx,._survey_h8s6nx,._toga-button_21kg9g{position:relative}._content_1yintd:after,._survey_h8s6nx:after,._videoproxy__iframe_3iu414:after{content:''}[data-theme=light-theme] ._file-picker__container_1szlq0 .fsp-button\--outline{background-color:#36394D;color:#fff}[data-theme=dark-theme] ._file-picker__container_1szlq0 .fsp-button\--outline{background-color:#e5e5e5;color:#1d1d1d}._file-picker__container_1szlq0 .fsp-button:hover{opacity:1}@media screen and (min-width:769px){._file-picker__container_1szlq0 .fsp-content{height:100%}}@media screen and (max-width:768px){._file-picker__container_1szlq0 .fsp-header{display:block}._file-picker__container_1szlq0 .fsp-header-icon{display:none}}._survey_h8s6nx{flex:1 1 0;width:100%;max-width:43.75rem;min-height:0;margin:2.5rem auto 0;padding:0 1rem}._survey_h8s6nx:after{display:block;position:relative;top:0;left:0;width:100%;height:5rem;background-color:inherit}@media all and (max-width:767px){._survey_h8s6nx{margin:1rem auto 0}._survey_h8s6nx:after{height:1rem}}._survey-inner_h8s6nx{display:flex;flex-direction:column}._survey-inner_h8s6nx .fr-view p{margin-top:0;margin-bottom:0}._survey__prompt_h8s6nx{font-size:1.125rem;font-weight:600;line-height:1.5rem;display:block;margin:0 0 1.5rem}@media all and (min-width:1280px){._survey__prompt_h8s6nx{font-size:1.5rem;line-height:2rem}}[data-theme=light-theme] ._survey__prompt_h8s6nx{color:#36394D}[data-theme=dark-theme] ._survey__prompt_h8s6nx{color:#e5e5e5}._survey-labels_h8s6nx{display:flex;justify-content:space-between;margin:0 0 16px}._survey-label_h8s6nx{font-size:1rem;text-transform:capitalize}._survey-label_h8s6nx\--center,._survey-label_h8s6nx\--left,._survey-label_h8s6nx\--right{flex:0 0 auto}._survey-label_h8s6nx\--left{margin-right:auto;margin-left:0}._survey-label_h8s6nx\--right{margin-right:0;margin-left:auto}._survey-instructions_h8s6nx{margin:0 0 1rem}[data-theme=light-theme] ._survey-instructions_h8s6nx{color:#36394D}[data-theme=dark-theme] ._survey-instructions_h8s6nx{color:#e5e5e5}._survey-choices--inline_h8s6nx{display:flex;flex-wrap:wrap;margin-right:-8px;margin-left:-8px}._survey-choices--inline_h8s6nx:after,._survey-choices--inline_h8s6nx:before{flex-basis:0;order:1}._survey__complete_h8s6nx+[data-navigation=interactive]{text-align:center}._survey__complete-heading_h8s6nx{margin:0 0 1rem;text-align:center}._toga-button_21kg9g{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;height:40px;padding:0 16px;border:1px solid transparent;border-radius:4px;outline:0;background-color:transparent;color:#36394D;font-family:Barlow,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:.03125rem;line-height:1.5rem;text-decoration:none;text-transform:uppercase;cursor:pointer}._toga-button_21kg9g.pressed,._toga-button_21kg9g:active{outline:0}._toga-button_21kg9g:disabled{cursor:not-allowed;opacity:.45}._toga-button_21kg9g [class*=icon-]{font-size:1.5rem}._toga-button--utility-dark_21kg9g{background:0 0;color:#CACCD6}._toga-button--utility-dark_21kg9g svg{fill:#CACCD6}._toga-button--utility-dark_21kg9g:not([disabled]).hovered svg,._toga-button--utility-dark_21kg9g:not([disabled]).pressed svg,._toga-button--utility-dark_21kg9g:not([disabled]):active svg,._toga-button--utility-dark_21kg9g:not([disabled]):focus svg,._toga-button--utility-dark_21kg9g:not([disabled]):hover svg{fill:#fff}._toga-button--utility-dark_21kg9g:not([disabled]).hovered,._toga-button--utility-dark_21kg9g:not([disabled]):focus,._toga-button--utility-dark_21kg9g:not([disabled]):hover{background:rgba(255,255,255,.3);color:#fff}._toga-button--utility-dark_21kg9g:not([disabled]).pressed,._toga-button--utility-dark_21kg9g:not([disabled]):active{background:rgba(255,255,255,.15);color:#fff}._toga-button--utility-dark_21kg9g:disabled{color:rgba(202,204,214,.45)}._toga-button--utility-dark_21kg9g:disabled svg{fill:rgba(202,204,214,.45)}._toast--notice_21kg9g ._toast__button_21kg9g:not([disabled]).focused svg,._toast--notice_21kg9g ._toast__button_21kg9g:not([disabled]).hovered svg,._toast--notice_21kg9g ._toast__button_21kg9g:not([disabled]).pressed svg,._toast--notice_21kg9g ._toast__button_21kg9g:not([disabled]):active svg,._toast--notice_21kg9g ._toast__button_21kg9g:not([disabled]):focus svg,._toast--notice_21kg9g ._toast__button_21kg9g:not([disabled]):hover svg,._toast__dismiss_21kg9g svg,._toast__dismiss_21kg9g:not([disabled]):focus svg,._toast__dismiss_21kg9g:not([disabled]):hover svg,._toast__icon_21kg9g svg{fill:#fff}._toast_21kg9g{display:flex;align-items:center;width:484px;max-width:calc(100% - 16px);min-height:48px;margin-bottom:10px;border-radius:4px;color:#fff;font-weight:600;box-shadow:0 4px 12px 0 rgba(0,0,0,.25);opacity:1;animation-name:_slide_21kg9g;animation-duration:.3s}@keyframes _slide_21kg9g{0%{margin-bottom:-200px;opacity:0}}@media (max-width:664px){._toast_21kg9g{width:100%;min-width:304px}}._toast_21kg9g:first-child{margin-bottom:0}._toast__container_21kg9g{display:flex;position:fixed;bottom:16px;left:16px;flex-direction:column-reverse;z-index:2704}@media (max-width:952px){._toast__container_21kg9g{left:12px}}@media (max-width:344px){._toast__container_21kg9g{left:8px}}._toast__button_21kg9g{display:block;flex-shrink:0;margin:12px 0 4px;background-color:#fff;font-size:.875rem;text-transform:uppercase}._toast__message_21kg9g{flex-grow:1;padding:12px 16px}._toast__message_21kg9g\--emphasis{font-style:italic;font-weight:400}._toast__dismiss_21kg9g{align-items:flex-start;align-self:flex-start;width:24px;height:24px;margin:12px 12px 0 0;padding:0;border:0;color:#fff}._toast__dismiss_21kg9g:not([disabled]):focus,._toast__dismiss_21kg9g:not([disabled]):hover{color:#fff}._toast__icon_21kg9g{align-self:stretch;min-width:40px;padding:12px 8px;border-radius:4px 0 0 4px;background:rgba(255,255,255,.15);color:#fff}._toast__icon_21kg9g [class*=icon-]{font-size:24px}._toast--notice_21kg9g{background:#379a49}._toast--notice_21kg9g ._toast__button_21kg9g{border-color:#379a49;color:#379a49}._toast--notice_21kg9g ._toast__button_21kg9g:not([disabled]).focused,._toast--notice_21kg9g ._toast__button_21kg9g:not([disabled]).hovered,._toast--notice_21kg9g ._toast__button_21kg9g:not([disabled]):focus,._toast--notice_21kg9g ._toast__button_21kg9g:not([disabled]):hover{border-color:#379a49;background-color:#216E2F;color:#fff}._toast--notice_21kg9g ._toast__button_21kg9g:not([disabled]).pressed,._toast--notice_21kg9g ._toast__button_21kg9g:not([disabled]):active{border-color:#216E2F;background:#216E2F;color:#fff}._toast--notice_21kg9g ._toast__button_21kg9g:disabled{color:rgba(55,154,73,.45)}._toast--notice_21kg9g ._toast__button_21kg9g:disabled svg{fill:rgba(55,154,73,.45)}._toast--info_21kg9g ._toast__button_21kg9g:not([disabled]).focused svg,._toast--info_21kg9g ._toast__button_21kg9g:not([disabled]).hovered svg,._toast--info_21kg9g ._toast__button_21kg9g:not([disabled]).pressed svg,._toast--info_21kg9g ._toast__button_21kg9g:not([disabled]):active svg,._toast--info_21kg9g ._toast__button_21kg9g:not([disabled]):focus svg,._toast--info_21kg9g ._toast__button_21kg9g:not([disabled]):hover svg{fill:#fff}._toast--info_21kg9g{background:#36394D}._toast--info_21kg9g ._toast__button_21kg9g{border-color:#36394D;color:#36394D}._toast--info_21kg9g ._toast__button_21kg9g:not([disabled]).focused,._toast--info_21kg9g ._toast__button_21kg9g:not([disabled]).hovered,._toast--info_21kg9g ._toast__button_21kg9g:not([disabled]):focus,._toast--info_21kg9g ._toast__button_21kg9g:not([disabled]):hover{border-color:#12131A;background-color:#12131A;color:#fff}._toast--info_21kg9g ._toast__button_21kg9g:not([disabled]).pressed,._toast--info_21kg9g ._toast__button_21kg9g:not([disabled]):active{border-color:#12131A;background:#12131A;color:#fff}._toast--info_21kg9g ._toast__button_21kg9g:disabled{color:rgba(54,57,77,.45)}._toast--info_21kg9g ._toast__button_21kg9g:disabled svg{fill:rgba(54,57,77,.45)}._toast--alert_21kg9g ._toast__button_21kg9g:not([disabled]).focused svg,._toast--alert_21kg9g ._toast__button_21kg9g:not([disabled]).hovered svg,._toast--alert_21kg9g ._toast__button_21kg9g:not([disabled]).pressed svg,._toast--alert_21kg9g ._toast__button_21kg9g:not([disabled]):active svg,._toast--alert_21kg9g ._toast__button_21kg9g:not([disabled]):focus svg,._toast--alert_21kg9g ._toast__button_21kg9g:not([disabled]):hover svg{fill:#fff}._toast--alert_21kg9g{background:#D83232}._toast--alert_21kg9g ._toast__button_21kg9g{border-color:#D83232;color:#D83232}._toast--alert_21kg9g ._toast__button_21kg9g:not([disabled]).focused,._toast--alert_21kg9g ._toast__button_21kg9g:not([disabled]).hovered,._toast--alert_21kg9g ._toast__button_21kg9g:not([disabled]):focus,._toast--alert_21kg9g ._toast__button_21kg9g:not([disabled]):hover{border-color:#A62626;background-color:#A62626;color:#fff}._toast--alert_21kg9g ._toast__button_21kg9g:not([disabled]).pressed,._toast--alert_21kg9g ._toast__button_21kg9g:not([disabled]):active{border-color:#731A1A;background:#731A1A;color:#fff}._toast--alert_21kg9g ._toast__button_21kg9g:disabled{color:rgba(216,50,50,.45)}._toast--alert_21kg9g ._toast__button_21kg9g:disabled svg{fill:rgba(216,50,50,.45)}._toast--warning_21kg9g ._toast__button_21kg9g:not([disabled]).focused svg,._toast--warning_21kg9g ._toast__button_21kg9g:not([disabled]).hovered svg,._toast--warning_21kg9g ._toast__button_21kg9g:not([disabled]).pressed svg,._toast--warning_21kg9g ._toast__button_21kg9g:not([disabled]):active svg,._toast--warning_21kg9g ._toast__button_21kg9g:not([disabled]):focus svg,._toast--warning_21kg9g ._toast__button_21kg9g:not([disabled]):hover svg{fill:#fff}._toast--warning_21kg9g{background:#FF7E40}._toast--warning_21kg9g ._toast__button_21kg9g{border-color:#FF7E40;color:#FF7E40}._toast--warning_21kg9g ._toast__button_21kg9g:not([disabled]).focused,._toast--warning_21kg9g ._toast__button_21kg9g:not([disabled]).hovered,._toast--warning_21kg9g ._toast__button_21kg9g:not([disabled]):focus,._toast--warning_21kg9g ._toast__button_21kg9g:not([disabled]):hover{border-color:#AF4D1E;background-color:#AF4D1E;color:#fff}._toast--warning_21kg9g ._toast__button_21kg9g:not([disabled]).pressed,._toast--warning_21kg9g ._toast__button_21kg9g:not([disabled]):active{border-color:#AF4D1E;background:#AF4D1E;color:#fff}._toast--warning_21kg9g ._toast__button_21kg9g:disabled{color:rgba(255,126,64,.45)}._toast--warning_21kg9g ._toast__button_21kg9g:disabled svg{fill:rgba(255,126,64,.45)}._toast--_21kg9gprimary{background:#5668C7}._toast--_21kg9gsecondary{background:#6F7282}._toast--_21kg9gdanger{background:#D83232}._toast--_21kg9ginfo{background:#139BDE}._toast--_21kg9gsuccess{background:#379a49}._toast--_21kg9gwarning{background:#FF7E40}._toast--_21kg9gdark{background:#100D59}._toast--_21kg9glight{background:#ECEFFB}._toast--_21kg9gupsell{background:#00A999}._container_v3q4ce{display:flex;position:relative;width:100%;height:100%}._top-bar__menu-toggle_v3q4ce{display:inline-block;position:absolute;top:50%;left:16px;width:1.5rem;height:1.5rem;transform:translatey(-50%);border:0;background-color:transparent;cursor:pointer}@media all and (min-width:1280px){._top-bar__menu-toggle_v3q4ce{display:none}}._top-bar__menu-toggle__bar_v3q4ce{display:inline-block;position:absolute;left:50%;width:1rem;height:.125rem;transform:translateX(-50%) translateZ(0);transform-origin:center;border-radius:.25rem;background-color:currentColor;backface-visibility:hidden}.left-drawer--open ._top-bar__menu-toggle__bar_v3q4ce:nth-of-type(1){top:.6875rem;transform:translateX(-50%) translateZ(0) rotate(45deg)}.left-drawer--open ._top-bar__menu-toggle__bar_v3q4ce:nth-of-type(2){opacity:0}.left-drawer--open ._top-bar__menu-toggle__bar_v3q4ce:nth-of-type(3){top:.6875rem;transform:translateX(-50%) translateZ(0) rotate(-45deg)}._top-bar__menu-toggle__bar_v3q4ce:nth-of-type(1){top:.375rem}._top-bar__menu-toggle__bar_v3q4ce:nth-of-type(2){top:.6875rem}._top-bar__menu-toggle__bar_v3q4ce:nth-of-type(3){top:1rem}@media (prefers-reduced-motion:no-preference){._top-bar__menu-toggle__bar_v3q4ce{transition:opacity .2s ease,top 250ms ease,transform 250ms ease-out}._top-bar__menu-toggle__bar_v3q4ce:nth-of-type(1){animation:_mobile-menu-bars_v3q4ce .2s cubic-bezier(.5,.2,.2,1.01)}._top-bar__menu-toggle__bar_v3q4ce:nth-of-type(2){animation:_fade-out_v3q4ce .2s cubic-bezier(.5,.2,.2,1.01)}._top-bar__menu-toggle__bar_v3q4ce:nth-of-type(3){animation:_mobile-menu-bars_v3q4ce .2s cubic-bezier(.5,.2,.2,1.01)}}._top-bar__dashboard-link_v3q4ce{font-size:.875rem;font-weight:400;line-height:1.25rem;display:inline-flex;position:relative;left:1.5rem;align-items:center;align-self:center}@media all and (max-width:1279px){._top-bar__dashboard-link_v3q4ce{display:none}}._top-bar__dashboard-link_v3q4ce .top-bar__dashboard-link__anchor{display:flex;align-items:center;text-decoration:none}._top-bar__dashboard-link_v3q4ce .top-bar__dashboard-link__icon{padding-right:.25rem;color:inherit;font-size:1.5rem}._top-bar__branding_v3q4ce{display:inline-flex;align-items:center;align-self:center;max-width:40rem;height:2.5rem;margin:0 auto}@media all and (min-width:768px){._top-bar__branding_v3q4ce{height:3rem}}@media all and (max-width:1279px){._top-bar__branding_v3q4ce{max-width:30rem}}@media all and (max-width:767px){._top-bar__branding_v3q4ce{max-width:12.5rem}}._top-bar__logo_v3q4ce{display:block;position:relative;width:auto;max-width:100%;height:2.5rem;object-fit:contain}@media all and (min-width:768px){._top-bar__logo_v3q4ce{height:3rem}}._top-bar__site-name_v3q4ce{font-size:1.125rem;font-weight:600;line-height:1.5rem;margin:0;font-family:inherit;overflow:hidden}@media screen and (min-width:1280px) and (max-height:900px){._container_v3q4ce{flex-direction:column;align-items:flex-start}._top-bar__menu-toggle_v3q4ce{display:none}._top-bar__branding_v3q4ce{order:1;height:auto!important}._top-bar__branding_v3q4ce ._logo__container_v3q4ce{display:flex;align-items:center;height:4rem!important}._top-bar__branding_v3q4ce ._top-bar__site-name_v3q4ce{display:flex;align-items:center;max-width:288px;height:3.5rem!important}._top-bar__branding_v3q4ce ._top-bar__site-name_v3q4ce span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._top-bar__dashboard-link_v3q4ce{left:0;order:2;width:100%;padding:1rem 1rem .5rem}[data-theme=light-theme] ._top-bar__dashboard-link_v3q4ce .top-bar__dashboard-link__anchor,[data-theme=light-theme] ._top-bar__dashboard-link_v3q4ce .top-bar__dashboard-link__icon{color:#6F7282}[data-theme=dark-theme] ._top-bar__dashboard-link_v3q4ce .top-bar__dashboard-link__anchor,[data-theme=dark-theme] ._top-bar__dashboard-link_v3q4ce .top-bar__dashboard-link__icon{color:#CACCD6}._top-bar__dashboard-link_v3q4ce .toga-icon{padding-right:0;font-size:1rem}[data-theme=light-theme] ._top-bar__dashboard-link_v3q4ce{background-color:#fff}[data-theme=dark-theme] ._top-bar__dashboard-link_v3q4ce{background-color:#1d1d1d}}._top-bar__share-link_v3q4ce{position:absolute;right:.5rem;align-self:center}@media screen and (max-width:767px),(min-width:1280px) and (max-height:900px){._top-bar__share-link_v3q4ce{top:1rem;right:16px;width:1.5rem;height:1.5rem}}._top-bar__share-button_v3q4ce{display:inline-flex;align-items:center;justify-content:center;height:40px;border-radius:4px;text-align:center;cursor:pointer;border:0;background-color:transparent;font-size:.875rem;font-weight:600;line-height:1.5rem;text-transform:uppercase;padding:0 16px 0 .5rem}._top-bar__share-button_v3q4ce:disabled{cursor:initial;opacity:.3}[data-theme=light-theme] ._top-bar__share-button_v3q4ce{color:#36394D}[data-theme=dark-theme] ._top-bar__share-button_v3q4ce{color:#e5e5e5}[data-theme=light-theme] ._top-bar__share-button_v3q4ce:not([disabled]):focus,[data-theme=light-theme] ._top-bar__share-button_v3q4ce:not([disabled]):hover{background-color:rgba(29,29,29,.1)}[data-theme=dark-theme] ._top-bar__share-button_v3q4ce:not([disabled]):focus,[data-theme=dark-theme] ._top-bar__share-button_v3q4ce:not([disabled]):hover{background-color:rgba(255,255,255,.1)}._top-bar__share-button_v3q4ce i{padding-right:4px}._top-bar__share-button_v3q4ce ._top-bar__share-button-icon_v3q4ce{fill:currentColor}._top-bar__share-button-icon_v3q4ce{display:inline-flex;margin-right:.5rem}@media screen and (max-width:767px),(min-width:1280px) and (max-height:900px){._top-bar__share-button_v3q4ce{height:initial;padding:0}._top-bar__share-button-icon_v3q4ce{margin-right:0}._top-bar__share-button-text_v3q4ce{display:none}}._top-bar__share-button-text_v3q4ce{height:100%;line-height:2.5rem}._content_1yintd:after,._videoproxy__iframe_3iu414:after,._wistia-video-player__container_x0135m:after{display:block;background-color:inherit;position:relative;top:0;left:0;width:100%}._container_56qan{padding:1rem 1rem .5rem}@media all and (max-width:767px){._container_56qan{padding:1.5rem 1rem .5rem}}._content_1yintd{position:relative;flex:1 1 0;align-self:center;width:100%;max-width:43.75rem;min-height:0;margin:2.5rem auto 0;padding:0 1rem}._content_1yintd:after{height:5rem}@media all and (max-width:767px){._content_1yintd{margin:1rem auto 0}._content_1yintd:after{height:1rem}}._content__html-text--mb_1yintd{margin-bottom:2rem}._videoproxy__wrapper_3iu414{min-height:100%}._videoproxy__wrapper_3iu414 .videoproxy_embed,._videoproxy__wrapper_3iu414 .wistia_embed{width:100%}@media all and (max-width:767px){._videoproxy__wrapper_3iu414 .videoproxy_embed,._videoproxy__wrapper_3iu414 .wistia_embed{max-width:18rem;min-height:10.125rem}}@media all and (min-width:768px){._videoproxy__wrapper_3iu414 .videoproxy_embed,._videoproxy__wrapper_3iu414 .wistia_embed{max-width:41.75rem;min-height:23.5rem}}._videoproxy__iframe_3iu414{position:relative;border:0;width:100%;min-height:0}._videoproxy__iframe_3iu414:after{height:1.5rem}@media all and (max-width:767px){._videoproxy__iframe_3iu414:after{height:1rem}}._wistia-video-player__container_x0135m{position:relative;flex:1 1 0;align-self:center;width:100%;max-width:100%;min-height:0}@media all and (-ms-high-contrast:none){._wistia-video-player__container_x0135m{flex:1 1 auto}}._wistia-video-player__container_x0135m:after{height:1.5rem;content:none}._wistia-video-player__container_x0135m .videoproxy_embed,._wistia-video-player__container_x0135m .wistia_embed{width:100%}@media all and (max-width:767px){._wistia-video-player__container_x0135m:after{height:1rem}._wistia-video-player__container_x0135m .videoproxy_embed,._wistia-video-player__container_x0135m .wistia_embed{max-width:18rem;min-height:10.125rem}}@media all and (min-width:768px){._wistia-video-player__container_x0135m .videoproxy_embed,._wistia-video-player__container_x0135m .wistia_embed{max-width:41.75rem;min-height:23.5rem}}._wistia-outer-wrapper_x0135m{display:flex;align-items:center}._wistia-outer-wrapper--centered_x0135m{height:100%}._wistia-inner-wrapper_x0135m{width:100%}#moreButton{border-color:transparent;background-color:transparent}._course-player__container_n1vbpj{display:grid;overflow:hidden;grid-gap:0;grid-area:container;grid-template-columns:auto;grid-template-rows:minmax(64px,min-content) calc(100% - 64px);grid-template-areas:"top-bar" "content"}@media screen and (min-width:1280px) and (max-height:900px){._course-player__container_n1vbpj{grid-template-rows:100%;grid-template-areas:"content"}}@media all and (max-width:767px){._course-player__container_n1vbpj.course-player--reply-open{grid-template-rows:0 100%}}._course-player__container_n1vbpj.course-player__container--language-bar{grid-template-rows:minmax(56px,min-content) minmax(64px,min-content) auto;grid-template-areas:"language-bar" "top-bar" "content"}@media screen and (min-width:1280px) and (max-height:900px){._course-player__container_n1vbpj.course-player__container--language-bar{grid-template-rows:minmax(56px,min-content) 0 minmax(auto,calc(100% - 56px))}}._course-player__content_n1vbpj{display:flex;position:relative;grid-area:content}[data-theme=light-theme] ._course-player__content_n1vbpj{background-color:#F2F3F5;color:#36394D}[data-theme=dark-theme] ._course-player__content_n1vbpj{background-color:#2e2e2e;color:#e5e5e5}._course-player__content_n1vbpj .course-modal__button-container{display:flex;flex-direction:row;justify-content:center;width:100%;margin-top:24px}._course-player__content_n1vbpj .course-modal__button-container>:last-child{margin-left:.5rem}._course-player__lesson_n1vbpj{display:flex;position:relative;flex:1 1 0;padding:1rem 1rem 1rem 0;background-color:inherit}@media all and (max-width:1279px) and (prefers-reduced-motion:no-preference){._course-player__lesson_n1vbpj:after{transition:opacity .2s ease-in-out}}.course-player--fullscreen ._course-player__lesson_n1vbpj{flex:1;max-width:100%;padding:0}@media (prefers-reduced-motion:no-preference){._course-player__lesson_n1vbpj,.course-player--fullscreen ._course-player__lesson_n1vbpj{transition:padding .2s ease-in-out}}@media all and (max-width:1279px){._course-player__lesson_n1vbpj{width:100%;padding:0}._course-player__lesson_n1vbpj:after{display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(69,69,69,.9);content:"";opacity:0;z-index:-9999}.left-drawer--open ._course-player__lesson_n1vbpj:after{opacity:1;z-index:20000}}@media all and (max-width:1279px) and (prefers-reduced-motion:no-preference){.left-drawer--open ._course-player__lesson_n1vbpj:after{transition:opacity .2s ease-in-out}}._content-surface_n1vbpj{display:grid;position:relative;height:100%;grid-template-rows:minmax(42px,min-content) auto;grid-template-areas:"content-header" "content-wrapper"}[data-theme=light-theme] ._content-surface_n1vbpj{background-color:#fff}[data-theme=dark-theme] ._content-surface_n1vbpj{background-color:#1d1d1d}._content-modal-wrapper_n1vbpj{position:relative;height:inherit;grid-area:content-wrapper}._content-modal_n1vbpj{display:grid;position:absolute;top:0;left:0;width:100%;height:100%;grid-gap:0;grid-template-columns:auto;grid-template-rows:auto minmax(64px,min-content);grid-template-areas:"content-inner" "content-navigation"}._content-modal--hidden-navigation_n1vbpj{grid-template-rows:auto;grid-template-areas:"content-inner"}._content-inner_n1vbpj{display:flex;position:relative;flex-direction:column;align-content:flex-start;grid-area:content-inner;overflow-y:auto;-webkit-overflow-scrolling:touch}._content-inner_n1vbpj:after,._content-inner_n1vbpj:before{flex-basis:0;order:1}._left-drawer_n1vbpj,._right-drawer_n1vbpj{display:flex;position:relative;flex-direction:column;width:100%;height:100%;background-color:inherit;overflow-y:auto}._left-drawer_n1vbpj{position:relative;margin-left:0}@media all and (max-width:1279px){._left-drawer_n1vbpj{position:absolute;top:0;left:0;z-index:20001}._left-drawer_n1vbpj,.right-drawer--open ._left-drawer_n1vbpj{margin-left:calc(100% * -1)}._right-drawer_n1vbpj{right:0;z-index:20001}._right-drawer_n1vbpj,.left-drawer--open ._right-drawer_n1vbpj{margin-right:calc(100% * -1)}}.left-drawer--open ._left-drawer_n1vbpj{margin-left:0}._right-drawer_n1vbpj{max-height:100%;overflow:hidden}@media (prefers-reduced-motion:no-preference){._left-drawer_n1vbpj,.left-drawer--open ._left-drawer_n1vbpj,.right-drawer--open ._left-drawer_n1vbpj{transition:margin-left .2s ease-in-out}._right-drawer_n1vbpj,.left-drawer--open ._right-drawer_n1vbpj,.right-drawer--open ._right-drawer_n1vbpj{transition:margin-right .2s ease-in-out}}@media all and (min-width:768px){._left-drawer_n1vbpj,._right-drawer_n1vbpj{flex:0 1 auto}._left-drawer_n1vbpj{max-width:25rem}.right-drawer--open ._left-drawer_n1vbpj{margin-left:-25rem}._right-drawer_n1vbpj{max-width:30.5rem}._right-drawer_n1vbpj,.left-drawer--open ._right-drawer_n1vbpj{margin-right:-30.5rem}}.right-drawer--open ._right-drawer_n1vbpj{margin-right:0}@media all and (min-width:1280px){.right-drawer--open ._course-player__lesson_n1vbpj{padding:1rem}.course-player--fullscreen ._left-drawer_n1vbpj{margin-left:-25rem}._right-drawer_n1vbpj{padding-top:1rem}.course-player--fullscreen ._right-drawer_n1vbpj{margin-right:-30.5rem}}._course-discussions_n1vbpj{padding-right:1.5rem;padding-bottom:1.5rem;padding-left:.5rem;overflow-y:auto}@media all and (max-width:1279px){._course-discussions_n1vbpj{padding-left:.5rem}}@media all and (min-width:768px) and (max-width:1279px){._course-discussions_n1vbpj{padding-left:1.5rem}}@media all and (max-width:767px){._right-drawer_n1vbpj{position:absolute}._course-discussions_n1vbpj{padding-right:1rem;padding-left:1rem}._course-discussions_n1vbpj._course-discussions__reply--open_n1vbpj{overflow:hidden;height:100%}}._top-bar_n1vbpj{position:relative;width:100%;z-index:103;grid-area:top-bar}@media screen and (min-width:1280px) and (max-height:900px){._top-bar_n1vbpj{display:none}}._content-blocked-modals__content-container_n1vbpj{text-align:center}._content-blocked-modals__button-container_n1vbpj,._free-preview-done__button-container_n1vbpj{display:flex;flex-direction:column;align-items:center;margin-top:24px;margin-right:auto;margin-left:auto;width:100%}._course-player__overlay-wrapper_n1vbpj{position:absolute!important;top:0;right:0;left:0}._course-player--modal-is-open_n1vbpj,._course-player--modal-is-open_n1vbpj ._content-inner_n1vbpj,._course-player--modal-is-open_n1vbpj .course-player__assignment{position:initial}._course-player--modal-is-open_n1vbpj ._course-discussions_n1vbpj{position:initial!important}._assignment__container_1gxmse{position:relative;flex:1 1 0;align-self:center;width:100%;max-width:43.75rem;min-height:0;margin:2.5rem auto 0;padding:0 1rem}._assignment__container_1gxmse:after{display:block;position:relative;top:0;left:0;width:100%;height:5rem;background-color:inherit;content:''}@media all and (max-width:767px){._assignment__container_1gxmse{margin:1rem auto 0}._assignment__container_1gxmse:after{height:1rem}}._assignment__container_1gxmse ._assignment-description_1gxmse{margin-bottom:2rem}._assignment__container_1gxmse ._assignment-download_1gxmse{font-size:1.125rem;font-weight:600;line-height:1.5rem;margin-bottom:.5rem}._download__item_1gxmse{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding:1.5rem;border:1px solid;border-radius:.125rem}@media all and (max-width:767px){._download__item_1gxmse{flex-wrap:wrap}}[data-theme=light-theme] ._download__item_1gxmse{background-color:#F2F3F5;border-color:#CACCD6;color:#36394D}[data-theme=dark-theme] ._download__item_1gxmse{background-color:#2e2e2e;border-color:#575757;color:#e5e5e5}._download__item_1gxmse ._download__details_1gxmse span{display:block}._download__item_1gxmse ._download__label_1gxmse{font-weight:600;word-break:break-word}._download__item_1gxmse ._download__size_1gxmse{font-size:.75rem;font-weight:400;line-height:1rem;text-transform:uppercase}[data-theme=light-theme] ._download__item_1gxmse ._download__size_1gxmse{color:#36394D}[data-theme=dark-theme] ._download__item_1gxmse ._download__size_1gxmse{color:#e5e5e5}._download__item_1gxmse ._download__menu-container_1gxmse{flex-shrink:0;align-self:baseline;padding-left:1.5rem}._submission__prompt_1gxmse ._submission__prompt-header_1gxmse{font-size:1.125rem;font-weight:600;line-height:1.5rem;margin-bottom:0}._submission__prompt_1gxmse ._submission__prompt-text_1gxmse{font-size:.875rem;font-weight:400;line-height:1.25rem;display:inline-block;margin-top:0;margin-bottom:.5rem}._spinner-container_1gxmse{display:flex;flex-direction:column;align-items:center;justify-content:center;height:360px;text-align:center;border:1px solid;border-radius:2px}@media all and (max-width:767px){._download__item_1gxmse ._download__menu-container_1gxmse{padding-left:0}._spinner-container_1gxmse{flex-wrap:wrap}}[data-theme=light-theme] ._spinner-container_1gxmse{background-color:#F2F3F5;border-color:#CACCD6;color:#36394D}[data-theme=dark-theme] ._spinner-container_1gxmse{background-color:#2e2e2e;border-color:#575757;color:#e5e5e5}._audio__container_1g4ncu:after,._brillium-exam__container_1icy16:after,._expand-content_1g4ncu:after{background-color:inherit;content:'';top:0;left:0}._spinner-container_1gxmse ._spinner-container-submission-uploading_1gxmse{font-size:1rem;font-weight:400;line-height:1.5rem;margin:0}._audio__container_1g4ncu{position:relative;flex:1 1 0;align-self:center;width:100%;max-width:43.75rem;min-height:0;margin:2.5rem auto 0;padding:0 1rem}._brillium-exam__container_1icy16,._expand-content_1g4ncu{flex:1 1 0;align-self:center;min-height:0;width:100%;position:relative}._audio__container_1g4ncu:after{display:block;position:relative;width:100%;height:5rem}@media all and (max-width:767px){._audio__container_1g4ncu{margin:1rem auto 0}._audio__container_1g4ncu:after{height:1rem}}._expand-content_1g4ncu{max-width:100%}@media all and (-ms-high-contrast:none){._expand-content_1g4ncu{flex:1 1 auto}}._expand-content_1g4ncu:after{display:block;position:relative;width:100%;height:1.5rem}._html-description_1g4ncu{padding-top:1em}._audio-controls_player_1g4ncu{overflow-x:hidden}audio{width:100%}audio::-webkit-media-controls-panel{display:flex}audio::-webkit-media-controls-timeline{display:inline}._brillium-exam__container_1icy16{max-width:43.75rem;margin:2.5rem auto 0;padding:0 1rem}@media all and (max-width:767px){._expand-content_1g4ncu:after{height:1rem}._brillium-exam__container_1icy16{margin:1rem auto 0}}._brillium-exam__container_1icy16:after{display:block;position:relative;width:100%;height:5rem}@media all and (max-width:767px){._brillium-exam__container_1icy16:after{height:1rem}}._exam__certificate_1icy16{margin-top:1rem}._button__claim-certificate_1icy16,._button__take-exam_1icy16{display:inline-flex;align-items:center;justify-content:center;border-radius:4px;text-align:center;cursor:pointer;padding:8px 12px 8px 16px;border:0;font-size:.875rem;font-weight:600;line-height:1.5rem;text-transform:uppercase;height:40px}._custom-completion-page_84spws,._disqus__container_1mp68z{flex:1 1 0;max-width:43.75rem;align-self:center;min-height:0;width:100%}._button__claim-certificate_1icy16:disabled,._button__take-exam_1icy16:disabled{cursor:initial;opacity:.3}._button__claim-certificate_1icy16:not([disabled]):focus,._button__claim-certificate_1icy16:not([disabled]):hover,._button__take-exam_1icy16:not([disabled]):focus,._button__take-exam_1icy16:not([disabled]):hover{position:relative}._button__claim-certificate_1icy16:not([disabled]):focus::before,._button__claim-certificate_1icy16:not([disabled]):hover::before,._button__take-exam_1icy16:not([disabled]):focus::before,._button__take-exam_1icy16:not([disabled]):hover::before{display:block;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:4px;content:"";background-color:rgba(29,29,29,.3)}._button__claim-certificate_1icy16:not([disabled]):focus>*,._button__claim-certificate_1icy16:not([disabled]):hover>*,._button__take-exam_1icy16:not([disabled]):focus>*,._button__take-exam_1icy16:not([disabled]):hover>*{position:relative}[data-theme=light-theme] ._button__claim-certificate_1icy16,[data-theme=light-theme] ._button__take-exam_1icy16{background-color:#36394D;color:#fff}[data-theme=dark-theme] ._button__claim-certificate_1icy16,[data-theme=dark-theme] ._button__take-exam_1icy16{background-color:#e5e5e5;color:#1d1d1d}._container_1650tk:after,._container_gl275m:after,._custom-completion-page_84spws:after,._disqus__container_1mp68z:after,._download__container_1gafvp:after,._expand-content_1gafvp:after,._expand-content_1mp68z:after,._expand-content_1vr68b:after,._html-item__container_1vr68b:after{top:0;left:0;background-color:inherit;content:''}._button__claim-certificate_1icy16 i,._button__take-exam_1icy16 i{padding-left:4px;font-size:24px}._button__claim-certificate_1icy16{text-decoration:none}._custom-completion-page_84spws{position:relative;margin:2.5rem auto 0;padding:0 1rem}._custom-completion-page_84spws:after{display:block;position:relative;width:100%;height:5rem}@media all and (max-width:767px){._custom-completion-page_84spws{margin:1rem auto 0}._custom-completion-page_84spws:after{height:1rem}}._disqus__container_1mp68z{position:relative;margin:2.5rem auto 0;padding:0 1rem}._disqus__container_1mp68z:after{display:block;position:relative;width:100%;height:5rem}@media all and (max-width:767px){._disqus__container_1mp68z{margin:1rem auto 0}._disqus__container_1mp68z:after{height:1rem}}._expand-content_1mp68z{position:relative;flex:1 1 0;align-self:center;width:100%;max-width:100%;min-height:0}@media all and (-ms-high-contrast:none){._expand-content_1mp68z{flex:1 1 auto}}._expand-content_1mp68z:after{display:block;position:relative;width:100%;height:1.5rem}._download__container_1gafvp{position:relative;flex:1 1 0;align-self:center;width:100%;max-width:43.75rem;min-height:0;margin:2.5rem auto 0;padding:0 1rem}._expand-content_1gafvp,._html-item__container_1vr68b{flex:1 1 0;align-self:center;min-height:0;position:relative;width:100%}@media all and (max-width:767px){._expand-content_1mp68z:after{height:1rem}._download__container_1gafvp{margin:1rem auto 0}}._download__container_1gafvp:after{display:block;position:relative;width:100%;height:5rem}@media all and (max-width:767px){._download__container_1gafvp:after{height:1rem}}._expand-content_1gafvp{max-width:100%}@media all and (-ms-high-contrast:none){._expand-content_1gafvp{flex:1 1 auto}}._expand-content_1gafvp:after{display:block;position:relative;width:100%;height:1.5rem}._download__files_1gafvp{margin-top:2rem}._html-item__container_1vr68b{max-width:43.75rem;margin:2.5rem auto 0;padding:0 1rem}@media all and (max-width:767px){._expand-content_1gafvp:after{height:1rem}._html-item__container_1vr68b{margin:1rem auto 0}}._html-item__container_1vr68b:after{display:block;position:relative;width:100%;height:5rem}._html-item__container_1vr68b .videoproxy_embed,._html-item__container_1vr68b .wistia_embed{width:100%}@media all and (max-width:767px){._html-item__container_1vr68b:after{height:1rem}._html-item__container_1vr68b .videoproxy_embed,._html-item__container_1vr68b .wistia_embed{max-width:18rem;min-height:10.125rem}}@media all and (min-width:768px){._html-item__container_1vr68b .videoproxy_embed,._html-item__container_1vr68b .wistia_embed{max-width:41.75rem;min-height:23.5rem}}._container_1650tk,._container_gl275m,._expand-content_1vr68b{align-self:center;max-width:100%;min-height:0;width:100%;position:relative}._expand-content_1vr68b{flex:1 1 0}@media all and (-ms-high-contrast:none){._expand-content_1vr68b{flex:1 1 auto}}._expand-content_1vr68b:after{display:block;position:relative;width:100%;height:1.5rem}@media all and (max-width:767px){._expand-content_1vr68b:after{height:1rem}}._expand-content_1vr68b .videoproxy_embed,._expand-content_1vr68b .wistia_embed{max-width:100%}._container_1650tk{flex:1 1 0;border-width:0}@media all and (-ms-high-contrast:none){._container_1650tk{flex:1 1 auto}}._container_1650tk:after{display:block;position:relative;width:100%;height:1.5rem}@media all and (max-width:767px){._container_1650tk:after{height:1rem}}._live-lesson-empty-state_1xxsbc{display:flex;align-items:center;justify-content:center;height:100%}._live-lesson-empty-state__container_1xxsbc{text-align:center}._live-lesson-empty-state__icon_1xxsbc{font-size:44px}._live-lesson-empty-state__title_1xxsbc{font-size:1.5rem;line-height:2rem;margin-top:1.5rem;margin-bottom:.5rem;font-weight:300;letter-spacing:.3px;text-align:center}@media all and (min-width:1280px){._live-lesson-empty-state__title_1xxsbc{font-size:2rem;line-height:3rem}}._live-lesson-empty-state__description_1xxsbc{margin-top:0;margin-bottom:2rem}._live-lesson-empty-state__session-ended_1xxsbc{font-size:1.125rem;line-height:1.5rem;font-weight:400}@media all and (min-width:1280px){._live-lesson-empty-state__session-ended_1xxsbc{font-size:1.5rem;line-height:2rem}}._live-lesson-empty-state__open-in-browser_1xxsbc{margin-top:1rem}._live-lesson-empty-state__open-in-browser_1xxsbc a{padding:0}._live-lesson__button--accessible-link_1xxsbc{cursor:pointer;text-decoration:underline}._container_gl275m{flex:1 1 0;height:100%}@media all and (-ms-high-contrast:none){._container_gl275m{flex:1 1 auto}}._container_gl275m:after{display:block;position:relative;width:100%;height:1.5rem}@media all and (max-width:767px){._container_gl275m:after{height:1rem}}._presentation_zdbobi,._presentation_zdbobi>div{display:flex;flex:1}._main-layout_o3r98l{display:flex;height:calc(100vh - 64px);padding:16px 16px 16px 24px;background-color:#F5F5F5}._side-bar_o3r98l,[data-theme=light-theme] ._nav__item_o3r98l .active{background-color:#fff}._side-bar_o3r98l{width:200px;padding:1em}._nav__title_o3r98l{margin:0}._nav__list_o3r98l{padding-left:0}[data-theme=light-theme] ._nav__item_o3r98l{color:#36394D}[data-theme=dark-theme] ._nav__item_o3r98l{color:#e5e5e5}._nav__item_o3r98l a{display:block;padding:4px;border-radius:2px;text-decoration:none}[data-theme=dark-theme] ._nav__item_o3r98l .active{background-color:#1d1d1d}._content_o3r98l{position:relative;flex:1;margin-left:16px;padding:24px;background-color:#fff;overflow:auto}._course-discussions-index_1we567{width:100%;min-width:18rem}._course-discussions-index_1we567 ._button__new-post_1we567{width:100%;margin-bottom:1rem}._course-discussions-index_1we567 ._button__new-post_1we567>button{width:100%}._course-discussions-index_1we567 ._button__load-more_1we567{display:flex;margin-top:1.5rem}._course-discussions-index_1we567 ._button__load-more_1we567>button{margin:0 auto;text-transform:uppercase}._course-discussions-replies_a314s8 ._course-player__course-discussion__reply-container_a314s8 ._course-player__course-discussion__reply-more_a314s8{padding-bottom:.40625rem;border-bottom:1px solid rgba(29,29,29,.1)}._course-discussions-replies_a314s8 ._course-player__course-discussion__reply-container_a314s8 ._course-player__course-discussion__replies_a314s8>div:last-of-type>li,._course-discussions-replies_a314s8 ._course-player__course-discussion__reply-container_a314s8 ._course-player__course-discussion__reply-more_a314s8._show-more_a314s8{border-bottom:unset}._course-discussions-replies_a314s8 ._course-player__course-discussion__reply-container_a314s8 ._course-player__course-discussion__reply-more_a314s8 ._reply-more__text_a314s8{width:100%;height:24px;color:#36394D;font-size:16px;font-weight:600;line-height:24px}._course-discussions-replies_a314s8 ._course-player__course-discussion__reply-container_a314s8>button{width:100%}._course-discussions-replies_a314s8 ._course-player__course-discussion__reply-container_a314s8 ._course-player__course-discussion__replies_a314s8{padding-left:0}._course-discussions-replies_a314s8 ._course-player__course-discussion__reply-container_a314s8 ._course-player__course-discussion__reply-add_a314s8{margin:0 0 1rem;border:0;background:0 0;color:inherit;font:inherit;line-height:normal;text-decoration:none;cursor:pointer;overflow:visible;-moz-user-select:text;width:100%;min-width:288px;height:3.5rem;padding:1rem;border-radius:4px;text-align:left}._course-discussions-replies_a314s8 ._course-player__course-discussion__reply-container_a314s8 ._course-player__course-discussion__reply-add_a314s8::-moz-focus-inner{padding:0;border:0}[data-theme=light-theme] ._course-discussions-replies_a314s8 ._course-player__course-discussion__reply-container_a314s8 ._course-player__course-discussion__reply-add_a314s8{background-color:#fff}[data-theme=dark-theme] ._course-discussions-replies_a314s8 ._course-player__course-discussion__reply-container_a314s8 ._course-player__course-discussion__reply-add_a314s8{background-color:#1d1d1d}[data-theme=light-theme] ._course-discussions-replies_a314s8 ._course-player__course-discussion__reply-container_a314s8 ._course-player__course-discussion__reply-add_a314s8,[data-theme=dark-theme] ._course-discussions-replies_a314s8 ._course-player__course-discussion__reply-container_a314s8 ._course-player__course-discussion__reply-add_a314s8{box-shadow:0 1px 2px 0 rgba(0,0,0,.35)}._course-discussions-replies_a314s8 ._course-player__course-discussion__reply-container_a314s8 ._course-player__course-discussion__reply-add_a314s8 ._course-player__course-discussion__reply-add-content_a314s8{display:inline-flex}._course-discussions-replies_a314s8 ._course-player__course-discussion__reply-container_a314s8 ._course-player__course-discussion__reply-add_a314s8 ._course-player__course-discussion__reply-add-content_a314s8 ._reply__placeholder_a314s8{padding-left:.5rem;opacity:.5}._course-discussions-replies_a314s8 ._course-player__course-discussion__reply-container_a314s8 ._course-player__course-discussion__reply-add_a314s8 ._course-player__course-discussion__reply-add-content_a314s8>i{font-size:1.5rem;opacity:.5}._course-discussions-replies_a314s8 ._course-player__course-discussion__reply-container_a314s8 ._course-player__course-discussion__reply-add_a314s8:focus,._course-discussions-replies_a314s8 ._course-player__course-discussion__reply-container_a314s8 ._course-player__course-discussion__reply-add_a314s8:hover{cursor:pointer}[data-theme=dark-theme] ._course-discussions-replies_a314s8 ._course-player__course-discussion__reply-container_a314s8 ._course-player__course-discussion__reply-more_a314s8 ._reply-more__text_a314s8{color:#e5e5e5}._sg-modal_36aux0{position:absolute;min-width:508px;max-width:508px;padding:0;border-radius:4px;background-color:#F5F5F5}@media only screen and (max-width:560px){._sg-modal_36aux0{width:90%;min-width:300px}}._sg-overlay-modal_36aux0._translucent_36aux0{background-color:rgba(0,0,0,.8)}._content-modal-error_36aux0{width:480px;max-height:80vh;padding:32px;border-radius:4px;background-color:#fff;text-align:center;overflow:visible}@media all and (max-width:767px){._content-modal-error_36aux0{width:80vw;padding:24px}}._prerequisite-incomplete_8tddzd__div-center{text-align:center}._prerequisite-incomplete_8tddzd__sub-label{width:50%;display:inline-block}.tooltipster-base{background:0 0;border:0;opacity:.9;padding:0}.tooltipster-sidetip .tooltipster-box{padding:.25rem;background:#36394D;border:none;border-radius:.25rem}.tooltipster-sidetip .tooltipster-arrow-background{border-top-color:#36394D!important}.tooltipster-sidetip .tooltipster-arrow-border{border-top-color:transparent!important}.tooltipster-content{max-width:400px;padding:.25rem;font-size:14px;line-height:21px;text-align:center}.popover-icon__container{display:inline-block}.popover-icon__container i{font-size:1.25rem}
\ No newline at end of file
diff --git a/cadline/docroot/beiratkozas/public/css/froala-v2-custom-theme-ce387945bbe5675a3124139056696f51721f6c75bc13a83788dad8e2826ab00e.css b/cadline/docroot/beiratkozas/public/css/froala-v2-custom-theme-ce387945bbe5675a3124139056696f51721f6c75bc13a83788dad8e2826ab00e.css
new file mode 100644
index 00000000..94dfdb08
--- /dev/null
+++ b/cadline/docroot/beiratkozas/public/css/froala-v2-custom-theme-ce387945bbe5675a3124139056696f51721f6c75bc13a83788dad8e2826ab00e.css
@@ -0,0 +1 @@
+.clearfix::after{clear:both;display:block;content:"";height:0}.hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.custom-theme:focus{outline:0}.custom-theme.fr-box.fr-basic .fr-element{color:#36394D;padding:20px;overflow-x:auto;min-height:60px}.custom-theme .fr-element{-webkit-user-select:auto}.custom-theme.fr-box a.fr-floating-btn{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;height:32px;width:32px;background:#ffffff;color:#1b9eea;-webkit-transition:background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;-moz-transition:background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;-ms-transition:background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;-o-transition:background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;left:0;top:0;line-height:32px;border:none}.custom-theme.fr-box a.fr-floating-btn svg{-webkit-transition:transform 0.2s ease 0s;-moz-transition:transform 0.2s ease 0s;-ms-transition:transform 0.2s ease 0s;-o-transition:transform 0.2s ease 0s;fill:#1b9eea}.custom-theme.fr-box a.fr-floating-btn i{font-size:14px;line-height:32px}.custom-theme.fr-box a.fr-floating-btn:hover{background:#ebebeb}.custom-theme.fr-box a.fr-floating-btn:hover svg{fill:#1b9eea}.custom-theme .fr-wrapper .fr-placeholder{font-size:12px;color:#aaaaaa;top:0;left:0;right:0}.custom-theme .fr-wrapper ::selection{background:#b5d6fd;color:#000000}.custom-theme .fr-wrapper ::-moz-selection{background:#b5d6fd;color:#000000}.custom-theme.fr-box.fr-basic .fr-wrapper{background:#ffffff;border:1px solid #e2e2e2;border-top:0;top:0;left:0}.custom-theme.fr-box.fr-basic.fr-top .fr-wrapper{border-top:0;border-radius:0 0 2px 2px;-moz-border-radius:0 0 2px 2px;-webkit-border-radius:0 0 2px 2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.custom-theme.fr-box.fr-basic.fr-bottom .fr-wrapper{border-bottom:0;border-radius:2px 2px 0 0;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.custom-theme .fr-sticky-on.fr-sticky-ios{left:0;right:0}.custom-theme.fr-box .fr-counter{color:#cccccc;background:#ffffff;border-top:solid 1px #ebebeb;border-left:solid 1px #ebebeb;border-radius:2px 0 0 0;-moz-border-radius:2px 0 0 0;-webkit-border-radius:2px 0 0 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.custom-theme.fr-box.fr-rtl .fr-counter{right:auto;border-right:solid 1px #ebebeb;border-radius:0 2px 0 0;-moz-border-radius:0 2px 0 0;-webkit-border-radius:0 2px 0 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.custom-theme textarea.fr-code{background:#ffffff;color:#000000}.custom-theme.fr-box.fr-code-view.fr-inline{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.custom-theme.fr-box.fr-inline .fr-command.fr-btn.html-switch{top:0;right:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background:#ffffff;color:#36394D;-moz-outline:0;outline:0;border:0;padding:12px 12px;-webkit-transition:background 0.2s ease 0s;-moz-transition:background 0.2s ease 0s;-ms-transition:background 0.2s ease 0s;-o-transition:background 0.2s ease 0s}.custom-theme.fr-box.fr-inline .fr-command.fr-btn.html-switch i{font-size:14px;width:14px}.custom-theme.fr-box.fr-inline .fr-command.fr-btn.html-switch.fr-desktop:hover{background:#ebebeb}.custom-theme.fr-popup .fr-colors-tabs{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.custom-theme.fr-popup .fr-colors-tabs .fr-colors-tab{color:#333333;padding:8px 0}.custom-theme.fr-popup .fr-colors-tabs .fr-colors-tab:hover,.custom-theme.fr-popup .fr-colors-tabs .fr-colors-tab:focus{color:#1b9eea}.custom-theme.fr-popup .fr-colors-tabs .fr-colors-tab[data-param1="background"]::after{bottom:0;left:0;background:#1b9eea;-webkit-transition:transform 0.2s ease 0s;-moz-transition:transform 0.2s ease 0s;-ms-transition:transform 0.2s ease 0s;-o-transition:transform 0.2s ease 0s}.custom-theme.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab{color:#1b9eea}.custom-theme.fr-popup .fr-color-set{line-height:0}.custom-theme.fr-popup .fr-color-set>span>i{bottom:0;left:0}.custom-theme.fr-popup .fr-color-set>span .fr-selected-color{color:#ffffff;font-weight:400;top:0;bottom:0;right:0;left:0}.custom-theme.fr-popup .fr-color-set>span:hover,.custom-theme.fr-popup .fr-color-set>span:focus{outline:1px solid #333333}.custom-theme .fr-drag-helper{background:#1b9eea}.custom-theme.fr-popup .fr-link:focus{background:#ebebeb}.custom-theme .fr-file-upload-layer{border:dashed 2px #bdbdbd;padding:25px 0}.custom-theme .fr-file-upload-layer:hover{background:#ebebeb}.custom-theme .fr-file-upload-layer.fr-drop{background:#ebebeb;border-color:#1b9eea}.custom-theme .fr-file-upload-layer .fr-form{top:0;bottom:0;left:0;right:0}.custom-theme .fr-file-progress-bar-layer>h3{margin:10px 0}.custom-theme .fr-file-progress-bar-layer>div.fr-loader{background:#bbe2f9}.custom-theme .fr-file-progress-bar-layer>div.fr-loader span{background:#1b9eea;-webkit-transition:width 0.2s ease 0s;-moz-transition:width 0.2s ease 0s;-ms-transition:width 0.2s ease 0s;-o-transition:width 0.2s ease 0s}.custom-theme .fr-file-progress-bar-layer>div.fr-loader.fr-indeterminate span{top:0}.custom-theme.fr-box.fr-fullscreen{top:0;left:0;bottom:0;right:0}.custom-theme.fr-box.fr-fullscreen .fr-wrapper{height:calc(100% - 40px) !important}.custom-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tr{border:0}.custom-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody tr{border-bottom:solid 1px #ebebeb}.custom-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:first-child{color:#707070}.custom-theme .fr-image-resizer{border:solid 1px #1b9eea}.custom-theme .fr-image-resizer .fr-handler{background:#1b9eea;border:solid 1px #ffffff}.custom-theme .fr-image-resizer .fr-handler{width:12px;height:12px}.custom-theme .fr-image-resizer .fr-handler.fr-hnw{left:-6px;top:-6px}.custom-theme .fr-image-resizer .fr-handler.fr-hne{right:-6px;top:-6px}.custom-theme .fr-image-resizer .fr-handler.fr-hsw{left:-6px;bottom:-6px}.custom-theme .fr-image-resizer .fr-handler.fr-hse{right:-6px;bottom:-6px}@media (min-width: 1200px){.custom-theme .fr-image-resizer .fr-handler{width:10px;height:10px}.custom-theme .fr-image-resizer .fr-handler.fr-hnw{left:-5px;top:-5px}.custom-theme .fr-image-resizer .fr-handler.fr-hne{right:-5px;top:-5px}.custom-theme .fr-image-resizer .fr-handler.fr-hsw{left:-5px;bottom:-5px}.custom-theme .fr-image-resizer .fr-handler.fr-hse{right:-5px;bottom:-5px}}.custom-theme.fr-image-overlay{top:0;left:0;bottom:0;right:0}.custom-theme .fr-image-upload-layer{border:dashed 2px #bdbdbd;padding:25px 0}.custom-theme .fr-image-upload-layer:hover{background:#ebebeb}.custom-theme .fr-image-upload-layer.fr-drop{background:#ebebeb;border-color:#1b9eea}.custom-theme .fr-image-upload-layer .fr-form{top:0;bottom:0;left:0;right:0}.custom-theme .fr-image-progress-bar-layer>h3{margin:10px 0}.custom-theme .fr-image-progress-bar-layer>div.fr-loader{background:#bbe2f9}.custom-theme .fr-image-progress-bar-layer>div.fr-loader span{background:#1b9eea;-webkit-transition:width 0.2s ease 0s;-moz-transition:width 0.2s ease 0s;-ms-transition:width 0.2s ease 0s;-o-transition:width 0.2s ease 0s}.custom-theme .fr-image-progress-bar-layer>div.fr-loader.fr-indeterminate span{top:0}.custom-theme.fr-modal-head .fr-modal-head-line i.fr-modal-more{-webkit-transition:padding 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s;-moz-transition:padding 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s;-ms-transition:padding 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s;-o-transition:padding 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s}.custom-theme.fr-modal-head .fr-modal-head-line i.fr-modal-more.fr-not-available{opacity:0;width:0;padding:12px 0}.custom-theme.fr-modal-head .fr-modal-tags a{opacity:0;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;color:#1b9eea;-webkit-transition:opacity 0.2s ease 0s, background 0.2s ease 0s;-moz-transition:opacity 0.2s ease 0s, background 0.2s ease 0s;-ms-transition:opacity 0.2s ease 0s, background 0.2s ease 0s;-o-transition:opacity 0.2s ease 0s, background 0.2s ease 0s}.custom-theme.fr-modal-head .fr-modal-tags a.fr-selected-tag{background:#d6d6d6}.custom-themediv.fr-modal-body .fr-preloader{margin:50px auto}.custom-themediv.fr-modal-body div.fr-image-list{padding:0}.custom-themediv.fr-modal-body div.fr-image-list div.fr-image-container{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.custom-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::after{-webkit-transition:opacity 0.2s ease 0s;-moz-transition:opacity 0.2s ease 0s;-ms-transition:opacity 0.2s ease 0s;-o-transition:opacity 0.2s ease 0s;background:#36394D;top:0;left:0;bottom:0;right:0}.custom-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::before{color:#ffffff;top:0;left:0;bottom:0;right:0;margin:auto}.custom-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty{background:#cccccc}.custom-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty::after{margin:auto;top:0;bottom:0;left:0;right:0}.custom-themediv.fr-modal-body div.fr-image-list div.fr-image-container img{-webkit-transition:opacity 0.2s ease 0s, filter 0.2s ease 0s;-moz-transition:opacity 0.2s ease 0s, filter 0.2s ease 0s;-ms-transition:opacity 0.2s ease 0s, filter 0.2s ease 0s;-o-transition:opacity 0.2s ease 0s, filter 0.2s ease 0s}.custom-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img,.custom-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img{-webkit-transition:background 0.2s ease 0s, color 0.2s ease 0s;-moz-transition:background 0.2s ease 0s, color 0.2s ease 0s;-ms-transition:background 0.2s ease 0s, color 0.2s ease 0s;-o-transition:background 0.2s ease 0s, color 0.2s ease 0s;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;margin:0}.custom-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img{background:#b8312f;color:#ffffff}.custom-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img{background:#ffffff;color:#1b9eea}.custom-theme.custom-theme.fr-desktop .fr-modal-wrapper .fr-modal-head .fr-modal-tags a:hover{background:#ebebeb}.custom-theme.custom-theme.fr-desktop .fr-modal-wrapper .fr-modal-head .fr-modal-tags a.fr-selected-tag{background:#d6d6d6}.custom-theme.custom-theme.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img:hover{background:#bf4644;color:#ffffff}.custom-theme.custom-theme.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img:hover{background:#ebebeb}.custom-theme .fr-line-breaker{border-top:1px solid #1b9eea}.custom-theme .fr-line-breaker a.fr-floating-btn{left:calc(34%);top:-16px}.custom-theme .fr-qi-helper{padding-left:20px}.custom-theme .fr-qi-helper a.fr-btn.fr-floating-btn{color:#333333}.custom-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-special-characters-modal .fr-special-character{border:1px solid #cccccc}.custom-theme .fr-element table td.fr-selected-cell,.fr-view table td.fr-selected-cell,.custom-theme .fr-element table th.fr-selected-cell,.fr-view table th.fr-selected-cell{border:1px double #1b9eea !important}.custom-theme .fr-table-resizer div{border-right:1px solid #1b9eea}.custom-theme.fr-popup .fr-table-size .fr-select-table-size{line-height:0}.custom-theme.fr-popup .fr-table-size .fr-select-table-size>span{padding:0px 4px 4px 0}.custom-theme.fr-popup .fr-table-size .fr-select-table-size>span>span{border:1px solid #dddddd}.custom-theme.fr-popup .fr-table-size .fr-select-table-size>span.hover>span{background:rgba(27,158,234,0.3);border:solid 1px #1b9eea}.custom-theme.fr-popup .fr-table-colors{line-height:0}.custom-theme.fr-popup .fr-table-colors>span>i{bottom:0;left:0}.custom-theme.fr-popup .fr-table-colors>span:focus{outline:1px solid #333333}.custom-theme .fr-element .fr-video::after{top:0;left:0;right:0;bottom:0}.custom-theme.fr-box .fr-video-resizer{border:solid 1px #1b9eea}.custom-theme.fr-box .fr-video-resizer .fr-handler{background:#1b9eea;border:solid 1px #ffffff}.custom-theme.fr-box .fr-video-resizer .fr-handler{width:12px;height:12px}.custom-theme.fr-box .fr-video-resizer .fr-handler.fr-hnw{left:-6px;top:-6px}.custom-theme.fr-box .fr-video-resizer .fr-handler.fr-hne{right:-6px;top:-6px}.custom-theme.fr-box .fr-video-resizer .fr-handler.fr-hsw{left:-6px;bottom:-6px}.custom-theme.fr-box .fr-video-resizer .fr-handler.fr-hse{right:-6px;bottom:-6px}@media (min-width: 1200px){.custom-theme.fr-box .fr-video-resizer .fr-handler{width:10px;height:10px}.custom-theme.fr-box .fr-video-resizer .fr-handler.fr-hnw{left:-5px;top:-5px}.custom-theme.fr-box .fr-video-resizer .fr-handler.fr-hne{right:-5px;top:-5px}.custom-theme.fr-box .fr-video-resizer .fr-handler.fr-hsw{left:-5px;bottom:-5px}.custom-theme.fr-box .fr-video-resizer .fr-handler.fr-hse{right:-5px;bottom:-5px}}.custom-theme .fr-video-upload-layer{border:dashed 2px #bdbdbd;padding:25px 0}.custom-theme .fr-video-upload-layer:hover{background:#ebebeb}.custom-theme .fr-video-upload-layer.fr-drop{background:#ebebeb;border-color:#1b9eea}.custom-theme .fr-video-upload-layer .fr-form{top:0;bottom:0;left:0;right:0}.custom-theme .fr-video-progress-bar-layer>h3{margin:10px 0}.custom-theme .fr-video-progress-bar-layer>div.fr-loader{background:#bbe2f9}.custom-theme .fr-video-progress-bar-layer>div.fr-loader span{background:#1b9eea;-webkit-transition:width 0.2s ease 0s;-moz-transition:width 0.2s ease 0s;-ms-transition:width 0.2s ease 0s;-o-transition:width 0.2s ease 0s}.custom-theme .fr-video-progress-bar-layer>div.fr-loader.fr-indeterminate span{top:0}.custom-theme.fr-video-overlay{top:0;left:0;bottom:0;right:0}.custom-theme .fr-view strong,.fr-view strong{font-weight:700}.custom-theme .fr-view table.fr-alternate-rows tbody tr:nth-child(2n),.fr-view table.fr-alternate-rows tbody tr:nth-child(2n){background:#f5f5f5}.custom-theme .fr-view table td,.fr-view table td,.custom-theme .fr-view table th,.fr-view table th{border:1px solid #dddddd}.custom-theme .fr-view table th,.fr-view table th{background:#eeeef0}.custom-theme .fr-view[dir="rtl"] blockquote,.fr-view[dir="rtl"] blockquote{border-right:solid 2px #5e35b1;margin-right:0}.custom-theme .fr-view[dir="rtl"] blockquote blockquote,.fr-view[dir="rtl"] blockquote blockquote{border-color:#00bcd4}.custom-theme .fr-view[dir="rtl"] blockquote blockquote blockquote,.fr-view[dir="rtl"] blockquote blockquote blockquote{border-color:#43a047}.custom-theme .fr-view blockquote,.fr-view blockquote{border-left:solid 2px #5e35b1;margin-left:0;color:#5e35b1;padding-left:5px}.custom-theme .fr-view blockquote blockquote,.fr-view blockquote blockquote{border-color:#00bcd4;color:#00bcd4}.custom-theme .fr-view blockquote blockquote blockquote,.fr-view blockquote blockquote blockquote{border-color:#43a047;color:#43a047}.custom-theme .fr-view span.fr-emoticon,.fr-view span.fr-emoticon{line-height:0}.custom-theme .fr-view span.fr-emoticon.fr-emoticon-img,.fr-view span.fr-emoticon.fr-emoticon-img{font-size:inherit}.custom-theme .fr-view .fr-text-bordered,.fr-view .fr-text-bordered{padding:10px 0}.custom-theme .fr-view img.fr-bordered,.fr-view img.fr-bordered{border:2px solid #ccc}.custom-theme .fr-view img.fr-rounded,.fr-view img.fr-rounded{border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.custom-theme .fr-view img,.fr-view img{position:relative;max-width:100%}.custom-theme .fr-view img.fr-dib,.fr-view img.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}.custom-theme img.fr-shadow,.custom-theme .fr-img-caption.fr-shadow img{-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 1px 1px rgba(0,0,0,0.16);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 1px 1px rgba(0,0,0,0.16);box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 1px 1px rgba(0,0,0,0.16)}.custom-theme .fr-view .fr-img-caption .fr-img-wrap{padding:0;display:inline-block;margin:auto;text-align:center;width:100%}.custom-theme .fr-view .fr-img-caption .fr-img-wrap img{display:block;margin:auto;width:100%}.custom-theme .fr-view span.fr-img-caption.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}.custom-theme .fr-view span.fr-img-caption.fr-dib.fr-fil{margin-left:0;text-align:left}.custom-theme .fr-view img.fr-dib.fr-fil,.fr-view img.fr-dib.fr-fil{margin-left:0;text-align:left}.custom-theme .fr-view span.fr-img-caption.fr-dib.fr-fir{margin-right:0;text-align:right}.custom-theme .fr-view img.fr-dib.fr-fir,.fr-view img.fr-dib.fr-fir{margin-right:0;text-align:right}.custom-theme .fr-view img.fr-dii,.fr-view img.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}.custom-theme .fr-view img.fr-dii.fr-fil,.fr-view img.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}.custom-theme .fr-view img.fr-dii.fr-fir,.fr-view img.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}.custom-theme .fr-tooltip{top:0;left:0;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background:#36394D;color:#ffffff;font-size:11px;line-height:22px;font-family:Arial, Helvetica, sans-serif;-webkit-transition:opacity 0.2s ease 0s;-moz-transition:opacity 0.2s ease 0s;-ms-transition:opacity 0.2s ease 0s;-o-transition:opacity 0.2s ease 0s}.custom-theme.fr-toolbar .fr-command.fr-btn,.custom-theme.fr-popup .fr-command.fr-btn{color:#36394D;-moz-outline:0;outline:0;border:0;margin:0px 2px;-webkit-transition:background 0.2s ease 0s;-moz-transition:background 0.2s ease 0s;-ms-transition:background 0.2s ease 0s;-o-transition:background 0.2s ease 0s;padding:0;width:38px;height:38px}.custom-theme.fr-toolbar .fr-command.fr-btn::-moz-focus-inner,.custom-theme.fr-popup .fr-command.fr-btn::-moz-focus-inner{border:0}.custom-theme.fr-toolbar .fr-command.fr-btn.fr-btn-text,.custom-theme.fr-popup .fr-command.fr-btn.fr-btn-text{width:auto}.custom-theme.fr-toolbar .fr-command.fr-btn i,.custom-theme.fr-popup .fr-command.fr-btn i{font-size:14px;width:14px;margin:12px 12px}.custom-theme.fr-toolbar .fr-command.fr-btn span,.custom-theme.fr-popup .fr-command.fr-btn span{font-size:14px;line-height:17px;min-width:38px;height:17px;padding:0 2px}.custom-theme.fr-toolbar .fr-command.fr-btn img,.custom-theme.fr-popup .fr-command.fr-btn img{margin:12px 12px;width:14px}.custom-theme.fr-toolbar .fr-command.fr-btn.fr-active,.custom-theme.fr-popup .fr-command.fr-btn.fr-active{color:#1b9eea;background:transparent}.custom-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection,.custom-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection{width:auto}.custom-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown i,.custom-theme.fr-popup .fr-command.fr-btn.fr-dropdown i,.custom-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown span,.custom-theme.fr-popup .fr-command.fr-btn.fr-dropdown span,.custom-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown img,.custom-theme.fr-popup .fr-command.fr-btn.fr-dropdown img{margin-left:8px;margin-right:16px}.custom-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active,.custom-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active{color:#36394D;background:#d6d6d6}.custom-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover,.custom-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover,.custom-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus,.custom-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus{background:#d6d6d6 !important;color:#36394D !important}.custom-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,.custom-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,.custom-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus::after,.custom-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus::after{border-top-color:#36394D !important}.custom-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown::after,.custom-theme.fr-popup .fr-command.fr-btn.fr-dropdown::after{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #36394D;right:4px;top:17px}.custom-theme.fr-toolbar .fr-command.fr-btn.fr-disabled,.custom-theme.fr-popup .fr-command.fr-btn.fr-disabled{color:#bdbdbd}.custom-theme.fr-toolbar .fr-command.fr-btn.fr-disabled::after,.custom-theme.fr-popup .fr-command.fr-btn.fr-disabled::after{border-top-color:#bdbdbd !important}.custom-theme.fr-toolbar.fr-disabled .fr-btn,.custom-theme.fr-popup.fr-disabled .fr-btn,.custom-theme.fr-toolbar.fr-disabled .fr-btn.fr-active,.custom-theme.fr-popup.fr-disabled .fr-btn.fr-active{color:#bdbdbd}.custom-theme.fr-toolbar.fr-disabled .fr-btn.fr-dropdown::after,.custom-theme.fr-popup.fr-disabled .fr-btn.fr-dropdown::after,.custom-theme.fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown::after,.custom-theme.fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown::after{border-top-color:#bdbdbd}.custom-theme.fr-desktop .fr-command:hover,.custom-theme.fr-desktop .fr-command:focus{color:#333333;background:#ebebeb}.custom-theme.fr-desktop .fr-command:hover::after,.custom-theme.fr-desktop .fr-command:focus::after{border-top-color:#333333 !important}.custom-theme.fr-desktop .fr-command.fr-selected{color:#36394D;background:#d6d6d6}.custom-theme.fr-desktop .fr-command.fr-active:hover,.custom-theme.fr-desktop .fr-command.fr-active:focus{color:#1b9eea;background:#ebebeb}.custom-theme.fr-desktop .fr-command.fr-active.fr-selected{color:#1b9eea;background:#d6d6d6}.custom-theme.fr-toolbar.fr-mobile .fr-command.fr-blink,.custom-theme.fr-popup.fr-mobile .fr-command.fr-blink{background:transparent}.custom-theme .fr-command.fr-btn+.fr-dropdown-menu{right:auto;bottom:auto;height:auto;border-radius:0 0 2px 2px;-moz-border-radius:0 0 2px 2px;-webkit-border-radius:0 0 2px 2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.custom-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper{background:#ffffff;padding:0;margin:auto;-webkit-transition:max-height 0.2s ease 0s;-moz-transition:max-height 0.2s ease 0s;-ms-transition:max-height 0.2s ease 0s;-o-transition:max-height 0.2s ease 0s;margin-top:0;max-height:0;height:0}.custom-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content{overflow:auto;max-height:275px}.custom-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list{margin:0;padding:0}.custom-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li{padding:0;margin:0}.custom-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a{color:inherit}.custom-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active{background:#d6d6d6}.custom-theme .fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled{color:#bdbdbd}.custom-theme .fr-command.fr-btn.fr-active+.fr-dropdown-menu{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.custom-theme .fr-command.fr-btn.fr-active+.fr-dropdown-menu .fr-dropdown-wrapper{height:auto;max-height:275px}.custom-theme .fr-bottom>.fr-command.fr-btn+.fr-dropdown-menu{border-radius:2px 2px 0 0;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.custom-theme.fr-modal{color:#333333;font-family:Arial, Helvetica, sans-serif;overflow-x:auto;top:0;left:0;bottom:0;right:0}.custom-theme.fr-modal .fr-modal-wrapper{border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;margin:20px auto;background:#ffffff;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border:1px solid #e2e2e2;border-top:1px solid #e2e2e2}@media (min-width: 768px) and (max-width: 991px){.custom-theme.fr-modal .fr-modal-wrapper{margin:30px auto}}@media (min-width: 992px){.custom-theme.fr-modal .fr-modal-wrapper{margin:50px auto}}.custom-theme.fr-modal .fr-modal-wrapper .fr-modal-head{background:#ffffff;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border-bottom:1px solid #e2e2e2;-webkit-transition:height 0.2s ease 0s;-moz-transition:height 0.2s ease 0s;-ms-transition:height 0.2s ease 0s;-o-transition:height 0.2s ease 0s}.custom-theme.fr-modal .fr-modal-wrapper .fr-modal-head i{color:#333333}.custom-theme.fr-modal .fr-modal-wrapper .fr-modal-head i.fr-modal-close{top:0;right:0;-webkit-transition:color 0.2s ease 0s;-moz-transition:color 0.2s ease 0s;-ms-transition:color 0.2s ease 0s;-o-transition:color 0.2s ease 0s}.custom-theme.fr-modal .fr-modal-wrapper .fr-modal-head h4{margin:0;font-weight:400}.custom-theme.custom-theme.fr-desktop .fr-modal-wrapper .fr-modal-head i:hover{background:#ebebeb}.custom-theme.fr-overlay{top:0;bottom:0;left:0;right:0;background:#000000}.custom-theme.fr-popup{color:#333333;background:#ffffff;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;font-family:Arial, Helvetica, sans-serif;border:1px solid #e2e2e2;border-top:1px solid #e2e2e2}.custom-theme.fr-popup .fr-input-focus{background:#f5f5f5}.custom-theme.fr-popup.fr-above{border-top:0;border-bottom:1px solid #e2e2e2;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.custom-theme.fr-popup .fr-input-line{padding:12px 0}.custom-theme.fr-popup .fr-input-line input[type="text"],.custom-theme.fr-popup .fr-input-line textarea{margin:0px 0 1px 0;border-bottom:solid 1px #bdbdbd;color:#333333}.custom-theme.fr-popup .fr-input-line input[type="text"]:focus,.custom-theme.fr-popup .fr-input-line textarea:focus{border-bottom:solid 2px #1b9eea}.custom-theme.fr-popup .fr-input-line input+label,.custom-theme.fr-popup .fr-input-line textarea+label{top:0;left:0;-webkit-transition:color 0.2s ease 0s;-moz-transition:color 0.2s ease 0s;-ms-transition:color 0.2s ease 0s;-o-transition:color 0.2s ease 0s;background:#ffffff}.custom-theme.fr-popup .fr-input-line input.fr-not-empty:focus+label,.custom-theme.fr-popup .fr-input-line textarea.fr-not-empty:focus+label{color:#1b9eea}.custom-theme.fr-popup .fr-input-line input.fr-not-empty+label,.custom-theme.fr-popup .fr-input-line textarea.fr-not-empty+label{color:#808080}.custom-theme.fr-popup .fr-buttons{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;padding:0 2px;line-height:0;border-bottom:1px solid #e2e2e2}.custom-theme.fr-popup .fr-action-buttons button.fr-command{color:#1b9eea;-webkit-transition:background 0.2s ease 0s;-moz-transition:background 0.2s ease 0s;-ms-transition:background 0.2s ease 0s;-o-transition:background 0.2s ease 0s}.custom-theme.fr-popup .fr-action-buttons button.fr-command:hover,.custom-theme.fr-popup .fr-action-buttons button.fr-command:focus{background:#ebebeb;color:#1b9eea}.custom-theme.fr-popup .fr-action-buttons button.fr-command:active{background:#d6d6d6;color:#1b9eea}.custom-theme.fr-popup .fr-action-buttons button::-moz-focus-inner{border:0}.custom-theme.fr-popup .fr-checkbox span{border:solid 1px #333333;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-transition:background 0.2s ease 0s, border-color 0.2s ease 0s;-moz-transition:background 0.2s ease 0s, border-color 0.2s ease 0s;-ms-transition:background 0.2s ease 0s, border-color 0.2s ease 0s;-o-transition:background 0.2s ease 0s, border-color 0.2s ease 0s}.custom-theme.fr-popup .fr-checkbox input{margin:0;padding:0}.custom-theme.fr-popup .fr-checkbox input:checked+span{background:#1b9eea;border-color:#1b9eea}.custom-theme.fr-popup .fr-checkbox input:focus+span{border-color:#1b9eea}.custom-theme.fr-popup.fr-rtl .fr-input-line input+label,.custom-theme.fr-popup.fr-rtl .fr-input-line textarea+label{left:auto;right:0}.custom-theme.fr-popup .fr-arrow{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #222222;top:-9px;margin-left:-5px}.custom-theme.fr-popup.fr-above .fr-arrow{top:auto;bottom:-9px;border-bottom:0;border-top:5px solid #222222}@media (min-width: 768px){.custom-theme.fr-popup .fr-layer{width:225px}}.custom-theme.fr-toolbar{color:#333333;background:#ffffff;font-family:Arial, Helvetica, sans-serif;padding:0 2px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border:1px solid #e2e2e2;border-top:1px solid #e2e2e2}.custom-theme.fr-toolbar.fr-inline .fr-arrow{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #222222;top:-9px;margin-left:-5px}.custom-theme.fr-toolbar.fr-inline.fr-above{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border-bottom:1px solid #e2e2e2;border-top:0}.custom-theme.fr-toolbar.fr-inline.fr-above .fr-arrow{top:auto;bottom:-9px;border-bottom:0;border-top-color:inherit;border-top-width:5px}.custom-theme.fr-toolbar.fr-top{top:0;padding:0;border-radius:2px 2px 0 0;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.custom-theme.fr-toolbar.fr-bottom{bottom:0;border-radius:0 0 2px 2px;-moz-border-radius:0 0 2px 2px;-webkit-border-radius:0 0 2px 2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.custom-theme .fr-separator{background:#ebebeb}.custom-theme .fr-separator.fr-vs{height:34px;width:1px;margin:2px}.custom-theme .fr-separator.fr-hs{height:1px;width:calc(96%);margin:0 2px}.custom-theme .fr-view table td.fr-thick,.fr-view table td.fr-thick,.custom-theme .fr-view table th.fr-thick,.fr-view table th.fr-thick{border-width:2px}.custom-theme .fr-element table td.fr-highlighted,.fr-view table td.fr-highlighted,.custom-theme .fr-element table th.fr-highlighted,.fr-view table th.fr-highlighted{border:1px double red}.custom-theme .fr-view table.fr-dashed-borders td,.fr-view table.fr-dashed-borders td,.custom-theme .fr-view table.fr-dashed-borders th,.fr-view table.fr-dashed-borders th{border-style:dashed}.custom-theme .fr-view table.fr-dashed-borders td,.fr-view table.fr-dashed-borders td,.custom-theme .fr-view table.fr-dashed-borders th,.fr-view table.fr-dashed-borders th{border-style:dashed}.custom-theme .fr-popup .fr-arrow{opacity:0}.custom-theme .fr-view ul,.fr-view ul{margin-top:1em !important;padding-left:40px !important}.custom-theme .fr-view ul li,.fr-view ul li{border:none;padding:none}.custom-theme .fr-view ol,.fr-view ol{margin-top:1em !important;padding-left:40px !important}.custom-theme .fr-view ol li,.fr-view ol li{border:none;padding:none}.fr-audio audio{width:100%}.fr-view img.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}.fr-view img.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}.fr-view .fr-video{text-align:center;position:relative}.fr-view .fr-video.fr-dvb{display:block;clear:both}.fr-view .fr-video.fr-dvb.fr-fvl{text-align:left}.fr-view .fr-video.fr-dvb.fr-fvr{text-align:right}.fr-view .fr-video.fr-dvi.fr-fvl{float:left}.fr-view .fr-video.fr-dvi.fr-fvr{float:right}.custom-theme.fr-desktop .fr-command:hover:not(.fr-table-cell),.custom-theme.fr-desktop .fr-command:focus:not(.fr-table-cell),.custom-theme.fr-desktop .fr-command.fr-btn-hover:not(.fr-table-cell),.custom-theme.fr-desktop .fr-command.fr-expanded:not(.fr-table-cell){background:#F2F3F5}.custom-theme.fr-desktop .fr-command.fr-selected:not(.fr-table-cell),.custom-theme.fr-desktop .fr-command:active{background:transparent;color:#5668C7}.custom-theme.fr-toolbar .fr-command.fr-btn.fr-active,.custom-theme.fr-popup .fr-command.fr-btn.fr-active{color:#5668C7}.custom-theme.fr-toolbar .fr-newline{margin:0}.custom-theme.fr-popup .fr-layer{margin:16px}.custom-theme.fr-popup #manage-videos{margin-right:8px;padding:10px;color:#1b9eea}.custom-theme.fr-popup #manage-videos:hover{text-decoration:none}
diff --git a/cadline/docroot/beiratkozas/public/css/toga-icons.css b/cadline/docroot/beiratkozas/public/css/toga-icons.css
new file mode 100644
index 00000000..82c08281
--- /dev/null
+++ b/cadline/docroot/beiratkozas/public/css/toga-icons.css
@@ -0,0 +1,422 @@
+@font-face {
+ font-family: "toga-icons";
+ font-display: block;
+ src: url("toga-icons.eot?cb61078f48768850a8f1f9b1f8364825?#iefix") format("embedded-opentype"),
+url("toga-icons.woff2?cb61078f48768850a8f1f9b1f8364825") format("woff2"),
+url("toga-icons.woff?cb61078f48768850a8f1f9b1f8364825") format("woff");
+}
+
+.toga-icon {
+ display: inline-block;
+ speak: none;
+ font-style: normal;
+ font-weight: normal;
+ font-variant: normal;
+ text-transform: none;
+ line-height: 1;
+
+ /* Better Font Rendering =========== */
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
+
+.toga-icon:before {
+ font-family: toga-icons !important;
+ font-style: normal;
+ font-weight: normal !important;
+ vertical-align: top;
+}
+
+.toga-icon-apps:before {
+ content: "\f101";
+}
+.toga-icon-arrow-down:before {
+ content: "\f102";
+}
+.toga-icon-arrow-grow:before {
+ content: "\f103";
+}
+.toga-icon-arrow-left:before {
+ content: "\f104";
+}
+.toga-icon-arrow-redo:before {
+ content: "\f105";
+}
+.toga-icon-arrow-right:before {
+ content: "\f106";
+}
+.toga-icon-arrow-shrink:before {
+ content: "\f107";
+}
+.toga-icon-arrow-undo:before {
+ content: "\f108";
+}
+.toga-icon-arrow-up-right:before {
+ content: "\f109";
+}
+.toga-icon-arrow-up:before {
+ content: "\f10a";
+}
+.toga-icon-beta:before {
+ content: "\f10b";
+}
+.toga-icon-bookmark-fill:before {
+ content: "\f10c";
+}
+.toga-icon-bookmark-outline-add:before {
+ content: "\f10d";
+}
+.toga-icon-bookmark-outline:before {
+ content: "\f10e";
+}
+.toga-icon-bullet:before {
+ content: "\f10f";
+}
+.toga-icon-caret-fill-down:before {
+ content: "\f110";
+}
+.toga-icon-caret-fill-left:before {
+ content: "\f111";
+}
+.toga-icon-caret-fill-right:before {
+ content: "\f112";
+}
+.toga-icon-caret-fill-up-down:before {
+ content: "\f113";
+}
+.toga-icon-caret-fill-up:before {
+ content: "\f114";
+}
+.toga-icon-caret-stroke-down:before {
+ content: "\f115";
+}
+.toga-icon-caret-stroke-left:before {
+ content: "\f116";
+}
+.toga-icon-caret-stroke-right:before {
+ content: "\f117";
+}
+.toga-icon-caret-stroke-up:before {
+ content: "\f118";
+}
+.toga-icon-certificate:before {
+ content: "\f119";
+}
+.toga-icon-checkbox-empty:before {
+ content: "\f11a";
+}
+.toga-icon-checkbox-indeterminate:before {
+ content: "\f11b";
+}
+.toga-icon-checkbox-selected:before {
+ content: "\f11c";
+}
+.toga-icon-checkmark:before {
+ content: "\f11d";
+}
+.toga-icon-circle-fill-check:before {
+ content: "\f11e";
+}
+.toga-icon-circle-fill-dash:before {
+ content: "\f11f";
+}
+.toga-icon-circle-fill-info:before {
+ content: "\f120";
+}
+.toga-icon-circle-fill-x:before {
+ content: "\f121";
+}
+.toga-icon-circle-outline-info:before {
+ content: "\f122";
+}
+.toga-icon-circle-outline-play:before {
+ content: "\f123";
+}
+.toga-icon-circle-outline-price:before {
+ content: "\f124";
+}
+.toga-icon-circle-slash:before {
+ content: "\f125";
+}
+.toga-icon-cog:before {
+ content: "\f126";
+}
+.toga-icon-column-select:before {
+ content: "\f127";
+}
+.toga-icon-connection:before {
+ content: "\f128";
+}
+.toga-icon-content-assignment:before {
+ content: "\f129";
+}
+.toga-icon-content-audio:before {
+ content: "\f12a";
+}
+.toga-icon-content-discussions:before {
+ content: "\f12b";
+}
+.toga-icon-content-download:before {
+ content: "\f12c";
+}
+.toga-icon-content-exam:before {
+ content: "\f12d";
+}
+.toga-icon-content-live:before {
+ content: "\f12e";
+}
+.toga-icon-content-multimedia:before {
+ content: "\f12f";
+}
+.toga-icon-content-pdf:before {
+ content: "\f130";
+}
+.toga-icon-content-presentation:before {
+ content: "\f131";
+}
+.toga-icon-content-quiz:before {
+ content: "\f132";
+}
+.toga-icon-content-survey:before {
+ content: "\f133";
+}
+.toga-icon-content-text:before {
+ content: "\f134";
+}
+.toga-icon-content-video:before {
+ content: "\f135";
+}
+.toga-icon-data-download:before {
+ content: "\f136";
+}
+.toga-icon-data-export:before {
+ content: "\f137";
+}
+.toga-icon-data-import:before {
+ content: "\f138";
+}
+.toga-icon-discussions:before {
+ content: "\f139";
+}
+.toga-icon-document:before {
+ content: "\f13a";
+}
+.toga-icon-download:before {
+ content: "\f13b";
+}
+.toga-icon-ellipsis-v:before {
+ content: "\f13c";
+}
+.toga-icon-enrollment-add:before {
+ content: "\f13d";
+}
+.toga-icon-enrollment-remove:before {
+ content: "\f13e";
+}
+.toga-icon-envelope:before {
+ content: "\f13f";
+}
+.toga-icon-eye-slash:before {
+ content: "\f140";
+}
+.toga-icon-eye:before {
+ content: "\f141";
+}
+.toga-icon-filter:before {
+ content: "\f142";
+}
+.toga-icon-flag:before {
+ content: "\f143";
+}
+.toga-icon-folder:before {
+ content: "\f144";
+}
+.toga-icon-graph-bar:before {
+ content: "\f145";
+}
+.toga-icon-group-add:before {
+ content: "\f146";
+}
+.toga-icon-group-remove:before {
+ content: "\f147";
+}
+.toga-icon-handle-drag:before {
+ content: "\f148";
+}
+.toga-icon-header:before {
+ content: "\f149";
+}
+.toga-icon-heart-fill:before {
+ content: "\f14a";
+}
+.toga-icon-heart-outline:before {
+ content: "\f14b";
+}
+.toga-icon-home:before {
+ content: "\f14c";
+}
+.toga-icon-icon-communities:before {
+ content: "\f14d";
+}
+.toga-icon-image:before {
+ content: "\f14e";
+}
+.toga-icon-key:before {
+ content: "\f14f";
+}
+.toga-icon-link:before {
+ content: "\f150";
+}
+.toga-icon-location:before {
+ content: "\f151";
+}
+.toga-icon-lock:before {
+ content: "\f152";
+}
+.toga-icon-magnifying-glass:before {
+ content: "\f153";
+}
+.toga-icon-menu:before {
+ content: "\f154";
+}
+.toga-icon-message:before {
+ content: "\f155";
+}
+.toga-icon-minus:before {
+ content: "\f156";
+}
+.toga-icon-new-window:before {
+ content: "\f157";
+}
+.toga-icon-page-duplicate:before {
+ content: "\f158";
+}
+.toga-icon-page-new:before {
+ content: "\f159";
+}
+.toga-icon-page:before {
+ content: "\f15a";
+}
+.toga-icon-pencil:before {
+ content: "\f15b";
+}
+.toga-icon-people:before {
+ content: "\f15c";
+}
+.toga-icon-pin:before {
+ content: "\f15d";
+}
+.toga-icon-plane:before {
+ content: "\f15e";
+}
+.toga-icon-play:before {
+ content: "\f15f";
+}
+.toga-icon-plus:before {
+ content: "\f160";
+}
+.toga-icon-radio-empty:before {
+ content: "\f161";
+}
+.toga-icon-radio-selected:before {
+ content: "\f162";
+}
+.toga-icon-record:before {
+ content: "\f163";
+}
+.toga-icon-redirect:before {
+ content: "\f164";
+}
+.toga-icon-refresh:before {
+ content: "\f165";
+}
+.toga-icon-reply:before {
+ content: "\f166";
+}
+.toga-icon-report:before {
+ content: "\f167";
+}
+.toga-icon-share:before {
+ content: "\f168";
+}
+.toga-icon-shield:before {
+ content: "\f169";
+}
+.toga-icon-smiley-face:before {
+ content: "\f16a";
+}
+.toga-icon-social-facebook:before {
+ content: "\f16b";
+}
+.toga-icon-social-google-colorized:before {
+ content: "\f16c";
+}
+.toga-icon-social-google:before {
+ content: "\f16d";
+}
+.toga-icon-social-linkedIn:before {
+ content: "\f16e";
+}
+.toga-icon-social-twitter:before {
+ content: "\f16f";
+}
+.toga-icon-speaker:before {
+ content: "\f170";
+}
+.toga-icon-star-fill:before {
+ content: "\f171";
+}
+.toga-icon-star-outline:before {
+ content: "\f172";
+}
+.toga-icon-stop-sign:before {
+ content: "\f173";
+}
+.toga-icon-system-calendar:before {
+ content: "\f174";
+}
+.toga-icon-trash-can:before {
+ content: "\f175";
+}
+.toga-icon-trophy:before {
+ content: "\f176";
+}
+.toga-icon-upgrade:before {
+ content: "\f177";
+}
+.toga-icon-user-login:before {
+ content: "\f178";
+}
+.toga-icon-user-logout:before {
+ content: "\f179";
+}
+.toga-icon-view-device-desktop:before {
+ content: "\f17a";
+}
+.toga-icon-view-device-phone:before {
+ content: "\f17b";
+}
+.toga-icon-view-grid:before {
+ content: "\f17c";
+}
+.toga-icon-view-list:before {
+ content: "\f17d";
+}
+.toga-icon-view-menu:before {
+ content: "\f17e";
+}
+.toga-icon-warning:before {
+ content: "\f17f";
+}
+.toga-icon-webhook:before {
+ content: "\f180";
+}
+.toga-icon-window-maximize:before {
+ content: "\f181";
+}
+.toga-icon-window-minimize:before {
+ content: "\f182";
+}
+.toga-icon-x-dismiss:before {
+ content: "\f183";
+}
diff --git a/cadline/docroot/beiratkozas/public/css/toga-icons.eot b/cadline/docroot/beiratkozas/public/css/toga-icons.eot
new file mode 100644
index 00000000..d28f233e
Binary files /dev/null and b/cadline/docroot/beiratkozas/public/css/toga-icons.eot differ
diff --git a/cadline/docroot/beiratkozas/public/css/toga-icons.woff b/cadline/docroot/beiratkozas/public/css/toga-icons.woff
new file mode 100644
index 00000000..81e9443b
Binary files /dev/null and b/cadline/docroot/beiratkozas/public/css/toga-icons.woff differ
diff --git a/cadline/docroot/beiratkozas/public/css/toga-icons.woff2 b/cadline/docroot/beiratkozas/public/css/toga-icons.woff2
new file mode 100644
index 00000000..27a1b359
Binary files /dev/null and b/cadline/docroot/beiratkozas/public/css/toga-icons.woff2 differ
diff --git a/cadline/docroot/beiratkozas/public/css/toga-product-icons.css b/cadline/docroot/beiratkozas/public/css/toga-product-icons.css
new file mode 100644
index 00000000..231a2fe9
--- /dev/null
+++ b/cadline/docroot/beiratkozas/public/css/toga-product-icons.css
@@ -0,0 +1,149 @@
+@font-face {
+ font-family: "toga-product-icons";
+ font-display: block;
+ src: url("toga-product-icons.eot?64826ba360e45496871f36411739ca3b?#iefix") format("embedded-opentype"),
+url("toga-product-icons.woff2?64826ba360e45496871f36411739ca3b") format("woff2"),
+url("toga-product-icons.woff?64826ba360e45496871f36411739ca3b") format("woff");
+}
+
+.toga-product-icon {
+ display: inline-block;
+ speak: none;
+ font-style: normal;
+ font-weight: normal;
+ font-variant: normal;
+ text-transform: none;
+ line-height: 1;
+
+ /* Better Font Rendering =========== */
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
+
+.toga-product-icon:before {
+ font-family: toga-product-icons !important;
+ font-style: normal;
+ font-weight: normal !important;
+ vertical-align: top;
+}
+
+.toga-product-icon-account:before {
+ content: "\f101";
+}
+.toga-product-icon-apps:before {
+ content: "\f102";
+}
+.toga-product-icon-blank:before {
+ content: "\f103";
+}
+.toga-product-icon-blog:before {
+ content: "\f104";
+}
+.toga-product-icon-book:before {
+ content: "\f105";
+}
+.toga-product-icon-bundle:before {
+ content: "\f106";
+}
+.toga-product-icon-certificate:before {
+ content: "\f107";
+}
+.toga-product-icon-checkmark-multicolor:before {
+ content: "\f108";
+}
+.toga-product-icon-checkmark:before {
+ content: "\f109";
+}
+.toga-product-icon-clipboard:before {
+ content: "\f10a";
+}
+.toga-product-icon-clock-small:before {
+ content: "\f10b";
+}
+.toga-product-icon-design:before {
+ content: "\f10c";
+}
+.toga-product-icon-digital-download:before {
+ content: "\f10d";
+}
+.toga-product-icon-drip-schedule:before {
+ content: "\f10e";
+}
+.toga-product-icon-feature-afterpurchase:before {
+ content: "\f10f";
+}
+.toga-product-icon-flagship:before {
+ content: "\f110";
+}
+.toga-product-icon-gift:before {
+ content: "\f111";
+}
+.toga-product-icon-handshake:before {
+ content: "\f112";
+}
+.toga-product-icon-help:before {
+ content: "\f113";
+}
+.toga-product-icon-lightbulb:before {
+ content: "\f114";
+}
+.toga-product-icon-logout:before {
+ content: "\f115";
+}
+.toga-product-icon-manage:before {
+ content: "\f116";
+}
+.toga-product-icon-market-sell:before {
+ content: "\f117";
+}
+.toga-product-icon-messages:before {
+ content: "\f118";
+}
+.toga-product-icon-microphone:before {
+ content: "\f119";
+}
+.toga-product-icon-mini-course:before {
+ content: "\f11a";
+}
+.toga-product-icon-page:before {
+ content: "\f11b";
+}
+.toga-product-icon-payouts:before {
+ content: "\f11c";
+}
+.toga-product-icon-play:before {
+ content: "\f11d";
+}
+.toga-product-icon-pre-sell:before {
+ content: "\f11e";
+}
+.toga-product-icon-preview:before {
+ content: "\f11f";
+}
+.toga-product-icon-resource-library:before {
+ content: "\f120";
+}
+.toga-product-icon-search-initial:before {
+ content: "\f121";
+}
+.toga-product-icon-search-no-result:before {
+ content: "\f122";
+}
+.toga-product-icon-settings:before {
+ content: "\f123";
+}
+.toga-product-icon-students:before {
+ content: "\f124";
+}
+.toga-product-icon-updates:before {
+ content: "\f125";
+}
+.toga-product-icon-upgrade:before {
+ content: "\f126";
+}
+.toga-product-icon-venn:before {
+ content: "\f127";
+}
+.toga-product-icon-webinar-replay:before {
+ content: "\f128";
+}
diff --git a/cadline/docroot/beiratkozas/public/css/toga-product-icons.eot b/cadline/docroot/beiratkozas/public/css/toga-product-icons.eot
new file mode 100644
index 00000000..a905cc3e
Binary files /dev/null and b/cadline/docroot/beiratkozas/public/css/toga-product-icons.eot differ
diff --git a/cadline/docroot/beiratkozas/public/css/toga-product-icons.woff b/cadline/docroot/beiratkozas/public/css/toga-product-icons.woff
new file mode 100644
index 00000000..f6e0b07c
Binary files /dev/null and b/cadline/docroot/beiratkozas/public/css/toga-product-icons.woff differ
diff --git a/cadline/docroot/beiratkozas/public/css/toga-product-icons.woff2 b/cadline/docroot/beiratkozas/public/css/toga-product-icons.woff2
new file mode 100644
index 00000000..0e292e54
Binary files /dev/null and b/cadline/docroot/beiratkozas/public/css/toga-product-icons.woff2 differ
diff --git a/cadline/docroot/beiratkozas/public/css/vendor-e0cb822bbe090c173fe20baeb13b0c48.css b/cadline/docroot/beiratkozas/public/css/vendor-e0cb822bbe090c173fe20baeb13b0c48.css
new file mode 100644
index 00000000..58b278ac
--- /dev/null
+++ b/cadline/docroot/beiratkozas/public/css/vendor-e0cb822bbe090c173fe20baeb13b0c48.css
@@ -0,0 +1,20 @@
+/*!
+ * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
+ * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
+ */.fa.fa-pull-left,.fa.pull-left{margin-right:.3em}.fa-fw,.fa-li{text-align:center}.fa,.fa-stack,.mdi{display:inline-block}.fr-element,.fr-element [contenteditable=true],.fr-element:focus{outline:transparent solid 0}.fr-view img,.fr-view table{max-width:100%}.tooltipster-fall,.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//cdn-internal.thinkific.com/kobayashi/fonts/fontawesome-webfont-912ec66d7572ff821749319396470bde.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fr-modal,.fr-popup,.fr-toolbar,.fr-tooltip,.mdi{-webkit-font-smoothing:antialiased}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa.fa-pull-right,.fa.pull-right{margin-left:.3em}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right,.pull-right{float:right}.pull-left{float:left}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fr-overlay,.fr-popup.fr-hidden,.fr-tooltip,.fr-tooltip.fr-visible{-ms-filter:"alpha(Opacity=0)"}.fa-stack{position:relative;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}@font-face{font-family:'Material Icons';font-weight:400;font-style:normal;src:url(../fonts/MaterialIcons-Regular.eot?-usvt0j);src:url(../fonts/MaterialIcons-Regular.eot?#iefix-usvt0j) format('embedded-opentype'),url(../fonts/MaterialIcons-Regular.ttf?-usvt0j) format('truetype'),url(../fonts/MaterialIcons-Regular.woff?-usvt0j) format('woff'),url(//cdn-internal.thinkific.com/kobayashi/fonts/MaterialIcons-Regular-1b77a50127ce3120e20cd6c6def93eb7.svg?-usvt0j#MaterialIcons-Regular) format('svg')}.mdi{font-family:'Material Icons';speak:none;font-size:24px;font-style:normal;font-weight:400;font-variant:normal;width:1em;height:1em;line-height:1;text-transform:none;letter-spacing:normal;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga'}.fr-modal,.fr-popup,.fr-toolbar,.fr-tooltip{font-family:Arial,Helvetica,sans-serif;text-rendering:optimizelegibility;-moz-osx-font-smoothing:grayscale}.mdi-d-rotation:before{content:"\e600"}.mdi-access-alarm:before{content:"\e601"}.mdi-access-alarms:before{content:"\e602"}.mdi-access-time:before{content:"\e603"}.mdi-accessibility:before{content:"\e604"}.mdi-account-balance-wallet:before{content:"\e605"}.mdi-account-balance:before{content:"\e606"}.mdi-account-box:before{content:"\e607"}.mdi-account-circle:before{content:"\e608"}.mdi-adb:before{content:"\e609"}.mdi-add-alarm:before{content:"\e60a"}.mdi-add-alert:before{content:"\e60b"}.mdi-add-box:before{content:"\e60c"}.mdi-add-circle-outline:before{content:"\e60d"}.mdi-add-circle:before{content:"\e60e"}.mdi-add-shopping-cart:before{content:"\e60f"}.mdi-add-to-photos:before{content:"\e610"}.mdi-add:before{content:"\e611"}.mdi-adjust:before{content:"\e612"}.mdi-airline-seat-flat-angled:before{content:"\e613"}.mdi-airline-seat-flat:before{content:"\e614"}.mdi-airline-seat-individual-suite:before{content:"\e615"}.mdi-airline-seat-legroom-extra:before{content:"\e616"}.mdi-airline-seat-legroom-normal:before{content:"\e617"}.mdi-airline-seat-legroom-reduced:before{content:"\e618"}.mdi-airline-seat-recline-extra:before{content:"\e619"}.mdi-airline-seat-recline-normal:before{content:"\e61a"}.mdi-airplanemode-active:before{content:"\e61b"}.mdi-airplanemode-inactive:before{content:"\e61c"}.mdi-airplay:before{content:"\e61d"}.mdi-alarm-add:before{content:"\e61e"}.mdi-alarm-off:before{content:"\e61f"}.mdi-alarm-on:before{content:"\e620"}.mdi-alarm:before{content:"\e621"}.mdi-album:before{content:"\e622"}.mdi-android:before{content:"\e623"}.mdi-announcement:before{content:"\e624"}.mdi-apps:before{content:"\e625"}.mdi-archive:before{content:"\e626"}.mdi-arrow-back:before{content:"\e627"}.mdi-arrow-drop-down-circle:before{content:"\e628"}.mdi-arrow-drop-down:before{content:"\e629"}.mdi-arrow-drop-up:before{content:"\e62a"}.mdi-arrow-forward:before{content:"\e62b"}.mdi-aspect-ratio:before{content:"\e62c"}.mdi-assessment:before{content:"\e62d"}.mdi-assignment-ind:before{content:"\e62e"}.mdi-assignment-late:before{content:"\e62f"}.mdi-assignment-return:before{content:"\e630"}.mdi-assignment-returned:before{content:"\e631"}.mdi-assignment-turned-in:before{content:"\e632"}.mdi-assignment:before{content:"\e633"}.mdi-assistant-photo:before{content:"\e634"}.mdi-assistant:before{content:"\e635"}.mdi-attach-file:before{content:"\e636"}.mdi-attach-money:before{content:"\e637"}.mdi-attachment:before{content:"\e638"}.mdi-audiotrack:before{content:"\e639"}.mdi-autorenew:before{content:"\e63a"}.mdi-av-timer:before{content:"\e63b"}.mdi-backspace:before{content:"\e63c"}.mdi-backup:before{content:"\e63d"}.mdi-battery-20:before{content:"\e63e"}.mdi-battery-30:before{content:"\e63f"}.mdi-battery-50:before{content:"\e640"}.mdi-battery-60:before{content:"\e641"}.mdi-battery-80:before{content:"\e642"}.mdi-battery-90:before{content:"\e643"}.mdi-battery-alert:before{content:"\e644"}.mdi-battery-charging-20:before{content:"\e645"}.mdi-battery-charging-30:before{content:"\e646"}.mdi-battery-charging-50:before{content:"\e647"}.mdi-battery-charging-60:before{content:"\e648"}.mdi-battery-charging-80:before{content:"\e649"}.mdi-battery-charging-90:before{content:"\e64a"}.mdi-battery-charging-full:before{content:"\e64b"}.mdi-battery-full:before{content:"\e64c"}.mdi-battery-std:before{content:"\e64d"}.mdi-battery-unknown:before{content:"\e64e"}.mdi-beenhere:before{content:"\e64f"}.mdi-block:before{content:"\e650"}.mdi-bluetooth-audio:before{content:"\e651"}.mdi-bluetooth-connected:before{content:"\e652"}.mdi-bluetooth-disabled:before{content:"\e653"}.mdi-bluetooth-searching:before{content:"\e654"}.mdi-bluetooth:before{content:"\e655"}.mdi-blur-circular:before{content:"\e656"}.mdi-blur-linear:before{content:"\e657"}.mdi-blur-off:before{content:"\e658"}.mdi-blur-on:before{content:"\e659"}.mdi-book:before{content:"\e65a"}.mdi-bookmark-border:before{content:"\e65b"}.mdi-bookmark:before{content:"\e65c"}.mdi-border-all:before{content:"\e65d"}.mdi-border-bottom:before{content:"\e65e"}.mdi-border-clear:before{content:"\e65f"}.mdi-border-color:before{content:"\e660"}.mdi-border-horizontal:before{content:"\e661"}.mdi-border-inner:before{content:"\e662"}.mdi-border-left:before{content:"\e663"}.mdi-border-outer:before{content:"\e664"}.mdi-border-right:before{content:"\e665"}.mdi-border-style:before{content:"\e666"}.mdi-border-top:before{content:"\e667"}.mdi-border-vertical:before{content:"\e668"}.mdi-brightness-1:before{content:"\e669"}.mdi-brightness-2:before{content:"\e66a"}.mdi-brightness-3:before{content:"\e66b"}.mdi-brightness-4:before{content:"\e66c"}.mdi-brightness-5:before{content:"\e66d"}.mdi-brightness-6:before{content:"\e66e"}.mdi-brightness-7:before{content:"\e66f"}.mdi-brightness-auto:before{content:"\e670"}.mdi-brightness-high:before{content:"\e671"}.mdi-brightness-low:before{content:"\e672"}.mdi-brightness-medium:before{content:"\e673"}.mdi-broken-image:before{content:"\e674"}.mdi-brush:before{content:"\e675"}.mdi-bug-report:before{content:"\e676"}.mdi-build:before{content:"\e677"}.mdi-business:before{content:"\e678"}.mdi-cached:before{content:"\e679"}.mdi-cake:before{content:"\e67a"}.mdi-call-end:before{content:"\e67b"}.mdi-call-made:before{content:"\e67c"}.mdi-call-merge:before{content:"\e67d"}.mdi-call-missed:before{content:"\e67e"}.mdi-call-received:before{content:"\e67f"}.mdi-call-split:before{content:"\e680"}.mdi-call:before{content:"\e681"}.mdi-camera-alt:before{content:"\e682"}.mdi-camera-enhance:before{content:"\e683"}.mdi-camera-front:before{content:"\e684"}.mdi-camera-rear:before{content:"\e685"}.mdi-camera-roll:before{content:"\e686"}.mdi-camera:before{content:"\e687"}.mdi-cancel:before{content:"\e688"}.mdi-card-giftcard:before{content:"\e689"}.mdi-card-membership:before{content:"\e68a"}.mdi-card-travel:before{content:"\e68b"}.mdi-cast-connected:before{content:"\e68c"}.mdi-cast:before{content:"\e68d"}.mdi-center-focus-strong:before{content:"\e68e"}.mdi-center-focus-weak:before{content:"\e68f"}.mdi-change-history:before{content:"\e690"}.mdi-chat-bubble-outline:before{content:"\e691"}.mdi-chat-bubble:before{content:"\e692"}.mdi-chat:before{content:"\e693"}.mdi-check-box-outline-blank:before{content:"\e694"}.mdi-check-box:before{content:"\e695"}.mdi-check-circle:before{content:"\e696"}.mdi-check:before{content:"\e697"}.mdi-chevron-left:before{content:"\e698"}.mdi-chevron-right:before{content:"\e699"}.mdi-chrome-reader-mode:before{content:"\e69a"}.mdi-class:before{content:"\e69b"}.mdi-clear-all:before{content:"\e69c"}.mdi-clear:before{content:"\e69d"}.mdi-close:before{content:"\e69e"}.mdi-closed-caption:before{content:"\e69f"}.mdi-cloud-circle:before{content:"\e6a0"}.mdi-cloud-done:before{content:"\e6a1"}.mdi-cloud-download:before{content:"\e6a2"}.mdi-cloud-off:before{content:"\e6a3"}.mdi-cloud-queue:before{content:"\e6a4"}.mdi-cloud-upload:before{content:"\e6a5"}.mdi-cloud:before{content:"\e6a6"}.mdi-code:before{content:"\e6a7"}.mdi-collections-bookmark:before{content:"\e6a8"}.mdi-collections:before{content:"\e6a9"}.mdi-color-lens:before{content:"\e6aa"}.mdi-colorize:before{content:"\e6ab"}.mdi-comment:before{content:"\e6ac"}.mdi-compare:before{content:"\e6ad"}.mdi-computer:before{content:"\e6ae"}.mdi-confirmation-number:before{content:"\e6af"}.mdi-contact-mail:before{content:"\e6b0"}.mdi-contact-phone:before{content:"\e6b1"}.mdi-contacts:before{content:"\e6b2"}.mdi-content-copy:before{content:"\e6b3"}.mdi-content-cut:before{content:"\e6b4"}.mdi-content-paste:before{content:"\e6b5"}.mdi-control-point-duplicate:before{content:"\e6b6"}.mdi-control-point:before{content:"\e6b7"}.mdi-create:before{content:"\e6b8"}.mdi-credit-card:before{content:"\e6b9"}.mdi-crop-3-2:before{content:"\e6ba"}.mdi-crop-5-4:before{content:"\e6bb"}.mdi-crop-7-5:before{content:"\e6bc"}.mdi-crop-16-9:before{content:"\e6bd"}.mdi-crop-din:before{content:"\e6be"}.mdi-crop-free:before{content:"\e6bf"}.mdi-crop-landscape:before{content:"\e6c0"}.mdi-crop-original:before{content:"\e6c1"}.mdi-crop-portrait:before{content:"\e6c2"}.mdi-crop-square:before{content:"\e6c3"}.mdi-crop:before{content:"\e6c4"}.mdi-dashboard:before{content:"\e6c5"}.mdi-data-usage:before{content:"\e6c6"}.mdi-dehaze:before{content:"\e6c7"}.mdi-delete:before{content:"\e6c8"}.mdi-description:before{content:"\e6c9"}.mdi-desktop-mac:before{content:"\e6ca"}.mdi-desktop-windows:before{content:"\e6cb"}.mdi-details:before{content:"\e6cc"}.mdi-developer-board:before{content:"\e6cd"}.mdi-developer-mode:before{content:"\e6ce"}.mdi-device-hub:before{content:"\e6cf"}.mdi-devices:before{content:"\e6d0"}.mdi-dialer-sip:before{content:"\e6d1"}.mdi-dialpad:before{content:"\e6d2"}.mdi-directions-bike:before{content:"\e6d3"}.mdi-directions-boat:before{content:"\e6d4"}.mdi-directions-bus:before{content:"\e6d5"}.mdi-directions-car:before{content:"\e6d6"}.mdi-directions-railway:before{content:"\e6d7"}.mdi-directions-run:before{content:"\e6d8"}.mdi-directions-subway:before{content:"\e6d9"}.mdi-directions-transit:before{content:"\e6da"}.mdi-directions-walk:before{content:"\e6db"}.mdi-directions:before{content:"\e6dc"}.mdi-disc-full:before{content:"\e6dd"}.mdi-dns:before{content:"\e6de"}.mdi-do-not-disturb-alt:before{content:"\e6df"}.mdi-do-not-disturb:before{content:"\e6e0"}.mdi-dock:before{content:"\e6e1"}.mdi-domain:before{content:"\e6e2"}.mdi-done-all:before{content:"\e6e3"}.mdi-done:before{content:"\e6e4"}.mdi-drafts:before{content:"\e6e5"}.mdi-drive-eta:before{content:"\e6e6"}.mdi-dvr:before{content:"\e6e7"}.mdi-edit:before{content:"\e6e8"}.mdi-eject:before{content:"\e6e9"}.mdi-email:before{content:"\e6ea"}.mdi-equalizer:before{content:"\e6eb"}.mdi-error-outline:before{content:"\e6ec"}.mdi-error:before{content:"\e6ed"}.mdi-event-available:before{content:"\e6ee"}.mdi-event-busy:before{content:"\e6ef"}.mdi-event-note:before{content:"\e6f0"}.mdi-event-seat:before{content:"\e6f1"}.mdi-event:before{content:"\e6f2"}.mdi-exit-to-app:before{content:"\e6f3"}.mdi-expand-less:before{content:"\e6f4"}.mdi-expand-more:before{content:"\e6f5"}.mdi-explicit:before{content:"\e6f6"}.mdi-explore:before{content:"\e6f7"}.mdi-exposure-neg-1:before{content:"\e6f8"}.mdi-exposure-neg-2:before{content:"\e6f9"}.mdi-exposure-plus-1:before{content:"\e6fa"}.mdi-exposure-plus-2:before{content:"\e6fb"}.mdi-exposure-zero:before{content:"\e6fc"}.mdi-exposure:before{content:"\e6fd"}.mdi-extension:before{content:"\e6fe"}.mdi-face:before{content:"\e6ff"}.mdi-fast-forward:before{content:"\e700"}.mdi-fast-rewind:before{content:"\e701"}.mdi-favorite-border:before{content:"\e702"}.mdi-favorite:before{content:"\e703"}.mdi-feedback:before{content:"\e704"}.mdi-file-download:before{content:"\e705"}.mdi-file-upload:before{content:"\e706"}.mdi-filter-1:before{content:"\e707"}.mdi-filter-2:before{content:"\e708"}.mdi-filter-3:before{content:"\e709"}.mdi-filter-4:before{content:"\e70a"}.mdi-filter-5:before{content:"\e70b"}.mdi-filter-6:before{content:"\e70c"}.mdi-filter-7:before{content:"\e70d"}.mdi-filter-8:before{content:"\e70e"}.mdi-filter-9-plus:before{content:"\e70f"}.mdi-filter-9:before{content:"\e710"}.mdi-filter-b-and-w:before{content:"\e711"}.mdi-filter-center-focus:before{content:"\e712"}.mdi-filter-drama:before{content:"\e713"}.mdi-filter-frames:before{content:"\e714"}.mdi-filter-hdr:before{content:"\e715"}.mdi-filter-list:before{content:"\e716"}.mdi-filter-none:before{content:"\e717"}.mdi-filter-tilt-shift:before{content:"\e718"}.mdi-filter-vintage:before{content:"\e719"}.mdi-filter:before{content:"\e71a"}.mdi-find-in-page:before{content:"\e71b"}.mdi-find-replace:before{content:"\e71c"}.mdi-flag:before{content:"\e71d"}.mdi-flare:before{content:"\e71e"}.mdi-flash-auto:before{content:"\e71f"}.mdi-flash-off:before{content:"\e720"}.mdi-flash-on:before{content:"\e721"}.mdi-flight-land:before{content:"\e722"}.mdi-flight-takeoff:before{content:"\e723"}.mdi-flight:before{content:"\e724"}.mdi-flip-to-back:before{content:"\e725"}.mdi-flip-to-front:before{content:"\e726"}.mdi-flip:before{content:"\e727"}.mdi-folder-open:before{content:"\e728"}.mdi-folder-shared:before{content:"\e729"}.mdi-folder-special:before{content:"\e72a"}.mdi-folder:before{content:"\e72b"}.mdi-font-download:before{content:"\e72c"}.mdi-format-align-center:before{content:"\e72d"}.mdi-format-align-justify:before{content:"\e72e"}.mdi-format-align-left:before{content:"\e72f"}.mdi-format-align-right:before{content:"\e730"}.mdi-format-bold:before{content:"\e731"}.mdi-format-clear:before{content:"\e732"}.mdi-format-color-fill:before{content:"\e733"}.mdi-format-color-reset:before{content:"\e734"}.mdi-format-color-text:before{content:"\e735"}.mdi-format-indent-decrease:before{content:"\e736"}.mdi-format-indent-increase:before{content:"\e737"}.mdi-format-italic:before{content:"\e738"}.mdi-format-line-spacing:before{content:"\e739"}.mdi-format-list-bulleted:before{content:"\e73a"}.mdi-format-list-numbered:before{content:"\e73b"}.mdi-format-paint:before{content:"\e73c"}.mdi-format-quote:before{content:"\e73d"}.mdi-format-size:before{content:"\e73e"}.mdi-format-strikethrough:before{content:"\e73f"}.mdi-format-textdirection-l-to-r:before{content:"\e740"}.mdi-format-textdirection-r-to-l:before{content:"\e741"}.mdi-format-underlined:before{content:"\e742"}.mdi-forum:before{content:"\e743"}.mdi-forward-5:before{content:"\e744"}.mdi-forward-10:before{content:"\e745"}.mdi-forward-30:before{content:"\e746"}.mdi-forward:before{content:"\e747"}.mdi-fullscreen-exit:before{content:"\e748"}.mdi-fullscreen:before{content:"\e749"}.mdi-functions:before{content:"\e74a"}.mdi-gamepad:before{content:"\e74b"}.mdi-games:before{content:"\e74c"}.mdi-gesture:before{content:"\e74d"}.mdi-get-app:before{content:"\e74e"}.mdi-gif:before{content:"\e74f"}.mdi-gps-fixed:before{content:"\e750"}.mdi-gps-not-fixed:before{content:"\e751"}.mdi-gps-off:before{content:"\e752"}.mdi-grade:before{content:"\e753"}.mdi-gradient:before{content:"\e754"}.mdi-grain:before{content:"\e755"}.mdi-graphic-eq:before{content:"\e756"}.mdi-grid-off:before{content:"\e757"}.mdi-grid-on:before{content:"\e758"}.mdi-group-add:before{content:"\e759"}.mdi-group-work:before{content:"\e75a"}.mdi-group:before{content:"\e75b"}.mdi-hd:before{content:"\e75c"}.mdi-hdr-off:before{content:"\e75d"}.mdi-hdr-on:before{content:"\e75e"}.mdi-hdr-strong:before{content:"\e75f"}.mdi-hdr-weak:before{content:"\e760"}.mdi-headset-mic:before{content:"\e761"}.mdi-headset:before{content:"\e762"}.mdi-healing:before{content:"\e763"}.mdi-hearing:before{content:"\e764"}.mdi-help-outline:before{content:"\e765"}.mdi-help:before{content:"\e766"}.mdi-high-quality:before{content:"\e767"}.mdi-highlight-off:before{content:"\e768"}.mdi-history:before{content:"\e769"}.mdi-home:before{content:"\e76a"}.mdi-hotel:before{content:"\e76b"}.mdi-hourglass-empty:before{content:"\e76c"}.mdi-hourglass-full:before{content:"\e76d"}.mdi-http:before{content:"\e76e"}.mdi-https:before{content:"\e76f"}.mdi-image-aspect-ratio:before{content:"\e770"}.mdi-image:before{content:"\e771"}.mdi-import-export:before{content:"\e772"}.mdi-inbox:before{content:"\e773"}.mdi-indeterminate-check-box:before{content:"\e774"}.mdi-info-outline:before{content:"\e775"}.mdi-info:before{content:"\e776"}.mdi-input:before{content:"\e777"}.mdi-insert-chart:before{content:"\e778"}.mdi-insert-comment:before{content:"\e779"}.mdi-insert-drive-file:before{content:"\e77a"}.mdi-insert-emoticon:before{content:"\e77b"}.mdi-insert-invitation:before{content:"\e77c"}.mdi-insert-link:before{content:"\e77d"}.mdi-insert-photo:before{content:"\e77e"}.mdi-invert-colors-off:before{content:"\e77f"}.mdi-invert-colors:before{content:"\e780"}.mdi-iso:before{content:"\e781"}.mdi-keyboard-arrow-down:before{content:"\e782"}.mdi-keyboard-arrow-left:before{content:"\e783"}.mdi-keyboard-arrow-right:before{content:"\e784"}.mdi-keyboard-arrow-up:before{content:"\e785"}.mdi-keyboard-backspace:before{content:"\e786"}.mdi-keyboard-capslock:before{content:"\e787"}.mdi-keyboard-hide:before{content:"\e788"}.mdi-keyboard-return:before{content:"\e789"}.mdi-keyboard-tab:before{content:"\e78a"}.mdi-keyboard-voice:before{content:"\e78b"}.mdi-keyboard:before{content:"\e78c"}.mdi-label-outline:before{content:"\e78d"}.mdi-label:before{content:"\e78e"}.mdi-landscape:before{content:"\e78f"}.mdi-language:before{content:"\e790"}.mdi-laptop-chromebook:before{content:"\e791"}.mdi-laptop-mac:before{content:"\e792"}.mdi-laptop-windows:before{content:"\e793"}.mdi-laptop:before{content:"\e794"}.mdi-launch:before{content:"\e795"}.mdi-layers-clear:before{content:"\e796"}.mdi-layers:before{content:"\e797"}.mdi-leak-add:before{content:"\e798"}.mdi-leak-remove:before{content:"\e799"}.mdi-lens:before{content:"\e79a"}.mdi-library-add:before{content:"\e79b"}.mdi-library-books:before{content:"\e79c"}.mdi-library-music:before{content:"\e79d"}.mdi-link:before{content:"\e79e"}.mdi-list:before{content:"\e79f"}.mdi-live-help:before{content:"\e7a0"}.mdi-live-tv:before{content:"\e7a1"}.mdi-local-activity:before{content:"\e7a2"}.mdi-local-airport:before{content:"\e7a3"}.mdi-local-atm:before{content:"\e7a4"}.mdi-local-bar:before{content:"\e7a5"}.mdi-local-cafe:before{content:"\e7a6"}.mdi-local-car-wash:before{content:"\e7a7"}.mdi-local-convenience-store:before{content:"\e7a8"}.mdi-local-dining:before{content:"\e7a9"}.mdi-local-drink:before{content:"\e7aa"}.mdi-local-florist:before{content:"\e7ab"}.mdi-local-gas-station:before{content:"\e7ac"}.mdi-local-grocery-store:before{content:"\e7ad"}.mdi-local-hospital:before{content:"\e7ae"}.mdi-local-hotel:before{content:"\e7af"}.mdi-local-laundry-service:before{content:"\e7b0"}.mdi-local-library:before{content:"\e7b1"}.mdi-local-mall:before{content:"\e7b2"}.mdi-local-movies:before{content:"\e7b3"}.mdi-local-offer:before{content:"\e7b4"}.mdi-local-parking:before{content:"\e7b5"}.mdi-local-pharmacy:before{content:"\e7b6"}.mdi-local-phone:before{content:"\e7b7"}.mdi-local-pizza:before{content:"\e7b8"}.mdi-local-play:before{content:"\e7b9"}.mdi-local-post-office:before{content:"\e7ba"}.mdi-local-printshop:before{content:"\e7bb"}.mdi-local-see:before{content:"\e7bc"}.mdi-local-shipping:before{content:"\e7bd"}.mdi-local-taxi:before{content:"\e7be"}.mdi-location-city:before{content:"\e7bf"}.mdi-location-disabled:before{content:"\e7c0"}.mdi-location-off:before{content:"\e7c1"}.mdi-location-on:before{content:"\e7c2"}.mdi-location-searching:before{content:"\e7c3"}.mdi-lock-open:before{content:"\e7c4"}.mdi-lock-outline:before{content:"\e7c5"}.mdi-lock:before{content:"\e7c6"}.mdi-looks-3:before{content:"\e7c7"}.mdi-looks-4:before{content:"\e7c8"}.mdi-looks-5:before{content:"\e7c9"}.mdi-looks-6:before{content:"\e7ca"}.mdi-looks-one:before{content:"\e7cb"}.mdi-looks-two:before{content:"\e7cc"}.mdi-looks:before{content:"\e7cd"}.mdi-loop:before{content:"\e7ce"}.mdi-loupe:before{content:"\e7cf"}.mdi-loyalty:before{content:"\e7d0"}.mdi-mail:before{content:"\e7d1"}.mdi-map:before{content:"\e7d2"}.mdi-markunread-mailbox:before{content:"\e7d3"}.mdi-markunread:before{content:"\e7d4"}.mdi-memory:before{content:"\e7d5"}.mdi-menu:before{content:"\e7d6"}.mdi-merge-type:before{content:"\e7d7"}.mdi-message:before{content:"\e7d8"}.mdi-mic-none:before{content:"\e7d9"}.mdi-mic-off:before{content:"\e7da"}.mdi-mic:before{content:"\e7db"}.mdi-mms:before{content:"\e7dc"}.mdi-mode-comment:before{content:"\e7dd"}.mdi-mode-edit:before{content:"\e7de"}.mdi-money-off:before{content:"\e7df"}.mdi-monochrome-photos:before{content:"\e7e0"}.mdi-mood-bad:before{content:"\e7e1"}.mdi-mood:before{content:"\e7e2"}.mdi-more-horiz:before{content:"\e7e3"}.mdi-more-vert:before{content:"\e7e4"}.mdi-more:before{content:"\e7e5"}.mdi-mouse:before{content:"\e7e6"}.mdi-movie-creation:before{content:"\e7e7"}.mdi-movie:before{content:"\e7e8"}.mdi-music-note:before{content:"\e7e9"}.mdi-my-location:before{content:"\e7ea"}.mdi-nature-people:before{content:"\e7eb"}.mdi-nature:before{content:"\e7ec"}.mdi-navigate-before:before{content:"\e7ed"}.mdi-navigate-next:before{content:"\e7ee"}.mdi-navigation:before{content:"\e7ef"}.mdi-network-cell:before{content:"\e7f0"}.mdi-network-locked:before{content:"\e7f1"}.mdi-network-wifi:before{content:"\e7f2"}.mdi-new-releases:before{content:"\e7f3"}.mdi-nfc:before{content:"\e7f4"}.mdi-no-sim:before{content:"\e7f5"}.mdi-not-interested:before{content:"\e7f6"}.mdi-note-add:before{content:"\e7f7"}.mdi-notifications-active:before{content:"\e7f8"}.mdi-notifications-none:before{content:"\e7f9"}.mdi-notifications-off:before{content:"\e7fa"}.mdi-notifications-paused:before{content:"\e7fb"}.mdi-notifications:before{content:"\e7fc"}.mdi-offline-pin:before{content:"\e7fd"}.mdi-ondemand-video:before{content:"\e7fe"}.mdi-open-in-browser:before{content:"\e7ff"}.mdi-open-in-new:before{content:"\e800"}.mdi-open-with:before{content:"\e801"}.mdi-pages:before{content:"\e802"}.mdi-pageview:before{content:"\e803"}.mdi-palette:before{content:"\e804"}.mdi-panorama-fish-eye:before{content:"\e805"}.mdi-panorama-horizontal:before{content:"\e806"}.mdi-panorama-vertical:before{content:"\e807"}.mdi-panorama-wide-angle:before{content:"\e808"}.mdi-panorama:before{content:"\e809"}.mdi-party-mode:before{content:"\e80a"}.mdi-pause-circle-filled:before{content:"\e80b"}.mdi-pause-circle-outline:before{content:"\e80c"}.mdi-pause:before{content:"\e80d"}.mdi-payment:before{content:"\e80e"}.mdi-people-outline:before{content:"\e80f"}.mdi-people:before{content:"\e810"}.mdi-perm-camera-mic:before{content:"\e811"}.mdi-perm-contact-calendar:before{content:"\e812"}.mdi-perm-data-setting:before{content:"\e813"}.mdi-perm-device-information:before{content:"\e814"}.mdi-perm-identity:before{content:"\e815"}.mdi-perm-media:before{content:"\e816"}.mdi-perm-phone-msg:before{content:"\e817"}.mdi-perm-scan-wifi:before{content:"\e818"}.mdi-person-add:before{content:"\e819"}.mdi-person-outline:before{content:"\e81a"}.mdi-person-pin:before{content:"\e81b"}.mdi-person:before{content:"\e81c"}.mdi-personal-video:before{content:"\e81d"}.mdi-phone-android:before{content:"\e81e"}.mdi-phone-bluetooth-speaker:before{content:"\e81f"}.mdi-phone-forwarded:before{content:"\e820"}.mdi-phone-in-talk:before{content:"\e821"}.mdi-phone-iphone:before{content:"\e822"}.mdi-phone-locked:before{content:"\e823"}.mdi-phone-missed:before{content:"\e824"}.mdi-phone-paused:before{content:"\e825"}.mdi-phone:before{content:"\e826"}.mdi-phonelink-erase:before{content:"\e827"}.mdi-phonelink-lock:before{content:"\e828"}.mdi-phonelink-off:before{content:"\e829"}.mdi-phonelink-ring:before{content:"\e82a"}.mdi-phonelink-setup:before{content:"\e82b"}.mdi-phonelink:before{content:"\e82c"}.mdi-photo-album:before{content:"\e82d"}.mdi-photo-camera:before{content:"\e82e"}.mdi-photo-library:before{content:"\e82f"}.mdi-photo-size-select-actual:before{content:"\e830"}.mdi-photo-size-select-large:before{content:"\e831"}.mdi-photo-size-select-small:before{content:"\e832"}.mdi-photo:before{content:"\e833"}.mdi-picture-as-pdf:before{content:"\e834"}.mdi-picture-in-picture:before{content:"\e835"}.mdi-pin-drop:before{content:"\e836"}.mdi-place:before{content:"\e837"}.mdi-play-arrow:before{content:"\e838"}.mdi-play-circle-filled:before{content:"\e839"}.mdi-play-circle-outline:before{content:"\e83a"}.mdi-play-for-work:before{content:"\e83b"}.mdi-playlist-add:before{content:"\e83c"}.mdi-plus-one:before{content:"\e83d"}.mdi-poll:before{content:"\e83e"}.mdi-polymer:before{content:"\e83f"}.mdi-portable-wifi-off:before{content:"\e840"}.mdi-portrait:before{content:"\e841"}.mdi-power-input:before{content:"\e842"}.mdi-power-settings-new:before{content:"\e843"}.mdi-power:before{content:"\e844"}.mdi-present-to-all:before{content:"\e845"}.mdi-print:before{content:"\e846"}.mdi-public:before{content:"\e847"}.mdi-publish:before{content:"\e848"}.mdi-query-builder:before{content:"\e849"}.mdi-question-answer:before{content:"\e84a"}.mdi-queue-music:before{content:"\e84b"}.mdi-queue:before{content:"\e84c"}.mdi-radio-button-checked:before{content:"\e84d"}.mdi-radio-button-unchecked:before{content:"\e84e"}.mdi-radio:before{content:"\e84f"}.mdi-rate-review:before{content:"\e850"}.mdi-receipt:before{content:"\e851"}.mdi-recent-actors:before{content:"\e852"}.mdi-redeem:before{content:"\e853"}.mdi-redo:before{content:"\e854"}.mdi-refresh:before{content:"\e855"}.mdi-remove-circle-outline:before{content:"\e856"}.mdi-remove-circle:before{content:"\e857"}.mdi-remove-red-eye:before{content:"\e858"}.mdi-remove:before{content:"\e859"}.mdi-reorder:before{content:"\e85a"}.mdi-repeat-one:before{content:"\e85b"}.mdi-repeat:before{content:"\e85c"}.mdi-replay-5:before{content:"\e85d"}.mdi-replay-10:before{content:"\e85e"}.mdi-replay-30:before{content:"\e85f"}.mdi-replay:before{content:"\e860"}.mdi-reply-all:before{content:"\e861"}.mdi-reply:before{content:"\e862"}.mdi-report-problem:before{content:"\e863"}.mdi-report:before{content:"\e864"}.mdi-restaurant-menu:before{content:"\e865"}.mdi-restore:before{content:"\e866"}.mdi-ring-volume:before{content:"\e867"}.mdi-room:before{content:"\e868"}.mdi-rotate-90-degrees-ccw:before{content:"\e869"}.mdi-rotate-left:before{content:"\e86a"}.mdi-rotate-right:before{content:"\e86b"}.mdi-router:before{content:"\e86c"}.mdi-satellite:before{content:"\e86d"}.mdi-save:before{content:"\e86e"}.mdi-scanner:before{content:"\e86f"}.mdi-schedule:before{content:"\e870"}.mdi-school:before{content:"\e871"}.mdi-screen-lock-landscape:before{content:"\e872"}.mdi-screen-lock-portrait:before{content:"\e873"}.mdi-screen-lock-rotation:before{content:"\e874"}.mdi-screen-rotation:before{content:"\e875"}.mdi-sd-card:before{content:"\e876"}.mdi-sd-storage:before{content:"\e877"}.mdi-search:before{content:"\e878"}.mdi-security:before{content:"\e879"}.mdi-select-all:before{content:"\e87a"}.mdi-send:before{content:"\e87b"}.mdi-settings-applications:before{content:"\e87c"}.mdi-settings-backup-restore:before{content:"\e87d"}.mdi-settings-bluetooth:before{content:"\e87e"}.mdi-settings-brightness:before{content:"\e87f"}.mdi-settings-cell:before{content:"\e880"}.mdi-settings-ethernet:before{content:"\e881"}.mdi-settings-input-antenna:before{content:"\e882"}.mdi-settings-input-component:before{content:"\e883"}.mdi-settings-input-composite:before{content:"\e884"}.mdi-settings-input-hdmi:before{content:"\e885"}.mdi-settings-input-svideo:before{content:"\e886"}.mdi-settings-overscan:before{content:"\e887"}.mdi-settings-phone:before{content:"\e888"}.mdi-settings-power:before{content:"\e889"}.mdi-settings-remote:before{content:"\e88a"}.mdi-settings-system-daydream:before{content:"\e88b"}.mdi-settings-voice:before{content:"\e88c"}.mdi-settings:before{content:"\e88d"}.mdi-share:before{content:"\e88e"}.mdi-shop-two:before{content:"\e88f"}.mdi-shop:before{content:"\e890"}.mdi-shopping-basket:before{content:"\e891"}.mdi-shopping-cart:before{content:"\e892"}.mdi-shuffle:before{content:"\e893"}.mdi-signal-cellular-0-bar:before{content:"\e894"}.mdi-signal-cellular-1-bar:before{content:"\e895"}.mdi-signal-cellular-2-bar:before{content:"\e896"}.mdi-signal-cellular-3-bar:before{content:"\e897"}.mdi-signal-cellular-4-bar:before{content:"\e898"}.mdi-signal-cellular-connected-no-internet-0-bar:before{content:"\e899"}.mdi-signal-cellular-connected-no-internet-1-bar:before{content:"\e89a"}.mdi-signal-cellular-connected-no-internet-2-bar:before{content:"\e89b"}.mdi-signal-cellular-connected-no-internet-3-bar:before{content:"\e89c"}.mdi-signal-cellular-connected-no-internet-4-bar:before{content:"\e89d"}.mdi-signal-cellular-no-sim:before{content:"\e89e"}.mdi-signal-cellular-null:before{content:"\e89f"}.mdi-signal-cellular-off:before{content:"\e8a0"}.mdi-signal-wifi-0-bar:before{content:"\e8a1"}.mdi-signal-wifi-1-bar-lock:before{content:"\e8a2"}.mdi-signal-wifi-1-bar:before{content:"\e8a3"}.mdi-signal-wifi-2-bar-lock:before{content:"\e8a4"}.mdi-signal-wifi-2-bar:before{content:"\e8a5"}.mdi-signal-wifi-3-bar-lock:before{content:"\e8a6"}.mdi-signal-wifi-3-bar:before{content:"\e8a7"}.mdi-signal-wifi-4-bar-lock:before{content:"\e8a8"}.mdi-signal-wifi-4-bar:before{content:"\e8a9"}.mdi-signal-wifi-off:before{content:"\e8aa"}.mdi-sim-card-alert:before{content:"\e8ab"}.mdi-sim-card:before{content:"\e8ac"}.mdi-skip-next:before{content:"\e8ad"}.mdi-skip-previous:before{content:"\e8ae"}.mdi-slideshow:before{content:"\e8af"}.mdi-smartphone:before{content:"\e8b0"}.mdi-sms-failed:before{content:"\e8b1"}.mdi-sms:before{content:"\e8b2"}.mdi-snooze:before{content:"\e8b3"}.mdi-sort-by-alpha:before{content:"\e8b4"}.mdi-sort:before{content:"\e8b5"}.mdi-space-bar:before{content:"\e8b6"}.mdi-speaker-group:before{content:"\e8b7"}.mdi-speaker-notes:before{content:"\e8b8"}.mdi-speaker-phone:before{content:"\e8b9"}.mdi-speaker:before{content:"\e8ba"}.mdi-spellcheck:before{content:"\e8bb"}.mdi-star-border:before{content:"\e8bc"}.mdi-star-half:before{content:"\e8bd"}.mdi-star:before{content:"\e8be"}.mdi-stars:before{content:"\e8bf"}.mdi-stay-current-landscape:before{content:"\e8c0"}.mdi-stay-current-portrait:before{content:"\e8c1"}.mdi-stay-primary-landscape:before{content:"\e8c2"}.mdi-stay-primary-portrait:before{content:"\e8c3"}.mdi-stop:before{content:"\e8c4"}.mdi-storage:before{content:"\e8c5"}.mdi-store-mall-directory:before{content:"\e8c6"}.mdi-store:before{content:"\e8c7"}.mdi-straighten:before{content:"\e8c8"}.mdi-strikethrough-s:before{content:"\e8c9"}.mdi-style:before{content:"\e8ca"}.mdi-subject:before{content:"\e8cb"}.mdi-subtitles:before{content:"\e8cc"}.mdi-supervisor-account:before{content:"\e8cd"}.mdi-surround-sound:before{content:"\e8ce"}.mdi-swap-calls:before{content:"\e8cf"}.mdi-swap-horiz:before{content:"\e8d0"}.mdi-swap-vert:before{content:"\e8d1"}.mdi-swap-vertical-circle:before{content:"\e8d2"}.mdi-switch-camera:before{content:"\e8d3"}.mdi-switch-video:before{content:"\e8d4"}.mdi-sync-disabled:before{content:"\e8d5"}.mdi-sync-problem:before{content:"\e8d6"}.mdi-sync:before{content:"\e8d7"}.mdi-system-update-alt:before{content:"\e8d8"}.mdi-system-update:before{content:"\e8d9"}.mdi-tab-unselected:before{content:"\e8da"}.mdi-tab:before{content:"\e8db"}.mdi-tablet-android:before{content:"\e8dc"}.mdi-tablet-mac:before{content:"\e8dd"}.mdi-tablet:before{content:"\e8de"}.mdi-tag-faces:before{content:"\e8df"}.mdi-tap-and-play:before{content:"\e8e0"}.mdi-terrain:before{content:"\e8e1"}.mdi-text-format:before{content:"\e8e2"}.mdi-textsms:before{content:"\e8e3"}.mdi-texture:before{content:"\e8e4"}.mdi-theaters:before{content:"\e8e5"}.mdi-thumb-down:before{content:"\e8e6"}.mdi-thumb-up:before{content:"\e8e7"}.mdi-thumbs-up-down:before{content:"\e8e8"}.mdi-time-to-leave:before{content:"\e8e9"}.mdi-timelapse:before{content:"\e8ea"}.mdi-timer-3:before{content:"\e8eb"}.mdi-timer-10:before{content:"\e8ec"}.mdi-timer-off:before{content:"\e8ed"}.mdi-timer:before{content:"\e8ee"}.mdi-toc:before{content:"\e8ef"}.mdi-today:before{content:"\e8f0"}.mdi-toll:before{content:"\e8f1"}.mdi-tonality:before{content:"\e8f2"}.mdi-toys:before{content:"\e8f3"}.mdi-track-changes:before{content:"\e8f4"}.mdi-traffic:before{content:"\e8f5"}.mdi-transform:before{content:"\e8f6"}.mdi-translate:before{content:"\e8f7"}.mdi-trending-down:before{content:"\e8f8"}.mdi-trending-flat:before{content:"\e8f9"}.mdi-trending-up:before{content:"\e8fa"}.mdi-tune:before{content:"\e8fb"}.mdi-turned-in-not:before{content:"\e8fc"}.mdi-turned-in:before{content:"\e8fd"}.mdi-tv:before{content:"\e8fe"}.mdi-undo:before{content:"\e8ff"}.mdi-unfold-less:before{content:"\e900"}.mdi-unfold-more:before{content:"\e901"}.mdi-usb:before{content:"\e902"}.mdi-verified-user:before{content:"\e903"}.mdi-vertical-align-bottom:before{content:"\e904"}.mdi-vertical-align-center:before{content:"\e905"}.mdi-vertical-align-top:before{content:"\e906"}.mdi-vibration:before{content:"\e907"}.mdi-video-library:before{content:"\e908"}.mdi-videocam-off:before{content:"\e909"}.mdi-videocam:before{content:"\e90a"}.mdi-view-agenda:before{content:"\e90b"}.mdi-view-array:before{content:"\e90c"}.mdi-view-carousel:before{content:"\e90d"}.mdi-view-column:before{content:"\e90e"}.mdi-view-comfy:before{content:"\e90f"}.mdi-view-compact:before{content:"\e910"}.mdi-view-day:before{content:"\e911"}.mdi-view-headline:before{content:"\e912"}.mdi-view-list:before{content:"\e913"}.mdi-view-module:before{content:"\e914"}.mdi-view-quilt:before{content:"\e915"}.mdi-view-stream:before{content:"\e916"}.mdi-view-week:before{content:"\e917"}.mdi-vignette:before{content:"\e918"}.mdi-visibility-off:before{content:"\e919"}.mdi-visibility:before{content:"\e91a"}.mdi-voice-chat:before{content:"\e91b"}.mdi-voicemail:before{content:"\e91c"}.mdi-volume-down:before{content:"\e91d"}.mdi-volume-mute:before{content:"\e91e"}.mdi-volume-off:before{content:"\e91f"}.mdi-volume-up:before{content:"\e920"}.mdi-vpn-key:before{content:"\e921"}.mdi-vpn-lock:before{content:"\e922"}.mdi-wallpaper:before{content:"\e923"}.mdi-warning:before{content:"\e924"}.mdi-watch:before{content:"\e925"}.mdi-wb-auto:before{content:"\e926"}.mdi-wb-cloudy:before{content:"\e927"}.mdi-wb-incandescent:before{content:"\e928"}.mdi-wb-iridescent:before{content:"\e929"}.mdi-wb-sunny:before{content:"\e92a"}.mdi-wc:before{content:"\e92b"}.mdi-web:before{content:"\e92c"}.mdi-whatshot:before{content:"\e92d"}.mdi-widgets:before{content:"\e92e"}.mdi-wifi-lock:before{content:"\e92f"}.mdi-wifi-tethering:before{content:"\e930"}.mdi-wifi:before{content:"\e931"}.mdi-work:before{content:"\e932"}.mdi-wrap-text:before{content:"\e933"}.mdi-youtube-searched-for:before{content:"\e934"}.mdi-zoom-in:before{content:"\e935"}.mdi-zoom-out:before{content:"\e936"}.fr-popup .fr-buttons::after,.fr-toolbar::after,.fr-wrapper::after{content:""}/*!
+ * froala_editor v2.6.2 (https://www.froala.com/wysiwyg-editor)
+ * License https://froala.com/wysiwyg-editor/terms/
+ * Copyright 2014-2017 Froala Labs
+ */.fr-box.fr-basic .fr-element{color:#000;padding:10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow-x:auto;min-height:40px}.fr-box.fr-basic.fr-rtl .fr-element{text-align:right}.fr-element{background:0 0;position:relative;z-index:2;-webkit-user-select:auto}.fr-element a{user-select:auto;-o-user-select:auto;-moz-user-select:auto;-khtml-user-select:auto;-webkit-user-select:auto;-ms-user-select:auto}.fr-element [contenteditable=false],.fr-element.fr-disabled{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-box a.fr-floating-btn{-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%;-moz-background-clip:padding;-webkit-background-clip:padding-box;height:32px;width:32px;background:#fff;color:#1e88e5;-webkit-transition:background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;-moz-transition:background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;-ms-transition:background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;-o-transition:background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;outline:0;left:0;top:0;line-height:32px;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);text-align:center;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:0}.fr-box a.fr-floating-btn svg{-webkit-transition:transform .2s ease 0s;-moz-transition:transform .2s ease 0s;-ms-transition:transform .2s ease 0s;-o-transition:transform .2s ease 0s;fill:#1e88e5}.fr-box a.fr-floating-btn i{font-size:14px;line-height:32px}.fr-box a.fr-floating-btn.fr-btn+.fr-btn{margin-left:10px}.fr-box a.fr-floating-btn:hover{background:#ebebeb;cursor:pointer}.fr-box a.fr-floating-btn:hover svg{fill:#1e88e5}.fr-box .fr-visible a.fr-floating-btn{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1)}iframe.fr-iframe{width:100%;border:0;position:relative;display:block;z-index:2;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fr-wrapper{position:relative;z-index:1}.fr-wrapper::after{clear:both;display:block;height:0}.fr-wrapper .fr-placeholder{position:absolute;font-size:12px;color:#aaa;z-index:1;display:none;top:0;left:0;right:0;overflow:hidden}.fr-wrapper.show-placeholder .fr-placeholder{display:block}.fr-wrapper ::selection{background:#b5d6fd;color:#000}.fr-wrapper ::-moz-selection{background:#b5d6fd;color:#000}.fr-box.fr-basic .fr-wrapper{background:#fff;border:0;border-top:0;top:0;left:0}.fr-box.fr-basic.fr-top .fr-wrapper{border-top:0;border-radius:0 0 2px 2px;-moz-border-radius:0 0 2px 2px;-webkit-border-radius:0 0 2px 2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16)}.fr-box.fr-basic.fr-bottom .fr-wrapper{border-bottom:0;border-radius:2px 2px 0 0;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-box-shadow:0 -1px 3px rgba(0,0,0,.12),0 -1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 -1px 3px rgba(0,0,0,.12),0 -1px 1px 1px rgba(0,0,0,.16);box-shadow:0 -1px 3px rgba(0,0,0,.12),0 -1px 1px 1px rgba(0,0,0,.16)}.fr-command.fr-btn.fr-active+.fr-dropdown-menu,.fr-tooltip{-webkit-box-shadow:0 3px 6px rgba(0,0,0,.16),0 2px 2px 1px rgba(0,0,0,.14)}.fr-tooltip{position:absolute;top:0;padding:0 8px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;-moz-box-shadow:0 3px 6px rgba(0,0,0,.16),0 2px 2px 1px rgba(0,0,0,.14);box-shadow:0 3px 6px rgba(0,0,0,.16),0 2px 2px 1px rgba(0,0,0,.14);background:#222;color:#fff;font-size:11px;line-height:22px;-webkit-transition:opacity .2s ease 0s;-moz-transition:opacity .2s ease 0s;-ms-transition:opacity .2s ease 0s;-o-transition:opacity .2s ease 0s;-webkit-opacity:0;-moz-opacity:0;opacity:0;left:-3000px;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;z-index:9997}.fr-tooltip.fr-visible{-webkit-opacity:1;-moz-opacity:1;opacity:1}.fr-popup .fr-command.fr-btn,.fr-toolbar .fr-command.fr-btn{background:0 0;color:#222;-moz-outline:0;outline:0;border:0;line-height:1;cursor:pointer;text-align:left;margin:0 2px;-webkit-transition:background .2s ease 0s;-moz-transition:background .2s ease 0s;-ms-transition:background .2s ease 0s;-o-transition:background .2s ease 0s;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;z-index:2;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-decoration:none;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;float:left;padding:0;width:38px;height:38px}.fr-popup .fr-command.fr-btn::-moz-focus-inner,.fr-toolbar .fr-command.fr-btn::-moz-focus-inner{border:0;padding:0}.fr-popup .fr-command.fr-btn.fr-btn-text,.fr-toolbar .fr-command.fr-btn.fr-btn-text{width:auto}.fr-popup .fr-command.fr-btn i,.fr-toolbar .fr-command.fr-btn i{display:block;font-size:14px;width:14px;margin:12px;text-align:center;float:none}.fr-popup .fr-command.fr-btn span.fr-sr-only,.fr-toolbar .fr-command.fr-btn span.fr-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.fr-popup .fr-command.fr-btn span,.fr-toolbar .fr-command.fr-btn span{font-size:14px;display:block;line-height:17px;min-width:34px;float:left;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;height:17px;font-weight:700;padding:0 2px}.fr-popup .fr-command.fr-btn img,.fr-toolbar .fr-command.fr-btn img{margin:12px;width:14px}.fr-popup .fr-command.fr-btn.fr-active,.fr-toolbar .fr-command.fr-btn.fr-active{color:#1e88e5;background:0 0}.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection,.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection{width:auto}.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection span,.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection span{font-weight:400}.fr-popup .fr-command.fr-btn.fr-dropdown i,.fr-popup .fr-command.fr-btn.fr-dropdown img,.fr-popup .fr-command.fr-btn.fr-dropdown span,.fr-toolbar .fr-command.fr-btn.fr-dropdown i,.fr-toolbar .fr-command.fr-btn.fr-dropdown img,.fr-toolbar .fr-command.fr-btn.fr-dropdown span{margin-left:8px;margin-right:16px}.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active,.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active{color:#222;background:#d6d6d6}.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover,.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus,.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover{background:#d6d6d6!important;color:#222!important}.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus::after,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus::after,.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover::after{border-top-color:#222!important}.fr-popup .fr-command.fr-btn.fr-dropdown::after,.fr-toolbar .fr-command.fr-btn.fr-dropdown::after{position:absolute;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #222;right:4px;top:17px;content:""}.fr-popup .fr-command.fr-btn.fr-disabled,.fr-toolbar .fr-command.fr-btn.fr-disabled{color:#bdbdbd;cursor:default}.fr-popup .fr-command.fr-btn.fr-disabled::after,.fr-toolbar .fr-command.fr-btn.fr-disabled::after{border-top-color:#bdbdbd!important}.fr-popup .fr-command.fr-btn.fr-hidden,.fr-toolbar .fr-command.fr-btn.fr-hidden{display:none}.fr-popup.fr-disabled .fr-btn,.fr-popup.fr-disabled .fr-btn.fr-active,.fr-toolbar.fr-disabled .fr-btn,.fr-toolbar.fr-disabled .fr-btn.fr-active{color:#bdbdbd}.fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown::after,.fr-popup.fr-disabled .fr-btn.fr-dropdown::after,.fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown::after,.fr-toolbar.fr-disabled .fr-btn.fr-dropdown::after{border-top-color:#bdbdbd}.fr-popup.fr-rtl .fr-command.fr-btn,.fr-toolbar.fr-rtl .fr-command.fr-btn{float:right}.fr-toolbar.fr-inline .fr-command.fr-btn:not(.fr-hidden){display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;float:none}.fr-desktop .fr-command:focus,.fr-desktop .fr-command:hover{outline:0;color:#222;background:#ebebeb}.fr-desktop .fr-command:focus::after,.fr-desktop .fr-command:hover::after{border-top-color:#222!important}.fr-desktop .fr-command.fr-selected{color:#222;background:#d6d6d6}.fr-desktop .fr-command.fr-active:focus,.fr-desktop .fr-command.fr-active:hover{color:#1e88e5;background:#ebebeb}.fr-desktop .fr-command.fr-active.fr-selected{color:#1e88e5;background:#d6d6d6}.fr-desktop .fr-command.fr-disabled.fr-selected,.fr-desktop .fr-command.fr-disabled:focus,.fr-desktop .fr-command.fr-disabled:hover,.fr-desktop.fr-disabled .fr-command.fr-selected,.fr-desktop.fr-disabled .fr-command:focus,.fr-desktop.fr-disabled .fr-command:hover,.fr-popup.fr-mobile .fr-command.fr-blink,.fr-toolbar.fr-mobile .fr-command.fr-blink{background:0 0}.fr-command.fr-btn+.fr-dropdown-menu{display:inline-block;position:absolute;right:auto;bottom:auto;height:auto;z-index:4;-webkit-overflow-scrolling:touch;overflow:hidden;zoom:1;border-radius:0 0 2px 2px;-moz-border-radius:0 0 2px 2px;-webkit-border-radius:0 0 2px 2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper{background:#fff;padding:0;margin:auto;display:inline-block;text-align:left;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:max-height .2s ease 0s;-moz-transition:max-height .2s ease 0s;-ms-transition:max-height .2s ease 0s;-o-transition:max-height .2s ease 0s;float:left;max-height:0;height:0;margin-top:0!important}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content{overflow:auto;position:relative;max-height:275px}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list{list-style-type:none;margin:0;padding:0}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li{padding:0;margin:0;font-size:15px}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a{padding:0 24px;line-height:200%;display:block;cursor:pointer;white-space:nowrap;color:inherit;text-decoration:none}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active{background:#d6d6d6}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled{color:#bdbdbd;cursor:default}.fr-command.fr-btn:not(.fr-active)+.fr-dropdown-menu{left:-3000px!important}.fr-command.fr-btn.fr-active+.fr-dropdown-menu{display:inline-block;-moz-box-shadow:0 3px 6px rgba(0,0,0,.16),0 2px 2px 1px rgba(0,0,0,.14);box-shadow:0 3px 6px rgba(0,0,0,.16),0 2px 2px 1px rgba(0,0,0,.14)}.fr-command.fr-btn.fr-active+.fr-dropdown-menu .fr-dropdown-wrapper{height:auto;max-height:275px}.fr-bottom>.fr-command.fr-btn+.fr-dropdown-menu{border-radius:2px 2px 0 0;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-popup.fr-rtl .fr-dropdown-wrapper,.fr-toolbar.fr-rtl .fr-dropdown-wrapper{text-align:right!important}body.prevent-scroll{overflow:hidden}body.prevent-scroll.fr-mobile{position:fixed;-webkit-overflow-scrolling:touch}.fr-modal{color:#222;position:fixed;overflow-x:auto;overflow-y:scroll;top:0;left:0;bottom:0;right:0;width:100%;z-index:9999;text-align:center;line-height:1.2}.fr-modal.fr-middle .fr-modal-wrapper{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);position:absolute;margin:0 auto}.fr-modal .fr-modal-wrapper{border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;margin:20px auto;display:inline-block;background:#fff;min-width:300px;-webkit-box-shadow:0 5px 8px rgba(0,0,0,.19),0 4px 3px 1px rgba(0,0,0,.14);-moz-box-shadow:0 5px 8px rgba(0,0,0,.19),0 4px 3px 1px rgba(0,0,0,.14);box-shadow:0 5px 8px rgba(0,0,0,.19),0 4px 3px 1px rgba(0,0,0,.14);border:0;border-top:5px solid #222;overflow:hidden;width:90%;position:relative}@media (min-width:768px) and (max-width:991px){.fr-modal .fr-modal-wrapper{margin:30px auto;width:70%}}@media (min-width:992px){.fr-modal .fr-modal-wrapper{margin:50px auto;width:600px}}.fr-modal .fr-modal-wrapper .fr-modal-head{background:#fff;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.16),0 2px 2px 1px rgba(0,0,0,.14);-moz-box-shadow:0 3px 6px rgba(0,0,0,.16),0 2px 2px 1px rgba(0,0,0,.14);box-shadow:0 3px 6px rgba(0,0,0,.16),0 2px 2px 1px rgba(0,0,0,.14);border-bottom:0;overflow:hidden;position:absolute;width:100%;min-height:42px;z-index:3;-webkit-transition:height .2s ease 0s;-moz-transition:height .2s ease 0s;-ms-transition:height .2s ease 0s;-o-transition:height .2s ease 0s}.fr-popup,.fr-popup .fr-buttons{-moz-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16)}.fr-modal .fr-modal-wrapper .fr-modal-head i{padding:12px;width:20px;font-size:16px;cursor:pointer;line-height:18px;color:#222;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fr-modal .fr-modal-wrapper .fr-modal-head i.fr-modal-close{position:absolute;top:0;right:0;-webkit-transition:color .2s ease 0s;-moz-transition:color .2s ease 0s;-ms-transition:color .2s ease 0s;-o-transition:color .2s ease 0s}.fr-modal .fr-modal-wrapper .fr-modal-head h4{font-size:18px;padding:12px 10px;margin:0;font-weight:400;line-height:18px;display:inline-block;float:left}.fr-modal .fr-modal-wrapper div.fr-modal-body{height:100%;min-height:150px;overflow-y:scroll;padding-bottom:10px}.fr-modal .fr-modal-wrapper div.fr-modal-body:focus{outline:0}.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command{height:36px;line-height:1;color:#1e88e5;padding:10px;cursor:pointer;text-decoration:none;border:0;background:0 0;font-size:16px;outline:0;-webkit-transition:background .2s ease 0s;-moz-transition:background .2s ease 0s;-ms-transition:background .2s ease 0s;-o-transition:background .2s ease 0s}.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command+button{margin-left:24px}.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:focus,.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:hover{background:#ebebeb;color:#1e88e5}.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:active{background:#d6d6d6;color:#1e88e5}.fr-modal .fr-modal-wrapper div.fr-modal-body button::-moz-focus-inner{border:0}.fr-desktop .fr-modal-wrapper .fr-modal-head i:hover{background:#ebebeb}.fr-overlay{position:fixed;top:0;bottom:0;left:0;right:0;background:#000;-webkit-opacity:.5;-moz-opacity:.5;opacity:.5;z-index:9998}.fr-popup{position:absolute;display:none;color:#222;background:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;margin-top:10px;z-index:9995;text-align:left;border:0;border-top:5px solid #222;line-height:1.2}.fr-popup .fr-input-focus{background:#f5f5f5}.fr-popup.fr-above{margin-top:-10px;border-top:0;border-bottom:5px solid #222;-webkit-box-shadow:0 -1px 3px rgba(0,0,0,.12),0 -1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 -1px 3px rgba(0,0,0,.12),0 -1px 1px 1px rgba(0,0,0,.16);box-shadow:0 -1px 3px rgba(0,0,0,.12),0 -1px 1px 1px rgba(0,0,0,.16)}.fr-popup .fr-buttons,.fr-toolbar,.fr-toolbar.fr-top{-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16)}.fr-popup.fr-active{display:block}.fr-popup.fr-hidden{-webkit-opacity:0;-moz-opacity:0;opacity:0}.fr-popup .fr-hs{display:block!important}.fr-popup .fr-hs.fr-hidden{display:none!important}.fr-popup .fr-input-line{position:relative;padding:8px 0}.fr-popup .fr-input-line input[type=text],.fr-popup .fr-input-line textarea{width:100%;margin:0 0 1px;border:0;border-bottom:solid 1px #bdbdbd;color:#222;font-size:14px;padding:6px 0 2px;background:rgba(0,0,0,0);position:relative;z-index:2;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fr-popup .fr-input-line input[type=text]:focus,.fr-popup .fr-input-line textarea:focus{border-bottom:solid 2px #1e88e5;margin-bottom:0}.fr-popup .fr-input-line input+label,.fr-popup .fr-input-line textarea+label{position:absolute;top:0;left:0;font-size:12px;color:transparent;-webkit-transition:color .2s ease 0s;-moz-transition:color .2s ease 0s;-ms-transition:color .2s ease 0s;-o-transition:color .2s ease 0s;z-index:3;width:100%;display:block;background:#fff}.fr-popup .fr-input-line input.fr-not-empty:focus+label,.fr-popup .fr-input-line textarea.fr-not-empty:focus+label{color:#1e88e5}.fr-popup .fr-input-line input.fr-not-empty+label,.fr-popup .fr-input-line textarea.fr-not-empty+label{color:gray}.fr-popup input,.fr-popup textarea{user-select:text;-o-user-select:text;-moz-user-select:text;-khtml-user-select:text;-webkit-user-select:text;-ms-user-select:text;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;outline:0}.fr-toolbar,.fr-view hr{user-select:none;-khtml-user-select:none}.fr-popup textarea{resize:none}.fr-popup .fr-buttons{box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);padding:0 2px;white-space:nowrap;line-height:0;border-bottom:0}.fr-toolbar,.fr-toolbar.fr-top{-moz-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16)}.fr-popup .fr-buttons::after{clear:both;display:block;height:0}.fr-popup .fr-buttons .fr-btn{display:inline-block;float:none}.fr-popup .fr-buttons .fr-btn i{float:left}.fr-popup .fr-buttons .fr-separator{display:inline-block;float:none}.fr-popup .fr-layer{width:225px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:10px;display:none}@media (min-width:768px){.fr-popup .fr-layer{width:300px}}.fr-popup .fr-layer.fr-active{display:inline-block}.fr-popup .fr-action-buttons{z-index:7;height:36px;text-align:right}.fr-popup .fr-action-buttons button.fr-command{height:36px;line-height:1;color:#1e88e5;padding:10px;cursor:pointer;text-decoration:none;border:0;background:0 0;font-size:16px;outline:0;-webkit-transition:background .2s ease 0s;-moz-transition:background .2s ease 0s;-ms-transition:background .2s ease 0s;-o-transition:background .2s ease 0s}.fr-popup .fr-action-buttons button.fr-command+button{margin-left:24px}.fr-popup .fr-action-buttons button.fr-command:focus,.fr-popup .fr-action-buttons button.fr-command:hover{background:#ebebeb;color:#1e88e5}.fr-popup .fr-action-buttons button.fr-command:active{background:#d6d6d6;color:#1e88e5}.fr-popup .fr-checkbox span,.fr-toolbar.fr-top{-moz-background-clip:padding;-webkit-background-clip:padding-box}.fr-popup .fr-action-buttons button::-moz-focus-inner{border:0}.fr-popup .fr-checkbox{position:relative;display:inline-block;width:16px;height:16px;line-height:1;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;vertical-align:middle}.fr-popup .fr-checkbox span,.fr-text-edit-layer{-webkit-box-sizing:border-box;-moz-box-sizing:border-box}.fr-popup .fr-checkbox svg{margin-left:2px;margin-top:2px;display:none;width:10px;height:10px}.fr-popup .fr-checkbox span{border:1px solid #222;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;background-clip:padding-box;width:16px;height:16px;display:inline-block;position:relative;z-index:1;box-sizing:border-box;-webkit-transition:background .2s ease 0s,border-color .2s ease 0s;-moz-transition:background .2s ease 0s,border-color .2s ease 0s;-ms-transition:background .2s ease 0s,border-color .2s ease 0s;-o-transition:background .2s ease 0s,border-color .2s ease 0s}.fr-file-progress-bar-layer>div.fr-loader span,.fr-image-progress-bar-layer>div.fr-loader span{-webkit-transition:width .2s ease 0s;-moz-transition:width .2s ease 0s;-ms-transition:width .2s ease 0s;-o-transition:width .2s ease 0s}.fr-popup .fr-checkbox input{position:absolute;z-index:2;-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"alpha(Opacity=0)";border:0;cursor:pointer;height:16px;margin:0;padding:0;width:16px;top:1px;left:1px}.fr-file-upload-layer .fr-form,.fr-opacity-0{-webkit-opacity:0;-moz-opacity:0;-ms-filter:"alpha(Opacity=0)"}.fr-popup .fr-checkbox input:checked+span{background:#1e88e5;border-color:#1e88e5}.fr-popup .fr-checkbox input:checked+span svg{display:block}.fr-popup .fr-checkbox input:focus+span{border-color:#1e88e5}.fr-popup .fr-checkbox-line{font-size:14px;line-height:1.4px;margin-top:10px}.fr-popup .fr-checkbox-line label{cursor:pointer;margin:0 5px;vertical-align:middle}.fr-popup.fr-rtl{direction:rtl;text-align:right}.fr-popup.fr-rtl .fr-action-buttons,.fr-toolbar{text-align:left}.fr-popup.fr-rtl .fr-input-line input+label,.fr-popup.fr-rtl .fr-input-line textarea+label{left:auto;right:0}.fr-popup.fr-rtl .fr-buttons .fr-separator.fr-vs{float:right}.fr-popup .fr-arrow{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #222;position:absolute;top:-9px;left:50%;margin-left:-5px;display:inline-block}.fr-popup.fr-above .fr-arrow{top:auto;bottom:-9px;border-bottom:0;border-top:5px solid #222}.fr-text-edit-layer{width:250px;box-sizing:border-box;display:block!important}.fr-file-upload-layer,.fr-toolbar{-webkit-box-sizing:border-box;-moz-box-sizing:border-box}.fr-toolbar{color:#222;background:#fff;position:relative;z-index:4;box-sizing:border-box;-o-user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:0 2px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);border:0;border-top:5px solid #222;line-height:1.2}.fr-view .fr-video>*,.fr-view img.fr-bordered{-webkit-box-sizing:content-box;-moz-box-sizing:content-box}.fr-toolbar::after{clear:both;display:block;height:0}.fr-toolbar.fr-rtl{text-align:right}.fr-toolbar.fr-inline{display:none;white-space:nowrap;position:absolute;margin-top:10px}.fr-toolbar.fr-inline .fr-arrow{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #222;position:absolute;top:-9px;left:50%;margin-left:-5px;display:inline-block}.fr-toolbar.fr-inline.fr-above{margin-top:-10px;-webkit-box-shadow:0 -1px 3px rgba(0,0,0,.12),0 -1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 -1px 3px rgba(0,0,0,.12),0 -1px 1px 1px rgba(0,0,0,.16);box-shadow:0 -1px 3px rgba(0,0,0,.12),0 -1px 1px 1px rgba(0,0,0,.16);border-bottom:5px solid #222;border-top:0}.fr-toolbar.fr-inline.fr-above .fr-arrow{top:auto;bottom:-9px;border-bottom:0;border-top-color:inherit;border-top-style:solid;border-top-width:5px}.fr-toolbar.fr-top{top:0;border-radius:2px 2px 0 0;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;background-clip:padding-box;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16)}.fr-toolbar.fr-bottom{bottom:0;border-radius:0 0 2px 2px;-moz-border-radius:0 0 2px 2px;-webkit-border-radius:0 0 2px 2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16)}.fr-separator{background:#ebebeb;display:block;vertical-align:top;float:left}.fr-separator+.fr-separator{display:none}.fr-separator.fr-vs{height:34px;width:1px;margin:2px}.fr-separator.fr-hs{clear:both;height:1px;width:calc(100% - (2 * 2px));margin:0 2px}.fr-separator.fr-hidden{display:none!important}.fr-rtl .fr-separator{float:right}.fr-toolbar.fr-inline .fr-separator.fr-hs{float:none}.fr-toolbar.fr-inline .fr-separator.fr-vs{float:none;display:inline-block}.fr-visibility-helper{display:none;margin-left:0!important}@media (min-width:768px){.fr-visibility-helper{margin-left:1px!important}}@media (min-width:992px){.fr-visibility-helper{margin-left:2px!important}}@media (min-width:1200px){.fr-visibility-helper{margin-left:3px!important}}.fr-opacity-0{opacity:0}.fr-box{position:relative}.fr-sticky{position:-webkit-sticky;position:-moz-sticky;position:-ms-sticky;position:-o-sticky;position:sticky}.fr-sticky-off{position:relative}.fr-sticky-on{position:fixed}.fr-sticky-on.fr-sticky-ios{position:absolute;left:0;right:0;width:auto!important}.fr-sticky-dummy{display:none}.fr-sticky-box>.fr-sticky-dummy,.fr-sticky-on+.fr-sticky-dummy{display:block}span.fr-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.fr-file-upload-layer,.fr-view .fr-file,.fr-view .fr-video,.fr-view img,img.fr-view{position:relative}/*!
+ * froala_editor v2.6.2 (https://www.froala.com/wysiwyg-editor)
+ * License https://froala.com/wysiwyg-editor/terms/
+ * Copyright 2014-2017 Froala Labs
+ */.fr-view span[style~="color:"] a{color:inherit}.fr-view strong{font-weight:700}.fr-view table{border:0;border-collapse:collapse;empty-cells:show}.fr-view table.fr-dashed-borders td,.fr-view table.fr-dashed-borders th{border-style:dashed}.fr-view table.fr-alternate-rows tbody tr:nth-child(2n){background:#f5f5f5}.fr-view table td,.fr-view table th{border:1px solid #ddd}.fr-view table td:empty,.fr-view table th:empty{height:20px}.fr-view table td.fr-highlighted,.fr-view table th.fr-highlighted{border:1px double red}.fr-view table td.fr-thick,.fr-view table th.fr-thick{border-width:2px}.fr-view table th{background:#e6e6e6}.fr-view hr{clear:both;-o-user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;page-break-after:always}.fr-view .fr-file::after{position:relative;content:"\1F4CE";font-weight:400}.fr-view pre{white-space:pre-wrap;word-wrap:break-word}.fr-view[dir=rtl] blockquote{border-left:0;border-right:solid 2px #5e35b1;margin-right:0;padding-right:5px;padding-left:0}.fr-view[dir=rtl] blockquote blockquote{border-color:#00bcd4}.fr-view[dir=rtl] blockquote blockquote blockquote{border-color:#43a047}.fr-view blockquote{border-left:solid 2px #5e35b1;margin-left:0;padding-left:5px;color:#5e35b1}.fr-view blockquote blockquote{border-color:#00bcd4;color:#00bcd4}.fr-view blockquote blockquote blockquote{border-color:#43a047;color:#43a047}.fr-view span.fr-emoticon{font-weight:400;font-family:"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols;display:inline;line-height:0}.fr-view a.fr-strong,a.fr-view.fr-strong{font-weight:700}.fr-view span.fr-emoticon.fr-emoticon-img{background-repeat:no-repeat!important;font-size:inherit;height:1em;width:1em;min-height:20px;min-width:20px;display:inline-block;margin:-.1em .1em .1em;line-height:1;vertical-align:middle}.fr-view .fr-text-gray{color:#AAA!important}.fr-view a.fr-green,a.fr-view.fr-green{color:green}.fr-view .fr-text-bordered{border-top:solid 1px #222;border-bottom:solid 1px #222;padding:10px 0}.fr-view .fr-text-spaced{letter-spacing:1px}.fr-view .fr-text-uppercase{text-transform:uppercase}.fr-view img.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}.fr-view img.fr-dib.fr-fil{margin-left:0}.fr-view img.fr-dib.fr-fir{margin-right:0}.fr-view img.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}.fr-view img.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}.fr-view img.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}.fr-view img.fr-rounded{border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-view img.fr-bordered{border:10px solid #CCC;box-sizing:content-box}.fr-view .fr-video{text-align:center}.fr-view .fr-video>*{box-sizing:content-box;max-width:100%;border:0}.fr-view .fr-video.fr-dvb{display:block;clear:both}.fr-view .fr-video.fr-dvb.fr-fvl{text-align:left}.fr-view .fr-video.fr-dvb.fr-fvr{text-align:right}.fr-file-upload-layer,.fr-image-upload-layer{letter-spacing:1px;line-height:140%;text-align:center}.fr-view .fr-video.fr-dvi{display:inline-block}.fr-view .fr-video.fr-dvi.fr-fvl{float:left}.fr-view .fr-video.fr-dvi.fr-fvr{float:right}.fr-view button.fr-rounded,.fr-view input.fr-rounded,.fr-view textarea.fr-rounded{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-view button.fr-large,.fr-view input.fr-large,.fr-view textarea.fr-large{font-size:24px}img.fr-view{max-width:100%}img.fr-view.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}img.fr-view.fr-dib.fr-fil{margin-left:0}img.fr-view.fr-dib.fr-fir{margin-right:0}img.fr-view.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}img.fr-view.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}img.fr-view.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}img.fr-view.fr-rounded{border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}img.fr-view.fr-bordered{border:10px solid #CCC;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}/*!
+ * froala_editor v2.6.2 (https://www.froala.com/wysiwyg-editor)
+ * License https://froala.com/wysiwyg-editor/terms/
+ * Copyright 2014-2017 Froala Labs
+ */.fr-file-upload-layer{border:2px dashed #bdbdbd;padding:25px 0;font-size:14px;box-sizing:border-box}.fr-file-upload-layer:hover{background:#ebebeb}.fr-file-upload-layer.fr-drop{background:#ebebeb;border-color:#1e88e5}.fr-file-upload-layer .fr-form{opacity:0;position:absolute;top:0;bottom:0;left:0;right:0;z-index:9999;overflow:hidden;margin:0!important;padding:0!important;width:100%!important}.fr-file-upload-layer .fr-form input{cursor:pointer;position:absolute;right:0;top:0;bottom:0;width:500%;height:100%;margin:0;font-size:400px}.fr-file-progress-bar-layer{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fr-file-progress-bar-layer>h3{font-size:16px;margin:10px 0;font-weight:400}.fr-file-progress-bar-layer>div.fr-action-buttons{display:none}.fr-file-progress-bar-layer>div.fr-loader{background:#bcdbf7;height:10px;width:100%;margin-top:20px;overflow:hidden;position:relative}.fr-file-progress-bar-layer>div.fr-loader span{display:block;height:100%;width:0;background:#1e88e5}.fr-file-progress-bar-layer>div.fr-loader.fr-indeterminate span{width:30%!important;position:absolute;top:0;-webkit-animation:loading 2s linear infinite;-moz-animation:loading 2s linear infinite;-o-animation:loading 2s linear infinite;animation:loading 2s linear infinite}.fr-file-progress-bar-layer.fr-error>div.fr-loader{display:none}.fr-file-progress-bar-layer.fr-error>div.fr-action-buttons{display:block}/*!
+ * froala_editor v2.6.2 (https://www.froala.com/wysiwyg-editor)
+ * License https://froala.com/wysiwyg-editor/terms/
+ * Copyright 2014-2017 Froala Labs
+ */.clearfix::after{clear:both;display:block;content:"";height:0}.hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.fr-element img{cursor:pointer}.fr-image-resizer{position:absolute;border:1px solid #1e88e5;display:none;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fr-image-resizer.fr-active{display:block}.fr-image-resizer .fr-handler{display:block;position:absolute;background:#1e88e5;border:1px solid #fff;z-index:4;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:12px;height:12px}.fr-image-resizer .fr-handler.fr-hnw{cursor:nw-resize;left:-6px;top:-6px}.fr-image-resizer .fr-handler.fr-hne{cursor:ne-resize;right:-6px;top:-6px}.fr-image-resizer .fr-handler.fr-hsw{cursor:sw-resize;left:-6px;bottom:-6px}.fr-image-resizer .fr-handler.fr-hse{cursor:se-resize;right:-6px;bottom:-6px}@media (min-width:1200px){.fr-image-resizer .fr-handler{width:10px;height:10px}.fr-image-resizer .fr-handler.fr-hnw{left:-5px;top:-5px}.fr-image-resizer .fr-handler.fr-hne{right:-5px;top:-5px}.fr-image-resizer .fr-handler.fr-hsw{left:-5px;bottom:-5px}.fr-image-resizer .fr-handler.fr-hse{right:-5px;bottom:-5px}}.fr-image-overlay{position:fixed;top:0;left:0;bottom:0;right:0;z-index:9999;display:none}.fr-image-upload-layer{border:2px dashed #bdbdbd;padding:25px 0;position:relative;font-size:14px}.fr-image-upload-layer:hover{background:#ebebeb}.fr-image-upload-layer.fr-drop{background:#ebebeb;border-color:#1e88e5}.fr-image-upload-layer .fr-form{-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"alpha(Opacity=0)";position:absolute;top:0;bottom:0;left:0;right:0;z-index:9999;overflow:hidden;margin:0!important;padding:0!important;width:100%!important}.fr-image-upload-layer .fr-form input{cursor:pointer;position:absolute;right:0;top:0;bottom:0;width:500%;height:100%;margin:0;font-size:400px}.fr-image-progress-bar-layer>h3{font-size:16px;margin:10px 0;font-weight:400}.fr-image-progress-bar-layer>div.fr-action-buttons{display:none}.fr-image-progress-bar-layer>div.fr-loader{background:#bcdbf7;height:10px;width:100%;margin-top:20px;overflow:hidden;position:relative}.fr-image-progress-bar-layer>div.fr-loader span{display:block;height:100%;width:0;background:#1e88e5}.fr-image-progress-bar-layer>div.fr-loader.fr-indeterminate span{width:30%!important;position:absolute;top:0;-webkit-animation:loading 2s linear infinite;-moz-animation:loading 2s linear infinite;-o-animation:loading 2s linear infinite;animation:loading 2s linear infinite}.fr-image-progress-bar-layer.fr-error>div.fr-loader{display:none}.fr-image-progress-bar-layer.fr-error>div.fr-action-buttons{display:block}.fr-image-size-layer .fr-image-group .fr-input-line{width:calc(50% - 5px);display:inline-block}.fr-image-size-layer .fr-image-group .fr-input-line+.fr-input-line{margin-left:10px}.fr-uploading{-webkit-opacity:.4;-moz-opacity:.4;opacity:.4;-ms-filter:"alpha(Opacity=0)"}@keyframes loading{from{left:-25%}to{left:100%}}@-webkit-keyframes loading{from{left:-25%}to{left:100%}}@-moz-keyframes loading{from{left:-25%}to{left:100%}}@-o-keyframes loading{from{left:-25%}to{left:100%}}.ember-notify-default.ember-notify-cn{position:fixed;z-index:5000;bottom:0;right:0}.ember-notify-default .ember-notify{display:block;margin:10px;position:relative;width:300px;box-sizing:border-box;border:1px solid #ccc;padding:10px}.ember-notify-default .ember-notify-show{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-name:ember-notify-show;animation-name:ember-notify-show;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1.275);animation-timing-function:cubic-bezier(.175,.885,.32,1.275)}.ember-notify-default .ember-notify-hide{-webkit-animation-duration:250ms;animation-duration:250ms;-webkit-animation-name:ember-notify-hide;animation-name:ember-notify-hide;-webkit-animation-timing-function:cubic-bezier(.6,-.28,.735,.045);animation-timing-function:cubic-bezier(.6,-.28,.735,.045)}.ember-notify-hide:hover{-webkit-animation-play-state:paused;-moz-animation-play-state:paused;-o-animation-play-state:paused;animation-play-state:paused}@-webkit-keyframes ember-notify-show{from{right:-310px}to{right:0}}@keyframes ember-notify-show{from{right:-310px}to{right:0}}@-webkit-keyframes ember-notify-hide{from{right:0}to{right:-310px}}@keyframes ember-notify-hide{from{right:0}to{right:-310px}}.ember-notify-default .ember-notify .close{float:right;cursor:pointer}@media only screen and (max-width:680px){.ember-notify-default.ember-notify-cn{width:100%;padding-left:20px;box-sizing:border-box}.ember-notify-default .ember-notify{width:100%;float:right}}.ember-notify-cn .clearfix:after,.ember-notify-cn .clearfix:before{content:" ";display:table}.ember-notify-cn .clearfix:after{clear:both}.tooltipster-base{display:flex;pointer-events:none;position:absolute}.tooltipster-box{flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-o-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0!important;opacity:0}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}
\ No newline at end of file
diff --git a/cadline/docroot/beiratkozas/tanfolyamok.php b/cadline/docroot/beiratkozas/tanfolyamok.php
new file mode 100644
index 00000000..c6df68b2
--- /dev/null
+++ b/cadline/docroot/beiratkozas/tanfolyamok.php
@@ -0,0 +1,971 @@
+lessons);
+$files = json_decode($course->fileDownloadLink)->files;
+$image = json_decode($course->fileDownloadLink)->image;
+
+$app = JFactory::getApplication('site');
+$user = JFactory::getUser();
+
+$courseApp = Course::getCourseApplication($course->id, $user->id);
+$completedCourses = (array)json_decode($courseApp['completedCourses'])->courses;
+$courseArray = (array)$lessons->courses;
+$firstCourse = key($courseArray);
+$nextLesson = '';
+$nextCourse = '';
+$percentage = 0;
+
+if ($user->id > 0) {
+ $percentage = Course::getApplicationPercentage($course->id, $user->id);
+}
+
+if ($id == $lang['download_link']) {
+ $table = $_SERVER['HTTP_HOST'] == 'www.archline.hu' ? 'jml_content' : 'eng_content';
+
+ $query = "SELECT * FROM `" . JMLADATBAZIS . "`.`{$table}` WHERE id = ?";
+ Database::getInstance()->query($query, array('i', $files->article[0]));
+ $article = Database::getInstance()->fetchNext();
+
+ $moduleStr = Course::get_string_between($article['introtext'], '{loadmodule ', '}');
+ $module = explode(",", $moduleStr);
+ $phoca = Course::get_string_between($article['introtext'], '{phocadownload ', '}');
+
+ $introText = str_replace("{loadmodule " . $module[0] . "," . $module[1] . "}", JModuleHelper::renderModule(JModuleHelper::getModule($module[0], $module[1])), $article['introtext']);
+ $introText = str_replace("{phocadownload " . $phoca . "}", "", $introText);
+}
+
+if ($lessonID != '' && $lessonID < 0 && $id != $lang['download_link'] || ($id == $lang['download_link'] && $course->fileDownloadLink == '')) {
+ $newUrl = 'https://' . $_SERVER['HTTP_HOST'] . '/' . $url . '/';
+
+ if ($lessonID < 0) {
+ if ($course->fileDownloadLink == '') {
+ $newUrl .= $firstCourse . '/1';
+ } else {
+ $newUrl .= $lang['download_link'];
+ }
+ } else {
+ $newUrl .= $firstCourse . '/1';
+ }
+
+ header("Location: {$newUrl}");
+ exit();
+}
+
+$freeLesson = $course->need_login == 0;
+
+if ($id != '' && $id != $lang['download_link'] && $lessonID >= 0) {
+ $selectedCourse = $courseArray[$id];
+
+ $selectedLessonName = $selectedCourse->lessons->name[$lessonID];
+ $selectedLessonYt = $selectedCourse->lessons->yt_link[$lessonID];
+
+ $lastLesson = count($selectedCourse->lessons->name);
+
+ if ($lessonID > $lastLesson - 1) {
+ $newUrl = 'https://' . $_SERVER['HTTP_HOST'] . '/' . $url . '/';
+ $newUrl .= $firstCourse . '/1';
+
+ header("Location: {$newUrl}");
+ exit();
+ }
+
+ if (!$freeLesson && count($courseArray[$id]->lessons->name) > 1)
+ $freeLesson = $lessonID == 0;
+
+ $freeLesson = true;
+
+ $YtId = substr(strrchr(rtrim($selectedLessonYt, '/'), '/'), 1);
+ //$key = 'AIzaSyAAvKsDP6AF5XseRIDIezkFrrRwy-BwoeE';
+ $key = 'AIzaSyDmEK6HMS1-tPIVZDXwleeTST_fi6Z9TaE';
+ $json = file_get_contents("https://www.googleapis.com/youtube/v3/videos?part=statistics&id=" . $YtId . "&key=" . $key);
+ $jsonData = json_decode($json);
+ $views = $jsonData->items[0]->statistics->viewCount;
+} else {
+ $nextLesson = 1;
+
+ if (current($courseArray)->lessons == null) {
+ next($courseArray);
+ $nextCourse = key($courseArray);
+ } else {
+ $nextCourse = $firstCourse;
+ }
+}
+?>
+
+
+
+
+
+
+
+
+ = strip_tags($course->title) ?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Skip to main content
+
+
+
+
+
+
+
+
+
+

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ fileDownloadLink != '') : ?>
+
+
+
+
+
+
+
+
+
+
+
= $lang['download_txt'] ?>
+
+
+
+
+
+
+
+ name); $i++) : ?>
+
+
+
+
+
+

+
+
+
+ id > 0) : ?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ id <= 0) : ?>
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/cadline/docroot/configuration.php b/cadline/docroot/configuration.php
new file mode 100644
index 00000000..10f43586
--- /dev/null
+++ b/cadline/docroot/configuration.php
@@ -0,0 +1 @@
+query($update) === FALSE) echo '';
+ }
+ if ($_POST['listaid'] && isset($_POST['CbBoxValue'])) {
+ $listaid = substr($_POST['listaid'], 5);
+ $update = "UPDATE `www_archline_hu`.`crash` SET `eredmeny`='{$_POST['CbBoxValue']}' WHERE `id`='{$listaid}'";
+
+ if ($connection->query($update) === FALSE) echo '';
+ }
+}
+
+
+function downloadFile($filename)
+{
+ if ($f = fopen($filename, "rb")) {
+ $content_len = (int) filesize($filename);
+ //@ini_set('zlib.output_compression', 'Off');
+ header('Pragma: public');
+ //header('Last-Modified: '.gmdate('D, d M Y H(idea)(worry)') . ' GMT');
+ header('Cache-Control: no-store, no-cache, must-revalidate'); // HTTP/1.1
+ header('Cache-Control: pre-check=0, post-check=0, max-age=0'); // HTTP/1.1
+ header('Content-Transfer-Encoding: none');
+ header('Content-Type: plain/text');
+ header('Content-Disposition: inline; filename="' . $filename . '"');
+ header("Content-length: $content_len");
+
+ while (!feof($f)) {
+ echo fread($f, 2 << 20);
+ }
+ fclose($f);
+ } else {
+ print "error opening file";
+ }
+ exit();
+}
+
+if ($_SERVER['REMOTE_ADDR'] == '91.83.198.90') {
+ $path = "../public";
+ $files = scandir($path);
+
+ print_r($files);
+}
+
+if (isset($_GET) && !empty($_GET)) {
+ $filepath = "/home/vendeg/crash/";
+ $filepath .= $_GET["guid"];
+
+ /*if (!file_exists($filepath))
+ $filepath = "../public/crash/".$_GET['guid'];*/
+ //$filepath .= ".DMP";
+ downloadFile($filepath);
+} else {
+?>
+
+
+
+
+
+
+
+
+
+
+ ';
+ if (isset($_SESSION["maxdate"]) || isset($_SESSION["mindate"]) || isset($_SESSION["lista"])) {
+ echo 'Dátum szűrés
-tól -ig';
+ } else {
+ echo 'Dátum szűrés
-tól -ig';
+ }
+ ?>
+
+ Eredmény szűrő:
+
+
+
+
+
+
+
+ = '" . $_POST['datemin'] . "'";
+ if (isset($_POST['datemax'])) $feltetel[] = "left(datum, 10) <= '" . $_POST['datemax'] . "'";
+ if (isset($_POST['lista']) && $_POST['lista'] != "%") $feltetel[] = "`eredmeny` = " . $_POST['lista'] . "";
+ if (isset($_POST['lista']) && $_POST['lista'] == "%") $feltetel[] = "1";
+ if (isset($_POST['datemax']) || isset($_POST['datemin']) || isset($_POST['lezart'])) $query .= "WHERE " . implode(' AND ', $feltetel);
+
+ $query .= " ORDER BY id DESC LIMIT 500";
+
+ print "