.app__navbar{min-width:0;width:100%;height:64px;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;background:hsla(0,0%,100%,.55);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1.5px solid hsla(0,0%,100%,.28);box-shadow:0 8px 32px 0 rgba(31,38,135,.14);position:fixed;z-index:10;transition:all .4s cubic-bezier(.4,0,.2,1)}@media screen and (min-width:1200px){.app__navbar{max-width:1100px;margin:.7rem auto 0;left:0;right:0;border-radius:2rem;box-shadow:0 8px 32px 0 rgba(31,38,135,.24)}}.app__navbar-logo{display:flex;justify-content:flex-start;align-items:center}.app__navbar-logo img{width:90px;height:50px;object-fit:cover}@media screen and (min-width:2000px){.app__navbar-logo img{width:160px;height:80px;object-fit:cover}}.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:rgba(0,0,0,0);border-radius:50%;margin:auto}.app__navbar-links li a{color:#232323;text-decoration:none;flex-direction:column;text-transform:uppercase;font-weight:500;font-size:18px;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:var(--secondary-color);overflow-x:visible}.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:70%;height:100vh;display:flex;justify-content:flex-end;align-items:flex-end;flex-direction:column;background:url(/_next/static/media/bgWhite.f351b5e9.png);background-color:var(--white-color);background-size:cover;background-repeat:repeat;box-shadow:0 0 20px rgba(168,168,168,.15)}.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:#232323;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,.app__navbar-menu div{display:none}}.app__social .social-icon{margin:5px 10px;color:var(--secondary-color)!important;transition:color .2s}.app__social .social-icon-link{text-decoration:none;color:inherit}.app__social .social-icon-link:focus .social-icon,.app__social .social-icon-link:hover .social-icon{color:#fff;filter:brightness(1.1)}@media(max-width:768px){.app__social{flex-direction:column;align-items:center;position:fixed;z-index:101}.app__social .social-icon{margin:5px 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:220px;margin:2rem;display:flex;flex-direction:column;align-items:center}.app__profile-item .image-container{width:220px;height:220px;position:relative;border-radius:15px;overflow:hidden}.app__profile-item img{border-radius:15px;object-fit:cover;width:100%!important;height:100%!important;display:block}@media screen and (min-width:2000px){.app__profile-item{width:260px;margin:2rem 4rem}.app__profile-item .image-container{height:260px}}body,html{width:100%}*,body,html{margin:0;padding:0}*{box-sizing:border-box}.app{background-color:var(--primary-color);font-family:var(--font-base);width:100vw;min-height:100vh}.app__whitebg{background-color:var(--white-color)}.app__primarybg{background-color:var(--primary-color)}.app__container{max-width:100%!important;min-height:100vh;display:flex;flex-direction:row;margin:0 auto;padding:0}@media screen and (max-width:449px)and (min-width:334px){.app__container{width:100%!important}}.app__flex{display:flex;justify-content:center;align-items:center}.app__wrapper{flex:1;width:100%;flex-direction:column;padding:4rem 2rem;overflow-x:auto}@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}.copyright p,.head-text{color:var(--black-color)}.head-text{font-size:2.75rem;font-weight:800;text-align:center;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:450px){.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}}.app__social{position:fixed;top:50%;left:.5rem;transform:translateY(-50%);z-index:100;flex-direction:column;padding:1rem}.app__social,.app__social div{display:flex;justify-content:center;align-items:center}.app__social div{width:40px;height:40px;border-radius:50%;background-color:var(--white-color);margin:.25rem 0;border:1px solid var(--lightGray-color);transition:all .3s ease-in-out}.app__social div svg{width:15px;height:15px;color:var(--secondary-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__social{position:fixed;left:55%;top:.1rem;bottom:auto;transform:translateX(-50%);flex-direction:row;padding:.5rem 1rem;background:none;border-radius:0;box-shadow:none;z-index:100}.app__social div{margin:0 .3rem}.copyright{padding:2rem}}@media screen and (max-width:900px){.app__navigation{display:none!important}}.app__achievement{flex:1;width:100%;flex-direction:column}.app__achievement-container{width:80%;margin-top:3rem;display:flex;flex-direction:row;justify-content:center;gap:3rem}@media screen and (max-width:900px){.app__achievement-container{width:100%;flex-direction:column;gap:0}}.app__achievement-left{flex:1;max-width:420px;min-width:220px;margin-left:-1rem;display:flex;flex-direction:column;gap:2rem}@media screen and (max-width:900px){.app__achievement-left{width:100%;max-width:100%;min-width:0;margin-left:0;margin-right:0}}.app__publication-section{width:100%}.section-heading{font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem;color:#1f1f1f}.publication-item{margin-bottom:.85rem;padding-left:1rem;position:relative}.publication-item:before{content:"•";position:absolute;left:0;top:.2rem;color:#555}.publication-title{font-size:1rem;font-weight:600;margin:0;color:#272727}.publication-year{font-size:.85rem;color:#6c63ff;font-weight:600}.publication-subtitle{font-size:.9rem;color:#5b5b5b;margin:.2rem 0}.publication-summary{font-size:.85rem;color:#3c3c3c;margin:.2rem 0;line-height:1.4}.publication-links{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.2rem}.publication-link{font-size:.85rem;color:var(--secondary-color);text-decoration:underline;font-weight:600}.publication-link:hover{color:#0056b3}.app__achievement-list{flex:1;max-width:420px;min-width:220px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}@media screen and (max-width:900px){.app__achievement-list{width:100%;max-width:100%;min-width:0;margin-left:0;margin-right:0}}.achievement-item{margin-bottom:10px}.achievement-link{text-decoration:none;color:#333;display:inline-block;padding-left:15px;transition:color .3s ease;font-size:1.1rem;font-weight:550;word-break:break-word;white-space:normal;max-width:100%}.achievement-link:before{content:"•";color:#555;display:inline-block;width:1em;margin-left:-1em}.achievement-link.with-link:hover{color:var(--gray-color)}.achievement-link.with-link{text-decoration:underline}.app__achievement-exp{flex:1;max-width:420px;min-width:220px;margin-left:3rem;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column}@media screen and (max-width:900px){.app__achievement-exp{margin-top:2rem;width:100%;max-width:100%;min-width:0;margin-left:0;margin-right:0}}.app__achievement-exp-item{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;margin:1rem 0}.app__achievement-exp-year{margin-right:3rem}.app__achievement-exp-year p{font-weight:800;color:var(--secondary-color)}@media screen and (max-width:450px){.app__achievement-exp-year{margin-right:1rem}}.app__achievement-exp-works{flex:1}.app__achievement-exp-works .app__skills-exp-work{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;margin-bottom:1rem}.app__achievement-exp-works .app__skills-exp-work h4{font-weight:500}.app__achievement-exp-works .app__skills-exp-work p{font-weight:400;color:var(--gray-color);margin-top:5px}.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:last-child{background-color:#fef4f5}.app__footer-cards .app__footer-card:last-child:hover{box-shadow:0 0 25px #fef4f5}.calendly-card{background-color:#e8f0fe!important}.calendly-card:hover{box-shadow:0 0 25px #e8f0fe!important}.calendly-link{background:none;border:none;padding:0;font:inherit;cursor:pointer;text-decoration:none;color:inherit}.calendly-link:hover{color:var(--secondary-color)}.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-color:var(--primary-color);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}}.custom-recaptcha-style{display:block!important;width:304px!important;margin:1.5rem auto!important;text-align:center!important}.custom-recaptcha-style,.custom-recaptcha-style *{margin:0!important;padding:0!important;border:none!important;box-shadow:none!important;background:rgba(0,0,0,0)!important;cursor:default!important}.app__footer-form input,.app__footer-form textarea{background-color:var(--primary-color);border:none;border-radius:7px;color:var(--secondary-color);font-family:var(--font-base);outline:none;padding:.95rem;width:100%;display:block}.app__footer-form textarea{height:170px}.app__footer-form div:not(.custom-recaptcha-style){margin:.75rem 0;border-radius:10px;cursor:pointer;background-color:var(--primary-color);transition:all .3s ease-in-out}.app__footer-form div:not(.custom-recaptcha-style):hover{box-shadow:0 0 25px var(--primary-color)}.error-text{color:#ff4d4f;font-size:.85rem;margin-top:.25rem;display:block}#home{position:relative;background:url(/_next/static/media/bgIMG.565e0ef0.png);background-size:cover;background-repeat:repeat;background-position:50%}#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 0}@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:400px){.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%}@media screen and (max-width:2000px){.app__header-info{width:100%;margin-right:0}}.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;border:var(--white-color);border-radius:15px;flex-direction:row;width:auto;box-shadow:0 0 20px rgba(0,0,0,.1)}.app__header-badge .badge-cmp{margin-right:.3rem}.app__header-badge .tag-cmp{flex-direction:column;margin-top:3rem;margin-right:.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 .tech-chip{display:flex;flex-direction:column;align-items:center;text-align:center;margin:.75rem 0}.app__header-circles .circle-cmp{width:100px;height:100px;border-radius:50%;background:var(--white-color);box-shadow:0 0 20px rgba(0,0,0,.1)}.app__header-circles .circle-cmp img{width:60%;height:60%}.app__header-circles .tech-chip:nth-child(2){margin:1.75rem 0}.app__header-circles .tech-chip:nth-child(2) .circle-cmp{width:150px;height:150px}.app__header-circles .tech-chip:nth-child(3) .circle-cmp{width:70px;height:70px}.app__header-circles .tech-label{font-size:.85rem;font-weight:600;color:#444;margin-top:.35rem}@media screen and (min-width:2000px){.app__header-circles .tech-chip:first-child .circle-cmp{width:400px;height:400px}.app__header-circles .tech-chip:nth-child(2) .circle-cmp{width:170px;height:170px}.app__header-circles .tech-chip:nth-child(3) .circle-cmp{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 .tech-chip{margin:1rem}}.app__header-img{flex:1;height:100%;display:flex;justify-content:flex-end;align-items:flex-end;position:relative}.app__header-img img{width:100%;z-index:1}.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}}@media screen and (max-width:600px){.app__header-img{justify-content:center;align-items:center;transform:translateX(2%)}}.header-contact-icon{margin-top:2rem;align-self:flex-end;display:flex;flex-direction:column;align-items:center;gap:.5rem}.header-contact-icon .contact-circle{width:70px;height:70px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--white-color);box-shadow:0 0 20px rgba(0,0,0,.08);text-decoration:none;color:var(--secondary-color);transition:box-shadow .2s ease,transform .2s ease}.header-contact-icon .contact-circle:hover{box-shadow:0 8px 22px rgba(0,0,0,.12);transform:translateY(-3px);color:var(--secondary-color)}.header-contact-icon .contact-label{font-size:.85rem;font-weight:600;color:#444;text-align:center;width:100%}@media screen and (max-width:1200px){.header-contact-icon{align-self:flex-start;margin-top:1.5rem}}.header-info-row{width:100%;display:flex;align-items:center;justify-content:space-between}.header-info-row .app__header-badge{flex:1}.header-info-row .header-contact-icon{margin-top:0;margin-left:2rem;align-self:center}@media screen and (max-width:600px){.header-info-row{flex-direction:row;align-items:center;justify-content:space-between}.header-info-row .header-contact-icon{margin-left:-.5rem;margin-top:0;align-self:center}}.app__skills{flex:1;width:100%;flex-direction:column}.app__skills-container{width:80%;margin-top:3rem;display:flex;flex-direction:row;align-items:flex-start;justify-content:center;gap:3rem}@media screen and (max-width:900px){.app__skills-container{width:100%;flex-direction:column;gap:0}}.app__skills-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem;width:100%;max-width:480px;min-width:340px;align-self:flex-start;margin-left:-1rem;flex:none}@media screen and (max-width:900px){.app__skills-list{grid-template-columns:repeat(2,1fr);max-width:100%;justify-items:center;margin-right:0;width:100%;min-width:0;margin-left:0}}.app__skills-item{flex-direction:column;text-align:center;margin:1rem;transition:all .3s ease-in-out}.app__skills-item div{width:90px;height:90px;border-radius:50%;background-color:#fef4f5}.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:450px){.app__skills-item div{width:70px;height:70px}}.app__skills-item p{font-weight:500;margin-top:.5rem;text-align:center;width:100%;margin-left:0;margin-right:0;display:block;white-space:normal;overflow:visible;text-overflow:clip}@media screen and (min-width:2000px){.app__skills-item{margin:1rem 2rem}.app__skills-item p{margin-top:1rem}}.app__skills-exp{flex:1;max-width:600px;min-width:380px;margin-left:3rem;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;width:100%;max-width:100%;min-width:0;margin-left:0;margin-right:0}}.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}.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)}.circular-image{width:70px;height:70px;border-radius:50%;overflow:hidden}.circular-image img{width:100%;height:100%;object-fit:cover}@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 rgba(0,0,0,.1)!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}}.read-more-text{text-decoration:underline;cursor:pointer;color:var(--secondary-color);margin-top:10px;font-weight:800}.read-more-text:hover{color:#0056b3}.p-text{display:inline;font-size:1em;font-weight:800;flood-color:#000}.company-info{display:flex;align-items:center}.role-block{margin-top:1rem;padding-bottom:1.2rem;border-bottom:1px solid rgba(0,0,0,.05)}.role-block:last-child{border-bottom:none;padding-bottom:.5rem}.separator-dot{margin:0 5px;font-size:1.1em}.p-time{display:inline;font-size:.9em;font-weight:200}.group-duration{font-size:.95rem;font-weight:600;color:#4a4a4a;margin:.25rem 0 .5rem}.custom-h5{font-weight:400;margin-top:5px;font-size:.9rem}.certificates-container{display:flex;flex-direction:column;gap:14px;max-width:100%;margin-top:12px}.document-card-link{text-decoration:none;color:inherit;display:block;width:100%}.document-card{display:flex;gap:16px;padding:12px;border:1px solid rgba(0,0,0,.08);border-left:4px solid var(--secondary-color);border-radius:8px;background:#fff;transition:box-shadow .2s ease;cursor:pointer}.document-card:hover{box-shadow:0 8px 20px rgba(0,0,0,.08)}.document-preview{flex:0 0 150px;max-width:150px;height:110px;border-radius:6px;overflow:hidden;background:#f5f5f5;display:flex;align-items:center;justify-content:center;pointer-events:none}.document-image{width:100%;height:100%;object-fit:cover;border-radius:6px}.pdf-preview{width:100%;height:100%;border:none}.pdf-fallback{font-size:.8rem;color:#555;padding:0 8px;text-align:center}.document-meta{flex:1;display:flex;flex-direction:column;justify-content:center}.document-title{font-weight:700;font-size:.95rem;margin-bottom:4px}.document-description{font-size:.85rem;color:#555;line-height:1.4}.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 rgba(0,0,0,.1);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 rgba(0,0,0,.2)}@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:rgba(0,0,0,.5);border-radius:.5rem;opacity:1!important}.app__work-hover div{width:50px;height:50px;border-radius:50%;background-color:rgba(0,0,0,.5);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}