@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Oxanium:wght@500;600;700&display=swap";
:root{--ab-bg:#020914;--ab-bg-deep:#010610;--ab-surface:#061423;--ab-surface-2:#081a2c;--ab-surface-3:#0b2035;--ab-line:#69c6ff2e;--ab-line-soft:#ffffff13;--ab-blue:#168ff5;--ab-blue-bright:#69c6ff;--ab-text:#f4f8fc;--ab-muted:#8ea7bc;--ab-display:"Oxanium", "Eurostile Extended", "Bank Gothic", sans-serif;--ab-body:"Inter", "Segoe UI", sans-serif;--ab-shell:1520px}html.avion-rebuild-root{background:var(--ab-bg)}body.avion-rebuild{background:var(--ab-bg)!important;color:var(--ab-text)!important;font-family:var(--ab-body)!important}body.avion-rebuild :where(h1,h2,h3,h4){font-family:var(--ab-display)!important;text-transform:uppercase!important;letter-spacing:.035em!important;line-height:1.05!important}body.avion-rebuild :focus{outline:none}body.avion-rebuild :focus-visible{outline:2px solid var(--ab-blue-bright);outline-offset:3px}.ab-shell{width:min(var(--ab-shell), calc(100% - clamp(34px, 5vw, 84px)));margin-inline:auto}.ab-home{background:var(--ab-bg);overflow:hidden}.ab-section--tinted{border-block:1px solid var(--ab-line);background:radial-gradient(circle at 22% 35%,#168ff51a,#0000 28%),#04101d}.ab-section--research{border-block:1px solid var(--ab-line);background:radial-gradient(circle at 84% 18%,#168ff51c,#0000 26%),linear-gradient(135deg,#061728,#020914 72%)}.ab-kicker{color:var(--ab-blue-bright);font-family:var(--ab-display);letter-spacing:.18em;text-transform:uppercase;margin:0 0 10px;font-size:.67rem;font-weight:600}.ab-button{min-height:45px;font-family:var(--ab-display);letter-spacing:.06em;text-transform:uppercase;border:1px solid #0000;border-radius:3px;justify-content:center;align-items:center;gap:11px;padding:0 19px;font-size:.66rem;font-weight:600;transition:transform .2s,border-color .2s,background .2s,box-shadow .2s;display:inline-flex}.ab-button:hover{transform:translateY(-2px)}.ab-button--primary{color:#fff;background:linear-gradient(135deg,#1794fb,#0872d9);box-shadow:0 12px 28px #0971d838}.ab-button--secondary{color:#fff;background:#ffffff05;border-color:#69c6ff45}.ab-button--secondary:hover{background:#168ff517;border-color:#69c6ff8c}.ab-actions{flex-wrap:wrap;gap:10px;margin-top:25px;display:flex}.ab-glyph{width:27px;height:27px;color:var(--ab-blue-bright);display:block}.ab-glyph-frame{clip-path:polygon(25% 4%,75% 4%,98% 50%,75% 96%,25% 96%,2% 50%);background:linear-gradient(145deg,#168ff52e,#030e1aeb);border:1px solid #69c6ff40;flex:none;place-items:center;width:46px;height:46px;display:inline-grid;box-shadow:inset 0 0 22px #168ff50f,0 0 22px #168ff50f}.ab-announcement{color:#93abc0;background:#010610;border-bottom:1px solid #69c6ff1f;justify-content:center;align-items:center;gap:clamp(30px,7vw,120px);min-height:30px;padding:6px 24px;font-size:.61rem;display:flex}.ab-announcement span{white-space:nowrap;align-items:center;gap:8px;display:inline-flex}.ab-announcement svg{color:var(--ab-blue-bright)}.ab-header{z-index:90;border-bottom:1px solid var(--ab-line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#020914f5;position:sticky;top:0}.ab-header__inner{grid-template-columns:220px minmax(0,1fr) auto;align-items:center;gap:26px;min-height:78px;display:grid}.ab-brand{width:205px;display:block}.ab-brand .visual-brand,.ab-brand .visual-brand__image{width:100%;height:auto;display:block}.ab-desktop-nav{justify-content:center;align-items:stretch;gap:clamp(12px,1.35vw,25px);height:78px;display:flex}.ab-desktop-nav>a,.ab-dropdown>button{color:#c8d5e0;font-family:var(--ab-display);letter-spacing:.035em;text-transform:uppercase;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;font-size:.65rem;font-weight:600;display:inline-flex;position:relative}.ab-desktop-nav>a:after,.ab-dropdown>button:after{content:"";transform-origin:50%;background:var(--ab-blue);height:2px;transition:transform .2s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.ab-desktop-nav>a:hover:after,.ab-desktop-nav>a[aria-current=page]:after,.ab-dropdown.is-open>button:after{transform:scaleX(1)}.ab-desktop-nav>a:hover,.ab-desktop-nav>a[aria-current=page],.ab-dropdown.is-open>button{color:#fff}.ab-dropdown{display:flex;position:static}.ab-dropdown__panel{border:1px solid var(--ab-line);background:#04101dfb;width:min(1180px,100vw - 50px);position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 36px 90px #0000008c}.ab-dropdown__panel[hidden]{display:none}.ab-dropdown__panel{grid-template-columns:310px 1fr}.ab-dropdown.is-open .ab-dropdown__panel{display:grid}.ab-dropdown__intro{border-right:1px solid var(--ab-line);background:radial-gradient(circle at 30% 28%,#168ff521,#0000 38%);padding:34px}.ab-dropdown__intro h2{color:#fff;margin:0;font-size:1.28rem!important}.ab-dropdown__panel nav{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.ab-dropdown__panel nav a{border-right:1px solid var(--ab-line-soft);border-bottom:1px solid var(--ab-line-soft);grid-template-columns:46px 1fr 18px;align-items:center;gap:14px;min-height:112px;padding:18px;transition:background .2s;display:grid}.ab-dropdown__panel nav a:hover{background:#168ff514}.ab-dropdown__panel nav strong{color:#fff;font-family:var(--ab-display);text-transform:uppercase;font-size:.68rem;display:block}.ab-dropdown__panel nav small{color:#7f98ae;margin-top:5px;font-size:.65rem;line-height:1.4;display:block}.ab-dropdown__panel nav>a>svg{color:var(--ab-blue-bright)}.ab-dropdown__panel .ab-glyph-frame{width:40px;height:40px}.ab-dropdown__panel .ab-glyph{width:23px;height:23px}.ab-header__actions{justify-content:flex-end;align-items:center;gap:3px;display:flex}.ab-nav-action{color:#d6e1ea;min-height:42px;font-family:var(--ab-display);text-transform:uppercase;align-items:center;gap:7px;padding:0 9px;font-size:.59rem;display:inline-flex}.ab-nav-action:hover{color:var(--ab-blue-bright)}.ab-cart{min-width:66px}.ab-cart__icon{place-items:center;width:24px;height:25px;display:inline-grid;position:relative}.ab-cart__icon b{border:2px solid var(--ab-bg);background:var(--ab-blue);color:#fff;min-width:17px;height:17px;font:700 .53rem var(--ab-body);border-radius:20px;place-items:center;padding-inline:4px;display:grid;position:absolute;top:-7px;right:-9px}.ab-mobile-toggle{border:1px solid var(--ab-line);color:#fff;background:0 0;place-items:center;width:42px;height:42px;display:none}.ab-mobile-overlay{z-index:100;background:#000000b3;justify-content:flex-end;display:flex;position:fixed;inset:0}.ab-mobile-menu{border-left:1px solid var(--ab-line);background:#04101d;width:min(430px,92vw);height:100%;padding:24px;overflow-y:auto}.ab-mobile-menu__head{border-bottom:1px solid var(--ab-line);justify-content:space-between;align-items:center;padding-bottom:22px;display:flex}.ab-mobile-menu__head .visual-brand{width:180px}.ab-mobile-menu__head button{border:1px solid var(--ab-line);color:#fff;background:0 0;width:40px;height:40px}.ab-mobile-menu>h2{color:var(--ab-blue-bright);margin:28px 0 8px;letter-spacing:.15em!important;font-size:.65rem!important}.ab-mobile-menu>a{border-bottom:1px solid var(--ab-line-soft);color:#e9f1f7;min-height:48px;font-family:var(--ab-display);text-transform:uppercase;justify-content:space-between;align-items:center;font-size:.7rem;display:flex}.ab-hero{border-bottom:1px solid var(--ab-line);background:radial-gradient(circle at 65% 35%,#168ff526,transparent 32%),var(--ab-bg);position:relative;overflow:hidden}.ab-hero:before{content:"";pointer-events:none;background-image:linear-gradient(#69c6ff06 1px,#0000 1px),linear-gradient(90deg,#69c6ff06 1px,#0000 1px);background-size:58px 58px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000,#000 55%,#0000);mask-image:linear-gradient(90deg,#0000,#000 55%,#0000)}.ab-hero__grid{grid-template-columns:.78fr 1.22fr;min-height:clamp(570px,52vw,690px);display:grid}.ab-hero__copy{z-index:2;align-self:center;max-width:540px;padding:60px 0 76px;position:relative}.ab-hero__copy h1{color:#fff;margin:0;letter-spacing:.035em!important;font-size:clamp(2.65rem,4.05vw,4.6rem)!important;line-height:.98!important}.ab-hero__copy h1 strong{color:var(--ab-blue-bright);font-weight:600}.ab-hero__lead{max-width:490px;color:var(--ab-muted);margin:22px 0 0;font-size:.9rem;line-height:1.75}.ab-hero__visual{min-height:100%;position:relative;overflow:hidden}.ab-hero__visual:before{content:"";z-index:2;background:linear-gradient(90deg,var(--ab-bg) 0,#02091494 12%,transparent 35%),linear-gradient(0deg,#0209147a,transparent 30%);pointer-events:none;position:absolute;inset:0}.ab-hero__visual img{object-fit:cover;object-position:center 46%;transform:scale(1.02)}.ab-hero__scan{z-index:3;background:linear-gradient(90deg,transparent,var(--ab-blue-bright),transparent);height:1px;position:absolute;bottom:13%;left:9%;right:5%;box-shadow:0 0 24px #168ff5bf}.ab-trust{border-top:1px solid var(--ab-line);background:#030c16f0}.ab-trust__grid{grid-template-columns:repeat(5,minmax(0,1fr));display:grid}.ab-trust article{border-right:1px solid var(--ab-line-soft);align-items:center;gap:13px;min-height:90px;padding:16px 18px;display:flex}.ab-trust article:first-child{border-left:1px solid var(--ab-line-soft)}.ab-trust h2{color:#fff;margin:0;font-size:.67rem!important}.ab-trust p{color:#7790a5;margin:4px 0 0;font-size:.64rem}.ab-trust .ab-glyph-frame{width:40px;height:40px}.ab-trust .ab-glyph{width:23px;height:23px}.ab-section-head{justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:28px;display:flex}.ab-section-head h2{color:#fff;margin:0;font-size:clamp(1.45rem,2.1vw,2.1rem)!important}.ab-section-head>a{color:var(--ab-blue-bright);font-family:var(--ab-display);text-transform:uppercase;align-items:center;gap:9px;font-size:.63rem;display:inline-flex}.ab-format-grid{border:1px solid var(--ab-line);background:#061423;grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.ab-format-card{border-right:1px solid var(--ab-line-soft);grid-template-rows:auto 155px auto auto;min-width:0;min-height:330px;padding:18px;transition:background .22s,transform .22s;display:grid}.ab-format-card:last-child{border-right:0}.ab-format-card__head{color:var(--ab-blue-bright);justify-content:space-between;align-items:center;display:flex}.ab-format-card__head .ab-glyph-frame{width:40px;height:40px}.ab-format-card__head .ab-glyph{width:23px;height:23px}.ab-format-card__visual{place-items:center;display:grid;overflow:hidden}.ab-format-card__visual img{object-fit:contain;filter:drop-shadow(0 18px 25px #00000073);width:100%;height:100%}.ab-format-card h3{color:#fff;margin:5px 0 0;font-size:.86rem!important}.ab-format-card p{color:#7d96ab;margin:8px 0 0;font-size:.71rem;line-height:1.55}.ab-goal-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.ab-goal-card{border:1px solid var(--ab-line);background:linear-gradient(#081b2ea3,#030c17f7);align-items:flex-end;min-height:320px;display:flex;position:relative;overflow:hidden}.ab-goal-card:before{content:"";opacity:.56;background:radial-gradient(circle at 50% 28%,#168ff542,#0000 34%),repeating-radial-gradient(circle at 50% 30%,#69c6ff14 0 1px,#0000 1px 16px);transition:transform .35s,opacity .35s;position:absolute;inset:0}.ab-goal-card--2:before{background:radial-gradient(circle at 50% 28%,#168ff540,#0000 34%),linear-gradient(110deg,#0000 20%,#69c6ff14 21%,#0000 22% 40%,#69c6ff14 41%,#0000 42%)}.ab-goal-card--3:before{background:radial-gradient(circle at 50% 28%,#168ff542,#0000 34%),repeating-linear-gradient(0deg,#0000 0 18px,#69c6ff0f 18px 20px)}.ab-goal-card--4:before{background:radial-gradient(circle at 50% 28%,#168ff540,#0000 34%),repeating-linear-gradient(45deg,#0000 0 18px,#69c6ff0f 18px 20px)}.ab-goal-card--5:before{background:radial-gradient(circle at 50% 28%,#168ff547,#0000 34%),radial-gradient(at 50% 30%,#0000 34%,#69c6ff14 35%,#0000 38%)}.ab-goal-card:hover:before{opacity:.9;transform:scale(1.08)}.ab-goal-card__halo{border:1px solid #69c6ff38;border-radius:50%;place-items:center;width:132px;height:132px;display:grid;position:absolute;top:40px;left:50%;transform:translate(-50%);box-shadow:inset 0 0 40px #168ff517,0 0 32px #168ff514}.ab-goal-card__halo .ab-glyph{filter:drop-shadow(0 0 18px #69c6ff40);width:64px;height:64px}.ab-goal-card>div{z-index:2;border-top:1px solid var(--ab-line-soft);background:linear-gradient(#030c1785,#030c17f2);width:100%;padding:19px;position:relative}.ab-goal-card small{color:#718ca4;letter-spacing:.09em;text-transform:uppercase;font-size:.58rem;font-weight:700}.ab-goal-card h3{color:#fff;margin:8px 0 14px;font-size:.8rem!important}.ab-goal-card div>span{color:var(--ab-blue-bright);font-family:var(--ab-display);text-transform:uppercase;align-items:center;gap:8px;font-size:.58rem;display:inline-flex}.ab-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.ab-product-card{border:1px solid var(--ab-line);background:#061423;min-width:0;transition:transform .25s,border-color .25s,box-shadow .25s;position:relative;overflow:hidden}.ab-product-card:hover{border-color:#69c6ff73;transform:translateY(-5px);box-shadow:0 22px 45px #00000047}.ab-product-card__top{z-index:3;pointer-events:none;justify-content:space-between;display:flex;position:absolute;top:15px;left:15px;right:15px}.ab-product-card__badges span{color:#fff;text-transform:uppercase;background:#020914db;border:1px solid #69c6ff2e;border-radius:30px;align-items:center;min-height:27px;padding:0 10px;font-size:.57rem;font-weight:700;display:inline-flex}.ab-product-card__save{color:#d8e6ef;pointer-events:auto;background:#020914d1;border:1px solid #69c6ff38;border-radius:50%;place-items:center;width:36px;height:36px;display:grid}.ab-product-card__save:hover,.ab-product-card__save.is-saved{color:var(--ab-blue-bright);border-color:var(--ab-blue-bright)}.ab-product-card__visual{aspect-ratio:1.15;background:radial-gradient(circle at 50% 56%,#168ff52e,#0000 42%),#020b16;place-items:center;display:grid;position:relative;overflow:hidden}.ab-product-card[data-accent=gold] .ab-product-card__visual{background:radial-gradient(circle at 50% 56%,#cd973733,#0000 42%),#080b10}.ab-product-card[data-accent=purple] .ab-product-card__visual{background:radial-gradient(circle at 50% 56%,#8e52ff33,#0000 42%),#060914}.ab-product-card__visual .visual-vial,.ab-product-card__visual .product-visual{place-items:center;width:100%;height:100%;display:grid}.ab-product-card__visual img{object-fit:contain;width:88%;height:88%;transition:transform .3s}.ab-product-card:hover .ab-product-card__visual img{transform:scale(1.035)}.ab-inventory{z-index:2;border:1px solid var(--ab-line);color:#b9c9d6;text-transform:uppercase;background:#020914d1;padding:5px 8px;font-size:.55rem;position:absolute;bottom:13px;left:14px}.ab-inventory--low{color:#f1c36e}.ab-inventory--out{color:#ef8787}.ab-inventory--in{color:#8ee0ba}.ab-product-card__body{border-top:1px solid var(--ab-line-soft);background:linear-gradient(#071728,#051321);padding:18px}.ab-product-card__body>small{color:var(--ab-blue-bright);letter-spacing:.09em;text-transform:uppercase;font-size:.58rem;font-weight:700}.ab-product-card__body h3{color:#fff;margin:9px 0 15px;font-size:.86rem!important}.ab-product-card__body h3 span{color:#9bb0c1;font-weight:500}.ab-product-card__meta{border-top:1px solid var(--ab-line-soft);justify-content:space-between;align-items:flex-end;gap:12px;min-height:45px;padding-top:13px;display:flex}.ab-product-card__meta code{color:#6f8aa1;letter-spacing:.13em;font-size:.57rem}.ab-product-card__meta>div{align-items:baseline;gap:8px;display:flex}.ab-product-card__meta strong{color:#fff;font-size:.9rem}.ab-product-card__meta del{color:#70879b;font-size:.68rem}.ab-product-card__actions{align-items:center;gap:5px;min-height:45px;margin-top:14px;display:flex}.ab-product-card__actions>a{color:#fff;min-height:39px;font-family:var(--ab-display);text-transform:uppercase;background:#168ff514;border:1px solid #69c6ff3d;flex:1;justify-content:center;align-items:center;gap:9px;font-size:.59rem;display:inline-flex}.ab-product-card__actions>a:hover{background:var(--ab-blue)}.ab-product-card__actions button{border:1px solid var(--ab-line);color:#9fb3c4;background:0 0;place-items:center;width:39px;height:39px;display:grid}.ab-product-card__actions button:hover,.ab-product-card__actions button.is-active{color:var(--ab-blue-bright);border-color:var(--ab-blue-bright)}.product-grid--catalog .ab-product-card,.product-grid--related .ab-product-card{height:100%}.ab-feature-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.ab-feature-panel{border:1px solid var(--ab-line);background:linear-gradient(135deg,#07182a,#020914 75%);grid-template-columns:1.05fr .95fr;min-height:430px;display:grid;position:relative;overflow:hidden}.ab-feature-panel__copy{z-index:2;align-self:center;padding:clamp(30px,4vw,56px);position:relative}.ab-feature-panel h2{color:#fff;max-width:520px;margin:0;font-size:clamp(1.35rem,2vw,2rem)!important}.ab-feature-panel__copy>p:not(.ab-kicker){max-width:500px;color:var(--ab-muted);margin:18px 0 24px;font-size:.78rem;line-height:1.65}.ab-feature-panel__art{background:radial-gradient(circle,#168ff533,#0000 52%);place-items:center;display:grid;position:relative;overflow:hidden}.ab-feature-panel__art:before,.ab-feature-panel__art:after{content:"";border:1px solid #69c6ff1c;border-radius:50%;position:absolute}.ab-shield-art,.ab-ai-orbit{z-index:2;width:150px;height:150px;color:var(--ab-blue-bright);filter:drop-shadow(0 0 30px #168ff559);place-items:center;display:grid;position:relative}.ab-feature-panel__art--ai{background:radial-gradient(circle,#4176ff33,#0000 52%),repeating-radial-gradient(circle,#0000 0 25px,#69c6ff12 26px 27px)}.ab-feature-panel .batch-quick-check label>span{color:var(--ab-blue-bright);font-family:var(--ab-display);letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px;font-size:.58rem;display:block}.ab-feature-panel .batch-quick-check label>div{grid-template-columns:1fr auto;display:grid}.ab-feature-panel .batch-quick-check input{border:1px solid var(--ab-line);color:#fff;background:#020b16;min-width:0;height:46px;padding:0 15px}.ab-feature-panel .batch-quick-check button{background:var(--ab-blue);color:#fff;min-width:102px;font-family:var(--ab-display);text-transform:uppercase;border:0;justify-content:center;align-items:center;gap:8px;font-size:.58rem;display:inline-flex}.ab-feature-panel .batch-quick-check small{display:none}.ab-research-layout{grid-template-columns:.76fr 1.24fr;align-items:start;gap:clamp(50px,8vw,130px);display:grid}.ab-research-copy h2{color:#fff;max-width:560px;margin:0;font-size:clamp(1.75rem,3vw,3rem)!important}.ab-research-copy>p:not(.ab-kicker){max-width:550px;color:var(--ab-muted);margin:22px 0 26px;font-size:.82rem;line-height:1.75}.ab-article-list{border-top:1px solid var(--ab-line)}.ab-article-list a{border-bottom:1px solid var(--ab-line);justify-content:space-between;align-items:center;gap:30px;min-height:112px;padding:20px 4px;display:flex}.ab-article-list a:hover h3{color:var(--ab-blue-bright)}.ab-article-list small{color:#7190aa;font-size:.62rem}.ab-article-list h3{color:#fff;max-width:800px;margin:8px 0 0;transition:color .2s;font-size:.83rem!important}.ab-article-list>a>svg{color:var(--ab-blue-bright);flex:none}.ab-utility-strip{border:1px solid var(--ab-line);background:radial-gradient(circle at 75%,#168ff51f,#0000 30%),linear-gradient(135deg,#07182a,#020914);grid-template-columns:1fr auto auto;align-items:center;gap:42px;min-height:230px;margin-block:clamp(42px,5vw,75px);padding:clamp(28px,4vw,52px);display:grid}.ab-utility-strip h2{color:#fff;max-width:690px;margin:0;font-size:clamp(1.35rem,2.3vw,2.35rem)!important}.ab-utility-strip p:not(.ab-kicker){max-width:650px;color:var(--ab-muted);margin:16px 0 0;font-size:.77rem;line-height:1.65}.ab-utility-strip__sizes{gap:8px;display:flex}.ab-utility-strip__sizes span{border:1px solid var(--ab-line);width:82px;height:82px;color:var(--ab-blue-bright);font:600 1.55rem var(--ab-display);align-content:center;place-items:center;display:grid}.ab-utility-strip__sizes small{color:#7690a6;font:600 .48rem var(--ab-display);text-transform:uppercase;margin-top:4px}.ab-footer{border-top:1px solid var(--ab-line);background:#010710}.ab-footer__newsletter{border-bottom:1px solid var(--ab-line);grid-template-columns:.82fr 1.18fr;align-items:center;gap:80px;padding-block:45px;display:grid}.ab-footer__newsletter h2{color:#fff;max-width:620px;margin:0;font-size:clamp(1.25rem,2vw,1.9rem)!important}.ab-footer__newsletter>div>p:not(.ab-kicker){max-width:610px;color:var(--ab-muted);margin:14px 0 0;font-size:.75rem;line-height:1.65}.ab-newsletter-form.is-compact{grid-template-columns:minmax(220px,1fr) 210px 150px;align-items:end;gap:12px;display:grid}.ab-newsletter-form__email span{color:#a8b8c7;font-family:var(--ab-display);letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px;font-size:.55rem;display:block}.ab-newsletter-form input[type=email]{border:1px solid var(--ab-line);color:#fff;background:#07111e;width:100%;height:46px;padding:0 14px}.ab-newsletter-form__consent{color:#91a5b6;grid-template-columns:18px 1fr;align-items:center;gap:9px;min-height:46px;font-size:.59rem;line-height:1.35;display:grid}.ab-newsletter-form__consent input{width:17px;height:17px;accent-color:var(--ab-blue);margin:0}.ab-newsletter-form__consent a{color:var(--ab-blue-bright)}.ab-newsletter-form>button{background:var(--ab-blue);color:#fff;height:46px;font-family:var(--ab-display);text-transform:uppercase;border:0;font-size:.56rem}.ab-form-message{color:#91a5b6;grid-column:1/-1}.ab-footer__main{grid-template-columns:1.65fr repeat(4,1fr);gap:clamp(32px,5vw,72px);padding-block:48px;display:grid}.ab-footer__brand .visual-brand{width:235px}.ab-footer__brand>p{color:#7f96aa;max-width:410px;margin:20px 0;font-size:.7rem;line-height:1.7}.ab-footer__brand>div{gap:9px;display:grid}.ab-footer__brand a{color:#b6c5d2;align-items:center;gap:9px;font-size:.66rem;display:inline-flex}.ab-footer nav{flex-direction:column;gap:10px;display:flex}.ab-footer nav h2{color:#fff;margin:0 0 10px;font-size:.7rem!important}.ab-footer nav a,.ab-footer nav button{color:#7f96aa;text-align:left;cursor:pointer;background:0 0;border:0;width:fit-content;padding:0;font-size:.67rem}.ab-footer nav a:hover,.ab-footer nav button:hover{color:var(--ab-blue-bright)}.ab-footer__bottom{border-top:1px solid var(--ab-line);color:#637b90;justify-content:space-between;align-items:center;gap:20px;min-height:54px;font-size:.58rem;display:flex}body.avion-rebuild .product-grid--catalog,body.avion-rebuild .product-grid--related{gap:10px!important}body.avion-rebuild .product-grid--catalog .ab-product-card__visual,body.avion-rebuild .product-grid--related .ab-product-card__visual{aspect-ratio:1.05}@media (max-width:1320px){.ab-header__inner{grid-template-columns:195px minmax(0,1fr) auto;gap:16px}.ab-brand{width:182px}.ab-desktop-nav{gap:12px}.ab-desktop-nav>a,.ab-dropdown>button{font-size:.59rem}.ab-nav-action span{display:none}.ab-nav-action{justify-content:center;width:40px;padding:0}.ab-cart{min-width:40px}.ab-feature-panel{grid-template-columns:1fr .72fr}}@media (max-width:1120px){.ab-desktop-nav{display:none}.ab-header__inner{grid-template-columns:200px 1fr}.ab-mobile-toggle{display:grid}.ab-announcement span:nth-child(2){display:none}.ab-hero__grid{grid-template-columns:.9fr 1.1fr;min-height:590px}.ab-hero__copy h1{font-size:clamp(2.35rem,5vw,3.65rem)!important}.ab-trust__grid{grid-template-columns:repeat(3,1fr)}.ab-trust article:nth-child(n+4){border-top:1px solid var(--ab-line-soft)}.ab-format-grid{grid-template-columns:repeat(2,1fr)}.ab-format-card:nth-child(2){border-right:0}.ab-format-card:nth-child(n+3){border-top:1px solid var(--ab-line-soft)}.ab-goal-grid{grid-template-columns:repeat(3,1fr)}.ab-goal-card:nth-child(n+4){min-height:280px}.ab-product-grid{grid-template-columns:repeat(2,1fr)}.ab-feature-grid{grid-template-columns:1fr}.ab-research-layout{grid-template-columns:1fr;gap:45px}.ab-utility-strip{grid-template-columns:1fr auto}.ab-utility-strip .ab-button{grid-column:1/-1;width:fit-content}.ab-footer__newsletter{grid-template-columns:1fr;gap:26px}.ab-footer__main{grid-template-columns:1.5fr repeat(2,1fr)}.ab-footer__main nav:nth-of-type(n+3){margin-top:18px}}@media (max-width:820px){.ab-announcement{justify-content:center}.ab-announcement span:nth-child(3){display:none}.ab-shell{width:min(100% - 30px,var(--ab-shell))}.ab-header__inner{grid-template-columns:175px 1fr;min-height:70px}.ab-brand{width:165px}.ab-account,.ab-search{display:none}.ab-hero__grid{grid-template-columns:1fr;min-height:auto}.ab-hero__copy{max-width:none;padding:54px 0 34px}.ab-hero__visual{border-top:1px solid var(--ab-line);min-height:440px;margin-inline:-15px}.ab-hero__visual:before{background:linear-gradient(0deg,var(--ab-bg),transparent 24%)}.ab-trust__grid{grid-template-columns:repeat(2,1fr)}.ab-trust article{border-top:1px solid var(--ab-line-soft)}.ab-section-head{flex-direction:column;align-items:flex-start;gap:13px}.ab-goal-grid{grid-template-columns:repeat(2,1fr)}.ab-goal-card:last-child{grid-column:1/-1}.ab-feature-panel{grid-template-columns:1fr;min-height:auto}.ab-feature-panel__art{min-height:260px}.ab-utility-strip{grid-template-columns:1fr}.ab-newsletter-form.is-compact{grid-template-columns:1fr 1fr}.ab-newsletter-form__email{grid-column:1/-1}.ab-footer__main{grid-template-columns:1fr 1fr}.ab-footer__brand{grid-column:1/-1}.ab-footer__bottom{flex-direction:column;align-items:flex-start;padding-block:17px}}@media (max-width:540px){.ab-announcement{min-height:27px;font-size:.54rem}.ab-header__inner{grid-template-columns:150px 1fr}.ab-brand{width:145px}.ab-cart span:last-child{display:none}.ab-nav-action.ab-cart{width:38px;min-width:38px}.ab-hero__copy h1{font-size:clamp(2.15rem,11vw,3.2rem)!important}.ab-hero__lead{font-size:.82rem}.ab-actions{display:grid}.ab-button{width:100%}.ab-hero__visual{min-height:350px}.ab-trust__grid,.ab-format-grid,.ab-goal-grid,.ab-product-grid{grid-template-columns:1fr}.ab-trust article,.ab-format-card{border-right:0}.ab-format-card{border-top:1px solid var(--ab-line-soft);min-height:300px}.ab-goal-card,.ab-goal-card:last-child{grid-column:auto;min-height:285px}.ab-product-card__visual{aspect-ratio:1.08}.ab-feature-panel__copy{padding:28px 21px}.ab-feature-panel__art{min-height:220px}.ab-feature-panel .batch-quick-check label>div{grid-template-columns:1fr}.ab-feature-panel .batch-quick-check button{min-height:44px}.ab-utility-strip__sizes{width:100%}.ab-utility-strip__sizes span{flex:1}.ab-newsletter-form.is-compact{grid-template-columns:1fr}.ab-newsletter-form__email{grid-column:auto}.ab-footer__main{grid-template-columns:1fr}.ab-footer__brand{grid-column:auto}}.ab-section{padding-block:clamp(42px,4.2vw,66px)}.ab-section-head{margin-bottom:22px}.ab-section-head h2{font-size:clamp(1.35rem,1.85vw,1.88rem)!important}.ab-kicker{margin-bottom:8px;font-size:.63rem}.ab-format-card{grid-template-rows:auto 126px auto auto;min-height:282px;padding:16px}.ab-format-card__visual{padding:8px 4px 2px}.ab-format-card__visual img{object-fit:contain;width:91%;height:91%}.ab-format-card h3{margin-top:2px;font-size:.8rem!important}.ab-format-card p{margin-top:6px;font-size:.67rem}.ab-goal-grid{gap:12px}.ab-goal-card{isolation:isolate;background:#051321;grid-template-rows:minmax(0,1fr) auto;align-items:stretch;min-height:392px;display:grid}.ab-goal-card:before,.ab-goal-card__halo{display:none}.ab-goal-card__image{background:#020b16;min-height:248px;display:block;position:relative;overflow:hidden}.ab-goal-card__image:after{content:"";pointer-events:none;background:linear-gradient(#0000 56%,#0209146b 82%,#020914d6 100%),radial-gradient(circle at 50% 40%,#0000 30%,#0209141f 100%);position:absolute;inset:0}.ab-goal-card__image img{object-fit:cover;object-position:center;filter:saturate(.86)contrast(1.05)brightness(.86);width:100%;height:100%;transition:transform .42s,filter .42s;display:block;transform:scale(1.002)}.ab-goal-card:hover .ab-goal-card__image img{filter:saturate(.96)contrast(1.08)brightness(.93);transform:scale(1.045)}.ab-goal-card__science{z-index:2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:.8;background:#020914bd;border:1px solid #69c6ff38;place-items:center;width:38px;height:38px;display:grid;position:absolute;bottom:14px;right:14px}.ab-goal-card__science .ab-glyph{width:21px;height:21px}.ab-goal-card>div{border-top:1px solid var(--ab-line-soft);background:linear-gradient(#07182a,#04111e);min-height:138px;padding:17px 18px 18px}.ab-goal-card small{font-size:.54rem}.ab-goal-card h3{margin:8px 0 14px;font-size:.76rem!important}.ab-goal-card div>span{font-size:.55rem}.ab-product-grid{gap:12px}.ab-product-card{background:#061423}.ab-product-card__visual{aspect-ratio:1.12}.ab-product-card__visual img{object-fit:contain;width:84%;height:84%}.ab-product-card__body{padding:16px}.ab-product-card__body h3{margin:8px 0 12px;font-size:.8rem!important}.ab-product-card__meta{min-height:40px;padding-top:11px}.ab-product-card__meta strong{font-size:.84rem}.ab-product-card__actions{min-height:40px;margin-top:12px}.ab-product-card__actions>a{background:linear-gradient(135deg,#1794fb,#0872d9);border-color:#0000;min-height:40px;box-shadow:0 10px 22px #0971d82e}.ab-product-card__actions>a:hover{background:linear-gradient(135deg,#35a7ff,#168ff5);box-shadow:0 13px 28px #0971d847}.ab-feature-grid{gap:14px}.ab-feature-panel h2{font-size:clamp(1.15rem,1.65vw,1.62rem)!important}.ab-feature-panel__copy>p:not(.ab-kicker){margin:14px 0 19px;font-size:.72rem}.ab-glyph-frame--large{width:52px;height:52px;margin-bottom:18px}.ab-glyph-frame--large .ab-glyph{width:29px;height:29px}.ab-feature-panel__art:before{width:210px;height:210px}.ab-feature-panel__art:after{width:142px;height:142px}.ab-shield-art,.ab-ai-orbit{width:108px;height:108px}.ab-shield-art .ab-glyph,.ab-ai-orbit .ab-glyph{width:92px;height:92px}.ab-feature-panel .batch-quick-check{max-width:100%;margin-top:18px}.ab-feature-panel .batch-quick-check input{width:100%}.ab-feature-panel .batch-quick-check button{min-width:96px}.ab-research-layout{gap:clamp(40px,6vw,90px)}.ab-research-copy h2{font-size:clamp(1.55rem,2.4vw,2.35rem)!important}.ab-article-list a{min-height:94px;padding-block:16px}.ab-utility-strip{gap:32px;min-height:196px;margin-block:clamp(34px,4vw,56px);padding:clamp(24px,3vw,40px)}.ab-utility-strip h2{font-size:clamp(1.2rem,1.9vw,1.9rem)!important}.ab-utility-strip__sizes span{width:70px;height:70px;font-size:1.35rem}.ab-footer__newsletter{grid-template-columns:.9fr 1.1fr;gap:clamp(36px,5vw,72px);padding-block:38px}.ab-newsletter-form.is-compact{grid-template-columns:minmax(250px,1fr) minmax(220px,.72fr) 150px;align-items:end}.ab-newsletter-form__consent{min-height:46px}.ab-header__actions{min-width:136px;padding-right:2px}.ab-cart{min-width:62px;padding-right:6px}.ab-cart__icon b{right:-7px}@media (max-width:1120px){.ab-goal-card{min-height:365px}.ab-goal-card__image{min-height:225px}.ab-feature-panel{min-height:310px}}@media (max-width:820px){.ab-goal-grid{overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;grid-template-columns:none;grid-auto-columns:minmax(265px,72vw);grid-auto-flow:column;padding-bottom:10px;display:grid;overflow-x:auto}.ab-goal-card,.ab-goal-card:last-child{scroll-snap-align:start;grid-column:auto;min-height:375px}.ab-feature-panel{grid-template-columns:1fr .62fr}.ab-feature-panel__art{min-height:0}.ab-newsletter-form.is-compact{grid-template-columns:1fr}.ab-newsletter-form__email{grid-column:auto}}@media (max-width:540px){.ab-section{padding-block:38px}.ab-format-card{min-height:270px}.ab-goal-grid{grid-auto-columns:minmax(270px,86vw)}.ab-goal-card{min-height:382px}.ab-goal-card__image{min-height:238px}.ab-feature-panel{grid-template-columns:1fr}.ab-feature-panel__art{display:none}}.ab-discovery{padding-top:clamp(44px,4.5vw,70px)}.ab-format-grid{background:#04111e;border-color:#4dabe838;grid-template-columns:repeat(4,minmax(0,1fr))}.ab-format-card{background:linear-gradient(#06172733,#02091173),#061524;border-right-color:#ffffff14;grid-template-rows:28px minmax(210px,1fr) auto auto;min-height:410px;padding:20px 24px 28px}.ab-format-card:hover{background:radial-gradient(circle at 50% 62%,#1c8feb1f,#0000 48%),#081b2c;transform:translateY(-2px)}.ab-format-card__head{min-height:28px;color:var(--ab-blue-bright);justify-content:flex-end}.ab-format-card__visual{background:radial-gradient(circle at 50% 88%,#178eec5c,#0000 36%),radial-gradient(circle at 50% 95%,#4fc2ff21,#0000 54%),#02070e;min-height:0;margin:4px 0 18px;padding:0;position:relative;overflow:hidden}.ab-format-card__visual:after{content:"";pointer-events:none;background:linear-gradient(#0000,#02091147);height:34%;position:absolute;inset:auto 0 0}.ab-format-card__visual .visual-vial,.ab-format-card__visual .product-visual{place-items:center;width:100%;height:100%;display:grid}.ab-format-card__visual img{object-fit:contain;object-position:center bottom;filter:none;width:100%;max-width:none;height:100%;max-height:none}.ab-format-card--pens .ab-format-card__visual img{width:96%;height:96%}.ab-format-card--vials .ab-format-card__visual img{width:86%;height:96%}.ab-format-card--nasal-sprays .ab-format-card__visual img{width:82%;height:96%}.ab-format-card--accessories .ab-format-card__visual img{object-fit:cover;object-position:center 57%;width:100%;height:100%}.ab-format-card h3{margin:0;font-size:.9rem!important}.ab-format-card p{max-width:300px;margin:10px 0 0;font-size:.7rem;line-height:1.55}.ab-format-assurances{background:#020b15;border:1px solid #4dabe82e;border-top:0;grid-template-columns:repeat(5,minmax(0,1fr));display:grid}.ab-format-assurances>div{border-right:1px solid #ffffff14;min-width:0;padding:20px 24px 22px}.ab-format-assurances>div:last-child{border-right:0}.ab-format-assurances strong{color:#f3f8fc;font-family:var(--ab-display);letter-spacing:.055em;text-transform:uppercase;margin-bottom:7px;font-size:.62rem;display:block}.ab-format-assurances span{color:#7892a7;font-size:.6rem;line-height:1.5;display:block}.ab-feature-panel__copy{padding:clamp(28px,3.2vw,46px)}.ab-feature-panel__media{background:#020914;border-left:1px solid #69c6ff1f;min-width:0;min-height:100%;position:relative;overflow:hidden}.ab-feature-panel__media:after{content:"";pointer-events:none;position:absolute;inset:0;box-shadow:inset 35px 0 42px #02091454}.ab-feature-panel__media img{object-fit:cover;width:100%;height:100%;display:block}.ab-feature-panel--ai .ab-feature-panel__media img{object-position:54% center}@media (max-width:1120px){.ab-format-card{min-height:390px}.ab-format-assurances{grid-template-columns:repeat(3,minmax(0,1fr))}.ab-format-assurances>div:nth-child(3){border-right:0}.ab-format-assurances>div:nth-child(n+4){border-top:1px solid #ffffff14}.ab-feature-panel{grid-template-columns:.8fr 1.2fr}}@media (max-width:820px){.ab-format-card{min-height:370px}.ab-format-assurances{grid-template-columns:repeat(2,minmax(0,1fr))}.ab-format-assurances>div:nth-child(3){border-right:1px solid #ffffff14}.ab-format-assurances>div:nth-child(2n){border-right:0}.ab-format-assurances>div:nth-child(n+3){border-top:1px solid #ffffff14}.ab-feature-panel{grid-template-columns:1fr}.ab-feature-panel__media{border-top:1px solid #69c6ff1f;border-left:0;min-height:330px}.ab-feature-panel__media:after{box-shadow:inset 0 30px 38px #0209144d}}@media (max-width:540px){.ab-format-card{grid-template-rows:28px 235px auto auto;min-height:390px;padding:18px 18px 25px}.ab-format-card--accessories .ab-format-card__visual img{object-position:center 58%}.ab-format-assurances{grid-template-columns:1fr}.ab-format-assurances>div,.ab-format-assurances>div:nth-child(3),.ab-format-assurances>div:nth-child(2n){border-top:1px solid #ffffff14;border-right:0}.ab-format-assurances>div:first-child{border-top:0}.ab-feature-panel__media{min-height:250px}}.ab-format-card{grid-template-rows:36px minmax(210px,1fr) auto}.ab-format-card__head{justify-content:space-between;gap:16px;min-height:36px}.ab-format-card__head h3{color:#f7fbff;margin:0;line-height:1.1;font-size:.9rem!important}.ab-format-card>h3{display:none}.ab-format-card__visual{margin-top:8px}.ab-feature-panel{grid-template-columns:.8fr 1.2fr;min-height:430px}.ab-feature-panel__media{background:radial-gradient(circle at 55%,#178eec1a,#0000 58%),#020914;place-items:center;padding:clamp(12px,1.2vw,20px);display:grid}.ab-feature-panel__media img,.ab-feature-panel--batch .ab-feature-panel__media img,.ab-feature-panel--ai .ab-feature-panel__media img{object-fit:contain;object-position:center;width:100%;max-width:100%;height:100%;max-height:100%}@media (max-width:1120px){.ab-feature-panel{grid-template-columns:.78fr 1.22fr;min-height:410px}}@media (max-width:820px){.ab-feature-panel{grid-template-columns:1fr}.ab-feature-panel__media{min-height:300px;padding:14px}.ab-feature-panel__media:after{box-shadow:inset 0 18px 28px #0209142e}}@media (max-width:540px){.ab-format-card{grid-template-rows:36px 235px auto}.ab-feature-panel__media{min-height:235px;padding:10px}}.ab-feature-panel__media{background:#020914;padding:0;overflow:hidden}.ab-feature-panel__media:after{box-shadow:inset 14px 0 24px #02091429}.ab-feature-panel__media img,.ab-feature-panel--batch .ab-feature-panel__media img,.ab-feature-panel--ai .ab-feature-panel__media img{object-fit:contain;object-position:center;width:100%;max-width:none;height:100%;max-height:none;display:block}.ab-feature-panel--batch .ab-feature-panel__media img,.ab-feature-panel--ai .ab-feature-panel__media img{object-position:center center}@media (max-width:820px){.ab-feature-panel__media{min-height:410px}}@media (max-width:540px){.ab-feature-panel__media{min-height:330px}}.ab-feature-panel .batch-quick-check label>div{grid-template-columns:minmax(0,1fr) 88px}.ab-feature-panel .batch-quick-check input{font-family:var(--ab-body);letter-spacing:.005em;padding-inline:12px;font-weight:500;text-transform:none!important;font-size:clamp(.68rem,.78vw,.78rem)!important}.ab-feature-panel .batch-quick-check input::placeholder{color:#8fa7bc;opacity:1}.ab-feature-panel .batch-quick-check button{min-width:88px;padding-inline:10px}.ab-section--library{border-block:1px solid var(--ab-line);background:radial-gradient(circle at 82% 18%,#168ff51c,#0000 28%),linear-gradient(145deg,#04111f,#020914 64%)}.ab-library-layout{grid-template-columns:.72fr 1.28fr;align-items:center;gap:clamp(42px,6vw,92px);display:grid}.ab-library-copy h2{color:#fff;max-width:560px;margin:0;font-size:clamp(1.55rem,2.35vw,2.45rem)!important}.ab-library-copy>p:not(.ab-kicker){max-width:560px;color:var(--ab-muted);margin:20px 0 28px;font-size:.76rem;line-height:1.75}.ab-library-grid{border-top:1px solid var(--ab-line);border-left:1px solid var(--ab-line);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.ab-library-card{border-right:1px solid var(--ab-line);border-bottom:1px solid var(--ab-line);background:#0717278f;flex-direction:column;min-height:218px;padding:24px;transition:background .2s,transform .2s;display:flex}.ab-library-card:hover{z-index:1;background:#0a233adb;transform:translateY(-2px)}.ab-library-card__top,.ab-library-card__footer{justify-content:space-between;align-items:center;gap:16px;display:flex}.ab-library-card__top span{color:var(--ab-blue-bright);font-family:var(--ab-display);letter-spacing:.095em;text-transform:uppercase;font-size:.56rem}.ab-library-card__top small{color:#44627a;font-family:var(--ab-display);font-size:.68rem}.ab-library-card h3{color:#fff;margin:22px 0 10px;font-size:1rem!important}.ab-library-card>p{color:#829bb0;margin:0;font-size:.67rem;line-height:1.62}.ab-library-card__footer{color:var(--ab-blue-bright);margin-top:auto;padding-top:18px}.ab-library-card__footer span{color:#9aafc0;font-size:.58rem;line-height:1.4}.ab-section--why{background:#04101d;border-block:1px solid #ffffff0f}.ab-why-grid{border-top:1px solid var(--ab-line);border-left:1px solid var(--ab-line);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.ab-why-card{border-right:1px solid var(--ab-line);border-bottom:1px solid var(--ab-line);background:linear-gradient(145deg,#081c2fb8,#030d18c7);min-height:190px;padding:26px 24px}.ab-why-card small{color:var(--ab-blue-bright);font-family:var(--ab-display);letter-spacing:.08em;margin-bottom:32px;font-size:.66rem;display:block}.ab-why-card h3{color:#fff;margin:0;font-size:.82rem!important}.ab-why-card p{color:#829bb0;margin:12px 0 0;font-size:.66rem;line-height:1.65}.ab-trade-cta{border:1px solid var(--ab-line);background:radial-gradient(circle at 88%,#168ff526,#0000 24%),linear-gradient(120deg,#071a2c,#020914 72%);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:48px;min-height:230px;margin-bottom:clamp(45px,6vw,86px);padding:clamp(34px,4.2vw,58px);display:grid}.ab-trade-cta h2{color:#fff;max-width:860px;margin:0;font-size:clamp(1.35rem,2.1vw,2.1rem)!important}.ab-trade-cta p:not(.ab-kicker){max-width:820px;color:var(--ab-muted);margin:16px 0 0;font-size:.72rem;line-height:1.7}.ab-trade-cta .ab-button{white-space:nowrap}@media (max-width:1120px){.ab-library-layout{grid-template-columns:1fr}.ab-why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ab-trade-cta{grid-template-columns:1fr;gap:28px}.ab-trade-cta .ab-button{width:fit-content}}@media (max-width:820px){.ab-library-grid{grid-template-columns:1fr}.ab-library-card{min-height:190px}}@media (max-width:540px){.ab-feature-panel .batch-quick-check label>div{grid-template-columns:minmax(0,1fr) 82px}.ab-feature-panel .batch-quick-check input{padding-inline:10px;font-size:.65rem!important}.ab-feature-panel .batch-quick-check button{min-width:82px}.ab-why-grid{grid-template-columns:1fr}.ab-trade-cta{padding:28px 22px}.ab-trade-cta .ab-button{width:100%}}.ab-header{will-change:transform;transition:transform .28s cubic-bezier(.22,.61,.36,1),box-shadow .22s,background-color .22s}.ab-header.is-visible{transform:translateY(0)}.ab-header.is-hidden{pointer-events:none;box-shadow:none;transform:translateY(calc(-100% - 2px))}.ab-header:focus-within{pointer-events:auto;transform:translateY(0)}.ab-header:has(.ab-dropdown.is-open){pointer-events:auto;transform:translateY(0)}.ab-format-card--nasal-sprays .ab-format-card__visual{background:#020914;padding:0}.ab-format-card--nasal-sprays .ab-format-card__visual img{object-fit:cover!important;object-position:center center!important;width:100%!important;max-width:none!important;height:100%!important;transform:none!important}body.avion-rebuild :is(.premium-inner,.inner-page){width:min(calc(100% - 64px), var(--ab-shell));color:var(--ab-text);margin-inline:auto;padding-block:clamp(30px,4.4vw,68px) clamp(64px,7vw,112px)}body.avion-rebuild :is(.premium-inner,.inner-page)>.breadcrumbs,body.avion-rebuild :is(.premium-inner,.inner-page)>nav[aria-label=Breadcrumb]{margin-bottom:18px}body.avion-rebuild .production-page-hero{border:1px solid var(--ab-line);background:radial-gradient(circle at 82% 24%,#168ff524,#0000 28%),linear-gradient(135deg,#07192b,#020914 68%);grid-template-columns:minmax(0,1.18fr) minmax(280px,.72fr);align-items:stretch;gap:0;min-height:clamp(360px,38vw,520px);margin-bottom:clamp(38px,5vw,76px);display:grid;overflow:hidden}body.avion-rebuild .production-page-hero__copy{flex-direction:column;justify-content:center;padding:clamp(34px,5vw,76px);display:flex}body.avion-rebuild .production-eyebrow,body.avion-rebuild :is(.premium-kicker,.eyebrow,.av3-eyebrow){color:var(--ab-blue-bright);font-family:var(--ab-display);letter-spacing:.13em;text-transform:uppercase;font-size:.62rem;font-weight:600}body.avion-rebuild .production-page-hero h1{color:#f7fbff;max-width:860px;font-family:var(--ab-display);letter-spacing:-.025em;text-transform:uppercase;margin:0;font-weight:600;line-height:.98;font-size:clamp(2rem,4.2vw,4.3rem)!important}body.avion-rebuild .production-page-hero h1 strong{color:var(--ab-blue-bright);font-weight:inherit}body.avion-rebuild .production-page-hero__intro{max-width:720px;color:var(--ab-muted);margin-top:24px;font-size:clamp(.76rem,1vw,.88rem);line-height:1.75}body.avion-rebuild .production-page-hero__actions{flex-wrap:wrap;gap:11px;margin-top:28px;display:flex}body.avion-rebuild .production-page-hero__aside{border-left:1px solid var(--ab-line);background:repeating-radial-gradient(circle at 85%,#0000 0 34px,#5cbcff0e 35px 36px),#030f1bb8;align-content:center;min-width:0;padding:clamp(28px,4vw,58px);display:grid}body.avion-rebuild :is(.premium-inner,.inner-page) .premium-section{border-top:1px solid #69c6ff1f;padding-block:clamp(44px,5vw,78px)}body.avion-rebuild :is(.premium-inner,.inner-page) :is(.av3-section-heading,.premium-heading){margin-bottom:24px}body.avion-rebuild :is(.premium-inner,.inner-page) :is(.av3-section-heading,.premium-heading) h2,body.avion-rebuild :is(.premium-inner,.inner-page)>section>h2{color:#f7fbff;font-family:var(--ab-display);text-transform:uppercase;line-height:1.08;font-size:clamp(1.45rem,2.4vw,2.55rem)!important}body.avion-rebuild :is(.premium-inner,.inner-page) :is(.av3-section-heading__intro,.premium-heading p){color:var(--ab-muted);line-height:1.7}body.avion-rebuild :is(.premium-inner,.inner-page) :is(.shop-hero-assurance,.library-hero-stat,.hub-hero-stat,.about-hero-principle,.calculator-hero-stat,.compare-hero-stat,.bundle-hero-stat,.goal-hero-stat,.contact-form-shell,.contact-aside,.verification-panel,.batch-result,.reseller-hero-contact,.reseller-access-grid,.ai-feature-card,.collection-education,.production-empty-state,.account-auth-shell,.empty-state){color:var(--ab-text);border:1px solid var(--ab-line)!important;box-shadow:none!important;background:radial-gradient(circle at 85% 15%,#168ff517,#0000 28%),linear-gradient(145deg,#07192beb,#020914f5)!important;border-radius:0!important}body.avion-rebuild :is(.premium-inner,.inner-page) :is(.shop-collection-links>a,.collection-link-grid>a,.collection-article-grid>a,.research-goal-grid>a,.goal-profile-grid>a,.related-glossary>a,.ai-feature-card,.about-commitments__grid>article,.reseller-benefits article,.reseller-steps article){transition:transform .2s,border-color .2s,background .2s;border:1px solid var(--ab-line)!important;box-shadow:none!important;background:linear-gradient(145deg,#07182a,#030c17)!important;border-radius:0!important}body.avion-rebuild :is(.premium-inner,.inner-page) :is(.shop-collection-links>a,.collection-link-grid>a,.collection-article-grid>a,.research-goal-grid>a,.goal-profile-grid>a,.related-glossary>a,.ai-feature-card,.about-commitments__grid>article,.reseller-benefits article,.reseller-steps article):hover{transform:translateY(-3px);background:linear-gradient(145deg,#0a2138,#04101d)!important;border-color:#5cbcff6b!important}body.avion-rebuild :is(.premium-button,.button){border:1px solid var(--ab-line);min-height:46px;font-family:var(--ab-display);letter-spacing:.035em;text-transform:uppercase;border-radius:0;justify-content:center;align-items:center;gap:10px;padding:0 20px;font-size:.61rem;font-weight:600;display:inline-flex}body.avion-rebuild :is(.premium-button--primary,.button--light){border-color:var(--ab-blue);background:var(--ab-blue);color:#fff}body.avion-rebuild :is(.premium-button--secondary,.premium-button--dark,.button:not(.button--light)){color:#f3f8fc;background:#071525}body.avion-rebuild :is(.premium-inner,.inner-page) :is(input,select,textarea){border:1px solid var(--ab-line)!important;color:#f7fbff!important;box-shadow:none!important;background:#020b16!important;border-radius:0!important}body.avion-rebuild :is(.premium-inner,.inner-page) :is(input,select,textarea):focus{outline:1px solid var(--ab-blue-bright);outline-offset:1px;border-color:var(--ab-blue-bright)!important}body.avion-rebuild :is(.premium-inner,.inner-page) table{border-collapse:collapse;border:1px solid var(--ab-line);background:#04111f;width:100%}body.avion-rebuild :is(.premium-inner,.inner-page) :is(th,td){border:1px solid var(--ab-line);color:var(--ab-muted);text-align:left;padding:13px 15px}body.avion-rebuild :is(.premium-inner,.inner-page) th{color:#fff;font-family:var(--ab-display);letter-spacing:.07em;text-transform:uppercase;font-size:.61rem}body.avion-rebuild :is(.premium-inner,.inner-page) details{border-top:1px solid var(--ab-line);background:0 0}body.avion-rebuild :is(.premium-inner,.inner-page) details:last-child{border-bottom:1px solid var(--ab-line)}body.avion-rebuild :is(.premium-inner,.inner-page) summary{color:#f7fbff;font-family:var(--ab-display);cursor:pointer;padding-block:20px}body.avion-rebuild :is(.premium-inner,.inner-page) :is(.premium-product-grid,.product-grid--catalog,.product-grid--related){gap:12px!important}body.avion-rebuild :is(.premium-inner,.inner-page) .ab-product-card{border-color:var(--ab-line)!important;border-radius:0!important}@media (max-width:900px){body.avion-rebuild :is(.premium-inner,.inner-page){width:min(calc(100% - 30px), var(--ab-shell))}body.avion-rebuild .production-page-hero{grid-template-columns:1fr;min-height:auto}body.avion-rebuild .production-page-hero__aside{border-top:1px solid var(--ab-line);border-left:0;min-height:220px}}@media (max-width:540px){body.avion-rebuild .production-page-hero__copy,body.avion-rebuild .production-page-hero__aside{padding:26px 21px}body.avion-rebuild .production-page-hero h1{font-size:clamp(1.85rem,10vw,3rem)!important}body.avion-rebuild .production-page-hero__actions{display:grid}body.avion-rebuild .production-page-hero__actions>*{width:100%}}@media (prefers-reduced-motion:reduce){.ab-header{transition:none}}body.avion-rebuild :is(.premium-inner,.inner-page){padding-top:26px!important}body.avion-rebuild :is(.premium-inner,.inner-page)>.breadcrumbs,body.avion-rebuild :is(.premium-inner,.inner-page)>nav[aria-label=Breadcrumb]{margin:0 0 14px!important;padding-top:0!important}body.avion-rebuild .production-page-hero{isolation:isolate;background:radial-gradient(circle at 88% 20%,#25a1ff29,#0000 24%),linear-gradient(115deg,#071a2c 0%,#03101d 58%,#020914 100%)!important;grid-template-columns:minmax(0,1.42fr) minmax(260px,.58fr)!important;min-height:0!important;margin-bottom:clamp(24px,3vw,44px)!important;position:relative!important}body.avion-rebuild .production-page-hero__grid{z-index:-1;opacity:.34;pointer-events:none;background-image:linear-gradient(#5ebeff0e 1px,#0000 1px),linear-gradient(90deg,#5ebeff0e 1px,#0000 1px);background-size:58px 58px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000,#0000 75%);mask-image:linear-gradient(90deg,#000,#0000 75%)}body.avion-rebuild .production-page-hero__copy{min-height:clamp(250px,24vw,330px)!important;padding:clamp(28px,3.5vw,50px)!important}body.avion-rebuild .production-page-hero__eyebrow-row{margin-bottom:12px!important}body.avion-rebuild .production-page-hero h1{max-width:760px!important;font-size:clamp(1.8rem,3.15vw,3.3rem)!important;line-height:1.02!important}body.avion-rebuild .production-page-hero__intro{max-width:700px!important;margin-top:17px!important;font-size:clamp(.74rem,.88vw,.84rem)!important;line-height:1.65!important}body.avion-rebuild .production-page-hero__actions{margin-top:20px!important}body.avion-rebuild .production-page-hero__aside{background:#04121fad!important;align-content:center!important;padding:24px!important}body.avion-rebuild .production-page-hero__aside>:is(div,article){width:100%;min-height:0!important}body.avion-rebuild .production-page-hero--copy-only{grid-template-columns:1fr!important}body.avion-rebuild .production-page-hero--copy-only .production-page-hero__copy,body.avion-rebuild .production-page-hero--compact .production-page-hero__copy{min-height:230px!important}body.avion-rebuild .shop-toolbar{will-change:transform, opacity;z-index:34!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important;background:#030e19f2!important;border-color:#5bbcff3b!important;border-radius:16px!important;transition:transform .28s cubic-bezier(.22,.61,.36,1),opacity .22s,box-shadow .22s!important;position:sticky!important;top:104px!important;box-shadow:0 20px 55px #00000052!important}body.avion-rebuild .shop-toolbar.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}body.avion-rebuild .shop-toolbar.is-hidden{opacity:0;pointer-events:none;transform:translateY(calc(-100% - 120px))}body.avion-rebuild .shop-toolbar:focus-within,body.avion-rebuild .shop-toolbar:hover{opacity:1!important;pointer-events:auto!important;transform:translateY(0)!important}body.avion-rebuild .shop-toolbar input,body.avion-rebuild .shop-toolbar select{color:#f5f9fd!important;background:#020b15!important;border-color:#6bc3ff33!important}body.avion-rebuild .research-goal-grid>a{background:linear-gradient(145deg,#081a2c,#03101d)!important;border-color:#5bbcff33!important;min-height:300px!important;padding:28px!important}body.avion-rebuild .research-goal-grid h2{color:#f6fbff!important;font-size:clamp(1.4rem,2.2vw,2.25rem)!important}body.avion-rebuild .research-goal-grid p{color:#92abc0!important}body.avion-rebuild .research-goal-grid small{color:#69befe!important}body.avion-rebuild .research-goal-grid strong{color:#67c4ff!important}.curated-bundle-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.curated-bundle-grid>article{background:linear-gradient(145deg,#081a2c,#030b14);border:1px solid #58b7f933;gap:16px;padding:24px;display:grid}.curated-bundle-grid__head{grid-template-columns:auto 1fr auto;align-items:center;gap:12px;display:grid}.curated-bundle-grid__head>span{color:#57b9ff;font:600 1rem var(--ab-display)}.curated-bundle-grid__head small{color:#7894aa;text-transform:uppercase;letter-spacing:.1em}.curated-bundle-grid__head strong{color:#70c8ff;text-transform:uppercase;border:1px solid #34adff52;padding:7px 10px;font-size:.67rem}.curated-bundle-grid__visuals{background:#020914;border:1px solid #ffffff0f;grid-template-columns:repeat(3,1fr);min-height:180px;display:grid;overflow:hidden}.curated-bundle-grid__visuals>div{border-right:1px solid #5bbcff1f;min-width:0}.curated-bundle-grid__visuals>div:last-child{border-right:0}.curated-bundle-grid__visuals .product-visual{height:180px!important}.curated-bundle-grid h3{color:#fff;font:600 clamp(1.25rem,2vw,1.8rem)/1.05 var(--ab-display);text-transform:uppercase;margin:0}.curated-bundle-grid p{color:#8fa8bc;margin:0;line-height:1.65}.curated-bundle-grid ul{flex-wrap:wrap;gap:7px;margin:0;padding:0;list-style:none;display:flex}.curated-bundle-grid li{color:#c6deef;border:1px solid #5bbcff2e;padding:7px 9px;font-size:.72rem}.curated-bundle-grid__price{border-top:1px solid #5bbcff24;justify-content:space-between;align-items:end;gap:18px;padding-top:16px;display:flex}.curated-bundle-grid__price span{gap:4px;display:grid}.curated-bundle-grid__price s{color:#6e8496}.curated-bundle-grid__price b{color:#fff;font-size:1.45rem}.curated-bundle-grid__price button,.calculator-calculate{color:#fff;min-height:48px;font:600 .75rem var(--ab-display);text-transform:uppercase;cursor:pointer;background:#178ff1;border:0;padding:0 20px}.bundle-saving-rule{background:linear-gradient(110deg,#071b2e,#03101c);border:1px solid #53b7fb3d;grid-template-columns:1fr auto;align-items:center;gap:28px;margin-bottom:4px;padding:22px;display:grid}.bundle-saving-rule small{color:#62bfff;text-transform:uppercase;letter-spacing:.12em}.bundle-saving-rule strong{color:#fff;font:600 1.3rem var(--ab-display);text-transform:uppercase;margin-top:8px;display:block}.bundle-saving-rule p{color:#8fa7ba}.bundle-saving-rule>div:last-child{border:1px solid #5bbcff40;place-items:center;min-width:145px;padding:18px;display:grid}.bundle-saving-rule>div:last-child span{color:#63c5ff;font:600 2.4rem var(--ab-display)}.bundle-saving-rule>div:last-child strong{color:#6cc9ff;font-size:.85rem}.bundle-next-saving{font-size:.72rem;color:#6fc6ff!important}.calculator-shell--shopify{grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);gap:16px;display:grid}.calculator-shell--shopify .calculator-panel,.calculator-shell--shopify .calculator-result{background:linear-gradient(145deg,#081a2d,#030b14);border:1px solid #5bbcff36;padding:clamp(24px,3vw,42px)}.calculator-panel__head small{color:#62c3ff;font:600 .65rem var(--ab-display);letter-spacing:.13em;text-transform:uppercase}.calculator-panel__head h2{color:#fff;font:600 clamp(1.5rem,2.5vw,2.35rem) var(--ab-display);text-transform:uppercase;margin:10px 0}.calculator-panel__head p{color:#91aabd}.calculator-shell--shopify .calculator-controls{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:24px 0;display:grid}.calculator-shell--shopify .calculator-control{gap:8px;display:grid}.calculator-shell--shopify .calculator-control>span{color:#82a0b8;text-transform:uppercase;letter-spacing:.08em;font-size:.68rem}.calculator-shell--shopify .calculator-control label{background:#020b15;border:1px solid #5bbcff33;min-height:50px;display:flex}.calculator-shell--shopify input,.calculator-shell--shopify select{color:#fff;background:0 0;border:0;outline:0;flex:1;min-width:0;padding:0 14px}.calculator-shell--shopify .calculator-control b{color:#66c3ff;place-items:center;min-width:60px;display:grid}.calculator-shell--shopify .calculator-result{flex-direction:column;display:flex}.calculator-shell--shopify .calculator-result>small{color:#62c3ff;text-transform:uppercase;letter-spacing:.12em}.calculator-shell--shopify .calculator-result>strong{color:#fff;font:600 clamp(2.2rem,5vw,4.6rem) var(--ab-display);margin:18px 0}.calculator-shell--shopify .calculator-result>strong span{color:#67c5ff;font-size:1rem}.calculator-shell--shopify dl{gap:0;margin:0 0 22px;display:grid}.calculator-shell--shopify dl>div{border-bottom:1px solid #5bbcff1f;justify-content:space-between;gap:18px;padding:12px 0;display:flex}.calculator-shell--shopify dt{color:#7893a8}.calculator-shell--shopify dd{color:#e9f5ff;text-align:right;margin:0}.calculator-conversions{color:#7998b0;gap:6px;margin-top:18px;font-size:.7rem;display:grid}.calculator-warning,.calculator-error{color:#ffc77c;background:#995c1224;border:1px solid #ffb04b59;padding:12px}.calculator-shell--shopify>.calculator-disclaimer{color:#829caf;background:#061421;border-left:3px solid #279df3;grid-column:1/-1;margin:0;padding:16px 20px}.library-grid footer>span{color:#6d899f;text-transform:uppercase;letter-spacing:.08em;font-size:.68rem}@media (max-width:980px){body.avion-rebuild .production-page-hero{grid-template-columns:1fr!important}body.avion-rebuild .production-page-hero__aside{border-top:1px solid var(--ab-line);border-left:0!important}body.avion-rebuild .shop-toolbar{top:84px!important}.curated-bundle-grid,.calculator-shell--shopify{grid-template-columns:1fr}}@media (max-width:680px){body.avion-rebuild .production-page-hero__copy{min-height:0!important;padding:25px 20px!important}body.avion-rebuild .production-page-hero h1{font-size:clamp(1.7rem,10vw,2.55rem)!important}body.avion-rebuild .production-page-hero__aside{padding:20px!important}body.avion-rebuild .shop-toolbar{position:sticky!important;top:70px!important}.curated-bundle-grid__head{grid-template-columns:auto 1fr}.curated-bundle-grid__head strong{grid-column:1/-1;justify-self:start}.curated-bundle-grid__price{flex-direction:column;align-items:stretch}.bundle-saving-rule,.calculator-shell--shopify .calculator-controls{grid-template-columns:1fr}}body.avion-rebuild .shop-hero-assurance{grid-template-columns:repeat(2,minmax(0,1fr));background:0 0!important;border:0!important;gap:8px!important;padding:0!important;display:grid!important}body.avion-rebuild .shop-hero-assurance>span{align-items:center;gap:10px;min-height:72px;line-height:1.35;display:flex;color:#d7e8f5!important;background:#091f32a8!important;border:1px solid #5bbcff33!important;border-radius:0!important;padding:14px!important;font-size:.68rem!important}body.avion-rebuild :is(.library-hero-stat,.hub-hero-stat,.goal-hero-stat,.bundle-hero-stat,.calculator-hero-stat){gap:7px;display:grid;background:#05192ab3!important;border:1px solid #5bbcff38!important;padding:18px!important}body.avion-rebuild :is(.library-hero-stat,.hub-hero-stat,.goal-hero-stat,.bundle-hero-stat,.calculator-hero-stat) strong{color:#68c5ff!important;font:600 clamp(1.8rem,3vw,3rem) var(--ab-display)!important}body.avion-rebuild :is(.library-hero-stat,.hub-hero-stat,.goal-hero-stat,.bundle-hero-stat,.calculator-hero-stat) span{font-family:var(--ab-display);text-transform:uppercase;color:#f2f8fd!important}body.avion-rebuild :is(.library-hero-stat,.hub-hero-stat,.goal-hero-stat,.bundle-hero-stat,.calculator-hero-stat) small{line-height:1.55;color:#819eb4!important}body.avion-rebuild .profile-hero{gap:clamp(28px,4vw,56px)!important;min-height:0!important;padding:clamp(30px,4vw,52px)!important}body.avion-rebuild .profile-hero h1{font-size:clamp(2.6rem,6vw,5.4rem)!important}body.avion-rebuild .article-page>article>header{min-height:0!important;padding:clamp(34px,5vw,70px) clamp(24px,5vw,72px)!important}body.avion-rebuild .article-page>article>header h1{font-size:clamp(2rem,4.7vw,4.7rem)!important}.article-shopify-source a{color:#62c2ff;text-transform:uppercase;letter-spacing:.07em;align-items:center;gap:8px;font-size:.75rem;display:inline-flex}@media (max-width:680px){body.avion-rebuild .shop-hero-assurance{grid-template-columns:1fr}}body.avion-rebuild :is(.research-page,.research-library-page,.research-hub-page,.profile-page,.article-page,.glossary-page,.glossary-entry-page,.compare-page){color:#d8e8f4!important}body.avion-rebuild :is(.research-library-page,.research-hub-page,.glossary-page,.compare-page) .production-page-hero{color:#f7fbff!important;background:radial-gradient(circle at 86% 12%,#1e91eb2e,#0000 36%),linear-gradient(145deg,#081a2c,#020a13)!important;border-color:#54b5f93b!important}body.avion-rebuild :is(.research-library-page,.research-hub-page,.glossary-page,.compare-page) .production-page-hero__copy,body.avion-rebuild :is(.research-library-page,.research-hub-page,.glossary-page,.compare-page) .production-page-hero__aside{background:0 0!important}body.avion-rebuild :is(.research-library-page,.research-hub-page,.glossary-page,.compare-page) .production-page-hero h1,body.avion-rebuild :is(.research-library-page,.research-hub-page,.glossary-page,.compare-page) .production-page-hero h1 strong{color:#f7fbff!important}body.avion-rebuild :is(.research-library-page,.research-hub-page,.glossary-page,.compare-page) .production-page-hero h1 strong{color:#53baff!important}body.avion-rebuild :is(.research-library-page,.research-hub-page,.glossary-page,.compare-page) .production-page-hero__intro,body.avion-rebuild :is(.research-library-page,.research-hub-page,.glossary-page,.compare-page) .production-page-hero__intro p{color:#9eb6c8!important}body.avion-rebuild :is(.research-library-page,.research-hub-page,.glossary-page) :is(.library-controls,.hub-controls,.glossary-toolbar,.glossary-az){background:linear-gradient(145deg,#071725,#020a13)!important;border-color:#53b7fb38!important;box-shadow:0 18px 48px #00000038!important}body.avion-rebuild :is(.research-library-page,.research-hub-page,.glossary-page) :is(.library-controls,.hub-controls,.glossary-toolbar) label>span{color:#7fa1b8!important}body.avion-rebuild :is(.research-library-page,.research-hub-page,.glossary-page) :is(.library-controls,.hub-controls,.glossary-toolbar) :is(input,select){color:#f3f9fd!important;background:#020b15!important;border-color:#58bafc3b!important}body.avion-rebuild :is(.research-library-page,.research-hub-page,.glossary-page) :is(.library-controls,.hub-controls,.glossary-toolbar) input::placeholder{color:#607d93!important}body.avion-rebuild :is(.research-library-page,.research-hub-page,.glossary-page) :is(.library-controls,.hub-controls,.glossary-az) button,body.avion-rebuild .glossary-page .glossary-az a{color:#b7cede!important;background:#071d2fbf!important;border-color:#56b5f938!important}body.avion-rebuild :is(.research-library-page,.research-hub-page) :is(.library-controls,.hub-controls) button.active{color:#fff!important;background:#178ff1!important;border-color:#239bf2!important}body.avion-rebuild :is(.library-result-count,.hub-result-count,.glossary-count){color:#819eb3!important}body.avion-rebuild :is(.library-result-count,.hub-result-count,.glossary-count) strong{color:#63c2ff!important}body.avion-rebuild :is(.research-library-page,.research-hub-page) :is(.library-grid>article,.hub-grid>article,.hub-grid>a){color:#f5faff!important;background:radial-gradient(circle at 92% 0,#2299f21a,#0000 34%),linear-gradient(145deg,#081a2c,#020b14)!important;border-color:#54b5f933!important;box-shadow:0 20px 55px #0003!important}body.avion-rebuild :is(.research-library-page,.research-hub-page) :is(.library-grid>article,.hub-grid>article,.hub-grid>a):hover{border-color:#52beff85!important;box-shadow:0 25px 70px #00000052!important}body.avion-rebuild :is(.research-library-page,.research-hub-page) :is(.library-grid,.hub-grid) :is(h2,h3,h2 a,strong,summary){color:#f7fbff!important}body.avion-rebuild :is(.research-library-page,.research-hub-page) :is(.library-grid,.hub-grid) p{color:#91aabd!important}body.avion-rebuild .research-library-page .library-card__top small,body.avion-rebuild .research-hub-page .hub-card small,body.avion-rebuild .research-hub-page .hub-card footer a{color:#5dbfff!important}body.avion-rebuild .research-library-page .library-card__top strong{color:#a7bfd0!important}body.avion-rebuild .research-library-page .library-grid article i{color:#72c8ff!important;background:#1e8bda1a!important;border:1px solid #53b7fb33!important}body.avion-rebuild .research-library-page .library-grid footer{border-color:#53b7fb24!important}body.avion-rebuild .research-library-page .library-grid footer a{color:#67c5ff!important}body.avion-rebuild .profile-page .profile-hero{background:radial-gradient(circle at 87% 10%,#1f97ef33,#0000 36%),linear-gradient(145deg,#081a2d,#020a13)!important;border-color:#53b7fb3b!important}body.avion-rebuild .profile-page .profile-hero :is(h1,h2,h3,strong,dt,dd){color:#f7fbff!important}body.avion-rebuild .profile-page .profile-hero p{color:#9db5c7!important}body.avion-rebuild .profile-page .profile-hero>div>div span{color:#b4ccdc!important;background:#187dc414!important;border-color:#52b6fa3b!important}body.avion-rebuild .profile-page .profile-hero aside{border-color:#52b6fa33!important}body.avion-rebuild .profile-page :is(.profile-overview article,.profile-limitations,.profile-areas article,.profile-related a,.profile-faq details){color:#f4f9fd!important;background:linear-gradient(145deg,#081a2c,#020b14)!important;border-color:#53b7fb33!important;box-shadow:0 20px 55px #0003!important}body.avion-rebuild .profile-page :is(.profile-overview,.profile-areas,.profile-limitations,.profile-faq,.profile-related) :is(h2,h3,strong,summary,dt,dd){color:#f7fbff!important}body.avion-rebuild .profile-page :is(.profile-overview,.profile-areas,.profile-limitations,.profile-faq,.profile-related) p{color:#91aabd!important}body.avion-rebuild .profile-page .profile-areas article>span,body.avion-rebuild .profile-page .profile-overview article>span,body.avion-rebuild .profile-page .profile-related small{color:#61c1ff!important}body.avion-rebuild .profile-page .profile-faq details{border-radius:0!important}body.avion-rebuild .profile-page .profile-faq summary{background:0 0!important}body.avion-rebuild .article-page{color:#d7e8f4!important}body.avion-rebuild .article-page>article>header{color:#f7fbff!important;background:radial-gradient(circle at 88% 5%,#1f97ef2e,#0000 38%),linear-gradient(145deg,#081a2c,#020a13)!important;border:1px solid #54b5f938!important}body.avion-rebuild .article-page>article>header h1{color:#f7fbff!important}body.avion-rebuild .article-page>article>header p{color:#9eb6c8!important}body.avion-rebuild .article-page>article>header>div span{color:#9fc2d9!important;background:#1f87cf14!important;border-color:#53b7fb33!important}body.avion-rebuild .article-page .article-body{color:#b1c5d4!important}body.avion-rebuild .article-page .article-body :is(h2,h3,h4,strong,summary){color:#f7fbff!important}body.avion-rebuild .article-page .article-body p,body.avion-rebuild .article-page .article-body li{color:#a2b8c8!important}body.avion-rebuild .article-page .article-toc{background:0 0!important;border-color:#53b7fb29!important}body.avion-rebuild .article-page .article-toc>div{color:#eaf5fc!important;background:linear-gradient(145deg,#081a2c,#020b14)!important;border-color:#53b7fb33!important;box-shadow:0 20px 55px #0003!important}body.avion-rebuild .article-page .article-toc a{color:#9db8ca!important;border-color:#53b7fb1f!important}body.avion-rebuild .article-page .article-toc a:hover{color:#64c3ff!important}body.avion-rebuild .article-page :is(.article-migration-note,.article-quality-note,.article-profile-card){color:#dbeaf5!important;background:linear-gradient(145deg,#092038,#03101d)!important;border-color:#53b7fb38!important}body.avion-rebuild .article-page :is(.article-migration-note,.article-quality-note,.article-profile-card) p{color:#9eb5c6!important}body.avion-rebuild .article-page .article-related-reading a{color:#f7fbff!important;background:linear-gradient(145deg,#081a2c,#020b14)!important;border-color:#53b7fb33!important}body.avion-rebuild .article-page .article-related-reading a strong{color:#f7fbff!important}body.avion-rebuild .article-page .article-footer{color:#f7fbff!important;background:linear-gradient(145deg,#081a2c,#020b14)!important;border:1px solid #53b7fb38!important}body.avion-rebuild .article-page .article-footer :is(h2,a){color:#f7fbff!important}body.avion-rebuild .article-page .article-footer a:hover{color:#63c2ff!important}body.avion-rebuild .glossary-page .glossary-letter{border-color:#53b7fb29!important}body.avion-rebuild .glossary-page .glossary-letter>div>a,body.avion-rebuild .glossary-entry-page .related-glossary>div:last-child>a,body.avion-rebuild .glossary-entry-page .glossary-entry__detail aside{color:#f7fbff!important;background:linear-gradient(145deg,#081a2c,#020b14)!important;border-color:#53b7fb33!important}body.avion-rebuild .glossary-page .glossary-letter :is(h3,strong),body.avion-rebuild .glossary-entry-page :is(h1,h2,h3,strong){color:#f7fbff!important}body.avion-rebuild .glossary-page .glossary-letter p,body.avion-rebuild .glossary-entry-page p{color:#97afc0!important}body.avion-rebuild .glossary-entry-page .glossary-entry__definition{color:#d7e7f2!important}body.avion-rebuild .glossary-entry-page .glossary-entry__detail{border-color:#53b7fb2e!important}body.avion-rebuild .compare-page .comparison-selectors{background:linear-gradient(145deg,#081a2c,#020b14)!important;border-color:#53b7fb38!important}body.avion-rebuild .compare-page .comparison-selectors label>span{color:#88a6ba!important}body.avion-rebuild .compare-page .comparison-selectors select{color:#f7fbff!important;background:#020b15!important;border-color:#53b7fb38!important}body.avion-rebuild .compare-page .comparison-scroll{background:#030d18!important;border-color:#53b7fb33!important;box-shadow:0 20px 55px #00000038!important}body.avion-rebuild .compare-page .comparison-scroll :is(th,td){color:#a9bdcc!important;background:#061522!important;border-color:#53b7fb26!important}body.avion-rebuild .compare-page .comparison-scroll thead th{background:#081a2c!important}body.avion-rebuild .compare-page .comparison-scroll :is(h2,h3,strong,a){color:#f7fbff!important}body.avion-rebuild .compare-page .comparison-scroll tbody th{color:#61c1ff!important}body.avion-rebuild .compare-page .comparison-note{color:#8faabc!important;background:#061522!important;border-color:#53b7fb33!important}body.avion-rebuild :is(.research-page,.research-library-page,.research-hub-page,.profile-page,.article-page,.glossary-page,.glossary-entry-page,.compare-page) :is(.premium-heading h2,.premium-heading h3,.premium-section h2,.premium-section h3){color:#f7fbff!important}body.avion-rebuild :is(.research-page,.research-library-page,.research-hub-page,.profile-page,.article-page,.glossary-page,.glossary-entry-page,.compare-page) :is(.premium-heading>p,.premium-heading>div+p,.premium-section>p){color:#91aabd!important}body.avion-rebuild :is(.research-page,.research-library-page,.research-hub-page,.profile-page,.article-page,.glossary-page,.glossary-entry-page,.compare-page) :is(.research-notice,.premium-research-notice){color:#f4f9fd!important;background:linear-gradient(145deg,#071725,#020a13)!important;border-color:#53b7fb33!important}body.avion-rebuild :is(.research-page,.research-library-page,.research-hub-page,.profile-page,.article-page,.glossary-page,.glossary-entry-page,.compare-page) :is(.research-notice,.premium-research-notice) p{color:#8faabc!important}@media (max-width:900px){body.avion-rebuild .article-page .article-toc{border-top-color:#53b7fb29!important;border-left:0!important}}.research-surface,.research-surface article,.research-surface section,.research-surface aside,.research-surface details,.research-surface table,.research-surface thead,.research-surface tbody,.research-surface tr,.research-surface th,.research-surface td{color:#dcecff}.research-surface h1,.research-surface h2,.research-surface h3,.research-surface h4,.research-surface h5,.research-surface h6,.research-surface strong,.research-surface summary,.research-surface dt,.research-surface label{color:#f7fbff}.research-surface p,.research-surface li,.research-surface dd,.research-surface blockquote,.research-surface figcaption{color:#93b5d4}.research-surface a{color:#58bcff}.research-surface input,.research-surface select,.research-surface textarea{color:#f7fbff;background:#020b17;border-color:#183a56}.research-surface input::placeholder,.research-surface textarea::placeholder{color:#6f8ba5}.research-notice-spacer{margin-top:clamp(72px,7vw,116px)}.research-notice-spacer .production-research-notice{box-shadow:0 24px 80px #00000052;background:linear-gradient(135deg,#071c30fa,#030d19fa)!important;border:1px solid #38aeff47!important;border-radius:2px!important;margin-top:0!important}.research-notice-spacer .production-research-notice strong{color:#f7fbff!important}.research-notice-spacer .production-research-notice p{color:#8fb3d0!important}.hub-grid--migrated .hub-card,.library-grid--standalone>article{color:#dcecff!important;background:linear-gradient(155deg,#071b2ffa,#020b16fa)!important;border-color:#3497dc3d!important}.hub-card__image{aspect-ratio:16/8.5;background:#020914;border-bottom:1px solid #3497dc38;margin:-1px -1px 24px;display:block;overflow:hidden}.hub-card__image img{object-fit:cover;width:100%;height:100%;display:block}.hub-grid--migrated .hub-card h2 a,.library-grid--standalone h2{color:#f8fbff!important}.hub-grid--migrated .hub-card p,.library-grid--standalone>article>p{color:#91b0ca!important}.hub-grid--migrated .hub-card footer,.library-grid--standalone footer{border-color:#3497dc2e!important}.standalone-article-header{background:linear-gradient(110deg,#041222fa,#081f34f0),radial-gradient(circle at 85% 15%,#1b97f024,#0000 44%);border:1px solid #3497dc40;max-width:1120px;margin:0 auto clamp(34px,4vw,58px);padding:clamp(34px,5vw,74px)}.standalone-article-header h1{max-width:980px;margin:14px 0 22px;font-size:clamp(2.2rem,4.4vw,5.1rem);line-height:.98;color:#f9fbff!important}.standalone-article-header>p:not(.premium-kicker){max-width:880px;font-size:clamp(1rem,1.35vw,1.25rem);line-height:1.7;color:#a6c3dc!important}.standalone-article-header>div{flex-wrap:wrap;gap:10px;margin-top:24px;display:flex}.standalone-article-header>div span{color:#8fcfff;letter-spacing:.05em;text-transform:uppercase;background:#1b97f014;border:1px solid #3aa6ef33;padding:8px 12px;font-size:.78rem}.standalone-article-feature{background:#020914;border:1px solid #3497dc38;max-width:1120px;margin:0 auto clamp(38px,5vw,72px);overflow:hidden}.standalone-article-feature img{object-fit:cover;width:100%;max-height:620px;display:block}.migrated-research-body{color:#a9c5dc;font-size:clamp(.98rem,1.05vw,1.08rem);line-height:1.78}.migrated-research-body>:first-child{margin-top:0}.migrated-research-body h1,.migrated-research-body h2,.migrated-research-body h3,.migrated-research-body h4{scroll-margin-top:110px;color:#f7fbff!important}.migrated-research-body h2{border-top:1px solid #3595d62e;margin:clamp(44px,5vw,74px) 0 20px;padding-top:24px;font-size:clamp(1.55rem,2.6vw,2.5rem);line-height:1.12}.migrated-research-body h3{margin:34px 0 12px;font-size:clamp(1.15rem,1.55vw,1.48rem);color:#dff2ff!important}.migrated-research-body p,.migrated-research-body li,.migrated-research-body dd,.migrated-research-body blockquote,.migrated-research-body figcaption{color:#9bbbd4!important}.migrated-research-body p{margin:0 0 20px}.migrated-research-body ul,.migrated-research-body ol{margin:0 0 26px;padding-left:1.4rem}.migrated-research-body li{margin:8px 0}.migrated-research-body a{text-underline-offset:4px;-webkit-text-decoration:underline #55bcff52;text-decoration:underline #55bcff52;color:#55bcff!important}.migrated-research-body a:hover{text-decoration-color:currentColor;color:#a9e1ff!important}.migrated-research-body img{background:#020914;border:1px solid #3497dc38;width:auto;max-width:100%;height:auto;margin:30px auto;display:block}.migrated-research-body table{border-collapse:collapse;border:1px solid #3497dc3d;width:100%;margin:28px 0;background:#04111f!important}.migrated-research-body th,.migrated-research-body td{text-align:left;vertical-align:top;padding:14px 16px;color:#a9c8df!important;background:0 0!important;border:1px solid #3497dc2e!important}.migrated-research-body th{color:#f7fbff!important;background:#13527e38!important}.migrated-research-body blockquote{border-left:3px solid #209cff;margin:28px 0;padding:18px 22px;background:#124e771f!important}.migrated-research-body details{margin:12px 0;padding:18px 20px;color:#a9c5dc!important;background:#061522!important;border:1px solid #3497dc33!important}.migrated-research-body summary{cursor:pointer;font-weight:700;color:#f6fbff!important}.standalone-profile-content{grid-template-columns:minmax(0,1fr) minmax(250px,330px);align-items:start;gap:clamp(28px,4vw,64px);margin-top:clamp(38px,5vw,72px);display:grid}.standalone-profile-content>.migrated-research-body{background:linear-gradient(155deg,#071b2ffa,#020b16fa);border:1px solid #3497dc3d;min-width:0;padding:clamp(26px,4vw,54px)}.article-sidebar>div,.article-profile-card,.article-quality-note,.profile-score,.profile-hero>aside,.profile-overview>article,.profile-areas article,.profile-limitations,.profile-faq details,.profile-related a{background:linear-gradient(155deg,#071b2ffa,#020b16fa)!important;border-color:#3497dc3d!important}.article-sidebar strong,.article-profile-card h3,.article-quality-note h2,.profile-score strong,.profile-overview h2,.profile-areas h3,.profile-limitations h2,.profile-related h3{color:#f7fbff!important}.article-sidebar p,.article-profile-card p,.article-quality-note p,.profile-score p,.profile-overview p,.profile-areas p,.profile-limitations p,.profile-related p{color:#93b3cd!important}@media (max-width:900px){.standalone-profile-content{grid-template-columns:1fr}.standalone-article-header{padding:28px 22px}.migrated-research-body table{display:block;overflow-x:auto}}@media (min-width:1100px){.ab-header__inner{grid-template-columns:190px minmax(0,1fr) 126px;gap:14px}.ab-brand{width:185px}.ab-desktop-nav{justify-content:flex-start;gap:clamp(8px,.75vw,14px);min-width:0}.ab-desktop-nav>a,.ab-dropdown>button{white-space:nowrap;font-size:.59rem}.ab-header__actions{flex-shrink:0;gap:2px;min-width:126px}.ab-header__actions .ab-nav-action{justify-content:center;width:38px;min-width:38px;padding:0}.ab-header__actions .ab-nav-action>span:last-child{display:none}.ab-header__actions .ab-cart{width:42px;min-width:42px;padding-right:0}}.ab-header__actions .ab-cart__icon{display:inline-grid!important}.ab-header__actions .ab-cart__icon b{display:grid!important}.launch-product-page{color:#fff!important;background:#020914!important;width:100%!important;max-width:none!important;padding:0 0 96px!important}.launch-product-page>.breadcrumbs{width:min(1180px,100% - 48px)!important;margin:0 auto!important;padding:24px 0 18px!important}.launch-product-page .product-hero{background:0 0!important;grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr)!important;align-items:center!important;gap:58px!important;width:min(1180px,100% - 48px)!important;min-height:0!important;margin:0 auto!important;padding:18px 0 54px!important;display:grid!important}.launch-product-page .product-hero__visual{background:radial-gradient(circle at 50% 47%,#168ff533,#0000 38%),linear-gradient(145deg,#071929,#030c17)!important;border:1px solid #69c6ff29!important;border-radius:0!important;place-items:center!important;height:520px!important;min-height:520px!important;display:grid!important;position:relative!important;overflow:hidden!important;box-shadow:inset 0 0 70px #168ff509!important}.launch-product-page .product-hero__visual:before{content:"";pointer-events:none;background-image:linear-gradient(#69c6ff07 1px,#0000 1px),linear-gradient(90deg,#69c6ff07 1px,#0000 1px);background-size:42px 42px;position:absolute;inset:0}.launch-product-page .product-hero__orbit{border:1px solid #69c6ff52!important;border-radius:50%!important;width:310px!important;height:100px!important;position:absolute!important;box-shadow:0 0 35px #168ff524!important}.launch-product-page .product-detail-vial{z-index:2!important;place-items:center!important;width:78%!important;height:440px!important;display:grid!important;position:relative!important;transform:none!important}.launch-product-page .product-detail-vial img{object-fit:contain!important;width:100%!important;height:100%!important;transform:none!important}.launch-product-page .product-hero__visual>em{z-index:3!important;color:#70889c!important;letter-spacing:.14em!important;font-size:.58rem!important;font-style:normal!important;position:absolute!important;top:18px!important;left:20px!important}.launch-product-page .product-hero__content{align-self:center!important;padding:10px 0!important}.launch-product-page .product-hero__content .eyebrow{color:#69c6ff!important;letter-spacing:.16em!important;text-transform:uppercase!important;margin:0 0 12px!important;font-size:.62rem!important}.launch-product-page .product-hero__content h1{color:#fff!important;letter-spacing:-.025em!important;margin:0!important;font-size:clamp(3.3rem,5vw,5rem)!important;line-height:.92!important}.launch-product-page .product-hero__content h1 strong{color:#69c6ff!important;font-weight:600!important}.launch-product-page .product-summary{color:#8fa4b6!important;max-width:570px!important;margin:20px 0 0!important;font-size:.92rem!important;line-height:1.7!important}.launch-product-page .product-price-line{align-items:baseline!important;gap:14px!important;margin:23px 0 18px!important;display:flex!important}.launch-product-page .product-price{color:#fff!important;margin:0!important;font-size:2rem!important;font-weight:500!important}.launch-product-page .product-price-line del{color:#60788c!important;font-size:.9rem!important}.launch-product-page .product-goal-links{margin:0 0 18px!important}.launch-product-page .purchase-panel{background:#06131feb!important;border:1px solid #69c6ff2e!important;grid-template-columns:130px minmax(0,1fr)!important;gap:10px!important;padding:18px!important;display:grid!important}.launch-product-page .purchase-status{grid-column:1/-1!important;margin:0 0 3px!important}.launch-product-page .quantity-control,.launch-product-page .purchase-button{width:100%!important;min-height:48px!important;margin:0!important}.launch-product-page .purchase-message,.launch-product-page .purchase-panel>small{grid-column:1/-1!important}.launch-product-page .purchase-panel>small{color:#698094!important;margin-top:4px!important;font-size:.58rem!important;line-height:1.5!important}.launch-product-page .product-engagement{margin:12px 0 0!important}.launch-product-page .delivery-countdown{margin-top:12px!important}.launch-product-page .product-profile-link{color:#69c6ff!important;background:#168ff512!important;border:1px solid #69c6ff2e!important;border-radius:0!important;margin-top:12px!important}.launch-product-page .product-information{background:#69c6ff24!important;border:1px solid #69c6ff24!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:1px!important;width:min(1180px,100% - 48px)!important;margin:0 auto!important;display:grid!important}.launch-product-page .product-information article{background:#05111d!important;border:0!important;border-radius:0!important;grid-template-columns:42px 1fr!important;gap:18px!important;min-height:230px!important;margin:0!important;padding:32px!important;display:grid!important}.launch-product-page .product-information article>span{color:#168ff5!important;font-size:.65rem!important}.launch-product-page .product-information h2{color:#fff!important;margin:4px 0 12px!important;font-size:1.45rem!important}.launch-product-page .product-information p,.launch-product-page .product-information li{color:#8198aa!important;font-size:.78rem!important;line-height:1.65!important}.launch-product-page .research-notice,.launch-product-page .product-faq,.launch-product-page .product-articles,.launch-product-page .related-section,.launch-product-page .product-batches{width:min(1180px,100% - 48px)!important;margin-left:auto!important;margin-right:auto!important}@media (max-width:900px){.launch-product-page .product-hero{grid-template-columns:1fr!important;gap:28px!important}.launch-product-page .product-hero__visual{height:460px!important;min-height:460px!important}.launch-product-page .product-detail-vial{height:390px!important}.launch-product-page .product-information{grid-template-columns:1fr!important}}@media (max-width:600px){.launch-product-page>.breadcrumbs,.launch-product-page .product-hero,.launch-product-page .product-information,.launch-product-page .research-notice,.launch-product-page .product-faq,.launch-product-page .product-articles,.launch-product-page .related-section,.launch-product-page .product-batches{width:calc(100% - 28px)!important}.launch-product-page .product-hero{padding-top:8px!important}.launch-product-page .product-hero__visual{height:390px!important;min-height:390px!important}.launch-product-page .product-detail-vial{width:90%!important;height:340px!important}.launch-product-page .product-hero__content h1{font-size:3rem!important}.launch-product-page .purchase-panel{grid-template-columns:112px minmax(0,1fr)!important;padding:14px!important}.launch-product-page .product-information article{grid-template-columns:30px 1fr!important;padding:24px 20px!important}}.launch-product-page .product-hero{gap:34px!important;padding-top:6px!important;padding-bottom:22px!important}.launch-product-page .product-hero__visual{height:455px!important;min-height:455px!important}.launch-product-page .product-detail-vial{height:395px!important}.launch-product-page .product-summary{margin-top:14px!important;line-height:1.55!important}.launch-product-page .product-price-line{margin:16px 0 12px!important}.launch-product-page .product-goal-links{margin-bottom:11px!important}.launch-product-page .product-engagement,.launch-product-page .delivery-countdown,.launch-product-page .product-profile-link{margin-top:7px!important}.launch-product-page .product-information{margin-top:0!important;padding:0!important}.launch-product-page .product-information article{min-height:175px!important;padding:24px 27px!important}.launch-product-page .research-notice{margin-top:22px!important;margin-bottom:0!important}.launch-product-page .product-faq{margin:0 auto!important;padding:30px 0 12px!important}.launch-product-page .product-faq details{margin:0!important}.launch-product-page .product-articles{margin-top:0!important;padding:30px 0!important}.launch-product-page .related-section{margin-top:0!important;padding:30px 0 12px!important}.launch-product-page .product-batches{padding:28px 0!important}@media (max-width:600px){.launch-product-page .product-hero__visual{height:350px!important;min-height:350px!important}.launch-product-page .product-detail-vial{height:305px!important}.launch-product-page .product-information article{min-height:0!important}}.launch-product-page .product-information+*{margin-top:24px!important}.launch-product-page .product-format-intro{color:#8198aa!important;margin:0 0 14px!important;font-size:.78rem!important;line-height:1.65!important}.launch-product-page .product-hero__visual>.product-detail-direct-image{z-index:2!important;object-fit:contain!important;object-position:center center!important;clip-path:none!important;width:calc(100% - 48px)!important;max-width:calc(100% - 48px)!important;height:calc(100% - 48px)!important;max-height:calc(100% - 48px)!important;margin:auto!important;padding:0!important;display:block!important;position:relative!important;transform:none!important;-webkit-mask:none!important;mask:none!important}
