.cw-root{--font-geist-sans:"Geist",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--font-geist-mono:"Geist Mono",ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;--background:#fff;--foreground:#122036;color:var(--foreground);background:var(--background);font-family:var(--font-geist-sans);font-size:16px;font-weight:400;font-style:normal;line-height:1.5;letter-spacing:normal;text-align:left;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.cw-root,.cw-root *,.cw-root :after,.cw-root :before{box-sizing:border-box}.cw-root *{margin:0;padding:0}.cw-root h1,.cw-root h2,.cw-root h3,.cw-root h4,.cw-root h5,.cw-root h6{font-family:inherit;font-weight:700;color:inherit;line-height:1.2;letter-spacing:normal}.cw-root h1{font-size:2em}.cw-root h2{font-size:1.5em}.cw-root h3{font-size:1.17em}.cw-root h4{font-size:1em}.cw-root h5{font-size:.83em}.cw-root h6{font-size:.67em}.cw-root p{font-family:inherit;font-size:inherit;line-height:inherit;color:inherit}.cw-root a{color:inherit;text-decoration:none}.cw-root ol,.cw-root ul{list-style-position:outside}.cw-root canvas,.cw-root img,.cw-root svg,.cw-root video{max-width:100%;vertical-align:middle}.cw-root button,.cw-root input,.cw-root select,.cw-root textarea{font-family:inherit;font-size:inherit;line-height:inherit;letter-spacing:inherit;color:inherit}.cw-root hr{opacity:1;margin:0}.cw-root .navbar{width:100%;min-height:72px;padding:0 28px;background:#fff;z-index:1000;border-bottom:1px solid #edf1f4;box-sizing:border-box}.cw-root .navbar .hamburgerMenu{display:none;width:40px;height:40px;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}.cw-root .navbar .hamburgerMenu .bar{width:22px;height:2px;background:#273746;border-radius:10px;transition:all .2s ease}.cw-root .navbar .hamburgerMenu:hover .bar{background:#0b94a8}.cw-root .navbar .brand{display:flex;align-items:center;flex-shrink:0;text-decoration:none}.cw-root .navbar .brand .brandMark{width:240px;height:44px;object-fit:contain;display:block}.cw-root .navbar .navLinks{margin-left:auto;display:flex;align-items:center;gap:28px}.cw-root .navbar .navLinks a{position:relative;display:inline-flex;align-items:center;gap:6px;color:#374151;font-size:15px;font-weight:500;line-height:1;text-decoration:none;white-space:nowrap;transition:color .2s ease}.cw-root .navbar .navLinks a:hover{color:#0795a9}.cw-root .navbar .navLinks a .chevron{width:7px;height:7px;display:inline-block;border-right:1.5px solid;border-bottom:1.5px solid;transform:rotate(45deg);position:relative;top:-2px;transition:transform .2s ease}.cw-root .navbar .navLinks a:hover .chevron{transform:rotate(45deg) translate(1px,1px)}.cw-root .navbar .navLinks .navDropdownWrapper{position:relative;display:flex;align-items:center;height:100%}.cw-root .navbar .navLinks .navDropdownWrapper:after{content:"";position:absolute;top:100%;left:0;right:0;height:25px;background:transparent}.cw-root .navbar .navLinks .navDropdownWrapper>a{display:inline-flex;align-items:center}.cw-root .navbar .navLinks .navDropdownWrapper .exploreDropdown{position:absolute;top:calc(100% + 15px);left:-50px;width:900px;background:#fff;border:1px solid #e5edef;border-radius:12px;box-shadow:0 10px 30px rgba(30,70,80,.12);display:flex;z-index:1200;animation:headerProfileDropdownIn .2s ease-out}.cw-root .navbar .navLinks .navDropdownWrapper .exploreDropdown .exploreStreams{width:30%;background:#f8fafc;border-right:1px solid #e5edef;max-height:480px;overflow-y:auto}.cw-root .navbar .navLinks .navDropdownWrapper .exploreDropdown .exploreStreams::-webkit-scrollbar{width:6px}.cw-root .navbar .navLinks .navDropdownWrapper .exploreDropdown .exploreStreams::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.cw-root .navbar .navLinks .navDropdownWrapper .exploreDropdown .exploreStreams .streamItem{padding:18px 24px;font-size:14.5px;font-weight:600;color:#475569;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .2s;border-bottom:1px solid #f1f5f9}.cw-root .navbar .navLinks .navDropdownWrapper .exploreDropdown .exploreStreams .streamItem .streamArrow{font-style:normal;opacity:0;transform:translateX(-5px);transition:all .2s}.cw-root .navbar .navLinks .navDropdownWrapper .exploreDropdown .exploreStreams .streamItem.active,.cw-root .navbar .navLinks .navDropdownWrapper .exploreDropdown .exploreStreams .streamItem:hover{background:#fff;color:#0891b2;border-left:3px solid #0891b2;padding-left:21px}.cw-root .navbar .navLinks .navDropdownWrapper .exploreDropdown .exploreStreams .streamItem.active .streamArrow,.cw-root .navbar .navLinks .navDropdownWrapper .exploreDropdown .exploreStreams .streamItem:hover .streamArrow{opacity:1;transform:translateX(0)}.cw-root .navbar .navLinks .navDropdownWrapper .exploreDropdown .exploreCourses{width:70%;padding:30px;max-height:480px;overflow-y:auto;display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:min-content;grid-gap:20px;gap:20px;background:#fdfdfd}.cw-root .navbar .navLinks .navDropdownWrapper .exploreDropdown .exploreCourses::-webkit-scrollbar{width:6px}.cw-root .navbar .navLinks .navDropdownWrapper .exploreDropdown .exploreCourses::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.cw-root .navbar .navLinks .navDropdownWrapper .exploreDropdown .exploreCourses .courseCard{display:flex;align-items:flex-start;gap:16px;padding:20px;background:#fff;border:1px solid #e5edef;border-radius:12px;text-decoration:none;transition:all .2s ease;box-shadow:0 4px 6px rgba(0,0,0,.02)}.cw-root .navbar .navLinks .navDropdownWrapper .exploreDropdown .exploreCourses .courseCard:hover{border-color:#0891b2;transform:translateY(-3px);box-shadow:0 10px 24px rgba(8,145,178,.08)}.cw-root .navbar .navLinks .navDropdownWrapper .exploreDropdown .exploreCourses .courseCard:hover .courseIcon{background:#0891b2;color:#fff;transform:scale(1.05)}.cw-root .navbar .navLinks .navDropdownWrapper .exploreDropdown .exploreCourses .courseCard:hover .courseLinkText{color:#0891b2}.cw-root .navbar .navLinks .navDropdownWrapper .exploreDropdown .exploreCourses .courseCard .courseIcon{flex-shrink:0;width:44px;height:44px;border-radius:10px;background:#f1f5f9;color:#64748b;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.cw-root .navbar .navLinks .navDropdownWrapper .exploreDropdown .exploreCourses .courseCard .courseIcon svg{width:22px;height:22px}.cw-root .navbar .navLinks .navDropdownWrapper .exploreDropdown .exploreCourses .courseCard .courseContent{display:flex;flex-direction:column;gap:6px}.cw-root .navbar .navLinks .navDropdownWrapper .exploreDropdown .exploreCourses .courseCard .courseContent h4{font-size:15px;font-weight:600;color:#1e293b;margin:0;line-height:1.3}.cw-root .navbar .navLinks .navDropdownWrapper .exploreDropdown .exploreCourses .courseCard .courseContent .courseLinkText{font-size:13px;font-weight:600;color:#94a3b8;transition:color .2s ease}.cw-root .navbar .navActions{margin-left:28px;display:flex;align-items:center;gap:14px;flex-shrink:0}.cw-root .navbar .login{height:42px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;color:#374151;font-family:inherit;font-size:15px;font-weight:600;text-decoration:none;cursor:pointer;transition:color .2s ease}.cw-root .navbar .login:hover{color:#0795a9}.cw-root .navbar .expertButton{min-height:42px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;gap:1px;border-radius:9px;background:#0795a9;color:#fff;font-size:14px;font-weight:600;line-height:1;text-decoration:none;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.cw-root .navbar .expertButton:hover{background:#078498;color:#fff;transform:translateY(-1px);box-shadow:0 5px 15px rgba(7,149,169,.18)}.cw-root .navbar .expertButton .buttonArrow{font-size:18px;line-height:1;transition:transform .2s ease}.cw-root .navbar .expertButton:hover .buttonArrow{transform:translateX(3px)}.cw-root .navbar .headerProfile{position:relative;display:inline-flex;align-items:center;z-index:1100}.cw-root .navbar .headerProfileButton{height:42px;min-width:145px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(14,162,182,.16);border-radius:11px;background:linear-gradient(135deg,#effcff,#e5f8fc);color:#087f98;font-family:inherit;font-size:15px;font-weight:600;line-height:1;cursor:pointer;box-shadow:0 2px 8px rgba(20,150,170,.07);transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease}.cw-root .navbar .headerProfileButton:hover{background:linear-gradient(135deg,#e8faff,#dcf6fa);border-color:rgba(14,162,182,.28);color:#06758d;box-shadow:0 5px 16px rgba(20,150,170,.13);transform:translateY(-1px)}.cw-root .navbar .headerProfileButton.active{background:#e2f7fb;border-color:rgba(14,162,182,.28);color:#06758d;box-shadow:0 5px 16px rgba(20,150,170,.12)}.cw-root .navbar .headerUserIcon{width:21px;height:21px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#0b91a8}.cw-root .navbar .headerUserIcon svg{width:18px;height:18px;display:block}.cw-root .navbar .headerUserName{max-width:85px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#087f98;font-size:15px;font-weight:600;line-height:1}.cw-root .navbar .headerProfileArrow{width:15px;height:15px;flex-shrink:0;color:#16899f;transition:transform .25s ease}.cw-root .navbar .headerProfileArrow.rotate{transform:rotate(180deg)}.cw-root .navbar .headerProfileDropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:180px;padding:4px 0;background:#fff;border:1px solid #e5edef;border-radius:12px;box-shadow:0 10px 25px rgba(30,70,80,.1),0 4px 12px rgba(30,70,80,.06);overflow:hidden;animation:headerProfileDropdownIn .18s ease-out}.cw-root .navbar .headerProfileDropdown:before{content:"";position:absolute;top:-6px;right:30px;width:11px;height:11px;background:#fff;border-left:1px solid #e5edef;border-top:1px solid #e5edef;transform:rotate(45deg);z-index:0}.cw-root .navbar .profileDropdownSection{position:relative;z-index:1;padding:4px}.cw-root .navbar .profileDropdownItem{width:100%;min-height:44px;padding:7px 13px;display:flex;align-items:center;gap:12px;border:none;border-radius:7px;background:transparent;color:#56616c;font-family:inherit;font-size:16px;font-weight:400;line-height:1.3;text-align:left;text-decoration:none;cursor:pointer;box-sizing:border-box;transition:background .18s ease,color .18s ease}.cw-root .navbar .profileDropdownItem:hover{background:#effbfc;color:#07839d}.cw-root .navbar .profileDropdownIcon{width:22px;height:22px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#66727c;transition:color .18s ease}.cw-root .navbar .profileDropdownIcon svg{width:20px;height:20px;display:block}.cw-root .profileDropdownItem:hover .navbar .profileDropdownIcon{color:#07839d}.cw-root .navbar .profileLogout{color:#56616c}.cw-root .navbar .profileLogout:hover{background:#fff4f4;color:#dc3545}.cw-root .navbar .profileLogout:hover .profileDropdownIcon{color:#dc3545}.cw-root .navbar .profileDropdownDivider{height:1px;margin:5px 13px 4px;background:#edf0f2}.cw-root .navbar .contactSection{padding-bottom:5px}.cw-root .navbar .profileContactItem{min-height:42px;padding:6px 13px;display:flex;align-items:center;gap:12px;border-radius:7px;color:#56616c;font-size:15px;font-weight:400;line-height:1.35;text-decoration:none;box-sizing:border-box;transition:background .18s ease,color .18s ease}.cw-root .navbar .profileContactItem:hover{background:#effbfc;color:#07839d}.cw-root .navbar .profileContactIcon{width:22px;height:22px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#64717b}.cw-root .navbar .profileContactIcon svg{width:19px;height:19px;display:block}.cw-root .navbar .profileContactIcon.whatsapp{color:#20c968}@keyframes headerProfileDropdownIn{0%{opacity:0;transform:translateY(-7px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:1200px){.cw-root .navbar{padding:0 20px}.cw-root .navbar .navLinks{gap:20px}.cw-root .navbar .navLinks a{font-size:14px}.cw-root .navbar .navActions{margin-left:18px}.cw-root .navbar .brand .brandMark{width:210px;height:auto}}@media(max-width:1000px){.cw-root .navbar .navLinks{gap:15px}.cw-root .navbar .navActions{gap:8px}.cw-root .navbar .expertButton{padding:0 12px;font-size:13px}.cw-root .navbar .headerProfileButton{min-width:135px;padding:0 11px}.cw-root .navbar .headerUserName{max-width:80px}}@media(max-width:850px){.cw-root .navbar{min-height:66px;padding:0 16px}.cw-root .navbar .hamburgerMenu{display:flex;margin-right:12px}.cw-root .navbar .brand .brandMark{width:190px;height:auto}.cw-root .navbar .navLinks{display:none}.cw-root .navbar .navActions{margin-left:auto}.cw-root .navbar .expertButton{min-height:40px;padding:0 11px;font-size:13px}.cw-root .navbar .login{height:40px;padding:0 8px;font-size:14px}}@media(max-width:768px){.cw-root .navbar{min-height:64px;padding:0 12px}.cw-root .navbar .hamburgerMenu{width:36px;height:36px;margin-right:8px}.cw-root .navbar .brand .brandMark{width:170px;height:auto}.cw-root .navbar .navActions{gap:7px}.cw-root .navbar .expertButton{min-height:38px;padding:0 9px;border-radius:8px;font-size:12px}.cw-root .navbar .expertButton .buttonArrow{font-size:16px}.cw-root .navbar .headerProfileButton{min-width:auto;height:40px;padding:0 11px;gap:6px;border-radius:10px}.cw-root .navbar .headerProfileButton .headerUserName{max-width:70px}.cw-root .navbar .headerProfileDropdown{position:fixed;top:70px;right:12px;width:calc(100vw - 24px);max-width:350px}}@media(max-width:600px){.cw-root .navbar .brand .brandMark{width:145px}.cw-root .navbar .expertButton{display:none}.cw-root .navbar .headerProfileButton .headerUserName{max-width:65px}}@media(max-width:480px){.cw-root .navbar{min-height:60px;padding:0 9px}.cw-root .navbar .hamburgerMenu{width:34px;height:34px;margin-right:5px}.cw-root .navbar .brand .brandMark{width:135px}.cw-root .navbar .navActions{gap:5px}.cw-root .navbar .login{height:36px;padding:0 7px;font-size:13px}.cw-root .navbar .headerProfileButton{height:38px;padding:0 9px;gap:5px;border-radius:9px}.cw-root .navbar .headerProfileButton .headerUserIcon{width:18px;height:18px}.cw-root .navbar .headerProfileButton .headerUserIcon svg{width:16px;height:16px}.cw-root .navbar .headerProfileButton .headerUserName{max-width:60px;font-size:13px}.cw-root .navbar .headerProfileButton .headerProfileArrow{width:13px;height:13px}.cw-root .navbar .headerProfileDropdown{top:64px;right:8px;width:calc(100vw - 16px);max-width:none}.cw-root .navbar .profileDropdownTitle{padding:8px 12px 9px;font-size:15px}.cw-root .navbar .profileDropdownItem{min-height:43px;padding:7px 12px;font-size:15px}.cw-root .navbar .profileContactItem{min-height:41px;padding:6px 12px;font-size:14px}}@media(max-width:360px){.cw-root .navbar{padding:0 7px}.cw-root .navbar .brand .brandMark{width:120px}.cw-root .navbar .headerProfileButton{padding:0 8px}.cw-root .navbar .headerProfileButton .headerUserName{max-width:50px}.cw-root .navbar .headerProfileDropdown{right:6px;width:calc(100vw - 12px)}}.cw-root .carousel-cell{display:grid;grid-template-columns:49% 51%}.cw-root .hero h1 em{color:#079db4}.cw-root .metrics{position:relative;display:flex;flex-direction:column;align-items:center;gap:16px;max-width:1298px;min-height:128px;margin:-1px auto 0;padding:20px 0;overflow:hidden}.cw-root .metrics h2{color:#122036;font-size:32px;font-weight:700;line-height:1.35;text-align:center;padding:25px 0}.cw-root .metricsAccent{color:#079db4}.cw-root .logoViewport{width:100%;min-width:0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}.cw-root .logoTrack{display:flex;align-items:center;width:max-content;animation:alumniSlide 70s linear infinite}.cw-root .logoTrack:hover{animation-play-state:paused}.cw-root .collegeLogoItem{display:flex;align-items:center;justify-content:center;width:160px;height:64px;transition:transform .25s ease}.cw-root .collegeLogoItem:hover{transform:translateY(-2px) scale(1.05)}.cw-root .collegeLogoImg{width:100%;height:100%;object-fit:contain}@keyframes alumniSlide{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media(prefers-reduced-motion:reduce){.cw-root .logoTrack{animation:none}}@media(max-width:720px){.cw-root .metrics{min-height:126px;padding:17px 0}.cw-root .metrics h2{margin-top:0;font-size:22px;padding:15px 0}.cw-root .logoTrack{gap:18px;padding-right:18px}.cw-root .collegeLogoItem{width:115px;height:53px}}.cw-root .universitiesSection{background:#f8fbff;padding:80px 42px;text-align:center}.cw-root .uniContainer{max-width:1298px;margin:0 auto}.cw-root .uniEyebrow{display:inline-flex;align-items:center;gap:6px;padding:6px 16px;border-radius:20px;background:#e5f7f8;color:#079db4;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin-bottom:24px}.cw-root .uniTitle{font-size:clamp(32px,4vw,44px);font-weight:700;color:#122036;line-height:1.2;letter-spacing:-1.2px;margin-bottom:16px}.cw-root .uniTitle .uniHighlight{color:#079db4}.cw-root .uniSubtitle{font-size:16px;color:#647085;max-width:600px;margin:0 auto 48px;line-height:1.5}.cw-root .uniGrid{display:grid;grid-template-columns:repeat(8,1fr);grid-auto-rows:132px;grid-gap:24px 16px;gap:24px 16px;margin-bottom:48px}.cw-root .uniCard{background:url(/assets/images/chat-bubble.png) 50%/100% 100% no-repeat;min-width:0;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:transform .25s ease;height:100%;position:relative}.cw-root .uniCard:hover{transform:translateY(-3px)}.cw-root .uniLogo{position:relative;width:68%;height:48%;min-height:34px;max-height:58px;z-index:1}.cw-root .uniLogo img{object-fit:contain}.cw-root .uniDetails{width:100%;min-width:0;text-align:center}.cw-root .uniCardCourses{display:block;margin-bottom:3px;color:#8b97a8;font-size:9px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.cw-root .uniCardName{display:block;display:-webkit-box;overflow:hidden;color:#122036;font-size:clamp(9px,.8vw,11px);font-weight:700;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow-wrap:anywhere}.cw-root .uniViewAllBtn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:#079db4;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.cw-root .uniViewAllBtn:hover{background:#068a9e}@media(max-width:1200px){.cw-root .uniGrid{grid-template-columns:repeat(6,1fr)}}@media(max-width:1024px){.cw-root .uniGrid{grid-template-columns:repeat(4,1fr)}.cw-root .universitiesSection{padding:60px 32px}}@media(max-width:720px){.cw-root .uniGrid{grid-template-columns:repeat(2,1fr);gap:24px 12px;grid-auto-rows:140px}.cw-root .universitiesSection{padding:40px 20px}.cw-root .uniCard{padding:16px 14px 20px}.cw-root .uniLogo{width:64%;height:44%;max-height:54px}.cw-root .uniCardName{font-size:9px}}.cw-root .mentorSection{position:relative}.cw-root .msContainer{max-width:1300px;margin:0 auto}.cw-root .msHeaderCenter{text-align:center;margin-bottom:20px}.cw-root .msTitleCenter{font-size:clamp(32px,4vw,44px);font-weight:700;color:#122036;line-height:1.2;margin-bottom:16px;padding-top:40px}.cw-root .msLedeCenter{font-size:16px;color:#647085;line-height:1.6}.cw-root .msGrid{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:20px;padding:40px 0}.cw-root .mentorCard{width:280px;height:420px;background:linear-gradient(180deg,#1e40af,#1e3a8a);border-radius:20px;overflow:hidden;position:relative;display:flex;flex-direction:column;box-shadow:-10px 10px 20px rgba(0,0,0,.15),inset 0 0 0 1px hsla(0,0%,100%,.1);color:#fff;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),z-index .4s}.cw-root .mentorImageWrapper{position:relative;flex:1 1;width:100%}.cw-root .mentorImg{object-fit:cover;opacity:1}.cw-root .mentorOverlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(15,23,42,.95));z-index:1}.cw-root .mentorRating{position:absolute;top:16px;left:16px;background:hsla(0,0%,100%,.9);color:#122036;border-radius:8px;padding:6px 10px;display:flex;align-items:center;gap:6px;font-weight:700;font-size:14px;z-index:2;box-shadow:0 4px 12px rgba(0,0,0,.1);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.cw-root .mentorVerified{position:absolute;top:70px;left:16px;z-index:2}.cw-root .mentorVerified .verifiedBadge{width:40px;height:40px;background:radial-gradient(circle,#fcd34d 0,#b45309 100%);border-radius:50%;display:flex;justify-content:center;align-items:center;box-shadow:0 4px 10px rgba(0,0,0,.2);border:2px solid #fef3c7;position:relative}.cw-root .mentorVerified .verifiedBadge:after{content:"";position:absolute;inset:-2px;border:2px dashed #b45309;border-radius:50%}.cw-root .playButtonWrapper{position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);z-index:2;opacity:1}.cw-root .playButton{width:56px;height:56px;border-radius:50%;background:hsla(0,0%,100%,.2);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:2px solid #fff;color:#fff;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:background .2s}.cw-root .playButton:hover{background:hsla(0,0%,100%,.4)}.cw-root .mentorInfo{position:absolute;bottom:0;left:0;right:0;padding:24px 20px;z-index:2}.cw-root .mentorInfo h3{font-size:22px;font-weight:700;margin-bottom:6px;text-shadow:0 2px 4px rgba(0,0,0,.5)}.cw-root .mentorInfo p{font-size:14px;color:#e2e8f0;margin-bottom:16px}.cw-root .mentorTags{display:flex;gap:8px;flex-wrap:wrap}.cw-root .tag{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:12px;padding:6px 10px;font-size:11px;display:flex;align-items:center;gap:4px;font-weight:600;color:#fff}@media(max-width:600px){.cw-root .msGrid{flex-direction:column}.cw-root .mentorCard{width:100%;max-width:320px}}.cw-root .courseFilterSection{max-width:1298px;width:100%;margin:60px auto;padding:0 42px;box-sizing:border-box}@media(max-width:1024px){.cw-root .courseFilterSection{padding:0 20px;margin:40px auto}}@media(max-width:640px){.cw-root .courseFilterSection{padding:0 16px;margin:30px auto}}.cw-root .cfHeader{text-align:center;margin-bottom:40px}.cw-root .cfEyebrow{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:20px;border:1px solid #d8e0e4;color:#079db4;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin-bottom:16px;background:#f7ffff}.cw-root .cfTitle{font-size:clamp(28px,4vw,42px);font-weight:700;color:#122036;line-height:1.1;letter-spacing:-1.2px;margin-bottom:12px}.cw-root .cfSubtitle{font-size:15px;color:#647085;max-width:600px;margin:0 auto;line-height:1.5}.cw-root .cfLayout{display:grid;grid-template-columns:280px 1fr;grid-gap:32px;gap:32px;align-items:start;width:100%;box-sizing:border-box}.cw-root .cfSidebar{display:flex;flex-direction:column;gap:24px;width:100%;box-sizing:border-box;min-width:0}.cw-root .cfMobileScrollControls{width:100%}.cw-root .cfScrollBtn{display:none}.cw-root .cfCategoryList{display:flex;flex-direction:column;gap:8px;background:transparent;border:none;border-radius:0;box-shadow:none}.cw-root .cfCategoryItem{display:flex;flex-direction:column;align-items:flex-start;padding:12px 16px;cursor:pointer;border-radius:12px;border:1px solid transparent;transition:all .2s;background:#fff;text-align:left;width:100%;box-sizing:border-box;box-shadow:0 1px 4px rgba(18,32,54,.04)}.cw-root .cfCategoryItem:hover:not(.active){background:#f8fafc;border-color:#e2e8f0}.cw-root .cfCategoryItem.active{background:#079db4;color:#fff;box-shadow:0 4px 14px rgba(7,157,180,.25)}.cw-root .cfCategoryItem.active .cfCatTitle{color:#fff;font-weight:700}.cw-root .cfCategoryItem.active .cfCatPill{background:#fff;color:#079db4;font-weight:600}.cw-root .cfCatTitle{font-size:15px;font-weight:600;color:#122036;transition:color .2s;line-height:1.2}.cw-root .cfCatPill{display:inline-block;padding:3px 10px;border-radius:999px;background:#eef8fa;color:#079db4;font-size:11px;font-weight:600;margin-top:6px;line-height:1.2;transition:all .2s}.cw-root .cfExpertCard{background:#f8fbff;border:1px solid #e3edf6;border-radius:16px;padding:24px;text-align:left;position:relative;overflow:hidden}.cw-root .cfExpertTitle{font-size:15px;font-weight:700;color:#122036;line-height:1.3;margin-bottom:8px;max-width:140px}.cw-root .cfExpertDesc{font-size:12px;color:#647085;line-height:1.5;margin-bottom:20px;max-width:140px}.cw-root .cfExpertBtn{display:inline-block;padding:8px 16px;border:1px solid #079db4;color:#079db4;border-radius:8px;font-size:12px;font-weight:600;background:#fff;transition:all .2s;cursor:pointer}.cw-root .cfExpertBtn:hover{background:#079db4;color:#fff}.cw-root .cfExpertImg{position:absolute;bottom:0;right:-10px;width:110px;height:auto}.cw-root .cfMain{display:flex;flex-direction:column;gap:24px;width:100%;min-width:0;box-sizing:border-box}.cw-root .cfTopBanner{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid #e3e9ec;border-radius:16px;box-shadow:0 4px 15px rgba(21,62,81,.02)}.cw-root .cfFeature{display:flex;align-items:center;gap:12px;padding:20px 24px;border-right:1px solid #f0f4f5}.cw-root .cfFeature:last-child{border-right:none}.cw-root .cfFeatureIcon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;flex-shrink:0}.cw-root .cff-1{background:#e6f6f5;color:#1fbca7}.cw-root .cff-2{background:#fef0df;color:#d68725}.cw-root .cff-3{background:#e5f7fa;color:#079db4}.cw-root .cff-4{background:#fff4e5;color:#f5a623}.cw-root .cfFeatureText{display:flex;flex-direction:column}.cw-root .cfFeatureTitle{font-size:13px;font-weight:700;color:#122036}.cw-root .cfFeatureSub{font-size:11px;color:#8b97a8;margin-top:2px}.cw-root .cfGridWrapper{width:100%}.cw-root .cfGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(145px,1fr));grid-gap:4px;gap:4px;width:100%;max-width:895px;box-sizing:border-box}.cw-root .cfCard{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:6px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;box-shadow:0 1px 3px rgba(18,32,54,.04);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;width:100%;height:108px;min-height:108px;max-height:108px;box-sizing:border-box;text-align:center;position:relative;overflow:hidden}.cw-root .cfCard:hover{transform:translateY(-2px);box-shadow:0 6px 14px rgba(7,157,180,.15);border-color:#079db4}.cw-root .cfBadge{display:inline-flex;align-items:center;justify-content:center;gap:3px;height:16px;padding:0 5px;border-radius:999px;font-size:8px;font-weight:600;white-space:nowrap;line-height:1;max-width:95%;overflow:hidden;text-overflow:ellipsis;flex-shrink:0;margin-bottom:2px}.cw-root .cfBadgeGreen{background:#e0f7fa;color:#087f98}.cw-root .cfBadgePeach{background:#f1f5f9;color:#475569}.cw-root .cfCardIcon{display:flex;align-items:center;justify-content:center;color:#079db4;flex-shrink:0;margin:1px 0}.cw-root .cfCardIcon,.cw-root .cfCardIcon svg{width:20px;height:20px}.cw-root .cfCardTitle{font-size:11px;color:#122036;line-height:1.2;margin:0;height:26px;display:flex;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-word;padding:0 2px}.cw-root .cfCardBtn,.cw-root .cfCardTitle{font-weight:600;align-items:center;justify-content:center;text-align:center}.cw-root .cfCardBtn{display:flex;width:100%;height:22px;padding:0 4px;background:#079db4;color:#fff!important;border:none;border-radius:6px;font-size:9.5px;cursor:pointer;transition:background .2s ease;text-decoration:none!important;line-height:1;box-sizing:border-box;white-space:nowrap;flex-shrink:0}.cw-root .cfCardBtn:hover{background:#068397;color:#fff!important}.cw-root .cfBottomBanner{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #e3e9ec;border-radius:16px;padding:24px;box-shadow:0 4px 15px rgba(21,62,81,.02);width:100%;box-sizing:border-box}.cw-root .cfbbLeft{display:flex;flex-direction:column}.cw-root .cfbbTitle{font-size:16px;font-weight:700;color:#122036;margin-bottom:16px}.cw-root .cfbbSteps{display:flex;align-items:center;gap:16px}.cw-root .cfbbStep{display:flex;align-items:center;gap:12px}.cw-root .cfbbStepIcon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#079db4;color:#fff;flex-shrink:0}.cw-root .cfbbStepText{display:flex;flex-direction:column}.cw-root .cfbbStepTitle{font-size:12px;font-weight:700;color:#122036}.cw-root .cfbbStepSub{font-size:10px;color:#647085;margin-top:2px}.cw-root .cfbbArrow{color:#c1c9d2;flex-shrink:0}.cw-root .cfbbRight{display:flex;flex-direction:column;align-items:center;background:#f4f7fa;padding:16px 32px;border-radius:12px;border:1px solid #eef2f5;flex-shrink:0}.cw-root .cfbbRightLabel{font-size:11px;color:#647085}.cw-root .cfbbRightCount{font-size:18px;font-weight:800;color:#122036;margin:4px 0 12px}.cw-root .cfbbBtn{padding:10px 24px;background:#079db4;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s}.cw-root .cfbbBtn:hover{background:#068a9e}@media(max-width:1200px){.cw-root .cfTopBanner{grid-template-columns:repeat(2,1fr)}.cw-root .cfFeature:nth-child(2){border-right:none}.cw-root .cfFeature:first-child,.cw-root .cfFeature:nth-child(2){border-bottom:1px solid #f0f4f5}}@media(max-width:1024px){.cw-root .cfLayout{display:flex;flex-direction:column;gap:20px}.cw-root .cfLayout,.cw-root .cfSidebar{width:100%;max-width:100%;min-width:0}.cw-root .cfMobileScrollControls{display:flex;align-items:center;gap:6px;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}.cw-root .cfScrollBtn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#fff;border:1.5px solid #dce4e8;color:#079db4;cursor:pointer;flex-shrink:0;box-shadow:0 2px 6px rgba(0,0,0,.05);transition:all .2s}.cw-root .cfScrollBtn:hover{background:#f0fdfa;border-color:#079db4}.cw-root .cfCategoryList{display:flex;flex-direction:row;flex:1 1;min-width:0;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;gap:8px;padding:4px 2px;border:none;box-shadow:none;background:transparent}.cw-root .cfCategoryList::-webkit-scrollbar{display:none}.cw-root .cfCategoryItem{display:inline-flex;align-items:center;justify-content:center;width:auto;border:1.5px solid #dce4e8;border-radius:30px;padding:8px 16px;background:#fff;color:#122036;font-size:13px;font-weight:600;flex-shrink:0;white-space:nowrap;cursor:pointer;box-sizing:border-box;transition:all .2s}.cw-root .cfCategoryItem .cfCatArrow,.cw-root .cfCategoryItem .cfCatIcon,.cw-root .cfCategoryItem .cfCatSub{display:none}.cw-root .cfCategoryItem.active{background:#079db4;border-color:#079db4;color:#fff;box-shadow:0 2px 8px rgba(7,157,180,.25)}.cw-root .cfExpertCard{display:none}.cw-root .cfTopBanner{display:none!important}.cw-root .cfBottomBanner{gap:20px}.cw-root .cfBottomBanner,.cw-root .cfbbSteps{display:flex;flex-direction:column;align-items:flex-start;width:100%}.cw-root .cfbbSteps{gap:14px}.cw-root .cfbbArrow{transform:rotate(90deg);margin-left:12px}.cw-root .cfbbRight{width:100%;box-sizing:border-box}}.cw-root .careerMap{position:relative;overflow:hidden;padding:80px 0 64px;background:linear-gradient(180deg,#f0fcfe,#f7ffff 40%,#fff)}.cw-root .careerMapShell{width:100%;max-width:1440px;margin:0 auto;padding:0 60px}.cw-root .cmHeader{display:flex;flex-direction:column;gap:28px}@media(min-width:1024px){.cw-root .cmHeader{flex-direction:row;align-items:flex-end;justify-content:space-between}}.cw-root .cmHeaderText{max-width:680px}.cw-root .cmLabel{display:flex;align-items:center;gap:8px;margin-bottom:16px;font-family:monospace;font-size:12px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:#647085}.cw-root .cmDot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#079db4}.cw-root .cmTitle{font-size:clamp(30px,4vw,50px);font-weight:700;line-height:1.05;letter-spacing:-1.5px;color:#122036}.cw-root .cmTitle em{color:#079db4;font-style:italic}.cw-root .cmLede{margin-top:18px;max-width:540px;font-size:15px;line-height:1.65;color:#647085}.cw-root .cmTabs{display:flex;gap:8px;flex-shrink:0}.cw-root .cmTab{padding:9px 18px;border-radius:20px;border:1px solid #d8e0e4;background:#fff;color:#647085;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s;white-space:nowrap}.cw-root .cmTab:hover{border-color:#079db4;color:#122036}.cw-root .cmTabActive{border-color:#079db4;background:#079db4;color:#fff}.cw-root .cmSubtitle{margin-top:32px;font-family:monospace;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:#8b97a8}.cw-root .cmTree{display:none;margin-top:28px}@media(min-width:1024px){.cw-root .cmTree{display:block}}.cw-root .cmTreeInner{position:relative}.cw-root .cmSvg{width:100%;height:auto;overflow:visible}.cw-root .cmRootLabel{fill:#122036;font-size:23px;font-weight:700}.cw-root .cmBranchNode{cursor:pointer}.cw-root .cmBranchLabel{fill:#8b97a8;font-size:15px;transition:fill .35s}.cw-root .cmBranchLabelOn{fill:#122036}.cw-root .cmLeafLabel{fill:#122036;font-size:14px}.cw-root .cmLeafBand{fill:#079db4;font-family:monospace;font-size:10.5px}.cw-root .cmMobile{display:block;margin-top:32px}@media(min-width:1024px){.cw-root .cmMobile{display:none}}.cw-root .cmMobileList{list-style:none;display:flex;flex-direction:column;gap:10px}.cw-root .cmMobileBtn{display:flex;width:100%;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border-radius:12px;border:1px solid #e3e9ec;background:#fff;text-align:left;cursor:pointer;transition:border-color .3s,background .3s}.cw-root .cmMobileBtnOpen{border-color:rgba(7,157,180,.4);background:rgba(7,157,180,.04)}.cw-root .cmMobileBtnLeft{display:flex;align-items:center;gap:10px;min-width:0}.cw-root .cmMobileDot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#8b97a8;flex-shrink:0;transition:background .3s}.cw-root .cmMobileDotOpen{background:#079db4}.cw-root .cmMobileBtnText{font-size:15px;color:#122036;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cw-root .cmMobileCount{flex-shrink:0;font-family:monospace;font-size:11px;color:#8b97a8}.cw-root .cmMobileLeaves{list-style:none;overflow:hidden}.cw-root .cmMobileLeavesInner{margin-left:7px;margin-top:8px;padding-left:20px;padding-top:4px;border-left:1px solid rgba(7,157,180,.25);display:flex;flex-direction:column;gap:8px}.cw-root .cmMobileLeaf{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:6px 0}.cw-root .cmMobileLeafLabel{font-size:14px;color:#122036;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.cw-root .cmMobileLeafBand{flex-shrink:0;font-family:monospace;font-size:11px;color:#079db4}@media(max-width:720px){.cw-root .careerMapShell{padding:0 20px}.cw-root .cmTitle{font-size:28px;letter-spacing:-1px}.cw-root .cmTabs{flex-wrap:wrap}}@media(max-width:430px){.cw-root .careerMap{padding:40px 0 32px}.cw-root .cmTab{padding:7px 14px;font-size:12px}}.cw-root .advContainer{display:flex;width:100vw;height:100vh;height:100dvh;position:fixed;top:0;left:0;z-index:9999;background:#fff;overflow:hidden}.cw-root .advCloseFull{position:absolute;top:24px;right:24px;width:40px;height:40px;border-radius:50%;background:#f4f7f8;color:#647085;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:all .2s;z-index:10}.cw-root .advCloseFull:hover{background:#e8edf0;color:#122036}.cw-root .advSidebar{width:340px;background:#079db4;color:#fff;padding:40px 32px;display:flex;flex-direction:column;flex-shrink:0;box-sizing:border-box}.cw-root .advSidebarContext{background:hsla(0,0%,100%,.15);border-radius:12px;padding:16px 20px;margin-bottom:48px}.cw-root .advSidebarContext p:first-child{font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:hsla(0,0%,100%,.8);margin-bottom:4px}.cw-root .advSidebarContext h3{font-size:20px;font-weight:700;margin-bottom:4px;color:#fff}.cw-root .advSidebarContext p:last-child{font-size:12px;color:hsla(0,0%,100%,.9)}.cw-root .advProgressVertical{display:flex;flex-direction:column;flex:1 1;position:relative}.cw-root .advProgressVertical:before{content:"";position:absolute;top:20px;bottom:40px;left:17px;width:2px;background:hsla(0,0%,100%,.2);z-index:1}.cw-root .advStepItem{display:flex;align-items:flex-start;gap:16px;margin-bottom:32px;position:relative;z-index:2;opacity:.6;transition:opacity .3s}.cw-root .advStepItem.active,.cw-root .advStepItem.completed{opacity:1}.cw-root .advStepCircle{width:36px;height:36px;border-radius:50%;background:hsla(0,0%,100%,.2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;flex-shrink:0;transition:all .3s}.cw-root .advStepItem.active .advStepCircle{background:#fff;color:#079db4;box-shadow:0 0 0 4px hsla(0,0%,100%,.3)}.cw-root .advStepItem.completed .advStepCircle{background:hsla(0,0%,100%,.4)}.cw-root .advStepText{display:flex;flex-direction:column;padding-top:2px}.cw-root .advStepText strong{font-size:16px;font-weight:700}.cw-root .advStepText span{font-size:13px;margin-top:2px}.cw-root .advSidebarFooter{font-size:12px;line-height:1.5;color:hsla(0,0%,100%,.8);margin-top:auto}.cw-root .advContent{flex:1 1;display:flex;flex-direction:column;padding:48px 64px;color:#122036;position:relative;overflow:hidden;box-sizing:border-box;min-height:0}.cw-root .advStepIndicator{font-size:12px;font-weight:700;letter-spacing:.1em;color:#079db4;text-transform:uppercase;margin-bottom:8px;display:block}.cw-root .advQuestion{font-size:28px;font-weight:700;color:#122036;margin-bottom:6px;line-height:1.2}.cw-root .advQuestionSub{font-size:15px;color:#647085;margin-bottom:24px}.cw-root .advStepBody{flex:1 1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-right:8px;min-height:0}.cw-root .advSpecGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,150px));grid-gap:12px;gap:12px;max-width:660px}.cw-root .advSpecCard{display:flex;flex-direction:column;align-items:stretch;border:1.5px solid #e2ebf0;border-radius:14px;overflow:hidden;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);background:#fff;text-align:center;aspect-ratio:1/1;min-height:110px;max-height:145px;box-shadow:0 2px 8px rgba(18,32,54,.03);-webkit-user-select:none;-moz-user-select:none;user-select:none}.cw-root .advSpecCard:hover{border-color:#079db4;transform:translateY(-2px);box-shadow:0 6px 16px rgba(7,157,180,.12)}.cw-root .advSpecCard.active{border-color:#079db4;box-shadow:0 0 0 2px rgba(7,157,180,.3)}.cw-root .advSpecCard.active .advSpecLabelWrap{background:#079db4;border-top-color:#079db4}.cw-root .advSpecCard.active .advSpecLabel{color:#fff}.cw-root .advSpecCard.active .advSpecIcon{border-color:#079db4;background:rgba(7,157,180,.08)}.cw-root .advSpecIconWrap{flex:1 1;padding:10px 8px 6px}.cw-root .advSpecIcon,.cw-root .advSpecIconWrap{display:flex;align-items:center;justify-content:center}.cw-root .advSpecIcon{font-size:24px;width:44px;height:44px;border-radius:50%;background:#f0f7ff;border:1.5px solid #dce9fa;transition:all .2s}.cw-root .advSpecLabelWrap{padding:8px 6px;background:#eef5ff;border-top:1px solid #dfeafa;min-height:36px;display:flex;align-items:center;justify-content:center;transition:background .2s}.cw-root .advSpecLabel{font-size:11.5px;font-weight:600;color:#0b57d0;line-height:1.2;text-align:center;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cw-root .advPillGrid{display:flex;flex-wrap:wrap;gap:10px;max-width:600px}.cw-root .advDarkPill{padding:12px 22px;border:1.5px solid #e3e9ec;border-radius:40px;background:#fff;color:#122036;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:8px;box-shadow:0 2px 6px rgba(0,0,0,.02)}.cw-root .advDarkPill:hover{border-color:rgba(7,157,180,.5);color:#079db4;background:#f7fcfe}.cw-root .advDarkPill.active{background:#079db4;border-color:#079db4;color:#fff;box-shadow:0 4px 12px rgba(7,157,180,.25)}.cw-root .advContentFooter{display:flex;align-items:center;justify-content:space-between;padding-top:16px;border-top:1px solid #e8edf0;margin-top:16px;flex-shrink:0;background:#fff;z-index:10}.cw-root .advContentFooter span{font-size:13px;color:#647085}.cw-root .advActions{display:flex;gap:12px;align-items:center}.cw-root .advBtnBack{display:flex;align-items:center;gap:6px;background:transparent;border:1.5px solid #e3e9ec;border-radius:8px;color:#122036;font-size:14px;font-weight:600;cursor:pointer;padding:10px 18px;transition:all .2s}.cw-root .advBtnBack:hover{border-color:#079db4;color:#079db4}.cw-root .advBtnNext{background:#079db4;border:none;color:#fff;padding:10px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s}.cw-root .advBtnNext:hover:not(:disabled){background:#087d9b}.cw-root .advBtnNext:disabled{opacity:.4;cursor:not-allowed}.cw-root .advResultsHeader h3{color:#122036}.cw-root .advLoginGate{display:flex;flex-direction:column;align-items:center;text-align:center;padding:32px 20px}.cw-root .advLoginIcon{width:72px;height:72px;border-radius:50%;background:rgba(7,157,180,.1);display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:#079db4}.cw-root .advLoginTitle{font-size:22px;font-weight:700;color:#122036;margin-bottom:10px;line-height:1.3}.cw-root .advLoginSub{font-size:14px;color:#647085;max-width:380px;margin-bottom:28px;line-height:1.6}.cw-root .advLoginActions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.cw-root .advLoginBtnPrimary{padding:12px 28px;border-radius:10px;background:#079db4;color:#fff;font-size:14px;font-weight:600;border:none;cursor:pointer;transition:background .2s}.cw-root .advLoginBtnPrimary:hover{background:#087d9b}.cw-root .advLoginBtnSecondary{padding:12px 28px;border-radius:10px;background:transparent;color:#122036;font-size:14px;font-weight:600;border:1.5px solid #e3e9ec;cursor:pointer;transition:all .2s}.cw-root .advLoginBtnSecondary:hover{background:#f4f7f8}@media(max-width:900px){.cw-root .advContainer{flex-direction:column;height:100vh;height:100dvh;width:100vw;position:fixed;top:0;left:0;overflow:hidden}.cw-root .advSidebar{width:100%;padding:14px 18px;flex-direction:row;align-items:center;justify-content:space-between;flex-shrink:0;z-index:20}.cw-root .advSidebarContext{margin-bottom:0;padding:8px 12px;border-radius:8px}.cw-root .advSidebarContext h3{font-size:14px;margin:0}.cw-root .advSidebarContext p:first-child{font-size:10px;margin-bottom:2px}.cw-root .advProgressVertical,.cw-root .advSidebarContext p:last-child,.cw-root .advSidebarFooter{display:none}.cw-root .advCloseFull{position:relative;top:auto;right:auto;width:34px;height:34px;background:hsla(0,0%,100%,.2);color:#fff;flex-shrink:0}.cw-root .advContent{padding:16px;flex:1 1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.cw-root .advStepIndicator{font-size:10.5px;margin-bottom:4px}.cw-root .advQuestion{font-size:20px;margin-bottom:4px}.cw-root .advQuestionSub{font-size:13px;margin-bottom:14px}.cw-root .advStepBody{flex:1 1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:12px;min-height:0}.cw-root .advSpecGrid{grid-template-columns:repeat(2,1fr);gap:10px;max-width:100%}.cw-root .advSpecCard{min-height:100px;max-height:130px}.cw-root .advSpecIcon{font-size:22px;width:38px;height:38px}.cw-root .advSpecLabel{font-size:11px}.cw-root .advContentFooter{margin-top:auto;padding:10px 0 14px;border-top:1px solid #eef2f5;background:#fff;flex-shrink:0;display:flex;flex-direction:column;gap:10px;z-index:10}.cw-root .advActions{width:100%;display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.cw-root .advActions>:only-child{grid-column:span 2}.cw-root .advBtnBack,.cw-root .advBtnNext{justify-content:center;width:100%;padding:12px 14px;font-size:14px;font-weight:700;border-radius:8px}.cw-root .advBtnBack{background:#fff;border:1.5px solid #dce4e8;color:#122036}.cw-root .advBtnNext{background:#079db4;color:#fff;border:none}}.cw-root .section{position:relative;overflow:hidden}.cw-root .blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.85;pointer-events:none;z-index:0}.cw-root .blobLeft{width:480px;height:480px;background:radial-gradient(circle,#f7ef6e 0,transparent 70%);top:-120px;left:-160px}.cw-root .blobRight{width:380px;height:380px;background:radial-gradient(circle,#1ab5a8 0,transparent 70%);bottom:-80px;right:-100px}.cw-root .inner{position:relative;z-index:1;max-width:1100px;margin:0 auto}.cw-root .header{text-align:center;display:flex;flex-direction:column;align-items:center}.cw-root .eyebrow{justify-content:center;padding:8px 18px;border-radius:999px;background:#ede9fe;color:#5b4ee0;letter-spacing:.08em;text-transform:uppercase;margin-bottom:16px}.cw-root .title{font-size:clamp(32px,4.5vw,52px);font-weight:800;color:#12112e;line-height:1.1;letter-spacing:-.02em;margin:0 0 16px}.cw-root .subtitle{font-size:17px;color:#4b5563;line-height:1.75;max-width:520px;margin:0 auto;text-align:center}.cw-root .grid{display:grid;grid-template-columns:1.3fr 1fr;grid-auto-rows:1fr;grid-gap:24px;gap:24px;margin-top:48px}.cw-root .videoCard{display:block;min-width:0}.cw-root .cardLarge{grid-column:1;grid-row:1/3}.cw-root .cardSmall{grid-column:2}.cw-root .thumbBtn{display:block;width:100%;height:100%;padding:0;border:0;border-radius:20px;background:none;cursor:pointer;text-align:left;font:inherit;color:inherit}.cw-root .thumbBtn:focus-visible{outline:3px solid #7c6ef7;outline-offset:3px}.cw-root .thumb{position:relative;display:block;width:100%;height:100%;min-height:220px;border-radius:20px;background-size:cover;background-position:top;overflow:hidden;box-shadow:0 14px 34px rgba(18,17,46,.14);transition:transform .5s cubic-bezier(.4,0,.2,1),box-shadow .22s cubic-bezier(.4,0,.2,1)}.cw-root .cardSmall .thumb{aspect-ratio:16/9;min-height:0}.cw-root .thumbBtn:focus-visible .thumb,.cw-root .thumbBtn:hover .thumb{transform:scale(1.02);box-shadow:0 18px 40px rgba(18,17,46,.2)}.cw-root .thumbOverlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(10,14,24,.82) 0,rgba(10,14,24,.15) 42%,transparent);z-index:1}.cw-root .durationBadge{position:absolute;top:14px;right:14px;z-index:2;padding:4px 9px;border-radius:6px;background:rgba(10,14,24,.55);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);color:#fff;font-size:12px;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:.02em}.cw-root .cardSmall .durationBadge{font-size:11px;padding:3px 7px}.cw-root .playBtn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;width:60px;height:60px;border-radius:50%;background:hsla(0,0%,100%,.92);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(0,0,0,.22);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:transform .22s cubic-bezier(.4,0,.2,1),box-shadow .22s cubic-bezier(.4,0,.2,1),background .22s cubic-bezier(.4,0,.2,1)}.cw-root .thumbBtn:focus-visible .playBtn,.cw-root .thumbBtn:hover .playBtn{transform:translate(-50%,-50%) scale(1.12);background:#fff;box-shadow:0 8px 28px rgba(91,78,224,.4)}.cw-root .cardSmall .playBtn{width:46px;height:46px}.cw-root .playIcon{width:24px;height:24px;color:#5b4ee0;margin-left:3px}.cw-root .cardSmall .playIcon{width:18px;height:18px}.cw-root .meta{position:absolute;bottom:18px;left:18px;right:18px;z-index:2;display:flex;flex-direction:column;gap:3px}.cw-root .personName{font-size:17px;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cw-root .cardSmall .personName{font-size:15px}.cw-root .personProgram{display:flex;align-items:center;gap:6px;font-size:13px;color:hsla(0,0%,100%,.88);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cw-root .cardSmall .personProgram{font-size:12px}.cw-root .graduationIcon{width:14px;height:14px;flex-shrink:0;color:hsla(0,0%,100%,.88)}.cw-root .videoModalOverlay{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(8,6,20,.78);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:videoModalFade .18s ease-out}.cw-root .videoModalBox{position:relative;width:100%;max-width:860px;border-radius:18px;overflow:hidden;background:#000;box-shadow:0 30px 70px rgba(0,0,0,.5)}.cw-root .videoModalPlayer{display:block;width:100%;max-height:78vh;aspect-ratio:16/9;background:#000}.cw-root .videoModalClose{position:absolute;top:12px;right:12px;z-index:2;width:38px;height:38px;border:0;border-radius:50%;background:rgba(0,0,0,.55);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .22s cubic-bezier(.4,0,.2,1)}.cw-root .videoModalClose svg{width:18px;height:18px}.cw-root .videoModalClose:hover{background:rgba(0,0,0,.78)}.cw-root .videoModalClose:focus-visible{outline:2px solid #fff;outline-offset:2px}.cw-root .videoModalMeta{display:flex;align-items:baseline;gap:10px;padding:14px 18px;background:#0b0a16;color:#fff}.cw-root .videoModalMeta strong{font-size:15px;font-weight:700}.cw-root .videoModalMeta span{font-size:13px;color:hsla(0,0%,100%,.7)}@keyframes videoModalFade{0%{opacity:0}to{opacity:1}}@media(max-width:900px){.cw-root .grid{grid-template-columns:1fr;grid-auto-rows:auto;gap:20px}.cw-root .cardLarge,.cw-root .cardSmall{grid-column:1;grid-row:auto}.cw-root .thumb{min-height:0;aspect-ratio:16/9}}@media(max-width:480px){.cw-root .section{padding:56px 16px 72px}.cw-root .meta{bottom:14px;left:14px;right:14px}.cw-root .durationBadge{top:10px;right:10px}.cw-root .videoModalOverlay{padding:0}.cw-root .videoModalBox{border-radius:0;max-width:100%;height:100%;display:flex;flex-direction:column;justify-content:center}}@media(prefers-reduced-motion:reduce){.cw-root .playBtn,.cw-root .thumb,.cw-root .videoModalClose{transition:none}.cw-root .videoModalOverlay{animation:none}}.cw-root .roiContainer{max-width:1200px;margin:0 auto;padding:40px 20px;font-family:inherit}.cw-root .breadcrumbs{font-size:13px;color:var(--muted);margin-bottom:20px}.cw-root .roiHeader{margin-bottom:40px}.cw-root .roiHeader .badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:20px;background:#f0f7f9;color:var(--teal);font-size:12px;font-weight:600;margin-bottom:16px}.cw-root .roiHeader h1{font-size:clamp(32px,5vw,48px);margin-bottom:16px;color:var(--ink);line-height:1.1}.cw-root .roiHeader p{font-size:16px;color:var(--muted);max-width:600px;line-height:1.6}.cw-root .featuresList{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.cw-root .featureItem{display:flex;align-items:center;gap:10px;padding:10px 16px;background:#fff;border:1px solid #edf2f4;border-radius:10px;font-size:14px;font-weight:500;color:var(--ink)}.cw-root .featureItem svg{color:var(--teal)}.cw-root .infoBanner{display:flex;justify-content:space-between;align-items:center;gap:24px;background:#f8fbff;padding:24px;border-radius:16px;margin-bottom:40px;border:1px solid #edf2f4;flex-wrap:wrap}.cw-root .infoContent{display:flex;gap:16px;align-items:flex-start;flex:1 1}.cw-root .iconWrapper{background:var(--teal);color:#fff;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;flex-shrink:0}.cw-root .infoContent h3{font-size:18px;margin-bottom:6px}.cw-root .infoContent p{color:var(--muted);font-size:14px;line-height:1.6}.cw-root .formulaBox{background:#fff;border:1px solid #edf2f4;border-radius:12px;padding:16px 20px;min-width:280px;flex-shrink:0}.cw-root .formulaLabel{display:block;font-size:11px;font-weight:700;letter-spacing:.5px;color:var(--teal);text-transform:uppercase;margin-bottom:6px}.cw-root .formulaBox code{display:block;font-size:13px;font-weight:600;color:var(--ink);margin-bottom:4px}.cw-root .formulaBox small{font-size:12px;color:var(--muted)}.cw-root .calculatorSection{display:grid;grid-template-columns:1fr 1fr;grid-gap:30px;gap:30px;margin-bottom:40px}.cw-root .card{background:#fff;border:1px solid #edf2f4;border-radius:16px;padding:30px;box-shadow:0 4px 20px rgba(18,32,54,.04)}.cw-root .formHeader{display:flex;align-items:center;gap:10px;margin-bottom:6px}.cw-root .formHeader svg{color:var(--teal)}.cw-root .formHeader h2{font-size:20px;color:var(--ink)}.cw-root .formSubtitle{color:var(--muted);font-size:14px;margin-bottom:24px}.cw-root .formGroup{margin-bottom:20px}.cw-root .formGroup label{display:block;font-size:14px;font-weight:600;margin-bottom:8px;color:var(--ink)}.cw-root .formGroup select{width:100%;padding:11px 16px;border:1px solid #edf2f4;border-radius:8px;font-size:15px;outline:none;background:#fff;color:var(--ink);cursor:pointer;transition:border-color .15s}.cw-root .formGroup select:focus{border-color:var(--teal)}.cw-root .toggleGroup{display:flex;gap:8px}.cw-root .toggleActive,.cw-root .toggleBtn{flex:1 1;padding:10px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;border:1px solid #edf2f4;transition:all .15s}.cw-root .toggleBtn{background:#fff;color:var(--muted)}.cw-root .toggleActive{background:var(--teal);color:#fff;border-color:var(--teal)}.cw-root .inputRow{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;margin-bottom:16px}.cw-root .infoField{background:#f8fbff;border:1px solid #edf2f4;border-radius:8px;padding:12px 14px}.cw-root .infoField span{display:block;font-size:12px;color:var(--muted);margin-bottom:4px}.cw-root .infoField strong{font-size:15px;color:var(--ink)}.cw-root .calculateBtn{width:100%;padding:16px;background:var(--ink);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:10px;transition:opacity .15s}.cw-root .calculateBtn:hover{opacity:.85}.cw-root .resultContent{display:flex;flex-direction:column;align-items:center}.cw-root .resultHeader{display:flex;align-items:center;gap:10px;margin-bottom:24px;align-self:flex-start}.cw-root .resultHeader svg{color:var(--teal)}.cw-root .resultHeader h2{font-size:20px;color:var(--ink)}.cw-root .emptyResult{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:var(--muted);text-align:center;padding:40px 20px}.cw-root .emptyResult p{font-size:15px;line-height:1.5}.cw-root .roiCircle{width:180px;height:180px;border-radius:50%;border:12px solid #e0f2f1;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:24px}.cw-root .roiCircle.positive{border-top-color:var(--teal)}.cw-root .roiCircle.negative{border:12px solid #fee2e2;border-top-color:#ef4444}.cw-root .percentage{font-size:36px;font-weight:700;color:var(--ink)}.cw-root .roiStatus{font-weight:600;font-size:13px;display:flex;align-items:center;gap:4px}.cw-root .positive .roiStatus{color:var(--teal)}.cw-root .negative .roiStatus{color:#ef4444}.cw-root .resultMessage{padding:12px;border-radius:8px;text-align:center;font-size:14px;font-weight:500;width:100%;margin-bottom:24px;line-height:1.5}.cw-root .positiveMsg{background:#f0fdf4;color:#166534}.cw-root .negativeMsg{background:#fff1f2;color:#991b1b}.cw-root .resultStats{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;width:100%;margin-bottom:16px}.cw-root .statBox{border:1px solid #edf2f4;border-radius:12px;padding:14px;display:flex;gap:12px;align-items:flex-start}.cw-root .statBox svg{color:var(--teal);flex-shrink:0;margin-top:2px}.cw-root .statInfo span{display:block;font-size:11px;color:var(--muted);margin-bottom:4px;line-height:1.4}.cw-root .statInfo strong{font-size:17px;color:var(--ink)}.cw-root .profit{color:#16a34a!important}.cw-root .loss{color:#dc2626!important}.cw-root .breakevenBox{width:100%;background:#fefce8;border:1px solid #fde68a;border-radius:10px;padding:12px 16px;margin-bottom:20px;display:flex;flex-direction:column;gap:2px}.cw-root .breakevenBox span{font-size:12px;color:#92400e;font-weight:600}.cw-root .breakevenBox strong{font-size:18px;color:#78350f}.cw-root .breakevenBox small{font-size:11px;color:#a16207}.cw-root .downloadBtn{width:100%;padding:13px;background:transparent;border:1px solid var(--ink);color:var(--ink);border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:8px;transition:background .15s}.cw-root .downloadBtn:hover{background:#f8f9fa}.cw-root .conversionSection{margin-bottom:60px}.cw-root .conversionSection h3{font-size:20px;margin-bottom:6px;color:var(--ink)}.cw-root .conversionSection>p{color:var(--muted);font-size:14px;margin-bottom:24px}.cw-root .conversionFlow{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.cw-root .flowItem{flex:1 1;min-width:140px;background:#fcfcfc;border:1px solid #edf2f4;border-radius:12px;padding:14px;display:flex;align-items:center;gap:12px}.cw-root .flowIcon{width:38px;height:38px;border-radius:50%;background:#f0f7f9;color:var(--teal);display:grid;place-items:center;font-weight:700;font-size:16px;flex-shrink:0}.cw-root .flowInfo span{display:block;font-size:11px;color:var(--muted)}.cw-root .flowInfo strong{display:block;font-size:14px;margin:3px 0;color:var(--ink)}.cw-root .flowInfo small{font-size:10px;color:var(--muted)}.cw-root .operator{font-size:18px;color:var(--muted);font-weight:300;flex-shrink:0;display:flex;align-items:center}.cw-root .comparisonSection{margin-bottom:60px}.cw-root .comparisonSection h3{font-size:20px;margin-bottom:6px;color:var(--ink)}.cw-root .comparisonSection>p{color:var(--muted);font-size:14px;margin-bottom:24px}.cw-root .comparisonGrid{display:grid;grid-template-columns:2fr 1fr;grid-gap:30px;gap:30px}.cw-root .comparisonSection table{width:100%;border-collapse:collapse}.cw-root .comparisonSection td,.cw-root .comparisonSection th{padding:14px 16px;text-align:left;border-bottom:1px solid #edf2f4}.cw-root .comparisonSection th{font-size:12px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.3px}.cw-root .comparisonSection td{font-size:14px;font-weight:500;color:var(--ink)}.cw-root .highlighted{background:#f0fdf4}.cw-root .youBadge{background:#dcfce7;color:#166534;font-size:10px;padding:2px 7px;border-radius:4px;margin-left:8px;font-weight:700}.cw-root .roiPositive{color:var(--teal);font-weight:700}.cw-root .roiNegative{color:#ef4444;font-weight:700}.cw-root .compareBtn{margin-top:16px;padding:9px 18px;border:1px solid var(--ink);border-radius:8px;background:transparent;font-size:13px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:background .15s}.cw-root .compareBtn:hover{background:#f8f9fa}.cw-root .didYouKnow{background:#f8fbff;border:1px solid #edf2f4;border-radius:16px;padding:24px}.cw-root .dykTitle{display:flex;align-items:center;gap:8px;font-weight:600;margin-bottom:12px;color:var(--ink)}.cw-root .dykTitle svg{color:#f59e0b}.cw-root .didYouKnow p{font-size:13px;color:var(--muted);line-height:1.6;margin-bottom:16px}.cw-root .didYouKnow a{color:var(--ink);font-weight:600;font-size:13px;text-decoration:underline}.cw-root .trophyWrap{display:flex;justify-content:flex-end;margin-top:16px}.cw-root .benefitsCards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin-bottom:60px}.cw-root .benefitCard{padding:24px;border-radius:16px;display:flex;gap:16px}.cw-root .benefitCard.green{background:#eefdf2}.cw-root .benefitCard.amber{background:#fffcf0}.cw-root .benefitCard.indigo{background:#f5f3ff}.cw-root .benefitIcon{width:48px;height:48px;border-radius:50%;background:#fff;display:grid;place-items:center;flex-shrink:0}.cw-root .benefitCard h4{font-size:15px;margin-bottom:12px}.cw-root .benefitCard.green h4{color:#166534}.cw-root .benefitCard.amber h4{color:#b45309}.cw-root .benefitCard.indigo h4{color:#4338ca}.cw-root .benefitCard ul{list-style:none;padding:0;margin:0}.cw-root .benefitCard ul li{font-size:13px;margin-bottom:8px;display:flex;align-items:center;gap:8px;color:var(--muted)}.cw-root .benefitCard ul li:before{content:"✓";color:#166534;font-weight:700}.cw-root .benefitCard p{font-size:13px;color:var(--muted);margin-bottom:12px;line-height:1.5}.cw-root .benefitCard a{font-size:13px;font-weight:600;text-decoration:underline}.cw-root .benefitCard.indigo a{color:#4338ca}.cw-root .ctaBanner{background:var(--ink);color:#fff;border-radius:20px;padding:40px;justify-content:space-between;flex-wrap:wrap}.cw-root .ctaBanner,.cw-root .ctaLeft{display:flex;align-items:center;gap:24px}.cw-root .ctaBanner h2{font-size:clamp(20px,3vw,28px);margin-bottom:10px}.cw-root .ctaBanner p{color:#a0aec0;font-size:15px;line-height:1.5}.cw-root .ctaBanner button{background:#fff;color:var(--ink);padding:14px 28px;border-radius:8px;font-weight:600;font-size:15px;border:none;cursor:pointer;display:flex;align-items:center;gap:8px;white-space:nowrap;flex-shrink:0;transition:opacity .15s}.cw-root .ctaBanner button:hover{opacity:.9}@media(max-width:900px){.cw-root .benefitsCards,.cw-root .calculatorSection,.cw-root .comparisonGrid{grid-template-columns:1fr}.cw-root .conversionFlow{flex-direction:column}.cw-root .operator{transform:rotate(90deg)}.cw-root .inputRow{grid-template-columns:1fr}.cw-root .ctaBanner,.cw-root .ctaLeft{flex-direction:column;align-items:flex-start}.cw-root .infoBanner{flex-direction:column}.cw-root .formulaBox{min-width:unset;width:100%}}@media(max-width:480px){.cw-root .card{padding:20px}.cw-root .featuresList{gap:8px}.cw-root .featureItem{font-size:13px;padding:8px 12px}.cw-root .toggleGroup{flex-direction:column}}.cw-root .roiDeck{--rd-teal:#079db4;--rd-deep:#087d9b;--rd-yellow:#ffb915;--rd-ink:#122036;--rd-muted:#647085;--rd-negative:#d64545;--rd-hair:#e6eef2;position:relative;padding:clamp(56px,8vw,96px) 20px clamp(64px,9vw,104px);overflow:hidden;background:radial-gradient(circle at 70% 34%,#effcff 0,#fff 32%,#fff 74%);font-family:inherit}.cw-root .roiDeck__inner{position:relative;z-index:1;width:100%;max-width:1200px;margin:0 auto}.cw-root .roiDeck__split{display:flex;gap:40px;align-items:stretch}.cw-root .roiDeck__left{flex:1 1;max-width:580px}.cw-root .roiDeck__right{flex:1 1;position:relative;display:flex;justify-content:center;align-items:center;min-height:500px}.cw-root .roiImageWrapper{position:relative;width:100%;max-width:480px;height:auto}.cw-root .roiGirlImage{position:relative;z-index:1;width:100%;height:auto;object-fit:contain;border-radius:40px 100px 40px 100px}.cw-root .roiDotPattern{position:absolute;width:120px;height:120px;background-image:radial-gradient(#a9c8d6 2px,transparent 0);background-size:16px 16px;z-index:-1}.cw-root .roiDotPattern--top{top:-20px;right:-20px}.cw-root .roiDotPattern--bottom{bottom:0;left:-20px}.cw-root .roiDeck__head{margin-bottom:clamp(26px,4vw,40px);text-align:left}.cw-root .roiNote--top{margin-bottom:12px}.cw-root .roiNote--top span{padding-top:5px;color:var(--rd-teal);font-weight:600}.cw-root .roiDeck__eyebrow{display:inline-flex;align-items:center;gap:7px;margin-bottom:15px;padding:7px 16px;border:1px solid rgba(7,157,180,.22);border-radius:999px;background:rgba(7,157,180,.08);color:var(--rd-deep);font-size:11.5px;font-weight:700;letter-spacing:.9px;text-transform:uppercase}.cw-root .roiDeck__title{margin:0 0 16px;color:var(--rd-ink);font-size:clamp(32px,3.5vw,42px);font-weight:800;line-height:1.15;letter-spacing:-.5px}.cw-root .roiDeck__subtitle{color:#55637a;font-size:clamp(15px,1.6vw,17px);line-height:1.5}.cw-root .roiDeck__stage{position:relative;min-height:520px;perspective:2200px;transition:height .5s cubic-bezier(.22,1,.36,1)}.cw-root .roiDeck__card{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .85s cubic-bezier(.6,.02,.2,1)}.cw-root .roiDeck__card.is-flipped{transform:rotateY(180deg)}.cw-root .roiFace{position:absolute;inset:0 0 auto;display:flex;flex-direction:column;align-items:center;padding:clamp(30px,4.6vw,52px) clamp(22px,4vw,54px) clamp(28px,4vw,42px);border-radius:26px;background:linear-gradient(90deg,#f7ffff,#e0fffe);box-shadow:none;color:var(--rd-ink);text-align:center;backface-visibility:hidden;-webkit-backface-visibility:hidden}.cw-root .roiFace--back{transform:rotateY(180deg)}.cw-root .roiNote{display:inline-flex;align-items:flex-start;gap:4px;color:#7d8b9c;font-size:13px;font-style:italic;line-height:1.25}.cw-root .roiNote span{padding-top:9px;transform:rotate(-3.5deg)}.cw-root .roiNote__arrow{width:34px;height:26px;flex-shrink:0;color:#b3c1cd}.cw-root .roiNote__arrow.is-flipped{transform:scaleX(-1)}.cw-root .roiNote--topRight{align-self:flex-end;margin:0 2px 8px 0}.cw-root .roiNote--inline{margin:4px 0 2px}.cw-root .roiNote--verdict{justify-content:center;margin-bottom:2px}.cw-root .roiSentence{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:6px 10px;margin-bottom:20px}.cw-root .roiSentence__text{color:#3c4a5c;font-size:clamp(18px,2.6vw,23px);font-weight:500}.cw-root .roiPick{position:relative;display:inline-flex}.cw-root .roiPick__label{position:absolute;width:1px;height:1px;overflow:hidden;-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}.cw-root .roiPick__select{max-width:min(78vw,320px);padding:2px 30px 6px 6px;border:0;border-bottom:2.5px solid rgba(7,157,180,.32);border-radius:3px 3px 0 0;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' fill='none'><path d='M1.4 1.6L6 6.2l4.6-4.6' stroke='%23079db4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat right 6px center/12px 8px,transparent;color:var(--rd-deep);font-family:inherit;font-size:clamp(18px,2.6vw,23px);font-weight:700;line-height:1.35;text-overflow:ellipsis;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:border-color .2s ease,background-color .2s ease}.cw-root .roiPick__select:hover{border-bottom-color:var(--rd-teal);background-color:rgba(7,157,180,.07)}.cw-root .roiPick__select:focus-visible{border-bottom-color:var(--rd-teal);outline:2px solid rgba(7,157,180,.45);outline-offset:3px}.cw-root .roiPick__select option{font-size:15px;font-weight:500;color:#1a1a1a}.cw-root .roiFee{margin:16px 0 0;color:#55637a;font-size:clamp(15px,2vw,17.5px)}.cw-root .roiFee strong{display:inline-block;margin-left:4px;padding:5px 13px;border:1px solid rgba(7,157,180,.22);border-radius:9px;background:#f0fafc;color:var(--rd-deep);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.cw-root .roiFace__divider{width:min(100%,460px);height:1px;margin:clamp(22px,3.4vw,34px) 0 clamp(18px,2.6vw,26px);background:linear-gradient(90deg,transparent,var(--rd-hair) 22%,var(--rd-hair) 78%,transparent)}.cw-root .roiPrompt{margin:0 0 18px;color:var(--rd-ink);font-size:clamp(16px,2.2vw,19px);font-weight:700}.cw-root .roiGo{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:14px 30px;border:0;border-radius:12px;background:linear-gradient(135deg,var(--rd-teal),var(--rd-deep));box-shadow:0 10px 22px rgba(7,125,155,.28);color:#fff;font-family:inherit;font-size:15.5px;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.cw-root .roiGo:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(7,125,155,.34)}.cw-root .roiGo:focus-visible{outline:2px solid var(--rd-deep);outline-offset:3px}.cw-root .roiGo--solid{background:linear-gradient(135deg,#ffc93f,var(--rd-yellow));box-shadow:0 10px 22px rgba(196,137,0,.26);color:#17202e}.cw-root .roiGo--solid:hover{box-shadow:0 14px 28px rgba(196,137,0,.32)}.cw-root .roiGo--ghost{border:1.5px solid #d3e2e8;background:#fff;box-shadow:none;color:var(--rd-deep)}.cw-root .roiGo--ghost:hover{border-color:var(--rd-teal);background:#f4fbfd;box-shadow:0 8px 18px rgba(7,125,155,.14)}.cw-root .roiGo__hint{margin:12px 0 0;color:#93a1b2;font-size:12.5px;font-style:italic}.cw-root .roiActions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.cw-root .roiBack{display:inline-flex;align-items:center;gap:7px;margin-top:18px;padding:9px 17px;border:1px solid #d8e3e9;border-radius:10px;background:#fff;color:#48586b;font-family:inherit;font-size:13.5px;font-weight:600;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease}.cw-root .roiBack:hover{border-color:var(--rd-teal);background:#f4fbfd;color:var(--rd-deep)}.cw-root .roiBack:focus-visible{outline:2px solid var(--rd-teal);outline-offset:2px}.cw-root .roiAnswer{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;grid-gap:clamp(20px,4vw,44px);gap:clamp(20px,4vw,44px);width:100%}.cw-root .roiPlot{position:relative;padding:14px 6px 0}.cw-root .roiPlot__grid{position:absolute;inset:32px 0 42px;display:flex;flex-direction:column;justify-content:space-between}.cw-root .roiPlot__grid span{display:block;border-top:1px dashed #e4ecf1}.cw-root .roiPlot__bars{position:relative;display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(16px,4vw,38px);gap:clamp(16px,4vw,38px);justify-items:center}.cw-root .roiPlot__col{display:flex;flex-direction:column;align-items:center;width:100%;max-width:74px}.cw-root .roiPlot__value{margin-bottom:8px;color:var(--rd-ink);font-size:12.5px;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.cw-root .roiPlot__track{display:flex;align-items:flex-end;width:100%;height:150px}.cw-root .roiPlot__bar{width:100%;border-radius:9px 9px 2px 2px;transition:height .75s cubic-bezier(.22,1,.36,1) .35s}.cw-root .roiPlot__bar--cost{background:linear-gradient(180deg,#cfe2ea,#a9c8d6)}.cw-root .roiPlot__bar--earn{background:linear-gradient(180deg,#1cc0d6 0,var(--rd-deep) 100%);box-shadow:0 6px 16px rgba(7,125,155,.24)}.cw-root .roiPlot__label{margin-top:12px;color:var(--rd-muted);font-size:11.5px;font-weight:600;line-height:1.3;text-align:center}.cw-root .roiVerdict{text-align:center}.cw-root .roiVerdict__sr{position:absolute;width:1px;height:1px;overflow:hidden;-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}.cw-root .roiVerdict__figure{margin:0;color:var(--rd-deep);font-size:clamp(44px,7.6vw,66px);font-weight:800;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;line-height:1;letter-spacing:-2.6px}.cw-root .roiVerdict__figure.is-negative{color:var(--rd-negative)}.cw-root .roiVerdict__caption{margin:9px 0 0;color:var(--rd-muted);font-size:11.5px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}.cw-root .roiVerdict__line{max-width:300px;margin:11px auto 0;color:#56657a;font-size:13.5px;line-height:1.55}.cw-root .roiTally{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;width:100%;margin:clamp(22px,3vw,30px) 0 0}.cw-root .roiTally__item{padding:12px 15px;border:1px solid var(--rd-hair);border-radius:12px;background:#fbfdfe;text-align:left}.cw-root .roiTally__item dt{color:var(--rd-muted);font-size:11.5px;font-weight:600}.cw-root .roiTally__item dd{margin:4px 0 0;color:var(--rd-ink);font-size:16px;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.cw-root .roiTally__item dd.is-positive{color:#0f9d58}.cw-root .roiTally__item dd.is-negative{color:var(--rd-negative)}.cw-root .roiTally__item--wide{grid-column:1/-1;border-style:dashed;border-color:#cfe6ec;background:#f3fbfd}.cw-root .roiTally__formula{font-family:var(--font-geist-mono),ui-monospace,monospace;font-size:12.5px!important;font-weight:600!important;color:#3d5163!important;word-break:break-word}.cw-root .roiSmallPrint{max-width:560px;margin:20px auto 0;color:#8593a4;font-size:11.5px;line-height:1.6}.cw-root .roiSmallPrint strong{color:#5c6b7d}@media(max-width:900px){.cw-root .roiDeck__split{flex-direction:column}.cw-root .roiDeck__left{max-width:100%}.cw-root .roiDeck__head{text-align:center}.cw-root .roiNote--top{justify-content:center}}@media(max-width:760px){.cw-root .roiAnswer{grid-template-columns:1fr;gap:26px}.cw-root .roiPlot__track{height:120px}.cw-root .roiNote--topRight{align-self:center;margin:0 0 8px}.cw-root .roiActions .roiGo{width:100%}}@media(max-width:560px){.cw-root .roiDeck{padding:46px 14px 56px}.cw-root .roiDeck__stage{min-height:490px}.cw-root .roiTally{grid-template-columns:1fr}.cw-root .roiSentence{margin-bottom:16px}}@media(prefers-reduced-motion:reduce){.cw-root .roiBack,.cw-root .roiDeck__card,.cw-root .roiDeck__stage,.cw-root .roiGo,.cw-root .roiPick__select,.cw-root .roiPlot__bar{transition:none}.cw-root .roiGo:hover{transform:none}}.cw-root .signup-overlay{position:fixed;inset:0;z-index:99999;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;background:rgba(0,0,0,.4);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);animation:overlayFadeIn .3s ease}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.cw-root .signup-brand-header{margin-bottom:24px;animation:popupSlideIn .3s cubic-bezier(.16,1,.3,1)}.cw-root .signup-brand-header img{height:50px;width:auto}.cw-root .signup-popup{position:relative;width:100%;max-width:460px;background:#fff;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid #e2e8f0;overflow:hidden;animation:popupSlideIn .3s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column}@keyframes popupSlideIn{0%{transform:translateY(20px) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.cw-root .signup-close{position:absolute;top:20px;right:20px;width:32px;height:32px;border:none;background:transparent;color:#94a3b8;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .2s}.cw-root .signup-close:hover{color:#0f172a;transform:rotate(90deg)}.cw-root .signup-close span{position:absolute;width:16px;height:2px;background:currentColor;border-radius:2px}.cw-root .signup-close span:first-child{transform:rotate(45deg)}.cw-root .signup-close span:last-child{transform:rotate(-45deg)}.cw-root .otp-container,.cw-root .otp-success,.cw-root .signup-form-wrapper{padding:40px 48px}.cw-root .signup-heading{text-align:left;margin-bottom:28px}.cw-root .signup-heading h1{font-family:serif;font-size:32px;font-weight:700;color:#002e3b;margin:0 0 12px}.cw-root .signup-heading p{font-size:15px;color:#475569;line-height:1.5;margin:0}.cw-root .signup-field{margin-bottom:16px}.cw-root .signup-input{display:flex;align-items:center;border:1px solid #cbd5e1;border-radius:24px;padding:0 18px;height:48px;background:#fff;transition:all .2s}.cw-root .signup-input:focus-within{border-color:#00bfa5;box-shadow:0 0 0 1px #00bfa5}.cw-root .signup-input input{flex:1 1;border:none;background:transparent;outline:none;font-size:15px;color:#0f172a;width:100%}.cw-root .signup-input input::placeholder{color:#94a3b8}.cw-root .country-code{font-size:15px;color:#475569;font-weight:500;margin-right:8px}.cw-root .mobile-divider{width:1px;height:20px;background:#cbd5e1;margin-right:12px}.cw-root .signup-terms{display:flex;align-items:flex-start;gap:10px;margin-bottom:24px;cursor:pointer}.cw-root .signup-terms input{margin-top:3px}.cw-root .signup-terms .terms-text{font-size:13px;color:#64748b;line-height:1.5}.cw-root .signup-terms .terms-text a{color:#00bfa5;text-decoration:none;font-weight:500}.cw-root .signup-terms .terms-text a:hover{text-decoration:underline}.cw-root .signup-submit{width:100%;height:48px;background:#00bfa5;color:#fff;border:none;border-radius:24px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:8px}.cw-root .signup-submit:hover:not(:disabled){background:#00a891}.cw-root .signup-submit:disabled{opacity:.7;cursor:not-allowed}.cw-root .signup-login{margin-top:24px;display:flex;justify-content:center;align-items:center;gap:6px;font-size:14px;color:#64748b}.cw-root .signup-login button{background:none;border:none;color:#00bfa5;font-weight:600;cursor:pointer;padding:0;font-size:14px}.cw-root .signup-login button:hover{text-decoration:underline}.cw-root .otp-top-icon{display:flex;justify-content:center;margin-bottom:20px}.cw-root .whatsapp-icon{width:56px;height:56px;background:#e5fbfa;color:#0891b2;border-radius:50%;display:flex;align-items:center;justify-content:center}.cw-root .whatsapp-icon svg{width:28px;height:28px}.cw-root .otp-heading{text-align:center;margin-bottom:30px}.cw-root .otp-heading h1{font-size:24px;color:#0f172a;margin:0 0 12px}.cw-root .otp-heading p{font-size:14px;color:#64748b;margin:0 0 8px}.cw-root .otp-heading .otp-mobile{font-size:15px;font-weight:700;color:#0f172a}.cw-root .otp-boxes{display:flex;justify-content:center;gap:12px;margin-bottom:24px}.cw-root .otp-boxes input{width:56px;height:64px;border:2px solid #cbd5e1;border-radius:12px;font-size:24px;font-weight:700;text-align:center;color:#0f172a;background:#f8fafc;transition:all .2s}.cw-root .otp-boxes input:focus{outline:none;border-color:#0891b2;background:#fff;box-shadow:0 0 0 4px rgba(8,145,178,.1)}.cw-root .resend-section{text-align:center;margin-top:24px;font-size:14px;color:#64748b}.cw-root .resend-section button{background:none;border:none;color:#0891b2;font-weight:600;cursor:pointer;padding:0 0 0 6px}.cw-root .resend-section button:hover{text-decoration:underline}.cw-root .resend-section strong{color:#0f172a}.cw-root .change-number{display:block;margin:20px auto 0;background:none;border:none;color:#64748b;font-size:13px;font-weight:500;cursor:pointer}.cw-root .change-number:hover{color:#0f172a}.cw-root .button-loader{width:16px;height:16px;border-radius:50%;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.cw-root .otp-success{text-align:center}.cw-root .otp-success .success-circle{width:64px;height:64px;background:#10b981;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;margin:0 auto 20px;animation:scaleIn .4s cubic-bezier(.16,1,.3,1)}.cw-root .otp-success h1{font-size:28px;color:#0f172a;margin:0 0 12px}.cw-root .otp-success p{color:#64748b;margin-bottom:0}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}@media(max-width:500px){.cw-root .otp-container,.cw-root .otp-success,.cw-root .signup-form-wrapper{padding:30px 20px}.cw-root .otp-boxes input{width:48px;height:56px;font-size:20px}}.cw-root .offCampus{background:var(--background)}.cw-root .offCampus__inner{display:flex;flex-direction:row;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:60px 50px;background:#fdfdfd;position:relative;overflow:hidden;gap:40px}.cw-root .offCampus__inner:before{content:"";position:absolute;top:0;right:-5%;bottom:0;width:45%;background:#ebf9f7;border-radius:50% 0 0 50%;z-index:0}.cw-root .offCampus__left{flex:1 1;max-width:500px;position:relative;z-index:1}.cw-root .offCampus__title{font-size:38px;font-weight:800;color:#172a41;line-height:1.2;margin-bottom:12px}.cw-root .offCampus__underline{width:40px;height:4px;background:#079db4;border-radius:2px;margin-bottom:24px}.cw-root .offCampus__subtitle{color:#5d6a7e;font-size:16px;line-height:1.6;margin-bottom:32px}.cw-root .offCampus__box{display:flex;align-items:center;gap:16px;background:#ebf9f7;padding:16px 20px;border-radius:12px;margin-bottom:32px;max-width:400px}.cw-root .offCampus__boxIcon{color:#079db4;width:32px;height:32px;flex-shrink:0}.cw-root .offCampus__boxText{display:flex;flex-direction:column}.cw-root .offCampus__boxText strong{color:#172a41;font-size:14px;font-weight:700}.cw-root .offCampus__boxText span{color:#5d6a7e;font-size:13px;margin-top:2px}.cw-root .offCampus__action{display:flex;align-items:center;gap:16px}.cw-root .offCampus__button{display:inline-flex;align-items:center;gap:8px;background:#079db4;color:#fff;padding:14px 24px;border-radius:30px;font-size:15px;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;box-shadow:0 6px 16px rgba(7,157,180,.2)}.cw-root .offCampus__button:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(7,157,180,.3)}.cw-root .offCampus__arrowGfx{width:80px;margin-left:10px;margin-top:10px}.cw-root .offCampus__right{flex:1 1;position:relative;z-index:1;display:flex;justify-content:center;align-items:center}.cw-root .offCampus__graphic{position:relative;width:100%;max-width:500px}.cw-root .offCampus__iconFloating{position:absolute;top:-40px;left:20px;width:60px;height:60px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 20px rgba(0,0,0,.05);color:#079db4;z-index:2}.cw-root .offCampus__iconFloating svg{width:32px;height:32px}.cw-root .offCampus__dots{position:absolute;top:-20px;right:-20px;width:60px;height:60px;background-image:radial-gradient(#079db4 2px,transparent 0);background-size:12px 12px;opacity:.3}.cw-root .offCampus__laptopPlaceholder{position:relative;width:100%;padding-bottom:60%;z-index:2}.cw-root .offCampus__laptopImg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;background:transparent}@media(max-width:900px){.cw-root .offCampus__inner{flex-direction:column;padding:40px 24px}.cw-root .offCampus__inner:before{top:50%;right:0;left:0;bottom:0;width:100%;border-radius:50% 50% 0 0}.cw-root .offCampus__left{text-align:center;max-width:100%}.cw-root .offCampus__underline{margin:0 auto 24px}.cw-root .offCampus__box{margin:0 auto 32px}.cw-root .offCampus__action{justify-content:center}}.cw-root .page{--ink:#122036;--muted:#647085;--teal:#079db4;--deep-teal:#087d9b;--yellow:#ffb915;min-height:100vh;overflow:hidden;color:var(--ink);background:radial-gradient(circle at 70% 34%,#effcff 0,#fff 32%,#fff 74%)}.cw-root .navbar{position:relative;z-index:3;display:flex;align-items:center;justify-content:space-between;max-width:1370px;margin:12px auto 0;padding:18px 25px 18px 33px;border:1px solid #edf2f4;border-radius:17px;background:hsla(0,0%,100%,.94);box-shadow:0 12px 35px rgba(18,49,72,.09)}.cw-root .brand{display:flex;align-items:center;gap:12px;min-width:260px}.cw-root .brandMark{display:block;width:240px;height:44px;object-fit:contain}.cw-root .brandSeparator{color:#b5c0c7;font-size:36px;font-weight:300;line-height:1}.cw-root .brandLabel{color:#263746;font-size:15px;font-weight:500;line-height:1.15}.cw-root .brand strong{display:block;color:var(--ink);font-size:23px;line-height:1;letter-spacing:-.8px}.cw-root .brand strong span{color:var(--teal)}.cw-root .brand small{display:block;margin-top:5px;color:#667487;font-size:9px}.cw-root .navLinks{display:flex;align-items:center;gap:36px;margin-left:auto;margin-right:34px}.cw-root .navLinks a{color:var(--ink);font-size:13px;font-weight:600;white-space:nowrap}.cw-root .navLinks i.chevron{display:inline-block;width:6px;height:6px;margin:0 0 3px 8px;border-right:1.5px solid #6d7e90;border-bottom:1.5px solid #6d7e90;transform:rotate(45deg)}.cw-root .navActions{display:flex;align-items:center;gap:13px}.cw-root .hamburgerMenu{display:none}.cw-root .expertButton,.cw-root .login{display:grid;place-items:center;height:40px;border-radius:13px;font-size:13px;font-weight:700}.cw-root .login{width:73px;color:var(--deep-teal);border:1px solid #41b8ca}.cw-root .expertButton{display:inline-flex;align-items:center;justify-content:center;width:157px;color:#17202e;background:var(--yellow)}.cw-root .expertButton .buttonArrow{display:inline-block;margin:0 0 1px 7px;font-size:18px;line-height:1}.cw-root .hero{position:relative;max-width:1370px;margin:0 auto}.cw-root .heroLayout{position:relative;display:flex;align-items:stretch;min-height:445px}.cw-root .heroCopy{position:relative;z-index:2;padding:30px 0 30px 40px;flex:0 0 50%;max-width:50%}.cw-root .heroCarousel{position:absolute;inset:0;z-index:1;overflow:hidden;border-radius:20px}.cw-root .heroSlideTrack{display:flex;width:100%;height:100%}.cw-root .heroSlide{flex:0 0 100%;width:100%;height:100%;background-size:cover;background-position:top;background-repeat:no-repeat}.cw-root .heroSlide--0{background-image:url(/assets/images/banner-1.jpeg)}.cw-root .heroSlide--1{background-image:url(/assets/images/banner-2.jpeg)}.cw-root .eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 13px 7px 9px;border-radius:20px;color:#0788a1;background:#e5f7f8;font-size:11px;font-weight:700}.cw-root .eyebrow span{display:grid;place-items:center;width:17px;height:17px;border-radius:50%;color:#fff;background:#0a9bb1;font-size:10px}.cw-root .hero h1{margin:20px 0 12px;font-size:clamp(42px,4vw,56px);line-height:.99;letter-spacing:-2.3px}.cw-root .hero h1 em{color:var(--teal);font-style:normal}.cw-root .heroCopy>p{color:var(--muted);font-size:14px;line-height:1.65}.cw-root .programSearch{display:grid;grid-template-columns:1.1fr 1fr 150px;width:568px;margin-top:21px;overflow:visible;border-radius:14px;background:#fff;box-shadow:0 7px 22px rgba(22,70,93,.12)}.cw-root .programSearch .heroDropdown{position:relative}.cw-root .programSearch label{display:flex;align-items:center;gap:10px;padding:14px 16px;border-right:1px solid #e8eff1;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cw-root .programSearch small,.cw-root .programSearch strong{display:block;white-space:nowrap}.cw-root .programSearch strong{font-size:11px}.cw-root .programSearch small{margin-top:5px;color:#8993a0;font-size:10px;overflow:hidden;text-overflow:ellipsis;max-width:150px}.cw-root .miniIcon{color:var(--teal);font-size:18px}.cw-root .programSearch button[type=submit]{border:0;color:#fff;background:#0d9eb7;font-size:12px;font-weight:700;cursor:pointer;border-radius:0 14px 14px 0}.cw-root .programSearch button[type=submit] span{margin-right:5px;font-size:21px;vertical-align:-2px}.cw-root .heroDropdownMenu{position:absolute;top:100%;left:0;right:0;min-width:240px;background:#fff;border:1px solid #e8eff1;border-radius:12px;box-shadow:0 8px 28px rgba(22,70,93,.15);z-index:100;margin-top:4px;max-height:260px;overflow:hidden;display:flex;flex-direction:column}.cw-root .heroDropdownSearch{width:100%;padding:10px 14px;border:none;border-bottom:1px solid #e8eff1;font-size:13px;outline:none;font-family:inherit}.cw-root .heroDropdownMenu ul{list-style:none;padding:0;margin:0;overflow-y:auto;flex:1 1}.cw-root .heroDropdownMenu li{padding:9px 14px;font-size:13px;cursor:pointer;transition:background .15s}.cw-root .heroDropdownMenu li:hover{background:#f0fafb}.cw-root .heroDropdownMenu li.active{background:#e5f7f8;color:#0788a1;font-weight:600}.cw-root .heroDropdownMenu li.noResult{color:#8993a0;cursor:default}.cw-root .popular{display:flex;align-items:center;gap:10px;margin-top:17px;font-size:10px}.cw-root .popular strong{margin-right:4px}.cw-root .popular a{padding:7px 12px;border:1px solid #e8edf0;border-radius:18px;color:#364152;background:#fff}.cw-root .popular a:hover{background:#f0fafb;border-color:#0a9bb1}@media(max-width:1050px){.cw-root .navLinks{gap:16px;margin-right:15px}.cw-root .navLinks a:nth-child(5),.cw-root .navLinks a:nth-child(6){display:none}.cw-root .heroCopy{padding-left:30px}.cw-root .programSearch{width:100%}}@media(max-width:720px){.cw-root .hamburgerMenu{display:flex;flex-direction:column;justify-content:center;gap:4px;width:24px;height:24px;cursor:pointer;margin-right:8px}.cw-root .hamburgerMenu .bar{width:100%;height:2px;background-color:var(--ink);border-radius:2px}.cw-root .navbar{margin:8px 12px 0;padding:13px 15px;justify-content:flex-start}.cw-root .brand{min-width:0}.cw-root .brandMark{width:200px;height:37px;object-position:left center}.cw-root .brand small,.cw-root .login,.cw-root .navLinks{display:none}.cw-root .brand strong{font-size:20px}.cw-root .navActions{margin-left:auto}.cw-root .expertButton{width:145px}.cw-root .heroLayout{flex-direction:column;min-height:840px}.cw-root .heroCopy{flex:none;max-width:100%;padding:30px 16px 0}.cw-root .heroSlide{background-size:contain;background-color:#ebfffe}.cw-root .heroSlide--0{background-image:url(/assets/images/mobile-banner-1.jpeg);background-position:bottom}.cw-root .heroSlide--1{background-image:url(/assets/images/mobile-banner-2.jpeg);background-position:bottom}.cw-root .eyebrow{max-width:100%;font-size:10px}.cw-root .hero h1{margin:18px 0 12px;max-width:290px;font-size:clamp(34px,10vw,40px);line-height:.94;letter-spacing:-1.5px}.cw-root .heroCopy>p{max-width:280px;font-size:13px;line-height:1.55}.cw-root .heroCopy>p br{display:none}.cw-root .programSearch{grid-template-columns:1fr;width:100%;margin-top:17px;border-radius:14px}.cw-root .programSearch label{min-height:58px;padding:12px 14px;border-right:0;border-bottom:1px solid #e8eff1}.cw-root .programSearch label span:last-child{min-width:0;overflow:hidden}.cw-root .programSearch small,.cw-root .programSearch strong{overflow:hidden;text-overflow:ellipsis}.cw-root .programSearch button[type=submit]{min-height:50px;border-radius:0 0 14px 14px}.cw-root .heroDropdownMenu{min-width:100%}.cw-root .popular{display:none}}@media(max-width:430px){.cw-root .expertButton{width:130px;font-size:11px}.cw-root .hero h1{font-size:36px}}