@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap);html{scroll-behavior:smooth}html ::-moz-selection{background:#777c8546}html ::selection{background:#777c8546}body{-webkit-transition:all .5s;transition:all .5s;background:var(--back);color:var(--text);-webkit-tap-highlight-color:transparent}*{font-family:Poppins;padding:0;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}a{color:inherit;text-decoration:none}button{font-size:1rem;border-radius:.5rem;border:1px solid var(--accent);outline:none;padding:1rem 1.5rem;background:var(--accent);color:var(--back);-webkit-transition:all .3s;transition:all .3s;font-size:1.2rem;font-weight:600;cursor:pointer;color:var(--white);-webkit-box-shadow:0 0 0 1rem transparent;box-shadow:0 0 0 1rem transparent;-webkit-animation:pulse-blue 4s infinite;animation:pulse-blue 4s infinite}button:hover{-webkit-animation:pulse-blue-fast 1s;animation:pulse-blue-fast 1s}@-webkit-keyframes pulse-blue{0%{-webkit-box-shadow:0 0 0 0 #6d94ff;box-shadow:0 0 0 0 #6d94ff}30%{-webkit-box-shadow:0 0 0 1rem transparent;box-shadow:0 0 0 1rem transparent}}@keyframes pulse-blue{0%{-webkit-box-shadow:0 0 0 0 #6d94ff;box-shadow:0 0 0 0 #6d94ff}30%{-webkit-box-shadow:0 0 0 1rem transparent;box-shadow:0 0 0 1rem transparent}}@-webkit-keyframes pulse-blue-fast{0%{-webkit-box-shadow:0 0 0 0 #6d94ff;box-shadow:0 0 0 0 #6d94ff}}@keyframes pulse-blue-fast{0%{-webkit-box-shadow:0 0 0 0 #6d94ff;box-shadow:0 0 0 0 #6d94ff}}::-webkit-input-placeholder{color:var(--text-two)}::-moz-placeholder{color:var(--text-two)}:-ms-input-placeholder{color:var(--text-two)}::placeholder{color:var(--text-two)}.container{margin:0 20%}.yellow{color:var(--blue)!important}.red{color:var(--red)!important}.green{color:var(--green)!important}.loading{min-height:90vh;width:100%;display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}.loading .lds-ring{display:inline-block;position:relative;width:80px;height:80px}.loading .lds-ring div{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;position:absolute;width:64px;height:64px;margin:8px;border-radius:50%;-webkit-animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border:8px solid transparent;border-top-color:#fff}.loading .lds-ring div:first-child{-webkit-animation-delay:-.45s;animation-delay:-.45s}.loading .lds-ring div:nth-child(2){-webkit-animation-delay:-.3s;animation-delay:-.3s}.loading .lds-ring div:nth-child(3){-webkit-animation-delay:-.15s;animation-delay:-.15s}@-webkit-keyframes lds-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes lds-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.divider{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;width:10rem}.divider .bar{background:var(--text-two);height:.3rem;border-radius:1rem}.divider .bar-1{width:58%}.divider .bar-2{width:28%}.divider .bar-3{width:8%}span.yellow{text-decoration:underline;color:#ffa825!important}.shadow:active{-webkit-box-shadow:0 0 0 .5rem transparent;box-shadow:0 0 0 .5rem transparent;-webkit-animation:pulse-dark .1s;animation:pulse-dark .1s}@-webkit-keyframes pulse-dark{0%{-webkit-box-shadow:0 0 0 0 var(--text-two);box-shadow:0 0 0 0 var(--text-two)}}@keyframes pulse-dark{0%{-webkit-box-shadow:0 0 0 0 var(--text-two);box-shadow:0 0 0 0 var(--text-two)}}@media only screen and (max-width:1000px){.container{margin:0 10%}}sup.beta-sign{font-size:.7rem;background:-webkit-gradient(linear,left top,right top,color-stop(13.67%,#ff6a7f),color-stop(91.75%,#ffa331));background:-webkit-linear-gradient(left,#ff6a7f 13.67%,#ffa331 91.75%);background:linear-gradient(90deg,#ff6a7f 13.67%,#ffa331 91.75%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}:root{--back:#121212;--text:#f9fbff;--accent:#567df4;--text-two:#7b7f9e;--white:#fff;--secondary:#222;--shadow-color:rgba(85,85,85,0.1)}.light{--back:#f7f9fc;--text:#000;--accent:#567df4;--text-two:#7b7f9e;--white:#fff;--secondary:#f0f4ff;--shadow-color:rgba(0,0,0,0.1)}.Footer .container{-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;padding:1rem 0}.Footer .container,.Footer .footer{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center}.Footer .footer{width:100%;-webkit-justify-content:flex-start;-moz-box-pack:start;justify-content:flex-start;color:var(--text-two)}.Footer .footer .left-image{-webkit-box-shadow:0 0 15px var(--shadow-color);box-shadow:0 0 15px var(--shadow-color);padding:.5rem;border-radius:.8rem;background:var(--pure);display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;margin-right:1rem;cursor:pointer}.Footer .footer img{height:1.5rem;width:1.5rem}.Footer .footer__main{-webkit-transition:all .5s ease;transition:all .5s ease;display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;justify-content:flex-start}.Footer .footer .show{font-size:0;opacity:0}.Footer .share-links{width:100%;display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:flex-end;-moz-box-align:end;align-items:flex-end;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;cursor:pointer;color:var(--text-two)}.Footer .share-links .share-link:hover{color:var(--accent)}@media screen and (max-width:1000px){.Footer .container{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-align-items:flex-start!important;-moz-box-align:start!important;align-items:flex-start!important;font-size:.9rem}.Footer .container .footer{margin:.5rem 0}.Footer .container .footer a{display:-webkit-flex;display:-moz-box;display:flex}.Footer .container .share-links{margin:.5rem 1rem;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start}}.Header .container{margin-top:clamp(2rem,10%,4rem);text-align:center;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}.Header .container,.Header .container figure{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center}.Header .container figure{cursor:pointer;-webkit-justify-content:flex-start;-moz-box-pack:start;justify-content:flex-start}.Header .container figure img{height:2rem}.Header .container figure figcaption{font-size:1.2rem;font-weight:700;margin-left:.7rem}.HeroSection{min-height:80vh}.HeroSection .container{display:grid;grid-template-columns:1fr 1fr;padding:min(10rem,20%) 0 min(2rem,20%)}.HeroSection .container .left{margin-right:2rem}.HeroSection .container .left button{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}.HeroSection .container .left button .text{margin-right:.7rem}.HeroSection .container .left .sub-heading{font-size:clamp(1.5rem,3vw,2rem);font-weight:300}.HeroSection .container .left .heading{font-weight:700;font-size:clamp(3.2rem,4vw,5rem);margin-bottom:1rem}.HeroSection .container .left .description{color:var(--text-two);font-weight:500;margin-bottom:2rem;font-size:clamp(1.1rem,3vw,1.3rem)}.HeroSection .container .right{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-justify-content:flex-end;-moz-box-pack:end;justify-content:flex-end}.HeroSection .container .right img{height:80%;width:80%}@media only screen and (max-width:1000px){.HeroSection{min-height:60vh}.HeroSection .container{grid-template-columns:1fr}.HeroSection .container .left{margin-right:0;margin-bottom:2rem}}.toggle{display:block;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;width:2.5rem;height:2.5rem;background-color:#fdf5f0;border-radius:20px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;border:2px solid #9fcfff;position:relative;cursor:pointer;overflow:hidden;z-index:1}.dark .toggle{border-color:#475569}.toggle:before{content:"";position:absolute;top:.5rem;left:.5rem;height:1rem;width:1rem;background-image:-webkit-gradient(linear,right bottom,left top,from(#f59e0b),to(#fef3c7));background-image:-webkit-linear-gradient(bottom right,#f59e0b,#fef3c7);background-image:linear-gradient(to top left,#f59e0b,#fef3c7);border-radius:50%;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.toggle:after{content:"";position:absolute;bottom:-2.1rem;left:0;width:3rem;height:3rem;border-radius:45%;background-image:-webkit-gradient(linear,right top,left top,from(#7dd3fc),to(#0ea5e9));background-image:-webkit-linear-gradient(right,#7dd3fc,#0ea5e9);background-image:linear-gradient(270deg,#7dd3fc,#0ea5e9);-webkit-animation:wave 15s linear infinite;animation:wave 15s linear infinite;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.toggle-checkbox{display:none}.dark-switch{background-color:#1f2937}.dark-switch:before{background-image:-webkit-gradient(linear,right bottom,left top,from(#e5e7eb),to(#d1d5db));background-image:-webkit-linear-gradient(bottom right,#e5e7eb,#d1d5db);background-image:linear-gradient(to top left,#e5e7eb,#d1d5db);left:1.5rem}.dark-switch:after{background-image:-webkit-gradient(linear,right top,left top,from(#64748b),to(#334155));background-image:-webkit-linear-gradient(right,#64748b,#334155);background-image:linear-gradient(270deg,#64748b,#334155);bottom:-1.8rem}@-webkit-keyframes wave{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}0%{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes wave{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}0%{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.Notes{min-height:75vh}.Notes .fix-height-container{min-height:60vh;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}.Notes .notes-container{margin:2rem 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-column-gap:.5rem;-webkit-column-gap:.5rem;-moz-column-gap:.5rem;column-gap:.5rem;grid-row-gap:.5rem;row-gap:.5rem;word-break:break-word}.Notes .notes-container,.Notes .notes-container .folder{-webkit-align-items:center;-moz-box-align:center;align-items:center}.Notes .notes-container .folder{height:-webkit-max-content;height:-moz-max-content;height:max-content;font-weight:500;display:-webkit-flex;display:-moz-box;display:flex;cursor:pointer;padding:1rem 2rem;background:var(--secondary);border-radius:20px}.Notes .notes-container .folder-icon{margin-top:.3rem;margin-right:1rem}.Notes .notes-container .file{font-weight:500;display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;cursor:pointer;padding:1rem 2rem;background:var(--secondary);border-radius:20px}.Notes .notes-container .file-icon{margin-top:.3rem;margin-right:1rem}.Notes .notes-container .no-files{font-weight:500;cursor:pointer;background:var(--secondary)}.message,.Notes .notes-container .no-files{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;padding:1rem 2rem;border-radius:20px}.message{font-size:.9rem;background:#fea72513}.message:first-of-type{margin-bottom:1rem}.message-icon{margin-top:.3rem;margin-right:1rem}.message .link{cursor:pointer;border-bottom:2px dotted #fea725}.message .link:hover{color:#fea725}.message-blue{background:#258afe13;border-radius:20px}.message-blue .link{border-bottom:2px dotted #258afe}.message-blue .link:hover{color:#258afe}.error-message{background:#fe256613;border-radius:20px;font-size:1rem;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;padding:2rem}.error-message .head{font-weight:500;font-size:1.2rem;margin-bottom:1rem;color:#fe2566}.error-message .link{border-bottom:2px dotted #fe2566}.error-message .link:hover{color:#fe2566}.BreadCrump{margin-top:3rem}.BreadCrump .crump-list{margin:1rem 0;padding:1rem 2rem;border-radius:1rem 1rem 0 0;border-bottom:1px solid var(--secondary);color:var(--text-two);font-size:.9rem}.BreadCrump .crump-list,.BreadCrump .crump-list .crump-item{display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center}.BreadCrump .crump-list .crump-item{-webkit-justify-content:flex-start;-moz-box-pack:start;justify-content:flex-start;cursor:pointer}.BreadCrump .crump-list .crump-item-divider{margin:0 .5rem}.BreadCrump .crump-list .crump-item-icon{margin-top:.3rem;margin-right:.5rem}.BreadCrump .crump-list .crump-item:hover{color:var(--accent)}@media only screen and (max-width:1000px){.crump-list{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-align-items:flex-start!important;-moz-box-align:start!important;align-items:flex-start!important}}.ContributorsArea{min-height:75vh}.ContributorsArea .top-section{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:2rem;-webkit-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem}.ContributorsArea .heading{color:var(--accent);font-size:2rem;font-weight:600;margin-bottom:1rem}.ContributorsArea .description{color:var(--text-two)}.ContributorsArea .top-section{margin:3rem 0}.ContributorsArea .contributors-section{margin:2rem 0;-webkit-align-items:center;-moz-box-align:center;align-items:center}.ContributorsArea .contributors-section .contributors{-webkit-align-items:center;-moz-box-align:center;align-items:center;display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-column-gap:.5rem;-webkit-column-gap:.5rem;-moz-column-gap:.5rem;column-gap:.5rem;grid-row-gap:.5rem;row-gap:.5rem}.ContributorsArea a{text-decoration:underline}.ContributorsArea ul{margin-left:2rem}.ContributorsArea .li-one::marker{content:"😉 "}.ContributorsArea .li-two::marker{content:"🥳 "}.ContributorsArea .submit-btn{color:#fff;font-weight:500;margin-top:1.5rem;width:-webkit-max-content;width:-moz-max-content;width:max-content;display:-webkit-flex;display:-moz-box;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center;cursor:pointer;padding:.7rem 1.4rem;background:var(--accent);border-radius:1rem}.ContributorsArea .submit-btn-icon{margin-bottom:.1rem;margin-right:.5rem}@media screen and (max-width:1000px){.top-section{grid-template-columns:1fr!important;grid-row-gap:2rem;row-gap:2rem}}.contributor{background:var(--secondary);display:grid;grid-template-columns:1fr 2fr;padding:1.5rem;max-width:25rem;-webkit-align-items:center;-moz-box-align:center;align-items:center;border-radius:1rem}.contributor img{height:6rem;margin-right:1rem;border-radius:50%}.contributor .name{font-weight:500}.contributor .social-links{margin-top:.5rem;color:var(--text-two)}.contributor .social-links .social-link{margin-right:.5rem}@media screen and (max-width:1000px){.contributor img{height:4rem!important}}