html,body{scroll-behavior:smooth;/}body{font-family:Inter,Segoe UI,Roboto,sans-serif;margin:0;padding:0;background-color:#f8f8f8;color:#333}header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(209,209,209,.3);height:65px;position:fixed;top:0;left:0;width:100%;background-color:#f8f8f8;z-index:1000;padding:0 20px;transition:transform .4s ease-in-out,border .4s ease-in-out}header h1{font-size:1.5em;margin-left:30px;text-align:left;font-family:Nunito-Bold,sans-serif;line-height:150%}header a{text-decoration:none;color:inherit}header.hidden{transform:translateY(-100%)}header.scrolled{border-bottom:2px solid #D1D1D1;transform:translateY(0)}header.scrolled #login{display:none}header.scrolled #startSmall{display:block}#hero{display:flex;flex-direction:column;align-items:center;text-align:center;padding:80px 10px 10px}#hero p{text-align:center;margin-bottom:-2px;max-width:50%;font-size:1.15em;font-weight:700;line-height:1.5}button{padding:13px 15px;font-size:.85em;cursor:pointer;border-radius:50px}button#startSmall{display:none;padding:14px 20px;margin:0 50px 0 15px;background-color:#34c759;color:#fff;font-weight:700;border:none;transition:all .3s ease-in-out}button#startSmall:hover{background-color:#2ead4e;box-shadow:0 5px 15px #34c75966;transform:scale(1.1)}button#startBig{position:relative;margin:60px 0;padding:20px 50px;background-color:#34c759;color:#fff;border:none;transition:.5s;transition-property:box-shadow;font-size:1.1em;font-weight:700;overflow:hidden}button#startBig{box-shadow:0 0 25px #34c759}button#startBig:hover{box-shadow:0 0 5px #34c759,0 0 25px #34c759,0 0 50px #34c759,0 0 75px #34c759}button#startBig:before{content:"";position:absolute;width:100px;height:100%;background-image:linear-gradient(120deg,#fff0 30%,#fffc,#fff0 70%);top:0;left:-100px}@keyframes shine{0%{left:-100px}20%{left:100%}to{left:100%}}button#startBig:before{content:"";position:absolute;width:100px;height:100%;background-image:linear-gradient(120deg,#fff0 30%,#fffc,#fff0 70%);top:0;left:-100px;animation:shine 3s infinite linear}button#startBig3d{position:relative;margin:40px 0 60px;padding:20px 50px;background-color:#34c759;color:#fff;border:none;transition:.5s;transition-property:box-shadow;font-size:1.1em;font-weight:700;overflow:hidden;box-shadow:0 6px #249c46,0 10px 15px #34c7594d;transition:all .1s ease-in-out}button#startBig3d:active{box-shadow:0 2px #249c46,0 5px 10px #34c7594d;transform:translateY(4px)}button#startBig3d:before{content:"";position:absolute;width:100px;height:100%;background-image:linear-gradient(120deg,#fff0 30%,#fffc,#fff0 70%);top:0;left:-100px;animation:shine 3s infinite linear}.course-list{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;padding:20px;justify-content:center;text-align:center;max-width:1000px;margin:0 auto}.course-wrapper{display:flex;flex-direction:column;align-items:center;margin-top:40px}.course{padding:35px;border-radius:15px;text-align:center;width:25px;height:25px;display:flex;justify-content:center;align-items:center;flex-direction:column}.course img{width:55px;height:55px;display:block;object-fit:contain}.course-name{margin-top:10px;font-size:17px;font-weight:700}@media(max-width:1000px){.course-list{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.course-list{grid-template-columns:repeat(2,1fr)}}.info-container{display:flex;align-items:center;justify-content:center;max-width:1100px;margin:220px auto 70px;gap:120px;padding:0 60px}.info-text{flex:1;max-width:50%}.info-text h2{font-size:2.5em;font-weight:700}.info-container:nth-of-type(1) .info-text h2{color:#e54e02}.info-container:nth-of-type(2) .info-text h2{color:#31b880}.info-container:nth-of-type(3) .info-text h2{color:#9945c4}.info-text p{font-size:1.2em;line-height:1.8;color:#333}.info-container img{width:100%;height:auto;flex:1;max-width:400px;min-width:300px;flex-shrink:0}@media(max-width:1024px){.info-container{flex-direction:column;text-align:center;gap:40px}.info-text{max-width:90%}.info-container img{max-width:50%;min-width:250px}}#neural-network{position:relative;width:100%;height:900px;overflow:hidden;display:flex;justify-content:center;align-items:center;text-align:center;flex-direction:column}#particles-js{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.neural-text{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);z-index:2;max-width:800px;color:#fff;text-shadow:0px 2px 10px rgba(0,0,0,.3);padding:20px}.neural-text h2{font-size:2.5rem;font-weight:700;margin-bottom:20px}.neural-text p{font-size:1.2rem;line-height:1.6}#neural-network button{position:absolute;bottom:25%;left:50%;transform:translate(-50%)}@media(max-width:768px){#neural-network{height:700px}.neural-text{top:35%}.neural-text h2{font-size:1.8rem}.neural-text p{font-size:1rem}#neural-network button{bottom:20%}}@media(max-width:480px){#neural-network{height:600px}.neural-text h2{font-size:1.5rem}#neural-network button{bottom:15%;padding:15px 30px}}footer{background-color:#1e2a38;color:#fff;padding:60px 10%;display:flex;justify-content:center}.footer-container{display:flex;justify-content:space-between;flex-wrap:wrap;width:100%;max-width:1200px;text-align:center}.footer-section{flex:1;min-width:200px;text-align:center;margin-bottom:20px}.footer-section h4{font-size:1.4em;font-weight:700;margin-bottom:30px}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin:5px 0;font-size:1.1em}.footer-section a,.footer-section p{color:#fff;text-decoration:none;font-size:.9em;transition:all .3s ease;position:relative}.footer-section a:hover:after{content:"";display:block;width:0;height:2px;background-color:#fff;position:absolute;bottom:-3px;left:0;transition:width .4s ease-in-out}.footer-section a:hover:after{width:100%}@media(max-width:900px){.footer-container{flex-wrap:wrap;display:grid;grid-template-columns:repeat(2,1fr);gap:20px;text-align:center}.footer-section{min-width:unset}}@media(max-width:600px){.footer-container{grid-template-columns:repeat(2,1fr)}}.team-container{max-width:1200px;margin:7.5em auto 3.75em;padding:.5em 1.25em 1.5em}.team-header{text-align:center;margin-bottom:5em}.team-header h2{font-size:2.75em;color:#333;margin-bottom:1.25em}.team-header p{font-size:1.3em;color:#666;max-width:850px;margin:0 auto;line-height:1.6}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:40px}.team-member{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 20px #0000001a;transition:transform .3s ease}.team-member:hover{transform:translateY(-10px)}.member-image{width:100%;height:300px;display:flex;align-items:center;justify-content:center}.member-image img{width:100%;height:100%;object-fit:cover}.member-info{padding:25px;text-align:center}.member-info h3{font-size:1.3em;color:#333;margin-bottom:10px;margin-top:3px}@media(max-width:1024px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.team-container{margin:100px auto 40px;width:300px}.team-grid{grid-template-columns:1fr;gap:30px}.team-header h1{font-size:2em}.member-image{height:250px}}.rive-container[data-astro-cid-7kirfefx]{width:100%;max-width:1000px;margin:0 auto;display:flex;justify-content:center;align-items:center}canvas[data-astro-cid-7kirfefx]{max-width:100%;height:auto}
