@import url(https://fonts.googleapis.com/css2?family=Inter+Tight:wght@300;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter+Tight:wght@300;400;500;600;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter+Tight:wght@300;400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;800&display=swap);*{-webkit-font-smoothing:inherit;box-sizing:border-box;margin:0;padding:0}body{background-color:#fff;color:#000}.navbar{background-color:#fff;justify-content:space-between;margin:0 auto;padding:10px 40px;position:fixed;top:0;width:100%;z-index:1000}.navbar,.navbar-logo{align-items:center;display:flex}.navbar-logo{gap:8px}.navbar-logo img{height:auto;width:250px}.brandname img{height:auto;margin-left:15px;transform:translateY(7px);width:230px}.navbar-brand{color:#000;font-size:16px;font-weight:300;letter-spacing:-1px}.brand-bold{font-weight:700;letter-spacing:-.5px}.navbar-links{align-items:center;display:flex;gap:20px;list-style:none}.navbar-links li a{border-radius:12px;color:#000;font-size:23px;font-weight:400;letter-spacing:-1px;padding:6px 10px;text-decoration:none;transition:all .3s ease}.navbar-links li a:focus,.navbar-links li a:hover{color:#a1a1a1;outline:none}.navbar-links li a.active{background-color:#f2f2f2;color:#000;font-weight:500}.navbar-button button{background-color:#000;border:none;border-radius:100px;box-shadow:0 4px 12px #00000026;color:#fff;cursor:pointer;font-size:18px;font-weight:500;letter-spacing:-.5px;padding:15px 40px;transition:all .3s ease}.navbar-button button:focus,.navbar-button button:hover{background-color:#0059c0;outline:none}@media screen and (max-width:768px){.navbar{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background-color:#fffffff2;border-bottom:1px solid #0000000d;height:70px;justify-content:space-between;left:0;overflow-x:hidden;padding:16px 20px;position:fixed;top:0;width:100%;z-index:1000}.navbar,.navbar-logo{align-items:center;display:flex}.navbar-logo img{height:32px;max-width:180px;object-fit:contain}.brandname img{height:auto;margin-left:-25px;transform:translateY(7px);width:230px}.navbar-button,.navbar-links{display:none!important}.menu-toggle{align-items:center;background-color:#000;border:none;border-radius:12px;box-shadow:0 4px 12px #00000040;color:#fff;cursor:pointer;display:flex;height:42px;justify-content:center;position:relative;transition:all .3s ease;width:42px;z-index:998}.menu-toggle:hover{background-color:#333;transform:scale(1.05)}.menu-toggle:active{transform:scale(.95)}.hamburger{display:flex;flex-direction:column;height:12px;justify-content:space-between;position:relative;width:20px}.hamburger span{background-color:#fff;border-radius:1px;display:block;height:2px;transform-origin:center;transition:all .3s ease;width:100%}.hamburger.open span:first-child{transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{align-items:center;animation:fadeIn .4s ease-in-out;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background-color:#000c;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.navbar.menu-open .menu-toggle{opacity:0;visibility:hidden}.mobile-menu-content{animation:slideUp .4s ease-out;background-color:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;max-width:400px;min-height:60vh;padding:60px 40px 40px;position:relative;width:90%}.mobile-nav{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-between}.mobile-menu ul{list-style:none;margin:0;padding:0;text-align:center;width:100%}.mobile-menu li{animation:slideInUp .5s ease-out forwards;cursor:pointer;font-size:24px;font-weight:500;margin-bottom:32px;opacity:0}.mobile-menu li a{border-radius:12px;color:#000;display:inline-block;font-weight:400;letter-spacing:-.5px;padding:12px 20px;text-decoration:none;transition:all .3s ease}.mobile-menu li a:focus,.mobile-menu li a:hover{background-color:#f8f8f8;color:#a1a1a1;transform:translateY(-2px)}.mobile-menu li a.active{background-color:#f2f2f2;color:#000;font-weight:600}.mobile-cta{animation:slideInUp .6s ease-out .3s forwards;margin-top:20px;opacity:0;width:100%}.mobile-cta a{text-decoration:none}.mobile-cta button{background-color:#000;border:none;border-radius:50px;box-shadow:0 8px 20px #0003;color:#fff;cursor:pointer;display:block;font-size:18px;font-weight:500;letter-spacing:-.5px;margin:0 auto;max-width:200px;padding:16px 32px;transition:all .3s ease;width:100%}.mobile-cta button:focus,.mobile-cta button:hover{background-color:#0059c0;box-shadow:0 12px 24px #0000004d;transform:translateY(-2px)}.mobile-cta button:active{transform:translateY(0)}.close-button{align-items:center;background-color:#000;border:none;border-radius:50%;box-shadow:0 4px 12px #00000040;color:#fff;cursor:pointer;display:flex;font-size:18px;height:36px;justify-content:center;position:absolute;right:20px;top:20px;transition:all .3s ease;width:36px;z-index:1002}.close-button:hover{background-color:#333;transform:scale(1.1)}.close-button:active{transform:scale(.9)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}}@media screen and (max-width:480px){.navbar{height:65px;padding:12px 16px}.navbar-logo img{height:28px;max-width:150px}.menu-toggle{height:38px;width:38px}.mobile-menu-content{padding:50px 30px 30px;width:95%}.mobile-menu li{font-size:22px;margin-bottom:18px}.mobile-cta button{font-size:16px;padding:14px 28px}}@media (hover:none) and (pointer:coarse){.close-button,.menu-toggle,.mobile-cta button,.mobile-menu li a{-webkit-tap-highlight-color:transparent;touch-action:manipulation}.mobile-menu li a{align-items:center;display:flex;justify-content:center;min-height:44px}}@media (prefers-reduced-motion:reduce){.close-button,.hamburger span,.menu-toggle,.mobile-cta,.mobile-menu,.mobile-menu li,.mobile-menu-content{animation:none!important;transition:none!important}}body,html{overflow-x:hidden;width:100%}@media screen and (min-width:769px) and (max-width:1180px){.navbar{padding:14px 24px}.navbar-logo img{height:auto;width:180px}.brandname img{margin-left:8px;transform:translateY(5px);width:160px}.navbar-links{gap:14px}.navbar-links li a{font-size:18px;padding:6px 8px}.navbar-button button{font-size:16px;padding:12px 28px}}*{font-family:Inter Tight,sans-serif}.client-section{background:#fff;margin-bottom:80px;margin-top:20px;padding:160px 20px 120px;text-align:center}.arc-wrapper{height:500px;letter-spacing:-.5px;margin:0 auto;max-width:1200px;position:relative;width:100%}.avatar{background-position:50%;background-size:cover;border:8px solid #fff;border-radius:50%;box-shadow:0 6px 12px #0000001a;height:130px;padding:10px;position:absolute;transform:translate(-50%,-50%);transition:transform .3s ease;width:130px}.avatar:hover{transform:translate(-50%,-50%) scale(1.1)}.center-content{left:50%;margin-top:70px;max-width:600px;position:absolute;text-align:center;top:50%;transform:translate(-50%,-30%)}.center-content h2{color:#111;font-size:45px;font-weight:400;letter-spacing:-1.2px;line-height:1.2}.center-content .italic{font-style:italic;font-weight:500;letter-spacing:-1.2px}.intro-call{background:#fff;border-radius:999px;display:inline-flex;margin-top:30px;padding:8px 15px;text-decoration:none}.intro-call img{border-radius:50%;height:60px;object-fit:cover;width:60px}.online{color:#a1a1a1;font-size:15px;font-weight:300;margin-left:-105px}.button-text-wrapper{background-color:#fff;display:flex;flex-direction:column;justify-content:center;overflow:hidden;position:relative}.default-text{opacity:1;transition:opacity .2s ease}.default-text,.hover-text{color:#111;font-size:20px;margin-left:10px;margin-top:10px}.hover-text{opacity:0;position:absolute;transform:translateY(-150%)}.intro-call:hover .default-text{opacity:0}.intro-call:hover .hover-text{animation:fallDown .25s ease-out forwards;opacity:1}@keyframes fallDown{0%{opacity:0;transform:translateY(-150%)}80%{opacity:1;transform:translateY(10%)}to{transform:translateY(0)}}.mobile-break{display:none}@media (max-width:768px){.mobile-break{display:inline}.arc-wrapper{height:180px;position:relative}.avatar{border:5px solid #fff;height:80px;transition:left 1s ease,top 1s ease;width:80px}.center-content{left:25%;margin-top:130px;max-width:500px;text-align:left;transform:translate(-20%)}.center-content h2{font-size:18px;letter-spacing:-.5px;line-height:1.4;margin-left:-30px;margin-top:-150px}.client-section{background:#fff;margin-bottom:180px;margin-top:20px;padding:30px 20px 70px;text-align:center}.intro-call{align-items:center;display:flex;justify-content:flex-start;margin-left:-30px;margin-top:150px;transform:translateX(30px)}.intro-call img{height:45px;width:45px}.default-text,.hover-text{font-size:16px}.online{font-size:12px;margin-left:10px}}@media (min-width:769px) and (max-width:1180px){.client-section{margin:0 auto 100px;max-width:1000px;padding:50px 20px 80px}}.process-section{background-color:#000;color:#fff;display:block;font-family:Inter Tight,sans-serif;padding:80px 130px;width:100%}.process-header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:40px}.process-label{color:#a1a1a1;flex:1 1;font-family:Inter tight,sans-serif;font-size:21px;font-weight:500;letter-spacing:1px;text-transform:uppercase;transform:translateX(100px)}.process-heading{font-family:Inter Tight,sans-serif;font-size:40px;font-weight:500;letter-spacing:-.5px;line-height:1.2;margin-bottom:50px;max-width:900px;text-align:left}.process-cards{display:flex;flex-wrap:wrap;gap:3px;justify-content:center;margin-left:-5px;margin-right:-5px}.process-card{background:#000;border:1px solid #ffffff1a;border-radius:12px;color:#777;cursor:pointer;display:flex;flex-direction:column;gap:3px;height:450px;justify-content:flex-start;margin-bottom:20px;margin-left:5px;margin-right:5px;overflow:hidden;padding:20px;position:relative;transition:all .4s ease;width:250px}.process-card.active{background:#181818;border:1px solid #a1a1a1;box-shadow:0 0 10px #a1a1a14d;color:#fff;height:450px;width:520px}.step-id{font-size:20px;margin-bottom:4px}.step-id,.step-title{color:#fff;font-family:Inter tight,sans-serif}.step-title{font-size:40px;font-weight:500;letter-spacing:-.5px;margin-bottom:70px}.step-desc{color:#fff;font-family:Inter tight,sans-serif;font-size:20px;font-weight:500;line-height:1.5;margin-top:90px;opacity:0;transition:opacity .5s ease,margin-top .5s ease}.process-card.active .step-desc{margin-top:60px;opacity:1}@keyframes slowBlink{0%,to{opacity:1}50%{opacity:.2}}.process-card.active:after{animation:slowBlink 2.5s ease-in-out infinite;background-color:#00fe06;border:2px solid #111712;border-radius:50%;bottom:18px;box-shadow:0 0 8px #00fe06,0 0 16px #00fe06;content:"";height:14px;left:20px;position:absolute;width:14px}@media (max-width:768px){.process-section{margin-top:-20px;padding:50px 20px}.process-header{align-items:flex-start;flex-direction:column;gap:12px;margin-bottom:30px}.process-label{font-size:14px;font-weight:600;letter-spacing:-.5px;margin-bottom:20px;transform:none}.process-heading{font-size:28px;font-weight:600;line-height:1.2;max-width:100%;padding-right:0}.process-cards{align-items:center;flex-direction:column;gap:16px;margin:0}.process-card,.process-card.active{height:auto;margin:0 auto;max-width:340px;padding:20px;width:100%}.process-card.active .step-desc{margin-top:24px}.process-card.active:after{bottom:16px;left:20px}.step-title{font-size:28px;font-weight:600;margin-bottom:40px}.step-desc,.step-title{color:#fff;font-family:Inter tight,sans-serif;letter-spacing:-.5px}.step-desc{font-size:15px;font-weight:400;line-height:1.5;margin-bottom:50px;margin-top:90px;opacity:0;transition:opacity .5s ease,margin-top .5s ease}}@media (max-width:1180px){.process-section{margin-top:-20px;padding:50px 20px}.process-header{align-items:flex-start;flex-direction:column;gap:12px;margin-bottom:30px}.process-label{font-size:14px;font-weight:600;letter-spacing:-.5px;margin-bottom:20px;transform:none}.process-heading{font-size:28px;font-weight:600;line-height:1.2;max-width:100%;padding-right:0}.process-cards{align-items:center;flex-direction:column;gap:16px;margin:0}.process-card,.process-card.active{height:auto;margin:0 auto;max-width:500px;padding:20px;width:100%}.process-card.active .step-desc{margin-top:24px}.process-card.active:after{bottom:16px;left:20px}.step-title{font-size:28px;font-weight:600;margin-bottom:40px}.step-desc{font-size:15px;font-weight:400;letter-spacing:-.5px;line-height:1.5;margin-bottom:50px;margin-top:90px;opacity:0;transition:opacity .5s ease,margin-top .5s ease}}.reels{justify-content:center;margin:100px auto}.sf{font-size:40px;font-weight:500;letter-spacing:-1.5px;margin-bottom:0;margin-top:40px}.sf,.sp{text-align:center}.sp{font-size:30px;font-weight:300;letter-spacing:-2.5px;margin-top:5px}.reels-container{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,240px);justify-content:center;margin:30px auto 0}.reel{aspect-ratio:9/16;cursor:pointer;max-width:240px;object-fit:cover;transition:transform .3s ease;width:100%}.reel:hover{transform:scale(.95)}.reels-arrows{gap:10px;margin-top:35px}.arrow-btn,.reels-arrows{display:flex;justify-content:center}.arrow-btn{align-items:center;background:none;border:none;border-radius:50%;cursor:pointer;height:36px;padding:5px;transition:background .2s ease;width:36px}.arrow-btn img{height:25px;width:25px}.arrow-btn:hover{background:#f0f0f0}.center-img{display:block;height:auto;margin:50px auto 20px;width:1000px}.long-videos-container{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,480px);justify-content:center;margin:30px auto 0}.long-video{aspect-ratio:16/9;cursor:pointer;max-width:480px;object-fit:cover;transition:transform .3s ease;width:100%}.long-video:hover{transform:scale(.98)}@media (max-width:768px){.reels{justify-content:center;margin:80px auto}.long-videos-container{grid-template-columns:1fr;justify-items:center;padding:0 20px}.long-video{margin:0 auto;max-width:100%}.reels-container{gap:12px;grid-template-columns:repeat(2,1fr);justify-items:center;padding:0 20px}.reel{margin:0 auto;max-width:100%}.sf{font-size:30px;font-weight:600}.sf,.sp{letter-spacing:-1px}.sp{font-size:22px;font-weight:400}.center-img{margin:30px auto;max-width:400px;width:95%}}@media (min-width:1201px) and (max-width:1400px){.reels-container{gap:10px;grid-template-columns:repeat(3,1fr);justify-items:center}.reel{max-width:220px}.long-videos-container{gap:10px;grid-template-columns:repeat(2,1fr);justify-items:center}.center-img{max-width:900px;width:85%}}.gallery-wrapper{padding:40px}.gallery-section,.gallery-wrapper{align-items:center;display:flex;flex-direction:column}.gallery-section{margin-bottom:40px;width:100%}.gallery-title{background-color:#363636;border-radius:8px;color:#fff;font-size:40px;font-weight:500;letter-spacing:-1.5px;margin-bottom:10px;margin-top:40px;max-width:90%;padding:10px 20px;text-align:center;width:1000px}.gallery-grid{align-items:flex-start;display:flex}.gallery-grid,.image-grid{gap:10px;justify-content:center}.image-grid{grid-gap:10px;display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.image-box{align-items:center;border-radius:6px;display:flex;justify-content:center;overflow:hidden}.image-box img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.image-box img:hover{transform:scale(.95)}.social-media-designs .image-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(4,1fr);justify-items:center;max-width:90%;width:1000px}.social-media-designs .image-box{aspect-ratio:4/5;width:242px}.youtube-thumbnails .image-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr);justify-items:center;max-width:90%;width:1000px}.youtube-thumbnails .image-box{aspect-ratio:16/9;width:325px}.ad-campaign-posters .image-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(4,1fr);justify-items:center;max-width:90%;width:1000px}.ad-campaign-posters .image-box{aspect-ratio:1/1;width:242px}.instagram-covers .image-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(5,1fr);justify-items:center;max-width:90%;width:1000px}.instagram-covers .image-box{aspect-ratio:9/16;width:192px}.branding-logos .image-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:245px 245px 490px;grid-template-rows:245px 245px;justify-content:center;max-width:100%;width:1000px}.branding-logos .image-box{aspect-ratio:1/1;height:100%;width:100%}.branding-logos .image-box:first-child{grid-column:1;grid-row:1}.branding-logos .image-box:nth-child(2){grid-column:2;grid-row:1}.branding-logos .image-box:nth-child(3){grid-column:1;grid-row:2}.branding-logos .image-box:nth-child(4){grid-column:2;grid-row:2}.branding-logos .image-box:nth-child(5){grid-column:3;grid-row:1/span 2}.lightbox{display:none}@media (max-width:768px){.gallery-title{font-size:25px;font-weight:600;letter-spacing:-1px;max-width:100%;padding:12px 20px;width:100%}.social-media-designs .image-grid{gap:10px;grid-template-columns:repeat(2,1fr);justify-items:center;max-width:100%;width:100%}.social-media-designs .image-box{max-width:280px;width:100%}.youtube-thumbnails .image-grid{gap:10px;grid-template-columns:1fr;justify-items:center;max-width:100%;width:100%}.youtube-thumbnails .image-box{max-width:600px;width:100%}.ad-campaign-posters .image-grid{gap:10px;grid-template-columns:repeat(2,1fr);justify-items:center;max-width:100%;width:100%}.ad-campaign-posters .image-box{max-width:280px;width:100%}.instagram-covers .image-grid{gap:10px;grid-template-columns:repeat(2,1fr);justify-items:center;max-width:100%;width:100%}.instagram-covers .image-box{aspect-ratio:9/16;max-width:280px;width:100%}.branding-logos .image-grid{grid-gap:10px;display:grid;gap:10px;grid-template-areas:"logo1 logo2" "logo3 logo4" "logo5 logo5";grid-template-columns:repeat(2,1fr);grid-template-rows:auto auto auto;justify-items:center;width:95%}.branding-logos .image-box{aspect-ratio:1/1;box-sizing:border-box;max-width:260px;width:100%}.branding-logos .image-box:first-child{grid-area:logo1}.branding-logos .image-box:nth-child(2){grid-area:logo2}.branding-logos .image-box:nth-child(3){grid-area:logo3}.branding-logos .image-box:nth-child(4){grid-area:logo4}.branding-logos .image-box:nth-child(5){grid-area:logo5;max-width:none;width:100%}.gallery-wrapper{margin-top:-40px}.lightbox{align-items:center;background:#000000d9;cursor:zoom-out;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:9999}.lightbox-img{animation:fadeIn .3s ease-in-out;border-radius:10px;box-shadow:0 10px 30px #0009;max-height:90%;max-width:80%}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}}@media (min-width:769px) and (max-width:1024px){.gallery-title{font-size:32px;max-width:95%;padding:12px 20px;width:90%}.social-media-designs .image-grid{gap:12px;grid-template-columns:repeat(3,1fr);justify-items:center;max-width:95%;width:95%}.social-media-designs .image-box{max-width:220px;width:100%}.youtube-thumbnails .image-grid{gap:12px;grid-template-columns:repeat(2,1fr);width:95%}.youtube-thumbnails .image-box{max-width:400px;width:100%}.ad-campaign-posters .image-grid{gap:12px;grid-template-columns:repeat(3,1fr);width:95%}.ad-campaign-posters .image-box{max-width:220px;width:100%}.instagram-covers .image-grid{gap:12px;grid-template-columns:repeat(3,1fr);width:95%}.instagram-covers .image-box{max-width:200px;width:100%}.branding-logos .image-grid{gap:12px;grid-template-columns:repeat(3,1fr);width:95%}.branding-logos .image-box{max-width:240px;width:100%}}.hero-container{align-items:center;display:flex;justify-content:center;width:100%}.hero-video{border-radius:0;height:auto;object-fit:cover;width:100%}.desktop-video{display:block;margin-top:50px}.mobile-video{display:none}@media screen and (max-width:768px){.desktop-video{display:none}.mobile-video{display:block;margin-top:50px}}@media screen and (min-width:769px) and (max-width:1024px){.desktop-video{display:block;margin-top:100px}.mobile-video{display:none}}body{font-family:Inter Tight,sans-serif}.services-container{background-color:#f1f1ef;padding:20px 40px}.heading{border-bottom:none;font-family:Inter Tight,sans-serif;font-size:34px;font-weight:500;letter-spacing:-1px;margin-bottom:40px}.services-list{list-style:none;margin:0;padding:0}.service-item{border-bottom:1px solid #e0e0e0;cursor:pointer;font-family:Inter Tight,sans-serif;padding:15px 0;transition:background .3s ease}.service-header{align-items:center;display:flex;justify-content:space-between}.service-number{color:#000;font-size:22px;font-weight:400;letter-spacing:-1.5px;width:50px}.service-title{flex:1 1;font-size:40px;font-weight:500;letter-spacing:-.5px;line-height:1.5;margin-left:65px}.plus-icon{color:#000;font-size:28px;margin-right:10px;padding-left:10px;transition:transform .3s}.service-item.active{background-color:#181818;border-radius:10px;color:#fff}.active-bar{align-items:center;color:#fff;display:flex;flex-wrap:wrap;font-family:Inter Tight,sans-serif;gap:20px;padding:5px 20px}.active-number{font-size:23px;font-weight:500;letter-spacing:-1.5px;width:50px}.active-title{flex:1 1;font-size:43px;font-weight:600;letter-spacing:-.5px;margin-left:40px}.active-content{color:#fff;flex-basis:100%;font-family:Inter Tight,sans-serif;font-size:20px;font-weight:400;letter-spacing:-.5px;line-height:1.2;max-width:600px}.active-bar-wrapper{max-height:0;opacity:0;overflow:hidden;transform:translateY(-20px);transition:max-height 1.2s cubic-bezier(.77,0,.175,1),opacity .8s ease-in-out,transform .8s ease-in-out}.active-bar-wrapper.open{max-height:1200px;opacity:1;transform:translateY(0)}@media (max-width:768px){.heading{font-size:30px;letter-spacing:-1px;line-height:1;margin-bottom:45px;margin-left:-20px}.services-list.mobile-list{margin:0;padding:0}.service-item{border:none;cursor:default;padding:0}.mobile-header{align-items:first baseline;display:flex;margin-bottom:0;margin-left:-20px;max-width:600px;width:100%}.service-number{color:#2937f3;font-size:17px;font-weight:500;letter-spacing:-1.5px;transform:translateY(-5px);width:auto}.service-title{font-size:28px;font-weight:600;line-height:1.2;margin-top:10px;transform:translateX(-30px)}.mobile-content,.service-title{color:#000;letter-spacing:-.5px;margin-bottom:10px}.mobile-content{font-size:15px;font-weight:400;line-height:1.4;margin-left:-20px;margin-right:-20PX;padding:0}.plus-icon{display:none}}.contact-wrapper{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;box-sizing:border-box;color:#fff;display:flex;gap:100px;justify-content:center;min-height:100vh;overflow:hidden;padding:40px;padding:0 150px 0 130px;position:relative}.contact-bg-video{height:150%;left:0;object-fit:cover;position:absolute;top:0;width:150%;z-index:-1}.contact-form-card{background:#fff;border-radius:15px;box-shadow:0 8px 20px #00000026;color:#000;height:auto;letter-spacing:-.5px;margin-left:15px;margin-top:-120px;padding:40px 24px;width:900px}.contact-form-header .brand{font-size:22px;font-weight:500;letter-spacing:-.5px}.contact-form-header h2{font-size:38px;font-weight:500;letter-spacing:-.5px;margin:10px 0 20px}.contact-form-header h2 span{color:#888;font-weight:500;letter-spacing:-.5px}.contact-form{display:flex;flex-direction:column}.contact-form label{font-size:16px;font-weight:600;gap:20px;margin:10px 0 4px}.contact-form input,.contact-form textarea{background:#f9f9f9;border:1px solid #ccc;border-radius:6px;font-size:14px;gap:20px;outline:none;padding:12px 14px;resize:none}.contact-form button{background:#000;border:none;border-radius:20px;color:#fff;cursor:pointer;font-weight:500;letter-spacing:-.5px;margin-top:20px;padding:12px;transition:background .3s ease}.contact-form button:hover{background:#333}.contact-form .disclaimer{color:#888;font-size:10px;margin-top:10px;text-align:center}.contact-form .disclaimer a{color:#888;text-decoration:underline}.footer-copy{color:#888;font-size:11px;margin-top:20px;text-align:center}.contact-content{letter-spacing:-1px;max-width:1500px}.contact-content h1{font-size:130px;font-weight:500;letter-spacing:-1px;line-height:1.1;margin:16px 0 40px 100px}.contact-content h1 span{color:#fff}.contact-content .intro{color:#ccc;font-size:35px;font-weight:800px;margin:16px 0 40px 100px;max-width:800px}.contact-highlights{align-items:left;border-top:1px solid #444;display:flex;gap:50px;margin-bottom:40px;margin-left:100px;margin-top:50px;padding-top:20px}.contact-highlights strong{display:block;font-family:Inter Tight,sans-serif;font-size:25px;font-weight:500;letter-spacing:-.5px;margin-bottom:10px;margin-left:0;margin-top:30px;text-align:left}.contact-highlights p{color:#bbb;font-size:20px;letter-spacing:-1px;margin-left:10px}.contact-person{align-items:center;background-color:#fff;border-radius:12px;box-shadow:0 5px 10px #0003;display:flex;margin-left:100px;margin-top:40px;padding:12px;width:-webkit-fit-content;width:fit-content}.contact-person img{border-radius:12px;height:150px;margin-right:12px;object-fit:cover;width:100px}.contact-person .role{color:#000;font-size:20px}.contact-person h4{color:#000;font-size:23px;font-weight:500;gap:20px;margin:4px 0}.contact-person button{background:#000;border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:20px;font-weight:600;gap:20px;margin-top:10px;padding:5px 15px;transition:background .3s ease}.contact-person button:hover{background:#0059c0}.status-message{font-size:14px;font-weight:500;margin-top:10px}.status-message.success{color:#22c55e}.status-message.error{color:#ef4444}@media (max-width:768px){.contact-wrapper{flex-direction:column;gap:40px;padding:20px}.contact-bg-video{border-radius:0;height:100%;width:100%}.contact-form-card{margin:20px 0 0;padding:20px;width:100%}.contact-content{letter-spacing:-.5px;margin-left:0;margin-top:40px;max-width:100%}.contact-content h1{font-size:60px;margin-left:20px}.contact-content .intro{font-size:18px;margin-left:20px;max-width:90%}.contact-highlights{flex-direction:row;flex-wrap:wrap;gap:20px;margin-left:20px;margin-top:20px;padding-top:15px}.contact-highlights strong{font-size:18px;margin-top:10px}.contact-highlights p{font-size:14px;letter-spacing:-.5px;margin-left:0}.contact-person{flex-direction:row;margin-bottom:50px;margin-left:20px;margin-top:30px;width:auto}.contact-person img{height:100px;width:70px}.contact-person h4{font-size:18px}.contact-person .role{font-size:14px}.contact-person button{font-size:14px;margin-top:10px;padding:6px 16px}}*,.testimonial-wrapper{font-family:Inter tight,sans-serif}.testimonial-wrapper{background:#fff;margin-top:60px;overflow-y:hidden;padding:40px;position:relative;text-align:center;width:100%}.testimonial-badge{background-color:#fff;border:1px solid #0000001a;border-radius:50px;box-shadow:0 2px 8px #0003;color:#000;display:inline-block;font-size:16px;font-weight:300;letter-spacing:-1px;padding:8px 20px;text-align:center}.testimonial-badge,.testimonial-heading{font-family:Inter tight,sans-serif;margin-bottom:40px}.testimonial-heading{color:#111;font-size:50px;font-weight:500;letter-spacing:-2px}.marquee-wrapper{margin:30px 0;overflow:hidden;width:100%}.marquee-track{display:flex;gap:30px;width:-webkit-max-content;width:max-content}.marquee-track.left{animation:scroll-left 40s linear infinite}.marquee-track.right{animation:scroll-right 43s linear infinite}.testimonial-card{background:#f8f8f8;border:1px solid #d6d5d5;border-radius:20px;box-shadow:0 4px 12px #0000000f;flex:0 0 auto;height:260px;padding:24px;text-align:left;width:420px}.stars{color:#f8b200;font-size:23px;margin-bottom:20px}.testimonial-text{color:#3e3e3e;font-size:18px;line-height:1.5;margin-bottom:30px}.testimonial-user-info{align-items:center;display:flex;gap:10px;margin-bottom:30px}.testimonial-user-info img{border:2px solid #fff;border-radius:50%;box-shadow:0 2px 6px #0000001a;height:50px;object-fit:cover;width:50px}.testimonial-user{color:#666;font-size:18px;font-weight:500}.testimonial-stats{border-top:1px solid #eee;display:flex;gap:80px;justify-content:center;padding-top:40px}.testimonial-stats .stat h3{color:#111;font-size:65px;font-weight:500}.testimonial-stats .stat p{color:#777;font-size:16px;margin-top:-10px}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes scroll-right{0%{transform:translateX(-50%)}to{transform:translateX(0)}}@media screen and (max-width:768px){.testimonial-wrapper{padding:50px 15px}.testimonial-heading{font-size:1.5rem;margin-bottom:30px}.testimonial-badge{font-size:11px;margin-bottom:16px;padding:5px 12px}.testimonial-card{padding:20px;width:240px}.testimonial-text{font-size:14px;margin-bottom:50px}.testimonial-user{font-size:12px}.stars{font-size:16px;margin-bottom:10px}.testimonial-user-info img{height:40px;width:40px}.marquee-track{gap:16px}.testimonial-stats{flex-direction:column;gap:30px;padding-top:30px}.testimonial-stats .stat h3{font-size:24px}.testimonial-stats .stat p{font-size:13px}.testimonial-user-info{align-items:center;display:flex;gap:10px;margin-bottom:20px}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
/*# sourceMappingURL=main.6d3ca641.css.map*/