@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);:root{--font-base:"DM Sans",sans-serif;--primary-color:#edf2f8;--secondary-color:#313bac;--black-color:#030303;--lightGray-color:#e4e4e4;--gray-color:#6b7688;--brown-color:#46364a;--white-color:#fff}*{-webkit-tap-highlight-color:transparent;box-sizing:border-box;margin:0;padding:0;-webkit-user-select:none;user-select:none}*,body{scroll-behavior:smooth}body::-webkit-scrollbar{width:.5em}body::-webkit-scrollbar-track{background-color:initial}body::-webkit-scrollbar-thumb{background-color:#a9a9a9;border-radius:3em;outline:1px solid #708090}.app{background-color:var(--primary-color);font-family:var(--font-base)}.app__whitebg{background-color:var(--white-color)}.app__primarybg{background-color:var(--primary-color)}.app__container{display:flex;flex-direction:row;min-height:100vh;padding-bottom:10vh;padding-top:10vh;width:100%}@media screen and (max-width:500px){.app__container{padding:10vh 10vw}}.app__flex{align-items:center;display:flex;justify-content:center}.copyright{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem 0 0;width:100%}.copyright p{color:var(--black-color);text-transform:uppercase}.head-text-2{font-size:1.5rem}.head-text,.head-text-2{color:var(--black-color);font-weight:800;text-align:center;text-transform:capitalize}.head-text{font-size:2.75rem;margin:3rem 0}.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}}.p-text{color:var(--gray-color);font-size:.8rem;line-height:1.5;text-align:left}@media screen and (min-width:2000px){.p-text{font-size:1.75rem}}.p-text-2{color:#434343;font-size:.9rem;line-height:1.5;text-align:left}@media screen and (min-width:2000px){.p-text-2{font-size:1.9rem}}.bold-text{color:var(--black-color);font-size:1rem;font-weight:800;text-align:left}@media screen and (min-width:2000px){.bold-text{font-size:2rem}}@media screen and (max-width:450px){.bold-text{font-size:.9rem}}.app__social{flex-direction:column;justify-content:flex-end;padding:1rem}.app__social,.app__social a{align-items:center;display:flex}.app__social a{background-color:var(--white-color);border:1px solid var(--lightGray-color);border-radius:50%;height:40px;justify-content:center;margin:.25rem 0;transition:all .3s ease-in-out;width:40px}.app__social a svg{color:var(--gray-color);height:15px;width:15px}.app__social a:hover{background-color:var(--secondary-color);border-color:var(--secondary-color)}.app__social a:hover svg{color:var(--white-color)}@media screen and (min-width:2000px){.app__social a{height:70px;margin:.5rem 0;width:70px}.app__social a svg{height:30px;width:30px}}.app__navigation{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:1rem}.app__navigation .app__navigation-dot{background-color:#cbcbcb;border-radius:50%;height:10px;margin:.5rem;transition:background-color .2s ease-in-out;width:10px}.app__navigation .app__navigation-dot:hover{background-color:var(--secondary-color)}@media screen and (min-width:2000px){.app__navigation .app__navigation-dot{height:20px;width:20px}}@media screen and (max-width:500px){.app__navigation,.app__social{display:none}.copyright{padding:2rem}}.bgcloud{background-image:url(/static/media/bgcloud.47df04fb6fb3b31189dd.svg);background-position:bottom;background-repeat:no-repeat;background-size:100%}.bganimatedBlob{background:url(/static/media/animatedblob.3e94e374f901c3fc2ee6.svg);background-position:bottom;background-repeat:no-repeat;background-size:initial;object-fit:cover}.bgwork{background-color:#e6e6e6}.bgskills{background-color:#b3b9e087}.bglines{background:url(/static/media/bglines.40ffd51c1650c7dfaa3d.svg);background-position:bottom;background-repeat:repeat;background-size:initial;object-fit:cover}.bgvirus{background:url(/static/media/bgvirus.aa7bef9e2ecb200e558d.svg);background-position:bottom;background-repeat:repeat;background-size:initial;object-fit:cover}.bgstrokes{background-color:#e6e6e6}.bgcornerblob{background:url(/static/media/bgcornerblob.336599a891889aeedce3.svg);background-position:bottom;background-repeat:repeat;background-size:initial;object-fit:cover}.app__about{flex:1 1;flex-direction:column;width:100%}.app__profile{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:center;margin-top:2rem}.app__profile-item{border-radius:1rem;box-shadow:0 0 20px rgba(0,0,0,.3);display:flex;flex-direction:column;margin:2rem;max-width:320px;overflow:hidden;position:relative;text-decoration:none}.app__profile-item img{border-radius:1rem 1rem 0 0;height:170px;object-fit:cover;width:100%}.app__profile-item div{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:0 1rem 1rem}@media screen and (min-width:2000px){.app__profile-item{margin:2rem 4rem;width:370px}.app__profile-item img{height:320px}}.app__about-hover{background-color:hsla(0,0%,50%,.455);height:100%;left:0;position:absolute;top:0;width:100%}.app__about-hover svg{color:#fff;height:30%;width:30%}.app-about-linkInfo{background-color:#fff;border-radius:0 0 0 10px;padding:5px;position:absolute;right:0;top:0}.app__navbar{align-items:center;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background-color:hsla(0,0%,100%,.25);border:1px solid hsla(0,0%,100%,.18);display:flex;height:10vh;justify-content:space-between;padding:1rem 2rem;position:fixed;width:100%;z-index:3}.app__navbar-logo img{border-radius:10px;cursor:pointer;width:150px}@media screen and (min-width:2000px){.app__navbar-logo{width:180px}}.app__navbar-links{align-items:center;display:flex;flex:1 1;gap:2rem;justify-content:center}.app__navbar-links li{cursor:pointer;display:flex;flex-direction:column}.app__navbar-links li div{background-color:initial;border-radius:50%;height:5px;width:5px}.app__navbar-links li a{color:var(--gray-color);display:flex;flex-direction:column;font-size:1.2rem;font-weight:500;text-decoration:none}.app__navbar-links li a:hover{color:var(--secondary-color)}.app__navbar-links li:hover div{background-color:var(--secondary-color)}@media screen and (max-width:900px){.app__navbar-links{display:none}}.app__navbar-menu{align-items:center;display:flex;justify-content:center}.app__navbar-menu svg{cursor:pointer}.app__navbar-menu svg:active{scale:.9}.app__navbar-menu>svg{background-color:var(--secondary-color);border-radius:50%;box-sizing:initial;color:var(--white-color);cursor:pointer;height:24px;padding:.5rem;width:24px}.app__navbar-menu>svg:active{scale:.9}.app__navbar-menu .app__navbar-sidebar{bottom:0;display:flex;height:100vh;position:fixed;right:0;top:0;width:100%;z-index:3}.app__navbar-menu .app__navbar-sidebar div:first-of-type{background-color:initial;cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAsQAAALEBxi1JjQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAC6SURBVEiJrdWxDsIgFEbho49UB3xi09n4PMahMV00ah+gLhBJpO2F+zORDudrCVCACzACAd0IsXkmTmbgJUJCbM3AHaADHhlydMQPwJPCCyuQxbgC2Yx7EHO8BamO1yDNcQvijq8hsngJmYCPMp4j7xhOkCm+NwI747Omka/5xO9LvNfKXzytuezuWtstbsSyFZuRmn1ejbQcIjPiOaGbiOL4LyLKu6WI3ETxNPKf/hWgBwZRPEcG4PQF4/SMwLqJC6IAAAAASUVORK5CYII=) 12 12,auto;height:100%;width:20%}.app__navbar-menu .app__navbar-sidebar div:nth-of-type(2){align-items:flex-end;background:url(/static/media/bgWhite.79658cadae50b3b16ee5.png);background-color:var(--white-color);background-repeat:repeat;background-size:cover;box-shadow:0 0 20px hsla(0,0%,66%,.15);display:flex;flex-direction:column;justify-content:flex-end;width:80%}.app__navbar-menu .app__navbar-sidebar div:nth-of-type(2) svg{color:var(--secondary-color);height:35px;margin:1.5rem 2rem;width:35px}.app__navbar-menu .app__navbar-sidebar div:nth-of-type(2) ul{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-start;list-style:none;width:100%}.app__navbar-menu .app__navbar-sidebar div:nth-of-type(2) ul li{margin:1rem 1rem 1rem 4rem}.app__navbar-menu .app__navbar-sidebar div:nth-of-type(2) ul li a{color:var(--gray-color);font-size:1.5rem;font-weight:500;text-decoration:none;transition:all .3s ease-in-out}.app__navbar-menu .app__navbar-sidebar div:nth-of-type(2) ul li a:hover{color:var(--secondary-color)}@media screen and (min-width:900px){.app__navbar-menu,.app__navbar-menu .app__navbar-sidebar{display:none}}.app__footer{flex:1 1;flex-direction:column;width:100%}@media screen and (max-width:768px){.app__footer{flex-direction:column}}.app__footer-cards{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-evenly;margin:4em 2rem 2rem;width:60%}.app__footer-cards .app__footer-card{align-items:center;background-color:#fef4f5;border-radius:10px;box-shadow:0 0 25px #d1d1d1;cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start;margin:1rem 0;min-width:290px;padding:1rem;text-decoration:none;transition:all .3s ease-in-out}.app__footer-cards .app__footer-card img{height:40px;margin:0 .7rem;width:40px}.app__footer-cards .app__footer-card p{font-size:1rem;font-weight:500}.app__footer-cards .app__footer-card:hover{box-shadow:0 0 25px #747474;scale:1.1}@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:last-child{background-color:#f2f7fb}.app__footer-form{flex-direction:column;margin:1rem 2rem;width:60%}.app__footer-form div{background-color:var(--primary-color);border-radius:10px;cursor:pointer;margin:.75rem 0;transition:all .3s ease-in-out;width:100%}.app__footer-form div input,.app__footer-form div textarea{background-color:var(--primary-color);border:none;border-radius:7px;color:var(--secondary-color);font-family:var(--font-base);font-size:1.3rem;outline:none;outline:2px dotted gray;padding:.95rem;width:100%}.app__footer-form div textarea{height:170px}.app__footer-form div:hover{box-shadow:0 0 25px var(--primary-color)}.app__footer-form button{align-items:center;background-color:var(--secondary-color);border:none;border-radius:10px;color:var(--white-color);cursor:pointer;display:flex;font-family:var(--font-base);font-size:1.2rem;font-weight:500;gap:1rem;justify-content:space-between;margin:2rem 0 0;outline:none;padding:1rem 2rem;transition:cubic-bezier(.55,.085,.68,.53)}.app__footer-form button svg{font-size:1.3rem}.app__footer-form button:hover{background-color:#2430af}@media screen and (max-width:768px){.app__footer-form{margin:1rem 0;width:100%}}@media screen and (min-height:1200px){#home{padding-bottom:0}}.app__header{align-items:center;display:flex;flex:1 1;height:90vh;justify-content:space-evenly;width:100%}@media screen and (max-width:1200px){.app__header{flex-direction:column;gap:5vh;height:100%}.app__header>div:nth-of-type(2){height:55vh}.app__header>div:nth-of-type(2) img{height:100%}}.app__header-info{align-items:flex-end;display:flex;flex-direction:column;gap:1rem;height:30vh;justify-content:center}.app__header-info>div{background-color:var(--primary-color);border-radius:10px;box-shadow:0 0 20px rgba(0,0,0,.3);padding:1rem}.app__header-info .app__header-badge{align-items:center;display:flex;gap:1rem}.app__header-info .app__header-badge span{font-size:2rem}.app__header-info .app__header-skills p{text-align:right}.app__header-img{align-items:flex-end;display:flex;height:100%;justify-content:center;position:relative}.app__header-img img{height:90%;object-fit:contain;padding:0 4rem;pointer-events:none;width:100%;z-index:1}.app__header-img .overlay_circle{bottom:0;height:100%;left:0;padding:0;position:absolute;right:0;width:100%;z-index:0}@media screen and (max-width:1200px){.app__header-img{width:100%}.app__header-img img{height:90vh}}@media screen and (max-width:500px){.app__header-img img{height:50vh}}.app__header-circles{display:flex;flex-direction:column;gap:1rem;width:250px}.app__header-circles img{height:60%;width:60%}.app__header-circles div{background:var(--white-color);border-radius:50%;box-shadow:0 0 20px rgba(0,0,0,.3)}.app__header-circles div:first-child{height:5rem;width:5rem}.app__header-circles div:nth-child(2){height:8rem;width:8rem}.app__header-circles div:nth-child(3){height:5rem;width:5rem}@media screen and (max-width:1200px){.app__header-circles{flex-direction:row;justify-content:space-evenly;width:100%}}.app__skills{flex:1 1;flex-direction:column;width:100%}.app__skills-container{display:flex;flex-direction:row;width:100%}@media screen and (max-width:1200px){.app__skills-container{flex-direction:column}}.app__skills-list{align-items:flex-start;display:flex;flex:1 1;flex-wrap:wrap;justify-content:flex-start;margin-right:5rem}@media screen and (max-width:900px){.app__skills-list{align-items:center;justify-content:center;margin-right:0}}.app__skills-item{flex-direction:column;margin:1rem;text-align:center;transition:all .3s ease-in-out}.app__skills-item div{background-color:#fef4f5;border-radius:50%;height:90px;width:90px}.app__skills-item div img{height:50%;width:50%}.app__skills-item div:hover{box-shadow:0 0 25px #fef4f5}@media screen and (min-width:2000px){.app__skills-item div{height:150px;width:150px}}@media screen and (max-width:450px){.app__skills-item div{height:70px;width: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{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start}@media screen and (max-width:900px){.app__skills-exp{margin-top:2rem}}.app__skills-exp-item{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;margin:1rem 0;width:100%}.app__skills-exp-works{flex:1 1}.app__skills-exp-works .app__skills-exp-work{align-items:flex-start;cursor:pointer;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:1rem}.app__skills-exp-works .app__skills-exp-work h4{font-weight:500}.app__skills-exp-works .app__skills-exp-work p{color:var(--gray-color);font-weight:400;margin-top:5px}.app__skills-exp-year{margin-right:3rem}.app__skills-exp-year p{color:var(--secondary-color);font-weight:800}@media screen and (max-width:450px){.app__skills-exp-year{margin-right:1rem}}.skills-tooltip{background-color:var(--white-color)!important;border-radius:5px!important;box-shadow:0 0 25px rgba(0,0,0,.1)!important;color:var(--gray-color)!important;line-height:1.5!important;max-width:300px!important;opacity:1!important;padding:1rem!important;text-align:center!important}@media screen and (min-width:2000px){.skills-tooltip{font-size:1.75rem!important;line-height:2!important;max-width:500px!important}}.app__awards{align-items:center;display:flex;flex-direction:column;justify-content:space-between;position:relative;width:100%;z-index:2}@media screen and (max-width:900px){.app__awards h2{margin:1rem 0!important}}.app__awards-container{align-items:center;display:flex;flex-direction:column;gap:1.5rem;justify-content:flex-start;margin-bottom:5rem}.app__awards-container .app__awards-picture{align-items:center;display:flex;gap:1rem;justify-content:space-between;position:relative}.app__awards-container .app__awards-picture .app__awards-navigation-btns{align-items:center;background-color:var(--secondary-color);border-radius:50%;cursor:pointer;display:flex;height:50px;justify-content:center;overflow:hidden;width:50px}.app__awards-container .app__awards-picture .app__awards-navigation-btns svg{color:#fff;height:80%;width:80%}.app__awards-container .app__awards-picture .app__awards-img{align-items:center;display:flex;height:350px;justify-content:center;width:60vw}.app__awards-container .app__awards-picture .app__awards-img img{border-radius:2rem;box-shadow:0 0 25px rgba(0,0,0,.5);height:100%;max-width:100%;object-fit:cover}@media screen and (max-width:900px){.app__awards-container .app__awards-picture{gap:.5rem}.app__awards-container .app__awards-picture .app__awards-img{width:50vw}}.app__awards-container .app__awards-info{align-items:center;display:flex;flex-direction:column;padding:1rem}.app__awards-container .app__awards-info p{text-align:center}.app__awards-blob{--fill:#fff;--amount:2;--time:10s;position:absolute;right:25%;width:50%;z-index:-1}@media screen and (max-width:900px){.app__awards-blob{right:10%;width:80%}}.app__works{flex:1 1;flex-direction:column;width:100%}.app__work-filter{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:4rem 0 2rem}.app__work-filter .app__work-filter-item{background-color:#fff;border-radius:.5rem;color:#000;cursor:pointer;font-weight:800;margin:.5rem;padding:.5rem 1rem;transition:all .3s ease}.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{border-radius:.85rem;padding:1rem 2rem}}.app__work-filter .item-active{background-color:var(--secondary-color);color:#fff}.app__work-portfolio{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.app__work-portfolio .app__work-item{background-color:#fff;border-radius:.5rem;color:#000;flex-direction:column;margin:2rem;padding:1rem;transition:all .3s ease;width:270px}.app__work-portfolio .app__work-item:hover{box-shadow:0 0 25px rgba(0,0,0,.2);scale:1.1}@media screen and (min-width:2000px){.app__work-portfolio .app__work-item{border-radius:.75rem;padding:1.25rem;width:470px}}@media screen and (max-width:300px){.app__work-portfolio .app__work-item{margin:1rem;width:100%}}.app__work-img{height:230px;position:relative;width:100%}.app__work-img img{border-radius:.5rem;height:100%;object-fit:cover;width:100%}@media screen and (min-width:2000px){.app__work-img{height:350px}}.app__work-hover{background-color:rgba(0,0,0,.5);border-radius:.5rem;bottom:0;height:100%;left:0;opacity:0;position:absolute;right:0;top:0;transition:all .3s ease;width:100%}.app__work-hover a{border-radius:50%}.app__work-hover a div{background-color:rgba(0,0,0,.5);border-radius:50%;color:#fff;cursor:pointer;font-family:var(--font-base);font-weight:800;height:50px;transition:all .3s ease;width:50px}.app__work-hover a div svg{border-radius:50%;color:var(--white-color);height:50%;width:50%}.app__work-content{flex-direction:column;padding:.5rem;position:relative;width:100%}.app__work-content h4{line-height:1.5;margin-top:1rem}@media screen and (min-width:2000px){.app__work-content h4{margin-top:3rem}}.app__work-content .app__work-tag{background-color:#fff;border-radius:10px;padding:.5rem 1rem;position:absolute;top:-25px}.app__education{align-items:center;display:flex;flex-direction:column;gap:3rem;justify-content:space-evenly;margin-bottom:10vh;width:100%}.app__education-container{align-items:flex-start;display:flex;flex-wrap:wrap;gap:3rem;justify-content:center}.app__education-container span{align-items:center;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);border-radius:2rem;box-shadow:0 0 10px rgba(0,0,0,.5);display:flex;gap:1rem;justify-content:space-between;max-width:400px;padding:.5rem 1rem;transition:all .3s ease-out}.app__education-container span img{border:3px solid var(--secondary-color);border-radius:50%;height:100px;padding:1rem;transition:all .5s ease-in-out;width:100px}.app__education-container span:hover{background-color:#fff;box-shadow:0 0 25px rgba(0,0,0,.5);scale:1.05}.app__education-container span:hover img{-webkit-transform:rotate(1turn);transform:rotate(1turn)}.app__education-info{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;-webkit-user-select:none;user-select:none}.app__other-education-container{align-items:flex-start;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-evenly;width:100%}.app__other-education-container>div{align-items:center;background-color:#fff;border-radius:20px 8px 0 8px;box-shadow:2px 2px 5px #000,inset 2px 2px 5px #fff;display:flex;height:250px;justify-content:center;overflow:hidden;position:relative;width:250px}.app__other-education-container>div img{width:100%}.app__other-education-container>div:hover .app__other-education-info{bottom:0;opacity:1;scale:1}.app__other-education-container .app__other-education-info{align-items:flex-start;background-color:hsla(0,0%,100%,.9);bottom:-500px;display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:center;opacity:0;padding:1rem;position:absolute;scale:0;transition:all .3s ease-out;-webkit-user-select:none;user-select:none;width:100%}.app__material{display:flex;flex-direction:column;width:100%}.app__material-container{align-items:center;display:flex;gap:2rem;width:100%}.app__material-container iframe{aspect-ratio:1/1;border:none;pointer-events:none;width:40%}@media screen and (max-width:900px){.app__material-container{flex-direction:column}.app__material-container iframe{width:70%}}.app__material-links{align-items:center;display:flex;flex:1 1;flex-wrap:wrap;gap:2rem;justify-content:center}.app__material-links span{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:space-between}.app__material-links span a{border-radius:50%;box-shadow:inset 0 0 10px gray,0 0 gray;height:120px;padding:1rem;transition:all .3s ease-out;width:120px}.app__material-links span a img{border-radius:50%;height:100%;width:100%}.app__material-links span a:hover{box-shadow:inset 0 0 gray,0 0 10px gray;scale:1.1}@media screen and (max-width:900px){.app__material-links span a{height:80px;width:80px}}
/*# sourceMappingURL=main.0a67ea0b.css.map*/