.Hero-module__nd8T3G__hero{background:linear-gradient(135deg,#f5f7fa 0%,#e4ecfb 100%);align-items:center;min-height:100vh;padding:10rem 0 6rem;display:flex;position:relative;overflow:hidden}.Hero-module__nd8T3G__hero .Hero-module__nd8T3G__bubbles{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.Hero-module__nd8T3G__hero .Hero-module__nd8T3G__bubble{background:rgb(var(--color-secondary)/.1);border-radius:50%;animation:8s ease-in-out infinite Hero-module__nd8T3G__float;position:absolute}.Hero-module__nd8T3G__hero .Hero-module__nd8T3G__bubble:first-child{width:80px;height:80px;animation-delay:0s;top:10%;left:10%}.Hero-module__nd8T3G__hero .Hero-module__nd8T3G__bubble:nth-child(2){width:120px;height:120px;animation-delay:1s;top:20%;right:15%}.Hero-module__nd8T3G__hero .Hero-module__nd8T3G__bubble:nth-child(3){width:50px;height:50px;animation-delay:2s;bottom:20%;left:20%}.Hero-module__nd8T3G__hero .Hero-module__nd8T3G__bubble:nth-child(4){width:100px;height:100px;animation-delay:3s;bottom:10%;right:10%}.Hero-module__nd8T3G__hero .Hero-module__nd8T3G__bubble:nth-child(5){width:70px;height:70px;animation-delay:4s;top:50%;left:50%}.Hero-module__nd8T3G__hero .Hero-module__nd8T3G__container{z-index:2;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;position:relative}.Hero-module__nd8T3G__hero .Hero-module__nd8T3G__content{flex:1;max-width:550px}.Hero-module__nd8T3G__hero .Hero-module__nd8T3G__headline{color:rgb(var(--color-primary));margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.2}.Hero-module__nd8T3G__hero .Hero-module__nd8T3G__headline span{color:rgb(var(--color-secondary));position:relative}.Hero-module__nd8T3G__hero .Hero-module__nd8T3G__subheadline{color:#555;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.Hero-module__nd8T3G__hero .Hero-module__nd8T3G__cta{flex-direction:column;align-items:flex-start;gap:1rem;width:fit-content;display:flex}.Hero-module__nd8T3G__hero .Hero-module__nd8T3G__ctaButton{background-color:rgb(var(--color-primary));color:#fff;border:none;border-radius:30px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 10px 20px #09213c33}.Hero-module__nd8T3G__hero .Hero-module__nd8T3G__ctaButton:hover{transform:translateY(-3px);box-shadow:0 15px 30px #09213c4d}.Hero-module__nd8T3G__hero .Hero-module__nd8T3G__arrow{transition:transform .3s}.Hero-module__nd8T3G__hero .Hero-module__nd8T3G__ctaButton:hover .Hero-module__nd8T3G__arrow{transform:translate(5px)}.Hero-module__nd8T3G__hero .Hero-module__nd8T3G__ctaNote{color:#555;text-align:center;width:100%;font-size:.9rem}.Hero-module__nd8T3G__hero .Hero-module__nd8T3G__imageContainer{perspective:1000px;flex:1;position:relative}.Hero-module__nd8T3G__hero .Hero-module__nd8T3G__deviceFrame{background:#fff;border-radius:40px;width:300px;height:600px;margin:0 auto;padding:15px;position:relative;transform:rotate3d(-.3,1,0,-20deg);box-shadow:0 20px 40px #0000001a}.Hero-module__nd8T3G__hero .Hero-module__nd8T3G__deviceScreen{background:#f5f7fa;border-radius:30px;width:100%;height:100%;padding:20px;overflow:hidden}.Hero-module__nd8T3G__hero .Hero-module__nd8T3G__quizInterface{flex-direction:column;height:100%;display:flex}.Hero-module__nd8T3G__hero .Hero-module__nd8T3G__quizHeader{margin-bottom:30px}.Hero-module__nd8T3G__hero .Hero-module__nd8T3G__quizProgress{background:#e0e0e0;border-radius:4px;width:100%;height:8px;margin:0 auto;position:relative}.Hero-module__nd8T3G__hero .Hero-module__nd8T3G__quizProgress:after{content:"";z-index:1;background:rgb(var(--color-secondary));border-radius:4px;width:60%;height:100%;position:absolute;top:0;left:0}.Hero-module__nd8T3G__hero .Hero-module__nd8T3G__quizQuestion{color:rgb(var(--color-primary));text-align:center;margin-bottom:30px;font-size:1.2rem;font-weight:600}.Hero-module__nd8T3G__hero .Hero-module__nd8T3G__quizOptions{flex-direction:column;gap:15px;margin-bottom:30px;display:flex}.Hero-module__nd8T3G__hero .Hero-module__nd8T3G__quizOption{cursor:pointer;background:#fff;border:2px solid #0000;border-radius:15px;align-items:center;gap:15px;padding:15px;transition:all .2s;display:flex}.Hero-module__nd8T3G__hero .Hero-module__nd8T3G__quizOption:hover{transform:translateY(-2px);box-shadow:0 5px 10px #0000000d}.Hero-module__nd8T3G__hero .Hero-module__nd8T3G__quizOption.Hero-module__nd8T3G__selected{border-color:rgb(var(--color-primary-dark));background:#3a7bd50d}.Hero-module__nd8T3G__hero .Hero-module__nd8T3G__optionDot{border:2px solid #ddd;border-radius:50%;width:20px;height:20px;position:relative}.Hero-module__nd8T3G__hero .Hero-module__nd8T3G__selected .Hero-module__nd8T3G__optionDot{border-color:rgb(var(--color-primary-dark))}.Hero-module__nd8T3G__hero .Hero-module__nd8T3G__selected .Hero-module__nd8T3G__optionDot:after{content:"";background:rgb(var(--color-primary-dark));border-radius:50%;width:10px;height:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__nd8T3G__hero .Hero-module__nd8T3G__optionText{font-weight:500}.Hero-module__nd8T3G__hero .Hero-module__nd8T3G__quizButton{color:rgb(var(--color-secondary));border:2px solid rgb(var(--color-secondary));background:#fff;border-radius:15px;margin-top:auto;padding:15px;font-weight:600;transition:all .2s}.Hero-module__nd8T3G__hero .Hero-module__nd8T3G__badge{background:#fff;border-radius:30px;align-items:center;gap:10px;padding:10px 20px;animation:3s ease-in-out infinite Hero-module__nd8T3G__bounce;display:flex;position:absolute;bottom:20%;right:-10%;box-shadow:0 10px 20px #0000001a}.Hero-module__nd8T3G__hero .Hero-module__nd8T3G__badgeIcon{font-size:1.2rem}.Hero-module__nd8T3G__hero .Hero-module__nd8T3G__badgeText{color:rgb(var(--color-primary));font-weight:600}@media (max-width:992px){.Hero-module__nd8T3G__hero .Hero-module__nd8T3G__container{text-align:center;flex-direction:column}.Hero-module__nd8T3G__hero .Hero-module__nd8T3G__content{max-width:100%}.Hero-module__nd8T3G__hero .Hero-module__nd8T3G__cta{align-items:center}.Hero-module__nd8T3G__hero .Hero-module__nd8T3G__badge{top:auto;bottom:-10%;right:0}}@media (max-width:768px){.Hero-module__nd8T3G__hero{padding:8rem 0 4rem}.Hero-module__nd8T3G__hero .Hero-module__nd8T3G__headline{font-size:2.5rem}.Hero-module__nd8T3G__hero .Hero-module__nd8T3G__deviceFrame{width:250px;height:500px}}@keyframes Hero-module__nd8T3G__float{0%{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(5deg)}to{transform:translateY(0)rotate(0)}}@keyframes Hero-module__nd8T3G__bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}
.Features-module__n7lv5q__features{background-color:#fff;padding:6rem 0;position:relative}.Features-module__n7lv5q__features .Features-module__n7lv5q__container{max-width:1200px;margin:0 auto;padding:0 2rem}.Features-module__n7lv5q__features .Features-module__n7lv5q__header{text-align:center;margin-bottom:4rem}.Features-module__n7lv5q__features .Features-module__n7lv5q__title{color:rgb(var(--color-primary));margin-bottom:1rem;font-size:2.5rem}.Features-module__n7lv5q__features .Features-module__n7lv5q__subtitle{color:#555;max-width:600px;margin:0 auto;font-size:1.2rem}.Features-module__n7lv5q__features .Features-module__n7lv5q__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.Features-module__n7lv5q__features .Features-module__n7lv5q__card{z-index:1;background:#fff;border:1px solid #f0f0f0;border-radius:20px;padding:2rem;transition:all .3s;position:relative;box-shadow:0 10px 30px #0000000d}.Features-module__n7lv5q__features .Features-module__n7lv5q__card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.Features-module__n7lv5q__features .Features-module__n7lv5q__iconContainer{background:#f5f7fa;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:1.5rem;font-size:2rem;display:flex}.Features-module__n7lv5q__features .Features-module__n7lv5q__featureTitle{color:rgb(var(--color-primary));margin-bottom:1rem;font-size:1.5rem}.Features-module__n7lv5q__features .Features-module__n7lv5q__description{color:#555;line-height:1.6}@media (max-width:768px){.Features-module__n7lv5q__features .Features-module__n7lv5q__features{padding:4rem 0}.Features-module__n7lv5q__features .Features-module__n7lv5q__title{font-size:2rem}.Features-module__n7lv5q__features .Features-module__n7lv5q__grid{grid-template-columns:1fr}}
.HowItWorks-module__KFIufW__howItWorks{background-color:#f5f7fa;padding:6rem 0;position:relative}.HowItWorks-module__KFIufW__howItWorks .HowItWorks-module__KFIufW__container{max-width:1200px;margin:0 auto;padding:0 2rem}.HowItWorks-module__KFIufW__howItWorks .HowItWorks-module__KFIufW__header{text-align:center;margin-bottom:4rem}.HowItWorks-module__KFIufW__howItWorks .HowItWorks-module__KFIufW__title{color:rgb(var(--color-primary));margin-bottom:1rem;font-size:2.5rem}.HowItWorks-module__KFIufW__howItWorks .HowItWorks-module__KFIufW__subtitle{color:#555;max-width:600px;margin:0 auto;font-size:1.2rem}.HowItWorks-module__KFIufW__howItWorks .HowItWorks-module__KFIufW__steps{flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:4rem;display:flex}.HowItWorks-module__KFIufW__howItWorks .HowItWorks-module__KFIufW__step{text-align:center;flex-direction:column;flex:1;align-items:center;min-width:250px;max-width:300px;display:flex}.HowItWorks-module__KFIufW__howItWorks .HowItWorks-module__KFIufW__stepIcon{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin-bottom:1.5rem;font-size:2.5rem;display:flex;position:relative;box-shadow:0 10px 30px #0000001a}.HowItWorks-module__KFIufW__howItWorks .HowItWorks-module__KFIufW__stepNumber{background:rgb(var(--color-primary));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:1rem;font-weight:700;display:flex;position:absolute;top:0;right:0}.HowItWorks-module__KFIufW__howItWorks .HowItWorks-module__KFIufW__stepTitle{color:rgb(var(--color-primary));margin-bottom:.5rem;font-size:1.25rem}.HowItWorks-module__KFIufW__howItWorks .HowItWorks-module__KFIufW__stepDescription{color:#555;line-height:1.6}@media (max-width:768px){.HowItWorks-module__KFIufW__howItWorks{padding:4rem 0}.HowItWorks-module__KFIufW__howItWorks .HowItWorks-module__KFIufW__title{font-size:2rem}.HowItWorks-module__KFIufW__howItWorks .HowItWorks-module__KFIufW__steps{flex-direction:column;align-items:center}}
.style-module__7tWcVq__header{z-index:1000;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);background-color:#ffffffbf;width:100%;height:4.5rem;position:fixed;top:0;left:0;box-shadow:0 4px 20px #0000001a}.style-module__7tWcVq__header .style-module__7tWcVq__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.style-module__7tWcVq__header .style-module__7tWcVq__logo{color:rgb(var(--color-primary));align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;display:flex}.style-module__7tWcVq__header .style-module__7tWcVq__logo img{border-radius:.5rem;overflow:hidden}.style-module__7tWcVq__header .style-module__7tWcVq__nav{display:flex}.style-module__7tWcVq__header .style-module__7tWcVq__navList{align-items:center;gap:2rem;list-style:none;display:flex}.style-module__7tWcVq__header .style-module__7tWcVq__navList a{color:rgb(var(--color-primary));padding:.5rem 0;font-weight:500;transition:all .2s;display:block;position:relative}.style-module__7tWcVq__header .style-module__7tWcVq__navList a:hover{color:rgb(var(--color-primary-dark))}.style-module__7tWcVq__header .style-module__7tWcVq__loginButton{color:rgb(var(--color-primary))}.style-module__7tWcVq__header .style-module__7tWcVq__ctaButton{background:linear-gradient(90deg,rgb(var(--color-primary-light)),rgb(var(--color-primary-dark)));border-radius:30px;font-weight:600;text-decoration:none;transition:all .2s;box-shadow:0 4px 10px #09213c33;color:rgb(var(--color-text-on-primary))!important;padding:.75rem 1.5rem!important}.style-module__7tWcVq__header .style-module__7tWcVq__ctaButton:hover{transform:translateY(-3px);box-shadow:0 6px 15px #09213c4d}@media (max-width:768px){.style-module__7tWcVq__header .style-module__7tWcVq__menuButton{z-index:1001;display:block}.style-module__7tWcVq__header .style-module__7tWcVq__nav{background-color:#fff;width:100%;height:100vh;padding:5rem 2rem 2rem;transition:right .3s;position:fixed;top:0;right:-100%;box-shadow:-5px 0 15px #0000001a}.style-module__7tWcVq__header .style-module__7tWcVq__nav.style-module__7tWcVq__open{right:0}.style-module__7tWcVq__header .style-module__7tWcVq__navList{flex-direction:column;align-items:center;gap:2rem}.style-module__7tWcVq__header .style-module__7tWcVq__ctaButton,.style-module__7tWcVq__header .style-module__7tWcVq__loginButton{text-align:center;width:100%}}.style-module__7tWcVq__ctaSection{background:linear-gradient(135deg,rgb(var(--color-primary))0%,#3a7bd5 100%);color:#fff;padding:6rem 0}.style-module__7tWcVq__ctaSection .style-module__7tWcVq__ctaContainer{text-align:center;max-width:800px;margin:0 auto;padding:0 2rem}.style-module__7tWcVq__ctaSection .style-module__7tWcVq__ctaTitle{margin-bottom:2rem;font-size:2.5rem}.style-module__7tWcVq__ctaSection .style-module__7tWcVq__ctaButton{color:rgb(var(--color-primary));background:#fff;border:none;border-radius:30px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 10px 20px #0000001a}.style-module__7tWcVq__ctaSection .style-module__7tWcVq__ctaButton:hover{transform:translateY(-3px);box-shadow:0 15px 30px #0003}.style-module__7tWcVq__ctaSection .style-module__7tWcVq__ctaArrow{transition:transform .3s}.style-module__7tWcVq__ctaSection .style-module__7tWcVq__ctaButton:hover .style-module__7tWcVq__ctaArrow{transform:translate(5px)}.style-module__7tWcVq__ctaSection .style-module__7tWcVq__ctaNote{opacity:.8;font-size:.9rem}
.style-module__KDKH9G__footer{background-color:rgb(var(--color-primary-dark));color:#fff;width:100vw;padding:4rem;overflow:hidden}@media (max-width:62rem){.style-module__KDKH9G__footer{margin-top:4rem;padding:2rem}}@media (max-width:26rem){.style-module__KDKH9G__footer{padding:1rem}}.style-module__KDKH9G__layout{max-width:60rem;margin:auto}.style-module__KDKH9G__layout a{color:#fff;text-decoration:none}.style-module__KDKH9G__navigation{grid-template-columns:repeat(4,1fr);display:grid}@media (max-width:38rem){.style-module__KDKH9G__navigation{grid-template-columns:repeat(2,1fr)}}@media (max-width:26rem){.style-module__KDKH9G__navigation{grid-template-columns:1fr}}.style-module__KDKH9G__navigation .style-module__KDKH9G__item{text-align:center;cursor:pointer;padding:.5rem;font-size:.9rem}.style-module__KDKH9G__copyright{text-align:center;color:#ccdddb;margin-top:3rem;font-size:.8rem;line-height:2rem}.style-module__KDKH9G__copyright svg{vertical-align:text-bottom;color:#fff;font-size:1rem}.style-module__KDKH9G__copyright a{color:#fff;font-weight:900}.style-module__KDKH9G__LanguageSwitcher{max-width:20rem;margin:2rem auto 0}.style-module__KDKH9G__LanguageSwitcherSelect [class$=-menu]{border:solid 2px rgb(var(--color-primary-light));border-radius:1rem;overflow:hidden}.style-module__KDKH9G__LanguageSwitcherSelect [class$=-menu] [role=listbox]{padding:0!important}.style-module__KDKH9G__LanguageSwitcherSelect a{margin:-8px -12px;padding:8px 12px;display:flex}.style-module__KDKH9G__LanguageSwitcherOption{align-items:center;padding:.5rem;font-size:.9rem;display:flex}.style-module__KDKH9G__LanguageSwitcherOption img{object-fit:cover;border-radius:.25rem;width:1.5rem;height:1.25rem;margin-right:1rem}
.style-module__vdZzLG__main{color:rgb(var(--color-text-on-background));flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden auto}.style-module__vdZzLG__main .style-module__vdZzLG__mainContentContainer{flex-direction:column;flex:1;align-items:flex-start;gap:1rem;padding:0 2rem 2rem;display:flex}.style-module__vdZzLG__main .style-module__vdZzLG__mainContentContainer :has(.style-module__vdZzLG__subMenu){flex-direction:row;overflow:hidden}.style-module__vdZzLG__main .style-module__vdZzLG__mainContentContainer .style-module__vdZzLG__--horizontal{flex-direction:row}.style-module__vdZzLG__mainScrollWrap{max-height:100svh;overflow:hidden auto}
