*{box-sizing:border-box}
p,li{font-size:14px;line-height:1.6}
.site-header{position:fixed;top:0;left:0;width:100%;height:82px;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid rgba(7,27,59,.07);z-index:9999;transition:.35s}
.site-header.scrolled{height:70px;background:rgba(255,255,255,.86);box-shadow:0 10px 35px rgba(7,27,59,.09)}
.header-container{width:min(1440px,calc(100% - 60px));height:100%;margin:auto;display:flex;align-items:center;justify-content:space-between}
.site-logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0}
.site-logo img{display:block;width:auto;height:58px;object-fit:contain;transition:.3s}
.site-header.scrolled .site-logo img{height:50px}
.main-nav{height:100%;display:flex;align-items:center;justify-content:center;gap:34px;margin-left:auto;margin-right:80px}
.main-nav a{position:relative;display:flex;align-items:center;height:100%;color:#151515;text-decoration:none;font-size:14px;font-weight:600;white-space:nowrap;transition:.25s}
.main-nav a:after{content:"";position:absolute;left:50%;bottom:17px;width:0;height:2px;border-radius:5px;background:#2787d2;transform:translateX(-50%);transition:.3s}
.main-nav a:hover{color:#2787d2}
.main-nav a:hover:after,.main-nav a.active:after{width:20px}
.main-nav a.active{color:#2787d2}
.header-actions{display:flex;align-items:center;gap:20px}
.header-icon{position:relative;width:23px;height:23px;padding:0;border:0;background:none;display:flex;align-items:center;justify-content:center;color:#111;text-decoration:none;cursor:pointer}
.header-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;transition:.25s}
.header-icon:hover{color:#2787d2}
.header-cart .cart-count{position:absolute;top:-7px;right:-8px;min-width:17px;height:17px;padding:0 4px;border-radius:20px;background:#078c8d;color:#fff;display:grid;place-items:center;font-size:8px;font-weight:800;line-height:1}
.header-search{position:absolute;top:82px;right:max(30px,calc((100% - 1440px)/2));width:360px;padding:12px;background:#fff;border:1px solid #e5eaf0;border-radius:10px;box-shadow:0 18px 45px rgba(7,27,59,.12);opacity:0;visibility:hidden;transform:translateY(-10px);transition:.3s}
.site-header.scrolled .header-search{top:70px}
.header-search.open{opacity:1;visibility:visible;transform:translateY(0)}
.header-search form{display:flex;gap:8px}
.header-search input{width:100%;height:42px;padding:0 13px;border:1px solid #e1e7ed;border-radius:6px;outline:none;color:#132744;font-size:12px}
.header-search input:focus{border-color:#2787d2}
.header-search button{height:42px;padding:0 17px;border:0;border-radius:6px;background:#071b3b;color:#fff;font-size:11px;font-weight:700;cursor:pointer}
.menu-toggle{display:none;width:24px;height:24px;padding:0;border:0;background:none;cursor:pointer;flex-direction:column;justify-content:center;gap:5px}
.menu-toggle span{display:block;width:22px;height:2px;border-radius:3px;background:#071b3b;transition:.3s}
body{padding-top:82px}
@media(max-width:1100px){.header-container{width:calc(100% - 40px)}.main-nav{gap:22px;margin-right:40px}.main-nav a{font-size:13px}.header-actions{gap:15px}}
@media(max-width:850px){.site-header{height:74px}.site-header.scrolled{height:68px}.site-logo img{height:53px}.site-header.scrolled .site-logo img{height:48px}body{padding-top:74px}.main-nav{position:fixed;top:74px;left:0;width:100%;height:auto;max-height:calc(100vh - 74px);overflow-y:auto;padding:15px 20px 25px;background:rgba(255,255,255,.98);backdrop-filter:blur(20px);display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;margin:0;border-top:1px solid #edf0f3;box-shadow:0 20px 35px rgba(7,27,59,.1);opacity:0;visibility:hidden;transform:translateY(-12px);transition:.3s}.main-nav.open{opacity:1;visibility:visible;transform:translateY(0)}.main-nav a{height:auto;padding:16px 5px;border-bottom:1px solid #edf0f3;font-size:14px}.main-nav a:last-child{border-bottom:0}.main-nav a:after{display:none}.main-nav a.active{color:#2787d2}.header-actions{margin-left:auto}.menu-toggle{display:flex}.header-search{top:74px;right:20px;width:min(360px,calc(100% - 40px))}.site-header.scrolled .header-search{top:68px}}
@media(max-width:500px){.header-container{width:calc(100% - 28px)}.site-logo img{height:49px}.site-header.scrolled .site-logo img{height:45px}.header-actions{gap:12px}.header-actions>.header-icon:nth-child(2){display:none}.header-icon{width:21px}.header-icon svg{width:20px;height:20px}}

.video-hero{position:relative;width:100%;height:calc(100vh - 82px);min-height:650px;overflow:hidden;background:#080808;color:#fff}
.video-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.video-hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(0,0,0,.78) 0%,rgba(0,0,0,.45) 48%,rgba(0,0,0,.18) 100%),linear-gradient(0deg,rgba(0,0,0,.72) 0%,transparent 40%,rgba(0,0,0,.25) 100%)}
.video-hero-content{position:relative;z-index:3;width:min(1320px,calc(100% - 70px));height:100%;margin:auto;display:flex;flex-direction:column;justify-content:center;padding-bottom:35px}
.video-hero-tag{display:flex;align-items:center;gap:12px;margin-bottom:24px;font-size:10px;font-weight:700;letter-spacing:3px;color:rgba(255,255,255,.72)}
.video-hero-tag span{display:block;width:38px;height:1px;background:#fff}
.video-hero h1{margin:0;max-width:850px;font-size:clamp(58px,7vw,100px);font-weight:500;line-height:.92;letter-spacing:-5px}
.video-hero h1 strong{font-weight:500;color:#fff;position:relative}
.video-hero h1 strong:after{content:"";position:absolute;left:0;bottom:-5px;width:100%;height:2px;background:rgba(255,255,255,.7);transform:scaleX(.25);transform-origin:left;animation:heroLine 2s ease forwards}
@keyframes heroLine{to{transform:scaleX(1)}}
.video-hero-content>p{max-width:570px;margin:30px 0 34px;color:rgba(255,255,255,.78);font-size:15px;line-height:1.8}
.video-hero-buttons{display:flex;align-items:center;gap:28px}
.video-hero-btn{display:inline-flex;align-items:center;gap:30px;padding:16px 21px;background:#fff;color:#111;text-decoration:none;border-radius:3px;font-size:11px;font-weight:700;transition:.3s}
.video-hero-btn b{font-size:18px;font-weight:400}
.video-hero-btn:hover{background:#111;color:#fff;transform:translateY(-3px)}
.video-hero-outline{display:inline-flex;align-items:center;gap:12px;color:#fff;text-decoration:none;font-size:11px;font-weight:600}
.video-hero-outline span{font-size:17px;transition:.3s}
.video-hero-outline:hover span{transform:translateX(5px)}
.video-hero-bottom{position:absolute;z-index:4;left:0;right:0;bottom:0;width:min(1320px,calc(100% - 70px));height:78px;margin:auto;display:grid;grid-template-columns:180px 1fr 80px;align-items:center;border-top:1px solid rgba(255,255,255,.22)}
.video-hero-scroll{display:flex;align-items:center;gap:12px;color:rgba(255,255,255,.65);font-size:8px;letter-spacing:1.8px}
.video-hero-scroll span{display:block;width:27px;height:1px;background:#fff}
.video-hero-line{height:1px;margin:0 30px;background:rgba(255,255,255,.12)}
.video-hero-index{text-align:right;color:#fff;font-size:10px;letter-spacing:2px}
.video-hero-index i{display:inline-block;width:22px;height:1px;margin:0 8px;background:rgba(255,255,255,.35);vertical-align:middle}
.video-control{position:absolute;z-index:5;right:35px;top:35px;display:flex;align-items:center;gap:9px;padding:10px 13px;border:1px solid rgba(255,255,255,.25);border-radius:30px;background:rgba(0,0,0,.2);backdrop-filter:blur(12px);color:#fff;cursor:pointer;font-size:8px;letter-spacing:1.2px;transition:.3s}
.video-control:hover{background:rgba(255,255,255,.15)}
.video-control-icon{font-size:10px;line-height:1}
@media(max-width:900px){.video-hero{height:calc(100vh - 74px)}.video-hero-content{width:calc(100% - 45px)}.video-hero h1{font-size:68px}.video-hero-bottom{width:calc(100% - 45px)}}
@media(max-width:600px){.video-hero{height:760px;min-height:700px}.video-hero-content{width:calc(100% - 30px);padding-bottom:50px}.video-hero-tag{font-size:8px;letter-spacing:2px}.video-hero h1{font-size:48px;letter-spacing:-2.5px}.video-hero-content>p{font-size:14px;line-height:1.7;margin:25px 0 30px}.video-hero-buttons{gap:20px;flex-wrap:wrap}.video-hero-bottom{width:calc(100% - 30px);height:60px;grid-template-columns:1fr 55px}.video-hero-line{display:none}.video-hero-scroll{font-size:7px}.video-control{right:15px;top:20px}.video-control-text{display:none}}
@media(max-width:380px){.video-hero h1{font-size:41px}.video-hero-content>p{font-size:14px}}

.modern-footer{position:relative;overflow:hidden;background:#071d25;color:#fff}
.footer-top-glow{position:absolute;width:650px;height:650px;right:-250px;top:-350px;border-radius:50%;background:radial-gradient(circle,rgba(25,160,150,.16),transparent 68%);pointer-events:none}
.footer-container{position:relative;z-index:2;width:min(1240px,calc(100% - 40px));margin:auto}
.footer-cta{min-height:250px;display:flex;align-items:center;justify-content:space-between;gap:50px;border-bottom:1px solid rgba(255,255,255,.12)}
.footer-overline{display:block;margin-bottom:14px;color:#45b7ae;font-size:9px;font-weight:800;letter-spacing:2.5px}
.footer-cta h2{margin:0;color:#fff;font-size:clamp(35px,4vw,52px);font-weight:500;line-height:1.03;letter-spacing:-2px}
.footer-cta h2 em{font-style:normal;color:#54c5bd}
.footer-cta-btn{display:inline-flex;align-items:center;gap:35px;padding:17px 21px;border-radius:4px;background:#fff;color:#071d25;text-decoration:none;font-size:11px;font-weight:800;white-space:nowrap;transition:.3s}
.footer-cta-btn b{font-size:18px;font-weight:400}
.footer-cta-btn:hover{background:#40b5ad;color:#fff;transform:translateY(-3px)}
.footer-main{display:grid;grid-template-columns:1.45fr .9fr .9fr 1.35fr;gap:60px;padding:70px 0}
.footer-logo{display:inline-flex;align-items:center;margin-bottom:23px}
.footer-logo img{width:auto;height:55px;object-fit:contain}
.footer-company p{max-width:330px;margin:0 0 25px;color:#9db0b7;font-size:14px;line-height:1.8}
.footer-contact{display:flex;flex-direction:column;gap:7px}
.footer-contact a{color:#d7e2e5;text-decoration:none;font-size:14px;transition:.25s}
.footer-contact a:hover{color:#48beb5}
.footer-social{display:flex;gap:9px;margin-top:25px}
.footer-social a{width:38px;height:38px;border:1px solid rgba(255,255,255,.2);border-radius:50%;display:grid;place-items:center;color:#d6e1e4;text-decoration:none;font-size:11px;font-weight:700;transition:.3s}
.footer-social a:hover{background:#40b5ad;border-color:#40b5ad;color:#fff;transform:translateY(-3px)}
.footer-column{display:flex;flex-direction:column;gap:13px}
.footer-column-title,.footer-location .footer-column-title{display:block;margin-bottom:12px;color:#fff;font-size:11px;font-weight:800;letter-spacing:1.2px}
.footer-column a{color:#9db0b7;text-decoration:none;font-size:14px;transition:.25s}
.footer-column a:hover{color:#48beb5;transform:translateX(3px)}
.footer-location-icon{width:38px;height:38px;margin-bottom:14px;border:1px solid rgba(64,181,173,.35);border-radius:50%;display:grid;place-items:center;color:#49bcb3;font-size:19px}
.footer-location p{max-width:300px;margin:0;color:#9db0b7;font-size:14px;line-height:1.8}
.footer-map-link{display:inline-flex;align-items:center;gap:15px;margin-top:20px;color:#48beb5;text-decoration:none;font-size:10px;font-weight:700}
.footer-map-link b{font-size:15px;font-weight:400}
.footer-bottom{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:30px;border-top:1px solid rgba(255,255,255,.12)}
.footer-copy{color:#83979f;font-size:10px}
.footer-copy span{display:inline-block;width:3px;height:3px;margin:0 7px;border-radius:50%;background:#40b5ad;vertical-align:middle}
.footer-copy a{color:#c0d0d4;text-decoration:none}
.footer-payments{display:flex;align-items:center;gap:5px}
.footer-payments span{height:23px;min-width:45px;padding:0 6px;display:grid;place-items:center;border-radius:2px;background:#fff;color:#182b33;font-size:7px;font-weight:800}
.footer-payments span:nth-child(1){background:#158ca9;color:#fff}.footer-payments span:nth-child(2){background:#f2d9e5}.footer-payments span:nth-child(3){background:#2856a5;color:#fff}.footer-payments span:nth-child(4){background:#e8b23c;color:#fff}.footer-payments span:nth-child(5){background:#f2d27d}.footer-payments span:nth-child(6){background:#25367b;color:#fff}.footer-payments span:nth-child(7){background:#24436d;color:#fff}
.footer-top-btn{position:absolute;right:30px;top:50%;width:48px;height:48px;border:1px solid rgba(255,255,255,.12);border-radius:50%;background:#fff;color:#071d25;font-size:17px;cursor:pointer;box-shadow:0 12px 30px rgba(0,0,0,.2);transition:.3s}
.footer-top-btn:hover{background:#40b5ad;color:#fff;transform:translateY(-4px)}

.connect-cta{position:relative;min-height:520px;margin:0 0;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#07151c;color:#fff}
.connect-cta-bg{position:absolute;inset:0;background-image:url("../images/sve-cta.jpg");background-size:cover;background-position:center}
.connect-cta-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,13,18,.82),rgba(3,13,18,.62),rgba(3,13,18,.78)),linear-gradient(0deg,rgba(3,13,18,.75),transparent 45%,rgba(3,13,18,.45))}
.connect-cta-content{position:relative;z-index:2;width:min(850px,calc(100% - 40px));padding:70px 20px;text-align:center}
.connect-cta-icon{width:58px;height:58px;margin:0 auto 25px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.3);border-radius:50%;background:rgba(255,255,255,.08);backdrop-filter:blur(8px)}
.connect-cta-icon svg{width:29px;height:29px;fill:none;stroke:#fff;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.connect-cta-label{display:block;margin-bottom:20px;color:#dce5e8;font-size:9px;font-weight:700;letter-spacing:1.2px}
.connect-cta h2{margin:0;color:#fff;font-size:clamp(40px,5vw,62px);font-weight:500;line-height:1.08;letter-spacing:-2.5px}
.connect-cta h2 span{color:#52c1b8}
.connect-cta-content>p{max-width:500px;margin:20px auto 28px;color:rgba(255,255,255,.7);font-size:14px;line-height:1.7}
.connect-cta-actions{display:flex;align-items:center;justify-content:center;gap:25px}
.connect-cta-btn{display:inline-flex;align-items:center;justify-content:center;gap:30px;min-width:170px;padding:16px 22px;border-radius:30px;background:#fff;color:#102027;text-decoration:none;font-size:11px;font-weight:700;transition:.3s}
.connect-cta-btn b{font-size:17px;font-weight:400}
.connect-cta-btn:hover{background:#52c1b8;color:#fff;transform:translateY(-3px);box-shadow:0 12px 30px rgba(82,193,184,.2)}
.connect-cta-phone{color:#fff;text-decoration:none;font-size:12px;font-weight:600;border-bottom:1px solid rgba(255,255,255,.4);padding-bottom:4px;transition:.3s}
.connect-cta-phone:hover{color:#52c1b8;border-color:#52c1b8}

.why-section{position:relative;padding:80px 0 100px;background:#f8faf9;overflow:hidden}
.why-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:#dfe7e5}
.why-container{width:min(1240px,calc(100% - 40px));margin:auto}
.why-promo-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:100px}
.why-promo-card{position:relative;height:330px;overflow:hidden;border-radius:18px;background:#14282a;text-decoration:none;color:#fff}
.why-promo-card:before{content:"";position:absolute;inset:0;background-size:cover;background-position:center;transition:transform .7s cubic-bezier(.2,.7,.2,1)}
.why-promo-one:before{background-image:url("../images/IT-Product-wholesale-sale.jpg")}
.why-promo-two:before{background-image:url("../images/IT-Product-wholesale.jpg")}
.why-promo-card:hover:before{transform:scale(1.06)}
.why-promo-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,15,18,.82),rgba(5,15,18,.18) 75%),linear-gradient(0deg,rgba(5,15,18,.6),transparent 55%)}
.why-promo-content{position:absolute;inset:0;padding:40px 45px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.why-promo-content>span{display:flex;align-items:center;gap:15px;font-size:9px;font-weight:800;letter-spacing:1.6px}
.why-promo-content>span i{font-style:normal;color:#5fc0b7;font-size:8px}
.why-promo-content h3{margin:22px 0 5px;font-size:38px;line-height:1;letter-spacing:-1.5px;font-weight:500}
.why-promo-content p{margin:0;color:rgba(255,255,255,.72);font-size:14px}
.why-promo-content>b{display:inline-flex;align-items:center;gap:30px;margin-top:28px;padding:14px 22px;border-radius:30px;background:#fff;color:#132427;font-size:10px;font-weight:700;transition:.3s}
.why-promo-content>b strong{font-size:16px;font-weight:400}
.why-promo-card:hover .why-promo-content>b{background:#4bb8ae;color:#fff}
.why-heading{text-align:center;max-width:900px;margin:0 auto 55px}
.why-kicker{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:17px;color:#16766f;font-size:9px;font-weight:800;letter-spacing:2px}
.why-kicker span{width:25px;height:1px;background:#43aaa2}
.why-heading h2{margin:0;color:#092f31;font-size:clamp(38px,4.3vw,58px);line-height:1;letter-spacing:-2.5px;font-weight:500}
.why-heading h2 em{font-style:normal;color:#40a9a1}
.why-heading>p{max-width:720px;margin:22px auto 0;color:#687879;font-size:14px;line-height:1.8}
.why-features{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #dce5e3}
.why-feature{position:relative;min-height:300px;padding:28px 25px 25px;border-right:1px solid #dce5e3;transition:.35s}
.why-feature:first-child{border-left:1px solid #dce5e3}
.why-feature:hover{background:#fff;transform:translateY(-5px);box-shadow:0 18px 45px rgba(9,47,49,.07)}
.why-feature-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:48px}
.why-feature-top>span{color:#8aa09f;font-size:9px;font-weight:700;letter-spacing:1px}
.why-feature-icon{width:43px;height:43px;border:1px solid #cbd9d7;border-radius:50%;display:grid;place-items:center;color:#176e68;font-size:19px}
.why-feature h3{margin:0 0 13px;color:#073f3d;font-size:16px;font-weight:700;line-height:1.3}
.why-feature p{margin:0;color:#6d7d7e;font-size:14px;line-height:1.75}
.why-feature a{display:inline-flex;align-items:center;gap:12px;margin-top:22px;color:#16766f;text-decoration:none;font-size:9px;font-weight:800;opacity:0;transform:translateY(6px);transition:.3s}
.why-feature a b{font-size:14px;font-weight:400}
.why-feature:hover a{opacity:1;transform:translateY(0)}

.testimonials-section{padding:110px 0;background:#f4f7f6;overflow:hidden}
.testimonials-container{width:min(1200px,calc(100% - 40px));margin:auto}
.testimonials-kicker{display:flex;align-items:center;gap:11px;margin-bottom:25px;color:#17766f;font-size:9px;font-weight:800;letter-spacing:2.2px}
.testimonials-kicker span{width:30px;height:1px;background:#43aaa2}
.testimonials-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:60px;margin-bottom:55px}
.testimonials-title-row h2{margin:0;color:#073c3d;font-size:clamp(42px,5vw,66px);font-weight:500;line-height:.95;letter-spacing:-3px}
.testimonials-title-row h2 em{font-style:normal;color:#42aaa2}
.testimonials-title-row>p{max-width:360px;margin:0 0 5px;color:#687879;font-size:14px;line-height:1.8}
.testimonials-layout{display:grid;grid-template-columns:1.5fr .8fr;gap:18px}
.testimonial-featured{position:relative;min-height:440px;padding:48px 52px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;border-radius:20px;background:#073c3d;color:#fff;box-shadow:0 25px 60px rgba(7,60,61,.12)}
.testimonial-featured:before{content:"";position:absolute;width:400px;height:400px;right:-170px;top:-190px;border-radius:50%;border:1px solid rgba(255,255,255,.12)}
.testimonial-featured:after{content:"";position:absolute;width:280px;height:280px;right:-100px;bottom:-170px;border-radius:50%;background:rgba(67,170,162,.08)}
.testimonial-quote-mark{position:absolute;top:22px;right:45px;color:rgba(255,255,255,.1);font-size:160px;font-family:Georgia,serif;line-height:1}
.testimonial-stars{position:relative;z-index:1;color:#ffc34d;font-size:17px;letter-spacing:3px}
.testimonial-text{position:relative;z-index:1;max-width:720px;margin:30px 0;font-size:27px;line-height:1.45;letter-spacing:-.5px;font-weight:400}
.testimonial-person{position:relative;z-index:1;display:flex;align-items:center;gap:13px;padding-top:25px;border-top:1px solid rgba(255,255,255,.14)}
.testimonial-avatar{width:43px;height:43px;border-radius:50%;display:grid;place-items:center;background:#4ab5ac;color:#073c3d;font-size:11px;font-weight:800}
.testimonial-person>div:nth-child(2){display:flex;flex-direction:column;gap:4px}
.testimonial-person strong{font-size:12px;font-weight:700}
.testimonial-person span{color:#a7c3c2;font-size:9px}
.testimonial-number{margin-left:auto;color:#79a09f;font-size:10px;letter-spacing:1px}
.testimonial-list{display:flex;flex-direction:column;border-top:1px solid #d8e1df}
.testimonial-item{min-height:73px;padding:0 20px;display:grid;grid-template-columns:32px 1fr 20px;align-items:center;gap:5px;border:0;border-bottom:1px solid #d8e1df;background:transparent;color:#315052;text-align:left;cursor:pointer;transition:.3s}
.testimonial-item>span{color:#8ba09f;font-size:8px;font-weight:700}
.testimonial-item div{display:flex;flex-direction:column;gap:4px}
.testimonial-item strong{font-size:11px;font-weight:700}
.testimonial-item small{color:#8a9999;font-size:14px}
.testimonial-item>b{color:#90a1a0;font-size:15px;font-weight:400;transition:.3s}
.testimonial-item:hover{padding-left:27px;background:#fff}
.testimonial-item.active{padding-left:27px;background:#fff;border-left:3px solid #43aaa2}
.testimonial-item.active>span,.testimonial-item.active>b{color:#17766f}
.testimonial-item.active>b{transform:translateX(3px)}
.testimonials-bottom{display:grid;grid-template-columns:190px 1fr 70px;align-items:center;gap:20px;margin-top:38px;color:#91a19f;font-size:8px;letter-spacing:1.5px}
.testimonials-bottom div{height:1px;background:#d5dfdd}
.testimonials-bottom strong{color:#17766f;text-align:right;font-size:9px}

.outlet-section{position:relative;padding:120px 6%;background:#f5f8f7;overflow:hidden}
.outlet-section:before{content:"";position:absolute;width:420px;height:420px;border:1px solid rgba(0,91,88,.08);border-radius:50%;right:-180px;top:-180px}
.outlet-wrap{max-width:1280px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}
.outlet-media{position:relative;padding:0 35px 35px 0}
.outlet-image{height:560px;border-radius:4px;overflow:hidden;position:relative}
.outlet-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(0,30,31,.35))}
.outlet-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .8s ease}
.outlet-media:hover .outlet-image img{transform:scale(1.04)}
.outlet-badge{position:absolute;left:0;bottom:0;width:145px;height:145px;background:#004f4c;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:50%;box-shadow:0 18px 45px rgba(0,45,44,.18)}
.outlet-badge span{font-size:10px;letter-spacing:2px;opacity:.65;margin-bottom:5px}
.outlet-badge strong{font-size:25px;letter-spacing:1px}
.outlet-number{position:absolute;right:0;top:25px;font-size:13px;letter-spacing:2px;color:#004f4c;font-weight:700}
.outlet-content{max-width:590px}
.outlet-kicker{display:flex;align-items:center;gap:12px;color:#00605c;font-size:13px;font-weight:700;letter-spacing:2px;margin-bottom:22px}
.outlet-kicker span{width:38px;height:2px;background:#00605c;display:block}
.outlet-content h2{font-size:52px;line-height:1.05;letter-spacing:-2px;color:#063d3d;margin:0 0 25px;font-weight:700}
.outlet-content h2 em{font-style:normal;color:#08706b}
.outlet-intro{font-size:19px;line-height:1.65;color:#263f40;margin:0 0 15px;font-weight:500}
.outlet-content>p:not(.outlet-intro){font-size:16px;line-height:1.9;color:#647576;margin:0}
.outlet-info{display:grid;grid-template-columns:1fr 1fr;gap:25px;border-top:1px solid #d7e1df;margin-top:32px;padding-top:25px}
.outlet-info small{display:block;font-size:9px;letter-spacing:1.8px;color:#82908f;margin-bottom:7px}
.outlet-info strong{font-size:14px;color:#123f3f;font-weight:600}
.outlet-btn{display:inline-flex;align-items:center;gap:25px;margin-top:35px;background:#073f40;color:#fff;text-decoration:none;padding:16px 20px 16px 25px;font-size:13px;font-weight:600;transition:.3s}
.outlet-btn span{width:34px;height:34px;border:1px solid rgba(255,255,255,.3);border-radius:50%;display:grid;place-items:center;font-size:16px}
.outlet-btn:hover{background:#08706b;transform:translateY(-3px)}

.services-section{position:relative;padding:120px 6%;background:#f4f7f6;overflow:hidden}
.services-section:before{content:"";position:absolute;width:600px;height:600px;border:1px solid rgba(0,82,78,.07);border-radius:50%;right:-300px;top:-300px}
.services-head{max-width:1280px;margin:0 auto 60px}
.services-kicker{display:flex;align-items:center;gap:12px;color:#00615d;font-size:11px;font-weight:700;letter-spacing:2.5px;margin-bottom:20px}
.services-kicker span{width:40px;height:2px;background:#00615d}
.services-heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:70px}
.services-heading-row h2{font-size:56px;line-height:1.04;letter-spacing:-2.5px;color:#073e3e;margin:0;font-weight:700}
.services-heading-row h2 em{font-style:normal;color:#08706b}
.services-heading-row p{max-width:460px;color:#657575;font-size:16px;line-height:1.8;margin:0 0 4px}
.services-grid{max-width:1280px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#d7e2df;border:1px solid #d7e2df}
.service-card{position:relative;min-height:330px;background:#fff;padding:30px;color:#123d3d;text-decoration:none;display:flex;flex-direction:column;overflow:hidden;transition:.45s ease}
.service-card:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:0;background:#064b49;transition:.45s ease;z-index:0}
.service-card>*{position:relative;z-index:1}
.service-card:hover:before{height:100%}
.service-card:hover{color:#fff}
.service-card:hover .service-top span,.service-card:hover .service-content small,.service-card:hover .service-content p{color:rgba(255,255,255,.65)}
.service-card:hover .service-icon{border-color:rgba(255,255,255,.25);background:rgba(255,255,255,.08)}
.service-top{display:flex;justify-content:space-between;align-items:center}
.service-top span{font-size:11px;letter-spacing:1px;color:#8b9998;font-weight:600;transition:.3s}
.service-top i{width:35px;height:35px;border:1px solid #d8e2e0;border-radius:50%;display:grid;place-items:center;font-style:normal;font-size:16px;transition:.3s}
.service-card:hover .service-top i{border-color:rgba(255,255,255,.35);transform:rotate(45deg)}
.service-icon{width:58px;height:58px;border:1px solid #dce5e3;border-radius:50%;display:grid;place-items:center;font-size:24px;color:#08615d;margin-top:48px;transition:.3s}
.service-card:hover .service-icon{color:#fff}
.service-content{margin-top:auto}
.service-content small{font-size:9px;letter-spacing:2px;color:#78908e;font-weight:700;transition:.3s}
.service-content h3{font-size:27px;letter-spacing:-.7px;margin:8px 0 10px;color:inherit}
.service-content p{font-size:14px;line-height:1.7;color:#718180;margin:0;max-width:330px;transition:.3s}
.services-bottom{max-width:1280px;margin:45px auto 0;padding:25px 0;border-top:1px solid #d5e0de;display:flex;align-items:center;gap:30px}
.services-bottom span{font-size:9px;letter-spacing:2px;color:#738482}
.services-bottom strong{font-size:16px;color:#103f3f;font-weight:600}
.services-bottom a{margin-left:auto;color:#064b49;text-decoration:none;font-size:13px;font-weight:700}
.services-bottom a b{display:inline-grid;place-items:center;width:30px;height:30px;border:1px solid #b9cfcc;border-radius:50%;margin-left:8px;font-weight:400}

.about-hero{position:relative;min-height:720px;background:#062d30;color:#fff;overflow:hidden;display:flex;align-items:center}
.about-hero-bg{position:absolute;inset:0;background-image:url("assets/images/about-hero-bg.jpg");background-size:cover;background-position:center;opacity:.22;transform:scale(1.03)}
.about-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#041e21 0%,rgba(4,30,33,.94) 42%,rgba(4,30,33,.55) 72%,rgba(4,30,33,.75) 100%)}
.about-hero:after{content:"";position:absolute;width:650px;height:650px;border:1px solid rgba(255,255,255,.07);border-radius:50%;right:-250px;top:-180px}
.about-hero-wrap{position:relative;z-index:2;width:88%;max-width:1320px;margin:auto;display:grid;grid-template-columns:1.15fr .85fr;gap:80px;align-items:center;padding:100px 0 135px}
.about-hero-content{max-width:760px}
.about-breadcrumb{display:flex;gap:12px;align-items:center;font-size:10px;letter-spacing:2px;margin-bottom:55px;color:rgba(255,255,255,.5)}
.about-breadcrumb a{color:#fff;text-decoration:none}
.about-breadcrumb strong{color:#55aaa5;font-weight:600}
.about-kicker{display:flex;align-items:center;gap:12px;color:#65b5b0;font-size:11px;letter-spacing:2.5px;font-weight:700;margin-bottom:22px}
.about-kicker span{width:42px;height:1px;background:#65b5b0}
.about-hero h1{font-size:78px;line-height:.98;letter-spacing:-4px;font-weight:700;margin:0 0 30px}
.about-hero h1 em{font-style:normal;color:#58aaa5}
.about-hero-content>p{max-width:590px;color:rgba(255,255,255,.67);font-size:16px;line-height:1.8;margin:0}
.about-hero-btn{display:inline-flex;align-items:center;gap:18px;margin-top:38px;padding:8px 8px 8px 23px;border:1px solid rgba(255,255,255,.22);color:#fff;text-decoration:none;font-size:12px;font-weight:600;transition:.3s}
.about-hero-btn span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#58aaa5;color:#052e30;font-size:17px}
.about-hero-btn:hover{background:#fff;color:#062d30}
.about-hero-side{position:relative}
.about-side-image{height:470px;overflow:hidden;border-radius:3px;border:1px solid rgba(255,255,255,.15)}
.about-side-image img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.85);transition:transform .8s ease}
.about-hero-side:hover .about-side-image img{transform:scale(1.04)}
.about-side-tag{position:absolute;bottom:-25px;left:-25px;width:100px;height:100px;border-radius:50%;background:#58aaa5;color:#052e30;display:grid;place-items:center;text-align:center;font-size:25px;font-weight:800;line-height:.8;box-shadow:0 15px 40px rgba(0,0,0,.3)}
.about-side-tag small{font-size:8px;letter-spacing:3px}
.about-hero-bottom{position:absolute;z-index:3;bottom:0;left:6%;right:6%;height:85px;border-top:1px solid rgba(255,255,255,.13);display:flex;align-items:center;gap:55px}
.about-hero-bottom div{display:flex;align-items:center;gap:13px}
.about-hero-bottom span{font-size:10px;color:#58aaa5}
.about-hero-bottom strong{font-size:12px;font-weight:500;color:rgba(255,255,255,.7)}
.about-scroll{margin-left:auto!important;font-size:9px;letter-spacing:2px;color:rgba(255,255,255,.45)!important;gap:15px!important}
.about-scroll b{font-size:15px;color:#58aaa5}

.facts-section{position:relative;padding:105px 6%;background:#073e3e;color:#fff;overflow:hidden}
.facts-section:before{content:"";position:absolute;width:600px;height:600px;border:1px solid rgba(255,255,255,.07);border-radius:50%;right:-300px;top:-330px}
.facts-section:after{content:"";position:absolute;width:350px;height:350px;border:1px solid rgba(255,255,255,.05);border-radius:50%;left:-220px;bottom:-250px}
.facts-wrap{position:relative;z-index:2;max-width:1280px;margin:auto;display:grid;grid-template-columns:.65fr 1.35fr;gap:90px;align-items:start}
.facts-kicker{display:flex;align-items:center;gap:12px;color:#67b5b0;font-size:10px;font-weight:700;letter-spacing:2.5px;margin-bottom:22px}
.facts-kicker span{width:38px;height:1px;background:#67b5b0}
.facts-head h2{font-size:45px;line-height:1.05;letter-spacing:-2px;margin:0;color:#fff}
.facts-head h2 em{font-style:normal;color:#67b5b0}
.facts-grid{display:grid;grid-template-columns:repeat(3,1fr);border-left:1px solid rgba(255,255,255,.14)}
.fact-item{padding:0 30px;border-right:1px solid rgba(255,255,255,.14)}
.fact-no{display:block;font-size:9px;letter-spacing:2px;color:#67b5b0;margin-bottom:28px}
.fact-item strong{display:block;font-size:48px;line-height:1;font-weight:500;letter-spacing:-2px}
.fact-item strong span{color:#67b5b0}
.fact-item h3{font-size:16px;margin:12px 0 14px;color:#fff}
.fact-item p{font-size:14px;line-height:1.75;color:rgba(255,255,255,.55);margin:0}

.store-section{position:relative;padding:125px 6%;background:#fff;overflow:hidden}
.store-section:before{content:"";position:absolute;width:500px;height:500px;border:1px solid rgba(0,82,78,.07);border-radius:50%;left:-270px;bottom:-280px}
.store-wrap{max-width:1280px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}
.store-visual{position:relative;padding:0 30px 30px 0}
.store-image{height:540px;overflow:hidden;border-radius:5px;position:relative}
.store-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(0,35,36,.45))}
.store-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .8s ease}
.store-visual:hover .store-image img{transform:scale(1.04)}
.store-label{position:absolute;bottom:0;right:0;width:145px;height:145px;background:#07504d;color:#fff;padding:25px;display:flex;flex-direction:column;justify-content:space-between}
.store-label span{font-size:8px;letter-spacing:2px;color:#77bdb8}
.store-label strong{font-size:24px;line-height:.9;letter-spacing:1px}
.store-outline{position:absolute;left:-20px;top:35px;color:#07504d;font-size:9px;line-height:1.6;letter-spacing:2px;font-weight:700;writing-mode:vertical-rl;opacity:.6}
.store-content{max-width:580px}
.store-kicker{display:flex;align-items:center;gap:12px;color:#00615d;font-size:11px;font-weight:700;letter-spacing:2.5px;margin-bottom:20px}
.store-kicker span{width:38px;height:2px;background:#00615d}
.store-content h2{font-size:55px;line-height:1.03;letter-spacing:-2.5px;color:#073e3e;margin:0 0 25px}
.store-content h2 em{font-style:normal;color:#08706b}
.store-lead{font-size:19px;line-height:1.6;color:#234545;font-weight:500;margin:0 0 15px}
.store-content>p:not(.store-lead){font-size:14px;line-height:1.85;color:#718080;margin:0 0 10px}
.store-features{display:flex;border-top:1px solid #dce5e3;border-bottom:1px solid #dce5e3;margin-top:28px;padding:20px 0;gap:28px}
.store-features div{display:flex;align-items:center;gap:10px}
.store-features b{font-size:9px;color:#68a5a1;font-weight:700}
.store-features span{font-size:12px;color:#244746;font-weight:600}
.store-btn{display:inline-flex;align-items:center;gap:20px;margin-top:30px;padding:9px 9px 9px 22px;background:#073f40;color:#fff;text-decoration:none;font-size:12px;font-weight:600;transition:.3s}
.store-btn span{width:35px;height:35px;border-radius:50%;background:#58aaa5;color:#063d3d;display:grid;place-items:center;font-size:17px}
.store-btn:hover{background:#08706b;transform:translateY(-3px)}

.products-highlight{position:relative;padding:125px 6%;background:#f5f8f7;overflow:hidden}
.products-highlight:before{content:"";position:absolute;width:600px;height:600px;border:1px solid rgba(0,82,78,.06);border-radius:50%;left:-340px;top:-280px}
.products-highlight-wrap{max-width:1280px;margin:auto;display:grid;grid-template-columns:.9fr 1.1fr;gap:100px;align-items:center}
.products-highlight-content{max-width:570px}
.products-kicker{display:flex;align-items:center;gap:12px;color:#00615d;font-size:11px;font-weight:700;letter-spacing:2.5px;margin-bottom:22px}
.products-kicker span{width:40px;height:2px;background:#00615d}
.products-highlight-content h2{font-size:62px;line-height:.98;letter-spacing:-3px;color:#073e3e;margin:0 0 25px}
.products-highlight-content h2 em{font-style:normal;color:#08706b}
.products-lead{font-size:19px;line-height:1.6;color:#214646;font-weight:500;margin:0 0 15px}
.products-highlight-content>p:not(.products-lead){font-size:14px;line-height:1.85;color:#718080;margin:0 0 10px}
.products-points{display:flex;gap:0;border-top:1px solid #d6e1df;border-bottom:1px solid #d6e1df;margin-top:30px;padding:18px 0}
.products-points div{flex:1;display:flex;align-items:center;gap:10px;border-right:1px solid #d6e1df;padding-left:5px}
.products-points div:last-child{border-right:0}
.products-points b{font-size:9px;color:#67aaa5}
.products-points span{font-size:11px;font-weight:600;color:#254747}
.products-btn{display:inline-flex;align-items:center;gap:18px;margin-top:32px;padding:8px 8px 8px 23px;background:#074c4a;color:#fff;text-decoration:none;font-size:12px;font-weight:600;transition:.3s}
.products-btn span{width:38px;height:38px;border-radius:50%;background:#67b2ad;color:#063c3d;display:grid;place-items:center;font-size:17px}
.products-btn:hover{background:#08706b;transform:translateY(-3px)}
.products-highlight-visual{position:relative;padding:0 0 35px 35px}
.products-image{height:590px;overflow:hidden;border-radius:6px;position:relative}
.products-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,30,30,.02),rgba(0,30,30,.2))}
.products-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .8s ease}
.products-highlight-visual:hover .products-image img{transform:scale(1.04)}
.products-badge{position:absolute;left:0;bottom:0;width:155px;height:155px;background:#074c4a;color:#fff;padding:24px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 18px 45px rgba(0,50,48,.2)}
.products-badge span{font-size:8px;letter-spacing:2px;color:#69b5b0}
.products-badge strong{font-size:25px;line-height:.88;letter-spacing:1px}
.products-badge small{font-size:7px;letter-spacing:1px;color:rgba(255,255,255,.5)}
.products-count{position:absolute;right:0;top:-25px;color:#08706b;font-size:9px;font-weight:700;letter-spacing:2px}

.objectives-section{position:relative;padding:120px 6%;background:#f4f7f6;overflow:hidden}
.objectives-section:before{content:"";position:absolute;width:600px;height:600px;border:1px solid rgba(0,82,78,.06);border-radius:50%;right:-320px;top:-300px}
.objectives-wrap{max-width:1280px;margin:auto;position:relative;z-index:1}
.objectives-head{margin-bottom:60px}
.objectives-kicker{display:flex;align-items:center;gap:12px;color:#00615d;font-size:11px;font-weight:700;letter-spacing:2.5px;margin-bottom:22px}
.objectives-kicker span{width:40px;height:2px;background:#00615d}
.objectives-title{display:flex;align-items:flex-end;justify-content:space-between;gap:70px}
.objectives-title h2{font-size:58px;line-height:1;letter-spacing:-3px;color:#073e3e;margin:0}
.objectives-title h2 em{font-style:normal;color:#08706b}
.objectives-title p{max-width:540px;font-size:14px;line-height:1.8;color:#687878;margin:0}
.objectives-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#d5e0de;border:1px solid #d5e0de}
.objective-card{position:relative;min-height:430px;padding:32px;background:#fff;display:flex;flex-direction:column;overflow:hidden;transition:.45s ease}
.objective-card:before{content:"";position:absolute;inset:0;background:#064b49;transform:translateY(100%);transition:.45s ease}
.objective-card>*{position:relative;z-index:1}
.objective-card:hover:before{transform:translateY(0)}
.objective-card:hover{color:#fff}
.objective-card:hover .objective-top span,.objective-card:hover .objective-body small,.objective-card:hover .objective-body p{color:rgba(255,255,255,.58)}
.objective-card:hover .objective-icon{border-color:rgba(255,255,255,.25);color:#fff;background:rgba(255,255,255,.07)}
.objective-card:hover .objective-top i{border-color:rgba(255,255,255,.3);transform:rotate(45deg)}
.objective-top{display:flex;justify-content:space-between;align-items:center}
.objective-top span{font-size:10px;letter-spacing:2px;color:#91a09f;transition:.3s}
.objective-top i{width:36px;height:36px;border:1px solid #d9e3e1;border-radius:50%;display:grid;place-items:center;font-style:normal;font-size:16px;transition:.3s}
.objective-icon{width:62px;height:62px;border:1px solid #d8e3e1;border-radius:50%;display:grid;place-items:center;color:#08615d;font-size:25px;margin-top:55px;transition:.3s}
.objective-body{margin-top:auto}
.objective-body small{font-size:9px;letter-spacing:2px;color:#81918f;font-weight:700;transition:.3s}
.objective-body h3{font-size:29px;letter-spacing:-1px;color:inherit;margin:9px 0 14px}
.objective-body p{font-size:14px;line-height:1.8;color:#6d7d7c;margin:0;transition:.3s}
.objective-main{background:#e8f0ef}
.objective-main:before{background:#073e3e}
.objectives-footer{border-top:1px solid #d5e0de;margin-top:40px;padding-top:23px;display:flex;justify-content:space-between;align-items:center}
.objectives-footer span{font-size:9px;letter-spacing:2px;color:#82908f}
.objectives-footer strong{font-size:13px;color:#244747;font-weight:600}

.services-hero{position:relative;min-height:720px;background:#052d30;color:#fff;overflow:hidden;display:flex;align-items:center}
.services-hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:70px 70px;mask-image:linear-gradient(to bottom,#000,transparent)}
.services-hero-orbit{position:absolute;border:1px solid rgba(91,181,174,.13);border-radius:50%;pointer-events:none}
.orbit-one{width:650px;height:650px;right:-180px;top:-180px}
.orbit-two{width:430px;height:430px;right:-70px;top:-70px;border-color:rgba(91,181,174,.08)}
.services-hero-wrap{position:relative;z-index:2;width:88%;max-width:1320px;margin:auto;padding:90px 0 125px}
.services-hero-breadcrumb{display:flex;gap:12px;align-items:center;font-size:9px;letter-spacing:2px;color:rgba(255,255,255,.4);margin-bottom:65px}
.services-hero-breadcrumb a{color:#fff;text-decoration:none}
.services-hero-breadcrumb strong{color:#61b3ae;font-weight:600}
.services-hero-main{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.services-hero-content{max-width:650px}
.services-hero-kicker{display:flex;align-items:center;gap:12px;color:#63b5af;font-size:11px;letter-spacing:2.5px;font-weight:700;margin-bottom:22px}
.services-hero-kicker span{width:42px;height:1px;background:#63b5af}
.services-hero h1{font-size:82px;line-height:.94;letter-spacing:-4px;margin:0 0 30px;font-weight:700}
.services-hero h1 em{font-style:normal;color:#62b5af}
.services-hero-content>p{max-width:570px;font-size:16px;line-height:1.8;color:rgba(255,255,255,.62);margin:0}
.services-hero-btn{display:inline-flex;align-items:center;gap:18px;margin-top:38px;padding:8px 8px 8px 23px;border:1px solid rgba(255,255,255,.2);color:#fff;text-decoration:none;font-size:12px;font-weight:600;transition:.3s}
.services-hero-btn span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#62b5af;color:#052d30;font-size:17px}
.services-hero-btn:hover{background:#fff;color:#052d30}
.services-hero-visual{height:430px;position:relative}
.services-word{position:absolute;right:-20px;top:45px;font-size:105px;line-height:1;font-weight:800;letter-spacing:-7px;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.12);transform:rotate(-90deg);transform-origin:center;white-space:nowrap}
.service-float{position:absolute;display:grid;grid-template-columns:35px 1fr 30px;align-items:center;gap:15px;width:270px;padding:15px 16px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.045);backdrop-filter:blur(10px);transition:.35s}
.service-float:hover{background:#62b5af;color:#052d30;transform:translateX(-8px)}
.service-float small{font-size:9px;color:#62b5af}
.service-float:hover small{color:#052d30}
.service-float strong{font-size:13px;font-weight:600}
.service-float span{font-size:15px;text-align:right}
.float-one{left:15px;top:35px}
.float-two{right:20px;top:130px}
.float-three{left:45px;top:225px}
.float-four{right:0;top:320px}
.services-hero-bottom{position:absolute;bottom:0;left:0;right:0;height:82px;border-top:1px solid rgba(255,255,255,.12);display:flex;align-items:center;gap:55px}
.services-hero-bottom div{display:flex;align-items:center;gap:12px}
.services-hero-bottom span{font-size:9px;color:#62b5af;letter-spacing:1px}
.services-hero-bottom strong{font-size:11px;font-weight:500;color:rgba(255,255,255,.62)}
.services-hero-scroll{margin-left:auto!important;font-size:9px;letter-spacing:2px;color:rgba(255,255,255,.4)!important}
.services-hero-scroll b{color:#62b5af;font-size:15px}

.services-section{position:relative;padding:120px 6%;background:#f4f7f6;overflow:hidden}
.services-section:before{content:"";position:absolute;width:700px;height:700px;border:1px solid rgba(0,80,77,.06);border-radius:50%;right:-350px;top:-300px}
.services-container{max-width:1280px;margin:auto;position:relative;z-index:1}
.services-header{margin-bottom:60px}
.services-kicker{display:flex;align-items:center;gap:12px;color:#00615d;font-size:10px;font-weight:700;letter-spacing:2.5px;margin-bottom:22px}
.services-kicker span{width:40px;height:2px;background:#00615d}
.services-header-row{display:flex;justify-content:space-between;align-items:flex-end;gap:70px}
.services-header-row h2{font-size:62px;line-height:.95;letter-spacing:-3px;color:#073e3e;margin:0}
.services-header-row h2 em{font-style:normal;color:#08706b}
.services-header-row p{max-width:500px;color:#687877;font-size:14px;line-height:1.85;margin:0 0 3px}
.services-bento{display:grid;grid-template-columns:1.15fr .85fr .85fr;grid-template-rows:290px 290px;gap:12px}
.service-box{position:relative;background:#fff;border:1px solid #dbe5e2;padding:28px;display:flex;flex-direction:column;text-decoration:none;color:#073e3e;overflow:hidden;transition:.45s ease}
.service-box:after{content:"";position:absolute;width:180px;height:180px;border:1px solid rgba(0,82,78,.08);border-radius:50%;right:-80px;bottom:-80px;transition:.5s}
.service-box:hover{background:#07504d;color:#fff;border-color:#07504d;transform:translateY(-5px);box-shadow:0 20px 45px rgba(0,65,62,.13)}
.service-box:hover:after{border-color:rgba(255,255,255,.12);transform:scale(1.5)}
.service-dark{background:#073e3e;color:#fff;border-color:#073e3e}
.service-dark:after{border-color:rgba(255,255,255,.08)}
.service-large{grid-row:span 2}
.service-wide{grid-column:2 / 4}
.service-number{font-size:9px;letter-spacing:2px;color:#8b9b99;transition:.3s}
.service-dark .service-number{color:#63aaa5}
.service-arrow{position:absolute;right:25px;top:23px;width:36px;height:36px;border:1px solid #d9e3e1;border-radius:50%;display:grid;place-items:center;font-size:16px;transition:.3s}
.service-dark .service-arrow{border-color:rgba(255,255,255,.2)}
.service-box:hover .service-arrow{border-color:rgba(255,255,255,.35);transform:rotate(45deg)}
.service-symbol{width:58px;height:58px;border:1px solid #d9e3e1;border-radius:50%;display:grid;place-items:center;font-size:24px;color:#08706b;margin-top:35px;transition:.3s}
.service-dark .service-symbol{border-color:rgba(255,255,255,.18);color:#63aaa5}
.service-box:hover .service-symbol{border-color:rgba(255,255,255,.25);color:#fff;background:rgba(255,255,255,.06)}
.service-info{margin-top:auto;max-width:470px}
.service-info span{font-size:8px;letter-spacing:2px;color:#81908e;font-weight:700;transition:.3s}
.service-dark .service-info span{color:#63aaa5}
.service-box:hover .service-info span{color:rgba(255,255,255,.55)}
.service-info h3{font-size:27px;letter-spacing:-.8px;margin:7px 0 10px;color:inherit}
.service-info p{font-size:14px;line-height:1.75;color:#71807f;margin:0;transition:.3s}
.service-dark .service-info p{color:rgba(255,255,255,.58)}
.service-box:hover .service-info p{color:rgba(255,255,255,.62)}
.service-wide .service-info{max-width:700px}
.services-bottom{display:flex;align-items:center;gap:30px;border-top:1px solid #d6e1df;margin-top:40px;padding-top:24px}
.services-bottom span{font-size:9px;letter-spacing:2px;color:#81908e}
.services-bottom strong{font-size:14px;color:#244746;font-weight:600}
.services-bottom a{margin-left:auto;color:#07504d;text-decoration:none;font-size:12px;font-weight:700}
.services-bottom a b{display:inline-grid;place-items:center;width:30px;height:30px;border:1px solid #bfd1ce;border-radius:50%;margin-left:8px;font-weight:400}

.contact-hero{position:relative;min-height:620px;background:#052d30;color:#fff;display:flex;align-items:center;overflow:hidden}
.contact-hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:70px 70px;mask-image:linear-gradient(to bottom,#000,transparent)}
.contact-hero-circle{position:absolute;width:650px;height:650px;border:1px solid rgba(99,181,175,.12);border-radius:50%;right:-220px;top:-250px}
.contact-hero-wrap{position:relative;z-index:2;width:88%;max-width:1320px;margin:auto;padding:90px 0 110px}
.contact-breadcrumb{display:flex;gap:12px;font-size:9px;letter-spacing:2px;color:rgba(255,255,255,.4);margin-bottom:65px}
.contact-breadcrumb a{color:#fff;text-decoration:none}.contact-breadcrumb strong{color:#63b5af}
.contact-kicker{display:flex;align-items:center;gap:12px;color:#63b5af;font-size:10px;letter-spacing:2.5px;font-weight:700;margin-bottom:20px}
.contact-kicker span{width:40px;height:1px;background:#63b5af}
.contact-hero h1{font-size:80px;line-height:.94;letter-spacing:-4px;margin:0 0 27px}
.contact-hero h1 em{font-style:normal;color:#63b5af}
.contact-hero-content>p{max-width:590px;font-size:16px;line-height:1.8;color:rgba(255,255,255,.62);margin:0}
.contact-hero-links{display:flex;gap:35px;margin-top:35px}
.contact-hero-links a{color:#fff;text-decoration:none;font-size:13px;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:10px}
.contact-hero-links span{color:#63b5af;margin-left:12px}
.contact-info-section{padding:90px 6%;background:#f4f7f6}
.contact-info-wrap{max-width:1280px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#d7e2df;border:1px solid #d7e2df}
.contact-info-card{position:relative;background:#fff;padding:32px;min-height:300px;display:flex;flex-direction:column;transition:.4s}
.contact-info-card:hover{background:#07504d;color:#fff}
.contact-info-card:hover .contact-card-no,.contact-info-card:hover small,.contact-info-card:hover p{color:rgba(255,255,255,.55)}
.contact-info-card:hover .contact-card-icon{border-color:rgba(255,255,255,.2);color:#fff}
.contact-card-no{font-size:9px;letter-spacing:2px;color:#92a19f}
.contact-card-icon{width:55px;height:55px;border:1px solid #d9e3e1;border-radius:50%;display:grid;place-items:center;color:#07504d;font-size:21px;margin-top:30px}
.contact-info-card small{font-size:8px;letter-spacing:2px;color:#81918f;font-weight:700;margin-top:auto}
.contact-info-card h3{font-size:25px;margin:7px 0 10px}
.contact-info-card p{font-size:14px;line-height:1.75;color:#71807f;margin:0 0 15px}
.contact-info-card a,.contact-info-card strong{font-size:11px;color:inherit;text-decoration:none;font-weight:600}
.contact-info-card a b{margin-left:8px}.contact-info-featured{background:#073e3e;color:#fff}.contact-info-featured .contact-card-no{color:#63aaa5}.contact-info-featured small{color:#63aaa5}.contact-info-featured p{color:rgba(255,255,255,.58)}
.contact-main{padding:120px 6%;background:#fff}
.contact-main-wrap{max-width:1280px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:90px}
.contact-kicker.dark{color:#07504d}.contact-kicker.dark span{background:#07504d}
.contact-form-side h2{font-size:55px;line-height:1;letter-spacing:-2.5px;color:#073e3e;margin:0 0 20px}
.contact-form-side h2 em{font-style:normal;color:#08706b}
.contact-form-side>p{font-size:14px;color:#718080;line-height:1.8;margin:0 0 38px}
.contact-form{border-top:1px solid #dce5e3;padding-top:25px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.form-group{margin-bottom:22px}
.form-group label{display:block;font-size:8px;letter-spacing:1.8px;color:#81908e;font-weight:700;margin-bottom:9px}
.form-group input,.form-group select,.form-group textarea{width:100%;box-sizing:border-box;border:0;border-bottom:1px solid #d6e0de;padding:12px 0;background:transparent;outline:0;font-family:inherit;font-size:13px;color:#173f3f;transition:.3s}
.form-group textarea{resize:vertical}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#07504d}
.contact-form button{border:0;background:#073f40;color:#fff;padding:9px 9px 9px 24px;display:flex;align-items:center;gap:20px;font-size:12px;font-weight:600;cursor:pointer;transition:.3s}
.contact-form button span{width:37px;height:37px;border-radius:50%;background:#63b2ad;color:#073e3e;display:grid;place-items:center;font-size:17px}
.contact-form button:hover{background:#08706b;transform:translateY(-2px)}
.contact-map-side{background:#f4f7f6;padding:25px}
.map-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}
.map-heading small{font-size:8px;letter-spacing:2px;color:#81908e}.map-heading h3{font-size:24px;color:#073e3e;margin:6px 0 0}.map-heading>span{font-size:9px;color:#08706b;letter-spacing:2px}
.contact-map{height:430px;overflow:hidden}.contact-map iframe{width:100%;height:100%;border:0;filter:saturate(.75)}
.map-address{padding-top:22px;display:flex;align-items:center;gap:25px}.map-address span{font-size:8px;letter-spacing:2px;color:#81908e}.map-address p{font-size:14px;color:#536766;line-height:1.6;margin:0;flex:1}.map-address a{font-size:10px;color:#07504d;text-decoration:none;font-weight:700}
.contact-bottom{background:#073e3e;color:#fff;padding:75px 8%;display:flex;justify-content:space-between;align-items:center;gap:50px}
.contact-bottom>div span{font-size:9px;letter-spacing:2px;color:#63aaa5}.contact-bottom h2{font-size:45px;line-height:1;letter-spacing:-2px;margin:15px 0 0}.contact-bottom h2 em{font-style:normal;color:#63aaa5}
.contact-bottom>a{display:flex;align-items:center;gap:15px;padding:8px 8px 8px 22px;border:1px solid rgba(255,255,255,.2);color:#fff;text-decoration:none;font-size:14px;white-space:nowrap}.contact-bottom>a b{width:37px;height:37px;border-radius:50%;background:#63b2ad;color:#073e3e;display:grid;place-items:center;font-weight:400}

.faq-hero{position:relative;min-height:570px;background:#052d30;color:#fff;display:flex;align-items:center;overflow:hidden}
.faq-hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:70px 70px}
.faq-hero-circle{position:absolute;width:650px;height:650px;border:1px solid rgba(98,181,175,.12);border-radius:50%;right:-230px;top:-270px}
.faq-hero-wrap{position:relative;z-index:2;width:88%;max-width:1320px;margin:auto;padding:90px 0}
.faq-breadcrumb{display:flex;gap:12px;font-size:9px;letter-spacing:2px;color:rgba(255,255,255,.4);margin-bottom:65px}
.faq-breadcrumb a{color:#fff;text-decoration:none}.faq-breadcrumb strong{color:#63b5af}
.faq-kicker{display:flex;align-items:center;gap:12px;color:#63b5af;font-size:10px;font-weight:700;letter-spacing:2.5px;margin-bottom:22px}
.faq-kicker span{width:40px;height:1px;background:#63b5af}
.faq-hero h1{font-size:82px;line-height:.94;letter-spacing:-4px;margin:0 0 28px}
.faq-hero h1 em{font-style:normal;color:#63b5af}
.faq-hero-content>p{max-width:570px;color:rgba(255,255,255,.62);font-size:16px;line-height:1.8;margin:0}
.faq-section{padding:120px 6%;background:#f4f7f6}
.faq-wrap{max-width:1280px;margin:auto;display:grid;grid-template-columns:.72fr 1.28fr;gap:100px;align-items:start}
.faq-kicker.dark{color:#07504d}.faq-kicker.dark span{background:#07504d}
.faq-intro h2{font-size:58px;line-height:.98;letter-spacing:-3px;color:#073e3e;margin:0 0 25px}
.faq-intro h2 em{font-style:normal;color:#08706b}
.faq-intro>p{font-size:14px;line-height:1.85;color:#718080;max-width:410px;margin:0}
.faq-contact{margin-top:55px;padding-top:22px;border-top:1px solid #d6e1df}
.faq-contact span{display:block;font-size:8px;letter-spacing:2px;color:#879592;margin-bottom:14px}
.faq-contact a{display:flex;align-items:center;gap:12px;color:#07504d;text-decoration:none;font-size:12px;font-weight:700}
.faq-contact b{width:30px;height:30px;border:1px solid #c2d3d0;border-radius:50%;display:grid;place-items:center;font-weight:400}
.faq-list{border-top:1px solid #d5e0de}
.faq-item{border-bottom:1px solid #d5e0de}
.faq-question{width:100%;border:0;background:transparent;padding:25px 0;display:grid;grid-template-columns:40px 1fr 38px;gap:15px;align-items:center;text-align:left;cursor:pointer;color:#073e3e;font-family:inherit}
.faq-question span{font-size:9px;letter-spacing:1.5px;color:#7e908d}
.faq-question strong{font-size:15px;font-weight:600}
.faq-question i{width:34px;height:34px;border:1px solid #cddbd8;border-radius:50%;display:grid;place-items:center;font-size:19px;font-style:normal;font-weight:300;transition:.35s}
.faq-item.active .faq-question i{background:#07504d;color:#fff;border-color:#07504d;transform:rotate(45deg)}
.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s ease}
.faq-answer p{overflow:hidden;margin:0;padding:0 53px 0 55px;color:#71807f;font-size:14px;line-height:1.8}
.faq-item.active .faq-answer{grid-template-rows:1fr}
.faq-item.active .faq-answer p{padding-bottom:25px}
.faq-cta{background:#073e3e;color:#fff;padding:75px 8%;display:flex;justify-content:space-between;align-items:center;gap:40px}
.faq-cta span{font-size:9px;letter-spacing:2px;color:#63aaa5}
.faq-cta h2{font-size:44px;line-height:1;letter-spacing:-2px;margin:14px 0 0}
.faq-cta h2 em{font-style:normal;color:#63aaa5}
.faq-cta>a{display:flex;align-items:center;gap:15px;border:1px solid rgba(255,255,255,.2);padding:8px 8px 8px 22px;color:#fff;text-decoration:none;font-size:14px;font-weight:600;white-space:nowrap}
.faq-cta>a b{width:37px;height:37px;border-radius:50%;background:#63b2ad;color:#073e3e;display:grid;place-items:center;font-weight:400}