*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--hxw-text);font-family:Manrope,Arial,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hxw-container{width:min(calc(100% - 40px),var(--hxw-container));margin-inline:auto}.hxw-main{min-height:50vh}.hxw-basic-content{padding:70px 0}.hxw-center{text-align:center}.hxw-eyebrow{display:block;color:var(--hxw-primary);font-size:12px;font-weight:800;letter-spacing:.15em;text-transform:uppercase;margin-bottom:14px}.hxw-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:44px;padding:10px 20px;border:1px solid var(--hxw-border);border-radius:var(--hxw-radius);font-size:14px;font-weight:700;line-height:1.2;cursor:pointer;transition:.2s ease;background:#fff;color:var(--hxw-text)}.hxw-btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(15,40,70,.08)}.hxw-btn svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8}.hxw-btn-primary{background:var(--hxw-primary);border-color:var(--hxw-primary);color:#fff}.hxw-btn-primary:hover{background:#0758c6;color:#fff}.hxw-btn-dark{background:var(--hxw-navy);border-color:var(--hxw-navy);color:#fff}.hxw-btn-light{background:#fff;color:var(--hxw-text);border-color:#fff}.hxw-icon{display:inline-grid;place-items:center;color:var(--hxw-primary)}.hxw-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
/* Header */
.hxw-header{position:relative;z-index:900;background:rgba(255,255,255,.96);border-bottom:1px solid #e9eef4}.hxw-header.is-sticky{position:sticky;top:0;backdrop-filter:blur(14px)}.hxw-header-inner{height:72px;display:grid;grid-template-columns:190px 1fr auto;align-items:center;gap:28px}.hxw-logo{display:inline-flex;align-items:center}.hxw-logo__img{width:auto;height:43px;max-width:180px;object-fit:contain}.hxw-nav{justify-self:center}.hxw-menu{display:flex;align-items:center;gap:28px;margin:0;padding:0;list-style:none}.hxw-menu>li{position:relative}.hxw-menu a{font-size:13px;font-weight:600;color:#485566;white-space:nowrap}.hxw-menu a:hover,.hxw-menu .current-menu-item>a{color:var(--hxw-primary)}.hxw-header-actions{display:flex;align-items:center;gap:13px}.hxw-signin{font-size:13px;font-weight:700}.hxw-cart-link{position:relative;display:inline-grid;place-items:center;width:36px;height:36px;border:1px solid var(--hxw-border);border-radius:7px}.hxw-cart-link svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7}.hxw-cart-count{position:absolute;right:-5px;top:-5px;min-width:17px;height:17px;padding:0 4px;border-radius:20px;background:var(--hxw-primary);color:#fff;font-size:10px;line-height:17px;text-align:center;font-weight:800}.hxw-menu-toggle{display:none;border:0;background:none;padding:8px}.hxw-menu-toggle svg,.hxw-menu-close svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8}.hxw-mobile-drawer,.hxw-mobile-backdrop{display:none}
/* General sections */
.hxw-section{padding:82px 0}.hxw-section--light{background:#f4f8fb}.hxw-section--blue{background:#eaf7ff}.hxw-section--navy{background:var(--hxw-navy);color:#fff}.hxw-section-heading{max-width:760px;margin:0 auto 42px;text-align:center}.hxw-section-heading.is-left{text-align:left;margin-left:0}.hxw-section-heading h2,.hxw-split h2{margin:0;color:var(--hxw-text);font-size:36px;line-height:1.16;letter-spacing:-.02em}.hxw-section-heading p,.hxw-split p{margin:14px 0 0;color:var(--hxw-muted);font-size:16px}.hxw-simple-hero{background:#eaf7ff;padding:92px 0}.hxw-simple-hero h1{font-size:54px;line-height:1.08;margin:0;letter-spacing:-.035em}.hxw-simple-hero p{max-width:740px;margin:20px auto 0;color:var(--hxw-muted);font-size:18px}.hxw-simple-hero .hxw-btn{margin-top:28px}.hxw-hero{background:#eaf7ff;padding:70px 0}.hxw-hero-grid{display:grid;grid-template-columns:1fr .92fr;gap:60px;align-items:center}.hxw-hero h1{margin:0;font-size:54px;line-height:1.05;letter-spacing:-.04em;max-width:650px}.hxw-hero p{max-width:610px;margin:20px 0 0;color:var(--hxw-muted);font-size:17px}.hxw-hero-actions{display:flex;gap:12px;margin-top:27px;flex-wrap:wrap}.hxw-hero-note{font-size:13px!important;margin-top:17px!important}.hxw-media-frame{position:relative;border-radius:20px;background:#dceefd;padding:14px}.hxw-media-frame img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:12px}.hxw-hero-stats{position:absolute;left:34px;right:34px;bottom:18px;background:#fff;border:1px solid var(--hxw-border);box-shadow:0 12px 30px rgba(25,45,65,.13);border-radius:8px;padding:12px 16px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.hxw-hero-stats span{font-size:10px;color:var(--hxw-muted)}.hxw-hero-stats strong{display:block;font-size:11px;margin-top:2px;color:var(--hxw-text)}
/* Cards */
.hxw-grid{display:grid;gap:20px}.hxw-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.hxw-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.hxw-grid-5{grid-template-columns:repeat(5,minmax(0,1fr))}.hxw-grid-6{grid-template-columns:repeat(3,minmax(0,1fr))}.hxw-card{background:#fff;border:1px solid var(--hxw-border);border-radius:var(--hxw-radius);padding:25px;box-shadow:0 7px 22px rgba(21,47,72,.05)}.hxw-card h3{margin:18px 0 0;font-size:17px;line-height:1.35}.hxw-card p{margin:8px 0 0;color:var(--hxw-muted);font-size:13px;line-height:1.65}.hxw-feature-card{min-height:175px}.hxw-feature-card .hxw-icon{width:34px;height:34px;background:#edf6ff;border-radius:6px}.hxw-feature-card .hxw-icon svg{width:18px;height:18px}.hxw-number-card{padding:24px 20px}.hxw-number-card .num{color:var(--hxw-primary);font-size:12px;font-weight:800}.hxw-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.hxw-product-card{overflow:hidden;border:1px solid var(--hxw-border);border-radius:9px;background:#fff;box-shadow:0 8px 26px rgba(22,45,68,.06);display:flex;flex-direction:column}.hxw-product-image{background:#f0f4f7;padding:14px}.hxw-product-image img{width:100%;height:auto;aspect-ratio:4/3;object-fit:contain;object-position:center center;border-radius:5px;image-rendering:auto}.hxw-product-body{padding:20px;display:flex;flex-direction:column;flex:1}.hxw-product-top{display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.hxw-product-top h3{font-size:20px;margin:0;line-height:1.3}.hxw-product-price{font-size:18px;color:var(--hxw-primary);font-weight:800;white-space:nowrap}.hxw-product-body p{font-size:14px;color:var(--hxw-muted);margin:12px 0 18px}.hxw-product-body .hxw-btn{margin-top:auto;width:100%}.hxw-product-card .onsale{display:none!important}
/* Splits */
.hxw-split{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.hxw-split img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:10px;box-shadow:0 10px 24px rgba(20,45,70,.10)}.hxw-checklist{list-style:none;margin:24px 0 0;padding:0;display:grid;gap:11px}.hxw-checklist li{display:flex;align-items:flex-start;gap:10px;color:#556273;font-size:14px}.hxw-checklist .check{flex:0 0 20px;width:20px;height:20px;border-radius:50%;background:#eaf5ff;color:var(--hxw-primary);display:grid;place-items:center;margin-top:1px}.hxw-checklist svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:2.3}.hxw-dark-cta{text-align:center}.hxw-dark-cta h2{font-size:34px;line-height:1.15;margin:0;color:#fff}.hxw-dark-cta p{max-width:700px;margin:16px auto 0;color:#aebdca}.hxw-dark-cta .actions{display:flex;gap:12px;justify-content:center;margin-top:27px}
/* Pricing */
.hxw-pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.hxw-plan{position:relative;display:flex;flex-direction:column;min-height:560px;padding:28px;background:#fff;border:1px solid var(--hxw-border);border-radius:8px;box-shadow:0 8px 26px rgba(20,45,70,.05)}.hxw-plan.is-popular{border:2px solid var(--hxw-primary)}.hxw-plan.is-gold{background:#fff3df;border-color:#e3bb79}.hxw-popular-badge{position:absolute;top:17px;right:17px;background:var(--hxw-primary);color:#fff;border-radius:20px;font-size:10px;font-weight:800;padding:5px 10px}.hxw-plan-label{color:var(--hxw-primary);text-transform:uppercase;font-size:11px;font-weight:800}.hxw-plan-price{font-size:40px;line-height:1;margin-top:14px;font-weight:800}.hxw-plan-price small{font-size:13px;color:var(--hxw-muted);font-weight:500}.hxw-plan-desc{font-size:13px;color:var(--hxw-muted);min-height:44px;margin:14px 0}.hxw-plan ul{list-style:none;padding:0;margin:20px 0;display:grid;gap:10px}.hxw-plan li{display:flex;gap:9px;font-size:13px}.hxw-plan li::before{content:'✓';color:var(--hxw-primary);font-weight:800}.hxw-plan-note{margin-top:auto;padding-top:18px;border-top:1px solid var(--hxw-border);font-size:12px;font-weight:700}.hxw-plan .hxw-btn{margin-top:17px;width:100%}.hxw-consult-box{margin-top:42px;background:var(--hxw-navy);color:#fff;border-radius:8px;padding:33px;text-align:center}.hxw-consult-box h3{margin:0;font-size:22px}.hxw-consult-box .hxw-btn{margin-top:18px}
/* Contact */
.hxw-contact-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:48px}.hxw-form-card{border:1px solid var(--hxw-border);border-radius:8px;padding:28px;background:#fff;box-shadow:0 10px 30px rgba(20,45,70,.05)}.hxw-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.hxw-field{display:grid;gap:7px}.hxw-field.full{grid-column:1/-1}.hxw-field label{font-size:13px;font-weight:700}.hxw-field input,.hxw-field textarea,.hxw-field select{width:100%;border:1px solid #cfd8e3;border-radius:6px;padding:10px 12px;min-height:44px;background:#fff;color:var(--hxw-text);outline:none}.hxw-field input:focus,.hxw-field textarea:focus{border-color:var(--hxw-primary);box-shadow:0 0 0 3px rgba(11,102,228,.08)}.hxw-field textarea{min-height:150px;resize:vertical}.hxw-contact-email{display:flex;align-items:center;gap:10px;color:var(--hxw-primary);font-size:18px;font-weight:800;margin-bottom:25px}.hxw-contact-email svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}.hxw-contact-cards{display:grid;gap:14px}.hxw-contact-cards .hxw-card{box-shadow:none}.hxw-form-message{margin-top:14px;font-size:13px;font-weight:700}.hxw-form-message.success{color:#16854a}.hxw-form-message.error{color:#c93333}
/* Footer */
.hxw-footer{background:var(--hxw-navy);color:#c0ccd7;padding:56px 0 30px;width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);position:relative;left:0;right:0}.hxw-footer-grid{display:grid;grid-template-columns:1.7fr repeat(5,1fr);gap:34px;padding-bottom:42px;border-bottom:1px solid rgba(255,255,255,.12)}.hxw-footer-logo{display:inline-flex;background:#fff;border-radius:5px;padding:6px}.hxw-footer-logo__img{width:120px;height:auto}.hxw-footer-brand p{max-width:330px;font-size:13px;line-height:1.7;margin:18px 0}.hxw-footer-email{display:flex;align-items:center;gap:8px;color:#fff;font-size:13px;font-weight:700}.hxw-footer-email svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.6}.hxw-footer h3{color:#fff;text-transform:uppercase;font-size:11px;margin:0 0 17px}.hxw-footer-grid>div:not(.hxw-footer-brand)>a{display:block;font-size:12px;margin:0 0 11px;color:#aebdca}.hxw-footer-grid>div:not(.hxw-footer-brand)>a:hover{color:#fff}.hxw-footer-bottom{padding-top:23px;font-size:11px}
/* WooCommerce */
.woocommerce .woocommerce-breadcrumb{font-size:12px;color:var(--hxw-muted);margin-bottom:25px}.hxw-shop-shell{padding:70px 0}.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin:0!important}.woocommerce ul.products::before,.woocommerce ul.products::after{display:none!important}.woocommerce ul.products li.product{float:none!important;width:auto!important;margin:0!important;border:1px solid var(--hxw-border);border-radius:9px;overflow:hidden;background:#fff;padding:0!important;box-shadow:0 8px 26px rgba(22,45,68,.06)}.woocommerce ul.products li.product .hxw-product-card{height:100%}.woocommerce ul.products li.product .hxw-product-image{display:block;background:#f1f5f8;padding:14px}.woocommerce ul.products li.product .hxw-product-image img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:contain;object-position:center center;border-radius:5px;image-rendering:auto}.woocommerce ul.products li.product .woocommerce-loop-product__title{padding:15px 18px 0!important;font-size:18px!important}.woocommerce ul.products li.product .price{padding:0 18px;color:var(--hxw-primary)!important;font-weight:800}.woocommerce ul.products li.product .button{margin:12px 18px 18px!important}.single-product div.product{display:grid;grid-template-columns:1fr 1fr;gap:48px}.single-product div.product .woocommerce-product-gallery{width:auto!important;float:none!important;background:#f0f5f9;padding:15px;border-radius:12px}.single-product div.product .summary{width:auto!important;float:none!important;margin:0!important;padding:26px 0}.single-product .product_title{font-size:42px;line-height:1.1}.single-product .price{font-size:28px!important;color:var(--hxw-primary)!important;font-weight:800}.single-product .woocommerce-product-details__short-description{color:var(--hxw-muted);font-size:16px;line-height:1.8}.single-product form.cart{display:flex;gap:10px;align-items:center;margin-top:24px!important}.single-product form.cart .quantity input{height:44px;width:70px}.single-product .single_add_to_cart_button{min-height:44px!important;background:var(--hxw-primary)!important;border-radius:6px!important}.hxw-finance-button{margin-left:8px}.woocommerce-tabs,.related.products,.upsells.products{grid-column:1/-1}.woocommerce-tabs{margin-top:26px;background:#f5f8fb;padding:32px}.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0!important}.woocommerce div.product .woocommerce-tabs ul.tabs::before{border-bottom-color:var(--hxw-border)!important}.related.products>h2,.upsells.products>h2{font-size:28px;margin:35px 0 20px}.woocommerce-message,.woocommerce-info,.woocommerce-error{border-top-color:var(--hxw-primary)!important}.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{border-radius:6px!important}.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{background:var(--hxw-primary)!important}.woocommerce-cart .woocommerce,.woocommerce-checkout .woocommerce,.woocommerce-account .woocommerce{width:min(calc(100% - 40px),var(--hxw-container));margin:0 auto;padding:60px 0}.woocommerce-checkout #customer_details,.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review{float:none!important;width:100%!important}.woocommerce-checkout form.checkout{display:grid;grid-template-columns:1.1fr .9fr;gap:36px}.woocommerce-checkout #customer_details{grid-column:1}.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review{grid-column:2}.woocommerce-checkout #order_review_heading{align-self:end;margin:0}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{min-height:44px;border:1px solid #ced8e3;border-radius:6px;padding:9px 11px}
/* Responsive */
@media(max-width:1100px){.hxw-header-inner{grid-template-columns:170px 1fr auto;gap:15px}.hxw-menu{gap:16px}.hxw-menu a{font-size:12px}.hxw-footer-grid{grid-template-columns:1.5fr repeat(3,1fr)}.hxw-footer-grid>div:nth-last-child(-n+2){margin-top:10px}.hxw-grid-5{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){.hxw-nav,.hxw-signin,.hxw-header-cta{display:none}.hxw-menu-toggle{display:block}.hxw-header-inner{grid-template-columns:1fr auto}.hxw-header-actions{justify-self:end}.hxw-mobile-drawer{display:block;position:fixed;top:0;right:0;width:min(88vw,380px);height:100vh;background:#fff;padding:24px;z-index:1002;transform:translateX(105%);transition:.25s ease;box-shadow:-20px 0 50px rgba(0,0,0,.15)}.hxw-mobile-drawer.is-open{transform:translateX(0)}.hxw-mobile-backdrop{display:block;position:fixed;inset:0;background:rgba(7,24,39,.42);z-index:1001;opacity:0;visibility:hidden;transition:.2s}.hxw-mobile-backdrop.is-open{opacity:1;visibility:visible}.hxw-mobile-drawer-head{display:flex;align-items:center;justify-content:space-between}.hxw-mobile-logo__img{height:42px;width:auto}.hxw-menu-close{border:0;background:none;padding:7px}.hxw-mobile-menu{list-style:none;margin:30px 0 22px;padding:0;display:grid}.hxw-mobile-menu a{display:block;padding:12px 4px;border-bottom:1px solid #eef1f5;font-weight:700;font-size:15px}.hxw-hero-grid,.hxw-split,.hxw-contact-grid,.single-product div.product{grid-template-columns:1fr}.hxw-hero h1,.hxw-simple-hero h1{font-size:45px}.hxw-product-grid,.hxw-pricing-grid,.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}.hxw-grid-4,.hxw-grid-6{grid-template-columns:repeat(2,1fr)}.hxw-footer-grid{grid-template-columns:repeat(3,1fr)}.hxw-footer-brand{grid-column:1/-1}.woocommerce-checkout form.checkout{grid-template-columns:1fr}.woocommerce-checkout #customer_details,.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review{grid-column:1}}
@media(max-width:600px){.hxw-container{width:min(calc(100% - 28px),var(--hxw-container))}.hxw-section{padding:60px 0}.hxw-hero{padding:48px 0}.hxw-hero-grid{gap:36px}.hxw-hero h1,.hxw-simple-hero h1{font-size:38px}.hxw-simple-hero{padding:66px 0}.hxw-section-heading h2,.hxw-split h2{font-size:30px}.hxw-product-grid,.hxw-pricing-grid,.woocommerce ul.products{grid-template-columns:1fr!important}.hxw-grid-3,.hxw-grid-4,.hxw-grid-5,.hxw-grid-6{grid-template-columns:1fr}.hxw-form-grid{grid-template-columns:1fr}.hxw-field.full{grid-column:auto}.hxw-footer-grid{grid-template-columns:1fr 1fr;gap:30px}.hxw-footer-brand{grid-column:1/-1}.hxw-dark-cta .actions{flex-direction:column;align-items:center}.hxw-hero-stats{left:12px;right:12px;bottom:10px}.hxw-hero-stats strong{font-size:9px}.single-product .product_title{font-size:34px}.single-product form.cart{flex-wrap:wrap}.hxw-finance-button{margin-left:0;width:100%}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
.hxw-menu .sub-menu{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(10px);min-width:220px;margin:0;padding:8px;list-style:none;background:#fff;border:1px solid var(--hxw-border);border-radius:8px;box-shadow:0 16px 35px rgba(17,35,55,.12);opacity:0;visibility:hidden;transition:.18s ease}.hxw-menu li:hover>.sub-menu,.hxw-menu li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(5px)}.hxw-menu .sub-menu a{display:block;padding:9px 10px;border-radius:5px}.hxw-menu .sub-menu a:hover{background:#f4f8fb}

@media(max-width:600px){.hxw-widget-mobile_pos .hxw-grid{grid-template-columns:1fr!important}}

.hxw-product-template-row{padding:20px 0 28px}.hxw-product-template-row>.elementor-container,.hxw-product-template-row>.e-con-inner{align-items:flex-start}.hxw-product-template-gallery .woocommerce-product-gallery{width:100%!important;float:none!important;background:#f0f5f9;padding:15px;border-radius:12px}.hxw-product-template-summary{padding:18px 0}.hxw-product-template-summary .product_title{font-size:42px;line-height:1.1;margin-top:0}.hxw-product-template-summary .price{font-size:28px!important;color:var(--hxw-primary)!important;font-weight:800}.hxw-product-template-tabs{margin-top:20px;background:#f5f8fb;padding:32px}.hxw-product-template-related{margin-top:36px}.hxw-product-template-related>h2{font-size:28px}.hxw-widget-product_gallery .onsale{z-index:2}.hxw-widget-product_related ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
@media(max-width:900px){.hxw-product-template-row>.elementor-container{flex-wrap:wrap}.hxw-product-template-row>.elementor-container>.elementor-column{width:100%!important}.hxw-product-template-summary .product_title{font-size:36px}}
@media(max-width:600px){.hxw-product-template-tabs{padding:20px}.hxw-widget-product_related ul.products{grid-template-columns:1fr!important}}


.hxw-product-info-panel{display:grid;grid-template-columns:1fr 1fr;gap:55px;background:#f4f8fb;padding:52px 32px;margin-top:30px}.hxw-product-info-panel h2{font-size:24px;margin:0 0 12px}.hxw-product-info-panel p{color:var(--hxw-muted);margin:0}.quantity{display:inline-flex!important;align-items:center;border:1px solid var(--hxw-border);border-radius:6px;overflow:hidden;background:#fff}.quantity .qty{border:0!important;border-radius:0!important;box-shadow:none!important;text-align:center;min-height:42px}.hxw-qty-btn{width:34px;height:42px;border:0;background:#fff;color:var(--hxw-text);font-size:18px;cursor:pointer}.hxw-qty-btn:hover{background:#f4f8fb}.single-product div.product.hxw-elementor-product{display:block!important}
@media(max-width:700px){.hxw-product-info-panel{grid-template-columns:1fr;gap:28px;padding:30px 20px}}
.hxw-mobile-menu .sub-menu{list-style:none;margin:0 0 0 14px;padding:0}.hxw-mobile-menu .sub-menu a{font-size:13px;font-weight:600;padding-left:12px}

.elementor .hxw-footer,.elementor-location-footer .hxw-footer{width:100vw!important;max-width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important}
