@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap";.app__navbar{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#ffffff40;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border-bottom:.1rem solid rgba(255,255,255,.18);position:fixed;z-index:1000}.app__navbar-logo{display:flex;justify-content:flex-start;align-items:center}.app__navbar-logo img{width:90px;height:20px}@media screen and (min-width: 2000px){.app__navbar-logo img{width:180px;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}.app__navbar-menu .burger_menu{width:100%;height:100%;display:flex;justify-content:center;align-items:center;border-radius:50%;color:var(--white-color);background-color:var(--secondary-color);padding:.4rem}.app__navbar-menu .burger_menu svg{width:100%;height:100%}.app__navbar-menu .small_menu{position:fixed;top:0;bottom:0;z-index:5;left:0;padding:1rem;width:80%;height:100vh;display:flex;justify-content:flex-end;align-items:flex-end;flex-direction:column;background:url(/assets/bgWhite-DOimxga5.png);background-color:var(--white-color);background-size:cover;background-repeat:repeat;box-shadow:0 0 20px #a8a8a826}.app__navbar-menu .small_menu svg{width:35px;height:35px;color:var(--secondary-color);margin:.5rem 1rem}.app__navbar-menu .small_menu 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 .small_menu ul li{margin:1rem}.app__navbar-menu .small_menu 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 .small_menu ul li a:hover{color:var(--secondary-color)}@media screen and (min-width: 900px){.app__navbar-menu .small_menu{display:none}}@media screen and (min-width: 900px){.app__navbar-menu{display:none}}#home{position:relative;background:url(/assets/bgIMG-C_epkfZq.png);background-size:cover;background-position:center;background-repeat:repeat}#home .app__wrapper{padding:0}#home .app__wrapper .copyright{display:none}.app__header{flex:1;width:100%;height:100%;flex-direction:row;padding:6rem 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:.65;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;height:100%;margin:0 2rem}@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}.app__header-badge .badge-cmp,.app__header-badge .tag-cmp{padding:1rem 2rem;background:var(--white-color);border-radius:15px;flex-direction:row;width:auto;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:right}.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:.75;display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start;height:100%;margin-left:1rem}.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%;display:flex;justify-content:center;align-items:flex-end;position:relative}.app__header-img img{width:75%;object-fit:contain;z-index:1}@media screen and (max-width: 500px){.app__header-img img{width:60%}}.app__header-img .overlay_circle{position:absolute;left:0;right:0;bottom:0;z-index:0;width:100%;height:90%}@media screen and (max-width: 1200px){.app__header-img{margin:2rem 0}}.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 .about-title{transition:all .2s ease-in-out}.app__profile-item:hover .about-title{color:var(--secondary-color)}.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}}.app__skills{flex:1;width:100%;flex-direction:column}.app__skills-container{width:98.5%;margin-top:3rem;display:flex;flex-direction:column;align-items:center;justify-content:center}@media screen and (max-width: 900px){.app__skills-container{width:100%;flex-direction:column}}@media screen and (max-width: 480px){.app__skills-container{margin-top:2rem}}.app__skills-list{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;margin-bottom:5rem;max-width:50%}@media screen and (max-width: 1200px){.app__skills-list{max-width:70%}}@media screen and (max-width: 900px){.app__skills-list{max-width:100%;margin-right:0;justify-content:center;align-items:center;margin-bottom:3rem}}@media screen and (max-width: 480px){.app__skills-list{margin-bottom:2rem}}.app__skills-item{flex-direction:column;text-align:center;margin:1.35rem;transition:all .3s ease-in-out}.app__skills-item div{width:90px;height:90px;border-radius:50%;background-color:#fff;transition:all .3s ease-in-out}.app__skills-item div img{width:50%;height:50%}.app__skills-item div:hover{box-shadow:0 0 25px #fef4f5}@media screen and (min-width: 2000px){.app__skills-item div{width:150px;height:150px}}@media screen and (max-width: 1200px){.app__skills-item div{width:80px;height:80px}}@media screen and (max-width: 900px){.app__skills-item div{width:70px;height:70px}}@media screen and (max-width: 480px){.app__skills-item div{width:60px;height:60px}}.app__skills-item p{font-weight:500;margin-top:.5rem;font-size:.9rem}@media screen and (max-width: 480px){.app__skills-item p{font-size:.8rem;margin-top:.3rem}}@media screen and (min-width: 2000px){.app__skills-item{margin:1rem 2rem}.app__skills-item p{margin-top:1rem;font-size:1.1rem}}@media screen and (max-width: 900px){.app__skills-item{margin:1rem}}@media screen and (max-width: 480px){.app__skills-item{margin:.75rem}}.app__skills-exp{position:relative;width:80%;height:13rem;padding:2rem;display:flex;justify-content:center;align-items:center;border-radius:30px;background:#1f1f1f}@media screen and (max-width: 1200px){.app__skills-exp{width:90%;height:12rem;padding:1.5rem}}@media screen and (max-width: 900px){.app__skills-exp{width:95%;height:11rem;padding:1.5rem}}@media screen and (max-width: 768px){.app__skills-exp{height:18rem;padding:1rem}}@media screen and (max-width: 480px){.app__skills-exp{width:98%;height:16rem;padding:1rem;border-radius:20px}}.app__skills-exp .bold-text{position:absolute;top:20px;left:25px;color:var(--primary-color)}@media screen and (max-width: 768px){.app__skills-exp .bold-text{top:15px;left:20px;font-size:.9rem}}@media screen and (max-width: 480px){.app__skills-exp .bold-text{top:10px;left:15px;font-size:.8rem}}.app__skills-exp .lead-text{font-size:2.5rem;text-align:center;margin-bottom:1rem;color:var(--white-color);line-height:1.5}@media screen and (max-width: 1200px){.app__skills-exp .lead-text{font-size:2.2rem}}@media screen and (max-width: 900px){.app__skills-exp .lead-text{font-size:2rem;margin-bottom:.75rem}}@media screen and (max-width: 768px){.app__skills-exp .lead-text{font-size:1.8rem;margin:1rem}}@media screen and (max-width: 480px){.app__skills-exp .lead-text{font-size:1.5rem;margin:.75rem}}.app__skills-exp .lead-text span{text-transform:uppercase;border:2px solid;border-radius:2rem;padding:0 .75rem;cursor:default;transition:all .3s ease-in-out}@media screen and (max-width: 480px){.app__skills-exp .lead-text span{padding:0 .5rem;border-radius:1.5rem}}.app__skills-exp .lead-text span:hover{animation:spin infinite linear 1.5s;padding:0 4rem;background:var(--gradient)}@media screen and (max-width: 768px){.app__skills-exp .lead-text span:hover{padding:0 2rem}}@media screen and (max-width: 480px){.app__skills-exp .lead-text span:hover{padding:0 1rem}}.app__skills-exp .media-break{display:none}@media screen and (max-width: 768px){.app__skills-exp .media-break{display:block}}.app__skills-exp .cta{display:flex;align-items:center;justify-content:center;margin-top:1rem}@media screen and (max-width: 768px){.app__skills-exp .cta{margin-top:.5rem;flex-direction:column;gap:1rem}}@media screen and (max-width: 480px){.app__skills-exp .cta{gap:.75rem}}.app__skills-exp .cta .cta_email{width:40px;height:40px;margin-right:1rem;display:flex;justify-content:center;align-items:center;background:var(--white-color);border-radius:50%}@media screen and (max-width: 768px){.app__skills-exp .cta .cta_email{margin-right:0;width:45px;height:45px}}@media screen and (max-width: 480px){.app__skills-exp .cta .cta_email{width:40px;height:40px}}.app__skills-exp .cta .cta_email svg{width:20px;height:20px;fill:var(--black-color);transform:scaleX(1.17);transition:all .3s ease}@media screen and (max-width: 480px){.app__skills-exp .cta .cta_email svg{width:18px;height:18px}}.app__skills-exp .cta .cta_email:hover svg{fill:var(--secondary-color)}.app__skills-exp .cta .cta_cv{width:fit-content;display:flex;justify-content:center;align-items:center;padding:.5rem 1rem;border-radius:.5rem;background-color:#fff;color:var(--black-color);font-weight:800;text-decoration:none;cursor:pointer;transition:all .3s ease}@media screen and (max-width: 768px){.app__skills-exp .cta .cta_cv{padding:.75rem 1.5rem;font-size:1rem}}@media screen and (max-width: 480px){.app__skills-exp .cta .cta_cv{padding:.6rem 1.2rem;font-size:.9rem}}.app__skills-exp .cta .cta_cv:hover{background-color:var(--secondary-color);color:#fff}.app__works{flex:1;width:100%;flex-direction:column;margin-top:1rem}@media screen and (max-width: 768px){.app__works{margin-top:.5rem}}.app__work-filter{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:wrap;margin:1rem 2rem}@media screen and (max-width: 768px){.app__work-filter{margin:.5rem 1rem;gap:.5rem}}@media screen and (max-width: 480px){.app__work-filter{margin:.5rem;gap:.25rem}}.app__work-filter .app__work-filter-item{padding:.5rem 1rem;border-radius:.5rem;background-color:var(--white-color);color:var(--black-color);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:var(--white-color)}@media screen and (max-width: 1024px){.app__work-filter .app__work-filter-item{padding:.4rem .8rem;margin:.4rem;font-size:.9rem}}@media screen and (max-width: 768px){.app__work-filter .app__work-filter-item{padding:.3rem .7rem;margin:.3rem;font-size:.85rem;border-radius:.4rem}}@media screen and (max-width: 480px){.app__work-filter .app__work-filter-item{padding:.25rem .6rem;margin:.2rem;font-size:.8rem;border-radius:.3rem}}@media screen and (min-width: 2000px){.app__work-filter .app__work-filter-item{padding:1rem 2rem;border-radius:.85rem;font-size:1.1rem}}.app__work-filter .item-active{background-color:var(--secondary-color);color:var(--white-color)}.app__work-portfolio{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;flex-direction:row;max-width:95%;margin:0 auto}@media screen and (max-width: 1024px){.app__work-portfolio{max-width:98%}}@media screen and (max-width: 768px){.app__work-portfolio{max-width:100%;gap:1rem}}@media screen and (max-width: 480px){.app__work-portfolio{max-width:100%;gap:.8rem}}.app__work-portfolio .app__work-item{width:300px;flex-direction:column;margin:1.5rem;padding:.5rem;border-radius:1rem;background-color:var(--white-color);color:var(--black-color);cursor:pointer;transition:all .3s ease;min-height:400px}.app__work-portfolio .app__work-item:hover{box-shadow:0 0 20px #0003}@media screen and (max-width: 1024px){.app__work-portfolio .app__work-item{width:280px;margin:1rem;padding:.4rem;min-height:380px}}@media screen and (max-width: 768px){.app__work-portfolio .app__work-item{width:260px;margin:.8rem;padding:.35rem;border-radius:.8rem;min-height:360px}}@media screen and (max-width: 480px){.app__work-portfolio .app__work-item{width:240px;margin:.6rem;padding:.3rem;border-radius:.7rem;min-height:340px}}@media screen and (max-width: 360px){.app__work-portfolio .app__work-item{width:220px;margin:.5rem;padding:.25rem;min-height:320px}}@media screen and (min-width: 2000px){.app__work-portfolio .app__work-item{width:520px;padding:.75rem;margin:2rem;min-height:450px}}@media screen and (max-width: 300px){.app__work-portfolio .app__work-item{width:100%;margin:.8rem;min-height:300px}}.app__work-img .hoverLinks:hover{opacity:1}.app__work-img{width:100%;height:280px;position:relative;transition:transform .6s}.app__work-img .front{width:100%;height:100%;border-radius:1rem;object-fit:cover;position:absolute}@media screen and (max-width: 1024px){.app__work-img{height:280px}}@media screen and (max-width: 768px){.app__work-img{height:240px}}@media screen and (max-width: 480px){.app__work-img{height:200px}}@media screen and (max-width: 360px){.app__work-img{height:180px}}@media screen and (min-width: 2000px){.app__work-img{height:450px}}.hoverLinks{position:absolute;inset:0;width:100%;height:100%;background-color:#00000080;border-radius:1rem;opacity:0;transition:all .3s ease;gap:2rem}@media screen and (max-width: 768px){.hoverLinks{gap:1.5rem;border-radius:.8rem}}@media screen and (max-width: 480px){.hoverLinks{gap:1rem;border-radius:.7rem}}.hoverLinks a{width:50px;height:50px;display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:#00000080;color:var(--white-color);transition:all .3s ease}.hoverLinks a:hover{box-shadow:0 0 15px #fef4f5}@media screen and (max-width: 768px){.hoverLinks a{width:45px;height:45px}}@media screen and (max-width: 480px){.hoverLinks a{width:40px;height:40px}}@media screen and (max-width: 360px){.hoverLinks a{width:35px;height:35px}}.hoverLinks a svg{width:50%;height:50%;color:var(--white-color);display:flex;justify-content:center;align-items:center}.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 (max-width: 768px){.app__work-content h4{margin-top:.8rem;font-size:1.1rem}}@media screen and (max-width: 480px){.app__work-content h4{margin-top:.6rem;font-size:1rem}}.app__work-content .app__work-tag{position:absolute;border-radius:10px;background-color:#fff;top:-25px;padding:.5rem 1rem}@media screen and (max-width: 768px){.app__work-content .app__work-tag{top:-20px;padding:.4rem .8rem;border-radius:8px}}@media screen and (max-width: 480px){.app__work-content .app__work-tag{top:-18px;padding:.3rem .6rem;border-radius:6px}}.app__work-more{display:flex;justify-content:center;align-items:center;text-decoration:none;padding:.8rem 2rem;border-radius:.5rem;background-color:#fff;color:var(--black-color);font-weight:500;cursor:pointer;transition:all .3s ease;width:fit-content;margin:0 auto}.app__work-more:hover{background-color:var(--secondary-color);color:#fff}@media screen and (max-width: 1024px){.app__work-more{padding:.7rem 1.8rem;font-size:.95rem}}@media screen and (max-width: 768px){.app__work-more{padding:.6rem 1.5rem;font-size:.9rem;border-radius:.4rem}}@media screen and (max-width: 480px){.app__work-more{padding:.5rem 1.2rem;font-size:.85rem;border-radius:.3rem}}.special-work-item{position:relative;overflow:hidden;width:85%;border-radius:2rem;padding:.5rem 2rem;display:flex;justify-content:center;align-items:center;gap:1rem;background:#fff}@media screen and (min-width: 2000px){.special-work-item{width:90%;padding:1rem 3rem;gap:2rem}}@media screen and (max-width: 1024px){.special-work-item{width:90%;padding:1rem 1.5rem;gap:1.5rem}}@media screen and (max-width: 768px){.special-work-item{flex-direction:column;padding:2rem;width:95%;gap:1.5rem;border-radius:1.5rem}}@media screen and (max-width: 480px){.special-work-item{padding:1.5rem;width:98%;gap:1rem;border-radius:1.2rem}}@media screen and (max-width: 360px){.special-work-item{padding:1rem;width:100%;gap:.8rem;border-radius:1rem}}.special-work-item .special-item-image{width:50%;padding:2rem}@media screen and (max-width: 1024px){.special-work-item .special-item-image{width:45%;padding:1.5rem}}@media screen and (max-width: 768px){.special-work-item .special-item-image{width:90%!important;padding:1rem}}@media screen and (max-width: 480px){.special-work-item .special-item-image{width:95%!important;padding:.8rem}}.special-work-item .special-item-image img{width:100%}.special-work-item .special-item-details{width:50%}@media screen and (max-width: 1024px){.special-work-item .special-item-details{width:55%}}@media screen and (max-width: 768px){.special-work-item .special-item-details{width:100%!important}}.special-work-item .special-item-details .p-text{color:var(--gray-color);max-width:25rem}@media screen and (max-width: 768px){.special-work-item .special-item-details .p-text{max-width:100%}}.special-work-item .special-item-details .item-title{color:var(--black-color);font-size:3rem}@media screen and (min-width: 2000px){.special-work-item .special-item-details .item-title{font-size:3.5rem}}@media screen and (max-width: 1024px){.special-work-item .special-item-details .item-title{font-size:2.5rem}}@media screen and (max-width: 947px){.special-work-item .special-item-details .item-title{font-size:2rem}}@media screen and (max-width: 768px){.special-work-item .special-item-details .item-title{font-size:1.8rem}}@media screen and (max-width: 500px){.special-work-item .special-item-details .item-title{font-size:1.7rem}}@media screen and (max-width: 480px){.special-work-item .special-item-details .item-title{font-size:1.5rem}}@media screen and (max-width: 360px){.special-work-item .special-item-details .item-title{font-size:1.3rem}}.special-work-item .special-item-details .larger{font-size:1rem}@media screen and (max-width: 768px){.special-work-item .special-item-details .larger{font-size:.9rem}}@media screen and (max-width: 650px){.special-work-item .special-item-details .larger{font-size:.85rem}}@media screen and (max-width: 480px){.special-work-item .special-item-details .larger{font-size:.8rem}}.special-work-item .special-item-details .special-item-links{margin-top:1rem;gap:.5rem;display:flex;flex-direction:column}@media screen and (max-width: 768px){.special-work-item .special-item-details .special-item-links{margin-top:.8rem;gap:.4rem}}@media screen and (max-width: 480px){.special-work-item .special-item-details .special-item-links{margin-top:.6rem;gap:.3rem}}.special-work-item .special-item-details .special-item-links div{display:flex;gap:.75rem;align-items:center}@media screen and (max-width: 768px){.special-work-item .special-item-details .special-item-links div{gap:.6rem}}@media screen and (max-width: 480px){.special-work-item .special-item-details .special-item-links div{gap:.5rem}}.special-work-item .special-item-details .special-item-links a{width:40px;height:40px;display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:#00000080;transition:all .3s ease}.special-work-item .special-item-details .special-item-links a:hover{box-shadow:0 0 15px #4b4a4a}@media screen and (max-width: 768px){.special-work-item .special-item-details .special-item-links a{width:35px;height:35px}}@media screen and (max-width: 480px){.special-work-item .special-item-details .special-item-links a{width:30px;height:30px}}.special-work-item .special-item-details .special-item-links a svg{width:50%;height:50%;color:var(--white-color);display:flex;justify-content:center;align-items:center}.special-work-item .new-tag{position:absolute;top:15px;right:15px;display:flex;justify-content:center;align-items:center;width:5.5rem;height:2.2rem;background:var(--gradient);cursor:default;border-radius:2rem;z-index:10;transition:all .3s ease-in-out}.special-work-item .new-tag:hover{animation:spin infinite linear 1.5s}.special-work-item .new-tag:hover p{background:#0003}@media screen and (max-width: 768px){.special-work-item .new-tag{top:10px;right:10px;width:4.5rem;height:1.8rem;border-radius:1.5rem}}@media screen and (max-width: 480px){.special-work-item .new-tag{top:8px;right:8px;width:4rem;height:1.6rem;border-radius:1.2rem}}.special-work-item .new-tag p{background:#00000080;border-radius:2rem;padding:.5rem 2rem;display:flex;justify-content:center;align-items:center;transition:all .3s ease-in-out;color:var(--white-color)}@media screen and (max-width: 768px){.special-work-item .new-tag p{padding:.4rem 1.5rem;border-radius:1.5rem;font-size:.9rem}}@media screen and (max-width: 480px){.special-work-item .new-tag p{padding:.3rem 1.2rem;border-radius:1.2rem;font-size:.8rem}}.app__testimonial{flex:1;width:100%;flex-direction:column}.app__testimonial .head-text{margin-top:1rem;margin-bottom:2rem}.app__testimonial .carousel{max-width:75%;margin:auto;--slide-height: 20rem;--slide-spacing: 2rem;--slide-size: 80%}@media screen and (max-width: 500px){.app__testimonial .carousel{max-width:20rem}}.app__testimonial .carousel .carousel__viewport{overflow:hidden}.app__testimonial .carousel .carousel__container{display:flex;touch-action:pan-y pinch-zoom;margin-left:calc(var(--slide-spacing) * -1)}.app__testimonial .carousel .carousel__slide{transform:translateZ(0);flex:0 0 var(--slide-size);min-width:0;padding-left:var(--slide-spacing);transition:opacity .3s ease-in-out}.app__testimonial .carousel .carousel__slide--active{opacity:1}.app__testimonial .carousel .carousel__slide--inactive{opacity:.4}.app__testimonial .carousel .carousel__slide__content{display:flex;justify-content:center;flex-direction:column;background:#fff;border:1px solid gray;border-radius:1.8rem;padding:3rem;height:var(--slide-height);-webkit-user-select:none;user-select:none}@media screen and (max-width: 768px){.app__testimonial .carousel .carousel__slide__content{height:fit-content;min-height:30rem;padding:1.5rem}}.app__testimonial .carousel .carousel__slide__content p{font-size:1.25rem;line-height:2rem;color:var(--black-color);font-family:var(--font-base)}@media screen and (max-width: 500px){.app__testimonial .carousel .carousel__slide__content p{font-size:1.1rem;line-height:1.75rem}}.app__testimonial .carousel .carousel__slide__content .carousel__details h4{font-weight:600;color:var(--secondary-color);margin-top:2rem}@media screen and (max-width: 500px){.app__testimonial .carousel .carousel__slide__content .carousel__details h4{font-size:1rem}}.app__testimonial .carousel .carousel__slide__content .carousel__details h5{font-weight:400;color:var(--gray-color);margin-top:5px}@media screen and (max-width: 500px){.app__testimonial .carousel .carousel__slide__content .carousel__details h5{font-size:.75rem;margin-top:4px}}.app__testimonial .carousel .carousel__buttons{display:flex;justify-content:center;align-items:center;margin-top:1.8rem;grid-template-columns:auto 1fr;gap:2rem}.app__testimonial .carousel .carousel__button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:0;border-radius:50%;padding:0;margin:0;background:var(--secondary-color);opacity:.8;transition:all .1s ease-in-out;-webkit-tap-highlight-color:rgba(230,230,230,.5);-webkit-appearance:none;appearance:none;touch-action:manipulation;text-decoration:none;cursor:pointer;z-index:1;color:var(--text-body)}.app__testimonial .carousel .carousel__button:hover{opacity:1}.app__testimonial .carousel .carousel__button .carousel__button:disabled{background:#191919}.app__testimonial .carousel .carousel__button .carousel__button__svg{width:35%;color:#fff;height:35%}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.app__footer{flex:1;width:100%;flex-direction:column}.app__footer-form{width:70%;flex-direction:column;margin:1rem 2rem}.app__footer-form p{text-align:left}.app__footer-form div{width:100%;margin:.75rem 0;border-radius:10px;cursor:pointer;background-color:var(--primary-color);transition:all .3s ease-in-out}.app__footer-form div input,.app__footer-form div textarea{width:100%;padding:1rem;font-size:.9rem;font-family:var(--font-base);border:none;outline:none;border-radius:10px;background-color:var(--primary-color);color:var(--black-color);transition:all .3s ease-in-out}.app__footer-form div textarea{height:170px;resize:none}.app__footer-form .form-button{margin:2rem 0 0;padding:1rem 2rem;background-color:var(--secondary-color);color:var(--white-color);display:flex;justify-content:center;align-items:center;font-family:var(--font-base);font-weight:500;border-radius:10px;border:none;outline:none;cursor:pointer}.app__footer-form .submit-button:hover{animation:spin infinite linear 1.5s;background:var(--gradient)}.app__footer-form .loading-active{width:150px;height:50px;cursor:not-allowed;opacity:.6;display:flex;justify-content:center;align-items:center}.app__footer-form .loading-active .spinner{width:25px;height:25px;animation:loading .75s linear infinite}@media screen and (max-width: 768px){.app__footer-form{width:100%;margin:1rem 0}}@keyframes loading{to{transform:rotate(360deg)}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#1f1f1f}::-webkit-scrollbar-thumb:hover{background:var(--gradient)}.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{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;margin-left:40px}@media screen and (max-width: 450px){.app__wrapper{padding:4rem 1rem 2rem}}.head-text{font-size:2.75rem;font-weight:800;text-align:center;color:var(--black-color);text-transform:capitalize}.head-text span{color:var(--secondary-color)}@media screen and (min-width: 2000px){.head-text{font-size:4rem}}@media screen and (max-width: 650px){.head-text{font-size:2rem}}.p-text{font-size:.8rem;text-align:left;color:var(--gray-color);line-height:1.5}@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:left}@media screen and (min-width: 2000px){.bold-text{font-size:2rem}}@media screen and (max-width: 450px){.bold-text{font-size:.9rem}}.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)}.copyright .copyright__logo{width:50px;height:auto}@media screen and (min-width: 2000px){.copyright .copyright__logo{width:100px}}@media screen and (max-width: 650px){.copyright .copyright__logo{width:45px}}.app__social{display:flex;justify-content:flex-end;align-items:center;flex-direction:column;position:fixed;bottom:0;padding:1rem}.app__social a{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 a svg{width:15px;height:15px;color:var(--gray-color)}.app__social a:hover{animation:spin infinite linear 1.5s;background:var(--gradient)}.app__social a:hover svg{color:var(--white-color)}@media screen and (min-width: 2000px){.app__social a{width:70px;height:70px;margin:.5rem 0}.app__social a 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:all .3s ease-in-out}.app__navigation .app__navigation-dot:hover{animation:spin infinite linear 1.5s;background:var(--gradient)}@media screen and (min-width: 2000px){.app__navigation .app__navigation-dot{width:20px;height:20px}}@media screen and (max-width: 500px){.app__wrapper{margin-left:0}.app__navigation{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: #ffffff;--gradient: linear-gradient(103.22deg, #ae67fa -13.86%, #f49867 99.55%)}*{box-sizing:border-box;padding:0;margin:0;scroll-behavior:smooth}@keyframes spin{0%{filter:hue-rotate(0deg)}to{filter:hue-rotate(360deg)}}
