:root{--primary:#111;--secondary:#555;--border:#1111111a;--bg:#111;--theme:#2a5bb8;--black:#111;--black-2:#999;--white:#fff;--white-2:#999;--action:#2a5bb8}:root .dark{--primary:#fff;--secondary:#999;--border:#ffffff1a;--bg:#171717}:root{--font_dmsans:"DM Sans", sans-serif;--font_instrumentsans:"Instrument Sans", sans-serif;--font_thunder:"Thunder";--font_sequelsansromanbody:"Sequel Sans Roman Body";--font_sequelsansmediumbody:"Sequel Sans Medium Body";--font_timesnow:"TimesNow-SemiLightItalic";--font_bdogrotesk:"BDOGrotesk-Regular";--font_tartuffo:"tartuffo-font-family";--font_tartuffotrial:"Tartuffo_Trial";--font_awesome:"Font Awesome 6 Free"}.font-heading-instrumentsans-medium h1,.font-heading-instrumentsans-medium h2,.font-heading-instrumentsans-medium h3,.font-heading-instrumentsans-medium h4,.font-heading-instrumentsans-medium h5,.font-heading-instrumentsans-medium h6{font-family:var(--font_instrumentsans)}.font-heading-sequelsans-romanbody h1,.font-heading-sequelsans-romanbody h2,.font-heading-sequelsans-romanbody h3,.font-heading-sequelsans-romanbody h4,.font-heading-sequelsans-romanbody h5,.font-heading-sequelsans-romanbody h6{font-family:var(--font_sequelsansromanbody)}.font-heading-thunder-regular h1,.font-heading-thunder-regular h2,.font-heading-thunder-regular h3,.font-heading-thunder-regular h4,.font-heading-thunder-regular h5,.font-heading-thunder-regular h6{font-family:var(--font_thunder)}.font-heading-bdogrotesk-regular h1,.font-heading-bdogrotesk-regular h2,.font-heading-bdogrotesk-regular h3,.font-heading-bdogrotesk-regular h4,.font-heading-bdogrotesk-regular h5,.font-heading-bdogrotesk-regular h6{font-family:var(--font_bdogrotesk)}.font-heading-tartuffotrial-thin h1,.font-heading-tartuffotrial-thin h2,.font-heading-tartuffotrial-thin h3,.font-heading-tartuffotrial-thin h4,.font-heading-tartuffotrial-thin h5,.font-heading-tartuffotrial-thin h6{font-family:var(--font_tartuffotrial)}*{margin:0;padding:0}body{font-family:var(--font_dmsans);line-height:1}html{scroll-behavior:smooth}h1,h2,h3,h4,h5,h6{color:var(--primary);line-height:1.22;font-family:var(--font_instrumentsans);margin:0;padding:0;font-weight:500}ul,ol{margin:0;padding:0}li{list-style:none}a{color:inherit;text-decoration:none;transition:all .3s}a:hover{color:var(--primary)}button{background-color:#0000;border:0}p{color:var(--secondary);margin:0;padding:0;font-size:22px;font-weight:400;line-height:30px}@media only screen and (max-width:1399px){p{font-size:20px;line-height:28px}}strong{font-weight:500}video,iframe,img{margin:0;padding:0}img{max-width:100%}.medium{font-weight:600}.bold{font-weight:700}@media only screen and (max-width:767px){.g-0{padding-left:15px;padding-right:15px}.row.g-0{padding-left:0;padding-right:0}br{display:none}}main{width:100%;display:inline-block;overflow:hidden}h1{font-size:48px}h2{font-size:36px}h3{font-size:32px}h4{font-size:24px}h5{font-size:20px}h6{font-size:18px}.t_parallax_image{overflow:hidden}@keyframes t-Bubble{0%{scale:1}50%{scale:1.5}to{scale:1}}@keyframes t-Zoom{0%{scale:1}50%{scale:.5}to{scale:1}}@keyframes t-Zoom_2{0%{scale:1}50%{scale:.9}to{scale:1}}@keyframes t-SlideBottom{0%{transform:translateY(0)}50%{transform:translateY(50px)}to{transform:translateY(0)}}@keyframes t-reveal{to{opacity:1;filter:blur()}}@keyframes t-fadeUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes t-spinner{to{transform:rotate(360deg)}}@keyframes t-characters{0%,75%,to{opacity:0;transform:rotateY(-90deg)}25%,50%{opacity:1;transform:rotateY(0)}}@keyframes t-sheen{50%{color:var(--primary);transform:translateY(-20px)}}@keyframes t-slide{0%{transform:translate(0)}to{transform:translate(-100%)}}.body-overlay{z-index:9;pointer-events:none;opacity:1;top:0;background-image:url(/imgs/writer/body-bg.webp);background-position:0 0;background-repeat:repeat;width:100vw;height:100vh;position:fixed;inset-inline-start:0}.container-xl{max-width:1550px}.rr-container-1405{max-width:1405px}.text-slider-active .swiper-slide{width:auto}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#d6d6d6}::-webkit-scrollbar-thumb{background:#888}::-webkit-scrollbar-thumb:hover{background:#555}.pos-abs{position:absolute}.circle-text{background:0 0;border-radius:100px;justify-content:center;align-items:center;width:140px;height:140px;padding:14px;display:flex;position:relative}@media only screen and (max-width:991px){.circle-text{width:120px;height:120px}}.circle-text .text{width:100%;height:100%;color:var(--primary);font-size:14px;animation:8s linear infinite textRotation;position:absolute}@keyframes textRotation{to{transform:rotate(360deg)}}.circle-text .text span{text-transform:uppercase;transform-origin:0 65px;font-size:14px;position:absolute;top:0;left:50%}.circle-text .icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.circle-text:before{content:"";border:37px solid #0000;border-radius:50%;width:100%;height:100%;position:absolute}.p-relative{position:relative}.p-absolute{position:absolute}.fix{overflow:hidden}.bg-full{width:100%;height:100%;position:absolute;top:0;left:0}.bg-full img{object-fit:cover;width:100%;height:100%}.border-top-bottom{border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.has-top-line{padding-top:10px;position:relative}.has-top-line:before{content:"";background-color:currentColor;width:100%;height:1px;position:absolute;top:0;left:0}.has-bottom-line{padding-bottom:10px;position:relative}.has-bottom-line:after{content:"";background-color:currentColor;width:100%;height:1px;position:absolute;bottom:0;left:0}.has-left-line{padding-inline-start:35px;display:inline-block;position:relative}.has-left-line:before{content:"";inset-inline-start:0;background-color:currentColor;width:30px;height:1px;position:absolute;top:50%;transform:translateY(-50%)}.has-right-line{padding-inline-end:35px;display:inline-block;position:relative}.has-right-line:after{content:"";inset-inline-end:0;background-color:currentColor;width:30px;height:1px;position:absolute;top:50%;transform:translateY(-50%)}.t-btn-play{width:56px;height:56px;color:var(--primary);border:1.5px solid;border-radius:50%;justify-content:center;align-items:center;font-size:14px;transition:all .5s;display:inline-flex}@media only screen and (max-width:767px){.t-btn-play{border-width:1px;width:50px;height:50px;font-size:12px}}.t-btn-play:hover{color:var(--theme,--action)}.t-btn-play.light,.t-btn-play.light:hover{color:var(--white)}.t-btn-play.dark,.t-btn-play.dark:hover{color:var(--black)}.line-area{position:relative}.lines{justify-content:space-between;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.lines .line{z-index:1;background-color:#00515308;width:1px;height:100%;display:inline-block;position:relative}.t-btn-icon i{color:var(--primary);font-size:20px;transition:all .3s;transform:rotate(-45deg)}.t-btn-icon:hover i{transform:rotate(0)}.list-check li{margin-bottom:10px;padding-inline-start:30px;font-size:18px;font-weight:400;line-height:1.4;position:relative}.list-check li:before{content:"";inset-inline-start:0;background-image:url(/imgs/electrician/check-mark.webp);background-repeat:no-repeat;width:14px;height:14px;position:absolute;top:4px;transform:rotateY(0)}.list-check li:last-child{margin-bottom:0}.list-plus li{width:100%;padding-inline-start:30px;font-size:18px;font-weight:400;line-height:1.4;display:inline-block;position:relative}.list-plus li:before{content:"+";inset-inline-start:0;font-size:30px;font-weight:300;line-height:1;position:absolute;top:-10px}.list-plus li:not(:last-child){margin-bottom:10px}.pos-center{z-index:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pagination-with-dash{color:var(--primary);align-items:center;gap:10px;font-size:14px;display:flex}.pagination-with-dash .dash{background-color:var(--primary);width:100px;height:1px}.pagination-with-dash .swiper-pagination-current{align-items:center;gap:5px;display:flex}.pagination-with-dash .swiper-pagination-current:before{content:url(/imgs/icon/arrow-left.webp)}.pagination-with-dash .swiper-pagination-total{align-items:center;gap:5px;display:flex}.pagination-with-dash .swiper-pagination-total:after{content:url(/imgs/icon/arrow-right.webp)}.t__toggle_switcher .slide-toggle-wrapper{justify-content:center;display:flex}.t__toggle_switcher .slide-toggle-btn{--switcher-width:40px;--switcher-border-width:2px;--switcher-indicator-width:16px;-webkit-user-select:none;user-select:none;background-color:#f0f7f8;justify-content:center;align-items:center;gap:10px;display:flex}.t__toggle_switcher .slide-toggle-btn input{display:none}.t__toggle_switcher .before_label,.t__toggle_switcher .after_label{cursor:pointer;color:var(--primary);font-size:18px}.t__toggle_switcher .toggle-pane{display:none}.t__toggle_switcher .toggle-pane.show{display:block}.t__toggle_switcher.style-1 .switcher{width:var(--switcher-width);border:var(--switcher-border-width) solid #999;cursor:pointer;background-color:#999;border-radius:10px;height:20px;display:inline-block;position:relative}.t__toggle_switcher.style-1 .switcher:before{content:"";width:var(--switcher-indicator-width);height:var(--switcher-indicator-width);background-color:#fff;border-radius:50%;transition:transform .3s;position:absolute;top:50%;left:0;transform:translateY(-50%)}.t__toggle_switcher.style-1 input:checked+.switcher:before{transform:translate(calc(var(--switcher-width) - (var(--switcher-indicator-width) + 2 * var(--switcher-border-width))), -50%)}.t__toggle_switcher.style-1 input:checked+.switcher{background-color:#000;border-color:#000}.t__toggle_switcher.style-2 .before_label,.t__toggle_switcher.style-2 .after_label{z-index:2;color:var(--primary);padding:22px 38px;font-size:16px;line-height:1;position:relative}.t__toggle_switcher.style-2 .before_label:after,.t__toggle_switcher.style-2 .after_label:after{content:"";background-color:var(--theme);z-index:-1;opacity:0;visibility:hidden;border-radius:60px;width:100%;height:100%;transition:transform .3s;position:absolute;top:0;left:0}.t__toggle_switcher.style-2 .before_label.active,.t__toggle_switcher.style-2 .after_label.active{color:var(--primary)}.t__toggle_switcher.style-2 .before_label.active:after,.t__toggle_switcher.style-2 .after_label.active:after{opacity:1;visibility:visible;transform:translate(0)}.t__toggle_switcher.style-2 .before_label:after{transform:translate(100%)}.t__toggle_switcher.style-2 .after_label:after{transform:translate(-100%)}.t__toggle_switcher.style-2 .slide-toggle-btn{border-radius:60px;gap:0}.parallax-view{overflow:hidden}.hover-reveal{cursor:none;position:relative;overflow:hidden}.hover-reveal:hover>:first-child{opacity:1!important}.hover-reveal>:first-child{opacity:0;z-index:1}.section-spacing{padding-top:100px;padding-bottom:100px}@media only screen and (max-width:1919px){.section-spacing{padding-top:90px;padding-bottom:90px}}@media only screen and (max-width:1399px){.section-spacing{padding-top:80px;padding-bottom:80px}}@media only screen and (max-width:1199px){.section-spacing{padding-top:60px;padding-bottom:60px}}.section-spacing-top{padding-top:100px}@media only screen and (max-width:1919px){.section-spacing-top{padding-top:90px}}@media only screen and (max-width:1399px){.section-spacing-top{padding-top:80px}}@media only screen and (max-width:1199px){.section-spacing-top{padding-top:60px}}.section-spacing-bottom{padding-bottom:100px}@media only screen and (max-width:1919px){.section-spacing-bottom{padding-bottom:90px}}@media only screen and (max-width:1399px){.section-spacing-bottom{padding-bottom:80px}}@media only screen and (max-width:1199px){.section-spacing-bottom{padding-bottom:60px}}.container{--bs-gutter-x:30px}@media (min-width:1600px){.container.full-hd{max-width:1920px;margin-left:auto;margin-right:auto;padding-left:0;padding-right:0}}.section-subtitle{text-transform:uppercase;color:var(--primary);font-size:14px;font-weight:400;line-height:20px;display:inline-block}.section-title{font-size:100px}@media only screen and (max-width:1919px){.section-title{font-size:80px}}@media only screen and (max-width:1399px){.section-title{font-size:60px}}@media only screen and (max-width:1199px){.section-title{font-size:50px}}@media only screen and (max-width:991px){.section-title{font-size:40px}}@media only screen and (max-width:767px){.section-title{font-size:35px}}.section-title.font-instrumentsans-medium{font-family:var(--font_instrumentsans);font-weight:500;line-height:.9}.section-title.font-sequelsans-romanbody{font-family:var(--font_sequelsansromanbody);letter-spacing:-.07em;font-weight:310;line-height:.9}@media only screen and (max-width:991px){.section-title.font-sequelsans-romanbody{line-height:1.1}}.section-title.font-thunder-regular{font-family:var(--font_thunder);text-transform:uppercase;font-weight:400;line-height:.85}.section-title.font-thunder-regular span{font-family:var(--font_timesnow);color:#1116;line-height:0;display:inline-block}.section-title.font-bdogrotesk-regular{font-family:var(--font_bdogrotesk);letter-spacing:-.05em;font-weight:400;line-height:.95}@media only screen and (max-width:991px){.section-title.font-bdogrotesk-regular{line-height:1.1}}.section-title.font-tartuffotrial-thin{font-family:var(--font_tartuffotrial);font-weight:100;line-height:1}.text-invert>div{background-image:linear-gradient(to right, var(--primary) 50%, #cdc9c6 51%);color:#0000;background-position-x:100%;background-size:200% 100%;-webkit-background-clip:text;background-clip:text}.offcanvas-overlay{z-index:900;opacity:0;visibility:hidden;background:#000;width:100%;height:100%;transition:all .5s;position:fixed;top:0}.offcanvas-overlay.overlay-open{opacity:.5;visibility:visible}.side-info-close{background-color:var(--white);color:var(--black);border:1px solid var(--black);border-radius:50%;width:40px;height:40px;padding:0;font-size:18px;line-height:38px;transition:all .3s linear}.dark .side-info-close{color:var(--white);background-color:#292828}.side-info-close:hover{transform:rotate(90deg)}.side-info{background:var(--white) none repeat scroll 0 0;z-index:9999;overscroll-behavior-y:contain;scrollbar-width:none;width:500px;height:100%;padding:40px 45px;transition:transform .45s ease-in-out,opacity .45s ease-in-out;position:fixed;top:0;right:0;overflow-y:scroll;transform:translate(calc(100% + 80px))}.dark .side-info{background-color:var(--black)}.side-info ::-webkit-scrollbar{display:none}@media (max-width:575px){.side-info{width:100%;padding:30px}}.side-info.info-open{opacity:1;transform:translate(0)}.offset-header{justify-content:space-between;align-items:center;display:flex}.offset-logo{width:120px}@media (max-width:575px){.offset-logo{width:100px}}.offset-logo img{max-width:120px}.dark .offset-logo .light-logo,.offset-logo .dark-logo{display:none}.dark .offset-logo .dark-logo{display:block}.offset-button{margin-top:40px}@media (min-width:576px){.offset-button{display:none}}.offset-widget-box{margin-top:40px}.offset-widget-box .title{margin-bottom:15px;font-size:24px;line-height:1.33}@media only screen and (max-width:1919px){.offset-widget-box .title{margin-bottom:22px}}.offset-widget-box .contact-meta>:not(:first-child){margin-top:16px}.offset-widget-box .contact-item{align-items:center;gap:14px;display:flex}.offset-widget-box .contact-item span{color:var(--primary);font-weight:500}.offset-widget-box .contact-item span a:hover{color:var(--secondary)}.offset-widget-box .contact-item .icon{border:1px solid var(--primary);width:40px;min-width:40px;height:40px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.mobile-menu{margin-top:40px}.mobile-menu.mean-container .mean-nav>ul{width:100%;margin:0;padding:0;list-style-type:none;display:block!important}.mobile-menu.mean-container .mean-nav>ul>li:last-child>a{border-bottom:1px solid var(--border)}.mobile-menu.mean-container .mean-nav{background:0 0;margin-top:0}.mobile-menu.mean-container .mean-nav .new{color:var(--black-2);background:#ffa38e;border-radius:2px;align-items:center;padding:3px 7px;font-size:10px;font-weight:600;line-height:1;display:flex}.mobile-menu.mean-container .mean-nav ul li a{padding:15px 0;width:100%;color:var(--primary);text-transform:capitalize;border-top:1px solid var(--border);transform:translateY(var(--y)) translateZ(0);box-sizing:border-box;opacity:1;outline:none;justify-content:flex-start;align-items:center;gap:8px;padding-inline-start:0;font-size:18px;font-weight:500;line-height:1;transition:transform .4s,box-shadow .4s;display:flex}@media only screen and (max-width:767px){.mobile-menu.mean-container .mean-nav ul li a{font-size:20px}}.mobile-menu.mean-container .mean-nav ul li a:hover{color:var(--secondary)}.mobile-menu.mean-container .mean-nav ul li a.mean-expand{width:100%;height:48px;color:var(--primary);background:0 0;justify-content:end;font-weight:300;border:none!important}@media only screen and (max-width:767px){.mobile-menu.mean-container .mean-nav ul li a.mean-expand{height:50px}}.mobile-menu.mean-container .mean-nav ul li a.mean-expand:hover{opacity:1}.mobile-menu.mean-container .mean-nav ul li li:first-child{border-top:1px solid var(--border)}.mobile-menu.mean-container .mean-nav ul li li a{text-transform:capitalize;padding:12px 0;padding-inline-start:15px;font-size:16px;border-top:none!important}.mobile-menu.mean-container .mean-nav ul li li a.mean-expand{height:58px}@media only screen and (max-width:991px){.mobile-menu.mean-container .mean-nav ul li li a.mean-expand{height:25px}}@media only screen and (max-width:767px){.mobile-menu.mean-container .mean-nav ul li li a.mean-expand{height:22px}}.mobile-menu.mean-container .mean-nav ul li li li:last-child{border-bottom:1px solid var(--border)}.mobile-menu.mean-container .mean-nav ul li li li a{padding-left:40px}.mobile-menu.mean-container .mean-bar{max-height:auto;background:0 0;padding:0;overflow-y:scroll}.mobile-menu.mean-container .mean-bar::-webkit-scrollbar{width:0}.mobile-menu.mean-container a.meanmenu-reveal{display:none!important}.body-page-inner{z-index:100;background-color:#fff;position:relative}.body-page-inner.dark .header-area-2 .side-toggle{background-color:#1d1c1c}@media (min-width:1650px){.body-page-inner .container.large{--container-max-widths:1620px;--bs-gutter-x:30px;max-width:1650px}}.body-page-inner .header-area-2 .side-toggle{background-color:#f3f3f3}.body-page-inner .header-area-2__inner{border-bottom:1px solid var(--border)}.header-sticky{transition:all .5s}.transformed{z-index:800;width:100%;top:0;left:0;right:0;transform:translateY(-100%);position:fixed!important}.transformed .header-area__inner{height:80px}.sticky{z-index:800;background-color:#fff;width:100%;top:0;left:0;right:0;transform:translateY(0%);position:fixed!important}.sticky .header-area__inner{height:80px}.page-title-wrapper{margin-top:68px;margin-bottom:28px}@media only screen and (max-width:991px){.page-title-wrapper{margin-bottom:10px}}.page-title-wrapper .page-title{font-family:var(--font_thunder);letter-spacing:-.02em;text-align:center;text-transform:uppercase;font-size:495px;font-weight:600;line-height:.8}@media only screen and (max-width:1919px){.page-title-wrapper .page-title{font-size:385px}}@media only screen and (max-width:1399px){.page-title-wrapper .page-title{font-size:325px}}@media only screen and (max-width:1199px){.page-title-wrapper .page-title{font-size:265px}}@media only screen and (max-width:991px){.page-title-wrapper .page-title{font-size:185px}}@media only screen and (max-width:767px){.page-title-wrapper .page-title{font-size:125px}}@media (max-width:575px){.page-title-wrapper .page-title{font-size:90px}}html{--container-max-widths:1320px}@media only screen and (max-width:1399px){html{--container-max-widths:1140px}}@media only screen and (max-width:1199px){html{--container-max-widths:960px}}@media only screen and (max-width:991px){html{--container-max-widths:720px}}@media only screen and (max-width:767px){html{--container-max-widths:540px}}body{color:var(--secondary);background-color:#f8f8f8}.body-wrapper{background-color:var(--white)}.body-wrapper.dark{background-color:var(--black)}.img_anim_reveal{visibility:hidden;overflow:hidden}.img_anim_reveal img{object-fit:cover;transform-origin:0}.anim-reveal,.anim-reveal-line{overflow:hidden}.color-white{color:var(--white)}.color-black{color:var(--black)}.color-primary{color:var(--primary)}.color-secondary{color:var(--secondary)}.bg-white{background-color:var(--white)}.bg-black{background-color:var(--black)}.bg-primary{background-color:var(--primary)}.bg-secondary{background-color:var(--secondary)}.bg-transparent{background-color:#0000!important}.bg-theme{background-color:var(--theme)!important}.zi-1{z-index:1}.zi-2{z-index:2}.zi-0{z-index:0}.zi--1{z-index:-1}.text-underline{text-underline-offset:5px;text-decoration-skip-ink:none;text-decoration:underline;text-decoration-thickness:2px}.header__area-6{position:unset}.vertically-center{flex-direction:column;justify-content:center;height:100%;display:flex}.text-indent-40{text-indent:40px}.text-indent-50{text-indent:50px}header{z-index:100;margin-bottom:-1px}section{margin-bottom:-1px}.mb--1{margin-bottom:-5px}.dir-rtl{direction:rtl}.show-dark{display:inline-block}.show-light{display:none}.line-divider-sm{background-color:var(--black-9);height:.5px}.admin-bar header,.admin-bar .body-wrapper{margin-top:32px}.swiper,.swiper-container{direction:ltr}.border-e-0{border-inline-end:0!important}.border-s-0{border-inline-start:0!important}.service-area-service-page .section-header{border-top:1px solid var(--border);padding-top:37px}@media only screen and (max-width:991px){.service-area-service-page .section-header{padding-top:7px}}.service-area-service-page .section-title-wrapper{grid-template-columns:1fr 1235px;gap:15px 60px;display:grid}@media only screen and (max-width:1919px){.service-area-service-page .section-title-wrapper{grid-template-columns:1fr 1000px}}@media only screen and (max-width:1399px){.service-area-service-page .section-title-wrapper{grid-template-columns:1fr 850px}}@media only screen and (max-width:1199px){.service-area-service-page .section-title-wrapper{grid-template-columns:1fr 750px}}@media only screen and (max-width:991px){.service-area-service-page .section-title-wrapper{grid-template-columns:1fr}}.service-area-service-page .subtitle-wrapper{margin-top:8px}.service-area-service-page .section-title{max-width:800px}@media only screen and (max-width:1919px){.service-area-service-page .section-title{max-width:700px}}@media only screen and (max-width:1399px){.service-area-service-page .section-title{max-width:500px}}.service-area-service-page .services-wrapper-box{margin-top:94px}@media only screen and (max-width:1919px){.service-area-service-page .services-wrapper-box{margin-top:64px}}@media only screen and (max-width:991px){.service-area-service-page .services-wrapper-box{margin-top:44px}}.service-area-service-page .service-content-wrapper{background-color:#0000}.service-area-service-page .service-content-wrapper .service-content .text.text-invert>div{background-image:linear-gradient(90deg,#111 50%,#1111114d 51%)}.dark .service-area-service-page .service-content-wrapper .service-content .text.text-invert>div{background-image:linear-gradient(90deg,#fff 50%,#ffffff4d 51%)}.service-area-service-page .services-wrapper-2 .service-box{background-color:var(--white);border-color:var(--border)}.dark .service-area-service-page .services-wrapper-2 .service-box{background-color:var(--black)}.service-area-service-page .services-wrapper-2 .service-box:last-child{border-color:var(--border)}.service-area-service-page .services-wrapper-2 .service-box-wrapper{background-color:var(--border)}.service-area-service-page .services-wrapper-2 .service-box .number,.service-area-service-page .services-wrapper-2 .service-box .title,.service-area-service-page .services-wrapper-2 .service-box .text{color:var(--primary)}.service-area-service-page .capabilities-area-2 .capability-box .title{font-family:var(--font_thunder);text-transform:uppercase;font-size:100px;font-weight:400;line-height:.85}.client-area-service-page .section-title{max-width:1430px}@media only screen and (max-width:1919px){.client-area-service-page .section-title{max-width:1130px}}.client-area-service-page .section-title span{color:var(--primary)}.client-area-service-page .section-content{margin-top:20px}.client-area-service-page .section-content .text-wrapper{max-width:505px;margin-top:133px;margin-left:545px}@media only screen and (max-width:1919px){.client-area-service-page .section-content .text-wrapper{margin-top:83px}}@media only screen and (max-width:1399px){.client-area-service-page .section-content .text-wrapper{margin-top:63px;margin-left:345px}}@media only screen and (max-width:991px){.client-area-service-page .section-content .text-wrapper{margin-top:43px;margin-left:auto}}@media only screen and (max-width:767px){.client-area-service-page .section-content .text-wrapper{max-width:100%;margin-top:23px}}.client-area-service-page .client-capsule-wrapper{pointer-events:none;height:633px;margin-top:-200px;position:relative;overflow:hidden}@media only screen and (max-width:1919px){.client-area-service-page .client-capsule-wrapper{height:533px}}@media only screen and (max-width:1399px){.client-area-service-page .client-capsule-wrapper{height:483px}}@media only screen and (max-width:991px){.client-area-service-page .client-capsule-wrapper{height:433px}}.client-area-service-page .client-capsule-wrapper>*{-webkit-user-select:none;user-select:none;pointer-events:auto;margin-bottom:0;transition:none;display:inline-block;position:absolute;top:0;left:0}.client-area-service-page .client-box{background-color:var(--primary);border-radius:100px;justify-content:center;align-items:center;width:215px;height:100px;padding:10px 20px;display:inline-flex;transform:translate(-50%,-50%)rotate(0)}@media only screen and (max-width:1919px){.client-area-service-page .client-box{width:165px;height:70px}}@media only screen and (max-width:1399px){.client-area-service-page .client-box{width:135px;height:50px}}@media only screen and (max-width:991px){.client-area-service-page .client-box{width:105px;height:40px}}@media only screen and (max-width:767px){.client-area-service-page .client-box{width:85px;height:30px}}.client-area-service-page .client-box img{pointer-events:none;max-width:100%;max-height:100%}.client-area-service-page .line{border-bottom:1px solid var(--primary)}.client-area-service-page .lines-wrapper{gap:5px 0;display:grid}@media only screen and (max-width:1399px){.client-area-service-page .lines-wrapper{gap:3px 0}}@media only screen and (max-width:767px){.client-area-service-page .lines-wrapper{gap:1px 0}}.service-scroll-area{position:relative}.service-scroll-area .service-scroll-area-inner .section-header{border-top:1px solid var(--border);margin-bottom:80px;padding-top:37px}@media only screen and (max-width:991px){.service-scroll-area .service-scroll-area-inner .section-header{margin-bottom:50px;padding-top:7px}}.service-scroll-area .service-scroll-area-inner .section-title-wrapper{grid-template-columns:1fr 1235px;gap:15px 60px;display:grid}@media only screen and (max-width:1919px){.service-scroll-area .service-scroll-area-inner .section-title-wrapper{grid-template-columns:1fr 1000px}}@media only screen and (max-width:1399px){.service-scroll-area .service-scroll-area-inner .section-title-wrapper{grid-template-columns:1fr 850px}}@media only screen and (max-width:1199px){.service-scroll-area .service-scroll-area-inner .section-title-wrapper{grid-template-columns:1fr 750px}}@media only screen and (max-width:991px){.service-scroll-area .service-scroll-area-inner .section-title-wrapper{grid-template-columns:1fr}}.service-scroll-area .service-scroll-area-inner .subtitle-wrapper{margin-top:8px}.service-scroll-area .service-scroll-area-inner .section-title{max-width:800px}@media only screen and (max-width:1919px){.service-scroll-area .service-scroll-area-inner .section-title{max-width:700px}}@media only screen and (max-width:1399px){.service-scroll-area .service-scroll-area-inner .section-title{max-width:500px}}.service-scroll-cards{position:relative}.service-scroll-card{width:100%;min-height:100vh;position:relative}@media only screen and (max-width:991px){.service-scroll-card{min-height:auto;margin-bottom:60px}}.service-scroll-card-inner{background-color:var(--white);transform-origin:50%;grid-template-columns:1fr 1fr;align-items:center;gap:60px;min-height:100vh;padding:60px 0;display:grid;position:relative}.dark .service-scroll-card-inner{background-color:var(--black)}@media only screen and (max-width:1199px){.service-scroll-card-inner{gap:40px}}@media only screen and (max-width:991px){.service-scroll-card-inner{grid-template-columns:1fr;gap:30px;min-height:auto;padding:40px 0}}.service-scroll-content{padding-right:40px}@media only screen and (max-width:991px){.service-scroll-content{padding-right:0}}.service-scroll-number span{font-family:var(--font_thunder);color:var(--primary);opacity:.12;font-size:200px;font-weight:400;line-height:.8;display:inline-block}@media only screen and (max-width:1919px){.service-scroll-number span{font-size:160px}}@media only screen and (max-width:1399px){.service-scroll-number span{font-size:130px}}@media only screen and (max-width:991px){.service-scroll-number span{font-size:100px}}.service-scroll-title{font-family:var(--font_thunder);text-transform:uppercase;color:var(--primary);margin-top:20px;font-size:80px;font-weight:400;line-height:1}@media only screen and (max-width:1919px){.service-scroll-title{font-size:65px}}@media only screen and (max-width:1399px){.service-scroll-title{font-size:55px}}@media only screen and (max-width:1199px){.service-scroll-title{font-size:45px}}@media only screen and (max-width:991px){.service-scroll-title{font-size:40px}}.service-scroll-title a:hover{color:var(--secondary)}.service-scroll-desc{color:var(--primary);opacity:.7;max-width:480px;margin-top:20px;font-size:18px;line-height:1.6}@media only screen and (max-width:991px){.service-scroll-desc{font-size:16px}}.service-scroll-list{border-top:1px dashed #878482;margin-top:30px}.service-scroll-list li{font-family:var(--font_thunder);color:var(--primary);text-transform:uppercase;border-bottom:1px dashed #878482;align-items:center;padding-top:12px;padding-bottom:8px;font-size:24px;font-weight:400;line-height:36px;transition:padding-left .3s,color .3s;display:flex}.service-scroll-list li:before{content:"+";margin-right:8px;transition:transform .3s}.service-scroll-list li:hover{padding-left:10px}.service-scroll-list li:hover:before{transform:rotate(90deg)}.service-scroll-list li a:hover{color:var(--secondary)}.service-scroll-cta{margin-top:35px}.service-scroll-cta .btn-explore{text-transform:uppercase;letter-spacing:.05em;color:var(--primary);border-bottom:1px solid var(--primary);align-items:center;gap:10px;padding-bottom:4px;font-size:16px;font-weight:500;transition:gap .3s,color .3s;display:inline-flex}.service-scroll-cta .btn-explore:hover{color:var(--secondary);border-color:var(--secondary);gap:16px}.service-scroll-cta .btn-explore svg{width:12px;height:12px;transition:transform .3s}.service-scroll-cta .btn-explore:hover svg{transform:translate(3px,-3px)}.service-scroll-image{border-radius:16px;position:relative;overflow:hidden}@media only screen and (max-width:991px){.service-scroll-image{border-radius:10px}}.service-scroll-image-inner{border-radius:16px;overflow:hidden}@media only screen and (max-width:991px){.service-scroll-image-inner{border-radius:10px}}.service-scroll-image-inner img{object-fit:cover;width:100%;height:auto;display:block}.service-scroll-progress{background-color:#88848226;width:100%;height:3px;position:absolute;bottom:0;left:0}@media only screen and (max-width:991px){.service-scroll-progress{display:none}}.service-scroll-progress-bar{background-color:var(--primary);transform-origin:0;width:100%;height:100%;transform:scaleX(0)}.hero-area-service-details .service-meta{grid-template-columns:1fr 1045px;gap:10px 60px;margin-top:27px;display:grid;position:relative}@media only screen and (max-width:1919px){.hero-area-service-details .service-meta{grid-template-columns:1fr 845px}}@media only screen and (max-width:1399px){.hero-area-service-details .service-meta{grid-template-columns:1fr 645px}}@media only screen and (max-width:1199px){.hero-area-service-details .service-meta{grid-template-columns:1fr 585px}}@media only screen and (max-width:991px){.hero-area-service-details .service-meta{grid-template-columns:1fr}}.hero-area-service-details .service-meta .serial,.hero-area-service-details .service-meta .tag{font-size:18px;font-weight:400;line-height:20px;display:inline-block}.hero-area-service-details .service-meta .next-item{font-size:18px;font-weight:400;line-height:20px;display:inline-block;position:absolute;top:0;right:0}.hero-area-service-details .section-header{grid-template-columns:1045px;justify-content:flex-end;margin-top:84px;display:grid}@media only screen and (max-width:1919px){.hero-area-service-details .section-header{grid-template-columns:845px;margin-top:64px}}@media only screen and (max-width:1399px){.hero-area-service-details .section-header{grid-template-columns:645px}}@media only screen and (max-width:1199px){.hero-area-service-details .section-header{grid-template-columns:585px;margin-top:44px}}@media only screen and (max-width:991px){.hero-area-service-details .section-header{grid-template-columns:1fr}}.hero-area-service-details .section-content-wrapper{grid-template-columns:1fr 1045px;gap:40px 60px;margin-top:94px;display:grid}@media only screen and (max-width:1919px){.hero-area-service-details .section-content-wrapper{grid-template-columns:1fr 845px;margin-top:64px}}@media only screen and (max-width:1399px){.hero-area-service-details .section-content-wrapper{grid-template-columns:1fr 645px}}@media only screen and (max-width:1199px){.hero-area-service-details .section-content-wrapper{grid-template-columns:1fr 585px;margin-top:44px}}@media only screen and (max-width:991px){.hero-area-service-details .section-content-wrapper{grid-template-columns:1fr}}.hero-area-service-details .section-content .text{max-width:420px;font-size:18px;font-weight:400;line-height:26px}.hero-area-service-details .section-thumb img{width:100%}.hero-area-service-details .feature-list{margin-top:26px}.hero-area-service-details .feature-list li{color:var(--primary);align-items:center;font-size:18px;font-weight:400;line-height:26px;display:flex}.hero-area-service-details .feature-list li:before{content:"+";margin-right:5px}.approach-area-service-details-page .section-header{margin-top:32px}.approach-area-service-details-page .section-title-wrapper{grid-template-columns:1fr 1125px;align-items:flex-end;gap:20px 60px;display:grid}@media only screen and (max-width:1919px){.approach-area-service-details-page .section-title-wrapper{grid-template-columns:1fr 905px}}@media only screen and (max-width:1399px){.approach-area-service-details-page .section-title-wrapper{grid-template-columns:1fr 675px}}@media only screen and (max-width:1199px){.approach-area-service-details-page .section-title-wrapper{grid-template-columns:1fr 575px}}@media only screen and (max-width:991px){.approach-area-service-details-page .section-title-wrapper{grid-template-columns:1fr}}.approach-area-service-details-page .section-subtitle{font-family:var(--font_sequelsansromanbody);letter-spacing:-.07em;color:var(--primary);text-transform:unset;font-size:30px;font-weight:310;line-height:1.16}@media only screen and (max-width:1919px){.approach-area-service-details-page .section-subtitle{font-size:24px}}@media only screen and (max-width:991px){.approach-area-service-details-page .section-subtitle{font-size:18px}.approach-area-service-details-page .section-subtitle br{display:none}}.approach-area-service-details-page .section-title{max-width:875px}@media (min-width:1200px){.approach-area-service-details-page .section-title{font-size:50px;line-height:1}}.approach-area-service-details-page .approach-wrapper-box{grid-template-columns:1fr 1125px;align-items:flex-start;gap:20px 60px;margin-top:94px;margin-bottom:50px;display:grid}@media only screen and (max-width:1919px){.approach-area-service-details-page .approach-wrapper-box{grid-template-columns:1fr 905px;margin-top:64px}}@media only screen and (max-width:1399px){.approach-area-service-details-page .approach-wrapper-box{grid-template-columns:1fr 675px}}@media only screen and (max-width:1199px){.approach-area-service-details-page .approach-wrapper-box{grid-template-columns:1fr 575px}}@media only screen and (max-width:991px){.approach-area-service-details-page .approach-wrapper-box{grid-template-columns:1fr;margin-top:44px}}.approach-area-service-details-page .approach-wrapper-box .steps{font-family:var(--font_sequelsansromanbody);letter-spacing:-.07em;color:var(--primary);font-size:265px;font-weight:310;line-height:.65}@media only screen and (max-width:1919px){.approach-area-service-details-page .approach-wrapper-box .steps{font-size:205px}}@media only screen and (max-width:1399px){.approach-area-service-details-page .approach-wrapper-box .steps{font-size:165px}}@media only screen and (max-width:991px){.approach-area-service-details-page .approach-wrapper-box .steps{display:none}}.approach-area-service-details-page .approach-wrapper{border-top:1px dashed #878482}.approach-area-service-details-page .approach-box{border-bottom:1px dashed #878482;grid-template-columns:60px 1fr 595px;align-items:flex-start;gap:10px 50px;padding-top:24px;padding-bottom:24px;display:grid}@media only screen and (max-width:1919px){.approach-area-service-details-page .approach-box{grid-template-columns:60px 1fr 395px}}@media only screen and (max-width:1399px){.approach-area-service-details-page .approach-box{grid-template-columns:60px 1fr}}@media only screen and (max-width:991px){.approach-area-service-details-page .approach-box{gap:10px 30px}}@media (max-width:575px){.approach-area-service-details-page .approach-box{grid-template-columns:30px 1fr}}.approach-area-service-details-page .approach-box .number{color:var(--primary);font-size:18px;font-weight:400;line-height:26px}@media only screen and (max-width:1399px){.approach-area-service-details-page .approach-box .number{grid-row:span 2}}.approach-area-service-details-page .approach-box .title{letter-spacing:-.07em;font-size:30px;font-weight:310;line-height:30px}@media only screen and (max-width:1919px){.approach-area-service-details-page .approach-box .title{font-size:24px}}.approach-area-service-details-page .approach-box .text{font-size:18px;font-weight:400;line-height:26px}.feature-area{background-color:var(--bg)}.feature-area .features-wrapper-box{margin-top:44px}.feature-area .features-wrapper{grid-template-columns:repeat(4,1fr);gap:60px;display:grid;overflow:hidden}@media only screen and (max-width:1919px){.feature-area .features-wrapper{gap:60px 40px}}@media only screen and (max-width:1199px){.feature-area .features-wrapper{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:767px){.feature-area .features-wrapper{grid-template-columns:repeat(1,1fr)}}.feature-area .features-wrapper>:nth-child(2n) .thumb{order:2}@media only screen and (max-width:1199px){.feature-area .features-wrapper>:nth-child(2n) .thumb{order:unset}}.feature-area .feature-box{gap:175px;display:grid;position:relative}@media only screen and (max-width:1919px){.feature-area .feature-box{gap:95px}}@media only screen and (max-width:1399px){.feature-area .feature-box{gap:75px}}@media only screen and (max-width:1199px){.feature-area .feature-box{gap:45px}}.feature-area .feature-box:before{content:"";background-color:#ffffff1a;width:1px;height:100%;position:absolute;top:0;left:-30px}@media only screen and (max-width:1919px){.feature-area .feature-box:before{left:-20px}}.feature-area .feature-box .thumb img{height:80px}@media only screen and (max-width:1919px){.feature-area .feature-box .thumb img{height:60px}}.feature-area .feature-box .title{letter-spacing:-.07em;color:var(--white);font-size:30px;font-weight:310;line-height:1}@media only screen and (max-width:1919px){.feature-area .feature-box .title{font-size:24px}}.feature-area .feature-box .text{color:var(--white-2);margin-top:30px;font-size:20px;font-weight:400;line-height:28px}@media only screen and (max-width:1919px){.feature-area .feature-box .text{margin-top:20px;font-size:18px}}.value-area{background-color:var(--bg)}.value-area .section-content-wrapper{grid-template-columns:605px 905px;justify-content:space-between;align-items:flex-start;gap:40px 60px;margin-top:32px;margin-bottom:45px;display:grid}@media only screen and (max-width:1919px){.value-area .section-content-wrapper{grid-template-columns:1fr 770px}}@media only screen and (max-width:1199px){.value-area .section-content-wrapper{grid-template-columns:1fr}}.value-area .section-thumb{max-width:660px;margin-top:11px}.value-area .section-thumb img{width:100%}.value-area .section-title{letter-spacing:-.07em;color:var(--white);max-width:660px}@media (min-width:1200px){.value-area .section-title{font-size:50px;font-weight:315;line-height:55px}}.value-area .values-wrapper{margin-top:56px}@media only screen and (max-width:991px){.value-area .values-wrapper{margin-top:36px}}.value-area .value-box{grid-template-columns:330px 1fr;gap:20px 80px;display:grid}@media only screen and (max-width:1919px){.value-area .value-box{grid-template-columns:230px 1fr}}@media only screen and (max-width:991px){.value-area .value-box{grid-template-columns:130px 1fr}}@media only screen and (max-width:767px){.value-area .value-box{grid-template-columns:1fr}}.value-area .value-box:not(:first-child){margin-top:68px}@media only screen and (max-width:991px){.value-area .value-box:not(:first-child){margin-top:38px}}.value-area .value-box .number{letter-spacing:-.07em;color:var(--white);border-top:1px solid #fcf7f333;margin-top:6px;padding-top:17px;font-size:100px;font-weight:310;line-height:.9}@media only screen and (max-width:1919px){.value-area .value-box .number{font-size:80px}}@media only screen and (max-width:1399px){.value-area .value-box .number{font-size:60px}}@media only screen and (max-width:1199px){.value-area .value-box .number{font-size:50px}}@media only screen and (max-width:991px){.value-area .value-box .number{font-size:40px}}@media only screen and (max-width:767px){.value-area .value-box .number{font-size:35px}}.value-area .value-box .text{color:var(--white-2);font-size:20px;font-weight:400;line-height:26px}@media only screen and (max-width:1919px){.value-area .value-box .text{font-size:18px}}.faq-area .section-header{border-top:1px solid var(--border);margin-top:50px;padding-top:37px}@media only screen and (max-width:991px){.faq-area .section-header{margin-top:10px;padding-top:7px}}.faq-area .section-title-wrapper{grid-template-columns:1fr 1235px;gap:15px 60px;display:grid}@media only screen and (max-width:1919px){.faq-area .section-title-wrapper{grid-template-columns:1fr 1000px}}@media only screen and (max-width:1399px){.faq-area .section-title-wrapper{grid-template-columns:1fr 850px}}@media only screen and (max-width:1199px){.faq-area .section-title-wrapper{grid-template-columns:1fr 750px}}@media only screen and (max-width:991px){.faq-area .section-title-wrapper{grid-template-columns:1fr}}.faq-area .subtitle-wrapper{margin-top:8px}.faq-area .section-title{max-width:1005px}@media only screen and (max-width:1919px){.faq-area .section-title{max-width:905px}}@media only screen and (max-width:1399px){.faq-area .section-title{max-width:705px}}.faq-area .accordion-wrapper{max-width:1235px;margin-top:93px;margin-bottom:10px;margin-left:auto}@media only screen and (max-width:1919px){.faq-area .accordion-wrapper{max-width:1000px;margin-top:63px}}@media only screen and (max-width:1399px){.faq-area .accordion-wrapper{max-width:850px;margin-top:43px}}@media only screen and (max-width:1199px){.faq-area .accordion-wrapper{max-width:750px}}.faq-area .accordion{border-top:1px solid var(--border);counter-reset:accordion}.faq-area .accordion-button{letter-spacing:-.07em;color:var(--primary);box-shadow:none;background-color:#0000;outline:0;padding:30px 0 33px;font-size:30px;font-weight:310;line-height:1.16;border-radius:0!important}@media only screen and (max-width:1919px){.faq-area .accordion-button{padding:20px 0 23px;font-size:24px}}@media only screen and (max-width:767px){.faq-area .accordion-button{font-size:20px}}.faq-area .accordion-button:after{content:"+";font-family:var(--font_awesome);background-image:none;width:auto;height:auto}.faq-area .accordion-button:not(.collapsed){pointer-events:none}.faq-area .accordion-button:not(.collapsed):after{content:"-"}.faq-area .accordion-item{border:none;border-bottom:1px solid var(--border);background-color:#0000;padding-left:130px;transition:all .5s;position:relative}@media only screen and (max-width:991px){.faq-area .accordion-item{padding-left:80px}}@media only screen and (max-width:767px){.faq-area .accordion-item{padding-left:50px}}.faq-area .accordion-item:before{counter-increment:accordion;content:counter(accordion, decimal-leading-zero);font-family:var(--font_sequelsansromanbody);letter-spacing:-.07em;color:var(--primary);font-size:30px;font-weight:310;line-height:1.16;transition:all .5s;position:absolute;top:30px;left:0}@media only screen and (max-width:1919px){.faq-area .accordion-item:before{font-size:24px;top:20px}}@media only screen and (max-width:767px){.faq-area .accordion-item:before{font-size:20px}}.faq-area .accordion-body{color:var(--secondary);border:none;padding:4px 0 43px;font-size:20px;font-weight:400;line-height:28px}.sub-services-area .section-header{border-top:1px solid var(--border);margin-bottom:80px;padding-top:37px}@media only screen and (max-width:991px){.sub-services-area .section-header{margin-bottom:50px;padding-top:7px}}.sub-services-area .section-title-wrapper{grid-template-columns:1fr 1235px;gap:15px 60px;display:grid}@media only screen and (max-width:1919px){.sub-services-area .section-title-wrapper{grid-template-columns:1fr 1000px}}@media only screen and (max-width:1399px){.sub-services-area .section-title-wrapper{grid-template-columns:1fr 850px}}@media only screen and (max-width:1199px){.sub-services-area .section-title-wrapper{grid-template-columns:1fr 750px}}@media only screen and (max-width:991px){.sub-services-area .section-title-wrapper{grid-template-columns:1fr}}.sub-services-area .subtitle-wrapper{margin-top:8px}.sub-services-area .section-title{max-width:800px}@media only screen and (max-width:1919px){.sub-services-area .section-title{max-width:700px}}@media only screen and (max-width:1399px){.sub-services-area .section-title{max-width:500px}}.sub-services-list{max-width:1235px;margin-left:auto}@media only screen and (max-width:1919px){.sub-services-list{max-width:1000px}}@media only screen and (max-width:1399px){.sub-services-list{max-width:850px}}@media only screen and (max-width:1199px){.sub-services-list{max-width:750px}}.sub-service-item{border-bottom:1px solid var(--border);grid-template-columns:1fr 500px;align-items:center;gap:40px 60px;padding:60px 0;display:grid}@media only screen and (max-width:1919px){.sub-service-item{grid-template-columns:1fr 400px;padding:50px 0}}@media only screen and (max-width:1399px){.sub-service-item{grid-template-columns:1fr 350px;gap:30px 40px}}@media only screen and (max-width:991px){.sub-service-item{grid-template-columns:1fr;padding:40px 0}}.sub-service-item:first-child{border-top:1px dashed #878482}.sub-service-item:nth-child(2n) .sub-service-image{order:-1}@media only screen and (max-width:991px){.sub-service-item:nth-child(2n) .sub-service-image{order:unset}}.sub-service-content{gap:30px;display:flex}@media only screen and (max-width:767px){.sub-service-content{flex-direction:column;gap:15px}}.sub-service-number span{font-family:var(--font_thunder);color:var(--primary);opacity:.12;font-size:120px;font-weight:400;line-height:.8}@media only screen and (max-width:1919px){.sub-service-number span{font-size:100px}}@media only screen and (max-width:1399px){.sub-service-number span{font-size:80px}}@media only screen and (max-width:991px){.sub-service-number span{font-size:60px}}.sub-service-title{letter-spacing:-.07em;color:var(--primary);font-size:30px;font-weight:310;line-height:1.16}@media only screen and (max-width:1919px){.sub-service-title{font-size:26px}}@media only screen and (max-width:991px){.sub-service-title{font-size:22px}}.sub-service-desc{color:var(--secondary);max-width:560px;margin-top:20px;font-size:18px;font-weight:400;line-height:26px}@media only screen and (max-width:991px){.sub-service-desc{margin-top:15px;font-size:16px}}.sub-service-image{border-radius:12px;overflow:hidden}@media only screen and (max-width:991px){.sub-service-image{border-radius:8px}}.sub-service-image img{object-fit:cover;width:100%;height:auto;transition:transform .6s;display:block}.sub-service-image:hover img{transform:scale(1.05)}.coming-soon-products .coming-soon-header{border-top:1px solid var(--border);margin-bottom:60px;padding-top:37px}@media only screen and (max-width:991px){.coming-soon-products .coming-soon-header{margin-bottom:40px;padding-top:7px}}.coming-soon-products .coming-soon-badge{text-transform:uppercase;letter-spacing:.1em;color:var(--primary);align-items:center;gap:8px;margin-bottom:24px;font-size:14px;font-weight:500;display:inline-flex}.coming-soon-products .coming-soon-badge .badge-dot{background-color:#06d6a0;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse-dot}.coming-soon-products .coming-soon-title{max-width:600px}@media (min-width:1200px){.coming-soon-products .coming-soon-title{letter-spacing:-.07em;font-size:50px;font-weight:315;line-height:55px}}.coming-soon-products .coming-soon-desc{color:var(--secondary);max-width:560px;margin-top:20px;font-size:18px;line-height:26px}@media only screen and (max-width:991px){.coming-soon-products .coming-soon-desc{font-size:16px}}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.products-grid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}@media only screen and (max-width:1399px){.products-grid{gap:20px}}@media only screen and (max-width:1199px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:767px){.products-grid{grid-template-columns:1fr}}.product-card{border-radius:16px;position:relative;overflow:hidden}@media only screen and (max-width:991px){.product-card{border-radius:12px}}.product-card-inner{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff08;border:1px solid #ffffff0f;border-radius:16px;flex-direction:column;height:100%;padding:40px 30px;transition:border-color .4s,background .4s;display:flex}@media only screen and (max-width:1919px){.product-card-inner{padding:30px 24px}}@media only screen and (max-width:991px){.product-card-inner{border-radius:12px;padding:28px 20px}}.product-card-inner:hover{background:#ffffff0d;border-color:#ffffff1f}.product-badge{text-transform:uppercase;letter-spacing:.12em;color:var(--secondary);margin-bottom:24px;font-size:11px;font-weight:500}.product-icon{margin-bottom:30px}.product-icon i{color:var(--primary);font-size:44px;line-height:1;display:inline-block}@media only screen and (max-width:1919px){.product-icon i{font-size:38px}}.product-icon img{object-fit:contain;width:60px;height:60px}@media only screen and (max-width:1919px){.product-icon img{width:50px;height:50px}}.product-title{letter-spacing:-.07em;color:var(--primary);margin-bottom:16px;font-size:24px;font-weight:310;line-height:1.2}@media only screen and (max-width:1919px){.product-title{font-size:22px}}.product-desc{color:var(--secondary);flex-grow:1;font-size:16px;line-height:24px}@media only screen and (max-width:1919px){.product-desc{font-size:15px}}.product-status{text-transform:uppercase;letter-spacing:.08em;color:var(--secondary);border-top:1px solid #ffffff0f;align-items:center;gap:8px;margin-top:24px;padding-top:20px;font-size:13px;font-weight:400;display:flex}.product-status .status-indicator{background-color:#e9c46a;border-radius:50%;width:6px;height:6px;animation:2.5s infinite pulse-dot}
