@charset "UTF-8";:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, .1);--f-spinner-color-2: rgba(17, 24, 28, .8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{to{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, .175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, .175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,calc(var(--f-throw-out-distance, 150px) * -1),0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,var(--f-throw-out-distance, 150px),0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, .2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, .2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{0%{transform:scale(.975) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translateZ(0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(.975) translate3d(0,16px,0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, .2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, .1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}to{opacity:1}}@keyframes f-fadeFastOut{to{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, .5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, .5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeSlowOut{to{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, .2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, .2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translate(100%)}to{transform:translateZ(0)}}@keyframes f-slideInNext{0%{transform:translate(-100%)}to{transform:translateZ(0)}}@keyframes f-slideOutNext{to{transform:translate(-100%)}}@keyframes f-slideOutPrev{to{transform:translate(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translate(-75px);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translate(75px);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes f-classicOutNext{to{transform:translate(-75px);opacity:0}}@keyframes f-classicOutPrev{to{transform:translate(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all .15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: .65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media (hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translate(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden!important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, .98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, .1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *:before,.fancybox__container *:after{box-sizing:inherit}.fancybox__container::backdrop{background-color:#0000}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translateZ(0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video,.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide:before,.fancybox__slide:after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:#0000;min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translateZ(0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;-webkit-user-select:none;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:#18181b80}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, .6);--f-button-active-bg: rgba(0, 0, 0, .6);--f-button-hover-bg: rgba(0, 0, 0, .6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, .3);--f-button-active-bg: rgba(24, 24, 27, .5);--f-button-shadow: none;--f-button-transition: all .15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .5));--f-button-svg-disabled-opacity: .65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;-webkit-user-select:none;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;-webkit-user-select:none;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, .25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, .35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, .15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, .35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:#18181be6;color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:#0000}.fancybox-placeholder{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: .5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2,#e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translateZ(0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track:before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px),0,0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:#0000;outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * .5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button:after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(.23,1,.32,1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: .5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(#ffffff1a,#ffffff0d)}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(#ffffff1a,#ffffff0d)}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px!important}.is-closing .fancybox__thumbs{transition:none!important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, .94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, .65);--f-button-hover-bg: rgba(70, 70, 73, .65);--f-button-active-bg: rgba(90, 90, 93, .65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: .65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI Adjusted,Segoe UI,Liberation Sans,sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, .5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;-webkit-user-select:none;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;-webkit-user-select:none;user-select:none;pointer-events:none}[data-loading=""],[data-loading=show],[data-loading="delay|show"]{display:none}:root{--color-font-accent: #0090e3;--color-cart-quantity-icons: #ffffff;--color-cart-quantity-bg: #76787c;--color-cart-quantity-hover: #383838;--color-cart-quantity-disabled: #d8d9da;--color-btn-primary-text: #ffffff;--color-btn-primary-bg: #12ab1d;--color-btn-primary-border: #0e7d16;--color-btn-primary-hover-text: #ffffff;--color-btn-primary-hover-bg: #0e7d16;--color-btn-primary-hover-border: #0e7d16;--color-btn-secondary-text: #ffffff;--color-btn-secondary-bg: #0090e3;--color-btn-secondary-border: #077ec2;--color-btn-secondary-hover-text: #ffffff;--color-btn-secondary-hover-bg: #077ec2;--color-btn-secondary-hover-border: #077ec2;--color-btn-tertiary-text: #ffffff;--color-btn-tertiary-bg: #a0bdd9;--color-btn-tertiary-border: #8197af;--color-btn-tertiary-hover-bg: #8197af;--color-configurator-category-text: #0090e3;--color-configurator-category-active: #0090e3;--color-configurator-category-active-text: #ffffff;--color-configurator-slider-bg: #12ab1d;--color-configurator-slider-thumb: #0e7d16;--color-delivery-time-in-stock-text: #12ab1d;--color-delivery-time-out-of-stock-text: #e7821e;--color-home-category-border: #12ab1d;--color-home-category-bg: linear-gradient(0deg, #e8fdea 0%, #fff 100%);--color-home-category-button: #12ab1d;--color-navbar-bg: #545454;--color-navbar-bg-header: #12ab1d;--color-navbar-border: #eaeaea;--color-navbar-link: #ffffff;--color-navbar-link-mobile: #0090e3;--color-navbar-submenu-bg: #0090e3;--color-navbar-submenu-bg-mobile: #ffffff;--color-category-type-link-bg: #eeeeee;--color-category-type-link-border: #e8e8e8;--color-category-type-link-text: #545454;--color-category-type-link-arrow-bg: #91be00;--color-category-type-link-arrow-color: #ffffff;--color-accessory-modal-border: #9BDB9A;--color-accessory-modal-outer-bg: rgba(0, 0, 0, .2);--color-accessory-modal-image-bg: #ffffff;--color-accessory-modal-content-bg: linear-gradient(0deg, #dafbdd 0%, #f6fef7 100%);--color-accessory-modal-content-title: #0090e3;--color-accessory-modal-content-text: #545454;--color-accessory-modal-pricing-advice-bg: #eff7ff;--color-accessory-modal-pricing-advice-text: #545454;--color-accessory-modal-pricing-actual-bg: #12ab1d;--color-accessory-modal-pricing-actual-text: #ffffff;--color-cookie-consent-bg: #ffffff;--color-cookie-consent-divider: #eaeaea;--color-message-info-bg: #d3e9f8;--color-message-info-border: #0090e3;--color-message-success-bg: #f0fdf1;--color-message-success-border: #12ab1d;--color-message-error-bg: #fbe2df;--color-message-error-border: #b52323;--color-brand-bg: #dcdcdc4f;--color-brand-border: #dcdcdc2f;--theme-primary: #12ab1d;--theme-primary-light: #12ab1d20;--theme-secondary: #545454;--theme-tertiary: #0090e3;--theme-cta: #12ab1d;--theme-cta-dark: #0e7d16;--theme-green: #12ab1d;--theme-green-light: #f0fdf1;--theme-green-dark: #0e7d16;--theme-orange: #e7821e;--theme-orange-light: #f3993f;--theme-blue: #0090e3;--theme-blue-dark: #0076ba;--theme-blue-light: #80c7f1;--theme-red: #b52323;--theme-red-light: #fbe2df;--color-font-primary: #2a2a2a;--font-light: #727272;--grey-accent: #fafafa;--grey-heavy-accent: #eaeaea;--grey-medium: #bababa;--grey-dark: #545454}*{font-family:Roboto,sans-serif}body{font-size:16px}body iframe{position:absolute}body,img,h1,h2,h3,p{margin:0;padding:0;border:0}p,a,label,select,input,table,address,button{font-size:1em;color:var(--color-font-primary);font-style:normal}p a{text-decoration:none;color:var(--theme-blue);font-weight:700}a,a:hover,a:visited,a:focus{font-weight:700;color:var(--theme-blue)}a,a:visited{text-decoration:none}a:hover{text-decoration:underline}a.btn:hover{text-decoration:none}h1,h3{margin-top:1em;color:var(--theme-primary);font-size:1.25em;margin-bottom:1em}h1.related{margin-top:10px}h2{font-size:1em;color:var(--color-font-primary);text-align:left;background:none;padding:0;margin:1em 0}h2 a{color:var(--theme-blue);font-size:1em;line-height:18px}h3 a,h3 a:visited,h3 a:hover{color:#fff;font-size:1em}h4{font-size:1em;color:var(--theme-primary);margin:6px 0}h5{font-size:1em;font-weight:400}h1 small,h2 small{padding-left:.25em;font-weight:400;font-size:.75em;color:var(--color-font-primary)}ul{list-style-type:none;padding:0;margin:0}strong{color:var(--theme-secondary)}div{box-sizing:border-box}.no-break{white-space:nowrap}table{border-collapse:collapse}.txt{display:inline-block;vertical-align:middle}span.em{color:var(--theme-blue);font-weight:600}span.em.hover-info{cursor:help}.cl{clear:both}.hr{background-color:var(--grey-accent);width:971px;height:1px;margin:10px 0}.error,.success{padding:8px;margin-top:10px;border-radius:2px}.error,.error a{color:var(--theme-red)}.success{color:var(--color-font-primary);background-color:var(--theme-green-light)}.pull-right{float:right}.center{text-align:center}.small-note{color:var(--font-light)}.large-note{padding:12px 12px 12px 76px;border:1px solid var(--grey-heavy-accent);border-radius:2px;background:url(/build/viadennis/images/product_li_bg-CMeRAOvp.png) center left 26px no-repeat var(--grey-accent)}span.lowercase{text-transform:lowercase}input.error{margin-top:0}.usplist h2{color:var(--color-font-primary)}.usplist ul{margin-bottom:25px}.usplist li{padding-left:25px;line-height:18px;padding-top:13px;position:relative}.usplist li:after{content:url(/build/viadennis/images/product_li_bg-CLNP5I-o.svg);display:block;position:absolute;top:14px;left:0;width:16px;height:16px}.brand-list-logo{width:128px;height:128px;float:right;margin-left:1.5em}.fancybox-thumbs__list a:before{border:2px solid var(--theme-primary)}.no-border{border:none!important}.apple-warning{font-size:.75em;color:var(--font-light);padding:1em 0}.breadcrumbs,.magsafe-crumbs{font-size:small;cursor:default;margin:2em 0}.breadcrumbs span,.magsafe-crumbs span{background:url(/build/viadennis/images/menuarrow-zvzd5e7f.png) 8px 0 no-repeat;padding-left:25px}.breadcrumbs em,.magsafe-crumbs em{margin-right:10px}.breadcrumbs a:visited,.magsafe-crumbs a:visited{color:var(--color-font-accent)}input[type=button].btn{-webkit-appearance:none}a.btn,input.btn,button.btn,input[type=submit],input[type=button].btn{cursor:pointer;border:0;display:block;padding:1em 2em;color:var(--color-btn-secondary-text);text-align:center;font-weight:700;border-radius:3px;background-color:var(--color-btn-primary-bg);transition:75ms ease-in background-color}a.btn:disabled,input.btn:disabled,button.btn:disabled,input[type=submit]:disabled,input[type=button].btn:disabled{opacity:.5;cursor:not-allowed}a.btn:visited,a.btn:hover,a.btn:focus{color:var(--color-btn-primary-hover-text)}a.btn:hover,input.btn:hover,button.btn:hover,input[type=submit]:hover,input[type=button]:hover{background-color:var(--theme-blue)}a.btn-orange,button.btn-orange,input.btn-orange,input[type=submit].btn-orange{background-color:var(--theme-orange)}a.btn-orange.hover,button.btn-orange.hover,input.btn-orange.hover,input[type=submit].btn-orange.hover{background-color:var(--theme-orange-light)}a.btn.btn-primary,input.btn.btn-primary,button.btn.btn-primary,input[type=submit].btn.btn-primary,input[type=button].btn.btn-primary{background-color:var(--color-btn-primary-bg);color:var(--color-btn-primary-text)!important;border-bottom:2px solid var(--color-btn-primary-border);transition:.15s ease-in-out all}a.btn.btn-primary:hover,input.btn.btn-primary:hover,button.btn.btn-primary:hover,input[type=submit].btn.btn-primary:hover,input[type=button].btn.btn-primary:hover{background-color:var(--color-btn-primary-hover-bg);color:var(--color-btn-primary-hover-text)!important;border-bottom:2px solid var(--color-btn-primary-hover-border)}a.btn.btn-primary-outline,input.btn.btn-primary-outline,button.btn.btn-primary-outline,input[type=submit].btn.btn-primary-outline,input[type=button].btn.btn-primary-outline{background-color:#fff;border:1px solid var(--theme-primary);color:var(--theme-primary)}a.btn.btn-secondary,input.btn.btn-secondary,button.btn.btn-secondary,input[type=submit].btn.btn-secondary,input[type=button].btn.btn-secondary{background-color:var(--color-btn-secondary-bg);color:var(--color-btn-secondary-text)!important;border-bottom:2px solid var(--color-btn-secondary-border);transition:.15s ease-in-out all}a.btn.btn-secondary:hover,input.btn.btn-secondary:hover,button.btn.btn-secondary:hover,input[type=submit].btn.btn-secondary:hover,input[type=button].btn.btn-secondary:hover{background-color:var(--color-btn-secondary-hover-bg);color:var(--color-btn-secondary-hover-text)!important;border-bottom:2px solid var(--color-btn-secondary-hover-border)}a.btn.btn-secondary-outline,input.btn.btn-secondary-outline,button.btn.btn-secondary-outline,input[type=submit].btn.btn-secondary-outline,input[type=button].btn.btn-secondary-outline{background:#fff;border:1px solid var(--color-btn-secondary-border);color:var(--color-btn-secondary-border)}a.btn.btn-secondary-outline:hover,input.btn.btn-secondary-outline:hover,button.btn.btn-secondary-outline:hover,input[type=submit].btn.btn-secondary-outline:hover,input[type=button].btn.btn-secondary-outline:hover{background-color:var(--grey-accent)}a.btn.btn-tertiary,input.btn.btn-tertiary,button.btn.btn-tertiary,input[type=submit].btn.btn-tertiary,input[type=button].btn.btn-tertiary{background-color:var(--color-btn-tertiary-bg);color:var(--color-btn-tertiary-text)!important;border-bottom:2px solid var(--color-btn-tertiary-border);transition:.15s ease-in-out all}a.btn.btn-tertiary:hover,input.btn.btn-tertiary:hover,button.btn.btn-tertiary:hover,input[type=submit].btn.btn-tertiary:hover,input[type=button].btn.btn-tertiary:hover{background-color:var(--color-btn-tertiary-hover-bg);border-bottom:2px solid var(--color-btn-tertiary-hover-bg)}a.btn-large,button.btn-large,input.btn-large,input[type=submit].btn-large,input[type=button].btn-large{padding:18px 32px}a.btn.btn-filter{border:1px solid var(--grey-heavy-accent);background-color:var(--grey-accent);font-weight:400;color:#000;height:fit-content;display:flex;justify-content:center;align-items:center}a.btn.btn-filter span{padding-left:.5rem}a.btn.btn-filter:hover{background-color:var(--grey-heavy-accent)}@media screen and (min-width: 701px){a.btn.btn-filter{display:none}}button.btn.submit{font-size:16px}button.btn.btn-link{background-color:transparent;color:var(--theme-blue);padding:0}button.btn.btn-link:hover{color:var(--theme-blue-dark)}.delivery-time{font-weight:600}.delivery-time--in-stock{color:var(--color-delivery-time-in-stock-text)}.delivery-time--out-of-stock{color:var(--color-delivery-time-out-of-stock-text)}.delivery-time .single-product .not-available{text-align:center;margin-top:1rem}.quicklink-price{float:right;font-size:22px}.quicklink-btn{position:absolute;bottom:18px;right:0;background-color:var(--theme-blue);color:#fff;border:none;padding:5px 15px;border-radius:4px;cursor:pointer}.quicklink-img{float:left;position:relative}.quicklink-img img{border:1px solid var(--grey-heavy-accent);border-radius:4px}.quicklink-img-info{position:absolute;right:4px;bottom:4px;font-size:12px;font-weight:700;cursor:pointer}.quicklink-span{display:inline-block;font-size:14px;margin-left:15px;font-weight:700}.quicklinks-container h2{margin-bottom:10px;margin-left:0}.quicklink-item{margin-top:-5px;border-top:1px solid var(--grey-accent);padding:6px 0 5px;border-bottom:1px solid var(--grey-accent);position:relative}.quicklink-item dt{margin-left:15px;display:inline-block;float:left;margin-right:6px;font-weight:700}.quicklink-small{float:left;width:30.33%;margin-top:8px;margin-right:8px;position:relative;height:209px}.quicklink-small h2{position:absolute;left:4px;top:4px;width:95%;z-index:25;pointer-events:none}.quicklink-small img{position:absolute;height:100%;width:100%;border-radius:4px;border:1px solid var(--grey-heavy-accent)}.quicklink-small span{position:absolute;left:4px;bottom:4px;padding:4px;background:#ffffffbf;border-radius:4px;pointer-events:none}.quicklink-small .price{position:absolute;font-size:18px;padding:4px;right:4px;bottom:4px;pointer-events:none}.quicklink-large{width:250px;border:1px solid var(--grey-heavy-accent);border-radius:4px;float:left;position:relative;margin:25px}.quicklink-large h2{position:absolute;top:10px;left:10px;font-size:20px}.quicklink-large span{position:absolute;bottom:10px;left:10px;font-size:14px}.quicklink-large img{width:250px;border-radius:4px}.large-price{position:absolute;right:10px;bottom:10px;font-size:24px;font-weight:700}.magsafe-block{width:621px;margin:10px auto}.magsafe-type{float:left;width:195px;position:relative;margin:0 6px}.magsafe-type span{font-size:16px;font-weight:700;position:absolute;bottom:8px;left:8px}.magsafe-type img{border:1px solid var(--grey-heavy-accent);border-radius:4px;width:195px}.magsafe-type p{text-align:left;font-size:16px;position:absolute;z-index:30;font-weight:700;top:6px;color:green}.magsafe-thumb{float:right;width:80px}.tip-wrapper{margin-left:-10px;margin-right:-10px}.tip-wrapper:after{clear:both;display:table;content:" "}.tip-item-cont{padding:10px;float:left;width:25%;box-sizing:border-box;-webkit-box-sizing:border-box}.tip-item{display:inline-block;border:1px solid var(--grey-heavy-accent);border-radius:4px;position:relative}.tip-item .title,.tip-item .price{text-align:center;position:absolute}.tip-item .title{width:100%}.tip-item .price{bottom:0;width:100%}.tip-item img{border-radius:4px;max-width:100%}.tip-item h2,.tip-item h3{background:none;text-align:center;border-bottom-right-radius:4px;border-bottom-left-radius:4px;padding:3px 0;color:var(--theme-primary)}.tip-item h3{background:var(--grey-accent);padding:6px 0;border-top:1px solid var(--grey-heavy-accent);color:var(--color-font-primary);font-size:14px}.hp-block{margin:0;width:100%}.hp-block .magsafe-type{height:200px;width:207px;border:1px solid var(--grey-heavy-accent);box-sizing:border-box;border-radius:4px;display:inline-block;text-align:center;margin-bottom:12px}.hp-block img{width:auto;height:auto;max-height:100%;display:inline-block;text-align:center;border:none;background:var(--theme-blue);vertical-align:middle;max-width:180px}.hp-block a{background:none;display:inline-block;color:var(--color-font-primary)}.hp-block h2{margin:12px 8px;font-size:16px;border-bottom:1px solid var(--grey-heavy-accent);padding:3px}.hp-block span{font-size:14px}.hp-block .magsafe-type:before{content:"";display:inline-block;height:100%;vertical-align:middle}em.hover-info{background:url(/build/viadennis/images/questionmark_60x60-BYUpnQz5.png);background-size:100% 100%;width:16px;height:16px;display:inline-block;position:relative;vertical-align:middle;margin-right:12px;z-index:20;cursor:help}em.hover-info em span.hover-content{opacity:0;width:0;height:0;padding:0;box-sizing:border-box;overflow:hidden;left:-95px;font-size:13px;color:var(--color-font-primary);position:absolute;bottom:24px;background-color:#fff;border:1px solid var(--grey-heavy-accent);border-radius:2px;font-style:normal;z-index:50;transition:.25s ease opacity}em.hover-info:hover span.hover-content{padding:12px;width:300px;height:auto;display:block;opacity:1;box-shadow:0 5px 3px var(--grey-heavy-accent)}.productdisp{margin:1em 0 10px;box-sizing:border-box}.productdisp:nth-child(2){border-top-left-radius:0;border-top-right-radius:0}.productdisp p{line-height:1.4em;margin:6px 0}.productdisp h2 a{margin-top:6px}.productdisp h3{margin-top:3rem}.productdisp ul{box-sizing:border-box}.productdisp ul li{border-bottom:1px solid var(--grey-heavy-accent);padding:0}.productdisp ul li a{padding:3px 6px;display:block}.productdisp ul li a:hover{background-color:var(--theme-blue);color:#fff}.productdisp ul li a:hover img{opacity:0}.productdisp ul.no-line li{border-bottom:0;padding:0}#notebook_models_container p strong{color:var(--theme-primary)}.brandlist{margin:20px 0}.brandlist ul{position:relative;overflow:hidden;font-size:0;line-height:0}.brandlist ul:after{clear:both;display:table;content:" "}.brandlist li{display:inline-block;box-sizing:border-box;width:10%;vertical-align:middle}.brandlist li:first-child:after{position:absolute;display:block;content:" ";width:100%;bottom:0;background-color:#fff;height:1px;z-index:1;left:0}.brandlist li:last-child{position:relative}.brandlist li:last-child:before{position:absolute;height:100%;content:" ";width:1px;bottom:0;background-color:var(--grey-heavy-accent);z-index:1;right:-1px}.brandlist li:hover a{border-color:var(--theme-blue)!important;z-index:2;position:relative;transition:.15s ease-in-out all;background-size:85% auto}.brandlist li a{transition:.15s ease-in-out all;padding:24px 0;text-align:center;border-top:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid var(--grey-heavy-accent);border-left:1px solid var(--grey-heavy-accent);display:block;box-sizing:border-box;background-size:65% auto;width:100%;height:128px}.brandlist li a:hover{background-color:transparent}.flex-row{display:flex}@media screen and (max-width: 801px){.flex-row{flex-direction:column}}hr{background-color:var(--grey-heavy-accent);height:1px;border:none}.responsive-table{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.responsive-table table{width:100%;border-collapse:collapse;display:table}label,select{display:block;cursor:pointer}select,input[type=text],input[type=password],input[type=email],input[type=number],input[type=tel],input[type=date],textarea{border:1px solid var(--grey-heavy-accent);display:inline;margin-bottom:1rem;border-radius:2px;padding:8px;box-sizing:border-box;width:100%}select.error,input[type=text].error,input[type=password].error,input[type=email].error,input[type=number].error,input[type=tel].error,input[type=date].error,textarea.error{border:1px solid var(--theme-red);color:var(--color-font-primary)}select{min-width:140px;-webkit-appearance:none;-moz-appearance:none;background:var(--grey-accent) url(/build/viadennis/images/chevron-down-DySNyAar.svg) no-repeat calc(100% - 10px) center;background-size:16px}select:hover{background-color:var(--grey-heavy-accent)}input[type=radio],input[type=checkbox]{margin:0 .3rem 0 0;display:inline-block;vertical-align:middle;cursor:pointer}input[type=search]{width:400px;height:2.75em;float:left;padding-left:.5em;border:1px solid var(--grey-heavy-accent);border-top-left-radius:3px;border-bottom-left-radius:3px}input[type=text]:disabled,select[disabled]{background-color:var(--grey-heavy-accent);cursor:not-allowed}input[type=radio]:checked+label,input[type=radio]:checked+div.txt label{font-weight:700}textarea.textarea-large{min-height:10rem}.g-recaptcha{margin-bottom:1rem}.toggle-switch{position:relative;width:fit-content;-webkit-user-select:none;user-select:none}.toggle-switch.disabled{opacity:.6}.toggle-switch input[type=checkbox]{opacity:0;width:0;height:0}.toggle-switch input[type=checkbox]:checked+.toggle-switch__slider{background-color:var(--color-font-accent)}.toggle-switch input[type=checkbox]:checked+.toggle-switch__slider:before{transform:translate(18px)}.toggle-switch__label{margin-left:40px}.toggle-switch__slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:34px;width:40px;height:20px}.toggle-switch__slider:before{position:absolute;content:"";height:14px;width:14px;left:4px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}.form-group label{margin-bottom:.25rem}.form-group:has(.form-group__col){display:inline-block!important;width:calc(50% - .5rem)!important}.form-group:has(.form-group__col.right){float:right}.form-group:has(.form-group__error) input{border-color:var(--color-message-error-border);color:var(--color-message-error-border)}.form-group:has(.form-group__error) .form-group__error{position:relative;top:-.7rem;color:var(--color-message-error-border)}.form-group__explanation,.form-group__inner-form{padding:.4rem 0 0 1.2rem}.form-group__explanation label,.form-group__inner-form label{color:var(--font-light)}.form-group.space-between{display:flex;justify-content:space-between}.form-group__checkbox label{margin-bottom:0}.form-group__checkbox:not(:has(.form-group__checkbox__input)){display:flex;align-items:center}.form-group__radio__input,.form-group__checkbox__input{display:flex;align-items:center}.form-group__radio__input label,.form-group__checkbox__input label{margin-bottom:0}.form-group__radio:not(:first-child),.form-group__checkbox:not(:first-child){margin-top:.5rem}.button-group{display:flex;justify-content:space-between;margin-top:2rem}body:has(.modal-backdrop.show){overflow:hidden}.modal-wrapper{position:fixed;top:7.5vh;width:50vw;height:85vh;left:25vw;z-index:101}.modal-wrapper button.btn.close:not(.btn-link){position:absolute;right:0;top:0;padding:.5em 1em;border-radius:0 0 0 3px;z-index:2}@media screen and (max-width: 1560px){.modal-wrapper{width:85vw;left:7.5vw}}.modal{position:fixed;background-color:#fff;top:12.5vh;width:50vw;height:fit-content;left:25vw;border-radius:3px;box-shadow:0 0 3px #00000026;padding:2rem;display:block;z-index:3;box-sizing:border-box;overflow-y:auto}.modal:has(.modal--page.show) .modal__back{transition:opacity .25s ease;opacity:1}.modal__container{position:fixed;height:100%;width:100%;top:0;left:0;display:flex;justify-content:center;align-items:center;z-index:2;pointer-events:none}.modal__header{position:relative;margin-bottom:2rem;min-height:32px;display:flex;align-items:center}.modal h3.modal__title{margin:0}.modal__sub-text{color:var(--font-light)}.modal button.modal__close,.modal button.modal__back{border-radius:3px;padding:0;height:32px;width:32px;position:relative}.modal button.modal__close:after,.modal button.modal__back:after{content:"";position:absolute;top:0;left:0;background-color:#fff;width:100%;height:100%;-webkit-mask-image:url(/build/viadennis/images/xmark-BL5i59TA.svg);mask-image:url(/build/viadennis/images/xmark-BL5i59TA.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:50%;mask-size:50%}.modal button.modal__back{left:0;opacity:0}.modal button.modal__back:after{-webkit-mask-image:url(/build/viadennis/images/caret-left-BcFR12j0.svg);mask-image:url(/build/viadennis/images/caret-left-BcFR12j0.svg);-webkit-mask-size:35%;mask-size:35%}.modal .grid-block{float:none}@media screen and (max-width: 1560px){.modal{width:85vw;left:7.5vw}}.modal-component .modal{top:unset;left:unset;max-height:80%;max-width:1400px;pointer-events:all;padding:0;overflow-y:hidden;overflow-x:hidden;flex-direction:column;display:flex;z-index:701}.modal-component .modal__header{background-color:var(--grey-accent);border-bottom:1px solid var(--grey-heavy-accent);min-height:unset;padding:.75rem 1rem;margin-bottom:0;justify-content:space-between}.modal-component .modal button.modal__close{position:relative}.modal-component .modal__body{flex-grow:1;padding:1.5rem;overflow-y:auto;overflow-x:hidden}.modal-component .modal__body:has(.modal--page.show){position:relative}.modal-component .modal--page{left:100%;height:100%;width:100%;position:absolute;padding:1.5rem;transition:left .25s;background:#fff;max-height:unset!important;top:0;overflow-y:auto;overflow-x:hidden}.modal-component .modal--page.show{left:0;transition:left .25s}.modal-component .modal--page.hiding{top:57px;transition:left .25s}@media screen and (max-width: 989px){.modal-component .modal{width:100%;height:100%;max-height:0;bottom:0;transition:.25s}.modal-component .modal__body{height:calc(100% - 57px)}.modal-component .modal__body:has(.modal--page.show){overflow-y:hidden}.modal-component .modal.show{max-height:100%}}@media screen and (max-width: 989px){.maincnt:has(.modal.show){z-index:701}}.addCord{display:none}.onTopOfEverything{position:fixed;top:50%;left:50%;margin-left:-300px;margin-top:-225px;z-index:200;display:block;background-image:url(/build/viadennis/images/netsnoer-1-COfMqFIq.jpg);width:600px;height:450px}.yesCord,.noCord{z-index:300;text-indent:-999em;width:90px;height:42px;position:absolute;display:block;top:371px;cursor:pointer}.yesCord{left:203px}.noCord{left:307px}.showGrey{background-color:#000;width:100%;height:100%;opacity:.5;z-index:100;position:fixed;top:0;left:0;filter:alpha(opacity=75);-ms-filter:"progid: DXImageTransform.Microsoft.Alpha(Opacity=75)"}.fancybox__backdrop{background:#000000bf}.pagination{width:fit-content;display:block;margin:1rem auto}.pagination a.paginate{display:inline-block;padding:0 .125em;min-width:1.25em;opacity:.75;font-size:1.125em}.pagination a.paginate.active{font-weight:700;font-size:1.3em;opacity:1}.pagination a.paginate.disabled{color:var(--font-light);pointer-events:none;opacity:.5}html{height:100%}body{min-height:100%!important;display:flex;flex-direction:column}footer{margin-top:auto}.maincnt{width:1280px;margin:0 auto}.grid-block{display:block;box-sizing:border-box;float:left;width:100%}.line:after{clear:both;content:" ";display:table}.box{padding:1em;box-sizing:border-box}.flex{display:flex;align-items:center}.flex.all{display:flex!important}.flex-grow{flex-grow:1}.list-row{display:flex;justify-content:space-between}.list-row .list-col.col-6{width:50%}.list-row .list-col:not(:last-child){margin-right:1rem}.list-row .list-col:not(:first-child){margin-left:1rem}@media only screen and (max-width: 992px){.list-row{flex-direction:column}.list-row .list-col.col-6{width:100%;margin:0}}@media screen and (min-width: 989px){.desktop-hidden{display:none!important}}@media screen and (max-width: 989px){.mobile-hidden{display:none!important}}header:not(:has(#usps)),nav:not(:has(#usps)){margin-bottom:2rem}header:has(.message--info) #usps,nav:has(.message--info) #usps{margin-bottom:0}header:has(.message--info) .message--info,nav:has(.message--info) .message--info{margin-bottom:2rem}header .message--info,nav .message--info{display:flex;justify-content:center;align-items:center;background-image:none;background-size:unset;width:100%}header .message--info p,nav .message--info p{padding:0;margin:0}#logos{position:sticky;top:0;width:100%;background-color:#fff;box-shadow:0 -15px 20px #000000d9;border-bottom:1px solid var(--grey-heavy-accent);padding:.5rem 0;z-index:700}#logos .logo-link{background:url(/build/viadennis/images/vd-logo-header-COeWzFz1.png) center center no-repeat;width:128px;height:32px;background-size:100%;position:relative;z-index:700}#logos a.marks{width:46px;height:46px;display:inline-block;position:relative;top:2px}#logos a.marks div{width:46px;height:46px}#logos .marks-wrapper{text-align:center}#logos #top_right{text-align:right;position:relative}#main_nav:before{position:relative;height:65px;display:block;content:"";pointer-events:none}#main_nav .nav-item .submenu{position:absolute;opacity:.975;display:none;z-index:15;width:300px;background-color:var(--theme-tertiary);padding:1em;top:51px}#main_nav .nav-item:not(first-child) .submenu{left:0}#main_nav .nav-item span a{color:#fff}#searchbox input[type=search]{width:400px;height:2.75em;float:left;padding-left:.5em;border:1px solid var(--grey-heavy-accent);border-top-left-radius:3px;border-bottom-left-radius:3px}#searchbox .submitbtn{background:var(--theme-primary) url(/build/viadennis/images/search_icon-CuJYJD-5.svg) center center no-repeat;padding:0 1.5em;height:2.75em;float:left;cursor:pointer;border-top-left-radius:0;border-bottom-left-radius:0;margin-bottom:0;background-size:40%}.thuiswaar{background:url(/build/viadennis/images/thuiswinkelwaarborg-D1FAY_Qn.svg) center center no-repeat;background-size:contain}.top-right-links{display:flex}.top-right-links .postnl{display:flex;justify-content:center;align-items:center}.top-right-links a{color:var(--theme-secondary);margin-left:1.5em;transition:.25s ease all;font-weight:700;font-size:.7em;position:relative}.top-right-links a:last-child{margin-right:0}.top-right-links a.cart span.cart-counter{position:absolute;background-color:var(--theme-primary);border-radius:50%;color:#fff;width:2em;height:2em;right:4px;top:-4px;text-align:center;display:block;line-height:2em}#usps{border-bottom:1px solid var(--grey-heavy-accent);margin-bottom:2em}#usps .flex{text-align:center;padding:1em 0}#usps .flex p img{margin-right:.375em}#usps .flex p strong{color:var(--theme-blue);font-weight:700}@media screen and (max-width: 990px){#logos .maincnt{padding:0}}#footer_bar{padding:.125em 0;background-color:var(--theme-secondary)}#footer_bar li{margin:.35rem 0}#footer_bar a,#footer_bar p,#footer_bar ul li,#footer_bar strong{color:#fff;font-weight:400}#footer_bar h2{padding-bottom:2px;color:var(--theme-primary);margin:0}#footer_bar .footer-section{margin:2em 0}#footer_bar .section{float:left;width:25%}.footer-qualitymarks{margin-top:2em;border-top:1px solid var(--grey-heavy-accent)}.footer-qualitymarks .line.flex{display:flex}.footer-qualitymarks .mark{float:left;padding:45px 60px;box-sizing:border-box;-webkit-box-sizing:border-box;width:20%;display:flex;justify-content:center;align-items:center}.footer-qualitymarks .mark.postnl img{height:80px;width:80px}.footer-qualitymarks .mark img{max-width:100%;height:90px;width:90px}@media only screen and (max-width: 1320px){.footer-qualitymarks .mark.mobile-hidden{display:none}}.search{height:45px;display:flex;justify-content:center}.search-bar{display:flex}.search-bar__input{padding:0 .5rem;width:400px;border:1px solid #eaeaea;border-top-left-radius:3px;border-bottom-left-radius:3px}.search-bar__input:focus+.search-results{display:block}.search-bar__button{border:1px solid var(--color-navbar-bg-header);background-color:var(--color-navbar-bg-header);cursor:pointer;border-top-right-radius:3px;border-bottom-right-radius:3px;display:flex;justify-content:center;padding:.75rem;width:45px;position:relative}.search-bar__button:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;-webkit-mask-image:url(/build/viadennis/images/search_icon-CuJYJD-5.svg);mask-image:url(/build/viadennis/images/search_icon-CuJYJD-5.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:45%;mask-size:45%;background-color:#fff}.search-bar__button:hover{background-color:var(--color-btn-primary-hover-bg)}.search-results{border-radius:3px;top:63px;position:fixed;background:#fff;width:460px;box-shadow:0 0 3px #0006;text-align:left;overflow-y:auto;overflow-x:hidden;height:fit-content;max-height:80%}.search-results .btn-close{position:absolute;right:1rem;top:1rem}@media only screen and (min-width: 991px){.search-results .btn-close{display:none}}.search-results a{text-decoration:none}.search-results__group{padding-bottom:.5rem}.search-results__group__header{font-weight:700;font-size:1em;margin:1rem .75rem}.search-results__group__header small{font-weight:lighter}.search-results__group li{border-bottom:1px solid #eaeaea}.search-results__group li a{display:block;width:100%;padding:.5rem 1rem}.search-results__group li:last-child{border-bottom:none}.search-results__group li:hover{background-color:var(--grey-accent)}.search-results__product{display:flex;align-items:center}.search-results__product__description{margin:0 .5rem}.search-results__product__title a{color:var(--color-btn-primary-bg);padding:0!important}.search-results__product__price{margin:0 1rem 0 auto;vertical-align:middle;font-weight:700;color:var(--color-btn-secondary-bg)}@media only screen and (max-width: 992px){#search_results,#search_results h2{text-align:center}}.review-body{background:var(--grey-accent);border:1px solid var(--grey-heavy-accent);margin:12px 6px;padding:12px}.review-body p{margin:3px 0}.review-name p:first-child{font-weight:600;color:var(--theme-primary)}.review-text{width:75%;float:left;box-sizing:border-box}.review-score{width:25%;float:left;box-sizing:border-box}.review-score p{background:url(/build/viadennis/images/rating-tag-DgnPf_Qe.png) right top no-repeat;font-size:1.5em;color:#fff;width:48px;height:48px;float:right;text-align:center;padding-top:2px;margin:0;box-sizing:border-box}.review-container .pagination{display:block;text-align:center}.category-image img{max-height:250px;width:100%;object-fit:cover}.category-text{margin:2em 0}.configurator-toolbar{display:flex;align-items:end;justify-content:space-between;flex-wrap:wrap;padding-bottom:1rem}.configurator-toolbar label{font-size:1em;color:#2a2a2a;text-align:left;background:none;margin-bottom:.5rem;font-weight:700}.configurator-toolbar select{margin-bottom:0}.configurator-toolbar .controls{margin-top:.5rem;display:flex}.configurator-toolbar .controls .control-group select{width:100%;padding-right:35px}.configurator-toolbar .controls .control-group:not(:last-child){margin-right:1rem}@media only screen and (max-width: 801px){.configurator-toolbar label[for=configurator_sort_by],.configurator-toolbar label[for=configurator_per_page]{display:none}.configurator-toolbar .btn-filter{padding:12px;margin-right:1rem}}@media screen and (max-width: 430px){.configurator-toolbar .controls:has(#configurator_per_page){display:block}.configurator-toolbar .controls:has(#configurator_per_page) a.btn-filter,.configurator-toolbar .controls:has(#configurator_per_page) .configurator-toolbar__right{display:block;width:100%}.configurator-toolbar .controls:has(#configurator_per_page) .configurator-toolbar__right{display:flex;margin-top:1rem}.configurator-toolbar .controls:has(#configurator_per_page) .configurator-toolbar__right .control-group:last-child{flex-grow:1}}.category-filters .category-filters-header,.category-products #products{margin-top:0}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.filtergroup:first-child{display:none}}.configurator-toolbar__total{margin-bottom:0}.configurator-toolbar__right{display:flex;margin-left:auto}.configurator-toolbar #configurator_per_page{min-width:70px}.configurator #priceHint{display:none}.configurator #priceHint.active{display:block}.configurator .filtergroups{margin-top:1.5rem}.configurator .filtergroups .filtergroup{margin-bottom:1.5rem}.configurator .filtergroups .filtergroup select{margin-bottom:0}@media only screen and (max-width: 801px){.configurator .configurator-categories li a{padding:.5rem}.configurator .filtergroup h2{text-align:left}}.configurator-categories li.active{background:var(--color-configurator-category-active)}.configurator-categories li.active a{color:var(--color-configurator-category-active-text)}.configurator-categories__list{margin-top:.65rem}.configurator-categories li a{display:block;padding:.25em;border-bottom:1px solid #eaeaea}.configurator-categories li:hover a{background:var(--color-configurator-category-active);color:var(--color-configurator-category-active-text);text-decoration:none}.configurator-categories h4{font-weight:700;padding-bottom:3px}.configurator-filters .checkbox-wrapper{margin:.35rem 0;display:flex;align-items:center}.configurator-filters li.active{font-weight:700}.configurator-filters h2{margin-bottom:.25em;width:fit-content}.configurator-filters .slider-container{width:100%}@media screen and (-webkit-min-device-pixel-ratio: 0){.configurator-filters .slider-container input[type=range].slider{overflow:hidden;width:100%;-webkit-appearance:none;outline:0}.configurator-filters .slider-container input[type=range].slider::-webkit-slider-runnable-track{-webkit-appearance:none;height:12px;color:var(--theme-primary);margin-top:-1px;border-bottom:1px solid rgba(0,0,0,.125);background-color:var(--grey-medium)}.configurator-filters .slider-container input[type=range].slider::-webkit-slider-thumb{-webkit-appearance:none;height:12px;width:14px;cursor:pointer;background:var(--color-configurator-slider-thumb);border-right:1px solid rgba(0,0,0,.125);box-shadow:-500px 0 0 500px var(--color-configurator-slider-bg)}}@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 801px){.configurator-filters .slider-container input[type=range].slider::-webkit-slider-runnable-track,.configurator-filters .slider-container input[type=range].slider::-webkit-slider-thumb{height:18px}.configurator-filters .slider-container input[type=range].slider::-webkit-slider-thumb{width:18px}}.configurator-filters .slider-container input[type=range].slider{border-radius:2px}.configurator-filters .slider-container input[type=range].slider::-moz-range-track{-moz-appearance:none;height:12px;color:var(--color-configurator-slider-bg);margin-top:-1px;border-bottom:1px solid rgba(0,0,0,.125);background-color:var(--grey-medium)}.configurator-filters .slider-container input[type=range].slider::-moz-range-progress{height:12px;background-color:var(--color-configurator-slider-bg)}.configurator-filters .slider-container input[type=range].slider::-moz-range-thumb{border-radius:0;height:12px;width:12px;border:0;background-color:var(--color-configurator-slider-thumb);cursor:pointer}@media screen and (max-width: 801px){.configurator-filters .slider-container input[type=range].slider::-moz-range-track,.configurator-filters .slider-container input[type=range].slider::-moz-range-progress,.configurator-filters .slider-container input[type=range].slider::-moz-range-thumb{height:18px}.configurator-filters .slider-container input[type=range].slider::-moz-range-thumb{width:18px}}.configurator-filters .slider-container .slider-current-wrapper{position:relative;overflow:visible;width:calc(100% - 16px);margin-left:8px;margin-bottom:2em}.configurator-filters .slider-container .slider-current-wrapper .slider-current{display:none;width:74px;margin-left:-37px;text-align:center;top:4px;left:0;position:absolute}.configurator-filters .slider-container .slider-current-wrapper .slider-current .slider-current-inner{border-radius:3px;text-align:center;display:inline-block;font-weight:700;font-size:.8em;z-index:1;background-color:#fff;padding:.25em;box-shadow:0 0 3px #00000026;border:1px solid var(--grey-heavy-accent)}.configurator-filters label{display:inline}.configurator-filters input:checked+label{font-weight:700}.configurator-filters span.quantity{color:#999;font-weight:400;font-size:.75em}.configurator-filters .inactive{display:none}.configurator-filters .disabled{opacity:.5}.configurator-filters .disabled input:not(:checked),.configurator-filters .disabled input:not(:checked)+label{pointer-events:none}.configurator-filters .extend{padding:.25em 0;display:block}.container-split{display:flex}.container-split .split-sidebar{flex-grow:0;padding-right:2em;min-width:250px}.container-split .split-main{flex-grow:1}.container-split .split-main .single-product .images{max-width:170px}.container-split .split-main .single-product .images .image{width:170px}.container-split .sidebar-toggle{display:none}@media screen and (max-width: 700px){.container-split{display:block;margin-top:1rem}.container-split .split-sidebar{display:none;position:fixed;width:100%;height:calc(100% - 80px);padding:1em;background-color:#fff;box-sizing:border-box;left:0;bottom:0;z-index:101;overflow-y:scroll}.container-split .split-sidebar.show,.container-split .sidebar-toggle{display:block}.container-split .split-main{flex-grow:1}.container-split .controls{width:100%}}.fatcol{font-weight:700;padding-right:12px}button.add-to-cart__btn{box-sizing:border-box;padding:1em;transition:333ms ease all;vertical-align:middle;display:flex;justify-content:center;min-width:175px;width:100%}button.add-to-cart__btn:hover{background-color:var(--theme-cta-dark)}button.add-to-cart__btn img{height:18px;width:18px;display:inline-block;padding-right:12px}button.add-to-cart__btn span{height:18px;line-height:18px;display:inline-block;margin-top:1px;white-space:nowrap}.product-hr{height:1px;background-color:var(--grey-heavy-accent);box-sizing:border-box;margin:1.5em 0}.info table{width:100%}.info table tr:nth-child(odd){background-color:var(--grey-accent)}.info table tr td{padding:.25em .5em}.product-basic span.em.hover-info{color:var(--font-light);font-weight:400;cursor:default}.price--small-cents small{font-size:.6em}.pricing .from{color:var(--font-light)}.pricing .from .price{text-decoration:line-through}.pricing .for .price{font-size:1.5em;color:var(--theme-blue);font-weight:700}.pricing .article-number{padding-top:10px;color:var(--theme-blue);font-weight:700}.pricing-wrapper{position:relative}.pricing-wrapper .review-hover{display:none;box-sizing:border-box;position:absolute;left:50%;text-align:center;top:75px;margin-left:-250px;width:500px;z-index:25;background-color:#fff;box-shadow:0 0 3px #0006;padding:.5em;opacity:.975}.pricing-wrapper .review-hover.active{display:block}.add-to-cart__flex{margin:1rem 0}#products .productdisp.single-product{position:relative;margin:0;height:100%;display:flex;flex-direction:column;justify-content:space-between}#products .productdisp.single-product:not(:has(.add-to-cart)){justify-content:unset}#products .productdisp.single-product:not(:has(.add-to-cart)) .pricing-wrapper{text-align:center;margin-top:1rem}#products .productdisp.single-product:has(.price-login){justify-content:space-between}#products .productdisp.single-product h2{text-align:center;font-size:1.15em}#products .productdisp.single-product .pricing,#products .productdisp.single-product #productinfo .product-body .related-products .pricing{width:auto;text-align:center;margin-top:1em}#products .productdisp.single-product .productdisp .on-stock{color:var(--theme-primary)}#products .productdisp.single-product .productdisp .no-stock{color:orange}#products .productdisp.single-product .productdisp .stock{font-weight:700}#products .productdisp.single-product .pricing-wrapper{position:relative}.product-upsell-products,.product-upsell-products h2{text-align:center}.product-upsell-products a.best-product{display:none}.product-upsell-products .images{text-align:left}.product-upsell-products .images .image .product{width:100px}.product-upsell-products .info{text-align:left;padding-right:0}#related_products .single-product,#products .single-product{position:relative}#related_products .best-product,#related_products .best-product:visited,#products .best-product,#products .best-product:visited{position:absolute;display:block;top:-1rem;right:1.75rem;text-align:center;font-weight:700;text-decoration:none;font-size:1em;transform:rotate(4.5deg);color:var(--theme-primary)}@media (width < 1321px){#related_products .best-product{top:2rem}#related_products .single-product{width:50%}}@media (width < 802px){#related_products .single-product{width:fit-content;margin:auto;padding:.25rem 0}#related_products .best-product{top:3rem}}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){#products .productdisp.single-product:nth-child(odd){margin-right:24px;margin-bottom:48px}#products .productdisp.single-product:nth-child(2n){margin-left:24px;margin-bottom:48px}#products .productdisp.single-product:nth-child(n+31){display:none}}.single-product .specifications{-webkit-user-select:none;user-select:none}#productinfo,#product_details{padding-bottom:0}#productinfo .specifications,#product_details .specifications{-webkit-user-select:none;user-select:none}#productinfo .product-description .price-login,#product_details .product-description .price-login{display:block;text-align:left;margin-top:1rem}#productinfo .images,#product_details .images{max-width:300px}#product_description .product-reviews .reviews>.review{padding:1em 0}#product_description .product-reviews .reviews>.review .name{padding:0 .25em}#product_description .product-reviews .reviews>.review li{border:0}#product_description .product-reviews .reviews>.review li img{width:.75em;height:.75em;margin-right:.375em}h3{margin:3rem 0 1rem;padding:0}.extra-product-images a{display:inline-block;width:61px;border:1px solid var(--grey-heavy-accent);border-radius:3px;margin-bottom:.1em;transition:333ms ease-in-out border-color}.extra-product-images a:hover{border-color:var(--theme-blue)}.extra-product-images img{width:61px;height:61px;border-radius:4px}#product_description{margin-bottom:24px;width:100%}#product_description strong{color:var(--theme-primary)}#product_description .product-block{border:1px solid var(--grey-heavy-accent);border-right:0;border-bottom:0}#product_description .product-block:first-child{border-left:0}.product-line{margin-left:-6px;margin-right:-6px;display:block;position:relative}.product-line:after{clear:both;display:table;content:" "}.half{display:block;padding:12px}.image{border-bottom-left-radius:0;width:300px;height:auto}.image img{max-width:100%;max-height:100%}.product-compatibility__row{display:flex}.product-compatibility__column:last-child{margin-left:2rem}.product-compatibility__list{display:flex;flex-direction:column}.product-compatibility__list ul{flex-grow:1;padding:15px}.images{max-width:180px;padding-right:1em}.images .image{position:relative;display:block}.images .image .product{height:auto}.images .image a.plus{display:block;position:absolute;top:1em;right:1em;width:32px;height:34px}.images .image img{border-radius:2px}.images .image .brand-logo{width:80px;height:60px;top:-20px;left:0;position:absolute;border-radius:3px;background-size:80% auto;background-repeat:no-repeat;background-position:center}.images .image .image-tip{width:100px;height:100px;border-radius:50%;border:1px solid var(--grey-heavy-accent);overflow:hidden;position:absolute;right:-5px;bottom:-5px;transition:.25s ease-in-out border-color}.images .image .image-tip img{max-width:initial!important;max-height:initial!important;height:100%;width:100%;left:0;top:0;position:relative;transition:all 125ms ease-in-out}.images .image .image-tip:hover{border-color:var(--theme-blue)}.images .image .image-tip:hover img{height:110%;width:110%;left:-5%;top:-5%}ul.product-usps,#productinfo ul.product-usps{margin:1em 0}ul.product-usps li,#productinfo ul.product-usps li{border:none;padding:2px 0;color:var(--theme-secondary);font-size:.875em}ul.product-usps li em,#productinfo ul.product-usps li em{font-style:normal;color:var(--theme-blue);font-weight:700}ul.product-usps li img,#productinfo ul.product-usps li img{width:12px;height:12px;margin-right:6px}.productdisp.single-product table tr td{vertical-align:baseline}.productdisp.single-product .from{display:none}.product-snippet{border-top:1px solid #eaeaea;position:fixed;left:0;bottom:0;background-color:#fff;width:100%;display:none;box-shadow:#00000059 0 5px 15px;padding:0 .5em}.product-snippet.visible{display:block}.product-snippet img.product{height:64px;width:auto}.product-snippet .productdisp.flex{margin:0}.product-snippet .flex>*{margin-left:1em}.product-snippet .review-snippet{display:none}.product-snippet .productdisp .pricing{margin:0;flex-grow:1}.product-snippet .productdisp .pricing .product-pricing-inner{display:flex;justify-content:flex-end;align-items:center}.product-snippet .productdisp .pricing .product-pricing-inner .article-number{display:none;-webkit-user-select:none;user-select:none}.product-snippet .productdisp .pricing .from{display:none}.product-snippet .productdisp .pricing .product-cta{display:flex;align-items:center}.product-snippet .productdisp .pricing .product-cta>*{margin-left:1em!important}@media only screen and (min-width: 990px){.product-snippet{display:none!important}}.review-box{width:86px;display:inline-block;height:16px;position:relative}.review-box .review{position:absolute;left:0;top:0;width:100%;height:100%}.review-box .review-full{background-image:url(/build/viadennis/images/stars-review-full-CrcbXabU.png)}.review-box .review-empty{background-image:url(/build/viadennis/images/stars-review-empty-D5pPqCmn.png)}.review-box .rate-wrapper{position:relative;width:86px;display:inline-block;height:16px;font-size:0;margin-bottom:10px}.review-box .rate-wrapper.empty{position:absolute}.review-box .rate-element{cursor:pointer;width:20%;height:16px;display:inline-block}.review-box .hidden{display:none}.product-faq .question{border-bottom:1px solid var(--grey-heavy-accent);padding:1em 0;margin:0}.product-faq .question h4{color:var(--theme-blue)}.product-faq .question button{text-align:left}.product-faq .question.question-visible button:after{content:"▲"}.product-faq .question.question-visible .answer{height:auto}.product-faq .question.question-visible .answer strong{color:var(--theme-primary)}.product-faq .question button{appearance:none;-webkit-appearance:none;-moz-appearance:none;border:0;background:transparent;color:var(--theme-blue);font-size:1em;font-weight:700;padding:0;cursor:pointer}.product-faq .question button:after{content:"▼";display:inline-block;margin-left:.5em;font-size:.75em;line-height:1em;position:relative;top:-2px}.product-faq .question .answer{height:0;overflow:hidden}.product-variations{position:relative}.product-variations__head{width:100%;display:flex;font-weight:700;padding:.5rem 0}.product-variations__head div{text-decoration:none;color:unset}.product-variations__item{width:100%;display:flex;align-items:center}.product-variations__item .price-login{margin-right:1rem}.product-variations__item:nth-child(odd){background-color:var(--grey-accent)}.product-variations__footer{display:flex;justify-content:end;align-items:center}.product-variations__footer button{margin-left:1.5rem}.product-variations__info{flex-grow:1}.product-variations__info,.product-variations__pricing{display:flex;align-items:center}.product-variations__pricing{justify-content:end}.product-variations .text-center{display:flex;justify-content:center;text-align:center}.product-variations__image{width:100px}.product-variations__image a{display:flex;align-items:center}.product-variations__article-number{width:200px;justify-content:start}.product-variations__product{flex-grow:1;width:420px}.product-variations__unit-price,.product-variations__amount,.product-variations__subtotal{width:140px}.product-variations__unit-price .add-to-cart__quantity-container,.product-variations__amount .add-to-cart__quantity-container,.product-variations__subtotal .add-to-cart__quantity-container{margin-right:0}.product-variations__advice-price{color:var(--font-light);width:100px}.product-variations .mobile-only{display:none}@media (max-width: 1320px){.product-variations__head .product-variations__article-number{display:none}.product-variations__item{padding:1rem 0}.product-variations__info{display:block}.product-variations__advice-price,.product-variations__unit-price,.product-variations__subtotal{width:105px}}@media (max-width: 990px){.product-variations__head{display:none}.product-variations__pricing,.product-variations__info{display:block}.product-variations__pricing div,.product-variations__info div{padding:5px 0}.product-variations__pricing .delivery-time,.product-variations__info .delivery-time{display:block;margin-top:10px}.product-variations__advice-price,.product-variations__unit-price,.product-variations__subtotal{width:unset}.product-variations__footer{position:fixed;bottom:0;left:0;background-color:#fff;width:100%;padding:1rem 2rem;justify-content:center;box-shadow:#00000040 0 54px 55px,#0000001f 0 -12px 30px,#0000001f 0 4px 6px,#0000002b 0 12px 13px,#00000017 0 -3px 5px}.product-variations .mobile-hidden{display:none}}@media (max-width: 750px){.product-variations__image{display:none}.product-variations__product{width:auto}.product-variations__pricing{padding-left:5px}.product-variations__pricing .add-to-cart__quantity-container input{width:45px}.product-variations__pricing .add-to-cart__quantity-container button{width:30px}}#cart .cart-buttons td{padding:16px 0}#cart .cart-buttons .cart-continue a.btn{display:inline-block}#cart .new-basket-table{width:100%}#cart .new-basket-table thead tr .new-basket-table__quantity{text-align:center}#cart .new-basket-table thead tr .new-basket-table__reference{text-align:left}#cart .new-basket-table tbody tr .new-basket-table__quantity,#cart .new-basket-table tbody tr .new-basket-table__reference{overflow:visible}#cart .new-basket-table tbody tr .new-basket-table__quantity .flex,#cart .new-basket-table tbody tr .new-basket-table__reference .flex{justify-content:center}#cart .new-basket-table tbody tr .new-basket-table__quantity .flex .mutator,#cart .new-basket-table tbody tr .new-basket-table__reference .flex .mutator{margin:0 .25em}#cart .new-basket-table tr:last-child td{border:none}#cart .new-basket-table tr td input[type=text]{margin:0}#cart .new-basket-table tr td input[type=text]:not(.new-basket-table__reference input[type=text]){text-align:center}#cart .new-basket-table tr td ul{margin:10px 0 0}#cart .new-basket-table tr td ul li:nth-child(2){font-weight:700}#cart .new-basket-table tr td.action,#cart .quantity{width:3em}.cart-prize{font-size:1em;font-weight:700;white-space:nowrap}.cart-prize td{padding-top:9px}.cart-upsell{display:flex;flex-wrap:wrap}.cart-upsell .add-to-cart__flex{display:block}.cart-upsell h3{flex-basis:100%}.cart-upsell .productdisp.single-product{margin-bottom:30px}.cart-upsell .productdisp.single-product h2{text-align:center;padding:0 1em;margin:0}.cart-upsell .productdisp.single-product h2 a{height:auto}.cart-upsell .productdisp.single-product .flex{display:block;text-align:center}.cart-upsell .productdisp.single-product .flex .images{max-width:none}.cart-upsell .productdisp.single-product .flex .images .image{width:auto}.cart-upsell .productdisp.single-product.single-product{width:25%;flex-basis:25%;display:flex;flex-direction:column}.cart-upsell .productdisp.single-product.single-product:not(:has(.add-to-cart)) .single-product-inner{justify-content:unset}.cart-upsell .productdisp.single-product.single-product .single-product-inner{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1}.cart-upsell .productdisp.single-product.single-product .product-cta{display:block;text-align:center}.cart-upsell .productdisp.single-product.single-product button.add-to-cart__btn{width:50%;display:inline-block}.cart-upsell .productdisp.single-product.single-product button.add-to-cart__btn img{padding:0}.cart-upsell .productdisp.single-product.single-product .delivery-time{width:100%;display:block}.add-to-cart__flex{display:flex}.add-to-cart__quantity-container{display:flex;margin-right:1rem}.add-to-cart__quantity-container *{box-sizing:border-box}.add-to-cart__quantity-container .add-to-cart__subtract{border-radius:3px 0 0 3px;background-image:url(/build/viadennis/images/minus-h-c-Z0th.svg)}.add-to-cart__quantity-container .add-to-cart__add{border-radius:0 3px 3px 0;background-image:url(/build/viadennis/images/plus-Ciz8kT3t.svg)}.add-to-cart__quantity-container .add-to-cart__subtract,.add-to-cart__quantity-container .add-to-cart__add{cursor:pointer;border:0;display:flex;position:relative;justify-content:center;align-items:center;font-weight:700;background-color:var(--color-cart-quantity-bg);color:var(--color-cart-quantity-icons)!important;transition:.15s ease-in-out all;min-width:32px;background-size:16px;background-repeat:no-repeat;background-position:center}.add-to-cart__quantity-container .add-to-cart__subtract:hover,.add-to-cart__quantity-container .add-to-cart__add:hover{background-color:var(--color-cart-quantity-hover);color:var(--color-cart-quantity-bg)!important}.add-to-cart__quantity-container .add-to-cart__disabled{background-color:var(--color-cart-quantity-disabled)!important;color:var(--color-cart-quantity-bg)!important}.add-to-cart__quantity-container .add-to-cart__disabled:hover{background-color:var(--color-cart-quantity-disabled);color:var(--color-cart-quantity-bg)}.add-to-cart__quantity-container .add-to-cart__quantity{margin:0;width:60px;-moz-appearance:textfield;text-align:center}.add-to-cart__quantity-container .add-to-cart__quantity::-webkit-outer-spin-button,.add-to-cart__quantity-container .add-to-cart__quantity::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.suggested-accessory{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999;display:flex;align-items:center;justify-content:center}.suggested-accessory__outer{position:fixed;top:0;left:0;width:100%;height:100%;background-color:var(--color-accessory-modal-outer-bg);z-index:990}.suggested-accessory__modal{width:600px;height:650px;border:1px solid var(--color-accessory-modal-border);border-radius:5px;box-shadow:#00000040 0 14px 28px,#00000038 0 10px 10px;display:flex;flex-direction:column;z-index:999}.suggested-accessory__modal--image{background-color:var(--color-accessory-modal-image-bg);flex-grow:1;border-top-left-radius:3px;border-top-right-radius:3px;position:relative;overflow:hidden;margin:0;width:100%;height:100%;display:flex;justify-content:center}.suggested-accessory__modal--image img{max-width:100%;max-height:100%;width:100%;height:auto;display:block;margin:auto;object-fit:cover}.suggested-accessory__modal__content{background:var(--color-accessory-modal-content-bg);border-top:1px solid var(--color-accessory-modal-border);padding:2rem;border-bottom-left-radius:3px;border-bottom-right-radius:3px;position:relative;text-align:center}.suggested-accessory__modal__content h2{font-size:24px!important;color:var(--color-accessory-modal-content-title);font-weight:700;margin:0;text-align:center}.suggested-accessory__modal__pricing{position:absolute;bottom:80%;right:7.5%}.suggested-accessory__modal__pricing--advice,.suggested-accessory__modal__pricing--actual{border-radius:50%;display:flex;justify-content:center;align-items:center;font-weight:700;width:fit-content;aspect-ratio:1}.suggested-accessory__modal__pricing--advice{color:var(--color-accessory-modal-pricing-advice-text);border:1px solid var(--color-accessory-modal-pricing-advice-text);background:var(--color-accessory-modal-pricing-advice-bg);position:relative;left:-35px;font-size:2em;padding:5px}.suggested-accessory__modal__pricing--advice:after{content:"";width:100%;height:100%;position:absolute;scale:1.1;background:linear-gradient(-20deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) calc(50% - 2px),var(--color-accessory-modal-border) 50%,rgba(0,0,0,0) calc(50% + 2px),rgba(0,0,0,0) 100%)}.suggested-accessory__modal__pricing--actual{background-color:var(--color-accessory-modal-pricing-actual-bg);color:var(--color-accessory-modal-pricing-actual-text);position:relative;top:-30px;font-size:3em;padding:10px}.suggested-accessory__modal__description{overflow:hidden;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;box-sizing:border-box;text-align:center;margin:1rem 0 2rem;color:var(--color-accessory-modal-content-text);font-size:17px}.suggested-accessory__modal__buttons{display:flex;width:100%;justify-content:center}.suggested-accessory__modal__buttons button{width:180px}.suggested-accessory__modal__buttons button:first-child{margin-right:1.5rem}@media screen and (max-width: 990px){.suggested-accessory__modal{width:80%;max-height:60%}.suggested-accessory__modal__content{padding:1.5rem}}.checkout__steps{display:flex;justify-content:space-between}.checkout__steps form{display:flex}.checkout__step{width:33.3%}.checkout__step:not(:last-child){margin-right:1rem}.checkout__step:not(:first-child){margin-left:1rem}.checkout__step__title{padding:2rem 0 1rem}.checkout__step__title:has(span) h2{margin-left:.5rem}.checkout__step__title:first-child{padding:0 0 1rem}.checkout__step__title span{display:inline-block;color:var(--theme-primary);border:1px solid var(--theme-primary-light);padding:2px 8px;font-size:1.375em;font-weight:700;border-radius:4px}.checkout__step__title h2{display:inline-block;color:var(--theme-primary);font-size:1.25em;margin:0}.checkout__step__title p{padding:.5rem 0 0;margin:0;color:var(--font-light)}.checkout__login{margin-bottom:1rem}.checkout__shipping-addresses h3{margin:3rem 0 1rem}.checkout__shipping-addresses .modal:has(.modal--page.show) form div{width:100%}.checkout__shipping-addresses__preview{color:var(--color-font-primary);font-weight:unset}.checkout__shipping-addresses__preview .shipping-addresses__item{width:100%}.checkout__shipping-addresses__preview:hover{text-decoration:none;cursor:pointer;color:inherit;font-weight:inherit}.checkout__shipping-addresses__preview:hover .shipping-addresses__item{background-color:var(--grey-accent);cursor:pointer}.checkout__new-shipping-address{margin-top:.5rem}.checkout__new-shipping-address h3{margin-top:2rem}.checkout__create-account{margin-top:1rem}.checkout__create-account .form-group__checkbox{margin-top:1rem;margin-bottom:2rem}.checkout__payment-methods .form-group__radio:not(:first-child){margin-top:.75rem}@media only screen and (max-width: 989px){.checkout__payment-methods .form-group__radio:not(:first-child){margin-top:1rem}}.checkout__delivery-methods .form-group__radio:not(:first-child),.checkout__delivery-methods .form-group__checkbox:not(:first-child){margin-top:1rem}.checkout__delivery-methods .form-group__inner-form .form-group__checkbox__input label{color:var(--color-font-primary)}.checkout__order-overview table{width:100%}.checkout__order-overview table thead td{color:var(--font-light);font-weight:700;font-size:15px}.checkout__order-overview table tr:last-child{font-weight:700;font-size:15px}.checkout__order-overview table td{padding:3px 6px}.checkout__order-overview table td:last-child{text-align:right}.checkout__order-overview__divider{margin:.3rem 0}.checkout__coupon{margin-top:1rem}.checkout__coupon .form-group{margin-top:.5rem;display:flex}.checkout__coupon .form-group input{margin:0 .5rem 0 0}.checkout__coupon .form-group .btn{padding:0 2rem}.checkout__submit__button{width:100%;margin:1.5rem 0}.checkout__submit__disclaimer{color:var(--font-light)}.checkout .usplist{margin-top:1rem;text-align:right}.checkout .usplist li{padding-right:2rem}.checkout .usplist li:after{right:0;left:unset}@media only screen and (max-width: 989px){.checkout .usplist li:after{left:0}}.checkout__error{margin-bottom:1rem}.checkout .limit-warning{margin-top:1rem}.checkout__pickup-locations .modal{height:100%;width:90%}.checkout__pickup-locations .modal hr{margin:1.25rem 0}.checkout .pickup-locations{height:100%;display:flex;flex-direction:column}.checkout .pickup-locations__content{display:flex;height:100%}.checkout .pickup-locations__grid{width:100%;display:flex;flex-direction:column}.checkout .pickup-locations__items{overflow-y:auto}.checkout .pickup-locations__preview .pickup-locations__item{display:block;width:100%}.checkout .pickup-locations__preview .btn.btn-link{margin-top:1rem;width:fit-content}.checkout .pickup-locations__input input{width:100%;margin-bottom:1rem}.checkout .pickup-locations:has(.pickup-locations__info) .pickup-locations__input input{width:calc(100% - 1rem)}.checkout .pickup-locations:has(.pickup-locations__info) .pickup-locations__grid{width:60%}.checkout .pickup-locations:not(.pickup-locations__info) .pickup-locations__input input{margin-right:0}.checkout .pickup-locations:not(.pickup-locations__info) .pickup-locations__empty{width:calc(100% - 2rem)}.checkout .pickup-locations__item{position:relative;width:calc(50% - 1rem);border:1px solid var(--grey-heavy-accent);border-radius:3px;margin-bottom:1rem;color:unset;box-sizing:border-box;-webkit-user-select:none;user-select:none;height:fit-content;display:inline-block}.checkout .pickup-locations__item:nth-last-child(-n+2){margin-bottom:0}.checkout .pickup-locations__item a{display:block;padding:1rem;color:unset}.checkout .pickup-locations__item__info span{color:var(--font-light);font-weight:400;display:block}.checkout .pickup-locations__item__info__address{margin-bottom:.5rem}.checkout .pickup-locations__item__info__address span,.checkout .pickup-locations__item__info__opening-hours span{position:relative;padding-left:1.5rem}.checkout .pickup-locations__item__info__address span:before,.checkout .pickup-locations__item__info__opening-hours span:before{content:"";position:absolute;top:1px;left:0;width:100%;height:100%;-webkit-mask-image:url(/build/viadennis/images/location-dot-z9nmkYxD.svg);mask-image:url(/build/viadennis/images/location-dot-z9nmkYxD.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:14px;mask-size:14px;background-color:var(--theme-primary)}.checkout .pickup-locations__item__info__opening-hours span:before{top:2px;-webkit-mask-image:url(/build/viadennis/images/clock-WyIxE6Vs.svg);mask-image:url(/build/viadennis/images/clock-WyIxE6Vs.svg)}.checkout .pickup-locations__item__info__choose{margin-top:.5rem}.checkout .pickup-locations__item__info__name{padding-right:4.5rem}.checkout .pickup-locations__item.active{border:1px solid var(--theme-blue-light);box-shadow:1px 2px 2px #0000001a}.checkout .pickup-locations__item:nth-child(2n){margin-left:.7rem}.checkout .pickup-locations__item:hover{text-decoration:none;background-color:var(--grey-accent);cursor:pointer}.checkout .pickup-locations__item a:hover{text-decoration:none}.checkout .pickup-locations__info{border:1px solid var(--grey-heavy-accent);flex-grow:1;margin-left:1rem;padding:1rem;border-radius:3px;display:flex;flex-direction:column}.checkout .pickup-locations__info p{margin:0;padding:0}.checkout .pickup-locations__info h3{color:unset;margin-bottom:.5rem;margin-top:.5rem;padding-right:4.5rem}.checkout .pickup-locations__info .btn{margin-top:1rem}.checkout .pickup-locations__info .pickup-locations__distance{top:.5rem;right:0;color:var(--font-light)}.checkout .pickup-locations__info .pickup-locations__item{width:100%;border:0;-webkit-user-select:auto;user-select:auto}.checkout .pickup-locations__info .pickup-locations__item:hover{background-color:transparent;cursor:unset}.checkout .pickup-locations__info .pickup-locations__item__info__address,.checkout .pickup-locations__info .pickup-locations__item__info__opening-hours{margin-top:.5rem;display:flex}.checkout .pickup-locations__info table{margin-left:1.5rem;margin-top:.5rem}.checkout .pickup-locations__info table td.bold{font-weight:700}.checkout .pickup-locations__info table td:nth-child(odd){padding-right:1rem}.checkout .pickup-locations__info table td:nth-child(2n){color:var(--font-light)}.checkout .pickup-locations__info__map{height:300px;width:100%}.checkout .pickup-locations__info__map__marker,.checkout .pickup-locations__info__map__marker img{position:relative}.checkout .pickup-locations__info__map__marker__label{font-size:12px;color:#000;font-weight:500;position:absolute;left:30px;top:35px;width:fit-content;white-space:nowrap;text-shadow:-1px -1px 0 white,1px -1px 0 white,-1px 1px 0 white,1px 1px 0 white}.checkout .pickup-locations__info__map__marker[data-hidden=true] span{display:none}.checkout .pickup-locations__info__map__marker[data-focus=true]:after{position:absolute;top:-8%;left:-1%;content:"";display:block;width:78%;height:78%;border-radius:50%;border:5px solid var(--theme-blue-light);box-shadow:1px 2px 2px #0000001a;z-index:100}.checkout .pickup-locations__distance{position:absolute;right:1rem;top:1rem;font-weight:400;margin-top:0}.checkout .pickup-locations__more-info{position:absolute;bottom:1rem;right:1rem;text-decoration:underline}.checkout .pickup-locations b{display:block;margin-bottom:.5rem}.checkout .pickup-locations__empty{height:fit-content;width:100%}.checkout .pickup-locations div[role=dialog],.checkout .pickup-locations .gm-style-iw-tc{display:none}@media only screen and (max-width: 1300px){.checkout .pickup-locations__grid{width:calc(60% - .5rem)}.checkout .pickup-locations__item{width:calc(100% - 1rem);margin-right:1rem}.checkout .pickup-locations__item:nth-child(2n){margin-left:0}.checkout .pickup-locations__item:last-child{margin-top:1rem}.checkout .pickup-locations.pickup-locations__preview .pickup-locations__item{margin-top:0}}@media only screen and (max-width: 989px){.checkout h1,.checkout h3{text-align:left}.checkout__steps form{flex-direction:column}.checkout__step{width:100%;margin-left:0!important;margin-right:1rem!important}.checkout__step:first-child .checkout__step__title{margin-top:1.5rem}.checkout__step__title{margin-top:3rem;padding-top:0}.checkout__shipping-addresses h3{margin-top:3rem}.checkout__shipping-addresses .modal .shipping-addresses__grid{display:block}.checkout__shipping-addresses .modal .shipping-addresses__item{width:100%}.checkout .usplist li{text-align:left;padding-left:25px;background-position:left center}.checkout__pickup-locations .modal{width:100%;height:100%}.checkout__pickup-locations .modal__body{padding:1rem;height:calc(100% - 56px);position:absolute;bottom:0;width:100%}.checkout__pickup-locations .modal__content{display:contents}.checkout .pickup-locations{display:flex;flex-direction:column;height:100%}.checkout .pickup-locations__content{overflow-y:hidden}.checkout .pickup-locations__grid{width:100%!important;max-height:none;overflow:auto}.checkout .pickup-locations__info{margin-left:0}.checkout .pickup-locations__info .pickup-locations__item{display:block}.checkout .pickup-locations__info__map{height:100%}.checkout .pickup-locations__input input{width:100%!important}.checkout .pickup-locations__item{margin-right:0;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center;width:100%}.checkout .pickup-locations__item:nth-child(odd){margin-right:0}.checkout .pickup-locations__item__info__name{margin-bottom:.5rem}.checkout .pickup-locations__item__info__name span{display:unset}.checkout .pickup-locations__item__info__name b{display:unset;margin-right:.25rem}.checkout .pickup-locations__input input{width:100%;margin-bottom:1rem}.checkout .pickup-locations__more-info{width:60px;bottom:0;right:0;height:60px;margin-bottom:0;font-size:0}.checkout .pickup-locations__more-info:hover{opacity:.75;transition:.25s}.checkout .pickup-locations__more-info:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;-webkit-mask-image:url(/build/viadennis/images/circle-info-light-fIuodXcJ.svg);mask-image:url(/build/viadennis/images/circle-info-light-fIuodXcJ.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:50%;mask-size:50%;background-color:var(--color-font-accent)}}@media only screen and (min-width: 990px){.checkout__pickup-locations .modal{max-height:700px}.checkout__pickup-locations .pickup-locations__content{position:relative}.checkout__pickup-locations .modal__body{height:fit-content!important}.checkout__pickup-locations .modal__back{visibility:hidden}.checkout__pickup-locations .modal--page{width:fit-content;position:relative;left:0}}.checkout .shipping-addresses__item:has(.shipping-addresses__content:hover){background-color:var(--grey-accent);cursor:pointer}#login .box p{margin:1em 0}#btn-createaccount{margin-top:1em}.my-account{display:flex;margin-bottom:2rem;min-height:482px}.my-account__tabs{margin-right:1.5rem}.my-account__tabs__button{display:block;padding:1rem 2rem;background-color:var(--grey-accent);border:none;border-bottom:1px solid var(--grey-heavy-accent);text-align:left;text-decoration:none;color:var(--theme-blue);font-weight:700}.my-account__tabs__button--logout{display:block;padding:1rem 2rem}.my-account__tabs__button.active{background-color:#fff;border:1px solid var(--grey-accent)}.my-account__tabs__button:hover{cursor:pointer}.my-account__order .blocks{display:flex}.my-account__order .grid-block{display:flex;flex-direction:column;float:unset}.my-account__order .bordered-box{flex-grow:1}.my-account h3{margin-top:0}.my-account .bordered-box{border:1px solid var(--grey-heavy-accent);padding:1em}.my-account .bordered-box h3{font-size:1em;margin-bottom:.5rem}.my-account .grid-block:not(:last-child) .bordered-box{border-right:0}@media screen and (max-width: 989px){.my-account h3{margin-top:2rem}.my-account .blocks{flex-direction:column}.my-account .blocks .bordered-box{border-right:1px solid var(--grey-heavy-accent)!important}.my-account .blocks h3{text-align:left;margin-top:0}}.shipping-addresses__grid{display:flex;flex-wrap:wrap;align-items:stretch}.shipping-addresses__item{position:relative;width:calc(50% - .5rem);padding:1rem;border:1px solid var(--grey-heavy-accent);border-radius:3px;margin-bottom:1rem}.shipping-addresses__item.active{border:1px solid var(--theme-blue-light);box-shadow:1px 2px 2px #0000001a}.shipping-addresses__item:nth-child(odd){margin-right:1rem}.shipping-addresses__content,.shipping-addresses__content:hover{color:unset;font-weight:400;box-sizing:border-box;text-decoration:none}.shipping-addresses__status{display:flex;flex-direction:column;position:absolute;right:1rem;top:1rem;text-align:right}.shipping-addresses__standard,.shipping-addresses__selected{color:var(--font-light);font-size:.825em}.shipping-addresses__add{margin-top:1rem}.shipping-addresses__actions{display:flex;justify-content:end;margin-top:.5rem;font-size:.85em}.shipping-addresses__actions:has(.shipping-addresses__actions--set-default){justify-content:space-between}.shipping-addresses__actions--remove{float:right}.shipping-addresses__actions--remove:before{content:"";display:block;width:1.2em;height:1.2em;-webkit-mask-image:url(/build/viadennis/images/xmark-BL5i59TA.svg);mask-image:url(/build/viadennis/images/xmark-BL5i59TA.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background-color:var(--theme-red);position:absolute;margin-left:-1.25rem}@media screen and (max-width: 989px){.shipping-addresses__item{width:100%;margin-right:0!important}.shipping-addresses__status{position:unset;text-align:left;margin-bottom:.5rem}}@media screen and (max-width: 500px){#myaccount_orders .mobile-hidden{display:none}}.account__create h3{margin:2rem 0 1rem;text-align:left}.account__create h3:first-child{margin-top:1rem}.account__create .message--error,.account__create .large-note{margin-top:2rem}.account-table{width:100%;margin:20px 0}.account-table thead th{background-color:var(--grey-accent);text-align:left;padding:.5em .75em;border-bottom:2px solid var(--grey-heavy-accent);font-weight:400}.account-table tbody td{padding:.5em .75em;border-bottom:1px solid var(--grey-heavy-accent)}.account-table img.thumbnail{width:82px;height:82px}.order-items.grid-block{display:flex;flex-direction:column}.order-items.grid-block .order-items__item__actions{display:flex;justify-content:space-between;align-items:center}.order-items.grid-block h3,.order-items.grid-block p{margin-bottom:0}.order-items.grid-block .searchbox-wrapper{position:relative!important;width:100%!important}.order-items.grid-block .searchbox-wrapper input[type=search]{margin:1rem 0}.order-items.grid-block #myaccount_orders{margin:0}.order-items.grid-block__item{transition:.25s}.order-items.grid-block__item.active{background-color:var(--grey-accent)}.order-items.grid-block__item__actions{display:flex;justify-content:space-between;align-items:center}.order-items.grid-block__item__actions .add-to-cart__btn{min-width:125px;margin-left:1rem}@media screen and (max-width: 1320px){.order-items.grid-block .mobile-hidden{display:none}}@media screen and (max-width: 800px){.order-items.grid-block .searchbox-wrapper{display:flex;justify-content:center;margin:1rem 0}.order-items.grid-block .searchbox-wrapper input[type=search]{margin:0}.order-items.grid-block .order-items__item__actions{display:table-cell;text-align:right}.order-items.grid-block .order-items__item__actions .add-to-cart{display:none}.order-items.grid-block .mobile-50{width:50%!important}}@media screen and (max-width: 650px){#myaccount_invoices td:not(:first-of-type){min-width:75px}.btn[data-live-action-param=paySelectedInvoices]{display:block;margin:auto}}.return-item{font-size:12px;padding:.5em;border:1px solid var(--grey-accent);display:inline-block;vertical-align:middle}.return-item img{width:82px;height:82px;display:inline-block;vertical-align:middle}.return-item .return-item-description{padding-left:8px;display:inline-block;width:calc(100% - 86px);box-sizing:border-box;vertical-align:middle}.loader{display:none}.loader.active{display:block!important}.loader,.loader__live{display:none;position:fixed;width:100px;height:100px;left:calc(50% - 50px);top:calc(50% - 50px);padding:10px;box-sizing:border-box;border-radius:5px;box-shadow:0 0 3px #00000026;z-index:999}.loader:before,.loader__live:before{content:" ";background-color:#000;opacity:.125;position:absolute;left:0;top:0;width:100%;height:100%}.lds-ring{display:inline-block;position:relative;width:80px;height:80px}.lds-ring div{box-sizing:border-box;display:block;position:absolute;width:64px;height:64px;margin:8px;border:8px solid var(--theme-primary);border-radius:50%;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:var(--theme-primary) transparent transparent transparent}.lds-ring div:nth-child(1){animation-delay:-.45s}.lds-ring div:nth-child(2){animation-delay:-.3s}.lds-ring div:nth-child(3){animation-delay:-.15s}@keyframes lds-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media screen and (min-width: 802px){#productinfo .half{width:50%;float:left;display:block;position:relative;box-sizing:border-box}#cart tr td{border-bottom:1px solid var(--grey-heavy-accent);padding:9px 0;color:var(--color-font-primary);border-collapse:collapse;border-spacing:0}#cart tr td a.cart_remove{float:right;margin-top:4px}#cart .new-basket-table{padding-bottom:16px}#cart tbody tr:first-child td{border-top:1px solid var(--grey-heavy-accent)}#cart tbody tr:first-child td tr td:nth-child(2){text-align:left}#cart tbody tr:first-child td tr td:nth-child(4){width:80px;text-align:center}#cart tbody tr:first-child td tr td.new-basket-plus-minus-buttons{margin-top:22px;margin-left:7px;border:none}#cart thead tr td:nth-child(2){text-align:left}#cart thead tr td{text-align:right;color:var(--color-font-primary)}#cart .new-basket-img-td{width:100px;object-fit:contain}#cart .new-basket-total{font-weight:700;text-align:right}#cart .new-basket-subtotal{text-align:right}#cart .new-basket-checkout-div{width:100%;text-align:right}#cart .new-basket-plus-minus-buttons{text-align:right}.partnumbers ul:not(.pagination),#notebook_models_container ul:not(.pagination){float:left;width:50%}.product-body .related-products .productdisp.single-product{margin:2.5em 0;min-width:395px}#products{margin-top:3em;display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;grid-gap:4em}#products .productdisp.single-product .specifications .info{padding-right:0}#products .productdisp.single-product:nth-child(odd){-ms-grid-column:1}#products .productdisp.single-product:nth-child(2n){-ms-grid-column:2}#products .productdisp.single-product:nth-child(3){-ms-grid-row:2}#products .productdisp.single-product:nth-child(4){-ms-grid-row:2}#products .productdisp.single-product:nth-child(5){-ms-grid-row:3}#products .productdisp.single-product:nth-child(6){-ms-grid-row:3}#products .productdisp.single-product:nth-child(7){-ms-grid-row:4}#products .productdisp.single-product:nth-child(8){-ms-grid-row:4}#products .productdisp.single-product:nth-child(9){-ms-grid-row:5}#products .productdisp.single-product:nth-child(10){-ms-grid-row:5}#products .productdisp.single-product:nth-child(11){-ms-grid-row:6}#products .productdisp.single-product:nth-child(12){-ms-grid-row:6}#products .productdisp.single-product:nth-child(13){-ms-grid-row:7}#products .productdisp.single-product:nth-child(14){-ms-grid-row:7}#products .productdisp.single-product:nth-child(15){-ms-grid-row:8}#products .productdisp.single-product:nth-child(16){-ms-grid-row:8}#products .productdisp.single-product:nth-child(17){-ms-grid-row:9}#products .productdisp.single-product:nth-child(18){-ms-grid-row:9}#products .productdisp.single-product:nth-child(19){-ms-grid-row:10}#products .productdisp.single-product:nth-child(20){-ms-grid-row:10}#products .productdisp.single-product:nth-child(21){-ms-grid-row:11}#products .productdisp.single-product:nth-child(22){-ms-grid-row:11}#products .productdisp.single-product:nth-child(23){-ms-grid-row:12}#products .productdisp.single-product:nth-child(24){-ms-grid-row:12}#products .productdisp.single-product:nth-child(25){-ms-grid-row:13}#products .productdisp.single-product:nth-child(26){-ms-grid-row:13}#products .productdisp.single-product:nth-child(27){-ms-grid-row:14}#products .productdisp.single-product:nth-child(28){-ms-grid-row:14}#products .productdisp.single-product:nth-child(29){-ms-grid-row:15}#products .productdisp.single-product:nth-child(30){-ms-grid-row:15}.product-upsell-products{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;grid-gap:1em}.product-upsell-products .productdisp{display:flex;flex-direction:column;height:100%;justify-content:space-between}.product-upsell-products .images{max-width:80px!important}.review-name{float:left;width:20%;box-sizing:border-box;padding-right:12px}.review-content{float:left;width:79%;box-sizing:border-box}#compatibility .block-40{width:40%}#compatibility .block-60{width:60%}.related-products__title{text-align:center}}@media screen and (max-width: 1320px){#productinfo.productdisp .flex.product-basic .info{margin-top:1em}#productinfo .product-body .related-products{padding-left:0}#productinfo #related_products .productdisp.single-product .specifications{margin:0 auto;width:50%;min-width:300px}.cart-upsell .single-product h2 a{height:3em;display:block;text-align:center}.md-center{text-align:center}.maincnt{width:960px;padding:0 15px;box-sizing:border-box}.flex:not(.lg){display:block}.flex.lg{display:flex}.flex .info table{text-align:left}.flex .pricing{margin:1em 0}.images{display:inline-block}}@media screen and (min-width: 990px){.compensate-for-scrollbar #logos{right:8px}.touch,.untouch,#mobile_usps{display:none}.top-right-links__icon:before{display:block;position:relative;width:32px;height:32px;content:"";left:50%;margin-left:-16px}.top-right-links a.cart:before{background:url(/build/viadennis/images/cart-B0kjB2YH.svg) center center no-repeat;background-size:contain}.top-right-links a.account:before{background:url(/build/viadennis/images/account-DDH18D-I.svg) center center no-repeat;background-size:contain}.top-right-links .a.checkout{display:none}.productdisp .pricing{margin:1em auto}.maintext ul li:nth-child(10n+1) a,.brandlist ul li:nth-child(10n+1) a{border-left:1px solid transparent}#login .box{min-height:266px}#blockmiddle{padding-left:2em}.maincnt{position:relative}.productdisp .pricing{width:350px}.productdisp .info{padding:0 1em;box-sizing:border-box}#content .cart-upsell .productdisp .pricing{margin:0;width:auto}#content .cart-upsell .productdisp .info{padding:0}.block-25{width:25%}.block-33{width:33.3%}.block-40{width:40%}.block-50{width:50%}.block-50.centered{margin-left:25%}.block-60{width:60%}.block-66{width:66.6%}.block-75{width:75%}.block-75.centered{margin-left:12.5%}.grid-block.spaced:nth-child(2){padding-left:1em}#main_nav{background-color:var(--theme-secondary)}#main_nav .nav-items{display:flex}#main_nav .nav-item{padding:1em 1em 1em 0;font-weight:700;position:relative;box-sizing:border-box;height:51px}#main_nav .nav-item.last-item{margin-left:auto;padding-right:0}#main_nav .nav-item:hover{border-bottom:4px solid var(--theme-blue)}#main_nav .nav-item:hover .submenu{display:block}#main_nav .nav-item .submenu .submenu-item{display:block;color:#fff;font-weight:400;padding:.125em}#main_nav .nav-item:not(:first-child){padding-left:1em}}@media screen and (min-width: 1320px){.product-upsell-products{-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr}.single-product.with-variations .images{padding-right:0;margin:auto}.single-product.with-variations .specifications{display:none}}@media screen and (max-width: 1320px) and (min-width: 990px){.related-products{border-top:1px solid var(--grey-heavy-accent)}.productdisp.single-product .specifications .info{padding:0}}@media screen and (max-width: 1320px) and (min-width: 785px){#content .product-body .related-products{display:flex;flex-wrap:wrap}#content .product-body .related-products h3.related{flex-basis:100%;text-align:left}#content .product-body .related-products .products.info{display:flex;flex-basis:50%;width:50%;padding:1em 2em;border-bottom:1px solid var(--grey-heavy-accent)}#content .product-body .related-products .products.info:last-child,#content .product-body .related-products .products.info:nth-last-child(2):nth-child(2n){border-bottom:0}#content .product-body .related-products .products.info .productdisp.single-product{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;min-width:350px}}@media screen and (max-width: 989px){body.search-focus-active .logo-link{opacity:0;pointer-events:none}main{margin-top:10px}header .maincnt{padding:0}.flex.lg{display:block}#usps{display:none}#mobile_usps{position:relative;text-align:center;padding:12px 0;border-bottom:1px solid var(--grey-accent)}#mobile_usps img{margin-right:.5em;height:12px;width:auto}#mobile_usps strong{color:var(--theme-blue)}#content .cart-upsell .productdisp.single-product{width:50%;flex-basis:50%}#products .best-product,#products .best-product:visited{top:-.75rem}#productinfo.productdisp h1,#productinfo.productdisp .product-basic,#productinfo.productdisp .product-basic .product-description .price-login{text-align:center}#productinfo .product-faq{margin-bottom:3em}#main_nav{overflow:hidden;width:48px;height:48px;background:url(/build/viadennis/images/icon-dropdown-vyisJGOC.png) 12px 16px no-repeat;position:fixed;top:0;z-index:100;background-size:32px 32px}#main_nav .touch{width:48px;height:48px;background:none;border:none;display:block;pointer-events:all;position:absolute;left:4px;top:4px}#main_nav .untouch{width:100%;height:100%;display:none;background:none;border:none;pointer-events:none;position:fixed;left:0;top:0}#main_nav .nav-items{display:none;position:fixed;top:64px;left:0;box-sizing:border-box;width:100%}#main_nav.visible{overflow:visible}#main_nav.visible .untouch{display:block;pointer-events:all}#main_nav.visible .nav-items{display:block;background-color:var(--theme-blue)}#main_nav.visible .nav-items .nav-item a{padding:16px;display:block;border-bottom:1px solid var(--theme-blue);border-top:1px solid var(--theme-blue-dark)}#myaccount.innerbox{display:block;padding:0}#myaccount.innerbox .my-account__tabs{display:block;margin-right:0}#myaccount_orders .mobile-hidden{display:none}#myaccount.innerbox .grid-block:not(:last-child) .bordered-box{border-right:1px solid var(--grey-accent);border-bottom:none}.maincnt{width:100%;z-index:1;padding-bottom:0;border:none}#logos{padding:0}#logos .marks-wrapper{display:none}#logos a.logo-link{height:48px;margin:0 auto;background-size:contain;float:none;display:block}.extraproducts .container,.productdisp,ul.altarticlenums,ul.suitablefor{width:100%}.top-right-links{display:table;width:100%}.top-right-links a{display:table-cell;text-align:center;float:none;background-color:#fff;height:32px;vertical-align:middle;border:1px solid var(--grey-heavy-accent);font-size:14px}.top-right-links a:last-child{border-right:none}.top-right-links a.cart span.cart-counter{right:14px;top:2px}#logos .top-right-links a.marks{display:none}.maintext ul,img,h3,.twothird h3,.productdisp .extraimgcnt{max-width:100%}.maintext ul:after{content:" ";clear:both;display:table}#cart{width:100%;margin:0}#cart .hrpx{width:100%}#cart #priceblock{width:300px}#cart #priceblock:after{content:" ";clear:both;display:table}#cart #priceblock img#pay{margin:24px 0}#cart #priceblock #moreshopping{margin-bottom:0;margin-top:0}#cart #priceblock .tr a{color:var(--color-font-primary);max-width:240px;display:inline-block;text-decoration:none}#cart #priceblock .tr div.trbin{margin-left:24px}#onepagecheckout #blockaddress,#myaccount .blockaddress,#onepagecheckout #blockpayment,#myaccount #blockpayment,#onepagecheckout #blockcheck,#myaccount #blockcheck,#onepagecheckout #form,#myaccount #form{width:100%;box-sizing:border-box}#onepagecheckout #blockaddress,#onepagecheckout #blockpayment,#onepagecheckout #blockcheck{border-bottom:1px solid var(--grey-heavy-accent);margin-bottom:32px;padding-bottom:12px}#onepagecheckout #blockpayment #paymethodscnt .paymeth{padding:12px 0;margin:0;border-bottom:1px solid var(--grey-heavy-accent)}#onepagecheckout #blockpayment #paymethodscnt .paymeth .secondary-select{padding-top:12px;padding-left:30px}#onepagecheckout #blockpayment #paymethodscnt .paymeth .txt{width:85%;display:inline-block;box-sizing:border-box;margin:0;text-indent:0}#onepagecheckout #blockpayment #paymethodscnt input{box-sizing:border-box;margin:0 8px;max-width:100%}#onepagecheckout #blockpayment #paymethodscnt #blockcheck .hsubtotal{font-weight:700;float:right}#onepagecheckout #blockpayment #paymethodscnt #blockcheck .line{width:95%;background-color:var(--grey-heavy-accent);margin:9px 0}#onepagecheckout #blockpayment #paymethodscnt #blockcheck-bottom{text-align:center}.pluginButton{margin:12px}#content .productdisp .info,#content .productdisp .info table{width:100%}#content .productdisp .info table td{padding:.35em .5em;width:50%;box-sizing:border-box}.marks{display:none}.product-upsell-products .productdisp .images{width:auto;max-width:none!important}.product-upsell-products .productdisp .images .image{width:auto}.product-upsell-products .productdisp .images .image img{width:186px}}@media screen and (min-width: 802px) and (max-width: 989px){.maintext ul li,.brandlist ul li{width:20%}.maintext ul li:nth-child(5n+1) a,.brandlist ul li:nth-child(5n+1) a{border-left:1px solid transparent}}@media screen and (max-width: 801px){body:has(.product-footer) .TrengoWidgetLauncher__iframe{bottom:6.5rem}main{margin-top:10px}p,a,label,select,input,table{font-size:14px}h1,h2,h3,h4,h5{text-align:center}#content .cart-upsell .productdisp.single-product{width:100%;margin:1.5em 0}#content .cart-upsell .productdisp.single-product button.add-to-cart__btn{min-width:0}.productdisp.single-product .review-hover{max-width:320px;margin-left:-160px}.mb-hidden{display:none}#logos a.logo-link{height:48px}#main_nav{background:url(/build/viadennis/images/icon-dropdown-vyisJGOC.png) 10px 10px no-repeat;background-size:32px 32px}#main_nav .nav-items{top:48px}select,input[type=text],input[type=password],input[type=email]{padding:12px;font-size:14px}#content{width:100%;margin-left:0}#footer_bar .section,.productdisp ul{width:100%}#products .images{max-width:none;padding:0}#products .productdisp.single-product{margin:3em 0}.brand-list-logo{width:64px;height:64px;float:right;margin-left:1.5em}#productinfo #product_description .product-reviews{text-align:center}footer .footer-qualitymarks .mark{padding:1.45vh}#usplist,#usplist h2{text-align:center}#usplist li{background:none}#cart #usplist:before{content:" ";clear:both;display:table}.productdisp .info p{width:100%;text-align:center;margin-top:32px}.productdisp p{line-height:1.6}.productdisp p .searchresult a{padding:4px 0;border-bottom:1px solid var(--grey-heavy-accent);width:100%;margin:0}.productdisp ul{text-align:center}.productdisp ul li{padding:4px 0;border-bottom:1px solid var(--grey-heavy-accent);width:100%;margin:0}.productdisp ul li a{display:inline-block;width:100%;box-sizing:border-box}.productdisp.typeselector{white-space:normal}.productdisp.typeselector a{min-width:150px}.related.productdisp{max-width:100%}.related.productdisp a{width:50%;box-sizing:border-box;margin:0;border-radius:3px}.extraproducts{display:none}.typeselector{text-align:center}.searchresult{width:100%;text-align:center;box-sizing:border-box}.onTopOfEverything{background-size:contain;margin:0;position:fixed;display:inline-block;width:300px;height:224px;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.yesCord{left:50%;top:50%;margin-left:-50px;margin-top:72px;width:44px;height:18px}.noCord{left:50%;top:50%;margin-left:1px;margin-top:72px;width:44px;height:18px}.product-compatibility__row{display:block;width:100%}.product-compatibility__column{width:100%!important;margin-left:0!important}.product-compatibility__column label{display:none}.product-compatibility__list{display:flex;flex-direction:column}.product-compatibility__list ul li a{text-align:left}#footer_bar .section{margin:1em 0}#footer_bar .section ul{margin:0;width:100%}#footer_bar .section ul li{text-align:center;padding:8px 0}#footer_bar .section ul li a{font-size:16px;width:100%;display:inline-block;padding:2px 0}#footer_bar h2{margin:0;text-align:center;width:100%}#content .maintext p a{padding:0 8px;display:inline-block}.pluginButton{display:none}.magsafe-block,.magsafe-type{width:100%;float:none;box-sizing:border-box}.magsafe-type{text-align:center}.magsafe-type span{left:50%;margin-left:-88px}#cart thead{display:none}#cart table tr{display:block;border-bottom:1px solid var(--grey-heavy-accent);padding:9px 0;color:var(--color-font-primary)}#cart table tr:last-child{border-bottom:none}#cart table tr td{display:block;width:100%;text-align:center}#cart table tr td .mutator{margin-top:.75em!important}#cart table tr td input[type=text].quantity{width:5em;margin:.75em .75em 0}#cart table tr td.action{width:100%!important;padding-right:0!important}#cart .new-basket-table__reference{display:none}#cart .new-basket-plus-minus-buttons{left:50%;margin-left:-35px}#cart .new-basket-subtotal{font-weight:600;margin-top:9px;color:var(--color-font-primary)}.cart-buttons{min-height:166px;position:relative}.cart-continue{position:absolute;bottom:18px}.cart-checkout{position:absolute;top:18px}.account-table img.thumbnail{display:none}}@media screen and (min-width: 501px) and (max-width: 800px){.maintext ul li,.brandlist ul li{width:25%}.maintext ul li:nth-child(4n+1) a,.brandlist ul li:nth-child(4n+1) a{border-left:1px solid transparent}}@media screen and (max-width: 500px){#content .cart-upsell .productdisp.single-product{font-size:14px;width:100%;flex-basis:100%}#content .cart-upsell .productdisp.single-product h2 a{max-height:44px}#content .cart-upsell .productdisp.single-product button.add-to-cart__btn span{font-size:0}#myaccount_orders tbody td,#myaccount_orders thead th{padding:.25em;font-size:.875em}body.locked{overflow:hidden}.maintext ul li,.brandlist ul li{width:33.33%}.maintext ul li:nth-child(3n+1) a,.brandlist ul li:nth-child(3n+1) a{border-left:1px solid transparent}.specify-search span{display:none}.specify-search span input{margin:0;width:100%}.top-right-links a{font-size:12px}.top-right-links a.cart span.cart-counter{right:4px;top:4px}.tip-item-cont{width:45%;margin:0 8px}.hp-block{width:40%;padding:0 25px}.hp-block .magsafe-type{width:100%;margin:10px 0;box-sizing:border-box}.tip-wrapper{margin:0}.breadcrumbs{margin:0 -10px;padding:10px;border-bottom:1px solid #fafafa;white-space:nowrap;overflow-x:scroll;scrollbar-width:none;-ms-overflow-style:-ms-autohiding-scrollbar}.breadcrumbs span,.breadcrumbs>em,.breadcrumbs>a{display:none}.breadcrumbs span:nth-last-child(3),.breadcrumbs span:nth-child(3){background:none;padding-left:0}.breadcrumbs span:last-child,.breadcrumbs span:nth-last-child(2),.breadcrumbs span:nth-last-child(3){display:inline}}.partnumbers,.models-list,.product-compatibility,#product_compatibility,.specifications{-webkit-user-select:none;user-select:none}.product-body.flex{align-items:flex-start}.product-body .specifications.specifications-grouped .info{padding:0}.product-body .specifications.specifications-grouped h5{margin-bottom:.75em}.product-body .specifications.specifications-grouped tr td{width:300px;box-sizing:border-box;padding-left:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.product-body .specifications.specifications-grouped tr td.help:first-child{width:24px!important;text-align:center;cursor:help;padding-left:10px;position:relative;vertical-align:middle}.product-body .specifications.specifications-grouped tr td.help:first-child .icon{color:#fff;font-size:.75em;padding-top:2px;box-sizing:border-box;font-weight:700;background-color:var(--theme-blue-light);width:17px;height:17px;border-radius:50%;display:inline-block;transition:.25s ease-in-out background-color}.product-body .specifications.specifications-grouped tr td.help:first-child:hover .icon{background-color:var(--theme-blue)}.product-body .specifications.specifications-grouped tr td.help:first-child:hover .description{display:block}.product-body .specifications.specifications-grouped tr td.help:first-child .description{display:none;top:50%;transform:translateY(-50%);position:absolute;width:250px;background-color:#fff;padding:1em;border:1px solid var(--grey-heavy-accent);border-radius:3px;left:48px;opacity:.98}.product-body .specifications.specifications-grouped .group:not(:first-child){padding-top:.5em}.product-body .related-products{font-size:.85rem;padding-left:1em}.product-body .related-products .productdisp.single-product:first-child{margin-top:1em}.product-body .related-products .productdisp.single-product h2{text-align:center}.product-body .related-products .productdisp.single-product .delivery-time{text-align:center;margin-top:.5rem;display:block}.product-body .related-products .productdisp.single-product .pricing{width:auto;text-align:center;margin:.5em 0}.product-body .related-products .productdisp.single-product .image{width:150px}.product-body .related-products .specifications .info{-webkit-user-select:none;user-select:none;padding:0;white-space:nowrap}.snippet-grid{display:flex;flex-wrap:wrap}@media screen and (min-width: 990px){.snippet-grid{margin:1em -1em}}.snippet-grid .snippet-grid-link:hover{text-decoration:none}.snippet-grid .snippet-grid-product{flex-grow:0;flex-shrink:0;padding:0 1em;text-align:center;margin:1em 0}.snippet-grid .snippet-grid-product .snippet-grid-product-inner{display:flex;flex-direction:column;justify-content:space-between;height:100%;font-size:.875em}.snippet-grid .snippet-grid-product .snippet-grid-product-inner .from{display:none}.snippet-grid .snippet-grid-product .snippet-grid-product-inner h3{font-size:1rem;color:var(--theme-tertiary);margin-bottom:1.5em}.snippet-grid .snippet-grid-product .snippet-grid-product-inner .snippet-top-left img{width:200px;height:200px}.snippet-grid .snippet-grid-product .snippet-grid-product-inner .snippet-specifications{text-align:left;margin:1em 0}.snippet-grid .snippet-grid-product .snippet-grid-product-inner .snippet-specifications tr td{color:#333}.snippet-grid .snippet-grid-product .snippet-grid-product-inner .review-snippet span.em.hover-info{cursor:default}.snippet-grid .snippet-grid-product .snippet-grid-product-inner .pricing{width:auto;margin:initial}.snippet-grid .snippet-grid-product .snippet-grid-product-inner .info{padding:0}.snippet-grid.snippet-grid-2 .snippet-grid-product{flex-basis:50%}.snippet-grid.snippet-grid-2 .snippet-grid-product .snippet-top{display:flex;align-items:center}.snippet-grid.snippet-grid-2 .snippet-grid-product .snippet-top .snippet-top-left{margin-right:1em}.snippet-grid.snippet-grid-2 .snippet-grid-product .snippet-top .snippet-top-right{flex-grow:1}@media screen and (min-width: 990px){.snippet-grid.snippet-grid-2 .snippet-grid-product .snippet-top .snippet-top-right h3{text-align:left}}@media screen and (max-width: 989px){.snippet-grid.snippet-grid-2{display:block}}@media screen and (max-width: 1320px){.snippet-grid.snippet-grid-2 .snippet-grid-product .snippet-top{display:block}}@media screen and (max-width: 989px){.snippet-grid.snippet-grid-3{display:block}}.snippet-grid.snippet-grid-3 .snippet-grid-product{flex-basis:33.333%}@media screen and (min-width: 1320px){.snippet-grid.snippet-grid-3 .snippet-grid-product .snippet-top-left img{width:250px;height:250px}}@media screen and (max-width: 1320px){.snippet-grid.snippet-grid-3 .snippet-grid-product{flex-basis:50%}}@media screen and (max-width: 989px){.snippet-grid.snippet-grid-4{display:block}}.snippet-grid.snippet-grid-4 .snippet-grid-product{flex-basis:25%}@media screen and (max-width: 1320px){.snippet-grid.snippet-grid-4 .snippet-grid-product{flex-basis:50%}}.banner{border-radius:3px;border:1px solid #b2d2ea;background-color:#fbfcfe;margin:2.5rem 0;position:relative;display:flex;flex-direction:column}@media screen and (min-width: 821px){.banner{flex-direction:row;align-items:stretch;justify-content:space-between}}.banner:hover{text-decoration:none}.banner__image{position:absolute;bottom:0;left:1.5rem}@media screen and (max-width: 820px){.banner__image{display:none}}.banner__check{position:relative;top:2px;left:3px}.banner__header{color:var(--theme-blue);font-size:1.5rem}.banner__sub-header{color:var(--grey-dark);font-weight:400;font-size:1.25rem;margin-top:.25rem}.banner__left{padding:1.375rem 1.5rem 1.375rem 9.5rem;background:url(/build/viadennis/images/banner_xl-DzsaiBAK.svg) 100px center no-repeat;background-size:156px}@media screen and (max-width: 820px){.banner__left{background-position:center center;text-align:center;padding:1.5rem}}.banner__middle{padding:1.275rem 2.25rem;overflow:hidden;position:relative}@media screen and (min-width: 1321px){.banner__middle:before{content:" ";display:block;width:330px;height:330px;top:-107px;left:26px;border-radius:50%;position:absolute;background-color:#dfedfb}}.banner__list{position:relative}.banner__right{padding:1rem 1.5rem;font-weight:700}.banner__right p{margin-bottom:.75rem}.banner__right span{color:var(--theme-blue);text-decoration:underline}.banner__right button{padding:.75rem 1.5rem;border-bottom:2px solid var(--theme-blue-dark)}@media screen and (min-width: 821px){.banner__right button{display:block;width:100%}}@media screen and (max-width: 820px){.banner__right{text-align:center}.banner__right button{display:inline-block}}.banner__list-item{font-weight:700;color:var(--grey-dark);text-align:center;font-style:italic;line-height:1.375rem}.home-brandlist{margin-top:3.5rem}.home-text{text-align:center;line-height:1.5rem}@media screen and (min-width: 420px){.home-text{padding:2rem 3.5rem}}.home-text h1{margin-bottom:.75rem}.home-usps{padding:3rem 2rem;display:flex;justify-content:space-between}@media screen and (max-width: 991px){.home-usps{flex-wrap:wrap}}.home-usps__usp{text-align:center;padding:0 .5rem}@media screen and (max-width: 991px){.home-usps__usp{padding:1rem .5rem;width:50%}}@media screen and (max-width: 370px){.home-usps__usp{padding:1rem 0;width:100%}}.home-usps__usp-image{height:64px;width:auto;display:block}.home-usps__usp-text{display:block;font-size:1.25rem}.home-usps__usp-text span.highlight,.home-usps__usp-text a.highlight{font-weight:700;color:var(--theme-blue)}.home-usps__usp-text a{font-size:1.25rem}.review-banner{padding:2rem;margin:2rem 0;background-color:#f5f5f5;text-decoration:none;display:block;border-radius:3px}@media screen and (max-width: 800px){.review-banner{text-align:center}}@media screen and (min-width: 800px){.review-banner{display:flex;align-items:center;justify-content:center}}.review-banner:hover{text-decoration:none}.review-banner__rating{font-weight:700;font-size:1.5rem}.review-banner__center{flex-grow:1;padding:0 3rem}@media screen and (max-width: 800px){.review-banner__center{padding:1.5rem}}.review-banner__header{color:#35c79a}@media screen and (min-width: 801px){.review-banner__header{font-size:1.5rem}}.review-banner__subheader{color:var(--grey-dark);font-weight:400;margin-top:.5rem}body.navbar-active{overflow:hidden}body.navbar-active .backdrop{display:block;z-index:700}body.navbar-active .navbar__container{transform:translate(0);transition:all .3s;padding:0}body.navbar-active .navbar__header,body.navbar-active .navbar__list__item__link__image,body.navbar-active .navbar__submenu__item__link__image{display:flex}body.navbar-active button#navbarOpen{display:none}body.navbar-active button#navbarClose{display:block}.navbar{background-color:var(--color-navbar-bg)}.navbar button#navbarOpen,.navbar button#navbarClose,.navbar button#navbarBack{display:none;border:0;background:none;height:24px;width:24px;padding:0}.navbar button#navbarOpen:hover,.navbar button#navbarClose:hover,.navbar button#navbarBack:hover{cursor:pointer;opacity:.6}.navbar button#navbarOpen img,.navbar button#navbarClose img,.navbar button#navbarBack img{height:24px;width:24px}.navbar button#navbarOpen{position:fixed;top:12px;left:15px;z-index:701}.navbar button#navbarClose{left:unset;right:15px}.navbar__list{display:flex}.navbar__list__item--header,.navbar__list__item__image,.navbar__list__item--right--header,.navbar__list__item--right__image{display:none}.navbar__list__item:hover .navbar__submenu,.navbar__list__item--right:hover .navbar__submenu{opacity:1}.navbar__list__item__link,.navbar__list__item--right__link{padding:1rem 2rem;color:var(--color-navbar-link)!important;display:flex;align-items:center}.navbar__list__item--right{margin-left:auto}.navbar__submenu{position:absolute;width:300px;z-index:15;box-shadow:#0000004d 0 4px 12px;transition:.15s ease;background-color:var(--color-navbar-submenu-bg)}.navbar__submenu__item__link,.navbar__submenu__item--right__link{color:var(--color-navbar-link)!important;display:block;font-weight:400}@media screen and (max-width: 1320px){.navbar__list__item,.navbar__list__item--right{margin:0 .5rem!important;font-size:14px}}@media screen and (min-width: 991px){.navbar button#navbarOpen,.navbar button#navbarClose,.navbar button#navbarBack{display:none!important}.navbar__header,.navbar__list__item__link__image,.navbar__submenu__item__link__image,.navbar .mobile-only{display:none}.navbar__list__item,.navbar__list__item--right{position:relative;box-sizing:border-box;height:51px;margin:0 1rem}.navbar__list__item:hover,.navbar__list__item--right:hover{border-bottom:4px solid var(--color-navbar-submenu-bg)}.navbar__list__item:hover .navbar__list__item__link,.navbar__list__item--right:hover .navbar__list__item__link{color:var(--color-font-accent)}.navbar__list__item:hover .navbar__submenu,.navbar__list__item--right:hover .navbar__submenu{pointer-events:all}.navbar__list__item:first-child,.navbar__list__item--right:first-child{margin-left:0}.navbar__list__item:last-child,.navbar__list__item--right:last-child{margin-right:0;margin-left:auto!important}.navbar__list__item__link,.navbar__list__item--right__link{padding:1rem 0}.navbar__list__item__link__image,.navbar__list__item__link__next-icon,.navbar__list__item--right__link__image,.navbar__list__item--right__link__next-icon{display:none}.navbar__submenu{opacity:0;pointer-events:none;padding:.75rem 0}.navbar__submenu__item{padding:.25rem 1rem}.navbar__submenu__item__link__image,.navbar__submenu__item__link__next-icon{display:none}}@media screen and (max-width: 990px){.navbar a:hover{text-decoration:none}.navbar a:hover .navbar__list__item__link__title{text-decoration:underline}.navbar button#navbarOpen{display:block}.navbar button#navbarClose{display:none}.navbar__container{z-index:701;position:fixed;top:0;left:0;height:100%;width:85%;transform:translate(-100%);transition:all .3s;overflow:hidden}.navbar__header{height:48px;width:100%;display:none;justify-content:space-between;align-items:center;background-color:var(--color-navbar-bg-header);color:var(--color-navbar-link);font-weight:700;padding:0 1rem;position:fixed;top:0;left:0}.navbar__header span#navbarBreadcrumb,.navbar__header button#navbarClose{margin-left:auto}.navbar__list{width:100%;height:calc(100% - 48px);margin-top:48px;background:var(--color-navbar-submenu-bg-mobile);display:block;overflow-y:auto}.navbar__list__item,.navbar__list__item--right,.navbar__list__item--header{margin:0;border-bottom:1px solid var(--color-navbar-border)}.navbar__list__item__link,.navbar__list__item--right__link,.navbar__list__item--header__link{color:var(--color-font-primary)!important;font-weight:400;padding:0 1rem}.navbar__list__item__link .cart-counter,.navbar__list__item--right__link .cart-counter,.navbar__list__item--header__link .cart-counter{background-color:var(--color-navbar-bg-header);border-radius:50%;color:#fff;width:25px;height:25px;font-size:11px;margin-left:.5rem;display:flex;align-items:center;justify-content:center}.navbar__list__item__link__image,.navbar__list__item--right__link__image,.navbar__list__item--header__link__image{width:80px;height:80px;padding-right:1rem;display:none;align-items:center;justify-content:center}.navbar__list__item__link__title,.navbar__list__item--right__link__title,.navbar__list__item--header__link__title{padding:1rem 0}.navbar__list__item__link__next-icon,.navbar__list__item--right__link__next-icon,.navbar__list__item--header__link__next-icon{width:20px;height:20px;margin-left:auto}.navbar__list__item__link:hover,.navbar__list__item--right__link:hover,.navbar__list__item--header__link:hover{font-weight:400}.navbar__list__item__link:hover .cart-counter,.navbar__list__item--right__link:hover .cart-counter,.navbar__list__item--header__link:hover .cart-counter{text-decoration:none!important}.navbar__submenu{width:100%;height:calc(100% - 48px);top:48px;left:0;box-shadow:none;background-color:var(--color-navbar-submenu-bg-mobile);overflow-y:auto;transform:translate(100%);transition:all .2s}.navbar__submenu.active{transform:translate(0);transition:all .2s}.navbar__submenu__item{border-bottom:1px solid var(--color-navbar-border);background-color:var(--color-navbar-submenu-bg-mobile);height:80px}.navbar__submenu__item:first-child{border-top:1px solid var(--color-navbar-border)}.navbar__submenu__item__link{color:var(--color-font-primary)!important;padding:0 1rem;display:flex;align-items:center;height:100%}.navbar__submenu__item__link__image.brand{width:80px;height:80px;margin-right:1rem;display:none;align-items:center;justify-content:center}.navbar__submenu__item__link__title{padding:1rem 0}.navbar__submenu__item__link:hover{font-weight:400}.navbar__submenu__item:hover .navbar__submenu__item__link{text-decoration:underline}}@media screen and (min-width: 1321px){.home-categories{display:flex;gap:1.5rem;width:100%;margin:2rem 0}}.home-category{border-radius:3px;display:flex;flex-direction:column;justify-content:flex-end;flex-grow:1;overflow:hidden;position:relative;border:1px solid var(--color-home-category-border);padding:1.5rem;background:var(--color-home-category-bg)}@media screen and (max-width: 600px){.home-category{text-align:center}.home-category .btn{margin:auto}}@media screen and (min-width: 989px){.home-category{height:210px}.home-category--small{height:auto}}@media screen and (max-width: 1320px){.home-category{margin:2rem 0}}.home-category__image{position:absolute;top:-70px;right:-190px;background-repeat:no-repeat;background-position:right}.home-category__image.charger{background-image:url(../../../images/custom/viadennis.nl/img-banner-charger.webp);width:570px;height:254px}.home-category__image.battery{background-image:url(../../../images/custom/viadennis.nl/img-banner-battery.webp);width:533px;height:336px}.home-category__image.keyboard{background-image:url(../../../images/custom/viadennis.nl/img-banner-keyboard.webp);width:412px;height:242px}.home-category__image.carcharger{background-image:url(../../../images/custom/viadennis.nl/img-banner-carcharger.webp);width:303px;height:132px}@media screen and (max-width: 600px){.home-category__image.charger,.home-category__image.battery,.home-category__image.keyboard,.home-category__image.carcharger{background-image:none;height:0;width:0}}.home-category__title{color:var(--theme-blue);font-size:1.75rem;font-weight:700;position:relative}.home-category__title--small{font-size:1.375rem}.home-category__buttons{position:relative}@media screen and (min-width: 501px){.home-category__buttons{display:flex;gap:1rem}}.home-category__button.btn,.home-category__button.btn:hover,.home-category__button.btn:visited,.home-category__button.btn:focus{flex-grow:1;margin-top:1rem}@media screen and (max-width: 420px){.home-category__button.btn,.home-category__button.btn:hover,.home-category__button.btn:visited,.home-category__button.btn:focus{opacity:.945}}.home-category__button--small.btn,.home-category__button--small.btn:hover,.home-category__button--small.btn:visited,.home-category__button--small.btn:focus{flex-grow:0}.home-category--battery .home-category__image{top:-100px;right:-140px}@media screen and (max-width: 420px){.home-category--battery .home-category__image{top:auto;bottom:-20px;right:0}}.home-category--keyboard .home-category__image{top:-73px;right:-98px}@media screen and (max-width: 420px){.home-category--keyboard .home-category__image{top:auto;bottom:-50px;right:-15px}}.home-category--carcharger .home-category__image{top:0;right:-32px}@media screen and (max-width: 420px){.home-category--carcharger .home-category__image{top:auto;bottom:0;right:-50px}}.type-selector__item{width:155px;height:160px;border:1px solid var(--color-category-type-link-border);display:inline-flex;flex-direction:column}.type-selector__item:hover{text-decoration:none;border-color:var(--theme-blue);transition:.15s ease-in-out all}.type-selector__item img{object-fit:contain;flex-grow:1}.type-selector__item span{border-top:1px solid var(--color-category-type-link-border);background-color:var(--color-category-type-link-bg);color:var(--color-category-type-link-text);width:100%;text-align:center;padding:12.5px 0;flex-grow:0;font-weight:600;position:relative}.type-selector__item span:after{position:absolute;content:"";color:var(--color-category-type-link-arrow-color);right:10px;margin-top:-55px;border-radius:50%;border:2px solid var(--color-category-type-link-arrow-color);width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:var(--color-category-type-link-arrow-bg) url(/build/viadennis/images/category-type-link-arrow-A8D5gC6K.svg) no-repeat center;background-size:30%}.cookie-consent{z-index:999;display:none;padding:2rem;background-color:var(--color-cookie-consent-bg);position:sticky;bottom:0;box-shadow:#00000040 0 54px 55px,#0000001f 0 -12px 30px,#0000001f 0 4px 6px,#0000002b 0 12px 13px,#00000017 0 -3px 5px}.cookie-consent.visible{display:block}.cookie-consent__info{text-align:center}.cookie-consent hr{display:block;height:1px;border:0;margin:1.5rem;padding:0;border-top:1px solid var(--color-cookie-consent-divider)}.cookie-consent__buttons{width:fit-content;margin:auto;display:none}.cookie-consent__buttons.visible{display:block}.cookie-consent__toggles{width:fit-content;margin:auto}.cookie-consent__toggles .toggle-switch{margin-right:1rem;display:inline-block;font-weight:600}.cookie-consent__toggles .toggle-switch:last-of-type{margin-right:0}.cookie-consent .btn{display:inline-block;width:320px;margin-right:1rem}.cookie-consent .btn:last-child{margin-right:0}.cookie-consent .btn:not(:last-child){margin-right:.5rem}.cookie-consent .btn.outline{background:transparent;border:2px solid var(--color-btn-primary-border);color:var(--color-btn-primary-border)!important}.cookie-consent__options{width:fit-content;margin:auto;display:none}.cookie-consent__options.visible{display:block}.cookie-consent__options__buttons{width:fit-content;margin:2rem auto 0}@media screen and (max-width: 1050px){.cookie-consent .form-switch{display:block;margin:1rem 0}.cookie-consent .btn{display:block;margin-right:0;margin-top:.5rem;font-size:14px}}@media screen and (max-width: 500px){.cookie-consent .toggle-switch{margin-right:0;display:block}.cookie-consent .toggle-switch:not(:last-child){margin-bottom:.75rem}}.backdrop{background:#00000050;position:fixed;top:0;left:0;width:100%;height:100vh;display:none;z-index:1;content:"";overflow:hidden}.backdrop.show{display:block!important}body:has(.backdrop.show){overflow:hidden!important}@media screen and (max-width: 992px){body.search-focus-active{overflow-y:hidden}body.search-focus-active .backdrop{display:block}}.message{display:block;color:var(--color-font-primary);background-color:var(--color-message-info-bg);border-left:3px solid var(--color-message-info-border);margin-bottom:1rem;padding:.9rem;border-radius:3px}.message p{margin:0;padding:0}.message--info{background-color:var(--color-message-info-bg);border-left:3px solid var(--color-message-info-border)}.message--success{background-color:var(--color-message-success-bg);border-color:var(--color-message-success-border)}.message--error{background-color:var(--color-message-error-bg);border-color:var(--color-message-error-border)}@media screen and (max-width: 989px){body.search-focus-active .search-bar__button{pointer-events:all;touch-action:manipulation;z-index:999}#logos{z-index:700}.searchbox-wrapper{top:5px;display:flex;position:absolute;justify-content:center;width:100%}.searchbox-wrapper .search{height:35px}.searchbox-wrapper .search-bar__input{height:34px;width:18px;position:absolute;right:15px;top:1px}.searchbox-wrapper .search-bar__input:focus{width:calc(100% - 138px);height:40px;top:-2px;right:65px;position:absolute;transition:.25s}.searchbox-wrapper .search-bar__button{width:35px;height:35px;padding:.5rem;z-index:500;position:absolute;right:15px;border-radius:3px;pointer-events:none;top:1px}.searchbox-wrapper .search-results{width:calc(100% - 2rem);top:calc(84px + 1rem);z-index:500}}.brand.acer{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='4151.1' height='1000'%3E%3Cpath fill='%2383b81a' d='M4141.3 44.1c-14.7-19.6-29.4-34.3-103-39.2C4018.9 4.9 3960 0 3857 0c-269.6 0-455.9 83.3-549 245.1C3332.5 83.3 3175.6 0 2832.5 0c-402 0-656.9 161.8-759.8 490.2-39.2 122.5-39.2 220.6-9.8 299h-98c-73.6 5-171.6 9.8-235.4 9.8-147 0-240.2-24.5-274.5-73.5-29.4-44.1-29.4-127.5 9.8-250 63.8-201 215.7-289.2 460.8-289.2 127.5 0 250 14.7 250 14.7 14.7 0 24.5-19.6 24.5-34.3l-4.9-14.7-9.8-68.7c-4.9-44-39.2-68.6-98-78.4-54-4.9-98-4.9-156.9-4.9h-4.9C1607 0 1381.5 107.8 1259 313.7 1303 103 1156 0 817.8 0 626.6 0 489.3 4.9 410.9 14.7 347.2 24.5 308 49 293.3 93.1l-29.4 88.3c-5 14.7 4.9 24.5 24.5 24.5 14.7 0 73.5-9.8 171.5-14.7 132.4-9.8 225.5-14.7 289.3-14.7 186.2 0 269.6 49 240.2 142.1-5 19.6-19.7 34.3-44.2 39.2-176.4 29.5-318.6 49-421.5 63.8C229.5 460.8 58 549 13.9 696-50 897 107 995 484.5 995c186.2 0 348-9.8 475.4-34.3 73.6-14.7 112.8-29.4 127.5-78.4l68.6-225.5c-4.9 225.5 147 338.2 470.6 338.2 137.3 0 269.6-4.9 333.3-14.7s98-24.5 112.8-73.5l14.7-68.7c68.6 107.9 220.6 161.8 451 161.8 245 0 387.2-4.9 426.4-19.6 34.4-9.8 54-29.4 63.8-54 0-4.8 0-9.7 4.9-14.6l29.4-93.2c4.9-14.7-5-24.5-24.5-24.5l-156.9 9.8c-103 5-186.3 9.8-245 9.8-112.8 0-186.4-9.8-230.5-24.5-63.7-24.5-93.1-68.6-88.2-142.1l495-63.8c220.7-29.4 372.6-98 446.2-205.8L3087.4 951c-4.9 9.8 0 19.6 4.9 24.5 5 4.9 14.7 9.8 34.3 9.8h205.9c34.3 0 49-19.6 54-34.3l181.3-632.4c24.5-83.3 98-122.5 235.3-122.5 122.5 0 210.8 0 269.6 4.9h4.9c9.8 0 29.4-5 44.1-29.4l29.4-88.3c0-14.7 0-29.4-9.8-39.2zm-3303.9 755c-63.7 9.7-156.9 14.6-274.5 14.6-210.8 0-299-44-274.5-127.4 19.6-58.8 73.5-98 161.7-107.9l475.5-63.7zm2191.2-509.9c-19.6 63.7-112.8 107.9-279.4 132.4l-397 53.9 9.7-34.3c34.3-107.9 78.5-176.5 137.3-215.7 58.8-39.2 156.8-58.8 294.1-58.8 181.4 4.9 259.8 44 235.3 122.5z'/%3E%3C/svg%3E")}.brand.apple{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 475.2 191.6'%3E%3Cpath fill='%23606060' d='M94 114H37l-15 32H0L66 5l64 141h-22l-14-32Zm-9-20L66 49 45 94h40ZM162 192h-19V62h19v9c8-9 17-12 25-12 23 0 41 17 41 44 0 29-20 45-40 45-5 0-17-1-26-12v56Zm-1-88c0 18 12 27 24 27 14 0 23-12 23-27s-9-27-23-27c-12 0-24 9-24 27ZM268 192h-19V62h19v9c8-9 17-12 25-12 23 0 41 17 41 44 0 29-20 45-40 45-5 0-17-1-26-12v56Zm-1-88c0 18 12 27 24 27 14 0 23-12 23-27s-9-27-23-27c-12 0-24 9-24 27ZM374 0v146h-19V0h19ZM475 127c-4 6-9 12-15 15-6 4-15 6-24 6-12 0-21-2-29-10s-12-20-12-33 4-25 13-34c7-7 16-12 28-12 14 0 22 6 27 11 11 12 12 27 12 36v2h-60c0 6 3 13 7 17 5 5 10 6 15 6s9-1 13-4 6-6 8-10l17 10Zm-20-35c-1-4-3-8-6-11-2-2-7-5-13-5-7 0-11 3-14 6-3 2-5 6-6 10h39Z'/%3E%3C/svg%3E")}.brand.asus{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 505.7 106.6'%3E%3Cpath fill='%2300539b' d='M253.6.1h28.3v28.2h-28.3zM248.7 0h-94.5c-12.9.8-18.5 7-22.7 11.4-4.5 4.7-7 14.6-7 14.6V.2H74.2a12 12 0 0 0-10.1 5.4c-2.8 3.7-14.3 22.7-14.3 22.7h198.9V0ZM346.4.1h28.2v28.2h-28.2zM0 106.4h33.2l46.8-73L48.6 30 0 106.4zM381.9 11.4c-4.5 4.7-7 14.6-7 14.6v2.3h130.8V0H404.6c-12.8.8-18.5 7-22.7 11.4ZM374.6 38.5l-27.8-1.7v32.7s-.1 9.4-9.2 9.4H290s-8.1-.7-8.1-9.3V32.4l-28-2v40.4l-.1-1.3c-.7-4.2-8.7-22.8-25.9-24.4-10.3-1-102-8.3-102-8.3a28.7 28.7 0 0 0 8.7 16.5 36.6 36.6 0 0 0 16.5 7.9l70.7 5.9c2.2.1 6.3.7 6.2 6.1 0 .7-.6 5.4-5.8 5.4h-98.9v-42l-27.5-2-.1 71.8h132.2c23-4.6 25.4-25.6 25.4-25.6l.6-5.3v5a30.7 30.7 0 0 0 28.8 26.1h64.5s27.6-2.2 27.6-28.8l-.2-39.3ZM479.1 44.9c-10.2-1-102.5-6.4-102.5-6.4 2.7 9.5 6.4 12.4 9.2 15a32.5 32.5 0 0 0 15.9 7.6l71.4 6c2.2.1 6.7.3 6.7 5.7A6 6 0 0 1 478 77s-2.4 1.3-4.7 1.3h-98.2l-.3 28.3H476c25.4-1.5 29-25.6 29-25.6.9-6.3.2-11.5.2-11.5-.7-5.7-8.8-22.9-26.1-24.6Z'/%3E%3C/svg%3E")}.brand.compaq{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 656.4 325.9'%3E%3Cg fill='%23c20e30'%3E%3Cpath d='M638 180c-3-4-7-6-12-6h-55l-2-2v-34l2-2h50l2 2v15c0 13 20 13 20 0v-15c0-12-10-22-22-22h-50c-12 0-22 10-22 22v34c0 12 10 22 22 22h53l9 12c8 10 24-2 16-12l-11-14ZM410 116h-50c-12 0-22 10-22 22v46c0 13 20 13 20 0v-9h52c12 0 21-10 21-22v-15c0-12-9-22-21-22Zm2 37-2 2h-52v-17c0-2 1-2 2-2h50c1 0 2 0 2 2v15ZM173 116h-50c-12 0-22 10-22 22v34c0 12 10 22 22 22h50c12 0 22-10 22-22v-34c0-12-10-22-22-22Zm2 56-2 2h-50c-2 0-2-1-2-2v-34l2-2h50l2 2v34ZM27 136h56c12 0 12-20 0-20H27c-12 0-22 10-22 22v34c0 12 10 22 22 22h56c12 0 12-20 0-20H27l-2-2v-34l2-2ZM514 116h-50c-12 0-21 10-21 22v46c0 13 19 13 19 0v-9h54v9c0 13 20 13 20 0v-46c0-12-10-22-22-22Zm3 39h-55v-17l2-2h51l2 2v17ZM303 116h-22c-6 0-11 3-15 7-3-4-8-7-14-7h-23c-11 0-21 10-21 22v46c0 13 19 13 19 0v-46l2-2h26l2 2v46c0 13 19 13 19 0v-46l2-2h25l2 2v46c0 13 20 13 20 0v-46c0-12-10-22-22-22Z'/%3E%3C/g%3E%3C/svg%3E")}.brand.dell{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 126.9'%3E%3Cg fill='%230075ba'%3E%3Cpath d='M.5 6.9v114.7h54.9c24.1 0 55-15.4 55-57.4S74.5 6.9 41.7 6.9H.5Zm40.6 35.5h7.1c11.1 0 20.5 9.6 20.7 22.4-.1 12.9-8.6 22.4-19.7 22.4h-8.1V42.4ZM240.4 6.9v114.7h75.9V85.3h-35.8V6.9h-40.2Z'/%3E%3Cpath d='m204.3 24.3-56.1 35.4-9.8-6.6 57.4-36.5h.1L169.7 0 69.8 63.6 170.2 127l99.2-63.2-28.7-17.5-57.2 36-9.6-6.5 55.6-35.3-25.2-16ZM323.5 6.9v114.6h75.9V85.4h-35.8V6.9h-40.2Z'/%3E%3C/g%3E%3C/svg%3E")}.brand.fujitsusiemens{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2500' height='1176' viewBox='1 1 498 233.2'%3E%3Cg fill='%23e60012'%3E%3Cpath d='M28.3 139h25.3c4.7 0 9.2 3.4 9.4 8h.3v-19h-35V94.7H62c4.8 0 9.3 3.4 9.5 8h.3v-19H1v.3c4.8.2 8.3 5.3 8.3 10v87.4c0 4.7-3.5 9.8-8.3 10v.2h35.7v-.2c-4.8-.2-8.4-5.3-8.4-10zm73 23.6c0 11.2 9.4 21 21 21 11.5 0 20.9-9.9 20.9-21.1V94c0-4.7-3.6-9.8-8.4-10v-.2h35.7v.2c-4.7.2-8.3 5.3-8.3 10v66.6c0 21.4-17.8 33.9-39.8 33.9-22.1 0-40-12.5-40-34V94c0-4.7-3.6-9.8-8.4-10v-.3h35.7v.3c-4.8.2-8.4 5.3-8.4 10zm291.8-61.4c-6-9.6-19.6-8.5-19.6-8.5-22.3 0-21.3 17-21.3 17s-1.5 8.5 9.7 14.3l22.3 11.9c21.6 11.5 19 27.9 19 27.9s1 30.6-44 30.6c0 0-13.2.4-20.6-2.4l-6.3-19.8h.2c6.9 9.9 26.8 11.3 26.8 11.3 25.4-1.1 25.5-18.3 25.5-18.3s1.2-7.4-8.7-12.7l-22.3-11.8c-23.2-12.4-20.5-29-20.5-29s-.6-30.2 39.3-30.2c0 0 18 .5 20.8 3.3v16.4zm-174-55c4 3.9 9.5 6.3 15.5 6.3 12.2 0 22-9.6 22-21.4 0-11.8-9.8-21.3-22-21.3 0 0-16.9-1.6-24.5 19.4V13.4A31.5 31.5 0 0 1 234.6 1c17.2 0 31 13.5 31 30.1a30.6 30.6 0 0 1-31 30.1c-8.5 0-16.3-3.3-21.8-8.8L202 40.7c-3-2.8-7-4.5-11.3-4.5-9 0-16.1 7-16.1 15.6s7.2 15.6 16 15.6c0 0 12 1.6 19.4-12.7v12.6a25.4 25.4 0 0 1-19.3 8.9c-13.9 0-25.2-11-25.2-24.4a24.7 24.7 0 0 1 25.2-24.4c6.9 0 13.1 2.7 17.7 7.2zm5.8 47.5c0-4.7-3.6-9.5-8.4-9.7v-.2h35.6v.2c-4.7.2-8.3 5-8.3 9.8v87.6c0 4.7 3.6 9.7 8.3 10v.2h-35.6v-.2c4.8-.3 8.4-5.3 8.4-10zm-22.4.3c0-4.7 3.6-9.8 8.3-10v-.2h-35.7v.2c4.8.2 8.4 5.3 8.4 10v109.5s-.4 19.3-16 30.5v.2c3.1-.5 35-6.4 35-37.2z'/%3E%3Cpath d='M252 103.2h.2c4.8-8.4 12.3-8.5 12.3-8.5h19.3v86.7c0 4.7-3.6 9.7-8.3 10v.2h35.7v-.2c-4.8-.3-8.4-5.3-8.4-10V94.7H319c4.9 0 8.8 3.7 8.9 8.5h.2l6-19.5H258zm177.8 59.4c0 11.2 9.4 21 21 21 11.5 0 20.9-9.9 20.9-21.1V94c0-4.7-3.6-9.8-8.4-10v-.2H499v.2c-4.7.2-8.3 5.3-8.3 10v66.6c0 21.4-17.8 33.9-39.9 33.9-22 0-40-12.5-40-34V94c0-4.7-3.5-9.8-8.3-10v-.3h35.7v.3c-4.8.2-8.4 5.3-8.4 10z'/%3E%3C/g%3E%3C/svg%3E")}.brand.gigabyte{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 293.3 39.9'%3E%3Cpath fill='%23005daa' d='M46.3 0h10.6v39.6H46.3zM119.5 0h13L148 40h-11.7l-3-8.5h-14.9l-3.1 8.5h-10.8L119.5 0m6.5 8.3-5.2 15.5h10L126 8.2M153 0h18.4c7.4 0 13 3.3 13 10.1 0 5-2.7 7.8-7.1 9.3v.1c5.3 1.1 8 4 8 8.8 0 9.6-8.4 11.6-15.5 11.6H153V0m10.7 32.3h3.1c3.9 0 8-.5 8-4.6 0-4.3-4.2-4.7-7.9-4.7h-3.2v9.3m0-16.5h3c3.4 0 7-.9 7-4.2 0-3.7-3.4-4-7-4h-3v8.2M199.7 24.9 185 0h12.2l7.8 16 7.7-16h12.2l-14.6 24.9v15h-10.6v-15M239.1 7.9h-9.8V0h30.2v7.9h-9.8v32h-10.6v-32M264.6 0h28.1v7.6h-17.5v8.2h16.5v7.5h-16.5v9h18.1v7.6h-28.7V0M22.2 8.8c-7 .5-11 5.2-11 11.2S16.8 30.7 22 30.7H25s1.2 0 1.3-1.3V17h10.9v23h-17A19.8 19.8 0 1 1 20.4.1h16.3v8.5H22.2M85.2 8.8c-7 .5-10.9 5.2-10.9 11.2S79.7 30.7 85 30.7h3.2s1.2 0 1.2-1.3V17h10.9v23h-17A19.8 19.8 0 1 1 83.6.1h16.2v8.5H85.2'/%3E%3C/svg%3E")}.brand.hp{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%230096d6' d='M83.4 50c0-18.4-14.9-33.4-33.4-33.4h-1.5l-6.8 18.8h5.9c3.5 0 5.4 2.7 4.2 6l-8.4 23.1h-7.1l9-24.8H40l-9 24.8h-7.1l10.6-29.2 6.4-17.6a33.4 33.4 0 0 0 1.2 64.6l6.2-17 10.9-30h13c3.5 0 5.4 2.7 4.2 6L69 61.6a4.7 4.7 0 0 1-4 2.8h-9.4l-6.8 18.7h1a33.4 33.4 0 0 0 33.4-33.4'/%3E%3Cpath fill='%230096d6' d='M70.2 39.8h-5.3l-7.4 20.4h5.3l7.4-20.4'/%3E%3C/svg%3E")}.brand.intel{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 357 150.6'%3E%3Cpath fill='%230068b5' d='M0 2.1h28.1v28.1H0z'/%3E%3Cpath d='M27.4 148.5V47.3H.8v101.2h26.6Zm176.8 1v-24.8c-3.9 0-7.2-.2-9.6-.6-2.8-.4-4.9-1.4-6.3-2.8a11.2 11.2 0 0 1-2.8-6c-.4-2.5-.6-5.8-.6-9.8V70.1h19.3V47.3h-19.3V7.8h-26.7v97.9a88 88 0 0 0 2.1 20.9c1.4 5.5 3.8 10 7.1 13.4s7.7 5.8 13 7.3a77.7 77.7 0 0 0 20.3 2.2h3.5Zm152.8-1V0h-26.7v148.5H357ZM132.5 57.2c-7.4-8-17.8-12-31-12a37.4 37.4 0 0 0-30.7 14.7l-1.5 1.9V47.3H43v101.2h26.5V94.6v3.7-1.8c.3-9.5 2.6-16.5 7-21a23 23 0 0 1 16.9-7.2c7.7 0 13.6 2.4 17.5 7a29.7 29.7 0 0 1 5.8 19.4v53.7h26.9V91a47.7 47.7 0 0 0-11.1-33.8Zm184 40.5c0-7.3-1.3-14.1-3.8-20.5a48.7 48.7 0 0 0-27.2-27.9c-6.4-2.7-13.5-4-21.2-4a52.6 52.6 0 0 0-48.7 73.2 50 50 0 0 0 27.8 27.9 55.2 55.2 0 0 0 21.7 4.2 57.3 57.3 0 0 0 45-19.9l-19.2-14.6a35 35 0 0 1-25.6 11.3c-7.5 0-13.7-1.7-18.4-5.2a25.7 25.7 0 0 1-9.6-14.1l-.3-.9h79.5v-9.5Zm-79.3-9.3c0-7.4 8.5-20.3 26.8-20.4 18.3 0 26.9 12.9 26.9 20.3l-53.7.1Z'/%3E%3C/svg%3E")}.brand.lg{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 127.89 56.33'%3E%3Cpath fill='%236b6d6c' d='M113.29 32.34h6.85v6.37a19.4 19.4 0 0 1-6.06.96c-7.58 0-10.1-3.85-10.1-11.66s2.4-11.84 9.97-11.84c4.22 0 6.61 1.32 8.6 3.85l5.23-4.81c-3.2-4.56-8.78-5.94-14.01-5.94-11.78 0-17.97 6.42-17.97 18.68s5.6 18.81 17.91 18.81c5.65 0 11.18-1.44 14.19-3.55V25.54h-14.6v6.79Zm-35.94 6.79h17.44v7.09H68.94V9.8h8.41v29.33Z'/%3E%3Cpath fill='%23a51c37' d='M48.08 48.08A28.16 28.16 0 1 0 8.26 8.25a28.16 28.16 0 0 0 39.82 39.83Z'/%3E%3Cpath fill='%23fff' d='M19.62 22.67a3.26 3.26 0 0 0 .62-6.45 3.28 3.28 0 0 0-3.89 3.19 3.36 3.36 0 0 0 .96 2.31 3.16 3.16 0 0 0 2.31.94Zm29.79 6.39H35.09v-2.12h16.42a23.2 23.2 0 0 1-23.22 24.37c-12.84 0-23.25-10.36-23.25-23.14A23.19 23.19 0 0 1 29.3 5.06v2.11l-1.01-.02c-11.67 0-21.14 9.41-21.14 21.02S16.61 49.2 28.29 49.2s20.63-8.91 21.12-20.08v-.06Zm-14.36 8.83h-5.76V16.26h-2.13v23.76h2.13l5.76-.01v-2.12Z'/%3E%3C/svg%3E")}.brand.lenovo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='500' height='105'%3E%3Cg style='fill:%23e60012;fill-opacity:1'%3E%3Cpath d='M0 0c0-2.1 1-4.5 3-6H.3v-5.1h18.5v5H8.3c-2 0-4 1.5-4 4.3 0 2 1.5 4.2 4 4.2h10.5v5.1H7.3C3.1 7.5 0 4.5 0 0' style='fill:%23e60012;fill-opacity:1;fill-rule:nonzero;stroke:none' transform='matrix(0 4.20229 4.20229 0 210 23.3)'/%3E%3C/g%3E%3Cg style='fill:%23e60012;fill-opacity:1'%3E%3Cpath d='m0 0 12.6-4.6L0-9.2V-15l18.5 7.6v5.6L0 5.8V0Z' style='fill:%23e60012;fill-opacity:1;fill-rule:nonzero;stroke:none' transform='matrix(0 4.20229 4.20229 0 393 24.6)'/%3E%3C/g%3E%3Cg style='fill:%23e60012;fill-opacity:1'%3E%3Cpath d='M0 0a4.7 4.7 0 0 0-1.8 3.9c0 1.8 1 3.2 2.5 4l3.7-9A6 6 0 0 0 0 0m7.2 9.7c1.6-2 2-3.3 2-5.3 0-1.7-.6-3-1.5-4l-5.4 13c-2-.4-3.8-1.1-5.2-2.3-2-1.7-3-4.2-3-7.3C-5.9-1.8-1.8-6 3.7-6s9.5 4.2 9.5 10.4c0 3.4-1.6 7-3.5 8.6L7.2 9.7Z' style='fill:%23e60012;fill-opacity:1;fill-rule:nonzero;stroke:none' transform='matrix(0 4.20229 4.20229 0 99.7 48)'/%3E%3C/g%3E%3Cg style='fill:%23e60012;fill-opacity:1'%3E%3Cpath d='M0 0v-11.5h-19.3v-5.2h24V0H0Z' style='fill:%23e60012;fill-opacity:1;fill-rule:nonzero;stroke:none' transform='matrix(0 4.20229 4.20229 0 72.6 82.7)'/%3E%3C/g%3E%3Cg style='fill:%23e60012;fill-opacity:1'%3E%3Cpath d='M0 0c0-2.8 2.1-4.9 5.2-4.9a5 5 0 0 1 5.2 5C10.4 2.9 8.2 5 5.2 5A5 5 0 0 1 0 0m14.7 0c0-5.5-4-9.9-9.5-9.9A9.7 9.7 0 0 0-4.3.1c0 5.5 4 9.9 9.5 9.9 5.4 0 9.5-4.4 9.5-10' style='fill:%23e60012;fill-opacity:1;fill-rule:nonzero;stroke:none' transform='matrix(0 4.20229 4.20229 0 455.6 41.6)'/%3E%3C/g%3E%3Cg style='fill:%23e60012;fill-opacity:1'%3E%3Cpath d='M0 0c0-2.8 2.1-4.9 5.2-4.9a5 5 0 0 1 5.2 5C10.4 2.9 8.2 5 5.2 5A5 5 0 0 1 0 0m14.7 0c0-5.5-4-9.9-9.5-9.9A9.7 9.7 0 0 0-4.3.1c0 5.5 4 9.9 9.5 9.9 5.4 0 9.5-4.4 9.5-10' style='fill:%23e60012;fill-opacity:1;fill-rule:nonzero;stroke:none' transform='matrix(0 4.20229 4.20229 0 291.5 41.6)'/%3E%3C/g%3E%3C/svg%3E")}.brand.logitech{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1000' height='304.3'%3E %3Cpath d='M65 1367.2v-210h36.9v210zM196.4 1214.8a78 78 0 0 0-80 78c0 46.5 35.5 78.5 80.3 78.5 42.5 0 79.4-31.4 79.4-78.6 0-39.6-30.5-77.9-79.7-77.9zm-.5 35.6c24.8 0 43 19.3 43 42.6 0 24.6-20 42.7-42.3 42.7a42.1 42.1 0 0 1-42.8-42.7 42 42 0 0 1 42.1-42.6zM368.9 1214.8a78 78 0 0 0-80 78c0 46.5 35.5 78.5 80.3 78.5 42.5 0 79.4-31.4 79.4-78.6 0-27.7-12-40-12-40l10.2-3.6v-30h-52.4s-11.3-4.3-25.5-4.3zm-.5 35.6c24.8 0 43 19.3 43 42.6 0 24.6-20 42.7-42.3 42.7a42.1 42.1 0 0 1-42.8-42.7 42 42 0 0 1 42.1-42.6zM411.1 1377.5a42.6 42.6 0 1 1-85.1 0h-37.5c0 46.5 35.7 78.5 80.5 78.5 42.5 0 79.4-31.4 79.4-78.5zM463.4 1367.2v-148h37v148zM536.2 1367.2v-114.9h-19.8v-33.1h19.8v-45.5H573v45.5h20.3v33.1H573v115z' style='fill:%23000;fill-opacity:1;stroke:none' transform='translate(-64.5 -1152.2)'/%3E %3Cpath d='M487.1 386.8a19.3 19.3 0 1 1-38.6 0 19.3 19.3 0 0 1 38.6 0z' style='fill:%23000;fill-opacity:1;stroke:none' transform='matrix(1 0 0 1 -174.4 -464.3)'/%3E %3Cpath d='M676.3 1214.7c-47.5 0-78.1 36.4-78.1 79.5 0 44.5 30.7 77.2 79 77.2 44.9 0 67-28 67-28l-24.7-24.8s-18.6 20.1-42 20.1c-19.4 0-35-10.8-40.3-30.7h115v-10.2c0-40.5-23.5-83-75.9-83zm-1.1 32.5c17 0 34.4 9.1 38.2 30.8h-77.2a38.5 38.5 0 0 1 39-30.8zM844.4 1371.4a78 78 0 0 1-80.1-79 78.6 78.6 0 0 1 80-77.7 81.1 81.1 0 0 1 63.3 29.5l-25.8 25.7s-14.9-19.3-37.7-19.3a41.6 41.6 0 0 0-42.5 42.3 41.9 41.9 0 0 0 42.2 42.8c23.2 0 38-19.2 38-19.2l26 25.6s-21.2 29.3-63.4 29.3zM921.2 1367.3v-210.7h37v77.4s14-19.3 44.8-19.3c38.6 0 61 28.7 61 65.5v87.1h-36.9v-81.6c0-24.6-15.4-34.9-32.4-34.9-19.4 0-36.6 11-36.6 36.8v79.7z' style='fill:%23000;fill-opacity:1;stroke:none' transform='translate(-64.5 -1152.2)'/%3E %3C/svg%3E")}.brand.msi{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 507.6 157.8'%3E%3Cpath d='m507.6 33.5-.6 1-3.7 10.4-.5 1.2c-12 .1-24 1.3-36.1 3.6l3.1-8.7 1.2-3.4c.2-.7.6-1 1.3-1l14.4-2.1a169.6 169.6 0 0 1 20.9-1.3v.3Z'/%3E%3Cpath fill='%23ed1c24' d='M0 35.7v-7c0-1.2.4-2 1.4-2.5A193.2 193.2 0 0 1 49.7 3.8C54.4 2.3 59 1.3 63.9 0c.7-.2 1.5 0 2.3 0a204.2 204.2 0 0 1 60.5 24.5l2.6 1.8c.6.3.8.8.8 1.6 0 3.2 0 6.4-.2 9.7l-1.2 15.5c-2 18-5.9 35.6-13 52.4a109.6 109.6 0 0 1-18.4 29.7 85.2 85.2 0 0 1-30.6 22.1c-1.2.5-2.2.5-3.3 0A87 87 0 0 1 25 125.3 132.5 132.5 0 0 1 10 93.8c-3.7-11-6.2-22.2-7.7-33.7C1.2 52.1.5 44 0 35.7ZM10.7 43l2.1.3c1.1.1 1.6.8 2 1.7l.3 2c0 .6.2 1 .8 1 1 .2 1.5.8 2 1.5.7 1 1.6 1.6 2.6 2l2.7 1.2a3 3 0 0 1 1.7 3.3l-.3 1.5-1.3 5-.1 1.5.2.1 2-1.8c.6-.5 1.2-1.1 2.2-1.6l-.2.7a59 59 0 0 0-4.8 15.2c-.4 2.2-.4 4.5.5 6.7l.6.9c.3-1 0-1.9 1-2.6a39.1 39.1 0 0 0 10.1 15.1c.2.3.5.8 1.2.6l-.5-1-1-1.4a34.9 34.9 0 0 1 1.4-38.9A27 27 0 0 1 49 45.9a39.3 39.3 0 0 1 19.6-1.7c1.7.2 3.4.6 5 1 1.2-3.6 3.1-5.3 5.7-4.7-.8.4-1.5.7-2.1 1.2-2 1.3-2.4 3.5-1.2 5.4a5.7 5.7 0 0 0 7.2 2.2c1.2-.6 2.5-1 3.9-.3.3.2.8 0 1.2 0 2.2-.3 4 .3 5.6 1.7l.1.5-2.8 2.4 1.6-.3c1.3-.1 2.5-.3 3.8-.3 1.2 0 1.7.7 1.5 1.8l-.2.9c2.7-.8 4.1-3.8 3.2-6.5l-.8.2c-.2-.7.1-1.5-.6-2-.3 1.1-.6 2.1-2 2.5-1-1.5-2-3.1-3.4-4.4l-.6.9c-.9-1-2-1.2-3.2-1.1-1 0-1.9-.2-2.6-.9-.6-.6-.6-1 0-1.6a5 5 0 0 1 2.7-1l.9 2 1-.6A6.6 6.6 0 0 1 97 42c1.2.1 1.4.7.7 1.7l-1 1.3c2-.4 2.9-1.7 4.4-2.3l1 3.8c1.5-2 1.2-4.1 1.3-6.3 1.3.2 2 1.2 3.3 2l-.5-.9c-.7-1-1.8-1.8-2.8-2.5-.7-.4-1.2-1-1.7-1.5-.7-.8-.7-.9-1.8-.5-1.5.5-2 .3-2.8-1 0-.2-.2-.3-.3-.5h-.5c-1.6.3-2.7-.2-3.4-1.6l-.7-2c-.1-.8-.6-1.3-1.3-1.7-1.4-.7-2.8-1.1-4.4-.6-1.5.5-3 .5-4.4 0-1.3-.4-2.6-.8-3.8-1.5-5.4-3-10.2-6.7-14.2-11.5l-.4-.3c2.2 5.7 6 10.3 11 14a43.8 43.8 0 0 1-15.5-7.7c2.2 3 4.7 5.4 7.6 8-5 1.7-10.3 2.3-15.3 3.6 2.2.4 4.5.4 6.6 1.2a44 44 0 0 0-26.8 10.5c1.5-.2 2.7-1.4 4.3-1.4l-5.2 5.4-1 .7c-.8.6-1.3.5-2-.3-1-1.1-1.2-2.4-1-3.7.2-1 .5-1.2 1.5-1.4 1-.2 1.7-.9 1.6-2-.2-.7-.5-1.5-1-2-.5-.7-1.3-1.2-2-1.8l-.8-.3c.5.6 1 1 1.2 1.5.2.3.4.7.4 1.2 0 .7-.3 1-1 .7-1.3-.4-1.6-.2-1.9 1l-.3 3.3v1a7.6 7.6 0 0 1-2-5.5l1-.5c-.2-2.7-3-4.7-5.5-4l2.3.8c.6.3.7.6.3 1.2-1.2 2-.8 4 .2 6l1 1.7c.4.5.6 1 .4 1.6h-.4c-1.7-.5-3.4-1.3-4-3.2-.6-2.4-4.6-3.8-6.7-2.6Zm87.7 63-.2-.4c.7-.8 1.2-1.7 1.9-2.4 1.8-2 2.6-4.2 3-6.8.2-1.4.5-1.7 2-1.4 1.9.4 3.4-.3 4.6-1.7l.7-.8-.2-.3c-1 1-2.3.7-3.5.7-.7 0-1.3 0-2 .5-.1.1-.7.2-.8.1-.2-.3-.3-.7-.2-1l1-2.6c.9-1.6 1-3.1.3-4.8-.5-1-.3-1.4.9-1.6a3 3 0 0 0 1.8-1.2c.8-1 1.2-2 1.4-3v-1c-1.7 1.8-4.1 2.1-5.3 4.2l-.6-.7c-.9-1.2-2.1-2-3.5-2.4-1.6-.6-3.3-1-5-.8l-6 .6c-.5 0-1 .1-1.4-.4-.3-.7.2-1 .5-1.5l.6-.5c1.3-1 2.7-1 4.2-.4l1 .5a11.2 11.2 0 0 0-6.4-6.4c-2.7-1-5.5-1.3-8.3-1.2l-.4.1 1.2.6c1.7.5 3.4 1 5 1.7.6.2 1.1.7 1.6 1.2.6.6.7 1.4.2 2.2L85 77.1c-1.4 1.5-3 1.7-5 .3a7.6 7.6 0 0 1-3-4.2l-.3-1c-.7 3.2.8 6.3 3.6 7.6l1.8.6.9.5c.5.9.5 1.8.1 2.7-.4.8-1.1 1-2 1-1.8 0-3.4-.5-4.8-1.7-.9-.8-1.6-1.8-2.5-2.7l-.8-1v.6c2.2 5 8 8.3 13.5 7.6 1.6-.2 3.1-.6 4.7-1l.6-.3c-.6-.2-1-.2-1.6-.2l-3-.4c-1.5-.4-2-1.4-2-3 .1-1 .5-1.4 1.6-1.4 1.3 0 2.5 0 3.7-.2 1.7-.2 3.3-.1 5 .2 4 .7 6 3 5.8 7a18 18 0 0 1-.4 3.5c-1.4 7-4.4 13.2-8.4 19a14 14 0 0 1-4.2 4c-3 1.9-6 3.3-9.3 4.2-3.6 1-7.3 1.7-11.1 1.5-2.6-.1-5.2-.4-7.5-1.8a9.2 9.2 0 0 1-4.9-6.8c-.3-2 .8-3.2 2.8-3.2 1.2 0 2.3.2 3.4.5 1.4.3 2.7.4 4-.4.6-.5 1.4-.6 2.2-.3.8.2 1.3 0 1.7-.7 0-.2.2-.4.4-.6 1.3-1.8 2.6-2.1 4.5-1.1l1.2.5v-.3a5.7 5.7 0 0 0-7.9-.8c-.6.6-1.4 1-2.2 1-1 .1-2.1 0-3.2-.3.2-.8.7-1.1 1.3-1.4l1.7-.9a6.3 6.3 0 0 0 3.6-5.2c0-1.2.4-1.4 1.5-1.2l2.2.6c-1.7-2.3-6.4-1.7-7.7.9l1.1.6c-1.5 1.7-3 3.1-4.9 4 .2-.7.6-1.2.8-1.7l1.2-3c.2-.5-.1-1-.7-1.1-.5-.1-1.2 0-1.4-.7.4-1.4 1.8-1.6 3-2.4-2 .1-3.7.6-4.7 1.3-1.4 1-1.5 2.4-.1 3.5.5.4.6.9.5 1.5 0 .4-.2.9-.4 1.3a2.8 2.8 0 0 1-2.8 1.8c-1.3 0-2.3-.8-2.7-2-.3-.9-.4-1.9-.2-2.9l.1-1.3-.9.8c-1.4 1.1-2.9 2-4.6 2.6-1.4.4-2.8.4-4.1-.2-2.2-1-2.8-4-1-5.6 1-1 2.3-1.5 3.9-1.4.8 0 1.4.4 1.9 1.1.4.7.4 1.2-.1 1.8-.7.9-2.1 1-3 .1l-1-.8c-.1 2 .5 2.9 2.2 3.2 1.5.4 3 0 4.2-.8 2-1.3 3-3.8 2.3-6-.6-2.2-2.4-3.5-5-3.5-1.6 0-3.1.4-4.6 1a4 4 0 0 0-2.4 2.4l-.5 1.6c-.6 2.5-1.1 5-2.9 7.2 1 .4 2 .4 2.6 1.6-2.5-.2-4 1.3-5.4 3a11 11 0 0 0-2.3 6.2l.7-.4c1.2-1.5 2.9-2.3 4.7-2.9l1.6-.5c1-.4 1.8-.9 2.1-2 .1-.5.5-.7 1-.4l-.5 2.5c-.5 1.7.1 3 1.3 4.1l2.4 1.7 1.4 1c-.7.4-1.2.8-1.8 1-1.1.6-2 1.4-2.9 2.3a9.8 9.8 0 0 0-2 4.7v.6l.2.1A8.8 8.8 0 0 1 46 121l1.4-.5c.7-.3 1.2-.7 1.4-1.4l1-1.5.5 1.8c.4 1.3 1.2 2.2 2.7 2.4l1.7.3 2.1.5c-3.2 2.4-4.5 5.3-4 9.2l.4-.3a7.8 7.8 0 0 1 3.2-3.1l1.3-.9c.7-.5 1.2-1 1.1-2 0-.3 0-.6.2-.8.2-.5.6-.6 1-.2l.6 1c.9 1.2 2 1.8 3.6 1.4l1.5-.4c.9-.2 1.7-.6 2.8-.2l-.6 1.3a7.4 7.4 0 0 0-.5 6.3l.6 1.2c.4-1.6 1.2-2.8 2-4 .8-.9 1.4-1.8 1-3.2-.3-.8.2-1.2 1.1-1h.4c2.7.7 4.9 0 6.9-1.8a37 37 0 0 1 2.4-2c.5-.4 1-.6 1.6-.8.5.7.3 1.4.3 2 .2 1.7 3.2 4 5.3 4-1.4-1.2-1.4-2.7-1.8-4.2-.3-.7-.6-1.3-1.2-1.8l-.6-.7c.5-1 1.4-1 2.2-1.3l4.5-1.4a4.6 4.6 0 0 0 2.8-3l.9-3c.3-1.5.7-3 1.3-4.4.8-.2 1.4.3 1.9.6 1 .7 2 .8 3.2.5 1.2-.3 2.3-1 3.3-1.8.2 0 .3-.3.4-.5h-2c-1.9-.4-3.5-1.4-5.4-1.2ZM40 70.9a22 22 0 0 0 18.7 13.7l-2.7-1.3A22.8 22.8 0 0 1 45 74.5l-1-2c-.2-.3-.1-.6-.2-.9 1 0 1.4.6 1.8 1a24 24 0 0 0 20.1 6.5c.8 0 1.6-.3 2.4-.4-.6-.2-1.1-.2-1.6-.2-2.8.1-5.5-.2-8.1-.8-3.6-1-6.8-2.7-9.5-5.3-.7-.7-1.3-1.4-1.5-2.5h.5l1.7.8c5 2.4 10.3 3.5 16 2.4a35 35 0 0 0 14.8-7l.2-.7c-2 1-3.7 2-5.5 2.8-5 2.3-10.3 3.6-15.9 2.8-2.9-.4-5.6-1.3-8.2-2.8-.3-.2-.8-.3-.7-1l1.6.2a34.7 34.7 0 0 0 32.6-8.3l1.3-1.4-.2-.2-.8.5a38.4 38.4 0 0 1-31.2 7.4l-1.7-.7v-.3l1.9-.2c4.8-.1 9.6-.8 14.2-2a31 31 0 0 0 12-6 17 17 0 0 0 3.6-4l.3-.7-.3-.1-1.4 1.6c-1.8 1.8-4 3.1-6.4 4.2a46.7 46.7 0 0 1-21.6 4.1c-3-.4-5.6-1.4-7.1-4.1l-.3-.1-2.2 2.1c-.3.3-.7.4-1.2.1-.4-.3-.6-.7-.4-1.2.2-.8.4-1.6.8-2.3 1.7-2.9 3.6-5.5 6.3-7.7l.8-.7-.2-.2-2 .9A30.9 30.9 0 0 0 32 74.9a46.7 46.7 0 0 0 5.5 22.4l.9 1.2 1.4-3.7A70 70 0 0 0 41 91c.2-1 .9-1.6 1.8-2l2.3-.7 3.4-.7 1.3-.5c-4.9-4.6-8.9-9.5-9.6-16.3Z'/%3E%3Cpath d='m293.3 121.4 1.5-4.4L313 66.8c.7-2 1.4-4 1.5-6 .2-4.2-2.4-6.3-5.6-6.9a23 23 0 0 0-9.8.7l-3.8 1.1c-2.6 1-4.9 2.2-7 4A57.1 57.1 0 0 0 277.7 72a33 33 0 0 0-3.3 6.8l-15 41.5-.5 1.2h-34.7l1.7-4.7 18.1-50.2c.6-1.5 1-3.1 1.3-4.7.3-1.3.2-2.6-.3-3.9-.8-2.4-2.7-3.5-5-4-3-.6-6-.2-8.8.4a48 48 0 0 0-3.3.9c-3.6 1-6.7 2.7-9.4 5.2-4 3.7-7.7 7.7-10.5 12.4-1.4 2.3-2.3 4.9-3.3 7.4l-14.4 40-.5 1.2H155l32-88.1h2.4c4.1.2 8.2.7 12 2.3 3 1.2 5.7 3 8 5.4 1.4 1.4 2.3 3.1 3 5l.4 1.2 1-.6c5.8-3.4 11.8-6.5 18.1-8.9a72.7 72.7 0 0 1 27.8-4.4c4.5.2 8.9 1 13 3.2 1.7 1 3.4 2.2 4.9 3.5 2 1.8 3.2 3.9 4 6.3l.3.8.8-.4c6.9-4 14-7.8 21.6-10.2a72.6 72.6 0 0 1 25.8-3.2c5.4.5 10.4 1.9 14.8 5.2 4.5 3.3 6.4 7.7 6.6 13 .1 3-.3 6-1.4 8.7l-17.9 49.5-3.7 10.4c-.5 1.2-.5 1.2-1.8 1.2l-32.7.1h-.7ZM341.4 117.8l4.1-12.2 3.9.6c6.2 1 12.4 1.7 18.8 2l8.3.4c4.6 0 9.2-.1 13.8-1.2 2.4-.6 4.6-1.5 6.5-3.1 2-1.6 3-3.7 3.3-6.2.3-1.7-.4-3.2-1.6-4.4-.8-1-1.8-1.9-3-2.6-3-2.3-6.6-4-10-5.7-3.7-1.8-7.4-3.5-11-5.4a43.3 43.3 0 0 1-6.2-4 15.4 15.4 0 0 1-5.6-16.5 24 24 0 0 1 9.2-13.4 62.3 62.3 0 0 1 38.3-12.6l14-.2c6 0 12 .4 17.9 1.2l14.9 2.1 1.2.3-4.4 12.2-4-.6c-5.2-.8-10.3-1.4-15.4-1.8-5.8-.4-11.5-.6-17.3-.4-3.3 0-6.6.5-9.8 1.5-2.2.8-4.3 1.9-5.9 3.7a9.7 9.7 0 0 0-2.2 5.4c-.1 1 .1 1.8.6 2.7.6 1.1 1.4 2 2.4 2.9 3 2.3 6.2 4 9.5 5.7 4.2 2.1 8.4 4 12.6 6.2 1.9 1 3.7 2.1 5.5 3.3 3.5 2.4 6 5.7 7 9.9.9 3.5.3 6.8-1 10.1-1.8 4.8-5 8.6-9 11.5-8 5.5-16.8 9.4-26.6 11a187.2 187.2 0 0 1-42.2.1c-5.2-.6-10.4-1.5-15.5-2.2l-1.1-.4ZM499.7 54.8l-24.2 66.7h-34.7l.2-.9 22-61c.4-.8.8-1.3 1.8-1.4 3.6-.5 7.2-1.2 10.8-1.6l16-1.5c2.6-.2 5.2-.2 8-.3Z'/%3E%3Cpath fill='%23fff' d='M10.7 43.1c2.1-1.2 6.1.2 6.8 2.5.5 2 2.2 2.7 3.9 3.3h.4c.3-.7 0-1.1-.3-1.6l-1.1-1.7c-1-2-1.4-4-.2-6 .4-.6.3-.9-.3-1.2l-2.3-.9c2.5-.7 5.3 1.4 5.4 4l-.8.6c-.1 2 .5 3.8 2 5.5v-1c0-1 0-2.2.2-3.3.3-1.2.6-1.4 1.9-1 .7.2 1 0 1-.8 0-.4-.2-.8-.4-1.2L25.7 39c.4.1.7.1.8.3.7.5 1.5 1 2 1.7.5.6.8 1.3 1 2 .1 1.2-.5 1.9-1.6 2.1-1 .2-1.3.4-1.5 1.3-.2 1.4 0 2.7 1 3.7.7.8 1.1 1 2 .4l1-.7 5.2-5.4c-1.6 0-2.8 1.2-4.3 1.3A44 44 0 0 1 58 35.1c-2.1-.7-4.4-.7-6.6-1.1 5-1.4 10.2-1.9 15.3-3.7-2.9-2.5-5.4-5-7.6-8C64 26 69 28.7 74.7 30c-5-3.6-8.8-8.2-11-14l.4.4c4 4.8 8.8 8.5 14.2 11.5 1.2.6 2.5 1 3.8 1.5 1.5.5 3 .5 4.4 0 1.6-.5 3-.2 4.4.6.7.3 1.2.8 1.3 1.6l.7 2c.7 1.5 1.8 2 3.4 1.7h.5l.3.4c.7 1.4 1.3 1.6 2.8 1 1-.3 1-.3 1.8.6.5.6 1 1 1.7 1.5 1 .7 2 1.4 2.8 2.5l.5.8c-1.2-.8-2-1.7-3.3-2 0 2.2.2 4.4-1.4 6.3l-.9-3.8c-1.5.7-2.5 2-4.3 2.3l1-1.2c.6-1 .4-1.6-.8-1.7-1.6-.2-3 .3-4.4 1.2l-1 .6-1-2a5 5 0 0 0-2.5 1c-.7.5-.7 1 0 1.6.6.7 1.5 1 2.5.8 1.2 0 2.3.1 3.2 1.2l.6-1c1.5 1.3 2.3 3 3.4 4.5 1.4-.4 1.7-1.4 2-2.6.8.6.4 1.4.6 2.1.3 0 .6-.2.8-.3 1 2.8-.5 5.8-3.2 6.6l.2-.9c.2-1.1-.3-1.9-1.5-1.9-1.3 0-2.5.3-3.8.4l-1.6.3c1-1 2-1.7 2.8-2.4v-.5a6.6 6.6 0 0 0-5.7-1.7h-1.2c-1.4-.7-2.6-.4-4 .2a5.7 5.7 0 0 1-7-2.1c-1.3-2-.9-4.2 1-5.5l2.2-1.1c-2.6-.6-4.5 1-5.6 4.6l-5.1-1c-6.7-.9-13.2-.6-19.6 1.7-5.4 2-10 5.5-13.2 10.3a34.8 34.8 0 0 0-1.4 39l1 1.4.5.9c-.7.2-1-.3-1.3-.6a39.1 39.1 0 0 1-10-15.1c-.9.7-.7 1.6-1 2.6l-.6-1c-.9-2.1-.9-4.4-.5-6.6 1-5.3 2.5-10.4 4.8-15.2l.2-.7c-1 .4-1.6 1-2.2 1.6l-2 1.8-.2-.1.1-1.6 1.3-5L25 56a3 3 0 0 0-1.7-3.2l-2.7-1.2c-1-.4-2-1-2.6-2-.5-.7-1-1.3-2-1.4-.6-.1-.8-.5-.8-1.1 0-.7-.2-1.4-.4-2-.2-1-.8-1.6-1.8-1.7l-2.2-.3Zm76.9-10.6c1 2 2 2.7 3.9 2.5-.3-.7-.3-1.6-1.1-1.9-.9-.3-1.8-.4-2.8-.6Z'/%3E%3Cpath fill='%23fff' d='M98.4 106c2-.1 3.5.8 5.3 1.2h2.1c-.1.3-.2.5-.4.6-1 .8-2 1.4-3.3 1.7-1.2.3-2.2.2-3.2-.4-.6-.4-1-.8-1.9-.6-.6 1.3-1 2.8-1.3 4.3l-.9 3a4.7 4.7 0 0 1-2.8 3c-1.5.6-3 1-4.5 1.4-.8.3-1.7.4-2.2 1.4l.6.7c.6.4 1 1 1.1 1.8.5 1.4.5 3 2 4.2-2.2 0-5.2-2.3-5.4-4 0-.7.2-1.3-.3-2l-1.6.7-2.4 2c-2 1.8-4.2 2.6-6.9 1.8H72c-.9-.1-1.4.3-1.1 1 .4 1.4-.2 2.4-1 3.3-.8 1.2-1.6 2.3-2 4l-.6-1.3c-.7-2.1-.7-4.2.5-6.2l.6-1.3c-1-.4-2 0-2.8.1l-1.5.4c-1.5.5-2.7-.1-3.6-1.4l-.6-1c-.4-.4-.8-.3-1 .2l-.2.8c.2 1-.4 1.6-1.1 2l-1.3 1a7.7 7.7 0 0 0-3.2 3c0 .1-.1.2-.4.3-.5-3.8.8-6.7 4-9.2l-2-.5-1.8-.2c-1.5-.2-2.3-1.1-2.7-2.5l-.5-1.7-1 1.4c-.2.7-.7 1.2-1.4 1.4l-1.4.6a8.8 8.8 0 0 0-4.5 2.8l-.2-.1v-.7a10 10 0 0 1 2-4.6 8 8 0 0 1 3-2.3l1.7-1-1.4-1-2.4-1.7c-1.2-1.1-1.8-2.5-1.3-4.2l.6-2.4c-.6-.4-1-.1-1 .3-.4 1.2-1.3 1.6-2.2 2l-1.6.6a9.5 9.5 0 0 0-4.7 2.8l-.7.4c.3-2.4.9-4.4 2.3-6.1 1.4-1.7 2.9-3.3 5.4-3-.5-1.3-1.6-1.2-2.6-1.7 1.8-2.1 2.2-4.7 2.9-7.2 0-.5.3-1 .5-1.6A4 4 0 0 1 44 90c1.5-.6 3-1 4.6-1 2.6 0 4.4 1.3 5 3.6.6 2.2-.3 4.7-2.3 6a5.6 5.6 0 0 1-4.2.8c-1.7-.4-2.3-1.3-2.1-3.3l.8.9c1 .8 2.4.7 3-.2.6-.6.6-1 .2-1.7-.5-.7-1.1-1-2-1.1-1.5-.2-2.8.3-3.9 1.4a3.5 3.5 0 0 0 1 5.6c1.4.6 2.8.5 4.2.1 1.7-.5 3.2-1.4 4.6-2.6l1-.7-.2 1.3c-.2 1-.1 2 .2 2.9.4 1.2 1.4 2 2.7 2 1.3 0 2.3-.6 2.8-1.8l.4-1.4c.1-.6 0-1-.5-1.4-1.4-1.1-1.3-2.5.1-3.5 1-.7 2.8-1.2 4.7-1.3-1.2.7-2.6 1-3 2.3.2.7.9.6 1.4.8.6.1.9.5.7 1l-1.2 3c-.2.6-.6 1-.8 1.7 2-.8 3.4-2.2 5-4l-1.2-.6c1.3-2.6 6-3.1 7.7-.8l-2.2-.6c-1.1-.3-1.4 0-1.5 1.1a6.3 6.3 0 0 1-3.6 5.3l-1.7.8c-.6.3-1.1.7-1.3 1.4a9 9 0 0 0 3.2.4 4 4 0 0 0 2.2-1c2.2-2 6-1.6 7.9.7v.4l-1.2-.6c-2-1-3.2-.7-4.5 1.1l-.4.6c-.4.7-1 1-1.7.7-.8-.2-1.6-.1-2.2.3-1.3.8-2.6.8-4 .4-1-.3-2.2-.5-3.4-.5-2 0-3 1.2-2.8 3.3.5 3 2.2 5.3 4.9 6.8 2.3 1.3 4.9 1.6 7.5 1.8 3.8.1 7.5-.5 11-1.6 3.4-.9 6.5-2.3 9.4-4.1 1.7-1 3.1-2.4 4.2-4 4-5.9 7-12.1 8.4-19 .3-1.2.4-2.3.4-3.5.1-4-1.8-6.3-5.8-7-1.7-.4-3.3-.4-5-.2L87 81c-1.1 0-1.5.4-1.6 1.5 0 1.6.5 2.5 2 3l3 .3c.5 0 1 0 1.6.3l-.6.3-4.7 1c-5.4.6-11.3-2.7-13.5-7.7v-.6l.8 1c.8 1 1.6 2 2.5 2.8 1.4 1.2 3 1.7 4.9 1.7.8 0 1.5-.3 1.9-1 .4-1 .4-1.9-.1-2.7-.2-.3-.6-.4-.9-.5l-1.8-.7a6.7 6.7 0 0 1-3.6-7.6l.4 1a7.5 7.5 0 0 0 2.9 4.3c2 1.4 3.6 1.2 5-.4l1.4-1.8c.5-.8.4-1.6-.2-2.2-.5-.5-1-1-1.6-1.3l-5-1.7c-.4-.1-.8-.2-1.2-.5l.4-.2c2.8 0 5.6.2 8.3 1.2 3 1.2 5.2 3.3 6.5 6.5l-1.1-.5c-1.5-.7-2.9-.6-4.2.3l-.6.5c-.3.5-.8 1-.5 1.5.3.6.9.5 1.4.4l6-.5c1.7-.2 3.4.1 5 .7 1.4.5 2.6 1.3 3.5 2.5l.6.7c1.2-2.1 3.6-2.4 5.3-4.2v.9a6.5 6.5 0 0 1-1.4 3c-.5.6-1 1-1.8 1.2-1.2.2-1.5.6-1 1.7a5 5 0 0 1-.2 4.7 15 15 0 0 0-1 2.6c-.1.3 0 .8.2 1 0 .2.7 0 .9 0 .6-.5 1.2-.6 2-.6 1.1 0 2.3.3 3.4-.6 0 0 0 .2.2.3l-.7.8c-1.3 1.3-2.7 2-4.7 1.6-1.4-.3-1.7 0-1.9 1.5-.4 2.5-1.2 4.8-3 6.8-.7.7-1.2 1.6-1.9 2.4l.2.3Z'/%3E%3Cpath fill='%23fff' d='M40 71c.9 6.7 4.8 11.6 9.8 16.2l-1.4.5-3.4.8-2.3.7c-.9.4-1.5 1-1.8 2l-1.2 3.6-1.4 3.8-.8-1.2a46.7 46.7 0 0 1-5.6-22.5c.7-12 6.3-21 16.9-26.8l2-.9v.2l-.7.8a25.5 25.5 0 0 0-6.2 7.7c-.4.7-.7 1.5-.9 2.3-.1.4 0 .9.5 1.2.4.3.8.1 1.1-.2l2.3-2h.2c1.6 2.8 4.2 3.7 7.1 4.1 2.6.4 5.1.1 7.7-.2a47 47 0 0 0 14-3.8c2.3-1.1 4.5-2.4 6.3-4.3l1.4-1.6.3.1-.3.8a17 17 0 0 1-3.6 4 31 31 0 0 1-12 5.9c-4.6 1.2-9.4 1.9-14.2 2l-1.8.2v.4c.5.2 1 .5 1.6.6A38.4 38.4 0 0 0 84.8 58l.8-.4.2.2-1.3 1.4a37.7 37.7 0 0 1-25.2 9.4c-2.5-.1-5-.5-7.4-1.1-.5-.2-1-.2-1.6-.3 0 .8.4.9.8 1 2.5 1.6 5.2 2.5 8.1 2.9 5.6.7 10.9-.5 16-2.8l5.5-2.8-.3.6c-4.5 3.4-9.3 6-14.9 7.1-5.6 1-10.8 0-15.8-2.5l-1.8-.8h-.4c0 1.1.7 1.9 1.4 2.5 2.7 2.6 5.9 4.4 9.5 5.3 2.6.7 5.4 1 8.1.9l1.6.1-2.4.5a24 24 0 0 1-20-6.5c-.5-.5-1-1.1-1.8-1v.8l1 2c2.8 4.3 6.6 7 11.2 8.9l2.7 1.2A22 22 0 0 1 40.1 71Z'/%3E%3Cpath fill='%23ed1c24' d='M87.6 32.5c1 .2 2 .3 2.8.6.8.3.8 1.2 1.1 1.9-1.9.2-3-.4-4-2.5Z'/%3E%3C/svg%3E")}.brand.medion{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 422.5 59'%3E%3Cpath fill='%231c2f5e' d='M0 57.5V17.4l23.4 40.1H0'/%3E%3Cpath fill='%231c2f5e' fill-rule='evenodd' d='M165 1.5H193c14.3 0 36.1 9.8 36.1 26.6v2.3a28 28 0 0 1-3 10.5C219.5 52 206 55.3 206 55.3s-5.4 2.2-9 2.2h-32v-56m21.2 14.7v26.5h4c8 0 17-4.7 17-12.3v-2.1c0-8.3-10.6-12.1-18-12.1h-3Z'/%3E%3Cpath fill='%231c2f5e' d='M235.8 1.5h20.7v56h-20.7v-56'/%3E%3Cpath fill='%231c2f5e' fill-rule='evenodd' d='M349.8 1.5h19.8l31.9 30.8h.2V1.5h20.8v56h-19.6l-20-18.4h.2l-12.4-12.2h-.2v30.6h-20.7v-56'/%3E%3Cpath fill='%231c2f5e' d='M155.8 16h-21.7v6.3h20.6v14.5h-20.6v6.3h21.7v14.4h-42.6v-56h42.6V16M9 1.5h27.8L52.4 28C53.9 26.4 63 14.3 63 14.3c9.5-11 9-12.8 10.7-12.8h31.7v56H79.6V35.1c-.4.1-18.7 22.4-18.7 22.4H43.5L9 1.5'/%3E%3Cpath fill='%231c2f5e' fill-rule='evenodd' d='M262.6 29.5c0-16.3 18-29.5 40.4-29.5s40.4 13.2 40.4 29.5S325.3 59 303 59c-22.3 0-40.4-13.2-40.4-29.5m22.7 0c0 7.5 8.2 13.5 18.2 13.5s18.3-6 18.3-13.5S313.6 16 303.5 16c-10 0-18.2 6-18.2 13.5Z'/%3E%3C/svg%3E")}.brand.microsoft{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 337.6 72'%3E%3Cpath fill='%23737373' d='M140.4 14.4v43.2h-7.5V23.7h-.1l-13.4 33.9h-5l-13.7-33.9h-.1v33.9h-6.9V14.4h10.8l12.4 32h.2l13.1-32h10.2zm6.2 3.3c0-1.2.4-2.2 1.3-3 .9-.8 1.9-1.2 3.1-1.2 1.3 0 2.4.4 3.2 1.2s1.3 1.8 1.3 3-.4 2.2-1.3 3c-.9.8-1.9 1.2-3.2 1.2s-2.3-.4-3.1-1.2a4.5 4.5 0 0 1-1.3-3zm8.1 8.9v31h-7.3v-31h7.3zm22.1 25.7c1.1 0 2.3-.2 3.6-.8 1.3-.5 2.5-1.2 3.6-2v6.8c-1.2.7-2.5 1.2-4 1.5-1.5.3-3.1.5-4.9.5A14.7 14.7 0 0 1 159.7 43c0-5 1.5-9.1 4.4-12.3 2.9-3.2 7-4.8 12.4-4.8a18.4 18.4 0 0 1 7.4 1.7v7a11.5 11.5 0 0 0-7-2.6c-2.9 0-5.2.9-7 2.8s-2.6 4.4-2.6 7.6c0 3.1.9 5.6 2.6 7.3 1.7 1.7 4 2.6 6.9 2.6zm27.9-26.2a8 8 0 0 1 2.8.4v7.4c-.4-.3-.9-.6-1.7-.8s-1.6-.4-2.7-.4c-1.8 0-3.3.8-4.5 2.3s-1.9 3.8-1.9 7v15.6h-7.3v-31h7.3v4.9h.1c.7-1.7 1.7-3 3-4 1.4-.9 3-1.4 4.9-1.4zm3.2 16.5c0-5.1 1.5-9.2 4.3-12.2a16 16 0 0 1 12-4.5c4.8 0 8.6 1.4 11.3 4.3s4.1 6.8 4.1 11.7c0 5-1.5 9-4.3 12-2.9 3-6.8 4.5-11.8 4.5-4.8 0-8.6-1.4-11.4-4.2a16 16 0 0 1-4.2-11.6zm7.6-.3c0 3.2.7 5.7 2.2 7.4s3.6 2.6 6.3 2.6c2.6 0 4.7-.8 6.1-2.6 1.4-1.7 2.1-4.2 2.1-7.6a12 12 0 0 0-2.1-7.6 7.5 7.5 0 0 0-6-2.6c-2.7 0-4.7.9-6.2 2.7-1.7 1.9-2.4 4.4-2.4 7.7zm35-7.5c0 1 .3 1.9 1 2.5.7.6 2.1 1.3 4.4 2.2 2.9 1.2 5 2.5 6.1 3.9a8.1 8.1 0 0 1 1.8 5.3c0 2.9-1.1 5.2-3.4 7a14 14 0 0 1-9.1 2.6 23.7 23.7 0 0 1-8.3-1.7v-7.2c1.3.9 2.8 1.7 4.3 2.2 1.5.5 2.9.8 4.2.8 1.6 0 2.9-.2 3.6-.7.8-.5 1.2-1.2 1.2-2.3 0-1-.4-1.8-1.2-2.6-.8-.7-2.4-1.5-4.6-2.4-2.7-1.1-4.6-2.4-5.7-3.8s-1.7-3.2-1.7-5.4c0-2.8 1.1-5.1 3.3-6.9 2.2-1.8 5.1-2.7 8.6-2.7 1.1 0 2.3.1 3.6.4l3.4.9V34c-1-.6-2.1-1.2-3.4-1.7-1.3-.5-2.6-.7-3.8-.7-1.4 0-2.5.3-3.2.8-.7.7-1.1 1.4-1.1 2.4zm16.4 7.8c0-5.1 1.5-9.2 4.3-12.2a16 16 0 0 1 12-4.5c4.8 0 8.6 1.4 11.3 4.3s4.1 6.8 4.1 11.7c0 5-1.5 9-4.3 12-2.9 3-6.8 4.5-11.8 4.5-4.8 0-8.6-1.4-11.4-4.2a16.5 16.5 0 0 1-4.2-11.6zm7.6-.3c0 3.2.7 5.7 2.2 7.4s3.6 2.6 6.3 2.6c2.6 0 4.7-.8 6.1-2.6 1.4-1.7 2.1-4.2 2.1-7.6a12 12 0 0 0-2.1-7.6 7.5 7.5 0 0 0-6-2.6c-2.7 0-4.7.9-6.2 2.7a11.5 11.5 0 0 0-2.4 7.7zm48.4-9.7H312v25h-7.4v-25h-5.2v-6h5.2v-4.3c0-3.2 1.1-5.9 3.2-8s4.8-3.1 8.1-3.1l2.4.1c.7 0 1.3.2 1.8.4V18l-1.3-.5c-.6-.2-1.3-.3-2.1-.3-1.5 0-2.7.5-3.5 1.4-.8.9-1.2 2.4-1.2 4.2v3.7h10.9v-7l7.3-2.2v9.2h7.4v6h-7.4V47c0 1.9.4 3.2 1 4 .7.8 1.8 1.2 3.3 1.2a5 5 0 0 0 1.5-.3c.6-.2 1.1-.4 1.5-.7v6a7 7 0 0 1-2.3.7c-1.1.2-2.1.3-3.2.3-3.1 0-5.4-.8-6.9-2.4-1.5-1.6-2.3-4.1-2.3-7.4l.1-15.8z'/%3E%3Cpath fill='%23F25022' d='M0 0h34.2v34.2H0z'/%3E%3Cpath fill='%237FBA00' d='M37.8 0H72v34.2H37.8z'/%3E%3Cpath fill='%2300A4EF' d='M0 37.8h34.2V72H0z'/%3E%3Cpath fill='%23FFB900' d='M37.8 37.8H72V72H37.8z'/%3E%3C/svg%3E")}.brand.peaq{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 556.9 182'%3E%3Cpath fill='%23fff' d='M0 0h557v182H0V0Zm496 139.5 3.4-1.3a57.5 57.5 0 0 0 36.3-32 57.2 57.2 0 0 0-6.8-61.6 57.1 57.1 0 0 0-59.5-22.3 57.5 57.5 0 0 0-44.9 37.9 60.5 60.5 0 0 0 20.9 69.4 62.3 62.3 0 0 0 35.9 11.4 8 8 0 0 1 5 2.1c8.6 8.4 17 16.9 25.5 25.4 2 2 4 2.4 6 .4 2.3-2 2.7-4.3.4-6.7l-7-7.2-15.3-15.5ZM170.2 75.2 170 71c0-10.7.2-21.5 0-32.2 0-3.1.8-4.2 4-4.1h64.8c2.5-.4 3.9-1.9 3.9-4.5 0-2.7-1.5-4-4-4.4-1.1-.2-2.3-.1-3.4-.1H167c-6.5 0-7.3.8-7.3 7.4v95.2c0 1.3 0 2.6.2 3.9.3 2.7 1.7 4.1 4.6 4h74.7c1.4 0 3.3-1.1 4-2.3 2.3-3.4 0-6.4-4.7-6.4h-64.3c-3.5 0-4.4-1-4.3-4.4.2-11.6 0-23.2 0-34.8 0-1.2.2-2.5.4-4H222.2c1.3 0 3 .3 3.7-.3 1.6-1.3 3.4-3 3.5-4.7.1-1.3-2.2-2.9-3.7-4-.7-.5-2-.1-3-.1h-52.4ZM20.8 81.3v50.3c0 4.4 1.7 6.4 5 6.4 3.5 0 5.2-2 5.2-6.5 0-8.9.2-17.8 0-26.7 0-3 1-3.7 3.8-3.7 11.2.1 22.4.3 33.6 0 11.9-.4 23-3.2 32-11.6a38 38 0 0 0 3.8-48.2 38 38 0 0 0-29.3-15c-15.8-.8-31.7-.5-47.6-.6-5.6 0-6.5.9-6.5 6.5v49.1ZM336.1 24c-4.9.1-9.3 2-11.7 6.9-4.7 9.2-9 18.5-13.4 27.8L277.8 130c-1.6 3.5-1 6.5 1.7 7.7 3 1.3 5.5 0 7.3-3.7 14.8-32 29.7-63.8 44.7-95.7.8-1.8 3.1-3.8 4.9-4 1.4 0 3.7 2.2 4.5 4 15 31.8 29.8 63.7 44.6 95.6 1.7 3.7 4.1 5.1 7.1 3.8 2.8-1.2 3.6-4.1 2-7.6l-8.3-18-22-47.3a1564 1564 0 0 0-16.1-33.8c-2.3-4.7-6.5-6.9-12.1-7Z'/%3E%3Cpath d='M496 139.5 511 155l7 7.2c2.4 2.4 2 4.7-.3 6.7-2 2-4 1.5-6-.4L486.1 143a8 8 0 0 0-5-2 62.3 62.3 0 0 1-35.8-11.5A60.5 60.5 0 0 1 424.5 60a57.5 57.5 0 0 1 44.8-37.8A57.1 57.1 0 0 1 529 44.6a57.1 57.1 0 0 1 6.8 61.7 57.5 57.5 0 0 1-36.4 32l-3.4 1.2ZM431 80.3a50.3 50.3 0 0 0 49.6 52 50.4 50.4 0 0 0 50.4-50.5 50 50 0 1 0-100-1.5ZM170.3 75.2h52.4c1 0 2.3-.4 3 .1 1.5 1.1 3.8 2.7 3.7 4 0 1.6-2 3.5-3.4 4.7-.8.6-2.5.3-3.8.3H170.4l-.3 4-.1 34.9c0 3.3.8 4.4 4.3 4.4 21.4-.2 42.9-.1 64.3 0 4.7 0 7 3 4.8 6.4a5.7 5.7 0 0 1-4 2.2l-74.8.1c-2.9 0-4.3-1.4-4.6-4-.2-1.4-.2-2.7-.2-4V33.2c0-6.6.8-7.4 7.3-7.4h68.2l3.5.1c2.4.4 4 1.7 3.9 4.4 0 2.6-1.4 4.1-4 4.4-1.5.2-3 .1-4.6.1h-60c-3.3 0-4.1 1-4 4.1V71c0 1.2 0 2.5.2 4.2ZM20.8 81.3V32.2c0-5.6 1-6.5 6.5-6.5 15.9.1 31.8-.2 47.6.6a38 38 0 0 1 29.3 15 38 38 0 0 1-3.8 48.2 46.7 46.7 0 0 1-32 11.6c-11.2.3-22.4.1-33.6 0-2.8 0-3.9.7-3.8 3.7.2 9 0 17.8 0 26.7 0 4.5-1.7 6.6-5.2 6.5-3.3 0-5-2-5-6.4V81.3Zm10.5-47V92l4 .2c10.6 0 21.2.4 31.7-.2 6.3-.4 12.6-2.3 18.7-4.2 2.8-.8 5.4-3 7.5-5.2 8-8.3 9.3-18.3 6-28.8a25.2 25.2 0 0 0-22.7-18c-14.8-1.4-29.8-1-45.2-1.5ZM336.1 24c5.6 0 9.8 2.3 12 6.9a1564 1564 0 0 1 16.3 33.8l21.9 47.4 8.3 17.9c1.6 3.5.8 6.4-2 7.6-3 1.3-5.4 0-7.1-3.7-14.8-32-29.6-63.9-44.6-95.7-.8-1.8-3-4-4.5-3.9-1.8.1-4 2.2-5 4-15 31.8-29.8 63.7-44.6 95.6-1.7 3.7-4.3 5-7.2 3.7-2.7-1.2-3.4-4.2-1.8-7.7 11-23.7 22-47.4 33.2-71.1 4.3-9.4 8.7-18.7 13.4-27.9 2.4-4.8 6.8-6.8 11.7-7Z'/%3E%3Cpath fill='%23fff' d='M431.1 80.3a50 50 0 1 1 100 1.5 50.4 50.4 0 0 1-50.4 50.5 50.3 50.3 0 0 1-49.6-52ZM31.3 34.3c15.4.5 30.4.2 45.2 1.5 10.8 1 19.2 7.3 22.6 18 3.4 10.5 2.1 20.5-5.9 28.8a19.3 19.3 0 0 1-7.5 5.3c-6 1.8-12.4 3.7-18.7 4-10.5.7-21.1.3-31.7.3l-4-.2V34.3Z'/%3E%3C/svg%3E")}.brand.packardbell{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2445.1' height='372.6' viewBox='0 0 646.9 98.6'%3E%3Cpath fill='%23e1261d' d='M84.3 8.3a20.2 20.2 0 0 0-5.5 1 60.6 60.6 0 0 0-13 5.2l-1.2 1.1c-.3.3-.3.5-.3.5v.4l1 1c.4.5 1 1 1.9 1.5l3 1.7h.2l.2.1a44.2 44.2 0 0 0 10.2 3.5l3 .3h.3a21.4 21.4 0 0 0 6-.8 35.6 35.6 0 0 0 7.1-2.6 62.3 62.3 0 0 0 6.3-3.5c.7-.4 1.1-.9 1.4-1.2l.3-.4-.3-.3a6 6 0 0 0-1.2-1.2l-2.6-1.5a44.5 44.5 0 0 0-16.4-4.8zm50 20.5c-.9 0-1.8.2-2.9.4a26.2 26.2 0 0 0-7 2.2 72.7 72.7 0 0 0-7.5 4l-2.2 1.7a5 5 0 0 0-1 1.4c-.1.4-.2.7-.1 1 0 .3.2.7.6 1.1.4.6 1 1.2 1.8 1.9l3.2 2.1c1.4 1 3 1.8 4.6 2.6h.2v.1h.2l.2.2a76.3 76.3 0 0 0 10 4 39.5 39.5 0 0 0 8.9 1.6 22.8 22.8 0 0 0 10.5-2.6 34 34 0 0 0 9.9-6.8c.5-.6.8-1.2 1-1.6v-1s-.2-.5-.9-1.2a45.5 45.5 0 0 0-11.8-6.5 97.3 97.3 0 0 0-10.3-3.5 38.2 38.2 0 0 0-7-1zM95.1 50a23.5 23.5 0 0 0-6.7 1 42.8 42.8 0 0 0-8.6 3.6 73.6 73.6 0 0 0-8.4 5.2L69.2 62a4 4 0 0 0-.8 1.5c0 .5 0 1 .2 1.5.3.7.7 1.5 1.5 2.4.8 1 1.8 2 3 3a61 61 0 0 0 20.6 10.9 19.3 19.3 0 0 0 8 0 49.4 49.4 0 0 0 15-6.8 35.6 35.6 0 0 0 6.5-5.5c.6-.7 1-1.4 1.2-2 .2-.6.2-1.2.1-1.7a5 5 0 0 0-.9-1.8c-.5-.7-1.2-1.5-2.1-2.3a69.9 69.9 0 0 0-8.3-5.3l-.3-.1-.1-.1-.3-.2a69.4 69.4 0 0 0-9.4-4 32.1 32.1 0 0 0-7.5-1.5H95m7.3 48.6a58.2 58.2 0 0 1-28.2-8.3 97.1 97.1 0 0 1-9.6-6.2h-.1l-.1-.1c-5.5-4.1-23-17.8-23.2-22.3 0-1.3 0-2.9 22.2-14.6l21.2-10.7.1-.2h.2V36l2.1-1h-2c-4.2-.1-8.4-.7-12.4-1.8-3.8-1-7.4-3-11-4.8l-.6-.3-1.5-.9-.7-.3a43 43 0 0 1-3.5-2c-3.3-2.6-5.9-3.1-7.5-3.1-1.5 0-2.3.4-2.4.4l-30.6 12A20.7 20.7 0 0 1 9 35.7 7.6 7.6 0 0 1 4 34.3L1 32.1c-.4-.2-.7-.6-.8-1-.3-.4-.3-1 0-1.5.2-.5.6-.8.8-1l.8-.4L40 13.4l3.2-1.2 18.5-7.1A101.2 101.2 0 0 1 77.5.5a38.2 38.2 0 0 1 9.7-.3 53.6 53.6 0 0 1 12 2.4A88.9 88.9 0 0 1 118 11c1.4 1 2.5 2 3.2 3a6 6 0 0 1 1.2 3.6 5 5 0 0 1-.4 2 48.4 48.4 0 0 1 8.6-1 48.5 48.5 0 0 1 12.4 1.6 97.3 97.3 0 0 1 17.5 5.5c4.5 1.8 7.6 3 10.3 4.4a69 69 0 0 1 7.1 4c2 1.3 3.8 2.6 5.1 4 1.5 1.4 2.4 2.8 3 4.3a7 7 0 0 1 .2 3.8 11 11 0 0 1-1.8 3.9 25 25 0 0 1-3.5 4 50.2 50.2 0 0 1-12.5 8 45 45 0 0 1-19.3 4 57 57 0 0 1-3.5-.1 12.9 12.9 0 0 1-.6 9.1c-.8 2-2.2 4-4 5.9a42 42 0 0 1-7 5.8 90.5 90.5 0 0 1-15.8 8.6 51.1 51.1 0 0 1-15 3.2h-.8'/%3E%3Cpath d='M525.4 10.4c-.8 0-1.2.3-1.2 1v36.4c0 7.3 1.4 12.4 4.1 15.3 3.6 3.8 10.2 5.7 19.8 5.7h1c9.5 0 16.1-1.9 19.7-5.7 2.7-2.9 4-8 4-15.3 0-13.4-7.6-20-23-20h-2.5c-5.4 0-10 .8-13.4 2.5V14.7c0-2.9-1.5-4.3-4.3-4.3zm-31.5 0c-2.8 0-4.2 1.4-4.2 4.3v15.5c-3.5-1.6-8-2.5-13.5-2.5h-2.4c-15.4 0-23.1 6.7-23.1 20.1 0 7.3 1.4 12.4 4 15.3 3.6 3.8 10.2 5.7 19.8 5.7h1c9.6 0 16.1-1.9 19.7-5.7 2.7-2.9 4-8 4-15.3V31h.1V11.4c0-.7-.4-1-1.1-1zm-153.3.1c-3 0-4.3 1.3-4.3 4v52.9c0 .6.3 1 1.1 1h7.6c.7 0 1-.4 1-1V47.6c.3.7.7 1.3 1.3 2l15.5 17.8c.6.6 1.3 1 2.2 1h9.4c.6 0 1-.3 1-.8l-.5-1.1-19-20.6 18.7-16c.3-.2.4-.5.4-1s-.3-.8-.9-.8H365a3 3 0 0 0-2.2.8L347.3 43c-.6.5-1 1-1.2 1.6v-33c0-.8-.4-1.1-1-1.1zm285.3 0c-3 0-4.4 1.3-4.4 4v52.9c0 .6.4 1 1.2 1h7.6c.7 0 1-.4 1-1V11.5c0-.7-.3-1-1-1zm15.6 0c-3 0-4.4 1.3-4.4 4v52.9c0 .6.4 1 1.2 1h7.6c.7 0 1-.4 1-1V11.5c0-.7-.3-1-1-1zM218 27.6c-9.7 0-16.2 2-19.8 5.7-2.7 3-4 8-4 15.3v36.5c0 .6.3 1 1 1h4.3c2.8 0 4.2-1.5 4.2-4.3V66.2c3.5 1.7 8 2.5 13.5 2.5h2.4c15.4 0 23.1-6.7 23.1-20 0-7.4-1.3-12.5-4-15.4-3.6-3.8-10.2-5.7-19.8-5.7h-.5zm50.8.1c-9.3 0-15.7 2-19.1 5.7-2.6 3-4 8-4 15.3 0 13.4 7.5 20 22.4 20a32.8 32.8 0 0 0 2.3 0c5.3 0 9.7-.8 13-2.5.7 1.4 2 2 4 2h4.4c.6 0 1-.3 1-.8V48.7c0-7.3-1.4-12.4-4-15.3-3.4-3.8-9.8-5.7-19.1-5.7h-.9zm127.7 0c-9.3 0-15.7 2-19 5.7-2.7 3-4 8-4 15.3 0 13.4 7.4 20 22.3 20a32 32 0 0 0 2.3 0c5.3 0 9.7-.8 13-2.5.7 1.4 2 2 4 2h4.4c.6 0 1-.3 1-.8V48.7c0-7.3-1.4-12.4-4-15.3-3.5-3.8-9.8-5.7-19.1-5.7h-.9zm45 0c-11.7 0-17.5 4.9-17.5 14.6v25c0 .7.4 1.1 1.2 1.1h7.5c.8 0 1.2-.4 1.2-1V40.8c0-3.7 2.4-5.5 7.1-5.5l9.6.1c.8 0 1.2-.3 1.2-1V31c0-1-.2-1.7-.7-2.1-.9-.7-4-1.1-9.7-1.1zm155.2 0c-7.2 0-12.5 1.4-15.9 4.3-4 3.2-5.9 8.5-5.9 15.8 0 7 1.5 12.1 4.4 15.3 3.5 3.8 9.5 5.7 18 5.7 9.4 0 14.7-.4 16-1.3 1-.4 1.3-1.2 1.2-2.5v-3.6c0-.6-.4-1-1.2-.9l-5.7.3c-3.7.2-6.7.4-9 .4-7.6 0-12-2.4-13.1-7l-.4-2.2c2.5.1 10 .5 17.6-.5 9.2-1.3 14.6-5.6 14.6-12 0-7.8-6.9-11.8-20.6-11.8zm-279.4.2c-14.7 0-22 6.6-22 19.8 0 14.3 7.3 21.5 22 21.5 3.7 0 8.3 0 9.8-.2 4.2-.4 6.3-1.6 6.2-3.5l-.2-3.8c0-.7-.5-1-1.1-1l-4 .3-7.1.3c-5.5 0-11.1-1-13-3.1-1.7-2-2.6-5.5-2.6-10.5 0-4.7 1-8 3-9.7 1.9-1.8 7.4-2.5 12.6-2.6 5-.1 10 .6 11.3.6.6 0 .9-.3.9-.8v-3.6c0-2.7-2.7-3.3-5.7-3.6h-10.1zm280.2 7c6.6 0 9.9 1.7 9.9 4.9 0 2-1 3.3-2.8 4.1-1 .5-3.2 1.2-5.7 1.4-4.8.5-12.6.3-14.2.3.1-4 1-6.7 2.8-8.2 1.9-1.7 5.2-2.5 10-2.5zm-379 .4c5.8 0 9.8 1 11.6 2.9 1.8 1.8 2.6 5.3 2.6 10.7 0 4.6-1 7.8-3 9.5-2 1.8-5.7 2.7-11 2.7h-.5c-5.3 0-9-.9-11-2.7-2-1.7-3-5-3-9.5 0-5.4.8-9 2.5-10.7 1.9-2 5.8-2.9 11.7-2.9zm256.2 0h.4c5.3 0 9 1 11 2.7 2 1.8 3 5 3 9.6 0 5.3-.8 8.9-2.5 10.7-1.9 1.9-5.8 2.8-11.7 2.9-6 0-9.8-1-11.7-3-1.8-1.7-2.6-5.3-2.6-10.6 0-4.6 1-7.8 3-9.6 2-1.8 5.7-2.7 11-2.7zm73.5 0h.5c5.3 0 9 1 11 2.7 2 1.8 3 5 3 9.6 0 5.3-.8 8.9-2.5 10.7-2 1.9-5.8 2.8-11.7 2.9-6 0-9.9-1-11.8-3-1.7-1.7-2.5-5.3-2.5-10.6 0-4.6 1-7.8 3-9.6 2-1.8 5.7-2.7 11-2.7zm-279 0c5.8 0 9.6 1 11.4 3 1.6 1.8 2.5 5.3 2.5 10.6 0 4.6-1 7.8-3 9.6-2 1.8-5.5 2.7-10.6 2.7h-.5c-5.1 0-8.7-1-10.6-2.7-2-1.8-3-5-3-9.6 0-5.3.8-8.8 2.5-10.6 1.8-2 5.6-3 11.4-3zm127.7 0c5.8 0 9.5 1 11.4 3 1.6 1.8 2.5 5.3 2.5 10.6 0 4.6-1 7.8-3 9.6-2 1.8-5.5 2.7-10.6 2.7h-.5c-5.1 0-8.7-1-10.7-2.7-2-1.8-2.9-5-2.9-9.6 0-5.3.8-8.8 2.5-10.6 1.8-2 5.6-3 11.3-3z'/%3E%3C/svg%3E")}.brand.panasonic{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='504' height='80.4'%3E%3Cdefs%3E%3CclipPath id='a' clipPathUnits='userSpaceOnUse'%3E%3Cpath d='M283.6 700.2h166.2v-25.3H283.6v25.3z'/%3E%3C/clipPath%3E%3CclipPath id='b' clipPathUnits='userSpaceOnUse'%3E%3Cpath d='M283.6 700.2h166.2v-25.3H283.6v25.3z'/%3E%3C/clipPath%3E%3CclipPath id='c' clipPathUnits='userSpaceOnUse'%3E%3Cpath d='M283.6 700.2h166.2v-25.3H283.6v25.3z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg fill='%230056A8'%3E%3Cg clip-path='url(%23a)' transform='matrix(3.041 0 0 -3.041 -860.5 2130.8)'%3E%3Cpath d='M446.2 677.8a8.6 8.6 0 0 0-4.7-2.6c-1.3-.3-2.4-.3-3.7-.2-1.7.2-3 .7-4.5 1.8a9.4 9.4 0 0 0-3.4 10 8.7 8.7 0 0 0 6.7 6.4c2 .4 3.6.4 5.5 0a7.6 7.6 0 0 0 5-4c.5-.9.7-1.8.6-2.8h-6a3 3 0 0 1-1.1 2c-.9.6-2 .6-2.9 0-.6-.3-1-.8-1.2-1.5a8.1 8.1 0 0 1 0-4.8c.1-.7.5-1.3 1-1.8.6-.5 1.3-.8 2.2-.7.5.1.9.3 1.2.7.4.4.6.9.7 1.4v1h6.4c.1-1.9-.5-3.5-1.8-5'/%3E%3C/g%3E%3Cpath d='M423 16h20V2h-20v14zM423 76.6h20V23.3h-20v53.3zM381.8 29a33 33 0 0 1 8.2-5.4 21.6 21.6 0 0 1 15.8-1.2c5.8 1.7 10 5.8 11.9 11.6.9 2.8 1.2 5.3 1.2 8.2v34.4h-21.1v-31c0-1-.2-1.8-.5-2.8-.5-1.8-1.7-3.1-3.4-3.8a8 8 0 0 0-10 3.3c-1 1.5-1.3 3-1.3 4.6v29.7H362V23.3h19.2l.5 5.6M146 29a33 33 0 0 1 8.3-5.4 21.6 21.6 0 0 1 15.7-1.2c5.9 1.7 10 5.8 12 11.6.8 2.8 1.2 5.3 1.2 8.2v34.4H162v-31c0-1-.1-1.8-.4-2.8-.5-1.8-1.7-3.1-3.4-3.8a8 8 0 0 0-10.1 3.3c-.9 1.5-1.3 3-1.3 4.6v29.7h-20.5V23.3h19.3l.4 5.6'/%3E%3Cg clip-path='url(%23b)' transform='matrix(3.041 0 0 -3.041 -860.5 2130.8)'%3E%3Cpath d='m372.3 682 1.4-.4c.4-.1.7-.4.8-.9 0-.4 0-.8-.4-1.2a2 2 0 0 0-1.2-.6c-.6 0-1.1 0-1.7.2l-.8.4c-.3.3-.5.6-.6 1l-.1.9h-6.4v-.4c0-.6 0-1.1.3-1.7.3-.8.7-1.5 1.4-2 .9-1 1.8-1.4 3-1.7 2.3-.7 4.4-.9 6.9-.5a9.6 9.6 0 0 1 4.3 1.8 5.3 5.3 0 0 1 1.7 5.9c-.3.8-.7 1.4-1.3 2-1 .7-1.8 1.2-3 1.6a52 52 0 0 1-6.2 1.4c-.4.1-.5.6-.4 1 .3.4.6.7 1 .8.8.2 1.4.2 2.1 0 .7-.3 1.2-1 1.1-1.6h6.2c0 .7-.1 1.4-.4 2-.2.8-.6 1.4-1.2 1.8a6 6 0 0 1-1.7 1 18.3 18.3 0 0 1-8.7.4 7.5 7.5 0 0 1-3-1.5 4.9 4.9 0 0 1-1.6-5.8 4.7 4.7 0 0 1 2.7-2.7l2-.5 3.8-.8'/%3E%3C/g%3E%3Cpath d='M38.3 53.6H24.6V36.1h13.7A7.3 7.3 0 0 0 44 33c.7-1 1.2-2 1.3-3.3.2-1 .2-2 .1-3a7.5 7.5 0 0 0-7.5-6.8H24.6v56.7H2V2h37l4.2.1c9.8.5 17.9 6 22 14.9 2.2 4.6 3 9.1 2.4 14.2a24.2 24.2 0 0 1-19.2 21.3c-3.5.8-6.5 1.1-10 1.1M335.6 22.3a36.5 36.5 0 0 0-12.1 0A27.7 27.7 0 0 0 301 58.1c1.7 6 4.8 10.7 9.8 14.5 3.2 2.5 6.5 4 10.5 4.9a36.5 36.5 0 0 0 16.5 0c4-1 7.2-2.4 10.5-5L337 60.2a8 8 0 0 1-14.7 0c-.8-1.7-1.2-3.3-1.5-5.2-.6-3.7-.5-7 .2-10.7.4-1.9 1-3.5 2.1-5.1a7.8 7.8 0 0 1 13 0c1.1 1.6 1.8 3.2 2.1 5.1.8 3.7.8 7 .3 10.7-.3 2-.8 3.5-1.5 5.2l11.4 12.5c5-3.8 8.1-8.5 9.8-14.5 1-4 1.4-7.4 1-11.5-.6-6.6-3.2-12-8-16.6a27.7 27.7 0 0 0-15.5-7.7'/%3E%3Cg clip-path='url(%23c)' transform='matrix(3.041 0 0 -3.041 -860.5 2130.8)'%3E%3Cpath d='M362.6 676.9a81.8 81.8 0 0 0-.3 9.5c0 1-.1 1.9-.4 2.9a4.6 4.6 0 0 1-2.3 3l-2.1.8a18.3 18.3 0 0 1-9.3-.5 5.3 5.3 0 0 1-3.1-3.4c-.2-.6-.3-1.2-.2-1.8l.1-.3 6-.2v1c.3.6.6 1 1.2 1.2.8.3 1.5.3 2.3 0 .6-.1 1-.5 1.1-1a1 1 0 0 0-.1-1l-.7-.5-.5-.2-2.4-.5a47.4 47.4 0 0 1-4.4-1c-.8-.2-1.4-.6-2-1.2a4.3 4.3 0 0 1-1.4-2.6v-2a4.9 4.9 0 0 1 3.6-3.8c2-.5 3.8-.5 5.8.3.9.4 1.6 1 2.3 1.7l-.5 3c-.3-.4-.6-.8-1.1-1l-1.4-.3h-1.2l-.9.6c-.2.2-.3.4-.3.7-.1.4 0 .9.4 1.2l.7.4 2 .6 2.3.9v-1.8a3 3 0 0 0-.5-1.3l.5-3a28.3 28.3 0 0 1 .7-1.8h6.5c-.3.4-.4.9-.4 1.4M323.2 676.9a81.8 81.8 0 0 0-.3 9.5c0 1 0 1.9-.3 2.9a4.6 4.6 0 0 1-2.3 3l-2.2.8c-2.5.5-4.7.5-7.3.1-.7-.1-1.3-.3-2-.6a5.3 5.3 0 0 1-3-3.4c-.3-.6-.3-1.2-.2-1.8v-.3l6-.2.1 1c.2.6.6 1 1.1 1.2.8.3 1.6.3 2.4 0 .5-.1.9-.5 1-1a1 1 0 0 0-.1-1l-.7-.5-.5-.2-2.3-.5a48 48 0 0 1-4.4-1c-.8-.2-1.4-.6-2-1.2a4.3 4.3 0 0 1-1.4-2.6 4.9 4.9 0 0 1 3.6-5.7c2-.6 3.8-.6 5.7.2 1 .4 1.7 1 2.3 1.7l-.4 3c-.3-.4-.7-.8-1.2-1-.4-.2-.9-.3-1.4-.3h-1.2c-.3.2-.6.3-.8.6l-.4.7c0 .4 0 .9.4 1.2l.7.4 2 .6 2.4.9v-1.8a3 3 0 0 0-.5-1.3l.4-3a25.7 25.7 0 0 1 .8-1.8h6.5c-.3.4-.5.9-.5 1.4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.brand.razer{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 565.2 113.8'%3E%3Cpath fill='%236abd45' d='M0 0h40.7c5 0 9.3 1.8 12.9 5a31.2 31.2 0 0 1 9.2 22.4c0 3.7.2 7.5-.1 11.1-.6 8-3.5 15.1-9.7 20.5-3.4 2.9-7.4 4.5-11.9 4.5l-1.2.2 4.6 10 4.5 10 4.6 10 4.6 10 4.6 10-1.1.1h-8.9c-.8 0-1.3-.3-1.6-1l-17.4-38-4.6-10.2c-.4-.8-1-1.1-1.8-1.1H10.6c-.5 0-.7.3-.7.8V113.8h-10V0Zm10 51.3h30.5c2.7 0 5-.7 7-2.4a16 16 0 0 0 5.7-12.2v-9c-.1-3.9-1.3-7.3-3.7-10.3-2.2-2.7-5-4.4-8.5-4.4H11.2C10 13 10 13 10 14.3V50l.1 1.3ZM542.2 63.6l22.9 50.1-1 .1h-9c-.8 0-1.2-.3-1.6-1l-9.7-21.3c-4-9-8.2-17.9-12.3-26.8-.3-.9-.8-1.2-1.7-1.2H513c-.5 0-.8.3-.8.8V113.8h-9.5V.1h41.1c4.6 0 8.4 1.8 11.8 4.7a28 28 0 0 1 8.7 15.4c.6 2.3.8 4.7.8 7 0 3.8.1 7.6-.1 11.3-.5 7.2-3 13.6-8 19a19.3 19.3 0 0 1-11.4 5.9l-2.2.1-1.4.1Zm-29.8-12.3H543c3 0 5.5-1 7.7-3 3.2-3.2 4.7-7.1 4.9-11.6v-8.6c0-3.4-1-6.5-2.8-9.4a11.8 11.8 0 0 0-10.5-5.8h-29c-.8.1-1 .2-1 1v36l.1 1.4ZM297.4 13h-45.7c-.2-1.4-.1-2.8-.1-4V.8h62.7l-46 100.7H314.2l-.3 1-4.7 10.4c-.3.6-.7.9-1.4.8H251.6l46-100.5-.2-.3ZM156.9 34.2l-.4 1-11.3 35.3-13.5 42.2c-.3 1.1-.3 1.1-1.5 1.1h-9v-.2L156.6 2l.4-.9 36 112.6h-10.3l-4.3-13.3-4.3-13.3-4.2-13.3-4.3-13.2-4.2-13.4-4.3-13.1h-.3ZM439.5 101.8l-1.3 3c-1.2 2.5-2.5 5.1-3.6 7.8-.4 1-1 1.3-2 1.3H377.3c-.3-1-.3-10.7-.1-12 .8-.3 59.9-.4 62.3-.1ZM439.5.9l-.6 1.4c-1.4 3.2-3 6.3-4.3 9.5-.4.8-.8 1.2-1.8 1.2h-55.5a94 94 0 0 1-.1-12c.8-.3 59.8-.4 62.3-.1ZM439.5 51.4l-1 2-4 9c-.3.8-.7 1-1.6 1h-55.6a88.1 88.1 0 0 1 0-12l.8-.1H439l.5.1Z'/%3E%3C/svg%3E")}.brand.samsung{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 837.7 222.5'%3E%3Cpath fill='%231428a0' d='M795 104v17h13v17l-1 5c0 3-3 9-12 9s-12-6-12-9l-1-5V84l1-6c1-3 3-9 12-9s11 6 12 9v11h30V77c-2-22-21-29-42-29s-39 7-42 29v66c2 22 21 30 42 30s40-8 42-30l1-7v-33h-43ZM587 51h-30v93c-1 3-3 9-12 9s-11-6-11-9V51h-31v86l1 8c2 22 19 29 41 29s40-7 42-29V51Zm-278 0-15 94-15-94h-49l-3 120h30l1-111 21 111h30l21-111v111h31l-3-120h-49Zm-181 0-22 120h32l17-111 16 111h32L181 51h-53Zm565 96-28-96h-44v118h29l-2-99 31 99h42V51h-29l1 96ZM421 82v-6c1-4 4-8 11-8s11 4 11 11v7h30v-8c0-26-24-30-40-30s-39 7-42 26v16c6 24 48 31 54 47v8c-1 5-4 9-11 9s-12-5-12-11v-12h-32v9c0 27 21 35 43 35s39-7 42-27v-20c-5-24-50-32-54-46M32 82v-7c1-3 3-8 11-8s11 5 11 11v8h30v-9c0-26-24-30-41-30S5 54 1 74c-1 5-1 10 1 16 5 24 47 31 54 47v9c-1 4-4 8-12 8s-12-5-12-11v-12H0v10c0 26 21 34 44 34s39-7 42-27v-20c-5-25-51-32-54-46'/%3E%3C/svg%3E")}.brand.sony{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='1280' height='225.3' viewBox='0 0 338.7 59.6'%3E%3Cg fill='%230f0f0f' stroke-width='.7'%3E%3Cpath d='M257.6 3.3V10h6.5c2.8 0 4.6 1.7 5.7 2.9l20 22.6c.4.6.4.6.4 1v10.4a7.4 7.4 0 0 1-.2 1.4 2.3 2.3 0 0 1-1.4 1.3 14.8 14.8 0 0 1-1.8.1h-6.5v6.6h36.3v-6.6h-6.8a13.4 13.4 0 0 1-1.9-.1 2.3 2.3 0 0 1-1.4-1.3 7.5 7.5 0 0 1-.1-1.4V36.4a1.4 1.4 0 0 1 .2-1l20.1-23c1.9-2 2.9-2.4 5.3-2.4h6.7V3.3h-30V10h4.6a1.3 1.3 0 0 1 1 2c0 .2-12.5 14.8-12.6 15-.2.1-.3 0-.4 0l-12.4-15c-.9-1-.2-2 .8-2h4.4V3.3zM168.5 3.3V10h5.8c4.2 0 4.5 2.3 4.5 4.3v31c0 1.9.1 4.4-2.6 4.4h-7.1v6.6h30.5v-6.6h-7.4c-3 0-3.1-1.3-3.2-4.2V18.9l42 37.4h10.6l-.5-42.2c0-3.1.2-4.2 3.4-4.2h6.7V3.3H220V10h6.9c3.1 0 3.7 1.3 3.7 4.2l.4 22-36.4-32.8zM31 0c-6.6 0-14 1.2-20.3 4C4.7 6.8 0 11 0 18a14.3 14.3 0 0 0 3.9 9.9c1.7 1.5 4.4 4.2 11.6 5.8 3.2.7 10 1.7 16.9 2.5 6.8.7 13.4 1.3 16.1 2 2.2.6 5.8 1.3 5.8 5.4s-3.8 5.3-4.5 5.5c-.6.3-5.2 2.4-13.4 2.4a57.3 57.3 0 0 1-16-2.7C17.2 47.6 14 46 11 42.4a10.7 10.7 0 0 1-1.9-5.8H1.7v20.8h8.2v-2.8a1.2 1.2 0 0 1 1.8-1 65.2 65.2 0 0 0 12.1 4c4.4.8 7.2 1.5 12.6 1.5a53.6 53.6 0 0 0 16.8-2.4 29.4 29.4 0 0 0 10-5 13.7 13.7 0 0 0 5.4-11A15.4 15.4 0 0 0 64.3 30a19 19 0 0 0-5.4-3.7 39.3 39.3 0 0 0-6.6-2.3c-4.2-1-13.9-2.3-18.5-2.8C29 20.7 20.6 20 17.2 19c-1-.3-3-1.3-3-3.7 0-1.7.9-3.2 2.7-4.4 3-1.8 9-3 15.3-3a44.2 44.2 0 0 1 17.6 3.5 19.3 19.3 0 0 1 4.2 2.5 12.6 12.6 0 0 1 4.2 6.9h6.7V2.6h-7.5v2.1c0 .7-.7 1.6-2 .9A57.3 57.3 0 0 0 31 0zM120.7 0c-11.8 0-24.2 4-31.3 10.5A26 26 0 0 0 81 29.8 25.6 25.6 0 0 0 89.4 49c7.6 6.8 19 10.5 31.3 10.5S144.6 56 152 49.1a26.9 26.9 0 0 0 8.4-19.3 25.8 25.8 0 0 0-8.4-19.3A44.6 44.6 0 0 0 120.7 0zm0 7.7a24 24 0 0 1 16.7 6.5c4 4 6.2 9.5 6.2 15.5 0 6.3-2 11.4-6.2 15.6a23.6 23.6 0 0 1-16.7 6.5c-6.5 0-12.7-2.3-16.8-6.5a21.8 21.8 0 0 1-6.1-15.6c0-6 2-11.6 6-15.5a24 24 0 0 1 16.9-6.5z'/%3E%3C/g%3E%3C/svg%3E")}.brand.toshiba{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='800' height='121.9' version='1.0'%3E%3Cpath fill='%23e61e1e' d='M765 120h35L764 2h-49l-35 118h34l6-22h39l6 22m-37-48 12-41 12 41h-24zm-556 50c36 0 53-6 56-38a302 302 0 0 0 0-46c-3-32-20-38-56-38s-52 6-55 38a297 297 0 0 0 0 46c3 32 20 38 55 38m-22-61V48c1-18 9-20 22-20 14 0 22 2 22 20a243 243 0 0 1 0 26c0 18-8 20-22 20-13 0-21-2-22-20V61zM0 2v30h35v88h35V32h36V2H0m540 118V2h-34v118h34M406 45V2h-34v118h34V74h38v46h33V2h-33v43h-38m244 13c14-3 19-12 19-25 0-26-16-31-40-31h-60v118h63c29 0 39-13 39-32 0-13-3-25-21-30m-47 13h23c9 0 11 5 11 11 0 7-4 11-11 11h-23V71zm0-42h23c6 0 9 3 9 10 0 6-3 9-9 9h-23V29zM248 81h31c0 6 1 10 4 12s6 3 15 3 19 0 19-11c0-9-6-11-16-11-25-2-34-2-43-9-7-5-10-14-10-27 0-21 7-29 18-34s54-5 66 0c15 7 15 21 15 35h-31c0-7-2-9-3-10-4-3-8-4-15-4-8 0-18 1-18 11 0 7 4 10 12 11 12 1 35 1 44 6 11 7 14 16 14 32 0 22-8 28-18 33-13 5-55 5-69-1-15-6-15-20-15-36'/%3E%3C/svg%3E")}.brand.premium{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='224.3' height='50.9'%3E%3Cpath fill='%23353635' d='M34.8 5.7c0-2-.5-3.6-1.6-4.4C32 .4 30.2 0 27.4 0h-19L0 42.3v.2h8.8l2.9-15.2h11c3.3 0 5.6-.6 6.9-1.8s2.2-3.6 3-7l1.8-9.7a17.3 17.3 0 0 0 .4-3.1m-9.2 3.7-1.8 9-.4 1a1.7 1.7 0 0 1-1 .1h-9.1l2.3-11.8H25a1.1 1.1 0 0 1 .8.2.5.5 0 0 1 0 .4 7.7 7.7 0 0 1-.1 1.1M56 6h-8.1c-3.2 0-5.4.6-6.8 1.8s-2.5 3.6-3.3 7.2l-4.6 21.7h8.6l4.8-21.9a1.7 1.7 0 0 1 .4-.9 1.6 1.6 0 0 1 1-.2h6.2L56 6.2ZM125.3 7.2c-1.2-.8-3-1.2-5.7-1.2H89l-6.6 30.4v.3H91l5-23.4h6.7l-5 23.1v.3h8.6l5-23.4h5.7a1 1 0 0 1 .7.2.4.4 0 0 1 .1.4 3 3 0 0 1-.1.8l-4.7 22h8.7l4.6-21.4a21.3 21.3 0 0 0 .5-3.4c.1-2.2-.4-3.8-1.6-4.7M175.6 6h-8.7l-5 22.8h-5.6a1.2 1.2 0 0 1-.8-.2.5.5 0 0 1-.1-.4.6.6 0 0 1 0-.1v-.4a2.2 2.2 0 0 0 .1-.3l4.7-21.2V6h-8.6l-4.7 21.2a19.2 19.2 0 0 0-.4 3.2c-.2 2.4.4 4 1.7 5 1.2.8 3.2 1.3 6 1.3h14.7l6.6-30.5ZM216.7 7.2c-1.1-.8-3-1.2-5.7-1.2h-30.5l-6.6 30.4v.3h8.6l5-23.4h6.7l-5 23.1v.3h8.6l5.1-23.4h5.6a1 1 0 0 1 .8.2.4.4 0 0 1 0 .4 3 3 0 0 1 0 .8l-4.8 22h8.7l4.6-21.4a21.5 21.5 0 0 0 .5-3.4c.1-2.2-.4-3.8-1.6-4.7M64.5 24.8h15.8l2.3-10.3a18.8 18.8 0 0 0 .4-3c.1-2-.4-3.6-1.6-4.4-1.2-.9-3.1-1.3-5.8-1.3h-15l-4 18v.2l-.8 3.6a18.3 18.3 0 0 0-.4 3c-.2 2.4.4 4 1.7 5 1.3.8 3.3 1.2 6.2 1.2H77.3l1.6-7.3v-.2H65.4a5.2 5.2 0 0 1-1.3-.1c-.1 0-.3-.1-.3-.5a3.2 3.2 0 0 1 .2-.8Zm2.4-11a1.3 1.3 0 0 1 .4-.9 1.7 1.7 0 0 1 1-.2h5.5a1.1 1.1 0 0 1 .8.2.4.4 0 0 1 .1.3l-.1.7-1 4.6h-7.7Z'/%3E%3Cpath fill='%23e8550d' d='M135.4 1.7 131 21.8h2.8l-6.2 29 16.9-34.4h-3.2l5.1-14.7Z'/%3E%3Cpath fill='%23353635' d='M217.6 33h2.6v.6h-1v3.3h-.5v-3.3h-1ZM220.7 33h.7l1.1 1.9 1.1-1.9h.7V37h-.5v-3.1l-1.3 2-1.3-2v3h-.5Z'/%3E%3C/svg%3E")}.brand.sygnosis{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Layer 1' viewBox='0 0 500 500'%3E%3Cpath fill='%23333' d='M296.4 200c7.9-1.2 16-.6 24-.7 5.3.2 11.4.2 15.8 3.9 4 3.8 3.8 10 3 15-2 11.4-4.3 22.7-6.5 34-1.2 6-2.8 12.7-7.7 16.8-5.1 4-12 4.1-18.3 4.3-7.6-.2-15.4.4-23-.8-4-.7-8.3-2.8-10-6.8-2-4.8-1.2-10.2-.2-15l5.8-29.7c1-5.4 2.5-10.9 6-15.2 2.7-3.3 6.9-5.1 11-5.8Zm7 16.5c-1 .7-1.2 2-1.4 3l-6 30.3c-.1 1.6-1.3 3.8 0 5 2.4.6 4.8.3 7.1.4 2.2-.3 6.1 1 6.7-2 2.3-11.7 4.8-23.3 6.9-35 .5-2.2-2.1-2.3-3.6-2.2-3.2.1-6.7-.6-9.8.5ZM23 204.4c4.6-3.8 11-4 16.6-4.2h30.7l-3.1 16.2h-25c-1.3 0-3.2 0-3.8 1.5-1 3-1.4 6.2-1.4 9.3 8.3 1.2 17.1-.6 25.1 2.8 2.5 1 4.3 3.5 4.8 6.2 1 4.6-.9 9.1-1.5 13.6-1.2 6.3-2.3 13.2-7 17.8-4.6 4.2-11.1 4.5-17 4.7H7l3.3-17.1h28.6c1.5 0 3.7-.2 4-2.1.4-3 2-6.3.9-9.2-6.2-1.1-12.6.2-18.7-1.2-3.9-.8-8.2-2.5-9.7-6.5-1.9-5.3-.5-11 .5-16.2 1.2-5.6 2.7-11.8 7.3-15.6ZM82.3 200.2h22.6a28034 28034 0 0 1-9.5 48.8c-.2 1.4-.9 3.8 1.1 4.2 3.7.5 7.5 0 11.2.2l10.4-53.2h22.6l-14.9 76.5c-1.2 6-2.4 12.5-6.6 17.4-3.6 4.3-9.3 5.9-14.6 6.3-7.3.6-14.5.3-21.7.4 1-5.8 2.3-11.5 3.4-17.2 5-.4 10.6 1 15.3-.9 1.8-3.9 1.7-8.4 2.8-12.6-8-.2-16.3.7-24-1.7-2.9-.9-5.7-2.6-7-5.5-2-4.4-1.3-9.5-.5-14.2l9.4-48.5ZM153.8 204.3c5.4-3.7 12.2-4 18.5-4.1h35.6l-14.2 72.6c-1.5 7-2.2 14.7-6.5 20.8-3.5 5-10 6.7-15.8 7-7.7.3-15.3 0-22.8.1l3.4-17c5.5-.4 11.2.7 16.4-.7 2-4 2-8.7 3-13-7 0-14 .5-20.9-.5-4-.6-8.5-2.4-10.5-6.3-2.3-4.5-1.6-9.7-.7-14.4l5.8-29c1.3-5.9 3.6-12 8.7-15.5Zm15.5 12.7c-1.8.4-2 2.4-2.5 4l-5.5 28c-.3 1.4-.3 2.8-.1 4.3h13.4l7.2-36.5c-4.2.2-8.4-.2-12.5.2ZM216.5 200.2h37c5.3.3 11.4.5 15.2 4.6 3.7 4.4 3 10.6 2.2 15.9l-10 51.6h-22.6c3.3-16.8 6.5-33.7 9.9-50.5.3-1.5.3-3 .2-4.5-4-.9-8.3-.3-12.4-.5l-10.8 55.5h-22.7l14-72.2ZM353.7 203.8c4.7-3.4 10.7-3.4 16.2-3.6h30.3l-3.2 16.2h-24.5c-1.5 0-3.8-.1-4.4 1.7-.9 3-1.5 6.1-1.2 9.3 8.4.9 17.3-.7 25.3 2.8 4.7 2.1 5.4 8 4.4 12.5-1.4 6.1-2 12.6-4.3 18.5-1.4 3.6-4 7-7.5 8.7-4.3 2.1-9.3 2.3-14 2.4h-34l3.3-17.1h28c1.5-.1 3.2 0 4.2-1.2 1-3.2 1.5-6.5 1.8-9.8-3-1.2-6.4-.6-9.6-.7-5.1-.1-10.5-.3-15.1-2.7a9.4 9.4 0 0 1-5-7.3c-.7-5.5.7-10.9 1.8-16.1 1.2-5 3.1-10.5 7.5-13.6ZM398.2 272.3l14-72.2h23c-4.6 24.1-9.2 48.2-14 72.2h-23ZM446.6 203.8c4.5-3.2 10.1-3.4 15.4-3.6h31l-3 16.2h-25.4c-1.3 0-3.2.2-3.6 1.7-.9 3-1.5 6.1-1.2 9.2 8.4 1 17.3-.6 25.3 2.8 4.9 2.3 5.4 8.6 4.3 13.2-1.8 7.6-2 16-6.8 22.6-3.9 5.3-11 6.2-17 6.4h-36l3.4-17.1H461c1.5 0 3.8 0 4.3-1.8 1-3 1.3-6.1 1.6-9.2-2.8-1.2-5.8-.7-8.7-.7-5.4 0-11.2-.2-16-2.7a9.6 9.6 0 0 1-5.1-8.2c-.4-5.4 1-10.8 2.2-16 1.1-4.9 3-9.9 7.2-12.8Z'/%3E%3C/svg%3E")}.brand.agfaphoto{background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='1000' height='1000'%3E %3Cpath d='M0 0 C1.56453692 1.34892007 3.10618357 2.72480081 4.625 4.125 C5.47707031 4.89714844 6.32914063 5.66929687 7.20703125 6.46484375 C13.1443549 12.09951522 17.60798051 18.00636761 21.625 25.125 C22.01300781 25.80175781 22.40101563 26.47851562 22.80078125 27.17578125 C32.87405618 45.96107774 34.12284966 67.81165989 28.625 88.125 C24.36746889 101.72414699 17.68641984 113.04649796 7.625 123.125 C6.93792969 123.82367187 6.25085938 124.52234375 5.54296875 125.2421875 C-10.31560684 140.36520764 -31.2841841 146.56564159 -52.78515625 146.33984375 C-73.99376255 145.07055828 -93.42006135 136.5009954 -108.03515625 120.9375 C-123.29199818 102.59872506 -131.18441685 81.16793627 -129.375 57.125 C-126.81316858 34.54782758 -116.79640464 15.56294498 -99.6484375 0.7734375 C-70.40665632 -21.56762835 -29.43233235 -22.75363409 0 0 Z ' fill='%23E32725' transform='translate(143.375,434.875)'/%3E %3Cpath d='M0 0 C1.56453692 1.34892007 3.10618357 2.72480081 4.625 4.125 C5.47707031 4.89714844 6.32914063 5.66929687 7.20703125 6.46484375 C13.1443549 12.09951522 17.60798051 18.00636761 21.625 25.125 C22.01300781 25.80175781 22.40101563 26.47851562 22.80078125 27.17578125 C32.87405618 45.96107774 34.12284966 67.81165989 28.625 88.125 C24.36746889 101.72414699 17.68641984 113.04649796 7.625 123.125 C6.93792969 123.82367187 6.25085938 124.52234375 5.54296875 125.2421875 C-10.31560684 140.36520764 -31.2841841 146.56564159 -52.78515625 146.33984375 C-73.99376255 145.07055828 -93.42006135 136.5009954 -108.03515625 120.9375 C-123.29199818 102.59872506 -131.18441685 81.16793627 -129.375 57.125 C-126.81316858 34.54782758 -116.79640464 15.56294498 -99.6484375 0.7734375 C-70.40665632 -21.56762835 -29.43233235 -22.75363409 0 0 Z M-96.375 28.125 C-100.99998405 33.92305693 -104.01585669 40.11191034 -106.375 47.125 C-106.7359375 48.15496094 -107.096875 49.18492187 -107.46875 50.24609375 C-108.63696575 55.24625856 -108.6664478 59.94715062 -108.625 65.0625 C-108.63273437 66.01318359 -108.64046875 66.96386719 -108.6484375 67.94335938 C-108.60472511 83.80003039 -102.16485327 97.97022503 -91.2109375 109.37890625 C-78.26680662 121.43112705 -63.44351079 126.70298429 -45.94140625 126.40234375 C-35.04533404 125.93980721 -25.22758721 122.45917878 -16.375 116.125 C-15.60671875 115.60035156 -14.8384375 115.07570313 -14.046875 114.53515625 C-2.49150438 106.18306014 6.29495487 93.25130568 9.29101562 79.23193359 C11.93373399 62.5603989 9.56097191 46.63887675 0.27734375 32.39453125 C-9.93354881 18.369641 -24.14391435 9.05056562 -41.375 6.125 C-63.48655929 3.71572609 -81.81232752 11.43811274 -96.375 28.125 Z ' fill='%23CFD0CD' transform='translate(143.375,434.875)'/%3E %3Cpath d='M0 0 C8.58 0 17.16 0 26 0 C26 12.21 26 24.42 26 37 C34.25 37 42.5 37 51 37 C51 24.79 51 12.58 51 0 C59.91 0 68.82 0 78 0 C78 32.01 78 64.02 78 97 C69.09 97 60.18 97 51 97 C51 84.46 51 71.92 51 59 C42.75 59 34.5 59 26 59 C26 71.54 26 84.08 26 97 C17.42 97 8.84 97 0 97 C0 64.99 0 32.98 0 0 Z ' fill='%23B3B5B2' transform='translate(649,452)'/%3E %3Cpath d='M0 0 C5.04925185 5.18678011 9.93766845 12.83884932 10.06030273 20.22314453 C10.03432007 21.62862549 10.03432007 21.62862549 10.0078125 23.0625 C5.80041821 23.29559664 1.59468612 23.43717326 -2.6171875 23.5625 C-3.80699219 23.62953125 -4.99679687 23.6965625 -6.22265625 23.765625 C-14.93153891 23.9602369 -14.93153891 23.9602369 -18.09667969 21.28125 C-19.57297315 19.27097805 -20.76451612 17.22782345 -21.9921875 15.0625 C-26.43328274 12.84195238 -32.32643079 13.53087552 -36.9296875 15 C-42.52135656 20.59166906 -42.37820453 28.9162136 -42.40234375 36.3671875 C-42.39074219 37.58664062 -42.37914062 38.80609375 -42.3671875 40.0625 C-42.37878906 41.28195312 -42.39039063 42.50140625 -42.40234375 43.7578125 C-42.38053818 50.48846484 -42.23039848 56.99920485 -38.9921875 63.0625 C-35.48326336 65.90305763 -32.79342601 66.25697503 -28.4296875 65.9375 C-24.6500927 65.3149785 -21.8506437 64.75281171 -18.9921875 62.0625 C-17.68790048 59.08957048 -16.85900983 56.21043374 -15.9921875 53.0625 C-20.9421875 53.0625 -25.8921875 53.0625 -30.9921875 53.0625 C-30.9921875 46.1325 -30.9921875 39.2025 -30.9921875 32.0625 C-17.1321875 32.0625 -3.2721875 32.0625 11.0078125 32.0625 C11.0078125 67.23216173 11.0078125 67.23216173 -0.15234375 79.3125 C-2.83541827 81.86455389 -5.64088227 83.57598045 -8.9921875 85.0625 C-9.73597656 85.43375 -10.47976563 85.805 -11.24609375 86.1875 C-21.74202605 90.80250535 -35.59595747 90.80622035 -46.46875 87.2265625 C-55.66427624 82.9846634 -62.94075131 76.65127317 -66.75344849 67.16928101 C-68.77136851 61.5821362 -69.43569778 56.70161206 -69.390625 50.78515625 C-69.39349518 49.93376572 -69.39636536 49.08237518 -69.39932251 48.20518494 C-69.40134947 46.41778899 -69.39591625 44.63037016 -69.38330078 42.84301758 C-69.36724717 40.13506519 -69.38318577 37.42860953 -69.40234375 34.72070312 C-69.41798682 21.78515209 -68.67522628 11.70025861 -59.8046875 1.5625 C-43.28407937 -13.122485 -17.38339823 -14.45501215 0 0 Z ' fill='%23242225' transform='translate(369.9921875,460.9375)'/%3E %3Cpath d='M0 0 C8.44392257 7.8809944 11.45997248 16.86079029 11.97753906 28.23706055 C12.01516414 31.57016158 12.04749893 34.90279224 12.05664062 38.23608398 C12.06630369 40.36026832 12.09737088 42.4834654 12.12890625 44.60742188 C12.2293411 57.59241587 10.72035061 69.42238524 1.69140625 79.3203125 C-6.24284662 86.8970132 -16.71146172 90.09313396 -27.49609375 90.0078125 C-28.24375 90.00217285 -28.99140625 89.9965332 -29.76171875 89.99072266 C-40.8641943 89.74779587 -49.30637994 86.24373114 -57.41796875 78.5859375 C-65.48218954 70.0508133 -67.3333236 61.34693892 -67.3515625 49.76953125 C-67.3548909 49.02250443 -67.3582193 48.2754776 -67.36164856 47.5058136 C-67.3666889 45.9316977 -67.36905778 44.35757122 -67.36889648 42.78344727 C-67.37107768 40.40037021 -67.38924944 38.01776067 -67.40820312 35.63476562 C-67.45891077 21.91295325 -66.20662828 11.33611447 -56.54296875 0.87890625 C-41.30803663 -13.22097298 -15.87212602 -12.76183062 0 0 Z M-38.18359375 17.6953125 C-44.58914021 28.06619724 -41.56907354 46.55654293 -40.01171875 57.890625 C-38.78255597 62.05354424 -36.63144917 64.81051197 -32.93359375 67.0703125 C-27.85567282 68.22438544 -23.76033793 67.65506982 -19.30859375 64.9453125 C-14.85548943 60.23026087 -14.7599672 54.99816457 -14.49609375 48.8203125 C-14.45846924 47.98330811 -14.42084473 47.14630371 -14.38208008 46.28393555 C-13.49362573 30.2450761 -13.49362573 30.2450761 -19.18359375 15.6953125 C-25.55292193 11.67609283 -32.71328386 12.75869138 -38.18359375 17.6953125 Z ' fill='%23B3B5B3' transform='translate(974.18359375,460.3046875)'/%3E %3Cpath d='M0 0 C0.68320312 0.61617188 1.36640625 1.23234375 2.0703125 1.8671875 C2.65039062 2.38023437 3.23046875 2.89328125 3.828125 3.421875 C12.19997925 11.87786848 12.6373858 24.33605629 12.6171875 35.52734375 C12.60461914 36.72254639 12.60461914 36.72254639 12.59179688 37.94189453 C12.57033521 40.36462435 12.5917118 42.78439039 12.6171875 45.20703125 C12.63650237 56.26035465 11.95650988 68.30679874 4.67578125 77.3125 C-1.01771425 82.82590926 -7.40239364 86.53113079 -14.9296875 88.8671875 C-15.51105469 89.04894531 -16.09242188 89.23070312 -16.69140625 89.41796875 C-27.95923359 91.67940007 -40.63394194 90.2072771 -50.5234375 84.32421875 C-59.49085156 77.79295217 -64.38029055 69.97049729 -66.45092773 59.14111328 C-67.31320842 53.24453807 -67.15640261 47.31647731 -67.1796875 41.3671875 C-67.2003125 40.08070313 -67.2209375 38.79421875 -67.2421875 37.46875 C-67.2973586 23.75873269 -65.94346913 11.41906478 -56.30078125 1.12890625 C-41.46778651 -12.74046007 -15.27305708 -12.82511065 0 0 Z M-35.9296875 15.8671875 C-40.88554111 22.84209257 -40.1480649 30.233522 -40.16992188 38.45629883 C-40.17960984 40.66200734 -40.21064883 42.86677618 -40.2421875 45.07226562 C-40.24872042 46.48957785 -40.25396976 47.90689668 -40.2578125 49.32421875 C-40.2671582 50.60272705 -40.27650391 51.88123535 -40.28613281 53.19848633 C-39.83790141 57.81189269 -38.76370634 62.09533879 -35.31640625 65.42578125 C-31.38975828 67.45680606 -28.44339059 68.63547739 -23.9296875 67.8671875 C-19.58037999 65.56461293 -16.92763377 63.38885538 -14.9296875 58.8671875 C-13.76676026 52.75374362 -13.74619862 46.7014024 -13.7421875 40.4921875 C-13.72381836 39.0071875 -13.72381836 39.0071875 -13.70507812 37.4921875 C-13.69068109 30.21688627 -13.83214043 23.11500232 -17.8671875 16.8671875 C-20.84233308 13.98219784 -23.38335304 13.71327801 -27.3671875 13.6796875 C-28.50994141 13.65841797 -28.50994141 13.65841797 -29.67578125 13.63671875 C-32.21474019 13.896335 -33.7717826 14.51965461 -35.9296875 15.8671875 Z ' fill='%23B3B5B2' transform='translate(808.9296875,460.1328125)'/%3E %3Cpath d='M0 0 C0.87454834 0.00523682 1.74909668 0.01047363 2.65014648 0.01586914 C3.59438477 0.0190918 4.53862305 0.02231445 5.51147461 0.02563477 C6.50469727 0.03401367 7.49791992 0.04239258 8.52124023 0.05102539 C9.51833008 0.05553711 10.51541992 0.06004883 11.54272461 0.06469727 C14.01478872 0.07652532 16.48673541 0.0930069 18.95874023 0.11352539 C19.42022461 1.32258545 19.88170898 2.53164551 20.35717773 3.77734375 C28.82540898 25.95668143 37.31853876 48.12551442 45.95874023 70.23852539 C46.30098633 71.11451385 46.64323242 71.99050232 46.99584961 72.89303589 C50.46030877 81.91867177 50.46030877 81.91867177 54.15014648 90.85131836 C54.95874023 93.11352539 54.95874023 93.11352539 54.95874023 97.11352539 C46.04874023 97.11352539 37.13874023 97.11352539 27.95874023 97.11352539 C24.95874023 89.11352539 24.95874023 89.11352539 23.95874023 83.11352539 C13.72874023 83.11352539 3.49874023 83.11352539 -7.04125977 83.11352539 C-8.03125977 86.41352539 -9.02125977 89.71352539 -10.04125977 93.11352539 C-10.70125977 94.43352539 -11.36125977 95.75352539 -12.04125977 97.11352539 C-20.95125977 97.11352539 -29.86125977 97.11352539 -39.04125977 97.11352539 C-36.79306578 86.99665246 -36.79306578 86.99665246 -34.96704102 82.48071289 C-34.55429932 81.44688477 -34.14155762 80.41305664 -33.71630859 79.34790039 C-33.26666748 78.23930664 -32.81702637 77.13071289 -32.35375977 75.98852539 C-31.36260743 73.50736482 -30.37292177 71.02566143 -29.38500977 68.54321289 C-29.12150223 67.88278992 -28.85799469 67.22236694 -28.58650208 66.54193115 C-25.42904088 58.61129107 -22.38374949 50.63769285 -19.33145142 42.6661377 C-10.55836242 19.76086392 -10.55836242 19.76086392 -6.16625977 8.73852539 C-5.85084229 7.94317383 -5.5354248 7.14782227 -5.21044922 6.32836914 C-2.72940226 0.15179668 -2.72940226 0.15179668 0 0 Z M7.95874023 40.11352539 C6.78412469 43.2147425 5.62043568 46.3199478 4.45874023 49.42602539 C4.12487305 50.30709961 3.79100586 51.18817383 3.44702148 52.09594727 C2.97329102 53.36728516 2.97329102 53.36728516 2.48999023 54.66430664 C2.19672852 55.44459229 1.9034668 56.22487793 1.60131836 57.02880859 C0.8114614 59.22775859 0.8114614 59.22775859 0.95874023 62.11352539 C5.90874023 62.11352539 10.85874023 62.11352539 15.95874023 62.11352539 C14.51880478 54.3902352 11.90341578 47.38530049 8.95874023 40.11352539 C8.62874023 40.11352539 8.29874023 40.11352539 7.95874023 40.11352539 Z ' fill='%23242225' transform='translate(497.041259765625,451.886474609375)'/%3E %3Cpath d='M0 0 C6.93 0 13.86 0 21 0 C23.75264453 5.50528906 26.19291157 10.79928433 28.328125 16.52734375 C28.63453415 17.33778641 28.9409433 18.14822906 29.25663757 18.98323059 C30.25808279 21.63328959 31.2540147 24.28538473 32.25 26.9375 C33.67029882 30.70291433 35.09417664 34.46696557 36.51953125 38.23046875 C36.88417984 39.19385162 37.24882843 40.1572345 37.62452698 41.14981079 C40.22787695 48.01038943 42.88509024 54.84840565 45.57421875 61.67578125 C45.94255829 62.61215927 46.31089783 63.54853729 46.69039917 64.51329041 C48.12225218 68.15085986 49.55499594 71.78801263 50.99938965 75.42062378 C51.99280151 77.91912433 52.97931766 80.42025572 53.96484375 82.921875 C54.25888596 83.65445023 54.55292816 84.38702545 54.85588074 85.14179993 C55.12507828 85.82816025 55.39427582 86.51452057 55.67163086 87.22167969 C55.90538925 87.81003601 56.13914764 88.39839233 56.37998962 89.00457764 C57.18686728 91.60140793 57.55295024 94.31770142 58 97 C49.09 97 40.18 97 31 97 C27 87 27 87 26 84 C16.1 84 6.2 84 -4 84 C-5.32 87.96 -6.64 91.92 -8 96 C-9 97 -9 97 -11.68383789 97.11352539 C-12.85164795 97.10828857 -14.01945801 97.10305176 -15.22265625 97.09765625 C-17.11274414 97.09282227 -17.11274414 97.09282227 -19.04101562 97.08789062 C-20.38151109 97.07953403 -21.72200588 97.07106907 -23.0625 97.0625 C-24.40689942 97.0574866 -25.7513006 97.05292342 -27.09570312 97.04882812 C-30.39717941 97.03699488 -33.69856803 97.02050971 -37 97 C-32.74885849 84.67188836 -28.15077767 72.50843197 -23.375 60.375 C-22.31653659 57.67603709 -21.25913726 54.97665878 -20.20176697 52.27726746 C-19.49364576 50.46969623 -18.78520226 48.66225123 -18.07643127 46.85493469 C-14.75776201 38.39108822 -11.46757599 29.91636447 -8.1875 21.4375 C-7.69775878 20.17301243 -7.20801285 18.90852669 -6.71826172 17.64404297 C-4.4472963 11.77338174 -2.21034668 5.89425782 0 0 Z M11 39 C9.82569926 42.2681432 8.66188744 45.53992515 7.5 48.8125 C6.99919922 50.2056543 6.99919922 50.2056543 6.48828125 51.62695312 C6.17246094 52.51962891 5.85664063 53.41230469 5.53125 54.33203125 C5.23798828 55.15421143 4.94472656 55.9763916 4.64257812 56.82348633 C3.85842475 59.10130654 3.85842475 59.10130654 4 62 C8.95 62 13.9 62 19 62 C16.95285106 54.22083402 14.61516053 46.6065329 12 39 C11.67 39 11.34 39 11 39 Z ' fill='%23242225' transform='translate(241,452)'/%3E %3Cpath d='M0 0 C7.8375 -0.0825 15.675 -0.165 23.75 -0.25 C27.42334473 -0.30462402 27.42334473 -0.30462402 31.17089844 -0.36035156 C46.13803853 -0.49267904 57.66901555 -0.34001055 68.93359375 10.6171875 C75.1261789 17.75797567 76.36824471 25.14968836 76.2734375 34.35546875 C75.68565122 42.18982017 72.54666603 48.46535421 67.1953125 54.17578125 C60.10359907 60.0687175 51.85519804 63.15119999 42.69921875 63.09765625 C41.81838623 63.09515869 40.93755371 63.09266113 40.0300293 63.09008789 C38.92699463 63.08098389 37.82395996 63.07187988 36.6875 63.0625 C31.3971875 63.0315625 31.3971875 63.0315625 26 63 C26 74.22 26 85.44 26 97 C17.42 97 8.84 97 0 97 C0 64.99 0 32.98 0 0 Z M26 22 C26 28.27 26 34.54 26 41 C37.43459738 41.65112475 37.43459738 41.65112475 47.875 37.75 C49.55640134 35.13448681 49.8761301 33.09674738 50 30 C48.39588152 26.47093933 47.25840638 25.17227092 44 23 C38.12317559 21.49312195 32.0186877 21.93312569 26 22 Z ' fill='%23B3B5B2' transform='translate(561,452)'/%3E %3Cpath d='M0 0 C23.43 0 46.86 0 71 0 C71 7.26 71 14.52 71 22 C56.48 22 41.96 22 27 22 C27 27.28 27 32.56 27 38 C39.54 38 52.08 38 65 38 C65 45.26 65 52.52 65 60 C52.46 60 39.92 60 27 60 C27 72.21 27 84.42 27 97 C18.09 97 9.18 97 0 97 C0 64.99 0 32.98 0 0 Z ' fill='%23232124' transform='translate(396,452)'/%3E %3Cpath d='M0 0 C25.08 0 50.16 0 76 0 C76 7.26 76 14.52 76 22 C67.75 22 59.5 22 51 22 C51 46.75 51 71.5 51 97 C42.42 97 33.84 97 25 97 C25 72.25 25 47.5 25 22 C16.75 22 8.5 22 0 22 C0 14.74 0 7.48 0 0 Z ' fill='%23B3B6B3' transform='translate(826,452)'/%3E %3C/svg%3E")}.brand.canon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='1000' height='209.2' version='1.0'%3E%3Cg style='fill:%23bf1920;fill-opacity:1'%3E%3Cpath d='M131 151a67 67 0 1 1 35-124l-35 57 67-39c-7-12-18-22-31-29-16-10-38-16-63-16-35 0-66 13-84 32A77 77 0 0 0 0 84c0 19 8 37 20 51 18 20 48 32 83 32a112 112 0 0 0 85-35l-2-10a67 67 0 0 1-55 29M353 163 325 58a40 40 0 0 0-52-27l-61 22h63l11 40c-11-9-24-14-39-14-29 0-53 19-53 43 0 25 24 44 53 44 21 0 40-10 51-26l6 23h49m-86-16a24 24 0 1 1 0-49 24 24 0 0 1 0 49zM468 29c-3 0-7 0-10 2l-39 18a25 25 0 0 0-34-18l-48 22h33v110h49V65a12 12 0 1 1 25 0v98h49V53c0-13-11-24-25-24M776 29c-4 0-8 0-11 2l-39 18a24 24 0 0 0-34-18l-48 22h34v110h49V65a12 12 0 0 1 24 0v98h49V53c0-13-11-24-24-24M652 98a69 69 0 1 1-139 0 69 69 0 0 1 139 0m-66-48a15 15 0 1 0-30 8l24 88a15 15 0 0 0 29-8l-23-88Z' style='fill:%23bf1920;fill-opacity:1' transform='scale(1.25005)'/%3E%3C/g%3E%3C/svg%3E")}.brand.casio{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 298 56.4' viewBox='0 0 298 56.4'%3E%3Cpath d='M43 456c-2-1-3-2-3-4v-19c0-2 1-3 3-4h24c2 1 3 2 3 4v18c0 2-1 3-3 4-1 2-21 2-24 1zm31-40c-6-2-29-2-38 0-6 1-12 6-13 12-2 7-2 23 0 30 1 5 6 11 13 12h38c9-2 12-9 13-13v-29c-1-6-7-11-13-12zm-78 0h17v54H-4v-54zm-27 33c3 1 3 3 3 5s0 4-3 4h-19c-2 0-4 0-5-4h-17v2c1 7 3 12 12 14h38c9-2 11-10 11-17s-3-13-10-15l-8-1-24-1c-2 0-3-2-3-4s1-4 4-4h20l2 3v1h17v-3c-1-8-6-13-14-14l-34 1c-5 1-11 5-11 16 0 9 4 14 12 15l9 1 20 1zm-68 0h-18l8-22h2l8 22zm4 11 4 10h18l-23-54h-25l-22 54h18l4-10h26zm-97-8c0 3 2 4 3 4h23c3 0 4-2 4-4l1-3h17v7c-1 7-5 12-13 14h-38c-7-2-12-6-14-12v-30c1-5 6-10 13-12 7-1 33-2 39 0 9 2 12 10 12 13l1 7h-18c0-2 0-5-3-6h-23c-3 0-4 1-4 3v19z' style='fill:%23003296' transform='translate(210 -415)'/%3E%3C/svg%3E")}.brand.fujifilm{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1028.9' height='171.2'%3E%3Cg style='fill:%23000'%3E%3Cpath d='M0 0v-14.8c0-1 .5-1.4 1.4-1.5h5v-1.6c0-.2-.2-.3-.4-.3h-7.9c-2.4 0-2.8 1.3-2.8 2.5V-1c0 .7.3 1 1.1 1H0' style='fill:%23000;fill-opacity:1;fill-rule:nonzero;stroke:none' transform='matrix(9.0738 0 0 -9.0738 783.8 0)'/%3E%3C/g%3E%3Cg style='fill:%23000'%3E%3Cpath d='M0 0v-17.3c0-.8-.3-1-1-1h-3.7V-1c0 .6.2 1 1 1H0' style='fill:%23000;fill-opacity:1;fill-rule:nonzero;stroke:none' transform='matrix(9.0738 0 0 -9.0738 701.4 0)'/%3E%3C/g%3E%3Cg style='fill:%23000'%3E%3Cpath d='M0 0c0 1.4 0 2.5 2.3 2.5h10V.8c0-.2 0-.3-.2-.3h-6C5.3.5 4.9.1 4.9-.7v-4.6h7v-1.9c0-.1 0-.2-.2-.2H4.9v-7.4c0-.7-.4-1-1.2-1H0V0' style='fill:%23000;fill-opacity:1;fill-rule:nonzero;stroke:none' transform='matrix(9.0738 0 0 -9.0738 0 22.8)'/%3E%3C/g%3E%3Cg style='fill:%23000'%3E%3Cpath d='M0 0v-14c0-1.1.2-2 1-2.4 1.1-.7 3-.7 4.2 0 .8.4 1 1.1 1 2.5v13c0 .6.3.9 1.1.9h3.6v-13.5c0-3.1-2-4.4-3.7-4.9a17 17 0 0 0-8 0c-2.6.8-3.9 2.4-3.9 4.9V-.9c0 .6.2.9 1 .9H0' style='fill:%23000;fill-opacity:1;fill-rule:nonzero;stroke:none' transform='matrix(9.0738 0 0 -9.0738 177.7 0)'/%3E%3C/g%3E%3Cg style='fill:%23000'%3E%3Cpath d='M0 0c-1 0-1.4-.4-1.7-1.3l-3-12.5-3 13.8H-12c-.8 0-1-.4-1-1v-17.2h1.7c.3 0 .4.1.4.4v14.4h.3l3.8-14.8h2.5c1 0 1.3.3 1.5 1.3L.6-3.4H1v-14.8h3.3c.8 0 1.2.3 1.2 1V0H0' style='fill:%23000;fill-opacity:1;fill-rule:nonzero;stroke:none' transform='matrix(9.0738 0 0 -9.0738 979.9 0)'/%3E%3C/g%3E%3Cg style='fill:%23000'%3E%3Cpath d='M0 0h-4.7v-8.3H-1c.7 0 1 .2 1 1V0' style='fill:%23000;fill-opacity:1;fill-rule:nonzero;stroke:none' transform='matrix(9.0738 0 0 -9.0738 478.5 90)'/%3E%3C/g%3E%3Cpath d='M0 0c.2.1.3.2.3.5v5.9h-3.7c-.8 0-1-.4-1-1v-8.8L0 0' style='fill:%23ed1a3a;fill-opacity:1;fill-rule:nonzero;stroke:none' transform='matrix(9.0738 0 0 -9.0738 476 57.7)'/%3E%3Cg style='fill:%23000'%3E%3Cpath d='M0 0c2 .3 2.7 1.5 2.7 3.3v12.5c0 .8.4 1 1 1h3.7V4.9C7.4 2 6.8.6 5-.7 4.1-1.3 2.6-2-.8-2c-2 0-2.9.1-3 .2-.1 0-.2.1-.2.3v1.5c.8 0 2.6-.1 4 .1' style='fill:%23000;fill-opacity:1;fill-rule:nonzero;stroke:none' transform='matrix(9.0738 0 0 -9.0738 330.6 152.5)'/%3E%3C/g%3E%3Cg style='fill:%23000'%3E%3Cpath d='M0 0c-2.3 0-2.3-1.1-2.3-2.5v-4.9l-3.3-2.5h3.3v-8.3h3.7c.8 0 1.2.2 1.2 1v7.3h6.8c.2 0 .3 0 .3.2v1.9H2.6v4.6C2.6-2.4 3-2 3.8-2h6c.2 0 .2.1.2.2V0H0' style='fill:%23000;fill-opacity:1;fill-rule:nonzero;stroke:none' transform='matrix(9.0738 0 0 -9.0738 542.7 0)'/%3E%3C/g%3E%3C/svg%3E")}.brand.kodak{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='348.5' height='88.5' overflow='visible' style='overflow:visible'%3E%3Cpath d='m27.9 45.6 27.2-34.2h24.8L48.4 50.7l33.1 44.8H55.1L27.9 58v37.5H7.8V11.4h20.1zM312.1 58.6l19.9-25h22.1l-23.7 29.5 25.8 32.4h-24.4l-19.7-24.9v24.9H292V8.7h20.1z' style='clip-rule:evenodd;fill:%23da0029;fill-rule:evenodd' transform='translate(-7.8 -8.7)'/%3E%3Cpath d='M110 31.6c22.2 0 34 14.7 34 32.8 0 18.2-11.6 32.9-34 32.9-22.2 0-33.9-14.7-33.9-32.9 0-18.1 11.9-32.8 34-32.8zm0 15.6c10.1 0 15.5 7.7 15.5 17.2 0 9.6-5.3 17.3-15.4 17.3-10.1 0-15.4-7.7-15.4-17.3 0-9.5 5.3-17.2 15.4-17.2zM183.4 31.6c5.5 0 10.5 1.4 14.3 3.9V8.7H217v55.7c0 18.2-11.4 32.9-33.6 32.9-22.2 0-33.8-14.7-33.8-32.9 0-18.1 11.8-32.8 33.8-32.8zm0 15.6c10 0 15.4 7.7 15.4 17.2 0 9.6-5.3 17.3-15.4 17.3-10 0-15.3-7.7-15.3-17.3 0-9.5 5.3-17.2 15.3-17.2zM223 74.9c0-15.7 11-19.8 28.9-19.8h14.5c0-7.2-5-9.6-14.3-9.6-8.2 0-15.6 1.6-18.8 3.6V34.5a67.2 67.2 0 0 1 22.2-3.2c18.2 0 28.1 7.5 28.1 24.9v18.2c0 12.8-11.8 22.9-29.9 22.9-19.6 0-30.7-8.4-30.7-22.4zm17.2-.8c0-5.2 4.5-6.7 12.2-6.7h14v6.5c0 4.4-5.1 7.8-13 7.8-8.4 0-13.2-2.7-13.2-7.6z' style='clip-rule:evenodd;fill:%23da0029;fill-rule:evenodd' transform='translate(-7.8 -8.7)'/%3E%3C/svg%3E")}.brand.leica{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='768' height='768' version='1.0' viewBox='0 0 28.3463 28.3463'%3E%3Cpath d='M25.512 382.678c6.262 0 11.339 5.076 11.339 11.336 0 6.263-5.077 11.341-11.339 11.341-6.263 0-11.338-5.078-11.338-11.341 0-6.26 5.075-11.336 11.338-11.336' style='fill:%23ed1c24;fill-opacity:1;fill-rule:nonzero;stroke:none' transform='matrix(1.25 0 0 -1.25 -17.7175 506.6938)'/%3E%3Cpath d='M9.5938 7.8438C6.92 7.74 6.1963 11.5388 6.0313 12.1875 6.0225 12.2338 6 12.25 6 12.25c-.825-.1125-1.2813-.2813-1.2813-.2813l-.1875.5313c.5563.2637 1.375.3438 1.375.3438-.16 1.0212-.9687 2.9375-.9687 2.9375s-.7175-.2188-1.625-.2188c-1.18 0-1.595.555-1.625.9063-.0775.91 1.0762 1.3437 1.875 1.3437 1.5588 0 2.375-.8438 2.375-.8438s4.3637 1.6563 8.9375 1.6563c5.9862 0 11.0313-1.5938 11.0313-1.5938l-.1563-.5624s-3.6563 1.2737-10.6563 1.1874c-4.8287-.0587-8.5312-1.4687-8.5312-1.4687s.14-.25.2188-.4063c.4837-.9862 1.0625-2.9687 1.0625-2.9687s3.3125-.9275 3.3125-3.5625c0-.8337-.7963-1.3725-1.5625-1.4063zm.125.75c.5137 0 .6987.4062.6562.7812-.25 2.2012-2.4375 2.7188-2.4375 2.7188s.5288-3.5 1.7813-3.5zm5.3125 1.8125c-.5563 0-.9375.2287-.9375.75 0 .5274.445.6562.9375.6562.4937 0 .9687-.2125.9687-.75 0-.5388-.5663-.6563-.9688-.6563zm7.4062 1.9062c-1.5975 0-2.4625 1.3775-2.5 2.1875-.0075.1762-.0313.1875-.0313.1875-.0374.0425-.5874.6875-1.2812.6875-.555 0-.6563-.4525-.6563-.75 0-.3225.275-1.5938 1.0313-1.5938.4112 0 .6563.3438.6563.3438l.2187-.7188s-.345-.2787-1.0625-.2812c-1.545-.0013-2.5875 1.1425-2.625 2.1875-.0075.1563-.0338.2088-.0313.2188-.0512.0625-.4124.5-.9062.5-.3375 0-.3438-.2588-.3438-.375 0-.1588.6563-2.4375.6563-2.4375l-1.75.0312-.5938 2.2188s-.975.6862-2.3125.7812c-.69.0475-.9375-.3788-.9375-.625v-.0938c.0013 0 .29.0313.5.0313.165 0 2.2188-.1587 2.2188-1.4063 0-.7137-.7238-.9687-1.625-.9687-1.6662 0-2.8438 1.0237-2.8438 2.25 0 1.1188.955 1.5938 2.1875 1.5938 1.3988 0 2.7813-.8438 2.7813-.8438s.0838.8438 1.1875.8438c1.1387 0 2.0313-.8438 2.0313-.8438s.4924.8125 1.625.8125c1.1574 0 2.0312-.9375 2.0312-.9375s.3225.875 1.4688.875c.8962 0 1.375-.5625 1.375-.5625s.25.5625 1.0312.5625c.9538 0 1.6563-.6563 1.6563-.6563l-.1563-.5625s-.3625.2813-.625.2813c-.1987 0-.3125-.1613-.3125-.3438 0-.41.6563-2.4375.6563-2.4375l-1.5938.0313-.0625.25s-.2375-.4375-1.0625-.4375zm-11.3125.625c.235.0137.4138.1725.4063.3438-.0388 1.11-1.4063.9375-1.4063.9375s.2012-1.33 1-1.2813zm11.625.0313c.3288 0 .5.2612.5.4687 0 .0425-.1863 1.9375-1.125 1.9375-.43 0-.4375-.4887-.4375-.625 0-.3613.2838-1.7813 1.0625-1.7813zM3 16.25c.0816-.0082.1478-.005.2188 0 .6837.0375 1.2812.2813 1.2812.2813s-.7037.545-1.2813.5624c-.4412.0138-.7187-.2737-.7187-.4374 0-.272.2551-.3816.5-.4063z' style='fill:%23fff;fill-opacity:1;fill-rule:nonzero;stroke:none'/%3E%3C/svg%3E")}.brand.nikon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='481.8' x2='488.8' y1='-363.7' y2='-365.8' gradientTransform='translate(-37501 28578) scale(77.3572)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23FFE419'/%3E%3Cstop offset='.3' stop-color='%23FFF'/%3E%3Cstop offset='.7' stop-color='%23FFF'/%3E%3Cstop offset='1' stop-color='%23FFE419'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='482.4' x2='489.2' y1='-364.4' y2='-366.6' gradientTransform='translate(-37501 28578) scale(77.3572)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23FFE419'/%3E%3Cstop offset='.4' stop-color='%23FFF'/%3E%3Cstop offset='.6' stop-color='%23FFF'/%3E%3Cstop offset='1' stop-color='%23FFE419'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='482.9' x2='489.5' y1='-365' y2='-367.3' gradientTransform='translate(-37501 28578) scale(77.3572)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23FFE419'/%3E%3Cstop offset='.4' stop-color='%23FFF'/%3E%3Cstop offset='.6' stop-color='%23FFF'/%3E%3Cstop offset='1' stop-color='%23FFE419'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' x1='483.5' x2='489.8' y1='-365.6' y2='-368' gradientTransform='translate(-37501 28578) scale(77.3572)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23FFE419'/%3E%3Cstop offset='.4' stop-color='%23FFF'/%3E%3Cstop offset='.6' stop-color='%23FFF'/%3E%3Cstop offset='1' stop-color='%23FFE419'/%3E%3C/linearGradient%3E%3ClinearGradient id='e' x1='484' x2='490.1' y1='-366.1' y2='-368.7' gradientTransform='translate(-37501 28578) scale(77.3572)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23FFE419'/%3E%3Cstop offset='.4' stop-color='%23FFF'/%3E%3Cstop offset='.6' stop-color='%23FFF'/%3E%3Cstop offset='1' stop-color='%23FFE419'/%3E%3C/linearGradient%3E%3ClinearGradient id='f' x1='484.5' x2='490.3' y1='-366.6' y2='-369.3' gradientTransform='translate(-37501 28578) scale(77.3572)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23FFE626'/%3E%3Cstop offset='.4' stop-color='%23FFF'/%3E%3Cstop offset='.6' stop-color='%23FFF'/%3E%3Cstop offset='1' stop-color='%23FFE419'/%3E%3C/linearGradient%3E%3ClinearGradient id='g' x1='485' x2='490.6' y1='-367.1' y2='-370' gradientTransform='translate(-37501 28578) scale(77.3572)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23FFE733'/%3E%3Cstop offset='.4' stop-color='%23FFF'/%3E%3Cstop offset='.6' stop-color='%23FFF'/%3E%3Cstop offset='1' stop-color='%23FFE419'/%3E%3C/linearGradient%3E%3ClinearGradient id='h' x1='485.4' x2='490.9' y1='-367.6' y2='-370.6' gradientTransform='translate(-37501 28578) scale(77.3572)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23FFE940'/%3E%3Cstop offset='.4' stop-color='%23FFF'/%3E%3Cstop offset='.6' stop-color='%23FFF'/%3E%3Cstop offset='1' stop-color='%23FFE419'/%3E%3C/linearGradient%3E%3ClinearGradient id='i' x1='485.9' x2='491.1' y1='-368.1' y2='-371.2' gradientTransform='translate(-37501 28578) scale(77.3572)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23FFEA4C'/%3E%3Cstop offset='.5' stop-color='%23FFF'/%3E%3Cstop offset='.5' stop-color='%23FFF'/%3E%3Cstop offset='1' stop-color='%23FFE419'/%3E%3C/linearGradient%3E%3ClinearGradient id='j' x1='486.4' x2='491.4' y1='-368.6' y2='-371.8' gradientTransform='translate(-37501 28578) scale(77.3572)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23FFEC59'/%3E%3Cstop offset='.5' stop-color='%23FFF'/%3E%3Cstop offset='.5' stop-color='%23FFF'/%3E%3Cstop offset='1' stop-color='%23FFE419'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='%23FFE100' d='M0 0h400v400H0z'/%3E%3Cpath fill='url(%23a)' d='M303 283A2432 2432 0 0 0 0 357v31a2470 2470 0 0 0 303-105z'/%3E%3Cpath fill='url(%23b)' d='M328 224A2530 2530 0 0 0 0 318v26a2543 2543 0 0 0 328-120z'/%3E%3Cpath fill='url(%23c)' d='M353 168A2562 2562 0 0 0 0 283v22a2583 2583 0 0 0 353-137z'/%3E%3Cpath fill='url(%23d)' d='M376 114A2619 2619 0 0 0 0 253v16a2635 2635 0 0 0 376-155z'/%3E%3Cpath fill='url(%23e)' d='M398 62A2699 2699 0 0 0 0 227v9A2708 2708 0 0 0 398 62z'/%3E%3Cpath fill='url(%23f)' d='M400 23v-4A2816 2816 0 0 0 0 205v3A2815 2815 0 0 0 400 23z'/%3E%3Cpath fill='url(%23g)' d='M26 172A2965 2965 0 0 0 378 0h-24A2983 2983 0 0 0 26 172z'/%3E%3Cpath fill='url(%23h)' d='M61 134A3170 3170 0 0 0 321 0h-32A3107 3107 0 0 0 61 134z'/%3E%3Cpath fill='url(%23i)' d='M272 0h-28C193 31 144 63 96 96c59-30 118-62 176-96z'/%3E%3Cpath fill='url(%23j)' d='M231 0h-18l-82 59L231 0z'/%3E%3Cpath fill='%23150301' d='m145 385 22-97h26l-11 52 21-26h30l-27 32 11 39h-26l-11-37-9 37h-26zm-96-49 19 49h25l22-97H89l-11 50-19-50H33l-22 97h27l11-49zm83 49 16-71h-26l-16 71h26zm-9-87c0 3 1 10 15 10 12 0 17-7 17-13 0-4-3-10-15-10-11 0-17 7-17 13zm252 15c-11-3-25 2-32 12l2-11h-26l-16 71h26l9-40c2-7 8-10 13-9 2 0 6 2 5 8l-9 41h26l12-54c2-12-8-17-10-18zm-89 66c12-9 17-25 17-40s-12-28-33-28c-41 0-47 31-48 37-3 14 1 33 20 38 12 4 32 3 44-7zm-29-41c1-6 7-7 9-7 6 0 7 4 7 7l-6 24c-1 4-5 6-9 6-5 0-7-3-7-6 1-6 4-21 6-24z'/%3E%3C/svg%3E")}.brand.olympus{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='240mm' height='45mm' fill-rule='evenodd' clip-rule='evenodd' image-rendering='optimizeQuality' shape-rendering='geometricPrecision' text-rendering='geometricPrecision' viewBox='0 0 240 50.9'%3E%3Cg fill-rule='nonzero'%3E%3Cpath fill='%23fff' d='M205.8 40.1c.5 0 .8.5.8.9 0 .5-.4.8-.7.9l.6 1.3h-.5l-.7-1.4h-.7v1.4h-.5v-3h1.7zm-1.2 1.3h1.1c.3 0 .3-.2.3-.4s-.1-.5-.3-.5h-1v.9z'/%3E%3Cpath fill='%23fff' d='M205.2 44.3a2.7 2.7 0 1 0 0-5.3 2.7 2.7 0 0 0 0 5.3zm-2.2-2.7a2.2 2.2 0 1 1 4.5 0 2.2 2.2 0 0 1-4.5 0z'/%3E%3Cpath fill='%23F6D900' d='m.7 44.9 116.8 3 116.9-3v-1.4l-116.9-3-116.8 3z'/%3E%3Cg fill='%23343E8B'%3E%3Cpath d='M41.1 4.8h11.2v20.7h14v6H41.1zM182.5 32.6c-8.7 0-16-2.6-16-9.7V4.8h10.8V22c0 3.3 2.5 4.8 5.2 4.8 2.8 0 5.2-1.5 5.2-4.8V4.8h10.8v18c0 7.2-7.3 9.8-16 9.8zM221.2 11.9h11.4c-.6-6.2-9.3-8-16-8-6.7 0-15.4 2.2-15.4 8.9 0 4.9 4.8 6.5 8.1 7.1l8.4 1.6c2.8.6 4.2 1.2 4.2 2.8 0 1.8-1.6 2.7-5 2.7-3 0-5-1-5.5-3.2h-11.6c.7 7.3 10 8.9 17.4 8.9 7.4 0 16.3-1.8 16.3-9 0-4-2.5-6.5-8.7-7.8l-9.5-1.8c-2.3-.4-3.2-1.2-3.2-2.4 0-1.1 1.2-2.3 4.4-2.3 2.7 0 4.2.8 4.7 2.5zM154.4 21.7c8 0 10-5.1 10-8.4 0-3-1.6-8.5-10-8.5h-21.6v26.7h10.6v-9.8h11zm-11-5.9v-5.2h7c1.9 0 3.4.8 3.4 2.5 0 1.5-.9 2.7-3.3 2.7h-7zM79.7 5.4l.3-.6h11.2L79.6 22.5v9H69v-9L57.4 4.8h11.1l.3.6 5 8.9c.4.5.5.5.9 0l5-8.9zM113.6 31.5l.2-.5 5.7-13.2c.1-.4.5-.3.5 0v13.7h9.1V4.8h-11l-.2.5-6.8 15.4c-.3.6-.5.6-.8 0l-6.8-15.4-.2-.5h-11v26.7h9.1V17.8c0-.3.4-.4.5 0l5.7 13.2.2.5h5.8zM38.6 18.1c0 9-7.8 14.5-18.7 14.5C9 32.6 1.2 27 1.2 18S9 3.7 20 3.7c10.9 0 18.7 5.4 18.7 14.4zm-11.2 0c0-5.4-2.8-8.7-7.5-8.7-4.6 0-7.4 3.3-7.4 8.7 0 5.5 2.8 8.8 7.4 8.8 4.7 0 7.5-3.3 7.5-8.8zM236.9 4.4c.6 0 .9.5.9 1 0 .6-.5 1-.8 1l.7 1.5h-.6l-.8-1.5h-.8v1.5h-.7V4.4h2zm-1.4 1.5h1.3c.3-.1.4-.3.4-.5 0-.3-.3-.5-.5-.5h-1.2v1z'/%3E%3Cpath d='M236.2 9.3a3.1 3.1 0 1 0 0-6.3 3.1 3.1 0 0 0 0 6.3zm-2.6-3.2a2.6 2.6 0 1 1 5.2 0 2.6 2.6 0 0 1-5.2 0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.brand.pentax{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='706' height='142' viewBox='0 0 2560 513'%3E%3Cg fill='%23ff0013'%3E%3Cpath d='M12 8.3h242a236 236 0 0 1 73.6 8.2A110 110 0 0 1 369.9 40 107 107 0 0 1 397 81.8c8.8 23.7 11.3 49.1 11.4 74.2v76c0 14.7.5 29.4-1.1 44a128.2 128.2 0 0 1-14.3 48c-7 12.8-17 24-29 32.2a146 146 0 0 1-67 22.8c-18.7 2.2-37.4 1.7-56.1 1.7h-86V501H11.8V8.3m143.5 89V283c18.1.2 36.3 0 54.5 0 11.6.1 23.6-1.6 33.7-7.4 9-5 15.7-13.8 18.8-23.5a75 75 0 0 0 3-26.2l-.1-85c0-11.3-3.6-23.2-11.9-31.4A45.5 45.5 0 0 0 221 97.3h-65.6ZM455 8.3c113.6.2 227.3 0 341 0v92H594v102.2c57.1 0 114.2-.2 171.3 0-.2 30.9 0 61.6 0 92.4H594v114.9h201.7V501H454.8V172c.1-54.6-.1-109.1.2-163.7ZM855 8.2h135.7a8145160.9 8145160.9 0 0 0 121 290.9c.6-25 .1-50 .3-75V8.2h122.8V501h-141.9L982.4 233.5l-1.4-3c-.2 90.2 0 180.4-.1 270.6-42 .1-84 0-126 0V8.2ZM1278.2 8.2h429.2v94.9h-144v398c-48-.1-96 .1-144-.2.2-132.6 0-265.2.1-397.8h-141.3V8.2ZM1802.5 8.3c40.3.1 80.7-.1 121 .2C1978 172.7 2033 336.8 2087.9 501h-134.7l-23-78.9h-132l-22 79-129.4-.1c52-164.2 103.8-328.4 155.7-492.7m61.2 154.6-43.3 174.3h86.6c-14.5-58-28.7-116.2-43.3-174.3ZM2094.3 8.2h151.6c23.3 50.2 46.8 100.3 70 150.6 21.9-50.1 43.4-100.4 65.3-150.6 46.8.2 93.6-.1 140.4.4-41.3 79-82 158.4-123.2 237.6L2549.2 501H2400l-79.2-162.7c-1.4-2.9-2.6-5.8-4.3-8.5-14.5 34.3-29.2 68.5-43.8 102.8-9.8 22.8-19.4 45.8-29.4 68.5-51.3-.2-102.7 0-154 0l140-258.3-135-234.6Z'/%3E%3C/g%3E%3C/svg%3E")}.brand.ricoh{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' data-name='Layer 1' viewBox='0 0 108.1 37.4'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23da1e48%7D.cls-2%7Bfill:%236d6e71%7D%3C/style%3E%3C/defs%3E%3Cpath d='M40.8 9.5c0 3.7 2.7 6.4 7.3 6.4a12.8 12.8 0 0 0 5.6-1.2l1.7 2.3a16 16 0 0 1-8.1 2c-7.3 0-12.6-3.6-12.6-9.5 0-6 5.3-9.5 12.6-9.5a17.9 17.9 0 0 1 8 1.6l-1.8 2.7A10.6 10.6 0 0 0 48.1 3c-4.6 0-7.3 2.7-7.3 6.4M68.6 0c-7 0-12.1 3.5-12.1 9.5s5 9.4 12 9.4 12.2-3.5 12.2-9.4S75.7 0 68.6 0m0 16c-3.9 0-6-3-6-6.5s2.1-6.5 6-6.5 6 2.9 6 6.5-2.2 6.5-6 6.5M99 10.8v7.7h5.9V.5H99v6.8h-8.9V.5h-5.8v18h5.8v-7.7H99zM25 .5h6.1v18H25zM7.4 8.7v1.7a45.8 45.8 0 0 1 8 8h6.9a44 44 0 0 0-8.8-7.8c3.2-.1 6.8-1.4 6.8-5 0-4.7-5-5.6-10-5.6C6 0 2.3.2 0 .4v18h5.7V3.1a36 36 0 0 1 4.5-.2c3 0 4.4 1 4.4 2.7 0 1.4-.6 3.2-7.2 3.1' class='cls-1'/%3E%3Cpath d='M.5 23.8h1.4v1.4H.5v-1.4Zm0 3h1.4V34H.5v-7.3ZM12.9 34v-4.6c0-.9-.3-1.6-1.3-1.6-1.2 0-1.6 1.2-1.6 2.3v4H8.5v-4.7c0-.9-.3-1.6-1.3-1.6C6 27.8 5.6 29 5.6 30v4H4v-5.7a16.5 16.5 0 0 0 0-1.6h1.3V28a2.4 2.4 0 0 1 2.2-1.4 2.1 2.1 0 0 1 2.2 1.5 2.4 2.4 0 0 1 2.2-1.5c1.6 0 2.4 1.1 2.4 2.6v4.9h-1.5ZM79 34v-1c-1 2-4.7 1.7-4.7-.9 0-1.9 1.8-2.6 4.7-2.5a1.8 1.8 0 0 0-.8-1.8 3.8 3.8 0 0 0-3 .4v-1.1c1.6-.7 5.3-1.2 5.3 2.2v3.1a13.6 13.6 0 0 0 0 1.7H79Zm-1.4-.8c1-.3 1.4-1.4 1.3-2.7 0 0-3.3-.3-3.2 1.6 0 1 1 1.3 1.9 1M20.6 34v-1c-1 2-4.7 1.7-4.7-.9 0-1.9 1.8-2.6 4.7-2.5a1.8 1.8 0 0 0-.8-1.8 3.8 3.8 0 0 0-3 .4l-.1-1.1c1.7-.7 5.3-1.2 5.3 2.2v3.1a13.5 13.5 0 0 0 .1 1.7h-1.5Zm-1.4-.8c1-.3 1.4-1.4 1.3-2.7 0 0-3.3-.3-3.2 1.6 0 1 1 1.3 1.9 1M90.7 37l.1-1.2a4.7 4.7 0 0 0 2.2.5c2.5 0 2.4-2.1 2.4-3.5a2.8 2.8 0 0 1-2.3 1.3c-2.1 0-3-1.9-3-3.7s.8-3.8 3-3.8a2.4 2.4 0 0 1 2.3 1.4v-1.2h1.4v6.9c0 4-3.6 4-6 3.3m2.8-9.2c-1.6 0-1.9 1.4-1.9 2.7S92 33 93.5 33s2-1.4 2-2.5-.5-2.7-2-2.7M24.1 37v-1.2a4.7 4.7 0 0 0 2.3.5c2.5 0 2.4-2.1 2.4-3.5a2.8 2.8 0 0 1-2.3 1.3c-2.1 0-3-1.9-3-3.7s.9-3.8 3-3.8a2.4 2.4 0 0 1 2.3 1.4v-1.2h1.4v6.9c0 4-3.6 4.1-6.1 3.3m2.8-9.2c-1.5 0-1.8 1.4-1.8 2.7s.3 2.5 1.8 2.5 2-1.5 2-2.6-.5-2.6-2-2.6M32.4 23.8h1.4v1.4h-1.4v-1.4Zm0 3h1.4V34h-1.4v-7.3ZM100 30.8c0 2.5 2.3 2.9 4.3 1.9v1.1c-2.8 1-6 .4-6-3.4 0-2 1.4-3.8 3.4-3.8 3.5 0 3.1 4.2 3.1 4.2H100Zm1.7-3.2c-1.2 0-1.8 1.3-1.8 2.3h3.5c0-1-.4-2.3-1.7-2.3M45.3 30.8c.1 2.5 2.4 2.9 4.4 1.9l.1 1.2c-3 1-6 .4-6-3.5 0-2 1.3-3.8 3.3-3.8 3.5 0 3 4.2 3 4.2h-4.8Zm1.8-3.2c-1.2 0-1.8 1.3-1.8 2.3h3.5c0-1-.4-2.3-1.6-2.3M52 32.6h1.6v1.5H52zM58.7 30.4c0-3.3 3.2-4.4 6-3.5v1.2c-1.9-.9-4.4-.3-4.4 2.3s2.4 3.3 4.4 2.4V34c-2.3.7-6 .1-6-3.6M70.3 26.6A2.4 2.4 0 0 0 68 28v-4.2h-1.5V34H68v-3.8c0-1.2.4-2.5 1.8-2.5s1.4 1 1.4 2V34h1.5v-4.6c0-1.7-.7-2.9-2.4-2.9M87 34v-4.2c0-1-.1-2-1.4-2s-1.8 1.2-1.8 2.4V34h-1.4v-5.7a16.1 16.1 0 0 0-.1-1.6h1.4V28a2.6 2.6 0 0 1 2.3-1.4c1.9 0 2.5 1.2 2.5 2.9V34h-1.4ZM40.8 34v-4.2c0-1-.2-2-1.4-2s-1.8 1.2-1.8 2.4V34H36v-5.7a16.1 16.1 0 0 0-.1-1.6h1.4V28a2.6 2.6 0 0 1 2.4-1.4c1.8 0 2.5 1.2 2.5 2.9V34h-1.5ZM106.6 32.6h1.6v1.5h-1.6z' class='cls-2'/%3E%3C/svg%3E")}.brand{background-repeat:no-repeat;background-position:center;background-size:100%}.brand.aeg{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='1052.4' height='398.3'%3E%3Cdefs%3E%3CclipPath id='a' clipPathUnits='userSpaceOnUse'%3E%3Cpath d='M0 3187V0h8419v3187H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(1.25,0,0,-1.25,0,398.3375) scale(0.1,0.1)'%3E%3Cpath d='m860 1158 401 1010 395-1010H860zm2 2029 192-489L0 44h418l299 753h1081l294-753h851L1713 3187H862M4101 1449h994l146 367H4101v992h1247l150 379H3305V44h2075l151 378H4101v1027M7152 1449h524V385c-62-17-134-27-210-27-707 0-914 656-914 1235 0 557 177 1215 861 1215h728l151 379h-965c-936 0-1597-647-1597-1594C5730 659 6365 0 7349 0c490 0 808 93 1070 185v1631H7298l-146-367' style='fill:%23d31937;fill-opacity:1;fill-rule:nonzero;stroke:none'/%3E%3C/g%3E%3C/svg%3E")}.brand.blackdecker{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2500' height='1230' viewBox='0 0 498.2 245'%3E%3Cpath d='M128.4 12H153c7.8 0 13.7.6 17.7 1.8 4 1.1 7.2 3.5 9.6 7 2.5 3.5 3.7 9.2 3.7 17 0 5.3-.9 9-2.6 11.1-1.7 2.1-5.1 3.7-10.2 4.8 5.6 1.3 9.5 3.3 11.5 6.2 2 2.8 3 7.2 3 13.1v8.4c0 6.2-.7 10.7-2.1 13.6s-3.8 5-7 6.1c-3.2 1-9.8 1.6-19.6 1.6h-28.5V12zM153 27.6v20.1a74.7 74.7 0 0 1 2.5 0c2.4 0 4-.6 4.6-1.7.6-1.2 1-4.4 1-9.8 0-2.9-.3-4.8-.9-6-.5-1.1-1.2-1.8-2-2.1-1-.3-2.7-.5-5.2-.5zm0 34.2v25.4c3.5-.1 5.7-.6 6.6-1.6 1-.9 1.5-3.2 1.5-6.8v-8.5c0-3.9-.5-6.2-1.3-7-.9-.9-3.1-1.4-6.8-1.5zm193.3-10.3h-23.6V35.8c0-4.6-.3-7.5-.8-8.6-.5-1.1-1.6-1.7-3.3-1.7-2 0-3.2.7-3.7 2-.5 1.4-.8 4.4-.8 9v42.1c0 4.4.3 7.3.8 8.7.5 1.3 1.7 2 3.5 2s3-.7 3.5-2c.5-1.4.8-4.6.8-9.5V66.4h23.6v3.5c0 9.4-.7 16-2 20-1.3 3.9-4.3 7.3-8.8 10.3s-10.1 4.4-16.8 4.4c-6.9 0-12.6-1.2-17-3.7-4.5-2.5-7.5-6-9-10.4-1.4-4.4-2.2-11.1-2.2-20V44c0-6.5.3-11.4.7-14.7.5-3.2 1.8-6.4 4-9.4s5.3-5.4 9.3-7.2 8.4-2.6 13.5-2.6c7 0 12.7 1.4 17.2 4 4.6 2.7 7.5 6.1 9 10.1s2 10.2 2 18.7v8.6z'/%3E%3Cpath fill-rule='evenodd' d='m415.9 12-15 41 16.4 49.7h-27.1l-10.6-42v42h-26.4V12h26.4v40l11.6-40H416zm-202.1 0v72.6h16l10-72.6h35.8l14.2 90.7h-25.4l-1.2-16.3h-9l-1.4 16.3H189V12h24.8zm48.7 58.4a1012 1012 0 0 1-3.8-38 646 646 0 0 0-4.7 38h8.5z' clip-rule='evenodd'/%3E%3Cpath fill='%23d76d32' fill-rule='evenodd' d='m27.7 104 56.7-93L111 58l-26.5 46H27.7zM0 56.9 28.9 9.4h8.8L4.6 64.6 0 56.8zm9.2 15.7 38-63h9.5L13.8 80.3l-4.6-8zm9 15.5L65.7 9.4h10l-52.6 87-4.9-8.4z' clip-rule='evenodd'/%3E%3Cpath d='M128.4 116.4h18.4c12 0 20 .6 24.1 1.6 4.2 1 7.4 2.8 9.6 5.2a16 16 0 0 1 4.1 8c.5 2.9.8 8.6.8 17.2v31.8c0 8.1-.4 13.6-1.2 16.3-.8 2.7-2.2 4.9-4.2 6.4-2 1.6-4.4 2.7-7.3 3.3-3 .6-7.4 1-13.2 1h-31v-90.8zM153 132v59.7c3.6 0 5.8-.7 6.6-2 .8-1.4 1.2-5.1 1.2-11.2v-35.2c0-4.1-.1-6.7-.4-7.9-.3-1.1-.9-2-1.9-2.5-1-.6-2.8-.9-5.5-.9zm148.8 24H277v-15.7c0-4.6-.2-7.5-.8-8.6-.5-1.2-1.6-1.7-3.4-1.7-2 0-3.3.7-3.9 2-.5 1.4-.8 4.4-.8 9V183c0 4.4.3 7.3.8 8.7.6 1.3 1.8 2 3.7 2 1.8 0 3-.7 3.6-2 .6-1.4.8-4.6.8-9.5v-11.4h24.7v3.5c0 9.4-.7 16-2.1 20-1.4 3.9-4.5 7.3-9.2 10.3-4.7 3-10.6 4.4-17.5 4.4-7.2 0-13.2-1.2-17.8-3.7-4.7-2.5-7.8-6-9.3-10.4s-2.3-11.1-2.3-20v-26.5c0-6.5.2-11.4.7-14.7.5-3.3 1.8-6.4 4.2-9.4 2.3-3 5.5-5.4 9.6-7.2 4.1-1.7 8.8-2.6 14.2-2.6a36 36 0 0 1 18 4c4.6 2.7 7.7 6 9.2 10.1a58 58 0 0 1 2.3 18.7v8.6zm73.7-39.5h46.3v18.2h-18.5v17.2h17.3V169h-17.3v20h20.3V207h-48.1v-90.7zm53.2 0H446c11.6 0 19.5.5 23.6 1.3 4 .9 7.4 3 10 6.6 2.6 3.5 4 9.2 4 16.9 0 7-1 11.8-2.8 14.2-1.9 2.4-5.5 3.9-10.8 4.4 4.8 1.1 8.1 2.7 9.8 4.6 1.7 2 2.7 3.8 3.1 5.4.4 1.6.6 6 .6 13.4v24h-22.8V177c0-4.9-.4-7.9-1.2-9s-3-1.8-6.3-1.8v41h-24.6v-90.8zm24.6 15.5v20.2c2.8 0 4.7-.4 5.8-1 1.1-.8 1.7-3.2 1.7-7.2v-5c0-2.8-.6-4.7-1.6-5.6-1.1-1-3-1.4-6-1.4z'/%3E%3Cpath fill-rule='evenodd' d='m369.3 116.4-15 41 16.5 49.7h-27.2l-10.6-42v42h-26.3v-90.7H333v40l11.6-40h24.7z' clip-rule='evenodd'/%3E%3Cpath d='M190.3 116.4h46.3v18.2H218v17.2h17.4V169H218v20h20.4V207h-48.1v-90.7zm301.9 81.4c.8 0 1.5.2 2.3.6s1.3 1 1.7 1.7a4.7 4.7 0 0 1 0 4.7 4.3 4.3 0 0 1-1.7 1.7 4.7 4.7 0 0 1-2.3.6c-.8 0-1.6-.2-2.3-.6a4.4 4.4 0 0 1-1.8-1.7 4.7 4.7 0 0 1-.6-2.3 4.7 4.7 0 0 1 2.4-4.1c.7-.4 1.5-.6 2.3-.6zm0 .8a4 4 0 0 0-2 .5 3.6 3.6 0 0 0-1.4 1.4 4 4 0 0 0-.5 2 3.9 3.9 0 0 0 5.8 3.3c.6-.3 1.1-.8 1.4-1.4s.6-1.3.6-2a4 4 0 0 0-.6-1.9 3.6 3.6 0 0 0-1.4-1.4 4 4 0 0 0-2-.5zm-2 6.4v-5h1.7c.5 0 1 0 1.2.2.3 0 .5.2.7.4l.2.8c0 .3-.1.7-.4 1-.3.2-.6.4-1 .4l.4.3.7 1 .6 1h-1l-.4-.9a4 4 0 0 0-.8-1.1 1 1 0 0 0-.7-.2h-.5v2.1h-.8zm.7-2.8h1c.5 0 .8 0 1-.2a.7.7 0 0 0 .2-.6.7.7 0 0 0 0-.4.7.7 0 0 0-.4-.2l-.8-.1h-1v1.5z'/%3E%3Cpath fill-rule='evenodd' d='M443.6 107c-5.2 0-12.2-4.9-14-8a37.8 37.8 0 0 1-2.7-17.3v-6.1c0-4 .4-7.2 1.2-9.5 1.8-5.3 4.6-6.7 9-9.7-10.5-7-16.4-47 9-47.4l16.2-.3c19.8-.3 18.3 22.2 18.3 29.3h-10.9l-.8-14c-.4-8.1-24.3-11.1-29.4.6-1 6-1 12-.5 17.6l33.7 35.3V59.7l9.1-.1.3 27.2 16 18-13.2-.3-5.7-6.2c-3 6.1-13.1 8.6-17 8.6h-18.6zm.3-44.1 27.8 28c-5.4 10.1-34.1 8.5-34.2.4l-.1-20.6c1.4-5.7 4-7.6 6.5-7.8z' clip-rule='evenodd'/%3E%3C/svg%3E")}.brand.bosch{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='433' height='97' data-name='Ebene 1'%3E%3Cpath d='M185 47a14 14 0 0 0 9-13c0-12-8-18-20-18h-30v64h33c10 0 20-7 20-18 0-12-12-15-12-15Zm-25-17h12a6 6 0 0 1 6 5v1a6 6 0 0 1-6 5h-12Zm12 37h-12V54h11c6 0 9 3 9 6 0 5-4 7-8 7ZM231 15c-18 0-29 14-29 33s11 33 29 33 29-14 29-33-10-33-29-33Zm0 51c-9 0-13-8-13-18s4-18 13-18 14 8 14 18-5 18-14 18ZM294 41h-2c-5-1-10-3-10-7s4-5 8-5a18 18 0 0 1 13 5l10-9c-5-5-12-10-23-10-14 0-24 7-24 20 0 11 8 17 18 19h2c9 2 12 3 12 7s-4 7-9 7c-6 0-12-3-16-9l-10 10c6 7 13 12 26 12 12 0 25-7 25-20 0-15-11-18-20-20ZM350 66c-7 0-15-6-15-18s7-18 14-18c6 0 9 3 12 7l13-8c-7-10-14-14-25-14-19 0-30 15-30 33 0 19 12 33 30 33 12 0 18-4 25-13l-13-9c-2 4-5 7-11 7ZM416 16v24h-19V16h-17v64h17V55h19v25h17V16h-17z' style='fill:%23ed0007;fill-rule:evenodd'/%3E%3Cpath d='M48 0a48 48 0 1 0 48 48A48 48 0 0 0 48 0Zm0 92a44 44 0 1 1 44-44 44 44 0 0 1-44 44Z'/%3E%3Cpath d='M68 18h-3v17H32V18h-4a36 36 0 0 0 0 60h4V62h33v17h3a36 36 0 0 0 0-61ZM27 72a32 32 0 0 1-3-45 33 33 0 0 1 3-2Zm38-15H32V39h33Zm4 15V25a32 32 0 0 1 3 44 34 34 0 0 1-3 3Z'/%3E%3C/svg%3E")}.brand.craftsman{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' id='Layer_1' x='0' y='0' style='enable-background:new 0 0 500 500' version='1.1' viewBox='0 0 500 500'%3E%3Cstyle%3E.st0%7Bclip-path:url(%23XMLID_43_);fill:%23231f20%7D.st1%7Bfill:%23ee293d%7D.st2%7Bfill:%23fff%7D%3C/style%3E%3Cg id='XMLID_1_'%3E%3Cg id='XMLID_5_'%3E%3Cdefs%3E%3Cpath id='XMLID_4_' d='M67.5 203.7h365v92.6h-365z'/%3E%3C/defs%3E%3CclipPath id='XMLID_43_'%3E%3Cuse xlink:href='%23XMLID_4_' style='overflow:visible'/%3E%3C/clipPath%3E%3Cpath id='XMLID_6_' d='M68.4 204.6h363.3v91.7H68.4z' class='st0'/%3E%3Cpath id='XMLID_7_' d='M68.4 296.9v.7h363.9v-93.7H67.7v93.7h.7v-.7h.6v-91.6h362v90.9H68.4v.7h.6z' class='st0'/%3E%3C/g%3E%3Cpath id='XMLID_3_' d='M77.4 288.8h345.2v-76.1H77.4v76.1z' class='st1'/%3E%3Cpath id='XMLID_8_' d='M77.4 288.8v1.4h346.7v-78.9H75.9v77.5h1.5v-1.5 2.9-1.4 1.4h1.4v-76.1h342.4v73.2H77.4v2.9z' class='st1'/%3E%3Cpath id='XMLID_9_' d='m94.6 265.4 6.1 8h19.6v-11h-14.4v-23.3h14.4v-11h-19.6l-6.1 8v29.3' class='st2'/%3E%3Cpath id='XMLID_12_' d='M137.1 247.1h5.3v-8h-5.3v8zm9.4-19 7.5 8.6v13.4l-5 6 8.8 17.3h-12.3l-8.5-16.7v16.7h-11.3v-45.2l20.8-.1' class='st2'/%3E%3Cpath id='XMLID_15_' d='M173.8 248.5h6.3v-9.4h-6.3v9.4zm0 11.4v13.5h-11.6v-37.2l6.9-8h15.7l6.9 8v37.2H180v-13.5h-6.2' class='st2'/%3E%3Cpath id='XMLID_16_' d='M198.4 228.1v45.3h11.3v-16.1h11v-9.9h-11v-8.3h11v-11h-22.3' class='st2'/%3E%3Cpath id='XMLID_17_' d='M255.1 228.1h-27.4l-3.7 11h9.8v34.3h11.3v-34.3h6.4l3.6-11' class='st2'/%3E%3Cpath id='XMLID_18_' d='m272.8 261.6-15.5-22.5 3.6-11h24.7l-3.8 11h-10.9l15.3 22-3.9 12.3H256l3.9-11.8h12.9' class='st2'/%3E%3Cpath id='XMLID_19_' d='m310.9 245.7 7.3-17.6h12.1v45.3H319v-17.9l-5.5 12.7h-5.3l-5.5-12.7v17.9h-11.3v-45.3h12.1l7.4 17.6' class='st2'/%3E%3Cpath id='XMLID_20_' d='M393.6 273.4H405v-45.3h-11.4v17l-7.7-17h-11.3v45.3h11.3v-17l7.7 17' class='st2'/%3E%3Cpath id='XMLID_23_' d='M349.8 248.5h6.3v-9.4h-6.3v9.4zm0 11.4v13.5h-11.6v-37.2l6.9-8h15.7l6.9 8v37.2h-11.6v-13.5h-6.3' class='st2'/%3E%3Cpath id='XMLID_28_' d='M415.2 232.7c0 2-1.4 3.3-3.1 3.3-1.7 0-3.1-1.3-3.1-3.3 0-2 1.4-3.3 3.1-3.3 1.7-.1 3.1 1.3 3.1 3.3zm1.3 0c0-2.7-2.1-4.3-4.4-4.3-2.3 0-4.4 1.6-4.4 4.3 0 2.7 2.1 4.3 4.4 4.3 2.3 0 4.4-1.6 4.4-4.3zm-5.1.3h.5l1.1 2h1.2l-1.2-2c.6 0 1.1-.4 1.1-1.2 0-1.1-.7-1.4-1.9-1.4h-1.7v4.7h1l-.1-2.1zm0-.8v-1.1h.7c.4 0 .9 0 .9.5s-.3.6-.7.6h-.9' class='st2'/%3E%3C/g%3E%3C/svg%3E")}.brand.dewalt{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='800' viewBox='35.4 -271.4 885.8 885.8'%3E%3Cpath fill='%23febd18' d='M921.3 307.6V35.4H35.4v272.2h885.9'/%3E%3Cpath d='M73.6 73.5h809.6V89H73.6V73.5zm0 180.5H883v15.3H73.6V254zM760.3 96.6h122.9v42.2h-33.3V246h-56.4V139h-33.2V96.5m-84.4 0v149.3h102.3v-44.5h-46V96.6h-56.3m-115.3 0h61.8l47.4 149.3h-55l-5.7-22.7h-34.5l-5.1 22.7H512l48.6-149.4zm21.7 93.4h19.2l-9.4-43.5-9.8 43.5m-51.4-93.5h-55l-15.3 73-16.7-73h-48.6l-15.7 73-15-73h-55L350.8 246h51L419 173l17.6 73h52.2L531 96.4m-302.2 32h82v30.8h-39.8V172h34.6v30.8h-34.6v12.7h39.7V246h-82V128.5M73.7 246V96.5h70c41.3 0 74.2 22.5 74.2 75 0 51.1-31.8 74.4-74.5 74.4H73.6zm57.8-44.7c17.7 0 29.4-7.4 29.4-30.1 0-25-11.6-31.6-29.3-31.6H127v61.7h4.4m726.1 32.3c0-7 5.7-12.2 12.4-12.2s12.4 5.2 12.4 12.2c0 7-5.7 12.3-12.4 12.3s-12.4-5.2-12.4-12.3zm12.4 10.2c5.6 0 10-4.3 10-10.2a9.9 9.9 0 0 0-10-10.2c-5.6 0-10 4.4-10 10.2a9.9 9.9 0 0 0 10 10.2zm-2.4-8.6h2l2.7 4.5h3l-3-4.7c2-.3 3.5-1.6 3.5-4.1 0-2.2-1.7-3.8-5.1-3.8h-5.4v12.6h2.3V235zm0-2.1v-4h2.8c1.5 0 3.2 0 3.2 1.9 0 2.1-1.4 2-3.2 2h-2.8'/%3E%3C/svg%3E")}.brand.dyson{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='Layer_1' width='1200' height='800' x='0' y='0' version='1.1' viewBox='-14.8 -9.3 128.6 55.8'%3E%3Cstyle id='style6412' type='text/css'%3E.st0%7Bfill:%23231f20%7D%3C/style%3E%3Cpath id='path6414' d='M13.9 18.5c0 2.5-2 4.5-4.5 4.5s-4.5-2-4.5-4.5 2-4.5 4.5-4.5h4.5zm5-18.5h-5v9.1H9.4a9.4 9.4 0 1 0 9.4 9.4V9.1z' class='st0'/%3E%3Cpath id='path6416' d='M68.6 23c2.5 0 4.5-2 4.5-4.5s-2-4.5-4.5-4.5-4.5 2-4.5 4.5a4.6 4.6 0 0 0 4.5 4.5m-9.3-4.5a9.4 9.4 0 1 1 18.8 0 9.4 9.4 0 0 1-18.8 0' class='st0'/%3E%3Cpath id='path6418' d='M93.8 18.5c0-2.4-2-4.4-4.4-4.4-2.4 0-4.4 2-4.4 4.4v9h-4.9v-9a9.4 9.4 0 1 1 18.8 0v9H94c-.2 0-.2-7.8-.2-9' class='st0'/%3E%3Cpath id='path6420' d='M47.8 15.3c-.7-.5-.5-1.3.7-1.6 1.5-.4 4.1-.1 6.3.9l2.3-3.2c-1-.8-3.2-1.9-6.4-2.1 0 0-5.4-.7-7.6 3.4 0 0-1.9 3.8 1.9 6.2 2.3 1.4 6.3 2 7.6 2.6 1 .6.7 1.7-.8 2-2.6.6-6-.9-7.1-1.7l-2.4 3.3c1.6 1.2 3.6 2.3 6.8 2.8 0 0 5.1.9 7.9-2.6.5-.6 2.8-4.9-1.8-7.4-2.4-1.3-6.2-1.9-7.4-2.6' class='st0'/%3E%3Cpath id='path6422' d='M24.8 31.1c.2.1 2.5 1.7 4.7 1.7 5.4.1 5.7-5.5 5.7-6.8a6.9 6.9 0 0 1-4.4 1.8c-5.2 0-9.3-4-9.3-9.2V9.5h4.9v9.1c0 2.4 2 4.4 4.4 4.4 2.4 0 4.4-2 4.4-4.4V9.5h4.9v9.1c0 8.1.4 16.4-7.5 18.3-5.9 1.4-10.1-2.3-10.4-2.5z' class='st0'/%3E%3C/svg%3E")}.brand.einhell{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 652 652' viewBox='0 0 652 652'%3E%3Cpath d='M22 261h140v121H22z' style='fill:%23ee3338'/%3E%3Cpath d='M84 331v-7h23v-12h24v-21H53v61h78v-21z' style='fill:%23fff'/%3E%3Cpath d='M283 352h27v-40h-27v40zm39-40v40h27v-28h12v28h27v-40h-66zm183 8h15v6h-15v-6zm-27-8v40h66v-12h-39v-6h39v-22h-66zm-285-21v61h78v-21h-47v-7h24v-12h23v-21h-78zm90 12h27v-12h-27v12zm117-12v61h27v-28h12v28h27v-40h-39v-21h-27zm155 61h28v-61h-28v61zm39 0h28v-61h-28v61z'/%3E%3C/svg%3E")}.brand.greenworks{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='layer' x='0' y='0' style='enable-background:new -153-46 652 652' version='1.1' viewBox='-153 -46 652 652'%3E%3Cstyle%3E.st0%7Bfill:%238dc63f%7D%3C/style%3E%3Cpath d='M-50.4 269.9v38.7h-18.8v-63.4h16.9v6.1a69.5 69.5 0 0 1 18.6-7.4v17.7a96.3 96.3 0 0 0-16.7 8.3M-95 287.3v-27c-2.7-.3-5.1-.3-7.7-.3-8.6 0-10.1 4.3-10.1 10.2V284c0 4.1 1.6 6.7 5.8 6.7 4 .1 8.4-1.6 12-3.4m-36.5-16.9c0-15 4.8-26.6 29.4-26.6 7.9 0 17.9.9 25.7 2.2v57.9c0 23.5-15.9 29.8-39.8 29.8-4.3 0-9.5-.5-12.7-1l1-15.3c2.5.3 5.8.6 9.1.6 16.8 0 23.7-3.3 23.7-12.5v-2a45.4 45.4 0 0 1-17 3.5c-12.6 0-19.4-8.7-19.4-22.8v-13.8zM4.9 266.7c0-4.4-1.3-8.1-7.8-8.1s-8.6 3.6-8.6 8.1v2.7H4.9v-2.7zm-16.4 16.8v1.8c0 7.3 2.9 9.2 11.5 9.2 5.9 0 13.7-1 19.3-2.7l2.7 14.1a75 75 0 0 1-23.8 4c-20.6 0-28.4-10.2-28.4-25.8v-14.9c0-13.7 6.1-25.4 27.2-25.4s25.7 12.5 25.7 26.3v13.3h-34.2zM63 266.7c0-4.4-1.3-8.1-7.8-8.1s-8.6 3.6-8.6 8.1v2.7H63v-2.7zm-16.4 16.8v1.8c0 7.3 2.9 9.2 11.5 9.2 5.9 0 13.7-1 19.3-2.7l2.7 14.1a75 75 0 0 1-23.8 4c-20.6 0-28.4-10.2-28.4-25.8v-14.9c0-13.7 6.1-25.4 27.2-25.4s25.7 12.5 25.7 26.3v13.3H46.6zM123.6 308.6v-41.9c0-2.9-1.3-4.6-4.6-4.6-3.4 0-9.6 2.4-13.7 4.6v41.9H86.5v-63.4h13.9l2 4.8c7.8-3.8 18-6.1 25.3-6.1 10.8 0 14.6 8.1 14.6 20.3v44.4h-18.7zM188.1 267.2l-12.2 41.4h-20.3l-11-63.4h17.2l6 37.1 11.1-37.1h18.8l10.9 37.1 6-37.1h17.2l-10.9 63.4h-20.4zM272.7 284.8V269c0-6-3.1-9.4-9.9-9.4-6.8 0-9.9 3.4-9.9 9.4v15.8c0 6 3.1 9.4 9.9 9.4 6.7 0 9.9-3.4 9.9-9.4m-38.6-.5v-14.7c0-13 6.1-25.7 28.7-25.7 22.5 0 28.7 12.6 28.7 25.7v14.7c0 13-6.1 25.7-28.7 25.7-22.6-.1-28.7-12.7-28.7-25.7M316.5 269.9v38.7h-18.8v-63.4h16.9v6.1a70.9 70.9 0 0 1 18.6-7.4v17.7a100 100 0 0 0-16.7 8.3M377 245.2h20.1l-16.7 31.5 17.5 31.9h-20.1l-16.9-31.9 16.1-31.5zm-37.4 63.4v-89.4l18.8-2.6v92h-18.8zM422.8 309.9c-6.9 0-16.8-1.7-23.1-3.8l3-13.9a67.4 67.4 0 0 0 19.2 2.9c5.6 0 6.5-1.6 6.5-5.3 0-4-.1-4.6-10.3-7-15.4-3.8-16.8-7.9-16.8-19.8 0-13.4 5.2-19 24.2-19 4.8 0 13.7.6 19.3 2.1l-1.7 14.6c-5.6-1-12.5-1.8-17.5-1.8-5.5 0-6.8 1.4-6.8 4.3 0 3.9.5 4.4 8.1 6.1 18.1 4 19.4 8 19.4 20.6.1 12.9-5.3 20-23.5 20M460 254.9h1.7c.8 0 1.2-.6 1.2-1.3 0-.6-.3-1.3-1.2-1.3H460v2.6zm0 4.8h-1.3v-8.3h3.3c1.6 0 2.3 1 2.3 2.1 0 1-.7 1.7-1.8 1.9 1 .1 1.4.4 1.5 2.1 0 .4.1 1.6.3 2.2H463c-.3-.6-.2-1.6-.3-2.8-.1-.9-.9-.9-1.2-.9H460v3.7zm-4.8-4.1a6 6 0 0 0 6.1 6.1 6 6 0 0 0 6.1-6.1 6 6 0 0 0-6.1-6.1 6 6 0 0 0-6.1 6.1m13.3-.1c0 4-3.2 7.2-7.2 7.2s-7.2-3.2-7.2-7.2 3.2-7.2 7.2-7.2c4 .1 7.2 3.3 7.2 7.2' class='st0'/%3E%3C/svg%3E")}.brand.hikoki{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='layer' x='0' y='0' style='enable-background:new -153-46 652 652' version='1.1' viewBox='-153 -46 652 652'%3E%3Cstyle%3E.st0%7Bfill:%2300744a%7D%3C/style%3E%3Cpath d='M253.2 231c-36.3 0-51.9 0-63.7 44.1-12.3 45.8 3.3 45.8 39.6 45.8 36.3 0 51.9 0 64.2-45.8 11.8-44.1-5.5-44.1-40.1-44.1m10.6 44.6c-5.9 22-11.1 22-28.4 22-17.3 0-22.5 0-16.6-22 5.7-21.2 10.9-21.2 28.2-21.2 17.3 0 22.5 0 16.8 21.2M37.6 319.2H3l15.3-57.1h34.6z' class='st0'/%3E%3Cpath d='m18.3 262.1 7.9-29.4h34.6zM-25.7 232.7l-7.9 29.4H-82l7.9-29.4h-34.6l-23.2 86.5h34.6l7.9-29.4H-41l-7.9 29.4h34.6l23.2-86.5zM444.9 319.2h-34.6l23.2-86.5h34.6zM195.7 232.7h-38.1c-3.4 0-5.7 1.7-8 3.5l-32.3 24.3 7.4-27.7H90.2L67 319.2h34.6l8.9-33.2 27.7 29.7c1.6 1.7 3.2 3.5 6.7 3.5h38L140.8 274l54.9-41.3M421.4 232.7h-38.1c-3.5 0-5.7 1.7-8.1 3.5L343 260.5l7.4-27.7h-34.6l-23.2 86.5h34.6l8.9-33.2 27.7 29.7c1.6 1.7 3.2 3.5 6.7 3.5h38l-42.1-45.2 55-41.4' class='st0'/%3E%3C/svg%3E")}.brand.hitachi{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2500' height='2500' viewBox='0 0 192.7 192.7'%3E%3Cg fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23fff' d='M0 0h192.7v192.7H0V0z'/%3E%3Cpath d='M78.4 106h4.9V86.3h-4.9V106zM67.6 93.9H54.8v-7.6h-4.9V106h4.9v-8.5h12.8v8.5h4.8V86.3h-4.8V94zm40.2-7.6H86.4v4.2h8.3V106h4.8V90.5h8.3v-4.2zm11.5 0h-4.8l-9 19.7h4.8l1.8-4h9.6l1.8 4h4.9l-9-19.7zm-5.5 12.1 3-6.8 3.2 6.8h-6.2zm61.6-4.5h-12.8v-7.6h-4.8V106h4.8v-8.5h12.8v8.5h4.8V86.3h-4.8V94zm9.6-7.6V106h4.9V86.3H185zm-43.1 18c-4.4 0-6.3-3.7-6.3-8.2 0-4.6 1.9-7.8 6.3-7.8 3.9 0 5.4 2 6.3 5h5.5c-1.2-5.7-5.9-8-11.8-8-6.8 0-12 3.3-12 10.8 0 7.8 5.1 11.1 12 11.1 6.1 0 11-2.8 12-9.1h-5.5c-.7 3.6-2.5 6.2-6.5 6.2zM38.5 91.8c-1.6-5.5-6-9.9-11.5-11.5-3-.6-4.1-2.5-4.6-3.5-.5 1-1.7 3-4.7 3.5A16.7 16.7 0 0 0 6.3 91.8c-.7 3-2.5 4.2-3.5 4.6 1 .5 2.9 1.6 3.5 4.7 1.6 5.5 6 9.8 11.5 11.4 3 .6 4.2 2.5 4.6 3.5.5-1 1.6-3 4.7-3.5 5.4-1.6 9.8-6 11.4-11.4.6-3.1 2.5-4.2 3.5-4.7-1-.5-3-1.6-3.5-4.6zM32 86.4h-8.2v-3.9a14 14 0 0 1 8.2 3.9zM22.4 89c3.9 0 7 3.5 7 7.4a7 7 0 0 1-14 0c0-3.9 3-7.4 7-7.4zm-1.6-6.5v3.8h-8.1a14 14 0 0 1 8.1-3.8zm-10.5 21a14 14 0 0 1-1.9-7c0-2.7.7-5 2-7.2h5.2a9.6 9.6 0 0 0-3 7.1 9.7 9.7 0 0 0 3 7h-5.3zm12 6.9a15 15 0 0 1-9.6-4H32a14 14 0 0 1-9.7 4zm12.2-7h-5.3a9.7 9.7 0 0 0 3-7c0-2.8-1.2-5.3-3-7h5.3a14 14 0 0 1 1.9 7 14 14 0 0 1-2 7z'/%3E%3Cpath d='M22.4 99a2.8 2.8 0 1 0 0-5.6 2.8 2.8 0 0 0 0 5.7z'/%3E%3C/g%3E%3C/svg%3E")}.brand.makita{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2500' height='2500' viewBox='0 0 192.8 192.8'%3E%3Cg fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23fff' d='M0 0h192.8v192.8H0V0z'/%3E%3Cpath fill='%23b4282e' d='m181.2 107.8 7-19.3h-19.4a7 7 0 0 0-6 4.5l-5.4 14.3h-10.3l5-13h5.3l2.5-6.9h-5.2l3.6-9.4H149l-3.4 9.4h-6l-2.6 6.9h6l-4.7 13h-10.5l7.3-19.4h-9l-7.2 19.9h-8.4l-2.3-7.5 13.5-12h-9.6L101.4 98h-.9l7-19.3h-8.3l-10.7 29.1h-7.7l7-19.3H68.5c-2.5 0-5.2 2-6.2 4.5l-5.5 15.3h-7.2l7.2-19.8H41l1.7-4.8H27.2L29 79h-26v8.4h14.6l-10 27.2H16l8.3-22.6h7.1L23 114.7h8.4L38 96.8h7.5l-6.5 18h13.3l4.3-4.5c0 2.2 1.2 4.4 3 4.4h7.7l4.6-4.9c0 2.3 1.1 5 3 5h7.8l5.3-5.3-1.8 5.2h8.3l5-13.5h1l4.1 13.5h9l5-5.3c-.2 2.4 1 5.2 3 5.2h11.2l5.2-5.7c-.4 2.4.8 5.7 3 5.7h11.2l4.8-5.3c-.4 2.4.8 5.4 3 5.4h7.6l4.7-4.9c-.2 2.3 1 5 3 5H190v-7h-8.8zm-109-.1h-6.6l4.4-12h6.6l-4.4 12zm100.3 0H166l4.5-12h6.5l-4.4 12z'/%3E%3Cpath fill='%23b4282e' d='M139 78h-9.2l-2.8 7.6h9.1l3-7.6z'/%3E%3C/g%3E%3C/svg%3E")}.brand.metabo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2500' height='2500' viewBox='0 0 192.8 192.8'%3E%3Cg fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23fff' d='M0 0h192.8v192.8H0V0z'/%3E%3Cpath fill='%23609494' d='M24.4 115.4a18.6 18.6 0 0 1-4.8 0V82.3c-.7 0-1.4.2-2 .4V115a19.1 19.1 0 1 1 8.7 0V82.7l-2-.4v33zm-11.6-8v-22a14.3 14.3 0 0 0-5.1 11 14.3 14.3 0 0 0 5 11zm18.4 0a14.3 14.3 0 0 0 5-11c0-4.4-1.9-8.4-5-11v22zm137.2-9.9c0-5.7 4.8-10.4 10.7-10.4S190 91.8 190 97.5c0 5.8-4.8 10.5-10.8 10.5s-10.7-4.7-10.7-10.5zm10.8 4.2c2.2 0 4-2 4-4.4 0-2.4-1.8-4.3-4-4.3-2.3 0-4 2-4 4.3 0 2.4 1.7 4.4 4 4.4zM59.8 87.9h-8.5v5.7H53v8h-1.8v5.8h8.6V95.2c0-1.1.4-2.2 2-2.2s2 1.1 2 2.2v12.1h6.6V95.2c0-1.1.3-2.2 1.9-2.2 1.6 0 2 1.1 2 2.2v12.1H83v-5.7h-1.8v-8c0-4.4-2.3-6.5-5.5-6.5-2.3 0-4.2.8-5.7 2.5-.9-1.5-2-2.5-4.9-2.5-2.4 0-4 .8-5.3 2.4V88zm55.9-6.3h-6.6V88h-1.8v5.7h1.8v8h-1.9v5.8h10.4v-5.8h-1.8v-8h1.7v-5.7h-1.8v-6.3zm17.7 7.6V88h8.4v5.7h-1.6v8h1.6v5.8h-8.6V106a8.1 8.1 0 0 1-5.3 2c-5 0-9-4.6-9-10.3 0-5.7 4-10.3 9-10.3 2 0 4 .5 5.5 1.8zm-3.8 12.4c2.2 0 4-2 4-4.3 0-2.4-1.8-4.3-4-4.3-2.3 0-4 1.9-4 4.3s1.7 4.3 4 4.3zM158 87.4c5 0 9 4.6 9 10.3s-4 10.3-9 10.3a8.1 8.1 0 0 1-5.3-2v1.3h-8.6v-5.7h1.6V86h-1.6v-5.6h8.4v8.9a8 8 0 0 1 5.5-2zm-1.6 14.2c2.2 0 4-2 4-4.3s-1.8-4.3-4-4.3-4 1.9-4 4.3 1.8 4.3 4 4.3zm-58.2.1h7c-.8 3-4.8 6.5-10.3 6.5-5.6 0-10.7-3.8-10.7-10.5 0-5.6 4-10.4 10.7-10.5a10.4 10.4 0 0 1 10.5 12.1h-14c.1 2.5 1.4 3.5 3.4 3.6 1 0 2.5-.2 3.4-1.2zm0-6.3c0-1.8-1.5-3.4-3.4-3.4-1.6 0-3.4 1.6-3.4 3.4h6.9z'/%3E%3C/g%3E%3C/svg%3E")}.brand.milwaukee{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2500' height='1220' viewBox='35.4 35.5 885.8 396.1'%3E%3Cpath fill='%23c92a28' d='m921.3 159.2-233.4 88.6 13.6-29.2-316.3 108 17.5-36.2L35.5 431.5l275.8-69.2-22.6 43.5 341.8-127.3-19.5 38zM869 51.8c1.7 0 3.2 0 3.2-2 0-1.7-1.5-2-2.9-2h-2.6v4zm-2.3 7.4h-2v-13h5c3 0 4.5 1 4.5 3.6 0 2.4-1.4 3.4-3.3 3.6l3.7 5.8h-2.2l-3.5-5.7h-2.2zm2.4 2.9c5 0 9.1-4 9.1-9.5a9.2 9.2 0 1 0-18.4 0c0 5.5 4 9.5 9.3 9.5m-11.6-9.5c0-6.5 5.3-11.3 11.6-11.3a11.3 11.3 0 1 1 0 22.6c-6.3 0-11.6-4.7-11.6-11.3M241.4 89.4 201 123.6 183.6 104l-34.5 29.2 4.7-46.6-118.4 99.8 80.9-38.8L95.5 322l26.8 19.7 23.2-185v-.3l23.5-19.8 5 5-18.9 159 26.8 19.8 21-180 23.3-19.7 5 4.9-18.2 155 26.8 19.8 21.9-188.7zm65.8 34.9-28 4.7-3.4 27.4 27.9-5.3zm150.2 11.5L446 222.7l-6.2 6.6-10.5-8.7L440 139l-28 6.8-10.8 85-8.2 11-8.8-7.8 10.5-85.6-28.1 5.9-9.4 77.8-11.6 15.8-8.2-6.6 18.1-146.5-27.4 4.4L311.1 240l-14 19.1-6.8-5.7 11.6-85.8-28 5.7-13 99.5 24.7 19.3 24.2-32.8 25.3 20.3 24.4-33.2 26.1 22.7 25.8-34 21 18.4 36.2-39.4 11.2-83.1zm66.3 57.1-11.3 13.8-6-5.2 9.2-72.3 15.2 8zM769.4 89.4l13.2 15.3-16.4 9zM839.7 75l12.1 14.5-15 8.5zm1.7 57-8-6.8L835 112l37.6-21.3-30.3-37.6-27.6 24.2-6.5 52.2-36.9 20.3-8.8-7.2 1.8-14 41-22.6-33-39.8-30 25.6-6.4 49.5-13.4 13-21-41.5 47-43-21.3 3.1-35.5 30.2 8.5-67.6-25.6 3.5L660.3 155l-15.5 17-3.7-3 9.3-73.6-27.6 6.4-8.6 66.4-12.3 14.9-5.2-4.6 9.2-72.9-27.8 5.6-8.6 68.1-12.8 16.4-5.7-5 9.6-76-27.7 6-.7 5.8-19.3-9.3-27.3 34.7-7.8 62.1 26.3 22.4 24.1-31.1 20.8 17.6 22.7-29.1 19.4 17 21.4-28 20.4 17.7 27.6-30 21 16.7 6.4-51 22 45.4 29.4-28.6 19 16 56.7-31.2 14.5 12.5 52-30.5 1.5-11.2z'/%3E%3C/svg%3E")}.brand.parkside{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='Layer_1' x='0' y='0' style='enable-background:new 0 0 235.7 69.5' version='1.1' viewBox='0 0 235.7 69.5'%3E%3Cstyle%3E.st2%7Bfill:%23cd2828%7D.st3%7Bfill:%23fff%7D%3C/style%3E%3Cpath d='M63.4 60 82 9.5h136L199.3 60H63.4z' style='fill-rule:evenodd;clip-rule:evenodd;fill:%231f4b32'/%3E%3Cpath d='M63.5 60H17.7L36.4 9.5h45.8L63.5 60z' style='fill-rule:evenodd;clip-rule:evenodd;fill:%23153c29'/%3E%3Cpath d='M62.7 42.9h-4.2l6-16.3h4.2l-6 16.3zM55.6 42.9h-4.2l5.9-16.3h4.3l-6 16.3zM69.8 42.9h-4.2l6-16.3h4.2l-6 16.3z' class='st2'/%3E%3Cpath d='M91.3 37.1h-2.5v5.8h-4V26.6h6.5c3.6 0 5.6 2.6 5.6 5.2-.1 2.7-2 5.3-5.6 5.3zm-.2-6.9h-2.2v3.3h2.2c1.1 0 1.8-.8 1.8-1.7-.1-.8-.7-1.6-1.8-1.6zM106.1 42.9l-.7-2.4h-5l-.8 2.4h-4.2l5.9-16.3h3.1l5.9 16.3h-4.2zm-3.2-10.1-1.4 4.3h2.8l-1.4-4.3zM120.1 42.9l-2.9-6.1h-1.3v6h-4V26.6h6.5c3.6 0 5.6 2.6 5.6 5.2 0 2.2-1.4 3.6-2.7 4.3l3.5 6.8h-4.7zm-1.9-12.7H116v3.3h2.2c1.1 0 1.8-.8 1.8-1.7-.1-.8-.7-1.6-1.8-1.6zM135.9 42.9l-3.8-6.7-1.3 1.7v5h-4V26.6h4v5.8l4.7-5.8h4.9l-5.6 6.6 5.7 9.7h-4.6zM147.2 43c-2.5 0-4.5-.5-6.2-2.1l2.6-2.6c.9.9 2.4 1.1 3.6 1.1 1.6 0 2.4-.5 2.4-1.4 0-.4-.1-.7-.3-1-.2-.2-.5-.4-1.1-.4l-2-.3a6 6 0 0 1-3.3-1.4 4.9 4.9 0 0 1-1.1-3.3c0-3 2.2-5.1 5.9-5.1 2.4 0 4.1.5 5.5 1.9l-2.5 2.5c-1-1-2.4-1-3.1-1-1.4 0-2 .8-2 1.5l.3.8c.2.2.5.4 1.1.5l2 .3c1.4.2 2.5.6 3.2 1.3.9.9 1.2 2.1 1.2 3.6.1 3.3-2.8 5.1-6.2 5.1zM156.1 42.9V26.6h4v16.3h-4zM174 41.3a6.1 6.1 0 0 1-4.4 1.6h-6V26.6h6c1.7 0 3.3.5 4.4 1.6 1.9 1.9 1.7 4 1.7 6.5 0 2.6.2 4.7-1.7 6.6zm-2.7-10.2c-.4-.5-.9-.9-1.9-.9h-1.8v9.2h1.8c1 0 1.5-.4 1.9-.9.3-.5.4-.9.4-3.7 0-2.8-.1-3.3-.4-3.7zM178.5 42.9V26.6h11v3.6h-7v2.7h6v3.6h-6v2.9h7v3.5h-11z' class='st3'/%3E%3Cpath d='M193.9 26.5a1.9 1.9 0 1 1-1.9 1.9c0-1.1.8-1.9 1.9-1.9zm0 .2c.9 0 1.7.8 1.7 1.7 0 .9-.8 1.7-1.7 1.7-.9 0-1.7-.8-1.7-1.7 0-1 .7-1.7 1.7-1.7z' style='fill-rule:evenodd;clip-rule:evenodd;fill:%23fff'/%3E%3Cpath d='M194.8 29.4h-.4l-.3-.9h-.5v.9h-.4v-2.1h.9l.6.2.2.5c0 .3-.1.5-.4.6l.3.8zm-1.3-1.1h.5l.3-.1.1-.2-.1-.2-.3-.1h-.5v.6z' class='st3'/%3E%3C/svg%3E")}.brand.ryobi{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2500' height='2500' viewBox='0 0 192.756 192.756'%3E%3Cg fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23fff' d='M0 0h192.756v192.756H0V0z'/%3E%3Cpath fill='%23cc2229' d='M34.85 99.625a8.67 8.67 0 0 0 3.943-.943l.002-.012c4.179-2.127 7.028-6.356 7.028-11.23 0-6.108-4.48-11.21-10.443-12.413l-.154-.038c-.593-.107-1.837-.297-2.463-.297H9.495v9.128h22.46c.231 0 .641.043 1.036.077a3.859 3.859 0 0 1 0 7.667c-.33.032-.819.068-1.032.068H13.755l.003 26.208 9.737-.014v-17.703h.066l12.202 17.703h11.553L34.713 99.619l.137.006zm139.699 18.197V74.935h-9.738v42.887h9.738zM64.123 89.627l9.095-14.698h11.079L68.98 99.609v18.215h-9.742V99.609l-15.299-24.68h11.078l9.106 14.698zm74.416 15.908-.01-5.396h7.248c.43 0 .994.043 1.523.094a4.196 4.196 0 0 1 0 8.38c-.348.033-1.1.072-1.527.072h-7.244l.01-2.934v-.216zm-9.748.178v12.117h16.443c1.328-.008 3.098-.186 3.635-.256 6.799-.875 12.045-6.455 12.045-13.217 0-2.135-.523-4.152-1.453-5.943l-.021-.045a7.502 7.502 0 0 0-3.334-3.251h-.045a7.476 7.476 0 0 0 2.244-2.766l.025-.029c.656-1.349 1.15-2.924 1.15-4.452 0-6.939-4.51-11.774-11.143-12.66-.461-.065-1.889-.277-3.074-.277h-19.312v9.12h19.811c.248 0 .812.063 1.209.098a3.836 3.836 0 0 1 0 7.637c-.379.049-.939.09-1.203.09h-16.977v13.834zm-49.303-9.335c0-12.385 10.041-22.427 22.426-22.427 12.387 0 22.426 10.042 22.426 22.427 0 12.386-10.039 22.427-22.426 22.427-12.386 0-22.426-10.041-22.426-22.427zm22.426 12.657c6.99 0 12.656-5.668 12.656-12.657 0-6.99-5.666-12.657-12.656-12.657s-12.656 5.667-12.656 12.657c0 6.989 5.666 12.657 12.656 12.657zm79.447 8.754a3.88 3.88 0 1 0 .001-7.76 3.88 3.88 0 0 0-.001 7.76z'/%3E%3Cpath fill='%23fff' d='M181.396 117.131a3.187 3.187 0 1 0 .002-6.374 3.187 3.187 0 0 0-.002 6.374z'/%3E%3Cpath fill='%23cc2229' d='M182.475 113.9c.916-.627.703-2.035-.631-2.211h-2.068v4.367h.859v-1.684h.789c.596 0 .578.455.736.771.053.105.018.93.018.93h.859v-1.35c0-.202-.387-.754-.562-.823z'/%3E%3Cpath fill='%23fff' d='M180.643 112.559s.895.008 1.264-.01c.367-.018.395.965 0 .992-.395.025-1.264 0-1.264 0v-.982z'/%3E%3C/g%3E%3C/svg%3E")}.brand.skil{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2500' height='2500' viewBox='0 0 192.8 192.8'%3E%3Cg fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23fff' d='M0 0h192.8v192.8H0V0z'/%3E%3Cpath d='M179.6 104.4c0-1.9-1.5-3.4-3.5-3.4s-3.4 1.5-3.4 3.4c0 2 1.5 3.5 3.4 3.5s3.5-1.6 3.5-3.5zm-13.7-3.8h-23.6c-8.8 0-8.4-8-5.8-12.6l20.8-36.5c1.8-3 5.6-4.4 8.8-4.3 6.7.2 6 5.9 4.5 8.7l-16 28c-1.2 2 .6 3.6 2 3.6h12.7c5 0 5.6 3.8 4.5 6.7-1.4 3.7-4.5 6.4-7.9 6.4zm-43.3-6.3c-2.6 4.5-7.6 7.5-12 6.3-5.8-1.7-4.8-6.6-3-9.5l25.2-40.4c1.5-2.4 5.2-3.6 8-3.2 5.8.8 6.5 4.6 3.6 9.5l-21.8 37.3z'/%3E%3Cpath d='M70.5 96.7c-2.3 3.9-7.2 4.6-11 3.8-6.5-1.4-3-6.9-1.4-9.7l22-38.9c1.7-2.9 6-4.2 9.3-4.1 3.6.1 8.2 1.1 5.1 6.8l-5 9.5c-1.1 1.8-1 3.7 1.4 2l23-16.8c4.9-3.5 7.8-1 9.2 2.6 1.1 3.3-1.7 7.4-4.5 9.5l-22.4 17c-1 .8-1 2.6-.7 3.7l7.8 23.2c1.3 3.8-1.5 9.5-5.4 10.2-5 .8-7.1-2-8.1-5L81 84.3c-.5-1.5-1.7-2-2.5-.7l-8 13.1zM12.6 95C6.8 89.6 15 80 21.3 84.5c4.4 3 11.3 5 16.2.3 1.8-1.7 1-5-2.5-7.1-5.2-3.3-9.4-8.5-7.8-14.5 3.9-14 22.5-19.6 40.3-12.6 3 1.2 4.2 5.1 1.3 9.3-3.4 5.1-8 3.3-10.7 2.5-4.7-1.5-10.8-3.1-14.6 1.7-1.7 2 2.3 5.5 4.4 6.6 6.4 3.2 10.3 11.2 2.7 21-8 10.4-27.4 12.8-38 3.2zm-.4 44h4.2c4.7 0 5.6-4 5.6-5.7 0-3.4-2.1-5.6-5.5-5.6h-8v17.5h3.7v-6.3z'/%3E%3Cpath fill='%23fff' d='M12.2 135.8v-5.2H15c2.2 0 3.2.7 3.2 2.4 0 .8 0 2.8-2.7 2.8h-3.4z'/%3E%3Cpath d='M24 136.4c0 8.2 6.1 9.2 8.4 9.2s8.5-1 8.5-9.2-6.1-9.3-8.5-9.3-8.4 1-8.4 9.3z'/%3E%3Cpath fill='%23fff' d='M27.7 136.4c0-5 2.7-6.1 4.7-6.1s4.8 1.2 4.8 6-2.8 6.2-4.8 6.2-4.7-1.2-4.7-6.1z'/%3E%3Cpath d='M46 145.1h3.5c1.9-9 2.2-10.3 2.7-13.6L55 145h3.6l4.9-17.5h-3.7l-2.9 12.8-2.6-12.8h-4c-1.8 9.2-2 11-2.3 12.8h-.1c-.3-2-.5-3.2-2.8-12.8h-3.9l5 17.5zm32.5-17.5H65.6v17.5H79v-3h-9.7v-4.6h8.6v-3.1h-8.6v-3.7h9.3v-3zm3.4 17.5h3.6v-6.8h3.8c2.7 0 2.9 1 2.9 3.3 0 1.8.1 2.7.3 3.5h4v-.4c-.7-.3-.7-1-.7-3.5 0-3.3-.8-3.8-2.2-4.5 1.7-.5 2.7-2.2 2.7-4.1 0-1.6-.9-5-5.5-5h-8.9v17.5z'/%3E%3Cpath fill='%23fff' d='M85.5 135.3v-4.7h4.6c2.1 0 2.5 1.4 2.5 2.3 0 1.8-.9 2.4-2.8 2.4h-4.3z'/%3E%3Cpath d='M111.3 130.7h5.3v-3h-14.2v3h5.3v14.4h3.6v-14.4zm5.7 5.7c0 8.2 6.1 9.2 8.5 9.2 2.3 0 8.4-1 8.4-9.2s-6.1-9.3-8.4-9.3c-2.4 0-8.5 1-8.5 9.3z'/%3E%3Cpath fill='%23fff' d='M120.7 136.4c0-5 2.8-6.1 4.8-6.1s4.7 1.2 4.7 6-2.8 6.2-4.7 6.2c-2 0-4.8-1.2-4.8-6.1z'/%3E%3Cpath d='M136 136.4c0 8.2 6.1 9.2 8.5 9.2 2.3 0 8.4-1 8.4-9.2s-6.1-9.3-8.4-9.3c-2.4 0-8.5 1-8.5 9.3z'/%3E%3Cpath fill='%23fff' d='M139.7 136.4c0-5 2.8-6.1 4.8-6.1s4.7 1.2 4.7 6-2.8 6.2-4.7 6.2c-2 0-4.8-1.2-4.8-6.1z'/%3E%3Cpath d='M159.5 127.6h-3.7v17.5h12.4V142h-8.7v-14.4zm10.3 12.1c0 2.2 1.1 5.9 7.5 5.9 1.6 0 7-.5 7-5.7 0-3.2-2.3-4.2-4.6-4.7l-4.3-1.1c-.8-.2-1.9-.5-1.9-1.8 0-1.6 1.7-2.1 3-2.1 3.3 0 3.6 1.8 3.7 2.6h3.5c0-2.1-1.5-5.7-6.9-5.7-5.7 0-6.7 3.5-6.7 5.4 0 3.9 2.7 4.5 5.6 5.2l1.9.4c1.8.5 3.1.8 3.1 2.2 0 1.9-2 2.3-3.6 2.3-3.2 0-3.7-1.9-3.7-2.9h-3.6z'/%3E%3Cpath fill='%23fff' d='M179.2 104.4a3 3 0 0 1-3 3 3 3 0 0 1-3.1-3c0-1.7 1.4-3 3-3s3.1 1.3 3.1 3z'/%3E%3Cpath d='M174.9 106.2h.5v-1.6h1.2c.8 0 .6.7.7 1.2v.4h.6c-.2-.3-.1-.4-.2-.9 0-.6 0-.7-.4-1 .4-.2.5-.4.5-.9 0-.9-.6-1-1.2-1h-1.7v3.8z'/%3E%3Cpath fill='%23fff' d='M176.6 102.8c.3 0 .7.1.7.8 0 .5-.4.6-.7.6h-1.2v-1.4h1.2z'/%3E%3C/g%3E%3C/svg%3E")}.brand.stihl{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2500' height='2500' viewBox='0 0 192.8 192.8'%3E%3Cg fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23fff' d='M0 0h192.8v192.8H0V0z'/%3E%3Cpath fill='%23e0922f' d='M52.8 79.6h-22c-3 0-6.5-.1-8.4 1.5-2.2 1.8-2.6 3.7-2.9 4.6l-3.3 9.4s-1 2.6.2 4.4a6.4 6.4 0 0 0 5 2.3h13.3s.7 0 .8.2c.2.3-.2 1.4-.7 2.5-.3 1-.7 2-1.3 2H11.6l-3.1 8.8h27.4s2.3.2 4.7-1.7 3.8-7 3.8-7l2-6s1.1-2.6.2-4.3c-.9-1.7-2.3-3-4.3-3H28.1s-.9 0-.8-.5l.9-2.5c.2-.4.7-2 1.6-2h20l3-8.7zm1.5 35.7H65l9.7-27H86l3.3-8.7H56l-3 8.7h10.8l-9.4 27zm25.4 0h10.7l12.8-35.7H92.6l-13 35.7zm31.2-35.7h10.3l-4.3 12.6H130l4.8-12.6h10l-12.5 35.7h-10.5l5-14.7h-13l-5.4 14.7H98.1L111 79.6zm41.6 0h10.7l-9.3 27h22.7l-2.9 8.7h-34l12.8-35.7zm25.8 9.8a6 6 0 0 0 6-6 6 6 0 1 0-12 0 6 6 0 0 0 6 6zm0-1.4c-2.6 0-4.6-1.9-4.6-4.5 0-2.7 2-4.6 4.6-4.6 2.5 0 4.5 1.9 4.5 4.6 0 2.6-2 4.5-4.5 4.5zm1.3-4.1c1.1-.1 1.7-.6 1.7-1.7 0-1.6-1-1.9-2.4-1.9h-3v6.2h1.4v-2.6h1l1.3 2.6h1.5l-1.5-2.6zm-2.3-1v-1.5h1.3c.6 0 1.4 0 1.4.6 0 .8-.4 1-1 1h-1.7z'/%3E%3C/g%3E%3C/svg%3E")}.brand.stanley{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2500' height='2500' viewBox='0 0 192.8 192.8'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0h192.8v192.8H0V0z' clip-rule='evenodd'/%3E%3Cpath fill='%23f7d73c' fill-rule='evenodd' d='M8.7 44.8h175.6V148H8.7V44.8z' clip-rule='evenodd'/%3E%3Cpath fill='none' stroke='%23000' stroke-miterlimit='2.6' stroke-width='2.6' d='M8.7 44.8h175.6V148H8.7V44.8z'/%3E%3Cpath fill-rule='evenodd' d='M22.6 134.4v-9.2h3l1.5 6.3 1.5-6.3h3v9.2h-2v-7.1l-1.7 7.1h-1.8l-1.7-7.1v7.1h-1.8zm10.3 0 2.5-9.2h2.5l2.4 9.2h-2l-.5-2h-2.6l-.5 2H33zm3.6-7.4-.9 4h1.8l-.9-4zm9.2-1.8h2l-2.4 4.1 2.5 5.1h-2.2l-2.1-4.7v4.7h-2v-9.2h2v4l2.2-4zm3.4 9.2v-9.2h5v1.4h-3v2.3h2.7v1.4H51v2.7h3.2v1.4h-5zm13.8.2c-2.3 0-2.8-1.4-2.7-3h2c0 .9 0 1.6 1 1.6.6 0 1-.4 1-1 0-1.7-3.8-1.8-3.8-4.6 0-1.4.6-2.6 3-2.6 1.8 0 2.7.9 2.6 2.8H64c0-.7-.1-1.4-.8-1.4-.7 0-1 .4-1 1 0 1.7 3.8 1.6 3.8 4.5 0 2.4-1.7 2.7-3.2 2.7zm4.4-4.8c0-2.4 0-4.8 3-4.8 3.2 0 3.2 2.4 3.2 4.8s0 4.8-3.1 4.8-3.1-2.4-3.1-4.8zm4.3 0c0-2.4-.2-3.4-1.2-3.4s-1.2 1-1.2 3.4.1 3.4 1.2 3.4 1.2-1 1.2-3.4zm3.3 4.6v-9.2h3l1.5 6.3 1.5-6.3h3v9.2H82v-7.1l-1.7 7.1h-1.8l-1.7-7.1v7.1h-1.9zm10.7 0v-9.2h5v1.4h-3.1v2.3h2.8v1.4h-2.8v2.7h3.1v1.4h-5zm12-9.2v1.5h-2v7.7h-2v-7.7h-2.1v-1.5h6.1zm5.3 3.7v-3.7h1.9v9.2h-2v-4.1h-2.1v4.1h-1.9v-9.2h1.9v3.7h2.2zm4-3.7h1.9v9.2h-2v-9.2zm3.8 9.2v-9.2h2.5l2.4 6.4v-6.4h1.8v9.2H115l-2.6-6.7v6.7h-1.7zm12.5-6.4c0-.8-.1-1.6-1-1.6-1.3 0-1.3 1.6-1.3 3.4 0 3 .3 3.5 1.4 3.5l1-.2v-2h-1.1v-1.5h3v4.7l-2.6.3c-3.2 0-3.6-1.3-3.6-4.9 0-2.3.1-4.7 3.2-4.7 1.9 0 3 1 3 3h-2zm12.4 0c0-.8-.1-1.6-1.1-1.6-1.2 0-1.2 1.6-1.2 3.4 0 3 .3 3.5 1.4 3.5l1-.2v-2h-1.1v-1.5h3v4.7l-2.6.3c-3.2 0-3.6-1.3-3.6-4.9 0-2.3.1-4.7 3.2-4.7 1.9 0 3 1 3 3h-2zm5.9 6.4h-2v-9.2h3.6c1.3 0 2.1.8 2.1 2.4 0 1.2-.4 2-1.7 2.3.5 0 1.7.1 1.7 1.8 0 .6 0 2.4.2 2.7h-1.9c-.2-.5-.2-1.1-.2-1.7 0-1.2.1-2.1-1.3-2.1h-.5v3.8zm0-5.2h.8c.8 0 1-.8 1-1.4 0-.9-.4-1.2-1-1.2h-.8v2.6zm5.6 5.2v-9.2h4.9v1.4h-3v2.3h2.8v1.4h-2.9v2.7h3.2v1.4h-5zm6 0 2.5-9.2h2.5l2.5 9.2h-2l-.5-2h-2.6l-.5 2h-1.9zm3.7-7.4-1 4h2l-1-4zm9.8-1.8v1.5h-2.2v7.7h-1.8v-7.7h-2.2v-1.5h6.2zm2.4-.1v.5h-.7v2.5h-.6v-2.5h-.7v-.5h2zm.4 3v-3h1l.5 2 .5-2h1v3h-.7v-2.3l-.5 2.3h-.6l-.6-2.3v2.3h-.6z' clip-rule='evenodd'/%3E%3Cpath fill='none' stroke='%23000' stroke-miterlimit='2.6' stroke-width='2.6' d='M184.2 111.7H8.4'/%3E%3Cpath fill-rule='evenodd' d='M164.5 94.7c0-1.7 1.4-3 3-3s2.8 1.3 2.8 3-1.3 3-2.9 3-2.9-1.3-2.9-3zm3 2.4c1.2 0 2.3-1 2.3-2.4s-1-2.4-2.4-2.4-2.3 1-2.3 2.4 1 2.4 2.3 2.4zm-.7-.7h-.5V93h1.3c.8 0 1.1.3 1.1 1 0 .5-.3.8-.8.9l1 1.5h-.6l-1-1.5h-.5v1.5zm.6-2c.5 0 .8 0 .8-.5 0-.4-.3-.4-.7-.4h-.7v1h.6z' clip-rule='evenodd'/%3E%3Cpath fill-rule='evenodd' d='M163.3 65.9v-7H29.7v7h-7.1v24.5h7v7.2h133.7v-7.2h7.2V66h-7.2z' clip-rule='evenodd'/%3E%3Cpath fill='%23f7d73c' fill-rule='evenodd' d='M41.5 88.6c-4.9 0-8.1-3-8.2-6.4h5.9a2 2 0 0 0 1 1.5 3.2 3.2 0 0 0 1.7.5c1.5 0 2.5-.5 2.5-1.5 0-2.8-10.7-.8-10.7-8.1 0-4.1 3.4-6.2 8-6.2 5.3 0 7.6 2.7 8 6.1H44c-.1-.7-.5-1-1-1.3a3.8 3.8 0 0 0-1.5-.4c-1.4 0-2 .4-2 1.1 0 2.9 10.8 1.1 10.8 8.1 0 4.4-3.6 6.6-8.8 6.6zm21.6-.5h-6.2V74h-5.4v-5h17v5h-5.4V88zm42 0h-5.7l-6.7-10.5.3 4.4v6.1H87V69h5.7l6.7 10.4-.2-4.4v-6h5.8V88zm17 0h-14.6V69h6.1v14.6h8.4v4.5zm17.4 0H124V69h15.2v4.4h-9v2.8h7.6v4.4H130v3h9.5v4.5zm13.9-7v7h-6.1v-7l-7-12.1h6.9l3.2 6.4 3.2-6.4h6.8l-7 12zM78.8 69h-6.2L65.8 88h6l.8-2.5h6l.8 2.5h6L78.9 69zm-5 12.6 1.8-6.9 2 6.9h-3.9z' clip-rule='evenodd'/%3E%3C/svg%3E")}.brand.stiga{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='169.5' height='62.6' viewBox='0 0 44.9 16.6'%3E %3Cpath d='M95.6 194.3h1.6v5.7h2.5v-5.7h1.6v-2.5h-5.7zM102.7 191.9h2.5v8h-2.5zM115 195.2v.7a4.2 4.2 0 1 1-1.8-3.4l-1.3 1.8a2 2 0 0 0-3 1.6 2 2 0 0 0 3.7 1H111v-1.7zM86.2 197.6s1 .2 3.7-3.1c2.4-3 4.4-2.7 4.6-2.7v2.5s-1.6-.2-3.6 2.8c-1.9 2.7-3.8 2.9-4.7 2.9zM123.3 195.2c-1.5-2-2.3-3.4-3.6-3.4h-3.2v8h2.5v-1.5h3.7s1 1.5 3.2 1.5v-2.6s-1.3-.2-2.6-2m-4.3 1v-2s.6 0 .8.3l1.4 1.7z' style='fill:%23000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:.35277778' transform='translate(-81.1 -183.6)'/%3E %3Cpath d='M81.3 200h2.4v-16.2h-2.4z' style='fill:%23ffa400;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:.35277778' transform='translate(-81.1 -183.6)'/%3E %3C/svg%3E")}.brand.worx{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='layer' x='0' y='0' style='enable-background:new 0 0 652 652' version='1.1' viewBox='0 0 652 652'%3E%3Cstyle%3E.st0%7Bfill:%23f67a22%7D%3C/style%3E%3Cpath d='m538.2 264.3-35.6 56.4 37.1 59h80.8V264.3M20.5 264.3v115.4h47.9L43.5 264.3' class='st0'/%3E%3Cpath d='M364.6 312.3h-3.8v-21.8h4.2c9 0 15 1.7 15 10.2-.1 8.6-6.5 11.6-15.4 11.6m-104.4 40.3c-7.1 0-12.3-4-12.3-30.7 0-26 5-30.6 12.3-30.6 7.4 0 12.3 4.6 12.3 30.6 0 26.7-5.3 30.7-12.3 30.7m242.4-31.9 35.7-56.4h-45.7l-16 32.8-15-32.8h-48.3l35 56.4-24.6 38.8c-1.3-9.4-1.8-17.6-3.3-23.5-2.2-8.8-8.3-13.8-19.5-14.7v-.3c17.3-4.2 22.8-14.2 22.8-27.4 0-21.7-14.5-29.2-39.3-29.2H316V297c-7.6-21.9-26.1-35.6-55.8-35.6-24.2 0-41.1 9.2-50.6 24.4l4.6-21.4h-40.9l-9.8 72.5h-.3l-10.7-72.5h-47.3l-10.7 72.5h-.3l-9.7-72.5h-41l24.9 115.4H118l10.7-74.8h.4l10.7 74.8h49.6l11.3-52.3c1.9 33 21.7 55.3 59.6 55.3 29.7 0 48.3-13.7 55.8-35.6v32.6h44.8v-41.1h5.3c7.4 0 10.3 2.2 11.3 8 1.6 9.9 3 24.5 5.8 33.1h73.4l17.7-34.9 17.1 34.9h48.3l-37.2-59.1z'/%3E%3Cpath d='M38.5 358.5h2.6c1.2.1 1.9-.4 1.9-1.7 0-1.3-1.6-1.4-2.6-1.4h-1.9m-3.2-2.5h5.2c3.8 0 5.9.9 5.9 4.2 0 2.6-1.6 3.6-3.5 3.7l3 5.5h-3.5l-2.7-5.4h-1.3v5.4h-3.2v-13.4zm5.3 15.8a9 9 0 0 0 8.9-9.1 9 9 0 0 0-8.9-9.1c-5 0-8.8 4.1-8.8 9.1-.1 5 3.8 9.1 8.8 9.1m0-22.3a13.2 13.2 0 1 1 0 26.4 13.2 13.2 0 1 1 0-26.4' style='fill:%23fff'/%3E%3C/svg%3E")}
