.FIRSTPAGE_homePage{background-color:#525fe1;display:flex;flex-direction:row;padding:120px 70px 50px}@media screen and (max-width:768px){.FIRSTPAGE_homePage{padding:120px 10px 50px}}@media screen and (max-width:480px){.FIRSTPAGE_homePage{padding:120px 10px 50px;flex-direction:column-reverse}}.FIRSTPAGE_homePage .content{width:60%;flex-direction:column;color:#fff}@media screen and (max-width:700px){.FIRSTPAGE_homePage .content{width:100%}}.FIRSTPAGE_homePage .content .bigTitle{color:#fff;font-family:Unbounded;font-size:5vw;font-weight:600;line-height:normal;text-transform:uppercase;animation:showAnimation .7s ease-in-out .5s forwards;opacity:0;transform:translateX(-60px)}@media screen and (max-width:480px){.FIRSTPAGE_homePage .content .bigTitle{font-size:32px;margin-top:10px}}.FIRSTPAGE_homePage .content .bigTitle span{color:#ff4a18}.FIRSTPAGE_homePage .content p{margin:20px 0;animation:showAnimation .7s ease-in-out .7s forwards;opacity:0;transform:translateX(-60px)}.FIRSTPAGE_homePage .content .buttonContainer{display:flex;flex-direction:row;flex-wrap:wrap}.FIRSTPAGE_homePage .content .buttonContainer button{all:unset;padding:7px 16px;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-direction:row;font-size:14px;min-width:max-content;transition:.3s linear;cursor:pointer}.FIRSTPAGE_homePage .content .buttonContainer button .image{width:14px;height:fit-content;margin-right:5px}.FIRSTPAGE_homePage .content .buttonContainer button.fillBtn{background-color:#ff3d07}.FIRSTPAGE_homePage .content .buttonContainer button.fillBtn:hover{background-color:#f7663f;box-shadow:0 3px 15px rgba(51,51,51,.565)}.FIRSTPAGE_homePage .content .buttonContainer button.outlineBtn{padding:5px 16px;border:1px solid #fff}.FIRSTPAGE_homePage .content .buttonContainer button.outlineBtn:hover{background-color:#fff;color:#525fe1}.FIRSTPAGE_homePage .content .buttonContainer button.boldTXT{font-weight:500}.FIRSTPAGE_homePage .content .buttonContainer button{margin:5px;animation:showAnimation .7s ease-in-out .9s forwards;opacity:0;transform:translateY(-30px)}.FIRSTPAGE_homePage .imageContainer{width:40%;display:flex;align-items:center;justify-content:center}@media screen and (max-width:700px){.FIRSTPAGE_homePage .imageContainer{width:100%;transform:translateX(-20px)}}.FIRSTPAGE_homePage .imageContainer .image{width:80%;animation:showAnimation .7s ease-in-out .9s forwards;opacity:0;transform:translateY(-80px) translateX(80px)}button{all:unset;padding:7px 16px;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-direction:row;font-size:14px;min-width:max-content;transition:.3s linear;cursor:pointer}button .image{width:14px;height:fit-content;margin-right:5px}button.fillBtn{background-color:#ff3d07}button.fillBtn:hover{background-color:#f7663f;box-shadow:0 3px 15px rgba(51,51,51,.565)}button.outlineBtn{padding:5px 16px;border:1px solid #fff}button.outlineBtn:hover{background-color:#fff;color:#525fe1}button.boldTXT{font-weight:500}.sponsore_container{z-index:99vw;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:40px 70px;animation:showAnimation .7s ease-in-out 1.3s forwards;opacity:0;transform:translateY(-30px)}@media screen and (max-width:871px){.sponsore_container{padding:40px 10px}}.sponsore_container .sponsoreImageContainer{margin-top:30px;width:100%;display:flex;flex-direction:row;overflow:hidden}.sponsore_container .sponsoreImageContainer .inner{margin:0 20px;min-width:1000px;transform:translate(0);animation:translateSponsore 30s linear 1s infinite}.sponsore_container .sponsoreImageContainer .inner img{min-width:1000px}@keyframes translateSponsore{to{transform:translate(-100%)}}@keyframes showAnimation{to{transform:translate(0);opacity:1}}.Whoarewe_view{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:50px 70px;background-color:#e8e8e8}@media screen and (max-width:768px){.Whoarewe_view{padding:50px 10px}}.Whoarewe_view .WHOAREWE_image{transform:translateX(-100px);filter:blur(10px);opacity:0;transition:.7s linear}.Whoarewe_view .WHOAREWE_image.show{transform:translateX(0);filter:blur(0);opacity:1}.Whoarewe_view .description{margin:20px 0;text-align:center;transform:translateX(-100px);filter:blur(10px);opacity:0;transition:.3s linear .3s}.Whoarewe_view .description>span{font-weight:700}.Whoarewe_view .description.show{transform:translateX(0);filter:blur(0);opacity:1}.Whoarewe_view .boxesContainer{width:100%;gap:10px;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.Whoarewe_view .boxesContainer .box{border-radius:7px;height:240px;background-color:#fff;padding:15px;transition:.4s linear;transform:translateY(100px) scale(.5);filter:blur(10px);opacity:0}@media screen and (max-width:1200px){.Whoarewe_view .boxesContainer .box{height:260px}}.Whoarewe_view .boxesContainer .box:first-of-type{transition-delay:0}.Whoarewe_view .boxesContainer .box:nth-of-type(2){transition-delay:.1s}.Whoarewe_view .boxesContainer .box:last-of-type{transition-delay:.2s}.Whoarewe_view .boxesContainer .box.showBox{opacity:1;filter:blur(0);transform:translateY(0) scale(1)}.Whoarewe_view .boxesContainer .box header{max-height:100px}.Whoarewe_view .boxesContainer .box header .VALUE{min-width:68px}.Whoarewe_view .boxesContainer .box header .header_svg{width:40px}.Whoarewe_view .boxesContainer .box header .header_svg:last-child{width:60px;margin-top:13px}.Whoarewe_view .boxesContainer .box header .header_svg.identity_svg{min-width:99px}.Whoarewe_view .boxesContainer .box p{margin-top:20px;font-size:14px}.Whoarewe_view .boxesContainer .box p span{font-weight:700}.Whoarewe_view .LearnMoreBtn{background-color:#525fe1;padding:7px 16px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:14px;width:100%;transition:.3s linear;margin-top:20px;color:#fff;cursor:pointer;transform:scaleX(.7);transition:.2s linear .4s;opacity:0}.Whoarewe_view .LearnMoreBtn.show{transform:scaleX(1);filter:blur(0);opacity:1}.Ourupcomingcourses_view_homepage{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:50px 70px;background-color:#525fe1}@media screen and (max-width:768px){.Ourupcomingcourses_view_homepage{padding:50px 10px}}.Ourupcomingcourses_view_homepage .OURUPCOMINGCOURSES_image{transform:translateX(-100px);filter:blur(10px);opacity:0;transition:.7s linear;margin-bottom:20px}.Ourupcomingcourses_view_homepage .OURUPCOMINGCOURSES_image.show{transform:translateX(0);filter:blur(0);opacity:1}.Ourupcomingcourses_view_homepage .cardContainer{gap:25px;display:grid;width:100%;justify-content:start;grid-template-columns:repeat(auto-fit,minmax(330px,1fr))}@media screen and (max-width:1085px){.Ourupcomingcourses_view_homepage .cardContainer{justify-content:center}}@media screen and (min-width:800px){.Ourupcomingcourses_view_homepage .cardContainer.oneBox{grid-template-columns:repeat(auto-fit,minmax(330px,450px))}}.Ourupcomingcourses_view_homepage .cardContainer .box{transition:.5s;height:100%;overflow:hidden;background-color:#fff;border-radius:10px}.Ourupcomingcourses_view_homepage .cardContainer .box:hover{transform:scale(.95);cursor:pointer}.Ourupcomingcourses_view_homepage .cardContainer .box .heading img{height:200px;width:100%;object-fit:cover}.Ourupcomingcourses_view_homepage .cardContainer .box .content{padding:15px;font-size:14px}.Ourupcomingcourses_view_homepage .cardContainer .box .content .courseTitle{font-family:Unbounded,sans-serif;margin-left:5px;color:#111;font-weight:700;text-transform:capitalize}.Ourupcomingcourses_view_homepage .cardContainer .box .content .logoNdstatus{display:flex;align-items:center;justify-content:center;flex-direction:row;justify-content:space-between;margin:7px 0}.Ourupcomingcourses_view_homepage .cardContainer .box .content .logoNdstatus .onlineContainer{display:flex;align-items:center;justify-content:center;flex-direction:row}.Ourupcomingcourses_view_homepage .cardContainer .box .content .logoNdstatus .onlineContainer h2{font-family:Unbounded,sans-serif;margin-left:5px;color:#525fe1;text-transform:capitalize}.Ourupcomingcourses_view_homepage .cardContainer .box .content .courseTitle{margin:7px 0}.Ourupcomingcourses_view_homepage .cardContainer .box .content .when{color:#ff4a18;font-weight:700;margin:7px 0}.Ourupcomingcourses_view_homepage .cardContainer .box .content .date{margin:7px 0;display:flex;flex-direction:row;gap:5px}.Ourupcomingcourses_view_homepage .cardContainer .box .content .parag button{color:#525fe1;font-weight:700;cursor:pointer}.Ourupcomingcourses_view_homepage .cardContainer .box .content .parag button:hover{opacity:.8}.Ourupcomingcourses_view_homepage .ElevateYourCareer{background-color:#ff4a18;padding:7px 16px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:14px;width:100%;transition:.3s linear;margin-top:20px;color:#fff;cursor:pointer;transform:scaleX(.7);transition:.2s linear .4s;opacity:0}.Ourupcomingcourses_view_homepage .ElevateYourCareer.show{transform:scaleX(1);filter:blur(0);opacity:1}.JoinTheCourseAdaptedToYourNeeds_homeview{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:30px 70px;background-color:#e8e8e8;color:#fff}@media screen and (max-width:768px){.JoinTheCourseAdaptedToYourNeeds_homeview{padding:30px 10px}}.JoinTheCourseAdaptedToYourNeeds_homeview .JoinTheCourseAdaptedToYourNeeds_Image{width:800px;transform:translateX(-100px);filter:blur(10px);transition:.7s linear;opacity:1}.JoinTheCourseAdaptedToYourNeeds_homeview .JoinTheCourseAdaptedToYourNeeds_Image.show{transform:translateX(0);filter:blur(0)}.JoinTheCourseAdaptedToYourNeeds_homeview h1.title{font-family:Unbounded,sans-serif;font-weight:500;color:#525fe1;text-align:center;font-size:28px;margin:0;text-transform:uppercase}@media screen and (max-width:756px){.JoinTheCourseAdaptedToYourNeeds_homeview h1.title{width:100%;padding:0 13px}}.JoinTheCourseAdaptedToYourNeeds_homeview .description{margin:20px 0;text-align:center;color:#000;width:40%;transform:translateX(-100px);filter:blur(10px);opacity:0;transition:.3s linear .3s}.JoinTheCourseAdaptedToYourNeeds_homeview .description>span{font-weight:700}.JoinTheCourseAdaptedToYourNeeds_homeview .description.show{transform:translateX(0);filter:blur(0);opacity:1}@media screen and (max-width:870px){.JoinTheCourseAdaptedToYourNeeds_homeview .description{width:auto}}.JoinTheCourseAdaptedToYourNeeds_homeview .boxesContainer{width:100%;gap:10px;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.JoinTheCourseAdaptedToYourNeeds_homeview .boxesContainer .box{border-radius:7px;height:240px;background-color:#fff;padding:15px;transition:.4s linear;transform:translateY(100px) scale(.5);filter:blur(10px);opacity:0}@media screen and (max-width:1200px){.JoinTheCourseAdaptedToYourNeeds_homeview .boxesContainer .box{height:260px}}@media screen and (max-width:500px){.JoinTheCourseAdaptedToYourNeeds_homeview .boxesContainer .box{height:fit-content}}.JoinTheCourseAdaptedToYourNeeds_homeview .boxesContainer .box:first-of-type{transition-delay:0}.JoinTheCourseAdaptedToYourNeeds_homeview .boxesContainer .box:nth-of-type(2){transition-delay:.1s}.JoinTheCourseAdaptedToYourNeeds_homeview .boxesContainer .box:last-of-type{transition-delay:.2s}.JoinTheCourseAdaptedToYourNeeds_homeview .boxesContainer .box.showBox{opacity:1;filter:blur(0);transform:translateY(0) scale(1)}.JoinTheCourseAdaptedToYourNeeds_homeview .boxesContainer .box header{max-height:100px}@media screen and (max-width:500px){.JoinTheCourseAdaptedToYourNeeds_homeview .boxesContainer .box header{display:flex;flex-direction:column;align-items:center;font-size:17px}}.JoinTheCourseAdaptedToYourNeeds_homeview .boxesContainer .box header .header_svg{width:40px;margin-bottom:7px;color:#525fe1}.JoinTheCourseAdaptedToYourNeeds_homeview .boxesContainer .box header h1{all:unset;display:block;font-size:19px;font-weight:700;font-family:Unbounded,sans-serif;color:#525fe1}@media screen and (max-width:500px){.JoinTheCourseAdaptedToYourNeeds_homeview .boxesContainer .box header h1{font-size:17px}}.JoinTheCourseAdaptedToYourNeeds_homeview .boxesContainer .box p{margin:20px 0 10px;font-size:14px;color:#000}.JoinTheCourseAdaptedToYourNeeds_homeview .boxesContainer .box p span{font-weight:700;color:#000}.wideBtn{background-color:#525fe1;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:14px;width:100%;transition:.3s linear;margin-top:20px;color:#fff;cursor:pointer;transform:scaleX(.7);transition:.2s linear .4s;opacity:0}.wideBtn.show{transform:scaleX(1);filter:blur(0);opacity:1}.wideBtn.orange{background-color:#ff3d07}.title_image{transform:translateX(-100px);filter:blur(10px);opacity:0;transition:.7s linear}.title_image.show{opacity:1;transform:translateX(0);filter:blur(0)}.ElevateYourBuissiness_view{display:flex;flex-direction:row;align-items:flex-end;padding:30px 50px;background-color:#525fe1}@media screen and (max-width:768px){.ElevateYourBuissiness_view{padding:30px 10px;flex-direction:column}}@media screen and (max-width:480px){.ElevateYourBuissiness_view{padding:30px 10px}}.ElevateYourBuissiness_view .contentContainer{color:#fff;width:50%}@media screen and (max-width:768px){.ElevateYourBuissiness_view .contentContainer{width:100%}}.ElevateYourBuissiness_view .contentContainer .heading{font-family:Unbounded,sans-serif;font-size:28px;font-weight:500;text-transform:uppercase}.ElevateYourBuissiness_view .contentContainer .boxContainer .box{border:1px solid #fff;border-radius:10px;padding:12px 20px;margin:15px 0;transition:.3s;cursor:default}.ElevateYourBuissiness_view .contentContainer .boxContainer .box:hover{background-color:#fff;color:#525fe1}.ElevateYourBuissiness_view .contentContainer .boxContainer .box header{max-height:100px}.ElevateYourBuissiness_view .contentContainer .boxContainer .box header .header_svg{width:300px}.ElevateYourBuissiness_view .contentContainer .boxContainer .box h1{margin-bottom:10px;font-family:Unbounded,sans-serif;font-size:22px}.ElevateYourBuissiness_view .contentContainer .boxContainer .box p{font-size:14px}.ElevateYourBuissiness_view .ImageContainer{transform:translateY(30px);margin-top:10px;width:70%;display:flex;justify-content:center;align-items:center}.ElevateYourBuissiness_view .ImageContainer .ElevateYourBuissiness_image{width:70%}@media screen and (max-width:768px){.ElevateYourBuissiness_view .ImageContainer{width:100%}.ElevateYourBuissiness_view .ImageContainer .ElevateYourBuissiness_image{width:80%}}.ElevateYourBuissiness_view .LearnMoreBtn{background-color:#ff3d07;padding:7px 0;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:14px;width:100%;transition:.3s linear;margin-top:20px;color:#fff;cursor:pointer}.ElevateYourBuissiness_view .LearnMoreBtn:hover{background-color:#f7663f;box-shadow:0 3px 15px rgba(51,51,51,.565)}.Testimonial_view{position:relative;color:#fff;padding:30px 50px;background-color:#525fe1;overflow:hidden}.Testimonial_view .bubble{border-radius:100%;background-color:hsla(0,0%,100%,.125);position:absolute}.Testimonial_view .bubble:first-of-type{width:80px;height:80px}.Testimonial_view .bubble:nth-of-type(2){width:200px;height:200px}.Testimonial_view .bubble:last-of-type{width:100px;height:100px}.Testimonial_view .headingTestimonial{width:fit-content}.Testimonial_view .headingTestimonial .title{display:flex;align-items:center;justify-content:center;flex-direction:row}.Testimonial_view .headingTestimonial .title img{margin-right:10px;width:30px}.Testimonial_view .headingTestimonial .title h1{text-transform:uppercase;font-family:Unbounded,sans-serif;font-size:28px;font-weight:500}.Testimonial_view p{text-align:center;font-weight:300}.Testimonial_view .carosal{display:flex;align-items:center;margin:30px 0;overflow:hidden}.Testimonial_view .carosal .wrapper{display:flex;flex-direction:row;transition:transform .5s ease}.Testimonial_view .carosal .wrapper .content{min-width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;text-align:center}.Testimonial_view .carosal .wrapper .content .content-text{width:70%;margin-right:20px}@media screen and (max-width:768px){.Testimonial_view .carosal .wrapper .content .content-text{width:85%;margin-right:0}.Testimonial_view .carosal .wrapper .content{flex-direction:column-reverse}}.Testimonial_view .carosal .wrapper .personDetailx{display:flex;flex-direction:column;align-items:center;gap:5px}@media screen and (max-width:768px){.Testimonial_view .carosal .wrapper .personDetailx{margin-bottom:20px}}.Testimonial_view .carosal .wrapper .personDetailx .imageContainerx{background-color:#fff;border-radius:100%;width:135px;height:135px;overflow:hidden;display:flex;align-items:center;justify-content:center}.Testimonial_view .carosal .wrapper .personDetailx .imageContainerx img{width:120px;height:120px;object-fit:cover;border-radius:100%}.Testimonial_view .carosal .wrapper .personDetailx .name{font-family:Unbounded,sans-serif;font-size:11px;font-weight:500}.Testimonial_view .carosal .wrapper .personDetailx .grad{font-weight:400;font-size:13px}.Testimonial_view .carosal .leftArrow,.Testimonial_view .carosal .rightArrow{cursor:pointer;z-index:222}.Testimonial_view .carosal .rightArrow{opacity:.7}@media screen and (max-width:480px){.Testimonial_view{padding:20px 10px}.Testimonial_view .headingTestimonial h1{font-size:24px}}.error{border-color:#dc3545!important;background-color:#fff!important}.error-message{color:#dc3545;font-size:.875rem;margin-top:.25rem}.LestsConnect_view{background-color:#e8e8e8}.LestsConnect_view .aboveContainer{display:flex;align-items:center;justify-content:center;align-items:flex-start;flex-direction:row;background-color:#e8e8e8;padding:53px 50px}@media screen and (max-width:768px){.LestsConnect_view .aboveContainer{padding:30px 10px;flex-direction:column}}@media screen and (max-width:480px){.LestsConnect_view .aboveContainer{padding:30px 10px}}.LestsConnect_view .aboveContainer>div{display:flex;align-items:center;justify-content:center;flex-direction:column}.LestsConnect_view .aboveContainer .leftContainer{width:50%;padding:20px;gap:5px;align-items:flex-start}@media screen and (max-width:768px){.LestsConnect_view .aboveContainer .leftContainer{width:100%}}.LestsConnect_view .aboveContainer .leftContainer .letSConnect{font-family:Unbounded,sans-serif;font-size:28px;font-weight:600;transform:translateY(-10px);transition:.2s linear .4s;opacity:0}.LestsConnect_view .aboveContainer .leftContainer .letSConnect.show{transform:translateY(0);filter:blur(0);opacity:1}.LestsConnect_view .aboveContainer .leftContainer .desctiption{margin-bottom:50px;transform:translateY(-10px);transition:.2s linear .4s;opacity:0}.LestsConnect_view .aboveContainer .leftContainer .desctiption.show{transform:translateY(0);filter:blur(0);opacity:1}.LestsConnect_view .aboveContainer .leftContainer .imgLetsConnect{width:80%;margin:0 auto;transition:.3s linear;transition-delay:.2s;filter:blur(5px);opacity:0;transform:translate(10px,20px)}.LestsConnect_view .aboveContainer .leftContainer .imgLetsConnect.show{transform:translate(0);filter:blur(0);opacity:1}.LestsConnect_view .aboveContainer .rightContainer{padding-top:40px;width:50%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:15px;transform:translateX(30px);transition:.2s linear;transition-delay:.6s;opacity:0}@media screen and (max-width:768px){.LestsConnect_view .aboveContainer .rightContainer{width:100%}}.LestsConnect_view .aboveContainer .rightContainer.show{transform:translateX(0);opacity:1}.LestsConnect_view .aboveContainer .rightContainer .inputCOn{display:flex;align-items:center;justify-content:center;width:100%!important;flex-direction:row;position:relative}.LestsConnect_view .aboveContainer .rightContainer .inputCOn input,.LestsConnect_view .aboveContainer .rightContainer .inputCOn select{text-align:center;all:unset;border-radius:7px;height:32px;width:100%!important;background-color:#fff;padding-left:10px;transition:.4s;border:1px solid #ddd}.LestsConnect_view .aboveContainer .rightContainer .inputCOn input.special,.LestsConnect_view .aboveContainer .rightContainer .inputCOn select.special{padding-top:10px}.LestsConnect_view .aboveContainer .rightContainer .inputCOn input.special.colored,.LestsConnect_view .aboveContainer .rightContainer .inputCOn select.special.colored{color:#b2b2b2}.LestsConnect_view .aboveContainer .rightContainer .inputCOn input::placeholder,.LestsConnect_view .aboveContainer .rightContainer .inputCOn select::placeholder{font-size:14px;color:#b2b2b2}.LestsConnect_view .aboveContainer .rightContainer .inputCOn input:focus,.LestsConnect_view .aboveContainer .rightContainer .inputCOn select:focus{border:1px solid #525fe1;box-shadow:0 0 5px #525fe1}.LestsConnect_view .aboveContainer .rightContainer .inputCOn select{appearance:none;background-image:url('data:image/svg+xml;utf8,<svg fill="black" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');background-repeat:no-repeat;background-position-x:calc(100% - 10px);background-position-y:center;padding-right:30px}.LestsConnect_view .aboveContainer .rightContainer .formGroup{display:flex;align-items:center;justify-content:center;flex-direction:column;align-items:flex-start;gap:5px;width:85%}.LestsConnect_view .aboveContainer .rightContainer .formGroup label{font-size:15px}.LestsConnect_view .aboveContainer .rightContainer .formGroup input{all:unset;border-radius:7px;height:32px;padding-left:10px;width:calc(100% - 10px);background-color:#fff;transition:.4s;border:2px solid transparent}.LestsConnect_view .aboveContainer .rightContainer .formGroup input::placeholder{font-size:15px;color:#b2b2b2}.LestsConnect_view .aboveContainer .rightContainer .formGroup input:focus{border:2px solid #525fe1;box-shadow:0 0 5px #525fe1}.LestsConnect_view .aboveContainer .rightContainer .formGroup textarea{all:unset;border-radius:7px;height:125px;padding:5px 0 5px 10px;width:100%;background-color:#fff;border:2px solid transparent;transition:.2s}.LestsConnect_view .aboveContainer .rightContainer .formGroup textarea:focus{border:2px solid #525fe1;box-shadow:0 0 5px #525fe1}.LestsConnect_view .aboveContainer .rightContainer .sendBtn{background-color:#525fe1;padding:7px 0;margin-left:10px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:14px;width:85%;transition:.3s linear;margin-top:20px;color:#fff;cursor:pointer;font-weight:700}.LestsConnect_view .aboveContainer .rightContainer .sendBtn:hover{box-shadow:0 3px 10px rgba(51,51,51,.565)}.LestsConnect_view .formGroup{display:flex;align-items:center;justify-content:center;flex-direction:column;align-items:flex-start;gap:15px;width:85%}.LestsConnect_view .formGroup label{font-size:15px}.LestsConnect_view .formGroup input{all:unset;border-radius:7px;height:32px;padding-left:10px;width:100%;background-color:#fff;transition:.4s;border:2px solid transparent}.LestsConnect_view .formGroup input::placeholder{font-size:15px;color:#b2b2b2}.LestsConnect_view .formGroup input:focus{border:2px solid #525fe1;box-shadow:0 0 5px #525fe1}.LestsConnect_view .formGroup textarea{all:unset;border-radius:7px;height:125px;padding:5px 0 5px 10px;width:100%;background-color:#fff;border:2px solid transparent;transition:.2s}.LestsConnect_view .formGroup textarea:focus{border:2px solid #525fe1;box-shadow:0 0 5px #525fe1}.LestsConnect_view .formGroup.inline{flex-direction:row;width:60%;transition:.5s linear .8s;filter:blur(10px);opacity:0}.LestsConnect_view .formGroup.inline.show{opacity:1;filter:blur(0)}@media screen and (max-width:768px){.LestsConnect_view .formGroup.inline{width:90%}}.LestsConnect_view .bottomContainer{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:50px 0 40px;gap:7px}.LestsConnect_view .bottomContainer .mailImage{transform:rotate(1turn) scale(.2);transition:.5s linear;opacity:0}.LestsConnect_view .bottomContainer .mailImage.show{transform:rotate(0) scale(1);opacity:1}.LestsConnect_view .bottomContainer .subscribe{font-family:Unbounded,sans-serif;font-size:28px;font-weight:600;text-align:center;transform:translateY(-10px);transition:.2s linear .6s;opacity:0}.LestsConnect_view .bottomContainer .subscribe.show{transform:translateY(0);filter:blur(0);opacity:1}.LestsConnect_view .bottomContainer .btmDesc{font-weight:400;width:40%;text-align:center;margin-bottom:30px;transform:translateY(-10px);transition:.2s linear .8s;opacity:0}.LestsConnect_view .bottomContainer .btmDesc.show{transform:translateY(0);filter:blur(0);opacity:1}@media screen and (max-width:768px){.LestsConnect_view .bottomContainer .btmDesc{width:80%}}.LestsConnect_view .sendBtn{background-color:#525fe1;padding:7px 0;margin-left:10px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:14px;width:85%;transition:.3s linear;margin-top:20px;color:#fff;cursor:pointer;font-weight:700}.LestsConnect_view .sendBtn.inline{width:100px;margin:0}