<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.f-zoomInUp{animation:.2s ease-out .1s both f-zoomInUp}.f-zoomOutDown{animation:.2s ease-out 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-throwOutUp{animation:.175s ease-out both f-throwOutUp}.f-throwOutDown{animation:.175s ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,-150px,0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,150px,0);opacity:0}}.f-fadeIn{animation:.2s ease both f-fadeIn;z-index:2}.f-fadeOut{animation:.2s ease both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}.f-fadeSlowIn{animation:.5s ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:.5s ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeSlowOut{to{opacity:0}}.f-fadeFastIn{animation:.2s ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:.2s ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}to{opacity:1}}@keyframes f-fadeFastOut{to{opacity:0}}.f-crossfadeIn{animation:.2s ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:.1s 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:.85s cubic-bezier(.16,1,.3,1) f-slideInNext}.f-slideIn.from-prev{animation:.85s cubic-bezier(.16,1,.3,1) f-slideInPrev}.f-slideOut.to-next{animation:.85s cubic-bezier(.16,1,.3,1) f-slideOutNext}.f-slideOut.to-prev{animation:.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:.85s cubic-bezier(.16,1,.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:.85s cubic-bezier(.16,1,.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:.85s cubic-bezier(.16,1,.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:.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)}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: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__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__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;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__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&gt;.fancybox__content{padding:0;background:rgba(0,0,0,0);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&gt;.fancybox__content&gt;picture&gt;img{width:100%;height:auto;max-height:100%}.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,.is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content{visibility:hidden}.is-animating .fancybox__content,.is-dragging .fancybox__content{filter:blur(0px);will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none}.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&gt;.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&gt;.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content&gt;.f-button.is-close-btn{visibility:hidden}.fancybox__content&gt;.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:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content&gt;.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&gt;.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;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;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]&gt;*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel&gt;*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide&gt;*:not(.fancybox__content){animation:.25s ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:.35s ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]&gt;*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel&gt;*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide&gt;*:not(.fancybox__content){animation:.15s ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:.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:100%;height:100%}.fancybox__container:not(.is-compact) .has-iframe .fancybox__content,.fancybox__container:not(.is-compact) .has-map .fancybox__content,.fancybox__container:not(.is-compact) .has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.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:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.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: 20px;--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);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}.f-thumbs__track{display:flex;will-change:transform}.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);min-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(--left, 0)*1px);width:calc(100% - var(--width, 0)*1px);cursor:pointer}.is-modern .f-thumbs__slide{--clip-path: inset( 0 calc( (var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * .5 * (1 - var(--progress, 0)) ) round var(--f-thumb-border-radius, 0) );transform:translate3d(calc(var(--shift, 0) * -1px),0,0);transition:none;pointer-events:none}.is-modern .f-thumbs__slide:focus-within:not(.is-selected){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))}.is-modern .f-thumbs__slide&gt;*{clip-path:var(--clip-path)}.is-modern.in-touch .f-thumbs__slide{filter:none}.is-modern.is-resting .f-thumbs__slide{transition:all .33s ease}.is-modern.is-resting .f-thumbs__slide&gt;*{transition:all .33s ease}.f-thumbs__slide__button{appearance:none;width:100%;height:100%;margin:0;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);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-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.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{position:absolute;overflow:hidden;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover}.f-thumbs.is-horizontal .f-thumbs__track{margin:0 auto;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;margin:auto 0;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(rgba(255,255,255,.1),rgba(255,255,255,.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 20px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255,255,255,.1),rgba(255,255,255,.05))}.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-hidden{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;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;user-select:none;pointer-events:none}: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-panzoom{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;transform:translateZ(0);background:#fff}.f-panzoom.is-draggable{cursor:move;cursor:grab}.f-panzoom.can-zoom_in{cursor:zoom-in}.f-panzoom.can-zoom_out{cursor:zoom-out}.f-panzoom.is-dragging{cursor:move;cursor:grabbing}.f-panzoom.in-fullscreen{position:fixed;top:0;left:0;margin:0!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;aspect-ratio:unset!important;z-index:9999}.f-panzoom__content{display:block;margin:auto;position:relative;max-width:100%;max-height:100%;min-height:0;object-fit:contain;transform:translateZ(0) scale(1) rotate(0) skew(0);transform-origin:center center;transition:none;-webkit-user-select:none;user-select:none}.is-loading .f-panzoom__content{display:none}.is-scaling .f-panzoom__content{filter:blur(0px);will-change:transform,width,height;backface-visibility:hidden}picture.f-panzoom__content&gt;img{width:100%;height:auto;max-height:100%}.f-panzoom__content:not(:last-child){margin-bottom:0}.f-panzoom__viewport{margin:auto;position:relative;width:fit-content;height:fit-content;min-height:1px}.f-panzoom__viewport:not(:last-child){margin-bottom:0}.f-panzoom__caption:not(:first-child){margin-bottom:auto}html.with-panzoom-in-fullscreen{overflow:hidden}#utPopOut{position:fixed;z-index:170001;width:100%;background-color:#000}#utPopOut #utPopOutInner{margin:0 auto;position:relative}#utPopOut #utPopOutInner span.close{cursor:pointer;position:absolute;top:15px;right:-50px;width:20px;height:20px}#utPopOut #utPopOutInner span.close img{width:100%;height:100%}#utPopOut #utPopOutInner .video-container{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}#utPopOut #utPopOutInner .video-container iframe.UtIframe{position:absolute;top:0px;left:0;width:100%;height:100%}#utPopOut.fullWidth #utPopOutInner span.close{right:0;top:-35px}#utPopOutBg{position:fixed;z-index:170000;width:100vw;height:100vh;top:0;left:0;background-color:#000;opacity:.5}.gc-modal{visibility:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:170000;overflow-y:auto;padding:50px 40px;background:rgba(0,0,0,.6);opacity:0;transition:.15s linear;transition-property:opacity,visibility}@media screen and (max-width: 960px){.gc-modal{padding:0}}.gc-modal.modal-open{visibility:visible;opacity:1}.gc-modal.modal-open .gc-modal-dialog{opacity:1;transform:translateY(0)}.gc-modal.modal-close .splide{visibility:hidden}.gc-modal .ajax-loading{display:none;position:fixed;left:50%!important;top:50%!important;transform:translate(-50%,-50%);z-index:1}.gc-modal-dialog{position:relative;margin:0 auto;width:692px;border-radius:5px;background:#fff;opacity:0;transform:translateY(-100px);transition:.3s linear;transition-property:opacity,transform}@media screen and (max-width: 960px){.gc-modal-dialog{width:100%;min-height:100%;border-radius:0}}.gc-modal-dialog .modal-close{display:block;text-align:right;top:35px;right:35px;cursor:pointer}@media screen and (max-width: 960px){.gc-modal-dialog .modal-close{position:sticky;z-index:1;top:15px;right:15px}}.gc-modal-title{margin-bottom:15px}.gc-modal-description{font-size:15px;line-height:1.2;margin-bottom:20px}.gc-modal-body{padding:35px}@media screen and (max-width: 960px){.gc-modal-body{padding:15px}}.gc-tag{border-radius:4px;padding:5px 15px;display:inline-block}@media screen and (max-width: 640px){.gc-tag{padding:3px 10px}}.gc-tag.linear-radient-blue-tag{color:#fff;background:var(--quickShip-Background-LinearGradient);padding:3px 10px;font-style:italic;font-size:13px;font-weight:700;border-radius:4px}.gc-tag.linear-radient-blue-tag.css-haveHover:active{background:var(--getaQuote-Background-LinearGradientHover)}@media (hover: hover){.gc-tag.linear-radient-blue-tag.css-haveHover:hover{background:var(--quickShip-Background-LinearGradientHover)}}@media screen and (max-width: 1024px){.gc-tag.linear-radient-blue-tag{font-weight:500;padding:1px 5px}}.s-1920\:f-75{font-size:clamp(64px,3.90625vw,75px)}.s-1920\:f-64{font-size:clamp(60px,3.3333333333vw,64px)}.s-1920\:f-60{font-size:clamp(54px,3.125vw,60px)}.s-1920\:f-54{font-size:clamp(46px,2.8125vw,54px)}.s-1920\:f-46{font-size:clamp(38px,2.3958333333vw,46px)}.s-1920\:f-38{font-size:clamp(31px,1.9791666667vw,38px)}.s-1920\:f-31{font-size:clamp(25px,1.6145833333vw,31px)}.s-1920\:f-25{font-size:clamp(20px,1.3020833333vw,25px)}.s-1920\:f-20{font-size:clamp(18px,1.0416666667vw,20px)}.s-1920\:f-18{font-size:clamp(15px,.9375vw,18px)}.s-1920\:f-15{font-size:clamp(13px,.78125vw,15px)}.s-1920\:f-13{font-size:max(.6770833333vw,13px)}@media screen and (max-width: 1366px){.s-1366\:f-75{font-size:clamp(64px,5.4904831625vw,75px)}}@media screen and (max-width: 1366px){.s-1366\:f-64{font-size:clamp(60px,4.6852122987vw,64px)}}@media screen and (max-width: 1366px){.s-1366\:f-60{font-size:clamp(54px,4.39238653vw,60px)}}@media screen and (max-width: 1366px){.s-1366\:f-54{font-size:clamp(46px,3.953147877vw,54px)}}@media screen and (max-width: 1366px){.s-1366\:f-46{font-size:clamp(38px,3.3674963397vw,46px)}}@media screen and (max-width: 1366px){.s-1366\:f-38{font-size:clamp(31px,2.7818448023vw,38px)}}@media screen and (max-width: 1366px){.s-1366\:f-31{font-size:clamp(25px,2.2693997072vw,31px)}}@media screen and (max-width: 1366px){.s-1366\:f-25{font-size:clamp(20px,1.8301610542vw,25px)}}@media screen and (max-width: 1366px){.s-1366\:f-20{font-size:clamp(18px,1.4641288433vw,20px)}}@media screen and (max-width: 1366px){.s-1366\:f-18{font-size:clamp(15px,1.317715959vw,18px)}}@media screen and (max-width: 1366px){.s-1366\:f-15{font-size:clamp(13px,1.0980966325vw,15px)}}@media screen and (max-width: 1366px){.s-1366\:f-13{font-size:max(.9516837482vw,13px)}}@media screen and (max-width: 1024px){.s-1024\:f-75{font-size:clamp(64px,7.32421875vw,75px)}}@media screen and (max-width: 1024px){.s-1024\:f-64{font-size:clamp(60px,6.25vw,64px)}}@media screen and (max-width: 1024px){.s-1024\:f-60{font-size:clamp(54px,5.859375vw,60px)}}@media screen and (max-width: 1024px){.s-1024\:f-54{font-size:clamp(46px,5.2734375vw,54px)}}@media screen and (max-width: 1024px){.s-1024\:f-46{font-size:clamp(38px,4.4921875vw,46px)}}@media screen and (max-width: 1024px){.s-1024\:f-38{font-size:clamp(31px,3.7109375vw,38px)}}@media screen and (max-width: 1024px){.s-1024\:f-31{font-size:clamp(25px,3.02734375vw,31px)}}@media screen and (max-width: 1024px){.s-1024\:f-25{font-size:clamp(20px,2.44140625vw,25px)}}@media screen and (max-width: 1024px){.s-1024\:f-20{font-size:clamp(18px,1.953125vw,20px)}}@media screen and (max-width: 1024px){.s-1024\:f-18{font-size:clamp(15px,1.7578125vw,18px)}}@media screen and (max-width: 1024px){.s-1024\:f-15{font-size:clamp(13px,1.46484375vw,15px)}}@media screen and (max-width: 1024px){.s-1024\:f-13{font-size:max(1.26953125vw,13px)}}@media screen and (max-width: 960px){.s-960\:f-75{font-size:75px}}@media screen and (max-width: 960px){.s-960\:f-64{font-size:clamp(64px,10vw,75px)}}@media screen and (max-width: 960px){.s-960\:f-60{font-size:clamp(60px,9.375vw,64px)}}@media screen and (max-width: 960px){.s-960\:f-54{font-size:clamp(54px,8.4375vw,60px)}}@media screen and (max-width: 960px){.s-960\:f-46{font-size:clamp(46px,7.1875vw,54px)}}@media screen and (max-width: 960px){.s-960\:f-38{font-size:clamp(38px,5.9375vw,46px)}}@media screen and (max-width: 960px){.s-960\:f-31{font-size:clamp(31px,4.84375vw,38px)}}@media screen and (max-width: 960px){.s-960\:f-25{font-size:clamp(25px,3.90625vw,31px)}}@media screen and (max-width: 960px){.s-960\:f-20{font-size:clamp(20px,3.125vw,25px)}}@media screen and (max-width: 960px){.s-960\:f-18{font-size:clamp(18px,2.8125vw,20px)}}@media screen and (max-width: 960px){.s-960\:f-15{font-size:clamp(15px,2.34375vw,18px)}}@media screen and (max-width: 960px){.s-960\:f-13{font-size:clamp(13px,2.03125vw,15px)}}@media screen and (max-width: 640px){.s-640\:f-75{font-size:75px}}@media screen and (max-width: 640px){.s-640\:f-64{font-size:clamp(64px,17.7777777778vw,75px)}}@media screen and (max-width: 640px){.s-640\:f-60{font-size:clamp(60px,16.6666666667vw,64px)}}@media screen and (max-width: 640px){.s-640\:f-54{font-size:clamp(54px,15vw,60px)}}@media screen and (max-width: 640px){.s-640\:f-46{font-size:clamp(46px,12.7777777778vw,54px)}}@media screen and (max-width: 640px){.s-640\:f-38{font-size:clamp(38px,10.5555555556vw,46px)}}@media screen and (max-width: 640px){.s-640\:f-31{font-size:clamp(31px,8.6111111111vw,38px)}}@media screen and (max-width: 640px){.s-640\:f-25{font-size:clamp(25px,6.9444444444vw,31px)}}@media screen and (max-width: 640px){.s-640\:f-20{font-size:clamp(20px,5.5555555556vw,25px)}}@media screen and (max-width: 640px){.s-640\:f-18{font-size:clamp(18px,5vw,20px)}}@media screen and (max-width: 640px){.s-640\:f-15{font-size:clamp(15px,4.1666666667vw,18px)}}@media screen and (max-width: 640px){.s-640\:f-13{font-size:clamp(13px,3.6111111111vw,15px)}}#babylon-modal{line-height:var(--gbt-lineHeight-base)}#babylon-modal .articleDescTitle_GuidelineLine-LineHeight{line-height:var(--gbt-lineHeight-articleDescTitle)}#babylon-modal img{display:block}#babylon-modal.gc-modal{display:flex;justify-content:center;align-items:center;padding:0 5.7291666667%}@media screen and (max-width: 1366px){#babylon-modal.gc-modal{padding:0 4.9780380673%}}@media screen and (max-width: 1024px){#babylon-modal.gc-modal{padding:0 4.98046875%}}@media screen and (max-width: 960px){#babylon-modal.gc-modal{padding:0}}#babylon-modal .gc-modal-dialog{width:100%;height:100%;max-width:2000px;max-height:1100px;padding:0;margin:0;border-radius:10px;overflow:hidden}@media screen and (max-width: 960px){#babylon-modal .gc-modal-dialog{border-radius:0}}#babylon-modal .app-container{display:flex;flex-direction:column;height:100%}#babylon-modal .app-container .modal-header{min-height:60px;position:relative;z-index:2;box-shadow:0 2px 3px #00000029;display:flex;align-items:center;height:clamp(65px,4.1666666667vw,80px)}@media screen and (max-width: 1366px){#babylon-modal .app-container .modal-header{height:clamp(65px,4.7584187408vw,65px)}}@media screen and (max-width: 1024px){#babylon-modal .app-container .modal-header{height:5.859375vw}}@media screen and (max-width: 640px){#babylon-modal .app-container .modal-header{min-height:45px}}#babylon-modal .app-container .modal-header .model-title{font-weight:600;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#423f3f}@media screen and (max-width: 960px){#babylon-modal .app-container .modal-header .model-title{display:none}}#babylon-modal .app-container .modal-header .modal-nav{position:relative;margin:0 30px;display:flex;justify-content:space-between;align-items:center;width:100%}@media screen and (max-width: 640px){#babylon-modal .app-container .modal-header .modal-nav{margin:0 15px}}#babylon-modal .app-container .modal-header .modal-nav .GIGABYTECiLogo{height:20px}@media screen and (max-width: 640px){#babylon-modal .app-container .modal-header .modal-nav .GIGABYTECiLogo{width:115px;height:15px}}#babylon-modal .app-container .modal-header .modal-nav .right-btn-group{display:flex;justify-content:center;align-items:center}#babylon-modal .app-container .modal-header .modal-nav .right-btn-group .toggle-btn-container{display:flex;align-items:center;margin:0 30px}@media screen and (max-width: 960px){#babylon-modal .app-container .modal-header .modal-nav .right-btn-group .toggle-btn-container{display:none}}#babylon-modal .app-container .modal-header .modal-nav .right-btn-group .toggle-btn-container&gt;*+*{margin-inline-start:10px}#babylon-modal .app-container .modal-header .modal-nav .right-btn-group .toggle-btn{display:grid;place-items:center;font-size:15px;font-weight:600;color:#423f3f;border-radius:8px;width:80px;height:40px;background-color:#fff;border:1px solid #008cd6;font-family:Segoe UI,Noto Sans,Noto Sans TC,Noto Sans SC,\5fae\8edf\6b63\9ed1\9ad4,Microsoft JhengHei,\5fae\8edf\96c5\9ed1\9ad4,Microsoft YaHei,SimHei,\30e1\30a4\30ea\30aa,Meiryo,\30d2\30e9\30ae\30ce\89d2\30b4  Pro W3,Hiragino Kaku Gothic Pro,\65b0\7d30\660e\9ad4,Arial,Verdana,Helvetica,sans-serif}#babylon-modal .app-container .modal-header .modal-nav .right-btn-group .toggle-btn.active{color:#fff;background-color:#008cd6}#babylon-modal .app-container .modal-header .modal-nav .right-btn-group .toggle-btn:not(.active){cursor:pointer}@media (hover: hover){#babylon-modal .app-container .modal-header .modal-nav .right-btn-group .toggle-btn:hover{color:#fff;background-color:#008cd6}}@media screen and (max-width: 1024px){#babylon-modal .app-container .modal-header .modal-nav .right-btn-group .toggle-btn{height:34px}}#babylon-modal .app-container .modal-header .modal-nav .right-btn-group .modal-close{width:20px;height:20px;line-height:0;cursor:pointer}@media screen and (max-width: 640px){#babylon-modal .app-container .modal-header .modal-nav .right-btn-group .modal-close{width:15px;height:15px}}#babylon-modal .app-container .modal-header .modal-nav .right-btn-group .modal-close svg{width:100%;height:100%}#babylon-modal .app-container .modal-header .modal-nav .right-btn-group .modal-close svg path{fill:#707070!important}#babylon-modal .app-container .content-container{flex:1;min-height:0;display:flex}@media screen and (max-width: 960px){#babylon-modal .app-container .content-container{position:relative;flex-direction:column;display:block}}.splide__container{box-sizing:border-box;position:relative}.splide__list{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important;transform-style:preserve-3d}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide__progress__bar{width:0}.splide{outline:none;position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;outline:none;position:relative}.splide__slide img{vertical-align:bottom}.splide__slider{position:relative}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide--draggable&gt;.splide__slider&gt;.splide__track,.splide--draggable&gt;.splide__track{-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide--fade&gt;.splide__slider&gt;.splide__track&gt;.splide__list,.splide--fade&gt;.splide__track&gt;.splide__list{display:block}.splide--fade&gt;.splide__slider&gt;.splide__track&gt;.splide__list&gt;.splide__slide,.splide--fade&gt;.splide__track&gt;.splide__list&gt;.splide__slide{left:0;opacity:0;position:absolute;top:0;z-index:0}.splide--fade&gt;.splide__slider&gt;.splide__track&gt;.splide__list&gt;.splide__slide.is-active,.splide--fade&gt;.splide__track&gt;.splide__list&gt;.splide__slide.is-active{opacity:1;position:relative;z-index:1}.splide--rtl{direction:rtl}.splide--ttb.is-active&gt;.splide__slider&gt;.splide__track&gt;.splide__list,.splide--ttb.is-active&gt;.splide__track&gt;.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover{opacity:.9}.splide__arrow:focus{outline:none}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4)}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus{outline:none}.splide__progress__bar{background:#ccc;height:3px}.splide--nav&gt;.splide__slider&gt;.splide__track&gt;.splide__list&gt;.splide__slide,.splide--nav&gt;.splide__track&gt;.splide__list&gt;.splide__slide{border:3px solid transparent;cursor:pointer}.splide--nav&gt;.splide__slider&gt;.splide__track&gt;.splide__list&gt;.splide__slide.is-active,.splide--nav&gt;.splide__track&gt;.splide__list&gt;.splide__slide.is-active{border:3px solid #000}.splide--nav&gt;.splide__slider&gt;.splide__track&gt;.splide__list&gt;.splide__slide:focus,.splide--nav&gt;.splide__track&gt;.splide__list&gt;.splide__slide:focus{outline:none}.splide--rtl&gt;.splide__arrows .splide__arrow--prev,.splide--rtl&gt;.splide__slider&gt;.splide__track&gt;.splide__arrows .splide__arrow--prev,.splide--rtl&gt;.splide__track&gt;.splide__arrows .splide__arrow--prev{left:auto;right:1em}.splide--rtl&gt;.splide__arrows .splide__arrow--prev svg,.splide--rtl&gt;.splide__slider&gt;.splide__track&gt;.splide__arrows .splide__arrow--prev svg,.splide--rtl&gt;.splide__track&gt;.splide__arrows .splide__arrow--prev svg{transform:scaleX(1)}.splide--rtl&gt;.splide__arrows .splide__arrow--next,.splide--rtl&gt;.splide__slider&gt;.splide__track&gt;.splide__arrows .splide__arrow--next,.splide--rtl&gt;.splide__track&gt;.splide__arrows .splide__arrow--next{left:1em;right:auto}.splide--rtl&gt;.splide__arrows .splide__arrow--next svg,.splide--rtl&gt;.splide__slider&gt;.splide__track&gt;.splide__arrows .splide__arrow--next svg,.splide--rtl&gt;.splide__track&gt;.splide__arrows .splide__arrow--next svg{transform:scaleX(-1)}.splide--ttb&gt;.splide__arrows .splide__arrow,.splide--ttb&gt;.splide__slider&gt;.splide__track&gt;.splide__arrows .splide__arrow,.splide--ttb&gt;.splide__track&gt;.splide__arrows .splide__arrow{left:50%;transform:translate(-50%)}.splide--ttb&gt;.splide__arrows .splide__arrow--prev,.splide--ttb&gt;.splide__slider&gt;.splide__track&gt;.splide__arrows .splide__arrow--prev,.splide--ttb&gt;.splide__track&gt;.splide__arrows .splide__arrow--prev{top:1em}.splide--ttb&gt;.splide__arrows .splide__arrow--prev svg,.splide--ttb&gt;.splide__slider&gt;.splide__track&gt;.splide__arrows .splide__arrow--prev svg,.splide--ttb&gt;.splide__track&gt;.splide__arrows .splide__arrow--prev svg{transform:rotate(-90deg)}.splide--ttb&gt;.splide__arrows .splide__arrow--next,.splide--ttb&gt;.splide__slider&gt;.splide__track&gt;.splide__arrows .splide__arrow--next,.splide--ttb&gt;.splide__track&gt;.splide__arrows .splide__arrow--next{bottom:1em;top:auto}.splide--ttb&gt;.splide__arrows .splide__arrow--next svg,.splide--ttb&gt;.splide__slider&gt;.splide__track&gt;.splide__arrows .splide__arrow--next svg,.splide--ttb&gt;.splide__track&gt;.splide__arrows .splide__arrow--next svg{transform:rotate(90deg)}.splide--ttb&gt;.splide__pagination,.splide--ttb&gt;.splide__slider&gt;.splide__pagination{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}.Rolling-cube-scene{position:relative;perspective:1000px;width:30px;height:30px}.Rolling-cube-object{position:absolute;width:100%;height:100%;transform-style:preserve-3d;animation:rolling-cube-rotate 2.5s infinite}.Rolling-cube-face{position:absolute;width:30px;height:30px;box-sizing:border-box;border:2px solid #fff}.Rolling-cube-face.cube-face-f1{transform:translateZ(15px)}.Rolling-cube-face.cube-face-f2{transform:translateZ(-15px)}.Rolling-cube-face.cube-face-f3{transform:translate(15px) rotateY(90deg)}.Rolling-cube-face.cube-face-f4{transform:translate(-15px) rotateY(-90deg)}.Rolling-cube-face.cube-face-f5{transform:translateY(15px) rotateX(90deg)}.Rolling-cube-face.cube-face-f6{transform:translateY(-15px) rotateX(-90deg)}@keyframes rolling-cube-rotate{0%{transform:scale(1) rotate3d(1,0,1,0)}50%{transform:scale(.7) rotate3d(1,0,1,90deg)}to{transform:scale(1) rotate3d(1,0,1,180deg)}}.ModelImagePopUpContainer_Area-Content{display:flex;width:100%}.ThumbnailMenuBarSlider_Area-Content{box-shadow:0 3px 6px #00000029;text-align:center;width:200px;display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width: 1024px){.ThumbnailMenuBarSlider_Area-Content{width:180px}}.ThumbnailMenuBarSlider_Area-Content .coverVideoIcon{width:45%}.ThumbnailMenuBarSlider_Area-Content .ThumbnailIamgeItem_Area-Content{display:flex;justify-content:center;padding:50px 0;overflow:hidden;flex-grow:1}.ThumbnailMenuBarSlider_Area-Content .ThumbnailIamgeItem_Area-Content .ThumbnailIamgeItem_Image-Button{cursor:pointer;height:clamp(90px,6.25vw,120px);width:clamp(90px,6.25vw,120px)}@media screen and (max-width: 1366px){.ThumbnailMenuBarSlider_Area-Content .ThumbnailIamgeItem_Area-Content .ThumbnailIamgeItem_Image-Button{height:clamp(80px,6.588579795vw,90px);width:clamp(80px,6.588579795vw,90px)}}@media screen and (max-width: 1024px){.ThumbnailMenuBarSlider_Area-Content .ThumbnailIamgeItem_Area-Content .ThumbnailIamgeItem_Image-Button{height:7.8125vw;width:7.8125vw}}.ThumbnailMenuBarSlider_Area-Content .ThumbnailIamgeItem_Area-Content .ThumbnailIamgeItem_Image-Button.splide__slide{display:flex;justify-content:center;align-items:center;border:inherit}.ThumbnailMenuBarSlider_Area-Content .ThumbnailIamgeItem_Area-Content .ThumbnailIamgeItem_Image-Button.is-active{border:inherit}@media (hover: hover){.ThumbnailMenuBarSlider_Area-Content .ThumbnailIamgeItem_Area-Content .ThumbnailIamgeItem_Image-Button:hover{border:1px solid #008cd6}}.ThumbnailMenuBarSlider_Area-Content .ThumbnailIamgeItem_Area-Content .ThumbnailIamgeItem_Image-Button.is-SelectItem{border:1px solid #008cd6}.ThumbnailMenuBarSlider_Area-Content .ThumbnailIamgeItem_Area-Content .ThumbnailIamgeItem_Image-Button .ThumbnailIamgeItem_Area-Image{max-width:100%;object-fit:contain;height:100%}.ThumbnailMenuBarSlider_Area-Content .ThumbnailIamgeItem_Area-Content.splide .splide__arrow{width:20px;height:20px;background-color:transparent;visibility:visible;opacity:1;transition:all .2s ease}@media screen and (max-width: 960px){.ThumbnailMenuBarSlider_Area-Content .ThumbnailIamgeItem_Area-Content.splide .splide__arrow{display:none}}.ThumbnailMenuBarSlider_Area-Content .ThumbnailIamgeItem_Area-Content.splide .splide__arrow svg{width:100%;height:100%;fill:#c6c6c6}.ThumbnailMenuBarSlider_Area-Content .ThumbnailIamgeItem_Area-Content.splide .splide__arrow.splide__arrow--prev{top:22px}.ThumbnailMenuBarSlider_Area-Content .ThumbnailIamgeItem_Area-Content.splide .splide__arrow.splide__arrow--prev svg{transform:rotate(90deg)}.ThumbnailMenuBarSlider_Area-Content .ThumbnailIamgeItem_Area-Content.splide .splide__arrow.splide__arrow--next{bottom:22px}.ThumbnailMenuBarSlider_Area-Content .ThumbnailIamgeItem_Area-Content.splide .splide__arrow:disabled,.ThumbnailMenuBarSlider_Area-Content .ThumbnailIamgeItem_Area-Content.splide .splide__arrow.hideArrow{visibility:hidden;opacity:0}.ThumbnailMenuBarSlider_Area-Content .ThumbnailIamgeItem_Button-Container{margin-bottom:30px}.ThumbnailMenuBarSlider_Area-Content .ThumbnailIamgeItem_Button-Container .ThumbnailIamgeItem_Button-DownloadAll{font-size:15px;border-radius:8px;font-weight:700;background-color:#008cd6;color:#fff;display:inline-block;cursor:pointer;padding:10px 20px}@media screen and (max-width: 1024px){.ThumbnailMenuBarSlider_Area-Content .ThumbnailIamgeItem_Button-Container .ThumbnailIamgeItem_Button-DownloadAll{padding:10px 15px}}@media (hover: hover){.ThumbnailMenuBarSlider_Area-Content .ThumbnailIamgeItem_Button-Container .ThumbnailIamgeItem_Button-DownloadAll:hover{background-color:#0071bc}}.MainIamgeSlider_Area-Content{flex-grow:1;display:flex;align-items:center;justify-content:center;margin:0 clamp(60px,5.2083333333vw,100px)}@media screen and (max-width: 1366px){.MainIamgeSlider_Area-Content{margin:0 clamp(30px,4.39238653vw,60px)}}@media screen and (max-width: 1280px){.MainIamgeSlider_Area-Content{margin:0 2.34375vw}}@media screen and (max-width: 1024px){.MainIamgeSlider_Area-Content{margin:0 2.9296875vw}}.MainIamgeSlider_Area-Content .MainIamgeSlider_Area-Image{object-fit:contain;height:100%;max-width:clamp(700px,45.8333333333vw,880px);padding:20px}@media screen and (max-width: 1366px){.MainIamgeSlider_Area-Content .MainIamgeSlider_Area-Image{max-width:clamp(610px,51.2445095168vw,700px)}}@media screen and (max-width: 1024px){.MainIamgeSlider_Area-Content .MainIamgeSlider_Area-Image{max-width:59.5703125vw}}.MainIamgeSlider_Area-Content .MainIamgeSlider_Area-Video{width:clamp(800px,57.2916666667vw,1400px)}@media screen and (max-width: 1366px){.MainIamgeSlider_Area-Content .MainIamgeSlider_Area-Video{width:clamp(400px,54.9048316252vw,800px)}}@media screen and (max-width: 1024px){.MainIamgeSlider_Area-Content .MainIamgeSlider_Area-Video{width:59.5703125vw}}@media (hover: hover){.MainIamgeSlider_Area-Content.splide:hover .splide__arrows .splide__arrow{visibility:visible;opacity:1}.MainIamgeSlider_Area-Content.splide:hover .splide__arrows .splide__arrow:disabled{visibility:hidden;opacity:0}}.MainIamgeSlider_Area-Content.splide .splide__arrow{width:30px;height:30px;background-color:transparent;visibility:hidden;opacity:0;transition:all .2s ease}@media screen and (max-width: 960px){.MainIamgeSlider_Area-Content.splide .splide__arrow{display:none}}.MainIamgeSlider_Area-Content.splide .splide__arrow svg{width:100%;height:100%;fill:#c6c6c6}.MainIamgeSlider_Area-Content.splide .splide__arrow.splide__arrow--prev{left:0}.MainIamgeSlider_Area-Content.splide .splide__arrow.splide__arrow--prev svg{transform:initial}.MainIamgeSlider_Area-Content.splide .splide__arrow.splide__arrow--next{right:0}.MainIamgeSlider_Area-Content.splide .splide__track{height:100%}.MainIamgeSlider_Area-Content.splide .splide__track .splide__slide{height:100%;display:flex;align-items:center;justify-content:center}.Mobile-PopUp3DModel-Button{display:none}.Mobile-PopUp3DModel-Button .Mobile-PopUp3DModel-Container{color:#fff;background-color:#008cd6;padding:10px 15px;border-radius:8px;font-size:18px;display:flex;align-items:center;justify-content:center;cursor:pointer;margin:0 auto}@media screen and (max-width: 960px){.Mobile-PopUp3DModel-Button{display:flex}}.Mobile-PopUp3DModel-Button .MobilePopUp3DModel_Button-Text{padding-left:10px;padding-right:5px}.Mobile-PopUp3DModel-Button .MobilePopUp3DModel_Button-Icon{width:12px;fill:#fff}.Content-TopArea .breadArea .breadcrumb,.Content-TopArea .breadArea .bread{padding:.5% 0}.Content-TopArea .breadArea .bread{z-index:1;background-color:#eee;position:relative;font-family:Segoe UI,Noto Sans,Noto Sans TC,Noto Sans SC,\5fae\8edf\6b63\9ed1\9ad4,Microsoft JhengHei,\5fae\8edf\96c5\9ed1\9ad4,Microsoft YaHei,SimHei,\30e1\30a4\30ea\30aa,Meiryo,\30d2\30e9\30ae\30ce\89d2\30b4  Pro W3,Hiragino Kaku Gothic Pro,\65b0\7d30\660e\9ad4,Arial,Verdana,Helvetica,sans-serif}.Content-TopArea .breadArea .bread .l-restrict-container{overflow-x:auto;overflow-y:hidden}.Content-TopArea .breadArea .bread .bread-Link,.Content-TopArea .breadArea .bread .bread-Icon{display:table-cell;vertical-align:middle}.Content-TopArea .breadArea .bread .bread-Link a,.Content-TopArea .breadArea .bread .bread-Link span{display:block;word-wrap:unset;white-space:nowrap;color:#423f3f;font-weight:initial;font-size:.9vw;line-height:1.1vw}@media screen and (max-width: 960px){.Content-TopArea .breadArea .bread .bread-Link a,.Content-TopArea .breadArea .bread .bread-Link span{font-size:14.5px}}.Content-TopArea .breadArea .bread .bread-Link a:hover,.Content-TopArea .breadArea .bread .bread-Link span:hover{text-decoration:none}.Content-TopArea .breadArea .bread .bread-Link a:hover,.Content-TopArea .breadArea .bread .bread-Link span:not(.noHover):hover{text-decoration:none}.Content-TopArea .breadArea .bread .bread-Icon{height:20px;padding:0 5px}.Content-TopArea .breadArea .bread .bread-Icon img{height:100%;width:auto;vertical-align:middle}.Content-TopArea .breadArea .bread .whiteFont a,.Content-TopArea .breadArea .bread .whiteFont span{color:#fff}.rotate180{transform:rotate(180deg)}.defaultDropdown{--gbt-option-Padding: .78125vw;cursor:pointer;position:relative;display:inline-block}@media screen and (max-width: 960px){.defaultDropdown{width:100%}}.defaultDropdown .default-ShowSelector{z-index:1;border:1px solid rgba(112,112,112,.4);background-color:#fff;position:absolute;white-space:nowrap;transition:all .3s ease-in-out;overflow:hidden;opacity:0}@media screen and (max-width: 960px){.defaultDropdown .default-ShowSelector{width:100%}}.defaultDropdown .default-ShowSelector .defaultDropdownArrowIcon{width:.78125vw}@media screen and (max-width: 1024px){.defaultDropdown .default-ShowSelector .defaultDropdownArrowIcon{width:1.46484375vw}}@media screen and (max-width: 960px){.defaultDropdown .default-ShowSelector .defaultDropdownArrowIcon{width:15px}}.defaultDropdown .default-ShowSelector .default-SelectItem,.defaultDropdown .default-ShowSelector .default-Option{padding-top:var(--gbt-option-Padding);padding-bottom:var(--gbt-option-Padding)}.defaultDropdown .default-ShowSelector .default-SelectItem .default-OptionText,.defaultDropdown .default-ShowSelector .default-Option .default-OptionText{margin:0 1.3020833333vw}.defaultDropdown .default-ShowSelector .default-SelectItem .default-OptionText{font-size:.78125vw;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width: 1024px){.defaultDropdown .default-ShowSelector .default-SelectItem .default-SelectedShowText{font-size:1.46484375vw}}@media screen and (max-width: 960px){.defaultDropdown .default-ShowSelector .default-SelectItem .default-SelectedShowText{font-size:15px;font-weight:500}}.defaultDropdown .default-ShowSelector .default-Option{font-weight:500;font-size:.6770833333vw}.defaultDropdown .default-ShowSelector .default-Option:hover{color:#fff;background-color:#008cd6}.defaultDropdown .default-ShowSelector .default-Option.hide-option{visibility:hidden}.defaultDropdown .default-ShowSelector .default-Option.only-width{height:0;padding-top:0;padding-bottom:0}.defaultDropdown .default-ShowSelector .default-Option .default-OptionText{padding-right:2.34375vw}@media screen and (max-width: 1024px){.defaultDropdown .default-ShowSelector .default-Option .default-OptionText{padding-right:4.39453125vw}}@media screen and (max-width: 960px){.defaultDropdown .default-ShowSelector .default-Option .default-OptionText{padding-right:14.0625vw}}.defaultDropdown .default-HideSelectDom{opacity:0;position:relative}@media screen and (max-width: 960px){.defaultDropdown .default-HideSelectDom{z-index:2;font-size:16px;padding:0;margin:0;width:100%}}.UnderLine .default-ShowSelector{border-top:unset;border-left:unset;border-right:unset}.youtubeParent{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}.youtubeParent .youtubeChild{position:absolute;top:0;left:0;width:100%;height:100%}img.lazyFadeIn,video.lazyFadeIn{opacity:0}img.lazyFadeIn:not(.initial),video.lazyFadeIn:not(.initial){transition:opacity .3s}img.lazyFadeIn.initial,img.lazyFadeIn.loaded,img.lazyFadeIn.error,video.lazyFadeIn.initial,video.lazyFadeIn.loaded,video.lazyFadeIn.error{opacity:1}img.lazyFadeIn:not([src]){visibility:hidden}body{--EnterpriseModelPage-zIndex-mobileMenu: 3;--EnterpriseModelPage-zIndex-skuDropdown: 2;--EnterpriseModelPage-zIndex-MagnifierIcon: 1}.no-Rwd-f-13{font-size:13px}.lineClamp{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}svg.ArrowLine{width:6px;height:9.6px;fill:#fff}.coverVideoIcon{position:absolute;width:100%;height:100%;z-index:2;display:flex;align-items:center;justify-content:center}.coverVideoIcon img{display:block;height:35%;width:unset!important}body{font-family:Segoe UI,Noto Sans,Noto Sans TC,Noto Sans SC,\5fae\8edf\6b63\9ed1\9ad4,Microsoft JhengHei,\5fae\8edf\96c5\9ed1\9ad4,Microsoft YaHei,SimHei,\30e1\30a4\30ea\30aa,Meiryo,\30d2\30e9\30ae\30ce\89d2\30b4  Pro W3,Hiragino Kaku Gothic Pro,\65b0\7d30\660e\9ad4,Arial,Verdana,Helvetica,sans-serif}.LowerRightCorner{position:fixed;right:50px;bottom:50px;z-index:130000;--StickyBottomButtonHight: 0px;--StickyBottomButtonPadding: 30px}@media all and (min-width: 961px)and (max-width: 1024px){.LowerRightCorner{bottom:30px;right:30px}}@media screen and (max-width: 960px){.LowerRightCorner{bottom:calc(var(--StickyBottomButtonHight) + var(--StickyBottomButtonPadding))}}@media all and (min-width: 641px)and (max-width: 960px){.LowerRightCorner{right:30px}}@media screen and (max-width: 640px){.LowerRightCorner{right:15px}}.LowerRightCorner svg.goTopIcon{width:30px;height:30px;padding-top:.1%;margin-bottom:3px;display:block}.LowerRightCorner svg.goTopIcon .a{fill:#423f3f00}.LowerRightCorner svg.goTopIcon .b{fill:none;stroke:#fff;stroke-miterlimit:10;stroke-width:5px}.LowerRightCorner svg.mailIcon{display:block}.LowerRightCorner svg.mailIcon .a{fill:#423f3f00}.LowerRightCorner svg.mailIcon .b,.LowerRightCorner svg.mailIcon .c{fill:none;stroke:#fff;stroke-width:4px}.LowerRightCorner svg.mailIcon .b{stroke-miterlimit:10}.LowerRightCornerIcon{width:40px;height:40px;background-color:#33333380;cursor:pointer;text-align:center;display:flex;justify-content:center;align-items:center;border-radius:3px;margin:auto}.LowerRightCornerIcon .iconText{font-weight:700;color:#949494;font-size:.8vw;opacity:0;transition:opacity .3s ease-in-out;position:absolute;margin-top:-2.5vh;white-space:nowrap}@media screen and (max-width: 960px){.LowerRightCornerIcon .iconText{display:none;margin-top:-6vw}}@media all and (min-width: 961px)and (max-width: 1280px){.LowerRightCornerIcon .iconText{margin-top:-2vw;font-size:1.03vw}}@media (hover: hover){.LowerRightCornerIcon:hover{opacity:1;background-color:#008cd6}}#divGoTop{transition:opacity .5s ease-in-out;opacity:0;margin-top:20px}#divGoTop.fadeInOpacity{opacity:1}@media screen and (max-width: 960px){#divGoTop{margin-top:5px}}@media screen and (max-width: 960px){.LowerRightCorner{--StickyBottomButtonHight:calc(60px + env(safe-area-inset-bottom));--StickyBottomButtonPadding: 10px}}@media all and (min-width: 961px){.LowerRightCorner.css-EmailSales-icon-DeskTopHide .css-icon-EmailSales{display:none}.LowerRightCorner.css-EmailSales-icon-DeskTopHide .css-icon-GoToTop{margin-top:0!important}}.Content-TopArea{width:100%}@media all and (min-width: 961px){.Content-TopArea{padding-top:10px}}@media screen and (max-width: 960px){.Content-TopArea{height:40px;z-index:2;display:flex;align-items:center}}@media screen and (max-width: 960px){.Content-TopArea .breadArea{overflow-x:hidden}}.Content-TopArea .breadArea .bread{padding:0;background:unset}.Content-TopArea .breadArea .bread svg.breadIconSvg{height:.65vw;width:1.5vw}@media all and (min-width: 1025px)and (max-width: 1280px){.Content-TopArea .breadArea .bread svg.breadIconSvg{height:.84vw}}@media all and (min-width: 961px)and (max-width: 1024px){.Content-TopArea .breadArea .bread svg.breadIconSvg{height:.84vw}}@media screen and (max-width: 960px){.Content-TopArea .breadArea .bread svg.breadIconSvg{height:12px;width:19.72px}}.Content-TopArea .breadArea .bread svg.breadIconSvg .SlashFirst{fill:#008cd6}.Content-TopArea .breadArea .bread svg.breadIconSvg .SlashSecond{fill:#15b3b6}.Content-TopArea .breadArea .bread svg.breadIconSvg .SlashThird{fill:#2cdd95}.Content-TopArea .breadArea{--bread-text-fontSize: 15}.Content-TopArea .breadArea .bread{font-weight:400}.Content-TopArea .breadArea .bread .bread-Link{vertical-align:top}.Content-TopArea .breadArea .bread .bread-Link a,.Content-TopArea .breadArea .bread .bread-Link span{font-size:calc(var(--bread-text-fontSize)*1px);line-height:var(--gbt-lineHeight-base);color:#000}.Content-TopArea .breadArea .bread .bread-Icon{padding:0 10px;height:auto}.Content-TopArea .breadArea .bread .bread-Icon svg{display:block}@media all and (min-width: 961px){.Content-TopArea .breadArea .bread .bread-Icon svg{width:22px;height:15px}}@media screen and (max-width: 960px){main{display:grid}}.gc-scrollBar{scrollbar-color:var(--color-primary-primary)}.gc-scrollBar ::-webkit-scrollbar{width:4px;height:4px}.gc-scrollBar ::-webkit-scrollbar-track{background:var(--color-GreyColor-D9D9D9)}.gc-scrollBar ::-webkit-scrollbar-thumb{background:var(--color-primary-primary);border-radius:2px}@-moz-document url-prefix(){.gc-scrollBar{scrollbar-width:thin;scrollbar-color:var(--color-primary-primary) var(--color-GreyColor-D9D9D9)}}.gc-checkbox-customizal{--gbt-checkbox-borderColor: var(--color-primary-primary);--gbt-checkbox-checkColor: #fff;display:inline-block;position:relative;padding-left:20px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media screen and (max-width: 960px){.gc-checkbox-customizal{padding-left:15px}}.gc-checkbox-customizal.style-basic-HaveBorder input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.gc-checkbox-customizal.style-basic-HaveBorder input:checked~.checkbox__checkmark{background-color:var(--color-primary-primary);border-color:var(--color-BlueColor-CCEDFF)}.gc-checkbox-customizal.style-basic-HaveBorder input:checked~.checkbox__checkmark:after{opacity:1}@media (hover: hover){.gc-checkbox-customizal.style-basic-HaveBorder:hover input~.checkbox__checkmark{background-color:var(--color-BlueColor-CCEDFF)}.gc-checkbox-customizal.style-basic-HaveBorder:hover input:checked~.checkbox__checkmark{background-color:var(--color-primary-primary)}}.gc-checkbox-customizal.style-basic-HaveBorder .checkbox__checkmark{position:absolute;left:0;height:20px;width:20px;background-color:#fff;border:solid;border-width:1px;border-color:var(--gbt-checkbox-borderColor);transition:background-color .25s ease;border-radius:4px;top:50%;transform:translateY(-50%)}@media screen and (max-width: 960px){.gc-checkbox-customizal.style-basic-HaveBorder .checkbox__checkmark{height:15px;width:15px}}.gc-checkbox-customizal.style-basic-HaveBorder .checkbox__checkmark:after{content:"";position:absolute;left:6px;top:1px;width:6px;height:12px;border:solid;border-color:var(--gbt-checkbox-checkColor);border-width:0 2px 2px 0;transform:rotate(45deg);opacity:0;transition:opacity .25s ease}@media screen and (max-width: 960px){.gc-checkbox-customizal.style-basic-HaveBorder .checkbox__checkmark:after{left:4px;top:0px;width:5px;height:10px}}.gc-checkbox-customizal .checkbox-show-text{color:#000;margin-left:10px}@media screen and (max-width: 1024px){.gc-checkbox-customizal .checkbox-show-text{margin-left:5px}}.grid-ModelPage-BaseInfo{display:grid}@media all and (min-width: 961px){.grid-ModelPage-BaseInfo{align-items:start;grid-template-rows:repeat(6,auto) 1fr;grid-template-columns:auto 1fr}.grid-ModelPage-BaseInfo.grid-ModelPage-isThisModelQuickShip{grid-template-areas:"ImageDisplayList TitleInfo" "ImageDisplayList Application" "ImageDisplayList Border" "ImageDisplayList Summary" "ImageDisplayList Features" "ImageDisplayList isThisModelQuickShip" "ImageDisplayList ButtonsCompare"}.grid-ModelPage-BaseInfo.grid-ModelPage-isThisModelNotQuickShip{grid-template-areas:"ImageDisplayList TitleInfo" "ImageDisplayList Application" "ImageDisplayList Border" "ImageDisplayList Summary" "ImageDisplayList Features" "ImageDisplayList ButtonsCompare" "ImageDisplayList isThisModelNotQuickShip"}}@media screen and (max-width: 960px){.grid-ModelPage-BaseInfo{grid-template-areas:"TitleInfo" "Border" "ImageDisplayList" "isThisModelQuickShip" "ButtonsCompare" "isThisModelNotQuickShip" "Application" "Summary" "Features"}}.grid-ModelPage-BaseInfo .grid-Area-ImageDisplayList{grid-area:ImageDisplayList}@media all and (min-width: 961px){.grid-ModelPage-BaseInfo .grid-Area-ImageDisplayList{max-height:590px}}@media all and (min-width: 961px){.grid-ModelPage-BaseInfo .grid-Area-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent{height:clamp(70px,4.6875vw,90px);width:clamp(70px,4.6875vw,90px)}}@media (min-width: 1025px)and (max-width: 1366px){.grid-ModelPage-BaseInfo .grid-Area-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent{height:clamp(60px,5.1244509517vw,70px);width:clamp(60px,5.1244509517vw,70px)}}@media all and (min-width: 961px)and (max-width: 1024px){.grid-ModelPage-BaseInfo .grid-Area-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent{height:5.859375vw;width:5.859375vw}}@media all and (min-width: 961px){.grid-ModelPage-BaseInfo .grid-Area-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent .splide{height:clamp(460px,30.7291666667vw,590px)}}@media (min-width: 1025px)and (max-width: 1366px){.grid-ModelPage-BaseInfo .grid-Area-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent .splide{height:clamp(350px,33.6749633968vw,460px)}}@media all and (min-width: 961px)and (max-width: 1024px){.grid-ModelPage-BaseInfo .grid-Area-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent .splide{height:350px}}@media all and (min-width: 961px){.grid-ModelPage-BaseInfo .grid-Area-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent .ThumbnailIamgeItem_Image-Button{height:clamp(70px,4.6875vw,90px);width:clamp(70px,4.6875vw,90px)}}@media (min-width: 1025px)and (max-width: 1366px){.grid-ModelPage-BaseInfo .grid-Area-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent .ThumbnailIamgeItem_Image-Button{height:clamp(60px,5.1244509517vw,70px);width:clamp(60px,5.1244509517vw,70px)}}@media all and (min-width: 961px)and (max-width: 1024px){.grid-ModelPage-BaseInfo .grid-Area-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent .ThumbnailIamgeItem_Image-Button{height:5.859375vw;width:5.859375vw}}@media screen and (max-width: 960px){.grid-ModelPage-BaseInfo .grid-Area-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent .ThumbnailIamgeItem_Image-Button .ThumbnailIamge-Item_Image{max-height:400px;max-width:400px}}@media screen and (max-width: 640px){.grid-ModelPage-BaseInfo .grid-Area-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent .ThumbnailIamgeItem_Image-Button .ThumbnailIamge-Item_Image{max-height:330px;max-width:330px}}@media screen and (max-width: 960px){.grid-ModelPage-BaseInfo .grid-Area-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent .ThumbnailIamgeItem_Image-Button .ThumbnailIamge-Item_Image.ThumbnailIamgeItem-video-Image{height:auto}}@media all and (min-width: 961px){.grid-ModelPage-BaseInfo .grid-Area-ImageDisplayList .css-DefaultModelImage_AreaContent{height:clamp(460px,30.7291666667vw,590px)}}@media (min-width: 1025px)and (max-width: 1366px){.grid-ModelPage-BaseInfo .grid-Area-ImageDisplayList .css-DefaultModelImage_AreaContent{height:clamp(350px,33.6749633968vw,460px)}}@media all and (min-width: 961px)and (max-width: 1024px){.grid-ModelPage-BaseInfo .grid-Area-ImageDisplayList .css-DefaultModelImage_AreaContent{height:350px}}@media all and (min-width: 961px){.grid-ModelPage-BaseInfo .grid-Area-ImageDisplayList .css-DefaultModelImage_AreaContent{max-height:clamp(460px,30.7291666667vw,590px);width:clamp(460px,30.7291666667vw,590px)}}@media screen and (max-width: 1366px){.grid-ModelPage-BaseInfo .grid-Area-ImageDisplayList .css-DefaultModelImage_AreaContent{max-height:clamp(350px,33.6749633968vw,460px);width:clamp(350px,33.6749633968vw,460px)}}@media screen and (max-width: 1024px){.grid-ModelPage-BaseInfo .grid-Area-ImageDisplayList .css-DefaultModelImage_AreaContent{max-height:350px;width:350px}}.grid-ModelPage-BaseInfo .grid-Area-TitleInfo{grid-area:TitleInfo}.grid-ModelPage-BaseInfo .grid-Area-Application{grid-area:Application}.grid-ModelPage-BaseInfo .grid-Area-Border{grid-area:Border}.grid-ModelPage-BaseInfo .grid-Area-Summary{grid-area:Summary;overflow-y:auto;max-height:340px}@media screen and (max-width: 1366px){.grid-ModelPage-BaseInfo .grid-Area-Summary{max-height:260px}}@media all and (min-width: 961px)and (max-width: 1024px){.grid-ModelPage-BaseInfo .grid-Area-Summary{max-height:200px}}.grid-ModelPage-BaseInfo .grid-Area-isThisModelQuickShip{grid-area:isThisModelQuickShip}.grid-ModelPage-BaseInfo .grid-Area-isThisModelNotQuickShip{grid-area:isThisModelNotQuickShip}.grid-ModelPage-BaseInfo .grid-area-buttonsCompare{grid-area:ButtonsCompare;background-color:#fff}.grid-ModelPage-BaseInfo .grid-area-features{grid-area:Features}.grid-ModelPage-BaseInfo .grid-area-features .content-baseInfo-features{margin-top:15px;display:flex;gap:10px;flex-wrap:wrap}@media screen and (max-width: 1366px){.grid-ModelPage-BaseInfo .grid-area-features .content-baseInfo-features{margin-top:10px}}@media all and (min-width: 961px)and (max-width: 1024px){.grid-ModelPage-BaseInfo .grid-area-features .content-baseInfo-features{gap:5px}}.Content_Area-BaseInfo{line-height:var(--gbt-lineHeight-base);margin-top:30px;margin-bottom:60px;--TitleInfo-Area-Padding: 10px}.Content_Area-BaseInfo .articleDescTitle_GuidelineLine-LineHeight{line-height:var(--gbt-lineHeight-articleDescTitle)}@media screen and (max-width: 1366px){.Content_Area-BaseInfo{margin-bottom:50px}}@media screen and (max-width: 960px){.Content_Area-BaseInfo{margin-top:20px;margin-bottom:30px}}@media screen and (max-width: 640px){.Content_Area-BaseInfo{margin-top:15px}}.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList{display:flex;min-height:0}.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent{text-align:center}@media all and (min-width: 961px){.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent{display:flex;flex-direction:column;justify-content:space-between}}@media screen and (max-width: 960px){.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent{width:100%;position:relative}}.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent .ModleImage_Magnifier-Mobile,.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent .ModleImage_Magnifier-Mobile.hide{display:none}@media all and (min-width: 641px)and (max-width: 960px){.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent .ModleImage_Magnifier-Mobile{left:calc(200px + 50%)}}@media screen and (max-width: 960px){.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent .ModleImage_Magnifier-Mobile{display:block;position:absolute;right:0;bottom:0;z-index:var(--EnterpriseModelPage-zIndex-MagnifierIcon)}}@media all and (min-width: 961px){.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent .css-ThumbnailIamgeItem_AreaContent{display:flex;justify-content:center;flex-grow:1}}.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent .css-ThumbnailIamgeItem_AreaContent .ThumbnailIamgeItem_Image-Button{position:relative;cursor:pointer}.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent .css-ThumbnailIamgeItem_AreaContent .ThumbnailIamgeItem_Image-Button img{display:block;width:100%}.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent .css-ThumbnailIamgeItem_AreaContent .ThumbnailIamgeItem_Image-Button .VideoPlayerIcon{width:40px;height:40px}@media screen and (max-width: 960px){.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent .css-ThumbnailIamgeItem_AreaContent .ThumbnailIamgeItem_Image-Button .VideoPlayerIcon{width:110px;height:110px}}@media all and (min-width: 961px){.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent .css-ThumbnailIamgeItem_AreaContent .ThumbnailIamgeItem_Image-Button.have3DIcon img{opacity:.6}}@media all and (min-width: 961px){.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent .css-ThumbnailIamgeItem_AreaContent .ThumbnailIamgeItem_Image-Button.have3DIcon .coverVideoIcon .icon-ThreeDMark-stylekDesktop{width:35px;height:35px;display:block}}@media screen and (max-width: 960px){.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent .css-ThumbnailIamgeItem_AreaContent .ThumbnailIamgeItem_Image-Button.have3DIcon .coverVideoIcon .icon-ThreeDMark-stylekDesktop{display:none}}@media all and (min-width: 961px){.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent .css-ThumbnailIamgeItem_AreaContent .ThumbnailIamgeItem_Image-Button.have3DIcon .coverVideoIcon .icon-ThreeDMark-styleMobile{display:none}}@media screen and (max-width: 960px){.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent .css-ThumbnailIamgeItem_AreaContent .ThumbnailIamgeItem_Image-Button.have3DIcon .coverVideoIcon .icon-ThreeDMark-styleMobile{display:block}}.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent .css-ThumbnailIamgeItem_AreaContent .ThumbnailIamgeItem_Image-Button.splide__slide{display:flex;justify-content:center;align-items:center;border:inherit}.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent .css-ThumbnailIamgeItem_AreaContent .ThumbnailIamgeItem_Image-Button.is-active{border:inherit}@media (hover: hover)and (min-width: 961px){.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent .css-ThumbnailIamgeItem_AreaContent .ThumbnailIamgeItem_Image-Button:hover{border:1px solid #008cd6}}@media all and (min-width: 961px){.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent .css-ThumbnailIamgeItem_AreaContent .ThumbnailIamgeItem_Image-Button.is-SelectItem{border:1px solid #008cd6}}.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent .css-ThumbnailIamgeItem_AreaContent .ThumbnailIamgeItem_Image-Button .ThumbnailIamgeItem_Area-Image{max-width:100%;object-fit:contain;height:100%}.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent .css-ThumbnailIamgeItem_AreaContent.splide{width:100%}.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent .css-ThumbnailIamgeItem_AreaContent.splide .splide__arrow{border-radius:unset;transition:all .2s ease;opacity:1}@media all and (min-width: 961px){.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent .css-ThumbnailIamgeItem_AreaContent.splide .splide__arrow{width:15px;height:15px;background-color:transparent}}.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent .css-ThumbnailIamgeItem_AreaContent.splide .splide__arrow svg{width:15px;height:15px}@media screen and (max-width: 960px){.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent .css-ThumbnailIamgeItem_AreaContent.splide .splide__arrow svg .style-ArrowBaseLine-Base{fill:#fff}}@media screen and (max-width: 960px){.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent .css-ThumbnailIamgeItem_AreaContent.splide .splide__arrow{width:23px;height:45px}}@media all and (min-width: 961px){.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent .css-ThumbnailIamgeItem_AreaContent.splide .splide__arrow.splide__arrow--prev{top:-20px}.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent .css-ThumbnailIamgeItem_AreaContent.splide .splide__arrow.splide__arrow--prev svg{transform:rotate(0)}}@media screen and (max-width: 960px){.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent .css-ThumbnailIamgeItem_AreaContent.splide .splide__arrow.splide__arrow--prev{left:0;border-top-right-radius:5px;border-bottom-right-radius:5px}.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent .css-ThumbnailIamgeItem_AreaContent.splide .splide__arrow.splide__arrow--prev svg{transform:rotate(270deg)}}@media all and (min-width: 961px){.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent .css-ThumbnailIamgeItem_AreaContent.splide .splide__arrow.splide__arrow--next{bottom:-20px}.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent .css-ThumbnailIamgeItem_AreaContent.splide .splide__arrow.splide__arrow--next svg{transform:rotate(180deg)}}@media screen and (max-width: 960px){.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent .css-ThumbnailIamgeItem_AreaContent.splide .splide__arrow.splide__arrow--next{right:0;border-top-left-radius:5px;border-bottom-left-radius:5px}.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent .css-ThumbnailIamgeItem_AreaContent.splide .splide__arrow.splide__arrow--next svg{transform:rotate(90deg)}}.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent .css-ThumbnailIamgeItem_AreaContent.splide .splide__arrow:disabled,.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent .css-ThumbnailIamgeItem_AreaContent.splide .splide__arrow.hideArrow{visibility:hidden;opacity:0}.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent .f-custom-controls.top-right{display:none;top:0;right:15px}@media all and (min-width: 641px)and (max-width: 960px){.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent .f-custom-controls.top-right{top:25px;right:25px}.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-ThumbnailMenuBarSlider_AreaContent .f-custom-controls.top-right .panzoom-control-fullscreen{width:25px;height:25px}}.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-DefaultModelImage_AreaContent{flex-grow:1;display:flex;align-items:center;overflow:hidden;margin-left:clamp(10px,3.125vw,60px);margin-right:clamp(40px,4.1666666667vw,80px)}@media screen and (max-width: 1366px){.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-DefaultModelImage_AreaContent{margin-left:10px;margin-right:clamp(30px,2.9282576867vw,40px)}}@media all and (min-width: 961px)and (max-width: 1024px){.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-DefaultModelImage_AreaContent{margin-right:30px}}@media screen and (max-width: 960px){.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-DefaultModelImage_AreaContent{display:none}}.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-DefaultModelImage_AreaContent .css-modelImageBig-Link{position:relative}.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-DefaultModelImage_AreaContent .css-modelImageBig-Link:not([data-isyoutube=true]){cursor:zoom-in}.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-DefaultModelImage_AreaContent .css-modelImageBig-Link .coverVideoIcon{top:0}.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-DefaultModelImage_AreaContent .css-modelImageBig-Link .coverVideoIcon.hide{display:none}@media (hover: hover){.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-DefaultModelImage_AreaContent .css-modelImageBig-Link .css-modelImageBig-img:hover{transform:scale(1.1)}}.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-DefaultModelImage_AreaContent .css-modelImageBig-Link .css-modelImageBig-wrapper{overflow:hidden}.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-DefaultModelImage_AreaContent .css-modelImageBig-Link .css-modelImageBig-wrapper .css-modelImageBig-img{transition:transform .2s ease-in-out;display:block;width:100%}@media all and (min-width: 961px){.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-DefaultModelImage_AreaContent .css-modelImageBig-Link .css-modelImageBig-wrapper .css-modelImageBig-img{height:clamp(460px,30.7291666667vw,590px)}}@media (min-width: 1025px)and (max-width: 1366px){.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-DefaultModelImage_AreaContent .css-modelImageBig-Link .css-modelImageBig-wrapper .css-modelImageBig-img{height:clamp(350px,33.6749633968vw,460px)}}@media all and (min-width: 961px)and (max-width: 1024px){.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-DefaultModelImage_AreaContent .css-modelImageBig-Link .css-modelImageBig-wrapper .css-modelImageBig-img{height:350px}}@media all and (min-width: 961px){.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-DefaultModelImage_AreaContent .css-modelImageBig-Link .css-modelImageBig-wrapper .css-modelImageBig-img{max-height:clamp(460px,30.7291666667vw,590px);width:clamp(460px,30.7291666667vw,590px)}}@media screen and (max-width: 1366px){.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-DefaultModelImage_AreaContent .css-modelImageBig-Link .css-modelImageBig-wrapper .css-modelImageBig-img{max-height:clamp(350px,33.6749633968vw,460px);width:clamp(350px,33.6749633968vw,460px)}}@media screen and (max-width: 1024px){.Content_Area-BaseInfo .content-BaseInfo-ImageDisplayList .css-DefaultModelImage_AreaContent .css-modelImageBig-Link .css-modelImageBig-wrapper .css-modelImageBig-img{max-height:350px;width:350px}}@media screen and (max-width: 1366px){.Content_Area-BaseInfo{--TitleInfo-Area-Padding: 5px}}.Content_Area-BaseInfo .content-BaseInfo-TitleInfo .titleInfo-Area-Title{display:flex;flex-wrap:wrap;gap:var(--TitleInfo-Area-Padding)}.Content_Area-BaseInfo .content-BaseInfo-TitleInfo .titleInfo-Area-Title .titleInfo-area-titleContainer{display:flex;flex-wrap:wrap;align-items:center;position:relative}.Content_Area-BaseInfo .content-BaseInfo-TitleInfo .titleInfo-Area-Title .titleInfo-area-titleContainer .titleInfo-Text-Title{color:#000;font-weight:700;display:inline-flex;align-items:baseline;line-height:1.2;margin-right:10px}@media screen and (max-width: 1024px){.Content_Area-BaseInfo .content-BaseInfo-TitleInfo .titleInfo-Area-Title .titleInfo-area-titleContainer .titleInfo-Text-Title{margin-right:5px}}.Content_Area-BaseInfo .content-BaseInfo-TitleInfo .titleInfo-Area-Title .titleInfo-area-titleContainer .titleInfo-Text-Title .titleInfo-Text-MainTitle{font-size:clamp(31px,1.9791666667vw,38px)}@media screen and (max-width: 1536px){.Content_Area-BaseInfo .content-BaseInfo-TitleInfo .titleInfo-Area-Title .titleInfo-area-titleContainer .titleInfo-Text-Title .titleInfo-Text-MainTitle{font-size:31px}}@media screen and (max-width: 1366px){.Content_Area-BaseInfo .content-BaseInfo-TitleInfo .titleInfo-Area-Title .titleInfo-area-titleContainer .titleInfo-Text-Title .titleInfo-Text-MainTitle{font-size:clamp(20px,2.2693997072vw,31px)}}@media screen and (max-width: 1024px){.Content_Area-BaseInfo .content-BaseInfo-TitleInfo .titleInfo-Area-Title .titleInfo-area-titleContainer .titleInfo-Text-Title .titleInfo-Text-MainTitle{font-size:20px}}.Content_Area-BaseInfo .content-BaseInfo-TitleInfo .titleInfo-Area-Title .titleInfo-area-titleContainer .titleInfo-Text-Title .titleInfo-Text-MainTitle .titleInfo-Text-skuTooTip{cursor:pointer;display:inline-flex}.Content_Area-BaseInfo .content-BaseInfo-TitleInfo .titleInfo-Area-Title .titleInfo-area-titleContainer .titleInfo-Text-Title .titleInfo-Text-MainTitle .titleInfo-Text-skuTooTip .titleInfo-Text-skuArrowIcon{display:flex;align-items:center;margin-left:5px}.Content_Area-BaseInfo .content-BaseInfo-TitleInfo .titleInfo-Area-Title .titleInfo-area-titleContainer .titleInfo-Text-Title .titleInfo-Text-MainTitle .titleInfo-Text-skuTooTip .titleInfo-Text-skuArrowIcon .OtherSku_HoverArea-Icon{width:20px;height:20px}.Content_Area-BaseInfo .content-BaseInfo-TitleInfo .titleInfo-Area-Title .titleInfo-area-titleContainer .titleInfo-Text-Title .titleInfo-Text-MainTitle .titleInfo-Text-skuTooTip .titleInfo-Text-skuArrowIcon .OtherSku_HoverArea-Icon .svg-ArrowDownSolid-color{fill:#000}.Content_Area-BaseInfo .content-BaseInfo-TitleInfo .titleInfo-Area-Title .titleInfo-area-titleContainer .titleInfo-Area-Tag{display:inline;white-space:nowrap}.Content_Area-BaseInfo .content-BaseInfo-TitleInfo .titleInfo-Area-Title .titleInfo-area-titleContainer .comingsoon-tag,.Content_Area-BaseInfo .content-BaseInfo-TitleInfo .titleInfo-Area-Title .titleInfo-area-titleContainer .legacy-tag{font-weight:500;font-size:15px;margin-right:10px;padding:3px 15px}@media screen and (max-width: 1366px){.Content_Area-BaseInfo .content-BaseInfo-TitleInfo .titleInfo-Area-Title .titleInfo-area-titleContainer .comingsoon-tag,.Content_Area-BaseInfo .content-BaseInfo-TitleInfo .titleInfo-Area-Title .titleInfo-area-titleContainer .legacy-tag{font-size:13px;padding:1px 10px}}@media screen and (max-width: 1024px){.Content_Area-BaseInfo .content-BaseInfo-TitleInfo .titleInfo-Area-Title .titleInfo-area-titleContainer .comingsoon-tag,.Content_Area-BaseInfo .content-BaseInfo-TitleInfo .titleInfo-Area-Title .titleInfo-area-titleContainer .legacy-tag{margin-right:5px}}.Content_Area-BaseInfo .content-BaseInfo-TitleInfo .titleInfo-Area-Title .titleInfo-area-titleContainer .legacy-tag{color:#423f3f;background-color:#eee}.Content_Area-BaseInfo .content-BaseInfo-TitleInfo .titleInfo-Area-Title .titleInfo-area-titleContainer .comingsoon-tag{color:var(--color-BlueColor-175C9);background-color:var(--color-BlueColor-CCEDFF)}.Content_Area-BaseInfo .content-BaseInfo-TitleInfo .titleInfo-Area-Title .titleInfo-area-modelVersion{display:flex;align-items:center;--ModelVersion-FontSize: 15px;--ModelVersion-LineHeight: 1.2}@media screen and (max-width: 1024px){.Content_Area-BaseInfo .content-BaseInfo-TitleInfo .titleInfo-Area-Title .titleInfo-area-modelVersion{--ModelVersion-FontSize: 13px}}.Content_Area-BaseInfo .content-BaseInfo-TitleInfo .titleInfo-Area-Title .titleInfo-area-modelVersion .area-modelVersion-border{height:calc(var(--ModelVersion-FontSize)*var(--ModelVersion-LineHeight));border-right:1px solid #bbb;margin:0 10px}.Content_Area-BaseInfo .content-BaseInfo-TitleInfo .titleInfo-Area-Title .titleInfo-area-modelVersion .area-modelVersion-item{font-size:var(--ModelVersion-FontSize);color:#909090;font-weight:700;line-height:var(--ModelVersion-LineHeight);white-space:nowrap}@media (hover: hover){.Content_Area-BaseInfo .content-BaseInfo-TitleInfo .titleInfo-Area-Title .titleInfo-area-modelVersion .area-modelVersion-item:hover{color:var(--color-BlueColor-175C9)}.Content_Area-BaseInfo .content-BaseInfo-TitleInfo .titleInfo-Area-Title .titleInfo-area-modelVersion .area-modelVersion-item:hover:not(.noClick){border-color:var(--color-BlueColor-175C9)}}.Content_Area-BaseInfo .content-BaseInfo-TitleInfo .titleInfo-Area-Title .titleInfo-area-modelVersion .area-modelVersion-item:not(.noClick){display:inline-block;border-color:#909090;border-bottom:1px solid}.Content_Area-BaseInfo .content-BaseInfo-TitleInfo .titleInfo-Area-Title .titleInfo-area-modelVersion .area-modelVersion-item.noClick{color:var(--color-BlueColor-175C9)}.Content_Area-BaseInfo .content-BaseInfo-TitleInfo .titleInfo-Area-SubTitle{margin-top:var(--TitleInfo-Area-Padding);font-weight:500;font-size:15px}@media screen and (max-width: 1024px){.Content_Area-BaseInfo .content-BaseInfo-TitleInfo .titleInfo-Area-SubTitle{font-size:13px}}.Content_Area-BaseInfo .content-BaseInfo-Application .titleInfo-Area-Application{margin-top:var(--TitleInfo-Area-Padding);display:inline-flex;flex-wrap:wrap}@media screen and (max-width: 960px){.Content_Area-BaseInfo .content-BaseInfo-Application .titleInfo-Area-Application{margin-top:10px}}.Content_Area-BaseInfo .content-BaseInfo-Application .titleInfo-Area-Application .application-Item-Link{white-space:nowrap;color:var(--color-BlueColor-175C9);font-weight:500;text-decoration-line:underline;font-size:15px}@media screen and (max-width: 1024px){.Content_Area-BaseInfo .content-BaseInfo-Application .titleInfo-Area-Application .application-Item-Link{font-size:13px}}.Content_Area-BaseInfo .content-BaseInfo-Application .titleInfo-Area-Application .application-Item-Link:not(:last-child){margin-right:15px}@media screen and (max-width: 1024px){.Content_Area-BaseInfo .content-BaseInfo-Application .titleInfo-Area-Application .application-Item-Link:not(:last-child){margin-right:10px}}@media (hover: hover){.Content_Area-BaseInfo .content-BaseInfo-Application .titleInfo-Area-Application .application-Item-Link:hover{color:var(--color-BlueColor-60A6)}}.Content_Area-BaseInfo .content-BaseInfo-Border{border-bottom:1px solid #ddd;margin-top:15px;margin-bottom:15px}@media screen and (max-width: 1366px){.Content_Area-BaseInfo .content-BaseInfo-Border{margin-top:10px;margin-bottom:10px}}@media screen and (max-width: 960px){.Content_Area-BaseInfo .content-BaseInfo-Border{margin-top:15px;margin-bottom:20px}}@media screen and (max-width: 640px){.Content_Area-BaseInfo .content-BaseInfo-Border{margin-top:10px;margin-bottom:15px}}@media screen and (max-width: 960px){.Content_Area-BaseInfo .content-BaseInfo-Summary{margin-top:10px}}.Content_Area-BaseInfo .content-BaseInfo-Summary a{color:var(--color-primary-primary)}@media (hover: hover){.Content_Area-BaseInfo .content-BaseInfo-Summary a:hover{color:var(--color-primary-600);text-decoration-line:underline;text-decoration-color:var(--color-primary-600)}}.Content_Area-BaseInfo .content-BaseInfo-Summary ul li{line-height:170%;font-size:15px;font-weight:400}@media screen and (max-width: 1024px){.Content_Area-BaseInfo .content-BaseInfo-Summary ul li{font-size:13px}}.Content_Area-BaseInfo .content-BaseInfo-Summary ul li:before{content:"\2022";color:var(--color-BlueColor-175C9);padding-right:10px}.Content_Area-BaseInfo .content-BaseInfo-QuickShippingInfo{border-radius:4px;background:linear-gradient(90deg,rgba(129,52,255,.1) 0%,rgba(0,133,255,.1) 100%);padding:10px}.Content_Area-BaseInfo .content-BaseInfo-QuickShippingInfo.grid-Area-isThisModelNotQuickShip{margin-top:10px}.Content_Area-BaseInfo .content-BaseInfo-QuickShippingInfo.grid-Area-isThisModelQuickShip{margin-top:15px}@media screen and (max-width: 1024px){.Content_Area-BaseInfo .content-BaseInfo-QuickShippingInfo.grid-Area-isThisModelQuickShip{padding:5px}}@media screen and (max-width: 1366px){.Content_Area-BaseInfo .content-BaseInfo-QuickShippingInfo.grid-Area-isThisModelQuickShip{margin-top:10px}}.Content_Area-BaseInfo .content-BaseInfo-QuickShippingInfo .linearGradient-Title{background:var(--quickShip-Background-LinearGradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1.2;font-weight:700;font-style:italic}.Content_Area-BaseInfo .content-BaseInfo-QuickShippingInfo .content-QuickShippingInfo-isQuickShip .content-isQuickShip-Title{font-size:20px}@media screen and (max-width: 1366px){.Content_Area-BaseInfo .content-BaseInfo-QuickShippingInfo .content-QuickShippingInfo-isQuickShip .content-isQuickShip-Title{font-size:18px}}@media screen and (max-width: 1024px){.Content_Area-BaseInfo .content-BaseInfo-QuickShippingInfo .content-QuickShippingInfo-isQuickShip .content-isQuickShip-Title{font-size:15px}}.Content_Area-BaseInfo .content-BaseInfo-QuickShippingInfo .content-QuickShippingInfo-isQuickShip .content-isQuickShip-Desc{font-size:15px;font-style:italic;font-weight:500}@media screen and (max-width: 1024px){.Content_Area-BaseInfo .content-BaseInfo-QuickShippingInfo .content-QuickShippingInfo-isQuickShip .content-isQuickShip-Desc{font-size:13px}}@media screen and (max-width: 640px){.Content_Area-BaseInfo .content-BaseInfo-QuickShippingInfo .content-QuickShippingInfo-isQuickShip .content-isQuickShip-Desc{display:block}}.Content_Area-BaseInfo .content-BaseInfo-QuickShippingInfo .content-QuickShippingInfo-isNotQuickShip{display:flex;flex-direction:column}.Content_Area-BaseInfo .content-BaseInfo-QuickShippingInfo .content-QuickShippingInfo-isNotQuickShip .content-isNotQuickShip-Title{display:inline-flex;align-items:center;position:relative}.Content_Area-BaseInfo .content-BaseInfo-QuickShippingInfo .content-QuickShippingInfo-isNotQuickShip .content-isNotQuickShip-Title .css-QuickShippingText-hover,.Content_Area-BaseInfo .content-BaseInfo-QuickShippingInfo .content-QuickShippingInfo-isNotQuickShip .content-isNotQuickShip-Title .css-QuickShippingText-default{font-size:18px;white-space:nowrap;display:flex;align-items:center;transition:all .3s ease}@media screen and (max-width: 1024px){.Content_Area-BaseInfo .content-BaseInfo-QuickShippingInfo .content-QuickShippingInfo-isNotQuickShip .content-isNotQuickShip-Title .css-QuickShippingText-hover,.Content_Area-BaseInfo .content-BaseInfo-QuickShippingInfo .content-QuickShippingInfo-isNotQuickShip .content-isNotQuickShip-Title .css-QuickShippingText-default{font-size:15px}}.Content_Area-BaseInfo .content-BaseInfo-QuickShippingInfo .content-QuickShippingInfo-isNotQuickShip .content-isNotQuickShip-Title .css-QuickShippingText-hover{opacity:0;position:absolute;left:0}.Content_Area-BaseInfo .content-BaseInfo-QuickShippingInfo .content-QuickShippingInfo-isNotQuickShip .content-isNotQuickShip-Title .content-isNotQuickShip-TitleIcon{transition:all .3s ease-in-out;margin-left:5px}.Content_Area-BaseInfo .content-BaseInfo-QuickShippingInfo .content-QuickShippingInfo-isNotQuickShip .content-isNotQuickShip-Title .content-isNotQuickShip-TitleIcon .svg-ArrowRight-color{fill:#0085ff}.Content_Area-BaseInfo .content-BaseInfo-QuickShippingInfo .content-QuickShippingInfo-isNotQuickShip .content-isNotQuickShip-Title:active .css-QuickShippingText-default{opacity:0}.Content_Area-BaseInfo .content-BaseInfo-QuickShippingInfo .content-QuickShippingInfo-isNotQuickShip .content-isNotQuickShip-Title:active .css-QuickShippingText-hover{opacity:1}.Content_Area-BaseInfo .content-BaseInfo-QuickShippingInfo .content-QuickShippingInfo-isNotQuickShip .content-isNotQuickShip-Title:active .content-isNotQuickShip-TitleIcon{margin-left:10px}@media (hover: hover){.Content_Area-BaseInfo .content-BaseInfo-QuickShippingInfo .content-QuickShippingInfo-isNotQuickShip .content-isNotQuickShip-Title:hover .css-QuickShippingText-default{opacity:0}.Content_Area-BaseInfo .content-BaseInfo-QuickShippingInfo .content-QuickShippingInfo-isNotQuickShip .content-isNotQuickShip-Title:hover .css-QuickShippingText-hover{opacity:1}.Content_Area-BaseInfo .content-BaseInfo-QuickShippingInfo .content-QuickShippingInfo-isNotQuickShip .content-isNotQuickShip-Title:hover .content-isNotQuickShip-TitleIcon{margin-left:10px}}.Content_Area-BaseInfo .content-BaseInfo-QuickShippingInfo .content-QuickShippingInfo-isNotQuickShip .content-isNotQuickShip-Desc{font-size:15px;font-weight:500;margin:2px 0}@media screen and (max-width: 1024px){.Content_Area-BaseInfo .content-BaseInfo-QuickShippingInfo .content-QuickShippingInfo-isNotQuickShip .content-isNotQuickShip-Desc{font-size:13px}}.Content_Area-BaseInfo .content-BaseInfo-QuickShippingInfo .content-QuickShippingInfo-isNotQuickShip .content-isNotQuickShip-RelatedModels{font-size:15px;font-weight:500}@media screen and (max-width: 1024px){.Content_Area-BaseInfo .content-BaseInfo-QuickShippingInfo .content-QuickShippingInfo-isNotQuickShip .content-isNotQuickShip-RelatedModels{font-size:13px}}.Content_Area-BaseInfo .content-BaseInfo-QuickShippingInfo .content-QuickShippingInfo-isNotQuickShip .content-isNotQuickShip-RelatedModels a{color:#000;display:inline-block;position:relative}.Content_Area-BaseInfo .content-BaseInfo-QuickShippingInfo .content-QuickShippingInfo-isNotQuickShip .content-isNotQuickShip-RelatedModels a:not(:last-child){margin-right:10px}.Content_Area-BaseInfo .content-BaseInfo-QuickShippingInfo .content-QuickShippingInfo-isNotQuickShip .content-isNotQuickShip-RelatedModels a:before{content:"";position:absolute;bottom:2px;width:100%;left:0;height:1px;background:#000}.Content_Area-BaseInfo .content-BaseInfo-QuickShippingInfo .content-QuickShippingInfo-isNotQuickShip .content-isNotQuickShip-RelatedModels a:active{background:var(--quickShip-Background-LinearGradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.Content_Area-BaseInfo .content-BaseInfo-QuickShippingInfo .content-QuickShippingInfo-isNotQuickShip .content-isNotQuickShip-RelatedModels a:active:before{background:var(--quickShip-Background-LinearGradient)}@media (hover: hover){.Content_Area-BaseInfo .content-BaseInfo-QuickShippingInfo .content-QuickShippingInfo-isNotQuickShip .content-isNotQuickShip-RelatedModels a:hover{background:var(--quickShip-Background-LinearGradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.Content_Area-BaseInfo .content-BaseInfo-QuickShippingInfo .content-QuickShippingInfo-isNotQuickShip .content-isNotQuickShip-RelatedModels a:hover:before{background:var(--quickShip-Background-LinearGradient)}}.Content_Area-BaseInfo .content-baseInfo-buttonsCompare{display:flex;flex-wrap:wrap;row-gap:15px;column-gap:15px;justify-content:space-between;margin-top:15px;align-items:center}@media screen and (max-width: 1366px){.Content_Area-BaseInfo .content-baseInfo-buttonsCompare{margin-top:10px}}.Content_Area-BaseInfo .content-baseInfo-buttonsCompare .content-container-buttonsCompare{display:flex;align-items:center}.Content_Area-BaseInfo .content-baseInfo-buttonsCompare .content-container-buttonsCompare .modelPage-info-buttonContainer{display:flex;margin-right:20px}@media screen and (max-width: 1024px){.Content_Area-BaseInfo .content-baseInfo-buttonsCompare .content-container-buttonsCompare .modelPage-info-buttonContainer{margin-right:10px}}.Content_Area-BaseInfo .content-baseInfo-buttonsCompare .compare-area{display:inline-block}.Content_Area-BaseInfo .content-baseInfo-buttonsCompare .compare-area .checkbox-show-text{font-size:15px;font-weight:400;color:#000}@media screen and (max-width: 1024px){.Content_Area-BaseInfo .content-baseInfo-buttonsCompare .compare-area .checkbox-show-text{font-size:13px}}.Content_Area-BaseInfo .content-BaseInfo-FeaturesBase .feature-icon-Link{display:inline-flex;align-items:center;height:50px}@media screen and (max-width: 1366px){.Content_Area-BaseInfo .content-BaseInfo-FeaturesBase .feature-icon-Link{height:40px}}@media screen and (max-width: 960px){.Content_Area-BaseInfo .content-BaseInfo-FeaturesBase .feature-icon-Link{height:45px}}.Content_Area-BaseInfo .content-BaseInfo-FeaturesBase .feature-icon-Link a{display:block}.Content_Area-BaseInfo .content-BaseInfo-FeaturesBase .feature-icon-Link img{display:block;width:50px}@media screen and (max-width: 1366px){.Content_Area-BaseInfo .content-BaseInfo-FeaturesBase .feature-icon-Link img{width:40px}}@media screen and (max-width: 960px){.Content_Area-BaseInfo .content-BaseInfo-FeaturesBase .feature-icon-Link img{width:45px}}.fancybox__container{z-index:170000}.ModleImage_Magnifier-Desktop{position:absolute;right:0px;bottom:0px}.icon-modleImage_MagnifierBase{display:block;width:40px;height:40px;cursor:pointer}@media screen and (max-width: 1024px){.icon-modleImage_MagnifierBase{width:30px;height:30px}}.f-custom-controls{position:absolute;overflow:hidden;z-index:1;display:none}[data-isyoutube=true] .f-custom-controls{display:none}.f-custom-controls.bottom-right{right:0px;bottom:0px}.f-custom-controls.top-right{right:16px;top:16px}.f-custom-controls button{width:25px;height:25px;background:0 0;border:none;margin:0;padding:0;color:#1f1f1f;display:flex;align-items:center;justify-content:center;cursor:pointer}.f-custom-controls svg{width:100%;height:100%;pointer-events:none}.titleInfo-text-relatedVersionFadeInOut{display:none;position:absolute;z-index:var(--EnterpriseModelPage-zIndex-skuDropdown);margin-right:30px;margin-top:5px;padding:10px 15px;border-radius:6px;background:#fff;box-shadow:0 2px 5px 1px #0000004d}@media all and (min-width: 641px)and (max-width: 960px){.titleInfo-text-relatedVersionFadeInOut{margin-right:30px}}@media screen and (max-width: 640px){.titleInfo-text-relatedVersionFadeInOut{margin-right:15px}}.titleInfo-text-relatedVersionFadeInOut .titleInfo-relatedVersion-areaContainer{display:flex;flex-direction:column}.titleInfo-text-relatedVersionFadeInOut .titleInfo-relatedVersion-title{display:flex;justify-content:space-between;font-size:13px;font-weight:500;color:#707070;gap:15px;line-height:1.5;margin-bottom:5px}.titleInfo-text-relatedVersionFadeInOut .titleInfo-relatedVersion-itemContainer{display:inline-grid;grid-template-columns:auto 1fr auto;cursor:default;row-gap:5px;width:100%}.titleInfo-text-relatedVersionFadeInOut .titleInfo-relatedVersion-itemContainer .area-relatedVersion-item{display:contents}.titleInfo-text-relatedVersionFadeInOut .titleInfo-relatedVersion-itemContainer .area-relatedVersion-item.css-active-thisModel .area-relatedSku-productName,.titleInfo-text-relatedVersionFadeInOut .titleInfo-relatedVersion-itemContainer .area-relatedVersion-item.css-active-thisModel .area-relatedSku-feature{color:var(--color-BlueColor-175C9)}.titleInfo-text-relatedVersionFadeInOut .titleInfo-relatedVersion-itemContainer .area-relatedVersion-item:not(.css-active-thisModel){cursor:pointer}@media (hover: hover){.titleInfo-text-relatedVersionFadeInOut .titleInfo-relatedVersion-itemContainer .area-relatedVersion-item:not(.css-active-thisModel):hover .area-relatedSku-productName,.titleInfo-text-relatedVersionFadeInOut .titleInfo-relatedVersion-itemContainer .area-relatedVersion-item:not(.css-active-thisModel):hover .area-relatedSku-feature{text-decoration:underline}}.titleInfo-text-relatedVersionFadeInOut .titleInfo-relatedVersion-itemContainer .area-relatedVersion-item .area-relatedSku-productName{font-size:18px;font-weight:700;white-space:nowrap;margin-right:5px}.titleInfo-text-relatedVersionFadeInOut .titleInfo-relatedVersion-itemContainer .area-relatedVersion-item .area-relatedSku-feature{font-size:15px;word-wrap:break-word;font-weight:500;display:flex;align-items:center}.titleInfo-text-relatedVersionFadeInOut .titleInfo-relatedVersion-itemContainer .area-relatedVersion-item .area-relatedSku-productName,.titleInfo-text-relatedVersionFadeInOut .titleInfo-relatedVersion-itemContainer .area-relatedVersion-item .area-relatedSku-feature{line-height:1.5;color:#000}@media screen and (max-width: 1024px){.titleInfo-text-relatedVersionFadeInOut .titleInfo-relatedVersion-itemContainer .area-relatedVersion-item .area-relatedSku-productName,.titleInfo-text-relatedVersionFadeInOut .titleInfo-relatedVersion-itemContainer .area-relatedVersion-item .area-relatedSku-feature{font-size:13px}}.titleInfo-text-relatedVersionFadeInOut .titleInfo-relatedVersion-itemContainer .gc-checkbox-customizal{margin-left:10px;margin-right:20px;padding-left:15px}.titleInfo-text-relatedVersionFadeInOut .titleInfo-relatedVersion-itemContainer .gc-checkbox-customizal .checkbox__checkmark{width:15px;height:15px}.titleInfo-text-relatedVersionFadeInOut .titleInfo-relatedVersion-itemContainer .gc-checkbox-customizal .checkbox__checkmark:after{top:0;left:4px;width:5px;height:10px}@media screen and (max-width: 960px){#header-bar.gbt-header.scrolling.NotCoverHeader{opacity:0;visibility:hidden}}.Content-MenuArea{line-height:var(--gbt-lineHeight-base);background-color:#e9e9e9;display:flex;justify-content:space-between;width:100%}.Content-MenuArea .articleDescTitle_GuidelineLine-LineHeight{line-height:var(--gbt-lineHeight-articleDescTitle)}.Content-MenuArea.FixedOnTop{box-shadow:0 3px 6px #00000052}@media all and (min-width: 961px){.Content-MenuArea.FixedOnTop{position:fixed;width:100%;top:0;z-index:3}}@media all and (min-width: 961px){.Content-MenuArea{padding:0vw 10vw}}@media all and (min-width: 961px)and (max-width: 1024px){.Content-MenuArea{padding-left:4.8828125vw;padding-right:4.8828125vw}}@media screen and (max-width: 960px){.Content-MenuArea{background-color:var(--color-BlueColor-175C9);overflow:hidden;white-space:nowrap;grid-row:1;box-shadow:0 3px 6px #00000029;max-width:100vw;padding-right:0;z-index:var(--EnterpriseModelPage-zIndex-mobileMenu);transition:all .2s linear;position:sticky;top:0px}}@media all and (min-width: 641px)and (max-width: 960px){.Content-MenuArea{padding-left:30px}}@media screen and (max-width: 640px){.Content-MenuArea{padding-left:15px}}@media screen and (max-width: 960px){.Content-MenuArea .MenuArea-Left{overflow-x:scroll;display:inherit}}.Content-MenuArea .MenuArea-Left .MenuBar{display:flex;height:63px}@media screen and (max-width: 1024px){.Content-MenuArea .MenuArea-Left .MenuBar{height:50px}}@media screen and (max-width: 960px){.Content-MenuArea .MenuArea-Left .MenuBar{height:40px}}.Content-MenuArea .MenuArea-Left .MenuBar .MenuItem:not(:last-child){margin-right:2.0833333333vw}@media screen and (max-width: 1024px){.Content-MenuArea .MenuArea-Left .MenuBar .MenuItem:not(:last-child){margin-right:30px}}@media screen and (max-width: 960px){.Content-MenuArea .MenuArea-Left .MenuBar .MenuItem:not(:last-child){margin-right:20px}}@media screen and (max-width: 640px){.Content-MenuArea .MenuArea-Left .MenuBar .MenuItem:not(:last-child){margin-right:10px}}@media screen and (hover: hover)and (max-width: 960px){.Content-MenuArea .MenuArea-Left .MenuBar .MenuItem:not(.BuyButton) .MenuItemLink:hover{color:var(--color-BlueColor-175C9);background-color:#fff}}@media screen and (max-width: 960px){.Content-MenuArea .MenuArea-Left .MenuBar .MenuItem:not(.BuyButton) .MenuItemLink.isSelected{color:var(--color-BlueColor-175C9);background-color:#fff}}.Content-MenuArea .MenuArea-Left .MenuBar .MenuItem .MenuItemLink{display:block;font-weight:700;color:#423f3f;font-size:15px;height:100%;display:inline-flex;align-items:center}@media screen and (max-width: 1024px){.Content-MenuArea .MenuArea-Left .MenuBar .MenuItem .MenuItemLink{font-size:13px}}@media screen and (max-width: 960px){.Content-MenuArea .MenuArea-Left .MenuBar .MenuItem .MenuItemLink{color:#fff;padding:10px;font-weight:500}}@media (hover: hover)and (min-width: 961px){.Content-MenuArea .MenuArea-Left .MenuBar .MenuItem .MenuItemLink:hover{color:var(--color-BlueColor-175C9)}}@media all and (min-width: 961px){.Content-MenuArea .MenuArea-Left .MenuBar .MenuItem .MenuItemLink.isSelected{color:var(--color-BlueColor-175C9);position:relative}}@media all and (min-width: 961px)and (min-width: 961px){.Content-MenuArea .MenuArea-Left .MenuBar .MenuItem .MenuItemLink.isSelected .textMenuItem:after{content:"";box-sizing:content-box;position:absolute;left:0;bottom:0;background-color:var(--color-BlueColor-175C9);width:100%;height:3px}}.Content-MenuArea .MenuArea-Left .MenuBar .MenuItem:first-child .MenuItemLink{margin-left:0}@media all and (min-width: 961px){.Content-MenuArea .MenuArea-Left .MenuBar .MenuItem.BuyButton .MenuItemLink{color:var(--color-BlueColor-175C9)}}@media (min-width: 961px)and (hover: hover){.Content-MenuArea .MenuArea-Left .MenuBar .MenuItem.BuyButton .MenuItemLink:hover{color:var(--color-BlueColor-175C9);position:relative}}@media (min-width: 961px)and (hover: hover)and (min-width: 961px){.Content-MenuArea .MenuArea-Left .MenuBar .MenuItem.BuyButton .MenuItemLink:hover .textMenuItem:after{content:"";box-sizing:content-box;position:absolute;left:0;bottom:0;background-color:var(--color-BlueColor-175C9);width:100%;height:3px}}.Content-MenuArea .MenuArea-Right{font-weight:500;transition:opacity .5s ease-in-out;display:flex;align-items:center;opacity:0;visibility:hidden}@media screen and (max-width: 960px){.Content-MenuArea .MenuArea-Right{display:none}}.Content-MenuArea .MenuArea-Right.fadeOut{opacity:1;visibility:visible}.Content-MenuArea .MenuArea-Right .menu-modelName{padding:0 1.5vw}@media all and (min-width: 1025px)and (max-width: 1920px){.Content-MenuArea .MenuArea-Right .menu-modelName{font-size:1.1vw}}@media all and (min-width: 961px)and (max-width: 1024px){.Content-MenuArea .MenuArea-Right .menu-modelName{font-size:1.5vw}}.blockUI{max-height:100%;border-radius:2px}.blockUI .BlockArea{position:relative;padding-top:10px;padding-bottom:10px;overflow-y:auto;height:100%;color:#888}.blockUI .BlockArea .div-table{display:table;width:17%;margin:0 auto 20px}.blockUI .BlockArea .div-table .div-tr{display:table-row}.blockUI .BlockArea .div-table .div-tr .div-td{display:table-cell;vertical-align:middle}.blockUI .BlockArea .div-table .div-tr .div-td:first-child{width:35px}.blockUI .BlockArea .img_memo{width:90%;margin:0 auto;text-align:center}.blockUI .BlockArea span{font-size:11px}.blockUI .BlockArea a{color:#888}.blockUI .blockMsg{max-width:850px;max-height:90%}.blockUI #NowShowPic{width:70%;margin:50px auto;overflow:hidden;cursor:zoom-in}.blockUI #NowShowPic img{width:100%}.blockUI .CancelBlock{cursor:pointer;position:absolute;top:17px;right:20px}.blockUI .CancelBlock img{width:30px;vertical-align:middle}.blockUI .gallery-list-blockUI{width:100%;min-height:100px}.blockUI .DownloadArea{width:100%;padding:5px;text-align:left}.blockUI .gallery-list-blockUI-item{border:1px solid #999;float:left;width:70px;height:70px;margin:5px;line-height:70px;overflow:hidden;cursor:pointer}#PageMainContent{padding-top:0!important}#PageMainContent .css-RequestQuote-Container:not(:last-child){margin-right:10px}@media screen and (max-width: 1024px){#PageMainContent .css-RequestQuote-Container:not(:last-child){margin-right:5px}}#PageMainContent .css-RequestQuote-BaseStyle.css-Model-IsQuickShip{background:var(--quickShip-Background-LinearGradient)}@media all and (min-width: 1367px){#PageMainContent .css-RequestQuote-BaseStyle.css-Model-IsQuickShip .css-RequestQuote-ArrowIcon{padding-left:10px}}#PageMainContent .css-RequestQuote-BaseStyle,#PageMainContent .css-eShop-baseStyle{display:inline-flex;color:#fff;padding:7px 20px;white-space:nowrap;font-size:18px;font-weight:500;cursor:pointer;min-width:137px;align-items:center;justify-content:center}@media screen and (max-width: 1536px){#PageMainContent .css-RequestQuote-BaseStyle,#PageMainContent .css-eShop-baseStyle{padding:6px 20px;min-width:121px;font-size:15px}}@media screen and (max-width: 1024px){#PageMainContent .css-RequestQuote-BaseStyle,#PageMainContent .css-eShop-baseStyle{font-size:13px;padding:6px 15px;min-width:100px}}#PageMainContent .css-RequestQuote-BaseStyle{border-radius:5px;background:var(--getaQuote-Background-LinearGradient)}#PageMainContent .css-RequestQuote-BaseStyle:not(.css-Model-IsQuickShip):active{background:var(--getaQuote-Background-LinearGradientHover)}@media (hover: hover){#PageMainContent .css-RequestQuote-BaseStyle:not(.css-Model-IsQuickShip):hover{background:var(--getaQuote-Background-LinearGradientHover)}}#PageMainContent .css-RequestQuote-BaseStyle .css-RequestQuote-ArrowIcon{display:inline-flex;transform:scaleX(1);padding-left:5px}#PageMainContent .css-RequestQuote-BaseStyle .css-RequestQuote-ArrowIcon svg{opacity:0}#PageMainContent .css-RequestQuote-BaseStyle .css-RequestQuote-ArrowIcon svg:nth-child(1){animation:arrowAnimation_1 2s infinite}#PageMainContent .css-RequestQuote-BaseStyle .css-RequestQuote-ArrowIcon svg:nth-child(2){animation:arrowAnimation_2 2s infinite}#PageMainContent .css-RequestQuote-BaseStyle .css-RequestQuote-ArrowIcon svg:nth-child(3){animation:arrowAnimation_3 2s infinite}@keyframes arrowAnimation_1{0%{opacity:0}15%{opacity:1}50%{opacity:1}to{opacity:0}}@keyframes arrowAnimation_2{15%{opacity:0}30%{opacity:1}50%{opacity:1}to{opacity:0}}@keyframes arrowAnimation_3{30%{opacity:0}45%{opacity:1}50%{opacity:1}to{opacity:0}}#PageMainContent .css-eShop-baseStyle{border-radius:4px;background-color:var(--color-GreenColor-4D288)}@media (hover: hover){#PageMainContent .css-eShop-baseStyle:hover{background-color:var(--color-GreenColor-CB87A)}}@media screen and (max-width: 960px){.Content-Bottom{max-width:100vw}}.Content-Bottom .Model-ContentStyle{padding:0vw 10vw}@media screen and (max-width: 1024px){.Content-Bottom .Model-ContentStyle{padding-left:4.8828125vw;padding-right:4.8828125vw}}@media screen and (max-width: 960px){.Content-Bottom .Model-ContentStyle{padding:0!important}}@media all and (min-width: 641px)and (max-width: 960px){.Content-Bottom .Model-ContentStyle{margin-left:30px;margin-right:30px}}@media screen and (max-width: 640px){.Content-Bottom .Model-ContentStyle{margin-left:15px;margin-right:15px}}@media screen and (max-width: 960px){.Content-Bottom .Model-ContentStyle:not(:last-of-type){border-bottom:1px solid #c6c6c6}}.Content-Bottom .Model-ContentStyle:not(:first-child){display:none}@media screen and (max-width: 960px){.Content-Bottom .Model-ContentStyle:not(:first-child){display:block}}.Content-Bottom .MobileSectionTitle{display:none}@media screen and (max-width: 960px){.Content-Bottom .MobileSectionTitle{display:block;font-size:5.625vw;color:#b1b1b1;text-align:center;padding:4.6875vw 0}}@media all and (min-width: 641px)and (max-width: 960px){.Content-Bottom .MobileSectionTitle{font-size:25px;padding:25px 0;font-weight:700}}@media screen and (max-width: 640px){.Content-Bottom .MobileSectionTitle{font-size:18px;padding:20px 0;font-weight:700}}.Content-Bottom .model-page-memo{color:#707070;font-size:.78125vw;padding:2.6041666667vw 0}@media all and (min-width: 1025px)and (max-width: 1920px){.Content-Bottom .model-page-memo{font-size:.88125vw;line-height:1.5vw}}@media all and (min-width: 961px)and (max-width: 1024px){.Content-Bottom .model-page-memo{font-size:1.36953vw;line-height:2.5vw}}@media screen and (max-width: 960px){.Content-Bottom .model-page-memo{font-size:4.0625vw}}@media all and (min-width: 641px)and (max-width: 960px){.Content-Bottom .model-page-memo{font-size:18px;padding:30px 0;line-height:30px}}@media screen and (max-width: 640px){.Content-Bottom .model-page-memo{font-size:15px;padding:15px 0;line-height:24px}}.Content-Bottom #Section-KeyFeature #kf-iframe{width:100%;border:none;overflow:hidden}.Content-Bottom #Section-Support,.Content-Bottom #Section-Resources{background-color:#f5f5f5}@media screen and (max-width: 960px){.Content-Bottom #Section-Support,.Content-Bottom #Section-Resources{background-color:#fff}}.Content-Bottom #Section-Support .contentArea,.Content-Bottom #Section-Resources .contentArea{display:flex}@media screen and (max-width: 960px){.Content-Bottom #Section-Support .contentArea,.Content-Bottom #Section-Resources .contentArea{display:inherit}}.Content-Bottom #Section-Support .contentArea .ItemListAreaCommon,.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon{margin-left:2.6041666667vw;width:56.25vw;margin-top:2.6041666667vw;margin-bottom:2.6041666667vw;display:inline-block;vertical-align:top}@media screen and (max-width: 1024px){.Content-Bottom #Section-Support .contentArea .ItemListAreaCommon,.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon{width:60.546875vw}}@media screen and (max-width: 960px){.Content-Bottom #Section-Support .contentArea .ItemListAreaCommon,.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon{position:fixed;left:100vw;top:0;z-index:170000;margin:0;width:100%;height:100%;background-color:#f5f5f5;transition:all .1s ease-in-out}}.Content-Bottom #Section-Support .contentArea .ItemListAreaCommon .SwitchChildContentArea[css-childgroupcontent=EBrochure] .ContentItem,.Content-Bottom #Section-Support .contentArea .ItemListAreaCommon .SwitchChildContentArea[css-childgroupcontent=DataSheet] .ContentItem,.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .SwitchChildContentArea[css-childgroupcontent=EBrochure] .ContentItem,.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .SwitchChildContentArea[css-childgroupcontent=DataSheet] .ContentItem{display:flex;flex-flow:row-reverse;justify-content:space-between}.Content-Bottom #Section-Support .contentArea .ItemListAreaCommon .SwitchChildContentArea[css-childgroupcontent=EBrochure] .ContentItem .ItemLinkArea,.Content-Bottom #Section-Support .contentArea .ItemListAreaCommon .SwitchChildContentArea[css-childgroupcontent=DataSheet] .ContentItem .ItemLinkArea,.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .SwitchChildContentArea[css-childgroupcontent=EBrochure] .ContentItem .ItemLinkArea,.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .SwitchChildContentArea[css-childgroupcontent=DataSheet] .ContentItem .ItemLinkArea{display:block;width:100%}.Content-Bottom #Section-Support .contentArea .ItemListAreaCommon .SwitchChildContentArea[css-childgroupcontent=EBrochure] .ContentItem .ItemLinkArea .contentText,.Content-Bottom #Section-Support .contentArea .ItemListAreaCommon .SwitchChildContentArea[css-childgroupcontent=DataSheet] .ContentItem .ItemLinkArea .contentText,.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .SwitchChildContentArea[css-childgroupcontent=EBrochure] .ContentItem .ItemLinkArea .contentText,.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .SwitchChildContentArea[css-childgroupcontent=DataSheet] .ContentItem .ItemLinkArea .contentText{display:flex;justify-content:space-between}.Content-Bottom #Section-Support .contentArea .ItemListAreaCommon .SwitchChildContentArea[css-childgroupcontent=EBrochure] .ContentItem .ItemLinkArea .contentText .contentText-Container .textTitle,.Content-Bottom #Section-Support .contentArea .ItemListAreaCommon .SwitchChildContentArea[css-childgroupcontent=DataSheet] .ContentItem .ItemLinkArea .contentText .contentText-Container .textTitle,.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .SwitchChildContentArea[css-childgroupcontent=EBrochure] .ContentItem .ItemLinkArea .contentText .contentText-Container .textTitle,.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .SwitchChildContentArea[css-childgroupcontent=DataSheet] .ContentItem .ItemLinkArea .contentText .contentText-Container .textTitle{display:flex;align-items:center}.Content-Bottom #Section-Support .contentArea .ItemListAreaCommon .SwitchChildContentArea[css-childgroupcontent=EBrochure] .ContentItem .ItemLinkArea .contentText .contentText-Container .DownloadLink,.Content-Bottom #Section-Support .contentArea .ItemListAreaCommon .SwitchChildContentArea[css-childgroupcontent=DataSheet] .ContentItem .ItemLinkArea .contentText .contentText-Container .DownloadLink,.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .SwitchChildContentArea[css-childgroupcontent=EBrochure] .ContentItem .ItemLinkArea .contentText .contentText-Container .DownloadLink,.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .SwitchChildContentArea[css-childgroupcontent=DataSheet] .ContentItem .ItemLinkArea .contentText .contentText-Container .DownloadLink{width:2vw;display:flex;justify-content:center}@media screen and (max-width: 960px){.Content-Bottom #Section-Support .contentArea .ItemListAreaCommon .SwitchChildContentArea[css-childgroupcontent=EBrochure] .ContentItem .ItemLinkArea .contentText .contentText-Container .DownloadLink,.Content-Bottom #Section-Support .contentArea .ItemListAreaCommon .SwitchChildContentArea[css-childgroupcontent=DataSheet] .ContentItem .ItemLinkArea .contentText .contentText-Container .DownloadLink,.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .SwitchChildContentArea[css-childgroupcontent=EBrochure] .ContentItem .ItemLinkArea .contentText .contentText-Container .DownloadLink,.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .SwitchChildContentArea[css-childgroupcontent=DataSheet] .ContentItem .ItemLinkArea .contentText .contentText-Container .DownloadLink{width:30px}}.Content-Bottom #Section-Support .contentArea .ItemListAreaCommon .SwitchChildContentArea[css-childgroupcontent=EBrochure] .ContentItem .ItemLinkArea .contentText .contentText-Container .textTitleWord,.Content-Bottom #Section-Support .contentArea .ItemListAreaCommon .SwitchChildContentArea[css-childgroupcontent=DataSheet] .ContentItem .ItemLinkArea .contentText .contentText-Container .textTitleWord,.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .SwitchChildContentArea[css-childgroupcontent=EBrochure] .ContentItem .ItemLinkArea .contentText .contentText-Container .textTitleWord,.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .SwitchChildContentArea[css-childgroupcontent=DataSheet] .ContentItem .ItemLinkArea .contentText .contentText-Container .textTitleWord{margin:0 .5vw}@media screen and (max-width: 960px){.Content-Bottom #Section-Support .contentArea .ItemListAreaCommon .SwitchChildContentArea[css-childgroupcontent=EBrochure] .ContentItem .ItemLinkArea .contentText .contentText-Container .textTitleWord,.Content-Bottom #Section-Support .contentArea .ItemListAreaCommon .SwitchChildContentArea[css-childgroupcontent=DataSheet] .ContentItem .ItemLinkArea .contentText .contentText-Container .textTitleWord,.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .SwitchChildContentArea[css-childgroupcontent=EBrochure] .ContentItem .ItemLinkArea .contentText .contentText-Container .textTitleWord,.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .SwitchChildContentArea[css-childgroupcontent=DataSheet] .ContentItem .ItemLinkArea .contentText .contentText-Container .textTitleWord{margin:0 10px}}.Content-Bottom #Section-Support .contentArea .ItemListAreaCommon .SwitchChildContentArea:not(:first-child),.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .SwitchChildContentArea:not(:first-child){display:none}@media screen and (max-width: 960px){.Content-Bottom #Section-Support .contentArea .ItemListAreaCommon .SwitchChildContentArea,.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .SwitchChildContentArea{overflow-y:scroll;position:absolute;top:0;bottom:0;width:100%}}.Content-Bottom #Section-Support .contentArea .ItemListAreaCommon .MobileSwitchChildContentTopMenu,.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .MobileSwitchChildContentTopMenu{display:none}@media screen and (max-width: 960px){.Content-Bottom #Section-Support .contentArea .ItemListAreaCommon .MobileSwitchChildContentTopMenu,.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .MobileSwitchChildContentTopMenu{font-weight:700;position:fixed;width:100%;text-align:center;background-color:#fff;box-shadow:0 3px 6px #00000052;padding:0 4.6875vw;z-index:1}}.Content-Bottom #Section-Support .contentArea .ItemListAreaCommon .MobileSwitchChildContentTopMenu .MenuItemLinkMobile,.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .MobileSwitchChildContentTopMenu .MenuItemLinkMobile{padding:2.5vw;display:inline-block}@media screen and (max-width: 960px){.Content-Bottom #Section-Support .contentArea .ItemListAreaCommon .MobileSwitchChildContentTopMenu .MenuItemLinkMobile,.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .MobileSwitchChildContentTopMenu .MenuItemLinkMobile{color:#008cd6}}.Content-Bottom #Section-Support .contentArea .ItemListAreaCommon .MobileSwitchChildContentTopMenu .MenuItemLinkMobile a,.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .MobileSwitchChildContentTopMenu .MenuItemLinkMobile a{color:#008cd6}.Content-Bottom #Section-Support .contentArea .ItemListAreaCommon .MobileSwitchChildContentTopMenu .MenuItemLinkMobile.isSelected,.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .MobileSwitchChildContentTopMenu .MenuItemLinkMobile.isSelected{color:#fff;background-color:#008cd6}.Content-Bottom .MobileBackButtonModelName{display:none}@media screen and (max-width: 960px){.Content-Bottom .MobileBackButtonModelName{font-size:15px;color:#000000e6;background-color:#e9e9e9;position:fixed;bottom:0;width:100%;text-align:center;z-index:170001;box-shadow:0 -4px 4px #00000029}}.Content-Bottom .MobileBackButtonModelName .MobileBackText{padding:15px 0}.Content-Bottom .MobileBackButtonModelName .MobileBackText .ArrowLineIcon{background-color:#008cd6;border-radius:999em;width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;margin:0 10px}.Content-Bottom .MobileBackButtonModelName .MobileBackGigabyteLogo .GigabyteLogoImage{height:15px;margin:15px 0}@media screen and (max-width: 960px){.Content-Bottom #Section-3D{position:fixed;left:100vw;top:0;bottom:0;z-index:170000;margin:0;width:100%;background-color:#f5f5f5;transition:all .1s ease-in-out;overflow-y:scroll}}.Content-Bottom .LeftMenuListCommon{padding-bottom:2.0833333333vw;background-color:#fff;width:17.4479166667vw;display:inline-block}@media screen and (max-width: 1024px){.Content-Bottom .LeftMenuListCommon{width:24.4140625vw}}@media screen and (max-width: 960px){.Content-Bottom .LeftMenuListCommon{width:100%;height:inherit}}.Content-Bottom .LeftMenuListCommon .MenuListArea .MenuList{padding:2.08333vw 0 1.64583vw;color:#423f3f}.Content-Bottom .LeftMenuListCommon .MenuListArea .MenuList .menuButton{font-size:.78125vw;margin-bottom:1.3020833333vw;padding:0 2.0833333333vw;color:#423f3f;cursor:pointer}.Content-Bottom .LeftMenuListCommon .MenuListArea .MenuList .menuButton a{color:#423f3f}@media (hover: hover){.Content-Bottom .LeftMenuListCommon .MenuListArea .MenuList .menuButton a:hover{color:var(--color-primary-primary)}}.Content-Bottom .LeftMenuListCommon .MenuListArea .MenuList .menuButton a:visited{color:var(--color-primary-600)}@media screen and (max-width: 1024px){.Content-Bottom .LeftMenuListCommon .MenuListArea .MenuList .menuButton{font-size:1.46484375vw}}@media screen and (max-width: 960px){.Content-Bottom .LeftMenuListCommon .MenuListArea .MenuList .menuButton{font-size:18px}}@media (hover: hover)and (min-width: 961px){.Content-Bottom .LeftMenuListCommon .MenuListArea .MenuList .menuButton:hover{color:#008cd6}}@media all and (min-width: 961px){.Content-Bottom .LeftMenuListCommon .MenuListArea .MenuList .menuButton.isSelected{color:#008cd6;font-weight:700;border-left:3px solid #008cd6}.Content-Bottom .LeftMenuListCommon .MenuListArea .MenuList .menuButton.isSelected.parentTitle{margin-left:-3px}.Content-Bottom .LeftMenuListCommon .MenuListArea .MenuList .menuButton.isSelected .childTitleText{margin-left:25px}.Content-Bottom .LeftMenuListCommon .MenuListArea .MenuList .menuButton.isSelected .IconBulletVertical{margin-left:0}.Content-Bottom .LeftMenuListCommon .MenuListArea .MenuList .menuButton.isSelected a{color:#008cd6}}.Content-Bottom .LeftMenuListCommon .MenuListArea .MenuList .parentTitle{font-weight:700;display:flex;align-items:center;justify-content:space-between}.Content-Bottom .LeftMenuListCommon .MenuListArea .MenuList .parentTitle.isOnlyOneChildIsHyperLink{display:none}@media screen and (max-width: 960px){.Content-Bottom .LeftMenuListCommon .MenuListArea .MenuList .parentTitle{padding:6px 20px;background-color:#eee;margin-bottom:25px}.Content-Bottom .LeftMenuListCommon .MenuListArea .MenuList .parentTitle[data-isonlyhyperlinkchild=true]{display:none}.Content-Bottom .LeftMenuListCommon .MenuListArea .MenuList .parentTitle.isOnlyOneChildIsHyperLink{display:flex}}.Content-Bottom .LeftMenuListCommon .MenuListArea .MenuList .parentTitle .iconTitle{display:inline-flex;align-items:center}.Content-Bottom .LeftMenuListCommon .MenuListArea .MenuList .parentTitle .iconTitle .IconBulletVertical{width:13px;height:13px;margin-right:15px;margin-left:3px}@media screen and (max-width: 960px){.Content-Bottom .LeftMenuListCommon .MenuListArea .MenuList .parentTitle .iconTitle .IconBulletVertical{display:none}}.Content-Bottom .LeftMenuListCommon .MenuListArea .MenuList .parentTitle .ArrowLine{fill:#423f3f;width:9px;height:13.4px;transform:rotate(90deg)}@media screen and (max-width: 960px){.Content-Bottom .LeftMenuListCommon .MenuListArea .MenuList .parentTitle .ArrowLine{display:none}}.Content-Bottom .LeftMenuListCommon .MenuListArea .MenuList .parentTitle .ArrowLine.Rotate270{transform:rotate(270deg)}.Content-Bottom .LeftMenuListCommon .MenuListArea .MenuList .MoreDots{display:none}@media screen and (max-width: 960px){.Content-Bottom .LeftMenuListCommon .MenuListArea .MenuList .MoreDots{display:block;width:3.125vw}}.Content-Bottom .LeftMenuListCommon .MenuListArea .MenuList .MenuListChild{padding-bottom:1.5625vw}@media screen and (max-width: 1024px){.Content-Bottom .LeftMenuListCommon .MenuListArea .MenuList .MenuListChild{padding-bottom:1.953125vw}}@media screen and (max-width: 960px){.Content-Bottom .LeftMenuListCommon .MenuListArea .MenuList .MenuListChild[data-menu-parent=Downloads]{display:none}}.Content-Bottom .LeftMenuListCommon .MenuListArea .MenuList .MenuListChild .menuButton{margin-bottom:1.0416666667vw}@media screen and (max-width: 1024px){.Content-Bottom .LeftMenuListCommon .MenuListArea .MenuList .MenuListChild .menuButton{margin-bottom:.9765625vw}}.Content-Bottom .LeftMenuListCommon .MenuListArea .MenuList .MenuListChild .childTitleText{margin-left:28px}@media screen and (max-width: 960px){.Content-Bottom .LeftMenuListCommon .MenuListArea .MenuList .MenuListChild[data-isonlyhyperlinkchild=true]{display:none!important}}.Content-Bottom .LeftMenuListCommon .MenuListArea .onLineSupportButton{background-color:#b1b1b1;color:#fff;text-align:right;font-weight:700;padding:.78125vw 1.5625vw;box-shadow:0 3px 6px #00000029;display:block}.Content-Bottom .LeftMenuListCommon .MenuListArea .onLineSupportButton .ArrowIcon{transform:rotate(180deg)}@media screen and (max-width: 960px){.Content-Bottom .LeftMenuListCommon .MenuListArea .onLineSupportButton{display:none}}.Content-Bottom #Section-Overview .ov-section .ov-item{padding-bottom:.78125vw;padding-top:.78125vw;list-style-type:none;font-size:.9375vw;line-height:1.5625vw}@media screen and (max-width: 1024px){.Content-Bottom #Section-Overview .ov-section .ov-item{font-size:1.26953125vw;line-height:2.34375vw}}@media screen and (max-width: 960px){.Content-Bottom #Section-Overview .ov-section .ov-item{font-size:4.0625vw;line-height:7.5vw}}@media screen and (max-width: 960px){.Content-Bottom #Section-Overview .ov-section .ov-item{margin-bottom:30px}}.Content-Bottom #Section-Overview .ov-section .ov-item .ov-item-title{color:#008cd6;font-weight:700;padding:5px 0}.Content-Bottom #Section-Overview .ov-section .ov-item .ov-item-content{display:block}.Content-Bottom #Section-Overview .ov-section .ov-item .ov-item-content.ov-item-with-img-desc{display:flex}@media screen and (max-width: 960px){.Content-Bottom #Section-Overview .ov-section .ov-item .ov-item-content.ov-item-with-img-desc{flex-direction:column}}.Content-Bottom #Section-Overview .ov-section .ov-item .ov-item-content.ov-item-with-img-desc .ov-item-content-img{display:inline-block;vertical-align:top;width:14%;text-align:center}@media screen and (max-width: 960px){.Content-Bottom #Section-Overview .ov-section .ov-item .ov-item-content.ov-item-with-img-desc .ov-item-content-img{width:100%}}.Content-Bottom #Section-Overview .ov-section .ov-item .ov-item-content.ov-item-with-img-desc .ov-item-content-img img{max-width:200px;width:100%}@media screen and (max-width: 960px){.Content-Bottom #Section-Overview .ov-section .ov-item .ov-item-content.ov-item-with-img-desc .ov-item-content-img{margin:10px 0}}.Content-Bottom #Section-Overview .ov-section .ov-item .ov-item-content.ov-item-with-img-desc .ov-item-content-desc{width:85%}@media screen and (max-width: 960px){.Content-Bottom #Section-Overview .ov-section .ov-item .ov-item-content.ov-item-with-img-desc .ov-item-content-desc{width:100%}}.Content-Bottom #Section-Overview .ov-section .ov-item .ov-item-content img{max-width:100%}.Content-Bottom #Section-Overview .ov-section .oviFrame{width:100%;border:0;display:block}.Content-Bottom #Section-Specifications{margin-top:2.6041666667vw}@media screen and (max-width: 1024px){.Content-Bottom #Section-Specifications{margin-top:4.8828125vw}}.Content-Bottom #Section-Specifications .contentSpecList{column-count:3;column-gap:3.6458333333vw;column-rule:1px solid rgba(66,63,63,.22)}@media screen and (max-width: 1024px){.Content-Bottom #Section-Specifications .contentSpecList{column-count:2}}@media screen and (max-width: 960px){.Content-Bottom #Section-Specifications .contentSpecList{column-count:1}}@media screen and (max-width: 1024px){.Content-Bottom #Section-Specifications .contentSpecList{margin-top:6.8359375vw}}.Content-Bottom #Section-Specifications .contentSpecList .SpecItem{page-break-inside:avoid;color:#000}.Content-Bottom #Section-Specifications .contentSpecList .SpecItem .Title,.Content-Bottom #Section-Specifications .contentSpecList .SpecItem .Desc{font-size:.78125vw;line-height:1.0416666667vw;color:#423f3f}@media screen and (max-width: 1024px){.Content-Bottom #Section-Specifications .contentSpecList .SpecItem .Title,.Content-Bottom #Section-Specifications .contentSpecList .SpecItem .Desc{font-size:1.26953125vw;line-height:1.7578125vw}}@media screen and (max-width: 960px){.Content-Bottom #Section-Specifications .contentSpecList .SpecItem .Title,.Content-Bottom #Section-Specifications .contentSpecList .SpecItem .Desc{font-size:4.6875vw;line-height:6.25vw}}.Content-Bottom #Section-Specifications .contentSpecList .SpecItem .Title{font-weight:700;margin-bottom:.78125vw}@media screen and (max-width: 1024px){.Content-Bottom #Section-Specifications .contentSpecList .SpecItem .Title{margin-bottom:1.46484375vw}}@media screen and (max-width: 960px){.Content-Bottom #Section-Specifications .contentSpecList .SpecItem .Title{margin-bottom:4.6875vw}}@media all and (min-width: 641px)and (max-width: 960px){.Content-Bottom #Section-Specifications .contentSpecList .SpecItem .Title{font-size:18px;line-height:30px;margin-bottom:25px}}@media screen and (max-width: 640px){.Content-Bottom #Section-Specifications .contentSpecList .SpecItem .Title{font-size:15px;line-height:24px;margin-bottom:25px}}.Content-Bottom #Section-Specifications .contentSpecList .SpecItem .Desc{margin-bottom:1.8229166667vw}@media screen and (max-width: 1024px){.Content-Bottom #Section-Specifications .contentSpecList .SpecItem .Desc{margin-bottom:3.41796875vw}}@media screen and (max-width: 960px){.Content-Bottom #Section-Specifications .contentSpecList .SpecItem .Desc{margin-bottom:7.8125vw}}@media all and (min-width: 641px)and (max-width: 960px){.Content-Bottom #Section-Specifications .contentSpecList .SpecItem .Desc{font-size:18px;line-height:30px;margin-bottom:25px}}@media screen and (max-width: 640px){.Content-Bottom #Section-Specifications .contentSpecList .SpecItem .Desc{font-size:15px;line-height:24px;margin-bottom:25px}}.Content-Bottom #Section-Support .hide{display:none!important}.Content-Bottom #Section-Support .Model-Content:not(:first-child){display:none}.Content-Bottom #Section-Support .ItemListAreaCommon .MobileSwitchDownloadType{display:none}@media screen and (max-width: 960px){.Content-Bottom #Section-Support .ItemListAreaCommon .MobileSwitchDownloadType{top:0;color:#008cd6;font-weight:700;position:fixed;width:100%;text-align:center;background-color:#fff;box-shadow:0 3px 6px #00000052;padding:0 4.6875vw;z-index:1}}.Content-Bottom #Section-Support .ItemListAreaCommon .MobileSwitchDownloadType .MenuItemLinkMobile{padding:3.125vw 2.5vw;display:inline-block}.Content-Bottom #Section-Support .ItemListAreaCommon .MobileSwitchDownloadType .MenuItemLinkMobile.isSelected{color:#fff;background-color:#008cd6}.Content-Bottom #Section-Support .ItemListAreaCommon .SupportFilesListArea .SwitchChildContentArea .contentDropdown{margin-bottom:2.6041666667vw}@media all and (min-width: 961px)and (max-width: 1024px){.Content-Bottom #Section-Support .ItemListAreaCommon .SupportFilesListArea .SwitchChildContentArea .contentDropdown{margin-bottom:2.44140625vw}}@media screen and (max-width: 960px){.Content-Bottom #Section-Support .ItemListAreaCommon .SupportFilesListArea .SwitchChildContentArea .contentDropdown{margin-top:4.6875vw;margin-bottom:4.6875vw;color:#008cd6;text-align:center}}@media all and (min-width: 641px)and (max-width: 960px){.Content-Bottom #Section-Support .ItemListAreaCommon .SupportFilesListArea .SwitchChildContentArea .contentDropdown{margin-left:30px;margin-right:30px}}@media screen and (max-width: 640px){.Content-Bottom #Section-Support .ItemListAreaCommon .SupportFilesListArea .SwitchChildContentArea .contentDropdown{margin-left:15px;margin-right:15px}}.Content-Bottom #Section-Support .ItemListAreaCommon .SupportFilesListArea .SwitchChildContentArea .FileListArea .Title{color:#008cd6;font-weight:700;padding:1.0416666667vw 1.8229166667vw;font-size:1.1979166667vw}@media all and (min-width: 961px)and (max-width: 1024px){.Content-Bottom #Section-Support .ItemListAreaCommon .SupportFilesListArea .SwitchChildContentArea .FileListArea .Title{padding:1.46484375vw;font-size:1.46484375vw}}@media screen and (max-width: 960px){.Content-Bottom #Section-Support .ItemListAreaCommon .SupportFilesListArea .SwitchChildContentArea .FileListArea .Title{text-align:center;font-size:5.625vw;padding:4.0625vw 0}}@media all and (min-width: 641px)and (max-width: 960px){.Content-Bottom #Section-Support .ItemListAreaCommon .SupportFilesListArea .SwitchChildContentArea .FileListArea .Title{font-size:25px;padding:25px 0}}@media screen and (max-width: 640px){.Content-Bottom #Section-Support .ItemListAreaCommon .SupportFilesListArea .SwitchChildContentArea .FileListArea .Title{font-size:25px;padding:15px 0}}.Content-Bottom #Section-Support .ItemListAreaCommon .SupportFilesListArea .SwitchChildContentArea .FileListArea .FileList{background-color:#fff;padding:1.8229166667vw 2.6041666667vw;margin-bottom:2.6041666667vw;box-shadow:0 3px 6px #00000052}@media all and (min-width: 961px)and (max-width: 1024px){.Content-Bottom #Section-Support .ItemListAreaCommon .SupportFilesListArea .SwitchChildContentArea .FileListArea .FileList{padding:0vw 3.41796875vw;margin-bottom:4.8828125vw}}@media screen and (max-width: 960px){.Content-Bottom #Section-Support .ItemListAreaCommon .SupportFilesListArea .SwitchChildContentArea .FileListArea .FileList{background-color:unset;box-shadow:unset}}@media all and (min-width: 641px)and (max-width: 960px){.Content-Bottom #Section-Support .ItemListAreaCommon .SupportFilesListArea .SwitchChildContentArea .FileListArea .FileList{padding-left:30px;padding-right:30px}}@media screen and (max-width: 640px){.Content-Bottom #Section-Support .ItemListAreaCommon .SupportFilesListArea .SwitchChildContentArea .FileListArea .FileList{padding-left:15px;padding-right:15px}}.Content-Bottom #Section-Support .ItemListAreaCommon .SupportFilesListArea .SwitchChildContentArea .FileListArea .FileList .Grid-Row{display:grid;grid-template-columns:16.875vw 7.96875vw 5.2083333333vw 1fr 4.2708333333vw;column-gap:2.6041666667vw}@media all and (min-width: 961px)and (max-width: 1024px){.Content-Bottom #Section-Support .ItemListAreaCommon .SupportFilesListArea .SwitchChildContentArea .FileListArea .FileList .Grid-Row{grid-template-columns:43.26171875vw 1fr;column-gap:4.8828125vw;grid-template-rows:auto auto auto auto auto}}@media screen and (max-width: 960px){.Content-Bottom #Section-Support .ItemListAreaCommon .SupportFilesListArea .SwitchChildContentArea .FileListArea .FileList .Grid-Row{grid-template-columns:auto}}.Content-Bottom #Section-Support .ItemListAreaCommon .SupportFilesListArea .SwitchChildContentArea .FileListArea .FileList .TitleLine{color:#707070;font-size:.9375vw}@media screen and (max-width: 1024px){.Content-Bottom #Section-Support .ItemListAreaCommon .SupportFilesListArea .SwitchChildContentArea .FileListArea .FileList .TitleLine{display:none}}.Content-Bottom #Section-Support .ItemListAreaCommon .SupportFilesListArea .SwitchChildContentArea .FileListArea .FileList .ContentLine{padding-top:1.8229166667vw;padding-bottom:1.8229166667vw;word-wrap:break-word;font-weight:700;font-size:.9375vw}.Content-Bottom #Section-Support .ItemListAreaCommon .SupportFilesListArea .SwitchChildContentArea .FileListArea .FileList .ContentLine .mobileVersionTitle{display:none}@media all and (min-width: 961px)and (max-width: 1024px){.Content-Bottom #Section-Support .ItemListAreaCommon .SupportFilesListArea .SwitchChildContentArea .FileListArea .FileList .ContentLine .mobileVersionTitle{display:inline}}@media screen and (max-width: 960px){.Content-Bottom #Section-Support .ItemListAreaCommon .SupportFilesListArea .SwitchChildContentArea .FileListArea .FileList .ContentLine .mobileVersionTitle{display:inline}}@media screen and (max-width: 960px){.Content-Bottom #Section-Support .ItemListAreaCommon .SupportFilesListArea .SwitchChildContentArea .FileListArea .FileList .ContentLine{background-color:#fff;margin:20px 0;padding:20px;box-shadow:0 1px 6px #0000004a;font-size:15px;color:#1f1f1f}}@media all and (min-width: 961px)and (max-width: 1024px){.Content-Bottom #Section-Support .ItemListAreaCommon .SupportFilesListArea .SwitchChildContentArea .FileListArea .FileList .ContentLine{padding-top:2.44140625vw;padding-bottom:2.44140625vw}}.Content-Bottom #Section-Support .ItemListAreaCommon .SupportFilesListArea .SwitchChildContentArea .FileListArea .FileList .ContentLine.underLine{border-bottom:1px solid rgba(112,112,112,.4)}@media all and (min-width: 961px)and (max-width: 1024px){.Content-Bottom #Section-Support .ItemListAreaCommon .SupportFilesListArea .SwitchChildContentArea .FileListArea .FileList .ContentLine{font-size:1.46484375vw}}.Content-Bottom #Section-Support .ItemListAreaCommon .SupportFilesListArea .SwitchChildContentArea .FileListArea .FileList .ContentLine .TitleOtherInfo{color:#423f3f;font-weight:400;font-size:.6770833333vw;padding-top:.5208333333vw}@media all and (min-width: 961px)and (max-width: 1024px){.Content-Bottom #Section-Support .ItemListAreaCommon .SupportFilesListArea .SwitchChildContentArea .FileListArea .FileList .ContentLine .TitleOtherInfo{grid-row-start:2;font-size:1.26953125vw;line-height:1.66015625vw;padding-bottom:1.953125vw}}@media screen and (max-width: 960px){.Content-Bottom #Section-Support .ItemListAreaCommon .SupportFilesListArea .SwitchChildContentArea .FileListArea .FileList .ContentLine .TitleOtherInfo{grid-row-start:2;font-size:15px;line-height:24px;padding-bottom:20px}}.Content-Bottom #Section-Support .ItemListAreaCommon .SupportFilesListArea .SwitchChildContentArea .FileListArea .FileList .ContentLine .ItemTitle{font-size:.9375vw;line-height:1.25vw}.Content-Bottom #Section-Support .ItemListAreaCommon .SupportFilesListArea .SwitchChildContentArea .FileListArea .FileList .ContentLine .ItemTitle a{color:#008cd6}@media all and (min-width: 961px)and (max-width: 1024px){.Content-Bottom #Section-Support .ItemListAreaCommon .SupportFilesListArea .SwitchChildContentArea .FileListArea .FileList .ContentLine .ItemTitle{font-size:1.46484375vw;line-height:1.953125vw}}@media screen and (max-width: 960px){.Content-Bottom #Section-Support .ItemListAreaCommon .SupportFilesListArea .SwitchChildContentArea .FileListArea .FileList .ContentLine .ItemTitle{font-size:18px;line-height:6.25vw;padding-bottom:10px}}.Content-Bottom #Section-Support .ItemListAreaCommon .SupportFilesListArea .SwitchChildContentArea .FileListArea .FileList .ContentLine .DownloadIconArea{text-align:right}@media all and (min-width: 961px)and (max-width: 1024px){.Content-Bottom #Section-Support .ItemListAreaCommon .SupportFilesListArea .SwitchChildContentArea .FileListArea .FileList .ContentLine .DownloadIconArea{grid-row-start:1;grid-row-end:5;grid-column-start:2;align-self:center;justify-self:right}}@media screen and (max-width: 960px){.Content-Bottom #Section-Support .ItemListAreaCommon .SupportFilesListArea .SwitchChildContentArea .FileListArea .FileList .ContentLine .DownloadIconArea{margin-top:3.125vw;grid-row-start:6;justify-self:end}}.Content-Bottom #Section-Support .ItemListAreaCommon .SupportFilesListArea .SwitchChildContentArea .FileListArea .FileList .ContentLine .DownloadIconArea .DownloadLink{cursor:pointer;color:#b1b1b1;font-weight:400;font-size:.78125vw;display:flex;align-items:center;flex-direction:column}@media screen and (max-width: 960px){.Content-Bottom #Section-Support .ItemListAreaCommon .SupportFilesListArea .SwitchChildContentArea .FileListArea .FileList .ContentLine .DownloadIconArea .DownloadLink{border:1px solid #c6c6c6}}@media screen and (max-width: 960px){.Content-Bottom #Section-Support .ItemListAreaCommon .SupportFilesListArea .SwitchChildContentArea .FileListArea .FileList .ContentLine .DownloadIconArea .DownloadLink .textDownload{font-size:15px;padding:5px 30px;color:#000;font-weight:700}}@media all and (min-width: 961px)and (max-width: 1024px){.Content-Bottom #Section-Support .ItemListAreaCommon .SupportFilesListArea .SwitchChildContentArea .FileListArea .FileList .ContentLine .DownloadIconArea .DownloadLink{font-size:1.26953125vw}}@media (hover: hover){.Content-Bottom #Section-Support .ItemListAreaCommon .SupportFilesListArea .SwitchChildContentArea .FileListArea .FileList .ContentLine .DownloadIconArea .DownloadLink:hover{color:#008cd6;font-weight:700}}.Content-Bottom #Section-Support .ItemListAreaCommon .SupportFilesListArea .SwitchChildContentArea .FileListArea .FileList .ContentLine .DownloadIconArea .DownloadLink .DownloadIcon{width:1.9791666667vw}@media all and (min-width: 961px)and (max-width: 1024px){.Content-Bottom #Section-Support .ItemListAreaCommon .SupportFilesListArea .SwitchChildContentArea .FileListArea .FileList .ContentLine .DownloadIconArea .DownloadLink .DownloadIcon{width:2.9296875vw}}@media screen and (max-width: 960px){.Content-Bottom #Section-Support .ItemListAreaCommon .SupportFilesListArea .SwitchChildContentArea .FileListArea .FileList .ContentLine .DownloadIconArea .DownloadLink .DownloadIcon{display:none}}.Content-Bottom #Section-Support .ItemListAreaCommon .SupportMemoArea{color:#707070;font-size:.78125vw}@media all and (min-width: 961px)and (max-width: 1024px){.Content-Bottom #Section-Support .ItemListAreaCommon .SupportMemoArea{font-size:1.26953125vw}}@media screen and (max-width: 960px){.Content-Bottom #Section-Support .ItemListAreaCommon .SupportMemoArea{margin:0 15px}}@media screen and (max-width: 960px){.Content-Bottom #Section-Support .ItemListAreaCommon .SupportMemoArea.comonMemo{display:none}}.Content-Bottom #Section-Support .ItemListAreaCommon .SupportMemoArea.biosMemo .text2b{font-weight:700}@media screen and (max-width: 960px){.Content-Bottom #Section-Support .ItemListAreaCommon .SupportMemoArea.biosMemo{font-size:15px;line-height:24px;margin:30px 20px}}.Content-Bottom #Section-Support .ItemListAreaCommon .SupportMemoArea.biosMemo .biosMemoUnderLine{height:1px;color:#ccc;margin:1.0416666667vw 0}@media screen and (max-width: 960px){.Content-Bottom #Section-Support .ItemListAreaCommon .SupportMemoArea.biosMemo .biosMemoUnderLine{display:none}}@media screen and (max-width: 960px){.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .MobileSwitchChildContentTopMenu{text-align:unset}}@media screen and (max-width: 960px){.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .noMobileTitleAddPaddingTop{padding-top:9.375vw}}.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .Title{display:none}@media screen and (max-width: 960px){.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .Title{display:block;text-align:center;font-weight:700;font-size:25px;margin:25px 0;color:#008cd6}}.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .ContentItem{margin-bottom:1.3020833333vw;display:flex}.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .ContentItem.isNoHaveHover a:hover{cursor:unset}@media screen and (max-width: 960px){.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .ContentItem{flex-direction:column;margin-top:0;margin-bottom:4.6875vw;padding-bottom:2.6041666667vw}}@media all and (min-width: 641px)and (max-width: 960px){.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .ContentItem{margin-left:30px;margin-right:30px}}@media screen and (max-width: 640px){.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .ContentItem{margin-left:15px;margin-right:15px}}.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .ContentItem .contentText .textType,.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .ContentItem .contentText .textDesc{color:#707070;font-size:.78125vw;line-height:1.0416666667vw}@media screen and (max-width: 1024px){.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .ContentItem .contentText .textType,.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .ContentItem .contentText .textDesc{font-size:1.26953125vw;line-height:1.66015625vw}}@media screen and (max-width: 960px){.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .ContentItem .contentText .textType,.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .ContentItem .contentText .textDesc{width:100%;font-size:4.0625vw;line-height:4.6875vw}}@media screen and (max-width: 960px){.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .ContentItem .contentText .textType{-webkit-line-clamp:1}}.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .ContentItem .contentText .textTitle{-webkit-line-clamp:1;color:#423f3f;font-weight:700;font-size:.9375vw;line-height:1.25vw}@media screen and (max-width: 1024px){.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .ContentItem .contentText .textTitle{font-size:1.46484375vw;line-height:1.953125vw}}@media screen and (max-width: 960px){.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .ContentItem .contentText .textTitle{font-size:4.6875vw;line-height:6.25vw;-webkit-line-clamp:3}}.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .ContentItem .contentText .textDesc{-webkit-line-clamp:2}@media screen and (max-width: 1024px){.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .ContentItem .contentText .textDesc{font-size:1.26953125vw}}@media screen and (max-width: 960px){.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .ContentItem .contentText .textDesc{-webkit-line-clamp:unset;font-size:15px}}.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .ContentItem:not(.isNoHaveHover):hover .textTitle{color:#008cd6}.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .ImageList .ContentItem{box-shadow:0 1px 3px #00000040;border-radius:.5208333333vw;background:#fff;overflow:hidden}@media screen and (max-width: 960px){.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .ImageList .ContentItem{border-radius:3.125vw}}.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .ImageList .ContentItem .contentImage{display:flex;align-items:center;width:16.40625vw;height:8.6458333333vw;overflow:hidden;position:relative}@media screen and (max-width: 1024px){.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .ImageList .ContentItem .contentImage{width:25.1953125vw;height:15.234375vw}}@media screen and (max-width: 960px){.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .ImageList .ContentItem .contentImage{width:100%;height:51.5625vw}}.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .ImageList .ContentItem .contentImage .ContentItemImage{width:16.65625vw;display:block;z-index:1}@media screen and (max-width: 1024px){.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .ImageList .ContentItem .contentImage .ContentItemImage{width:29.296875vw}}@media screen and (max-width: 960px){.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .ImageList .ContentItem .contentImage .ContentItemImage{width:100vw}}.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .ImageList .ContentItem .contentText{margin:1.3020833333vw 1.8229166667vw}@media screen and (max-width: 1024px){.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .ImageList .ContentItem .contentText{margin:1.46484375vw 2.44140625vw 2.44140625vw}}@media screen and (max-width: 960px){.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .ImageList .ContentItem .contentText{margin:20px}}.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .ImageList .ContentItem .contentText .textType{margin-bottom:.78125vw}@media screen and (max-width: 1024px){.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .ImageList .ContentItem .contentText .textType{margin-bottom:.9765625vw}}@media screen and (max-width: 960px){.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .ImageList .ContentItem .contentText .textType{margin-bottom:1.5625vw;font-size:15px;line-height:24px}}.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .ImageList .ContentItem .contentText .textTitle{margin-bottom:.78125vw}@media screen and (max-width: 1024px){.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .ImageList .ContentItem .contentText .textTitle{margin-bottom:1.46484375vw}}@media screen and (max-width: 960px){.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .ImageList .ContentItem .contentText .textTitle{margin-bottom:0vw;font-size:18px;line-height:30px}}@media screen and (max-width: 960px){.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .ImageList .ContentItem .contentText .textDesc{display:none}}.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .TextList .ContentItem{padding-bottom:1.5625vw;border-bottom:1px solid #c6c6c6}@media screen and (max-width: 1024px){.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .TextList .ContentItem{padding-bottom:1.46484375vw;margin-bottom:2.9296875vw}}@media screen and (max-width: 960px){.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .TextList .ContentItem{padding-bottom:30px}}.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .TextList .ContentItem .contentText,.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .TextList .ContentItem .contentText .textType{margin-bottom:.78125vw}@media screen and (max-width: 1024px){.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .TextList .ContentItem .contentText .textType{margin-bottom:1.46484375vw}}@media screen and (max-width: 960px){.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .TextList .ContentItem .contentText .textType{margin-bottom:4.6875vw;font-size:15px}}.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .TextList .ContentItem .contentText .textTitle{margin-bottom:.78125vw}@media screen and (max-width: 1024px){.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .TextList .ContentItem .contentText .textTitle{margin-bottom:1.46484375vw}}@media screen and (max-width: 960px){.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .TextList .ContentItem .contentText .textTitle{font-size:18px;margin-bottom:15px}}@media screen and (max-width: 960px){.Content-Bottom #Section-Resources .contentArea .ItemListAreaCommon .ContentItemList .TextList .ContentItem .contentText .textDesc{margin-bottom:15px}}html{font-size:.8333333333vw}@media screen and (max-width: 1024px){html{font-size:1.5625vw}}@media screen and (max-width: 960px){html{font-size:16px}}@media all and (min-width: 961px){.main-content-background{overflow:visible}}.row{display:flex}.row .col{flex:1}video{display:block;width:100%;height:auto}.contentArea{position:relative}@media screen and (max-width: 960px){.contentArea{position:static;margin:55px 0 40px}}.showcase-menu-wrapper-Area{position:absolute;top:0;width:100%;z-index:3}@media screen and (max-width: 960px){.showcase-menu-wrapper-Area{display:none}}.showcase-menu-wrapper{display:none;justify-content:center;align-items:center;background-color:#f5f5f5;height:5.2083333333vw;font-size:0;transition:all .2s ease-in}@media screen and (max-width: 960px){.showcase-menu-wrapper{display:flex}}.showcase-menu-wrapper .showcase-menu li{width:7.8125vw;display:inline-block;cursor:pointer;padding:8px 0;background-color:#fff;color:#008cd6;text-align:center;font-weight:700;font-size:1.125rem}.showcase-menu-wrapper .showcase-menu li.active{color:#fff;background-color:#008cd6;box-shadow:0 6px 6px #50494929}@media screen and (max-width: 1024px){.showcase-menu-wrapper .showcase-menu li{width:13.18359375vw;font-size:.8125rem}}@media screen and (max-width: 480px){.showcase-menu-wrapper .showcase-menu li{padding:8px 18px;width:auto}}.showcase-menu-wrapper.fixedTop{position:fixed;z-index:3;width:100%;box-shadow:0 5px 6px -3px #00000052}@media screen and (max-width: 1024px){.showcase-menu-wrapper{height:80px}}@media screen and (max-width: 960px){.showcase-menu-wrapper{width:100%;height:auto;position:fixed;left:0;top:0;z-index:1;background-color:#fff;box-shadow:0 5px 4px #00000029}}.model-3d-showcase-wrapper{padding:3.3854166667vw 10vw 0}@media screen and (max-width: 1024px){.model-3d-showcase-wrapper{padding:3.90625vw 4.8828125vw 0}}@media screen and (max-width: 960px){.model-3d-showcase-wrapper{padding:0}}.model-3d-showcase{margin-bottom:6.7708333333vw;background-color:#fff}.model-3d-showcase:nth-child(even) .row{flex-direction:row-reverse}@media screen and (max-width: 960px){.model-3d-showcase:nth-child(even) .row{flex-direction:column-reverse}}.model-3d-showcase .row{gap:6.7708333333vw}@media screen and (max-width: 960px){.model-3d-showcase .row{flex-direction:column-reverse;gap:0}}@media screen and (max-width: 1024px){.model-3d-showcase{margin-bottom:9.765625vw}}@media screen and (max-width: 960px){.model-3d-showcase{margin-bottom:3.125vw}}.model-information{background-color:#fff}.model-information .title{font-family:Bebas Neue,Noto Sans,Noto Sans TC,Noto Sans SC,\5fae\8edf\6b63\9ed1\9ad4,Microsoft JhengHei,\5fae\8edf\96c5\9ed1\9ad4,Microsoft YaHei,SimHei,\30e1\30a4\30ea\30aa,Meiryo,\30d2\30e9\30ae\30ce\89d2\30b4  Pro W3,Hiragino Kaku Gothic Pro,\65b0\7d30\660e\9ad4,Arial,Verdana,Helvetica,sans-serif;font-size:3.75rem;margin-bottom:2.0833333333vw;padding-left:1.25vw;color:#008cd6;border-left:.5208333333vw solid #008cd6;line-height:.8}@media screen and (max-width: 1920px){.model-information .title{border-left:10px solid #008cd6}}.model-information .title .title-bg-line{display:none;position:absolute;margin:0;border:none;top:50%;height:2px;border-radius:10px}.model-information .title .title-bg-line-left{left:0;transform:translate(-115%,-50%);background:linear-gradient(90deg,#c6c6c600 0%,#c6c6c6 100%) 0% 0% no-repeat padding-box}.model-information .title .title-bg-line-right{right:0;transform:translate(115%,-50%);background:linear-gradient(270deg,#c6c6c600 0%,#c6c6c6 100%) 0% 0% no-repeat padding-box}@media screen and (max-width: 960px){.model-information .title .title-bg-line{display:block;width:12.5vw}}@media screen and (max-width: 640px){.model-information .title .title-bg-line{width:16.6666666667vw}}@media screen and (max-width: 480px){.model-information .title .title-bg-line{width:22.2222222222vw}}@media screen and (max-width: 1024px){.model-information .title{margin-bottom:3.90625vw;font-size:3.125rem}}@media screen and (max-width: 960px){.model-information .title{display:inline-block;margin-top:3.125vw;margin-bottom:3.125vw;padding:0;position:relative;border-left:none;font-size:3.125rem;text-align:center;color:#c6c6c6}}@media screen and (max-width: 640px){.model-information .title{margin-top:4.1666666667vw;margin-bottom:4.1666666667vw;font-size:2.5rem}}@media screen and (max-width: 480px){.model-information .title{margin-top:5.5555555556vw;margin-bottom:5.5555555556vw}}.model-information .part-btns{margin-bottom:35px}.model-information .part-btns .part-btn{display:inline-block;vertical-align:top;margin-right:20px;cursor:pointer;text-align:center;width:5.7291666667vw}@media screen and (max-width: 1024px){.model-information .part-btns .part-btn{width:7.32421875vw;min-height:8.0078125vw}}@media screen and (max-width: 960px){.model-information .part-btns .part-btn{width:11.71875vw;min-height:8.0078125vw}}@media screen and (max-width: 640px){.model-information .part-btns .part-btn{width:15.625vw;min-height:8.0078125vw}}@media screen and (max-width: 480px){.model-information .part-btns .part-btn{width:20%}}.model-information .part-btns .part-btn:last-of-type{margin-right:0}.model-information .part-btns .part-btn.active .part-title{color:#008cd6;font-weight:700}.model-information .part-btns .part-btn.active .img-wrapper{opacity:1}.model-information .part-btns .part-btn .img-wrapper{opacity:.6}.model-information .part-btns .part-btn img{transition:opacity,.3s ease-in-out;object-fit:contain;box-shadow:0 0 8px 1px #0000003a;display:block;width:100%;margin-bottom:5px;border-radius:5px;min-height:6.3541666667vw}@media screen and (max-width: 1024px){.model-information .part-btns .part-btn img{min-height:8.0078125vw}}@media screen and (max-width: 960px){.model-information .part-btns .part-btn img{min-height:8.0078125vw}}@media screen and (max-width: 640px){.model-information .part-btns .part-btn img{min-height:8.0078125vw}}.model-information .part-btns .part-btn .part-title{transition:color,.3s ease-in-out;color:#b1b1b1;font-size:1.125rem;line-height:normal;font-weight:700}@media screen and (max-width: 1024px){.model-information .part-btns .part-btn .part-title{font-size:.9375rem}}@media screen and (max-width: 640px){.model-information .part-btns .part-btn .part-title{font-size:.8125rem}}@media screen and (max-width: 640px){.model-information .part-btns .part-btn{margin-right:2.0833333333vw}}@media screen and (max-width: 1024px){.model-information .part-btns{margin-bottom:15px}}@media screen and (max-width: 960px){.model-information .part-btns{margin-bottom:15px}}@media screen and (max-width: 480px){.model-information .part-btns{width:100%;text-align:center}}.model-information .description{color:#423f3f;font-size:1.125rem;line-height:1.6}@media screen and (max-width: 1024px){.model-information .description{font-size:.8125rem}}@media screen and (max-width: 960px){.model-information .description{padding:0 4.1666666667vw;align-self:flex-start;color:#707070;font-size:.9375rem}}@media screen and (max-width: 480px){.model-information .description{padding:0}}@media screen and (max-width: 960px){.model-information{padding:0 15px 15px;display:flex;flex-direction:column;align-items:center}}.model-video-container{position:relative;min-height:20.8333333333vw}@media screen and (max-width: 1024px){.model-video-container{min-height:24.4140625vw}}@media screen and (max-width: 960px){.model-video-container{min-height:56.25vw}}@media screen and (max-width: 480px){.model-video-container{min-height:56.25vw}}.SideMenuHaveRWDSlider{position:sticky;top:40%;float:left;margin-right:-100%;margin-top:3.3854166667vw;border-top-right-radius:8px;border-bottom-right-radius:8px;background-color:#fff;z-index:1;box-shadow:2px 4px 8px #0000001a;line-height:0;font-family:Segoe UI,Noto Sans,Noto Sans TC,Noto Sans SC,\5fae\8edf\6b63\9ed1\9ad4,Microsoft JhengHei,\5fae\8edf\96c5\9ed1\9ad4,Microsoft YaHei,SimHei,\30e1\30a4\30ea\30aa,Meiryo,\30d2\30e9\30ae\30ce\89d2\30b4  Pro W3,Hiragino Kaku Gothic Pro,\65b0\7d30\660e\9ad4,Arial,Verdana,Helvetica,sans-serif}@media screen and (max-width: 960px){.SideMenuHaveRWDSlider{display:none}}.SideMenuHaveRWDSlider.menu-hide{background-color:#f5f5f5}.SideMenuHaveRWDSlider.menu-hide .sideMenu__itemArea{height:0px;width:0px;opacity:0;visibility:hidden}.SideMenuHaveRWDSlider.menu-hide .ham-btn{padding:15px 20px}@media screen and (max-width: 1024px){.SideMenuHaveRWDSlider.menu-hide .ham-btn{padding:13px 10px}}.SideMenuHaveRWDSlider .ham-btn{padding:15px 20px 0;cursor:pointer}@media screen and (max-width: 1024px){.SideMenuHaveRWDSlider .ham-btn{padding:13px 10px 0}}.SideMenuHaveRWDSlider .sideMenu__Item{display:block;padding:15px 20px;color:#423f3f;font-size:15px;font-weight:600;line-height:1.5;cursor:pointer}@media screen and (max-width: 1024px){.SideMenuHaveRWDSlider .sideMenu__Item{font-size:13px;padding:13px 10px}}.SideMenuHaveRWDSlider .sideMenu__Item.active{color:#008cd6}body.lockScroll{width:100%;height:100%;position:fixed;overflow:hidden}.galleryImageListPopOutDownload{display:none;position:fixed;z-index:170000;width:100%;height:100%;top:0;left:0}.galleryImageListPopOutDownload .galleryImageListPopOutContainer{display:flex;align-items:center;justify-content:center;height:100%}.galleryImageListPopOutDownload .galleryImageListPopOutContainer .overLay{position:fixed;width:100%;height:100%;background-color:#0009;top:0;left:0;opacity:.5}.galleryImageListPopOutDownload .galleryImageListPopOutContainer .DownloadImageList{background-color:#fff;z-index:1;max-height:90vh;width:100%;padding:4.9479166667vw 14.3229166667vw;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:12fr 1fr;grid-column-gap:5.46875vw;grid-template-areas:"defaultImage ImageList" "defaultImage downloadButton";position:relative}.galleryImageListPopOutDownload .galleryImageListPopOutContainer .DownloadImageList .CloseIcon{position:absolute;width:25px;height:25px;right:11vw;top:2vw;fill:#000;cursor:pointer}.galleryImageListPopOutDownload .galleryImageListPopOutContainer .DownloadImageList .Grid-DefaultImage{grid-area:defaultImage;align-items:center;justify-content:center;display:flex;height:34.6875vw}.galleryImageListPopOutDownload .galleryImageListPopOutContainer .DownloadImageList .Grid-DefaultImage .youtubeParent{width:100%;display:none}.galleryImageListPopOutDownload .galleryImageListPopOutContainer .DownloadImageList .Grid-DefaultImage .selectImageGallery{max-height:60vh;max-width:100%}@media all and (min-width: 961px)and (max-width: 1024px){.galleryImageListPopOutDownload .galleryImageListPopOutContainer .DownloadImageList .Grid-DefaultImage .selectImageGallery{max-height:54vh}}.galleryImageListPopOutDownload .galleryImageListPopOutContainer .DownloadImageList .Grid-listDownloadImage{grid-area:ImageList;margin-top:2.9166666667vw;overflow-y:auto}.galleryImageListPopOutDownload .galleryImageListPopOutContainer .DownloadImageList .Grid-listDownloadImage .downloadImageItem{display:inline-flex;position:relative;margin-right:1.8229166667vw;cursor:pointer;width:7.8125vw;height:7.8125vw;vertical-align:top;align-items:center;justify-content:center}.galleryImageListPopOutDownload .galleryImageListPopOutContainer .DownloadImageList .Grid-listDownloadImage .downloadImageItem:hover,.galleryImageListPopOutDownload .galleryImageListPopOutContainer .DownloadImageList .Grid-listDownloadImage .downloadImageItem.selected{background-color:#f5f5f5}.galleryImageListPopOutDownload .galleryImageListPopOutContainer .DownloadImageList .Grid-listDownloadImage .downloadImageItem:nth-child(-n+6){margin-bottom:2.6041666667vw}.galleryImageListPopOutDownload .galleryImageListPopOutContainer .DownloadImageList .Grid-listDownloadImage .downloadImageItem .downloadImageCheckBox{position:absolute;bottom:0;left:0}.galleryImageListPopOutDownload .galleryImageListPopOutContainer .DownloadImageList .Grid-listDownloadImage .downloadImageItem .downloadImageCheckBox .downloadImageCheckBoxItem{width:1vw;height:1vw;min-width:.7vw;min-height:.7vw}.galleryImageListPopOutDownload .galleryImageListPopOutContainer .DownloadImageList .Grid-listDownloadImage .downloadImageItem .coverVideoIcon .VideoPlayerIcon{width:60%}.galleryImageListPopOutDownload .galleryImageListPopOutContainer .DownloadImageList .Grid-listDownloadImage .downImage{max-width:100%;max-height:10vh;display:block}@media all and (min-width: 1441px){.galleryImageListPopOutDownload .galleryImageListPopOutContainer .DownloadImageList .Grid-listDownloadImage .downImage{max-height:14vh}}.galleryImageListPopOutDownload .galleryImageListPopOutContainer .DownloadImageList .Grid-buttonDownload{grid-area:downloadButton;text-align:center;display:flex;justify-content:center;align-items:center}.galleryImageListPopOutDownload .galleryImageListPopOutContainer .DownloadImageList .Grid-buttonDownload .buttonDownloadCancel{display:none}.galleryImageListPopOutDownload .galleryImageListPopOutContainer .DownloadImageList .Grid-buttonDownload .baseButton{color:#fff;background-color:#008cd6;border:2px solid #008cd6}@media (hover: hover){.galleryImageListPopOutDownload .galleryImageListPopOutContainer .DownloadImageList .Grid-buttonDownload .baseButton:hover{background-color:#006396}}.galleryImageListPopOutDownload .galleryImageListPopOutContainer .DownloadImageList .Grid-buttonDownload .baseButton,.galleryImageListPopOutDownload .galleryImageListPopOutContainer .DownloadImageList .Grid-buttonDownload .borderButton{display:inline-block;font-size:.9375vw;font-weight:700;padding:.3645833333vw .78125vw;cursor:pointer;margin:0 1.25vw}.galleryImageListPopOutDownload .galleryImageListPopOutContainer .DownloadImageList .Grid-buttonDownload .borderButton{border:2px solid #006396}@media (hover: hover){.galleryImageListPopOutDownload .galleryImageListPopOutContainer .DownloadImageList .Grid-buttonDownload .borderButton:hover{background-color:#99dbff}}
</pre></body></html>