.topnav{align-items:center;background:var(--secondary);display:flex;height:70px;justify-content:space-between;position:fixed;top:0;width:100%;z-index:100}.icon{border-radius:50%;height:50px;object-fit:fill;object-position:center;width:50px}.icon,.topnav .menu{cursor:pointer;margin:5px}.topnav .menu{color:var(--primary);display:none;font-size:2.2rem}.search{align-items:center;background:var(--light);border-radius:5px;display:flex;height:35px;justify-content:space-between;overflow:hidden;width:200px}.search input{flex:6 1}.search .search-icon{background:var(--primary);color:var(--light);cursor:pointer;flex:1 1;height:35px;padding:3px}nav{flex:1 1;justify-content:space-between;padding:0 10px}nav,nav a{align-items:center;display:flex}nav a{color:var(--light);cursor:pointer;font-size:20px;font-weight:600;justify-content:center;padding:5px;text-decoration:none;transition:all .2s ease-in-out}nav a:hover{background:var(--hover);color:var(--black)}nav a.active{color:var(--primary);transform:scale(1.1)}.userContainer{align-items:center;display:flex;height:100%;justify-content:space-between;margin-right:20px;padding:0 10px;width:250px}.userCard{background:var(--secondary);flex-direction:column;max-width:250px;min-height:270px;position:fixed;right:5px;top:75px;z-index:100}.userCard,.userCard span{align-items:center;display:flex;justify-content:space-between;padding:5px;width:100%}.userCard span{margin:0}.cardItem:hover{background:var(--hover)}button.mode{border-radius:50%;height:40px;width:40px}.newsletter{background:var(--black);flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:5px 0;width:100%}.newsletter,.newsletter .wrapper{align-items:center;display:flex;justify-content:center;position:relative}.newsletter .wrapper{height:40px;max-width:300px;overflow:hidden;width:90%}.newsletter .wrapper input{background:var(--dark-grey);border-radius:0;color:var(--lite);flex:4 1;margin:0}.newsletter .wrapper button{flex:1 1;margin:0}footer{background:var(--black);color:var(--light);flex-wrap:wrap;gap:10px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-evenly;padding:5px;position:relative;width:100%}footer,footer .wrapper{align-items:center;display:flex}footer .wrapper{flex-direction:column;height:70%;justify-content:center;min-width:250px;width:calc(33.33333% - 16.66667px)}footer hr{background:var(--red);border-radius:50%;margin:5px 0;width:90%}footer .footer-bottom{align-items:center;display:flex;justify-content:space-between;padding:0 5px;position:relative;width:100%}.modal{background:var(--secondary);border-radius:5px;box-shadow:var(--box-shadow);height:-webkit-max-content;height:max-content;margin:10px auto;min-height:70vh;padding:30px;position:fixed;top:100px;z-index:99}.auth form,.modal{max-width:400px;width:100%}.auth form{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;padding:5px}.auth form .iconContainer{align-items:center;display:flex;height:40px;justify-content:space-between;padding:0 20px;width:100%}.auth form input:focus{box-shadow:inset 4px 4px 4px #d1d9e6,inset -4px -4px 4px #f9f9f9}.auth>span{margin-bottom:12px;margin-top:30px}.auth>span a{color:var(--secondary)}.auth>span a *{color:inherit}.featured{flex-direction:column;justify-content:center;margin:10px 0}.featured,.featured .wrapper{align-items:center;display:flex;width:100%}.featured .wrapper{flex-wrap:wrap;gap:5px;height:inherit;justify-content:space-evenly;padding:5px}.featured .item{align-items:center;background:var(--lite);border:1px solid var(--primary);border-radius:10px;display:flex;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-between;min-width:300px;padding:10px;position:relative;width:calc(33.33333% - 16.66667px)}.featured .item img{border-radius:10px;height:50%;margin-bottom:10px;max-height:200px;object-fit:fill;object-position:center;width:100%}.featured .item hr{background:var(--primary);height:1px;width:100%}.slider-container{align-items:center;display:flex;height:calc(100vh - 70px);justify-content:flex-start;overflow:hidden;position:relative;width:100%}.slider-container .arrow{align-items:center;background:var(--transparent);border-radius:50%;bottom:0;color:var(--dark-grey);cursor:pointer;display:flex;height:40px;justify-content:center;margin:auto;position:absolute;top:0;width:40px;z-index:10}.slider-container .arrow:hover{background:var(--light);color:var(--black)}.slider-container .arrow:first-of-type{left:10px}.slider-container .arrow:last-of-type{right:10px}.slider-container .wrapper{align-items:center;display:flex;height:100%;justify-content:center;transition:all .4s ease-out}.slider-container .wrapper .slider{align-items:center;background:var(--lite);display:flex;gap:5px;height:100%;justify-content:space-evenly;min-width:100vw;padding:5px;position:relative;width:100%}.slider-container .wrapper .slider .image-container{align-items:center;display:flex;height:100%;justify-content:center;padding:5px;width:100%}.slider-container .wrapper .slider .image-container img{height:100%;max-height:250px;object-fit:fill;object-position:center}.slider-container .wrapper .slider .info{align-items:center;color:var(--black);display:flex;flex-direction:column;height:100%;justify-content:space-evenly;width:100%}.slider-container .wrapper .slider .info p{letter-spacing:3px}.course-item{align-items:center;background:var(--light);border-radius:5px;box-shadow:var(--box-shadow);cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;margin:5px;min-height:180px;min-width:200px;padding:5px;position:relative;text-decoration:none;width:calc(25% - 10px)}.course-item:hover{background:var(--hover)}.course-item img{border-radius:10px;height:4rem;margin-bottom:10px;object-fit:fill;object-position:center;width:4rem}.tags{height:60px;justify-content:space-between;padding:0 10px;position:relative;width:100%}.tags,.tags a{align-items:center;display:flex}.tags a{background:var(--secondary);border-radius:30px;color:var(--light);cursor:pointer;font-size:20px;justify-content:center;min-width:70px;padding:2px 5px;text-decoration:none}.tags a:hover{background:var(--grey);box-shadow:var(--box-shadow)}@keyframes animate{0%{opacity:1;transform:translateY(10px)}50%{opacity:.5;transform:translateY(20px)}to{opacity:1;transform:translateY(10px)}}.flyer{align-items:center;background-image:url(/static/media/pattern.b610c5e572623d763afb.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;height:calc(100vh - 140px);justify-content:center;width:100%}.flyer .button{animation:animate 2s ease-in infinite;border-radius:50%;height:50px;width:50px;z-index:1}.courses-container{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-evenly;min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content;padding:5px;width:100%}.blog-item{align-items:flex-start;border-radius:5px;box-shadow:var(--box-shadow);cursor:pointer;display:flex;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-between;margin:10px 0;max-width:900px;min-height:160px;padding:10px;position:relative;text-decoration:none;width:100%;&:hover{background:var(--hover)}}.blog-item .date{align-items:center;color:var(--grey);display:flex;font-size:12px;font-size:14px;justify-content:flex-end;padding:5px;width:100%}.header{background:var(--black);height:100px;width:100vw}.header,.posts-container{align-items:center;display:flex;justify-content:center}.posts-container{flex-direction:column;min-height:90vh;width:100%}.about p{align-items:center;display:flex;font-size:20px;justify-content:center;line-height:1.8em}.about>p{width:80%}.about .faqs{width:95%}.about .faqs .faq{border-radius:8px;box-shadow:var(--box-shadow);list-style:none;margin:10px;padding:10px;width:100%}.about .faqs .faq input[type=radio]:checked+label+.content{max-height:400px;padding:10px 10px 20px}.about .faqs .faq input[type=radio]:checked+label:after{content:"-"}.about .faqs .faq label{align-items:center;cursor:pointer;display:flex;font-size:18px;font-weight:500;padding:10px;position:relative;width:100%}.about .faqs .faq label:after{content:"+";font-size:28px;font-weight:700;margin:10px;position:absolute;right:5px}.faqs input{display:none}.faqs p{color:#555;max-height:0;overflow:hidden;padding:0 10px}.contact .wrapper{display:flex;justify-content:space-between;padding:5px;position:relative;width:100%}.contact form{font-weight:400}.contact .container,.contact form{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.contact .container{margin:0 10px}.container ul{list-style-type:none;margin-bottom:20px;margin-left:-30px;padding-right:20px;width:100%}.container ul a{align-items:center;color:var(--grey);display:flex;line-height:4;margin-bottom:20px;width:100%;&:hover{color:#2c2b2b}}.container ul a div{color:#bbb;font:300 18px Lato,sans-serif;letter-spacing:1.9px;margin-left:56px;*{color:#bbb;text-decoration:none;transition-duration:.2s;&:hover{color:#fff;text-decoration:none}}}.contact .container hr{border-color:#fff9;width:90%}.resource-item,.resources .wrapper{display:flex;flex-direction:column;width:100%}.resource-item{align-items:center;justify-content:center}.resource-item .container{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-evenly;padding:5px;width:100%}.resource-item .wrapper{border-radius:5px;box-shadow:var(--box-shadow);min-width:250px;padding:5px;width:calc(25% - 100px)}.resource-item .wrapper,.resource-item .wrapper .item{align-items:center;display:flex;flex-direction:column;justify-content:space-between}.resource-item .wrapper .item{width:100%}.resource-item .wrapper .item .link{color:#000}.container{align-items:flex-start;display:flex;justify-content:space-evenly;margin-top:50px;@media screen and (max-width:780px){align-items:center;flex-direction:column;*{width:100%}}}.post{flex-direction:column;justify-content:space-between;margin:0 10px;width:70vw;@media screen and (max-width:780px){width:95vw}}.info,.post{align-items:center;display:flex}.info{justify-content:space-evenly;margin-top:20px;width:90%}hr{border-radius:50%;height:1px;margin-top:10px;width:80%}.comments{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:20px;width:100%}.commentsTitle{color:#008b8b;font-size:18px;font-weight:600}.compose{align-items:center;border:1px solid #0006;border-radius:10px;display:flex;justify-content:space-between;padding:5px;width:60%;@media screen and (max-width:570px){width:90%}}.composeImg{border-radius:50%;height:50px;object-fit:fill;object-position:center;width:50px}.composeInput{border:none;border-radius:0 10px 10px 0;height:45px;outline:none;padding:5px;width:90%}.allComments{flex-direction:column;justify-content:center;margin-top:20px;width:80%;@media screen and (max-width:570px){width:90%}}.allComments,.comment{align-items:center;display:flex}.comment{justify-content:space-between;min-height:60px;width:100%}.message{width:80%}.relatedPosts{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-right:10px;width:30%;@media screen and (max-width:780px){width:100%}@media screen and (max-width:570px){width:100%}}.related{width:100%;@media screen and (max-width:780px){flex-direction:row;flex-wrap:wrap;overflow:hidden;width:100%}}.related,.relatedPost{align-items:center;display:flex;flex-direction:column;justify-content:space-evenly}.relatedPost{border:1px solid #0006;border-radius:10px;height:290px;margin-bottom:20px;margin-left:10px;margin-right:10px;padding:10px;width:250px;&:hover{box-shadow:2px 2px 2px 2px #0006;cursor:pointer}}.page.row{align-items:flex-start;flex-direction:row;gap:5px;min-height:100vh;position:relative}.page.row,.page.row .aside{display:flex;justify-content:space-between;width:100%}.page.row .aside{align-items:center;background:var(--secondary);box-shadow:var(--box-shadow);flex:1 1;flex-direction:column;max-width:290px;min-height:calc(100vh - 70px);overflow-x:hidden;overflow-y:auto}.aside a{align-items:center;cursor:pointer;display:flex;font-size:22px;font-weight:600;justify-content:center;margin-left:20px;padding:5px;text-decoration:none;transition:all .2s ease-in-out;width:100%}.aside a:hover{background:var(--hover);color:var(--black)}.main{flex:1 1;width:100%}*,:after,:before{box-sizing:border-box;font-family:monospace;margin:0;padding:0}:root{--hover:#ebf4fc;--bg:#e3eddf;--box-shadow:2px 3px 2px 3px #0006;--light:#fff;--lite:#f9f9f9;--black:#2c2b2b;--dark:#000000e6;--grey:#7e7e7e;--dark-grey:#555;--transparent:#46464680;--red:#f14141}main{justify-content:center;margin-top:70px;overflow-x:hidden}.page,main{align-items:center;display:flex;flex-direction:column;position:relative;width:100%}.page{background:#e3eddf;background:var(--bg);justify-content:space-evenly;justify-content:space-between}.page,iframe{min-height:calc(100vh - 70px)}iframe{border:none;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%}p{font-size:18px;font-weight:500;line-height:1.5;padding:5px;width:100%}h1,p{color:#2c2b2b;color:var(--black)}h1{font:300 60px Oswald,sans-serif;font-size:34px;margin:0 auto;padding:10px 0;text-align:center;text-transform:uppercase}h1.light{color:#fff;color:var(--light)}h2{color:var(--primary);font-size:28px;font-weight:700;margin:10px 0;text-align:center;text-transform:uppercase;width:100%}h2.light{color:#fff;color:var(--light)}h3{color:#7e7e7e;color:var(--grey);font-size:20px;font-weight:500;justify-content:center;line-height:1.1;text-align:center}h3,h4{align-items:center;display:flex;margin:10px 0;width:100%}h4{color:var(--primary);font-weight:400;justify-content:flex-start}.button,h4{font-size:18px}.button{align-items:center;background:var(--primary);border:none;border-radius:5px;color:#fff;color:var(--light);cursor:pointer;display:flex;justify-content:center;margin:10px;padding:10px;text-decoration:none}.button.logout,button.google{background:#f14141;background:var(--red)}.button.chatbot{border-radius:50%;bottom:0;cursor:pointer;position:fixed;right:0;transition:all .4s ease-in-out;z-index:1}button.facebook{background:#4b70e2}.button:hover{background:#f9f9f9;background:var(--lite);border:1px solid var(--primary)}.button:hover,.button:hover *{color:var(--primary)}input,textarea{border:none;border-radius:5px;color:#2c2b2b;color:var(--black);height:40px;margin:10px 5px;max-width:350px;outline:none;padding:5px;transition:.2s ease;width:100%}textarea{height:100px}.link{color:#fff;color:var(--light);flex-direction:"row";font-size:17px;margin:5px;padding:5px;text-align:start;width:100%}.link,.link:hover{cursor:pointer;text-decoration:none}.link:hover{background:#ebf4fc;background:var(--hover);color:#2c2b2b;color:var(--black)}.social{font-size:22px;gap:5px;justify-content:space-between;margin:20px auto;text-align:center;width:100%}.social,.social a{align-items:center;display:flex;padding:0}.social a{color:#7e7e7e;color:var(--grey);cursor:pointer;height:40px;justify-content:center;width:45px}.social a:hover{border-radius:6px;color:#2c2b2b;color:var(--black)}.close,.social a:hover{background:#ebf4fc;background:var(--hover)}.close{cursor:pointer}.close:hover{background:#f9f9f9;background:var(--lite);color:#f14141;color:var(--red)}.copyright{color:#555;color:var(--dark-grey);font:200 14px Oswald,sans-serif;letter-spacing:1px;margin-top:20px;text-align:center}.darkMode{background:#000000e6;background:var(--dark);color:#fff;color:var(--light)}.darkMode input:not(.search input),.darkMode textarea{background:#555;background:var(--dark-grey);color:#fff;color:var(--light)}.darkMode .resource-item .wrapper .item .link,.darkMode h1,.darkMode h2,.darkMode p,.slider-container .arrow{color:#fff;color:var(--light)}.darkMode .resource-item .wrapper .item .link:hover{color:#000000e6;color:var(--dark)}.darkMode .blog-item,.darkMode .course-item,.darkMode .featured .item,.darkMode .modal,.darkMode .slider-container .wrapper .slider,.darkMode .tags,.darkMode .userCard{background:#2c2b2b;background:var(--black)}.darkMode .course-item:hover{background:#000000e6;background:var(--dark)}.darkMode .close,.darkMode .page .aside,.darkMode .page a,.darkMode .resource-item .wrapper,.darkMode .tags a,.darkMode .topnav{background:#000000e6;background:var(--dark);color:#fff;color:var(--light)}.darkMode .close:hover,.darkMode .resource-item{background:#46464680;background:var(--transparent)}.darkMode .close:hover{color:#f14141;color:var(--red)}.darkMode .page{background:none}.darkMode .newsletter,.darkMode footer{background:#000000e6;background:var(--dark)}@media screen and (max-width:439px){.course-item,.featured .item{width:100%}}@media screen and (max-width:800px){.topnav .menu{display:block}.topnav nav{display:none}.slider-container .arrow{height:30px;padding:0;width:30px}.slider-container *{font-size:16px}.contact .wrapper{flex-direction:column}.about p{width:100%}.featured .item{min-width:250px}}.home{background:url(/static/media/pattern.b610c5e572623d763afb.svg)}@media screen and (max-width:570px){.topnav .userContainer{display:none}.container ul a div{width:280px}.featured .item{min-width:80%}.resource-item .wrapper{width:100%}.slider-container .wrapper .slider{flex-direction:column;font-size:16px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.slider-container .wrapper .slider .image-container{height:40%}}.resources a:visited,footer a:visited{color:var(--secondary)}
/*# sourceMappingURL=main.d58e69e8.css.map*/