@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Alata&family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&family=Audiowide&family=Bangers&family=Chokokutai&family=Creepster&family=Noto+Sans+Canadian+Aboriginal:wght@100..900&family=Orbitron:wght@400..900&family=Racing+Sans+One&family=Wavefont:wght@4..1000&family=Zen+Dots&display=swap";@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Fira+Code:wght@300..700&family=Inter+Tight:ital,wght@0,400;0,700;1,400;1,700&family=JetBrains+Mono:ital,wght@0,400;0,700;1,400;1,700&family=Jost:ital,wght@0,400;0,700;1,400;1,700&family=Lato:ital,wght@0,400;0,700;1,400;1,700&family=Lexend+Deca:wght@100..900&family=Montserrat:ital,wght@0,400;0,700;1,400;1,700&family=Nunito+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Oswald:wght@200..700&family=Playfair+Display:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,400;0,700;1,400;1,700&family=Quicksand:wght@300..700&family=Raleway:ital,wght@0,400;0,700;1,400;1,700&family=Roboto+Mono:ital,wght@0,400;0,700;1,400;1,700&family=Rubik:ital,wght@0,400;0,700;1,400;1,700&family=Space+Grotesk:wght@300..700&family=Work+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap";@import"https://fonts.googleapis.com/css2?family=Abel&family=Anonymous+Pro:ital,wght@0,400;0,700;1,400;1,700&family=Archivo+Black&family=Barlow+Condensed:ital,wght@0,400;0,700;1,400;1,700&family=Chakra+Petch:ital,wght@0,400;0,700;1,400;1,700&family=Codystar:wght@300;400&family=Cousine:ital,wght@0,400;0,700;1,400;1,700&family=Exo+2:ital,wght@0,400;0,700;1,400;1,700&family=Geo:wght@400&family=Geostar+Fill&family=IBM+Plex+Mono:ital,wght@0,400;0,700;1,400;1,700&family=Iceland&family=Major+Mono+Display&family=Megrim&family=Nova+Square&family=Overpass+Mono:wght@300;400;700&family=Quantico:ital,wght@0,400;0,700;1,400;1,700&family=Share+Tech+Mono&family=Syncopate:wght@400;700&family=VT323&display=swap";@import"https://fonts.googleapis.com/css2?family=Nasalization:wght@400&display=swap";.app__navbar{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#ffffff47;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.21);position:fixed;z-index:20}.app__navbar-logo{display:flex;justify-content:flex-start;align-items:center;width:180px;height:60px}@media screen and (max-width: 800px){.app__navbar-logo{width:80px;height:40px}}.app__navbar-links{flex:1;display:flex;justify-content:center;align-items:center;list-style:none}.app__navbar-links li{margin:0 1rem;cursor:pointer;flex-direction:column}.app__navbar-links li div{width:5px;height:5px;background:transparent;border-radius:50%;margin-bottom:5px}.app__navbar-links li a{color:var(--gray-color);text-decoration:none;flex-direction:column;text-transform:uppercase;font-weight:500;transition:all .3s ease-in-out}.app__navbar-links li a:hover{color:var(--secondary-color)}.app__navbar-links li:hover div{background:var(--secondary-color)}@media screen and (max-width: 900px){.app__navbar-links{display:none}}.app__navbar-menu{width:35px;height:35px;border-radius:50%;position:relative;display:flex;justify-content:center;align-items:center;background-color:var(--secondary-color)}.app__navbar-menu svg{width:70%;height:70%;color:var(--white-color)}.app__navbar-menu div{position:fixed;top:0;bottom:0;right:0;z-index:5;padding:1rem;width:80%;height:100vh;display:flex;justify-content:flex-end;align-items:flex-end;flex-direction:column;background:url(/assets/bgWhite-D_34Umbb.png);background-color:var(--white-color);background-size:cover;background-repeat:repeat;box-shadow:0 0 20px #a8a8a826}.app__navbar-menu div svg{width:35px;height:35px;color:var(--secondary-color);margin:.5rem 1rem}.app__navbar-menu div ul{list-style:none;margin:0;padding:0;height:100%;width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column}.app__navbar-menu div ul li{margin:1rem}.app__navbar-menu div ul li a{color:var(--gray-color);text-decoration:none;font-size:1rem;text-transform:uppercase;font-weight:500;transition:all .3s ease-in-out}.app__navbar-menu div ul li a:hover{color:var(--secondary-color)}@media screen and (min-width: 900px){.app__navbar-menu div{display:none}}@media screen and (min-width: 900px){.app__navbar-menu{display:none}}.updating-notice{display:flex;align-items:center;justify-content:center;padding:.8rem;background:#ffa500e6;color:#fff;font-weight:700;border-radius:110px;box-shadow:0 4px 10px #0003;position:fixed;bottom:2px;left:1px;transform:translate(-90%);z-index:1000;width:auto;max-width:90%;transition:transform .6s cubic-bezier(.25,1.5,.5,1),left .6s cubic-bezier(.25,1.5,.5,1)}.updating-notice:hover{left:2px;transform:translate(-10%)}.updating-notice span{font-size:2rem}.updating-notice .head-text{font-size:1.5rem}.updating-notice p{font-size:.9rem;margin-top:5px}.app__about{flex:1;width:100%;flex-direction:column}.app__profiles{display:flex;justify-content:center;align-items:flex-start;flex-wrap:wrap;margin-top:2rem}.app__profile-item{width:190px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;margin:2rem}.app__profile-item img{width:100%;height:170px;border-radius:15px;object-fit:cover}@media screen and (min-width: 2000px){.app__profile-item{width:370px;margin:2rem 4rem}.app__profile-item img{height:320px}}#canvas-constellation{z-index:-50;position:absolute;top:0;left:0;width:100%;height:100%;filter:blur(10px) sepia(1)}#canvas-constellation2{z-index:-51;position:absolute;top:0;left:0;width:100%;height:100%;filter:blur(10px) sepia(1)}.app__footer{flex:1;width:100%;flex-direction:column}@media screen and (max-width: 768px){.app__footer{flex-direction:column}}.app__footer-cards{width:60%;display:flex;justify-content:space-evenly;align-items:center;flex-wrap:wrap;margin:4em 2rem 2rem}.app__footer-cards .app__footer-card{min-width:290px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin:1rem 0;padding:1rem;border-radius:10px;cursor:pointer;background-color:#fef4f5;transition:all .3s ease-in-out}.app__footer-cards .app__footer-card img{width:40px;height:40px;margin:0 .7rem}.app__footer-cards .app__footer-card p{font-weight:500}.app__footer-cards .app__footer-card a{text-decoration:none;font-weight:500}.app__footer-cards .app__footer-card:hover{box-shadow:0 0 25px #fef4f5}@media screen and (max-width: 450px){.app__footer-cards .app__footer-card{width:100%}}@media screen and (max-width: 768px){.app__footer-cards{width:100%}}.app__footer-cards .app__footer-card:first-child{background-color:#2c515c46}.app__footer-cards .app__footer-card:last-child{background-color:#2c515c46}.app__footer-cards .app__footer-card:last-child:hover{box-shadow:0 0 25px #f2f7fb}.app__footer-form{width:60%;flex-direction:column;margin:1rem 2rem}.app__footer-form div{width:100%;margin:.75rem 0;border-radius:10px;cursor:pointer;background:linear-gradient(to top,#95a0a3e8,#495d634d);transition:all .3s ease-in-out}.app__footer-form div input,.app__footer-form div textarea{width:100%;padding:.95rem;border:none;border-radius:7px;background-color:var(--primary-color);font-family:var(--font-base);color:var(--secondary-color);outline:none}.app__footer-form div textarea{height:170px}.app__footer-form div:hover{box-shadow:0 0 25px var(--primary-color)}.app__footer-form button{padding:1rem 2rem;border-radius:10px;border:none;background-color:var(--secondary-color);font-weight:500;color:var(--white-color);outline:none;margin:2rem 0 0;font-family:var(--font-base);transition:cubic-bezier(.55,.085,.68,.53);cursor:pointer}.app__footer-form button:hover{background-color:#2430af}@media screen and (max-width: 768px){.app__footer-form{width:100%;margin:1rem 0}}.about-container{position:absolute;width:100%;height:100vh;overflow:hidden;z-index:-500}#home{position:relative;background:url(/assets/bgIMG-BZ6IIfbK.png);background:var(--primary-color);overflow:clip;background-size:cover;background-repeat:repeat;background-position:center}#home .app__wrapper{padding:0}#home .app__wrapper .copyright{display:inline-flex;z-index:99}.app__header{flex:1;width:100%;height:100%;flex-direction:row;padding:3rem 2rem 0rem}@media screen and (min-width: 2000px){.app__header{padding-top:8rem}}@media screen and (max-width: 1200px){.app__header{flex-direction:column}}@media screen and (max-width: 450px){.app__header{padding:6rem 1rem 2rem}}.app__header-info{flex:1.65;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;height:100%;margin:0rem}@media screen and (max-width: 1200px){.app__header-info{width:100%;margin-right:0rem}}.app__header-badge{width:100%;display:flex;justify-content:flex-end;align-items:flex-end;flex-direction:column;z-index:20;position:sticky;top:160px}.app__header-badge .badge-cmp,.app__header-badge .tag-cmp{padding:.8rem 3rem;background:var(--white-color);border-radius:15px;flex-direction:row;width:auto;z-index:20;box-shadow:0 0 20px #0000001a}.app__header-badge .tag-cmp{flex-direction:column;margin-top:3rem}.app__header-badge .tag-cmp p{width:100%;text-transform:uppercase;text-align:left;padding:.2rem}.app__header-badge span{font-size:2.5rem}@media screen and (min-width: 2000px){.app__header-badge span{font-size:5rem}}@media screen and (max-width: 1200px){.app__header-badge{justify-content:flex-start;align-items:flex-start}}.app__header-circles{flex:.35;display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start;height:100%;margin-left:1rem;z-index:13}.app__header-circles div{width:100px;height:100px;border-radius:50%;background:var(--white-color);box-shadow:0 0 20px #0000001a}.app__header-circles div img{width:60%;height:60%}.app__header-circles div:nth-child(1){width:100px;height:100px}.app__header-circles div:nth-child(2){margin:1.75rem;width:150px;height:150px}.app__header-circles div:nth-child(3){width:70px;height:70px}@media screen and (min-width: 2000px){.app__header-circles div:nth-child(2){width:400px;height:400px}.app__header-circles div:nth-child(3){width:170px;height:170px}.app__header-circles div:nth-child(1){width:200px;height:200px}}@media screen and (max-width: 1200px){.app__header-circles{width:100%;flex-direction:row;flex-wrap:wrap;margin-left:0}.app__header-circles div{margin:1rem}}.app__header-img{flex:1;height:100%;width:100%;padding:9rem;display:flex;justify-content:flex-end;align-items:flex-end;position:absolute;z-index:10}.app__header-img img{width:100%;object-fit:cover;z-index:1}.app__header-img .overlay_circle{position:absolute;left:0;right:0;bottom:0;z-index:-2;width:100%;height:90%}@media screen and (max-width: 1200px){.app__header-img{margin:2rem 0}}@media only screen and (max-width: 600px){.app__header-img{padding:1em;justify-content:center;align-items:center}}@media only screen and (min-width: 601px) and (max-width: 768px){.app__header-img{padding:2em;justify-content:center;align-items:center}}@media only screen and (min-width: 769px){.app__header-img{padding:4em;justify-content:flex-end;align-items:flex-end}}.app__skills{flex:1;width:100%;flex-direction:column}.app__skills-container{width:80%;margin-top:3rem;display:flex;flex-direction:row}@media screen and (max-width: 900px){.app__skills-container{width:100%;flex-direction:column}}.app__skills-list{flex:1;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;margin-right:5rem}@media screen and (max-width: 900px){.app__skills-list{margin-right:0;justify-content:center;align-items:center}}.app__skills-item{flex-direction:column;text-align:center;padding:1rem;margin:1rem;transition:all .3s ease-in-out}.app__skills-item div{width:90px;height:90px;border-radius:50%;background-color:#f1f1f1f1}.app__skills-item div img{width:50%;height:50%}.app__skills-item div:hover{box-shadow:0 0 25px #e4e4e4}@media screen and (min-width: 2000px){.app__skills-item div{width:150px;height:150px}}@media screen and (max-width: 450px){.app__skills-item div{width:70px;height:70px}}.app__skills-item p{font-weight:500;margin-top:.5rem}@media screen and (min-width: 2000px){.app__skills-item{margin:1rem 2rem}.app__skills-item p{margin-top:1rem}}.app__skills-exp{flex:1;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column}@media screen and (max-width: 900px){.app__skills-exp{margin-top:2rem}}.app__skills-exp-item{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;margin:1rem 0}.app__skills-exp-works{flex:1}.app__skills-exp-works .app__skills-exp-work{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;margin-bottom:1rem;cursor:pointer}.app__skills-exp-works .app__skills-exp-work h4{font-weight:500}.app__skills-exp-works .app__skills-exp-work p{font-weight:400;color:var(--gray-color);margin-top:5px}.app__skills-exp-year{margin-right:3rem}.app__skills-exp-year p{font-weight:800;color:var(--secondary-color)}@media screen and (max-width: 450px){.app__skills-exp-year{margin-right:1rem}}.skills-tooltip{max-width:300px!important;background-color:var(--white-color)!important;box-shadow:0 0 25px #0000001a!important;border-radius:5px!important;padding:1rem!important;color:var(--gray-color)!important;text-align:center!important;line-height:1.5!important;opacity:1!important}@media screen and (min-width: 2000px){.skills-tooltip{font-size:1.75rem!important;max-width:500px!important;line-height:2!important}}.app__testimonial{flex:1;width:100%;flex-direction:column}.app__testimonial-item{width:60%;min-height:320px;background-color:var(--white-color);display:flex;flex-direction:row;padding:2rem;border-radius:15px;box-shadow:0 0 30px #0000001a;transition:all .3s ease-in-out}.app__testimonial-item img{width:100px;height:100px;border-radius:50%;object-fit:cover}@media screen and (min-width: 2000px){.app__testimonial-item{min-height:450px}.app__testimonial-item img{width:150px;height:150px}}@media screen and (max-width: 850px){.app__testimonial-item{width:100%}}@media screen and (max-width: 600px){.app__testimonial-item{flex-direction:column}}.app__testimonial-content{flex:1;height:100%;padding:0 2rem;text-align:left;display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.app__testimonial-content p{font-size:1.25rem;line-height:2rem;color:var(--black-color);font-family:var(--font-base)}@media screen and (min-width: 2000px){.app__testimonial-content p{font-size:2rem;line-height:3.5rem}}.app__testimonial-content h4{font-weight:600;color:var(--secondary-color);margin-top:2rem}.app__testimonial-content h5{font-weight:400;color:var(--gray-color);margin-top:5px}@media screen and (max-width: 600px){.app__testimonial-content{margin-top:2rem;padding:0}}.app__testimonial-btns{flex-direction:row;margin-top:1rem}.app__testimonial-btns div{width:50px;height:50px;border-radius:50%;background-color:var(--white-color);margin:1rem;transition:all .3s ease-in-out}.app__testimonial-btns div svg{width:20px;height:20px;color:var(--secondary-color)}.app__testimonial-btns div:hover{background-color:var(--secondary-color)}.app__testimonial-btns div:hover svg{color:var(--white-color)}@media screen and (min-width: 2000px){.app__testimonial-btns div{width:100px;height:100px}.app__testimonial-btns div svg{width:45px;height:45px}}.app__testimonial-brands{width:80%;flex-wrap:wrap;margin-top:2rem}.app__testimonial-brands div{width:150px;margin:1.5rem}.app__testimonial-brands div img{width:100%;height:auto;object-fit:cover;filter:grayscale(1)}.app__testimonial-brands div:hover img{filter:grayscale(0)}@media screen and (min-width: 2000px){.app__testimonial-brands div{width:210px;margin:2rem}}@media screen and (max-width: 450px){.app__testimonial-brands div{width:120px;margin:1rem}}@media screen and (max-width: 800px){.app__testimonial-brands{width:100%}}.app__works{flex:1;width:100%;flex-direction:column}.app__work-filter{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:wrap;margin:4rem 0 2rem}.app__work-filter .app__work-filter-item{padding:.5rem 1rem;border-radius:.5rem;background-color:#fff;color:#000;font-weight:800;cursor:pointer;transition:all .3s ease;margin:.5rem}.app__work-filter .app__work-filter-item:hover{background-color:var(--secondary-color);color:#fff}@media screen and (min-width: 2000px){.app__work-filter .app__work-filter-item{padding:1rem 2rem;border-radius:.85rem}}.app__work-filter .item-active{background-color:var(--secondary-color);color:#fff}.app__work-portfolio{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.app__work-portfolio .app__work-item{width:270px;flex-direction:column;margin:2rem;padding:1rem;border-radius:.5rem;background-color:#fff;color:#000;cursor:pointer;transition:all .3s ease}.app__work-portfolio .app__work-item:hover{box-shadow:0 0 25px #0003}@media screen and (min-width: 2000px){.app__work-portfolio .app__work-item{width:470px;padding:1.25rem;border-radius:.75rem}}@media screen and (max-width: 300px){.app__work-portfolio .app__work-item{width:100%;margin:1rem}}.app__work-img{width:100%;height:230px;position:relative}.app__work-img img{width:100%;height:100%;border-radius:.5rem;object-fit:cover}@media screen and (min-width: 2000px){.app__work-img{height:350px}}.app__work-hover{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;background-color:#00000080;border-radius:.5rem;opacity:0;transition:all .3s ease}.app__work-hover div{width:50px;height:50px;border-radius:50%;background-color:#00000080;color:#fff;margin:1rem;font-family:var(--font-base);font-weight:800;cursor:pointer;transition:all .3s ease}.app__work-hover div svg{width:50%;height:50%;color:var(--white-color)}.app__work-content{padding:.5rem;width:100%;position:relative;flex-direction:column}.app__work-content h4{margin-top:1rem;line-height:1.5}@media screen and (min-width: 2000px){.app__work-content h4{margin-top:3rem}}.app__work-content .app__work-tag{position:absolute;padding:.5rem 1rem;border-radius:10px;background-color:#fff;top:-25px}.app{background-color:transparent;font-family:var(--font-base)}.app__whitebg,.app__primarybg{background-color:transparent}.app__container{width:100%;min-height:100vh;display:flex;flex-direction:row}.app__flex{display:flex;justify-content:center;align-items:center}.app__wrapper{flex:1;width:100%;flex-direction:column;padding:4rem 2rem}@media screen and (max-width: 320px){.app__wrapper{padding:0}}@media screen and (max-width: 450px){.app__wrapper{padding:4rem 1rem 2rem}}.copyright{width:100%;padding:2rem 0 0;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.copyright p{text-transform:uppercase;color:var(--black-color)}.head-text{font-size:2.75rem;text-align:center;color:var(--black-color);text-transform:capitalize;font-family:Cousine,monospace;font-weight:600;font-style:normal}.head-text span{color:var(--secondary-color)}@media screen and (min-width: 2000px){.head-text{font-size:4rem}}@media screen and (max-width: 450px){.head-text{font-size:2rem;text-align:right}}.p-text{font-size:.9rem;text-align:center;color:var(--gray-color2);line-height:1.1}@media screen and (min-width: 2000px){.p-text{font-size:1.75rem}}.bold-text{font-size:1rem;font-weight:800;color:var(--black-color);text-align:center}@media screen and (min-width: 2000px){.bold-text{font-size:2rem}}@media screen and (max-width: 450px){.bold-text{font-size:.9rem}}.app__social{display:flex;justify-content:flex-end;align-items:center;flex-direction:column;padding:1rem}.app__social div{width:40px;height:40px;border-radius:50%;background-color:var(--white-color);margin:.25rem 0;border:1px solid var(--lightGray-color);display:flex;justify-content:center;align-items:center;transition:all .3s ease-in-out}.app__social div svg{width:15px;height:15px;color:var(--gray-color)}.app__social div:hover{background-color:var(--secondary-color);border-color:var(--secondary-color)}.app__social div:hover svg{color:var(--white-color)}@media screen and (min-width: 2000px){.app__social div{width:70px;height:70px;margin:.5rem 0}.app__social div svg{width:30px;height:30px}}.app__navigation{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:1rem}.app__navigation .app__navigation-dot{width:10px;height:10px;border-radius:50%;background-color:#cbcbcb;margin:.5rem;transition:background-color .2s ease-in-out}.app__navigation .app__navigation-dot:hover{background-color:var(--secondary-color)}@media screen and (min-width: 2000px){.app__navigation .app__navigation-dot{width:20px;height:20px}}@media screen and (max-width: 500px){.app__navigation,.app__social{display:none}.copyright{padding:2rem}}.alata-regular{font-family:Alata,serif;font-weight:400;font-style:normal}.bangers-regular{font-family:Bangers,serif;font-weight:400;font-style:normal}.creepster-regular{font-family:Creepster,serif;font-weight:400;font-style:normal}.noto-sans-canadian-aboriginal-abo{font-family:Noto Sans Canadian Aboriginal,serif;font-optical-sizing:auto;font-weight:500;font-style:normal}.orbitron-orbitron{font-family:Orbitron,serif;font-optical-sizing:auto;font-weight:500;font-style:normal}.wavefont-wavefont{font-family:Wavefont,serif;font-optical-sizing:auto;font-weight:500;font-style:normal;font-variation-settings:"ROND" 100,"YELA" -100}.audiowide-regular{font-family:Audiowide,serif;font-weight:400;font-style:normal}.zen-dots-regular{font-family:Zen Dots,serif;font-weight:400;font-style:normal}.chokokutai-regular{font-family:Chokokutai,serif;font-weight:400;font-style:normal}.atkinson-hyperlegible-regular{font-family:Atkinson Hyperlegible,serif;font-weight:400;font-style:normal}.atkinson-hyperlegible-bold{font-family:Atkinson Hyperlegible,serif;font-weight:700;font-style:normal}.atkinson-hyperlegible-regular-italic{font-family:Atkinson Hyperlegible,serif;font-weight:400;font-style:italic}.atkinson-hyperlegible-bold-italic{font-family:Atkinson Hyperlegible,serif;font-weight:700;font-style:italic}.racing-sans-one-regular{font-family:Racing Sans One,serif;font-weight:400;font-style:normal}.bebas-neue-regular{font-family:Bebas Neue,sans-serif;font-weight:400;font-style:normal}.dm-sans-regular{font-family:DM Sans,sans-serif;font-weight:400;font-style:normal}.dm-sans-bold{font-family:DM Sans,sans-serif;font-weight:700;font-style:normal}.fira-code-regular{font-family:Fira Code,monospace;font-weight:400;font-style:normal}.inter-tight-regular{font-family:Inter Tight,sans-serif;font-weight:400;font-style:normal}.jetbrains-mono-regular{font-family:JetBrains Mono,monospace;font-weight:400;font-style:normal}.jost-regular{font-family:Jost,sans-serif;font-weight:400;font-style:normal}.lato-regular{font-family:Lato,sans-serif;font-weight:400;font-style:normal}.lexend-deca-regular{font-family:Lexend Deca,sans-serif;font-weight:400;font-style:normal}.montserrat-regular{font-family:Montserrat,sans-serif;font-weight:400;font-style:normal}.nunito-sans-regular{font-family:Nunito Sans,sans-serif;font-weight:400;font-style:normal}.open-sans-regular{font-family:Open Sans,sans-serif;font-weight:400;font-style:normal}.oswald-regular{font-family:Oswald,sans-serif;font-weight:400;font-style:normal}.playfair-display-regular{font-family:Playfair Display,serif;font-weight:400;font-style:normal}.poppins-regular{font-family:Poppins,sans-serif;font-weight:400;font-style:normal}.quicksand-regular{font-family:Quicksand,sans-serif;font-weight:400;font-style:normal}.raleway-regular{font-family:Raleway,sans-serif;font-weight:400;font-style:normal}.roboto-mono-regular{font-family:Roboto Mono,monospace;font-weight:400;font-style:normal}.rubik-regular{font-family:Rubik,sans-serif;font-weight:400;font-style:normal}.space-grotesk-regular{font-family:Space Grotesk,sans-serif;font-weight:400;font-style:normal}.work-sans-regular{font-family:Work Sans,sans-serif;font-weight:400;font-style:normal}.abel-regular{font-family:Abel,sans-serif;font-weight:400;font-style:normal}.anonymous-pro-regular{font-family:Anonymous Pro,monospace;font-weight:400;font-style:normal}.archivo-black-regular{font-family:Archivo Black,sans-serif;font-weight:400;font-style:normal}.barlow-condensed-regular{font-family:Barlow Condensed,sans-serif;font-weight:400;font-style:normal}.chakra-petch-regular{font-family:Chakra Petch,sans-serif;font-weight:400;font-style:normal}.codystar-regular{font-family:Codystar,sans-serif;font-weight:400;font-style:normal}.cousine-regular{font-family:Cousine,monospace;font-weight:400;font-style:normal}.exo-2-regular{font-family:"Exo 2",sans-serif;font-weight:400;font-style:normal}.geo-regular{font-family:Geo,sans-serif;font-weight:400;font-style:normal}.geostar-fill-regular{font-family:Geostar Fill,sans-serif;font-weight:400;font-style:normal}.ibm-plex-mono-regular{font-family:IBM Plex Mono,monospace;font-weight:400;font-style:normal}.iceland-regular{font-family:Iceland,sans-serif;font-weight:400;font-style:normal}.major-mono-display-regular{font-family:Major Mono Display,monospace;font-weight:400;font-style:normal}.megrim-regular{font-family:Megrim,sans-serif;font-weight:400;font-style:normal}.nova-square-regular{font-family:Nova Square,sans-serif;font-weight:400;font-style:normal}.overpass-mono-regular{font-family:Overpass Mono,monospace;font-weight:400;font-style:normal}.quantico-regular{font-family:Quantico,sans-serif;font-weight:400;font-style:normal}.share-tech-mono-regular{font-family:Share Tech Mono,monospace;font-weight:400;font-style:normal}.syncopate-regular{font-family:Syncopate,sans-serif;font-weight:400;font-style:normal}.vt323-regular{font-family:VT323,monospace;font-weight:400;font-style:normal}.nasalization-regular{font-family:Nasalization,sans-serif;font-weight:400;font-style:normal}:root{font-family:Lexend Deca,sans-serif;font-weight:400;font-style:normal;--primary-color: rgba(9, 45, 66, .034);--secondary-color: #13788a;--black-color: #030303;--lightGray-color: #e6cdcd;--gray-color: #5a2268;--gray-color2: rgb(24, 57, 63);--brown-color: #2b7a24;--white-color: #ffffff;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar,body::-webkit-scrollbar{display:none}*{box-sizing:border-box;padding:0;margin:0;scroll-behavior:smooth}
