.ConsultationCard-module__dq9FIa__consultationCard{text-align:center;color:#000;background:#f2f2f2;margin:50px 0;padding:35px;position:relative;overflow:hidden}.ConsultationCard-module__dq9FIa__consultationTitle{z-index:1;color:#000;max-width:200px;margin:auto auto 18px;font-size:1.7rem;font-weight:300;line-height:1.3;position:relative}.ConsultationCard-module__dq9FIa__consultationButton{background:var(--color-primary-button);color:#fff;z-index:1;border-radius:0;align-items:center;gap:8px;padding:12px 30px;font-size:18px;font-weight:300;text-decoration:none;transition:all .3s;display:inline-flex;position:relative}.ConsultationCard-module__dq9FIa__consultationButton:hover{background:#ff802c;transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.ConsultationCard-module__dq9FIa__icon{width:25px;height:25px;margin-top:-2px;margin-right:-6px;font-size:33px;transition:all .4s}.ConsultationCard-module__dq9FIa__consultationButton:hover .ConsultationCard-module__dq9FIa__icon{transform:translate(4px)}.ConsultationCard-module__dq9FIa__consultationCardMobile{text-align:center;color:#000;background:#fff;border:1px solid #e0e0e083;border-radius:8px;margin:0;padding:25px;display:flex;position:relative;overflow:hidden}.ConsultationCard-module__dq9FIa__consultationCardMobile .ConsultationCard-module__dq9FIa__consultationTitle{margin:0;padding:0;font-size:1rem}.ConsultationCard-module__dq9FIa__consultationCardMobile{border-radius:3px;justify-content:space-between;align-items:center;padding:15px;display:flex}.ConsultationCard-module__dq9FIa__consultationCardMobile .ConsultationCard-module__dq9FIa__consultationButton{color:var(--color-primary-button);background-color:#fff;padding:0;font-size:13px}
.RelatedBlogs-module__Mj1ioq__relatedSection{background-color:#fff;padding:0 0 80px}.RelatedBlogs-module__Mj1ioq__container{max-width:1300px;margin:0 auto;padding:0 40px}.RelatedBlogs-module__Mj1ioq__header{margin-bottom:48px}.RelatedBlogs-module__Mj1ioq__title{color:#000;margin-bottom:10px;font-size:2.5rem;font-weight:700}.RelatedBlogs-module__Mj1ioq__p{width:550px;line-height:2}.RelatedBlogs-module__Mj1ioq__articlesGrid{grid-template-columns:repeat(5,1fr);gap:14px;margin-top:50px;display:grid}.RelatedBlogs-module__Mj1ioq__articleLink{color:inherit;height:100%;text-decoration:none;display:block;overflow:hidden}.RelatedBlogs-module__Mj1ioq__articleCard{cursor:pointer;backface-visibility:hidden;background:#f5f5f5;height:100%;transition:all .3s;overflow:hidden}.RelatedBlogs-module__Mj1ioq__articleCard:hover{transform:translateY(-8px)}.RelatedBlogs-module__Mj1ioq__articleImage{border-radius:3px;height:123px;line-height:0;display:block;position:relative;overflow:hidden}.RelatedBlogs-module__Mj1ioq__articleImage:before{content:"";z-index:99;background:url(/before.webp) 0 0/auto 100% repeat-x;width:200%;height:20px;animation:20s linear infinite RelatedBlogs-module__Mj1ioq__slideLeft;position:absolute;bottom:-1px;left:0}@keyframes RelatedBlogs-module__Mj1ioq__slideLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}.RelatedBlogs-module__Mj1ioq__articleImage img{object-fit:cover;vertical-align:bottom;width:100%;height:100%;transition:transform .3s;display:block}.RelatedBlogs-module__Mj1ioq__articleCard:hover .RelatedBlogs-module__Mj1ioq__articleImage img{transform:scale(1.05)}.RelatedBlogs-module__Mj1ioq__dateBadge{background:linear-gradient(to bottom,#00d5e6,var(--color-primary));color:#fff;border-radius:15px;font-size:12px;position:absolute;top:20px;right:17px}.RelatedBlogs-module__Mj1ioq__publishDate{text-align:center;border-radius:4px;flex-direction:column;align-items:center;min-width:50px;padding:4px 12px;display:flex}.RelatedBlogs-module__Mj1ioq__publishDay{color:#fff;margin-bottom:4px;font-size:24px;font-weight:300;line-height:1}.RelatedBlogs-module__Mj1ioq__publishMonth{color:#ffffffc5;text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:300}.RelatedBlogs-module__Mj1ioq__articleContent{background:#f5f5f5;margin-top:-2px;padding:0 24px 24px;position:relative}.RelatedBlogs-module__Mj1ioq__articleTitle{color:#1a1a1a;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:-25px 0 16px;font-size:15px;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.RelatedBlogs-module__Mj1ioq__cardBottom{color:var(--color-primary);flex-direction:row;align-items:center;margin-bottom:-10px;display:flex}.RelatedBlogs-module__Mj1ioq__readMoreLink{margin-right:18px;font-size:12px;font-weight:500;display:flex}.RelatedBlogs-module__Mj1ioq__readMoreLink .RelatedBlogs-module__Mj1ioq__arrow{color:#000;margin-left:5px}.RelatedBlogs-module__Mj1ioq__readTime{color:var(--color-primary);align-items:center;gap:10px;font-size:12px;display:flex}.RelatedBlogs-module__Mj1ioq__articleMeta{justify-content:space-between;align-items:center;display:flex}.RelatedBlogs-module__Mj1ioq__consultationMobile{display:none}@media (max-width:1280px){.RelatedBlogs-module__Mj1ioq__articlesGrid{grid-template-columns:repeat(4,1fr)}}@media (max-width:1024px){.RelatedBlogs-module__Mj1ioq__articlesGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.RelatedBlogs-module__Mj1ioq__relatedSection{padding:0 0 40px}.RelatedBlogs-module__Mj1ioq__container{padding:0 16px;overflow-x:auto}.RelatedBlogs-module__Mj1ioq__header{margin-bottom:0}.RelatedBlogs-module__Mj1ioq__title{margin:30px 0 12px;font-size:1.7rem;font-weight:400}.RelatedBlogs-module__Mj1ioq__articlesGrid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:16px;margin-top:15px;padding-bottom:20px;display:flex;overflow-x:auto}.RelatedBlogs-module__Mj1ioq__articleLink{scroll-snap-align:start;flex:0 0 280px;min-width:280px}.RelatedBlogs-module__Mj1ioq__p{width:100%;font-size:14.5px;line-height:1.7}.RelatedBlogs-module__Mj1ioq__consultationMobile{margin-top:50px;display:block}}@media (max-width:640px){.RelatedBlogs-module__Mj1ioq__title{font-size:1.75rem}.RelatedBlogs-module__Mj1ioq__articleLink{flex:0 0 250px;min-width:250px}.RelatedBlogs-module__Mj1ioq__articleContent{padding:0 20px 20px}.RelatedBlogs-module__Mj1ioq__articleTitle{font-size:1rem}}
.RelatedServices-module__VDepoa__section{padding:20px}.RelatedServices-module__VDepoa__container{max-width:1300px;margin:0 auto;padding:0 40px}.RelatedServices-module__VDepoa__title{color:#000;margin-bottom:10px;font-size:2.5rem;font-weight:600}.RelatedServices-module__VDepoa__p{width:550px;line-height:2}.RelatedServices-module__VDepoa__servicesGrid{grid-template-columns:repeat(5,1fr);gap:24px;margin-top:50px;display:grid}.RelatedServices-module__VDepoa__card{cursor:pointer;flex-direction:column;text-decoration:none;transition:all .3s;display:flex;overflow:hidden}.RelatedServices-module__VDepoa__card:hover{transform:translateY(-8px)}.RelatedServices-module__VDepoa__imageWrapper{width:100%;height:200px;position:relative;overflow:hidden}.RelatedServices-module__VDepoa__image{object-fit:cover;border:1px solid #12d1df;transition:transform .3s}.RelatedServices-module__VDepoa__card:hover .RelatedServices-module__VDepoa__image{transform:scale(1.1)}.RelatedServices-module__VDepoa__cardTitle{color:#000;text-align:center;align-items:center;gap:5px;margin:0;padding:20px 0;font-size:1.2rem;font-weight:600;display:flex}@media (max-width:1200px){.RelatedServices-module__VDepoa__servicesGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.RelatedServices-module__VDepoa__section{padding:0 20px}.RelatedServices-module__VDepoa__container{max-width:100%;padding:0;overflow-x:auto}.RelatedServices-module__VDepoa__servicesGrid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:16px;margin-top:14px;display:flex;overflow-x:auto}.RelatedServices-module__VDepoa__card{scroll-snap-align:start;flex:0 0 250px;min-width:250px}.RelatedServices-module__VDepoa__title{margin:12px 0;font-size:1.4rem;font-weight:400}.RelatedServices-module__VDepoa__p{width:100%;font-size:14.5px;line-height:1.7}.RelatedServices-module__VDepoa__imageWrapper{height:150px}.RelatedServices-module__VDepoa__cardTitle{padding:15px;font-size:1rem}}
.SingleUseCases-module__PAnrIa__singleUseCasesSection{min-height:100vh;padding:100px 0;position:relative}.SingleUseCases-module__PAnrIa__container{z-index:2;max-width:1300px;margin:0 auto;padding:0 40px;position:relative}.SingleUseCases-module__PAnrIa__serviceTitle{color:#000;margin-bottom:20px;font-size:2.7rem;font-weight:600;line-height:1.2}.SingleUseCases-module__PAnrIa__serviceDescription{color:#000;max-width:800px;margin:0 auto;font-size:1rem;font-weight:400;line-height:1.9}.SingleUseCases-module__PAnrIa__loadingContainer{flex-direction:column;align-items:center;gap:20px;display:flex}.SingleUseCases-module__PAnrIa__loadingTitle{background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9 50%,#e2e8f0 75%) 0 0/200% 100%;border-radius:8px;width:400px;height:48px;animation:2s infinite SingleUseCases-module__PAnrIa__shimmer}.SingleUseCases-module__PAnrIa__loadingDescription{background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9 50%,#e2e8f0 75%) 0 0/200% 100%;border-radius:6px;width:600px;height:24px;animation:2s .2s infinite SingleUseCases-module__PAnrIa__shimmer}.SingleUseCases-module__PAnrIa__mainContent{grid-template-columns:1fr 400px;align-items:start;gap:60px;display:grid}.SingleUseCases-module__PAnrIa__serviceImage{width:100%;height:auto;margin-bottom:40px}.SingleUseCases-module__PAnrIa__approachSection{margin-top:35px;margin-bottom:50px}.SingleUseCases-module__PAnrIa__sectionTitle{color:#0c0c0c;margin-bottom:12px;font-size:1.8rem;font-weight:700;position:relative}.SingleUseCases-module__PAnrIa__approachText{color:#000;max-width:800px;margin:0 auto;font-size:1rem;font-weight:400;line-height:1.9}.SingleUseCases-module__PAnrIa__offeringsSection{margin-bottom:40px}.SingleUseCases-module__PAnrIa__topics{color:#000;max-width:800px;margin:0 auto;font-size:1rem;font-weight:400;line-height:1.9}.SingleUseCases-module__PAnrIa__sidebar{border-radius:4px;animation:.8s ease-out .4s both SingleUseCases-module__PAnrIa__slideInRight;position:sticky;top:100px}.SingleUseCases-module__PAnrIa__relatedBlogsCard,.SingleUseCases-module__PAnrIa__allServicesCard{background:#f2f2f2;padding:40px}.SingleUseCases-module__PAnrIa__relatedBlogsTitle,.SingleUseCases-module__PAnrIa__allServicesTitle{z-index:1;margin-bottom:0;font-size:1.6rem;font-weight:400;position:relative}.SingleUseCases-module__PAnrIa__allServicesToggle{cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;margin-bottom:20px;padding:0;display:flex}.SingleUseCases-module__PAnrIa__toggleIcon{color:#333;transition:transform .3s}.SingleUseCases-module__PAnrIa__toggleIconOpen{transform:rotate(180deg)}.SingleUseCases-module__PAnrIa__blogsList,.SingleUseCases-module__PAnrIa__allServicesList{flex-direction:column;gap:19px;display:flex}.SingleUseCases-module__PAnrIa__blogItem,.SingleUseCases-module__PAnrIa__allServicesItem{color:#000;background:#fff;border-left:3px solid #0000;border-radius:4px;align-items:center;padding:13px;font-weight:400;line-height:1.3;text-decoration:none;transition:all .3s;display:flex}.SingleUseCases-module__PAnrIa__blogItem:hover,.SingleUseCases-module__PAnrIa__allServicesItem:hover{color:#3b82f6;background:#3b82f61a;border-left-color:#3b82f6;transform:translate(5px)}.SingleUseCases-module__PAnrIa__allServicesItem{padding:13px 5px 13px 13px;font-size:17px}.SingleUseCases-module__PAnrIa__allServicesIcon{color:#000;border-radius:50%;margin-top:4px;margin-right:12px;transition:background-color .3s}.SingleUseCases-module__PAnrIa__consultationCard{text-align:center;color:#000;background:#f2f2f2;margin:50px 0;padding:35px;position:relative;overflow:hidden}.SingleUseCases-module__PAnrIa__consultationTitle{z-index:1;max-width:200px;margin:auto auto 15px;font-size:1.6rem;font-weight:400;position:relative}.SingleUseCases-module__PAnrIa__consultationButton{background:var(--color-primary-button);color:#fff;z-index:1;align-items:center;gap:8px;padding:5px 25px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;position:relative}.SingleUseCases-module__PAnrIa__consultationButton:hover{background:#ff802c;border-color:#ffffff80;transform:translateY(-2px);box-shadow:0 5px 15px #00000012}.SingleUseCases-module__PAnrIa__icon{margin-top:4px;transition:all .4s}.SingleUseCases-module__PAnrIa__consultationButton:hover .SingleUseCases-module__PAnrIa__icon{transform:translate(4px)}.SingleUseCases-module__PAnrIa__errorState{text-align:center;color:#64748b;padding:100px 20px}.SingleUseCases-module__PAnrIa__errorTitle{color:#ef4444;margin-bottom:15px;font-size:2rem;font-weight:700}.SingleUseCases-module__PAnrIa__errorMessage{margin-bottom:30px;font-size:1.1rem}.SingleUseCases-module__PAnrIa__backButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;border-radius:12px;align-items:center;gap:8px;padding:12px 30px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.SingleUseCases-module__PAnrIa__backButton:hover{transform:translateY(-2px);box-shadow:0 10px 25px #3b82f64d}@keyframes SingleUseCases-module__PAnrIa__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes SingleUseCases-module__PAnrIa__slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes SingleUseCases-module__PAnrIa__slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes SingleUseCases-module__PAnrIa__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes SingleUseCases-module__PAnrIa__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media (max-width:1024px){.SingleUseCases-module__PAnrIa__mainContent{grid-template-columns:1fr;gap:40px}.SingleUseCases-module__PAnrIa__sidebar{order:-1;position:static}.SingleUseCases-module__PAnrIa__serviceTitle{font-size:2.5rem}.SingleUseCases-module__PAnrIa__serviceDetails{padding:35px}.SingleUseCases-module__PAnrIa__serviceImageWrapper{height:300px}.SingleUseCases-module__PAnrIa__loadingTitle{width:300px}.SingleUseCases-module__PAnrIa__loadingDescription{width:450px}}@media (max-width:768px){.SingleUseCases-module__PAnrIa__singleUseCasesSection{padding:60px 0 0}.SingleUseCases-module__PAnrIa__container{padding:0 15px}.SingleUseCases-module__PAnrIa__serviceTitle,.SingleUseCases-module__PAnrIa__sectionTitle{margin-bottom:6px;font-size:1.5rem;line-height:1.4}.SingleUseCases-module__PAnrIa__sidebar{margin-bottom:8px}.SingleUseCases-module__PAnrIa__serviceDescription,.SingleUseCases-module__PAnrIa__approachText{font-size:.9rem;line-height:1.7}.SingleUseCases-module__PAnrIa__serviceDetails{padding:0}.SingleUseCases-module__PAnrIa__serviceImageWrapper{border-radius:16px;height:250px}.SingleUseCases-module__PAnrIa__serviceImage{margin-bottom:25px}.SingleUseCases-module__PAnrIa__relatedBlogsCard{display:none}.SingleUseCases-module__PAnrIa__approachSection{margin-top:20px;margin-bottom:15px}.SingleUseCases-module__PAnrIa__offeringsSection{margin-top:20px}.SingleUseCases-module__PAnrIa__allServicesCard{flex-direction:column;padding:4px 10px;display:flex}.SingleUseCases-module__PAnrIa__allServicesToggle{margin:0;padding:5px;transition:margin-bottom .3s}.SingleUseCases-module__PAnrIa__allServicesToggle.SingleUseCases-module__PAnrIa__toggleOpen{margin-bottom:30px}.SingleUseCases-module__PAnrIa__toggleIcon{display:block}.SingleUseCases-module__PAnrIa__allServicesList{opacity:0;-o-transition:max-height .4s ease,opacity .3s ease,gap .3s ease;gap:0;max-height:0;transition:max-height .4s,opacity .3s,gap .3s;overflow:hidden}.SingleUseCases-module__PAnrIa__allServicesTitle{font-size:16px}.SingleUseCases-module__PAnrIa__allServicesListOpen{opacity:1;gap:20px;max-height:500px}.SingleUseCases-module__PAnrIa__topicItem{padding:15px}.SingleUseCases-module__PAnrIa__mainContent{gap:30px}.SingleUseCases-module__PAnrIa__loadingTitle{width:250px;height:32px}.SingleUseCases-module__PAnrIa__loadingDescription{width:350px;height:20px}.SingleUseCases-module__PAnrIa__consultation{display:none!important}}@media (max-width:480px){.SingleUseCases-module__PAnrIa__serviceDetails{padding:0}.SingleUseCases-module__PAnrIa__serviceImageWrapper{border-radius:12px;height:200px}.SingleUseCases-module__PAnrIa__loadingTitle{width:200px}.SingleUseCases-module__PAnrIa__loadingDescription{width:280px}}@media (min-width:769px){.SingleUseCases-module__PAnrIa__toggleIcon{display:none}.SingleUseCases-module__PAnrIa__allServicesToggle{cursor:default}.SingleUseCases-module__PAnrIa__allServicesTitle{margin-bottom:20px}}
.ServicesShowcase-module__gH_Lnq__showcase{background-color:#fff}.ServicesShowcase-module__gH_Lnq__container{max-width:100%;margin:0 auto}.ServicesShowcase-module__gH_Lnq__tabs{margin-bottom:50px}.ServicesShowcase-module__gH_Lnq__tabList{background-color:#f2f2f2;border-radius:3px;gap:0;margin:0;padding:10px 4px;list-style:none;display:inline-flex;box-shadow:0 3px 5px #0000001a}.ServicesShowcase-module__gH_Lnq__tabList li{margin:0;padding:0}.ServicesShowcase-module__gH_Lnq__tabButton{color:#666;cursor:pointer;background:#fff;border:none;border-bottom:3px solid #0000;border-radius:5px;margin:0 6px;padding:8px 12px;font-size:15px;font-weight:500;transition:all .3s;position:relative}.ServicesShowcase-module__gH_Lnq__tabButton:hover{color:#ff8543}.ServicesShowcase-module__gH_Lnq__tabButton.ServicesShowcase-module__gH_Lnq__active{color:#fff;background-color:var(--color-primary-button);border-bottom-color:#ff8543}.ServicesShowcase-module__gH_Lnq__content{grid-template-columns:1fr 1fr;align-items:start;gap:30px;animation:.6s ease-out ServicesShowcase-module__gH_Lnq__fadeInUp;display:grid}.ServicesShowcase-module__gH_Lnq__videoContainer{align-items:center;width:100%;height:200px;display:flex;overflow:hidden}.ServicesShowcase-module__gH_Lnq__videoPlaceholder{opacity:0;background:linear-gradient(135deg,#f5f5f5 0%,#e8e8e8 100%) 50%/cover;width:100%;padding-bottom:75%;transition:transform .3s,opacity .3s;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000001a}.ServicesShowcase-module__gH_Lnq__videoPlaceholder.ServicesShowcase-module__gH_Lnq__loaded{opacity:1}@keyframes ServicesShowcase-module__gH_Lnq__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes ServicesShowcase-module__gH_Lnq__fadeIn{0%{opacity:0}to{opacity:1}}.ServicesShowcase-module__gH_Lnq__playButton{cursor:pointer;z-index:10;transition:transform .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ServicesShowcase-module__gH_Lnq__playButton:hover{transform:translate(-50%,-50%)scale(1.1)}.ServicesShowcase-module__gH_Lnq__description{color:#000;margin:0;font-size:14.5px;line-height:1.9;animation:.8s ease-out .2s both ServicesShowcase-module__gH_Lnq__fadeIn}.ServicesShowcase-module__gH_Lnq__videoModal{z-index:1000;background-color:#000000e6;justify-content:center;align-items:center;padding:122px 20px 60px;animation:.3s ease-out ServicesShowcase-module__gH_Lnq__modalFadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}@keyframes ServicesShowcase-module__gH_Lnq__modalFadeIn{0%{opacity:0}to{opacity:1}}.ServicesShowcase-module__gH_Lnq__modalContent{width:80%;max-width:800px;margin:auto;animation:.4s ease-out ServicesShowcase-module__gH_Lnq__modalSlideUp;position:relative}@keyframes ServicesShowcase-module__gH_Lnq__modalSlideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.ServicesShowcase-module__gH_Lnq__closeButton{background-color:var(--color-primary-button);cursor:pointer;z-index:1001;background:0 0;border:none;border-radius:50%;width:30px;height:30px;padding:10px;transition:transform .2s;position:absolute;top:-20px;right:-20px}.ServicesShowcase-module__gH_Lnq__closeButton:hover{transform:scale(1.1)}.ServicesShowcase-module__gH_Lnq__videoWrapper{background:#000;border-radius:8px;width:100%;height:0;padding-bottom:56.25%;position:relative;overflow:hidden;box-shadow:0 10px 40px #00000080}.ServicesShowcase-module__gH_Lnq__videoWrapper iframe{border:none;border-radius:8px;width:100%;height:100%;position:absolute;top:0;left:0}@media (max-width:968px){.ServicesShowcase-module__gH_Lnq__content{grid-template-columns:1fr;gap:40px}.ServicesShowcase-module__gH_Lnq__tabs{margin-bottom:33px}.ServicesShowcase-module__gH_Lnq__tabList{gap:6px;padding:6px 4px 4px}.ServicesShowcase-module__gH_Lnq__tabButton{margin:0;padding:7px;font-size:11px}.ServicesShowcase-module__gH_Lnq__closeButton{top:-40px}.ServicesShowcase-module__gH_Lnq__content{gap:20px}.ServicesShowcase-module__gH_Lnq__videoModal{padding:70px 10px 10px}.ServicesShowcase-module__gH_Lnq__modalContent{width:95%;max-width:100%}.ServicesShowcase-module__gH_Lnq__videoWrapper{border-radius:4px}}
.ourWork-module__hQHEAG__ourWork{color:#fff;background:url(/blob-scene-haikei.svg) 50%/cover no-repeat;min-height:600px;padding:30px 0 0;position:relative;overflow:hidden}.ourWork-module__hQHEAG__container{text-align:center;z-index:10;max-width:100%;margin:0 auto;position:relative}.ourWork-module__hQHEAG__header{margin-bottom:60px;padding:0 20px}.ourWork-module__hQHEAG__subtitle{text-transform:uppercase;letter-spacing:2px;margin:0 0 20px;font-size:14px;font-weight:500}.ourWork-module__hQHEAG__title{margin:0 0 20px;font-size:45px;font-weight:600;line-height:1.2}.ourWork-module__hQHEAG__description{margin:0 auto;font-size:18px;font-weight:300;line-height:1.6}.ourWork-module__hQHEAG__categoryNav{margin-bottom:40px;position:relative}.ourWork-module__hQHEAG__dropdownTrigger{display:none}.ourWork-module__hQHEAG__categoryList{justify-content:center;gap:15px;margin:0;padding:0;list-style:none;display:flex}.ourWork-module__hQHEAG__categoryItem{margin:0}.ourWork-module__hQHEAG__categoryButton{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;-webkit-backdrop-filter:blur(10px);background:#fff0;border:none;outline:none;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:150px;padding:15px;font-size:.9rem;font-weight:600;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.ourWork-module__hQHEAG__categoryButton:hover{background:#fff0;transform:translateY(-2px)}.ourWork-module__hQHEAG__categoryButton:hover .ourWork-module__hQHEAG__categoryIcon{color:var(--color-primary-button)}.ourWork-module__hQHEAG__categoryButton.ourWork-module__hQHEAG__active{background:var(--color-primary-button);border-color:#ff6b35;transform:translateY(-3px);box-shadow:0 4px 15px #00000049}.ourWork-module__hQHEAG__categoryButton.ourWork-module__hQHEAG__active .ourWork-module__hQHEAG__categoryIcon{color:#fff}.ourWork-module__hQHEAG__categoryIcon{opacity:.8;align-items:center;width:28px;height:28px;transition:all .3s;display:flex}.ourWork-module__hQHEAG__categoryButton.ourWork-module__hQHEAG__active .ourWork-module__hQHEAG__categoryIcon{opacity:1;transform:scale(1.1)}.ourWork-module__hQHEAG__categoryName{word-wrap:break-word;word-break:break-word;text-align:center;margin:10px 0 5px;font-size:13px;font-weight:400;transition:all .3s}.ourWork-module__hQHEAG__categoryButton.ourWork-module__hQHEAG__active .ourWork-module__hQHEAG__categoryName{transform:scale(1.05)}.ourWork-module__hQHEAG__customArrow{color:var(--color-primary-button);transform-origin:50%;transition:all .4s cubic-bezier(.4,0,.2,1)}.ourWork-module__hQHEAG__arrowVisible{opacity:1;visibility:visible;transform:translateY(0)scale(1)}.ourWork-module__hQHEAG__arrowHidden{opacity:0;visibility:hidden;transform:translateY(-10px)scale(.8)}.ourWork-module__hQHEAG__categoryButton.ourWork-module__hQHEAG__active .ourWork-module__hQHEAG__customArrow{color:var(--color-primary-button);animation:2s ease-in-out infinite ourWork-module__hQHEAG__arrowPulse}@keyframes ourWork-module__hQHEAG__arrowPulse{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(3px)scale(1.05)}}.ourWork-module__hQHEAG__projectsWrapper{z-index:10;margin:30px 0 60px;position:relative}.ourWork-module__hQHEAG__projectsRow{white-space:nowrap;margin-bottom:25px;position:relative;overflow:hidden}.ourWork-module__hQHEAG__slideRight{gap:10px;width:max-content;animation:40s linear infinite ourWork-module__hQHEAG__slideRightInfinite;display:inline-flex}.ourWork-module__hQHEAG__slideLeft{gap:10px;width:max-content;animation:40s linear infinite ourWork-module__hQHEAG__slideLeftInfinite;display:inline-flex}.ourWork-module__hQHEAG__projectCard{-webkit-backdrop-filter:blur(10px);z-index:10;background:linear-gradient(130deg,#ffffff1a,#0000);border:1px solid;border-image:linear-gradient(130deg,#fff3,#0000) 1;flex-direction:column;flex-shrink:0;align-items:center;width:190px;transition:all .3s;display:inline-flex;position:relative}.ourWork-module__hQHEAG__projectCard:hover{background:#ffffff26;box-shadow:0 10px 20px #0000001d}.ourWork-module__hQHEAG__projectImage{object-fit:cover;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.ourWork-module__hQHEAG__imageContent{object-fit:fill;width:100%;height:100%}.ourWork-module__hQHEAG__projectCard{cursor:pointer;width:230px;height:250px}.ourWork-module__hQHEAG__popup{z-index:9999;background:#000000e6;justify-content:center;align-items:center;width:100%;height:100%;padding-top:60px;animation:.3s ourWork-module__hQHEAG__fadeIn;display:flex;position:fixed;top:0;left:0}.ourWork-module__hQHEAG__popupContent{justify-content:center;align-items:center;max-width:90%;max-height:85vh;animation:.3s ourWork-module__hQHEAG__slideUp;display:flex;position:relative}.ourWork-module__hQHEAG__popupMedia{object-fit:contain;border-radius:8px;max-width:100%;max-height:75vh}.ourWork-module__hQHEAG__closeBtn{color:#fff;cursor:pointer;backdrop-filter:blur(10px);background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:absolute;top:-15px;right:-12px}.ourWork-module__hQHEAG__closeBtn:hover{background:#ffffff4d;transform:rotate(90deg)}@keyframes ourWork-module__hQHEAG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ourWork-module__hQHEAG__slideUp{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}.ourWork-module__hQHEAG__projectInfo{text-align:left;flex:1}.ourWork-module__hQHEAG__projectName{color:#ffffffce;margin:0;font-size:18px;font-weight:400}@keyframes ourWork-module__hQHEAG__slideRightInfinite{0%{transform:translate(0)}to{transform:translate(-1380px)}}@keyframes ourWork-module__hQHEAG__slideLeftInfinite{0%{transform:translate(-1380px)}to{transform:translate(0)}}@media (max-width:768px){.ourWork-module__hQHEAG__ourWork{background:url(/mainServicesBackground.webp) 40% 60%/cover no-repeat;padding:60px 0}.ourWork-module__hQHEAG__ourWork:before{clip-path:polygon(30% 0%,100% 0%,100% 100%,0% 100%,15% 70%,35% 50%,20% 30%);width:70%}.ourWork-module__hQHEAG__header{margin-bottom:20px}.ourWork-module__hQHEAG__title{letter-spacing:1px;font-size:19px;font-weight:600}.ourWork-module__hQHEAG__description{opacity:1;padding:0 10px;font-size:16px;line-height:2.1}.ourWork-module__hQHEAG__categoryNav{margin:0 15px}.ourWork-module__hQHEAG__dropdownTrigger{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;justify-content:space-between;align-items:center;width:100%;padding:15px 20px;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.ourWork-module__hQHEAG__dropdownTrigger:hover{background:#ffffff26}.ourWork-module__hQHEAG__categoryList{-webkit-backdrop-filter:blur(10px);opacity:0;visibility:hidden;z-index:100;background:#1a626ffa;border:1px solid #fff3;flex-direction:column;gap:0;max-height:0;margin-top:5px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:100%;left:0;right:0;overflow:hidden}.ourWork-module__hQHEAG__categoryList.ourWork-module__hQHEAG__open{opacity:1;visibility:visible;max-height:400px;overflow-y:auto}.ourWork-module__hQHEAG__categoryItem{border-bottom:1px solid #ffffff1a;flex:none;justify-content:stretch;width:100%;display:flex}.ourWork-module__hQHEAG__categoryItem:last-child{border-bottom:none}.ourWork-module__hQHEAG__categoryButton{flex-direction:row;justify-content:flex-start;gap:15px;width:100%;max-width:none;padding:15px 20px}.ourWork-module__hQHEAG__categoryButton .ourWork-module__hQHEAG__categoryIcon{width:24px;height:24px}.ourWork-module__hQHEAG__categoryButton .ourWork-module__hQHEAG__categoryName{text-align:left;margin:0}.ourWork-module__hQHEAG__categoryButton.ourWork-module__hQHEAG__active .ourWork-module__hQHEAG__customArrow{display:none}.ourWork-module__hQHEAG__categoryName{font-size:13px;font-weight:400}.ourWork-module__hQHEAG__categoryButton svg{width:18px;height:18px}.ourWork-module__hQHEAG__projectsWrapper{margin-top:33px;margin-bottom:35px}.ourWork-module__hQHEAG__projectCard{width:81px;height:89px}.ourWork-module__hQHEAG__closeBtn{width:35px;height:35px;top:-45px}.ourWork-module__hQHEAG__popupContent{max-width:95%;max-height:85%}.ourWork-module__hQHEAG__projectsRow{margin-bottom:10px}.ourWork-module__hQHEAG__projectName{font-size:16px}.ourWork-module__hQHEAG__slideRight,.ourWork-module__hQHEAG__slideLeft{gap:10px}@keyframes ourWork-module__hQHEAG__slideRightInfinite{0%{transform:translate(0)}to{transform:translate(-1080px)}}@keyframes ourWork-module__hQHEAG__slideLeftInfinite{0%{transform:translate(-1080px)}to{transform:translate(0)}}}@media (max-width:480px){.ourWork-module__hQHEAG__container{padding:0}.ourWork-module__hQHEAG__ourWork:before{clip-path:polygon(40% 0%,100% 0%,100% 100%,0% 100%,20% 80%,40% 60%,25% 40%);width:80%}}
.OurProcess-module__gHcBJa__section{background:#009ca8 url(/contactUsBg.webp) 0 0/cover;width:100%;min-height:100vh;padding:80px 0;position:relative;overflow:hidden}.OurProcess-module__gHcBJa__container{max-width:1300px;margin:0 auto;padding:0 40px}.OurProcess-module__gHcBJa__title{color:#fff;letter-spacing:-.02em;margin:0 0 16px;font-size:48px;font-weight:700}.OurProcess-module__gHcBJa__description{color:#fff;max-width:600px;margin:30px 0 48px;font-size:14px;line-height:1.9}.OurProcess-module__gHcBJa__underline{background:#00000031;width:100%;height:1.6px;margin-bottom:64px;position:relative}.OurProcess-module__gHcBJa__underline .OurProcess-module__gHcBJa__hookImg{z-index:99;width:70px;height:auto;position:relative;left:244px}.OurProcess-module__gHcBJa__cardsGrid{grid-template-columns:repeat(4,1fr);gap:24px;margin-top:24px;display:grid}.OurProcess-module__gHcBJa__card{cursor:pointer;background:#fff;border-radius:16px;flex-direction:column;flex-grow:1;gap:16px;padding:18px;transition:all .6s cubic-bezier(.4,0,.2,1),flex-grow .6s cubic-bezier(.4,0,.2,1);display:flex;position:relative;box-shadow:0 4px 6px #00000012,0 1px 3px #0000000f}.OurProcess-module__gHcBJa__card:not(.OurProcess-module__gHcBJa__cardPrimary){margin-top:50px}.OurProcess-module__gHcBJa__cardPrimary{background:var(--color-primary-button);color:#fff;z-index:10;flex-grow:1.2;margin-top:-6px;position:relative;transform:translateY(-6px);box-shadow:0 12px 32px #ff6b3540}.OurProcess-module__gHcBJa__cardPrimary:before{content:"";z-index:999;pointer-events:none;background:url(/hook.webp) 50%/contain no-repeat;width:80px;height:80px;position:absolute;top:-60px;left:50%;transform:translate(-50%)}.OurProcess-module__gHcBJa__numberCircle{background:var(--color-primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;font-weight:700;transition:all .6s cubic-bezier(.4,0,.2,1);display:flex}.OurProcess-module__gHcBJa__numberCirclePrimary{color:var(--color-primary);background:#fff;box-shadow:0 4px 8px #00000026}.OurProcess-module__gHcBJa__cardTitle{color:var(--color-primary);margin:11px 0 0;font-size:22px;font-weight:600;line-height:.4;transition:all .6s cubic-bezier(.4,0,.2,1)}.OurProcess-module__gHcBJa__cardPrimary .OurProcess-module__gHcBJa__cardTitle{color:#fff}.OurProcess-module__gHcBJa__cardDescription{color:var(--color-primary);margin:0;font-size:15px;line-height:1.9;transition:all .6s cubic-bezier(.4,0,.2,1)}.OurProcess-module__gHcBJa__cardPrimary .OurProcess-module__gHcBJa__cardDescription{color:#ffffffe6}@media (max-width:1024px){.OurProcess-module__gHcBJa__title{font-size:40px}.OurProcess-module__gHcBJa__cardsGrid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width:640px){.OurProcess-module__gHcBJa__section{background-position:30% 80%;padding:60px 0 20px}.OurProcess-module__gHcBJa__container{max-width:100%;padding:0}.OurProcess-module__gHcBJa__title{text-align:center;margin-bottom:0;padding-bottom:0;font-size:22px}.OurProcess-module__gHcBJa__description{text-align:center;margin-top:0;margin-bottom:32px;font-size:14px}.OurProcess-module__gHcBJa__title,.OurProcess-module__gHcBJa__description{padding:0 20px 20px}.OurProcess-module__gHcBJa__underline{margin-bottom:57px}.OurProcess-module__gHcBJa__cardsGrid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:16px;margin-top:-70px;margin-left:20px;padding-top:70px;padding-bottom:20px;display:flex;overflow-x:auto}.OurProcess-module__gHcBJa__card{scroll-snap-align:start;flex:0 0 280px;min-width:280px;padding:28px 20px;margin-top:0!important}.OurProcess-module__gHcBJa__cardPrimary{height:auto;margin-top:0!important}.OurProcess-module__gHcBJa__numberCircle{width:44px;height:44px;font-size:18px}.OurProcess-module__gHcBJa__cardTitle{font-size:20px}.OurProcess-module__gHcBJa__cardDescription{font-size:14px}}
