.techno-brand-marquee{--techno-brand-plate-bg: #f4f7f9;--techno-brand-plate-border: color-mix(in srgb, var(--techno-border) 88%, transparent);--techno-brand-plate-shadow: 0 12px 34px color-mix(in srgb, var(--techno-text) 9%, transparent);position:relative;overflow:hidden;padding-block:var(--techno-brand-padding-top, 64px) var(--techno-brand-padding-bottom, 64px);color:var(--techno-text)}.techno-brand-marquee--page{background:var(--techno-page)}.techno-brand-marquee--surface{background:var(--techno-surface)}.techno-brand-marquee--muted{background:var(--techno-surface-muted)}.techno-brand-marquee--bordered{border-block:1px solid var(--techno-border)}.techno-brand-marquee__header{margin-bottom:clamp(24px,4vw,42px);display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);align-items:end;gap:32px}.techno-brand-marquee__header--center{max-width:860px;margin-inline:auto;text-align:center;grid-template-columns:1fr;justify-items:center}.techno-brand-marquee__heading{margin:0;max-width:780px;color:var(--techno-text);font-size:clamp(30px,3.5vw,52px);line-height:1.04;letter-spacing:-.045em;text-wrap:balance}.techno-brand-marquee__copy{max-width:620px;color:var(--techno-muted);font-size:15px;line-height:1.7}.techno-brand-marquee__copy p{margin:0}.techno-brand-marquee__viewport{width:100%;overflow:hidden}.techno-brand-marquee--fade .techno-brand-marquee__viewport{-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 5%,#000 95%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 5%,#000 95%,transparent 100%)}.techno-brand-marquee__track{width:max-content;display:flex;will-change:transform;animation:techno-brand-marquee-scroll var(--techno-brand-duration, 42s) linear infinite}.techno-brand-marquee--reverse .techno-brand-marquee__track{animation-direction:reverse}.techno-brand-marquee--pause .techno-brand-marquee__viewport:hover .techno-brand-marquee__track,.techno-brand-marquee--pause .techno-brand-marquee__viewport:focus-within .techno-brand-marquee__track{animation-play-state:paused}.techno-brand-marquee__group{flex:0 0 auto;min-width:max-content;margin:0;padding:0 var(--techno-brand-gap, 20px) 0 0;display:flex;align-items:stretch;gap:var(--techno-brand-gap, 20px);list-style:none}.techno-brand-marquee__item{flex:0 0 var(--techno-brand-tile-width, 210px);width:var(--techno-brand-tile-width, 210px)}.techno-brand-marquee__plate{position:relative;width:100%;aspect-ratio:2 / 1;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:var(--techno-brand-radius, 14px);color:var(--techno-text);text-decoration:none;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background-color .22s ease}.techno-brand-marquee--tiles-soft .techno-brand-marquee__plate{border:1px solid var(--techno-brand-plate-border);background:var(--techno-brand-plate-bg);box-shadow:var(--techno-brand-plate-shadow)}.techno-brand-marquee--tiles-bordered .techno-brand-marquee__plate{border:1px solid var(--techno-border);background:color-mix(in srgb,var(--techno-surface) 80%,transparent);box-shadow:none}.techno-brand-marquee--tiles-minimal .techno-brand-marquee__plate{border:0;background:transparent;box-shadow:none}.techno-brand-marquee__logo{width:100%;height:100%;max-height:none;object-fit:contain;display:block;transition:filter .22s ease,opacity .22s ease,transform .22s ease}.techno-brand-marquee--grayscale .techno-brand-marquee__logo{filter:grayscale(1);opacity:.64}.techno-brand-marquee__plate:hover,.techno-brand-marquee__plate:focus-visible{z-index:1;border-color:color-mix(in srgb,var(--techno-blue) 55%,var(--techno-border));box-shadow:0 18px 42px color-mix(in srgb,var(--techno-blue) 16%,transparent);transform:translateY(-3px);outline:none}.techno-brand-marquee__plate:hover .techno-brand-marquee__logo,.techno-brand-marquee__plate:focus-visible .techno-brand-marquee__logo{filter:none;opacity:1;transform:scale(1.015)}.techno-brand-marquee__fallback{padding:20px;color:var(--techno-text);font-size:18px;font-weight:800;letter-spacing:.04em;text-align:center;text-transform:uppercase}.techno-brand-marquee__empty{width:min(100vw - 40px,720px);padding:28px;border:1px dashed var(--techno-border);border-radius:var(--techno-brand-radius, 14px);color:var(--techno-muted);text-align:center}.techno-brand-marquee--static .techno-brand-marquee__track{width:100%;animation:none}.techno-brand-marquee--static .techno-brand-marquee__group{width:min(calc(100% - 64px),1440px);min-width:0;margin-inline:auto;padding:0;flex-wrap:wrap;justify-content:center}:root[data-color-mode=dark] .techno-brand-marquee{--techno-brand-plate-shadow: 0 16px 44px rgba(0, 0, 0, .24)}@keyframes techno-brand-marquee-scroll{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@media(max-width:749px){.techno-brand-marquee{padding-block:clamp(36px,var(--techno-brand-padding-top, 64px),80px) clamp(36px,var(--techno-brand-padding-bottom, 64px),80px)}.techno-brand-marquee__header{width:calc(100% - 32px);margin-inline:auto;grid-template-columns:1fr;gap:16px}.techno-brand-marquee__item{flex-basis:var(--techno-brand-tile-width-mobile, 170px);width:var(--techno-brand-tile-width-mobile, 170px)}.techno-brand-marquee__logo{max-height:none}.techno-brand-marquee--fade .techno-brand-marquee__viewport{-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent 100%)}.techno-brand-marquee--static .techno-brand-marquee__group{width:calc(100% - 32px)}}@media(prefers-reduced-motion:reduce){.techno-brand-marquee__viewport{overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:thin;-webkit-mask-image:none!important;mask-image:none!important}.techno-brand-marquee__track{animation:none!important;transform:none!important}.techno-brand-marquee__group[aria-hidden=true]{display:none}.techno-brand-marquee__plate,.techno-brand-marquee__logo{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/techno-brand-marquee.css.map */
