@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);.app__navbar{align-items:center;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;justify-content:space-between;padding:1rem 2rem;position:fixed;width:100%;z-index:2}.theme--default .app__navbar{background:hsla(0,0%,100%,.25);border:1px solid hsla(0,0%,100%,.18)}.theme--dark .app__navbar{background:rgba(0,0,0,.25);border:1px solid hsla(0,0%,5%,.18)}.app__navbar-logo{align-items:center;display:flex;justify-content:flex-start}.app__navbar-logo img{height:32px;object-fit:cover;width:64px}@media screen and (min-width:2000px){.app__navbar-logo img{height:64px;width:128px}}.app__navbar-links{align-items:center;display:flex;flex:1 1;justify-content:center;list-style:none}.app__navbar-links li{cursor:pointer;flex-direction:column;margin:0 1rem}.app__navbar-links li a{display:inline-block;flex-direction:column;font-weight:500;position:relative;text-decoration:none;text-transform:uppercase;transition:all .2s ease-in-out}.theme--default .app__navbar-links li a{color:#6b7688}.theme--dark .app__navbar-links li a{color:#bfcce0}.theme--default .app__navbar-links li a:hover{color:#313bac}.theme--dark .app__navbar-links li a:hover{color:#4b4297}.app__navbar-links li a:after{bottom:0;content:"";height:2px;left:0;position:absolute;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:bottom right;transform-origin:bottom right;transition:-webkit-transform .25s ease-out;transition:transform .25s ease-out;transition:transform .25s ease-out,-webkit-transform .25s ease-out;width:100%}.theme--default .app__navbar-links li a:after{background-color:#313bac}.theme--dark .app__navbar-links li a:after{background-color:#4b4297}.app__navbar-links li a:hover:after{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:bottom left;transform-origin:bottom left}@media screen and (max-width:900px){.app__navbar-links{display:none}}.app__navbar-menu{align-items:center;background:var(--secondary-color);border-radius:50%;display:flex;height:35px;justify-content:center;position:relative;width:35px}.app__navbar-menu svg{color:var(--white-color);height:70%;width:70%}.app__navbar-menu div{align-items:flex-end;bottom:0;box-shadow:0 0 20px hsla(0,0%,66%,.15);display:flex;flex-direction:column;height:100vh;justify-content:flex-end;padding:1rem;position:fixed;right:0;top:0;width:100%;z-index:5}.theme--default .app__navbar-menu div{background:url(/static/media/bgWhite.79658cadae50b3b16ee5.png);background-color:#fff;background-repeat:repeat;background-size:cover}.theme--dark .app__navbar-menu div{background:url(/static/media/bgDark.7dcf6b619b120d933e05.png);background-color:#0b0c18;background-repeat:repeat;background-size:cover}.app__navbar-menu div svg{color:var(--secondary-color);height:35px;margin:.5rem 1rem;width:35px}.app__navbar-menu div ul{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:flex-start;list-style:none;margin:2rem 0 0;padding:0;width:100%}.app__navbar-menu div ul li{margin:.9rem}.app__navbar-menu div ul li a{font-size:2.2rem;font-weight:500;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out}.theme--default .app__navbar-menu div ul li a{color:#6b7688}.theme--dark .app__navbar-menu div ul li a{color:#bfcce0}.app__navbar-menu div ul li a:hover{color:var(--secondary-color)}@media screen and (min-width:900px){.app__navbar-menu,.app__navbar-menu div{display:none}}.app__toggle-button{align-items:center;background-color:#fff;border:none;border-radius:1rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);cursor:pointer;display:flex;height:1.5rem;transition:all .3s ease;width:3.2rem}.app__toggle-button div{border-radius:50%;color:#fff;height:1.75rem;padding:.25rem;position:relative;transition:all .5s ease;width:1.75rem}.theme--default .app__toggle-button div{background-color:#374151;-webkit-transform:translateX(100%);transform:translateX(100%)}.theme--dark .app__toggle-button div{background-color:#eab308;-webkit-transform:translateX(-2%);transform:translateX(-2%)}@media screen and (max-width:900px){.app__toggle-button div svg{display:none}.app__toggle-button div img{display:block;height:90%;margin:auto;width:90%}}@media screen and (min-width:900px){.app__toggle-button div img{display:none}}@media screen and (max-width:900px){.app__toggle-button{left:2rem;position:absolute;top:2rem}}.app__room{align-items:center;display:flex;flex:1 1;justify-content:center;overflow:hidden}@media screen and (max-width:900px){.app__room{justify-content:flex-start}.app__room-loading img{width:550px}}.app__about{flex:1 1;width:100%}.app__about-container{align-items:center;display:flex;justify-content:space-between;position:relative}.app__about-container .app__about-media .app__about-profileimg{border-radius:50%;object-fit:cover;width:320px}.theme--default .app__about-container .app__about-media .app__about-profileimg{box-shadow:0 0 20px rgba(0,0,0,.2)}.theme--dark .app__about-container .app__about-media .app__about-profileimg{box-shadow:0 0 20px hsla(0,0%,100%,.1)}.app__about-container .app__about-content{font-family:var(--font-base);padding:0 2rem;width:70%}.theme--default .app__about-container .app__about-content{color:#030303}.theme--dark .app__about-container .app__about-content{color:#fff}.app__about-container .app__about-content br{content:"";display:block;margin:.6em}.app__about-container .app__about-content h2{font-size:28px}.app__about-container .app__about-content p{font-size:18px;margin-top:.5rem}.app__about-container .app__about-content button{border:none;border-radius:10px;color:var(--white-color);cursor:pointer;font-family:var(--font-base);font-weight:500;margin:2rem 0 0;outline:none;padding:.8rem 1.8rem .65rem;position:relative;transition:all .5s ease}.theme--default .app__about-container .app__about-content button{background-color:#313bac}.theme--dark .app__about-container .app__about-content button{background-color:#4b4297}.app__about-container .app__about-content button a{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.app__about-container .app__about-content button svg{height:20px;margin-left:.2rem;vertical-align:middle;width:20px}.theme--default .app__about-container .app__about-content button:hover{background-color:#3843c0}.theme--dark .app__about-container .app__about-content button:hover{background-color:#584faf}@media screen and (min-width:1200px){.app__about-container .app__about-content{padding:0 4rem}}@media screen and (max-width:900px){.app__about-container{flex-direction:column}.app__about-container .app__about-content{margin-top:3rem;padding:0 1rem;width:100%}.app__about-container .app__about-content br{margin:1em}.app__about-container .app__about-content p{margin-top:.8rem}.app__about-container .app__about-content button{display:block;margin:2.5rem auto auto}}.app__about-circles{height:100%;position:relative;width:100%}.app__about-circles div{border-radius:50%;height:70px;position:absolute;width:70px}.theme--default .app__about-circles div{background:#fff;box-shadow:0 0 20px rgba(0,0,0,.2)}.theme--dark .app__about-circles div{background:#0b0c18;box-shadow:0 0 20px hsla(0,0%,100%,.1)}.app__about-circles div img{height:65%;width:65%}.app__about-circles div:first-child{-webkit-animation:spin 6s infinite;animation:spin 6s infinite;bottom:16rem;right:2rem}.app__about-circles div:nth-child(2){bottom:0;height:80px;right:0;width:80px}.app__about-circles div:nth-child(3){bottom:1rem}@-webkit-keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.app__footer{flex:1 1;flex-direction:column;width:100%}.app__footer-cards{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-evenly;margin:4rem 2rem 2rem;width:60%}.app__footer-cards .app__footer-card{align-items:center;border-radius:10px;cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start;margin:1rem 0;min-width:290px;padding:1rem;position:relative;transition:all .3s ease-in-out}.theme--default .app__footer-cards .app__footer-card{background-color:#f6fbff}.theme--dark .app__footer-cards .app__footer-card{background-color:#0b0c18}.app__footer-cards .app__footer-card img{height:40px;margin:0 .7rem;width:40px}.app__footer-cards .app__footer-card p{font-weight:600}.app__footer-cards .app__footer-card span{font-weight:500;text-decoration:none}.app__footer-cards .app__footer-card a{height:100%;left:0;position:absolute;top:0;width:100%}.theme--default .app__footer-cards .app__footer-card:hover{box-shadow:0 0 20px rgba(0,0,0,.2)}.theme--dark .app__footer-cards .app__footer-card:hover{box-shadow:0 0 20px hsla(0,0%,100%,.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-form{flex-direction:column;margin:1rem 2rem;width:60%}.app__footer-form div{border-radius:10px;cursor:pointer;margin:.75rem 0;width:100%}.theme--default .app__footer-form div{background-color:#fff}.theme--dark .app__footer-form div{background-color:#1f1e32}.app__footer-form div input,.app__footer-form div textarea{border:none;border-radius:7px;font-family:var(--font-base);outline:none;padding:.95rem;width:100%}.theme--default .app__footer-form div input,.theme--default .app__footer-form div textarea{background-color:#fff;color:#030303}.theme--dark .app__footer-form div input,.theme--dark .app__footer-form div textarea{background-color:#1f1e32;color:#fff}.app__footer-form div textarea{height:170px;resize:none}.theme--default .app__footer-form div:hover{box-shadow:0 0 25px #dfdcdc;transition:all .3s ease-in-out}.theme--dark .app__footer-form div:hover{box-shadow:0 0 10px #1f1e32;transition:all .3s ease-in-out}.app__footer-form button{border:none;border-radius:10px;color:var(--white-color);cursor:pointer;font-family:var(--font-base);font-weight:500;margin:2rem 0 0;outline:none;padding:1rem 2rem;transition:all .5s ease}.theme--default .app__footer-form button{background-color:#313bac}.theme--dark .app__footer-form button{background-color:#4b4297}.theme--default .app__footer-form button:hover{background-color:#3843c0}.theme--dark .app__footer-form button:hover{background-color:#584faf}@media screen and (max-width:768px){.app__footer-form{margin:1rem 0;width:100%}}.app__footer-copyright{align-items:center;display:flex;flex-direction:column;justify-content:center}.theme--default .app__footer-copyright{color:#030303}.theme--dark .app__footer-copyright{color:#fff}.app__footer-copyright img{max-width:250px}@media screen and (max-width:450px){.app__footer-copyright img{max-width:230px}}.app__footer-copyright span{font-size:1.4rem;font-weight:500}.app__footer-division{color:#000;margin-top:4rem;width:100%}.app__footer-social{display:none;margin-bottom:1rem;padding:1rem}.app__footer-social a{align-items:center;border-radius:50%;display:flex;height:40px;justify-content:center;margin:.25rem .5rem;transition:all .3s ease-in-out;width:40px}.theme--default .app__footer-social a{background-color:#fff;border:#e4e4e4}.theme--dark .app__footer-social a{background-color:#1f1e32;border:#0a0a11}.app__footer-social a svg{color:var(--gray-color);height:15px;width:15px}.theme--dark .app__footer-social a:hover,.theme--default .app__footer-social a:hover{background-color:#313bac;border-color:#313bac}.app__footer-social a:hover svg{color:var(--white-color)}@media screen and (max-width:500px){.app__footer-social{align-items:center;display:flex;justify-content:flex-end}}#home{position:relative}.theme--default #home{background:url(/static/media/bgIMG.c39101e520e2997fc6d4.png);background-position:50%;background-repeat:repeat;background-size:cover}.theme--dark #home{background:url(/static/media/bgIMGdark.24c99d02631130d042ee.png);background-position:50%;background-repeat:repeat;background-size:cover}#home .app__wrapper{padding:0}#home .app__wrapper .copyright{display:none}.app__header{flex:1 1;flex-direction:row;height:100%;padding:6rem 2rem 0;width:100%}@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{align-items:flex-start;display:flex;flex:0.65 1;flex-direction:column;height:100%;justify-content:flex-start}@media screen and (max-width:2000px){.app__header-info{margin-right:0;width:100%}}.app__header-badge{align-items:center;display:flex;flex-direction:column;justify-content:flex-end;width:100%}.app__header-badge .badge-cmp{flex-direction:row;margin-top:3rem;padding:1rem 2rem;width:auto}@media screen and (max-width:1200px){.app__header-badge .badge-cmp{margin-top:0}}.app__header-badge .badge-tittle{font-size:2.75rem;font-weight:800;text-align:left}.theme--default .app__header-badge .badge-tittle{color:#030303}.theme--dark .app__header-badge .badge-tittle{color:#fff}.app__header-badge .badge-tittle p{color:var(--secondary-color);font-size:3.8rem}@media screen and (max-width:1200px){.app__header-badge .badge-tittle p{font-size:2.75rem;text-align:left}}@media screen and (min-width:2000px){.app__header-badge .badge-tittle{font-size:4rem}}@media screen and (max-width:450px){.app__header-badge .badge-tittle{font-size: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{align-items:center;justify-content:flex-start}.app__header-badge .badge-cmp{padding:0}}.app__header-badge .app__header-typewrapper{display:flex;padding:1rem 0;width:15rem}@media screen and (max-width:450px){.app__header-badge .app__header-typewrapper{margin-left:3rem}}@media screen and (max-width:900px){.app__header-badge{width:70vw}}@media screen and (max-width:450px){.app__header-badge{width:90vw}}.app__header-img{flex:1 1;height:100%;justify-content:center}.app__header-img,.app__header-img div{align-items:center;display:flex;position:relative}.app__header-img div{justify-content:flex-end;max-width:100%;z-index:1}.app__header-img .overlay_circle{bottom:2rem;height:80%;left:3rem;position:absolute;right:0;width:80%;z-index:0}@media screen and (max-width:1200px){.app__header-img{margin:2rem 0}}@media screen and (max-width:900px){.app__header-img{margin:0}}.app__header-typewrite{-webkit-text-fill-color:transparent;background:radial-gradient(circle,#3f5efb 0,#fc466b 100%);background-clip:text;-webkit-background-clip:text;font-family:var(--font-base)}.app__skills{flex:1 1;flex-direction:column;width:100%}.app__skills-container{display:flex;flex-direction:row;width:80%}@media screen and (max-width:985px){.app__skills-container{flex-direction:column;width:100%}}.app__skills-filter{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;margin-top:3.5rem;width:78%}.app__skills-filter .app__skills-filter-item{border-radius:.5rem;cursor:pointer;font-weight:800;margin:.5rem;padding:.5rem 1rem;transition:all .3s ease}.theme--default .app__skills-filter .app__skills-filter-item{background:#fff;color:#030303}.theme--dark .app__skills-filter .app__skills-filter-item{background:#0b0c18;color:#fff}.app__skills-filter .app__skills-filter-item:hover{background-color:var(--secondary-color);color:#fff}@media screen and (min-width:2000px){.app__skills-filter .app__skills-filter-item{border-radius:.85rem;padding:1rem 2rem}}.theme--dark .app__skills-filter .item-active,.theme--default .app__skills-filter .item-active{background-color:#313bac;color:#fff}@media screen and (max-width:985px){.app__skills-filter{justify-content:center;width:100%}}.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:985px){.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{border-radius:50%;height:90px;transition:all .3s ease;width:90px}.theme--default .app__skills-item div{background-color:#edf2f8}.theme--dark .app__skills-item div{background-color:#0c0e22}.app__skills-item div img{height:50%;width:50%}.theme--default .app__skills-item div:hover{box-shadow:0 0 25px #e7eaf0}.theme--dark .app__skills-item div:hover{box-shadow:0 0 15px #111436}@media screen and (min-width:2000px){.app__skills-item div{height:150px;width:150px}}@media screen and (max-width:900px){.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;position:relative}@media screen and (max-width:900px){.app__skills-exp{margin:2rem 1rem 0}}@media screen and (max-width:450px){.app__skills-exp{margin:2rem 0 0 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;width:-webkit-max-content;width:max-content}.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{font-weight:800}.theme--dark .app__skills-exp-year p,.theme--default .app__skills-exp-year p{color:#313bac}@media screen and (max-width:450px){.app__skills-exp-year{margin-right:1rem}}.skills-tooltip{border-radius:5px!important;line-height:1.5!important;max-width:300px!important;opacity:1!important;padding:1rem!important;text-align:center!important}.theme--default .skills-tooltip{background-color:#f8f8f8!important;box-shadow:0 0 20px rgba(0,0,0,.2);color:#464646!important}.theme--dark .skills-tooltip{background-color:#25233d!important;box-shadow:0 0 20px hsla(0,0%,100%,.1);color:#e9e9e9!important}@media screen and (min-width:2000px){.skills-tooltip{font-size:1.75rem!important;line-height:2!important;max-width:500px!important}}.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:flex-start;margin:4rem 0 2rem}.app__work-filter .app__work-filter-item{border-radius:.5rem;cursor:pointer;font-weight:800;margin:.5rem;padding:.5rem 1rem;transition:all .3s ease}.theme--default .app__work-filter .app__work-filter-item{background:#fff;color:#030303}.theme--dark .app__work-filter .app__work-filter-item{background:#0b0c18;color:#fff}.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}}.theme--dark .app__work-filter .item-active,.theme--default .app__work-filter .item-active{background-color:#313bac;color:#fff}@media screen and (max-width:900px){.app__work-filter{display:flex;justify-content:center}}.app__work-portfolio{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.app__work-portfolio .app__work-item{border-radius:.5rem;color:#000;cursor:pointer;flex-direction:column;margin:2rem;padding:1rem;transition:all .3s ease;width:270px}.theme--default .app__work-portfolio .app__work-item{background-color:#fff}.theme--dark .app__work-portfolio .app__work-item{background-color:#0b0c18}.theme--default .app__work-portfolio .app__work-item:hover{box-shadow:0 0 20px rgba(0,0,0,.2)}.theme--dark .app__work-portfolio .app__work-item:hover{box-shadow:0 0 20px hsla(0,0%,100%,.1)}@media screen and (min-width:2000px){.app__work-portfolio .app__work-item{border-radius:.75rem;height:470px;padding:1.25rem}}@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%}.app__work-img .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-img .app__work-hover 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;margin:1rem;transition:all .3s ease;width:50px}.app__work-img .app__work-hover div svg{color:var(--white-color);height:50%;width:50%}@media screen and (max-width:900px){.app__work-img .app__work-hover{background-color:transparent}.app__work-img .app__work-hover :first-child{background-color:rgba(0,0,0,.2);border-radius:.5rem;height:100%;width:100%}.app__work-img .app__work-hover :last-child{display:none}}@media screen and (min-width:2000px){.app__work-img{height:350px}}.app__work-content{flex-direction:column;padding:.5rem;position:relative;width:100%}.app__work-content h4{line-height:1.5;margin-top:1rem;text-align:center}.app__work-content p{text-align:center}.app__work-content .app__work-tag{border-radius:10px;padding:.5rem 1rem;position:absolute;top:-25px}.theme--default .app__work-content .app__work-tag{background:#fff}.theme--dark .app__work-content .app__work-tag{background:#0b0c18}.app__work-content .app__work-mobile{display:none}.app__work-content .app__work-mobile div{border-radius:50%;color:#fff;cursor:pointer;font-family:var(--font-base);font-weight:800;height:40px;margin:.8rem 1.5rem 0;transition:all .3s ease;width:40px}.theme--default .app__work-content .app__work-mobile div{background-color:hsla(0,0%,8%,.9)}.theme--dark .app__work-content .app__work-mobile div{background-color:rgba(236,231,240,.9)}.app__work-content .app__work-mobile div svg{height:55%;width:55%}.theme--default .app__work-content .app__work-mobile div svg{color:#fff}.theme--dark .app__work-content .app__work-mobile div svg{color:#0b0c18}@media screen and (max-width:900px){.app__work-content .app__work-mobile{display:flex}}::-webkit-scrollbar{background-color:hsla(0,0%,80%,.616);width:8px}::-webkit-scrollbar-thumb{background-color:#3d3c4773;border-radius:4px}.app{font-family:var(--font-base)}.theme--default .app{background-color:#edf2f8}.theme--dark .app{background-color:#191624}.theme--default .app__secondarybg{background-color:#fff}.theme--dark .app__secondarybg{background-color:#0b0c18}.theme--default .app__primarybg{background-color:#edf2f8}.theme--dark .app__primarybg{background-color:#191624}.app__container{display:flex;flex-direction:row;min-height:100vh;overflow:hidden;width:100%}.app__flex{align-items:center;display:flex;justify-content:center}.app__wrapper{flex:1 1;flex-direction:column;padding:4rem 2rem;width:100%}@media screen and (max-width:450px){.app__wrapper{padding:4rem 1rem 2rem}}.copyright{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end;padding:.5rem 0 0;width:100%}.copyright p{text-transform:uppercase}.theme--default .copyright p{color:#030303}.theme--dark .copyright p{color:#fff}.head-text{font-size:2.75rem;font-weight:800;text-align:center;text-transform:capitalize}.theme--default .head-text{color:#030303}.theme--dark .head-text{color:#fff}.theme--dark .head-text span,.theme--default .head-text span{color:#313bac}@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}}.bold-text{font-size:1rem;font-weight:800;text-align:left}.theme--default .bold-text{color:#030303}.theme--dark .bold-text{color:#fff}@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;margin-bottom:2rem;padding:1rem}.app__social,.app__social a{align-items:center;display:flex}.app__social a{border-radius:50%;height:40px;justify-content:center;margin:.25rem 0;transition:all .3s ease-in-out;width:40px}.theme--default .app__social a{background-color:#fff;border:#e4e4e4}.theme--dark .app__social a{background-color:#1f1e32;border:#0a0a11}.app__social a svg{color:var(--gray-color);height:15px;width:15px}.theme--dark .app__social a:hover,.theme--default .app__social a:hover{background-color:#313bac;border-color:#313bac}.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}}: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}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}
/*# sourceMappingURL=main.9e03e039.css.map*/