@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;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-D_34Umbb.png);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}}.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:url(/assets/bgIMG-BZ6IIfbK.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 .cv-download{margin-top:2rem}.app__header-badge .cv-download button{padding:1rem 2rem;border-radius:10px;border:none;background-color:var(--secondary-color);color:var(--white-color);font-weight:600;cursor:pointer;transition:all .3s ease-in-out}.app__header-badge .cv-download button:hover{background-color:var(--primary-color);transform:translateY(-3px);box-shadow:0 10px 20px #0003}.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%;position:relative;margin-left:1rem}.app__header-circles div{width:100px;height:100px;border-radius:50%;background:var(--white-color);box-shadow:0 0 20px #0000001a;display:flex;justify-content:center;align-items:center;padding:0;text-align:center}.app__header-circles .stylized-word{font-size:.8rem;font-weight:900;text-transform:uppercase;font-family:Inter,sans-serif;letter-spacing:.5px;background:linear-gradient(135deg,var(--black-color) 0%,var(--secondary-color) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0px 1px 1px rgba(0,0,0,.1));margin:0;width:100%;line-height:1;display:flex;justify-content:center;align-items:center;height:100%}@media screen and (min-width:2000px){.app__header-circles .stylized-word{font-size:1.5rem}}.app__header-circles div:nth-child(1){width:100px;height:100px}.app__header-circles div:nth-child(1) .stylized-word{font-size:.6rem}.app__header-circles div:nth-child(2){margin:1.75rem;width:150px;height:150px}.app__header-circles div:nth-child(2) .stylized-word{font-size:.8rem}.app__header-circles div:nth-child(3){width:70px;height:70px}.app__header-circles div:nth-child(3) .stylized-word{font-size:.45rem}.app__header-circles div:nth-child(4){width:55px;height:55px;position:absolute;right:15px;top:28%}.app__header-circles div:nth-child(4) .stylized-word{font-size:.35rem}@media screen and (min-width:2000px){.app__header-circles div:nth-child(2){width:400px;height:400px}.app__header-circles div:nth-child(2) .stylized-word{font-size:2rem}.app__header-circles div:nth-child(3){width:170px;height:170px}.app__header-circles div:nth-child(3) .stylized-word{font-size:1rem}.app__header-circles div:nth-child(1){width:200px;height:200px}.app__header-circles div:nth-child(1) .stylized-word{font-size:1.2rem}.app__header-circles div:nth-child(4){width:120px;height:120px}.app__header-circles div:nth-child(4) .stylized-word{font-size:.8rem}}@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:flex-end;align-items:flex-end;position:relative}.app__header-img img{width:100%;object-fit:contain;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}}.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: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 #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 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-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: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}
