body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Poppins;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{font-size:10px}*{box-sizing:border-box;margin:0;padding:0}.slide-bottom{-webkit-animation:slide-bottom .5s cubic-bezier(.25,.46,.45,.94) both;animation:slide-bottom .5s cubic-bezier(.25,.46,.45,.94) both}@-webkit-keyframes slide-bottom{0%{-webkit-transform:translateY(-25%);transform:translateY(-25%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slide-bottom{0%{-webkit-transform:translateY(-25%);transform:translateY(-25%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.pricing{display:flex;flex-direction:column;margin-bottom:10rem}.pricing__header{background:#594edc;height:80vh}.pricing__header__text{align-items:center;display:flex;justify-content:space-between;margin-top:30vh;padding:3rem 4rem}.pricing__header__text>h1{color:#fff;font-size:5rem;text-align:left}.pricing__header__icon>img{height:6rem;width:6rem}.pricing__body{background-color:#fff;display:flex;flex-direction:column;gap:2rem;margin-top:7rem;padding:2rem}.pricing__body>h1{font-size:4rem;font-weight:600}.pricing__body>h1,.pricing__body>h6{color:#1a1a1a;padding:0 2rem;text-align:left}.pricing__body>h6{font-size:2rem;font-weight:400}.pricing__body__packages{align-items:center;display:flex;gap:2rem;padding:2rem}.pricing__body__packages__card{background:#fff;box-shadow:0 8px 50px 0 hsla(0,0%,41%,.25);display:flex;flex:1 1;flex-direction:column;gap:3rem;height:auto;margin-top:4rem;padding:2rem}.pricing__body__packages__card>h3{font-size:3rem;font-weight:600;text-align:center}.pricing__body__packages__card>h4{font-size:1.8rem;font-weight:400;text-align:center}.pricing__body__packages__card>h5{font-size:1.9rem;font-weight:400;text-align:center}.pricing__body__packages__card>span{align-items:center;display:flex;gap:1rem;justify-content:center;width:100%}.pricing__body__packages__card>span>p{color:#18151a;font-size:3rem;font-weight:700}.pricing__body__packages__card>.after>p{color:#1a171c;font-size:2.5rem;font-weight:700}.pricing__body__packages__card>button{background-color:#fff;border:1px solid #a54de4;border-radius:1.5rem;color:#1a1a1a;cursor:pointer;font-size:1.8rem;font-weight:400;margin-left:auto;margin-right:auto;padding:1.6rem;width:100%}.pricing__body__packages__card>button:hover{background:linear-gradient(180deg,#a54de4,#594edc);border:none;color:#fff;-webkit-transform:scale(1.05);transform:scale(1.05);transition:all .8s ease-in-out}.pricing__body__packages__card>a{align-items:center;background-color:#fff;border:1px solid #a54de4;border-radius:1.5rem;color:#1a1a1a;cursor:pointer;display:flex;font-size:1.8rem;font-weight:400;justify-content:center;margin-left:auto;margin-right:auto;padding:1.6rem;text-decoration:none;width:100%}.pricing__body__packages__card>a:hover{background:linear-gradient(180deg,#a54de4,#594edc);border:none;color:#fff;-webkit-transform:scale(1.05);transform:scale(1.05);transition:all .8s ease-in-out}.pricing__body__packages__card>ul{list-style-type:none;margin-left:auto;margin-right:auto}.pricing__body__packages__card>ul>li{align-items:center;display:flex;gap:1rem;margin-bottom:2rem}.pricing__body__packages__card>ul>li>p{font-size:1.5rem;font-weight:400;text-align:left}@media screen and (min-width:541px) and (max-width:900px){.pricing__header__text{padding:2rem}.pricing__header__text>h1{font-size:4rem}.pricing__body>h1{font-size:3rem;text-align:center}.pricing__body>h6{font-size:1.8rem;text-align:center}.pricing__body__packages{flex-direction:column;padding:1rem}.pricing__body__packages__card>h3{font-size:2.5rem}.pricing__body__packages__card>h4{font-size:1.6rem}.pricing__body__packages__card>h5{font-size:1.7rem}.pricing__body__packages__card>span>p{font-size:4rem}.pricing__body__packages__card>button{font-size:1.6rem;padding:1.4rem}.pricing__body__packages__card>ul>li>p{font-size:1.4rem}.pricing__body__packages__card>ul>li>img{height:2rem;width:2rem}}@media screen and (max-width:540px){.pricing__header__text{padding:2rem}.pricing__header__text>h1{font-size:3rem}.pricing__header__icon{display:none}.pricing__body{padding:1rem}.pricing__body>h1{font-size:2.2rem;text-align:center}.pricing__body>h6{font-size:1.6rem;text-align:center}.pricing__body__packages{flex-direction:column;padding:1rem}.pricing__body__packages__card{gap:2rem;margin-top:2rem;padding:2rem 1rem}.pricing__body__packages__card>h3{font-size:2rem}.pricing__body__packages__card>h4{font-size:1.4rem}.pricing__body__packages__card>h5{font-size:1.5rem}.pricing__body__packages__card>span>p{font-size:3rem}.pricing__body__packages__card>button{font-size:1.4rem;padding:1rem}.pricing__body__packages__card>ul>li>p{font-size:1.2rem}.pricing__body__packages__card>ul>li>img{height:2rem;width:2rem}}.navbar{justify-content:space-between;padding:2rem 4rem}.navbar,.navbar__logo{align-items:center;display:flex}.navbar__logo>a>img{height:2rem;width:2rem}.navbar__logo>a{color:#fff;font-size:3rem;font-weight:700;text-decoration:none}.navbar__links,.navbar__links>ul{align-items:center;display:flex;gap:2rem}.navbar__links>ul{list-style-type:none}.navbar__links>ul>li>a{color:#fff;font-size:1.6rem;text-decoration:none}.navbar__links>ul>li>a:hover{color:#d0cfcf;transition:all .3s ease-in-out}.navbar__mobile{display:none}.navbar__mobile__overlay{align-items:flex-start;background-color:#fff;display:flex;flex-direction:column;height:100vh;justify-content:center;left:0;position:fixed;top:0;transition:.5s ease;width:100%;z-index:10}.navbar__mobile__overlay>.navbar__mobile__icon{align-items:center;display:flex;position:absolute;right:2rem;top:2rem}.new__navbar__mobile__overlay{align-items:center;background-color:#fff;display:flex;flex-direction:column;height:100vh;justify-content:center;left:0;position:fixed;top:0;transition:.5s ease;width:100%;z-index:10}.new__navbar__mobile__overlay>.navbar__mobile__icon{align-items:center;display:flex;position:absolute;right:2rem;top:2rem}.navbar__mobile__icon__button>.MuiSvgIcon-root{color:#594edc;font-size:2.5rem}.navbar__mobile__links{display:flex;flex-direction:column;gap:4rem;padding-left:4rem}.navbar__mobile__links>ul{align-items:left;display:flex;flex-direction:column;gap:3rem;list-style-type:none}.navbar__mobile__links>li{cursor:pointer;text-align:center}.navbar__mobile__links>ul>li>a{color:#000;font-size:1.6rem;font-weight:700;text-decoration:none}.navbar__mobile__links>ul>li>a:hover{border-bottom:1px solid #594edc;color:gray;transition:all .6s ease-in-out}.navbar__links__button{background-color:#fff;border:none;border-radius:3rem;color:#594edc;cursor:pointer;font-size:1.6rem;padding:1rem 1.5rem;text-decoration:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.navbar__links__button:hover{-webkit-transform:scale(1.05);transform:scale(1.05);transition:all .6s ease-in-out}@media screen and (min-width:601px) and (max-width:768px){.navbar__logo>a{font-size:2rem}.navbar__links>ul>li>a{font-size:1.4rem}.navbar__links__button{font-size:1.2rem}}@media screen and (max-width:600px){nav{padding:4rem 1.5rem}.navbar{background-color:#fff;padding:.5rem 1rem}.navbar__links{display:none}.navbar__mobile{display:flex}.navbar__mobile__links>ul>li>a{font-size:2.5rem}.navbar__links__button{background-color:#594edc;color:#fff;font-size:2rem}}.footer{background:linear-gradient(180deg,#a54de4,#594edc);display:flex;flex-direction:column;gap:1.5rem;padding:4rem}.footer>h1{font-size:3rem;font-weight:600}.footer>h1,.footer>h4{color:#fff;text-align:center}.footer>h4{font-size:2rem;font-weight:400}.footer>span{align-items:center;border-bottom:.15rem solid #fff;cursor:pointer;display:flex;gap:1rem;margin-left:auto;margin-right:auto;margin-top:2rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.footer>span>h2{color:#fff;font-size:3.5rem;font-weight:500}.footer>span>img{height:3rem;width:3rem}.footer__socials{align-items:center;display:flex;gap:2rem;justify-content:center;margin-bottom:4rem}.footer__socials img{cursor:pointer;height:3rem;width:3rem}.footer>p{color:#fff;font-size:1.4rem;font-weight:400;text-align:center}@media screen and (max-width:550px){.footer{padding:2rem}.footer>h1{font-size:2.2rem}.footer>h4{font-size:1.6rem}.footer>span>h2{font-size:2.4rem}.footer>span>img,.footer__socials img{height:2rem;width:2rem}.footer>p{font-size:1.2rem}}.about{align-items:flex-start;background-color:#fff;display:flex;gap:4rem;justify-content:center;padding:4rem}.about__description{display:flex;flex:0.5 1;flex-direction:column;gap:3rem}.about__description>h1{color:#000;font-size:6rem;font-weight:500;text-transform:uppercase}.about__description>h1>span{color:#594edc}.about__description>p{color:#000;font-size:1.6rem;line-height:2.5rem}.about__description>a{background-color:#594edc;border:none;border-radius:3rem;color:#fff;cursor:pointer;font-size:1.4rem;padding:1rem 1.5rem;text-decoration:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.about__description>a:hover{-webkit-transform:scale(1.05);transform:scale(1.05);transition:all .5s ease-in-out}.about__hero{flex:0.5 1}.about__hero>img{height:50rem;width:100%}.about__hero__mobile{display:none}@media screen and (min-width:541px) and (max-width:640px){.about{flex-direction:column;gap:2rem;padding:4rem 2rem}.about__description>h1{font-size:5rem}.about__hero{display:none}.about__hero__mobile{display:block}.about__hero__mobile>img{height:30rem;width:100%}}@media screen and (max-width:540px){.about{flex-direction:column;gap:2rem;padding:4rem 2rem}.about__description>h1{font-size:3rem}.about__description>p{font-size:1.4rem}.about__hero{display:none}.about__hero__mobile{display:block}.about__hero__mobile>img{height:30rem;width:100%}}.services{display:flex;flex-direction:column;gap:2rem;margin-bottom:7rem;margin-top:7rem}.services>h1{color:#1a1a1a;font-size:3rem;font-weight:800;margin-left:4rem;text-align:left}.services__contact{align-items:center;background:linear-gradient(180deg,#a54de4,#594edc);display:flex;padding:4rem}.services__contact__info{display:flex;flex:0.6 1;flex-direction:column;gap:3rem}.services__contact__info>h2{color:#fff;font-size:3rem;font-weight:700}.services__contact__info>span{align-items:center;border-bottom:.15rem solid #fff;cursor:pointer;display:flex;gap:1rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.services__contact__info>span>p{color:#fff;font-size:1.6rem}.services__contact__info>span>img{height:1.2rem}.services__contact__image{flex:0.4 1}.services__contact__image>img{height:30rem}.services__service{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:auto auto auto;justify-content:space-around;margin-bottom:5rem;margin-top:5rem;padding:0 4rem}.services__service__card{background:#fff;box-shadow:0 7px 29px 0 rgba(108,78,222,.28);display:flex;flex-direction:column;gap:1rem;height:30rem;padding:2rem 1rem;width:100%}.services__service__card>img{height:4rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;width:4rem}.services__service__card>h4{color:#1a1a1a;font-size:1.8rem;margin-bottom:1.5rem;text-align:center}.services__service__card>p{color:#1a1a1a;font-size:1.4rem;line-height:1.8rem;text-align:center}.services__info{background-image:url(/static/media/backgroundImage.c00a86b29661a8e551f7.png);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;gap:8rem;padding:6rem 4rem}.services__info>p{color:#fff;font-size:1.8rem;font-weight:600;margin-top:8rem}.services__info__numbers{align-items:center;display:flex;gap:5rem;margin-left:25vw;margin-top:50vh}.services__info__numbers>span{display:flex;flex-direction:column;gap:2rem}.services__info__numbers>span>h2{color:#fff;font-size:8rem;font-weight:800}.services__info__numbers>span>p{color:#fff;font-size:1.8rem;font-weight:500}@media screen and (max-width:800px) and (min-width:641px){.services__contact{flex-direction:column;gap:2rem;padding:2rem}.services__contact__info{align-items:center;order:2}.services__contact__info>h2{text-align:center}.services__contact__image{order:1}.services__contact__image>img{height:20rem}.services__service{align-items:center;display:flex;flex-direction:column;justify-content:space-around}.services__service__card{width:100%}.services__info{background-size:cover;flex-direction:column;height:100vh;padding:4rem}.services__info>p{margin-top:1rem;text-align:center}.services__info__numbers{flex-direction:column;gap:4rem;margin-left:3rem;margin-top:3rem}.services__info__numbers>span>h2{font-size:8rem}.services__info__numbers>span>p{font-size:2rem}}@media screen and (max-width:640px){.services>h1{font-size:2.2rem;margin-left:2rem}.services__contact{flex-direction:column;gap:2rem;padding:2rem}.services__contact__info{align-items:center;order:2}.services__contact__info>h2{font-size:2rem;font-weight:600;text-align:center}.services__contact__info>span>p{font-size:1.4rem}.services__contact__info>span>img{font-size:1rem}.services__contact__image{order:1}.services__contact__image>img{height:10rem}.services__service{align-items:center;display:flex;flex-direction:column;justify-content:space-around}.services__service__card{width:100%}.services__service__card>img{height:3rem;width:3rem}.services__info{background-size:cover;flex-direction:column;height:100vh;padding:4rem}.services__info>p{margin-top:1rem;text-align:center}.services__info__numbers{flex-direction:column;gap:4rem;margin-left:3rem;margin-top:3rem}.services__info__numbers>span>h2{font-size:5rem}.services__info__numbers>span>p{font-size:1.6rem}}.reviews{display:flex;flex-direction:column;gap:2rem;padding:4rem}.reviews>h1{color:#1a1a1a;font-size:3rem;font-weight:800;text-align:left}.reviews__review{display:flex}.reviews__review__info{align-items:flex-start;background:linear-gradient(180deg,#a54de4,#594edc);display:flex;flex:0.5 1;flex-direction:column;gap:8rem;justify-content:center;padding:2rem}.reviews__review__info>h4{color:#fff;font-size:2rem;font-weight:500;line-height:3rem;width:70%}.reviews__review__info>span{align-items:flex-start;display:flex;flex-direction:column;gap:.8rem}.reviews__review__info>span>h6{color:#fff;font-size:1.6rem;font-weight:500}.reviews__review__info>span>h5{color:#fff;font-size:2rem;font-weight:700}.reviews__review__info>span>p{color:#fff;font-size:1.4rem;font-weight:500}.reviews__review__video{cursor:pointer;flex:0.5 1}.reviews__review__video>img{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%}@media screen and (min-width:641px) and (max-width:854px){.reviews__review__video>img{height:40rem}}@media screen and (max-width:640px){.reviews{padding:0}.reviews>h1{font-size:2.2rem}.reviews__review{flex-direction:column}.reviews__review__info{align-items:center;gap:6rem;order:2;padding:6rem 0}.reviews__review__info>h4{font-size:1.8rem;text-align:center}.reviews__review__info>span{align-items:center}.reviews__review__info>span>h6{font-size:1.4rem}.reviews__review__info>span>h5{font-size:1.8rem}.reviews__review__info>span>p{font-size:12px}.reviews__review__video>img{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}}.blog{margin-top:8rem;padding:4rem}.blog,.blog__header{display:flex;flex-direction:column;gap:2rem}.blog__header{align-items:flex-start}.blog__header>h1{color:#1a1a1a;font-size:3rem;font-weight:800;text-align:left}.blog__header>p{color:#1a1a1a;font-size:1.8rem;font-weight:400;text-align:left}.blog__body{align-items:center;display:flex;gap:2rem;margin-top:3rem}.blog__body__card{flex:1 1;height:30rem;position:relative}.blog__body__card>img{height:30rem;width:100%}.blog__body__card>p{bottom:10%;color:#fff;font-size:1.6rem;left:5%;line-height:2.5rem;margin-right:2%;position:absolute;text-align:center}.blog__button{background:linear-gradient(180deg,#a54de4,#594edc);border:none;border-radius:4rem;color:#fff;cursor:pointer;font-size:1.6rem;margin-left:auto;margin-right:auto;margin-top:3rem;padding:1rem 3rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.blog__button:hover{-webkit-transform:scale(1.05);transform:scale(1.05);transition:all .6s ease-in-out}@media screen and (max-width:640px){.blog__header>h1{font-size:2.2rem}.blog__header>p{font-size:1.5rem}.blog__body{flex-direction:column}.blog__body__card{width:100%}.blog__body__card>img{object-fit:cover}.blog__body__card>p{font-size:1.4rem;line-height:2rem}.blog__button{font-size:1.4rem}}.team{display:flex;flex-direction:column;gap:1rem;margin-top:7rem}.team>h1{font-size:3rem;font-weight:800}.team>h1,.team>p{color:#1a1a1a;text-align:center}.team>p{font-size:1.6rem;font-weight:400}.team__photos{align-items:center;display:flex;gap:3rem;justify-content:center;margin-top:5rem}.team__photos>img{height:35rem;width:25rem}@media screen and (max-width:550px){.team>h1{font-size:2.2rem}.team>p{font-size:1.4rem}.team__photos{flex-direction:column}.team__photos>img{height:25rem;object-fit:contain;width:100%}}.partners{display:flex;flex-direction:column;gap:2rem;margin-bottom:15rem;margin-top:10rem}.partners>h1{font-size:3rem;font-weight:800}.partners>h1,.partners>p{color:#1a1a1a;text-align:center}.partners>p{font-size:1.6rem;font-weight:400}.partners__logo{align-items:center;display:flex;justify-content:space-around;margin-top:4rem}.partners__logo>img{height:10rem;width:10rem}@media screen and (max-width:950px) and (min-width:551px){.partners__logo{grid-row-gap:6rem;grid-column-gap:16rem;-webkit-column-gap:16rem;column-gap:16rem;display:grid;grid-template-columns:repeat(2,1fr);margin-left:auto;margin-right:auto;row-gap:6rem}}@media screen and (max-width:550px){.partners>h1{font-size:2.2rem}.partners>p{font-size:1.4rem;padding:0 1.5rem}.partners__logo{flex-direction:column;gap:6rem;margin-left:auto;margin-right:auto}.partners__logo>img{flex:1 1;height:20rem}}.form{background-color:#fff;border-radius:1.4rem;box-shadow:0 6px 56px 0 rgba(71,71,71,.25);display:flex;flex-direction:column;gap:.5rem;height:auto;margin-left:auto;margin-right:auto;margin-top:-15rem;padding:4rem 2rem;width:40rem;z-index:99}.form>h4{color:#242424;font-size:2.2rem;font-weight:400;text-align:center}.form>h4>span{color:#a54de4}.form>h5{color:#bfbfd4;font-size:1.8rem;font-weight:400;margin-bottom:2.5rem;text-align:center}.form>button{align-items:center;background-color:#fff;border:1px solid #625f5f;border-radius:3.6rem;cursor:pointer;display:flex;font-size:1.5rem;font-weight:400;gap:1rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;padding:.6rem 1.5rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.form>button:hover{background-color:#a54de4;color:#fff;-webkit-transform:scale(1.08);transform:scale(1.08);transition:all .7s ease-in-out}.form>button>img{height:2.5rem;width:2.5rem}.form>form{display:flex;flex-direction:column}.form__inputs>p{color:#838383;cursor:pointer;font-size:1.3rem;font-weight:400;text-align:left}.form__inputs>p:hover{color:#594edc}.form__button{margin-top:3rem}.form__button>button{background:linear-gradient(180deg,#a54de4,#594edc);border:none;border-radius:1.4rem;color:#fff;cursor:pointer;font-size:1.6rem;font-weight:500;margin-left:auto;margin-right:auto;padding:1rem;width:100%}.form__button>button:hover{-webkit-transform:scale(1.04);transform:scale(1.04);transition:all .7s ease-in-out}.form__button>button:disabled,.form__button>button[disabled]{background:#838383;color:#fff;cursor:not-allowed;pointer-events:none}@media screen and (max-width:540px){.form{width:80%}.form>h4{font-size:2rem}.form>h5{font-size:1.4rem}.form>button{font-size:1.2rem}.form>button>img{height:2rem;width:2rem}.form__button>button{font-size:1.4rem}}.register{display:flex;flex-direction:column}.register__header{background:linear-gradient(180deg,#a54de4,#594edc),url(/static/media/bgDesign.1174c3c9973ab94ade3f.png);background-position:50%;background-repeat:no-repeat;background-size:cover;height:50vh}.register__navbar{align-items:center;display:flex;justify-content:space-between;padding:2rem}.register__navbar>h1{color:#fff;cursor:pointer;font-size:3rem;font-weight:700}.register__navbar>button{background-color:#fff;border:none;border-radius:3rem;color:#594edc;cursor:pointer;font-size:1.6rem;padding:1rem 2.5rem}.register__navbar>button:hover{-webkit-transform:scale(1.05);transform:scale(1.05);transition:all .6s ease-in-out}.register__body{background-color:#fff;margin-bottom:10rem}.calendly-inline-widget{height:700px;margin-top:8rem;min-width:320px}@media screen and (max-width:540px){.register__navbar>h1>img{height:3rem;width:3rem}.register__navbar>button{font-size:1.4rem}.calendly-inline-widget{height:600px}}.login{display:flex;flex-direction:column}.login__header{background:linear-gradient(180deg,#a54de4,#594edc),url(/static/media/bgDesign.1174c3c9973ab94ade3f.png);background-position:50%;background-repeat:no-repeat;background-size:cover;height:50vh}.login__navbar{align-items:center;display:flex;justify-content:space-between;padding:2rem}.login__navbar>h1{color:#fff;cursor:pointer;font-size:3rem;font-weight:700}.login__navbar>button{background-color:#fff;border:none;border-radius:3rem;color:#594edc;cursor:pointer;font-size:1.6rem;padding:1rem 2.5rem}.login__navbar>button:hover{-webkit-transform:scale(1.05);transform:scale(1.05);transition:all .6s ease-in-out}.login__body{background-color:#fff;margin-bottom:10rem}@media screen and (max-width:540px){.login__navbar>h1>img{height:3rem;width:3rem}.login__navbar>button{font-size:1.4rem}}.forgotPassword{display:flex;flex-direction:column}.forgotPassword__header{background:linear-gradient(180deg,#a54de4,#594edc),url(/static/media/bgDesign.1174c3c9973ab94ade3f.png);background-position:50%;background-repeat:no-repeat;background-size:cover;height:50vh}.forgotPassword__navbar{align-items:center;display:flex;justify-content:space-between;padding:2rem}.forgotPassword__navbar>h1{color:#fff;cursor:pointer;font-size:3rem;font-weight:700}.forgotPassword__navbar>button{background-color:#fff;border:none;border-radius:3rem;color:#594edc;cursor:pointer;font-size:1.6rem;padding:1rem 2.5rem}.forgotPassword__navbar>button:hover{-webkit-transform:scale(1.05);transform:scale(1.05);transition:all .6s ease-in-out}.forgotPassword__body{background-color:#fff;height:50vh;margin-bottom:10rem}.forgotPassword__form{background-color:#fff;border-radius:1.4rem;box-shadow:0 6px 56px 0 rgba(71,71,71,.25);display:flex;flex-direction:column;gap:.5rem;height:auto;margin-left:auto;margin-right:auto;margin-top:-15rem;padding:4rem 2rem;width:40rem;z-index:99}.forgotPassword__form>h4{color:#242424;font-size:2.2rem;font-weight:400;text-align:center}.forgotPassword__form>h4>span{color:#a54de4}.forgotPassword__form>h5{color:#bfbfd4;font-size:1.8rem;font-weight:400;margin-bottom:2.5rem;text-align:center}.forgotPassword__form>form,.form__inputs{display:flex;flex-direction:column}.form__inputs{gap:1.5rem}.formForgotPassword__button{margin-top:3rem}.formForgotPassword__button>button{background:linear-gradient(180deg,#a54de4,#594edc);border:none;border-radius:1.4rem;color:#fff;cursor:pointer;font-size:1.6rem;font-weight:500;margin-left:auto;margin-right:auto;padding:1rem;width:100%}.formForgotPassword__button>button:hover{-webkit-transform:scale(1.04);transform:scale(1.04);transition:all .7s ease-in-out}.formForgotPassword__button>button:disabled,.formForgotPassword__button>button[disabled]{background:#838383;color:#fff;cursor:not-allowed;pointer-events:none}@media screen and (max-width:540px){.forgotPassword__navbar>h1>img{height:3rem;width:3rem}.forgotPassword__navbar>button{font-size:1.4rem}.forgotPassword__form{width:80%}.forgotPassword__form>h4{font-size:2rem}.forgotPassword__form>h5,.formForgotPassword__button>button{font-size:1.4rem}}.home{background:linear-gradient(180deg,#a54de4,#594edc);height:100vh}.home__header{display:flex;flex-direction:column;gap:2rem;margin-top:20rem;padding:3rem 4rem}.home__description{align-items:center;display:flex;justify-content:space-between}.home__header>h1{color:#fff;font-size:5rem;text-align:left}.home__description>p{color:#fff;font-size:1.6rem;text-align:left}.home__icon>img{height:6rem;width:6rem}@media screen and (min-width:541px) and (max-width:900px){.home__header{margin-top:10rem;padding:2rem}.home__header>h1{font-size:4rem}.home__description>p{font-size:1.6rem}}@media screen and (max-width:540px){.home__header{margin-top:12rem;padding:2rem}.home__header>h1{font-size:3rem}.home__description>p{font-size:1.4rem}.home__icon{display:none}}
/*# sourceMappingURL=main.99557cbe.css.map*/