.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}:root{--blue: #0068af;--blue-dark: #005c9b;--yellow: #f4ef43;--text: #000000;--muted: #1f1f1f;--line: #111111;--font-sans: Inter, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-family:var(--font-sans)}*{box-sizing:border-box}body{margin:0;color:var(--text);background:#fff;font-size:16px;font-family:var(--font-sans);line-height:1.45;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}::view-transition-old(root),::view-transition-new(root){animation:none}::view-transition-old(page-content),::view-transition-new(page-content){animation-duration:.26s;animation-timing-function:cubic-bezier(.22,.61,.36,1)}::view-transition-old(page-content){animation-name:page-fade-out}::view-transition-new(page-content){animation-name:page-fade-in}@keyframes page-fade-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-8px)}}@keyframes page-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){::view-transition-old(root),::view-transition-new(root),::view-transition-old(page-content),::view-transition-new(page-content){animation:none}}a{color:inherit}img{display:block;max-width:100%}.site-width{width:min(980px,calc(100% - 32px));margin-inline:auto}.narrow{width:min(705px,calc(100% - 32px))}.top-strip{height:42px;background:var(--blue);color:#fff}.top-inner{width:min(955px,calc(100% - 32px));height:100%;margin-inline:auto;display:flex;align-items:center;gap:34px}.top-link{display:inline-flex;align-items:center;gap:9px;color:#fff;font-size:14px;font-weight:650;letter-spacing:.01em;text-decoration:none}.top-icon{width:18px;height:18px;fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2}.mail-icon{width:20px;height:17px}.main-nav{width:min(980px,calc(100% - 32px));min-height:68px;margin-inline:auto;display:grid;grid-template-columns:auto minmax(0,1fr);gap:24px;align-items:center;background:#fff}.brand{display:inline-flex;align-items:center;width:240px;min-height:44px}.brand img{width:240px;height:auto}.main-nav nav{display:flex;align-items:center;justify-content:flex-end;gap:6px}.nav-item{position:relative;display:flex}.nav-link{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 15px;border:0;border-radius:999px;background:transparent;color:#000;cursor:pointer;font-family:inherit;font-size:15px;font-weight:700;text-decoration:none;white-space:nowrap;transition:background-color .15s ease,color .15s ease,box-shadow .15s ease}.main-nav>nav>.nav-link{border-left:0}.nav-link[aria-current=page],.nav-link.active,.nav-item.active>.nav-link{background:#0068af1a;color:var(--blue)}.main-nav>nav>.nav-link:last-child{border-right:0}.chevron{width:15px;height:15px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4}.dropdown-menu{position:absolute;z-index:20;top:calc(100% + 8px);left:50%;width:258px;display:grid;padding:8px;border:1px solid #dde7ee;border-radius:8px;background:#fff;box-shadow:0 16px 32px #00000024;opacity:0;visibility:hidden;transform:translate(-50%,8px);transition:opacity .14s ease,transform .14s ease,visibility .14s ease}.dropdown-menu a{padding:11px 14px;border-radius:5px;color:#000;font-size:15px;font-weight:700;line-height:1.2;text-decoration:none}.dropdown-menu a:hover,.dropdown-menu a:focus-visible,.nav-link:hover,.nav-link:focus-visible{background:#0068af14;color:var(--blue)}.has-dropdown.open .dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%)}@media(hover:hover)and (pointer:fine){.has-dropdown:hover .dropdown-menu,.has-dropdown:focus-within .dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%)}}.home-hero{display:grid;grid-template-columns:49.8% 50.2%;margin-top:10px;min-height:255px}.home-hero img{width:100%;height:255px;object-fit:cover}.home-menu{display:grid;align-content:center;gap:12px;padding:26px 30px;background:#fff}.home-menu a{position:relative;width:min(280px,100%);min-height:47px;display:inline-flex;align-items:center;justify-content:space-between;justify-self:center;padding:0 16px 0 20px;border:1px solid #d7e4ed;border-radius:999px;background:#fff;box-shadow:0 10px 22px #00274614;color:#111;font-size:17px;font-weight:750;text-decoration:none;transition:border-color .15s ease,box-shadow .15s ease,color .15s ease,transform .15s ease}.home-menu a:after{content:"";width:26px;height:26px;display:grid;place-items:center;border-radius:50%;background-color:#0068af1a;background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12h14' stroke='%230068af' stroke-width='2.4' stroke-linecap='round'/%3E%3Cpath d='m13 6 6 6-6 6' stroke='%230068af' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:16px 16px}.home-menu a:hover,.home-menu a:focus-visible{border-color:#0068af6b;box-shadow:0 14px 28px #00274624;color:var(--blue);transform:translateY(-1px)}.intro-copy{padding:29px 24px 31px;text-align:center}.intro-copy p{margin:0;font-size:21px;line-height:1.5}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:64px;padding:22px 22px 16px;text-align:center}.features article{display:grid;justify-items:center}.features h2{margin:16px 0 17px;font-size:22px;font-weight:400}.features p{margin:0;max-width:300px;font-size:18px;line-height:1.45}.feature-svg{width:80px;height:80px;color:var(--blue);fill:currentColor}.feature-svg.shield-svg{width:62px}.feature-svg.warranty-svg{width:73px}.stats-band{min-height:213px;margin-top:2px;padding:22px 0 28px;background:var(--blue)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);align-items:center;gap:0;min-height:163px;color:#fff;text-align:center}.stats-grid article{display:grid;justify-items:center;gap:6px}.stats-icon{width:58px;height:58px;fill:#fff}.stats-grid h2{margin:0;color:var(--yellow);font-size:50px;line-height:1;font-weight:700}.stats-grid p{margin:0;font-size:18px;line-height:1.35}.brand-grid{display:grid;grid-template-columns:repeat(3,1fr);width:100%;background:#fff}.brand-grid a{min-height:193px;display:grid;place-items:center;background:#fff;border-bottom:1px solid #e4e4e4;text-decoration:none}.brand-grid a:nth-child(2),.brand-grid a:nth-child(5){background:#f1f3f5}.brand-grid img{max-width:72%;max-height:104px;object-fit:contain}.brand-grid a:nth-child(1) img,.brand-grid a:nth-child(4) img,.brand-grid a:nth-child(5) img{max-width:68%;max-height:90px}.brand-grid a:nth-child(1) img{width:68%}.brand-grid a:nth-child(4) img{width:62%}.brand-grid a:nth-child(5) img{width:70%}.category-space{min-height:720px;padding:54px 0 72px}.category-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:30px}.product-card{flex:0 1 calc((100% - 60px) / 3);min-width:0;display:grid;grid-template-rows:245px auto;border:1px solid #d0d0d0;background:#fff;box-shadow:0 8px 20px #00000017;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.product-card:hover,.product-card:focus-within{border-color:#9bb7cc;box-shadow:0 16px 34px #00000029;transform:translateY(-3px)}.product-card-image{display:grid;place-items:center;padding:22px;background:#fff;text-decoration:none}.product-card-image img{max-height:196px;object-fit:contain}.product-card-copy{display:grid;align-content:center;justify-items:center;gap:10px;min-height:126px;padding:18px 20px 20px;text-align:center}.product-card h2{margin:0;color:var(--blue);font-size:21px;line-height:1.22}.product-card h2 a{text-decoration:none}.card-price{margin:0;font-size:20px;font-weight:700;line-height:1.25}.category-empty{padding-top:30px;font-size:18px;line-height:1.45}.search-copy{min-height:420px;padding:64px 0 70px}.search-panel{width:min(760px,100%);margin-inline:auto;display:grid;justify-items:center;gap:18px;text-align:center}.search-panel h1{margin:0;color:var(--blue);font-size:34px;line-height:1.15}.search-panel p{margin:0;font-size:20px;line-height:1.55}.search-button{margin-top:16px}.about-copy{min-height:560px;padding:64px 0 70px}.about-panel{width:min(780px,100%);margin-inline:auto;display:grid;gap:18px;text-align:center}.about-panel h1{margin:0 0 4px;color:var(--blue);font-size:34px;line-height:1.15}.about-panel p{margin:0;font-size:19px;line-height:1.6}.location-page{min-height:720px;padding:54px 0 72px;text-align:center}.location-page h1{margin:0 0 34px;color:var(--blue);font-size:34px;line-height:1.15}.location-map{display:block;width:100%;height:clamp(430px,58vw,620px);margin-bottom:26px;border:1px solid #d3dce3;background:#eef3f6;box-shadow:0 10px 26px #00000021}.location-page p{margin:0;font-size:20px;font-weight:700;line-height:1.45}.product-page{padding-top:67px}.product-top{display:grid;grid-template-columns:43% 1fr;gap:60px;align-items:center}.product-image{width:100%;max-height:385px;object-fit:contain}.product-summary h1{margin:0 0 14px;color:var(--blue);font-size:30px;line-height:1.12;font-weight:750}.product-summary h2{margin:0 0 24px;color:var(--blue);font-size:22px}.product-summary ul{margin:0;padding-left:28px;font-size:16px;line-height:1.45}.price{margin:0 0 16px;color:#000;font-size:61px;line-height:.95}.price span{font-size:42px}.ex-price{margin:0 0 30px;font-size:26px}.info-button{width:min(330px,100%);min-height:47px;display:inline-flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid #d7e4ed;border-radius:999px;padding:0 12px 0 20px;background:#fff;box-shadow:0 10px 22px #00274614;color:#111;font-size:15px;font-weight:750;text-decoration:none;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.info-button:after{content:"";flex:0 0 auto;width:26px;height:26px;display:inline-grid;place-items:center;border-radius:50%;background-color:#0068af1a;background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12h14' stroke='%230068af' stroke-width='2.4' stroke-linecap='round'/%3E%3Cpath d='m13 6 6 6-6 6' stroke='%230068af' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:16px 16px}.info-button:hover{border-color:#0068af59;box-shadow:0 15px 28px #00274621;color:var(--blue);transform:translateY(-1px)}.document-buttons{display:grid;gap:11px;margin-top:20px}.document-buttons .info-button{width:min(470px,100%);white-space:nowrap}.document-buttons.secondary{margin-top:14px}.document-buttons.secondary a{color:var(--blue);font-size:14px;font-weight:700;text-decoration:none}.detail-copy{margin-top:54px;width:min(930px,100%)}.product-attachments{display:grid;gap:22px;margin-top:30px}.product-attachments img{width:100%;height:auto;display:block;border:1px solid #d8e2ea;background:#fff;box-shadow:0 10px 24px #00274614}.detail-copy p,.text-page p{margin:0 0 16px;font-size:16px;line-height:1.45}.detail-copy .lead{font-weight:700}.original-rich-text{font-size:17px;line-height:1.5}.original-rich-text p{margin:0 0 18px;font-size:inherit;line-height:inherit}.original-rich-text ul,.original-rich-text ol{margin:-6px 0 20px 22px;padding:0;font-size:inherit;line-height:inherit}.original-rich-text li{margin:0 0 8px;padding-left:2px}.spec-list{display:grid;grid-template-columns:max-content minmax(0,1fr);column-gap:18px;row-gap:8px;width:min(570px,100%);margin:0 0 34px;font-size:16px;line-height:1.35}.spec-list dt{font-weight:700}.spec-list dd{margin:0}.contact-cta{height:90px;display:grid;place-items:center;background:var(--blue)}.contact-cta a{width:290px;height:50px;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;background:#fff;color:#1f1f1f;font-size:18px;font-weight:700;text-decoration:none}.text-page{min-height:700px;padding:60px 0}.site-footer{display:grid;grid-template-columns:1fr 1fr .85fr;gap:70px;min-height:188px;padding:18px 50px 28px;background:var(--blue);color:#fff}.footer-col h2{margin:0 0 8px;color:var(--yellow);font-size:22px;line-height:1.1}.footer-col p{margin:0 0 5px;max-width:330px;color:#fff;font-size:16px;line-height:1.25}.footer-col a{color:#fff;text-decoration:none}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@media(max-width:980px){.main-nav{height:auto;grid-template-columns:1fr;gap:8px;padding:10px 0}.brand{justify-self:center;padding:4px 0}.main-nav nav{flex-wrap:wrap;justify-content:center;gap:5px;overflow:visible;padding-bottom:0}.nav-item,.nav-link{min-width:auto;flex:0 1 auto}.nav-link{min-height:36px;padding-inline:11px;font-size:15px}.dropdown-menu{width:220px}.home-hero,.product-top,.site-footer{grid-template-columns:1fr}.site-footer{gap:16px;min-height:0;padding:24px 32px 28px}.footer-col p{max-width:none}.home-menu{padding:24px}.home-hero img{height:auto}.features,.brand-grid,.stats-grid{grid-template-columns:1fr}.brand-grid a:nth-child(1){order:1;background:#fff}.brand-grid a:nth-child(2){order:2;background:#f1f3f5}.brand-grid a:nth-child(4){order:3;background:#fff}.brand-grid a:nth-child(5){order:4;background:#f1f3f5}.brand-grid a:nth-child(6){order:5;background:#fff}.brand-grid a:nth-child(3){order:6;background:#f1f3f5}.category-grid{gap:24px}.product-card{flex-basis:min(100%,360px)}.stats-grid{gap:28px;padding:20px 0}.category-space{min-height:560px;padding:32px 0 52px}.location-page{min-height:620px;padding-top:32px}.location-map{height:420px}}@media(max-width:580px){.top-strip{height:36px;padding:0}.top-inner{width:min(100% - 20px,955px);justify-content:center;gap:16px;overflow:hidden;white-space:nowrap}.top-link{gap:7px;font-size:12.5px}.top-icon{width:16px;height:16px}.main-nav{width:min(100% - 18px,980px);gap:6px;padding:8px 0}.brand,.brand img{width:220px}.main-nav nav{gap:4px}.nav-link{min-height:34px;padding-inline:9px;font-size:14px}.chevron{width:13px;height:13px}.site-footer{gap:10px;padding:20px 24px 24px}.split{grid-template-columns:1fr}.price{font-size:44px}.price span{font-size:30px}.product-card{grid-template-rows:210px auto}.spec-list{grid-template-columns:1fr;row-gap:2px}.document-buttons .info-button{white-space:normal}}@media(max-width:380px){.top-link[href^="mailto:"]{display:none}}@media(max-width:420px){.nav-link{padding-inline:8px;font-size:13px}}@keyframes astroFadeInOut{0%{opacity:1}to{opacity:0}}@keyframes astroFadeIn{0%{opacity:0;mix-blend-mode:plus-lighter}to{opacity:1;mix-blend-mode:plus-lighter}}@keyframes astroFadeOut{0%{opacity:1;mix-blend-mode:plus-lighter}to{opacity:0;mix-blend-mode:plus-lighter}}@keyframes astroSlideFromRight{0%{transform:translate(100%)}}@keyframes astroSlideFromLeft{0%{transform:translate(-100%)}}@keyframes astroSlideToRight{to{transform:translate(100%)}}@keyframes astroSlideToLeft{to{transform:translate(-100%)}}@media(prefers-reduced-motion){::view-transition-group(*),::view-transition-old(*),::view-transition-new(*){animation:none!important}[data-astro-transition-scope]{animation:none!important}}
