:root{--hero-blue:#cfe7fc;--ink:#101c2d;--body:#526174;--blue:#176be0;--ice:#eaf2fb;--line:#dce3ec;--white:#fff;--soft:#f6f8fb;--font-sans:var(--font-geist-sans),Arial,sans-serif;--header:86px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--white);color:var(--ink);font-family:var(--font-sans);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}button,input{font:inherit}a,button{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid #438eea;outline-offset:5px}button:disabled{cursor:not-allowed}::selection{background:#c9e0ff;color:var(--ink)}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:500;line-height:1.08;letter-spacing:-.055em}h1{font-size:clamp(62px,6.4vw,104px);letter-spacing:-.07em}h2{font-size:clamp(38px,4vw,62px)}h3{font-size:21px;letter-spacing:-.025em}p{color:var(--body)}svg{flex-shrink:0}img{max-width:100%}.container{width:min(1280px,calc(100% - 112px));margin-inline:auto}.container-wide{width:calc(100% - 32px);max-width:1680px;margin-inline:auto}.section{padding-block:110px}.section-kicker{display:block;font-size:13px;font-weight:500;letter-spacing:.01em;color:var(--body);margin-bottom:25px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:36px;margin-bottom:54px}.section-heading h2{max-width:700px}.section-intro{font-size:17px;line-height:1.75}.section-heading-right{min-width:260px}.section-heading-right p{margin-bottom:24px;font-size:16px}.fineprint{font-size:12px;line-height:1.65;color:#697586}.button{display:inline-flex;align-items:center;justify-content:center;gap:22px;min-height:52px;padding:14px 23px;border-radius:7px;border:1px solid transparent;font-size:14px;font-weight:500;line-height:1.3;transition:background .2s,transform .2s,box-shadow .2s;white-space:nowrap}.button:hover{transform:translateY(-2px)}.button-blue{background:var(--blue);color:white;box-shadow:0 3px 7px #176be019}.button-blue:hover{background:#145cc1;box-shadow:0 5px 15px #176be025}.button-dark{background:var(--ink);color:white}.button-dark:hover{background:#263950}.button-white{background:white;color:var(--ink)}.button-outline{background:transparent;border-color:#b7c4d3}.button-outline:hover{background:#fff9;border-color:#7f96b2}.button-small{min-height:42px;padding:10px 16px;font-size:13px;gap:18px}.button-row{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.text-link{display:inline-flex;align-items:center;gap:16px;font-size:14px;font-weight:500;line-height:1.5;border-bottom:1px solid transparent;padding-bottom:3px}.text-link:hover{border-color:currentColor}.text-link svg{transition:transform .2s}.text-link:hover svg{transform:translateX(3px)}.skip-link{position:absolute;top:-80px;left:20px;background:white;padding:10px 16px;z-index:100}.skip-link:focus{top:12px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:white;transition:background .2s,box-shadow .2s}.site-header[data-surface=field]{background:transparent}.site-header[data-surface=home]{background:#f1eee6}.site-header[data-surface=solution]{background:#edf3f9}.site-header.is-solid{background:#fffffff2;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 1px 0 #101c2d0a}.header-inner{height:var(--header);width:calc(100% - clamp(80px, 12.8vw, 200px));margin:auto;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;grid-gap:30px;gap:30px}.wordmark{display:inline-flex;align-items:center;line-height:1}.wordmark img{display:block;width:113px;height:auto;filter:brightness(0) saturate(100%) invert(9%) sepia(25%) saturate(1478%) hue-rotate(175deg) brightness(95%) contrast(95%)}.header-actions{display:flex;align-items:center;gap:10px;margin-left:auto;flex-shrink:0}.header-quote,.header-shop{border-radius:999px;padding-inline:20px}.brand-link{display:flex;flex-shrink:0}.desktop-nav{display:flex;align-items:center;gap:35px;margin-left:0}.nav-group>button{font-size:13px;font-weight:500;color:#445163;padding:28px 0;border:0;background:transparent;cursor:pointer}.desktop-nav .active,.desktop-nav a:hover,.nav-group>button:hover{color:var(--blue)}.chevron{display:inline-block;margin-left:7px;font-size:15px;transition:transform .18s}.nav-group>button[aria-expanded=true] .chevron{transform:rotate(180deg)}.nav-group{position:relative}.nav-dropdown{position:absolute;top:100%;left:50%;width:320px;display:grid;grid-template-columns:1fr;grid-gap:2px;gap:2px;max-height:calc(100dvh - 120px);overflow-y:auto;padding:10px;background:white;box-shadow:0 15px 50px #0b23301c;border:1px solid var(--line);border-radius:12px;opacity:0;visibility:hidden;transform:translate(-50%,8px);transition:opacity .18s,transform .18s;pointer-events:none}.nav-group-wide .nav-dropdown{position:fixed;top:calc(var(--header) - 6px);width:min(640px,calc(100vw - 80px));grid-template-columns:repeat(2,minmax(0,1fr))}.nav-dropdown.is-open{opacity:1;visibility:visible;transform:translate(-50%);pointer-events:auto}.nav-dropdown a{display:block;padding:12px 14px;border-radius:7px}.nav-dropdown a:hover{background:var(--soft)}.nav-dropdown span{display:block;font-size:14px;font-weight:500}.nav-dropdown small{display:block;font-size:12px;color:var(--body);margin-top:2px}.footer-main .footer-resources-heading{margin-top:26px}.menu-toggle,.mobile-nav{display:none}.hero.container-wide{width:100%;max-width:none;border-radius:0}.solutions-section{padding-top:100px}.proof-strip{display:grid;grid-template-columns:1.1fr 1fr 1fr 1.2fr;padding-block:48px;border-bottom:1px solid var(--line)}.proof-strip>a{display:flex;flex-direction:column;align-items:flex-start;padding-inline:30px;border-left:1px solid var(--line)}.proof-strip>a:first-child{padding-left:0;border-left:0}.proof-strip>a:last-child{padding-right:0}.proof-number{font-size:clamp(32px,3vw,46px);line-height:1.15;letter-spacing:-.055em;font-weight:500;margin-bottom:9px}.proof-label{font-size:14px;line-height:1.4;font-weight:500}.proof-caption,.proof-eyebrow{font-size:11px;color:var(--body);line-height:1.6}.proof-caption{margin-top:8px;margin-bottom:18px}.proof-retailer img{width:174px;height:auto;margin-top:13px;margin-bottom:4px}.proof-source{display:flex;align-items:center;gap:8px;font-size:10px;color:var(--body);margin-top:auto}.proof-strip a:hover .proof-source{color:var(--blue)}.proof-source svg{width:14px;height:14px}.retail-wordmark{display:block;width:192px;height:auto;margin-bottom:28px}@media (max-width:1000px){.proof-strip{grid-template-columns:1fr 1fr;row-gap:32px}.proof-strip>a:nth-child(odd){border-left:0;padding-left:0}.proof-strip>a:nth-child(2n){padding-right:0}}@media (max-width:760px){.proof-strip{padding-block:32px}.proof-strip>a{padding-inline:18px}.proof-retailer img{width:140px}.proof-number{font-size:31px}.proof-label{font-size:12px}.proof-caption,.proof-source{font-size:10px}.proof-source{gap:5px}}.audience-grid{display:grid;grid-template-columns:repeat(3,1fr);border-block:1px solid var(--line)}.audience-card{padding:30px 24px 24px 0;position:relative;min-height:230px;transition:background .2s}.audience-card+.audience-card{border-left:1px solid var(--line);padding-left:24px}.audience-card:nth-child(n+4){border-top:1px solid var(--line)}.audience-card:nth-child(3n+1){border-left:0;padding-left:0}.audience-card>svg:first-child{color:#426788;margin-bottom:28px}.audience-card h3{font-size:17px;line-height:1.3;letter-spacing:-.02em;margin-bottom:10px}.audience-card p{font-size:13px;line-height:1.65;max-width:180px;margin-bottom:26px}.audience-card>svg:last-child{position:absolute;bottom:21px;transition:transform .2s}.audience-card:hover>svg:last-child{transform:translateX(7px)}.audience-card:hover h3{color:var(--blue)}.home-audience{background:#f1f6fc;padding-right:15px}@media (min-width:761px){.audience-card:last-child:nth-child(3n+1){grid-column:1/-1;display:grid;grid-template-columns:42px 200px 1fr 24px;align-items:center;grid-gap:20px;gap:20px;min-height:100px;border-left:0;padding:26px 24px}.audience-card:last-child:nth-child(3n+1) h3,.audience-card:last-child:nth-child(3n+1) p,.audience-card:last-child:nth-child(3n+1)>svg{position:static;margin:0;max-width:none}}.field-story{height:640px;display:flex;align-items:center;position:relative;overflow:hidden;border-radius:3px;color:white}.field-story>img{object-fit:cover;object-position:center 46%;transition:transform 1s}.field-story:hover>img{transform:scale(1.025)}.field-scrim{position:absolute;inset:0;background:linear-gradient(90deg,#0a1d32dd,#0a1d3266 45%,transparent 85%)}.field-copy{position:relative;padding:80px clamp(40px,7vw,110px);max-width:670px}.field-copy h2{font-size:clamp(44px,4.8vw,74px);line-height:1.04}.field-copy p{color:#e0e8f0;font-size:16px;max-width:420px;margin:26px 0 29px;line-height:1.75}.field-caption{position:absolute;bottom:34px;right:40px;font-size:12px;color:#fff}.segmented{display:inline-flex;padding:4px;background:#eef2f6;border-radius:7px;gap:3px}.segmented button{border:0;background:transparent;padding:9px 16px;font-size:12px;border-radius:5px;color:var(--body);transition:background .2s}.segmented button.selected{background:white;color:var(--ink);box-shadow:0 1px 4px #13243a12}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:45px 26px;gap:45px 26px}.security-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:1000px){.security-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.product-card{min-width:0}.product-image{position:relative;display:block;aspect-ratio:1;background:#fff;border:1px solid #edf0f3;border-radius:7px;overflow:hidden}.product-image>img{object-fit:contain;padding:28px 24px 34px;transition:transform .5s}.product-image:hover>img{transform:scale(1.06)}.product-brand{top:15px;z-index:1;font-weight:500;color:#566479}.product-brand,.product-count{position:absolute;left:20px;font-size:11px}.product-count{bottom:15px;color:#5b6879}.image-arrow{position:absolute;right:15px;bottom:14px;background:white;border:1px solid #e2e7eb;border-radius:50%;display:grid;place-items:center;width:32px;height:32px;transition:background .2s,color .2s}.product-image:hover .image-arrow{background:var(--ink);color:white}.product-title{display:flex;align-items:baseline;justify-content:space-between;margin:22px 0 10px;gap:12px}.product-title h3{font-size:21px}.product-title>span{font-size:15px;white-space:nowrap}.product-card>p{font-size:13px;line-height:1.75;max-width:330px;min-height:47px}.product-card>.text-link{font-size:12px;margin-top:17px}.price-note{max-width:650px;margin-top:35px}.products-bottom{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.products-bottom>.text-link{white-space:nowrap;margin-top:35px}.process-wrap{background:#f1f5f9;padding:90px 0}.process-section{display:grid;grid-template-columns:1.02fr 1fr;grid-gap:90px;gap:90px;align-items:center}.process-visual{height:600px;position:relative;overflow:hidden;background:#c8d6e6;border-radius:3px}.process-visual>img{object-fit:cover;object-position:50% 50%}.image-caption{position:absolute;bottom:20px;left:20px;font-size:11px;background:#fffffff0;padding:8px 12px;border-radius:4px;color:#364657}.process-copy{padding-right:20px}.process-copy h2{font-size:clamp(44px,4.6vw,68px);margin-bottom:33px}.process-steps{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid #cbd6e3;grid-gap:14px;gap:14px}.process-steps button{position:relative;background:transparent;border:0;padding:12px 0 17px;display:flex;align-items:center;gap:8px;font-size:14px;color:#738094}.process-steps button>svg{display:none}.process-steps button.selected{color:var(--ink)}.process-steps button.selected:after{content:"";position:absolute;bottom:-1px;height:2px;background:var(--blue);left:0;right:0}.step-number{font-size:10px;color:#7b8796;margin-right:4px}.step-description{font-size:15px;min-height:100px;line-height:1.8;margin-top:23px}.process-copy>.fineprint{margin-top:32px;max-width:375px}.home-story{position:relative;min-height:580px;margin-top:100px;overflow:hidden;background:#f2f0eb}.home-story-art{position:absolute;right:0;top:0;bottom:0;width:80%}.home-story-art img{object-fit:cover;object-position:70% 50%}.home-story-art:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#f2f0eb,#f2f0eb55 35%,transparent 65%)}.home-story-copy{position:relative;padding:65px clamp(40px,7vw,110px);max-width:660px;z-index:1}.verifique-wordmark{display:block;font-size:20px;letter-spacing:-.04em;font-weight:650;margin-bottom:45px}.verifique-wordmark>span{display:block;font-size:10px;letter-spacing:0;font-weight:400;color:#566058;margin-top:3px}.home-story h2{font-size:clamp(42px,4.5vw,68px)}.home-story-copy p{font-size:15px;line-height:1.8;max-width:295px;margin:23px 0}.home-price{display:block;font-size:11px;color:#505d59;margin-top:18px}.resources-strip{display:grid;grid-template-columns:1.3fr 1fr;grid-gap:80px;gap:80px;align-items:center;border-bottom:1px solid var(--line)}.resources-strip h2{font-size:44px;margin-top:25px}.resources-strip p{max-width:360px;font-size:17px;margin-bottom:25px}.faq-section{display:grid;grid-template-columns:1fr 1.2fr;grid-gap:90px;gap:90px}.faq-section h2{font-size:46px}.faq-section .section-intro{margin:20px 0;font-size:15px}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:25px 0;list-style:none;cursor:pointer;font-size:15px;font-weight:500;line-height:1.5}.faq-list summary::-webkit-details-marker{display:none}.plus{display:block;position:relative;width:14px;height:14px;flex-shrink:0}.plus:after,.plus:before{content:"";position:absolute;background:#536277;left:0;right:0;top:6px;height:1px}.plus:after{transform:rotate(90deg);transition:transform .2s}.faq-list details[open] .plus:after{transform:rotate(0)}.faq-list details>p{padding:0 35px 25px 0;font-size:14px;line-height:1.85}.quote-cta{background:#132941;color:white;border-radius:5px;display:grid;grid-template-columns:1.2fr 1fr;grid-gap:70px;gap:70px;padding:67px 70px;margin-bottom:100px;align-items:center}.quote-cta .section-kicker{color:#bbcddd}.quote-cta h2{font-size:51px}.quote-cta p{color:#c4d1dd;font-size:16px;max-width:350px;margin-bottom:24px}.quote-email{display:block;color:#b4c7d8;font-size:12px;margin-top:18px}.quote-email:hover{color:white}.site-footer{background:#f5f7fa;border-top:1px solid #e9edf2;padding-top:64px}.footer-main{display:grid;grid-template-columns:1.15fr 1fr .9fr 1.1fr;grid-gap:50px;gap:50px;padding-bottom:64px}.footer-brand>p{font-size:22px;line-height:1.25;letter-spacing:-.035em;margin:22px 0 27px;color:var(--ink)}.footer-brand>span{font-size:11px;display:block;color:#637186}.footer-main h3{font-size:12px;font-weight:600;letter-spacing:0;margin:15px 0 22px}.footer-main>div>a:not(:first-child){display:block;font-size:12px;color:#566378;margin-bottom:10px}.footer-main>div>a:hover{color:var(--blue)}.footer-note{border-left:1px solid var(--line);padding-left:28px}.footer-note svg{color:#657c91}.footer-note h3{margin:12px 0;font-size:14px}.footer-note p{font-size:11px;line-height:1.85}.footer-bottom{padding:24px 0;border-top:1px solid var(--line);display:flex;justify-content:space-between;font-size:11px;color:#637084}.footer-bottom>div{display:flex;gap:27px}.page-heading{padding-block:82px 65px}.page-heading h1{font-size:clamp(50px,5.6vw,84px)}.page-heading>p{margin-top:26px;font-size:17px;line-height:1.8}.catalog-section{padding-top:32px;padding-bottom:100px}.explorer-controls{display:flex;justify-content:space-between;gap:20px;align-items:center;border-block:1px solid var(--line);padding:20px 0}.filter-group{display:flex;gap:4px;flex-wrap:wrap}.pack-controls{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;padding-top:16px}.pack-controls .text-link{font-size:13px}.filter-group button{background:transparent;border:0;border-radius:6px;padding:10px 17px;font-size:13px;color:var(--body)}.filter-group button.selected{background:var(--ink);color:white}.filter-group button:hover:not(.selected){background:var(--soft)}.search-input{display:flex;align-items:center;gap:9px;color:#63758d;border:1px solid var(--line);border-radius:6px;padding:9px 12px}.search-input input{border:0;outline:none;background:transparent;width:170px;font-size:13px;color:var(--ink)}.search-input:focus-within{outline:2px solid var(--blue);outline-offset:2px}.result-count{font-size:12px;margin:21px 0 30px}.empty-state{text-align:center;padding:80px 0}.empty-state h2{font-size:36px}.empty-state p{margin:16px 0 25px}.feature-columns{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:64px;gap:64px}.feature-columns article>svg{color:#426b92;margin-bottom:29px}.feature-columns h3{font-size:22px;margin-bottom:16px}.feature-columns p{font-size:15px;line-height:1.85}.soft-section{background:#f7f9fc}.soft-section .product-image{background:white}.single-product{grid-template-columns:minmax(0,380px)}.procedural-note{display:flex;gap:25px;margin-top:60px;padding:30px 35px;background:#f0f5fb;border-radius:6px}.procedural-note>svg{color:#527397}.procedural-note h3{font-size:20px;margin-bottom:12px}.procedural-note p{font-size:14px;max-width:880px;margin-bottom:16px}.home-benefits{display:flex;justify-content:space-around;padding:29px 0;border-bottom:1px solid var(--line);font-size:13px}.home-benefits>span{display:flex;align-items:center;gap:12px}.home-benefits svg{color:#648177}.consumer-intro{display:grid;grid-template-columns:1.2fr 1fr;grid-gap:90px;gap:90px}.consumer-intro h2{font-size:55px}.consumer-intro>div+div{padding-top:42px}.consumer-intro p{font-size:16px;line-height:1.9;margin-bottom:22px}.home-limits{display:flex;gap:18px;border-top:1px solid var(--line);padding-top:25px;margin-top:35px}.home-limits p{font-size:12px;max-width:850px}.home-limits>svg{color:#6a7d92}.retail-section{display:grid;grid-template-columns:1fr 1fr;grid-gap:100px;gap:100px;align-items:center;padding-block:110px}.retail-section h2{font-size:58px}.retail-section p{margin:25px 0;max-width:380px;font-size:16px}.retail-image{position:relative;height:480px;overflow:hidden;border-radius:4px}.retail-image img{object-fit:contain}.home-final{text-align:center;padding:60px 0 120px}.home-final h2{font-size:60px}.home-final .button-row{justify-content:center;margin-top:35px;gap:26px}.how-image{height:560px;position:relative;background:#eaf3fb;overflow:hidden;border-radius:4px}.how-image img{object-fit:cover;object-position:center 54%}.how-image>div{position:relative;padding:95px clamp(40px,7vw,110px)}.how-image h2{font-size:88px}.large-number{display:block;font-size:55px;letter-spacing:-.06em;color:#98adc4;line-height:1;margin-bottom:25px}.knowledge-panel{display:grid;grid-template-columns:1fr 1fr;grid-gap:90px;gap:90px;background:var(--ice);padding:65px;border-radius:5px}.knowledge-panel h2{font-size:46px;margin:25px 0}.knowledge-panel p{font-size:15px;line-height:1.85;margin-bottom:25px}.knowledge-list article+article{border-top:1px solid #cbd9e9;padding-top:24px}.knowledge-list h3{font-size:20px;margin-bottom:13px}.knowledge-list p{font-size:14px}.explore-next{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:80px 0;border-bottom:1px solid var(--line)}.explore-next h2{font-size:36px}.not-found{padding:100px 0 150px}.not-found h1{font-size:75px}.not-found p{margin:25px 0;max-width:550px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation:none!important;transition:none!important}}@media (max-width:1150px){.container,.header-inner{width:calc(100% - 80px)}.desktop-nav{margin-left:0;gap:23px}.audience-card{padding-right:16px}.audience-card+.audience-card{padding-left:16px}.audience-card h3{font-size:15px}.audience-card p{font-size:12px}.section{padding-block:85px}.section-heading{gap:25px}.process-section{gap:50px}.process-visual{height:540px}.process-copy{padding-right:0}.product-image>img{padding:28px 18px 34px}.faq-section{gap:55px}.quote-cta{padding:50px;gap:40px}.quote-cta h2{font-size:44px}.footer-main{gap:32px}.footer-note{padding-left:20px}.feature-columns{gap:36px}.retail-section{gap:55px}.consumer-intro{gap:50px}.knowledge-panel{padding:45px;gap:45px}}@media (max-width:900px){:root{--header:76px}.header-inner{gap:20px}.desktop-nav{gap:18px}.nav-group>button{font-size:12px}.header-actions{gap:8px}.header-actions .button{padding-inline:14px}.section-heading h2{font-size:44px}.section-heading .section-intro{font-size:14px}.audience-grid{grid-template-columns:repeat(3,1fr)}.audience-card{padding-left:20px!important;min-height:210px}.audience-card:nth-child(3n+1){border-left:0}.audience-card:nth-child(5){border-top:1px solid var(--line)}.field-story{height:580px}.field-copy{padding:65px 50px}.field-copy h2{font-size:60px}.product-title{display:block}.product-title h3{font-size:19px;margin-bottom:6px}.product-title>span{font-size:14px}.product-image>img{padding:28px 12px 34px}.product-grid{gap:35px 18px}.process-section{gap:35px}.process-visual{height:500px}.process-copy h2{font-size:49px}.process-steps{gap:8px}.step-description{font-size:14px;min-height:145px}.process-steps button{font-size:12px;gap:2px}.process-copy>.fineprint{margin-top:25px}.home-story-copy{padding:55px 50px;max-width:580px}.home-story h2{font-size:51px}.home-story-art{width:83%}.home-story-art img{object-position:56% 50%}.resources-strip{gap:50px}.faq-section h2,.resources-strip h2{font-size:38px}.resources-strip p{font-size:15px}.quote-cta{padding:40px;gap:35px}.quote-cta h2{font-size:39px}.quote-cta p{font-size:14px}.footer-main{grid-template-columns:1.1fr 1fr 1fr}.footer-note{grid-column:1/-1;border-left:0;border-top:1px solid var(--line);padding:24px 0 0;max-width:none}.footer-note p{max-width:750px;font-size:12px}.footer-note>svg{display:none}.footer-note h3{margin-top:0}.explorer-controls{align-items:flex-start;flex-direction:column}.search-input,.search-input input{width:100%}.consumer-intro h2{font-size:43px}.consumer-intro p{font-size:15px}.home-benefits{font-size:12px;gap:15px}.home-benefits svg{width:20px}.retail-section h2{font-size:48px}.retail-image{height:390px}.retail-section p{font-size:15px}.retail-section .button{font-size:12px;gap:10px;padding:14px}.knowledge-panel{gap:35px;padding:35px}.knowledge-panel h2{font-size:39px}.knowledge-panel p{font-size:14px}}@media (max-width:760px){.container{width:calc(100% - 40px)}.container-wide{width:calc(100% - 20px)}.header-inner{display:flex;width:calc(100% - 40px);gap:10px}.wordmark img{width:95px}.desktop-nav{display:none}.header-actions{gap:7px}.header-actions .button{display:flex;padding:10px 12px;min-height:37px;font-size:12px}.header-quote>svg{display:none}.menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:6px;width:35px;height:40px;padding:7px;background:transparent;border:0}.menu-toggle span{height:1.5px;width:21px;background:var(--ink);transition:transform .2s}.menu-toggle.is-open span:first-child{transform:translateY(3.75px) rotate(45deg)}.menu-toggle.is-open span:last-child{transform:translateY(-3.75px) rotate(-45deg)}.mobile-nav{display:block;padding:8px 25px 22px;border-top:1px solid var(--line);box-shadow:0 20px 30px #101c2d0a;max-height:calc(100dvh - 76px);overflow-y:auto;overscroll-behavior:contain}.mobile-nav-group{border-bottom:1px solid var(--line)}.mobile-nav-group:last-child{border-bottom:0}.mobile-nav-group h2{margin:0}.mobile-nav-group h2>button{width:100%;display:flex;justify-content:space-between;align-items:center;padding:22px 0;border:0;background:transparent;color:var(--ink);font-size:24px;font-weight:500;letter-spacing:-.04em;text-align:left}.mobile-nav-group h2>button[aria-expanded=true]{color:var(--blue)}.mobile-nav-indicator{font-size:26px;font-weight:300;line-height:1;transition:transform .18s}.mobile-nav-group h2>button[aria-expanded=true] .mobile-nav-indicator{transform:rotate(45deg)}.mobile-subnav{padding:0 0 16px 16px;border-left:1px solid var(--line);margin-bottom:12px}.mobile-subnav a{display:flex;justify-content:space-between;align-items:center;gap:16px;min-height:46px;padding:10px 0;color:var(--body);font-size:15px}.mobile-subnav a[aria-current=page]{color:var(--blue)}.mobile-subnav svg{width:16px;flex-shrink:0}.section{padding-block:65px}.section-kicker{font-size:12px;margin-bottom:18px}.section-heading{display:block;margin-bottom:32px}.section-heading h2{font-size:40px;line-height:1.1}.section-heading>.section-intro{margin-top:20px;font-size:15px}.section-heading-right{margin-top:23px}.section-heading-right>p{font-size:14px;margin-bottom:17px}.section-heading-right>p br{display:none}.audience-grid{grid-template-columns:repeat(2,1fr)}.audience-card{padding:23px 18px!important;min-height:205px}.audience-card:nth-child(odd){border-left:0}.audience-card:nth-child(2n){border-left:1px solid var(--line)}.audience-card:nth-child(n+3){border-top:1px solid var(--line)}.audience-card:last-child:nth-child(odd){grid-column:1/-1;display:grid;grid-template-columns:42px 1fr;min-height:100px;align-items:center;grid-column-gap:12px;column-gap:12px;padding-right:50px!important}.audience-card:last-child:nth-child(odd)>svg:first-child{grid-row:1/3;margin:0}.audience-card:last-child:nth-child(odd) h3{margin-bottom:5px}.audience-card:last-child:nth-child(odd) p{margin:0;max-width:none}.audience-card:last-child:nth-child(odd) p br{display:none}.audience-card:last-child:nth-child(odd)>svg:last-child{right:22px;bottom:44px}.audience-card>svg:first-child{margin-bottom:22px}.audience-card h3{font-size:17px}.audience-card p{font-size:13px;max-width:160px}.field-story{height:auto;display:block;padding-top:250px;background:#0a1d32}.field-story>img{height:280px!important;object-position:right center}.field-scrim{bottom:auto;height:280px;background:linear-gradient(0deg,#0a1d32,transparent 40%)}.field-copy{padding:20px 27px 40px;position:relative;bottom:auto}.field-copy h2{font-size:49px}.field-copy p{font-size:14px;max-width:none;margin:21px 0 26px}.field-caption{display:none}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 16px}.product-grid.featured{grid-template-columns:1fr;gap:35px}.product-grid.featured .product-card{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:20px;column-gap:20px}.featured .product-image{grid-row:1/4;aspect-ratio:.85;min-height:200px}.featured .product-title{margin:7px 0 10px}.featured .product-card>p{font-size:13px;align-self:start;min-height:0;line-height:1.7}.featured .product-card>.text-link{align-self:end;margin-top:13px}.product-image{aspect-ratio:.85}.product-image>img{padding:28px 7px 31px}.product-brand{font-size:10px;left:12px;top:11px}.product-count{left:12px;bottom:12px;font-size:10px}.image-arrow{width:26px;height:26px;right:9px;bottom:10px}.image-arrow svg{width:14px}.product-title h3{font-size:20px}.product-title>span{font-size:14px}.product-card>p{font-size:13px;line-height:1.7;min-height:0}.product-card>.text-link{font-size:12px}.products-bottom{display:block}.price-note{font-size:11px;margin-top:28px}.products-bottom>.text-link{margin-top:19px}.process-wrap{padding:45px 0 55px}.process-section{grid-template-columns:1fr;gap:38px}.process-visual{height:350px;order:2}.process-copy{order:1;padding:0 5px}.process-copy h2{font-size:48px;line-height:1.05}.process-copy h2 br:nth-child(2){display:none}.process-steps button{font-size:15px;gap:6px}.step-description{min-height:96px;font-size:15px}.process-copy>.fineprint{margin-top:24px;font-size:11px}.home-story{margin-top:65px;display:flex;flex-direction:column;min-height:0}.home-story-copy{padding:35px 27px 0;order:1;max-width:none}.verifique-wordmark{margin-bottom:30px}.home-story h2{font-size:45px}.home-story-copy p{font-size:14px;max-width:340px;margin:19px 0 23px}.home-story-art{position:relative;height:355px;width:100%;order:2;margin-top:14px}.home-story-art img{object-position:70% center}.home-story-art:after{background:linear-gradient(180deg,#f2f0eb,transparent 22%)}.home-price{font-size:11px}.resources-strip{grid-template-columns:1fr;gap:30px}.resources-strip h2{font-size:38px}.resources-strip p{font-size:16px;max-width:none}.faq-section{grid-template-columns:1fr;gap:35px}.faq-section h2{font-size:40px}.faq-list summary{font-size:14px;padding:21px 0}.faq-list details>p{font-size:14px;padding-right:20px}.quote-cta{grid-template-columns:1fr;padding:37px 28px;gap:30px;margin-bottom:65px}.quote-cta h2{font-size:43px}.quote-cta p{font-size:15px;max-width:none}.quote-email{font-size:12px}.footer-main{grid-template-columns:1fr 1fr;gap:30px 24px;padding-bottom:40px}.footer-brand{grid-column:1/-1}.footer-brand>p{margin:17px 0;font-size:23px}.footer-brand>span{font-size:11px}.footer-main h3,.footer-main>div>a:not(:first-child){font-size:13px}.footer-note{margin-top:6px;padding-top:25px}.footer-note p{font-size:12px}.footer-bottom{flex-direction:column;gap:15px;padding:25px 0}.footer-bottom>div{gap:20px;flex-wrap:wrap}.site-footer{padding-top:43px}.page-heading{padding-block:48px 40px}.page-heading h1{font-size:50px}.page-heading>p{font-size:15px;margin-top:22px}.page-heading>p br{display:none}.filter-group{gap:3px}.filter-group button{font-size:12px;padding:9px 12px}.explorer-controls{padding:17px 0;gap:15px}.search-input input{font-size:14px}.catalog-section{padding-top:24px;padding-bottom:65px}.feature-columns{grid-template-columns:1fr;gap:29px}.feature-columns article{border-bottom:1px solid var(--line);padding-bottom:26px}.feature-columns article:last-child{border-bottom:0;padding-bottom:0}.feature-columns article>svg{margin-bottom:17px}.feature-columns h3{font-size:23px}.feature-columns p{font-size:15px}.single-product{grid-template-columns:1fr}.single-product .product-image{aspect-ratio:1.15}.procedural-note{margin-top:35px;padding:23px;gap:15px}.procedural-note>svg{width:23px}.procedural-note h3{font-size:19px}.procedural-note p{font-size:13px}.procedural-note .text-link{font-size:12px}.home-benefits{gap:14px;padding-block:23px;font-size:11px;justify-content:space-between}.home-benefits>span{display:block;flex:1 1}.home-benefits svg{display:block;margin-bottom:8px;width:22px}.consumer-intro{grid-template-columns:1fr;gap:25px}.consumer-intro h2{font-size:40px}.consumer-intro>div+div{padding:0}.consumer-intro p{font-size:15px}.home-limits{gap:12px}.home-limits p{font-size:12px}.retail-section{grid-template-columns:1fr;gap:35px;padding-top:65px}.retail-section h2{font-size:45px}.retail-section .button{padding:14px 18px;font-size:13px}.retail-image{height:380px}.home-final{padding:35px 0 70px}.home-final h2{font-size:43px}.home-final .button-row{gap:20px}.home-final .text-link{font-size:13px}.how-image{height:410px}.how-image>div{padding:36px 26px}.how-image h2{font-size:62px}.how-image .section-kicker{font-size:11px}.how-image img{object-position:50% center;opacity:.65}.how-image:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,#eaf3fb90,transparent);z-index:0}.how-image>div{z-index:1}.numbered-features{gap:26px}.large-number{font-size:46px;margin-bottom:17px}.knowledge-panel{grid-template-columns:1fr;padding:30px 25px;gap:30px}.knowledge-panel h2{font-size:40px}.knowledge-panel p{font-size:14px}.knowledge-list article{padding-top:24px;border-top:1px solid #cbd9e9}.explore-next{display:block;padding-block:55px}.explore-next h2{font-size:34px;margin-bottom:25px}.not-found{padding:60px 0 90px}.not-found h1{font-size:48px}.not-found p{font-size:15px}.desktop-only{display:none}}@media (max-width:370px){.hero-copy,.home-story-copy{padding-left:20px;padding-right:20px}.header-inner{gap:8px}.wordmark img{width:80px}.header-actions .button{font-size:11px;padding-inline:10px}.field-copy h2{font-size:43px}.featured .product-image{min-height:185px}.featured .product-card{column-gap:14px}.product-title h3{font-size:18px}.featured .product-card>p{font-size:12px}.product-image>img{padding-inline:5px}.home-story h2{font-size:40px}.quote-cta h2{font-size:38px}}.hero{flex-direction:column;min-height:100svh;margin-top:calc(-1 * var(--header));padding-top:var(--header);background:var(--hero-blue);background-image:linear-gradient(110deg,#d5eafb,#cfe7fc 48%,#bddaf5);overflow:hidden}.hero,.hero-stage{position:relative;display:flex}.hero-stage{align-items:center;flex:1 1;min-height:440px}.hero-copy{position:relative;z-index:2;width:58%;padding:44px 0 48px clamp(40px,6.4vw,100px);pointer-events:none}.hero-copy a{pointer-events:auto}.hero h1{font-size:clamp(62px,6.4vw,100px);margin-bottom:27px}.hero-copy>p{max-width:440px;font-size:20px;line-height:1.55;color:#30455b;letter-spacing:-.025em;margin-bottom:30px}.hero-art{position:absolute;inset:-24px 7vw 0 auto;width:52%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 12%,#000 96%,transparent);mask-image:linear-gradient(90deg,transparent,#000 12%,#000 96%,transparent)}.hero-art img{position:absolute;top:50%;right:0;width:auto;max-width:none;height:min(100%,52vw);transform:translateY(-50%);object-fit:contain;object-position:right center;-webkit-mask-image:linear-gradient(90deg,transparent,#000 24%),linear-gradient(180deg,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent,#000 24%),linear-gradient(180deg,transparent,#000 6%,#000 94%,transparent);-webkit-mask-composite:source-in,xor;mask-composite:intersect}.hero-proof{position:relative;z-index:2;background:white}.hero-proof .proof-strip{padding-block:24px;border-bottom:0}.hero-proof .proof-number{font-size:32px;margin-bottom:5px}.hero-proof .proof-caption{margin-bottom:0;margin-top:5px;font-size:10px}.hero-proof .proof-source{display:none}.hero-proof .proof-retailer img{width:154px;margin-top:9px}.hero-proof a:hover .proof-label{color:var(--blue)}@media (min-width:761px) and (max-width:1100px){.hero-art{right:2vw}.hero-copy{width:60%;padding-left:40px}.hero h1{font-size:clamp(53px,6.4vw,70px)}.hero-copy>p{max-width:330px;font-size:18px}.hero-proof .proof-strip{grid-template-columns:repeat(4,minmax(0,1fr))}.hero-proof .proof-strip>a{padding-inline:15px;border-left:1px solid var(--line)}.hero-proof .proof-strip>a:first-child{padding-left:0;border-left:0}.hero-proof .proof-number{font-size:28px}.hero-proof .proof-label{font-size:12px}}@media (max-width:760px){.hero-stage{flex-direction:column;min-height:0}.hero-copy{width:100%;padding:28px 27px 0;pointer-events:auto}.hero h1{font-size:clamp(42px,12vw,70px);margin-bottom:18px}.hero-copy>p{max-width:410px;font-size:15px;margin-bottom:22px}.hero-copy .button-row{gap:9px}.hero-copy .button{padding:13px 15px;min-height:45px;font-size:12px;gap:14px}.hero-art{position:relative;inset:auto;width:100%;height:clamp(180px,26svh,260px);flex-shrink:0;margin-top:12px;overflow:visible;-webkit-mask-image:none;mask-image:none}.hero-art img{max-width:100%;height:auto;max-height:100%}.hero-proof .proof-strip{padding-block:22px;row-gap:20px}.hero-proof .proof-number{font-size:27px}.hero-proof .proof-retailer img{width:132px}}.offer-hero{--offer-background:#edf3f9;position:relative;display:flex;flex-direction:column;min-height:100svh;margin-top:calc(-1 * var(--header));padding-top:var(--header);background:var(--offer-background);overflow:hidden}.offer-hero-home{--offer-background:#f1eee6}.offer-hero-stage{position:relative;display:flex;align-items:center;flex:1 1;min-height:440px}.offer-hero-copy{position:relative;z-index:2;width:53%;padding:42px 24px 46px clamp(40px,6.4vw,100px)}.offer-hero h1{font-size:clamp(46px,4.8vw,76px);line-height:1.06;margin-bottom:26px}.offer-hero-copy>p{max-width:425px;font-size:18px;line-height:1.6;letter-spacing:-.015em;margin-bottom:30px}.offer-hero-copy .button-row{gap:12px}.offer-hero-copy .button{font-size:13px;gap:17px;padding:16px 20px}.offer-hero-image{position:absolute;inset:0 0 0 auto;width:56%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 12%);mask-image:linear-gradient(90deg,transparent,#000 12%)}.offer-hero-image img{object-fit:cover;object-position:center}.offer-hero-home .offer-hero-image img,.offer-hero[data-offer=law-enforcement] .offer-hero-image img{object-position:right center}@media (min-width:761px) and (max-width:1100px){.offer-hero-copy{width:56%;padding-left:40px}.offer-hero h1{font-size:clamp(40px,4.8vw,53px)}.offer-hero-copy>p{font-size:16px;max-width:340px}.offer-hero-copy .button{padding:13px 15px;font-size:12px;gap:11px}}@media (max-width:760px){.offer-hero{min-height:0}.offer-hero-stage{flex-direction:column;min-height:0}.offer-hero-copy{width:100%;padding:30px 27px 24px}.offer-hero h1{font-size:clamp(39px,10.6vw,68px);margin-bottom:20px}.offer-hero h1 br{display:none}.offer-hero-copy>p{max-width:480px;font-size:15px;margin-bottom:23px}.offer-hero-copy .button-row{gap:9px}.offer-hero-copy .button{padding:13px 14px;min-height:45px;font-size:12px;gap:11px}.offer-hero-image{position:relative;inset:auto;width:100%;height:clamp(250px,72vw,410px);-webkit-mask-image:none;mask-image:none}.offer-hero-image img{object-position:center}.offer-hero-home .offer-hero-image img{object-position:right center}}.product-title.product-title-with-pricing{display:block}.product-title-with-pricing h3{margin-bottom:10px}.product-pricing{display:flex;flex-direction:column;gap:3px}.product-pricing-amount{font-size:20px;font-weight:600;line-height:1.3;letter-spacing:-.025em}.product-pricing-unit{font-size:12px;font-weight:400;letter-spacing:0;color:var(--body)}.product-pricing-pack{font-size:12px;line-height:1.5;color:var(--body)}@font-face{font-family:GeistSans;src:url(/_next/static/media/0b78ff376f6b9734-s.p.woff2) format("woff2");font-display:swap;font-weight:100 900}@font-face{font-family:GeistSans Fallback;src:local("Arial");ascent-override:94.56%;descent-override:27.76%;line-gap-override:0.00%;size-adjust:106.28%}.__className_8adcd2{font-family:GeistSans,GeistSans Fallback}.__variable_8adcd2{--font-geist-sans:"GeistSans","GeistSans Fallback"}