/* TOPC homepage-only presentation layer. Cart, Checkout and Account do not load this file. */
.topc-home{background:#f6f7f9;color:#101828}
.topc-home .topc-home-announcement{position:relative;z-index:12;display:flex;align-items:center;justify-content:center;gap:18px;height:34px;padding:0 18px;background:#101828;color:#fff;font-size:12px}.topc-home-announcement a{color:#ffb39e}.topc-home .topc-home-nav{position:absolute;z-index:10;top:34px;left:0;right:0;display:flex;align-items:center;gap:clamp(18px,2.8vw,42px);height:76px;padding:0 clamp(22px,5vw,72px);border-bottom:1px solid rgba(255,255,255,.2);color:#fff;transition:background .25s ease,color .25s ease,backdrop-filter .25s ease}.topc-home .topc-home-nav.is-scrolled{position:fixed;top:0;background:rgba(255,255,255,.9);border-color:#e4e7ec;color:#101828;backdrop-filter:blur(16px)}.topc-home-brand{flex:none;font-size:25px;font-weight:850;letter-spacing:-.06em}.topc-home-brand span{margin-left:4px;color:#ff5b36}.topc-home-navigation{display:flex;align-items:center;gap:22px;flex:1}.topc-home-navigation>a,.topc-home-mega>summary{color:inherit;font-weight:650;font-size:14px;cursor:pointer}.topc-home-mega{position:static}.topc-home-mega>summary{list-style:none}.topc-home-mega>summary::-webkit-details-marker{display:none}.topc-home-mega-panel{position:absolute;left:clamp(18px,5vw,72px);right:clamp(18px,5vw,72px);top:72px;display:grid;grid-template-columns:240px 1fr;gap:35px;padding:26px;border:1px solid #e4e7ec;border-radius:0 0 16px 16px;background:#fff;color:#101828;box-shadow:0 20px 48px rgba(16,24,40,.16)}.topc-home-mega-links{display:grid;align-content:start;gap:7px;border-right:1px solid #e4e7ec}.topc-home-mega-links strong,.topc-home-mega-featured>strong{margin-bottom:8px;color:#98a2b3;font-size:11px;letter-spacing:.12em;text-transform:uppercase}.topc-home-mega-links strong:nth-of-type(2){margin-top:18px}.topc-home-mega-links a{color:#344054}.topc-home-mega-links a:hover{color:#ff5b36}.topc-home-mega-featured{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.topc-home-mega-featured>strong{grid-column:1/-1}.topc-home-mega-product{display:block;overflow:hidden;border:1px solid #e4e7ec;border-radius:10px;background:#f8fafc}.topc-home-mega-product img{display:block;width:100%;aspect-ratio:1.35;object-fit:cover}.topc-home-mega-product span{display:grid;gap:3px;padding:11px}.topc-home-mega-product small{color:#667085}.topc-home-nav-actions{display:flex;align-items:center;gap:16px;margin-left:auto}.topc-home-nav-actions a{display:inline-flex;align-items:center;gap:3px;color:inherit;font-size:14px}.topc-home-nav-actions b{display:grid;place-items:center;width:19px;height:19px;border-radius:50%;background:#ff5b36;color:#fff;font-size:10px}.topc-home-menu-toggle{display:none;margin-left:auto;border:1px solid currentColor;border-radius:7px;background:transparent;color:inherit;padding:8px 11px;cursor:pointer}
.topc-home .topc-homepage{overflow:hidden}
.topc-home .topc-home-section{max-width:1280px;margin:0 auto;padding:clamp(28px,2.8vw,40px) clamp(22px,5vw,72px)}
.topc-home .topc-home-section-heading{max-width:700px;margin:0 auto 26px;text-align:center}
.topc-home .topc-home-section-heading h2{margin:8px 0 12px;font-size:clamp(32px,4vw,54px);line-height:1.05;letter-spacing:-.045em}
.topc-home .topc-home-section-heading p{margin:0;color:#667085;font-size:17px}
.topc-home .eyebrow{display:block;color:#ff5b36;font-size:11px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.topc-home .btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;margin:16px 8px 0 0;padding:12px 19px;border-radius:7px;background:#101828;color:#fff;line-height:1;font-size:14px}
.topc-home .btn.alt{background:rgba(255,255,255,.84);border:1px solid rgba(16,24,40,.25);color:#101828}
.topc-home-hero{position:relative;min-height:min(760px,calc(100vh - 34px));background:#101828;color:#fff;isolation:isolate}
.topc-home-hero-track{position:absolute;inset:0}
.topc-home-hero-slide{position:absolute;inset:0;display:grid;align-items:center;opacity:0;visibility:hidden;transition:opacity .75s ease,visibility .75s ease}
.topc-home-hero-slide.is-active{opacity:1;visibility:visible;z-index:1}
.topc-home-hero-slide picture,.topc-home-hero-slide picture img{position:absolute;inset:0;width:100%;height:100%;display:block}
.topc-home-hero-slide picture img{object-fit:cover;object-position:center;transform:scale(1.05);transition:transform 6s cubic-bezier(.2,.65,.25,1)}
.topc-home-hero-slide.is-active picture img{transform:scale(1)}
.topc-home-hero-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,15,28,.84),rgba(8,15,28,.3) 52%,rgba(8,15,28,.05));z-index:0}
.topc-home-hero-copy{position:relative;z-index:1;width:min(620px,52vw);margin-left:clamp(24px,9vw,150px);padding:100px 0 72px}
.topc-home-hero-copy h1{max-width:620px;margin:14px 0 20px;font-size:clamp(42px,6vw,86px);line-height:.98;letter-spacing:-.065em}
.topc-home-hero-copy p{max-width:500px;margin:0;color:rgba(255,255,255,.82);font-size:clamp(16px,1.6vw,21px)}
.topc-home-hero-slide[data-theme="light"] .topc-home-hero-copy{color:#fff}
.topc-home-hero-slide[data-theme="dark"]:after{background:linear-gradient(90deg,rgba(255,255,255,.92),rgba(255,255,255,.52) 48%,rgba(255,255,255,.04))}
.topc-home-hero-slide[data-theme="dark"] .topc-home-hero-copy{color:#101828}
.topc-home-hero-slide[data-theme="dark"] .topc-home-hero-copy p{color:#344054}
.topc-home-hero-slide[data-theme="dark"] .topc-home-hero-copy .btn.alt{background:rgba(255,255,255,.65)}
.topc-home-hero-copy>*{opacity:0;transform:translateY(18px);transition:opacity .45s ease,transform .55s ease}.topc-home-hero-slide.is-active .topc-home-hero-copy>*{opacity:1;transform:none}.topc-home-hero-slide.is-active .topc-home-hero-copy>.eyebrow{transition-delay:0ms}.topc-home-hero-slide.is-active .topc-home-hero-copy>h1{transition-delay:70ms}.topc-home-hero-slide.is-active .topc-home-hero-copy>p{transition-delay:130ms}.topc-home-hero-slide.is-active .topc-home-hero-copy>.topc-home-hero-specs{transition-delay:180ms}.topc-home-hero-slide.is-active .topc-home-hero-copy>.topc-home-hero-actions{transition-delay:230ms}
.topc-home-hero-specs{display:flex;gap:10px;flex-wrap:wrap;margin:25px 0 0;padding:0;list-style:none}
.topc-home-hero-specs li{padding:7px 11px;border:1px solid rgba(255,255,255,.3);border-radius:999px;color:rgba(255,255,255,.9);font-size:12px}
.topc-home-hero-slide[data-theme="dark"] .topc-home-hero-specs li{border-color:rgba(16,24,40,.25);color:#344054}
.topc-home-hero-controls{position:absolute;z-index:4;bottom:28px;left:clamp(24px,9vw,150px);display:flex;align-items:center;gap:12px}
.topc-home-hero-arrow,.topc-home-hero-pause,.topc-home-hero-dots button{border:0;color:inherit;cursor:pointer}
.topc-home-hero-arrow,.topc-home-hero-pause{width:38px;height:38px;border:1px solid rgba(255,255,255,.42);border-radius:50%;background:rgba(16,24,40,.2);font-size:22px;line-height:1}
.topc-home-hero-pause{font-size:12px}
.topc-home-hero-dots{display:flex;gap:7px;align-items:center}
.topc-home-hero-dots button{width:30px;height:26px;padding:0;background:transparent;color:rgba(255,255,255,.7);font-size:11px;border-bottom:2px solid rgba(255,255,255,.28)}
.topc-home-hero-dots button.is-active{color:#fff;border-color:#ff5b36}
.topc-home-platform-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.topc-home .topc-home-platforms{padding-bottom:clamp(24px,2.8vw,36px)}
.topc-home-platform-card{position:relative;min-height:320px;display:block;overflow:hidden;border-radius:18px;background:#101828;color:#fff}
.topc-home-platform-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(16,24,40,.05),rgba(16,24,40,.78));transition:background .25s ease}
.topc-home-platform-card:hover:after{background:linear-gradient(180deg,rgba(16,24,40,.06),rgba(16,24,40,.65))}
.topc-home-platform-card picture,.topc-home-platform-card img{position:absolute;inset:0;width:100%;height:100%;display:block}
.topc-home-platform-card img{object-fit:cover;transition:transform .45s ease}.topc-home-platform-card:hover img{transform:scale(1.045)}
.topc-home-platform-copy{position:absolute;z-index:1;left:28px;right:28px;bottom:28px;display:grid;gap:7px}.topc-home-platform-copy b{color:#ffb39e;font-size:12px;letter-spacing:.15em}.topc-home-platform-copy strong{font-size:clamp(22px,2.6vw,34px);line-height:1.05}.topc-home-platform-copy span{max-width:470px;color:rgba(255,255,255,.78)}.topc-home-platform-copy em{font-style:normal;font-weight:750;margin-top:6px}
.topc-home-services{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));max-width:1280px;margin:0 auto;padding:18px clamp(22px,5vw,72px);border-top:1px solid #e4e7ec;border-bottom:1px solid #e4e7ec}
.topc-home-service{display:flex;gap:13px;align-items:center;padding:10px 18px;border-right:1px solid #e4e7ec}.topc-home-service:first-child{padding-left:0}.topc-home-service:last-child{border-right:0}.topc-home-service img{width:36px;height:36px;color:#ff5b36}.topc-home-service div{display:grid;gap:2px}.topc-home-service strong{font-size:14px}.topc-home-service span{color:#667085;font-size:12px;line-height:1.35}
.topc-home-brand-section{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(340px,.96fr);gap:clamp(28px,5vw,72px);align-items:stretch}.topc-home-brand-media{position:relative;height:100%}.topc-home-brand-media>img{display:block;width:100%;height:100%;aspect-ratio:auto;object-fit:cover;object-position:50% 56%;border-radius:18px}.topc-home-brand-copy{display:grid;align-content:center;justify-items:start}.topc-home-brand-copy h2{max-width:500px;margin:12px 0 18px;font-size:clamp(32px,4vw,58px);line-height:1;letter-spacing:-.055em}.topc-home-brand-copy p{max-width:500px;margin:0;color:#667085;font-size:17px;line-height:1.65}.topc-home-brand-video{position:relative;display:block;width:100%;margin-top:26px;padding:0;overflow:hidden;border:0;border-radius:15px;background:#101828;color:#fff;cursor:pointer;aspect-ratio:16/9}.topc-home-brand-video>img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.topc-home-brand-video:hover>img{transform:scale(1.035)}.topc-home-brand-video:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(16,24,40,.04),rgba(16,24,40,.72))}.topc-home-brand-video-overlay{position:absolute;z-index:1;inset:auto 18px 16px;display:flex;align-items:center;gap:12px;text-align:left}.topc-home-brand-video-overlay>span{display:grid;gap:3px}.topc-home-brand-video-overlay strong{font-size:14px}.topc-home-brand-video-overlay small{color:rgba(255,255,255,.78);font-size:11px}.topc-home-video-play{display:grid;flex:none;place-items:center;width:46px;height:46px;border-radius:50%;background:#ff5b36;color:#fff;font-size:15px;font-style:normal}
.topc-home-scene-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.topc-home-scene-card{position:relative;display:block;overflow:hidden;min-height:300px;border-radius:15px;background:#101828;color:#fff}.topc-home-scene-card picture,.topc-home-scene-card img{position:absolute;inset:0;width:100%;height:100%;display:block}.topc-home-scene-card img{object-fit:cover;object-position:50% 50%;transition:transform .45s ease}.topc-home-scene-card.scene-home-entertainment img,.topc-home-scene-card.scene-office-productivity img{object-position:50% 53%}.topc-home-scene-card.scene-gaming img,.topc-home-scene-card.scene-nas-storage img{object-position:50% 50%}.topc-home-scene-card.scene-creative-work img,.topc-home-scene-card.scene-developer-workstation img{object-position:50% 48%}.topc-home-scene-card:hover img{transform:scale(1.05)}.topc-home-scene-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 38%,rgba(16,24,40,.86))}.topc-home-scene-card>span{position:absolute;z-index:1;left:20px;right:20px;bottom:20px;display:grid;gap:4px}.topc-home-scene-card strong{font-size:20px}.topc-home-scene-card small{color:rgba(255,255,255,.78)}
.topc-home-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.topc-home-product-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid #e4e7ec;border-radius:16px;background:#fff}.topc-home-product-card>a{display:grid;place-items:center;box-sizing:border-box;aspect-ratio:4/3;padding:14px;overflow:hidden;background:#f2f4f7}.topc-home-product-card>a img{display:block;width:100%;height:100%;object-fit:contain;transition:transform .35s ease}.topc-home-product-card:hover>a img{transform:scale(1.025)}.topc-home-product-card>div{display:flex;flex-direction:column;align-items:flex-start;gap:7px;padding:20px}.topc-home-product-card h3{margin:0;font-size:21px}.topc-home-product-card p{margin:0;color:#667085;font-size:13px}.topc-home-product-card .price,.topc-home-product-card>div>strong{font-size:17px}.topc-home-product-card .btn{margin-top:9px}
.topc-home-product-tabs{display:flex;justify-content:center;gap:8px;margin:-12px 0 28px}.topc-home-product-tab{border:1px solid #d0d5dd;border-radius:999px;background:#fff;color:#475467;padding:9px 16px;cursor:pointer;font:inherit}.topc-home-product-tab.is-active{border-color:#101828;background:#101828;color:#fff}
.topc-home-product-stock{color:#067647;font-size:13px;font-weight:750}.topc-home-product-stock.is-out{color:#b42318}
.topc-home-media-grid{display:flex;gap:16px;overflow-x:auto;padding:0 0 8px;scroll-snap-type:x proximity;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.topc-home-media-card{flex:0 0 clamp(220px,27vw,290px);min-width:0;scroll-snap-align:start}.topc-home-media-card button{position:relative;display:block;width:100%;aspect-ratio:16/9;padding:0;border:0;border-radius:14px;overflow:hidden;background:#101828;cursor:pointer}.topc-home-media-card button img{display:block;width:100%;height:100%;aspect-ratio:auto;object-fit:cover;transition:transform .4s ease}.topc-home-media-card button:hover img{transform:scale(1.04)}.topc-home-media-play{position:absolute;left:50%;top:50%;display:grid;place-items:center;width:52px;height:52px;transform:translate(-50%,-50%);border-radius:50%;background:#ff5b36;color:#fff;font-size:16px}.topc-home-media-play.is-article{background:rgba(16,24,40,.82);font-size:22px}.topc-home-media-card small{display:block;margin-top:15px;color:#ff5b36;font-weight:750;font-size:11px;letter-spacing:.12em;text-transform:uppercase}.topc-home-media-card h3{margin:5px 0 0;font-size:19px;line-height:1.2}
.topc-home-enterprise{position:relative;min-height:500px;display:grid;align-items:center;color:#fff;background:#101828}.topc-home-enterprise picture,.topc-home-enterprise picture img{position:absolute;inset:0;width:100%;height:100%;display:block}.topc-home-enterprise img{object-fit:cover}.topc-home-enterprise:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(16,24,40,.9),rgba(16,24,40,.44),rgba(16,24,40,.16))}.topc-home-enterprise>div{position:relative;z-index:1;width:min(560px,calc(100% - 44px));margin-left:clamp(22px,9vw,150px);padding:70px 0}.topc-home-enterprise h2{margin:12px 0 15px;font-size:clamp(34px,5vw,66px);line-height:.98;letter-spacing:-.055em}.topc-home-enterprise p{max-width:490px;color:rgba(255,255,255,.78);font-size:17px}
.topc-home .topc-home-footer{display:grid;grid-template-columns:1.6fr repeat(4,minmax(0,1fr));gap:30px;margin:0;padding:48px clamp(22px,5vw,72px) 28px;background:#101828;color:#fff}.topc-home-footer>div{display:grid;align-content:start;gap:10px}.topc-home-footer strong{font-size:13px;letter-spacing:.1em;text-transform:uppercase}.topc-home-footer-brand>strong{font-size:30px;letter-spacing:-.06em;text-transform:none}.topc-home-footer-brand>strong span{color:#ff5b36}.topc-home-footer p{max-width:300px;margin:0;color:#98a2b3}.topc-home-footer a{color:#98a2b3}.topc-home-footer a:hover{color:#fff}.topc-home-footer .btn{width:max-content;margin-top:8px}.topc-home-footer-meta{grid-column:1/-1;display:flex!important;align-items:center;justify-content:space-between;gap:18px;border-top:1px solid #344054;padding-top:24px;color:#98a2b3;font-size:12px}.topc-home-payment-links{display:flex;align-items:center;justify-content:center;gap:7px;flex-wrap:wrap}.topc-home-payment-links a{margin:0;padding:6px 9px;border:1px solid #475467;border-radius:5px;background:#1d2939;color:#d0d5dd;font-size:10px;font-weight:800;letter-spacing:.05em}.topc-home-payment-links a:hover{border-color:#98a2b3;background:#344054}.topc-home-footer>small{grid-column:1/-1;color:#667085;border-top:1px solid #344054;padding-top:18px}
.topc-home-maintenance{grid-column:1/-1!important;display:block!important;color:#98a2b3;font-size:12px;line-height:1.4;text-align:right;white-space:nowrap}
.topc-home button:focus-visible,.topc-home a:focus-visible,.topc-home summary:focus-visible{outline:3px solid #ff5b36;outline-offset:3px}.topc-home-hero[tabindex="0"]:focus-visible{outline:3px solid #ff5b36;outline-offset:-3px}
.topc-home-media-modal{position:fixed;z-index:30;inset:0;display:grid;place-items:center;padding:22px;background:rgba(3,8,18,.82)}.topc-home-media-modal[hidden]{display:none}.topc-home-modal-inner{position:relative;width:min(900px,100%);padding:28px;border-radius:16px;background:#fff;color:#101828}.topc-home-modal-inner>[data-modal-close]{position:absolute;right:10px;top:8px;width:38px;height:38px;border:0;background:transparent;font-size:30px;cursor:pointer}.topc-home-modal-inner img,.topc-home-modal-inner video{display:block;width:100%;max-height:70vh;object-fit:contain;border-radius:10px;background:#101828}.topc-home-modal-inner small{display:block;margin-top:15px;color:#ff5b36;font-weight:750}.topc-home-modal-inner h2{margin:5px 0 0;font-size:clamp(22px,3vw,34px)}
.topc-home [data-reveal]{opacity:1;transform:none}.topc-home.js-motion [data-reveal]{opacity:0;transform:translateY(20px);transition:opacity .55s ease,transform .55s ease}.topc-home.js-motion [data-reveal].is-visible{opacity:1;transform:none}
@media (max-width:900px){.topc-home-services{grid-template-columns:repeat(2,1fr);gap:10px}.topc-home-service:nth-child(2){border-right:0}.topc-home-service:nth-child(n+3){border-top:1px solid #e4e7ec;padding-top:18px}.topc-home-scene-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.topc-home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:1050px){.topc-home .topc-home-footer{grid-template-columns:repeat(3,minmax(0,1fr))}.topc-home-footer-brand{grid-column:1/-1}}
@media (max-width:760px){.topc-home .topc-home-section{padding:48px 18px}.topc-home .topc-home-section-heading{margin-bottom:20px}.topc-home-hero{min-height:calc(100svh - 34px)}.topc-home-hero-slide:after{background:linear-gradient(180deg,rgba(8,15,28,.18),rgba(8,15,28,.82))}.topc-home-hero-slide[data-theme="dark"]:after{background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(16,24,40,.78))}.topc-home-hero-copy{align-self:end;width:auto;margin:0;padding:0 22px 105px}.topc-home-hero-copy h1{max-width:620px;font-size:clamp(40px,12vw,62px)}.topc-home-hero-copy p{font-size:16px}.topc-home-hero-specs{margin-top:17px}.topc-home-hero-controls{left:22px;bottom:28px}.topc-home-hero-dots button{width:23px}.topc-home-platform-grid,.topc-home-brand{grid-template-columns:1fr}.topc-home-platform-card{min-height:300px}.topc-home-services{padding:16px 18px}.topc-home-service{padding:10px 8px;border-right:0}.topc-home-service:first-child{padding-left:8px}.topc-home-service span{font-size:11px}.topc-home-brand-copy{padding:0 4px}.topc-home-brand-video{margin-top:20px}.topc-home-brand-video-overlay{inset:auto 13px 12px;gap:9px}.topc-home-brand-video-overlay strong{font-size:12px}.topc-home-brand-video-overlay small{font-size:10px}.topc-home-video-play{width:40px;height:40px;font-size:13px}.topc-home-scene-grid{grid-template-columns:1fr 1fr;gap:12px}.topc-home-media-grid{gap:12px;padding-bottom:6px}.topc-home-media-card{flex-basis:78vw}.topc-home-scene-card{min-height:235px}.topc-home-scene-card strong{font-size:17px}.topc-home-scene-card small{font-size:12px}.topc-home-media-card h3{font-size:16px}.topc-home-product-grid{gap:12px}.topc-home-product-card>div{padding:14px}.topc-home-product-card h3{font-size:18px}.topc-home-product-card .btn{width:100%;font-size:12px;padding:11px 8px}.topc-home-enterprise{min-height:580px}.topc-home-enterprise>div{margin:0;padding:0 22px 66px;align-self:end}.topc-home-enterprise:after{background:linear-gradient(180deg,rgba(16,24,40,.08),rgba(16,24,40,.9))}.topc-home-modal-inner{padding:18px}.topc-home-modal-inner video{max-height:55vh}}
@media (prefers-reduced-motion:reduce){.topc-home-hero-slide,.topc-home-hero-slide picture img,.topc-home-platform-card img,.topc-home-scene-card img,.topc-home-product-card>a img,.topc-home-media-card button img,.topc-home.js-motion [data-reveal]{transition:none}.topc-home-hero-slide picture img{transform:none!important}.topc-home.js-motion [data-reveal]{opacity:1;transform:none}}
@media (max-width:760px){.topc-home .topc-home-nav{height:64px;padding:0 18px}.topc-home .topc-home-nav.is-scrolled{top:0}.topc-home-menu-toggle{display:block}.topc-home-navigation{position:absolute;top:64px;left:0;right:0;display:none;flex-direction:column;align-items:stretch;gap:0;padding:12px 18px 20px;background:#fff;color:#101828;border-bottom:1px solid #e4e7ec;box-shadow:0 18px 30px rgba(16,24,40,.13)}.topc-home-navigation.is-open{display:flex}.topc-home-navigation>a,.topc-home-mega>summary{padding:13px 0;border-bottom:1px solid #eaecf0}.topc-home-mega-panel{position:static;display:block;padding:12px 0;border:0;border-radius:0;box-shadow:none}.topc-home-mega-links{border:0;padding-bottom:12px}.topc-home-mega-featured{grid-template-columns:1fr 1fr}.topc-home-mega-featured>strong{grid-column:1/-1}.topc-home-mega-product:nth-of-type(3){display:none}.topc-home-nav-actions{gap:12px}.topc-home-nav-actions a span{display:none}.topc-home-nav-actions a:first-child{font-size:21px}.topc-home-nav-actions a{font-size:18px}.topc-home-nav-actions a:last-child{font-size:12px}.topc-home-nav-actions b{width:17px;height:17px}.topc-home-brand{font-size:23px}}
@media (max-width:760px){.topc-home .topc-home-footer{grid-template-columns:1fr 1fr;gap:30px;padding:40px 22px 24px}.topc-home-footer-brand{grid-column:1/-1}.topc-home-footer-meta{grid-column:1/-1;display:grid!important;justify-items:start;gap:12px}.topc-home-payment-links{justify-content:flex-start}}
@media (max-width:760px){.topc-home-brand-section{grid-template-columns:1fr}}
.topc-home-footer-icons{grid-column:1/-1;display:flex!important;align-items:center;justify-content:space-between;gap:24px;border-top:1px solid #344054;padding-top:24px}.topc-home-social-links,.topc-home-payment-links{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.topc-home-social-links a{display:grid;place-items:center;width:38px;height:38px;margin:0;border:1px solid #475467;border-radius:50%;background:#1d2939;color:#d0d5dd}.topc-home-social-links a:hover{border-color:#98a2b3;background:#344054;color:#fff}.topc-home-payment-links a{display:block;margin:0;padding:0;border:0;border-radius:5px;background:transparent;line-height:0}.topc-home-payment-links a:hover{border:0;background:transparent}.topc-home-payment-links svg{display:block;width:54px;height:32px}.topc-home-footer-meta{border-top:0;padding-top:0}
@media (max-width:760px){.topc-home-brand-media{height:auto}.topc-home-brand-media>img{height:auto;aspect-ratio:4/3;object-position:center}.topc-home-footer-icons{align-items:flex-start;flex-direction:column;gap:16px}.topc-home-social-links,.topc-home-payment-links{justify-content:flex-start}.topc-home-maintenance{text-align:left}}
@media (max-width:760px){.topc-home .topc-home-section{padding:24px 18px}.topc-home .topc-home-platforms{padding-bottom:24px}}
