#nav-wrapper:has(.cmbt-masthead){position:sticky;top:0;z-index:80;width:100%;background:#fff}#nav-wrapper:has(.cmbt-masthead)+#header-spacer,#header-spacer:has(+#nav-wrapper .cmbt-masthead){display:none}.cmbt-mega-header-section{--cmbt-navy: #0f203b;--cmbt-navy-2: #16304f;--cmbt-azure: #325ca8;--cmbt-azure-lift: #3d6dc0;--cmbt-ground: #f1f1f1;--cmbt-surface: #fff;--cmbt-body: #3c475a;--cmbt-muted: #6b7789;--cmbt-line: #dcdcdc;--cmbt-line-soft: #e8e8e8;--cmbt-r-control: 6px;--cmbt-gutter: clamp(20px, 4.5vw, 64px);--cmbt-maxw: 1560px;--cmbt-hdr: 70px;--cmbt-shadow-menu: 0 24px 48px -24px rgba(15, 32, 59, .42);--cmbt-font: var(--font-body-family, "Archivo", system-ui, sans-serif);--cmbt-font-display: var(--font-h1-family, "Archivo Black", "Arial Black", sans-serif)}.cmbt-masthead{position:relative;isolation:isolate;background:var(--cmbt-surface);border-bottom:1px solid var(--cmbt-line-soft);font-family:var(--cmbt-font);color:var(--cmbt-body);-webkit-font-smoothing:antialiased}.cmbt-masthead *,.cmbt-masthead *:before,.cmbt-masthead *:after{box-sizing:border-box}.cmbt-wrap{max-width:var(--cmbt-maxw);margin:0 auto;padding-inline:var(--cmbt-gutter)}.cmbt-bar{display:flex;align-items:center;gap:20px;min-height:var(--cmbt-hdr)}.cmbt-brand{flex:0 0 auto;display:flex;align-items:center;line-height:0}.cmbt-brand .header__logo{display:block;width:auto;height:auto;max-height:32px}.cmbt-brand .header__logo.hide-desktop{max-height:28px}.cmbt-nav{display:flex;align-items:center;gap:4px;margin-inline:auto}.cmbt-nav-item{position:static}.cmbt-nav-link{display:inline-flex;align-items:center;gap:6px;padding:0 16px;height:var(--cmbt-hdr);font-size:13px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--cmbt-navy);background:none;border:0;cursor:pointer;font-family:inherit;text-decoration:none;position:relative;line-height:1;white-space:nowrap}.cmbt-nav-link:after{content:"";position:absolute;left:16px;right:16px;bottom:0;height:3px;background:var(--cmbt-azure);transform:scaleX(0);transform-origin:left;transition:transform .2s ease}.cmbt-nav-link:hover:after,.cmbt-nav-item.is-open .cmbt-nav-link:after{transform:scaleX(1)}.cmbt-nav-link .cmbt-chev{width:11px;height:11px;max-width:11px;max-height:11px;flex:0 0 11px;transition:transform .2s ease;color:var(--cmbt-muted)}.cmbt-nav-item.is-open .cmbt-chev{transform:rotate(180deg);color:var(--cmbt-azure)}.cmbt-utils{display:flex;align-items:center;gap:6px;flex:0 0 auto}.cmbt-iconbtn,.cmbt-utils .search-trigger,.cmbt-utils .header__icons--cart-open,.cmbt-utils .header__icons>a{background:none;border:0;padding:9px;cursor:pointer;color:var(--cmbt-navy);display:inline-flex;align-items:center;justify-content:center;border-radius:6px;position:relative;line-height:0;text-decoration:none;box-shadow:none}.cmbt-iconbtn:hover,.cmbt-utils .search-trigger:hover,.cmbt-utils .header__icons--cart-open:hover,.cmbt-utils .header__icons>a:hover{color:var(--cmbt-azure);background:var(--cmbt-ground)}.cmbt-iconbtn svg,.cmbt-utils .search-trigger svg,.cmbt-utils .header__icons svg{width:20px;height:20px}.cmbt-utils .icon{font-size:20px;width:20px;height:20px;line-height:20px}.cmbt-mega-header-section .cmbt-utils .cart-count,.cmbt-mega-header-section .cmbt-cart-count{position:absolute;top:2px;right:2px;min-width:17px;width:auto;height:17px;background:var(--cmbt-azure);color:#fff;border-radius:9px;font-size:10px;font-weight:800;display:grid;place-items:center;padding:0 4px;font-variant-numeric:tabular-nums;border:0;transform:none}.cmbt-utils .header__icons{display:contents}.cmbt-utils toggletip-engine{display:inline-flex}.cmbt-burger{display:none}@media(max-width:1199px){.cmbt-bar{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:4px}.cmbt-burger{display:inline-flex;grid-column:1;grid-row:1;justify-self:start}.cmbt-brand{grid-column:2;grid-row:1;margin:0;justify-self:center}.cmbt-brand .header__logo,.cmbt-brand .header__logo.hide-desktop{max-height:28px}.cmbt-nav,.cmbt-panel{display:none}.cmbt-utils{grid-column:3;grid-row:1;justify-self:end}}.cmbt-panel{position:absolute;left:0;right:0;top:100%;background:var(--cmbt-surface);border-top:1px solid var(--cmbt-line-soft);box-shadow:var(--cmbt-shadow-menu);opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .18s ease,transform .18s ease,visibility .18s;z-index:75;pointer-events:none}.cmbt-nav-item.is-open .cmbt-panel{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.cmbt-panel-inner{max-width:var(--cmbt-maxw);margin:0 auto;padding:clamp(22px,2.2vw,32px) var(--cmbt-gutter)}.cmbt-mega-products,.cmbt-mega-learn{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(14px,1.5vw,24px);align-items:stretch}.cmbt-mega-products-grid{display:contents}.cmbt-mega-learn-cols{grid-column:1 / 5;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(20px,3vw,48px);min-width:0;align-self:start}.cmbt-pcard{display:flex;flex-direction:column;border-radius:10px;padding:10px;margin:-10px;transition:background-color .16s ease;text-decoration:none;color:inherit;min-width:0;align-self:stretch}.cmbt-pcard:hover{background:var(--cmbt-ground)}.cmbt-pcard-media{aspect-ratio:3 / 2;border-radius:8px;margin-bottom:12px;position:relative;overflow:hidden;background:repeating-linear-gradient(135deg,#305ca90f 0 12px,#305ca91c 12px 24px);display:grid;place-items:center;text-align:center}.cmbt-pcard-media img{width:100%;height:100%;object-fit:cover;display:block}.cmbt-pcard-media--empty{border:1px dashed rgba(48,92,169,.4);color:var(--cmbt-azure);font-size:10.5px;font-weight:700;line-height:1.4;padding:10px}.cmbt-pcard-tag{position:absolute;top:8px;left:8px;background:var(--cmbt-navy);color:#fff;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;padding:4px 8px;border-radius:4px;z-index:1}.cmbt-pcard-tag--new{background:var(--cmbt-azure)}.cmbt-pcard h3,.cmbt-pcard-title{font-size:15px;margin:0 0 4px;line-height:1.25;color:var(--cmbt-navy);font-family:var(--cmbt-font);font-weight:700}.cmbt-pcard p,.cmbt-pcard-desc{margin:0 0 10px;font-size:12.5px;color:var(--cmbt-muted);line-height:1.45}.cmbt-pcard-price{margin-top:auto;font-size:14px;font-weight:800;color:var(--cmbt-navy);font-variant-numeric:tabular-nums;display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.cmbt-pcard-price em{font-style:normal;font-size:12px;font-weight:600;color:var(--cmbt-muted)}.cmbt-pcard-price s{font-size:12px;font-weight:600;color:var(--cmbt-muted)}.cmbt-pcard-empty{grid-column:1 / -1;margin:0;font-size:13px;color:var(--cmbt-muted)}.cmbt-mega-aside{background:var(--cmbt-navy);border-radius:10px;padding:20px;display:flex;flex-direction:column;color:#a9b9d0;width:100%;min-width:0;box-sizing:border-box}.cmbt-mega-products .cmbt-mega-aside{grid-column:5;grid-row:1;align-self:stretch;height:0;min-height:100%;overflow:hidden}.cmbt-mega-learn .cmbt-mega-aside{grid-column:5;grid-row:1;align-self:start;width:100%;height:auto;overflow:visible}.cmbt-mega-learn .cmbt-btn--azure{margin-top:0}.cmbt-mega-aside .cmbt-eyebrow{font-size:10px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#a9b9d0;margin-bottom:12px}.cmbt-mega-aside h3{color:#fff;font-size:17px;margin:0 0 8px;line-height:1.15;font-family:var(--cmbt-font);font-weight:700}.cmbt-mega-aside p{margin:0 0 14px;font-size:12px;line-height:1.5;color:#a9b9d0}.cmbt-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:800;font-size:12px;letter-spacing:.09em;text-transform:uppercase;padding:12px 20px;border-radius:var(--cmbt-r-control);border:1px solid transparent;cursor:pointer;font-family:inherit;text-decoration:none;transition:background-color .16s ease,color .16s ease,border-color .16s ease}.cmbt-btn--azure{background:var(--cmbt-azure);color:#fff;margin-top:auto;width:100%;max-width:100%;align-self:stretch;flex-shrink:0;box-sizing:border-box}.cmbt-btn--azure:hover{background:var(--cmbt-azure-lift);color:#fff}.cmbt-lgroup h4{font-size:14px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--cmbt-azure);margin:0 0 14px}.cmbt-lgroup ul{list-style:none;margin:0;padding:0;display:grid;gap:2px}.cmbt-lgroup a{display:block;padding:9px 12px;margin-inline:-12px;border-radius:6px;color:var(--cmbt-navy);font-size:14.5px;font-weight:600;transition:background-color .16s ease;text-decoration:none}.cmbt-lgroup a:hover{background:var(--cmbt-ground);color:var(--cmbt-azure)}.cmbt-lgroup a span{display:block;font-size:12.5px;font-weight:500;color:var(--cmbt-muted);margin-top:1px}.cmbt-lgroup-empty{font-size:13px;color:var(--cmbt-muted);margin:0}.cmbt-scrim{position:fixed;left:0;right:0;bottom:0;top:var(--cmbt-sticky-h, 70px);background:#0f203b47;opacity:0;visibility:hidden;transition:opacity .18s ease,visibility .18s;z-index:70}body.cmbt-drawer-open .cmbt-scrim{top:0;z-index:90}.cmbt-scrim.is-on{opacity:1;visibility:visible}.cmbt-chev{width:14px;height:14px;max-width:14px;max-height:14px;flex:0 0 14px;display:block}.cmbt-drawer{position:fixed;inset:0 0 0 auto;width:min(400px,100%);max-width:100vw;background:var(--cmbt-surface);z-index:95;transform:translate(100%);transition:transform .26s ease;display:flex;flex-direction:column;box-shadow:var(--cmbt-shadow-menu);font-family:var(--cmbt-font);color:var(--cmbt-body)}@media(max-width:599px){.cmbt-drawer{width:100%}}.cmbt-drawer.is-on{transform:translate(0)}.cmbt-drawer-top{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 20px;min-height:56px;border-bottom:1px solid var(--cmbt-line-soft)}.cmbt-drawer-brand{font-family:var(--cmbt-font-display);font-size:20px;letter-spacing:.06em;color:var(--cmbt-navy);font-style:italic;font-weight:400;text-decoration:none;display:flex;align-items:center;min-width:0}.cmbt-drawer-brand img{max-height:28px;width:auto}.cmbt-drawer-top .cmbt-iconbtn svg{width:20px;height:20px}.cmbt-drawer-body{overflow-y:auto;overflow-x:hidden;padding:8px 20px 32px;flex:1;-webkit-overflow-scrolling:touch}.cmbt-drawer-body>a,.cmbt-dacc>button{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:52px;padding:14px 0;border-bottom:1px solid var(--cmbt-line-soft);background:none;border-top:0;border-inline:0;font-family:inherit;font-size:14px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--cmbt-navy);cursor:pointer;text-align:left;text-decoration:none;line-height:1.2;-webkit-text-fill-color:var(--cmbt-navy)}.cmbt-drawer-body>a:hover,.cmbt-drawer-body>a:focus,.cmbt-drawer-body>a:focus-visible,.cmbt-drawer-body>a:active,.cmbt-dacc>button:hover,.cmbt-dacc>button:focus,.cmbt-dacc>button:focus-visible,.cmbt-dacc>button:active,.cmbt-dacc.is-open>button{color:var(--cmbt-navy)!important;background:transparent!important;-webkit-text-fill-color:var(--cmbt-navy)!important}.cmbt-dacc-label,.cmbt-dacc>button:hover .cmbt-dacc-label,.cmbt-dacc>button:focus .cmbt-dacc-label,.cmbt-dacc>button:focus-visible .cmbt-dacc-label,.cmbt-dacc>button:active .cmbt-dacc-label{color:var(--cmbt-navy)!important;-webkit-text-fill-color:var(--cmbt-navy)!important}.cmbt-dacc-label{flex:1 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cmbt-dacc>button .cmbt-chev{width:14px;height:14px;max-width:14px;max-height:14px;flex:0 0 14px;color:var(--cmbt-navy)}.cmbt-dacc>button:hover .cmbt-chev,.cmbt-dacc>button:focus .cmbt-chev,.cmbt-dacc>button:focus-visible .cmbt-chev,.cmbt-dacc>button:active .cmbt-chev{color:var(--cmbt-navy)}.cmbt-dacc-panel{display:none;padding:6px 0 14px}.cmbt-dacc.is-open .cmbt-dacc-panel{display:block}.cmbt-dacc.is-open>button .cmbt-chev{transform:rotate(180deg)}.cmbt-dacc-panel a{display:block;padding:11px 0 11px 14px;font-size:15px;color:var(--cmbt-body);border-left:2px solid var(--cmbt-line);text-decoration:none}.cmbt-dacc-panel a:hover{color:var(--cmbt-azure);border-left-color:var(--cmbt-azure)}.cmbt-dacc-panel a b{display:block;color:var(--cmbt-navy);font-weight:700}.cmbt-dacc-panel .cmbt-dacc-price{color:var(--cmbt-muted);font-size:13px;font-variant-numeric:tabular-nums}.cmbt-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.cmbt-mega-header-section :where(a,button,summary,input):focus-visible{outline:3px solid var(--cmbt-azure-lift);outline-offset:3px;border-radius:3px}.cmbt-drawer :where(a,button):focus-visible{color:var(--cmbt-navy);-webkit-text-fill-color:var(--cmbt-navy)}@media(prefers-reduced-motion:reduce){.cmbt-nav-link:after,.cmbt-chev,.cmbt-panel,.cmbt-scrim,.cmbt-drawer,.cmbt-pcard,.cmbt-lgroup a,.cmbt-btn{transition:none}}body.cmbt-drawer-open{overflow:hidden}
/*# sourceMappingURL=/cdn/shop/t/42/assets/cmbt-mega-nav.css.map */
