@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";.topBanner{font-size:1.6rem;padding:2.4rem;background-color:#5545e5;color:#fff;width:100%;border-top:1.5px solid #eef1ff}.light{background-color:#e0e6ff;color:#201b4b}.tools-wrapper{display:flex}.tool-button{background-color:#0000;border:0;stroke:#5545e5;display:flex;align-items:center;justify-content:center;border-radius:36px;width:35px;min-width:35px;height:35px;cursor:pointer;stroke:#201b4b}.tool-button:hover svg{fill:#201b4b}.start-button-container{display:inline-block}.headerButtons{display:flex;align-items:center;justify-content:flex-end;width:100%;margin-right:2rem}header{position:fixed;top:0;left:0;right:0;z-index:9999;margin:clamp(1rem,1vw,2rem);transition:margin .3s ease}header.scrolled{margin:0}.app-header{display:flex;justify-content:space-between;background-color:#fff;padding:1.6rem 2rem;min-height:5.7rem;align-items:center;box-shadow:0 1px 2px 1px #3139401a;border-radius:50px;transition:all .3s ease}.app-header.scrolled{border-radius:0;margin:0;width:100%;left:0;right:0}header.with-trial-banner{margin:0}.app-header.with-trial-banner{border-radius:0;margin:0;width:100%;left:0;right:0}.app-header nav ul{list-style-type:none;display:flex;gap:clamp(2rem,2.5vw,8rem);padding:0 1rem}.app-header nav a{color:#201b4b;text-decoration:none;transition:all .3s ease;position:relative}.app-header nav a:after{background:#5545e5;bottom:-6px;content:"";height:4px;left:50%;opacity:0;position:absolute;transition:all .3s ease;width:1%}.app-header nav .active:after,.app-header nav a:hover:after{left:0;opacity:1;width:100%}.menu .primary-button{background-color:#5545e5}.menu .primary-button:hover{background-color:#3c30a3}.menu{flex-direction:row;justify-content:space-between;gap:.8rem}.menu,.new-exercise-button{display:flex;align-items:center}.new-exercise-button{margin:0 1.6rem}@media(max-width:1024px){.new-exercise-button{display:none}}.menu-logo{width:13rem}.logoContainer{display:flex;align-items:center}.logoContainer a{color:#201b4b;text-decoration:none;font-weight:600;height:33.8px}.overlay{position:fixed;top:0;right:0;width:100%;height:100%;background:#201b4b;flex-direction:column;justify-content:flex-start;padding-top:1rem;z-index:1000;color:#fff;transform:translateX(100%);transition:transform .3s ease-in-out}.form-wrapper,.overlay{display:flex;align-items:center}.form-wrapper{gap:1.6rem;flex:1 1;justify-content:space-evenly;font-weight:400}.mobile-nav{position:relative;display:none;justify-content:space-between;padding:1rem;z-index:1;color:#201b4b}.mobile-actions{display:flex;align-items:center;gap:1.6rem}.mobile-add-button{display:none;align-items:center;justify-content:center;width:40px;height:40px;background-color:#5545e5;border-radius:50%;color:#fff;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer}.mobile-add-button:hover{background-color:#3c30a3;transform:scale(1.05)}@media(max-width:1024px){.mobile-add-button{display:flex}}.mobile-add-button svg{width:25px;height:25px}.mobile-nav .primary-button{font-size:2rem;padding:0}.mobile-nav .primary-button:hover{background-color:#0000}.overlay ul{text-align:center;margin:0;padding:1rem 0 0}.overlay ul li{list-style-type:none;padding:.8rem;color:#fff;font-size:2rem}.menuIcon{width:20px;height:20px}.closeIcon,.menuIcon:hover{cursor:pointer}.closeIcon{align-self:flex-end;margin-right:2rem}.profile-form-container{margin-top:clamp(1.6rem,2.4vw,2.4rem)}.profile-form-container form{margin:0}.icon-wrapper{height:24px}.hamburger-button{border:none;outline:none;background:none;text-decoration:none;cursor:pointer;color:#fff!important;padding:0;font-family:inherit;font-size:inherit;font-weight:400}footer{z-index:999;box-shadow:0 1px 2px 1px #fff}.app-footer,footer{background-color:#201b4b}.app-footer{width:100%;padding:clamp(3rem,7.5vw,8rem) 1.6rem;color:#201b4b;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:3.2rem;gap:3.2rem;justify-content:center;max-width:1200px;margin:0 auto}.app-footer h2{color:#fff;text-align:left;font-size:2rem}.app-footer ul{list-style:none}.app-footer ul li{margin-bottom:1.6rem}.app-footer a{padding-bottom:.4rem;margin-bottom:.8rem}.app-footer a,.app-footer a span{color:#fff;width:auto;text-underline-offset:4px;-webkit-text-decoration-color:#5545e5;text-decoration-color:#5545e5}.app-footer p{line-height:unset;padding-bottom:1.6rem}.app-footer a:hover{text-decoration:underline}.app-footer p{margin-bottom:0;color:#fff}.footer-logo a{border-bottom:0}.cookie-banner{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);max-width:50rem;padding:3.2rem;background-color:#fff;border:1px solid #0000001a;border-radius:4px;z-index:1000;display:flex;flex-direction:column;justify-content:space-between}.cookie-banner .cookie-content{display:inline;flex:1 1;display:flex;flex-direction:column;margin:0;padding:0}.cookie-banner .cookieCloseIcon{align-self:flex-end;color:#201b4b}.cookie-banner .cookieCloseIcon:hover{color:#5545e5;cursor:pointer}.cookie-banner .bottom-buttons{margin-top:2.4rem;display:flex;gap:1.6rem}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,helvetica,sans-serif;direction:ltr;font-weight:400;word-break:break-word;overflow-wrap:break-word}html{font-size:62.5%}body,html{min-height:100vh;height:100%}body{display:flex;flex-direction:column}body,html{width:100%;margin:0;padding:0}main{flex:1 1;background-color:#eef1ff;position:relative}#root,.content{height:100%}.content{background-color:#eef1ff;padding-top:120px}.content:has(.hero-container:first-child){padding-top:0}@media(max-width:480px){.content{padding-top:70px}}@media(min-width:481px)and (max-width:1024px){.content{padding-top:75px}}.content .content{min-height:100%;display:flex;flex-direction:column}.small-layout{max-width:840px;padding:4rem 1.6rem 8rem}.large-layout,.small-layout{margin:0 auto;flex:1 1;height:100%}.large-layout{padding:4rem clamp(3rem,7.5vw,16rem) 8rem}.wide-layout{margin:0 auto;flex:1 1}.wide-layout h2{font-size:clamp(2.4rem,3.5vw,3rem);margin-bottom:4.8rem}img{max-width:none!important}h1{font-size:4rem;margin-top:0;margin-bottom:2.4rem}h1,h2{font-weight:800}h2{font-size:2.4rem;margin-bottom:1.6rem}h3{margin-top:1.6rem;margin-bottom:.8rem;font-size:1.8rem;line-height:1.5}h1,h2,h3,h4{font-weight:700}p{font-size:1.7rem;line-height:1.9;margin-bottom:2.4rem}a,span{font-size:1.6rem}a:hover{text-decoration:none}a,h1,h2,h3,h4,li,p{color:#201b4b}.ingress{margin-bottom:2.4rem}.ingress-bold{font-weight:600}.small{font-size:1.6rem;margin:.8rem 0;font-weight:500}.small-text{font-size:1.2rem;margin-top:3.2rem}.about-page h1,.about-page h2,.about-page h3,.about-page li,.about-page p{line-height:1.6}main ul{list-style-position:inside;margin-bottom:2.4rem}main ul li{font-size:1.6rem;line-height:1.9rem}.about-page ul{list-style:none;margin-bottom:2.4rem}.about-page ul li{position:relative;padding-left:2.4rem;margin-bottom:1.2rem;font-size:1.6rem;line-height:1.6}.about-page ul li:before{content:"•";color:#5545e5;font-size:2.4rem;position:absolute;left:0;top:-.6rem}.ul-big-dots{list-style-type:none}.primary-button{display:flex;align-items:center;justify-content:center;padding:1.2rem 2.4rem;font-size:1.4rem;text-align:center;text-decoration:none;color:#fff;background-color:#201b4b;border:none;border-radius:36px;cursor:pointer;transition:.2s ease-in-out;white-space:nowrap;min-width:100px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.primary-button:hover{background-color:#5545e5}.primary-button:disabled{cursor:auto}.secondary-button{outline:1.5px solid #5545e5;outline-offset:-1.5px;color:#5545e5;gap:.4rem}.secondary-button,.secondary-button-inverted{background:none;padding:1.2rem 2.4rem;border-radius:36px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;text-align:center;text-decoration:none;cursor:pointer;transition:.2s ease-in-out;white-space:nowrap;border:none;min-width:100px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.secondary-button-inverted{outline:1.5px solid #fff;outline-offset:-1.5px;color:#fff;gap:.8rem}.secondary-button-inverted:hover,.secondary-button:hover{background-color:#e0e6ff}.secondary-button-inverted:disabled,.secondary-button:disabled{cursor:auto;opacity:.5}.secondary-button:disabled:hover{background-color:#0000;outline:1.5px solid #5545e5;color:#201b4b}.secondary-button-inverted:disabled:hover{background-color:#0000;outline:1.5px solid #fff;color:#fff}.secondary-button.disabled{cursor:auto;opacity:.5}.secondary-button.disabled:hover{background-color:#0000;outline:1.5px solid #5545e5;color:#201b4b}.tertiary-button{display:flex;align-items:center;justify-content:center;gap:.8rem;padding:1.2rem 2.4rem;font-size:1.4rem;text-align:center;text-decoration:none;color:#fff;background-color:#5545e5;border:none;border-radius:36px;cursor:pointer;transition:background-color .2s ease-in-out;white-space:nowrap;transition:.2s ease-in-out;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:100px}.tertiary-button:hover{background-color:#3c30a3}.tertiary-button:disabled{opacity:.5;cursor:default}.link-button{text-decoration:underline;width:auto;color:#201b4b;font-size:1.6rem;margin:.8rem 0;transition:.2s ease-in-out}.close-button,.link-button{background:none;border:none;cursor:pointer}.close-button{padding:8px;border-radius:8px;transition:background-color .2s;display:flex;align-items:center;justify-content:center;font-size:24px}.close-button:hover{background-color:#f3f4f6}.delete-button{background:none;border:none;cursor:pointer;color:#5545e5}.created-question .delete-button{align-self:center;float:right;outline:1.5px solid #5545e5;color:#5545e5}.created-question .delete-button:hover{color:#fff}input{border-radius:8px;color:#201b4b}label{font-weight:600;margin-bottom:.5rem}input[type=text],label{display:block;font-size:1.6rem;color:#201b4b}input[type=text]{width:100%;padding:.8rem 1.6rem;border:0;margin-bottom:2.4rem;background-color:#eef1ff}input[type=email],input[type=password]{width:100%}input[type=email],input[type=password],textarea{display:block;padding:.8rem 1.6rem;border:0;font-size:1.6rem;color:#201b4b;margin-bottom:2.4rem;background-color:#eef1ff}input[type=email]:focus,input[type=password]:focus,input[type=text]:focus,textarea:focus{outline:none;border-color:#5545e5;box-shadow:0 0 .5rem #5545e5}textarea{max-width:100%;min-width:100%;min-height:15rem;width:100%;margin-bottom:0;border-radius:20px;padding:.8rem}.auto-resize-textarea{min-height:4.4rem!important;overflow:hidden;resize:none;border-radius:8px!important;line-height:1.4;font-family:inherit;transition:height .2s ease}@media(max-width:768px){.auto-resize-textarea{min-height:3.2rem!important;font-size:1.6rem;padding:1.2rem 1.6rem;line-height:1.3;overflow:hidden;word-wrap:break-word;white-space:pre-wrap}.vocabulary-inputs .textarea-container .flag-icon{left:16px;top:16px;font-size:18px}.vocabulary-inputs .auto-resize-textarea{padding-left:5.2rem}}.vocabulary-inputs .auto-resize-textarea{border-radius:8px!important;min-height:4.4rem!important;padding:1.2rem 1.6rem 1.2rem 4rem;margin-bottom:0;background-color:#eef1ff;line-height:1.4}.vocabulary-inputs .auto-resize-textarea:focus{outline:none;border-color:#5545e5;box-shadow:0 0 .5rem #5545e5}@media(max-width:768px){.vocabulary-inputs .auto-resize-textarea{min-height:3.2rem!important}}.flashcard-inputs .auto-resize-textarea{border-radius:8px!important;min-height:4.4rem!important;padding:1.2rem 1.6rem;margin-bottom:0;background-color:#eef1ff;line-height:1.4}.flashcard-inputs .auto-resize-textarea:focus{outline:none;border-color:#5545e5;box-shadow:0 0 .5rem #5545e5}.mc-input-wrapper .auto-resize-textarea{border-radius:8px!important;min-height:4.4rem!important;padding:1.2rem 1.6rem;margin-bottom:0}.mc-input-wrapper .auto-resize-textarea:focus{outline:none;border-color:#5545e5;box-shadow:0 0 .5rem #5545e5}.question-list .auto-resize-textarea{border-radius:8px!important;min-height:4.4rem!important;padding:1.2rem 1.6rem;margin-bottom:0;background-color:#eef1ff}.question-list .auto-resize-textarea:focus{outline:none;border-color:#5545e5;box-shadow:0 0 .5rem #5545e5}@media(max-width:768px){.question-list .auto-resize-textarea{padding:1.4rem 1.6rem;overflow:hidden;word-wrap:break-word;white-space:pre-wrap}}.question-text{margin-bottom:1.6rem}.question-text label{display:block;margin-bottom:.8rem;font-weight:600;color:#201b4b}.mc-list{list-style:none;padding:0;margin:0}.mc-list li{margin-bottom:1.6rem}.mc-list li:last-child{margin-bottom:0}.vocabulary-inputs .input-wrapper .flag-icon{position:absolute;left:1.6rem;top:50%;transform:translateY(-50%);font-size:14px;z-index:1;pointer-events:none}.textarea-container{position:relative;width:100%}.checkbox{display:flex;align-items:flex-start;font-size:.5em;font-weight:400;margin-bottom:16px}.checkbox label{font-size:1.2rem}.checkbox input[type=checkbox]{margin-right:10px;margin-top:0}.select-container{position:relative;width:100%}.language-select select{border-radius:50px;padding:1.2rem 1.6rem;appearance:none;-webkit-appearance:none;-moz-appearance:none;width:100%;font-size:1.6rem;min-width:200px;border:0;height:auto;background-color:#fff;color:#201b4b}.select-container:after{background-repeat:no-repeat;content:"";height:15px;background-image:url(/svg/forward.svg);width:15px;background-size:contain;display:inline-block;transform:rotate(90deg);position:absolute;right:1.6rem;top:50%;transform:translateY(-50%) rotate(90deg)}select{height:100%;padding:6px 8px 6px 32px}.input-wrapper{margin-bottom:1.6rem}.input-radio-wrapper{display:flex;align-items:center;gap:1.6rem}.input-radio-wrapper .auto-resize-textarea{flex:1 1}.radio-label{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;background:#e0e6ff;padding:.8rem 1.2rem;border-radius:36px;border:1px solid #5545e5;font-weight:400;cursor:pointer;white-space:nowrap;flex-shrink:0}.radio-label input{margin-right:5px;accent-color:#5545e5}.mc-input-wrapper{display:flex;align-items:flex-start;gap:1.6rem}.mc-input-wrapper>div:first-child{width:100%!important}.hidden,.mobile-only{display:none}.center-aligned{text-align:center}.success{margin-top:.8rem}.success:before{content:"✓";color:green;margin-right:5px}.error,.error-message p{margin-top:1.6rem;color:#f44545}.error-message p:before,.error:before{content:"⚠";margin-right:5px}.loading-text{display:none;text-align:center;margin-top:.8rem}.loading-text p{margin-bottom:0}.loading-text.visible{display:block}.lds-ring{display:none;position:relative;width:.8rem;height:1.3rem;margin-left:-.6rem;margin-right:1.2rem}.lds-ring.visible{display:inline-block}.lds-ring div{box-sizing:border-box;display:block;position:absolute;width:15px;height:15px;margin:0;border-radius:50%;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border:2px solid #0000;border-top-color:#fff}.lds-ring div:first-child{animation-delay:-.45s}.lds-ring div:nth-child(2){animation-delay:-.3s}.lds-ring div:nth-child(3){animation-delay:-.15s}@keyframes lds-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.icon{width:20px;height:20px;flex-shrink:0;display:inline-block}.icon-large{width:24px;height:24px}.icon-small{width:16px;height:16px}@media(min-width:0px)and (max-width:700px){.articles article{display:block;height:auto;margin-bottom:1.6rem}.articles article section img{display:none}}@media(min-width:0px)and (max-width:800px){.result-buttons{display:flex;flex-direction:column;gap:1.6rem}h1{font-size:2.4rem;margin-top:1.6rem;margin-bottom:.8rem}h2{font-size:2rem}p{font-size:1.6rem}.primary-button,.secondary-button,.secondary-button-inverted,.tertiary-button{max-width:none!important;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.small-layout{margin:0 auto;padding:2.4rem;min-height:120vh}.large-layout{margin:0 auto;padding:1.6rem}.prices{padding:2.4rem 1.6rem}.prices h2{text-align:left;margin-bottom:1.6rem}.try-service-section{padding:2.4rem 1.6rem}.try-service-section h2{font-size:2.4rem;margin-bottom:1.6rem}.try-service-section p{font-size:1.6rem;margin-bottom:2.4rem}.faq-section{padding:2.4rem 1.6rem}.faq-section h2{margin-bottom:1.6rem}.price-plan{gap:2.4rem}.mobile-only{display:block}.dialog{width:90%;max-width:360px;min-width:280px}.mobile-nav{display:block!important;color:#201b4b;padding:0!important}.mobile-first-row{display:flex;align-items:center;width:100%;justify-content:space-between}.mobile-actions{display:flex;align-items:center;gap:1rem}.mobile-add-button{display:flex!important}.app-header .header-links,.app-header .menu{display:none!important}.hamburger-button{position:relative}.hamburger-button:hover{background-color:#0000}.hamburger-button:after{background:#fff;bottom:-4px;content:"";height:1.5px;left:50%;opacity:0;position:absolute;transition:all .3s ease;width:1%}.hamburger-button:hover:after{left:0;opacity:1;width:100%}.hero-container{margin:0;gap:0;min-height:450px;height:100vh}.scroll-indicator{display:none}.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center;width:100%;padding:4.8rem 1.6rem 1.6rem}h2.hero-subtitle{margin-bottom:1.6rem}.hero-text{text-align:center;justify-items:center}.hero-visual{order:-1}.hero-container p{margin-bottom:1.6rem}.hero-container .callToAction p{text-align:left}.hero-container .callToAction{display:flex;justify-content:center;width:100%}.leftLeading,.rightLeading{width:100%!important}.leftLeading{padding:2.4rem 1.6rem}.leftLeading h1{margin-bottom:1.6rem!important}.leftLeading p{font-size:1.6rem}.rightLeading{width:100%;position:static;min-height:inherit;background-position:50%}.children{background-position:50% 25%}.mainScreenshot{max-height:400px}.frontpage-padding-layout{padding:2.4rem 1.6rem}.example-quiz{padding:2.4rem}.example-flashcard .interactive-label{right:30px;left:unset}.example-writing{height:auto;padding:2.4rem}.four-columns{grid-template-columns:1fr;gap:1.6rem}.four-columns>div{padding:2.4rem}.four-columns h3{margin-top:.8rem;font-size:1.6rem}.frontpage-padding-layout h2{text-align:left;margin-bottom:1.6rem}.frontpage-quote{padding:2.4rem 0}.frontpage-quote .frontpage-padding-layout h2:before{height:30px;width:30px}.flex-container{grid-template-columns:1fr;height:auto;padding:2.4rem 1.6rem;grid-gap:0}.quiz-section .leftFlex{order:1}.quiz-section .rightFlex{order:2}.flashcard-section .leftFlex .tertiary-button,.quiz-section .rightFlex .tertiary-button{display:block;text-align:left;margin-left:0;margin-right:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;position:relative;z-index:1}.flashcard-section .leftFlex .example-flashcard{margin-bottom:0}.mobile-button-container{margin-top:2.4rem;margin-bottom:2.4rem;clear:both;position:relative;z-index:1}.flex-container .rightFlex h2{margin-bottom:1.6rem}.flex-container .rightFlex p{font-size:1.6rem}.creating-quiz .quiz-type-content h3{font-size:2rem}.creating-quiz .quiz-type-header{gap:.8rem}.creating-quiz .quiz-type-buttons{justify-content:flex-start}.radio-button label{margin-bottom:.8rem}.dividerText:after,.dividerText:before{max-width:200px!important}.file-upload-wrapper{flex-direction:column;min-height:unset}.file-upload-wrapper>div{width:100%}.file-upload-dropzone{background-image:none;padding:0}.file-upload-dropzone span{display:none}.file-upload-dropzone button{width:100%}.create-quiz-button-wrapper{display:block}.loading-text p{margin-top:1.6rem;text-align:center}.quiz-category{margin-bottom:3rem}.category-title{font-size:2rem;margin-bottom:2rem;padding-bottom:1rem}.quiz-list{grid-template-columns:1fr}.quiz-list li{height:auto}.quiz-list .primary-button,.quiz-list .secondary-button{width:auto!important}.quiz-info p.public-text{margin:.8rem 0}.flashcard{min-height:250px}.game-layout .flashcard p{font-size:1.8rem}.flashcard .back:before{height:20px;width:20px}.flashcard .back,.flashcard .front{padding:1.6rem}.link-button{font-size:1.4rem}.flashcard-direction{gap:.8rem}.result{padding:4rem}.correctAnswers{margin-top:2.4rem}.correctAnswers>div,.result button:not(:last-child),.summary .primary-button{margin-bottom:1.6rem}.remove-card-button{width:auto!important}.quiz{padding:2.4rem}.quiz-alternatives:hover{background-color:#fff}.writing-container .question-container{padding:2.4rem}.vocabulary-item{display:block}.vocabulary-inputs{display:flex;align-items:center;gap:1.6rem}.vocabulary-inputs>div{flex-direction:column;height:100%;padding:0}.vocabulary-inputs .input-wrapper:last-child input{margin-bottom:0}.vocabulary-inputs>div .input-wrapper{width:100%}.vocabulary-inputs .delete-button{justify-self:right;min-width:35px}.quiz-header h1{margin-bottom:0}.form-footer{flex-direction:column;gap:1.6rem}.form-footer>div{width:100%}.login-form{max-width:none}.header-actions{flex-direction:column;align-items:flex-start}.breadcrumb-button{display:none}.created-question .flashcard-inputs,.flashcard-inputs{display:block}.app-footer{display:block!important}.app-footer>div{margin-bottom:2.4rem}.cookie-banner{min-width:300px}.cookie-banner .primary-button:first-child{margin-bottom:1.6rem}.vocabulary-section .leftFlex{order:1}.vocabulary-section .rightFlex{order:2}.vocabulary-section .rightFlex .tertiary-button{display:block;text-align:center;margin-left:0;margin-right:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;position:relative;z-index:1}.vocabulary-section .rightFlex .example-flashcard{margin-bottom:2.4rem}.flashcard-section,.quiz-section,.vocabulary-section{transform:none;transition:opacity 1.2s ease-out}.vocabulary-section .example-vocabulary{margin-bottom:2.4rem}.vocabulary-section .mobile-button-container{margin-top:2.4rem;margin-bottom:2.4rem}}@media(min-width:0px)and (max-width:525px){.quiz-category{margin-bottom:2.4rem}.category-title{font-size:1.8rem;margin-bottom:1.6rem;padding-bottom:.8rem}.quiz-list li{padding:2rem}.quiz-list li h2{margin-bottom:0}.quiz-item{padding:0;overflow:hidden}.quiz-content-wrapper{display:flex;gap:1.2rem}.quiz-title-container{display:flex;align-items:center;margin-bottom:.8rem}.quiz-title-container .quiz-icon{display:none}.quiz-text-content{flex:1 1;min-width:0;justify-content:space-between}.quiz-info-and-button,.quiz-text-content{display:flex;flex-direction:column}.quiz-list .quiz-info-and-button{gap:0}.quiz-info-and-button .start-button-container{justify-content:space-between;width:100%;gap:0}.tools-wrapper{margin-bottom:.8rem}.quiz-icon{width:60px;height:60px;background:#eef1ff;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.quiz-icon.vocabulary-icon-container{background:#e0f2f1}.quiz-info{flex-direction:row;align-items:center;margin-bottom:.8rem;gap:.8rem;flex-wrap:wrap}.quiz-info-separator{display:inline}.start-button-container .tools-wrapper{display:flex;margin-bottom:0}}@media(min-width:526px){.start-button-container .tools-wrapper{display:flex!important}.quiz-list li{padding:2.4rem}.quiz-title-container{display:flex;justify-content:space-between;flex-wrap:wrap;gap:.8rem}.quiz-title-container .quiz-icon{display:none}.quiz-content-wrapper{display:flex;gap:1.6rem}.desktop-icon{display:flex!important;width:90px;height:90px;background:#eef1ff;border-radius:12px;flex-shrink:0}.desktop-icon.vocabulary-icon-container{background:#e0f2f1}.quiz-text-content{flex:1 1;min-width:0;display:flex;flex-direction:column;justify-content:space-between}}@media(min-width:0px)and (max-width:525px){.desktop-icon{display:none!important}}@media(min-width:0px)and (max-width:400px){.dialog{width:95%;max-width:300px;min-width:250px}.app-footer{padding:1.6rem!important}.quiz-icon{margin-bottom:1.6rem}}@media(min-width:801px)and (max-width:1024px){.mobile-only{display:block}.mobile-nav{display:block!important;padding:0!important}.mobile-first-row{display:flex;width:100%;justify-content:space-between;align-items:center}.mobile-actions{display:flex;align-items:center;gap:1rem}.mobile-add-button{display:flex!important}.app-header .header-links,.app-header .menu{display:none!important}.hamburger-button{position:relative;color:#fff}.hamburger-button:hover{background-color:#0000}.hamburger-button:after{background:#fff;bottom:-4px;content:"";height:1.5px;left:50%;opacity:0;position:absolute;transition:all .3s ease;width:1%}.hamburger-button:hover:after{left:0;opacity:1;width:100%}.small-layout{margin:0 auto}.faq-section,.prices{padding:4rem 1.6rem}.hero-container{min-height:600px;height:100vh}.hero-content{gap:3rem;width:100%;margin-top:7.7rem}.flex-container,.frontpage-padding-layout,.leftLeading{padding:4rem}.big-container{min-height:600px}.app-footer{padding:4rem 1.6rem!important}}@media(min-width:1025px)and (max-width:1320px){.hero-container{height:100vh}}@media(max-width:768px){.flashcard-tool-wrapper{display:flex;justify-content:space-between;align-items:center}}