.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}}.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))}}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */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}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}}
