@import"https://fonts.googleapis.com/css2?family=Material+Icons+Outlined";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap";:root{--bodyBackground: #f2f4f8;--successGreen: #00ff84;--dangerRed: #ffc0c7;--questionBG: #e4e8ee;--fontPrimary: #002333;--active: #2dbf64}*{margin:0;padding:0;box-sizing:border-box;color:var(--fontPrimary);font-family:Montserrat,sans-serif}body{background-color:var(--bodyBackground)}a{text-decoration:none;color:#00f}h4{color:#7c83a7;font-weight:600;border-bottom:1px solid #e5e5e5;padding:10px 0;margin-bottom:10px}.info{margin-top:1rem;text-align:center}.error{background-color:var(--dangerRed);padding:.6rem 1.2rem;margin-top:10px;border-radius:8px;display:flex;align-items:center}.column{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media only screen and (max-width: 1023px){.column{grid-template-columns:1fr}}.infinite-scroll-component{width:100%;display:grid;margin:3rem auto;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));justify-items:center;gap:20px;row-gap:20px}@media only screen and (max-width: 600px){.infinite-scroll-component{width:90%}}._main_1xhp6_2{width:100%;padding:4rem 0}._container_1xhp6_7{width:90%;margin:2rem auto}._nav_1oojh_2{display:flex;background-color:#fff;position:fixed;left:0;right:0;top:0;border-bottom:1px solid #e5e5e5;z-index:1}._nav_1oojh_2 ul{width:50%;height:60px;list-style:none;display:flex;justify-content:space-between;align-items:center}._nav_1oojh_2 ul:first-child{margin-left:30px}._nav_1oojh_2 ul li{font-weight:600}._nav_1oojh_2 ._brand_1oojh_30{display:flex;justify-content:center;align-items:center}._nav_1oojh_2 ._brand_1oojh_30 h3{font-size:18px;line-height:19px;font-weight:700}._nav_1oojh_2 ._brand_1oojh_30 img{width:70px;margin-right:10px}@media only screen and (max-width: 600px){._nav_1oojh_2 ._brand_1oojh_30 h3{display:none}}._account_1n2x2_2{width:50%;display:flex;gap:.5rem;justify-content:flex-end;align-items:center;margin-right:30px;font-size:12px}._account_1n2x2_2>span:last-child{cursor:pointer}._signup_1n2x2_15,._login_1n2x2_16{display:flex;align-items:center;justify-content:center;line-height:1;text-decoration:none;color:#000;font-size:.7rem;border-radius:4px;width:4.8rem;height:1.8rem;font-weight:300;border:1px solid #333333;transition:.3s;background-color:#fff}._signup_1n2x2_15:hover,._login_1n2x2_16:hover{font-weight:500;border:none;background-color:var(--successGreen);color:var(--fontPrimary)}._video_1vo7e_2{max-width:400px;height:fit-content;background-color:#fff;border:1px solid #e5e5e5;padding:10px;border-radius:4px;cursor:pointer;padding-bottom:1rem}._video_1vo7e_2:hover{box-shadow:0 0 15px #e5e5e5}._video_1vo7e_2 p{font-size:16px;font-weight:500;margin:.5rem 0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}._video_1vo7e_2 img{width:100%;object-fit:cover}._video_1vo7e_2 ._qmeta_1vo7e_32{display:flex;justify-content:space-between;padding-right:6px}._video_1vo7e_2 ._qmeta_1vo7e_32 p{font-size:15px;font-weight:400}@media only screen and (max-width: 600px){._video_1vo7e_2{width:100%}}._illustration_299wi_2{padding:5rem 2rem}._illustration_299wi_2 img{max-width:80%}@media only screen and (max-width: 1023px){._illustration_299wi_2{display:none}}._button_6w3uu_2{background:var(--successGreen);color:var(--fontPrimary);padding:.6rem 1.2rem;font-weight:600;font-size:15px;text-transform:uppercase;display:flex;justify-content:center;align-items:center;gap:10px;border-radius:8px;cursor:pointer;border:0px}._button_6w3uu_2:hover{background:var(--fontPrimary);color:#fff}._button_6w3uu_2:hover span{color:#fff}._form_poo3d_2{display:grid;grid-template-columns:1fr;padding:2rem 0}._form_poo3d_2 label{margin-top:1rem}._form_poo3d_2 ._button_poo3d_12{height:44px;margin-top:2rem}@media only screen and (max-width: 600px){._form_poo3d_2{grid-template-columns:1fr}}._textInput_xw9h5_2{width:100%;height:50px;background-color:#fff;display:flex;align-items:center;border-radius:5px;border:1px solid #e5e5e5;padding:2px}._textInput_xw9h5_2 input{border:none;outline:none;height:100%;width:100%;padding:.3rem .7rem;background-color:#fff;font-size:16px;font-weight:500}._textInput_xw9h5_2 span{width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer}._answers_1t6xu_2{display:grid;grid-template-rows:repeat(5,auto);gap:10px;margin:2rem 0;grid-auto-flow:column}@media only screen and (max-width: 1024px){._answers_1t6xu_2{grid-auto-flow:unset;margin:1rem 0}}._answer_1t6xu_2{width:100%;height:58px;background:var(--questionBG);display:flex;align-items:center;font-weight:500;padding:0 1.1rem;cursor:pointer;border-radius:4px}._answer_1t6xu_2:hover{background:hsla(229,20%,57%,.253)}._answer_1t6xu_2 input{margin-right:15px}._answer_1t6xu_2 span{width:100%}._answer_1t6xu_2 span:nth-of-type(2){text-align:right;color:#4e536f;font-size:14px}._correct_1t6xu_47{background:var(--successGreen)!important;font-weight:600}._wrong_1t6xu_52{background:var(--dangerRed)!important;font-weight:600}._miniPlayer_1fw4l_1{width:320px;position:fixed;bottom:100px;right:50px;background-color:#fff;padding:10px;box-sizing:border-box;border:1px solid hsl(0,0%,86%);border-radius:5px;transition:right .4s ease}._miniPlayer_1fw4l_1 ._player_1fw4l_14{width:300px;animation:_miniplayerAnim_1fw4l_1 .3s ease forwards}._open_1fw4l_19{display:none}._close_1fw4l_23{display:block;position:absolute;right:-8px;top:-10px;z-index:10;background-color:#fff;border:1px solid #e5e5e5;border-radius:50%;width:32px;height:32px;line-height:20px;padding:5px 0 0 3px}._close_1fw4l_23:hover{color:#666;cursor:pointer;outline:0}@keyframes _miniplayerAnim_1fw4l_1{0%{transform:scale(0)}to{transform:scale(1)}}._miniPlayer_1fw4l_1 p{font-weight:500;font-size:14px;margin:10px 0;color:var(--fontPrimary)}@media only screen and (max-width: 1536px){._miniPlayer_1fw4l_1{transition:transform .3s ease}}._floatingBtn_1fw4l_66{width:60px;height:60px;bottom:80px;right:10px;overflow:hidden;border-radius:50px;background-color:var(--fontPrimary);display:flex;justify-content:center;align-items:center;gap:10px;cursor:pointer;transition:all .3s ease;-webkit-user-select:none;user-select:none}._floatingBtn_1fw4l_66:hover{background-color:var(--successGreen)}._floatingBtn_1fw4l_66:hover span{color:var(--fontPrimary)}._floatingBtn_1fw4l_66 p{display:none}._floatingBtn_1fw4l_66 ._player_1fw4l_14{transform:scale(0);display:none}._floatingBtn_1fw4l_66 span{color:var(--successGreen);font-weight:500}._floatingBtn_1fw4l_66 ._open_1fw4l_19{display:block}._floatingBtn_1fw4l_66 ._close_1fw4l_23{display:none}._progressBar_1luz6_2{width:calc(100vw - 100px);height:65px;position:fixed;left:0;right:0;bottom:20px;margin:0 auto;background:#fff;border:1px solid #e5e5e5;border-radius:8px;display:grid;justify-content:space-between;align-items:center;grid-template-columns:50px 1fr auto;gap:20px}._progressBar_1luz6_2 ._backButton_1luz6_20{width:50px;height:50px;border-radius:8px;margin-left:10px;background:#47f5901c;display:flex;justify-content:center;align-items:center;cursor:pointer}._progressBar_1luz6_2 ._backButton_1luz6_20:hover{background:#47f5953a}@media only screen and (max-width: 1024px){._progressBar_1luz6_2{width:calc(100vw - 60px);bottom:10px}._progressBar_1luz6_2 ._backButton_1luz6_20{width:40px;height:40px}._next_1luz6_47 span:first-child{display:none}}._rangeArea_1luz6_52{width:100%;position:relative;margin:0 auto}._rangeBody_1luz6_58{width:100%;height:4px;margin:0 auto;background:#e4e8ee;border:none;outline:none;border-radius:20px}._progress_1luz6_2{height:4px;background:var(--fontPrimary);border-radius:20px;position:relative;transition:width .3s ease}._progress_1luz6_2:after{content:"";height:12px;width:12px;position:absolute;right:0;border-radius:100%;background-color:var(--fontPrimary);transform:translateY(-50%);top:50%;cursor:pointer}._tooltip_1luz6_89{position:absolute;top:-70px;left:calc(70% - 65px);width:130px;background-color:var(--fontPrimary);color:#fff;padding:.8rem 1rem;border-radius:7px;font-size:12px;font-weight:600;display:none}._tooltip_1luz6_89:after{content:"";width:15px;height:15px;background-color:var(--fontPrimary);border-radius:4px;bottom:0;left:50%;position:absolute;transform:rotate(45deg) translate(-50%,100%)}._analysis_xzyj1_2{margin:2rem auto}._question_42bao_2{background-color:#fff;padding:10px;margin:1rem 0;border-radius:4px}._qtitle_42bao_9{display:flex;gap:5px;align-items:center;color:var(--fontPrimary);font-weight:600}._qtitle_42bao_9 span{color:var(--active)}._summary_9kskq_3{width:80%;margin:0 auto;display:flex;justify-content:space-between}@media only screen and (max-width: 800px){._summary_9kskq_3{flex-direction:column;align-items:center}}._point_9kskq_17{width:50%;display:grid;justify-content:center;place-items:center;position:relative}._score_9kskq_25{width:400px;text-align:center;font-size:20px;font-weight:600}._badge_9kskq_32{text-align:center;height:300px;padding:1rem;display:flex;justify-content:center;align-items:center}._badge_9kskq_32 img{width:100%;height:100%;object-fit:cover}@media only screen and (max-width: 800px){._badge_9kskq_32{width:100%}}
