@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Space+Grotesk:wght@500;600;700&family=Space+Mono:wght@400;700&display=swap";.app__language-switcher{display:flex;gap:.5rem;align-items:center;z-index:10}.language-btn{background:transparent;border:none;padding:.25rem .5rem;color:var(--gray-color);font-weight:500;font-size:.85rem;cursor:pointer;transition:all .3s ease;position:relative}.language-btn:hover{color:var(--secondary-color)}.language-btn.active{color:var(--secondary-color);font-weight:700}.language-btn.active:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:70%;height:2px;background:var(--secondary-color);border-radius:2px}@media screen and (max-width:900px){.language-btn{font-size:.8rem;padding:.2rem .4rem}}.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:1px solid rgba(255,255,255,.18);position:fixed;z-index:2}.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;background-color:var(--secondary-color)}.app__navbar-menu svg{width:70%;height:70%;color:var(--white-color)}.app__navbar-menu div{position:fixed;top:0;bottom:0;right:0;z-index:5;padding:1rem;width:80%;height:100vh;display:flex;justify-content:flex-end;align-items:flex-end;flex-direction:column;background:url(/assets/bgWhite-C4dtbjeI.webp);background-color:var(--white-color);background-size:cover;background-repeat:repeat;box-shadow:0 0 20px #a8a8a826}.app__navbar-menu div svg{width:35px;height:35px;color:var(--secondary-color);margin:.5rem 1rem}.app__navbar-menu div ul{list-style:none;margin:0;padding:0;height:100%;width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column}.app__navbar-menu div ul li{margin:1rem}.app__navbar-menu div ul li a{color:var(--gray-color);text-decoration:none;font-size:1rem;text-transform:uppercase;font-weight:500;transition:all .3s ease-in-out}.app__navbar-menu div ul li a:hover{color:var(--secondary-color)}@media screen and (min-width:900px){.app__navbar-menu div{display:none}}@media screen and (min-width:900px){.app__navbar-menu{display:none}}.project-modal__overlay{position:fixed;inset:0;z-index:1000;display:flex;justify-content:center;align-items:flex-start;padding:3rem 1.5rem;overflow-y:auto;background-color:#0303038c;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}@media screen and (max-width:600px){.project-modal__overlay{padding:1rem;align-items:flex-start}}.project-modal__panel{position:relative;width:100%;max-width:860px;margin:auto;background:var(--white-color);border-radius:24px;overflow:hidden;box-shadow:0 30px 80px #03030359}.project-modal__close{position:absolute;top:1rem;right:1rem;z-index:2;width:42px;height:42px;border:none;border-radius:999px;cursor:pointer;display:flex;justify-content:center;align-items:center;background:var(--white-color);color:var(--black-color);box-shadow:0 4px 14px #03030333;transition:transform .2s ease,background-color .2s ease,color .2s ease}.project-modal__close svg{width:20px;height:20px}.project-modal__close:hover{background:var(--secondary-color);color:var(--white-color);transform:rotate(90deg)}.project-modal__hero{width:100%;max-height:340px;overflow:hidden;background:var(--primary-color)}.project-modal__hero img{width:100%;height:100%;max-height:340px;object-fit:cover;display:block}.project-modal__body{padding:2rem 2.25rem 2.5rem}@media screen and (max-width:600px){.project-modal__body{padding:1.5rem 1.25rem 2rem}}.project-modal__head{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem;margin-bottom:1rem}.project-modal__title{font-family:Space Grotesk,sans-serif;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:600;letter-spacing:-.02em;color:var(--black-color);margin:0}.project-modal__tags{display:flex;flex-wrap:wrap;gap:.5rem}.project-modal__tags span{font-family:Space Mono,monospace;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--secondary-color);background:#313bac14;padding:.3rem .65rem;border-radius:999px}.project-modal__lead{font-size:1rem;line-height:1.6;color:var(--gray-color);margin:0 0 1.5rem}.project-modal__links{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.project-modal__section{margin-top:2rem}.project-modal__section:first-of-type{margin-top:0}.project-modal__section-title{font-family:Space Grotesk,sans-serif;font-size:1.1rem;font-weight:600;color:var(--black-color);margin:0 0 1rem;padding-left:.75rem;border-left:3px solid var(--secondary-color)}.project-modal__prose{color:var(--black-color);line-height:1.7;font-size:.95rem}.project-modal__prose p{margin:0 0 1rem;color:#33404f}.project-modal__prose h1,.project-modal__prose h2,.project-modal__prose h3,.project-modal__prose h4{font-family:Space Grotesk,sans-serif;font-weight:600;margin:1.5rem 0 .75rem;color:var(--black-color)}.project-modal__prose ul,.project-modal__prose ol{margin:0 0 1rem 1.25rem}.project-modal__prose ul li,.project-modal__prose ol li{margin-bottom:.4rem}.project-modal__prose a{color:var(--secondary-color);text-decoration:underline}.project-modal__prose strong{color:var(--black-color)}.project-modal__gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem}.project-modal__gallery-item{display:block;border-radius:14px;overflow:hidden;aspect-ratio:4/3;background:var(--primary-color)}.project-modal__gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.project-modal__gallery-item:hover img{transform:scale(1.06)}.project-modal__docs{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.project-modal__doc{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1.1rem;border:1px solid var(--lightGray-color);border-radius:14px;transition:border-color .2s ease,background-color .2s ease}.project-modal__doc:hover{border-color:#313bac66;background:#313bac08}@media screen and (max-width:500px){.project-modal__doc{flex-direction:column;align-items:flex-start}}.project-modal__doc-info{display:flex;flex-direction:column;gap:.15rem}.project-modal__doc-title{font-weight:600;color:var(--black-color);font-size:.95rem}.project-modal__doc-desc{font-size:.8rem;color:var(--gray-color)}.pm-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.35rem;border-radius:999px;font-family:var(--font-base);font-size:.9rem;font-weight:600;text-decoration:none;cursor:pointer;white-space:nowrap;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease}.pm-btn svg{width:1.05em;height:1.05em}.pm-btn--primary{background:var(--secondary-color);color:var(--white-color);border:1.5px solid var(--secondary-color)}.pm-btn--primary:hover{background:#232a8a;border-color:#232a8a;transform:translateY(-2px);box-shadow:0 10px 20px #313bac47}.pm-btn--ghost{background:transparent;color:var(--secondary-color);border:1.5px solid rgba(49,59,172,.35)}.pm-btn--ghost:hover{background:#313bac0f;border-color:var(--secondary-color);transform:translateY(-2px)}.pm-btn--sm{padding:.55rem 1rem;font-size:.82rem}.app__about{flex:1;width:100%;flex-direction:column}.app__profiles{display:flex;justify-content:center;align-items:flex-start;flex-wrap:wrap;margin-top:2rem}.app__profile-item{width:190px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;margin:2rem}.app__profile-item img{width:100%;height:170px;border-radius:15px;object-fit:cover}@media screen and (min-width:2000px){.app__profile-item{width:370px;margin:2rem 4rem}.app__profile-item img{height:320px}}.app__profile-item ul{padding-left:1.2rem;margin-top:.5rem}.app__profile-item ul li{font-size:.85rem;color:var(--gray-color);line-height:1.5;margin-bottom:.25rem}.app__profile-item strong{font-weight:800;color:var(--black-color)}.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:#f2f7fb}.app__footer-cards .app__footer-card:last-child:hover{box-shadow:0 0 25px #f2f7fb}.app__footer-form{width:60%;flex-direction:column;margin:1rem 2rem}.app__footer-form div{width:100%;margin:.75rem 0;border-radius:10px;cursor:pointer;background-color:var(--white-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(--white-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(--white-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}}.app__footer-vision{width:70%;margin:2rem auto 1rem;text-align:center}@media screen and (max-width:768px){.app__footer-vision{width:90%;margin:1.5rem auto 1rem}}.vision-quote{position:relative;padding:1rem;background:linear-gradient(135deg,#313bac0d,#ef41360d);border-radius:20px;border-left:4px solid var(--secondary-color)}.vision-quote .quote-mark{font-size:3rem;font-family:Georgia,serif;color:var(--secondary-color);opacity:.3;line-height:0;position:relative;top:.5rem}.vision-quote .quote-mark.closing{position:relative;top:1rem}.vision-quote .vision-text{font-size:1.1rem;line-height:1.6;color:var(--black-color);font-style:italic;margin:.5rem 0}@media screen and (max-width:768px){.vision-quote .vision-text{font-size:1rem;line-height:1.5}}.vision-signature{margin-top:1.5rem;font-size:1rem;font-weight:600;color:var(--secondary-color);font-style:normal}#home{position:relative;background:radial-gradient(circle at 82% 12%,rgba(49,59,172,.07),transparent 46%),linear-gradient(180deg,#ffffff 0%,var(--primary-color) 100%)}#home .app__wrapper{padding:0}#home .app__wrapper .copyright{display:none}.app__header{width:100%;max-width:1340px;min-height:100vh;margin:0 auto;display:flex;flex-direction:column;justify-content:center;gap:2.5rem;padding:7rem 3rem 2.5rem}@media screen and (max-width:1100px){.app__header{padding:6rem 1.5rem 2rem;gap:2rem}}.app__header-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,5vw,5rem);align-items:center}@media screen and (max-width:1100px){.app__header-grid{grid-template-columns:1fr;gap:2.5rem}}.app__header-info{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem}.hero-eyebrow{margin:0;font-family:Space Mono,monospace;font-size:.85rem;letter-spacing:.28em;text-transform:uppercase;color:var(--secondary-color)}.hero-name{margin:0;font-family:Space Grotesk,sans-serif;font-weight:600;font-size:clamp(2.8rem,6.5vw,5.5rem);line-height:.98;letter-spacing:-.02em;color:var(--black-color)}.hero-name span{display:block;color:var(--secondary-color)}.hero-roles{display:flex;align-items:center;gap:1rem;font-size:clamp(.95rem,1.4vw,1.15rem);font-weight:500;color:var(--gray-color)}.hero-roles .hero-roles-sep{flex-shrink:0;width:28px;height:1.5px;background:var(--secondary-color);opacity:.5}@media screen and (max-width:600px){.hero-roles{flex-wrap:wrap;gap:.5rem .85rem}.hero-roles .hero-roles-sep{display:none}}.hero-cta{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem}.hero-cta a{display:inline-flex;align-items:center;gap:.55rem;padding:.9rem 1.6rem;border-radius:999px;font-family:var(--font-base);font-size:.95rem;font-weight:600;text-decoration:none;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,background-color .25s ease,color .25s ease,border-color .25s ease}.hero-cta a svg{font-size:1.05rem}.hero-cta .btn-primary{background:var(--secondary-color);color:var(--white-color);border:1.5px solid var(--secondary-color)}.hero-cta .btn-primary:hover{background:#232a8a;border-color:#232a8a;transform:translateY(-2px);box-shadow:0 12px 24px #313bac47}.hero-cta .btn-primary:active{transform:translateY(0)}.hero-cta .btn-ghost{background:transparent;color:var(--secondary-color);border:1.5px solid rgba(49,59,172,.35)}.hero-cta .btn-ghost:hover{background:#313bac0f;border-color:var(--secondary-color);transform:translateY(-2px)}.hero-cta .btn-ghost:active{transform:translateY(0)}@media screen and (max-width:600px){.hero-cta{width:100%}.hero-cta a{flex:1;justify-content:center}}.app__header-img{display:flex;justify-content:center;align-items:center}.hero-photo{position:relative;width:100%;max-width:420px}.hero-photo .hero-photo-block{position:absolute;inset:0;transform:translate(22px,22px);background:var(--secondary-color);border-radius:24px;z-index:0}.hero-photo img{position:relative;z-index:1;display:block;width:100%;border-radius:24px;background:var(--white-color);box-shadow:0 24px 60px #03030324}@media screen and (max-width:1100px){.hero-photo{max-width:340px}.hero-photo .hero-photo-block{transform:translate(16px,16px)}}.app__header-values{list-style:none;margin:0;padding:1.75rem 0 0;border-top:1px solid rgba(3,3,3,.09);display:flex;flex-wrap:wrap;gap:1.25rem 2.75rem}.app__header-values li{display:flex;align-items:baseline;gap:.5rem}.app__header-values .value-index{font-family:Space Mono,monospace;font-size:.8rem;font-weight:700;color:var(--secondary-color)}.app__header-values .value-label{font-family:var(--font-base);font-size:.8rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--black-color)}@media screen and (max-width:600px){.app__header-values{gap:1rem 1.75rem}}@media screen and (min-width:2000px){.app__header{max-width:1700px}.hero-eyebrow{font-size:1.2rem}.hero-name{font-size:7rem}.hero-roles{font-size:1.6rem}.hero-cta a{font-size:1.3rem;padding:1.2rem 2.2rem}.hero-photo{max-width:560px}.app__header-values .value-index,.app__header-values .value-label{font-size:1.1rem}}.app__skills{flex:1;width:100%;flex-direction:column}.app__skills-container{width:85%;margin-top:3rem;display:flex;flex-direction:row;gap:4rem}@media screen and (max-width:900px){.app__skills-container{width:100%;flex-direction:column;gap:3rem}}.app__skills-list{flex:1;display:flex;flex-direction:column;gap:1.5rem}@media screen and (max-width:900px){.app__skills-list{gap:1.25rem}}.app__skills-category{background:var(--white-color);padding:1.75rem 2rem;border-radius:15px;box-shadow:0 3px 20px #00000014;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.app__skills-category:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,var(--secondary-color),var(--primary-color));opacity:0;transition:opacity .3s ease}.app__skills-category:hover{transform:translateY(-4px);box-shadow:0 8px 30px #00000026}.app__skills-category:hover:before{opacity:1}.app__skills-category:hover h3{color:var(--secondary-color)}.app__skills-category .app__skills-category-header h3{font-size:1rem;font-weight:600;color:var(--black-color);margin:0;transition:color .3s ease;line-height:1.6}@media screen and (min-width:2000px){.app__skills-category .app__skills-category-header h3{font-size:1.5rem}}@media screen and (max-width:450px){.app__skills-category .app__skills-category-header h3{font-size:.95rem}}.app__skills-category .app__skills-category-header .skills-desc{margin-top:.5rem;font-size:.85rem;color:var(--gray-color);line-height:1.5}@media screen and (min-width:2000px){.app__skills-category .app__skills-category-header .skills-desc{font-size:1.25rem}}.app__skills-category .app__skills-category-icon{display:none}@media screen and (max-width:450px){.app__skills-category{padding:1.25rem 1.5rem}}.app__skills-exp{flex:1;display:flex;flex-direction:column;gap:2rem}@media screen and (max-width:900px){.app__skills-exp{margin-top:0}}.app__skills-exp-item{width:100%;display:flex;flex-direction:row;gap:2rem;position:relative}.app__skills-exp-item:before{content:"";position:absolute;left:60px;top:30px;bottom:-20px;width:2px;background:linear-gradient(180deg,var(--secondary-color) 0%,transparent 100%);opacity:.3}@media screen and (max-width:450px){.app__skills-exp-item:before{left:45px}}.app__skills-exp-item:last-child:before{display:none}.app__skills-exp-year{min-width:100px;text-align:center;padding:.75rem 1.25rem;background:linear-gradient(135deg,var(--secondary-color) 0%,var(--primary-color) 100%);border-radius:15px;box-shadow:0 4px 15px #0000001a;height:fit-content;position:relative;z-index:1}.app__skills-exp-year p{font-weight:800;color:var(--white-color);font-size:1.1rem;margin:0}@media screen and (max-width:450px){.app__skills-exp-year{min-width:70px;padding:.5rem .75rem}.app__skills-exp-year p{font-size:.95rem}}.app__skills-exp-works{flex:1;display:flex;flex-direction:column;gap:1.25rem}.app__skills-exp-works .app__skills-exp-work{background:var(--white-color);padding:1.5rem;border-radius:15px;box-shadow:0 2px 15px #0000000f;border-left:4px solid transparent;transition:all .3s ease;cursor:pointer;position:relative}.app__skills-exp-works .app__skills-exp-work:before{content:"";position:absolute;inset:0;border-radius:15px;padding:2px;background:linear-gradient(135deg,var(--secondary-color),var(--primary-color));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;opacity:0;transition:opacity .3s ease}.app__skills-exp-works .app__skills-exp-work:hover{transform:translate(8px);box-shadow:0 8px 30px #0000001f;border-left-color:var(--secondary-color)}.app__skills-exp-works .app__skills-exp-work:hover:before{opacity:.3}.app__skills-exp-works .app__skills-exp-work:hover h4{color:var(--secondary-color)}.app__skills-exp-works .app__skills-exp-work h4{font-weight:600;font-size:1.1rem;margin-bottom:.5rem;color:var(--black-color);transition:color .3s ease}.app__skills-exp-works .app__skills-exp-work p{font-weight:500;color:var(--gray-color);font-size:.95rem;margin:0}@media screen and (max-width:450px){.app__skills-exp-works .app__skills-exp-work{padding:1.25rem}.app__skills-exp-works .app__skills-exp-work h4{font-size:1rem}.app__skills-exp-works .app__skills-exp-work p{font-size:.875rem}}.skills-tooltip{max-width:350px!important;background:linear-gradient(135deg,#fff,#f8f9fa)!important;box-shadow:0 8px 30px #00000026!important;border-radius:12px!important;padding:1.25rem!important;color:var(--gray-color)!important;text-align:left!important;line-height:1.6!important;opacity:1!important;border:1px solid rgba(0,0,0,.05)!important;font-size:.95rem!important}@media screen and (min-width:2000px){.skills-tooltip{font-size:1.5rem!important;max-width:550px!important;line-height:2!important;padding:2rem!important}}.app__testimonial{flex:1;width:100%;flex-direction:column}.app__testimonial-item{width:60%;min-height:320px;background-color:var(--white-color);display:flex;flex-direction:row;padding:2rem;border-radius:15px;box-shadow:0 0 30px #0000001a;transition:all .3s ease-in-out}.app__testimonial-item img{width:100px;height:100px;border-radius:50%;object-fit:cover}@media screen and (min-width:2000px){.app__testimonial-item{min-height:450px}.app__testimonial-item img{width:150px;height:150px}}@media screen and (max-width:850px){.app__testimonial-item{width:100%}}@media screen and (max-width:600px){.app__testimonial-item{flex-direction:column}}.app__testimonial-content{flex:1;height:100%;padding:0 2rem;text-align:left;display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.app__testimonial-content p{font-size:1.25rem;line-height:2rem;color:var(--black-color);font-family:var(--font-base)}@media screen and (min-width:2000px){.app__testimonial-content p{font-size:2rem;line-height:3.5rem}}.app__testimonial-content h4{font-weight:600;color:var(--secondary-color);margin-top:2rem}.app__testimonial-content h5{font-weight:400;color:var(--gray-color);margin-top:5px}@media screen and (max-width:600px){.app__testimonial-content{margin-top:2rem;padding:0}}.app__testimonial-btns{flex-direction:row;margin-top:1rem}.app__testimonial-btns div{width:50px;height:50px;border-radius:50%;background-color:var(--white-color);margin:1rem;transition:all .3s ease-in-out}.app__testimonial-btns div svg{width:20px;height:20px;color:var(--secondary-color)}.app__testimonial-btns div:hover{background-color:var(--secondary-color)}.app__testimonial-btns div:hover svg{color:var(--white-color)}@media screen and (min-width:2000px){.app__testimonial-btns div{width:100px;height:100px}.app__testimonial-btns div svg{width:45px;height:45px}}.app__testimonial-brands{width:80%;flex-wrap:wrap;margin-top:2rem}.app__testimonial-brands div{width:160px;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:flex-start}.app__work-portfolio .app__work-item{width:270px;flex-direction:column;margin:2rem;padding:1rem;border-radius:.5rem;background-color:#fff;color:#000;cursor:pointer;transition:all .3s ease}.app__work-portfolio .app__work-item:hover{box-shadow:0 0 25px #0003}@media screen and (min-width:2000px){.app__work-portfolio .app__work-item{width:470px;padding:1.25rem;border-radius:.75rem}}@media screen and (max-width:300px){.app__work-portfolio .app__work-item{width:100%;margin:1rem}}.app__work-img{width:100%;height:230px;position:relative}.app__work-img img{width:100%;height:100%;border-radius:.5rem;object-fit:cover}@media screen and (min-width:2000px){.app__work-img{height:350px}}.app__work-hover{position:absolute;inset:0;width:100%;height:100%;background-color:#00000080;border-radius:.5rem;opacity:0;transition:all .3s ease}.app__work-hover div{width:50px;height:50px;border-radius:50%;background-color:#00000080;color:#fff;margin:1rem;font-family:var(--font-base);font-weight:800;cursor:pointer;transition:all .3s ease}.app__work-hover div svg{width:50%;height:50%;color:var(--white-color)}.app__work-content{padding:.5rem;width:100%;position:relative;flex-direction:column}.app__work-content>.p-text{display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.app__work-content h4{margin-top:1rem;line-height:1.5}@media screen and (min-width:2000px){.app__work-content h4{margin-top:3rem}}.app__work-content .app__work-tag{position:absolute;padding:.5rem 1rem;border-radius:10px;background-color:#fff;top:-25px}.app__certifications-marquee{width:100%;max-width:100%;overflow:hidden;margin-top:3rem;padding:2rem 0;-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.app__certifications-track{display:flex;width:max-content;animation:scroll 60s linear infinite}.app__certifications-track:hover{animation-play-state:paused}.app__certifications-group{display:flex;gap:2rem;padding-right:2rem}.app__certification-item{min-width:350px;scroll-snap-align:center;flex-shrink:0;background:var(--white-color);border-radius:15px;box-shadow:0 3px 20px #00000014;transition:all .3s ease;position:relative;overflow:hidden}@media screen and (max-width:600px){.app__certification-item{min-width:300px}}.app__certification-item:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--secondary-color),var(--primary-color));opacity:0;transition:opacity .3s ease}.app__certification-item:hover{transform:translateY(-8px);box-shadow:0 10px 40px #00000026}.app__certification-item:hover:before{opacity:1}.app__certification-content{display:flex;flex-direction:column}.app__certification-logo{width:100%;height:160px;background:linear-gradient(145deg,#f8f9fa,#e9ecef);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;cursor:pointer}.app__certification-logo img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.app__certification-logo:hover img{transform:scale(1.05)}.app__certification-logo:hover .app__certification-overlay{opacity:1}@media screen and (max-width:600px){.app__certification-logo{height:140px}}.app__certification-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.85),transparent);color:#fff;padding:2rem 1rem .75rem;font-size:.85rem;text-align:center;opacity:0;transition:opacity .3s ease;pointer-events:none}.app__certification-overlay span{font-weight:600}.app__certification-info{padding:1.5rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.app__certification-info h3{margin:0;color:var(--black-color);font-size:1.1rem;font-weight:600;line-height:1.4}@media screen and (max-width:768px){.app__certification-info h3{font-size:1rem}}.app__certification-info p{margin:0;font-size:.95rem}.app__certification-info p.p-text:first-of-type{color:var(--secondary-color);font-weight:600}.app__certification-info .cert-date{color:var(--gray-color);font-size:.85rem;margin-top:.25rem}.app__certification-info .cert-id{color:var(--gray-color);font-size:.75rem;font-family:monospace;background:#f8f9fa;padding:.25rem .5rem;border-radius:4px;width:fit-content}.app__certification-link{padding:0 1.5rem 1.5rem;display:flex}.app__certification-link a{text-decoration:none;width:100%}.app__certification-link button{width:100%;padding:.875rem 1.5rem;border-radius:10px;background:linear-gradient(135deg,var(--secondary-color),var(--primary-color));color:var(--white-color);border:none;cursor:pointer;font-weight:600;font-size:.95rem;transition:all .3s ease;box-shadow:0 2px 10px #0000001a}.app__certification-link button:hover{transform:scale(1.02);box-shadow:0 4px 15px #0003}.app__certification-modal{position:fixed;inset:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:9999;padding:2rem;cursor:pointer;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.app__certification-modal-content{position:relative;max-width:90%;max-height:90%;background:var(--white-color);border-radius:15px;overflow:hidden;cursor:default;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.app__certification-modal-content img{width:100%;height:auto;max-height:70vh;object-fit:contain;display:block}@media screen and (max-width:768px){.app__certification-modal-content{max-width:95%;max-height:85%}.app__certification-modal-content img{max-height:60vh}}.app__certification-modal-close{position:absolute;top:1rem;right:1rem;width:40px;height:40px;border-radius:50%;background:#000000b3;color:var(--white-color);border:none;font-size:2rem;line-height:1;cursor:pointer;transition:all .3s ease;z-index:10;display:flex;align-items:center;justify-content:center}.app__certification-modal-close:hover{background:#000000e6;transform:rotate(90deg)}.app__certification-modal-info{padding:1.5rem;background:var(--white-color)}.app__certification-modal-info h3{margin:0 0 .5rem;color:var(--black-color);font-size:1.2rem}.app__certification-modal-info p{margin:0;color:var(--secondary-color);font-weight:600}@media screen and (max-width:768px){.app__certification-modal-info{padding:1rem}.app__certification-modal-info h3{font-size:1rem}.app__certification-modal-info p{font-size:.9rem}}.app__gallery-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;padding:2rem;width:100%}@media screen and (min-width:2000px){.app__gallery-container{grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}}@media screen and (max-width:600px){.app__gallery-container{grid-template-columns:1fr;padding:1rem}}.app__gallery-item{width:100%;border-radius:15px;overflow:hidden;position:relative;box-shadow:0 0 20px #0000001a}.app__gallery-item .app__gallery-img{width:100%;height:100%;position:relative}.app__gallery-item .app__gallery-img img{width:100%;height:100%;object-fit:cover;display:block;transition:all .3s ease}.app__gallery-item:hover img{transform:scale(1.1)}.app__gallery-hover{position:absolute;inset:0;width:100%;height:100%;background-color:#00000080;transition:all .3s ease;display:flex;justify-content:center;align-items:center;opacity:0}.app__gallery-hover .app__gallery-content{text-align:center;padding:1rem;color:#fff}.app__gallery-hover .app__gallery-content h4{color:#fff}.app__gallery-tag{position:absolute;top:10px;right:10px;padding:.25rem .5rem;border-radius:10px;background-color:#fff3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.app__gallery-tag p{color:#fff;font-size:.8rem!important}.app__profiles{width:90%;max-width:100%;margin:3rem auto 2rem;overflow:hidden;position:relative}@media screen and (max-width:1200px){.app__profiles{width:95%}}.app__profiles-track{display:flex;width:max-content;animation:scroll 60s linear infinite}.app__profiles-track:hover{animation-play-state:paused}.app__team-group{display:flex;gap:2rem;padding-right:2rem}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-25%)}}.app__team-item{min-width:300px;flex-shrink:0;background-color:var(--white-color);border-radius:1rem;padding:1.5rem;box-shadow:0 0 25px #0000001a;transition:all .3s ease-in-out;cursor:pointer}.app__team-item:hover{box-shadow:0 0 25px #0003;transform:translateY(-5px)}@media screen and (max-width:768px){.app__team-item{min-width:280px}}.app__team-img{width:120px;height:120px;border-radius:50%;overflow:hidden;margin:0 auto 1rem}.app__team-img img{width:100%;height:100%;object-fit:cover}.app__team-content{text-align:center}.app__team-content h4{margin-bottom:.5rem;color:var(--black-color)}.app__team-content .team-role{color:var(--secondary-color);font-weight:600;margin-bottom:.25rem}.app__team-content .team-org{color:var(--gray-color);font-size:.9rem;margin-bottom:.75rem}.app__team-content .team-desc{margin-top:1rem;font-size:.85rem;line-height:1.5;color:var(--gray-color)}.team-social{margin-top:1rem;display:flex;justify-content:center}.team-social a{width:40px;height:40px;border-radius:50%;background-color:var(--secondary-color);color:var(--white-color);display:flex;align-items:center;justify-content:center;transition:all .3s ease-in-out}.team-social a:hover{background-color:var(--primary-color);transform:scale(1.1)}.team-social a svg{width:20px;height:20px}.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%;overflow-x:hidden;flex-direction:column;padding:4rem 2rem}@media screen and (max-width:450px){.app__wrapper{padding:4rem 1rem 2rem}}.copyright{width:100%;padding:2rem 0 0;margin-top:auto;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.copyright p{text-transform:uppercase;color:var(--black-color)}.head-text{font-family:Space Grotesk,sans-serif;font-size:2.75rem;font-weight:600;letter-spacing:-.02em;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: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{display:flex;justify-content:flex-end;align-items:center;flex-direction:column;padding:1rem}.app__social div{width:40px;height:40px;border-radius:50%;background-color:var(--white-color);margin:.25rem 0;border:1px solid var(--lightGray-color);display:flex;justify-content:center;align-items:center;transition:all .3s ease-in-out}.app__social div svg{width:15px;height:15px;color:var(--gray-color)}.app__social div:hover{background-color:var(--secondary-color);border-color:var(--secondary-color)}.app__social div:hover svg{color:var(--white-color)}@media screen and (min-width:2000px){.app__social div{width:70px;height:70px;margin:.5rem 0}.app__social div svg{width:30px;height:30px}}.app__navigation{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:1rem}.app__navigation .app__navigation-dot{width:10px;height:10px;border-radius:50%;background-color:#cbcbcb;margin:.5rem;transition:background-color .2s ease-in-out}.app__navigation .app__navigation-dot:hover{background-color:var(--secondary-color)}@media screen and (min-width:2000px){.app__navigation .app__navigation-dot{width:20px;height:20px}}@media screen and (max-width:500px){.app__navigation,.app__social{display:none}.copyright{padding:2rem}}: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}*{box-sizing:border-box;padding:0;margin:0;scroll-behavior:smooth}
