@charset "UTF-8";.menu-icon{width:2.8rem;cursor:pointer}.menu-icon svg{width:100%;transition:transform .4s cubic-bezier(.4,0,.2,1)}.menu-icon .line{fill:none;stroke:var(--black);stroke-linecap:round;stroke-linejoin:round;stroke-width:3;transition:stroke-dasharray .6s cubic-bezier(.4,0,.2,1),stroke-dashoffset .6s cubic-bezier(.4,0,.2,1)}.line-top-bottom{stroke-dasharray:12 63}.close svg{transform:rotate(-45deg)}.close svg .line-top-bottom{stroke-dasharray:20 300;stroke-dashoffset:-32.42}nav{position:relative;padding:.45rem 0}nav .container{display:flex;align-items:center;justify-content:space-between}nav .container .logo img{width:6rem}nav .container .links{position:absolute;top:100%;left:0;width:200px;height:0;background-color:var(--yellow);overflow:hidden;z-index:1000}nav .container .links.active{height:250px}nav .container .links a{display:flex;align-items:center;justify-content:center;position:relative;width:100%;height:50px;font-size:1.1rem;color:var(--white)}nav .container .links a:hover,nav .container .links a:focus,nav .container .links a.active{background-color:var(--ment)}nav .container .account{display:flex;align-items:center;gap:1rem}nav .container .account .user{width:2.3rem;height:2.3rem;border-radius:50%;overflow:hidden}nav .container .account .user img{height:100%}@media screen and (min-width:1024px){.menu-icon{display:none}nav{padding:1rem 0 .5rem}nav .container .links{position:relative;display:flex;align-items:center;justify-content:center;gap:1.5rem;width:max-content;height:2.5rem;background-color:transparent}nav .container .links a{color:var(--black2);font-size:1rem;font-weight:500;height:auto;width:fit-content}nav .container .links a:hover,nav .container .links a:focus,nav .container .links a.active{background:none;color:var(--ment)}}@media screen and (min-width:1280px){nav .container .logo img{width:7.5rem}nav .container .account .user{width:2.75rem;height:2.75rem}}footer{padding:1.5rem 0 .5rem;box-shadow:0 -50px 36px #00000003}footer .container{display:flex;justify-content:center;flex-direction:column;gap:1.5rem}footer .container .logo img{width:4.8rem}footer .container .logo p{font-size:.9375rem;color:var(--gray);margin:.75rem 0;line-height:1.75rem}footer .logo p a{display:inline;font-weight:500;color:var(--ment)}footer .container .contact .top h3{font-size:1.125rem;font-weight:700;color:var(--black);margin:0 0 1rem}footer .container .contact .top a{font-size:1rem;color:var(--gray);margin:1rem 0}footer .container .contact .top a span{font-weight:500;color:var(--black2)}footer .container .social{display:flex;align-items:center;gap:.75rem;margin-top:1.5rem}footer .container .social a{background-color:var(--back);padding:.73rem .875rem;border-radius:6.25rem}footer .container .social a svg{width:1.5rem}footer .container .social a svg path{width:100%}footer .container .links{display:flex;align-items:center;gap:3.25rem}footer .container .links a{color:var(--gray);margin:1.25rem 0}footer .copy{display:block;font-size:.75rem;font-weight:400;color:var(--black2);width:100%;padding:.5rem 0;text-align:center;border-top:1px solid #f1f1f1}@media screen and (min-width:1024px){footer .container{align-items:center;justify-content:space-around;flex-direction:row;gap:4.25rem}footer .container .logo{width:18rem}footer .container .links a{font-size:.875rem}}@media screen and (min-width:1280px){footer .container .logo img{width:5rem}}.landing{padding:2.56rem 0 0}.landing .container{display:flex;align-items:center;flex-direction:column-reverse;gap:1rem}.landing .container .text{display:flex;align-items:center;justify-content:center;flex-direction:column}.landing .container .text img{display:none}.landing .container .text h1{font-size:2rem;font-weight:750;color:var(--black);margin:1rem 0 0;line-height:170%;text-align:center}.landing .container .text h1 span{color:var(--ment)}.landing .container .text p{color:var(--gray);line-height:2.06rem;text-align:center}.landing .container .text p a{display:inline;font-weight:500;color:var(--ment)}.landing .container .text .btn{display:flex;align-items:center;justify-content:space-between;gap:1.12rem;width:100%;margin-top:1rem}.landing .container .text .btn button{width:100%;font-weight:500;padding:.656rem .31rem}.landing .container>img{width:80%}@media screen and (min-width:768px){.landing .container>img{max-width:60%}}@media screen and (min-width:1024px){.landing{padding:4rem 0}.landing .container{justify-content:space-between;flex-direction:row}.landing .container>img{aspect-ratio:550/515;width:23.5625rem}.landing .container .text{align-items:flex-start;max-width:45%}.landing .container .text h1,.landing .container .text p{text-align:right}.landing .container .text img{display:block;width:2.875rem}}@media screen and (min-width:1280px){.landing .container>img{width:28.6875rem}.landing .container .text{max-width:38%}.landing .container .text .btn{justify-content:flex-start}.landing .container .text .btn button{width:9.75rem}}button.button{color:#fff;background-color:var(--clr);border:2px solid var(--clr);cursor:pointer;line-height:1.375rem}button.button.hover,button.button:focus,button.button:hover{color:var(--clr);background-color:transparent}button.button.hover:hover{color:#fff;background-color:var(--clr)}button.button svg{width:1rem}button.button svg line{stroke:#fff}button.button:hover svg line{stroke:var(--clr)}.bntloader{position:relative;display:block;width:10px;height:10px;margin:15px auto;color:var(--black2);border-radius:50%;animation:animloader 1s ease-in-out infinite alternate}@keyframes animloader{0%{box-shadow:-38px -12px,-14px 0,14px 0,38px 0}33%{box-shadow:-38px 0,-14px -12px,14px 0,38px 0}66%{box-shadow:-38px 0,-14px 0,14px -12px,38px 0}to{box-shadow:-38px 0,-14px 0,14px 0,38px -12px}}.leaderuser{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;padding:.5rem 1.15rem;background-color:var(--back);border-radius:1.3125rem}.leaderuser .start{display:flex;align-items:center;gap:.35rem}.leaderuser .start .img{width:2rem;height:2rem;border-radius:50%;overflow:hidden}.leaderuser .start img{height:100%}.leaderuser .start .details{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:.1rem}.leaderuser .start .details h3{font-size:.875rem;font-weight:700;color:var(--black);margin:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:15ch;line-height:1.5}.leaderuser .start .details span{font-size:.625rem;font-weight:400;color:var(--gray);letter-spacing:-.0375rem}.leaderuser .end{display:flex;align-items:center;justify-content:flex-end;gap:2.75rem}.leaderuser .points{font-size:.875rem;font-weight:700;color:var(--ment);width:4rem;padding:.3rem .56rem;background-color:var(--white);border-radius:.5rem;text-align:center}.leaderuser .rank{font-size:1.9375rem;font-weight:500;color:var(--ment);width:2rem;margin:0;text-align:center;text-shadow:0px 4px 4px rgba(93,170,187,.26)}.leaderuser .end>svg,.leaderuser .rank{height:2.4rem}@media screen and (min-width:640px){.leaderuser .end>svg,.leaderuser .rank{height:2.3rem}.leaderuser .start .details h3{overflow:initial}}@media screen and (min-width:768px){.leaderuser .points{width:5rem}.leaderuser .end>svg,.leaderuser .rank{height:2.5rem}}@media screen and (min-width:1024px){.leaderuser .start{gap:.69rem}.leaderuser .start .streak svg{width:2.2rem}.leaderuser .start .streak span{font-size:1rem}.leaderuser .start .details span{font-size:.75rem}.leaderuser .end .points{width:6rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.leaderuser .end>svg,.leaderuser .rank{height:3rem}}@media screen and (min-width:1280px){.leaderuser .start .details h4{font-size:1rem}.leaderuser .end>svg{height:3.5rem}.leaderuser .rank{font-size:2.2rem}}.test{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.84rem 1rem;background-color:var(--back);border-radius:1.3125rem}.test .text{display:flex;align-items:center;gap:.5rem}.test .text svg{width:2rem;filter:drop-shadow(0px 8px 16px rgba(0,0,0,.05))}.test .text h3{font-size:.8rem;font-weight:500;color:var(--black);margin:0;line-height:1.25rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:12ch}.test .text span{font-size:.75rem;font-weight:500;color:var(--yellow);padding:.4rem .6rem .6rem;border-radius:.625rem;background-color:#f8f3e3}.test .text span.sim{color:var(--ment);background-color:#5daabb12}.test .info{display:flex;align-items:center;gap:.625rem}.test .info .data{display:flex;gap:.625rem}.test .info span{font-size:.7rem;font-weight:500;color:var(--black2)}.test .info span.score{font-weight:700}.test .info span:first-child{color:var(--yellow);display:none}.test .btns{display:flex;align-items:center;justify-content:center;gap:1rem}.test button{font-size:.7rem;font-weight:500;padding:.2rem .5rem}@media screen and (min-width:640px){.test button{padding:.35rem .8rem}.test .info span:first-child{display:block}.test .text h3{max-width:45ch}}@media screen and (min-width:768px){.test .text h3{max-width:36ch}.test .text span{font-size:.875rem}}@media screen and (min-width:1024px){.test .text{gap:1.25rem}.test .text svg{width:3rem}.test .text h3{line-height:1.5;font-size:1.2rem;max-width:30ch}.test .text span{font-size:1rem}.test .info{gap:1rem}.test .info span{font-size:.85rem}.test button{font-size:.875rem;padding:.49rem 2rem}}@media screen and (min-width:1280px){.test .info span{font-size:.9rem}.test .text h3{max-width:50ch}.test button{font-size:.875rem;padding:.6rem 2.2rem}}@media screen and (min-width:1536px){.test .text h3{max-width:70ch}}.feature{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.94rem;padding:1.41rem 3.05rem;border-radius:1.875rem;background:#fffc;box-shadow:0 7.5px 45px #262d7614}.feature img{max-width:5rem}.feature h3{font-size:1.25rem;font-weight:700;color:var(--black);text-align:center;margin:0}.feature p{font-size:1rem;color:var(--gray);margin:0;line-height:180%;text-align:center}@media screen and (min-width:1024px){.feature{padding:1.25rem 1rem}.feature img{max-width:3.5rem}.feature h3{font-size:1rem}.feature p{font-size:.875rem}}@media screen and (min-width:1280px){.feature{padding:1.40625rem 3.04688rem;gap:1rem}.feature img{max-width:5rem}.feature p{font-size:1rem}}.search{position:relative;display:flex;align-items:center;justify-content:space-between;gap:.2rem;width:100%;padding:.38rem 1.25rem .38rem .5rem;border-radius:2.75rem;border:1px solid #eee}.search svg{width:1.25rem}.search input{outline:none;background:none;border:none;color:var(--gray);font-size:.875rem;flex-grow:1;line-height:1.6}.search input::placeholder{color:var(--icon)}.search input[type=search]::-webkit-search-cancel-button,.search input[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}.search button{outline:none;border:none;background:none;color:#fff;padding:.37rem 1.5rem .6rem;border-radius:1.3125rem;background:var(--ment)}.search #arrow{display:none}@media screen and (min-width:1024px){.search{gap:1rem;width:calc(100% - 12.5rem)}.search #arrow{display:block;width:3.25rem;position:absolute;top:-20px;right:-40px}.search svg{width:1.5rem}}@media screen and (min-width:1280px){.search{gap:1rem;width:calc(100% - 20rem)}}@media screen and (min-width:1536px){.search{gap:1rem;width:calc(100% - 24rem)}}.holder{width:100%}.input{position:relative;display:grid;grid-template-columns:1.5rem 1fr;gap:.75rem;align-items:center;padding:.75rem 1rem;background-color:#f5f5f7;border-radius:.5rem;border:2px solid transparent}.input label{position:absolute;right:2.75rem;pointer-events:none;font-size:.875rem;font-weight:400;color:var(--gray);padding:0 .25rem}.input input{outline:none;border:none;background:none;font-size:1rem;font-weight:400;color:var(--black);width:100%;line-height:1.6}.input:has(input[data-focused=true]:invalid){border:2px solid var(--red)}.input:has(input[pattern]:valid){border:2px solid var(--green)}.input svg{width:1.5rem;height:1.5rem}.input:has(input:focus-visible),.input:has(input[data-focused=true]){background-color:#fff;border:2px solid var(--icon)}.input:has(input:focus-visible) label,.input:has(input[data-focused=true]) label{transform:translate(16px,-1.75rem);color:var(--black2);background-color:#fff}.input:has(input:disabled){border:1px solid var(--icon);background:var(--back)}.input input:disabled{color:var(--gray)}.holder span{font-size:.75rem;color:var(--red);display:none}.holder:has(.input input:invalid[data-focused=true]) span{display:block}.question{display:flex;align-items:center;flex-direction:column;gap:1.5rem;width:100%}.question .img{position:relative;width:100%;aspect-ratio:3/2;border-radius:.5rem;overflow:hidden;background-color:var(--icon)}.question img{max-width:100%}.question svg.bookmark,.question svg.report{width:1rem;position:absolute;bottom:1rem;left:1rem;cursor:pointer}.question svg.bookmark{top:0;right:1rem}.question svg.bookmark[data-active=true] path{fill:var(--ment)}.question svg.report[data-active=true] path{fill:var(--icon)}.question .answers{width:100%;display:flex;flex-direction:column;gap:1rem}.question .answers input{display:none}.question .answers label{display:block;width:100%;height:100%;padding:.75rem 1rem;background-color:var(--white);border-radius:.5rem;cursor:pointer}.question label.correct{border:2px solid var(--green);background-color:var(--green);box-shadow:0 4px 20px #5daabbb8}.question label.wrong{border:2px solid var(--red);background-color:#fee}.question label span{display:flex;align-items:center;justify-content:center;width:2.3125rem;height:2.3125rem;font-size:.875rem;font-weight:700;color:var(--ment);background:#5daabb1a;border-radius:2.5rem}.question label.correct span{color:var(--ment);background-color:var(--white)}.question label.wrong span{color:var(--white);background-color:var(--red)}.question input:checked+label{background-color:var(--ment);box-shadow:0 4px 20px #5daabbb8}.question input:checked+label span{color:var(--ment);background-color:var(--white)}@media screen and (min-width:640px){.question{max-width:85vw}.question .answers{display:grid;grid-template-columns:1fr 1fr}.question .img svg.bookmark,.question .img svg.report{width:1.5rem}}@media screen and (min-width:1024px){.question{max-width:100vw;flex-direction:row}.question .answers{display:flex;justify-content:space-between;aspect-ratio:3/2}}@media screen and (min-width:1280px){.question .answers{justify-content:center;gap:2rem;max-width:45%}}.loader{padding:1rem;width:100%;display:flex;align-items:center;justify-content:center}.loader svg path{transform-origin:center}.loader svg path:first-child{animation:loader 1s linear infinite}.loader svg path:last-child{animation:loader2 1s linear infinite;animation-delay:.5s}@keyframes loader{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes loader2{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000070}.rep{display:flex;flex-direction:column;gap:2rem;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;padding:1rem;background-color:var(--white);border-radius:.9375rem}.rep .top{display:flex;align-items:center;justify-content:space-between}.rep h2{font-size:1.25rem;font-weight:700;color:var(--black);margin:0;text-align:right}.rep form{display:flex;align-items:flex-start;flex-direction:column;gap:2.5rem}.rep form .textarea{width:100%}@media screen and (min-width:1024px){.rep{width:60%}}@media screen and (min-width:1536px){.rep{width:40%}}.textarea{position:relative;padding:.75rem 1rem;background-color:#f5f5f7;border-radius:.5rem;border:2px solid transparent}.textarea label{position:absolute;right:2.75rem;pointer-events:none;font-size:.875rem;font-weight:400;color:var(--gray);padding:0 .25rem}.textarea textarea{outline:none;border:none;background:none;font-size:1rem;font-weight:400;color:var(--black);width:100%;height:10rem;resize:none}.textarea:has(textarea:focus-visible),.textarea:has(textarea[data-focused=true]){background-color:#fff;border:2px solid var(--icon)}.textarea:has(textarea:focus-visible) label,.textarea:has(textarea[data-focused=true]) label{transform:translate(16px,-1.75rem);color:var(--black2);background-color:#fff}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000070;z-index:100}.logout{display:flex;flex-direction:column;gap:2.5rem;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:fit-content;padding:2rem;background-color:var(--white);border-radius:.9375rem;z-index:101}.logout h1{font-size:1.25rem;font-weight:500;color:var(--black);margin:0;text-align:center}.logout .btns{display:flex;align-items:center;justify-content:center;gap:2rem}@media(min-width:1024px){.logout h1{font-size:1.5rem}}.plan{width:100%;padding:1.5rem;background-color:var(--white);border-radius:.5rem}.plan button{width:100%;padding:.94rem}.plan .top,.plan .bottom,.plan ul{padding:0 .5rem}.plan .top{display:flex;align-items:flex-start;justify-content:space-between}.plan .top .discount{width:4rem;padding:.21rem .4rem .4rem;text-align:center;background-color:#f3f9fa;border-radius:.25rem}.plan .top .discount span{font-size:.75rem;font-weight:700;color:#5daabb;opacity:.96}.plan .top h3{font-size:1.5rem;font-weight:700;color:var(--black);width:fit-content;margin:0}.plan .top p{color:var(--gray);margin:.5rem 0}.plan ul{margin-top:1.5rem}.plan ul li{font-size:.9375rem;color:var(--gray);margin:1rem 0}.plan ul li svg{margin-left:.75rem}.plan .bottom h3{font-size:1.125rem;font-weight:700;color:var(--yellow);margin:2.25rem 0 1.25rem}.plan .bottom h3 span{font-size:1rem;font-weight:400;color:var(--gray)}.plan a{display:block;font-size:.75rem;font-weight:700;color:var(--ment);text-align:center;width:100%;padding:.94rem 1.5rem;background-color:var(--back);border-radius:1.625rem}@media(min-width:1280px){.plan a{font-size:.875rem;font-weight:600}.plan .top .discount span{font-size:.8rem;font-weight:600}}.lefttime{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background-color:#fff;border-radius:1rem;box-shadow:0 -2px 36px #0000000a}.lefttime .start{display:flex;align-items:center;gap:.3rem}.lefttime img{width:1.375rem}.lefttime svg{width:1rem;aspect-ratio:1}.lefttime p{font-size:.85rem;color:var(--balck2);margin:0;line-height:1.5rem}.lefttime p span{font-weight:700;color:var(--ment)}.lefttime button{font-size:.75rem;padding:.1rem .5rem}@media(min-width:768px){.lefttime img{margin-left:.5rem}.lefttime p{font-size:.875rem;font-weight:500}}@media(min-width:1024px){.lefttime{padding:.75rem 3.5rem}.lefttime img{width:2.375rem}.lefttime svg{width:1.5rem}.lefttime p{font-size:1rem;line-height:2rem}.lefttime button{font-size:.95rem;padding:.5rem 1.5rem .6rem}}.article img{max-width:100%;border-radius:.3rem}.article span{font-size:.875rem;font-weight:500;color:var(--black2);margin:.5rem 0}.article h3{font-size:1.25rem;font-weight:700;color:var(--black);margin:.5rem 0;line-height:1.3}.userrank{font-size:.875rem;font-weight:500;color:var(--black2);padding:.5rem .75rem 1rem;margin:0;text-align:center;border-radius:.5rem;border:1px solid var(--ment);box-shadow:0 0 28px #5daabb21}.userrank span{font-size:1.25rem;font-weight:500;color:var(--ment);margin:0 .3rem;text-shadow:0px 4px 4px rgba(93,170,187,.26)}@media screen and (min-width:1024px){.userrank span{font-size:1.75rem;margin:0 .75rem}}@media screen and (min-width:1280px){.userrank{font-size:1rem}}@media screen and (min-width:1536px){.userrank span{font-size:1.9375rem}}.editprofile{display:flex;flex-direction:column;gap:2rem;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;padding:1rem;background-color:var(--white);border-radius:.9375rem;z-index:101}.editprofile .top{display:flex;align-items:center;justify-content:space-between}.editprofile h2{font-size:1.25rem;font-weight:700;color:var(--black);margin:0;text-align:right}.editprofile form{display:flex;flex-direction:column}.editprofile .top .imgholder{position:relative;width:5rem}.editprofile .imgholder .img{position:relative;width:5rem;height:5rem;border-radius:50%;overflow:hidden}.editprofile .imgholder img{height:100%}.editprofile .top .imgholder svg{position:absolute;width:1.69156rem;aspect-ratio:1 / 1;bottom:.3rem;left:-.45rem;border-radius:50%;outline:2px solid var(--white);outline-offset:-3px;cursor:pointer}.editprofile .top .switch{position:relative;display:flex;align-items:center;width:6rem;height:2.25rem}.editprofile .switch input{opacity:0;width:0;height:0}.editprofile .switch .slider{position:absolute;top:0;left:0;bottom:0;width:6rem;background-color:var(--yellow);border-radius:2.5rem;transition:.4s;cursor:pointer}.editprofile .switch .slider:before{position:absolute;content:"";height:1.875rem;width:3rem;left:.19rem;bottom:.19rem;background-color:#fff;border-radius:2.5rem;-webkit-transition:.4s;transition:.4s}.editprofile .switch input:checked+.slider{background-color:var(--ment)}.editprofile .switch input:checked+.slider:before{-webkit-transform:translateX(2.59rem);-ms-transform:translateX(2.59rem);transform:translate(2.59rem)}.editprofile .switch .text{display:flex;align-items:center;justify-content:space-evenly;gap:.3rem;width:100%;padding-bottom:.3rem;padding-right:.3rem}.editprofile .switch span{position:relative;font-size:1rem;font-weight:500;color:var(--ment);z-index:10}.editprofile .switch span:first-child{color:var(--white)}.editprofile .switch:has(input:checked) span{color:var(--ment)}.editprofile .switch:has(input:checked) span:last-child{color:var(--white)}.editprofile form .holder{margin:1.5rem 0}.editprofile form button{width:100%}@media screen and (min-width:768px){.editprofile .top .imgholder svg{width:2rem;bottom:.3rem;left:-.6rem}}@media screen and (min-width:1024px){.editprofile{width:60%}.editprofile .top .imgholder,.editprofile .imgholder .img{width:6rem;height:6rem}.editprofile .inputs{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;width:100%;margin:1.5rem 0}.editprofile .inputs .holder{margin:0}}@media screen and (min-width:1536px){.editprofile{width:40%}}.simulated-button{display:flex;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;color:var(--white);background-color:var(--simulated);cursor:pointer;user-select:none;-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.simulated-button svg{width:1.5rem;height:1.5rem}.simulated-button .hide-text{display:none}@media(min-width:768px){.simulated-button .hide-text{display:block}.simulated-button span{font-size:1.2rem}}.simulated-question{display:flex;flex-direction:column;gap:.5rem;width:100%}.simulated-question .img{position:relative;width:100%;aspect-ratio:3/2;border-radius:.5rem;overflow:hidden}.simulated-question img{max-width:100%}.simulated-question svg.bookmark,.simulated-question svg.report{width:1rem;position:absolute;bottom:1rem;left:1rem;cursor:pointer}.simulated-question svg.bookmark{top:0;right:1rem}.simulated-question svg.bookmark[data-active=true] path{fill:var(--ment)}.simulated-question svg.report[data-active=true] path{fill:var(--icon)}.simulated-question .answers{display:flex;flex-direction:column;gap:1rem;padding:0 1rem}.simulated-question .answer{display:flex;align-items:flex-end;gap:1rem;font-size:1.5rem}.simulated-question .correct{color:var(--green)}.simulated-question .wrong{color:var(--red)}@media screen and (min-width:640px){.simulated-question .img svg.bookmark,.simulated-question .img svg.report{width:1.5rem}}@media(min-width:768px){.simulated-question .img{width:35rem}}@media(min-width:1024px){.simulated-question .img{width:45rem}}.simulatedmsg{display:flex;flex-direction:column;gap:2rem;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;padding:1rem;background-color:var(--simulated2);z-index:101}.simulatedmsg h2{color:var(--white);font-size:1.25rem;font-weight:400;margin:0}.simulatedmsg hr{width:100%;margin:1rem 0}.simulatedmsg .text{display:flex;align-items:center;gap:.6rem}.simulatedmsg svg{width:3rem;height:3rem;flex-shrink:0}.simulatedmsg p{color:var(--white);font-size:1.1rem;line-height:180%;margin:0}.simulatedmsg .btns{display:flex;align-items:center;justify-content:center;gap:.5rem}.simulatedmsg button{background:none;outline:none;color:var(--white);border:1px solid #fff;padding:.625rem .8rem;cursor:pointer}@media(min-width:768px){.simulatedmsg{max-width:38rem}}@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media(min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing, 10px)*2)}}@media(min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing, 10px)*-4))}.plyr__caption{background:#000c;background:var(--plyr-captions-background,#000c);border-radius:4px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:#0000;border:0;border-radius:4px;border-radius:var(--plyr-control-radius,4px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7);position:relative;transition:all .1s ease-in-out}.plyr__control svg{display:block;fill:currentColor;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control:focus-visible{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing, 10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:#ffffffe6;background:var(--plyr-menu-background,#ffffffe6);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-menu-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border:4px solid #0000;border-top-color:#ffffffe6;border:var(--plyr-menu-arrow-size,4px) solid #0000;border-top-color:var(--plyr-menu-background,#ffffffe6);content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);-webkit-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:4px solid #0000;border:var(--plyr-menu-item-arrow-size,4px) solid #0000;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing, 10px)*.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--forward:focus-visible:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:initial}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing, 10px)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing, 10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing, 10px)*.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing, 10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back:focus-visible:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:initial}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:#0000001a;content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b2ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:#23282f1a}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:-5px;margin-right:calc(var(--plyr-control-spacing, 10px)*.7*-1 - -2px);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*3.5);pointer-events:none}.plyr--full-ui input[type=range]{appearance:none;background:#0000;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height, 13px)*2);color:#00b2ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));display:block;height:19px;height:calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:#0000;background-image:linear-gradient(90deg,currentColor 0,#0000 0);background-image:linear-gradient(to right,currentColor var(--value,0),#0000 var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:#0000}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:#0000;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-moz-range-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-ms-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"⁄";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media(max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:#fff;background:var(--plyr-tooltip-background,#fff);border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translate(-50%);width:0;z-index:2}.plyr .plyr__control:focus-visible .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);transform:translate(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height, 13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height, 13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height, 13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height, 13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{left:0;max-width:120px;overflow-wrap:break-word}.plyr__progress__buffer{-webkit-appearance:none;background:#0000;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc(var(--plyr-range-track-height, 5px)/2*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:#0000}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,#23282f99 25%,#0000 0 50%,#23282f99 0 75%,#0000 0,#0000);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,#23282f99) 25%,#0000 25%,#0000 50%,var(--plyr-progress-loading-background,#23282f99) 50%,var(--plyr-progress-loading-background,#23282f99) 75%,#0000 75%,#0000);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:#0000}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:#ffffff40;background-color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:#c1c8d199;background-color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr__progress__marker{background-color:#fff;background-color:var(--plyr-progress-marker-background,#fff);border-radius:1px;height:5px;height:var(--plyr-range-track-height,5px);position:absolute;top:50%;transform:translate(-50%,-50%);width:3px;width:var(--plyr-progress-marker-width,3px);z-index:3}.plyr__volume{align-items:center;display:flex;position:relative}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing, 10px)/2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing, 10px)/2);max-width:90px;min-width:60px;position:relative;z-index:2}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control:focus-visible,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--audio .plyr__progress__buffer{color:#c1c8d199;color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr--video{overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));border-radius:inherit;height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing, 10px)/2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing, 10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media(min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing, 10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control:focus-visible,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing, 10px)*1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--video .plyr__progress__buffer{color:#ffffff40;color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media(min-width:1024px){.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;height:100%;inset:0;margin:0;position:fixed;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media(min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;cursor:pointer;inset:0;overflow:hidden;position:absolute;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:empty:after{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:#fff;background-color:var(--plyr-tooltip-background,#fff);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;transform:translate(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:7px;border-radius:calc(var(--plyr-menu-radius, 8px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img,.plyr__preview-thumb__image-container:after{height:100%;left:0;position:absolute;top:0;width:100%}.plyr__preview-thumb__image-container:after{border-radius:inherit;box-shadow:inset 0 0 0 1px #00000026;content:"";pointer-events:none}.plyr__preview-thumb__image-container img{max-height:none;max-width:none}.plyr__preview-thumb__time-container{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:7px;border-bottom-left-radius:calc(var(--plyr-menu-radius, 8px) - 1px);border-bottom-right-radius:7px;border-bottom-right-radius:calc(var(--plyr-menu-radius, 8px) - 1px);bottom:0;left:0;line-height:1.1;padding:20px 6px 6px;position:absolute;right:0;z-index:3}.plyr__preview-thumb__time-container span{color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__preview-scrubbing{filter:blur(1px);height:100%;inset:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}.features{padding:var(--padding) 15px;overflow:hidden}.features .container{position:relative;display:flex;flex-direction:column;gap:1.5rem}.features .container>img{position:absolute;top:-30px;right:-20px}.features .container>svg{position:absolute;top:0;left:-100px}@media screen and (min-width:640px){.features .container{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:1.2rem}}@media screen and (min-width:768px){.features .container>svg{left:-160px}}@media screen and (min-width:1024px){.features .container{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.features .container>img{top:-65px;right:-20px}.features .container>svg{top:-9rem;left:10px}}@media screen and (min-width:1280px){.features .container{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.features .container>img{top:-65px;right:30px}.features .container>svg{top:-6rem;left:-100px}}@media screen and (min-width:1536px){.features .container{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}.tests{padding:var(--padding) 0}.tests .container{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem}.tests .container>button{font-size:.875rem;font-weight:500;padding:.45rem 1.5rem}@media screen and (min-width:640px){.tests .container>button{padding:.5rem 1.6rem}}@media screen and (min-width:1280px){.tests .container{gap:1.5rem}.tests .container>button{font-size:1rem;margin-top:.5rem}}.leaders{padding:var(--padding) 0}.leaders .container{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem}.leaders .container>button{font-size:.875rem;font-weight:500;padding:.45rem 1.5rem}@media screen and (min-width:640px){.leaders .container>button{padding:.5rem 1.6rem}}@media screen and (min-width:1280px){.leaders .container{gap:1.5rem}.leaders .container>button{font-size:1rem;margin-top:.5rem}}.profileinfo{padding:2rem 1rem;border-radius:1rem}.profileinfo .top{display:flex;align-items:center;justify-content:space-between}.profile .top .img{position:relative;width:5rem;height:5rem;border-radius:50%;overflow:hidden}.profile .top img{height:100%}.profileinfo .top .switch{position:relative;display:flex;align-items:center;width:6rem;height:2.25rem}.profileinfo .switch input{opacity:0;width:0;height:0}.profileinfo .switch .slider{position:absolute;top:0;left:0;bottom:0;width:6rem;background-color:var(--yellow);border-radius:2.5rem;transition:.4s;cursor:pointer}.profileinfo .switch .slider:before{position:absolute;content:"";height:1.875rem;width:3rem;left:.19rem;bottom:.19rem;background-color:#fff;border-radius:2.5rem;-webkit-transition:.4s;transition:.4s}.profileinfo .switch input:checked+.slider{background-color:var(--ment)}.profileinfo .switch input:checked+.slider:before{-webkit-transform:translateX(2.59rem);-ms-transform:translateX(2.59rem);transform:translate(2.59rem)}.profileinfo .switch .text{display:flex;align-items:center;justify-content:space-evenly;gap:.3rem;width:100%;padding-bottom:.3rem;padding-right:.3rem}.profileinfo .switch span{position:relative;font-size:1rem;font-weight:500;color:var(--ment);z-index:10}.profileinfo .switch span:first-child{color:var(--white)}.profileinfo .switch:has(input:checked) span{color:var(--ment)}.profileinfo .switch:has(input:checked) span:last-child{color:var(--white)}.profileinfo .form .holder{margin:1.5rem 0}.profileinfo .form button{width:100%}@media screen and (min-width:1024px){.profileinfo .form{display:flex;align-items:flex-end;flex-direction:column;gap:1rem;width:100%}.profileinfo .formholder{display:flex;gap:5rem;width:100%}.profileinfo .top{justify-content:flex-start;flex-direction:column;gap:1rem}.profileinfo .inputs{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;width:100%}.profileinfo .inputs .holder{margin:0}.profileinfo .form button{width:auto}}.statisticsbox{display:flex;align-items:center;gap:1.12rem;padding:.75rem 2rem;background-color:var(--white);border-radius:.5rem;box-shadow:0 -2px 36px #0000000a}.statisticsbox svg{width:2.75rem}.statisticsbox p{font-size:.875rem;color:var(--gray);line-height:1.5rem;margin:.5rem 0}.statisticsbox h3{font-size:1rem;font-weight:700;color:var(--black);margin:.5rem 0}@media screen and (min-width:1024px){.statisticsbox{flex-direction:column;gap:1rem;padding:1rem 2rem}.statisticsbox svg{width:unset;height:4rem}.statisticsbox p{text-align:center}.statisticsbox h3{font-size:1.2rem;text-align:center}}.profilestatistics{display:flex;flex-direction:column;gap:1rem;padding:1rem;background-color:var(--back);border-radius:1rem}@media screen and (min-width:1024px){.profilestatistics{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));align-items:center;gap:1.5rem}}@media screen and (min-width:1280px){.profilestatistics{gap:2rem}}@media screen and (min-width:1536px){.profilestatistics{grid-template-columns:repeat(auto-fill,minmax(215px,1fr))}}.q{display:flex;align-items:center;flex-direction:column;gap:2rem;padding:1rem;background-color:var(--back);border-radius:.5rem}.profileexams{display:flex;flex-direction:column;gap:1.5rem}.profileexams>div>.btns{display:flex;justify-content:space-between;gap:1.2rem;margin-top:.5rem}.profileexams>div>.btns button{width:100%}.profileexams .test button{display:none}@media screen and (min-width:768px){.profileexams .test button{display:flex}.profileexams>div>.btns button{display:none}}.invoices{display:flex;flex-direction:column;gap:2rem}.invoices .invoice{display:flex;flex-direction:column}.invoices .invoice p{margin:.3rem}.plans{padding:var(--padding) 0;background-color:var(--back)}.plans .container{display:flex;flex-direction:column;gap:1rem}@media screen and (min-width:640px){.plans .container{display:grid;grid-template-columns:1fr 1fr}}@media screen and (min-width:1024px){.plans .container{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}}@media screen and (min-width:1536px){.plans .container{grid-template-columns:repeat(auto-fill,minmax(290px,1fr))}}.telegram{padding:var(--padding) 0}.telegram .container>div{display:flex;justify-content:space-between;padding:.75rem 1rem;border-radius:1.875rem;background:#fffc;box-shadow:0 7.5px 45px #262d7614}.telegram .container .text{display:flex;align-items:center;gap:.5rem}.telegram img{width:1.53rem}.telegram h3{font-size:.75rem;font-weight:700;color:var(--black);margin:0}.telegram h3 span{color:var(--ment)}.telegram .container a{display:flex;align-items:center;gap:.25rem;width:fit-content;height:fit-content;margin:auto 0;padding:.44rem 1.25rem;font-size:.875rem;font-weight:700;color:var(--white);background-color:#54a9eb;border-radius:2.5rem}.telegram .container a svg{width:1rem}@media screen and (min-width:640px){.telegram .container .text{gap:1rem}.telegram img{width:1.8rem}.telegram h3{font-size:1rem}}@media screen and (min-width:1024px){.telegram .container .text{gap:1.5rem}.telegram .container>div{padding:1.25rem 2rem}.telegram img{width:2.8rem}.telegram h3{font-size:1.125rem}.telegram .container a{font-size:.91rem;padding:.7rem 2rem}.telegram .container a svg{width:1.5rem}}@media screen and (min-width:1280px){.telegram .container>div{padding:1.25rem 3.5rem}.telegram img{width:4rem}.telegram h3{font-size:1.5rem}.telegram .container a{font-size:1rem;padding:.9 3rem}}.articles{padding:var(--padding) 0}.articles .container{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2rem}.testspage{padding:var(--padding) 0}.testspage .container{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem}.testspage .container .search{margin-bottom:.5rem}@media screen and (min-width:1024px){.testspage .container .search{margin-bottom:1.63rem}}@media screen and (min-width:1280px){.testspage .container{gap:1.5rem}}.testpage{padding:var(--padding) 0}.testpage .container{display:flex;align-items:center;flex-direction:column;gap:1.31rem;overflow:hidden}.testpage .video{position:relative;width:100%;padding:1rem;aspect-ratio:16/9;background:#cdcdcd33;border-radius:1rem}.testpage .video svg{width:3rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.testpage .video h3{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:90%;padding:.6rem 2rem;font-size:1rem;font-weight:400;color:var(--black2);text-align:center;background-color:var(--white);border-radius:.5rem}.testpage .test .info span:first-child{display:block}.testpage .test .btns button{display:none}.testpage .container>.btns{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem}.testpage .container>.btns .button:first-child{grid-column:span 2}@media screen and (min-width:768px){.testpage .video{max-width:70%}.testpage .test .btns button{display:flex}.testpage .container>.btns{display:none}}.exam{padding:var(--padding) 0;background-color:var(--back)}.exam .container .bottom form{display:flex;align-items:center;flex-direction:column;gap:2rem}.exam .container .bottom form .btns{display:flex;align-items:center;gap:1.12rem;width:100%;margin-top:2rem}.exam .container .bottom form .btns button{width:100%}@media screen and (min-width:768px){.exam .container .bottom form .btns{max-width:85vw}}@media screen and (min-width:1024px){.exam .container .bottom form .btns{max-width:65vw}}@media screen and (min-width:1280px){.exam .container .bottom form .btns{max-width:55vw}}@media screen and (min-width:1536px){.exam .container .bottom form .btns{max-width:45vw}}.result{padding:var(--padding) 0;background-color:var(--back)}.result .container{display:flex;align-items:center;flex-direction:column;gap:3rem}.result .res{display:flex;align-items:center;flex-direction:column;padding:2rem 3.4rem;background-color:var(--white);border-radius:1rem;width:100%}.result h2{font-size:1.25rem;font-weight:700;color:var(--black)}.result p{font-size:.875rem;font-weight:400;color:var(--black2)}.result p:first-of-type{padding:.2rem 1.8rem;border-radius:.25rem;background:#f7fbfc}.result p span{color:var(--black2);font-size:1rem;font-weight:700}.result .res button{width:100%;max-width:40rem;margin:2rem 0}.result .res a{color:var(--ment);font-size:.875rem;font-weight:700}.result .res a:hover{color:var(--yellow)}.result .wrong{display:flex;align-items:center;flex-direction:column;gap:2rem;width:100%}.leaderboard{padding:var(--padding) 0}.leaderboard .container{display:flex;flex-direction:column;gap:1.25rem}.leaderboard .top{display:flex;align-items:center;justify-content:center;gap:.5rem}.leaderboard .top a{font-size:.875rem;font-weight:500;color:var(--black2);padding:.5rem;border-radius:.3rem;cursor:pointer}.leaderboard .top a:is(:hover,:focus,.active){color:var(--yellow);background-color:var(--back)}.leaderboard .container .ranks{display:flex;flex-direction:column;gap:1rem}@media(min-width:640px){.leaderboard .top a{font-size:1rem}}@media(min-width:768px){.leaderboard .top a{font-size:1.125rem}}.formpage{display:flex}.formpage .img{display:none}.formpage .container{display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:100vh;padding-top:3rem;padding-bottom:3rem}.formpage .container .form{display:flex;align-items:center;flex-direction:column;width:100%}.formpage .container form .msg{display:block;font-size:1rem;color:var(--red);width:100%;margin:1.5rem 0;text-align:center}.formpage .singupterms{display:flex;align-items:center;gap:.4rem;font-size:.75rem;font-weight:500;color:var(--black2)}.formpage .singupterms a{display:block;font-size:.75rem;font-weight:500;color:var(--black);text-decoration:underline}.formpage .container form{width:100%;max-width:28rem;margin:.5rem 0 2.5rem}.formpage .container form>a{display:block;font-size:.75rem;font-weight:500;color:var(--black);width:100%;text-align:end;text-decoration:underline;transform:translateY(-.5rem)}.formpage .container form .holder{margin:1rem 0}.formpage .container form button{font-size:.875rem;width:100%;margin-top:1.5rem}.formpage .bntloader{margin-top:2rem}.form .btn{display:flex;gap:1rem}.formpage .container .bottom{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;max-width:28rem;padding-top:1rem;border-top:1px solid #ececf0}.formpage .container .bottom :is(span,a){font-size:.875rem;font-weight:400;color:var(--black2)}.formpage .container .bottom a{font-weight:500;color:var(--yellow)}@media screen and (min-width:1024px){.formpage .img{display:flex;align-items:center;justify-content:center;width:50%;padding:5rem;background:#f7fbfc}.formpage .img img{max-width:100%}.formpage .container{width:50%;padding:var(--padding) 0}.formpage .container form button,.formpage .container .bottom a{font-size:1rem}}.profile{padding:var(--padding) 0}.profile .container{display:flex;flex-direction:column;gap:1rem}.profile .user{display:flex;flex-direction:column;gap:.75rem;padding:1rem 1.56rem;background-color:var(--white);border-radius:.5rem;box-shadow:0 -2px 36px #0000000a}.profile h1{text-align:center}.profile .user .details{display:flex;align-items:center;justify-content:space-between;gap:1rem}.profile .user .data{display:flex;gap:1.25rem}.profile .details .img{width:2rem;height:2rem;border-radius:50%;overflow:hidden}.profile .details img{height:100%}.profile .user .details .name{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:.3rem}.profile .user .details .name h3{font-size:1rem;font-weight:500;color:var(--black);margin:0}.profile .user .details .name span{font-size:.625rem;font-weight:400;color:var(--gray);letter-spacing:-.0375rem}.profile .user .details .streak{position:relative}.profile .user .details .streak svg{width:2.2rem}.profile .user .details .streak span{position:absolute;top:50%;left:50%;transform:translate(-40%,-50%);font-size:.875rem;font-weight:500;color:#fff}.profile .user .rank{padding:.4rem 1.5rem;text-align:center;border-radius:.5rem;border:1px solid var(--ment);box-shadow:0 0 28px #5daabb21}.profile .user .rank p{font-size:.75rem;font-weight:500;color:var(--black2);margin:0;line-height:200%}.profile .user .rank p span{color:var(--ment);font-size:1.25rem;font-weight:500;margin-right:.2rem;text-shadow:0px 4px 4px rgba(93,170,187,.26)}.profile .links{display:grid;grid-template-columns:1fr;gap:1rem;column-gap:1.5rem}.profile .links a{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:var(--gray);background-color:var(--white);border-radius:.5rem;box-shadow:0 -2px 36px #0000000a}.profile .container .links a:last-child{color:var(--red)}.profile .links a svg{width:1.5rem}.profile .links a.active{color:var(--ment)}.profile .links a.active svg path{fill:var(--ment);stroke:var(--ment)}@media screen and (min-width:768px){.profile .user{align-items:center;justify-content:space-between;flex-direction:row}.profile .user .details{gap:.75rem}.profile .user .details .streak svg{width:2.7rem}.profile .user .details .streak span{font-size:1rem;font-weight:700}.profile .links{grid-template-columns:1fr 1fr}.profile .links a svg{width:1.7rem}}@media screen and (min-width:1024px){.profile .links{position:relative;display:flex;align-items:center;gap:2rem;padding:.75rem 1.5rem;background-color:var(--white);border-radius:1rem;box-shadow:0 -2px 36px #0000000d}.profile .links a{flex-direction:row;padding:0}.profile .links a svg{width:1.5rem}.profile .routes{background-color:var(--white)}.userpage .profilestatistics{margin-top:1rem}}.exampreview{padding:var(--padding) 0;background-color:var(--back)}.exampreview .container{display:flex;align-items:center;flex-direction:column;gap:2rem}.exampreview .container .data{display:flex;align-items:flex-start;flex-direction:column;width:100%;padding:.7rem 1.5rem;background-color:var(--white);border-radius:.5rem}.exampreview .container .data p{display:flex;gap:.3rem;padding:.5rem .875rem;font-size:.875rem;color:var(--black2);margin:.5rem 0;border-radius:.5rem;background:#9a9a9a14}.exampreview .container .data span{font-size:.875rem;font-weight:700;color:var(--black2)}@media screen and (min-width:768px){.exampreview .container .data{justify-content:space-between;flex-direction:row;max-width:90vw}}@media screen and (min-width:1024px){.exampreview .container .data{max-width:70vw}}@media screen and (min-width:1280px){.exampreview .container .data{max-width:60vw}.exampreview .container .data :is(p,span){font-size:1rem}}@media screen and (min-width:1536px){.exampreview .container .data{max-width:50vw}}.terms{padding:var(--padding) 0}.terms .container{display:flex;flex-direction:column;gap:1.5rem}.terms .text{display:flex;flex-direction:column;gap:.75rem}.terms :is(h2,h3,p){margin:0}.terms h2{font-size:1.125rem;font-weight:700;color:var(--ment);line-height:120%}.terms .sub{display:flex;flex-direction:column;gap:.25rem}.terms h3{font-size:.875rem;font-weight:700;color:var(--black2);line-height:200%}.terms p{font-size:.875rem;font-weight:400;color:#525d6f;line-height:170%}@media(min-width:1024px){.terms h2{font-size:1.25rem}.terms :is(h3,p){font-size:1rem}}@media(min-width:1536px){.terms h2{font-size:1.5rem}.terms :is(h3,p){font-size:1.125rem}}.pay{padding:var(--padding) 0;background-color:var(--back)}.pay .container{display:flex;flex-direction:column;gap:1.5rem}.pay .summary{padding:1rem 1.3rem;background-color:var(--white);border-radius:.625rem}.pay .summary h3{margin-top:0}.pay .summary .coupon{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.5rem}.pay .summary button{width:100%}.pay .price{margin-top:1.69rem}.pay .price h4{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;font-weight:500;color:var(--black2);margin:.5rem 0;line-height:1.5rem}.pay .price h4:first-child{font-size:1rem;line-height:130%}.pay .price h4.c{color:var(--yellow)}.pay .price h4:last-child{font-size:1rem;font-weight:700;color:var(--ment);line-height:130%}.pay .summary p{display:flex;gap:.3rem;font-size:.875rem;color:var(--black2);margin:2rem 0 0}.pay .summary a{color:var(--yellow)}@media(min-width:1024px){.pay .container{flex-direction:row;gap:2rem}.pay .summary{min-width:35%;padding:1rem 1rem 2rem}}.confirm{padding:var(--padding) 0}.confirm .paymentdata{padding:.5rem 1.6rem;background-color:var(--back);border-radius:1rem}.confirm .paymentdata h3{line-height:1.5}.confirm .paymentdata span{color:var(--yellow)}.articlepage{padding:var(--padding) 0}.articlepage .container{display:flex;flex-direction:column;gap:1.5rem}.articlepage h1{font-size:2rem;color:var(--yellow);margin:0;margin-bottom:.5rem;line-height:1.2}.articlepage .top span{font-size:.875rem;color:var(--black2)}.articlepage img{max-width:100%;border-radius:.7rem}.articlepage .content{display:flex;flex-direction:column;gap:1.5rem}.articlepage .content p{font-size:1.125rem;color:var(--black2);line-height:1.6;margin:0}.articlepage .section{display:flex;flex-direction:column;gap:.75rem}.articlepage .section h3{font-size:1.3rem;font-weight:500;color:var(--yellow);margin:0}.articlepage .point span{font-weight:500;color:var(--ment);margin-left:.3rem}@media(min-width:768px){.articlepage h1{font-size:3rem}.articlepage .top span{font-size:1rem}.articlepage .content p{font-size:1.3rem}.articlepage .section h3{font-size:1.5rem}}@media(min-width:1024px){.articlepage .container{max-width:1024px}}.simulated-nav{width:100%;display:flex;flex-direction:column;gap:1.5rem;padding:1rem;background-color:var(--simulated)}.simulated-nav h2{color:var(--white);font-size:1.25rem;font-weight:400;margin:0}.simulated-nav .time{width:100%;display:flex;align-items:flex-end;gap:.5rem;font-size:1.5rem;font-weight:400;color:var(--white)}.simulated-nav svg{width:1.5rem;height:1.5rem}@media(min-width:768px){.simulated-nav{flex-direction:row;justify-content:space-between;align-items:center}.simulated-nav h2{font-size:1.5rem}.simulated-nav .time{width:auto}}.simulated-footer{width:100%;display:flex;align-items:center;justify-content:space-between;background-color:var(--simulated)}.simulated-footer :where(.left,.right){display:flex;gap:.1rem;background-color:#fff}.simulated-start{width:100%;display:flex;align-items:center;flex-direction:column;gap:1rem;padding:var(--padding) 0}.simulated-start img{width:10rem}.simulated-start p{max-width:80%;font-size:1.25rem;line-height:1.3;text-align:center}@media(min-width:768px){.simulated-start img{width:15rem}}@media(min-width:1024px){.simulated-start p{font-size:1.5rem}}.separation{height:100%;padding:0 1rem}.questions-section .top{background-color:var(--simulated)}.questions-section .bottom{height:calc(100vh - 15.625rem)}.questions-section .back{display:flex;align-items:flex-end;gap:.5rem;font-size:1.5rem;color:var(--white);padding:.25rem 1rem 1rem}.questions-section .back:last-of-type{cursor:pointer}.questions-section svg{width:1.5rem;height:1.5rem}.questions-section .text{display:none;color:var(--red);font-size:1.5rem;font-weight:500;margin:0;padding:3rem 2rem}@media(min-width:768px){.questions-section .top{display:flex;align-items:center;justify-content:space-between}.questions-section .bottom{height:calc(100vh - 9.68rem)}}@media(min-width:1024px){.questions-section .bottom{display:flex}.questions-section .text{display:block;width:100%;border-right:1rem solid var(--simulated)}}.simulated-review h1{font-size:1.74319rem;font-weight:400;text-align:center}.simulated-review h2{width:100%;padding:.6rem 1.5rem 1rem;margin:0;font-size:1.5rem;font-weight:400;color:var(--white);background-color:var(--simulated)}.simulated-review .text{padding:0 .7rem;font-size:1.25rem;line-height:150%}.simulated-review ol{list-style-type:disc;margin:0;padding-inline-start:2rem}.simulated-review .summary{background-color:var(--icon)}.simulated-review .summary h2{display:flex;align-items:center;justify-content:space-between}.simulated-review .data{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:.15rem;padding:.1rem}.simulated-review .squestion{display:flex;align-items:center;justify-content:space-between;padding:1rem;background-color:var(--white);cursor:pointer}.simulated-review .name{display:flex;align-items:center;gap:1rem}.simulated-review .name svg{width:1.5rem;height:1.5rem}.simulated-review .squestion h3{font-size:1rem;font-weight:400;margin:0}.simulated-review .squestion span{font-size:1rem;color:var(--red);line-height:1.5rem}@media(min-width:1024px){.simulated-review .data{grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}}.examreview{padding-bottom:var(--padding)}.examreview h3{font-size:1.25rem;font-weight:400;text-align:center}.examreview .btn{width:fit-content;padding:.6rem 1.5rem .8rem;margin-top:1rem;margin:1rem auto;font-size:1rem;font-weight:500;color:var(--white);background-color:var(--simulated)}.examreview .head{width:100%;padding:.6rem 1.5rem 1rem;margin:0;font-size:1.5rem;font-weight:400;color:var(--white);background-color:var(--simulated)}.examreview :is(.stats,.questions){display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:.15rem;padding:.1rem;background-color:var(--icon)}.examreview .stat{display:flex;align-items:center;justify-content:space-between;padding:.6rem 1.5rem 1rem;background-color:var(--white)}.examreview .stat h5{font-size:1rem;margin:0}.examreview .stat h5:last-child{color:var(--red)}.examreview .sections{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.examreview .que{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background-color:var(--white);cursor:pointer}.examreview .name{display:flex;gap:.5rem}.examreview .name svg{width:1rem}.examreview .name h5{font-size:1rem;margin:0}.examreview .que span{color:var(--red)}.examreview .score{display:flex;align-items:center;justify-content:space-between;padding:.6rem 1.5rem .8rem;background-color:var(--icon)}.examreview .score h5{font-size:1rem;margin:0}.examreview .score h5:first-child{color:#198754}.examreview .score h5:last-child{color:var(--red)}@media(min-width:1024px){.examreview h3{font-size:1.5rem}.examreview .que span{color:var(--red)}.examreview .score{display:flex;align-items:center;justify-content:space-between;padding:.6rem 1.5rem .8rem;background-color:var(--icon)}}@media(min-width:1280px){.examreview :is(.stats,.questions){grid-template-columns:repeat(auto-fill,minmax(370px,1fr))}}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@font-face{font-family:din;src:url(/din/DINNextLTArabic-Regular-4.ttf);font-weight:400;font-display:swap}@font-face{font-family:din;src:url(/din/DINNextLTArabic-Medium-2.ttf);font-weight:500;font-display:swap}@font-face{font-family:din;src:url(/din/DINNextLTArabic-Bold-2.ttf);font-weight:700;font-display:swap}@font-face{font-family:din;src:url(/din/DINNextLTArabic-Heavy-1.ttf);font-weight:750;font-display:swap}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;scroll-behavior:smooth;font-family:din,sans-serif;transition:var(--transition)}input{-webkit-background-clip:text!important;background-clip:text!important}:root{--black: #172b4d;--black2: #42526e;--gray: #7a869a;--icon: #c1c7d0;--ment: #4d8cab;--back: #f7fbfc;--yellow: #ff991f;--white: #fff;--red: #ff0000;--green: #0fbd2b;--simulated: #1d4b8c;--simulated2: #01589b;--padding: 3rem;--transition: .35s;--plyr-color-main: var(--yellow);--plyr-font-family: "din"}body{background-color:var(--white)}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background-color:transparent}::-webkit-scrollbar-thumb{background:var(--ment);border-radius:10px}::-webkit-scrollbar-thumb:active{background:var(--yellow)}h5.null{font-size:2rem;color:var(--black);text-align:center}a{display:block;text-decoration:none}ul{list-style:none;margin:0;padding:0}.container{padding-left:15px;padding-right:15px;margin-left:auto;margin-right:auto}.main-title{position:relative;width:100%;padding:0 15px;margin-bottom:2rem;text-align:center}.main-title h2{font-size:1.5rem;font-weight:700;color:var(--black);margin:0}.main-title p{color:var(--gray);margin:0;margin-top:.1rem;line-height:1.6rem}.main-title img{position:absolute;top:0;left:22%}#root{min-height:100vh;display:flex;flex-direction:column}@media(min-width:640px){.container{width:630px}}@media(min-width:768px){.container{width:750px}}@media(min-width:1024px){.container{width:1000px}.main-title{margin-bottom:3rem}}@media(min-width:1280px){.container{width:1250px}.main-title h2{font-size:1.75rem}.main-title p{font-size:1.125rem;margin-top:.69rem}}@media(min-width:1536px){.container{width:1500px}}
