@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap);@import url(https://fonts.googleapis.com/css2?family=New+Amsterdam&family=Patrick+Hand&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap);:root{--header-height:3.5rem;--main-color:#950a55;--white-color:#fff;--body-font:"Poppins",sans-serif;--normal-font-size:.938rem;--font-semi-bold:600;--z-fixed:100}@media screen and (min-width:1024px){:root{--normal-font-size:1rem}}html{scroll-behavior:smooth}.fade-enter{opacity:0}.fade-enter-active{opacity:1;transition:opacity 1s}.fade-exit{opacity:1}.fade-exit-active{opacity:0;transition:opacity 1s}::selection{background:#950a55;color:#eee}::-webkit-scrollbar{background:#fff;width:10px}::-webkit-scrollbar-thumb{background:#950a55;border-radius:10px}.loading{align-items:center;background:#fff;display:flex;height:100%;justify-content:center;width:100%}.dot{animation:pulse 1.5s ease-in-out infinite;background-color:#b3d4fc;border-radius:10px;height:20px;margin-right:10px;width:20px}.dot:last-child{margin-right:0}.dot:first-child{animation-delay:-.3s}.dot:nth-child(2){animation-delay:-.1s}.dot:nth-child(3){animation-delay:.1s}@keyframes pulse{0%{background-color:#ffb0da;box-shadow:0 0 0 0 #950a54ce;transform:scale(.8)}50%{background-color:#950a55;box-shadow:0 0 0 10px #b2d4fc00;transform:scale(1.2)}to{background-color:#e981b8;box-shadow:0 0 0 0 rgba(149,10,84,.767);transform:scale(.8)}}*{box-sizing:border-box;margin:0;padding:0}*,body{font-family:Poppins,sans-serif;font-family:var(--body-font)}body{font-size:.938rem;font-size:var(--normal-font-size)}section.body{background:#880094;background:linear-gradient(90deg,#880094,#950a55);padding:2%}.body-content{align-items:center;background:#d9d9d9;border-radius:20px;display:flex;flex-direction:column;justify-content:center;padding:4%}.body-content.has-hero{padding:0}.title,.title .title-content{align-items:center;display:flex;justify-content:center}.title .title-content{flex-direction:column}.title h2{align-items:center;font-size:30px;margin-bottom:5px;width:500px}.title h2,.title p{color:#950a55;text-align:center}.title p{font-size:22px}.title hr{border:1px solid #950a55;height:-webkit-fit-content;height:fit-content;width:150px}@media only screen and (max-width:580px){.title hr{display:none}}@media only screen and (max-width:680px){.title hr{width:80px}}.container{margin-inline:1.5rem;max-width:1120px}.header{background:#950a55;background:linear-gradient(90deg,#950a55,#880094);box-shadow:0 2px 16px #0e121b4d;left:0;position:fixed;top:0;width:100%;z-index:100;z-index:var(--z-fixed)}.nav{height:3.5rem;height:var(--header-height);width:95%}.nav__burger,.nav__close,.nav__logo{color:#fff;color:var(--white-color)}.nav__data{height:100%;justify-content:space-between}.nav__data,.nav__logo{align-items:center;display:flex}.nav__logo img{height:100px;margin:10px;width:100px}.nav__toggle{height:32px;margin-right:10px;position:relative;width:32px}.nav__burger,.nav__close{cursor:pointer;font-size:1.4rem;height:-webkit-max-content;height:max-content;inset:0;margin:auto;position:absolute;transition:opacity .1s,transform .4s;width:-webkit-max-content;width:max-content}.nav__close{opacity:0}@media screen and (max-width:1000px){.nav__menu{height:calc(100vh - 3.5rem);left:0;opacity:0;overflow:auto;pointer-events:none;position:absolute;top:2.5rem;transition:top .4s,opacity .3s;width:100%}.nav__menu::-webkit-scrollbar{width:0}.nav__list{background-color:#950a55;background-color:var(--main-color);padding-top:1rem}}.nav__link{align-items:center;color:#fff;color:var(--white-color);display:flex;font-weight:600;font-weight:var(--font-semi-bold);justify-content:space-between;padding:1.25rem 1.5rem;transition:background-color .3s}.nav__link:hover{background-color:var(--main-color-light)}.show-menu{opacity:1;pointer-events:auto;top:3.5rem}.show-icon .nav__burger{opacity:0;transform:rotate(90deg)}.show-icon .nav__close{opacity:1;transform:rotate(90deg)}@media screen and (max-width:340px){.container{margin-inline:1rem}.nav__link{padding-inline:1rem}}@media screen and (min-width:1000px){.container{margin-inline:auto}.nav{display:flex;height:5.5rem;height:calc(var(--header-height) + 2rem);justify-content:space-between}.nav__toggle{display:none}.nav__list{column-gap:3rem;display:flex;height:100%}.nav__link{column-gap:.25rem;height:100%;justify-content:normal;padding:0}.nav__link:hover{background-color:initial}}.hero-section{background:#610637;background:linear-gradient(90deg,#610637,#580060);padding:100px 30px 30px;width:100%}.hero-section h1{color:#fff;font-family:Ubuntu,sans-serif;font-size:40px;margin-bottom:5px;text-align:center}.hero-section h3{color:#fff;font-size:22px;margin-bottom:20px;text-align:center}.hero-section p{color:#fff;font-size:18px;margin:auto;max-width:800px;text-align:center}footer{align-items:center;background:#3c0422;background:linear-gradient(90deg,#3c0422,#36003b);display:flex;flex-direction:column;justify-content:center}footer h2{border-bottom:1.5px solid #fff;color:#fff;font-size:30px;margin-bottom:20px;margin-top:30px;padding-bottom:10px;text-align:center}footer .sitemap{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.sitemap a{color:#fff;font-size:18px;font-weight:800}footer .footer-devided{align-items:center;display:flex;height:100%;justify-content:center;margin-top:20px;width:65%}.footer-devided .footer-left{border-right:1.4px solid #fff}.footer-devided .footer-left,.footer-devided .footer-right{padding:20px;width:50%}.footer-devided .footer-left h3{color:#fff;font-size:25px;margin-bottom:15px}.footer-left p{color:#fff}.footer-right,.footer-right .footer-links{display:flex;flex-direction:column}.footer-right .footer-links{gap:10px;margin-bottom:15px}.footer-right .footer-links a.contact{color:#fff;font-size:19px}a.contact i{margin-right:7px}.footer-right .footer-social-icons{display:flex;gap:15px}.footer-social-icons .icon{align-items:center;background:#fff;border-radius:50%;color:#000;cursor:pointer;display:flex;font-size:20px;height:40px;justify-content:center;transition:all .3s ease-in-out;width:40px}.footer-social-icons .icon:hover{background:#950a55;color:#fff}footer .developers{background:#000;bottom:0;color:#fff;margin-top:20px;padding:10px;text-align:center;width:100%}.developers a{color:#fff;text-decoration:underline}@media only screen and (max-width:915px){.footer-devided{flex-direction:column;width:100%}.footer-devided .footer-left,.footer-devided .footer-right{text-align:center;width:100%}.footer-left{border:none;border-bottom:1.4px solid #fff}.footer-right .footer-social-icons{justify-content:center}}ul{list-style:none}a{text-decoration:none}section.hero{align-items:center;background-image:url(/static/media/hero-back.0e4239893dffa01e4dd3.png);background-position:50%;background-size:cover;display:flex;height:100vh;justify-content:space-between;padding:2%}.hero .left-txt{max-width:80%}.left-txt h1{color:#fff;font-family:Ubuntu,sans-serif;font-size:3.5rem;line-height:70px;margin-bottom:10px}.left-txt p{color:#fff;font-family:Patrick Hand,sans-serif;font-size:2.2rem;line-height:40px;max-width:600px}.hero .right-img{margin-right:2%;position:relative;width:40%}.right-img img{border-radius:20px;display:block;margin:auto;min-width:350px;width:100%}.right-img .img-content{align-items:center;background:#0009;border-radius:20px;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:.6s ease-in-out;width:100%}.img-content:hover{opacity:1}.img-content p{color:#fff;font-size:30px;margin-bottom:15px}.img-content a{background:#950a55;background:var(--main-color);border:2px solid #950a55;border:2px solid var(--main-color);border-radius:5px;color:#fff;font-size:20px;padding:10px;transition:.3s ease-in-out}.img-content a:hover{background:none}.hero .links{display:flex;padding:20px 20px 20px 5px}.links a{border-radius:5px;font-size:1.2rem;margin-right:20px;padding:10px;text-align:center;text-decoration:none;transition:.3s ease-in-out}.links .first-link{background:purple;border:2px solid purple;color:#fff}.first-link:hover{background:none;transform:translateY(-10px)}.links .second-link{background:#fff;border:2px solid #fff;color:purple}.second-link:hover{background:none;color:#fff;transform:translateY(-10px)}.row{display:flex;justify-content:center}.left,.right{margin-bottom:30px;margin-top:30px;padding:20px;width:50%}.left h2,.right h2{color:purple;font-size:30px;margin-bottom:10px;text-align:center}.left p,.right p{font-size:19px}.left{border-right:1px solid purple}.left p{text-align:center}.right .vision-li{display:flex;margin:10px 10px 10px 25px}.vision-li i{font-size:20px;margin-right:5px}.row .left-second h2{color:#950a55;color:var(--main-color)}.row .left-second p,.row .right-second p{margin-bottom:20px;text-align:left}.row .left-second a,.row .right-second a{border-radius:5px;color:#fff;font-size:18px;margin:auto;padding:10px;text-decoration:none;transition:.3s ease-in-out}.row .right-second a{background:purple;border:2px solid purple}.right-second a:hover{background:none;color:purple}.row .left-second a{background:#950a55;background:var(--main-color);border:2px solid #950a55;border:2px solid var(--main-color)}.left-second a:hover{background:none;color:#950a55;color:var(--main-color)}.body hr.separate{border:2px solid purple;margin:auto;width:300px}.competition{align-items:center;background:#050d3b;border-radius:20px;display:flex;justify-content:space-between;margin:30px 2.5%;padding:40px 60px;width:95%}.competition .competition-txt{color:#fff}.competition-txt h2{font-size:40px;margin-bottom:15px}.competition-txt p{font-size:25px;margin-bottom:20px}.competition-txt a{background:#fff;border:2px solid #fff;border-radius:5px;color:#050d3b;font-size:20px;padding:10px;transition:.3s ease-in-out}.competition-txt a:hover{background:none;color:#050d3b;color:#fff}.competition .competition-img img{width:250px}.row .left-last{border:none;width:100%}.left-last h2{color:#950a55}.left-last .statistics{align-items:center;display:flex;gap:30px;justify-content:center;margin-top:30px}@media only screen and (max-width:820px){.left-last .statistics{flex-direction:column}.statistic-card h3,.statistic-card p{text-align:center}}.statistics .statistic-card{gap:13px}.statistic-card h3{color:#950a55;font-size:35px}@media only screen and (max-width:1150px){section.hero{flex-direction:column;padding-top:120px}.hero .left-txt{max-width:900px}.left-txt h1,.left-txt p{text-align:center}.hero .links{align-items:center;justify-content:center;margin-top:20px;padding:0}}@media only screen and (max-width:640px){.left-txt h1{font-size:3rem}.hero .left-txt{max-width:100%}.right-img{align-items:center;display:flex;justify-content:center;margin-right:0;position:relative;width:100%}.right-img img{display:block;margin:0 auto}.right-img .img-content,.right-img img{max-width:350px;min-width:0;min-width:auto;width:80vw}.right-img .img-content{align-items:center;background:#0009;border-radius:20px;display:flex;flex-direction:column;height:100%;justify-content:center;left:50%;opacity:0;pointer-events:none;position:absolute;top:0;transform:translateX(-50%);transition:.6s ease-in-out}.right-img .img-content:hover,.right-img:hover .img-content{opacity:1;pointer-events:auto}}@media only screen and (max-width:480px){.competition-txt h2{font-size:30px}.competition-txt p{font-size:23px}.hero .left-txt h1{font-size:2rem}}@media only screen and (max-width:915px){.body-content .row{align-items:center;flex-direction:column;justify-content:center;width:100%}.left{border-bottom:1px solid purple;border-right:none}.left,.right{width:100%}.row .left-second p,.row .right-second p{text-align:center}.row .left-second a,.row .right-second a{display:block;margin:auto;padding:15px;text-align:center}}.title{margin-top:70px}.questions-container{margin:0 auto;max-width:100%;width:100%}.question{border-bottom:1px solid #fff;box-sizing:border-box;padding:30px;width:100%}.question span{font-family:Poppins,sans-serif}.question button{align-items:center;background-color:#950a55;border:none;border-radius:20px;color:#fff;cursor:pointer;display:flex;font-size:22px;font-weight:700;justify-content:space-between;outline:none;padding:20px 15px;width:100%}.question .content{background:#fff;border-radius:10px;box-sizing:border-box;margin-top:20px;max-height:0;opacity:0;overflow:hidden;padding:0;transition:all .6s ease;width:100%}.question p{background:#d9d9d9;border-radius:10px;font-size:22px;line-height:1.5;padding:10px}.d-arrow{color:#fff;transition:transform .5s ease-in}.issue{display:flex;gap:20px;margin-top:20px;width:100%}.issue h3{align-items:center;background:#950a55;border-radius:10px;color:#fff;display:flex;font-size:22px;padding:15px}.issue .issue-content{background:#d9d9d9;border-radius:10px;display:flex;width:100%}.issue-content .img{background:url(/static/media/issue_1_cropped.98f3a74e3f88e1804ba4.jpg) 50%;border:4px solid purple;border-radius:10px;height:100%;margin-right:15px;width:400px}.issue-content .issue-text{display:flex;flex-direction:column;justify-content:space-between;padding:10px 20px 20px 0}.issue-text h4{color:#950a55;font-size:22px}.issue-text h5{color:purple;font-size:18px}.question .content.show{max-height:400px;opacity:1;padding:30px}.question button .d-arrow.rotate{transform:rotate(180deg)}@media only screen and (max-width:976px){.issue,.issue-content{flex-direction:column;height:auto}.question .content.show{max-height:700px}.issue-content .img{display:block;height:120px;margin:20px auto auto;width:80%}.issue-text{padding:20px;text-align:center}}.program-first-section .title{margin-bottom:30px;margin-top:70px}.program-first-section .section-heading{display:block;font-size:19px;margin:auto auto 30px;max-width:750px;text-align:center}.program-first-section-content{background:purple;border-radius:20px;display:block;margin:auto;padding:30px;width:90%}.program-first-section-content h3{color:#fff;font-size:25px;margin-bottom:15px;text-align:center}.program-first-section-content p{color:#fff;font-size:19px;margin-bottom:20px;text-align:center}.program-first-section-content .cards{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.program-first-section-content .cards .card{background:#fff;border-radius:7px;color:purple;font-size:19px;padding:15px}.program-third-section{margin-top:70px}.program-third-section .title{margin-bottom:30px}.program-third-section .cards{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin:auto;width:90%}.program-third-section .cards .card{background:#950a55;border-radius:10px;font-size:20px;padding:15px}.program-third-section .cards .card h3{color:#fff;font-size:28px;margin-bottom:10px;text-align:center}.program-third-section .cards .card h4{color:#fff;font-size:20px;text-align:center}.program-fourth-section{margin-top:70px}.main{display:grid;height:auto;margin-top:30px;padding:50px 0;place-items:center;width:100%}.timeline-container{height:auto;margin:auto 0;position:relative;width:70%}.timeline-container ul{list-style:none}.timeline-container ul:after{background:#880094;background:linear-gradient(90deg,#880094,#950a55);content:" ";height:100%;left:50%;position:absolute;top:0;transform:translateX(-50%);width:2px}.timeline-container ul li{background-color:#950a55;border-radius:8px;box-shadow:1px 1px 15px rgba(0,0,0,.218);height:auto;margin-bottom:30px;padding:15px 20px;position:relative;width:50%;z-index:99}.timeline-container ul li:nth-child(2n){background:purple}.timeline-container ul li:nth-child(6){margin-bottom:0}.timeline-container ul li .circle{background-color:#e100ff7a;border-radius:50%;display:grid;height:20px;place-items:center;position:absolute;top:0;width:20px}.circle:after{background-color:#7f00ff;border-radius:50%;content:" ";height:12px;width:12px}ul li:nth-child(odd) .circle{right:-30px;transform:translate(50%,-50%)}ul li:nth-child(2n) .circle{left:-30px;transform:translate(-50%,-50%)}ul li .date{background:#880094;background:linear-gradient(90deg,#880094,#950a55);border-radius:15px;box-shadow:1px 2px 12px rgba(0,0,0,.318);color:#fff;display:grid;font-size:13px;height:33px;place-items:center;position:absolute;top:-45px;width:170px}.timeline-container ul li:nth-child(odd){clear:right;float:left;text-align:right;transform:translateX(-30px)}ul li:nth-child(odd) .date{right:20px}.timeline-container ul li:nth-child(2n){clear:left;float:right;transform:translateX(30px)}ul li .heading{color:#fff;font-size:17px}.program-fifth-section{background:#880094;background:linear-gradient(90deg,#880094,#950a55);border-radius:20px;display:block;margin:auto auto 50px;padding:30px;width:90%}.program-fifth-section h2{color:#fff;font-size:30px;margin-bottom:15px;text-align:center}.program-fifth-section p{color:#fff;font-size:18px;margin-bottom:20px;text-align:center}.program-fifth-section a{background:#fff;border:3px solid #fff;border-radius:7px;color:#950a55;display:block;font-size:18px;margin:auto;padding:15px;text-align:center;text-decoration:none;transition:.3s ease-in-out}.program-fifth-section a:hover{background:none;color:#fff}.competition-hero{align-items:center;display:flex;justify-content:center;padding:70px}.competition-hero img{border-radius:20px;margin-right:15px;width:160px}.competition-hero-text h1{color:#050d3b;font-family:Ubuntu,sans-serif;font-size:45px;margin-bottom:10px}.competition-hero-text p{color:#050d3b;font-size:20px}.brain-first-section{display:flex;gap:20px}.brain-first-section .participants{background:purple;border-radius:20px;display:block;margin:auto;padding-top:20px;width:90%}.brain-first-section .participants .title h2{color:#fff}.brain-first-section .participants .title hr{border-color:#fff}.brain-first-section .participants ul{list-style:circle;margin:20px;padding:20px}.brain-first-section .participants ul li{color:#fff;font-size:19px}.brain-first-section .participants ul hr{border:1.5px solid #fff;margin-bottom:15px;margin-top:15px}.brain-first-section .title{margin-top:20px}.brain-first-section .title h2{font-size:25px;width:360px}.brain-first-section .title hr{width:100px}.why{margin-top:70px}.why .title{margin-bottom:30px}.why .row{display:flex;flex-wrap:wrap}.why .column{padding:1em}.why .card{background:linear-gradient(0deg,#950a55 10px,#0000 0);background-position:0 .62em;background-repeat:no-repeat;border-radius:.5em;box-shadow:0 0 2.5em #00000026;cursor:pointer;padding:3.1em 1.25em;text-align:center;transition:.5s}.why .card .icon{background-color:#950a55;border-radius:50%;color:#fff;display:grid;font-size:2.5em;height:2em;margin:auto;place-items:center;width:2em}.why .icon:before{border:.12em solid #950a55;border-radius:50%;content:"";height:1.5em;position:absolute;transition:.5s;width:1.5em}.why .card h3{color:#070024;font-size:1.3em;font-weight:600;letter-spacing:.3px;margin:1em 0 1.4em}.why .card p{color:#625a71;line-height:2em}.why .card:hover{background-position:0}.why .card:hover .icon:before{height:2.25em;width:2.25em}@media screen and (min-width:768px){.why{padding:1em 7em}}@media screen and (min-width:992px){.why{padding:1em}.why .card{padding:5em 2em}.why .column{flex:0 0 33.33%;max-width:33.33%;padding:0 1em}}.brain-second-section .title{margin-top:70px}.brain-second-section-content{align-items:center;display:flex;justify-content:space-around;padding:50px}.brain-second-section-content .card{padding:20px;width:100%}.brain-second-section-content .card:first-child{border-right:3px solid #000}.brain-second-section-content .card h3{background:#950a55;border-radius:10px;color:#fff;font-size:28px;margin-bottom:15px;padding:10px;text-align:center}.brain-second-section-content .card p{background:purple;border-radius:15px;color:#fff;font-size:20px;padding:25px}.brain-second-section-content .card:first-child h3{background:purple}.brain-second-section-content .card:first-child p{background:#950a55}.training-exams{padding:40px 20px;text-align:center}.section-description{color:#950a55;font-size:1.1rem;line-height:1.6;margin:0 auto 40px;max-width:700px;text-align:center}.exam-cards-container{display:flex;flex-wrap:wrap;gap:30px;justify-content:center;margin:0 auto;max-width:1200px}.exam-card{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;max-width:350px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;width:100%}.exam-card:hover{box-shadow:0 10px 25px #00000026;transform:translateY(-5px)}.exam-header{background:linear-gradient(135deg,#050d3b,#070024);color:#fff;padding:20px;text-align:left}.exam-header h3{font-size:1.4rem;margin:0}.badges{display:flex;gap:10px;margin-top:10px}.level,.questions-count{background:#fff3;border-radius:20px;display:inline-block;font-size:.9rem;padding:5px 10px}.exam-content{padding:25px;text-align:left}.exam-content p{color:#7f8c8d;line-height:1.5;margin-bottom:25px}.start-exam-btn{background:#950a55;border-radius:5px;color:#fff;display:inline-block;font-weight:700;padding:12px 25px;text-decoration:none;transition:background .3s ease}.start-exam-btn:hover{background:#580732}.start-exam-btn.disabled{background:#d1d1d1;border-radius:5px;color:#000;cursor:not-allowed;display:inline-block;font-weight:700;padding:12px 25px;text-decoration:none;transition:background .3s ease}@media (max-width:768px){.exam-cards-container{align-items:center;flex-direction:column}.exam-card{max-width:100%}}.brain-fourth-section h3{font-size:25px;margin-bottom:15px;margin-top:30px;text-align:center}.brain-fourth-section .cards{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.brain-fourth-section .cards .card{background:#950a55;border-radius:10px;color:#fff;font-size:20px;margin:10px;padding:15px}.brain-fourth-section .cards .card:nth-child(2n){background:purple}.brain-fourth-section a{background:#050d3b;border:3px solid #050d3b;border-radius:10px;color:#fff;display:block;font-size:18px;margin:auto;padding:15px;text-align:center;transition:.3s ease-in-out;width:83%}.brain-fourth-section a:hover{background:none;color:#050d3b}.brain-fifth-section .title{margin-top:70px}.brain-fifth-section h3.section-heading{display:block;font-size:20px;margin:30px auto 15px;max-width:750px;text-align:center}.brain-fifth-section .cards{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:30px}.brain-fifth-section .cards .row{display:flex;flex-direction:row;gap:20px}.brain-fifth-section .cards .row:first-child{margin-bottom:20px}.brain-fifth-section .cards .card{align-items:center;background:purple;border-radius:20px;display:flex;padding:15px;width:500px}.brain-fifth-section .cards .card:first-child{background:#950a55}.brain-fifth-section .cards .card h3{border-right:2px solid #fff;color:#fff;font-size:40px;padding-right:15px}.brain-fifth-section .cards .card p{color:#fff;font-size:19px;padding-left:15px}.brain-fifth-section p.warning{color:#c02525;font-size:18px;margin-top:20px;text-align:center}@media only screen and (max-width:1130px){.brain-first-section{flex-direction:column}}@media only screen and (max-width:920px){.competition-hero{align-items:center;flex-direction:column;gap:20px;justify-content:center}.competition-hero h1,.competition-hero p{text-align:center}}@media only screen and (max-width:850px){.brain-second-section-content{flex-direction:column}.brain-second-section-content .card:first-child{border:none}}@media only screen and (max-width:1100px){.brain-fifth-section .cards .row{align-items:center;display:flex;flex-direction:column;justify-content:center}}@media only screen and (max-width:560px){.brain-fifth-section .cards .row .card{width:90%}.brain-first-section{align-items:center;justify-content:center}.brain-first-section .card{width:90%}}@media only screen and (min-width:798px) and (max-width:1100px){.timeline-container{width:80%}}@media only screen and (max-width:798px){.timeline-container{transform:translateX(20px);width:70%}.timeline-container ul:after{left:-40px}.timeline-container ul li{clear:none;float:none;margin-bottom:80px;width:100%}.timeline-container ul li .circle{left:-40px;transform:translate(-50%,-50%)}.timeline-container ul li .date{left:20px}.timeline-container ul li:nth-child(odd){text-align:left;transform:translateX(0)}.timeline-container ul li:nth-child(2n){transform:translateX(0)}}@media only screen and (max-width:550px){.timeline-container{width:80%}.timeline-container ul li .circle,.timeline-container ul:after{left:-20px}}@media only screen and (max-width:480px){.competition-txt h2{font-size:30px}.competition-txt p{font-size:23px}}@media only screen and (max-width:995px){.competition{flex-direction:column}.competition-txt h2,.competition-txt p{text-align:center}.competition-txt a{display:block;margin:auto;padding:15px;text-align:center}}#section-wrapper{padding:10px;width:100%}.box-wrapper{border-radius:30px;display:table;margin:35px auto auto;position:relative;width:1100px}.info-wrap{background:linear-gradient(144deg,#950a55,#880094 49%);border-radius:30px 0 0 30px;color:#fff;display:block;float:left;height:551px;padding:40px;width:35%}.info-title{font-family:Ubuntu,sans-serif;font-size:28px;letter-spacing:.5px;text-align:left}.info-sub-title{font-size:18px;font-weight:300;letter-spacing:.5px;line-height:26px;margin-top:17px}.info-details{list-style:none;margin:60px 0 20px}.info-details li{color:#fff;font-size:18px;margin-top:25px}.info-details li i{background:#950a55;border-radius:50%;margin-right:5px;padding:12px}.info-details li a{color:#fff;text-decoration:none}.info-details li a:hover{color:#950a55}.social-icons{list-style:none;margin:20px 0;text-align:center}.social-icons li{display:inline-block}.social-icons li i{background:#950a55;border-radius:22%;color:#fff;cursor:pointer;font-size:20px;margin:0 5px;padding:10px;transition:all .5s}.social-icons li i:hover{background:#fff;color:#950a55}.form-wrap{background:#ecf0f3;border-radius:0 30px 30px 0;float:right;height:551px;padding:40px 25px 35px;width:65%}.form-title{font-family:Ubuntu,sans-serif;font-size:28px;letter-spacing:.5px;margin-left:23px;text-align:left}.form-fields{display:table;padding:15px 5px 5px;width:100%}.form-fields input,.form-fields textarea{background:none;border:none;color:#b8b8b8;font-family:Poppins,sans-serif;font-size:18px;outline:none;padding:20px 10px 20px 5px;width:100%}.form-fields textarea{height:150px;resize:none}.form-group{border-radius:25px;box-shadow:inset 8px 8px 8px #cbced1,inset -8px -8px 8px #fff;float:left;margin:14px 12px;padding:0 30px;width:46%}.form-fields .form-group:last-child{width:96%}.submit-button{background:#950a55;border:none;border-radius:15px;box-shadow:3px 3px 8px #b1b1b1,-3px -3px 8px #fff;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;font-size:20px;font-weight:700;height:60px;margin:0 12px;outline:none;text-align:center;transition:.5s;width:96%}.submit-button:hover{background:#31279d}@media only screen and (max-width:767px){.box-wrapper{width:100%}.form-wrap,.info-wrap{float:none;height:inherit;width:100%}.info-wrap{border-radius:30px 30px 0 0}.form-wrap{border-radius:0 0 30px 30px}.form-group{float:none;margin:25px 0;width:100%}.form-fields .form-group:last-child,.submit-button{width:100%}.submit-button{margin:10px 0}}.section{padding:50px 100px 100px}.publish-first-section .cards{align-items:center;display:flex;gap:25px;justify-content:center;margin-top:30px}.publish-first-section .cards .card{background:purple;border-radius:20px;display:flex;padding:15px;width:500px}.publish-first-section .cards .card:first-child{background:#950a55}.publish-first-section .cards .card h3{border-right:2px solid #fff;color:#fff;font-size:40px;padding-right:15px}.publish-first-section .cards .card p{color:#fff;font-size:19px;padding-left:15px}.publish-first-section .topics{border-left:3px solid #950a55;display:block;margin:30px auto auto;padding-left:15px;width:600px}.publish-first-section .topics h3{color:#950a55;font-size:25px;margin-bottom:10px}.publish-first-section .topics p{font-size:19px}@media only screen and (max-width:580px){.publish-first-section .cards .card{width:90%}.title hr{display:none}}@media only screen and (max-width:1004px){.title h2{font-size:25px;width:400px}}@media only screen and (max-width:900px){.title h2{font-size:20px;width:350px}.section{padding:80px}}@media only screen and (max-width:810px){.section{padding:50px}}@media only screen and (max-width:750px){.section{padding:30px}.title hr{width:100px}}@media only screen and (max-width:680px){.title hr{width:80px}.publish-second-content{flex-direction:column}.publish-second-content h3{border:none;margin-bottom:15px;text-align:center}.publish-second-content p{text-align:center}}@media only screen and (max-width:1130px){.publish-first-section .cards{flex-direction:column}}@media only screen and (max-width:680px){.publish-first-section .topics{border:none;width:90%}}.publish-second-section{background:#880094;background:linear-gradient(90deg,#880094,#950a55);border-radius:20px;width:90%}.publish-second-section .title h2,.publish-second-section .title p{color:#fff}.publish-second-content p a{color:#fff;text-decoration:underline}.publish-second-section .title hr{border-color:#fff}.publish-second-section .publish-second-content{display:flex;margin-top:30px}.publish-second-content h3{border-right:3px solid #fff;color:#fff;font-size:25px;padding-right:15px}.publish-second-content p{color:#fff;font-size:19px;padding-left:15px}.publish-third-section .cards{align-items:center;display:flex;flex-wrap:wrap;gap:25px;justify-content:center;margin-top:30px}.publish-third-section .cards .card{background:#950a55;border-radius:20px;height:400px;padding:20px;width:250px}.publish-third-section .cards .card:nth-of-type(2),.publish-third-section .cards .card:nth-of-type(4){background:purple}.publish-third-section .cards .card h3{color:#fff;font-size:40px;font-weight:900;margin-bottom:15px;text-align:center}.publish-third-section .cards .card p{color:#fff;font-size:19px}.publish-fourth-content{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;margin-top:30px}.publish-fourth-content p{color:#000;font-size:19px}.publish-fourth-content p a{color:#950a55;font-weight:600;text-decoration:none}.publish-fourth-content p a:hover{text-decoration:underline}.publish-fourth-content a.link{background:#950a55;border:3px solid #950a55;border-radius:7px;color:#fff;font-size:20px;padding:10px;transition:.3s ease-in-out}.publish-fourth-content a.link:hover{background:none;color:#950a55;transform:translateY(-10px)}.publish-fifth-section form{display:flex;flex-direction:column;justify-content:center;margin-top:30px}form h3{color:purple;font-family:Ubuntu,sans-serif;font-size:25px;margin-bottom:5px}form hr{border:2.5px solid purple;margin-bottom:30px;width:50px}form .row{display:flex;width:100%}.formField{margin-bottom:25px;margin-right:10px}.row .formField:nth-last-of-type(3){margin-left:10px;margin-right:0}.formField input:focus+span,.formField input:valid+span{transition:.3s ease-in-out}.drop-container{align-items:center;border:2px dashed #555;border-radius:10px;color:#444;cursor:pointer;display:flex;flex-direction:column;gap:10px;height:200px;justify-content:center;padding:20px;position:relative;transition:.2s ease-in-out,border .2s ease-in-out;width:100%}.drop-container.drag-active,.drop-container:hover{background:#eee;border-color:#111}.drop-container.drag-active .drop-title,.drop-container:hover .drop-title{color:#222}.drop-title{color:#444;font-size:20px;font-weight:700;text-align:center;transition:color .2s ease-in-out}input[type=file]{background:#fff;border:1px solid #555;border-radius:10px;color:#444;font-family:Poppins,sans-serif;max-width:100%;padding:5px;width:350px}input[type=file]::-webkit-file-upload-button{background:#880094;background:linear-gradient(90deg,#880094,#950a55);border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;margin-right:20px;padding:10px 20px;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}input[type=file]::file-selector-button{background:#880094;background:linear-gradient(90deg,#880094,#950a55);border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;margin-right:20px;padding:10px 20px;transition:.3s ease-in-out}input[type=file]::-webkit-file-upload-button:hover{background:#880094}input[type=file]::file-selector-button:hover{background:#880094}.btn{background-color:#950a55;border:2px dashed #950a55;border-radius:10px;box-shadow:0 2px 5px -1px #32325d40,0 1px 3px -1px #0000004d;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;letter-spacing:2px;margin-top:20px;padding:14px 40px;text-transform:uppercase;transition:.4s}.btn span:last-child{display:none}.btn:hover{background-color:#fff;border:2px dashed #950a55;color:#950a55;transition:.4s}.btn:active{background-color:#87dbd0}#file-progress{display:none}.action-page{background:#880094;background:linear-gradient(90deg,#880094,#950a55);border-radius:0 0 20px 20px;margin:auto auto 50px;padding:150px 50px 50px;width:90%}.action-page h1{color:#fff;font-size:150px;text-align:center}.action-page h2{color:#fff;font-size:30px;margin-bottom:20px;text-align:center}.action-page p{color:#fff;margin-bottom:30px}.action-page a,.action-page p{font-size:20px;text-align:center}.action-page a{background:#fff;border:3px solid #fff;border-radius:10px;color:#950a55;display:block;margin:auto;padding:15px;text-decoration:none;transition:.3s ease-in-out;width:200px}.action-page a:hover{background:none;color:#fff}.exam-container{padding:130px}.exam-container h1{color:#050d3b;font-size:40px;font-weight:900;margin-bottom:30px;text-align:center}.exam-container p{color:#333;font-size:18px;margin-bottom:10px}.exam-container button{background:none;border:2px dashed #950a55;border-radius:10px;color:#950a55;cursor:pointer;font-family:Poppins,sans-serif;font-size:18px;margin-top:10px;padding:10px;transition:.3s ease-in-out;width:100%}.exam-container button:hover{background:#950a55;color:#fff;transform:translateY(-10px)}.sub-title{display:flex;justify-content:start;margin-bottom:20px;margin-left:70px;width:90%}.sub-title h3{color:#950a55;font-size:25px;text-align:left}.content-table{border-collapse:collapse;border-radius:10px;box-shadow:0 0 20px #00000026;font-size:17px;margin:auto auto 50px;max-width:2000px;min-width:200px;overflow:hidden;width:90%}.content-table ul{list-style:circle;margin-left:20px}.content-table ul li{margin-bottom:7px}.content-table thead tr{background-color:purple;color:#fff;font-weight:700;text-align:left}.content-table td,.content-table th{padding:12px 15px}.content-table tbody tr{border-bottom:1px solid purple}.content-table tbody tr:nth-of-type(2n){background-color:purple}.content-table tbody tr:nth-of-type(odd){background-color:#950a55;color:#fff}.content-table tbody tr.active-row{color:#fff;font-weight:700}.exam-form{background:#e7e7e7;border-radius:20px;color:#fff;display:flex;flex-direction:column;justify-content:center;margin:auto;max-width:1200px;padding:50px}.exam-form h3{color:purple;font-family:Poppins,sans-serif;font-size:25px;margin-bottom:5px}.exam-form hr{border:2.5px solid purple;margin-bottom:30px;width:50px}.exam-form .row{display:flex;gap:10px;margin-bottom:25px;width:100%}.formField{position:relative;width:100%}.formField input{background-color:#f1f1f1;border:none;border-radius:5px;box-shadow:0 0 0 5px #0000;color:#000;font-family:Poppins,sans-serif;font-size:16px;font-weight:550;outline:none;padding:10px 15px;transition:.3s ease-in-out;width:100%}.formField input:focus,.formField input:hover,.formField input:valid{box-shadow:0 0 0 2px #950a55}.formField span{color:#a8a8a8;font-family:Poppins,sans-serif;font-size:16px;font-weight:600;left:0;padding:8px 15px;pointer-events:none;position:absolute;top:0;transition:.3s ease-in-out}.formField input:focus+span,.formField input:valid+span{color:#950a55;transform:translateY(-32px) translateX(-10px) scale(.95)}.finish.qes{border:3px solid #e6e6e6;border-radius:7px;color:#000;margin:auto auto 20px;padding:20px;width:100%}.finish.qes h3{font-size:20px;margin-bottom:15px}.finish.qes .input-content{display:flex;flex-direction:column;gap:10px}.finish.qes input[type=radio]{display:none}.finish.qes label{align-items:center;border:2px solid #c7a4d7;border-radius:.5em;color:#6d217c;cursor:pointer;display:inline-flex;font-family:Poppins,sans-serif;font-weight:600;gap:.8em;margin-bottom:10px;padding:.5em 1em;width:100%}.finish.qes label,.finish.qes label:before{background:#f7f3fa;position:relative;transition:.3s ease-in-out}.finish.qes label:before{border:2px solid #c7a4d7;border-radius:50%;box-sizing:border-box;content:"";display:inline-block;height:1.1em;margin-right:10px;vertical-align:middle;width:1.1em}.finish.qes input[type=radio]:checked+label:before{background:#f7f3fa;border:2px solid #950a55}.finish.qes input[type=radio]:checked+label:after{background:#950a55;border-radius:50%;content:"";display:block;height:0;pointer-events:none;position:absolute;width:0}.finish.qes input[type=radio]:checked+label{background-color:#950a55;border-color:#950a55;color:#fff}.finish.qes input[type=radio]:focus+label{border-color:#950a55;box-shadow:0 0 0 2px #e7b8e7}.reqiuered{color:red;margin-left:7px}@media only screen and (max-width:750px){.exam-form{padding:20px}}.finish.end{background:#dadada;border-radius:20px;padding:30px}.finish h4{color:#000;font-weight:400}.finish h4 a{color:#950a55;text-decoration:underline}.popup-container{align-items:center;background:#000000b3;display:flex;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:opacity .3s ease;width:100%;z-index:1000}.popup-container.active{opacity:1;pointer-events:all}.popup{background:#fff;border-radius:10px;max-width:500px;padding:30px;position:relative;text-align:center;width:90%}.close-btn{cursor:pointer;font-size:25px;position:absolute;right:15px;top:10px}#popup-text{font-size:18px;margin-bottom:20px}#popup-link{background:#950a55;border-radius:5px;color:#fff;display:inline-block;margin-top:15px;padding:10px 20px;text-decoration:none}.correct-answer{background-color:#088a0c!important;border-color:#088a0c!important;color:#fff!important}.wrong-answer{background-color:#da0f00!important;border-color:#b4150a!important;color:#fff!important}.correct-answer:before,.wrong-answer:before{border-color:#fff!important}.application-section{padding-top:100px}.application-form-container{background:#fffffff2;border-radius:20px;box-shadow:0 10px 30px #950a5533;margin:0 auto;max-width:800px;padding:30px;width:90%}.app-form-group{margin-bottom:30px;position:relative}.app-form-input{background:#0000;border:none;border-bottom:2px solid #d9d9d9;color:#333;font-family:Poppins,sans-serif;font-size:16px;padding:15px 0;transition:all .3s ease;width:100%}.app-form-input:focus{border-bottom-color:#950a55;outline:none}.app-form-label{color:#777;font-size:16px;left:0;pointer-events:none;position:absolute;top:15px;transition:all .3s ease}.app-form-input:focus~.app-form-label,.app-form-input:not(:placeholder-shown)~.app-form-label{color:#950a55;font-size:14px;top:-15px}.app-form-line{background:#950a55;bottom:0;height:2px;left:0;position:absolute;transition:all .3s ease;width:0}.app-form-input:focus~.app-form-line{width:100%}.app-submit-button{background:linear-gradient(90deg,#950a55,#880094);border:none;border-radius:50px;box-shadow:0 5px 15px #950a554d;color:#fff;cursor:pointer;font-size:18px;font-weight:600;margin-top:20px;padding:15px;transition:all .3s ease;width:100%}.app-submit-button:hover{box-shadow:0 8px 20px #950a5566;transform:translateY(-3px)}.app-submit-button:disabled{background:#d9d9d9;box-shadow:none;cursor:not-allowed;transform:none}.app-loading-dots{align-items:center;display:flex;gap:8px;height:20px;justify-content:center}.app-loading-dots .dot{animation:app-bounce 1.4s ease-in-out infinite;background-color:#fff;border-radius:50%;height:10px;width:10px}.app-loading-dots .dot:first-child{animation-delay:-.32s}.app-loading-dots .dot:nth-child(2){animation-delay:-.16s}@keyframes app-bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.app-country-select,.app-country-select-toggle{position:relative;width:100%}.app-country-select-toggle{background:#0000;border:none;border-bottom:2px solid #d9d9d9;color:#333;cursor:pointer;font-family:Poppins,sans-serif;font-size:16px;padding:15px 0;text-align:left;transition:all .3s ease}.app-country-select-toggle:focus{border-bottom-color:#950a55;outline:none}.app-country-select-toggle:after{color:#950a55;content:"▼";font-size:12px;position:absolute;right:10px;top:50%;transform:translateY(-50%);transition:all .3s ease}.app-country-select-toggle.open:after{transform:translateY(-50%) rotate(180deg)}.app-country-dropdown{background:#fff;border-radius:8px;box-shadow:0 5px 15px #0000001a;left:0;max-height:300px;opacity:0;overflow-y:auto;position:absolute;top:100%;transform:translateY(10px);transition:all .3s ease;visibility:hidden;width:100%;z-index:100}.app-country-dropdown.open{opacity:1;transform:translateY(0);visibility:visible}.app-country-search{border:none;border-bottom:1px solid #eee;font-family:Poppins,sans-serif;font-size:14px;outline:none;padding:10px 15px 10px 35px;position:relative;width:100%}.app-country-search-icon{color:#950a55;left:15px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.app-country-list{list-style:none;margin:0;padding:0}.app-country-item{cursor:pointer;padding:10px 15px;transition:all .2s ease}.app-country-item.highlighted,.app-country-item:hover{background-color:#f5f5f5;color:#950a55}.app-country-item.selected{background-color:#950a55;color:#fff}.app-country-flag{background-position:50%;background-size:cover;display:inline-block;height:15px;margin-right:10px;width:20px}.app-country-flag,.app-country-name{vertical-align:middle}@keyframes countrySelected{0%{background-color:#f5f5f5}50%{background-color:#950a554d}to{background-color:#f5f5f5}}.app-country-item.animate{animation:countrySelected 1s ease}.app-form-success{animation:fadeIn .5s ease-out;background:#fffffff2;border-radius:20px;box-shadow:0 10px 30px #950a5533;margin:50px auto;max-width:600px;padding:40px;text-align:center}.app-success-icon{align-items:center;animation:app-pulse 2s infinite;background:linear-gradient(90deg,#950a55,#880094);border-radius:50%;color:#fff;display:flex;font-size:40px;height:80px;justify-content:center;margin:0 auto 20px;width:80px}@keyframes app-pulse{0%{box-shadow:0 0 0 0 #950a55b3;transform:scale(.95)}70%{box-shadow:0 0 0 15px #950a5500;transform:scale(1)}to{box-shadow:0 0 0 0 #950a5500;transform:scale(.95)}}.app-form-success h2{color:#950a55;font-size:28px;margin-bottom:15px}.app-form-success p{color:#555;font-size:18px;margin-bottom:30px}.app-whatsapp-links{display:flex;flex-direction:column;gap:15px;margin-top:30px}.app-whatsapp-link{animation:app-pulse 2s infinite;background:#25d366;border-radius:50px;box-shadow:0 5px 15px #25d3664d;color:#fff;font-weight:600;padding:15px;text-decoration:none;transition:all .3s ease}.app-whatsapp-link:hover{background:#128c7e;box-shadow:0 8px 20px #25d36666;transform:translateY(-3px)}.app-form-error{animation:shake .5s ease-in-out;background:#ffebee;border-radius:10px;color:#d32f2f;font-weight:500;margin-bottom:25px;padding:15px;text-align:center}@keyframes shake{0%,to{transform:translateX(0)}20%,60%{transform:translateX(-5px)}40%,80%{transform:translateX(5px)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.app-form-row{flex-direction:column;gap:0}.application-form-container{padding:20px}}
/*# sourceMappingURL=main.df94a437.css.map*/