:root{--accent-primary:#64d1f4;--accent-secondary:#f99c26;--bg-rgb:#f5f4ff;--bg-alt-rgb:#fff;--bg:#f5f4ff;--bg-alt:#fff;--text:#1e1b4b;--text-secondary:#94a3b8;--text-muted:#b8b5d4;--blue:#4f46e5;--clr-success:#10b981;--clr-warning:#f97316;--clr-danger:#f43f5e;--border:#e8e6ff;--shadow:#4f46e514;--gradient:linear-gradient(135deg, #312e81, #4f46e5, #0ea5e9);--gradient-soft:linear-gradient(135deg, #4f46e514, #0ea5e914);--radius:16px;--transition:all .3s cubic-bezier(.4, 0, .2, 1);--font:"Poppins", "Rubik", "Sora", system-ui;--max-width:1200px}[data-theme=dark]{--bg-rgb:#0f1117;--bg-alt-rgb:#161c28;--bg:#0f1117;--bg-alt:#161c28;--text:#f1f5f9;--text-secondary:#cbd5e1;--text-muted:#64748b;--border:#1e2a3b;--shadow:#0006}*,:after,:before{box-sizing:border-box;transition:var(--transition);margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);min-height:100dvh}::-webkit-scrollbar{width:3px;height:3px}::-webkit-scrollbar-track{background:var(--clr-background);border-radius:8px}::-webkit-scrollbar-thumb{background:var(--gradient);border-radius:8px}::-webkit-scrollbar-thumb:hover{background:var(--clr-accent-primary)}.bg-element{background:var(--blue);filter:blur(80px);z-index:999;border-radius:50px;width:100px;height:100px;position:fixed}.b-1{animation:7s infinite floatSlow;right:0}.b-2{animation:7s infinite floatSlow;bottom:0;left:0}.b-3{animation:7s infinite floatSlow;top:10rem;left:40rem}@keyframes floatSlow{0%,to{transform:translate(0)rotate(0)}33%{transform:translate(20px,20px)rotate(120deg)}66%{transform:translate(-15px,15px)rotate(240deg)}}.AboutCard{background:var(--gradient-soft);border:2px solid var(--border);-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);border-radius:1.5rem;flex-direction:column;flex:338px;justify-content:start;align-items:stretch;gap:1rem;padding:1.75rem 1.5rem;display:flex}.AboutCard:hover{box-shadow:0 0 1rem var(--shadow);transform:translateY(-5px)}.CardUp{flex-direction:column;justify-content:center;align-items:start;gap:.6rem;display:flex}.CardUp i{background:var(--gradient);color:#fff;border-radius:.8rem;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.1rem;display:flex}.CardUp h2{font-size:1rem}.CardUp p{color:var(--text-muted);text-align:left;font-size:.9rem}.AboutCard{flex-grow:1}.CardContent ul{flex-direction:column;justify-content:center;align-items:center;gap:.8rem;margin-top:auto;list-style:none;display:flex}.CardContent ul li{justify-content:start;align-items:center;gap:.6rem;width:100%;display:flex}.CardContent ul li i{color:var(--clr-success)}.CardContent ul li span{text-align:left;flex-grow:1;font-size:.8rem;font-weight:400}.FeatureCard{border-radius:var(--radius);-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);background:var(--gradient-soft);border:1.5px solid var(--border);flex-direction:column;flex:338px;justify-content:start;align-items:stretch;gap:1rem;padding:2rem;display:flex}.FeatureCard:hover{box-shadow:0 0 2rem var(--shadow);transform:translateY(-5px)}.FeatureCard i{background:var(--gradient);border-radius:var(--radius);color:#fff;justify-content:center;align-items:center;width:50px;height:50px;padding:1rem;display:flex}.FeatureCard h2{width:max-content;font-size:1.1rem}.FeatureCard p{text-align:left;font-size:.9rem;font-weight:300;line-height:1.5}.MissionBox{border:1px solid var(--border);border-radius:var(--radius);-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);background:var(--gradient-soft);gap:1rem;width:100%;padding:1rem;display:flex}.MissionBox .left{height:100%}.MissionBox .left i{border-radius:var(--radius);background:var(--gradient);color:#fff;place-content:center;width:45px;height:45px;display:grid}.MissionBox .right{flex-direction:column;align-items:start;gap:.4rem;display:flex}.MissionBox .right h2{text-align:left;font-size:1.1rem}.MissionBox .right p{text-align:left;color:var(--text-muted);font-size:.9rem}.footer{border-top:2px solid var(--border);background:var(--gradient-soft);justify-content:center;align-items:center;width:100%;height:max-content;min-height:19rem;padding:1rem 2rem;display:flex}.footer-grid{max-width:var(--max-width);grid-template-columns:1.4fr 1fr 1fr 1fr;place-items:center;display:grid}.footer-brand{flex-direction:column;justify-content:center;align-items:start;gap:1rem;text-decoration:none;display:flex}.footer-brand p{color:var(--text-muted);font-weight:350}.footer-brand .footer-socials{justify-content:center;align-items:center;gap:1rem;display:flex}.footer-brand .footer-socials a{background:var(--gradient);color:#fff;border-radius:.5rem;justify-content:center;align-items:center;width:45px;height:45px;margin-top:1.5rem;font-size:1.1rem;text-decoration:none;transition:all .4s ease-in-out;display:flex;position:relative}.footer-brand .footer-socials a:before{content:attr(data-name);color:var(--text);background:var(--bg);opacity:0;-webkit-user-select:none;user-select:none;pointer-events:none;border-radius:50px;padding:.3rem .9rem;font-size:.9rem;position:absolute;top:-2.3rem}.footer-brand .footer-socials a:hover:before{opacity:1;-webkit-user-select:all;user-select:all;pointer-events:all}.footer-col{flex-direction:column;gap:.8rem;height:100%;display:flex}.footer-col h4{color:var(--text)}.footer-col ul{flex-direction:column;justify-content:center;align-items:start;gap:.8rem;list-style:none;display:flex}.footer-col>ul li a,.footer-col>a,div.contact-item{color:var(--text-muted);font-size:.95rem;text-decoration:none}.contact-item{justify-content:start;align-items:center;gap:.7rem;display:flex}@media screen and (width<=960px){.footer{flex-direction:column;padding:2rem 1rem}.footer-grid{grid-template-columns:1fr;place-items:start;gap:2rem}}.QouteWrapper{background:var(--gradient-soft);border-top:2px solid var(--border);border-bottom:2px solid var(--border);width:100%;min-height:400px;color:var(--text);flex-direction:column;justify-content:center;align-items:center;gap:.4rem;display:flex}.QouteWrapper i{color:var(--text-muted);font-size:3rem}.QouteWrapper h1{text-align:center;width:90%;max-width:50rem;margin-bottom:.4rem}.QouteWrapper p{color:var(--text-muted);font-size:1.1rem}.CTAContainer{background:var(--gradient);color:#fff;border-radius:calc(var(--radius) + 1.5rem);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.2rem;width:90%;max-width:900px;margin:2rem auto;padding:clamp(3rem,5vw,3.5rem) clamp(2rem,5vw,3.5rem);display:flex;box-shadow:0 20px 40px #0000001f}.CTAContainer h1{letter-spacing:-.03em;margin:0;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.15}.CTAContainer p{opacity:.9;max-width:550px;margin-bottom:1rem;font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.6}.CTAContainer .Account{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;width:100%;display:flex}.CTAContainer .Account a{border-radius:var(--radius);flex:300px;justify-content:center;align-items:center;padding:.9rem 2.2rem;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .25s ease-in-out;display:inline-flex}.CTAContainer .Account a:first-child{color:#111;background:#fff;border:2px solid #fff}.CTAContainer .Account a:first-child:hover{color:#fff;background:0 0;transform:translateY(-2px);box-shadow:0 8px 20px #fff3}.CTAContainer .Account a:last-child{color:#fff;background:0 0;border:2px solid #fff6}.CTAContainer .Account a:last-child:hover{background:#ffffff1a;border-color:#fff;transform:translateY(-2px)}:root{--Logo-Family:"Sora";--Header-height-Value:70px;--explore-transform:-8px}body{padding-top:var(--Header-height-Value);font-family:Sora}.HomePageHeader{border-radius:0 0 var(--radius) var(--radius);width:100%;height:var(--Header-height-Value);background:var(--bg-alt-rgb);z-index:99999;border-bottom:2px solid #0000;justify-content:center;align-items:center;transition:border-bottom-color .3s,background .3s,transform .3s;display:flex;position:fixed;top:0;left:50%;transform:translate(-50%)}.HeaderWrapper{width:100%;max-width:var(--max-width);justify-content:space-between;align-items:center;padding:0 1.5rem;display:flex}.HeaderNav{z-index:9999;transition:var(--transition)}.HeaderNav ul{gap:.6rem;width:100%;list-style:none;display:flex}.HeaderNav ul li a{width:100%;font-size:.9rem;font-family:var(--ff);color:var(--text);border-radius:.5rem;padding:.3rem .6rem;font-weight:650;text-decoration:none;overflow-x:hidden}.HeaderNav ul li a:hover{background:var(--bg);color:var(--blue)}.HiddenNavBtn{cursor:pointer;color:var(--text);background:0 0;border:none;font-size:1.3rem;display:none}@media screen and (width<=800px){.HiddenNavBtn{display:flex}.HeaderNav{height:calc(100dvh - var(--Header-height-Value));background:var(--bg-alt);width:0%;right:0;top:var(--Header-height-Value);position:fixed;transform:translate(110%)}.HeaderNav.open{width:100%;transform:translate(0)}.HomePageHeader:has(.HeaderNav.open){border-bottom-color:var(--border);border-radius:0}.HeaderNav ul{flex-direction:column;gap:1rem;height:100%;padding:1rem;display:flex}.HeaderNav ul li{border:2px solid var(--border);border-radius:var(--radius);width:100%;padding:.7rem}}.HeroSectionWrapper{width:100%;min-height:calc(100dvh - var(--Header-height-Value));justify-content:center;display:flex;position:relative}.ExploreFeutares{color:var(--text);font-family:var(--ff);flex-direction:column;justify-content:center;align-items:center;gap:.6rem;text-decoration:none;animation:.6s infinite alternate upDown;display:flex;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}@keyframes upDown{0%{transform:translate(-50%)}to{transform:translate(-50%, var(--explore-transform))}}.ExploreFeutares i{border:2px solid var(--border);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:.6rem;display:flex}.HeroMain{width:100%;max-width:var(--max-width);font-family:var(--ff);grid-template-columns:1fr auto;padding:1.5rem;display:grid}.Right{align-items:center;height:100%;display:flex}.Left{color:var(--text);flex-direction:column;justify-content:center;align-items:start;gap:2rem;display:flex}.Left .Up{flex-direction:column;justify-content:center;align-items:start;gap:1rem;display:flex}.Left h1{color:var(--text);font-size:3rem;font-weight:800}.HeroHighlight{color:#0000;background:var(--gradient);-webkit-background-clip:text;background-clip:text}.Left h1 i{margin-right:.5rem}.Left p{max-width:550px;color:var(--text-muted);font-size:1.1rem;line-height:1.6rem}.btns{justify-content:center;align-items:center;gap:1rem;display:flex}.btns button{border-radius:var(--radius);font-family:var(--font);cursor:pointer;transition:var(--transition);white-space:nowrap;border:none;align-items:center;gap:8px;padding:12px 24px;font-size:1rem;font-weight:600;display:inline-flex}.btns button:first-child{background:var(--gradient);color:#fff;box-shadow:0 4px 20px #4f46e54d}.btns button:first-child:hover{transform:translateY(-2px);box-shadow:0 8px 30px #4f46e566}.btns button:last-child{background:var(--bg);color:var(--text);border:1.5px solid var(--border)}.btns button:last-child:hover{border-color:var(--blue);color:var(--blue)}@media screen and (width<=990px){.HeroMain .Right{display:none}}@media screen and (width<=810px){:root{--explore-transform:-5px}.HeroMain{grid-template-columns:1fr;padding-top:0}.HeroMain .Left{gap:1rem}.HeroMain .Left,.HeroMain .Left .Up{align-items:center}.HeroMain .Left h1,.HeroMain .Left p{text-align:center}.HeroMain .Left h1{font-size:max(2.1rem,6dvw)}.HeroMain .Left p,.ExploreFeutares i{font-size:.9rem}.ExploreFeutares span{font-size:.8rem}}.WScholVio,.ScholVioFeatures,.ScholVioMission{justify-content:center;align-items:center;width:100%;margin-top:3rem;display:flex}.AboutWrapper,.FeatureWrapper,.MissionWrapper{max-width:var(--max-width);color:var(--text);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:3rem;display:flex}.AboutUp,.SectionHeader{max-width:var(--max-width);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:0 1rem;display:flex}.SectionSmalldescription{color:var(--blue);font-weight:700}.AboutUp h1,.SectionHeader h1{font-size:3rem}.AboutUp p,.SectionHeader p{max-width:700px;color:var(--text-muted);line-height:1.3}.AboutCards,.SectionMainContent{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;width:100%;padding:0 1rem;display:flex}.ScholVioFeatures{margin:6rem 0}.ScholVioMission{margin-bottom:3rem}.MissionHighlight{color:var(--blue);font-weight:600}.MissionMainContent{max-width:var(--max-width);grid-template-columns:1fr auto;place-items:center;gap:2rem;width:100%;padding:0 1rem;display:grid}.MissionMainContent .Left{justify-content:end;align-items:center;display:flex;position:relative}.MissionMainContent .Left figcaption{color:var(--text);border-radius:var(--radius);-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);flex-direction:column;gap:.5rem;padding:1rem 2rem;display:flex;position:absolute;bottom:1rem}.MissionMainContent .Left figcaption i{font-size:1.5rem}.MissionMainContent .Left figcaption span{font-size:1rem}.MissionMainContent .Right{flex-direction:column;flex-grow:1;justify-content:space-around;align-items:start;gap:1.4rem;width:100%;display:flex}.MissionText{flex-direction:column;gap:1rem;display:flex}.MissionText>p{text-align:left;width:100%;font-size:1.1rem;font-weight:300;line-height:1.4}.MissionBoxes{flex-direction:column;gap:1rem;width:100%;display:flex}@media screen and (width<=1015px){.MissionMainContent{grid-template-columns:1fr}.MissionText>p{width:100%;font-size:1rem}.MissionMainContent .Left img{width:max(92dvw,100%)}}.CTAWrapper{justify-content:center;align-items:center;width:100%;height:80dvh;padding:2rem 0;display:flex}
