.Vue-Toastification__container{z-index:9999;position:fixed;padding:4px;width:600px;box-sizing:border-box;display:flex;min-height:100%;color:#fff;flex-direction:column;pointer-events:none}@media only screen and (min-width : 600px){.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:1em}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:1em;flex-direction:column-reverse}.Vue-Toastification__container.top-left,.Vue-Toastification__container.bottom-left{left:1em}.Vue-Toastification__container.top-left .Vue-Toastification__toast,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast{margin-right:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl{margin-right:unset;margin-left:auto}}.Vue-Toastification__container.top-right,.Vue-Toastification__container.bottom-right{right:1em}.Vue-Toastification__container.top-right .Vue-Toastification__toast,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast{margin-left:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl{margin-left:unset;margin-right:auto}}.Vue-Toastification__container.top-center,.Vue-Toastification__container.bottom-center{left:50%;margin-left:-300px}.Vue-Toastification__container.top-center .Vue-Toastification__toast,.Vue-Toastification__container.bottom-center .Vue-Toastification__toast{margin-left:auto;margin-right:auto}}@media only screen and (max-width : 600px){.Vue-Toastification__container{width:100vw;padding:0;left:0;margin:0}.Vue-Toastification__container .Vue-Toastification__toast{width:100%}.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:0}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:0;flex-direction:column-reverse}}.Vue-Toastification__toast{display:inline-flex;position:relative;max-height:800px;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:22px 24px;border-radius:8px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;justify-content:space-between;font-family:Lato,Helvetica,Roboto,Arial,sans-serif;max-width:600px;min-width:326px;pointer-events:auto;overflow:hidden;transform:translateZ(0);direction:ltr}.Vue-Toastification__toast--rtl{direction:rtl}.Vue-Toastification__toast--default{background-color:#1976d2;color:#fff}.Vue-Toastification__toast--info{background-color:#2196f3;color:#fff}.Vue-Toastification__toast--success{background-color:#4caf50;color:#fff}.Vue-Toastification__toast--error{background-color:#ff5252;color:#fff}.Vue-Toastification__toast--warning{background-color:#ffc107;color:#fff}@media only screen and (max-width : 600px){.Vue-Toastification__toast{border-radius:0;margin-bottom:.5rem}}.Vue-Toastification__toast-body{flex:1;line-height:24px;font-size:16px;word-break:break-word;white-space:pre-wrap}.Vue-Toastification__toast-component-body{flex:1}.Vue-Toastification__toast.disable-transition{animation:none!important}.Vue-Toastification__close-button{font-weight:700;font-size:24px;line-height:24px;background:transparent;outline:none;border:none;padding:0 0 0 10px;cursor:pointer;transition:.3s ease;align-items:center;color:#fff;opacity:.3;transition:visibility 0s,opacity .2s linear}.Vue-Toastification__close-button:hover,.Vue-Toastification__close-button:focus{opacity:1}.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover{opacity:0}.Vue-Toastification__toast--rtl .Vue-Toastification__close-button{padding-left:unset;padding-right:10px}@keyframes scale-x-frames{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Vue-Toastification__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:10000;background-color:#ffffffb3;transform-origin:left;animation:scale-x-frames linear 1 forwards}.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar{right:0;left:unset;transform-origin:right}.Vue-Toastification__icon{margin:auto 18px auto 0;background:transparent;outline:none;border:none;padding:0;transition:.3s ease;align-items:center;width:20px;height:100%}.Vue-Toastification__toast--rtl .Vue-Toastification__icon{margin:auto 0 auto 18px}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes bounceOutRight{40%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(1000px,0,0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Vue-Toastification__bounce-enter-active.top-left,.Vue-Toastification__bounce-enter-active.bottom-left{animation-name:bounceInLeft}.Vue-Toastification__bounce-enter-active.top-right,.Vue-Toastification__bounce-enter-active.bottom-right{animation-name:bounceInRight}.Vue-Toastification__bounce-enter-active.top-center{animation-name:bounceInDown}.Vue-Toastification__bounce-enter-active.bottom-center{animation-name:bounceInUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-left{animation-name:bounceOutLeft}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-right{animation-name:bounceOutRight}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-center{animation-name:bounceOutUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-center{animation-name:bounceOutDown}.Vue-Toastification__bounce-leave-active,.Vue-Toastification__bounce-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__bounce-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes fadeOutTop{0%{transform:translateY(0);opacity:1}to{transform:translateY(-50px);opacity:0}}@keyframes fadeOutLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-50px);opacity:0}}@keyframes fadeOutBottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(50px);opacity:0}}@keyframes fadeOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(50px);opacity:0}}@keyframes fadeInLeft{0%{transform:translate(-50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInRight{0%{transform:translate(50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInTop{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInBottom{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.Vue-Toastification__fade-enter-active.top-left,.Vue-Toastification__fade-enter-active.bottom-left{animation-name:fadeInLeft}.Vue-Toastification__fade-enter-active.top-right,.Vue-Toastification__fade-enter-active.bottom-right{animation-name:fadeInRight}.Vue-Toastification__fade-enter-active.top-center{animation-name:fadeInTop}.Vue-Toastification__fade-enter-active.bottom-center{animation-name:fadeInBottom}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-left,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left{animation-name:fadeOutLeft}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-right,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-right{animation-name:fadeOutRight}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-center{animation-name:fadeOutTop}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-center{animation-name:fadeOutBottom}.Vue-Toastification__fade-leave-active,.Vue-Toastification__fade-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__fade-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes slideInBlurredLeft{0%{transform:translate(-1000px) scaleX(2.5) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredTop{0%{transform:translateY(-1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredRight{0%{transform:translate(1000px) scaleX(2.5) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredBottom{0%{transform:translateY(1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideOutBlurredTop{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 0%;filter:blur(0);opacity:1}to{transform:translateY(-1000px) scaleY(2) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredBottom{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translateY(1000px) scaleY(2) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredLeft{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(-1000px) scaleX(2) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}}@keyframes slideOutBlurredRight{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(1000px) scaleX(2) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}}.Vue-Toastification__slideBlurred-enter-active.top-left,.Vue-Toastification__slideBlurred-enter-active.bottom-left{animation-name:slideInBlurredLeft}.Vue-Toastification__slideBlurred-enter-active.top-right,.Vue-Toastification__slideBlurred-enter-active.bottom-right{animation-name:slideInBlurredRight}.Vue-Toastification__slideBlurred-enter-active.top-center{animation-name:slideInBlurredTop}.Vue-Toastification__slideBlurred-enter-active.bottom-center{animation-name:slideInBlurredBottom}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-left,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-left{animation-name:slideOutBlurredLeft}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-right,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-right{animation-name:slideOutBlurredRight}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-center{animation-name:slideOutBlurredTop}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-center{animation-name:slideOutBlurredBottom}.Vue-Toastification__slideBlurred-leave-active,.Vue-Toastification__slideBlurred-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__slideBlurred-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}.login-modal[data-v-476ee29e]{min-height:100vh;background-color:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 10px #0000001a}.login-modal__text[data-v-476ee29e]{margin-bottom:20px}.container[data-v-476ee29e]{max-width:400px;margin:0 auto}.toggle-buttons[data-v-476ee29e]{width:100%;display:flex;gap:10px;justify-content:space-between;margin-bottom:20px}.toggle-buttons button[data-v-476ee29e]{flex:1;width:50%;background-color:#fff;color:#000;border:1px solid #999;border-radius:4px;cursor:pointer;position:relative}.toggle-buttons button[data-v-476ee29e]:hover{background-color:#eee}.toggle-buttons .triangle[data-v-476ee29e]{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #178D72;position:absolute;bottom:-5px;left:50%;transform:translate(-50%)}.toggle-buttons button.active[data-v-476ee29e]{background-color:#178d72;border-color:#178d72;color:#fff}input[data-v-476ee29e]{display:block;width:calc(100% - 22px);padding:10px;margin-bottom:10px;border:1px solid #ccc;border-radius:4px}button[data-v-476ee29e]{display:block;width:100%;padding:10px;background-color:#178d72;color:#fff;border:none;border-radius:4px;cursor:pointer}button[data-v-476ee29e]:hover{background-color:#12705a}.forgot-password[data-v-476ee29e]{margin-top:10px;text-align:center}.forgot-password button[data-v-476ee29e]{background:none;border:none;color:#178d72;cursor:pointer;text-decoration:none}.forgot-password button[data-v-476ee29e]:hover{text-decoration:underline}.loading-overlay[data-v-476ee29e]{position:absolute;top:0;left:0;right:0;bottom:0;background:#fffc;display:flex;justify-content:center;align-items:center;z-index:1000}.spinner[data-v-476ee29e]{width:50px;height:50px;border:5px solid #f3f3f3;border-top:5px solid #178D72;border-radius:50%;animation:spin-476ee29e 1s linear infinite}@keyframes spin-476ee29e{0%{transform:rotate(0)}to{transform:rotate(360deg)}}input[data-v-476ee29e]:disabled,button[data-v-476ee29e]:disabled{cursor:not-allowed;opacity:.7}.circular-progress[data-v-e2af32e3]{width:54px;height:54px;position:relative;display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 0 12px rgba(18,112,90,.4))}.circular-progress__bar[data-v-e2af32e3],.circular-progress__bg[data-v-e2af32e3]{position:absolute;width:100%;height:100%;border-radius:50%;top:0;left:0}.circular-progress__bar[data-v-e2af32e3]{z-index:2;mask:radial-gradient(farthest-side,transparent calc(100% - 4px),#000 calc(100% - 4px));-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 4px),#000 calc(100% - 4px));filter:drop-shadow(0 0 8px rgba(18,112,90,.6)) drop-shadow(0 0 4px rgba(25,232,184,.4))}.circular-progress__bg[data-v-e2af32e3]{z-index:1;background:#12705a;mask:radial-gradient(farthest-side,transparent calc(100% - 4px),#000 calc(100% - 4px));-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 4px),#000 calc(100% - 4px))}.circular-progress__text[data-v-e2af32e3]{z-index:3;position:absolute;width:100%;height:100%;display:flex;align-items:center;flex-direction:column;justify-content:center;font-size:13px;font-weight:700;color:#19e8b8;pointer-events:none}.header-container[data-v-9544487f]{position:relative}.header[data-v-9544487f]{background-color:#000;padding:10px 20px}.header .container[data-v-9544487f]{display:flex;justify-content:space-between;align-items:center}.header__progress[data-v-9544487f]{padding-left:8px;font-size:12px;color:#fff}.header__progress-tick[data-v-9544487f]{margin-right:5px;color:#178d72}@media all and (min-width: 768px){.header__progress[data-v-9544487f]{padding-left:11px}}.header__logo[data-v-9544487f]{display:block;height:40px}.header__user-info[data-v-9544487f]{position:relative;color:#fff}.header__user-info-wrapper[data-v-9544487f]{display:flex;align-items:center;gap:10px}.header__logged-in-symbol[data-v-9544487f]{cursor:pointer}.header__logged-in-symbol svg[data-v-9544487f]{width:30px;height:30px}.header__language[data-v-9544487f]{margin-left:auto;margin-right:20px}@media all and (max-width: 768px){.header[data-v-9544487f]{padding:10px}.header__logo[data-v-9544487f]{width:180px;height:auto}.header__language[data-v-9544487f]{margin-right:0}}.user-details-panel[data-v-9544487f]{background-color:#fff;color:#000;padding:20px;border-radius:0 0 4px 4px;box-shadow:0 2px 10px #0000004d;font-weight:300;position:absolute;top:100%;left:0;right:0;width:100%;z-index:1000}.user-details-panel .user-details-content[data-v-9544487f]{max-width:1280px;margin:0 auto;padding:0 20px}.user-details-panel .user-details-content p[data-v-9544487f]:first-child{margin-top:0}.user-details-panel .user-details-content strong[data-v-9544487f]{font-weight:600}.user-details-logout-button[data-v-9544487f]{cursor:pointer;display:flex;align-items:center;gap:10px;justify-content:space-between;background-color:#178d72;color:#fff;border:1px solid #178D72;border-radius:4px;padding:10px;margin-top:10px;width:100%;max-width:200px}button[data-v-9544487f]:disabled{cursor:not-allowed;opacity:.7}footer[data-v-e45b1c80]{background-color:#000;color:#fff;padding:20px;text-align:center}nav ul[data-v-e45b1c80]{list-style:none;padding:0;margin:10px 0 0;display:flex;justify-content:center}nav ul li[data-v-e45b1c80]{margin:0 10px}nav ul li a[data-v-e45b1c80]{color:#fff;text-decoration:none}nav ul li a[data-v-e45b1c80]:hover{text-decoration:underline}.white-container[data-v-b3a0857c]{background-color:#fff;box-shadow:0 2px 4px #0000001a;border-radius:4px;padding:20px;margin:20px 0;overflow:hidden}@media all and (max-width: 768px){.white-container[data-v-b3a0857c]{padding:10px}}.chapter-video[data-v-8a699b81]{width:100%;max-width:760px;margin:20px auto 0;position:relative}.chapter-video__hint[data-v-8a699b81]{display:flex;align-items:center;justify-content:center;gap:10px;font-style:italic}.chapter-video__done[data-v-8a699b81]{fill:#178d72}.chapter-video__locked[data-v-8a699b81]{fill:#999}@media all and (max-width: 768px){.chapter-video__hint[data-v-8a699b81]{font-size:12px}}.video-player[data-v-8a699b81]{width:100%;aspect-ratio:16/9;border-radius:6px;background:#000}.play-button[data-v-8a699b81]{position:absolute;top:0;left:0;right:0;bottom:0;background-color:transparent;font-size:3rem;border:none;border-radius:50%;cursor:pointer;padding:.5rem 1rem}.play-button svg[data-v-8a699b81]{width:100px;height:100px}.chapter-text[data-v-9e0bb36c]{margin-top:20px;margin-bottom:20px;padding:20px;background-color:#f0f0f0;border-radius:10px}.chapter-text__download a[data-v-9e0bb36c]{color:#178d72}.quiz-container[data-v-33d6b075]{overflow:hidden;max-width:600px;margin:2rem auto;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 0 12px #0000001a;text-align:left;position:relative}.quiz-container button[data-v-33d6b075]{background-color:#178d72;color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s ease;margin-top:20px;min-width:200px}.quiz-container button[data-v-33d6b075]:hover{background-color:#12705a}.quiz-container button[data-v-33d6b075]:disabled{background-color:#ccc;cursor:not-allowed}.quiz-container .quiz-locked[data-v-33d6b075]{text-align:center;padding:2rem;color:#666;font-size:1.1em;position:relative}@media all and (max-width: 768px){.quiz-container[data-v-33d6b075]{padding:40px 10px}}.quiz-badge[data-v-33d6b075]{position:absolute;top:0;left:0;background-color:#178d72;color:#fff;padding:5px 15px;font-size:22px;border-bottom-right-radius:4px;font-weight:700}.question[data-v-33d6b075]{font-weight:700;margin-bottom:1rem}.answers[data-v-33d6b075]{display:flex;flex-direction:column;margin-bottom:1rem;gap:10px}.answer[data-v-33d6b075]{display:flex;align-items:center;gap:10px;cursor:pointer;position:relative}.answer input[type=checkbox][data-v-33d6b075]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.answer .checkbox-custom[data-v-33d6b075]{height:20px;width:20px;background-color:#fff;border:2px solid #ddd;border-radius:4px;transition:all .2s ease;position:relative}.answer .checkbox-custom[data-v-33d6b075]:after{content:"";position:absolute;display:none;left:6px;top:2px;width:5px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.answer .checkbox-custom.checked[data-v-33d6b075]{background-color:#178d72;border-color:#178d72}.answer .checkbox-custom.checked[data-v-33d6b075]:after{display:block}.answer .answer-text[data-v-33d6b075]{flex:1}.answer:hover .checkbox-custom[data-v-33d6b075]{border-color:#178d72}.answer input[type=checkbox]:disabled~.checkbox-custom[data-v-33d6b075]{opacity:.7;cursor:not-allowed}.quiz-result[data-v-33d6b075]{text-align:center}.quiz-result button[data-v-33d6b075]{margin-top:1rem}.chapter__header[data-v-84d24cad]{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.chapter__header--locked[data-v-84d24cad]{cursor:default}.chapter__header--locked h3[data-v-84d24cad]{opacity:.5}.chapter__header-open[data-v-84d24cad],.chapter__header-close[data-v-84d24cad]{cursor:pointer}.chapter__header h3[data-v-84d24cad]{margin:0}.chapter__header svg[data-v-84d24cad]{padding-top:5px;width:30px;height:30px;fill:#178d72;margin-right:10px}@media all and (max-width: 768px){.chapter__header svg[data-v-84d24cad]{margin-right:0}.chapter__header h3[data-v-84d24cad]{font-size:16px}}.certificate-container[data-v-4d31317e]{display:flex;align-items:center;gap:10px;white-space:nowrap}.certificate-button[data-v-4d31317e]{background-color:#178d72;color:#fff;padding:10px 20px;border:none;border-radius:5px;cursor:pointer;font-size:16px;transition:background-color .3s;height:40px}.certificate-button[data-v-4d31317e]:hover{background-color:#12705a}.certificate-button[data-v-4d31317e]:disabled{background-color:#aaa;cursor:not-allowed}.certificate-available[data-v-4d31317e]{color:#777;font-size:14px;margin-top:10px}.name-input[data-v-4d31317e]{padding:8px;font-size:14px;border:1px solid #ccc;border-radius:4px;width:100%;height:23px;max-width:280px}.progress-animation-container[data-v-c13d0295]{position:fixed;top:10px;right:10px;z-index:9999;background:#fff;border-radius:50%;padding:4px;box-shadow:0 8px 32px #0000004d;display:flex;align-items:center;justify-content:center;pointer-events:none}.progress-checkmark[data-v-c13d0295]{width:60px;height:60px}.progress-checkmark-circle[data-v-c13d0295]{stroke:#178d72;stroke-width:2;stroke-dasharray:166;stroke-dashoffset:166;animation:stroke-c13d0295 .6s cubic-bezier(.65,0,.45,1) forwards}.progress-checkmark-check[data-v-c13d0295]{stroke:#178d72;stroke-width:3;stroke-dasharray:48;stroke-dashoffset:48;animation:stroke-c13d0295 .3s cubic-bezier(.65,0,.45,1) .8s forwards}@keyframes stroke-c13d0295{to{stroke-dashoffset:0}}.progress-animation-enter-active[data-v-c13d0295],.progress-animation-leave-active[data-v-c13d0295]{transition:all .4s ease}.progress-animation-enter-from[data-v-c13d0295],.progress-animation-leave-to[data-v-c13d0295]{opacity:0}.progress-animation-enter-to[data-v-c13d0295],.progress-animation-leave-from[data-v-c13d0295]{opacity:1}@media all and (max-width: 768px){.progress-checkmark[data-v-c13d0295]{width:50px;height:50px}}.curriculum[data-v-6899f992]{padding:10px}.curriculum__cover[data-v-6899f992]{display:flex;flex-direction:row;align-items:center;gap:20px}@media all and (max-width: 768px){.curriculum__cover[data-v-6899f992]{flex-direction:column}}.curriculum__image[data-v-6899f992]{max-width:500px;width:100%;border-radius:4px}.curriculum h1[data-v-6899f992]{margin-left:0}.curriculum h2[data-v-6899f992]{padding:20px;background-color:#178d72;border-radius:4px;color:#fff}@media all and (max-width: 768px){.curriculum h1[data-v-6899f992]{display:none}.curriculum h2[data-v-6899f992]{padding:10px;font-size:18px}}body{background-color:#f9fafd;margin:0;padding:0;font-family:Nunito Sans,sans-serif}body .container{max-width:1280px;margin:0 auto}.offline-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#ffffffe6;z-index:1000;display:flex;align-items:center;justify-content:center}.offline-overlay .offline-content{text-align:center}.offline-overlay .offline-content svg{fill:#dc3545;margin-bottom:1rem}.offline-overlay .offline-content p{color:#dc3545;font-weight:700;font-size:1.2rem}.loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#ffffffe6;z-index:1000;display:flex;align-items:center;justify-content:center}.loading-overlay .loading-content{text-align:center}.loading-overlay .loading-content .spinner{animation:rotate 2s linear infinite;width:50px;height:50px;margin-bottom:1rem}.loading-overlay .loading-content .spinner .path{stroke:#178d72;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}.loading-overlay .loading-content p{color:#178d72;font-weight:700;font-size:1.2rem}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.reset-password-container[data-v-873bee47]{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:1rem;background:#f5f5f5}.reset-password-form[data-v-873bee47]{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000001a;width:100%;max-width:400px}.reset-password-form h2[data-v-873bee47]{margin-bottom:1.5rem;color:#333;text-align:center}.reset-password-form .form-group[data-v-873bee47]{margin-bottom:1rem}.reset-password-form input[data-v-873bee47]{width:100%;padding:.5rem;border:1px solid #e0e0e0;border-radius:4px}.reset-password-form input[data-v-873bee47]:focus{outline:2px solid #178D72;border-color:#178d72}.reset-password-form .error-input[data-v-873bee47]{border-color:#dc3545;background-color:#f8d7da}.reset-password-form .error-text[data-v-873bee47]{color:#dc3545;font-size:.8em;margin-top:.25rem;display:block}.reset-password-form .error-message[data-v-873bee47]{background:#f8d7da;color:#dc3545;padding:.5rem;border-radius:4px;margin-bottom:1rem}.reset-password-form button[data-v-873bee47]{width:100%;padding:.5rem;background:#178d72;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s}.reset-password-form button[data-v-873bee47]:hover{background:#12705a}.reset-password-form button[data-v-873bee47]:disabled{background:#ccc;cursor:not-allowed}
