@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Lato:wght@400;700&family=Poppins:wght@300;400;500;600&family=Source+Code+Pro:wght@400;500&display=swap";.app__notification{width:100%;background:#ECECEC;box-shadow:inset 0 -1px #000}.app__notification_content{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px}.app__notification_content p{font-family:var(--font-inter);font-style:normal;font-weight:400;font-size:16px;color:#000}@media screen and (max-width: 1100px){.app__notification_content p{font-size:14px}}@media screen and (max-width: 576px){.app__notification_content p{font-size:12px}}.app__notification_content p a{color:#000;text-decoration:underline;font-family:var(--font-inter);font-style:normal;font-weight:400;font-size:16px}.app__navbar{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:5px 100px;background:#fff}@media screen and (max-width: 1100px){.app__navbar{padding:5px 24px}}@media screen and (max-width: 576px){.app__navbar{padding:5px 20px}}.app__navbar_logo{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px 0;gap:10px}@media screen and (max-width: 576px){.app__navbar_logo{gap:5px}}.app__navbar_logo img{width:20px;height:20px}@media screen and (max-width: 576px){.app__navbar_logo img{width:18px;height:18px}}.app__navbar_logo h2{font-family:var(--font-inter);font-style:normal;font-weight:600;font-size:20px;color:#000}@media screen and (max-width: 1100px){.app__navbar_logo h2{font-size:18px}}@media screen and (max-width: 576px){.app__navbar_logo h2{font-size:16px}}.app__navbar_menu{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;padding:10px 0;gap:30px}.app__navbar_menu-links{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0;gap:30px}@media screen and (max-width: 1100px){.app__navbar_menu-links{display:none}}.app__navbar_menu-links a{font-family:var(--font-inter);font-style:normal;font-weight:400;font-size:16px;text-transform:capitalize;color:#000;text-decoration:none}.app__navbar_menu-login{display:flex;flex-direction:row;justify-content:center;align-items:center}@media screen and (max-width: 576px){.app__navbar_menu-login{display:none}}.app__navbar_menu-login a{padding:8px 20px;background:#000;border-radius:10px;font-family:var(--font-inter);font-style:normal;font-weight:400;font-size:16px;color:#fff;text-decoration:none}@media screen and (max-width: 1100px){.app__navbar_menu-login a{font-size:14px}}.app__navbar_hamburger{display:none}@media screen and (max-width: 1100px){.app__navbar_hamburger{display:block}}.app__navbar_hamburger-icon{width:24px;height:24px;cursor:pointer}.hamburger{display:none}.show-hamburger{position:absolute;width:150px;gap:15px;background:#000;right:0px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:15px}.show-hamburger li{list-style:none}.show-hamburger li a{font-family:var(--font-inter);font-style:normal;font-weight:400;font-size:16px;line-height:19px;text-transform:capitalize;text-decoration:none;color:#fff}.show-hamburger .login{display:none}@media screen and (max-width: 576px){.show-hamburger .login{display:flex}.show-hamburger .login a{background:#fff;padding:10px;border-radius:10px;color:#000}}.app__blog{display:flex;flex-direction:column;align-items:center;padding:20px 100px;gap:30px;background:#fff}@media screen and (max-width: 1100px){.app__blog{padding:10px 24px}}@media screen and (max-width: 576px){.app__blog{padding:10px 20px}}.app__blog_title{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0}.app__blog_title h2{font-family:var(--font-raleway);font-style:normal;font-weight:500;font-size:45px;color:#000}@media screen and (max-width: 1100px){.app__blog_title h2{font-size:35px}}@media screen and (max-width: 576px){.app__blog_title h2{font-size:25px}}.app__blog_title p{font-family:var(--font-raleway);font-weight:400;font-style:normal;font-size:30px;color:#333}@media screen and (max-width: 1100px){.app__blog_title p{font-size:25px}}@media screen and (max-width: 576px){.app__blog_title p{font-size:20px}}.app__blog_latest{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:20px}@media screen and (max-width: 576px){.app__blog_latest{flex-direction:column;gap:10px}}.app__blog_latest-article{display:flex;flex-direction:column;align-items:flex-start;padding:0;overflow:hidden;background:#fff;border-radius:12px;width:30%}@media screen and (max-width: 1100px){.app__blog_latest-article{width:50%}}@media screen and (max-width: 576px){.app__blog_latest-article{width:100%}}.app__blog_latest-article img{width:100%;-o-object-fit:cover;object-fit:cover;aspect-ratio:19/11;background:black}@media screen and (max-width: 1100px){.app__blog_latest-article img{aspect-ratio:8/3}}@media screen and (max-width: 576px){.app__blog_latest-article img{aspect-ratio:50/33}}.app__blog_latest-article_content{display:flex;flex-direction:column;align-items:flex-start;padding:20px}@media screen and (max-width: 576px){.app__blog_latest-article_content{padding:14px}}.app__blog_latest-article_content h2{font-family:var(--font-source-code);font-style:normal;font-weight:500;font-size:20px;color:#3c3c43}@media screen and (max-width: 1100px){.app__blog_latest-article_content h2{font-size:18px}}@media screen and (max-width: 576px){.app__blog_latest-article_content h2{font-size:16px}}.app__blog_latest-article_content h4{font-family:var(--font-source-code);font-style:normal;font-weight:400;font-size:18px;color:#3c3c43}@media screen and (max-width: 1100px){.app__blog_latest-article_content h4{font-size:16px}}@media screen and (max-width: 576px){.app__blog_latest-article_content h4{font-size:14px}}.app__blog_latest-article_content p{font-family:var(--font-source-code);font-style:normal;font-weight:400;font-size:16px;color:#666;margin-top:5px}@media screen and (max-width: 1100px){.app__blog_latest-article_content p{font-size:14px}}@media screen and (max-width: 576px){.app__blog_latest-article_content p{font-size:12px}}a{text-decoration:none}.app__newsletter{display:flex;flex-direction:column;align-items:center;padding:20px 100px;gap:10px}@media screen and (max-width: 1100px){.app__newsletter{padding:20px 24px}}@media screen and (max-width: 576px){.app__newsletter{padding:20px}}.app__newsletter h3{font-family:var(--font-roboto);font-style:normal;font-weight:500;font-size:30px;color:#000}@media screen and (max-width: 1100px){.app__newsletter h3{font-size:26px}}@media screen and (max-width: 576px){.app__newsletter h3{font-size:18px}}.app__newsletter form{display:flex;flex-direction:row;align-items:center;padding:0;width:60%;gap:10px}@media screen and (max-width: 576px){.app__newsletter form{flex-direction:column}}.app__newsletter input{box-sizing:border-box;padding:12px;background:#fff;border:1px solid #000;font-family:var(--font-roboto);font-style:normal;font-weight:400;font-size:16px;color:#262323;width:100%}@media screen and (max-width: 1100px){.app__newsletter input{font-size:12px}}@media screen and (max-width: 576px){.app__newsletter input{font-size:10px}}.app__newsletter input:focus{outline:none}.app__newsletter button{box-sizing:border-box;padding:12px 24px;border:1px solid #000;background:#fff;cursor:pointer;font-family:var(--font-roboto);font-style:normal;font-weight:400;font-size:16px;color:#000}@media screen and (max-width: 1100px){.app__newsletter button{font-size:12px}}@media screen and (max-width: 576px){.app__newsletter button{font-size:10px}}.app__newsletter p{font-family:var(--font-roboto);font-style:normal;font-weight:400;font-size:12px;color:#000}@media screen and (max-width: 768px){.app__newsletter p{font-size:10px}}.app__newsletter p a{font-family:var(--font-roboto);font-style:normal;font-weight:400;font-size:12px;color:#000;text-decoration:underline}@media screen and (max-width: 768px){.app__newsletter p a{font-size:10px}}.app__footer{display:flex;flex-direction:column;align-items:flex-start;padding:25px 100px;width:100%}@media screen and (max-width: 1100px){.app__footer{padding:25px 24px}}.app__footer_content{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0;width:100%}@media screen and (max-width: 576px){.app__footer_content{flex-direction:column;justify-content:center;gap:10px}}.app__footer_content-logo{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px 0}.app__footer_content-logo img{width:20px;height:20px;margin:0}@media screen and (max-width: 768px){.app__footer_content-logo img{width:16px;height:16px}}@media screen and (max-width: 576px){.app__footer_content-logo img{width:12px;height:12px}}.app__footer_content-logo h3{font-family:var(--font-inter);font-style:normal;font-weight:600;font-size:20px;color:#000;margin-left:10px}@media screen and (max-width: 768px){.app__footer_content-logo h3{font-size:16px}}@media screen and (max-width: 576px){.app__footer_content-logo h3{font-size:12px}}.app__footer_content-links{display:flex;flex-direction:row;align-items:flex-start;padding:0;gap:20px}.app__footer_content-links a{font-family:var(--font-roboto);font-style:normal;font-weight:400;font-size:16px;color:#000;text-decoration:none}@media screen and (max-width: 768px){.app__footer_content-links a{font-size:14px}}@media screen and (max-width: 576px){.app__footer_content-links a{font-size:10px}}.app__footer_content-socials{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;padding:0;gap:10px}.app__footer_content-socials img{width:24px;height:24px;margin:0}@media screen and (max-width: 768px){.app__footer_content-socials img{width:18px;height:18px}}@media screen and (max-width: 576px){.app__footer_content-socials img{width:15px;height:15px}}.app__footer_credits{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;padding-top:10px;border-top:1px solid #bbbbbb;width:100%}@media screen and (max-width: 576px){.app__footer_credits{flex-direction:column;justify-content:center;align-items:center;gap:10px}}.app__footer_credits p{font-family:var(--font-roboto);font-style:normal;font-weight:400;font-size:14px;color:#000}@media screen and (max-width: 768px){.app__footer_credits p{font-size:12px}}@media screen and (max-width: 576px){.app__footer_credits p{font-size:10px}}.app__footer_credits-links{display:flex;flex-direction:row;align-items:flex-start;padding:0;gap:20px}.app__footer_credits-links a{font-family:var(--font-roboto);font-style:normal;font-weight:400;font-size:14px;color:#000;text-decoration:underline}@media screen and (max-width: 768px){.app__footer_credits-links a{font-size:12px}}@media screen and (max-width: 576px){.app__footer_credits-links a{font-size:10px}}.app__home{display:flex;flex-direction:column;align-items:center;padding:100px;background:url(/assets/backdrop-5a1cf618.svg)}@media screen and (max-width: 1100px){.app__home{padding:100px 24px}}@media screen and (max-width: 576px){.app__home{padding:50px 20px}}.app__home_content{display:flex;flex-direction:column;justify-content:center;align-items:center;width:60%;padding:0;gap:20px}@media screen and (max-width: 1100px){.app__home_content{width:80%}}@media screen and (max-width: 576px){.app__home_content{width:100%}}.app__home_content h2{font-family:var(--font-lato);font-style:normal;font-weight:700;font-size:50px;color:#06040a;text-align:center}@media screen and (max-width: 1100px){.app__home_content h2{font-size:40px}}@media screen and (max-width: 576px){.app__home_content h2{font-size:30px}}.app__home_content p{font-family:var(--font-lato);font-style:normal;font-weight:400;font-size:24px;color:#06040a;text-align:center}@media screen and (max-width: 1100px){.app__home_content p{font-size:20px}}@media screen and (max-width: 576px){.app__home_content p{font-size:16px}}.app__home_content a{padding:20px 50px;background:#06040A;border-radius:40px;font-family:var(--font-lato);font-style:normal;font-weight:400;font-size:22px;color:#fff;text-decoration:none}@media screen and (max-width: 1100px){.app__home_content a{font-size:20px}}@media screen and (max-width: 576px){.app__home_content a{font-size:16px}}.app__learn{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:50px 100px;gap:20px}@media screen and (max-width: 1100px){.app__learn{padding:50px 24px}}@media screen and (max-width: 576px){.app__learn{padding:30px 20px}}.app__learn .content{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.app__learn a{padding:30px;background:#000;border-radius:30px;font-family:var(--font-source-code);font-style:normal;font-weight:500;font-size:18px;color:#fff;text-decoration:none}@media screen and (max-width: 1100px){.app__learn a{font-size:16px}}@media screen and (max-width: 576px){.app__learn a{font-size:14px}}.app__learn_topic{display:flex;flex-direction:column;align-items:flex-start;padding:16px 24px;gap:10px;background:#000;border-radius:12px;width:100%}.app__learn_topic-heading{display:flex;flex-direction:row;justify-content:space-between;align-items:center;align-self:stretch}.app__learn_topic-heading h3{font-family:var(--font-source-code);font-style:normal;font-weight:500;font-size:18px;color:#fff}@media screen and (max-width: 1100px){.app__learn_topic-heading h3{font-size:16px}}@media screen and (max-width: 576px){.app__learn_topic-heading h3{font-size:14px}}.app__learn_topic-heading a{padding:6px;background:#fff;border:1px solid #3C3C43;border-radius:100px;font-family:var(--font-source-code);font-style:normal;font-weight:400;font-size:12px;color:#000;text-decoration:none;text-align:center}@media screen and (max-width: 1100px){.app__learn_topic-heading a{font-size:10px}}@media screen and (max-width: 576px){.app__learn_topic-heading a{font-size:8px}}.app__learn_topic-description{border-top:2px solid #E6E6E6;align-self:stretch;padding:10px 0 0}.app__learn_topic-description p{font-family:var(--font-source-code);font-style:normal;font-weight:400;font-size:14px;color:#fff}@media screen and (max-width: 1100px){.app__learn_topic-description p{font-size:12px}}@media screen and (max-width: 576px){.app__learn_topic-description p{font-size:10px}}.app__profile{display:flex;flex-direction:column;align-items:center;padding:40px 100px;min-height:80vh;gap:20px}.app__profile a,.app__profile button{background:#111;border-radius:40px;border:none;padding:15px 40px;font-family:var(--font-poppins);font-style:normal;font-weight:500;font-size:22px;color:#fff;cursor:pointer}@media screen and (max-width: 1100px){.app__profile a,.app__profile button{font-size:18px}}@media screen and (max-width: 576px){.app__profile a,.app__profile button{font-size:14px}}@media screen and (max-width: 1100px){.app__profile{padding:30px 24px}}@media screen and (max-width: 576px){.app__profile{padding:20px}}.app__profile_heading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}.app__profile_heading h3{font-family:var(--font-poppins);font-style:normal;font-weight:500;font-size:50px;color:#333}@media screen and (max-width: 1100px){.app__profile_heading h3{font-size:40px}}@media screen and (max-width: 576px){.app__profile_heading h3{font-size:30px}}.app__profile_heading p{font-family:var(--font-poppins);font-style:normal;font-weight:400px;font-size:30px;color:#333}@media screen and (max-width: 110px){.app__profile_heading p{font-size:25px}}@media screen and (max-width: 576px){.app__profile_heading p{font-size:20px}}form{display:flex;flex-direction:column;gap:10px;width:100%}form .pair{display:flex;flex-direction:row;width:100%;gap:10px}form .pair .input{display:flex;flex-direction:column;width:50%;align-items:center;justify-content:center}form .pair .input h6{font-family:var(--font-poppins);font-style:normal;font-weight:400;font-size:16px;color:#666;align-self:flex-start}@media screen and (max-width: 1100px){form .pair .input h6{font-size:14px}}@media screen and (max-width: 576px){form .pair .input h6{font-size:12px}}form .pair .input input{box-sizing:border-box;border:1px solid rgba(102,102,102,.3490196078);align-self:stretch;border-radius:12px;padding:15px 20px;font-family:var(--font-poppins);font-style:normal;font-weight:400;font-size:18px;color:#333}@media screen and (max-width: 1100px){form .pair .input input{font-size:16px}}@media screen and (max-width: 576px){form .pair .input input{font-size:14px;padding:10px 15px}}form .pair .input button{background:#111;border-radius:40px;border:none;padding:15px 40px;align-self:stretch;font-family:var(--font-poppins);font-style:normal;font-weight:500;font-size:22px;color:#fff}@media screen and (max-width: 1100px){form .pair .input button{font-size:18px}}@media screen and (max-width: 576px){form .pair .input button{font-size:14px}}.app__academy{width:100%;min-height:80vh;padding:50px 100px;display:flex;flex-direction:column;align-items:center}@media screen and (max-width: 1100px){.app__academy{padding:30px 24px}}@media screen and (max-width: 576px){.app__academy{padding:20px}}.app__academy h4{font-size:30px;font-family:var(--font-poppins);font-weight:500;font-style:normal;color:#333}@media screen and (max-width: 1100px){.app__academy h4{font-size:24px}}@media screen and (max-width: 576px){.app__academy h4{font-size:18px}}.app__academy_learn{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;margin-top:20px;width:100%;gap:10px}.app__academy_learn-topic{width:30%;padding:20px 30px;background:#000;border:none;border-radius:12px;display:flex;flex-direction:column;gap:5px}@media screen and (max-width: 1100px){.app__academy_learn-topic{padding:15px 20px;width:40%}}@media screen and (max-width: 576px){.app__academy_learn-topic{padding:10px 15px;width:100%}}.app__academy_learn-topic h3{font-size:20px;font-family:var(--font-poppins);font-weight:500;font-style:normal;color:#fff}@media screen and (max-width: 1100px){.app__academy_learn-topic h3{font-size:18px}}@media screen and (max-width: 576px){.app__academy_learn-topic h3{font-size:16px}}.app__academy_learn-topic p{font-size:16px;font-family:var(--font-poppins);font-weight:400;font-style:normal;color:#fff}@media screen and (max-width: 1100px){.app__academy_learn-topic p{font-size:14px}}@media screen and (max-width: 576px){.app__academy_learn-topic p{font-size:12px}}.app__academy_learn-topic a{font-size:16px;font-family:var(--font-poppins);font-weight:400;font-style:normal;background:#fff;color:#000;width:-moz-fit-content;width:fit-content;padding:10px;border-radius:30px;text-decoration:none}@media screen and (max-width: 1100px){.app__academy_learn-topic a{font-size:14px}}@media screen and (max-width: 576px){.app__academy_learn-topic a{font-size:12px}}.app__password{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:100px;min-height:80vh}@media screen and (max-width: 1100px){.app__password{padding:70px 24px}}@media screen and (max-width: 576px){.app__password{padding:30px 20px}}.app__password_content{display:flex;flex-direction:column;justify-content:center;align-items:center;width:80%;padding:30px 20px;border:1px solid #3C3C43;border-radius:20px;gap:20px}@media screen and (max-width: 576px){.app__password_content{width:100%;gap:30px}}.app__password_content form{display:flex;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch}.app__password_content form .top{display:flex;flex-direction:row;justify-content:space-between;align-self:stretch}.app__password_content form .top p{font-family:var(--font-poppins);font-style:normal;font-weight:400;font-size:16px;color:#666}@media screen and (max-width: 1100px){.app__password_content form .top p{font-size:12px}}.app__password_content form .top .hide{display:flex;flex-direction:row;align-items:center;cursor:pointer}.app__password_content form input{border:1px solid rgba(102,102,102,.3490196078);border-radius:12px;align-self:stretch;padding:15px;font-family:var(--font-poppins);font-style:normal;font-weight:400;font-size:16px;color:#666}@media screen and (max-width: 1100px){.app__password_content form input{font-size:14px}}@media screen and (max-width: 576px){.app__password_content form input{font-size:12px}}.app__password_content form button{background:#000;opacity:.9;border-radius:40px;padding:20px;display:flex;align-items:center;justify-content:center;align-self:stretch;font-family:var(--font-poppins);font-style:normal;font-weight:500;font-size:20px;color:#fff;border:none;cursor:pointer}@media screen and (max-width: 1100px){.app__password_content form button{font-size:18px}}@media screen and (max-width: 576px){.app__password_content form button{font-size:16px}}.app__password_content form p{align-self:center;font-family:var(--font-poppins);font-style:normal;font-weight:400;font-size:16px;color:#000}@media screen and (max-width: 1100px){.app__password_content form p{font-size:14px}}@media screen and (max-width: 576px){.app__password_content form p{font-size:12px}}.app__password_content form p a{color:#000;text-decoration:underline}.app__password_content-title{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px}.app__password_content-title h3{font-family:var(--font-poppins);font-style:normal;font-weight:500;font-size:32px;color:#333}@media screen and (max-width: 1100px){.app__password_content-title h3{font-size:27px}}@media screen and (max-width: 576px){.app__password_content-title h3{font-size:22px}}.app__password_content-title p{font-family:var(--font-poppins);font-style:normal;font-weight:400;font-size:16px;color:#333}@media screen and (max-width: 1100px){.app__password_content-title p{font-size:14px}}@media screen and (max-width: 576px){.app__password_content-title p{font-size:12px}}.app__password_content-stepper{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;align-self:stretch;gap:70px}.app__password_content-stepper .one{display:flex;flex-direction:column;align-items:center;padding:0;gap:3px}@media screen and (max-width: 576px){.app__password_content-stepper .one{display:none}}.app__password_content-stepper .one .number{width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(51,51,51,.5019607843)}.app__password_content-stepper .one .number p{font-family:var(--font-poppins);font-style:normal;font-weight:500;font-size:12px;color:#fff}@media screen and (max-width: 1100px){.app__password_content-stepper .one .number p{font-size:10px}}@media screen and (max-width: 576px){.app__password_content-stepper .one .number p{font-size:8px}}.app__password_content-stepper .one p{font-family:var(--font-poppins);font-style:normal;font-weight:300;font-size:16px;color:#33333380}@media screen and (max-width: 1100px){.app__password_content-stepper .one p{font-size:14px}}@media screen and (max-width: 576px){.app__password_content-stepper .one p{font-size:12px}}.app__password_content-stepper .two{display:flex;flex-direction:column;align-items:center;padding:0;gap:3px}.app__password_content-stepper .two .number{width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#333}.app__password_content-stepper .two .number p{font-family:var(--font-poppins);font-style:normal;font-weight:500;font-size:12px;color:#fff}@media screen and (max-width: 1100px){.app__password_content-stepper .two .number p{font-size:10px}}.app__password_content-stepper .two p{font-family:var(--font-poppins);font-style:normal;font-weight:300;font-size:16px;color:#333}@media screen and (max-width: 1100px){.app__password_content-stepper .two p{font-size:14px}}.app__recovery{display:flex;flex-direction:column;align-items:center;width:100%;justify-content:center;padding:100px;min-height:80vh}@media screen and (max-width: 1100px){.app__recovery{padding:70px 24px}}@media screen and (max-width: 576px){.app__recovery{padding:30px 20px}}.app__recovery_content{display:flex;flex-direction:column;justify-content:center;align-items:center;width:80%;padding:30px 20px;border:1px solid #3C3C43;border-radius:20px;gap:20px}@media screen and (max-width: 576px){.app__recovery_content{width:100%;gap:30px}}.app__recovery_content form{display:flex;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch}.app__recovery_content form p{font-family:var(--font-poppins);font-style:normal;font-weight:400;font-size:16px;color:#666}@media screen and (max-width: 1100px){.app__recovery_content form p{font-size:12px}}.app__recovery_content form input{border:1px solid rgba(102,102,102,.3490196078);border-radius:12px;align-self:stretch;padding:15px;font-family:var(--font-poppins);font-style:normal;font-weight:400;font-size:16px;color:#666}@media screen and (max-width: 1100px){.app__recovery_content form input{font-size:14px}}@media screen and (max-width: 576px){.app__recovery_content form input{font-size:12px}}.app__recovery_content form button{background:#000;opacity:.9;border-radius:40px;padding:20px;display:flex;align-items:center;justify-content:center;align-self:stretch;font-family:var(--font-poppins);font-style:normal;font-weight:500;font-size:20px;color:#fff;border:none;cursor:pointer}@media screen and (max-width: 1100px){.app__recovery_content form button{font-size:18px}}@media screen and (max-width: 576px){.app__recovery_content form button{font-size:16px}}.app__recovery_content p{align-self:center;font-family:var(--font-poppins);font-style:normal;font-weight:400;font-size:16px;color:#000}@media screen and (max-width: 1100px){.app__recovery_content p{font-size:14px}}@media screen and (max-width: 576px){.app__recovery_content p{font-size:12px}}.app__recovery_content p button{background:transparent;border:none;text-decoration:underline;font-family:var(--font-poppins);font-style:normal;font-weight:400;font-size:16px;color:#000;cursor:pointer}@media screen and (max-width: 1100px){.app__recovery_content p button{font-size:14px}}@media screen and (max-width: 576px){.app__recovery_content p button{font-size:12px}}.app__recovery_content-title{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px}.app__recovery_content-title h3{font-family:var(--font-poppins);font-style:normal;font-weight:500;font-size:30px;color:#333}@media screen and (max-width: 1100px){.app__recovery_content-title h3{font-size:27px}}@media screen and (max-width: 576px){.app__recovery_content-title h3{font-size:22px}}.app__recovery_content-title p{font-family:var(--font-poppins);font-style:normal;font-weight:400;font-size:16px;color:#333;text-align:center}@media screen and (max-width: 1100px){.app__recovery_content-title p{font-size:14px}}@media screen and (max-width: 576px){.app__recovery_content-title p{font-size:12px}}.app__register{display:flex;flex-direction:row;align-items:center;justify-content:space-between;min-height:80vh;width:100%;padding:64px 100px;background:#1F1F1F}@media screen and (max-width: 1100px){.app__register{flex-direction:column;padding:30px 24px;gap:20px;justify-content:center}}@media screen and (max-width: 576px){.app__register{padding:30px 20px}}.app__register form{box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;padding:20px 30px;gap:20px;background:#fff;border:1px solid rgba(102,102,102,.5019607843);border-radius:24px;width:55%;align-self:stretch}@media screen and (max-width: 1100px){.app__register form{align-self:center;width:60%}}@media screen and (max-width: 576px){.app__register form{width:100%;padding:10px 20px}}.app__register form h3{font-family:var(--font-poppins);font-style:normal;font-weight:500;font-size:32px;color:#333}@media screen and (max-width: 1100px){.app__register form h3{font-size:28px}}@media screen and (max-width: 576px){.app__register form h3{font-size:24px}}.app__register form .inputs{display:flex;flex-direction:column;align-items:flex-start;gap:10px;align-self:stretch}.app__register form .inputs .input-field{display:flex;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch}.app__register form .inputs .input-field .top{display:flex;flex-direction:row;justify-content:space-between;align-self:stretch}.app__register form .inputs .input-field .top .hide{display:flex;flex-direction:row;align-items:center;cursor:pointer}.app__register form .inputs .input-field .top .hide p{font-family:var(--font-poppins);font-style:normal;font-weight:400;font-size:16px;color:#666}@media screen and (max-width: 1100px){.app__register form .inputs .input-field .top .hide p{font-size:14px}}@media screen and (max-width: 576px){.app__register form .inputs .input-field .top .hide p{font-size:12px}}.app__register form .inputs .input-field h6{font-family:var(--font-poppins);font-style:normal;font-weight:400;font-size:16px;color:#666}@media screen and (max-width: 1100px){.app__register form .inputs .input-field h6{font-size:14px}}@media screen and (max-width: 576px){.app__register form .inputs .input-field h6{font-size:12px}}.app__register form .inputs .input-field input{box-sizing:border-box;border:1px solid rgba(102,102,102,.3490196078);align-self:stretch;border-radius:12px;padding:15px 20px;font-family:var(--font-poppins);font-style:normal;font-weight:400;font-size:18px;color:#333}@media screen and (max-width: 1100px){.app__register form .inputs .input-field input{font-size:16px}}@media screen and (max-width: 576px){.app__register form .inputs .input-field input{font-size:14px;padding:10px 15px}}.app__register form .inputs .input-field p{font-family:var(--font-poppins);font-style:normal;font-weight:400;font-size:12px;color:#666}@media screen and (max-width: 1100px){.app__register form .inputs .input-field p{font-size:10px}}@media screen and (max-width: 576px){.app__register form .inputs .input-field p{font-size:8px}}.app__register form p{font-family:var(--font-poppins);font-style:normal;font-size:16px;font-weight:400;color:#333}@media screen and (max-width: 1100px){.app__register form p{font-size:14px}}@media screen and (max-width: 576px){.app__register form p{font-size:12px}}.app__register form p a{color:#333;text-decoration:underline}.app__register form .checkbox{display:flex;flex-direction:row;gap:5px;align-items:flex-start}.app__register form .bottom{display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:stretch;gap:15px}.app__register form .bottom button{background:#111;border-radius:40px;padding:15px 40px;font-family:var(--font-poppins);font-style:normal;font-weight:500;font-size:22px;color:#fff}@media screen and (max-width: 1100px){.app__register form .bottom button{font-size:18px}}@media screen and (max-width: 576px){.app__register form .bottom button{font-size:14px}}.app__register_content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px;width:40%}@media screen and (max-width: 1100px){.app__register_content{width:100%}}.app__register_content img{width:80%;height:auto}@media screen and (max-width: 1100px){.app__register_content img{display:none}}.app__register_content-heading{display:flex;flex-direction:column;align-items:center;gap:5px;align-self:stretch}.app__register_content-heading h3{font-family:var(--font-poppins);font-style:normal;font-weight:600;font-size:45px;color:#fff;text-align:center}@media screen and (max-width: 1100px){.app__register_content-heading h3{font-size:35px}}@media screen and (max-width: 576px){.app__register_content-heading h3{font-size:25px}}.app__register_content-heading p{font-family:var(--font-poppins);font-style:normal;font-weight:400;font-size:30px;color:#fffc;text-align:center}@media screen and (max-width: 1100px){.app__register_content-heading p{font-size:25px}}@media screen and (max-width: 576px){.app__register_content-heading p{font-size:20px}}.app__reset{display:flex;flex-direction:column;align-items:center;width:100%;justify-content:center;padding:100px;min-height:80vh}@media screen and (max-width: 1100px){.app__reset{padding:70px 24px}}@media screen and (max-width: 576px){.app__reset{padding:30px 20px}}.app__reset_content{display:flex;flex-direction:column;justify-content:center;align-items:center;width:80%;padding:30px 20px;border:1px solid #3C3C43;border-radius:20px;gap:20px}@media screen and (max-width: 576px){.app__reset_content{width:100%;gap:30px}}.app__reset_content form{display:flex;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch}.app__reset_content form .top{display:flex;flex-direction:row;align-items:center;justify-content:space-between;align-self:stretch}.app__reset_content form .top .hide{display:flex;flex-direction:row;align-items:center;cursor:pointer}.app__reset_content form p{font-family:var(--font-poppins);font-style:normal;font-weight:400;font-size:16px;color:#666}@media screen and (max-width: 1100px){.app__reset_content form p{font-size:12px}}.app__reset_content form input{border:1px solid rgba(102,102,102,.3490196078);border-radius:12px;align-self:stretch;padding:15px;font-family:var(--font-poppins);font-style:normal;font-weight:400;font-size:16px;color:#666}@media screen and (max-width: 1100px){.app__reset_content form input{font-size:14px}}@media screen and (max-width: 576px){.app__reset_content form input{font-size:12px}}.app__reset_content form button{background:#000;opacity:.9;border-radius:40px;padding:20px;display:flex;align-items:center;justify-content:center;align-self:stretch;font-family:var(--font-poppins);font-style:normal;font-weight:500;font-size:20px;color:#fff;border:none;cursor:pointer}@media screen and (max-width: 576px){.app__reset_content form button{font-size:16px}}.app__reset_content-title{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}.app__reset_content-title h3{font-family:var(--font-poppins);font-style:normal;font-weight:500;font-size:30px;color:#333}@media screen and (max-width: 1100px){.app__reset_content-title h3{font-size:27px}}@media screen and (max-width: 576px){.app__reset_content-title h3{font-size:22px}}.app__reset_content-title p{font-family:var(--font-poppins);font-style:normal;font-weight:400;font-size:16px;color:#333;text-align:center}@media screen and (max-width: 1100px){.app__reset_content-title p{font-size:14px}}@media screen and (max-width: 576px){.app__reset_content-title p{font-size:12px}}.app__username{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:100px;min-height:80vh}@media screen and (max-width: 1100px){.app__username{padding:70px 24px}}@media screen and (max-width: 576px){.app__username{padding:50px 20px}}.app__username_content{display:flex;flex-direction:column;justify-content:center;align-items:center;width:80%;padding:30px 20px;border:1px solid #3C3C43;border-radius:20px;gap:20px}@media screen and (max-width: 576px){.app__username_content{width:100%;gap:30px}}.app__username_content form{display:flex;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch}.app__username_content form p{font-family:var(--font-poppins);font-style:normal;font-weight:400;font-size:16px;color:#666}@media screen and (max-width: 1100px){.app__username_content form p{font-size:14px}}@media screen and (max-width: 576px){.app__username_content form p{font-size:12px}}.app__username_content form input{border:1px solid rgba(102,102,102,.3490196078);border-radius:12px;align-self:stretch;padding:15px;font-family:var(--font-poppins);font-style:normal;font-weight:400;font-size:16px;color:#666}@media screen and (max-width: 1100px){.app__username_content form input{font-size:14px}}@media screen and (max-width: 576px){.app__username_content form input{font-size:12px}}.app__username_content form button{background:#000;opacity:.9;border-radius:40px;padding:20px;display:flex;align-items:center;justify-content:center;align-self:stretch;font-family:var(--font-poppins);font-style:normal;font-weight:500;font-size:20px;color:#fff;border:none;cursor:pointer}@media screen and (max-width: 1100px){.app__username_content form button{font-size:18px}}@media screen and (max-width: 576px){.app__username_content form button{font-size:16px}}.app__username_content-title{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px}.app__username_content-title h3{font-family:var(--font-poppins);font-style:normal;font-weight:500;font-size:32px;color:#333}@media screen and (max-width: 1100px){.app__username_content-title h3{font-size:27px}}@media screen and (max-width: 576px){.app__username_content-title h3{font-size:22px}}.app__username_content-title p{font-family:var(--font-poppins);font-style:normal;font-weight:400;font-size:16px;color:#333}@media screen and (max-width: 1100px){.app__username_content-title p{font-size:14px}}@media screen and (max-width: 576px){.app__username_content-title p{font-size:12px}}.app__username_content-title p a{color:#333;text-decoration:underline}.app__username_content-stepper{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;align-self:stretch;gap:70px}.app__username_content-stepper .one{display:flex;flex-direction:column;align-items:center;padding:0;gap:3px}.app__username_content-stepper .one .number{width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#333}.app__username_content-stepper .one .number p{font-family:var(--font-poppins);font-style:normal;font-weight:500;font-size:12px;color:#fff}@media screen and (max-width: 1100px){.app__username_content-stepper .one .number p{font-size:10px}}@media screen and (max-width: 576px){.app__username_content-stepper .one .number p{font-size:8px}}.app__username_content-stepper .one p{font-family:var(--font-poppins);font-style:normal;font-weight:300;font-size:16px;color:#333}@media screen and (max-width: 1100px){.app__username_content-stepper .one p{font-size:14px}}@media screen and (max-width: 576px){.app__username_content-stepper .one p{font-size:12px}}.app__username_content-stepper .two{display:flex;flex-direction:column;align-items:center;padding:0;gap:3px}@media screen and (max-width: 576px){.app__username_content-stepper .two{display:none}}.app__username_content-stepper .two .number{width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(51,51,51,.5019607843)}.app__username_content-stepper .two .number p{font-family:var(--font-poppins);font-style:normal;font-weight:500;font-size:12px;color:#fff}@media screen and (max-width: 1100px){.app__username_content-stepper .two .number p{font-size:10px}}.app__username_content-stepper .two p{font-family:var(--font-poppins);font-style:normal;font-weight:300;font-size:16px;color:#33333380}@media screen and (max-width: 1100px){.app__username_content-stepper .two p{font-size:14px}}.app__chapters{width:100%;min-height:80vh;padding:50px 100px;display:flex;align-items:center;flex-direction:column}@media screen and (max-width: 1100px){.app__chapters{padding:30px 24px}}@media screen and (max-width: 576px){.app__chapters{padding:20px}}.app__chapters ol{margin-top:20px;display:flex;flex-direction:column;gap:5px;list-style:none}.app__chapters ol li{background:#000;padding:30px 50px;border-radius:20px;display:flex;flex-direction:column;align-items:center;gap:5px}.app__chapters ol li h4{color:#fff;font-family:var(--font-poppins);font-weight:400;font-style:normal;font-size:18px}@media screen and (max-width: 1100px){.app__chapters ol li h4{font-size:16px}}@media screen and (max-width: 576px){.app__chapters ol li h4{font-size:14px}}.app__chapters ol li a{background:#fff;color:#000;text-decoration:none;padding:10px 15px;border-radius:20px;font-family:var(--font-poppins);font-weight:400;font-style:normal;font-size:16px}@media screen and (max-width: 1100px){.app__chapters ol li a{font-size:14px}}@media screen and (max-width: 576px){.app__chapters ol li a{font-size:12px}}.app__chapters_title{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.app__chapters_title h2{font-family:var(--font-poppins);font-weight:500;font-style:normal;font-size:30px;color:#333}@media screen and (max-width: 1100px){.app__chapters_title h2{font-size:24px}}@media screen and (max-width: 576px){.app__chapters_title h2{font-size:18px}}.app__chapters_title p{font-family:var(--font-poppins);font-weight:400;font-style:normal;font-size:16px;color:#333}@media screen and (max-width: 1100px){.app__chapters_title p{font-size:14px}}@media screen and (max-width: 576px){.app__chapters_title p{font-size:12px}}.app__content{width:100%;min-height:80vh;padding:50px 100px;display:flex;flex-direction:column}@media screen and (max-width: 1100px){.app__content{padding:30px 24px}}@media screen and (max-width: 576px){.app__content{padding:20px}}.app__content h1{font-family:var(--font-poppins);font-weight:500;font-style:normal;font-size:30px;color:#333}@media screen and (max-width: 1100px){.app__content h1{font-size:24px}}@media screen and (max-width: 576px){.app__content h1{font-size:18px}}.app__content div{display:flex;flex-direction:column;gap:10px;margin-top:20px}.app__content div h2{font-family:var(--font-poppins);font-weight:500;font-style:normal;font-size:24px;color:#333}@media screen and (max-width: 1100px){.app__content div h2{font-size:20px}}@media screen and (max-width: 576px){.app__content div h2{font-size:16px}}.app__content div p{font-family:var(--font-poppins);font-weight:400;font-style:normal;font-size:18px;color:#333}@media screen and (max-width: 1100px){.app__content div p{font-size:16px}}@media screen and (max-width: 576px){.app__content div p{font-size:14px}}.app__content div iframe{width:60%;align-self:center}@media screen and (max-width: 576px){.app__content div iframe{width:100%}}.app__content_chapters{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.app__content_chapters h2{font-family:var(--font-poppins);font-weight:500;font-style:normal;font-size:24px;color:#333;align-self:flex-start}@media screen and (max-width: 1100px){.app__content_chapters h2{font-size:20px}}@media screen and (max-width: 576px){.app__content_chapters h2{font-size:16px}}.app__content_chapters ol{display:flex;flex-direction:row;gap:20px;width:100%;padding:10px 0;overflow-x:auto;white-space:nowrap}.app__content_chapters ol li{list-style-type:none}.app__content_chapters ol li a{font-family:var(--font-poppins);font-weight:400;font-style:normal;font-size:18px;color:#333;text-decoration:underline}@media screen and (max-width: 1100px){.app__content_chapters ol li a{font-size:16px}}@media screen and (max-width: 576px){.app__content_chapters ol li a{font-size:14px}}:root{--font-inter: "Inter", sans-serif;--font-lato: "Lato", sans-serif;--font-source-code: "Source Code Pro", monospace;--font-poppins: "Poppins", sans-serif}*{box-sizing:border-box;padding:0;margin:0;scroll-behavior:smooth}
