@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);*,:after,:before{box-sizing:border-box}blockquote,body,dd,dl,figure,h1,h2,h3,h4,h5,h6,p{margin:0}body{-webkit-font-smoothing:antialiased;background-color:#fff;color:#000;line-height:1.5;min-height:100vh;text-rendering:optimizeLegibility}ol,ul{list-style:none;margin:0;padding:0}canvas,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{background:none;border:none;color:inherit;font:inherit;outline:none}@media(prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}:root{--color-white:#fff;--color-primary:#2d38ad;--color-accent-yellow:#ffc846;--color-text:#2d2d2d;--color-bg:#fafafa;--color-border:#ddd;--font-primary:"Inter",sans-serif}.button,button{align-items:center;background:#2d38ad;background:var(--color-primary);border-radius:8px;color:#fff;color:var(--color-white);cursor:pointer;display:flex;font-size:18px;font-weight:600;gap:10px;justify-content:center;line-height:1.3;padding:10px 25px;text-decoration:none;transition:background-color .3s ease}.button[disabled],button[disabled]{background:#999;font-weight:400;pointer-events:none}@media screen and (max-width:768px){.button,button{font-size:16px;padding:8px 20px}}.button.white-button,button.white-button{background:#fff;background:var(--color-white);color:#2d38ad;color:var(--color-primary)}.button.hallow-button,button.hallow-button{background:#0000;border:2px solid #2d38ad;border:2px solid var(--color-primary);color:#2d38ad;color:var(--color-primary)}.button.hallow-white-button,button.hallow-white-button{background:#0000;border:2px solid #fff;border:2px solid var(--color-white);color:#fff;color:var(--color-white)}.button.yellow-button,button.yellow-button{background:#ffc846;background:var(--color-accent-yellow);color:#2d38ad;color:var(--color-primary)}.button.icon-button,button.icon-button{height:50px;width:50px}.button:hover,button:hover{box-shadow:inset 0 0 150px #00000026}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.flex-reverse{flex-direction:row-reverse}.flex-col-reverse{flex-direction:column-reverse}.align-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.align-start{align-items:flex-start}.align-end{align-items:flex-end}.gap-2{gap:2px}.gap-4{gap:4px}.gap-6{gap:6px}.gap-8{gap:8px}.gap-10{gap:10px}.gap-15{gap:15px}.gap-20{gap:20px}.gap-25{gap:25px}.gap-30{gap:30px}.gap-40{gap:40px}.gap-50{gap:50px}.gap-60{gap:60px}.gap-70{gap:70px}.gap-80{gap:80px}.gap-90{gap:90px}.gap-100{gap:100px}h1{font-size:64px;font-weight:400;line-height:1.2}@media screen and (max-width:768px){h1{font-size:48px}}h2{font-size:48px;font-weight:400;line-height:1.2}@media screen and (max-width:768px){h2{font-size:32px}}h3{font-size:32px;font-weight:400;line-height:1.4}@media screen and (max-width:768px){h3{font-size:24px}}h4{font-size:24px;font-weight:400;line-height:1.4}@media screen and (max-width:768px){h4{font-size:18px}}.lgText{font-size:20px;font-weight:400;line-height:1.6}@media screen and (max-width:768px){.lgText{font-size:16px}}.mdText{font-size:18px;font-weight:400;line-height:1.6}@media screen and (max-width:768px){.mdText{font-size:14px}}.video-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#000c;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.video-modal-overlay .video-modal-content{background:#fff;background:var(--color-white);border-radius:8px;box-shadow:0 4px 8px #0003;display:flex;flex-direction:column;height:70vh;max-height:600px;max-width:800px;position:relative;width:90%}.video-modal-overlay .video-modal-content iframe{flex-grow:1}@media screen and (max-width:768px){.video-modal-overlay .video-modal-content{height:80vh;width:95%}}.video-modal-overlay .video-modal-close{border-radius:50px;color:#2d38ad;color:var(--color-primary);cursor:pointer;font-size:32px;position:absolute;right:0;top:0;transform:translate(50%,-50%);z-index:10}#nav{left:0;padding:10px 0;position:fixed;top:0;width:100%;z-index:999}#nav .container{align-items:center;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#2d38adcc;border:.29px solid #2d38ad;border:.29px solid var(--color-primary);border-radius:10px;display:flex;justify-content:space-between;padding:10px 10px 10px 20px;transition:all .3s ease}#nav img{height:50px;width:auto}#nav .menu{align-items:center}#nav .menu,#nav .nav-links{display:flex;gap:30px}#nav .nav-links a{color:#fff;color:var(--color-white);font-size:16px;font-weight:500;position:relative;text-decoration:none;transition:all .3s ease}#nav .nav-links a:hover{color:#ffc846;color:var(--color-accent-yellow);letter-spacing:.3px}#nav .nav-links a.active{color:#ffc846;color:var(--color-accent-yellow);font-weight:600}#nav ul{display:flex;gap:50px;list-style:none}#nav .toggle{cursor:pointer;display:none;height:50px;position:relative;width:50px}#nav .toggle:after,#nav .toggle:before{content:""}#nav .toggle span,#nav .toggle:after,#nav .toggle:before{background:#fff;border-radius:3px;bottom:0;height:2px;left:0;margin:auto;position:absolute;right:0;top:0;transition:all .35s cubic-bezier(.075,.82,.165,1);width:25px}#nav .toggle:before{top:-15px}#nav .toggle:after{top:15px}#nav .nav-open .toggle span{display:none}#nav .nav-open .toggle:after,#nav .nav-open .toggle:before{top:0;transform:rotate(45deg)}#nav .nav-open .toggle:after{transform:rotate(-45deg)}@media screen and (max-width:767px){#nav{padding:10px}#nav .toggle{display:block}#nav .nav-links{background:#2d38ad;background:var(--color-primary);border-radius:0 0 10px 10px;flex-direction:column;font-size:32px;gap:30px;left:0;max-height:0;overflow:auto;padding:0 30px;position:absolute;right:0;top:100%;transition:all .3s ease}#nav .nav-links a{font-size:24px}#nav .nav-links a.active:after{bottom:-2px;height:3px}#nav .nav-open{background:#2d38ad;background:var(--color-primary);border-radius:10px 10px 0 0}#nav .nav-open .nav-links{max-height:100vh;padding:30px}}#footer{background:#2d38ad;background:var(--color-primary);color:#fff;color:var(--color-white);margin-top:100px}#footer .footer-logo{flex:1 1;height:100%;position:relative}#footer .footer-logo img{border:10px solid #2d38ad;border:10px solid var(--color-primary);border-radius:10px;transform:translate(-10px,-50px);width:300px}@media screen and (max-width:768px){#footer .footer-logo img{margin:auto}}#footer .footer-logo .lgText b{color:#ffc846;color:var(--color-accent-yellow)}#footer .top-footer{display:flex;gap:50px}#footer .top-footer section{display:flex;flex-direction:column;width:calc(33.33333% - 50px)}@media screen and (max-width:768px){#footer .top-footer section{text-align:center;width:100%}#footer .top-footer{flex-direction:column}#footer .top-footer .social-links{padding-bottom:50px}}#footer .footer-links,#footer .social-links{padding-bottom:50px;padding-top:100px}@media screen and (max-width:768px){#footer .footer-links,#footer .social-links{align-items:center;padding:0;text-align:center}#footer .footer-links a,#footer .social-links a{justify-content:center;text-align:center}}#footer .footer-links h4,#footer .social-links h4{font-weight:700;margin-bottom:30px}#footer .footer-links h4:after,#footer .social-links h4:after{background:#ffc846;background:var(--color-accent-yellow);content:"";display:block;height:3px;margin-top:10px;width:30px}@media screen and (max-width:768px){#footer .footer-links h4:after,#footer .social-links h4:after{margin:auto}}#footer .footer-links .socials,#footer .social-links .socials{display:flex;gap:20px;margin-bottom:30px}#footer .footer-links .socials img,#footer .social-links .socials img{height:30px;transition:all .3s ease;width:30px}#footer .footer-links .socials img:hover,#footer .social-links .socials img:hover{transform:scale(1.1)}#footer ul{display:flex;flex-direction:column;gap:8px}#footer ul li a{align-items:center;color:#fff;color:var(--color-white);display:flex;gap:12px;text-decoration:none;transition:all .3s ease}#footer ul li a:hover{letter-spacing:.5px}#footer .copy-footer{background:#00000026;padding:20px;text-align:center}#homeHeader{background:url(/static/media/header.295e900289aa8f776c04.png) no-repeat 50%;background-size:cover;color:#fff;color:var(--color-white);overflow:hidden;padding:200px 0 100px;position:relative}@media screen and (max-width:768px){#homeHeader{padding:150px 0 30vh}}#homeHeader .content{width:60%}@media screen and (max-width:768px){#homeHeader .content{width:100%}}#homeHeader .content h1{font-weight:bolder}#homeHeader .content p{margin:20px 0 60px}#homeHeader .content .actions{margin-bottom:30px}@media screen and (max-width:768px){#homeHeader .content .people{align-items:flex-start;flex-direction:column}}#homeHeader .content .people img{height:30px}#homeHeader .papa-img{bottom:0;height:auto;left:40%;max-height:80%;object-fit:contain;object-position:bottom right;position:absolute;width:60%}@media screen and (max-width:768px){#homeHeader .papa-img{left:auto;max-height:30vh;right:0;width:100%}}#def{background:url(/static/media/def.5adc3015ca8f9a270d76.png) no-repeat 50%/cover;background-position:100% 100%;color:#2d38ad;color:var(--color-primary);padding:100px 0 200px}#def .container{margin:0 auto;max-width:800px}@media screen and (max-width:768px){#def .container{flex-direction:column;gap:20px}}#def .about h2{align-items:center;display:flex;gap:10px;width:100%}#def .about h2:after{background:#2d38ad;background:var(--color-primary);content:"";flex:1 1;height:2px;margin-left:10px}#def .about .mdText{color:#2d2d2d;color:var(--color-text);margin-top:20px;width:60%}@media screen and (max-width:768px){#def .about .mdText{width:100%}}#def .noun{background:#2d38ad;background:var(--color-primary);border-radius:8px;color:#fff;color:var(--color-white);padding:20px}#def .noun h3 small{font-size:18px;font-weight:400;opacity:.5}#tests{background:#fafafa;background:var(--color-bg);padding:100px 0}#tests h3+p{margin:10px 0 30px}#tests h3{color:#2d38ad;color:var(--color-primary)}@media screen and (max-width:768px){#tests{padding:60px 0}#tests .container{padding:0}#tests h3,#tests h3+p{padding:0 20px;text-align:center}}#tests .cardList{display:flex;gap:20px}@media screen and (max-width:1024px){#tests .cardList{flex-wrap:wrap;justify-content:flex-start;padding:0 20px}}#tests .cardList .card{background:#fff;background:var(--color-white);border:1px solid #ddd;border:1px solid var(--color-border);border-radius:8px;color:#2d2d2d;color:var(--color-text);display:flex;flex:1 1;flex-direction:column;overflow:hidden;text-decoration:none;transition:all .3s ease}@media screen and (max-width:1024px){#tests .cardList .card{flex-basis:calc(50% - 10px);flex-grow:0;flex-shrink:0}}@media screen and (max-width:500px){#tests .cardList .card{flex:0 0 100%}}#tests .cardList .card ul{font-size:14px;list-style:disc;padding:30px 30px 0}#tests .cardList .card ul li{margin-bottom:10px}#tests .cardList .card .actions{margin-top:auto;padding:10px}#tests .cardList .card .top{position:relative}#tests .cardList .card .top img{width:100%}#tests .cardList .card .top .overlay{bottom:0;color:#fff;color:var(--color-white);display:flex;flex-direction:column;left:0;padding:20px;position:absolute}#tests .cardList .card .top .overlay h4{font-size:20px;font-weight:700}#tests .cardList .card .top .overlay p{font-size:14px}#tests .cardList .card:hover{background:#2d38ad;background:var(--color-primary);border-color:#2d38ad;border-color:var(--color-primary);box-shadow:0 4px 8px #0000001a;color:#fff;color:var(--color-white)}#tests .cardList .card:hover .button{color:#2d38ad;color:var(--color-primary)}#tests .cardList .card:hover .button,#why{background:#fff;background:var(--color-white)}#why{display:flex}@media screen and (max-width:768px){#why{flex-direction:column}}#why .why-card{display:flex;flex:1 0;flex-direction:column;gap:15px;padding:75px}@media screen and (max-width:768px){#why .why-card{font-size:14px;padding:30px}}#why .why-card ul{display:flex;flex-direction:column;gap:10px}#why .why-card ul li{align-items:center;display:flex;gap:12px}#why .why-early{background:#2d38ad;background:var(--color-primary);color:#fff;color:var(--color-white)}#why .why-container h4{color:#2d38ad;color:var(--color-primary)}#gr8{background:#fafafa url(/static/media/helps.b5ec033426187e85c439.svg) no-repeat 50%/cover;background:var(--color-bg) url(/static/media/helps.b5ec033426187e85c439.svg) no-repeat center center/cover;background-position:bottom}#gr8 .container{align-items:center;display:flex;flex-direction:column;padding:100px 20px}@media screen and (max-width:768px){#gr8 .container{padding:60px 20px}}#gr8 .container h3{color:#2d38ad;color:var(--color-primary);text-align:center}#gr8 .container p{margin:10px auto 50px;text-align:center;width:60%}@media screen and (max-width:768px){#gr8 .container p{margin-bottom:20px;width:100%}}#gr8 .container .gr8-cards{display:flex;flex-wrap:wrap;gap:20px;max-width:1000px}#gr8 .container .gr8-cards .gr8-card{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#fff9;border:1px solid #2d38ad33;border-radius:16px;box-shadow:0 0 15px 0 #0000000d;display:flex;flex-direction:column;gap:20px;padding:30px;width:calc(50% - 10px)}@media screen and (max-width:768px){#gr8 .container .gr8-cards .gr8-card{border-radius:8px;gap:10px;padding:20px;width:100%}}#testimonials{padding:100px 0}@media screen and (max-width:768px){#testimonials{padding:60px 0}}#testimonials .container{align-items:center;display:flex;gap:50px}@media screen and (max-width:768px){#testimonials .container{flex-direction:column;padding:0}}#testimonials h3{color:#2d38ad;color:var(--color-primary);min-width:20%}#testimonials .testimonials{align-items:center;display:flex;gap:50px;min-width:80%}@media screen and (max-width:768px){#testimonials .testimonials{align-items:stretch;gap:20px;justify-content:flex-start;max-width:100%;overflow:auto;padding:0 20px}}#testimonials .testimonials .testimonial{background:#2d38ad;background:var(--color-primary);border-radius:16px;box-shadow:0 0 15px 0 #0000000d;color:#fff;color:var(--color-white);display:flex;flex:1 0;flex-direction:column;padding:0 20px 20px;position:relative}@media screen and (max-width:768px){#testimonials .testimonials .testimonial{min-width:85%}}#testimonials .testimonials .testimonial:before{background:url(/static/media/quote.0de5c2dec95278b2269e.svg) no-repeat 50%/cover;content:"";height:70px;margin-top:-20px;width:70px;z-index:9}#testimonials .testimonials .testimonial h4{font-weight:700}#testimonials .testimonials .testimonial p{margin:20px 0}#testimonials .testimonials .testimonial .name{font-weight:700}.aboutPage .header{background:url(/static/media/aboutHeaderBg.115c780d164b41394dca.png) no-repeat 0 0;overflow:hidden;padding:150px 0 100px;position:relative;text-align:center}@media screen and (max-width:768px){.aboutPage .header{padding:150px 0 60px}}.aboutPage .header .headerImage{height:100%;left:0;position:absolute;top:0}.aboutPage .header .container{margin-bottom:100px;max-width:70%}@media screen and (max-width:768px){.aboutPage .header .container{max-width:100%}}.aboutPage .header .container h1{font-size:18px}@media screen and (max-width:768px){.aboutPage .header .container h1{font-size:16px}}.aboutPage .header .container h2{color:#2d38ad;color:var(--color-primary);font-size:48px;margin:8px 0}@media screen and (max-width:768px){.aboutPage .header .container h2{font-size:32px}}.aboutPage .wav{align-items:flex-end;display:flex;flex-direction:row-reverse;gap:30px;justify-content:center}@media screen and (max-width:768px){.aboutPage .wav{gap:16px}}.aboutPage .wav img{border-radius:16px;height:auto}@media screen and (max-width:768px){.aboutPage .wav img{border-radius:8px;max-width:20%}.aboutPage .wav img:nth-child(3){min-width:25%}}.aboutPage .wav img:first-child,.aboutPage .wav img:nth-child(4){transform:translateY(-100px)}@media screen and (max-width:768px){.aboutPage .wav img:first-child,.aboutPage .wav img:nth-child(4){transform:translateY(-30px)}}.aboutPage .wav img:nth-child(2){transform:translateY(-50px)}@media screen and (max-width:768px){.aboutPage .wav img:nth-child(2){transform:translateY(-10px)}}.aboutPage .who{background:#2d38ad url(/static/media/whoBg.127794c39b30c40dea64.png) no-repeat 0 0;background:var(--color-primary) url(/static/media/whoBg.127794c39b30c40dea64.png) no-repeat top left;padding:100px 0}.aboutPage .who .container{color:#fff;display:flex;gap:64px}@media screen and (max-width:768px){.aboutPage .who .container{flex-direction:column;gap:32px}}.aboutPage .who .container .stickyTitle{min-width:25%;position:relative}.aboutPage .who .container h2{font-weight:700;mix-blend-mode:exclusion;position:-webkit-sticky;position:sticky;text-shadow:0 0 1px #2d38ad;text-shadow:0 0 1px var(--color-primary);top:100px}@media screen and (max-width:768px){.aboutPage .who .container h2{mix-blend-mode:normal}}.aboutPage .who .container .griddo{display:flex;flex-wrap:wrap;gap:32px}@media screen and (max-width:768px){.aboutPage .who .container .griddo{gap:20px}}.aboutPage .who .container .glassCard{-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);background:#2d38adb3;border:1px solid #fff;border-radius:16px;padding:20px}.aboutPage .who .container .glassCard p{margin-top:12px}.aboutPage .who .container .glassCard h4{font-weight:600}.aboutPage .who .container .glassCard.full{width:100%}.aboutPage .who .container .glassCard.half{width:calc(50% - 16px)}@media screen and (max-width:768px){.aboutPage .who .container .glassCard.half{width:100%}}.aboutPage .team{padding:100px 0}.aboutPage .team .peopleList{display:flex;gap:32px;justify-content:center}@media screen and (max-width:768px){.aboutPage .team .peopleList{flex-wrap:wrap}}.aboutPage .team .peopleList .person{border:1px solid #2d38ad;border:1px solid var(--color-primary);border-radius:12px;overflow:hidden;width:calc(50% - 16px)}.aboutPage .team .peopleList .person .mdText{font-size:14px;padding:15px;text-align:center}@media screen and (max-width:768px){.aboutPage .team .peopleList .person .mdText{font-size:13px;padding:10px}.aboutPage .team .peopleList .person{width:100%}}.aboutPage .team .peopleList .person .baseDetail{align-items:center;display:flex;gap:32px;justify-content:center;padding:15px}@media screen and (max-width:768px){.aboutPage .team .peopleList .person .baseDetail{gap:16px}}.aboutPage .team .peopleList .person .baseDetail>img{border-radius:16px;max-width:25%;min-width:25%;object-fit:cover}.aboutPage .team .peopleList .person .desc{align-content:center;padding:16px}.aboutPage .team .peopleList .person .desc h4{color:#2d38ad;color:var(--color-primary);font-weight:700}.aboutPage .team .peopleList .person .desc .socialLinks{display:flex;gap:16px;margin-top:20px}.aboutPage .team .peopleList .person .desc .socialLinks a{opacity:.65;text-decoration:none;transition:all .3s ease}.aboutPage .team .peopleList .person .desc .socialLinks a img{height:30px}.aboutPage .team .peopleList .person .desc .socialLinks a:hover{opacity:1}.aboutPage .team .aboutTeam{margin:64px auto auto;max-width:75%;text-align:center}@media screen and (max-width:768px){.aboutPage .team .aboutTeam{min-width:100%}}.aboutPage .team .aboutTeam p{margin-top:10px}.studyAbroad .header{background:#fff;background:var(--color-white);margin-bottom:100px;overflow:hidden;padding:150px 0 0;position:relative;text-align:center}@media screen and (max-width:768px){.studyAbroad .header{margin-bottom:60px;padding:150px 0 0}.studyAbroad .header .headerImage{margin-left:-50%;max-width:200%}}.studyAbroad .header .container h1{font-size:18px}@media screen and (max-width:768px){.studyAbroad .header .container h1{font-size:16px}}.studyAbroad .header .container p{margin:20px auto;max-width:70%}@media screen and (max-width:768px){.studyAbroad .header .container p{max-width:100%}}.studyAbroad .header .container h2{color:#2d38ad;color:var(--color-primary);font-size:48px;margin:8px 0}@media screen and (max-width:768px){.studyAbroad .header .container h2{font-size:32px}}.studyAbroad .countries{padding:0 0 100px}@media screen and (max-width:768px){.studyAbroad .countries{padding-bottom:60px}}.studyAbroad .countries h3{color:#2d38ad;color:var(--color-primary)}.studyAbroad .countries .countriesDesc{align-items:center;display:flex;flex-direction:column;gap:12px;margin:0 auto 60px;max-width:70%;text-align:center}@media screen and (max-width:768px){.studyAbroad .countries .countriesDesc{max-width:100%}}.studyAbroad .countries .marquee-container{margin-top:2rem;overflow:hidden;position:relative;width:100%}.studyAbroad .countries .marquee{animation:scroll 10s linear infinite;display:flex;width:-webkit-fit-content;width:fit-content}.studyAbroad .countries .country{align-items:center;display:flex;flex-direction:column;flex-shrink:0;gap:16px;margin-right:40px}@media screen and (max-width:768px){.studyAbroad .countries .country{margin-right:20px}}.studyAbroad .countries .country img{height:auto;width:250px}@media screen and (max-width:768px){.studyAbroad .countries .country img{width:150px}}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.studyAbroad .freeServices{padding:0 0 100px}@media screen and (max-width:768px){.studyAbroad .freeServices{padding-bottom:60px}}.studyAbroad .freeServices h3{color:#2d38ad;color:var(--color-primary);margin-bottom:20px}@media screen and (max-width:768px){.studyAbroad .freeServices h3{margin-bottom:10px}}.studyAbroad .freeServices .serviceList{align-items:center;display:flex;gap:64px;margin:0 auto 32px;max-width:70%}@media screen and (max-width:768px){.studyAbroad .freeServices .serviceList{flex-direction:column;gap:24px;max-width:100%}}.studyAbroad .freeServices .serviceList .serviceListImg{max-width:40%}@media screen and (max-width:768px){.studyAbroad .freeServices .serviceList .serviceListImg{max-width:100%}}.studyAbroad .freeServices .serviceList ul{display:flex;flex-direction:column;gap:12px}.studyAbroad .freeServices .serviceList ul li{align-items:center;display:flex;gap:12px}.studyAbroad .freeServices .serviceList ul li img{height:24px}.skillAssessment .header{background:#fafafa url(/static/media/skillHeaderBg.2c36c893db84788b1e4a.png) no-repeat 0 0;background:var(--color-bg) url(/static/media/skillHeaderBg.2c36c893db84788b1e4a.png) no-repeat top left;overflow:hidden;padding:150px 0 200px;position:relative}@media screen and (max-width:768px){.skillAssessment .header{background-position:50%;padding:150px 0 0}}.skillAssessment .header .headerImage{bottom:0;left:-10%;pointer-events:none;position:absolute;width:90%}@media screen and (max-width:768px){.skillAssessment .header .headerImage{margin-left:-25%;max-width:150%;position:static;width:150%}}.skillAssessment .header .container{margin-bottom:100px;margin-left:auto;padding-left:40%}@media screen and (max-width:768px){.skillAssessment .header .container{max-width:100%;padding:0 25px}}.skillAssessment .header .container h1{font-size:18px}@media screen and (max-width:768px){.skillAssessment .header .container h1{font-size:16px}}.skillAssessment .header .container h2{color:#2d38ad;color:var(--color-primary);font-size:48px;margin:8px 0}@media screen and (max-width:768px){.skillAssessment .header .container h2{font-size:32px}}.skillAssessment .header .container p{line-height:1.5}.skillAssessment .header .container p span{background:#ffc846;background:var(--color-accent-yellow);border-radius:4px;color:#2d38ad;color:var(--color-primary);display:inline-block;font-weight:700;padding:4px 8px}.skillAssessment .skillWrapper{padding:100px 0}.skillAssessment .skillWrapper .skillDesc{align-items:center;display:flex;flex-direction:column;text-align:center}.skillAssessment .skillWrapper .skillDesc h2{color:#2d38ad;color:var(--color-primary);margin-bottom:10px}.skillAssessment .skillWrapper .skillList{display:flex;flex-wrap:wrap;gap:50px;margin-top:50px}.skillAssessment .skillWrapper .skillList .skillItem{align-items:center;display:flex;gap:24px;width:calc(50% - 25px)}@media screen and (max-width:768px){.skillAssessment .skillWrapper .skillList .skillItem{align-items:flex-start;width:100%}}.skillAssessment .skillWrapper .skillList .skillItem .img{align-items:center;background:#2d38ad;background:var(--color-primary);border-radius:50px;color:#fff;color:var(--color-white);display:flex;font-size:25px;height:60px;justify-content:center;min-width:60px}@media screen and (max-width:768px){.skillAssessment .skillWrapper .skillList .skillItem .img{height:40px;min-width:40px;transform:translateY(5px)}}.skillAssessment .skillWrapper .skillList .skillItem h5{font-size:18px}@media screen and (max-width:768px){.skillAssessment .skillWrapper .skillList .skillItem h5{font-size:16px}}.skillAssessment .skillWrapper .skillList .skillItem p{font-size:16px;line-height:1.4;margin-top:8px}@media screen and (max-width:768px){.skillAssessment .skillWrapper .skillList .skillItem p{font-size:14px}}.skillAssessment .justify-center{bottom:15px;left:0;position:-webkit-sticky;position:sticky;z-index:9}.skillAssessment .justify-center .skillBanner{align-items:center;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#2d38add9;border-radius:16px;color:#fff;display:flex;flex-direction:column;margin:100px 0 50px;padding:30px;text-align:center}@media screen and (max-width:768px){.skillAssessment .justify-center .skillBanner{padding:20px}}.skillAssessment .justify-center .skillBanner h3{font-weight:700}.skillAssessment .justify-center .skillBanner p{margin:10px 0 20px}.contactSection{padding:200px 0 100px}@media screen and (max-width:768px){.contactSection{padding:150px 0 60px}}.contactSection .container{align-items:center;display:flex;gap:64px}@media screen and (max-width:768px){.contactSection .container{flex-direction:column;gap:24px}}.contactSection .container .contactLeft{flex:1 1}.contactSection .container .contactLeft h2{color:#2d38ad;color:var(--color-primary);margin:15px 0}.contactSection .container .contactLeft .contactInfo{display:flex;flex-direction:column;gap:8px;margin-top:50px}@media screen and (max-width:768px){.contactSection .container .contactLeft .contactInfo{display:none}}.contactSection .container .contactLeft .contactInfo .contactLine{align-items:center;display:flex;font-weight:600;gap:12px}.contactSection .container .contactLeft .contactInfo .contactLine *{color:#2d38ad;color:var(--color-primary)}.contactSection .container .contactForm{border-radius:16px;box-shadow:0 4px 50px #00000026;display:flex;flex:1.25 1;flex-direction:column;gap:32px;padding:30px}@media screen and (max-width:768px){.contactSection .container .contactForm{gap:20px;padding:20px}}.contactSection .container .contactForm input,.contactSection .container .contactForm textarea{border:1px solid #ddd;border-radius:4px;font-size:18px;height:60px;padding:15px;width:100%}.contactSection .container .contactForm textarea{height:150px}.contactSection .container .contactForm .inputRow{display:flex;gap:32px}.contactSection .container .contactForm .inputRow .threeFourth{flex:1.5 1}.contactSection .container .contactForm .inputRow .half{flex:1 1}@media screen and (max-width:768px){.contactSection .container .contactForm .inputRow{flex-direction:column;gap:20px}.contactSection .container .contactForm .inputRow button{height:55px;width:100%}}.contactSection .container .contactForm .inputRow.col{align-items:flex-start;flex-direction:column}#testimonialsHeader{background:url(/static/media/header.e114a602d17e451953fa.png) no-repeat 50%;background-size:cover;color:#fff;color:var(--color-white);overflow:hidden;padding:100px 0;position:relative}#testimonialsHeader .container{align-items:center;display:flex;margin:0 auto;text-align:center}@media screen and (max-width:768px){#testimonialsHeader .container{flex-direction:column}}#testimonialsHeader .container .gr-img{margin-bottom:1.5rem;max-width:600px;mix-blend-mode:luminosity;width:40%}@media screen and (max-width:768px){#testimonialsHeader .container .gr-img{width:70%}}#testimonialsHeader .container .content{align-items:flex-start;display:flex;flex-direction:column;gap:30px}@media screen and (max-width:768px){#testimonialsHeader .container .content{align-items:center;margin-top:-100px}}#testimonialsHeader .container .content small{display:block;font-size:50%;margin:10px 0}#testimonialsHeader .container .content .button{padding-left:10px}#testimonialsHeader .container .content .quote-img{width:70px}#testimonialsHeader .container .content h1{color:#fff;color:var(--color-white);font-size:48px;text-align:left}@media screen and (max-width:991px){#testimonialsHeader .container .content h1{font-size:32px}}@media screen and (max-width:768px){#testimonialsHeader .container .content h1{text-align:center}#testimonialsHeader .container .content h1 small{margin-top:10px;padding:0;text-align:center}}.video-grid{margin-top:-100px;position:relative;z-index:1}@media screen and (max-width:768px){.video-grid{margin-top:0}}.video-grid .container{background:#fff;background:var(--color-white);border-radius:24px;box-shadow:0 0 50px #00000026;max-width:900px;padding:50px}@media screen and (max-width:768px){.video-grid .container{border-radius:0;box-shadow:none}}.video-grid .container h2{color:#2d38ad;color:var(--color-primary);font-size:32px;font-style:normal;font-weight:700;line-height:130%;margin-bottom:20px;text-align:center}.video-grid .container .grid{display:flex;flex-wrap:wrap;gap:50px}.video-grid .container .grid .video-card{cursor:pointer;flex-basis:calc(50% - 25px);flex-grow:1;flex-shrink:1}@media screen and (max-width:768px){.video-grid .container .grid .video-card{flex:1 1 100%}}.video-grid .container .grid .video-card .video-thumbnail-placeholder{background:#2d38ad;background:var(--color-primary);border-radius:8px;overflow:hidden;position:relative}.video-grid .container .grid .video-card .video-thumbnail-placeholder .thumbnail-image{transition:all .3s ease}.video-grid .container .grid .video-card .video-thumbnail-placeholder .play-icon{height:50px;left:95%;position:absolute;top:95%;transform:translate(-100%,-100%);transition:all .3s ease;width:50px}.video-grid .container .grid .video-card p{font-size:20px;font-weight:700;margin-top:10px}.video-grid .container .grid .video-card:hover .video-thumbnail-placeholder .thumbnail-image{filter:blur(20px)}.video-grid .container .grid .video-card:hover .video-thumbnail-placeholder .play-icon{left:50%;top:50%;transform:translate(-50%,-50%)}body{color:var(--color-text-color);font-family:Inter,sans-serif;font-family:var(--font-primary);margin:0}.container{margin:0 auto;max-width:1260px;padding:0 30px}
/*# sourceMappingURL=main.dcb56a20.css.map*/