:root{--wsc-drawer-z-index:199920}.wsc-drawer{height:100%;left:0;position:fixed;top:0;width:100%;z-index:199920;z-index:var(--wsc-drawer-z-index)}.wsc-drawer--actived .wsc-drawer__cover{opacity:1}.wsc-drawer--actived .wsc-drawer__container{transform:translate(0)}.wsc-drawer__cover{background-color:#000000b3;background-color:var(--wsc-color-cover);height:100%;opacity:0;transition:opacity .3s ease;width:100%}.wsc-drawer__container{background-color:#fff;background-color:var(--wsc-color-white);overflow:auto;padding:20px;padding:var(--wsc-mob-padding-common);position:absolute;transition:transform .3s ease}.wsc-drawer__container--top{left:0;top:0;transform:translateY(-100%);width:100%}.wsc-drawer__container--bottom{bottom:0;left:0;transform:translateY(100%);width:100%}.wsc-drawer__container--right{height:100%;right:0;top:0;transform:translate(100%);width:85%}.wsc-drawer__container--left{height:100%;left:0;top:0;transform:translate(-100%);width:85%}.wsc-filter__group,.wsc-filter__group__title{margin-bottom:10px;margin-bottom:var(--wsc-filter-option-gap)}.wsc-filter__group__title{font-size:14px;font-size:var(--wsc-filter-title-font-size)}.wsc-filter__list{display:flex;flex-wrap:wrap;overflow:hidden;transition:height .3s ease}.wsc-filter__option{margin-bottom:10px;margin-bottom:var(--wsc-filter-option-gap);margin-right:10px;margin-right:var(--wsc-filter-option-gap)}.wsc-filter__expand{display:inline-block}:root{--wsc-filter-drawer-operate-gap:10px}.wsc-filter__drawer{position:relative}.wsc-filter__drawer__operate{background-color:#fff;display:flex}.wsc-filter__drawer__operate .wsc-button{flex:1}.wsc-filter__drawer__operate .wsc-button:first-child{margin-right:10px;margin-right:var(--wsc-filter-drawer-operate-gap)}:root{--wsc-pagination-btn-gap-vertical:4px;--wsc-pagination-btn-gap-horizontal:8px;--wsc-pagination-btn-border-color:var(--wsc-color-border);--wsc-pagination-btn-actived-color:var(--wsc-color-main);--wsc-pagination-btn-actived-font-color:#fff;--wsc-pagination-fraction-btn-gap:30px}.wsc-pagination__container{align-items:center;display:flex}.wsc-pagination__item,.wsc-pagination__next,.wsc-pagination__prev{border:1px solid #ccc;border:1px solid var(--wsc-pagination-btn-border-color);cursor:pointer;min-width:34px;padding:4px 8px;padding:var(--wsc-pagination-btn-gap-vertical) var(--wsc-pagination-btn-gap-horizontal);text-align:center;transition:all .3s ease}.wsc-pagination__item--disabled,.wsc-pagination__next--disabled,.wsc-pagination__prev--disabled{cursor:no-drop;opacity:.5}.wsc-pagination__item--actived{background-color:#498ff2;background-color:var(--wsc-pagination-btn-actived-color);border-color:#498ff2;border-color:var(--wsc-pagination-btn-actived-color);color:#fff;color:var(--wsc-pagination-btn-actived-font-color)}.wsc-pagination__nums{margin:0 30px;margin:0 var(--wsc-pagination-fraction-btn-gap)}.wsc-dialog{background-color:#000000b3;background-color:var(--wsc-color-cover);bottom:0!important;font-size:16px;left:0;opacity:0;overflow:auto;position:fixed;right:0;top:0;transform:translate3d(0,-20px,0);transition:all .3s ease}.wsc-dialog--space{padding:10px 0}.wsc-dialog--space:first-child{padding-top:0}.wsc-dialog--space:last-child{padding-bottom:0}.wsc-dialog--actived{opacity:1;transform:translateZ(0);z-index:200000}.wsc-dialog__wrapper{background-color:#fff;background-color:var(--wsc-color-white);left:50%;padding:20px;position:absolute;top:50%;transform:translate(-50%,-50%);width:50%}@media screen and (max-width:767px){.wsc-dialog__wrapper{width:100%}}.wsc-dialog__header{position:relative}.wsc-dialog__close{padding:0;position:absolute;right:0;width:12px}.wsc-dialog__parent--hidden{overflow:hidden}:root{--wsc-theme-color:#af6437}.wsc-address{color:#f6f6f6}.wsc-address__wrapper{display:flex;flex:1;flex-wrap:wrap}@media screen and (max-width:767px){.wsc-address__wrapper{flex-direction:column}}.wsc-address__select{background-image:linear-gradient(45deg,transparent 50%,#ccc 0),linear-gradient(135deg,#ccc 50%,transparent 0),linear-gradient(90deg,transparent,transparent);background-position:calc(100% - 11px) 50%,calc(100% - 5px) 50%,100% 0;background-repeat:no-repeat;background-size:6px 6px,6px 6px,3em 3em;margin-left:2%;padding:22px 20px 22px 10px}.wsc-address__select:first-child{margin-left:0}.wsc-address__select option{overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:767px){.wsc-address__select{margin-bottom:20px;margin-left:0;padding:13px 20px 13px 8px;width:100%}.wsc-address__select:last-child{margin-bottom:0}}.form__group{display:flex;margin-bottom:40px}.form__label{color:#333;display:flex;font-size:18px;margin:11px 40px 0 0;text-align:justify;width:10%}.form__label--required:before{color:#af6437;color:var(--wsc-theme-color);content:"*";display:inline-block;font-size:26px;line-height:1;padding-right:30%}@media screen and (max-width:767px){.form__label--required:before{padding-right:10%}.form__label{font-size:14px;width:25%}}@media screen and (max-width:767px) and (max-width:767px){.form__label{margin-right:20px}}.form__fields{appearance:none;-moz-appearance:none;-webkit-appearance:none;background-color:#f6f6f6;border:none;flex:1;font-size:14px;line-height:1.3;position:relative}.form__error{color:#af6437;color:var(--wsc-theme-color);font-size:14px;width:100%}.form__input{padding:22px 10px;width:100%}:root{--wsc-color-white:#fff;--wsc-color-main:#498ff2;--wsc-color-common:#666;--wsc-color-cover:rgba(0,0,0,.7);--wsc-color-border:#ccc;--wsc-font-size-common:14px;--wsc-mob-padding-common:20px;--wsc-z-index-high-level:200000}a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,form,h1,h2,h3,h4,h5,h6,html,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;margin:0;outline:0;padding:0;vertical-align:baseline}input[type=search]{mbox-sizing:content-box}:root{--wsc-button-padding-vertical:8px;--wsc-button-padding-horizontal:20px;--wsc-button-font-size:12px;--wsc-button-border-color:var(--wsc-color-border);--wsc-button-background-color:#498ff2;--wsc-button-border-radius:4px}.wsc-button{border:1px solid transparent;border-radius:4px;border-radius:var(--wsc-button-border-radius);cursor:pointer;display:inline-block;font-size:12px;font-size:var(--wsc-button-font-size);padding:8px 20px;padding:var(--wsc-button-padding-vertical) var(--wsc-button-padding-horizontal);text-align:center;transition:all .3s ease}.wsc-button--default{border-color:#ccc;border-color:var(--wsc-button-border-color)}.wsc-button--main{background-color:#498ff2;background-color:var(--wsc-button-background-color);color:#fff}.wsc-icon{display:inline-block;line-height:1;vertical-align:baseline}.wsc-icon__plus{position:relative}.wsc-icon__plus,.wsc-icon__plus:before{background-color:#ccc;height:2px;width:100%}.wsc-icon__plus:before{content:"";left:50%;position:absolute;transform:translate(-50%) rotate(90deg)}.wsc-icon__close{position:relative;transform:rotate(45deg)}.wsc-icon__close,.wsc-icon__close:before{background-color:#ccc;height:2px;width:100%}.wsc-icon__close:before{content:"";left:50%;position:absolute;transform:translate(-50%) rotate(90deg)}.wsc-icon__triangle--down{border:6 solid transparent;border-top-color:#aaa;height:0;width:0}@media screen and (max-width:767px){.wsc-icon__triangle--down{border-width:6}}.show{display:initial!important}:root{--wsc-filter-title-font-size:14px;--wsc-filter-option-gap:10px;--wsc-message-box-z-index:199920}.wsc-message-box{height:100%;left:0;position:fixed;top:0;width:100%;z-index:199920;z-index:var(--wsc-message-box-z-index)}.wsc-message-box__cover{background-color:#000000b3;background-color:var(--wsc-color-cover);height:100%;width:100%}.wsc-message-box__container{animation:cmpFadeIn .4s ease;background-color:#fff;background-color:var(--wsc-color-white);left:50%;padding:2em;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);transform-origin:0 0;width:345px}.wsc-message-box__container--success path{fill:#52c41a}.wsc-message-box__container--error path{fill:#dc3545}.wsc-message-box__container svg{height:40px;width:40px}.wsc-message-box__message{margin:1em 0 2em}@keyframes cmpFadeIn{0%{transform:scale(0) translate(-50%,-50%)}to{transform:scale(1) translate(-50%,-50%)}}*,:focus{outline:none}a,abbr,address,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,form,h1,h2,h3,h4,h5,h6,html,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,ul,var{border:0;margin:0;outline:0;padding:0;vertical-align:baseline}ol,ul{list-style:none}table{border-collapse:separate}caption,table,td,th{vertical-align:middle}a img{border:none}picture{display:block}img,picture{font-size:0;vertical-align:middle}a{background-color:transparent}a:active,a:hover{outline:0}[hidden],audio:not([controls]){display:none}audio,canvas,video{*zoom:1;display:inline-block;*display:inline}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}svg:not(:root){overflow:hidden}audio:not([controls]){display:none;height:0}[hidden],template{display:none}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-size:100%;font-style:inherit;font-weight:inherit;vertical-align:baseline}button,input,optgroup,select,textarea{margin:0}button{background-color:transparent;border:none;overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}a{color:inherit}a,a:hover{text-decoration:none}a:focus,li:focus{outline:none}body{margin:0 auto;overflow-x:hidden;position:relative}*{box-sizing:border-box;scroll-behavior:smooth}a[href=""]{cursor:default}input,textarea{font-family:inherit}.align-left,.align-left *{text-align:left}.align-center,.align-center *{text-align:center}.align-right,.align-right *{text-align:right}@media screen and (min-width:1200px){.align-left-pc,.align-left-pc *{text-align:left}.align-center-pc,.align-center-pc *{text-align:center}.align-right-pc,.align-right-pc *{text-align:right}}@media screen and (max-width:767px){.align-left-mobile,.align-left-mobile *{text-align:left}.align-center-mobile,.align-center-mobile *{text-align:center}.align-right-mobile,.align-right-mobile *{text-align:right}}.flex-vertical-top{align-items:flex-start!important}.flex-vertical-center{align-items:center!important}.flex-vertical-bottom{align-items:flex-end!important}.flex-horizontal-left{justify-content:flex-start!important}.flex-horizontal-center{justify-content:center!important}.flex-horizontal-right{justify-content:flex-end!important}@media screen and (min-width:1200px){.flex-vertical-top-pc{align-items:flex-start!important}.flex-vertical-center-pc{align-items:center!important}.flex-vertical-bottom-pc{align-items:flex-end!important}.flex-horizontal-left-pc{justify-content:flex-start!important}.flex-horizontal-center-pc{justify-content:center!important}.flex-horizontal-right-pc{justify-content:flex-end!important}}@media screen and (max-width:767px){.flex-vertical-top-mobile{align-items:flex-start!important}.flex-vertical-center-mobile{align-items:center!important}.flex-vertical-bottom-mobile{align-items:flex-end!important}}.font-white{color:#fff}.overflow-hidden{overflow:hidden!important}.hide{display:none!important}.show{display:block!important}.float-right{float:right}.float-left{float:left}.clear:after,.clear:before{clear:both;content:"";display:table}.ellipsis{background:-webkit-linear-gradient(left,transparent,#fff 55%);background:-o-linear-gradient(right,transparent,#fff 55%);background:-moz-linear-gradient(right,transparent,#fff 55%);background:linear-gradient(90deg,transparent,#fff 55%);bottom:0;padding-left:10px;position:absolute;right:0}.none-spacing{padding-bottom:0!important}.visibilityHidden{clip:rect(1px,1px,1px,1px);border:0;clip-path:inset(0 0 99.9% 99.9%);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.aem-AuthorLayer-Edit .form-v3 .new,.aem-AuthorLayer-Edit .product-detail .product-detail__info__actions .newpar.new.section.aem-Grid-newComponent.cq-Editable-dom{width:100%}html{scroll-behavior:smooth}.com-text-center,.com-text-center *{text-align:center}@font-face{font-display:swap;font-family:DB-Heavent;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/toshiba/DB-Heavent-v3.2.ttf) format("opentype")}@font-face{font-family:iconfont-toshiba;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/toshiba/iconfont.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/toshiba/iconfont.woff) format("woff"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/toshiba/iconfont.ttf) format("truetype")}.c-gap-top{padding-top:6.25vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.c-gap-top{padding-top:16vw}}.c-gap-bottom{padding-bottom:6.25vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.c-gap-bottom{padding-bottom:16vw}}.c-align-header{padding-left:8.3333333333vw;padding-right:8.3333333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.c-align-header{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}.c-text-align-left,.c-text-align-left *{text-align:left}.c-text-align-center,.c-text-align-center *{text-align:center}.c-text-align-right,.c-text-align-right *{text-align:right}.wsc-message-box__cover{background:rgba(0,0,0,.45)}.wsc-message-box__container{width:23.9583333333vw}@media screen and (max-width:767px){.wsc-message-box__container{padding:8vw 6.4vw;width:80vw}}.wsc-message-box__message{color:#818286;font-size:1.25vw;margin:1.0416666667vw 0 1.3888888889vw}@media screen and (max-width:767px){.wsc-message-box__message{font-size:3.2vw;margin:4vw 0 5.3333333333vw}}.wsc-message-box svg{height:2.7777777778vw;width:2.7777777778vw}@media screen and (max-width:767px){.wsc-message-box svg{height:10.6666666667vw;width:10.6666666667vw}}.wsc-message-box .wsc-button{font-size:1.1111111111vw}@media screen and (max-width:767px){.wsc-message-box .wsc-button{font-size:3.7333333333vw}}.ts-loading{align-items:center;background-color:rgba(0,0,0,.25);bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:99}.ts-loading-icon{animation:spin 1s steps(8) infinite;border-radius:100%;box-shadow:0 -10px 0 1px #595959,10px 0 #f3f1f1,0 10px #cecece,-10px 0 #8e8e8e,-7px -7px 0 .5px #757575,7px -7px 0 1.5px #515151,7px 7px #e7e7e7,-7px 7px #bebebe;height:3px;margin-left:-1px;width:3px}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.ts-top{align-items:center;background-color:#fff;border-radius:.1388888889vw;bottom:-6.9444444444vw;box-shadow:0 0 2.7777777778vw 0 rgba(0,0,0,.1);cursor:pointer!important;display:flex;height:4.8611111111vw;justify-content:center;padding:1.0416666667vw;position:fixed;right:1.9444444444vw;transition:all 1s;width:4.8611111111vw;z-index:5}.ts-top.active{bottom:25%}.ts-top__icon{display:flex}.ts-top__icon svg{height:100%;width:100%}@media screen and (max-width:767px){.ts-top{border-radius:.5333333333vw;bottom:-26.6666666667vw;box-shadow:0 0 10.6666666667vw 0 rgba(0,0,0,.1);height:11.7333333333vw;padding:1.8666666667vw;right:4vw;width:11.7333333333vw}.ts-top.active{bottom:15%}}.gws-carousel .c-gap-bottom{padding-bottom:0!important}.gws-carousel .c-gap-top{padding-top:0!important}.gws-carousel .swiper{overflow:hidden;position:relative}.gws-carousel .swiper .swiper-button-prev{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzEiIGhlaWdodD0iNDkiPjxkZWZzPjxmaWx0ZXIgaWQ9ImEiIHdpZHRoPSIxNTkuMiUiIGhlaWdodD0iMTMzLjklIiB4PSItMjkuNiUiIHk9Ii0xMi4xJSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94Ij48ZmVPZmZzZXQgZHk9IjIiIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRPdXRlcjEiLz48ZmVHYXVzc2lhbkJsdXIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIiBzdGREZXZpYXRpb249IjIiLz48ZmVDb2xvck1hdHJpeCBpbj0ic2hhZG93Qmx1ck91dGVyMSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjUgMCIvPjwvZmlsdGVyPjxwYXRoIGlkPSJiIiBkPSJNNDEuNjYgMTMuOSAyNi44ODggMjguNjUgNDEuNjYgNDMuNGwtMi45NTUgNS45LTIwLjY4LTIwLjY1TDM4LjcwNiA4eiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQgLTYpIj48dXNlIGZpbGw9IiMwMDAiIGZpbHRlcj0idXJsKCNhKSIgeGxpbms6aHJlZj0iI2IiLz48dXNlIGZpbGw9IiNFQzFDMjQiIHhsaW5rOmhyZWY9IiNiIi8+PC9nPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0tMTQtNmg1OS4wODR2NTlILTE0eiIvPjwvZz48L3N2Zz4=);background-size:100% 100%;left:5.5555555556vw;margin-top:-1.5277777778vw;top:50%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-carousel .swiper .swiper-button-prev{display:none;margin-top:-5.8666666667vw}}.gws-carousel .swiper .swiper-button-prev:after{display:none}.gws-carousel .swiper .swiper-button-next{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzEiIGhlaWdodD0iNDkiPjxkZWZzPjxmaWx0ZXIgaWQ9ImEiIHdpZHRoPSIxNTkuMiUiIGhlaWdodD0iMTMzLjklIiB4PSItMjkuNiUiIHk9Ii0xMi4xJSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94Ij48ZmVPZmZzZXQgZHk9IjIiIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRPdXRlcjEiLz48ZmVHYXVzc2lhbkJsdXIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIiBzdGREZXZpYXRpb249IjIiLz48ZmVDb2xvck1hdHJpeCBpbj0ic2hhZG93Qmx1ck91dGVyMSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjUgMCIvPjwvZmlsdGVyPjxwYXRoIGlkPSJiIiBkPSJNNDEuNjYgMTIuOSAyNi44ODggMjcuNjUgNDEuNjYgNDIuNGwtMi45NTUgNS45LTIwLjY4LTIwLjY1TDM4LjcwNiA3eiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIj48ZyB0cmFuc2Zvcm09InJvdGF0ZSgtMTgwIDIyLjU0MiAyNykiPjx1c2UgZmlsbD0iIzAwMCIgZmlsdGVyPSJ1cmwoI2EpIiB4bGluazpocmVmPSIjYiIvPjx1c2UgZmlsbD0iI0VDMUMyNCIgeGxpbms6aHJlZj0iI2IiLz48L2c+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTQ1LjA4NCA1NEgtMTRWLTVoNTkuMDg0eiIvPjwvZz48L3N2Zz4=);background-size:100% 100%;margin-top:-1.5277777778vw;right:5.5555555556vw;top:50%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-carousel .swiper .swiper-button-next{display:none;margin-top:-5.8666666667vw}}.gws-carousel .swiper .swiper-button-next:after{display:none}.gws-carousel .swiper .swiper-pagination{align-items:center;bottom:6.9444444444vw;display:none;justify-content:center;left:50%;line-height:0;position:absolute;text-align:center;transform:translateX(-50%);z-index:20}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-carousel .swiper .swiper-pagination{bottom:9.6vw;display:flex;justify-content:center}}.gws-carousel .swiper .swiper-pagination .swiper-pagination-bullet{background:none;border:1px solid #d4d4d4;border-radius:50%;font-size:0;height:.3472222222vw;margin:0 0 0 2.0833333333vw;padding:0;width:.3472222222vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-carousel .swiper .swiper-pagination .swiper-pagination-bullet{height:1.6vw;margin-left:5.3333333333vw;opacity:.8;width:1.6vw}.gws-carousel .swiper .swiper-pagination .swiper-pagination-bullet:first-child{margin-left:0}}.gws-carousel .swiper .swiper-pagination .swiper-pagination-bullet-active{background:#ec1c24;border:1px solid #d4d4d4;height:.6944444444vw;opacity:1;width:.6944444444vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-carousel .swiper .swiper-pagination .swiper-pagination-bullet-active{height:2.6666666667vw;width:2.6666666667vw}}html[dir=rtl] .gws-carousel .swiper .swiper-button-prev{left:unset;right:5.5555555556vw;transform:rotate(180deg)}html[dir=rtl] .gws-carousel .swiper .swiper-button-next{left:5.5555555556vw;right:unset;transform:rotate(180deg)}html[dir=rtl] .gws-carousel .swiper .swiper-pagination .swiper-pagination-bullet{margin-left:0;margin-right:2.0833333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .gws-carousel .swiper .swiper-pagination .swiper-pagination-bullet{margin-left:0;margin-right:5.3333333333vw}}#footer{background:#f6f6f6;color:#000;padding:4.1666666667vw 9.7222222222vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){#footer{padding:0 5.3333333333vw 8vw}}#footer .footer_links{display:flex;flex:0 0 66.6%;flex-wrap:wrap}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){#footer .footer_links{padding-bottom:8vw}}#footer .footer_function{width:100%}#footer .footer_links_group{flex:0 0 33.3%;padding-bottom:2.0833333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){#footer .footer_links_group{border-bottom:1px solid #333;flex:0 0 100%;padding-bottom:0}}#footer .footer_links_group.active .footer_links_tit:before{transform:translateY(50%) rotate(135deg)}#footer .footer_links_group.active .footer_links_tit:after{transform:translateY(50%) rotate(45deg)}#footer .footer_links_tit{color:inherit;font-size:1.25vw;font-weight:700;padding-bottom:.6944444444vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){#footer .footer_links_tit{font-size:4.2666666667vw;height:16vw;line-height:16vw;padding-bottom:0;position:relative}#footer .footer_links_tit:after,#footer .footer_links_tit:before{background-color:#000;content:"";height:1px;position:absolute;right:2px;top:50%;transform:translateY(50%);transition:transform .3s;width:3.4666666667vw}}#footer .footer_links_tit:before{transform:translateY(50%) rotate(90deg)}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){#footer .footer_link_items{display:none}}#footer .footer_link{color:inherit;font-size:1.1111111111vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){#footer .footer_link{display:block;font-size:3.7333333333vw;height:8vw;line-height:5.3333333333vw;padding-bottom:2.6666666667vw;padding-left:1em}}#footer .footer_link:hover{border-bottom:1px solid #333;color:#000;text-decoration:none}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){#footer .footer_link:hover{border:none}}#footer .footer_info{align-items:flex-end;display:flex;justify-content:space-between}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){#footer .footer_info{flex-wrap:wrap;text-align:center}}#footer .footer_copyright{max-width:80%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){#footer .footer_copyright{max-width:100%;order:2;width:100%}}#footer .footer_copyright_item{font-size:.8333333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){#footer .footer_copyright_item{font-size:3.7333333333vw;padding-top:2.6666666667vw}}#footer .footer_copyright_item p{clear:both!important;font-family:MyriadPro-SemiCn,Helvetica,Arial Unicode MS,serif;font-size:1.0416666667vw!important;font-style:normal;font-weight:400!important;font-weight:700;line-height:2!important;margin:0!important;overflow:hidden!important;padding:0!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){#footer .footer_copyright_item p{font-size:4vw!important;line-height:1.2!important;text-align:center!important}}#footer .footer_copyright_item .page-container{padding:0!important}#footer .footer_copyright_item img{display:block!important;margin:0!important;padding:0!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){#footer .footer_copyright_item img{margin:0 auto!important}}#footer .footer_copyright_link{display:inline-block;line-height:2}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){#footer .footer_copyright_link{line-height:1.5}}#footer .footer_copyright_txt{font-size:1.0416666667vw;line-height:2}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){#footer .footer_copyright_txt{font-size:4vw;line-height:1.2;padding-top:1.3333333333vw}}#footer .footer_social{font-weight:700}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){#footer .footer_social{order:1;width:100%}}#footer .footer_social_tit{font-size:1.1111111111vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){#footer .footer_social_tit{font-size:4.2666666667vw}}#footer .footer_social_links{padding:.5555555556vw 0 .6944444444vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){#footer .footer_social_links{padding:2.6666666667vw 0 3.2vw}}#footer .footer_social_link{padding:0 .4166666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){#footer .footer_social_link{padding:0 1.8666666667vw}}#footer .footer_social_link_img{height:1.3194444444vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){#footer .footer_social_link_img{height:5.0666666667vw}}#footer .footer_select_country{font-size:1.1111111111vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){#footer .footer_select_country{font-size:3.7333333333vw}}.footer_main{display:flex}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.footer_main{flex-direction:column}.footer_function{padding-bottom:8vw}}.gws-hotspot{margin-left:8.3333333333vw;margin-right:8.3333333333vw;position:relative}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-hotspot{margin-left:5.3333333333vw;margin-right:5.3333333333vw}.gws-hotspot.noMobileImg{display:none}}.gws-hotspot-img{height:auto;width:100%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-hotspot_pc-spots{display:none}}.gws-hotspot_pc-spots-item{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAPKADAAQAAAABAAAAPAAAAACL3+lcAAABvUlEQVRoBe2asUrEQBCGN3IJaqGNpXbaKtpqKYJwnWBlY+FznD6HxTVWgp2PoK2iraWlNlroYQS9CbqXc3MmhPzLJPkHAnPD7jD/fLN7ObjgaXH52LTIplqkNZFKwU0nTsIk3LAOcKQbBtSRQ8JOSxoWIOGGAXXktI5wx2lBwcDC40Ov4FLIsuellZMyiVtHmILLjEmd9pBwnWiVqZWEy3StTnu8E/56ezcv3b3kEd+3eRccX12bz7v75BHft3kXbD7ikca0P4pCPf+CoXLyk1Nwfo/qvaL0r6U82XIDJ5fSn3Ma39zarWnfBqPQhFubJpidsaEqHZjg1/2D5Cb+r9jBad8MTN9Z0llbNfOXF068ioDOMxxUIS07B4zw3PnZxJEWsmLTR4cm3Fgfr+xnpMeD1X2CCZYzGO1sZ1b6O8YiNuruZq5BBXWONErtMC8FA5urIrV/wsNLyVrat0GsA7u0JpUtLxXyPSsmvm/zLlhub9RLRZHm+R/pIlUB11AwsLkqUpOwCgzAIkgY2FwVqQP+m1YFB1wRPMO43urITMI6OOCqIGFcb3VkJmEdHHBVkDCutzoyk7AODrgqvgEhmEieJoY+xgAAAABJRU5ErkJggg==) no-repeat;background-size:100% 100%;cursor:pointer;height:2.0833333333vw;position:absolute;transform:translate(-50%,-50%);width:2.0833333333vw}.gws-hotspot_pc-spots-item.active{z-index:88}.gws-hotspot_pc-spots-item.active:before{border:.6944444444vw solid transparent;border-top-color:#fff;bottom:85%;content:"";left:50%;margin-left:-.6944444444vw;position:absolute;z-index:99}.gws-hotspot_pc-spots-item.active .gws-hotspot-tooltip{opacity:1;visibility:visible;z-index:99}.gws-hotspot-tooltip{background-color:#fff;bottom:calc(100% + .625vw);box-shadow:0 .8333333333vw 2.5694444444vw .7638888889vw rgba(0,0,0,.051),0 .5555555556vw 1.4583333333vw 0 rgba(0,0,0,.078),0 .2777777778vw .4861111111vw -.3472222222vw rgba(0,0,0,.122);cursor:default;left:50%;opacity:0;padding:1.6666666667vw;position:absolute;transform:translateX(-50%);transition:visibility .3s ease;visibility:hidden;width:25.1388888889vw;z-index:-1}.gws-hotspot-tooltip-title{color:#000;font-size:1.4583333333vw;font-weight:700;line-height:2.2222222222vw}.gws-hotspot-tooltip-desc{color:#212b36;font-size:1.3194444444vw;font-weight:400;line-height:2.0138888889vw;margin-top:.5555555556vw;white-space:pre-wrap}.gws-hotspot-tooltip-link{color:#ec1c24;display:block;font-size:1.3194444444vw;font-weight:500;margin-top:.5555555556vw}.gws-hotspot_mb-spots{display:none}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-hotspot_mb-spots{display:block}.gws-hotspot_mb-spots-item{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAPKADAAQAAAABAAAAPAAAAACL3+lcAAABvUlEQVRoBe2asUrEQBCGN3IJaqGNpXbaKtpqKYJwnWBlY+FznD6HxTVWgp2PoK2iraWlNlroYQS9CbqXc3MmhPzLJPkHAnPD7jD/fLN7ObjgaXH52LTIplqkNZFKwU0nTsIk3LAOcKQbBtSRQ8JOSxoWIOGGAXXktI5wx2lBwcDC40Ov4FLIsuellZMyiVtHmILLjEmd9pBwnWiVqZWEy3StTnu8E/56ezcv3b3kEd+3eRccX12bz7v75BHft3kXbD7ikca0P4pCPf+CoXLyk1Nwfo/qvaL0r6U82XIDJ5fSn3Ma39zarWnfBqPQhFubJpidsaEqHZjg1/2D5Cb+r9jBad8MTN9Z0llbNfOXF068ioDOMxxUIS07B4zw3PnZxJEWsmLTR4cm3Fgfr+xnpMeD1X2CCZYzGO1sZ1b6O8YiNuruZq5BBXWONErtMC8FA5urIrV/wsNLyVrat0GsA7u0JpUtLxXyPSsmvm/zLlhub9RLRZHm+R/pIlUB11AwsLkqUpOwCgzAIkgY2FwVqQP+m1YFB1wRPMO43urITMI6OOCqIGFcb3VkJmEdHHBVkDCutzoyk7AODrgqvgEhmEieJoY+xgAAAABJRU5ErkJggg==) no-repeat;background-size:100% 100%;display:block;height:8vw;position:absolute;width:8vw}.gws-hotspot_mb-spots-item a{display:block;height:100%;width:100%}}.dz-container .gws-hotspot{margin:0}.related-products{padding-left:8.3333333333vw;padding-right:8.3333333333vw;position:relative}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}.related-products__title{word-wrap:break-word;font-family:MyriadPro-SemiCn,Helvetica,Arial Unicode MS,serif;font-size:2.7777777778vw;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.05;margin-bottom:4.1666666667vw;padding-top:4.1666666667vw;position:relative;text-align:center;text-transform:uppercase}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){.related-products__title{font-size:8vw;margin-bottom:8vw;padding-top:8vw}}.related-products__title:after{background:#ec1c24;content:" ";display:block;height:.3472222222vw;margin-left:auto;margin-right:auto;margin-top:1.3888888889vw;width:4.1666666667vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){.related-products__title:after{height:1.3333333333vw;margin-top:5.3333333333vw;width:16vw}}.related-products__title .titleBg{display:none}.related-products__swiper{display:flex;flex-wrap:wrap;margin:0 -.6944444444vw -1.3888888889vw;overflow:hidden;padding-bottom:1.3888888889vw;position:relative;z-index:1}.related-products__swiper .swiper-slide{height:auto;margin:1.3888888889vw .6944444444vw 0;text-align:center;width:calc(50% - 1.04167vw)}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide{width:100%}}@media screen and (min-width:1200px){.related-products__swiper .swiper-slide{width:calc(33.3% - 1.04167vw)}}@media screen and (min-width:1800px){.related-products__swiper .swiper-slide{width:calc(25% - 1.04167vw)}}.related-products__swiper .swiper-slide .product-item{cursor:unset}.related-products__swiper .swiper-slide .product-item-text{display:flex;flex-direction:column;padding:0 2.7777777778vw 6.9444444444vw;text-align:left}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-text{padding:0 12vw 26.6666666667vw}}.related-products__swiper .swiper-slide .product-item-text .flexCountarin{display:flex;flex-direction:column}.related-products__swiper .swiper-slide .product-item-img{align-items:center;display:flex;height:26.9444444444vw;justify-content:center;width:100%}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-img{height:103.4666666667vw}}.related-products__swiper .swiper-slide .product-item-img img,.related-products__swiper .swiper-slide .product-item-img picture{height:auto}.related-products__swiper .swiper-slide .product-item-img img{margin:0 auto;max-height:26.9444444444vw;max-width:73.43%}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-img img{max-height:69.3333333333vw;max-width:69.3333333333vw}}.related-products__swiper .swiper-slide .product-item-img:hover .image-hover{opacity:1;visibility:visible}.related-products__swiper .swiper-slide .product-item-title{font-family:MyriadPro-SemiCn,Helvetica,Arial Unicode MS,serif;font-size:1.3888888889vw;font-style:normal;font-weight:700;line-height:1.2;margin-bottom:0;order:2;padding-bottom:.6944444444vw;text-transform:uppercase}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-title{font-size:4.2666666667vw;padding-bottom:2.6666666667vw}}.related-products__swiper .swiper-slide .product-item-desc{font-size:1.1111111111vw;line-height:1.5;margin-bottom:1.3888888889vw;order:3;padding:0}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-desc{font-size:3.7333333333vw;margin-bottom:5.3333333333vw}}.related-products__swiper .swiper-slide .product-item-model{color:#ec1c24;font-size:.8333333333vw;font-weight:600;letter-spacing:.1041666667vw;line-height:1;order:1;padding:2.0833333333vw 0 .6944444444vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-model{font-size:3.2vw;padding:8vw 0 2.6666666667vw}}.related-products__swiper .swiper-slide .product-item-model:before{background:#ec1c24;content:" ";display:inline-block;height:.6944444444vw;margin-right:.6944444444vw;width:2.0833333333vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-model:before{height:2.6666666667vw;margin-right:2.6666666667vw;width:8vw}}.related-products__swiper .swiper-slide .product-item-reviews-holder,.related-products__swiper .swiper-slide .product-item-short-spec{display:none}.related-products__swiper .swiper-slide .product-item-property{font-size:1.1111111111vw;font-weight:300;margin-bottom:1.3888888889vw;order:4;padding:0}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-property{font-size:3.7333333333vw;margin-bottom:5.3333333333vw}}.related-products__swiper .swiper-slide .product-item-property-item{line-height:1.2;margin-bottom:.6944444444vw;padding-left:1.1805555556vw;position:relative}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-property-item{margin-bottom:2.6666666667vw;padding-left:4.5333333333vw}}.related-products__swiper .swiper-slide .product-item-property-item:last-child{margin-bottom:0}.related-products__swiper .swiper-slide .product-item-property-item:before{background-color:#e8e8e8;border:1px solid #d4d4d4;border-radius:50%;content:" ";display:inline-block;height:.3472222222vw;left:0;position:absolute;top:.2777777778vw;width:.3472222222vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-property-item:before{height:1.3333333333vw;top:1.0666666667vw;width:1.3333333333vw}}.related-products__swiper .swiper-slide .product-item-download{display:none}.related-products__swiper .swiper-slide .product-item-action{bottom:6.25vw;left:2.7777777778vw;order:5;position:absolute}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-action{bottom:22.6666666667vw;left:12vw;margin-top:5.3333333333vw}}.related-products__swiper .swiper-slide .product-item-action-btn{background-color:#ec1c24;color:#fff;cursor:pointer;display:inline-block;font-size:1.3888888889vw;line-height:1;margin-right:2.0833333333vw;padding:1.3888888889vw 2.0833333333vw;position:absolute;text-align:center;white-space:nowrap}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-action-btn{font-size:4.2666666667vw;padding:4.2666666667vw 8vw}}.related-products__swiper .swiper-slide .product-item-new,.related-products__swiper .swiper-slide .product-item-sale{display:none}.related-products .swiper-button-next,.related-products .swiper-button-prev{background-size:100% 100%;border:none;margin-top:-1.5277777778vw;top:50%;transform:translateY(-50%)}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products .swiper-button-next,.related-products .swiper-button-prev{top:86.6666666667vw}}.related-products .swiper-button-next:after,.related-products .swiper-button-next:before,.related-products .swiper-button-prev:after,.related-products .swiper-button-prev:before{display:none}.related-products .swiper-button-next{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzEiIGhlaWdodD0iNDkiPjxkZWZzPjxmaWx0ZXIgaWQ9ImEiIHdpZHRoPSIxNTkuMiUiIGhlaWdodD0iMTMzLjklIiB4PSItMjkuNiUiIHk9Ii0xMi4xJSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94Ij48ZmVPZmZzZXQgZHk9IjIiIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRPdXRlcjEiLz48ZmVHYXVzc2lhbkJsdXIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIiBzdGREZXZpYXRpb249IjIiLz48ZmVDb2xvck1hdHJpeCBpbj0ic2hhZG93Qmx1ck91dGVyMSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjUgMCIvPjwvZmlsdGVyPjxwYXRoIGlkPSJiIiBkPSJNNDEuNjYgMTIuOSAyNi44ODggMjcuNjUgNDEuNjYgNDIuNGwtMi45NTUgNS45LTIwLjY4LTIwLjY1TDM4LjcwNiA3eiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIj48ZyB0cmFuc2Zvcm09InJvdGF0ZSgtMTgwIDIyLjU0MiAyNykiPjx1c2UgZmlsbD0iIzAwMCIgZmlsdGVyPSJ1cmwoI2EpIiB4bGluazpocmVmPSIjYiIvPjx1c2UgZmlsbD0iI0VDMUMyNCIgeGxpbms6aHJlZj0iI2IiLz48L2c+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTQ1LjA4NCA1NEgtMTRWLTVoNTkuMDg0eiIvPjwvZz48L3N2Zz4=);left:unset;right:5%}.related-products .swiper-button-prev{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzEiIGhlaWdodD0iNDkiPjxkZWZzPjxmaWx0ZXIgaWQ9ImEiIHdpZHRoPSIxNTkuMiUiIGhlaWdodD0iMTMzLjklIiB4PSItMjkuNiUiIHk9Ii0xMi4xJSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94Ij48ZmVPZmZzZXQgZHk9IjIiIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRPdXRlcjEiLz48ZmVHYXVzc2lhbkJsdXIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIiBzdGREZXZpYXRpb249IjIiLz48ZmVDb2xvck1hdHJpeCBpbj0ic2hhZG93Qmx1ck91dGVyMSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjUgMCIvPjwvZmlsdGVyPjxwYXRoIGlkPSJiIiBkPSJNNDEuNjYgMTMuOSAyNi44ODggMjguNjUgNDEuNjYgNDMuNGwtMi45NTUgNS45LTIwLjY4LTIwLjY1TDM4LjcwNiA4eiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQgLTYpIj48dXNlIGZpbGw9IiMwMDAiIGZpbHRlcj0idXJsKCNhKSIgeGxpbms6aHJlZj0iI2IiLz48dXNlIGZpbGw9IiNFQzFDMjQiIHhsaW5rOmhyZWY9IiNiIi8+PC9nPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0tMTQtNmg1OS4wODR2NTlILTE0eiIvPjwvZz48L3N2Zz4=);left:5%;right:unset}.related-products .arrow_next.right.swiper-button-disabled,.related-products .arrow_prev.left.swiper-button-disabled{display:none}.dz-container .related-products{padding:0}.dz-container .swiper-button-next{right:-5%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.dz-container .swiper-button-next{right:1%}}.dz-container .swiper-button-prev{left:-5%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.dz-container .swiper-button-prev{left:1%}}html[dir=rtl] .product-item-property-item{padding-left:0;padding-right:1.1805555556vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[dir=rtl] .product-item-property-item{padding-left:unset;padding-right:4.5333333333vw}}html[dir=rtl] .product-item-property-item:before{left:unset!important;right:0!important}html[dir=rtl] .product-item-action{left:unset!important;right:2.7777777778vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[dir=rtl] .product-item-action{right:12vw}}html[dir=rtl] .swiper-button-next{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzEiIGhlaWdodD0iNDkiPjxkZWZzPjxmaWx0ZXIgaWQ9ImEiIHdpZHRoPSIxNTkuMiUiIGhlaWdodD0iMTMzLjklIiB4PSItMjkuNiUiIHk9Ii0xMi4xJSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94Ij48ZmVPZmZzZXQgZHk9IjIiIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRPdXRlcjEiLz48ZmVHYXVzc2lhbkJsdXIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIiBzdGREZXZpYXRpb249IjIiLz48ZmVDb2xvck1hdHJpeCBpbj0ic2hhZG93Qmx1ck91dGVyMSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjUgMCIvPjwvZmlsdGVyPjxwYXRoIGlkPSJiIiBkPSJNNDEuNjYgMTMuOSAyNi44ODggMjguNjUgNDEuNjYgNDMuNGwtMi45NTUgNS45LTIwLjY4LTIwLjY1TDM4LjcwNiA4eiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQgLTYpIj48dXNlIGZpbGw9IiMwMDAiIGZpbHRlcj0idXJsKCNhKSIgeGxpbms6aHJlZj0iI2IiLz48dXNlIGZpbGw9IiNFQzFDMjQiIHhsaW5rOmhyZWY9IiNiIi8+PC9nPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0tMTQtNmg1OS4wODR2NTlILTE0eiIvPjwvZz48L3N2Zz4=);left:5%;right:unset}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .swiper-button-next{left:1%}}html[dir=rtl] .related-products__swiper .swiper-slide .product-item-text{text-align:right}html[dir=rtl] .related-products__swiper .swiper-slide .product-item-model:before{margin-left:.6944444444vw;margin-right:0}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[dir=rtl] .related-products__swiper .swiper-slide .product-item-model:before{margin-left:2.6666666667vw;margin-right:0}}html[dir=rtl] .swiper-button-prev{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzEiIGhlaWdodD0iNDkiPjxkZWZzPjxmaWx0ZXIgaWQ9ImEiIHdpZHRoPSIxNTkuMiUiIGhlaWdodD0iMTMzLjklIiB4PSItMjkuNiUiIHk9Ii0xMi4xJSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94Ij48ZmVPZmZzZXQgZHk9IjIiIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRPdXRlcjEiLz48ZmVHYXVzc2lhbkJsdXIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIiBzdGREZXZpYXRpb249IjIiLz48ZmVDb2xvck1hdHJpeCBpbj0ic2hhZG93Qmx1ck91dGVyMSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjUgMCIvPjwvZmlsdGVyPjxwYXRoIGlkPSJiIiBkPSJNNDEuNjYgMTIuOSAyNi44ODggMjcuNjUgNDEuNjYgNDIuNGwtMi45NTUgNS45LTIwLjY4LTIwLjY1TDM4LjcwNiA3eiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIj48ZyB0cmFuc2Zvcm09InJvdGF0ZSgtMTgwIDIyLjU0MiAyNykiPjx1c2UgZmlsbD0iIzAwMCIgZmlsdGVyPSJ1cmwoI2EpIiB4bGluazpocmVmPSIjYiIvPjx1c2UgZmlsbD0iI0VDMUMyNCIgeGxpbms6aHJlZj0iI2IiLz48L2c+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTQ1LjA4NCA1NEgtMTRWLTVoNTkuMDg0eiIvPjwvZz48L3N2Zz4=);left:unset;right:5%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .swiper-button-prev{right:1%}}html[dir=rtl] .related-products__swiper .swiper-slide .product-item-action-btn{margin-left:2.0833333333vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .related-products__swiper .swiper-slide .product-item-action-btn{margin-left:8vw;margin-right:0}}html[dir=rtl] .dz-container .related-products{padding:0}html[dir=rtl] .dz-container .related-products .swiper-button-next{left:-5%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .dz-container .related-products .swiper-button-next{left:1%}}html[dir=rtl] .dz-container .related-products .swiper-button-prev{right:-5%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .dz-container .related-products .swiper-button-prev{right:1%}}.rich-text-container{font-size:1.3888888889vw;font-style:normal;line-height:1.5;margin:0 auto;max-width:83.3333333333vw;overflow:hidden}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container{font-size:5.3333333333vw;max-width:none;padding:0 12vw}}.rich-text-container .read-more-btn{padding-bottom:0}.rich-text-container .more-button{background-color:#ec1c24;color:#fff;display:inline-block;font-size:1.3888888889vw;line-height:1;margin-top:1.3888888889vw;padding:1.3888888889vw 2.0833333333vw;text-decoration:none;transition:all .3s ease-in}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container .more-button{font-size:5.3333333333vw;margin-top:5.3333333333vw;padding:4.2666666667vw 5.3333333333vw}}.rich-text-container video{cursor:pointer;display:block;height:auto;width:100%}.rich-text-container video::-webkit-media-controls-fullscreen-button,.rich-text-container video::-webkit-media-controls-play-button{display:none}.rich-text-container video::-webkit-media-controls-current-time-display,.rich-text-container video::-webkit-media-controls-timeline{display:none}.rich-text-container video::-webkit-media-controls-mute-button,.rich-text-container video::-webkit-media-controls-time-remaining-display{display:none}.rich-text-container video::-webkit-media-controls-toggle-closed-captions-button,.rich-text-container video::-webkit-media-controls-volume-slider{display:none}.rich-text-container video::-webkit-media-controls-enclosure{display:none}.rich-text-container h3{font-size:2.9166666667vw;font-weight:700;padding:.7em 0 .3em}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container h3{font-size:8.5333333333vw}}.rich-text-container h4{font-size:2.5vw;font-weight:700;padding:.7em 0 .3em}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container h4{font-size:6.9333333333vw}}.rich-text-container h5{font-size:2.0833333333vw;font-weight:700;padding:.7em 0 .3em}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container h5{font-size:5.8666666667vw}}.rich-text-container h6{font-size:1.6666666667vw;font-weight:700;padding:.7em 0 .3em}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container h6{font-size:4.8vw}}.rich-text-container div,.rich-text-container p{clear:both;font-size:inherit;font-weight:400;overflow:hidden;padding-bottom:1em}.rich-text-container a{color:#ec1c24;text-decoration:underline}.rich-text-container sup{vertical-align:text-top}.rich-text-container img{display:block;margin:0 auto;max-width:100%}.rich-text-container ol{counter-reset:counter-name;font-size:inherit;font-weight:400;padding-bottom:1em}.rich-text-container ol li{font-size:inherit;list-style:none;padding-bottom:1em;padding-left:2.5em;position:relative}.rich-text-container ol li:before{color:#ec1c24;content:counter(counter-name,decimal-leading-zero);counter-increment:counter-name;font-size:1.2em;font-weight:700;left:0;position:absolute;top:0}.rich-text-container ul{font-weight:400}.rich-text-container ul,.rich-text-container ul li{font-size:inherit;list-style:none;padding-bottom:1em}.rich-text-container ul li{padding-left:1.875em;position:relative}.rich-text-container ul li:before{background-color:#ec1c24;border-radius:50%;content:"";height:.4em;left:0;position:absolute;top:.55em;width:.4em}.rich-text-container .table-container{margin:2.7777777778vw 0;overflow-x:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container .table-container{margin:8vw 0}}.rich-text-container table{border-collapse:collapse;font-size:1.25vw;width:100%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container table{font-size:7.4666666667vw}}.rich-text-container table td,.rich-text-container table th{border:1px solid #d9d9d9;padding:.6944444444vw;text-align:center}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container table td,.rich-text-container table th{padding:2.6666666667vw}}.rich-text-container table th{font-weight:700;line-height:1.3}.rich-text-container .align-left-img{margin:1.3888888889vw 1.3888888889vw 1.3888888889vw 0}.rich-text-container .align-right-img{margin:1.3888888889vw 0 1.3888888889vw 1.3888888889vw}.rich-text_styles.c-not-width-limted .rich-text-container{margin-left:8.3333333333vw;margin-right:8.3333333333vw;max-width:none}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text_styles.c-not-width-limted .rich-text-container{margin-left:5.3333333333vw;margin-right:5.3333333333vw;width:100%}}.rich-text_styles.c-gap-top{padding-top:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text_styles.c-gap-top{padding-top:0}}.rich-text_styles.c-gap-top .rich-text-box{padding-top:4.1666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text_styles.c-gap-top .rich-text-box{padding-top:8vw}}.rich-text_styles .rich-text-box.c-grey-color .rich-text-container{color:#8e8e8e!important;font-size:.9722222222vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text_styles .rich-text-box.c-grey-color .rich-text-container{font-size:3.7333333333vw;padding:0 4vw}}.rich-text_styles .rich-text-box.c-grey-color .rich-text-container h2{font-size:1.4583333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text_styles .rich-text-box.c-grey-color .rich-text-container h2{font-size:5.6vw}}.rich-text_styles .rich-text-box.c-grey-bgc{background-color:#f6f6f6}html[dir=rtl] .rich-text_styles .rich-text-container ol li{padding-left:0;padding-right:2.5em}html[dir=rtl] .rich-text_styles .rich-text-container ol li:before{left:unset;right:0}html[dir=rtl] .rich-text_styles .rich-text-container ul li{padding-left:0;padding-right:1.4583333333vw}html[dir=rtl] .rich-text_styles .rich-text-container ul li:before{left:unset;right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .rich-text_styles .rich-text-container ul li{padding-left:0;padding-right:5.3333333333vw}}.store-v2{padding-bottom:6.25vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2{padding-bottom:16vw}}.store-v2-title{display:none}.store-v2__wrapper{position:relative}.store-v2__wrapper-content{height:41.6666666667vw;position:relative}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-content{height:206.6666666667vw}}.store-v2__wrapper-res{height:100%;left:8.3333333333vw;overflow-y:auto;padding:4.1666666667vw 0;position:absolute;top:0;width:26.875vw;z-index:99}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-res{bottom:4vw;height:auto;left:0;padding:0;top:auto;width:100%}.store-v2__wrapper-list{display:flex}}.store-v2__wrapper-list__item{background-color:#fff;cursor:pointer;margin-top:2.0833333333vw;padding:2.0833333333vw 4.1666666667vw;position:relative}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-list__item{font-size:4.2666666667vw;margin:0 4vw;padding:8vw}}.store-v2__wrapper-list__item.active:before{background-color:#ec1c24}.store-v2__wrapper-list__item:before{background-color:#000;content:" ";height:2.7777777778vw;left:0;position:absolute;top:0;transition:background-color .3s ease;width:2.7777777778vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-list__item:before{height:8vw;width:8vw}.store-v2__wrapper-list__item .spaces{width:58.6666666667vw}}.store-v2__wrapper-map{height:100%;width:100%}.store-v2__filter{background-color:#fff;box-shadow:0 .1388888889vw .2777777778vw 0 rgba(0,0,0,.25);font-size:1.1111111111vw;margin-left:8.3333333333vw;margin-right:8.3333333333vw;position:relative}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__filter{box-shadow:0 .5333333333vw 1.0666666667vw 0 rgba(0,0,0,.25);font-size:3.7333333333vw;margin-left:5.3333333333vw;margin-right:5.3333333333vw}}.store-v2__filter-operate{display:flex;justify-content:space-between;padding:0 2.7777777778vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__filter-operate{padding:0 8vw}}.store-v2__filter-operate span{cursor:pointer;line-height:3.625}.store-v2__filter-operate span i{margin-right:.6944444444vw}.store-v2__filter-operate-close{color:#ec1c24;display:none}.store-v2__filter-operate-close i{color:#000}.store-v2__filter-operate-reset{color:#7a7a7a;display:none}.store-v2__filter-operate-close,.store-v2__filter-operate-open{font-weight:700}.store-v2__filter-content{display:none;position:absolute;width:100%;z-index:999}.store-v2__filter-categories{background:#fff;box-shadow:0 .1388888889vw .2777777778vw 0 rgba(0,0,0,.25);display:flex;flex-wrap:wrap;height:auto;padding-top:2.0833333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__filter-categories{box-shadow:0 .5333333333vw 1.0666666667vw 0 rgba(0,0,0,.25)}}.store-v2__filter-category{border-right:1px solid #d4d4d4;padding:0 0 2.0833333333vw 2.7777777778vw;width:33.3333333333%}.store-v2__filter-category:nth-child(3n){border:none}.store-v2__filter-category-title{font-weight:600;margin-bottom:1.3888888889vw}.store-v2__filter-category-list{display:flex;flex-wrap:wrap}.store-v2__filter-category-list li{align-items:center;display:flex;margin-bottom:1.1805555556vw;position:relative;width:50%}.store-v2__filter-category-list li input{cursor:pointer;height:100%;opacity:0;position:absolute;width:100%;z-index:1}.store-v2__filter-category-list li label{cursor:pointer}.store-v2__filter-category-list li .check-box-fake{border:.2083333333vw solid #000;color:#fff;display:inline-block;font-weight:600;height:1.25vw;margin-right:1.0416666667vw;min-width:1.25vw;position:relative;width:1.25vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__filter-category-list li .check-box-fake{align-items:center;border:.5333333333vw solid #000;display:flex;height:4.8vw;justify-content:center;width:4.8vw}}.store-v2__filter-category-list li .check-box-fake i{align-items:center;color:#ec1c24;display:none;font-size:.8333333333vw;font-weight:600;height:.8333333333vw;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:.8333333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__filter-category-list li .check-box-fake i{font-size:3.7333333333vw}}.store-v2__filter-category-list li input:checked+.check-box-fake i{display:initial}.store-v2__total{font-size:1.1111111111vw;margin:2.7777777778vw 8.3333333333vw;text-align:right}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__total{font-size:4.2666666667vw;margin-left:5.3333333333vw;margin-right:5.3333333333vw;margin:10.6666666667vw 14.6666666667vw;text-align:left}}.store-v2__total-num{color:#ec1c24}.store-v2__wrapper-search__btn,.store-v2__wrapper-search__position,.store-v2__wrapper-search__title{display:none}.store-v2__wrapper-search__wrapper{box-shadow:0 2px 4px 0 rgba(0,0,0,.25);position:absolute;right:8.3333333333vw;top:11.3194444444vw;z-index:1}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-search__wrapper{left:4vw;right:auto;top:43.2vw}}.store-v2__wrapper-search__icon{color:#ec1c24;font-size:1.6666666667vw;font-weight:600;height:3.4722222222vw;left:0;line-height:3.4722222222vw;position:absolute;text-align:center;top:0;width:3.4722222222vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-search__icon{font-size:6.4vw;height:13.3333333333vw;line-height:13.3333333333vw;text-align:center;width:13.3333333333vw}}.store-v2__wrapper-search__input{background-color:#fff;border:none;box-shadow:none;height:3.4722222222vw;line-height:3.4722222222vw;outline:none;text-indent:4.1666666667vw;width:36.1111111111vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-search__input{height:13.3333333333vw;line-height:13.3333333333vw;text-indent:16vw;width:89.3333333333vw}}.store-v2 .gmnoprint{display:none}.igws-survey{margin-bottom:4.1666666667vw;margin-top:4.1666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey{margin-bottom:16vw;margin-top:16vw}}.igws-survey .igws-survey__content{background:#f6f6f6;font-family:MyriadPro,Helvetica,Arial Unicode MS,serif;margin:0 auto;padding:4.1666666667vw 3.4722222222vw;width:83.3333333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content{padding:8vw 4vw;width:100vw}}.igws-survey .igws-survey__content .page{align-items:flex-start;background-color:#f6f6f6}.igws-survey .igws-survey__content .page .content{margin-right:0;width:64.5833333333vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .page .content{width:92vw!important}}.igws-survey .igws-survey__content .page .content .md-form .list .md-form-item .title-type{color:#999;font-family:MyriadPro,Helvetica,Arial Unicode MS,serif!important}.igws-survey .igws-survey__content .page .formName{font-family:MyriadPro,Helvetica,Arial Unicode MS,serif!important;font-size:2.5vw;margin-bottom:2.0833333333vw;text-align:left;width:64.5833333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .page .formName{font-size:8.5333333333vw;margin-bottom:7.4666666667vw;width:78.6666666667vw}}.igws-survey .igws-survey__content .md-form-item--default{margin-bottom:0!important}.igws-survey .igws-survey__content .md-form-item--default .md-form-item__content{line-height:2.2222222222vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-form-item--default .md-form-item__content{line-height:8.5333333333vw}}.igws-survey .igws-survey__content .md-form-item{margin-bottom:2.0833333333vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-form-item{margin-bottom:8vw!important}}.igws-survey .igws-survey__content .md-form-item__content .promptText{line-height:1.8055555556vw!important;min-height:1.8055555556vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-form-item__content .promptText{line-height:6.9333333333vw!important;min-height:6.9333333333vw}}.igws-survey .igws-survey__content .md-form-item__content .promptText+div{margin-bottom:.3472222222vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-form-item__content .promptText+div{margin-bottom:1.3333333333vw!important}}.igws-survey .igws-survey__content .md-form-item .md-form-item__label{color:#646464!important;font-family:MyriadPro,Helvetica,Arial Unicode MS,serif!important;font-size:.8333333333vw!important;line-height:.8333333333vw!important;margin-bottom:.6944444444vw!important;position:relative}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-form-item .md-form-item__label{font-size:3.2vw!important;line-height:3.2vw!important;margin-bottom:2.6666666667vw!important}}.igws-survey .igws-survey__content .is-required .md-form-item__label:before{display:none}.igws-survey .igws-survey__content .is-required .md-form-item__label:after{color:#ec1c24;content:"*";margin-left:4px}.igws-survey .igws-survey__content .startRate .startRateTemplate .md-rate{--md-rate-star-color:#ec1c24!important;--md-rate-void-color:#d1d1d1!important}.igws-survey .igws-survey__content .startRate .startRateTemplate .md-rate .md-rate__item{margin-right:.8333333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .startRate .startRateTemplate .md-rate .md-rate__item{margin-right:3.2vw}}.igws-survey .igws-survey__content .startRate .labelList{flex-direction:row;margin-top:1.1111111111vw;width:64.5833333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .startRate .labelList{margin-top:4.2666666667vw;width:92vw}}.igws-survey .igws-survey__content .startRate .tagsItem{border:1px solid #979797;border-radius:0;color:#000;display:inline-block;font-size:1.1111111111vw;height:2.5vw;line-height:2.5vw;margin-bottom:.6944444444vw;margin-right:.6944444444vw;max-width:none;overflow:visible;padding:0 1.3888888889vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .startRate .tagsItem{font-size:3.2vw!important;height:9.6vw;line-height:9.6vw;margin-bottom:2.6666666667vw;margin-right:2.6666666667vw;padding:0 5.3333333333vw}}.igws-survey .igws-survey__content .startRate .tagsItem.tagChecked{background:rgba(236,28,36,.1);border:1px solid #ec1c24;color:#ec1c24}.igws-survey .igws-survey__content .startRate .tagsItem.tagChecked:after{background:none;border:none}.igws-survey .igws-survey__content .md-rate{height:1.8055555556vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-rate{height:8.8vw}}.igws-survey .igws-survey__content .startRate .startRateTemplate .startRateDesc{line-height:1.8055555556vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .startRate .startRateTemplate .startRateDesc{line-height:8.8vw}}.igws-survey .igws-survey__content .startRate span{color:#000;font-size:1.1111111111vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .startRate span{font-size:4.2666666667vw}}.igws-survey .igws-survey__content .md-rate__decimal,.igws-survey .igws-survey__content .md-rate__icon,.igws-survey .igws-survey__content .md-rate__icon svg,.igws-survey .igws-survey__content .md-rate__item{height:1.8055555556vw;width:1.8055555556vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-rate__decimal,.igws-survey .igws-survey__content .md-rate__icon,.igws-survey .igws-survey__content .md-rate__icon svg,.igws-survey .igws-survey__content .md-rate__item{height:8.8vw;width:8.8vw}}.igws-survey .igws-survey__content .md-icon{margin-right:14px}.igws-survey .igws-survey__content .nps-main .nps-process{height:2.7777777778vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .nps-main .nps-process{height:8.5333333333vw}}.igws-survey .igws-survey__content .nps-main .nps-process .p{background:#fff;color:#000;font-family:MyriadPro,Helvetica,Arial Unicode MS,serif!important;font-size:1.1111111111vw;height:2.7777777778vw;line-height:2.7777777778vw;width:3.0555555556vw}.igws-survey .igws-survey__content .nps-main .nps-process .p:hover{background-color:#ec1c24;border-color:#ccc transparent #ccc #ccc!important;color:#fff}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .nps-main .nps-process .p{font-size:4.2666666667vw;height:8.5333333333vw;line-height:8.5333333333vw;width:9.0666666667vw}}.igws-survey .igws-survey__content .nps-main .nps-process:has(.p:hover) .p:not(:hover,:hover~*){background-color:#ec1c24;border-color:#ccc transparent #ccc #ccc!important;color:#fff}.igws-survey .igws-survey__content .nps-main .ctitle{margin-bottom:10px;width:33.6805555556vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .nps-main .ctitle{width:92vw!important}}.igws-survey .igws-survey__content .nps-main .ctitle .st{color:#000;display:block;font-size:1.1111111111vw;height:1.3888888889vw;line-height:1.3888888889vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .nps-main .ctitle .st{font-size:4.2666666667vw;height:5.3333333333vw;line-height:5.3333333333vw}}.igws-survey .igws-survey__content .nps-main .nps-process .p:first-child,.igws-survey .igws-survey__content .nps-main .nps-process .p:last-child{border-radius:0}.igws-survey .igws-survey__content .nps-main .nps-process .p.active{background-color:#ec1c24!important;border-color:#ccc transparent #ccc #ccc!important;color:#fff!important}.igws-survey .igws-survey__content .md-textarea{align-items:center;background:#fff!important;border:1px solid #d6d6d6;border-radius:0!important;display:flex;font-size:1.1111111111vw!important;height:3.3333333333vw!important;justify-content:center;padding:1.3888888889vw 2.0833333333vw!important;resize:none!important;transition:all .3s ease;width:35.7638888889vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-textarea{font-size:4.2666666667vw!important;height:12.8vw!important;line-height:12.8vw!important;padding:5.3333333333vw 8vw!important;width:92vw!important}}.igws-survey .igws-survey__content .md-textarea::placeholder{color:#c5c5c5}.igws-survey .igws-survey__content .md-textarea .md-textarea__inner{font-family:MyriadPro,Helvetica,Arial Unicode MS,serif!important;height:3.3333333333vw!important;line-height:3.3333333333vw!important;min-height:none!important;padding:0!important;resize:none!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-textarea .md-textarea__inner{height:12.8vw!important;line-height:12.8vw!important}}.igws-survey .igws-survey__content .md-textarea:hover{border-color:#ec1c24;box-shadow:0 0 0 2px rgba(121,191,228,.2)}.igws-survey .igws-survey__content .md-textarea .md-textarea__inner{background:transparent!important;border:none!important}.igws-survey .igws-survey__content .md-textarea .md-input__count,.igws-survey .igws-survey__content .md-textarea .md-input__suffix{display:none!important}.igws-survey .igws-survey__content .inputTextare{height:10.4166666667vw!important;width:71.5277777778vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .inputTextare{height:40vw!important}}.igws-survey .igws-survey__content .inputTextare .md-textarea__inner{height:10.4166666667vw!important;line-height:1.5!important;min-height:unset!important;padding:1.3888888889vw 0!important;scrollbar-width:none}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .inputTextare .md-textarea__inner{height:40vw!important;padding:5.3333333333vw 0!important}}.igws-survey .igws-survey__content .md-input{width:35.7638888889vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-input{width:92vw!important}}.igws-survey .igws-survey__content .md-input__inner{font-family:MyriadPro,Helvetica,Arial Unicode MS,serif!important;font-size:1.1111111111vw!important;height:3.3333333333vw!important;line-height:3.3333333333vw!important;padding:0!important;resize:none!important;text-indent:2em;width:35.7638888889vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-input__inner{font-size:4.2666666667vw!important;height:12.8vw!important;line-height:12.8vw!important;width:92vw!important}}.igws-survey .igws-survey__content .md-input__inner:focus,.igws-survey .igws-survey__content .md-input__inner:hover{border:1px solid #ec1c24}.igws-survey .igws-survey__content .md-input__count{display:none}.igws-survey .igws-survey__content .md-upload-list--picture-card .md-upload-list__item{height:7.6388888889vw!important;width:7.6388888889vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-upload-list--picture-card .md-upload-list__item{height:29.3333333333vw!important;width:29.3333333333vw!important}}.igws-survey .igws-survey__content .md-upload{display:block}.igws-survey .igws-survey__content .md-upload .md-button{background:transparent!important;border:none!important;color:#ec1c24!important;display:flex;font-size:.8333333333vw!important;font-weight:700;height:auto!important;justify-content:flex-start;padding:0!important;width:auto!important}.igws-survey .igws-survey__content .md-upload .md-button:hover{background:transparent!important;border-color:transparent!important;color:#ec1c24!important}.igws-survey .igws-survey__content .md-upload .md-icon{height:auto!important;margin-right:4px!important;width:auto!important}.igws-survey .igws-survey__content .md-upload .md-icon svg{display:none}.igws-survey .igws-survey__content .md-upload .md-icon:after{-webkit-font-smoothing:antialiased;content:"";font-family:iconfont-toshiba!important;font-size:1.1111111111vw;font-style:normal}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-upload .md-icon:after{font-size:4.2666666667vw}}.igws-survey .igws-survey__content .md-upload--picture-card{background:transparent;border:none;height:auto;width:auto}.igws-survey .igws-survey__content .md-upload--picture-card:hover{background:transparent}.igws-survey .igws-survey__content .md-upload--picture-card div{align-items:center;display:flex;justify-content:flex-start}.igws-survey .igws-survey__content .md-upload--picture-card i{color:#ec1c24;margin-top:0}.igws-survey .igws-survey__content .md-upload--picture-card .md-picture-card-text{color:#ec1c24;font-family:MyriadPro,Helvetica,Arial Unicode MS,serif!important;font-size:1.1111111111vw;font-weight:700;margin-left:4px;margin-top:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-upload--picture-card .md-picture-card-text{font-size:4.2666666667vw}}.igws-survey .igws-survey__content .md-button{background:#ec1c24!important;border-radius:0!important;font-size:1.3888888889vw!important;height:auto!important;max-width:100%;min-width:8.3333333333vw!important;padding:1.3888888889vw 2.0833333333vw!important;width:auto!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-button{border-radius:0!important;font-size:4.2666666667vw!important;height:auto!important;min-width:28.8vw!important;padding:4.2666666667vw 8vw!important;width:auto!important}}.igws-survey .igws-survey__content .md-button span{font-family:MyriadPro,Helvetica,Arial Unicode MS,serif!important;font-size:1.1111111111vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-button span{font-size:4.2666666667vw!important}}.igws-survey .igws-survey__content .status-page .md-button--default{background:#ec1c24!important;border-color:#ec1c24!important;margin:0!important}.igws-survey .igws-survey__content .status-page .md-button--default span{font-family:MyriadPro,Helvetica,Arial Unicode MS,serif!important;font-size:.8333333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .status-page .md-button--default span{font-size:3.2vw}}.igws-survey .igws-survey__content .page .bottom{padding:0!important;width:64.5833333333vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .page .bottom{width:78.6666666667vw!important}}.igws-survey .igws-survey__content .page .bottom .md-button--default{background:#ec1c24!important;border-color:#ec1c24!important;margin:0!important}.igws-survey .igws-survey__content .page .bottom .md-button--default span{font-family:MyriadPro,Helvetica,Arial Unicode MS,serif!important}.igws-survey .igws-survey__content .md-checkbox__inner:hover{border-color:#ec1c24!important}.igws-survey .igws-survey__content .md-checkbox__inner{height:1.1111111111vw!important;position:relative;width:1.1111111111vw!important}.igws-survey .igws-survey__content .md-checkbox__inner:after{border-width:.1388888889vw!important;height:.4861111111vw!important;left:.2777777778vw!important;top:.0833333333vw!important;width:.2777777778vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-checkbox__inner{height:4.2666666667vw!important;width:4.2666666667vw!important}.igws-survey .igws-survey__content .md-checkbox__inner:after{border-width:.5333333333vw!important;height:1.8666666667vw!important;left:1.0666666667vw!important;top:.5333333333vw!important;width:1.0666666667vw!important}}.igws-survey .igws-survey__content .md-checkbox-group .md-checkbox.is-checked .md-checkbox__inner{background:#ec1c24!important;border-color:#ec1c24!important}.igws-survey .igws-survey__content .md-checkbox-group .md-checkbox.is-checked .md-checkbox__inner:hover{border-color:#ec1c24!important}.igws-survey .igws-survey__content .md-checkbox-group .md-checkbox .md-checkbox__label{color:#000!important;font-family:MyriadPro,Helvetica,Arial Unicode MS,serif!important;font-size:1.1111111111vw;line-height:1.3888888889vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-checkbox-group .md-checkbox .md-checkbox__label{font-size:4.2666666667vw;line-height:5.3333333333vw}}.igws-survey .igws-survey__content .md-checkbox-group .md-checkbox.md-checkbox+.md-checkbox{padding-top:.6944444444vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-checkbox-group .md-checkbox.md-checkbox+.md-checkbox{padding-top:2.6666666667vw}}.igws-survey .igws-survey__content .md-checkbox-group .md-checkbox.is-checked .md-checkbox__label{color:#000!important}.igws-survey .igws-survey__content .md-checkbox-group .block{padding:.3472222222vw 0!important;width:auto!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-checkbox-group .block{padding:1.3333333333vw 0!important}}.igws-survey .igws-survey__content .md-checkbox-group .block div>div{margin:.3472222222vw 0!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-checkbox-group .block div>div{margin:1.3333333333vw 0!important}}.igws-survey .igws-survey__content .md-radio__inner{border-radius:50%;height:1.1111111111vw!important;width:1.1111111111vw!important}.igws-survey .igws-survey__content .md-radio__inner:after{border-radius:50%;height:.5555555556vw!important;width:.5555555556vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-radio__inner{height:4.2666666667vw!important;width:4.2666666667vw!important}.igws-survey .igws-survey__content .md-radio__inner:after{border-radius:50%;height:2.1333333333vw!important;width:2.1333333333vw!important}}.igws-survey .igws-survey__content .md-radio-group .md-radio .md-radio__label,.igws-survey .igws-survey__content .md-radio-group .md-radio.is-checked .md-radio__label,.igws-survey .igws-survey__content .promptText{color:#000!important;font-family:MyriadPro,Helvetica,Arial Unicode MS,serif!important;font-size:1.1111111111vw;line-height:1.3888888889vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-radio-group .md-radio .md-radio__label,.igws-survey .igws-survey__content .md-radio-group .md-radio.is-checked .md-radio__label,.igws-survey .igws-survey__content .promptText{font-size:4.2666666667vw;line-height:5.3333333333vw}}.igws-survey .igws-survey__content .md-radio-group .md-radio.is-checked .md-radio__inner{border-color:#ec1c24!important}.igws-survey .igws-survey__content .md-radio-group .md-radio:hover .md-radio__label{color:#000!important}.igws-survey .igws-survey__content .md-radio-group .md-radio:hover .md-radio__inner{border-color:#ec1c24!important}.igws-survey .igws-survey__content .md-radio-group .md-radio.is-checked .md-radio__inner:after{background:#ec1c24!important}.igws-survey .igws-survey__content .md-radio-group .block{align-items:flex-start;padding:.3472222222vw 0!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-radio-group .block{padding:1.3333333333vw 0!important}}.igws-survey .igws-survey__content .md-radio-group .block div>div{margin:.3472222222vw 0!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-radio-group .block div>div{margin:1.3333333333vw 0!important}}.igws-survey .igws-survey__content .is-error .md-form-item__label:after{color:#ec1c24!important}.igws-survey .igws-survey__content .is-error .md-form-item__error{color:#ec1c24;font-size:.8333333333vw;padding-top:.5555555556vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .is-error .md-form-item__error{font-size:3.2vw;padding-top:2.1333333333vw}}.igws-survey .igws-survey__content .is-error .md-textarea{border-color:#ec1c24!important}.igws-survey .igws-survey__content .is-error .nps-process{margin-bottom:6px}.igws-survey .igws-survey__content .is-error .nps-main .nps-process .p{border-bottom-color:#ec1c24!important;border-top-color:#ec1c24!important}.igws-survey .igws-survey__content .is-error .nps-main .nps-process .p:first-child{border-left-color:#ec1c24!important}.igws-survey .igws-survey__content .is-error .nps-main .nps-process .p:last-child{border-right-color:#ec1c24!important}.igws-survey .igws-survey__content .md-result__title p:first-child{color:#296300!important}.igws-survey .igws-survey__content .md-result .icon-success{--md-result-color:#296300!important;color:#296300!important;height:5.5555555556vw!important;width:5.5555555556vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-result .icon-success{height:21.3333333333vw!important;width:21.3333333333vw!important}}.igws-survey .igws-survey__content .md-result__icon .icon-info{height:5.5555555556vw!important;width:5.5555555556vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-result__icon .icon-info{height:21.3333333333vw!important;width:21.3333333333vw!important}}.igws-survey .igws-survey__content .md-result__subtitle p{color:#000!important;font-family:MyriadPro,Helvetica,Arial Unicode MS,serif!important;font-size:.9722222222vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-result__subtitle p{font-size:3.7333333333vw}}.igws-survey .igws-survey__content .status-page .word1{font-size:1.25vw;line-height:1.8055555556vw;margin-top:.8333333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .status-page .word1{font-size:4.8vw;line-height:6.9333333333vw;margin-top:3.2vw}}.igws-survey .igws-survey__content #mc-activity-web[dir=rtl] .formName{text-align:right}.igws-survey .igws-survey__content #mc-activity-web[dir=rtl] .nps-main .nps-process .p:first-child,.igws-survey .igws-survey__content #mc-activity-web[dir=rtl] .nps-main .nps-process .p:last-child{border-radius:0}.igws-survey .igws-survey__content .parapraph-content,.igws-survey .igws-survey__content .parapraph-content p{font-size:.8333333333vw!important;line-height:1.8055555556vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .parapraph-content,.igws-survey .igws-survey__content .parapraph-content p{font-size:3.2vw!important;line-height:6.9333333333vw!important}}.igws-survey .igws-survey__content .md-image-viewer__close .md-icon{margin-right:0}.igws-survey .igws-survey__content .md-image-viewer__wrapper{z-index:9000!important}.igws-survey .igws-survey__content .md-image{height:8.3333333333vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-image{height:32vw!important}}.new-products>.md-container{display:block!important}.gws-teaserV3__styles.c-flex-row .gws-teaserV3{flex-direction:row}.gws-teaserV3__styles.c-flex-row-reverse .gws-teaserV3{flex-direction:row-reverse}.gws-teaserV3__styles.c-flex-row-reverse .gws-teaserV3 .c-hover-display-another .gws-teaserV3-asset-hover img{left:100%;right:auto}.gws-teaserV3__styles.c-flex-row-reverse .gws-teaserV3 .c-hover-display-another .gws-teaserV3-asset-hover .gws-teaserV3-asset-block{bottom:0;top:auto;transform:translate(-50%,-30%)}.gws-teaserV3__styles.c-flex-row-reverse .gws-teaserV3 .c-hover-display-another:hover .gws-teaserV3-asset-hover img{left:50%}.gws-teaserV3{align-items:center;display:flex;padding-left:8.3333333333vw;padding-right:8.3333333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-teaserV3{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}@media screen and (max-width:767px){.gws-teaserV3{flex-direction:column-reverse!important;padding-left:0;padding-right:0}}.gws-teaserV3-asset,.gws-teaserV3-content{width:50%}@media screen and (max-width:767px){.gws-teaserV3-asset,.gws-teaserV3-content{width:100%}}.gws-teaserV3-content{padding:0 7.9861111111vw;word-break:break-word}@media screen and (max-width:767px){.gws-teaserV3-content{padding-bottom:16vw;padding-left:12vw;padding-right:12vw;padding-top:16vw}}.gws-teaserV3-pre{color:#ec1c24;font-size:.8333333333vw;font-weight:600;letter-spacing:1.5px;margin-bottom:.6944444444vw}@media screen and (max-width:767px){.gws-teaserV3-pre{font-size:3.2vw;margin-bottom:2.6666666667vw}}.gws-teaserV3-pre:before{background:#ec1c24;content:" ";display:inline-block;height:.6944444444vw;margin-right:.6944444444vw;position:relative;width:1.3888888889vw}@media screen and (max-width:767px){.gws-teaserV3-pre:before{height:2.6666666667vw;margin-right:2.6666666667vw;width:5.3333333333vw}}.gws-teaserV3-title{font-family:MyriadPro-SemiCn,Helvetica,Arial Unicode MS,serif;font-size:2.6388888889vw;font-style:normal;font-weight:700;line-height:1.35}@media screen and (max-width:767px){.gws-teaserV3-title{font-size:6.4vw}}.gws-teaserV3-sub{font-size:2.0833333333vw;font-style:normal;line-height:1.35}@media screen and (max-width:767px){.gws-teaserV3-sub{font-size:6.4vw}}.gws-teaserV3-desc{font-size:1.3888888889vw;font-weight:300;line-height:1.2;margin-bottom:2.0833333333vw;margin-top:2.0833333333vw}@media screen and (max-width:767px){.gws-teaserV3-desc{font-size:4.2666666667vw;margin-bottom:5.3333333333vw;margin-top:5.3333333333vw}}.gws-teaserV3-disclaimer{font-size:.9722222222vw;font-weight:400;line-height:1.5;margin-bottom:1.3888888889vw}@media screen and (max-width:767px){.gws-teaserV3-disclaimer{font-size:3.2vw;margin-bottom:5.3333333333vw}}.gws-teaserV3-action{background-color:#ec1c24;border-radius:0;color:#fff;cursor:pointer;display:inline-block;font-size:1.3888888889vw;line-height:1;margin-bottom:1.3888888889vw;padding:1.3888888889vw 2.0833333333vw;text-align:center}@media screen and (max-width:767px){.gws-teaserV3-action{font-size:4.2666666667vw;margin-bottom:0;padding:4.2666666667vw 8vw}}.gws-teaserV3-action:hover{background-color:#ec1c24;color:#fff!important}.gws-teaserV3-action.disable{background-color:#f58d91;color:#fff;cursor:default;pointer-events:none}@media screen and (max-width:767px){.gws-teaserV3-action{font-size:5.3333333333vw;padding-left:5.3333333333vw;padding-right:5.3333333333vw}}.gws-teaserV3-asset{overflow:hidden;position:relative}.gws-teaserV3-asset-link{bottom:0;left:0;position:absolute;right:0;top:0;z-index:10}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-teaserV3-asset-hover{display:none}}.gws-teaserV3-asset-hover:before{background-color:#fff;border:.6666666667vw solid #f6f6f6;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease;z-index:1}.gws-teaserV3-asset-hover img{max-height:60%;max-width:50%;position:absolute;right:100%;top:50%;transform:translateY(-50%);transition:all .3s ease;width:auto!important;z-index:2}.gws-teaserV3-asset-hover .gws-teaserV3-asset-block{background-color:#ec1c24;height:0;left:50%;position:absolute;top:0;transform:translate(-50%,30%);transition:all .3s ease;width:8.3333333333vw;z-index:1}.gws-teaserV3-asset.c-hover-enlarge{overflow:hidden}.gws-teaserV3-asset.c-hover-enlarge img{transition:all .3s}@media screen and (min-width:1200px){.gws-teaserV3-asset.c-hover-enlarge:hover img{transform:scale(1.1)}}.gws-teaserV3-asset.c-hover-display-another:hover .gws-teaserV3-asset-hover:before{opacity:1}.gws-teaserV3-asset.c-hover-display-another:hover .gws-teaserV3-asset-hover img{right:50%}.gws-teaserV3-asset.c-hover-display-another:hover .gws-teaserV3-asset-hover .gws-teaserV3-asset-block{height:30%}html[dir=rtl] .gws-teaserV3__styles.c-flex-row .gws-teaserV3{flex-direction:row-reverse}html[dir=rtl] .gws-teaserV3__styles.c-flex-row .gws-teaserV3 .c-hover-display-another .gws-teaserV3-asset-hover img{left:auto!important;right:100%!important}html[dir=rtl] .gws-teaserV3__styles.c-flex-row .gws-teaserV3 .c-hover-display-another .gws-teaserV3-asset-block{bottom:0;top:auto;transform:translate(-50%,-30%)}html[dir=rtl] .gws-teaserV3__styles.c-flex-row .gws-teaserV3 .c-hover-display-another:hover .gws-teaserV3-asset-hover img{right:50%!important}html[dir=rtl] .gws-teaserV3__styles.c-flex-row-reverse .gws-teaserV3{flex-direction:row}html[dir=rtl] .gws-teaserV3__styles.c-flex-row-reverse .gws-teaserV3 .c-hover-display-another .gws-teaserV3-asset-hover img{left:100%;right:auto}html[dir=rtl] .gws-teaserV3__styles.c-flex-row-reverse .gws-teaserV3 .c-hover-display-another .gws-teaserV3-asset-block{bottom:auto;top:0;transform:translate(-50%,30%)}html[dir=rtl] .gws-teaserV3__styles.c-flex-row-reverse .gws-teaserV3 .c-hover-display-another:hover .gws-teaserV3-asset-hover img{left:50%}html[dir=rtl] .gws-teaserV3__styles .gws-teaserV3-pre:before{margin-left:.6944444444vw;margin-right:0}@media screen and (max-width:767px){html[dir=rtl] .gws-teaserV3__styles .gws-teaserV3-pre:before{margin-left:2.6666666667vw}}html[dir=rtl] .gws-teaserV3__styles .gws-teaserV3-asset-hover img{left:100%;right:auto!important}html[dir=rtl] .gws-teaserV3__styles .gws-teaserV3-asset.c-hover-display-another:hover .gws-teaserV3-asset-hover img{left:50%}html[dir=rtl],html[dir=rtl] body{overflow-x:hidden}html[dir=rtl] header .bbt:after{left:unset!important;right:0}html[dir=rtl] header .brand_icon{margin-left:1.3888888889vw;margin-right:0!important}html[dir=rtl] header .nav_info_item{margin-left:0!important;margin-right:2.0833333333vw}html[dir=rtl] header .nav_info_search_submit{left:auto!important;padding-left:0!important;padding-right:1.0416666667vw;right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] header .nav_info_search_submit{padding-right:4vw;right:auto!important}}html[dir=rtl] header .nav_info_search_close{left:0;padding-left:0!important;padding-right:1.8055555556vw;right:auto!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] header .nav_info_search_close{left:auto!important;padding-right:3.2vw}html[dir=rtl] header .nav_info_search{padding:2.6666666667vw 5.3333333333vw}html[dir=rtl] header .nav_info_search_input{padding:0 13.3333333333vw 0 0!important}html[dir=rtl] header .nav_mob_toggle{margin-left:-5.3333333333vw;margin-right:0!important}html[dir=rtl] header .nav_mob_search_toggle{margin:0 2.6666666667vw 0 5.3333333333vw!important}}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1)and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:1200px)and (max-aspect-ratio:1/1)and (max-width:639px),screen and (max-width:639px)and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px)and (max-width:639px){html[dir=rtl] header .nav_type_wrap:before{left:2.6666666667vw;right:auto!important;transform:translate(-50%,-50%) rotate(-45deg)!important}}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] header .nav_type_img{margin:0 0 0 2.6666666667vw!important}html[dir=rtl] header .nav_mob_back_box{text-align:right!important}html[dir=rtl] header .nav_mob_back_box .nav_mob_back_img{margin-left:2.6666666667vw;margin-right:0!important}}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1)and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:1200px)and (max-aspect-ratio:1/1)and (max-width:639px),screen and (max-width:639px)and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px)and (max-width:639px){html[dir=rtl] header .nav_mob_back_box:before{margin-left:2.6666666667vw!important;margin-right:0!important;transform:rotate(135deg)!important}}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] header .nav_sub_type_item{text-align:right!important}html[dir=rtl] header .nav_sub_type_item .nav_sub_type_link:after{left:0!important;margin-left:0!important;margin-right:-2px;right:auto!important;transform:translateY(-50%) rotate(-45deg)!important}}html[dir=rtl] header .nav_sub_type_item{text-align:right!important}html[dir=rtl] header .nav_sub_type_link:before{margin-left:.6944444444vw!important;margin-right:0!important}html[dir=rtl] header .nav_sub_type_close{left:15.9722222222vw!important;right:auto!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] footer .footer_links_tit:after,html[dir=rtl] footer .footer_links_tit:before{left:2px;right:auto!important}}html[dir=rtl] .cate-banner-bar{background-image:-webkit-linear-gradient(left,#000 20%,hsla(0,0%,100%,0));background-image:linear-gradient(90deg,#000 20%,hsla(0,0%,100%,0))}html[dir=rtl] .left-text-right-img .text-info .video-btn span{margin-left:0!important;margin-right:.6944444444vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .left-text-right-img .text-info .video-btn span{margin-left:0!important;margin-right:2.6666666667vw}}html[dir=rtl] .swiper-banner-main .textInfo-bg .video-btn span{margin-left:0!important;margin-right:.6944444444vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .swiper-banner-main .textInfo-bg .video-btn span{margin-left:0!important;margin-right:2.6666666667vw}}html[dir=rtl] .home-text-img .left-text-right-img .left-text-right-img-main .left-text-right-img-main{flex-direction:row}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .home-text-img .left-text-right-img .left-text-right-img-main .left-text-right-img-main{flex-direction:row}}html[dir=rtl] .home-text-img .left-text-right-img .left-text-right-img-main .red-title-left:before{margin-left:.6944444444vw!important;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .home-text-img .left-text-right-img .left-text-right-img-main .red-title-left:before{width:30px}}html[dir=rtl] .home-text-img .left-text-right-img:nth-child(2n){flex-direction:row-reverse}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .home-text-img .left-text-right-img:nth-child(2n){flex-direction:row}html[dir=rtl] .home-text-img .left-text-right-img .text-info .richtxt-title h5{font-size:8vw}}html[dir=rtl] .home-info-banner{padding-bottom:unset!important}html[dir=rtl] .home-info-banner .text-info .video-btn span{margin-left:0;margin-right:.6944444444vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .home-info-banner .text-info .video-btn span{margin-left:0;margin-right:2.6666666667vw}html[dir=rtl] .swiper-banner .swiper-banner-pagination .swiper-pagination-bullet:first-child{margin-left:5.3333333333vw;margin-right:0}}html[dir=rtl] .swiper-banner .swiper-button-prev{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzEiIGhlaWdodD0iNDkiPjxkZWZzPjxmaWx0ZXIgaWQ9ImEiIHdpZHRoPSIxNTkuMiUiIGhlaWdodD0iMTMzLjklIiB4PSItMjkuNiUiIHk9Ii0xMi4xJSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94Ij48ZmVPZmZzZXQgZHk9IjIiIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRPdXRlcjEiLz48ZmVHYXVzc2lhbkJsdXIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIiBzdGREZXZpYXRpb249IjIiLz48ZmVDb2xvck1hdHJpeCBpbj0ic2hhZG93Qmx1ck91dGVyMSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjUgMCIvPjwvZmlsdGVyPjxwYXRoIGlkPSJiIiBkPSJNNDEuNjYgMTIuOSAyNi44ODggMjcuNjUgNDEuNjYgNDIuNGwtMi45NTUgNS45LTIwLjY4LTIwLjY1TDM4LjcwNiA3eiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIj48ZyB0cmFuc2Zvcm09InJvdGF0ZSgtMTgwIDIyLjU0MiAyNykiPjx1c2UgZmlsbD0iIzAwMCIgZmlsdGVyPSJ1cmwoI2EpIiB4bGluazpocmVmPSIjYiIvPjx1c2UgZmlsbD0iI0VDMUMyNCIgeGxpbms6aHJlZj0iI2IiLz48L2c+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTQ1LjA4NCA1NEgtMTRWLTVoNTkuMDg0eiIvPjwvZz48L3N2Zz4=)!important;left:auto!important;right:5.5555555556vw!important}html[dir=rtl] .swiper-banner .swiper-button-next{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzEiIGhlaWdodD0iNDkiPjxkZWZzPjxmaWx0ZXIgaWQ9ImEiIHdpZHRoPSIxNTkuMiUiIGhlaWdodD0iMTMzLjklIiB4PSItMjkuNiUiIHk9Ii0xMi4xJSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94Ij48ZmVPZmZzZXQgZHk9IjIiIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRPdXRlcjEiLz48ZmVHYXVzc2lhbkJsdXIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIiBzdGREZXZpYXRpb249IjIiLz48ZmVDb2xvck1hdHJpeCBpbj0ic2hhZG93Qmx1ck91dGVyMSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjUgMCIvPjwvZmlsdGVyPjxwYXRoIGlkPSJiIiBkPSJNNDEuNjYgMTMuOSAyNi44ODggMjguNjUgNDEuNjYgNDMuNGwtMi45NTUgNS45LTIwLjY4LTIwLjY1TDM4LjcwNiA4eiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQgLTYpIj48dXNlIGZpbGw9IiMwMDAiIGZpbHRlcj0idXJsKCNhKSIgeGxpbms6aHJlZj0iI2IiLz48dXNlIGZpbGw9IiNFQzFDMjQiIHhsaW5rOmhyZWY9IiNiIi8+PC9nPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0tMTQtNmg1OS4wODR2NTlILTE0eiIvPjwvZz48L3N2Zz4=)!important;left:5.5555555556vw!important;right:auto!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .home-text-img .left-text-right-img .text-info{text-align:unset!important}html[dir=rtl] .home-text-img .left-text-right-img .left-text-right-img-main .red-title-left:before{margin-left:2.6666666667vw!important}}html[dir=rtl] .home-text-img .left-text-right-img .text-info .video-btn span{margin-top:0!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .home-text-img .left-text-right-img .text-info .video-btn span{margin-top:0!important}}html[dir=rtl] .compare-detail .compare-cards-container .compare-cards-list li .compare-cards-item-content .item-content-eyebrow:before{margin-left:.6944444444vw;margin-right:0!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .compare-detail .compare-cards-container .compare-cards-list li .compare-cards-item-content .item-content-eyebrow:before{margin-left:2.6666666667vw;margin-right:0!important}}html[dir=rtl] .compare-detail .compare-cards-container .compare-cards-list li .cards-item-delete{left:.6944444444vw;right:unset}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .compare-detail .compare-cards-container .compare-cards-list li .cards-item-delete{left:2.6666666667vw;right:unset}}html[dir=rtl] .comparison-header-content .header-content-link{left:unset!important;right:1.3888888889vw}html[dir=rtl] .comparison-header-content .header-content-link .icon-arrow-left{font-size:1.0416666667vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .comparison-header-content .header-content-link .icon-arrow-left{font-size:4vw!important}}html[dir=rtl] .comparison-header-content .header-content-link .icon-arrow-left:before{content:""!important}html[dir=rtl] .compare-product-specs .product-specs-list .specs-list-item .specs-list-box .specs-list-attr{border-left:1px solid #d4d4d4!important;border-right:unset!important;padding-right:1.1111111111vw}html[dir=rtl] .compare-product-specs .product-specs-list .specs-list-item .specs-list-box div:nth-child(4n+1){border-right:none!important;text-align:right!important}html[dir=rtl] .swiper-button-left-img{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzEiIGhlaWdodD0iNDkiPjxkZWZzPjxmaWx0ZXIgaWQ9ImEiIHdpZHRoPSIxNTkuMiUiIGhlaWdodD0iMTMzLjklIiB4PSItMjkuNiUiIHk9Ii0xMi4xJSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94Ij48ZmVPZmZzZXQgZHk9IjIiIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRPdXRlcjEiLz48ZmVHYXVzc2lhbkJsdXIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIiBzdGREZXZpYXRpb249IjIiLz48ZmVDb2xvck1hdHJpeCBpbj0ic2hhZG93Qmx1ck91dGVyMSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjUgMCIvPjwvZmlsdGVyPjxwYXRoIGlkPSJiIiBkPSJNNDEuNjYgMTMuOSAyNi44ODggMjguNjUgNDEuNjYgNDMuNGwtMi45NTUgNS45LTIwLjY4LTIwLjY1TDM4LjcwNiA4eiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQgLTYpIj48dXNlIGZpbGw9IiMwMDAiIGZpbHRlcj0idXJsKCNhKSIgeGxpbms6aHJlZj0iI2IiLz48dXNlIGZpbGw9IiNFQzFDMjQiIHhsaW5rOmhyZWY9IiNiIi8+PC9nPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0tMTQtNmg1OS4wODR2NTlILTE0eiIvPjwvZz48L3N2Zz4=)!important;left:6.6666666667vw!important;right:auto!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .swiper-button-left-img{left:2.4vw!important}}html[dir=rtl] .swiper-button-right-img{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzEiIGhlaWdodD0iNDkiPjxkZWZzPjxmaWx0ZXIgaWQ9ImEiIHdpZHRoPSIxNTkuMiUiIGhlaWdodD0iMTMzLjklIiB4PSItMjkuNiUiIHk9Ii0xMi4xJSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94Ij48ZmVPZmZzZXQgZHk9IjIiIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRPdXRlcjEiLz48ZmVHYXVzc2lhbkJsdXIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIiBzdGREZXZpYXRpb249IjIiLz48ZmVDb2xvck1hdHJpeCBpbj0ic2hhZG93Qmx1ck91dGVyMSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjUgMCIvPjwvZmlsdGVyPjxwYXRoIGlkPSJiIiBkPSJNNDEuNjYgMTIuOSAyNi44ODggMjcuNjUgNDEuNjYgNDIuNGwtMi45NTUgNS45LTIwLjY4LTIwLjY1TDM4LjcwNiA3eiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIj48ZyB0cmFuc2Zvcm09InJvdGF0ZSgtMTgwIDIyLjU0MiAyNykiPjx1c2UgZmlsbD0iIzAwMCIgZmlsdGVyPSJ1cmwoI2EpIiB4bGluazpocmVmPSIjYiIvPjx1c2UgZmlsbD0iI0VDMUMyNCIgeGxpbms6aHJlZj0iI2IiLz48L2c+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTQ1LjA4NCA1NEgtMTRWLTVoNTkuMDg0eiIvPjwvZz48L3N2Zz4=)!important;left:auto;right:6.6666666667vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .swiper-button-right-img{right:2.4vw!important}}html[dir=rtl] .wsc-product-basic__b1__back__link .i-arrow-left:before{content:""!important}html[dir=rtl] .wsc-product-basic__b2{left:0;right:auto}html[dir=rtl] .wsc-product-basic__b4__actions .btn_red{margin:0 0 0 2.0833333333vw}@media screen and (max-width:767px){html[dir=rtl] .wsc-product-basic__b4__actions .btn_red{margin:0 0 5.3333333333vw}}html[dir=rtl] .product__features__item:before{left:unset!important;right:0}html[dir=rtl] .product__features__item p{padding-left:unset!important;padding-right:1.1805555556vw}@media screen and (max-width:767px){html[dir=rtl] .product__features__item p{padding-left:unset!important;padding-right:4.5333333333vw}}html[dir=rtl] .product__model:before{margin:0 0 0 .6944444444vw}@media screen and (max-width:767px){html[dir=rtl] .product__model:before{margin:0 0 0 2.6666666667vw}}html[dir=rtl] .wsc-popup__close{left:2.7777777778vw;right:auto}@media screen and (max-width:767px){html[dir=rtl] .wsc-popup__close{left:5.3333333333vw}}html[dir=rtl] .wsc-popup__wrapper{right:50%;transform:translate(50%,-50%)}@media screen and (max-width:767px){html[dir=rtl] .wsc-popup__wrapper{left:0;right:0;transform:none}}html[dir=rtl] .product-buynow-areas__item.active:before{right:0}html[dir=rtl] .m-quick-specs .m-quick-specs-container .m-quick-specs-list .m-quick-specs-item-line:after{left:0;right:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .m-quick-specs .swiper-button-left-img{left:2.4vw!important;right:unset!important}html[dir=rtl] .m-quick-specs .swiper-button-right-img{left:unset!important;right:2.4vw!important}}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[dir=rtl] .product-product-box .range-bottom{padding-right:unset!important;text-align:center!important}}html[dir=rtl] .product-product-box .range-top .range-top-left{text-align:left}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-product-box .range-top .range-top-left{text-align:right}html[dir=rtl] .product-product-box .range-top .range-top-left .range-list .range-list-li{padding-left:unset!important;padding-right:4.5333333333vw}}html[dir=rtl] .product-product-box .range-top .range-top-left .range-list .range-list-li:before{margin-left:unset!important;margin-right:.3472222222vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[dir=rtl] .product-product-box .range-top .range-top-left .range-list .range-list-li:before{left:unset;margin-left:1.3333333333vw;margin-right:unset!important;right:0}html[dir=rtl] .product-product-box .range-top .range-top-right .range-list .range-list-li{padding-left:unset;padding-right:4.5333333333vw}}html[dir=rtl] .product-product-box .range-top .range-top-right .range-list .range-list-li:before{margin-left:.3472222222vw;margin-right:unset!important}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[dir=rtl] .product-product-box .range-top .range-top-right .range-list .range-list-li:before{left:unset;margin-left:1.3333333333vw;margin-right:unset!important;right:0}}html[dir=rtl] .product-product-box .range-top .range-info .range-list .range-list-li:before{top:.2777777778vw!important}html[dir=rtl] .product-product-box .range-top .range-center .range-center-text{padding:0 0 1.3888888889vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .p-w-r{margin:0 0 7.2vw 4vw!important}html[dir=rtl] .p-w-r .pr-review-snippet-container .pr-snippet-stars-reco-inline{text-align:right!important}}html[dir=rtl] .p-w-r .pr-snippet .pr-category-snippet__total{padding-left:unset!important;padding-right:.3472222222vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .p-w-r .pr-snippet .pr-category-snippet__total{padding-left:unset!important;padding-right:1.3333333333vw!important}}html[dir=rtl] .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-block{border-left:.0694444444vw solid #ccc!important;border-right:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-block{border-left:unset!important;border-right:unset!important}html[dir=rtl] .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-block .pr-review-snapshot-recomend .pr-snippet-reco-to-friend,html[dir=rtl] .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-block .pr-review-snapshot-snippets,html[dir=rtl] .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-block .pr-review-snapshot-snippets .pr-snippet .pr-snippet-read-and-write{text-align:right!important}html[dir=rtl] .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-block .pr-review-snapshot-recomend .pr-snippet-reco-to-friend .pr-reco-to-friend-message{margin-left:unset;margin-right:1.3333333333vw}}html[dir=rtl] .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-block:last-child{border-left:unset!important}html[dir=rtl] .p-w-r .pr-review-display .pr-review .pr-rd-description .pr-rd-side-content-block{left:-26%;right:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .p-w-r .pr-review-display .pr-review .pr-rd-description{text-align:right!important}html[dir=rtl] .p-w-r .pr-review-display .pr-review .pr-rd-header .pr-rd-star-rating .pr-snippet-stars .pr-rating-stars{float:right!important}html[dir=rtl] .p-w-r .pr-review-display .pr-review .pr-rd-footer,html[dir=rtl] .p-w-r .pr-review-display .pr-review .pr-rd-header .pr-rd-review-headline{text-align:right!important}}html[dir=rtl] .p-w-r .pr-review-display .pr-review .pr-rd-footer .pr-rd-helpful-action .pr-rd-helpful-action-group .pr-rd-helpful-action-btn-group .pr-helpful-yes{border-right:1px solid #ccc!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .p-w-r .pr-review-display .pr-rd-main-footer{text-align:right!important}}html[dir=rtl] .product-organ-far .product-organ .product-organ-list .product-organ-list-content .product-organ-list-content-item{border-left:unset!important;border-right:1px solid #d4d4d4!important;padding:0 1.0416666667vw 1.7361111111vw 0;text-align:right!important}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[dir=rtl] .product-organ-far .product-organ .product-organ-list .product-organ-list-content .product-organ-list-content-item{border-left:unset!important;border-right:none!important;margin-bottom:10.6666666667vw;padding:0 5.3333333333vw 0 9.3333333333vw!important;text-align:right!important}}html[dir=rtl] .product-organ-far .product-organ .product-organ-list .product-organ-list-content .product-organ-list-content-item:nth-child(4n+1){border-left:unset!important;border-right:none!important;text-align:right!important}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[dir=rtl] .product-organ-far .product-organ .product-organ-list .product-organ-list-content .product-organ-list-content-item:nth-child(4n+1){text-align:right!important}}html[dir=rtl] .m-list-cards-far .m-list-cards .m-list-cards-item .m-list-cards-item-desc{text-align:right!important}html[dir=rtl] .m-list-cards-far .m-list-cards .m-list-cards-item .m-list-cards-item-desc .m-list-cards-item-desc-details .u-btn-primary{margin-left:2.0833333333vw;margin-right:unset!important}html[dir=rtl] .range-product-box .dz-container .range-top .range-top-left{text-align:left!important}html[dir=rtl] .cate-container-main .cate-container .cate-instruction .cate-instruction-left .cate-instruction-item .cate-instruction-info .cate-instruction-subtitle:before{margin-left:.6944444444vw;margin-right:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .cate-container-main .cate-container .cate-instruction .cate-instruction-left .cate-instruction-item .cate-instruction-info .cate-instruction-subtitle:before{margin-left:2.6666666667vw;margin-right:unset!important}}html[dir=rtl] .cate-container-main .cate-container .cate-instruction .cate-instruction-left .cate-instruction-item .cate-instruction-info .cate-instruction-list .cate-instruction-list-item:before{left:unset!important;margin-left:.3472222222vw;margin-right:unset!important;right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .cate-container-main .cate-container .cate-instruction .cate-instruction-left .cate-instruction-item .cate-instruction-info .cate-instruction-list .cate-instruction-list-item:before{margin-left:1.3333333333vw;margin-right:unset!important}}html[dir=rtl] .cate-container-main .cate-container .cate-instruction .cate-instruction-left .cate-instruction-item .cate-instruction-info .cate-instruction-list .cate-instruction-list-item p{padding-left:unset!important;padding-right:.8333333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .cate-container-main .cate-container .cate-instruction .cate-instruction-left .cate-instruction-item .cate-instruction-info .cate-instruction-list .cate-instruction-list-item p{padding-left:unset!important;padding-right:3.2vw}}html[dir=rtl] .country-selector-main .mainland .countries .country .flag{margin-left:1.0416666667vw;margin-right:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .country-selector-main .mainland .countries .country .flag{margin-left:4vw;margin-right:unset!important}}html[dir=rtl] .faq-list-container .little-title:before{margin-left:.6944444444vw;margin-right:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .faq-list-container .little-title:before{margin-left:2.6666666667vw;margin-right:unset!important}}html[dir=rtl] .faq-search-result .back .back-to{margin-left:unset!important;margin-right:1.3888888889vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .faq-search-result .back .back-to .back-to{margin-left:unset!important;margin-right:5.3333333333vw}}html[dir=rtl] .faq-list-item-title{margin-left:1.3888888889vw;margin-right:unset!important}html[dir=rtl] .gas-body .u-eyebrow:before{margin-left:.6944444444vw;margin-right:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .gas-body .u-eyebrow:before{margin-left:2.6666666667vw;margin-right:unset!important}}html[dir=rtl] .gas-body .m-link-cards-container .total-results{left:3.8194444444vw;right:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .gas-body .m-link-cards-container .total-results{position:relative;right:unset!important}}html[dir=rtl] .gas-body .m-link-cards-container .distance-selection{left:auto;right:1.3888888889vw}html[dir=rtl] .gas-body .m-link-cards-container .distance-selection .select-text{margin-left:.6944444444vw;margin-right:0}@media screen and (max-width:767px){html[dir=rtl] .gas-body .m-link-cards-container .distance-selection .select-text{margin-left:2.6666666667vw}}html[dir=rtl] .gas-body .m-link-cards-container .distance-selection .radio-text{margin-left:0;margin-right:.6944444444vw}@media screen and (max-width:767px){html[dir=rtl] .gas-body .m-link-cards-container .distance-selection .radio-text{margin-right:2.6666666667vw}}html[dir=rtl] .gas-body .swiper-container-product .swiper-button-prev{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzEiIGhlaWdodD0iNDkiPjxkZWZzPjxmaWx0ZXIgaWQ9ImEiIHdpZHRoPSIxNTkuMiUiIGhlaWdodD0iMTMzLjklIiB4PSItMjkuNiUiIHk9Ii0xMi4xJSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94Ij48ZmVPZmZzZXQgZHk9IjIiIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRPdXRlcjEiLz48ZmVHYXVzc2lhbkJsdXIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIiBzdGREZXZpYXRpb249IjIiLz48ZmVDb2xvck1hdHJpeCBpbj0ic2hhZG93Qmx1ck91dGVyMSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjUgMCIvPjwvZmlsdGVyPjxwYXRoIGlkPSJiIiBkPSJNNDEuNjYgMTIuOSAyNi44ODggMjcuNjUgNDEuNjYgNDIuNGwtMi45NTUgNS45LTIwLjY4LTIwLjY1TDM4LjcwNiA3eiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIj48ZyB0cmFuc2Zvcm09InJvdGF0ZSgtMTgwIDIyLjU0MiAyNykiPjx1c2UgZmlsbD0iIzAwMCIgZmlsdGVyPSJ1cmwoI2EpIiB4bGluazpocmVmPSIjYiIvPjx1c2UgZmlsbD0iI0VDMUMyNCIgeGxpbms6aHJlZj0iI2IiLz48L2c+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTQ1LjA4NCA1NEgtMTRWLTVoNTkuMDg0eiIvPjwvZz48L3N2Zz4=)!important;left:unset!important;right:2.0833333333vw!important}html[dir=rtl] .gas-body .swiper-container-product .swiper-button-next{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzEiIGhlaWdodD0iNDkiPjxkZWZzPjxmaWx0ZXIgaWQ9ImEiIHdpZHRoPSIxNTkuMiUiIGhlaWdodD0iMTMzLjklIiB4PSItMjkuNiUiIHk9Ii0xMi4xJSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94Ij48ZmVPZmZzZXQgZHk9IjIiIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRPdXRlcjEiLz48ZmVHYXVzc2lhbkJsdXIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIiBzdGREZXZpYXRpb249IjIiLz48ZmVDb2xvck1hdHJpeCBpbj0ic2hhZG93Qmx1ck91dGVyMSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjUgMCIvPjwvZmlsdGVyPjxwYXRoIGlkPSJiIiBkPSJNNDEuNjYgMTMuOSAyNi44ODggMjguNjUgNDEuNjYgNDMuNGwtMi45NTUgNS45LTIwLjY4LTIwLjY1TDM4LjcwNiA4eiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQgLTYpIj48dXNlIGZpbGw9IiMwMDAiIGZpbHRlcj0idXJsKCNhKSIgeGxpbms6aHJlZj0iI2IiLz48dXNlIGZpbGw9IiNFQzFDMjQiIHhsaW5rOmhyZWY9IiNiIi8+PC9nPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0tMTQtNmg1OS4wODR2NTlILTE0eiIvPjwvZz48L3N2Zz4=)!important;left:2.0833333333vw;right:unset!important}html[dir=rtl] .i-arrowright:before{content:""!important}html[dir=rtl] .gap .notice_paragraph .notice_paragraph_cta .i-arrowright:before{content:""!important;font-size:1.1111111111vw!important}html[dir=rtl] .gas-pagination .m-pagination-contain .m-page .spage-number .pagination-button .i-arrow-left:before{content:""!important}html[dir=rtl] .gas-filter .m-filter-specs-box-attr{padding:0 2.7777777778vw 2.0833333333vw 0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .gas-filter .m-filter-specs-box-attr{padding:5.3333333333vw 10.6666666667vw 5.3333333333vw 5.3333333333vw}}html[dir=rtl] .gas-filter .m-filter-specs-box-attr .m-filter-specs-flex{direction:ltr!important}html[dir=rtl] .gas-filter .m-filter-specs-box-attr-list{padding-left:19.5%;padding-right:unset!important}html[dir=rtl] .gas-filter .m-filter-specs-box-attr-list .m-filter-specs-box-check-color{margin-left:unset!important;margin-right:1.0416666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .gas-filter .m-filter-specs-box-attr-list .m-filter-specs-box-check-color{margin-left:unset!important;margin-right:4vw}}html[dir=rtl] .gas-filter .m-filter-specs-box-attr-list .m-filter-specs-box-check-txt{margin-left:unset!important;margin-right:1.0416666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .gas-filter .m-filter-specs-box-attr-list .m-filter-specs-box-check-txt{margin-left:unset!important;margin-right:4vw}}html[dir=rtl] .news_details_head_content_label:before{margin-left:.9027777778vw;margin-right:unset!important}html[dir=rtl] .news_details .breadcrumb:before{margin-left:.6944444444vw;margin-right:unset!important;transform:rotate(225deg)!important}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[dir=rtl] .news_details .breadcrumb:before{margin-left:2.6666666667vw;margin-right:unset!important}}html[dir=rtl] .toshiba_rte ol li{padding-left:unset!important;padding-right:3.6805555556vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[dir=rtl] .toshiba_rte ol li{padding-left:unset!important;padding-right:6.6666666667vw}}html[dir=rtl] .toshiba_rte ol li:before{left:unset!important;right:0}html[dir=rtl] .toshiba_rte ul li{padding-left:unset!important;padding-right:2.7777777778vw}html[dir=rtl] .toshiba_rte ul li:before{left:unset!important;right:0}html[dir=rtl] .news-item-label:before{margin-left:.9027777778vw;margin-right:unset!important}html[dir=rtl] .news-list .news-item .content-wrapper .news-item-btn{left:unset!important;right:2.9166666667vw}html[dir=rtl] .inspirations .inspirations_hot_area{left:unset!important;right:30%}html[dir=rtl] .inspirations .inspirations_hot_area:last-child{left:unset!important;right:10%}html[dir=rtl] .inspirations:hover span{margin-left:unset!important;margin-right:.5555555556vw}html[dir=rtl] .search-content{padding:0 3.4722222222vw 0 1.3888888889vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .search-content{padding:0 13.3333333333vw 0 5.3333333333vw}}html[dir=rtl] .search-content .search-btn{left:unset!important;right:0}html[dir=rtl] .service-call .service-call-list .service-call-unit:nth-child(odd){margin-left:2.0833333333vw;margin-right:unset!important}html[dir=rtl] .service-call .service-call-list .service-call-unit .unit-label:before{margin-left:.6944444444vw;margin-right:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .service-call .service-call-list .service-call-unit .unit-label:before{margin-left:2.6666666667vw;margin-right:unset!important}}html[dir=rtl] .form .form-panel-body .form-input{padding:0 2.7777777778vw 0 0!important}html[dir=rtl] .form .form-panel-body .form-label .form-required{margin-left:unset!important;margin-right:.1388888889vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .form .form-panel-body .form-label .form-required{margin-left:unset!important;margin-right:.5333333333vw}}html[dir=rtl] .form .u-select .u-select-text .icon{margin-left:3.4722222222vw;margin-right:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .form .u-select .u-select-text .icon{margin-left:8vw;margin-right:unset!important}}html[dir=rtl] .form .u-select .u-select-options .u-select-options-item-text{margin-left:unset!important;margin-right:.6944444444vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .form .u-select .u-select-options .u-select-options-item-text{margin-left:unset!important;margin-right:2.6666666667vw}}html[dir=rtl] .form-group .help-icon{left:1.0416666667vw;right:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .form-group .help-icon{left:2.6666666667vw;right:unset!important}}html[dir=rtl] .products-page-container .page-number .i-arrow-left:before{content:""!important}html[dir=rtl] .tab-content-contain .tab-content .products-content .products-card .actions .details{margin-right:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .tab-content-contain .tab-content .products-content .products-card .actions .details{margin-right:unset!important}}html[dir=rtl] .tab-content-contain .tab-content .products-content .products-card .card-content .number:before{margin-left:.6944444444vw;margin-right:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .tab-content-contain .tab-content .products-content .products-card .card-content .number:before{margin-left:2.6666666667vw;margin-right:unset!important}}html[dir=rtl] .tab-content-contain .tab-content .products-content .products-card .card-content .feature li{padding-left:unset!important;padding-right:1.1805555556vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .tab-content-contain .tab-content .products-content .products-card .card-content .feature li{padding-left:unset!important;padding-right:4.5333333333vw}}html[dir=rtl] .tab-content-contain .tab-content .products-content .products-card .card-content .feature li:before{left:unset!important;right:0}html[dir=rtl] .tab-content-contain .tab-content .products-content .products-card .banner-swiper .swiper-button-next,html[dir=rtl] .tab-content-contain .tab-content .products-content .products-card .banner-swiper .swiper-button-prev{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}html[dir=rtl] .tab-content-contain .tab-content .products-content .products-card .banner-swiper .swiper-button-next{right:unset!important}html[dir=rtl] .form .btn-box{padding:2.0833333333vw 0 2.0833333333vw 2.0833333333vw!important}html[dir=rtl] .form .u-checkbox{margin-left:.6944444444vw;margin-right:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .form .u-checkbox{margin-left:2.6666666667vw;margin-right:unset!important}}html[dir=rtl] .form .form-group.upload .upload-action .help-icon{margin-left:unset!important;margin-right:.6944444444vw}html[dir=rtl] .form .form-group.upload .upload-action .upload-icon,html[dir=rtl] .service-store .store-map .store-distance-container .distance-selection .select-text{margin-left:.6944444444vw;margin-right:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .service-store .store-map .store-distance-container .distance-selection .select-text{margin-left:2.6666666667vw;margin-right:unset!important}}html[dir=rtl] .service-store .store-map .store-distance-container .distance-selection .distance-select .fake-select .distance-text{padding-left:1.3888888889vw;padding-right:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .service-store .store-map .store-distance-container .distance-selection .distance-select .fake-select .distance-text{padding-left:4vw;padding-right:unset!important}}html[dir=rtl] .service-store .store-map .store-filter .filter-box .show-filter .show-filter-icon{margin-left:.6944444444vw;margin-right:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .service-store .store-map .store-filter .filter-box .show-filter .show-filter-icon{margin-left:2.6666666667vw;margin-right:unset!important}}html[dir=rtl] .service-store .store-map .store-filter .filter-box .close-filter .show-filter-icon{margin-left:.6944444444vw;margin-right:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .service-store .store-map .store-filter .filter-box .close-filter .show-filter-icon{margin-left:2.6666666667vw;margin-right:unset!important}}html[dir=rtl] .service-store .store-map .store-filter .filter-list .check-box-list .check-box-unit .check-box-text{margin-left:unset!important;margin-right:1.0416666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .service-store .store-map .store-filter .filter-list .check-box-list .check-box-unit .check-box-text{margin-left:unset!important;margin-right:4vw}}html[dir=rtl] .service-downloads .downloads-filter .filter-box .show-filter .show-filter-icon{margin-left:.6944444444vw;margin-right:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .service-downloads .downloads-filter .filter-box .show-filter .show-filter-icon{margin-left:2.6666666667vw;margin-right:unset!important}}html[dir=rtl] .service-downloads .downloads-filter .filter-box .close-filter .show-filter-icon{margin-left:.6944444444vw;margin-right:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .service-downloads .downloads-filter .filter-box .close-filter .show-filter-icon{margin-left:2.6666666667vw;margin-right:unset!important}}html[dir=rtl] .service-downloads .downloads-filter .filter-list .check-box-list .check-box-unit .check-box-text{margin-left:unset!important;margin-right:1.0416666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .service-downloads .downloads-filter .filter-list .check-box-list .check-box-unit .check-box-text{margin-left:unset!important;margin-right:4vw}}html[dir=rtl] .form-panel-index{margin-left:2.0833333333vw;margin-right:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .form-panel-index{margin-left:5.3333333333vw;margin-right:unset!important}}html[dir=rtl] .cookie .cookie-btn .privacy-settings.btn{margin-left:0;margin-right:.6944444444vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .cookie .cookie-btn .privacy-settings.btn{margin-left:0;margin-right:2.6666666667vw}html[dir=rtl] .cookie .cookie-btn{padding-left:8vw}}html[dir=rtl] .news-swiper-banner .mask-white-bg .mask{background-color:transparent!important;background-image:linear-gradient(270deg,#fff 10%,hsla(0,0%,100%,0) 60%)!important}html[dir=rtl] .popup_container .popup_content .popup_operate a:first-child{margin-left:2.7777777778vw!important;margin-right:0!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .popup_container .popup_content .popup_operate a:first-child{margin-left:0!important}}html[dir=rtl] .popup_container .popup_content .popup_operate a:first-child{margin-left:2.7777777778vw;margin-right:unset!important}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[dir=rtl] .popup_container .popup_content .popup_operate a:first-child{margin-bottom:5.3333333333vw;margin-right:0}}html[dir=rtl] .popup_container .popup_content_close{left:2.0833333333vw;right:unset!important}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[dir=rtl] .popup_container .popup_content_close{left:5.3333333333vw;right:unset!important}}html[dir=rtl] .popup_container .popup_content_close:after{left:1px;right:unset!important}html[dir=rtl] .service-bar{background-image:linear-gradient(90deg,#000 20%,hsla(0,0%,100%,0))!important}html[dir=rtl] .z-cate-fixed{background-image:-webkit-linear-gradient(right,#000 5%,#000 70%)!important;background-image:linear-gradient(270deg,#000 5%,#000 70%)!important}html[dir=rtl] .service-map-content .service-map-list-main{left:unset!important;right:0}html[dir=rtl] .service-map-content .service-search{left:0;right:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .service-map-content .service-search{left:0!important;right:0!important}}html[dir=rtl] .service-map-content .service-search .search-form .clear-btn{left:1.3888888889vw;right:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .service-map-content .service-search .search-form .clear-btn{left:4vw;right:unset!important}}html[dir=rtl] .cookie{left:1.8%;right:unset!important}html[dir=rtl] .cookie .cookie-content{padding:1.3888888889vw 1.3888888889vw 1.0416666667vw 2.7777777778vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .cookie .cookie-content{padding:5.3333333333vw 0 4vw 5.3333333333vw!important}}html[dir=rtl] .cookie .cookie-close{left:.8333333333vw;right:unset!important}html[dir=rtl] .cookie .cookie-desc-attention{left:unset!important;right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .cookie .cookie-desc-attention{right:2.6666666667vw}}html[dir=rtl] .cookie .cookie-desc{padding-left:unset!important;padding-right:3.4722222222vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .cookie .cookie-desc{padding:0 13.3333333333vw 0 10.6666666667vw!important}}html[dir=rtl] #footer .footer_select_country,html[dir=rtl] #footer .footer_social .footer_social_tit,html[dir=rtl] #footer .footer_social_tit{font-weight:700!important}html[dir=rtl] .product-classify-list .m-category-item-check-icon{left:0;right:unset!important}html[dir=rtl] .service-map-content .service-map-list:before{left:unset;right:0}html[dir=rtl] .service-downloads .downloads-list-container .downloads-list .list-item .item-td .action-icon{margin-left:.3472222222vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .service-downloads .downloads-list-container .downloads-list .list-item .item-td .action-icon{margin-left:1.3333333333vw;margin-right:0}}html[dir=rtl] .little-product-swiper .swiper-button-prev{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzEiIGhlaWdodD0iNDkiPjxkZWZzPjxmaWx0ZXIgaWQ9ImEiIHdpZHRoPSIxNTkuMiUiIGhlaWdodD0iMTMzLjklIiB4PSItMjkuNiUiIHk9Ii0xMi4xJSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94Ij48ZmVPZmZzZXQgZHk9IjIiIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRPdXRlcjEiLz48ZmVHYXVzc2lhbkJsdXIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIiBzdGREZXZpYXRpb249IjIiLz48ZmVDb2xvck1hdHJpeCBpbj0ic2hhZG93Qmx1ck91dGVyMSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjUgMCIvPjwvZmlsdGVyPjxwYXRoIGlkPSJiIiBkPSJNNDEuNjYgMTIuOSAyNi44ODggMjcuNjUgNDEuNjYgNDIuNGwtMi45NTUgNS45LTIwLjY4LTIwLjY1TDM4LjcwNiA3eiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIj48ZyB0cmFuc2Zvcm09InJvdGF0ZSgtMTgwIDIyLjU0MiAyNykiPjx1c2UgZmlsbD0iIzAwMCIgZmlsdGVyPSJ1cmwoI2EpIiB4bGluazpocmVmPSIjYiIvPjx1c2UgZmlsbD0iI0VDMUMyNCIgeGxpbms6aHJlZj0iI2IiLz48L2c+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTQ1LjA4NCA1NEgtMTRWLTVoNTkuMDg0eiIvPjwvZz48L3N2Zz4=)!important;left:unset!important;right:-5.5555555556vw!important}html[dir=rtl] .little-product-swiper .swiper-button-next{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzEiIGhlaWdodD0iNDkiPjxkZWZzPjxmaWx0ZXIgaWQ9ImEiIHdpZHRoPSIxNTkuMiUiIGhlaWdodD0iMTMzLjklIiB4PSItMjkuNiUiIHk9Ii0xMi4xJSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94Ij48ZmVPZmZzZXQgZHk9IjIiIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRPdXRlcjEiLz48ZmVHYXVzc2lhbkJsdXIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIiBzdGREZXZpYXRpb249IjIiLz48ZmVDb2xvck1hdHJpeCBpbj0ic2hhZG93Qmx1ck91dGVyMSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjUgMCIvPjwvZmlsdGVyPjxwYXRoIGlkPSJiIiBkPSJNNDEuNjYgMTMuOSAyNi44ODggMjguNjUgNDEuNjYgNDMuNGwtMi45NTUgNS45LTIwLjY4LTIwLjY1TDM4LjcwNiA4eiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQgLTYpIj48dXNlIGZpbGw9IiMwMDAiIGZpbHRlcj0idXJsKCNhKSIgeGxpbms6aHJlZj0iI2IiLz48dXNlIGZpbGw9IiNFQzFDMjQiIHhsaW5rOmhyZWY9IiNiIi8+PC9nPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0tMTQtNmg1OS4wODR2NTlILTE0eiIvPjwvZz48L3N2Zz4=);left:-5.5555555556vw;right:unset!important}html[dir=rtl] .gas-body .m-link-cards-item-actions .u-btn-primary{margin-left:2.0833333333vw;margin-right:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .gas-body .m-link-cards-item-actions .u-btn-primary{margin-left:8vw;margin-right:unset!important}html[dir=rtl] .little-range-swiper .little-range-swiper-list{height:48vw!important;padding:6.6666666667vw 0 0!important}html[dir=rtl] .little-range-swiper .little-range-swiper-list a{word-wrap:break-word;height:100%;overflow:hidden;width:100%;word-break:normal}}html[dir=rtl] .news_details_head .news_details_head_content .news_details_head_content_title{font-family:MyriadPro-SemiCn,Helvetica,Arial Unicode MS,serif!important;font-style:normal;font-weight:700}html[dir=rtl] .m-compare .m-compare-cards-action .m-compare-cards-action-clear{margin-left:unset!important;margin-right:.6944444444vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .m-compare .m-compare-cards-action .m-compare-cards-action-clear{margin-left:unset!important;margin-right:2.6666666667vw}}html[dir=rtl] .m-compare .m-compare-cards-item-content{padding:1.0416666667vw 0 1.0416666667vw 1.3888888889vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .m-compare .m-compare-cards-item-content{padding:4.8vw 2.6666666667vw}}html[dir=rtl] .m-compare .card-close{left:.4166666667vw;right:unset!important}html[dir=rtl] .cate-feature-box .cate-feature .cate-feature-item .cate-part-one .cate-feature-info .cate-feature-title{text-align:right}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .cate-feature-box .cate-feature .cate-feature-item .cate-part-one .cate-feature-info{left:unset;right:0}}html[dir=rtl] .category-cards .swiper-button-next,html[dir=rtl] .category-cards .swiper-button-prev{transform:rotate(180deg)}html[dir=rtl] .category-cards .swiper-button-next{left:0;right:auto}html[dir=rtl] .category-cards .swiper-button-prev{left:auto;right:0}html[dir=rtl] .category-filter .filter-actions .icon{margin-left:.6944444444vw;margin-right:0}html[dir=rtl] .category-filter .filter-actions .filter-text{order:2}html[dir=rtl] .category-filter .filter-specs .filter-spec-item{padding-left:0;padding-right:2.7777777778vw}@media screen and (max-width:767px){html[dir=rtl] .category-filter .filter-specs .filter-spec-item{padding:5.3333333333vw 10.6666666667vw 5.3333333333vw 5.3333333333vw}}html[dir=rtl] .category-filter .filter-specs .filter-spec-item .filter-spec-list{padding-left:19.5%;padding-right:0}html[dir=rtl] .category-filter .filter-specs .filter-spec-item .filter-spec-list .filter-spec-icon.color{margin-left:0;margin-right:1.0416666667vw}@media screen and (max-width:767px){html[dir=rtl] .category-filter .filter-specs .filter-spec-item .filter-spec-list .filter-spec-icon.color{margin-right:4vw}}html[dir=rtl] .category-filter .filter-specs .filter-spec-item .filter-spec-list .filter-spec-text{margin-left:0;margin-right:1.0416666667vw}@media screen and (max-width:767px){html[dir=rtl] .category-filter .filter-specs .filter-spec-item .filter-spec-list .filter-spec-text{margin-right:4vw}}html[dir=rtl] .category-filter .filter-specs .filter-spec-item .filter-spec-list .see-more{margin-left:0;margin-right:2.2916666667vw}@media screen and (max-width:767px){html[dir=rtl] .category-filter .filter-specs .filter-spec-item .filter-spec-list .see-more{margin-right:8.8vw}}html[dir=rtl] .sort-by .sort-title{margin-left:.6944444444vw;margin-right:0}@media screen and (max-width:767px){html[dir=rtl] .sort-by .sort-title{margin-left:2.6666666667vw}}html[dir=rtl] .sort-by .sort-list .sort-label .item-text{margin-left:0;margin-right:.6944444444vw}@media screen and (max-width:767px){html[dir=rtl] .sort-by .sort-list .sort-label .item-text{margin-right:2.6666666667vw}}html[dir=rtl] .sort-by .sort-default .icon{left:0;right:auto}html[dir=rtl] .cards-container .total-result{align-items:flex-start;display:flex;justify-content:end;margin-left:3.75vw;margin-right:0;text-align:left}html[dir=rtl] .cards-container .total-result .total-num{margin-left:.3472222222vw;margin-right:0}@media screen and (max-width:767px){html[dir=rtl] .cards-container .total-result .total-num{margin-left:1.3333333333vw}html[dir=rtl] .cards-container .total-result{align-items:flex-end;margin-left:auto;margin-right:14.4vw}}html[dir=rtl] .product-cards .card-item .card-item-img .swiper-button-next,html[dir=rtl] .product-cards .card-item .card-item-img .swiper-button-prev{transform:rotate(180deg)}html[dir=rtl] .product-cards .card-item .card-item-img .swiper-button-next{left:8.1%!important;right:auto!important}html[dir=rtl] .product-cards .card-item .card-item-img .swiper-button-prev{left:auto!important;right:8.1%!important}html[dir=rtl] .product-cards .card-item .card-item-content .u-eyebrow:before{margin-left:.6944444444vw;margin-right:0}@media screen and (max-width:767px){html[dir=rtl] .product-cards .card-item .card-item-content .u-eyebrow:before{margin-left:2.6666666667vw}}html[dir=rtl] .product-cards .card-item .card-item-content .product-price .msrp,html[dir=rtl] .product-cards .card-item .card-item-content .product-price .price{margin-left:.6944444444vw;margin-right:0}@media screen and (max-width:767px){html[dir=rtl] .product-cards .card-item .card-item-content .product-price .msrp,html[dir=rtl] .product-cards .card-item .card-item-content .product-price .price{margin-left:2.6666666667vw}}html[dir=rtl] .product-cards .card-item .card-item-content .actions .details{margin-left:2.0833333333vw;margin-right:0}@media screen and (max-width:767px){html[dir=rtl] .product-cards .card-item .card-item-content .actions .details{margin-left:8vw}}html[dir=rtl] .product-cards .card-item .card-item-content .features .feature-item .text{padding-left:0;padding-right:1.1805555556vw}html[dir=rtl] .product-cards .card-item .card-item-content .features .feature-item .text:before{left:auto;right:0}@media screen and (max-width:767px){html[dir=rtl] .product-cards .card-item .card-item-content .features .feature-item{padding-right:4.5333333333vw}}html[dir=rtl] .u-eyebrow:before{margin-left:.6944444444vw;margin-right:0}@media screen and (max-width:767px){html[dir=rtl] .u-eyebrow:before{margin-left:2.6666666667vw}}html[dir=rtl] .compare-widget-cards-item-content{padding-left:1.3888888889vw;padding-right:0}@media screen and (max-width:767px){html[dir=rtl] .compare-widget-cards-item-content{padding-left:5.3333333333vw}}html[dir=rtl] .compare-widget-cards-item-delete{left:.4166666667vw;right:auto}@media screen and (max-width:767px){html[dir=rtl] .compare-widget-cards-item-delete{left:1.6vw}}html[dir=rtl] .compare-widget-cards-action .clear .clear-text{margin-left:0;margin-right:.6944444444vw}@media screen and (max-width:767px){html[dir=rtl] .compare-widget-cards-action .clear .clear-text{margin-right:.6944444444vw}}html[dir=rtl] .pagination-wrapper .spage-number .i-arrow-left:before{content:""!important}html[dir=rtl] .ts-top{left:1.9444444444vw;right:unset}@media screen and (max-width:767px){html[dir=rtl] .ts-top{left:4vw}}html[dir=rtl] .video-wrapper .wsc-dialog__header{left:-1.0416666667vw;right:unset}@media screen and (max-width:767px){html[dir=rtl] .video-wrapper .wsc-dialog__header{left:4vw}}html[dir=rtl] .red-title-left:before{margin-left:.6944444444vw;margin-right:0}@media screen and (max-width:767px){html[dir=rtl] .red-title-left:before{margin-left:2.6666666667vw}}html[dir=rtl] .cmp-teaser-remastered__content__btn.video:before{margin-left:.6944444444vw;margin-right:0;transform:rotate(180deg)}@media screen and (max-width:767px){html[dir=rtl] .cmp-teaser-remastered__content__btn.video:before{margin-left:2.6666666667vw}}html[dir=rtl] .store-v2 .store-v2__filter-operate span i{margin-left:.6944444444vw;margin-right:0}html[dir=rtl] .store-v2 .store-v2__total{text-align:left}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .store-v2 .store-v2__total{text-align:right}}html[dir=rtl] .store-v2 .store-v2__wrapper-search__wrapper{left:8.3333333333vw;right:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .store-v2 .store-v2__wrapper-search__wrapper{left:auto;right:4vw}}html[dir=rtl] .store-v2 .store-v2__wrapper-search__icon{left:auto;right:0}html[dir=rtl] .store-v2 .store-v2__wrapper-res{left:auto;right:8.3333333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .store-v2 .store-v2__wrapper-res{right:0}}html[lang=th] *{font-family:DB-Heavent,MyriadPro,Helvetica,Arial Unicode MS,serif!important}html[lang=th] .iconfont{font-family:iconfont,serif!important}html[lang=th] .iconfont-midea{font-family:iconfont-midea,serif!important}html[lang=th] .black-title,html[lang=th] .cate-container-main .cate-container .cate-instruction .cate-instruction-left .cate-instruction-item .cate-instruction-info .cate-instruction-title,html[lang=th] .cate-feature-box .cate-feature .cate-feature-item .cate-part-one .cate-feature-info .cate-feature-title,html[lang=th] .cate-feature-box .cate-feature .cate-feature-item .cate-part-two .cate-feature-fix .cate-feature-fix-title,html[lang=th] .compare-detail .compare-cards-container .compare-cards-list li .compare-cards-item-content .cards-item-content-title,html[lang=th] .comparison-header-content .header-content-title .u-title-tag,html[lang=th] .faq-list-container .title,html[lang=th] .faq-search .banner-search .banner-search-content .inner-content .title,html[lang=th] .font_semi,html[lang=th] .form .form-panel-header,html[lang=th] .gas-banner .cate-banner-wrap .u-title,html[lang=th] .gas-body .J-link-cards-item-title,html[lang=th] .home-cate-banner .cate-multiple .l-title,html[lang=th] .home-info-banner .text-info .title,html[lang=th] .home-support .home-support-item .home-support-item-name,html[lang=th] .home-support .home-support-title,html[lang=th] .home-text-img .left-text-right-img .text-info .title,html[lang=th] .little-product-swiper .little-product-title,html[lang=th] .m-compare .m-compare-cards-item-content .card-title,html[lang=th] .m-quick-specs .m-quick-specs-container .m-quick-specs-list .m-quick-specs-item .m-quick-specs-title,html[lang=th] .news-list .news-item .content-wrapper .news-item-title,html[lang=th] .news-top .news-top-item .content-wrapper .news-item-title,html[lang=th] .notice_paragraph_title,html[lang=th] .page-container .page-heading,html[lang=th] .red-line-title .sub-title,html[lang=th] .service-call .service-call-list .service-call-unit .unit-title,html[lang=th] .service-map-content .service-map-list .item-list .title,html[lang=th] .service-section .service-section-title,html[lang=th] .service-swiper .swiper-slide .service-banner-text .text-mark .service-swipper-title,html[lang=th] .swiper-banner .swiper-banner-main .textInfo-bg .textInfo .title,html[lang=th] .tab-content-contain .tab-content .products-content .products-card .card-content .title,html[lang=th] .video-popup-banner .video-popup-banner-title .title,html[lang=th] .wsc-product-basic__b1 .product__title{font-family:DB-Heavent,MyriadPro-SemiCn,Helvetica,Arial Unicode MS,serif!important}html[lang=th] body{font-size:1.5277777778vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[lang=th] body{font-size:5.8666666667vw}}html[lang=th] .black-title{font-size:2.9166666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .black-title{font-size:2.3611111111vw}}@media screen and (max-width:1024px){html[lang=th] input[type=color],html[lang=th] input[type=date],html[lang=th] input[type=datetime-local],html[lang=th] input[type=datetime],html[lang=th] input[type=email],html[lang=th] input[type=month],html[lang=th] input[type=number],html[lang=th] input[type=password],html[lang=th] input[type=search],html[lang=th] input[type=tel],html[lang=th] input[type=text],html[lang=th] input[type=time],html[lang=th] input[type=url],html[lang=th] input[type=week],html[lang=th] select:focus,html[lang=th] textarea{font-size:1.3888888889vw}}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[lang=th] input[type=color],html[lang=th] input[type=date],html[lang=th] input[type=datetime-local],html[lang=th] input[type=datetime],html[lang=th] input[type=email],html[lang=th] input[type=month],html[lang=th] input[type=number],html[lang=th] input[type=password],html[lang=th] input[type=search],html[lang=th] input[type=tel],html[lang=th] input[type=text],html[lang=th] input[type=time],html[lang=th] input[type=url],html[lang=th] input[type=week],html[lang=th] select:focus,html[lang=th] textarea{font-size:1.3888888889vw}}html[lang=th] .red-title{font-size:1.1111111111vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .red-title{font-size:4.2666666667vw}}html[lang=th] .home-support .home-support-title{font-size:2.9166666667vw}html[lang=th] .home-support .home-support-item .home-support-item-name{font-size:1.6666666667vw}html[lang=th] .home-support .home-support-item .home-support-item-info{font-size:1.3888888889vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[lang=th] .home-support .home-support-title{font-size:9.0666666667vw}html[lang=th] .home-support .home-support-item .home-support-item-name{font-size:6.4vw}html[lang=th] .home-support .home-support-item .home-support-item-info{font-size:5.3333333333vw}}html[lang=th] .red-btn{font-size:1.5277777778vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .red-btn{font-size:6.4vw}}html[lang=th] .red-line-title .sub-title{font-size:3.0555555556vw}html[lang=th] .red-line-title .description-title{font-size:1.6666666667vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[lang=th] .red-line-title .sub-title{font-size:9.0666666667vw}html[lang=th] .red-line-title .description-title{font-size:5.3333333333vw}}html[lang=th] #header .brand_tit{font-size:1.5277777778vw}html[lang=th] #header .nav_type_txt{font-size:1.3888888889vw}html[lang=th] #header .nav_sub_type_link{font-size:1.5277777778vw}html[lang=th] #header .nav_info_item,html[lang=th] #header .nav_sub_sub_type_link{font-size:1.3888888889vw}html[lang=th] #header .nav_info_search_submit{font-size:1.6666666667vw}html[lang=th] #header .nav_info_search_input{font-size:1.3888888889vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] #header .brand_tit{font-size:4.2666666667vw}html[lang=th] #header .nav_info_item,html[lang=th] #header .nav_mob_back_box,html[lang=th] #header .nav_sub_sub_type_link,html[lang=th] #header .nav_sub_type_link,html[lang=th] #header .nav_type_txt{font-size:5.0666666667vw}html[lang=th] #header .nav_info_search_submit{font-size:6.4vw}html[lang=th] #header .nav_info_search_input{font-size:5.3333333333vw}}html[lang=th] #footer .footer_links_tit,html[lang=th] #footer .footer_subscribe_title{font-size:1.5277777778vw}html[lang=th] #footer .footer_link,html[lang=th] #footer .footer_subscribe{font-size:1.3888888889vw}html[lang=th] #footer .footer_copyright_item{font-size:1.1111111111vw}html[lang=th] #footer .footer_copyright_item p{font-size:1.3194444444vw!important}html[lang=th] #footer .footer_copyright_txt{font-size:1.3194444444vw}html[lang=th] #footer .footer_select_country,html[lang=th] #footer .footer_social_tit{font-size:1.3888888889vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] #footer .footer_links_tit,html[lang=th] #footer .footer_subscribe_title{font-size:5.3333333333vw}html[lang=th] #footer .footer_copyright_item,html[lang=th] #footer .footer_link,html[lang=th] #footer .footer_subscribe{font-size:4.8vw}html[lang=th] #footer .footer_copyright_item p{font-size:5.0666666667vw!important}html[lang=th] #footer .footer_copyright_txt{font-size:5.0666666667vw}html[lang=th] #footer .footer_social_tit{font-size:tvwm-th(16)}html[lang=th] #footer .footer_select_country{font-size:4.8vw}}html[lang=th] .btn{font-size:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .btn{font-size:5.3333333333vw}}html[lang=th] .richtxt-title{font-size:2.7777777778vw}html[lang=th] .richtxt-title h1{font-size:4.5833333333vw}html[lang=th] .richtxt-title h2{font-size:4.0277777778vw}html[lang=th] .richtxt-title h3{font-size:3.6111111111vw}html[lang=th] .richtxt-title h4{font-size:3.0555555556vw}html[lang=th] .richtxt-title h5{font-size:2.7777777778vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .richtxt-title{font-size:8vw}html[lang=th] .richtxt-title h1{font-size:9.6vw}html[lang=th] .richtxt-title h2{font-size:9.0666666667vw}html[lang=th] .richtxt-title h3{font-size:8.5333333333vw}html[lang=th] .richtxt-title h4{font-size:8vw}html[lang=th] .richtxt-title h5{font-size:7.4666666667vw}}html[lang=th] .richtxt-description{font-size:1.25vw}html[lang=th] .richtxt-description h1{font-size:2.5vw}html[lang=th] .richtxt-description h2{font-size:2.2222222222vw}html[lang=th] .richtxt-description h3{font-size:1.9444444444vw}html[lang=th] .richtxt-description h4{font-size:1.6666666667vw}html[lang=th] .richtxt-description h5{font-size:1.3888888889vw}html[lang=th] .richtxt-description h6{font-size:1.25vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .richtxt-description{font-size:4.2666666667vw}html[lang=th] .richtxt-description h1{font-size:5.8666666667vw}html[lang=th] .richtxt-description h2{font-size:5.3333333333vw}html[lang=th] .richtxt-description h3{font-size:4.8vw}html[lang=th] .richtxt-description h4{font-size:4.2666666667vw}html[lang=th] .richtxt-description h5{font-size:3.7333333333vw}html[lang=th] .richtxt-description h6{font-size:3.2vw}}html[lang=th] .cookie .cookie-desc .cookie-desc-container{font-size:1.25vw!important}html[lang=th] .cookie .cookie-desc .cookie-content-tips{font-size:1.1111111111vw}html[lang=th] .cookie .cookie-btn,html[lang=th] .cookie .cookie-btn .btn{font-size:1.1111111111vw!important}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[lang=th] .cookie .cookie-desc .cookie-desc-container{font-size:4.8vw!important}html[lang=th] .cookie .cookie-desc .cookie-content-tips{font-size:4.2666666667vw}html[lang=th] .cookie .cookie-btn,html[lang=th] .cookie .cookie-btn .btn{font-size:4.2666666667vw!important}}html[lang=th] .toshiba_rte{font-size:1.3888888889vw}html[lang=th] .toshiba_rte h3{font-size:3.1944444444vw}html[lang=th] .toshiba_rte h4{font-size:2.7777777778vw}html[lang=th] .toshiba_rte h5{font-size:2.3611111111vw}html[lang=th] .toshiba_rte h6{font-size:1.9444444444vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[lang=th] .toshiba_rte{font-size:5.3333333333vw}html[lang=th] .toshiba_rte h3{font-size:9.6vw}html[lang=th] .toshiba_rte h4{font-size:8vw}html[lang=th] .toshiba_rte h5{font-size:6.9333333333vw}html[lang=th] .toshiba_rte h6{font-size:4.8vw}}html[lang=th] .comparison-header-content .header-content-link,html[lang=th] .comparison-header-content .header-content-link span{font-size:1.3888888889vw}html[lang=th] .comparison-header-content .header-content-title .u-title-tag{font-size:3.0555555556vw}html[lang=th] .comparison-header-content .header-content-title .comparison-header-content-count{font-size:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .comparison-header-content .header-content-link,html[lang=th] .comparison-header-content .header-content-link span{font-size:4.8vw}html[lang=th] .comparison-header-content .header-content-title .u-title-tag{font-size:9.0666666667vw}html[lang=th] .comparison-header-content .header-content-title .comparison-header-content-count{font-size:6.4vw}}html[lang=th] .compare-detail .compare-cards-container .compare-cards-list li .compare-cards-item-content .item-content-eyebrow{font-size:1.3888888889vw}html[lang=th] .compare-detail .compare-cards-container .compare-cards-list li .compare-cards-item-content .cards-item-content-title,html[lang=th] .compare-detail .compare-cards-container .compare-cards-list li .compare-cards-item-content .detail-subtitle{font-size:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .compare-detail .compare-cards-container .compare-cards-list li .compare-cards-item-content .cards-item-content-title,html[lang=th] .compare-detail .compare-cards-container .compare-cards-list li .compare-cards-item-content .detail-subtitle,html[lang=th] .compare-detail .compare-cards-container .compare-cards-list li .compare-cards-item-content .item-content-eyebrow{font-size:4.2666666667vw}}html[lang=th] .compare-product-specs .product-specs-list .specs-list-item .specs-list-title-row .specs-list-item-title{font-size:1.9444444444vw}html[lang=th] .compare-product-specs .product-specs-list .specs-list-item .specs-list-title-row .specs-list-hidden,html[lang=th] .compare-product-specs .product-specs-list .specs-list-item .specs-list-title-row .specs-list-open{font-size:2.0833333333vw}html[lang=th] .compare-product-specs .product-specs-list .specs-list-item .specs-list-box .duihao,html[lang=th] .compare-product-specs .product-specs-list .specs-list-item .specs-list-box .jian,html[lang=th] .compare-product-specs .product-specs-list .specs-list-item .specs-list-box .specs-list-attr{font-size:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .compare-product-specs .product-specs-list .specs-list-item .specs-list-title-row .specs-list-item-title{font-size:5.3333333333vw}html[lang=th] .compare-product-specs .product-specs-list .specs-list-item .specs-list-title-row .specs-list-hidden,html[lang=th] .compare-product-specs .product-specs-list .specs-list-item .specs-list-title-row .specs-list-open{font-size:7.4666666667vw}html[lang=th] .compare-product-specs .product-specs-list .specs-list-item .specs-list-box .specs-list-attr{font-size:6.4vw}html[lang=th] .compare-product-specs .product-specs-list .specs-list-item .specs-list-box .specs-list-attr-mobile{font-size:4.8vw}html[lang=th] .compare-product-specs .product-specs-list .specs-list-item .specs-list-box .duihao,html[lang=th] .compare-product-specs .product-specs-list .specs-list-item .specs-list-box .jian{font-size:6.4vw}html[lang=th] .compare-product-specs .product-specs-list .specs-list-item .specs-list-box div:nth-child(4n+1){font-size:4.8vw}}html[lang=th] .product__subtitle,html[lang=th] .product__title{font-size:2.3611111111vw}@media screen and (max-width:767px){html[lang=th] .product__subtitle,html[lang=th] .product__title{font-size:7.4666666667vw}}html[lang=th] .product__model{font-size:1.1111111111vw}@media screen and (max-width:767px){html[lang=th] .product__model{font-size:4.2666666667vw}}html[lang=th] .product__colors__name{font-size:1.3888888889vw}@media screen and (max-width:767px){html[lang=th] .product__colors__name{font-size:4.8vw}}html[lang=th] .product__desc,html[lang=th] .product__features{font-size:1.3888888889vw}@media screen and (max-width:767px){html[lang=th] .product__desc,html[lang=th] .product__features{font-size:4.8vw}}html[lang=th] .product__disclaimers{font-size:1.25vw}@media screen and (max-width:767px){html[lang=th] .product__disclaimers{font-size:4.2666666667vw}}html[lang=th] .product__price{font-size:2.3611111111vw}@media screen and (max-width:767px){html[lang=th] .product__price{font-size:7.4666666667vw}}html[lang=th] .product.list .product__subtitle,html[lang=th] .product.list .product__title{font-size:1.6666666667vw}@media screen and (max-width:767px){html[lang=th] .product.list .product__subtitle,html[lang=th] .product.list .product__title{font-size:5.3333333333vw}}html[lang=th] .product.list .product__price{font-size:2.3611111111vw}@media screen and (max-width:767px){html[lang=th] .product.list .product__price{font-size:7.4666666667vw}}html[lang=th] .wsc-product-basic a{font-size:1.3888888889vw}@media screen and (max-width:767px){html[lang=th] .wsc-product-basic a{font-size:5.3333333333vw}}html[lang=th] .wsc-product-basic__b1__back__link{font-size:1.3888888889vw}@media screen and (max-width:767px){html[lang=th] .wsc-product-basic__b1__back__link{font-size:4.8vw}}html[lang=th] .wsc-product-basic .btn{font-size:1.6666666667vw}@media screen and (max-width:767px){html[lang=th] .wsc-product-basic .btn{font-size:5.3333333333vw}}html[lang=th] .wsc-popup__header{font-size:1.6666666667vw}@media screen and (max-width:767px){html[lang=th] .wsc-popup__header{font-size:5.3333333333vw}}html[lang=th] .product-buynow-areas{font-size:1.3888888889vw}@media screen and (max-width:767px){html[lang=th] .product-buynow-areas{font-size:5.3333333333vw}html[lang=th] .product-buynow-areas__text{font-size:4.8vw}}html[lang=th] .product-buynow-shops__item{font-size:1.3888888889vw}@media screen and (max-width:767px){html[lang=th] .product-buynow-shops__item{font-size:5.3333333333vw}}html[lang=th] .product-buynow-shops__text{font-size:1.25vw}@media screen and (max-width:767px){html[lang=th] .product-buynow-shops__text{font-size:4.8vw}}html[lang=th] .m-fixed-nav .m-fixed-nav-bar .m-fixed-nav-bar-list{font-size:1.3888888889vw!important}html[lang=th] .m-quick-specs .m-quick-specs-container .m-quick-specs-title{font-size:4.5833333333vw!important}html[lang=th] .m-quick-specs .m-quick-specs-container .m-quick-specs-desc{font-size:1.3888888889vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .m-quick-specs .m-quick-specs-container .m-quick-specs-title{font-size:11.2vw!important}html[lang=th] .m-quick-specs .m-quick-specs-container .m-quick-specs-desc{font-size:4.8vw!important}}html[lang=th] .product-product-box .range-title{font-size:2.9166666667vw}html[lang=th] .product-product-box .range-top .range-info .range-list .range-list-li{font-size:1.3888888889vw}html[lang=th] .product-product-box .range-center-text{font-size:1.5277777778vw!important}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[lang=th] .product-product-box .range-title{font-size:8.5333333333vw!important}html[lang=th] .product-product-box .range-top .range-info .range-list .range-list-li{font-size:4.8vw}html[lang=th] .product-product-box .range-center-text{font-size:4.2666666667vw!important}}html[lang=th] .product-organ-far .product-organ-list .product-organ-list-title{font-size:1.9444444444vw}html[lang=th] .product-organ-far .product-organ-list .product-organ-list-title .product-organ-list-title-right .organ-item-btn{font-size:2.0833333333vw}html[lang=th] .product-organ-far .product-organ-list .product-organ-list-content .product-organ-list-content-item .content-item-bottom,html[lang=th] .product-organ-far .product-organ-list .product-organ-list-content .product-organ-list-content-item .content-item-top{font-size:1.3888888889vw}html[lang=th] .product-organ-far .product-organ-list .product-organ-list-content .downloads-list-container .downloads-list .item-td,html[lang=th] .product-organ-far .product-organ-list .product-organ-list-content .downloads-list-container .downloads-th{font-size:1.3888888889vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .product-organ-far .product-organ-list .product-organ-list-title{font-size:6.4vw}html[lang=th] .product-organ-far .product-organ-list .product-organ-list-title .product-organ-list-title-right .organ-item-btn{font-size:7.4666666667vw}html[lang=th] .product-organ-far .product-organ-list .product-organ-list-content .product-organ-list-content-item .content-item-bottom,html[lang=th] .product-organ-far .product-organ-list .product-organ-list-content .product-organ-list-content-item .content-item-top{font-size:5.3333333333vw}html[lang=th] .product-organ-far .product-organ-list .product-organ-list-content .downloads-list-container .downloads-list .item-td{font-size:5.3333333333vw!important}}html[lang=th] .m-list-cards-far .more .more-btn{font-size:1.5277777778vw}html[lang=th] .m-list-cards-far .m-list-cards .m-list-cards-item .m-list-cards-item-desc .m-detail-banner-content-description-title,html[lang=th] .m-list-cards-far .m-list-cards .m-list-cards-item .m-list-cards-item-desc .m-detail-banner-content-title,html[lang=th] .m-list-cards-far .m-list-cards .m-list-cards-item .m-list-cards-item-desc .m-list-cards-item-desc-details .u-btn-primary{font-size:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .m-list-cards-far .more .more-btn{font-size:4.8vw}html[lang=th] .m-list-cards-far .m-list-cards .m-list-cards-item .m-list-cards-item-desc .m-detail-banner-content-description-title,html[lang=th] .m-list-cards-far .m-list-cards .m-list-cards-item .m-list-cards-item-desc .m-detail-banner-content-title,html[lang=th] .m-list-cards-far .m-list-cards .m-list-cards-item .m-list-cards-item-desc .m-list-cards-item-desc-details .u-btn-primary{font-size:5.3333333333vw}}html[lang=th] .video-popup-banner .video-popup-banner-title .title{font-size:3.0555555556vw}html[lang=th] .video-popup-banner .video-popup-banner-title .dec{font-size:1.6666666667vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[lang=th] .video-popup-banner .video-popup-banner-title .title{font-size:9.0666666667vw}html[lang=th] .video-popup-banner .video-popup-banner-title .dec{font-size:5.3333333333vw}}html[lang=th] .range-product-box .range-top .range-title{font-size:2.9166666667vw}html[lang=th] .range-product-box .range-top .range-list .range-list-li{font-size:1.3888888889vw}html[lang=th] .range-product-box .range-center .range-center-text{font-size:1.5277777778vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[lang=th] .range-product-box .range-center .range-center-text{font-size:4.2666666667vw}}html[lang=th] .little-range-swiper .little-range-swiper-list .title{font-size:1.5277777778vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .little-range-swiper .little-range-swiper-list .title{font-size:5.8666666667vw}html[lang=th] .little-range-swiper .little-range-swiper-list .select-btn{font-size:6.4vw}}html[lang=th] .cate-container-main .cate-instruction-subtitle{font-size:1.3888888889vw!important}html[lang=th] .cate-container-main .cate-instruction-title{font-size:1.6666666667vw!important}html[lang=th] .cate-container-main .cate-instruction-content{font-size:1.3888888889vw!important}html[lang=th] .cate-container-main .cate-instruction-list-item{font-size:1.25vw!important}html[lang=th] .cate-container-main .more-button-common{font-size:1.6666666667vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .cate-container-main .cate-instruction-subtitle,html[lang=th] .cate-container-main .cate-instruction-title{font-size:4.2666666667vw!important}html[lang=th] .cate-container-main .cate-instruction-list-item{font-size:4.8vw!important}html[lang=th] .cate-container-main .more-button-common{font-size:6.4vw!important}}html[lang=th] .cate-banner-bar .cate-banner-bar-list .cate-banner-bar-item{font-size:1.3888888889vw!important}html[lang=th] .cate-feature-box .cate-feature .cate-feature-item .cate-part-one .cate-feature-title{font-size:3.0555555556vw!important}html[lang=th] .cate-feature-box .cate-feature .cate-feature-item .cate-part-one .cate-feature-content{font-size:1.6666666667vw!important}html[lang=th] .cate-feature-box .cate-feature .cate-feature-item .cate-part-one .cate-feature-dec{font-size:1.1111111111vw!important}html[lang=th] .cate-feature-box .cate-feature .cate-feature-item .cate-part-two .cate-feature-fix-title{font-size:2.7777777778vw!important}html[lang=th] .cate-feature-box .cate-feature .cate-feature-item .cate-part-two .cate-feature-model{font-size:1.25vw!important}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[lang=th] .cate-feature-box .cate-feature .cate-feature-item .cate-part-one .cate-feature-title{font-size:8.5333333333vw!important}html[lang=th] .cate-feature-box .cate-feature .cate-feature-item .cate-part-one .cate-feature-content{font-size:5.3333333333vw!important}html[lang=th] .cate-feature-box .cate-feature .cate-feature-item .cate-part-one .cate-feature-dec{font-size:4.2666666667vw!important}html[lang=th] .cate-feature-box .cate-feature .cate-feature-item .cate-part-two .cate-feature-fix-title{font-size:9.0666666667vw!important}html[lang=th] .cate-feature-box .cate-feature .cate-feature-item .cate-part-two .cate-feature-model{font-size:5.3333333333vw!important}}html[lang=th] .home-cate-banner .cate-multiple .l-title{font-size:3.0555555556vw!important}html[lang=th] .home-cate-banner .cate-multiple .cate-multiple-content{font-size:1.9444444444vw!important}html[lang=th] .home-cate-banner .cate-multiple .cate-multiple-content-text{font-size:1.1111111111vw!important}html[lang=th] .home-cate-banner .cate-multiple .cate-multiple-item-title{font-size:1.6666666667vw!important}html[lang=th] .home-cate-banner .cate-multiple .cate-multiple-item-model{font-size:1.3888888889vw!important}html[lang=th] .home-cate-banner .cate-multiple .button-box .more-button-common{font-size:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .home-cate-banner .cate-multiple .l-title{font-size:9.0666666667vw!important}html[lang=th] .home-cate-banner .cate-multiple .cate-multiple-content{font-size:5.3333333333vw!important}html[lang=th] .home-cate-banner .cate-multiple .cate-multiple-content-text{font-size:4.2666666667vw!important}html[lang=th] .home-cate-banner .cate-multiple .cate-multiple-item-title{font-size:4.8vw!important}html[lang=th] .home-cate-banner .cate-multiple .cate-multiple-item-model{font-size:4.2666666667vw!important}html[lang=th] .home-cate-banner .cate-multiple .button-box .more-button-common{font-size:6.4vw}}html[lang=th] .product-classify-bottom-text{font-size:1.1805555556vw}html[lang=th] .product-classify-bottom-text .button-box .more-button-common{font-size:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .product-classify-bottom-text{font-size:4.5333333333vw}html[lang=th] .product-classify-bottom-text .button-box .more-button-common{font-size:6.4vw}}html[lang=th] .country-selector-main .mainland .name{font-size:1.9444444444vw}html[lang=th] .country-selector-main .mainland .countries .country{font-size:1.25vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .country-selector-main .mainland .name{font-size:6.4vw}html[lang=th] .country-selector-main .mainland .countries .country{font-size:4.8vw}}html[lang=th] .faq-search .banner-search .banner-search-content .inner-content .title{font-size:3.0555555556vw}html[lang=th] .faq-search .banner-search .banner-search-content .inner-content .desc,html[lang=th] .faq-search .banner-search .banner-search-content .inner-content .search-form .search-input{font-size:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .faq-search .banner-search .banner-search-content .inner-content .title{font-size:11.7333333333vw}html[lang=th] .faq-search .banner-search .banner-search-content .inner-content .desc{font-size:5.3333333333vw}html[lang=th] .faq-search .banner-search .banner-search-content .inner-content .search-form .search-input{font-size:6.4vw}}html[lang=th] .little-product-title{font-size:1.5277777778vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .little-product-title{font-size:5.8666666667vw}}html[lang=th] .faq-list-container .little-title{font-size:1.1111111111vw}html[lang=th] .faq-list-container .title{font-size:2.9166666667vw}html[lang=th] .faq-list-container .faq-list-items .faq-list-item .faq-list-item-title .title-text{font-size:1.9444444444vw}html[lang=th] .faq-list-container .faq-list-items .faq-list-item .faq-list-item-title .collapse-item-button{font-size:2.0833333333vw}html[lang=th] .faq-list-container .faq-list-items .faq-list-item .faq-list-item-title .faq-list-item-answer{font-size:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .faq-list-container .little-title{font-size:4.2666666667vw}html[lang=th] .faq-list-container .title{font-size:8.5333333333vw}html[lang=th] .faq-list-container .faq-list-items .faq-list-item .faq-list-item-title .title-text{font-size:6.4vw}html[lang=th] .faq-list-container .faq-list-items .faq-list-item .faq-list-item-title .collapse-item-button{font-size:7.4666666667vw}html[lang=th] .faq-list-container .faq-list-items .faq-list-item .faq-list-item-title .faq-list-item-answer{font-size:6.4vw}}html[lang=th] .faq-search-result .back .back-to .text{font-size:1.3888888889vw}html[lang=th] .faq-search-result .faq-list-wrap .no-data{font-size:1.6666666667vw}html[lang=th] .faq-search-result .faq-list-wrap .faq-list-item .faq-list-item-row .faq-list-item-title{font-size:1.9444444444vw}html[lang=th] .faq-search-result .faq-list-wrap .faq-list-box .faq-list-description{font-size:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .faq-search-result .back .back-to .text{font-size:5.3333333333vw}html[lang=th] .faq-search-result .faq-list-wrap .faq-list-box .faq-list-description,html[lang=th] .faq-search-result .faq-list-wrap .faq-list-item .faq-list-item-row .faq-list-item-title,html[lang=th] .faq-search-result .faq-list-wrap .no-data{font-size:6.4vw}}html[lang=th] .gas-banner .cate-banner-wrap .u-title{font-size:3.0555555556vw}html[lang=th] .gas-banner .cate-banner-wrap .u-content{font-size:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .gas-banner .cate-banner-wrap .u-title{font-size:6.9333333333vw}html[lang=th] .gas-banner .cate-banner-wrap .u-content{font-size:5.3333333333vw}}html[lang=th] .product-classify-list-title{font-size:1.3888888889vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .product-classify-list-title{font-size:5.3333333333vw}}html[lang=th] .product-classify-list .little-title,html[lang=th] .product-classify-list .m-category-item-title{font-size:1.3888888889vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .product-classify-list .little-title{font-size:5.3333333333vw}html[lang=th] .product-classify-list .m-category-item-title{font-size:4.2666666667vw}}html[lang=th] .gas-filter .m-filter-sortby,html[lang=th] .gas-filter .m-filter-specs,html[lang=th] .gas-filter .m-filter-specs-flex span{font-size:1.3888888889vw}html[lang=th] .gas-filter .m-filter-specs-box-check-icon span{font-size:1.25vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .gas-filter .m-filter-specs{font-size:fvmw-th(14)}html[lang=th] .gas-filter .m-filter-specs,html[lang=th] .gas-filter .m-filter-specs-flex span{font-size:5.3333333333vw}html[lang=th] .gas-filter .m-filter-specs-actions-btns-icon{font-size:6.4vw}html[lang=th] .gas-filter .m-filter-specs-box-check-icon span,html[lang=th] .gas-filter .m-filter-specs-box-check-txt,html[lang=th] .gas-filter .m-filter-specs-box-row .m-filter-title,html[lang=th] .gas-filter .m-filter-title{font-size:4.8vw}}html[lang=th] .gas-body .gas-subtitle{font-size:1.6666666667vw}html[lang=th] .gas-body .m-link-cards-container .total-results{font-size:1.3888888889vw}html[lang=th] .gas-body .u-eyebrow{font-size:1.1111111111vw}html[lang=th] .gas-body .J-link-cards-item-title{font-size:1.6666666667vw}html[lang=th] .gas-body .m-link-cards-desc{font-size:1.3888888889vw}html[lang=th] .gas-body .m-link-cards-item-content-color .gas-price{font-size:2.3611111111vw}html[lang=th] .gas-body .m-link-cards-item-actions .u-btn-primary{font-size:1.6666666667vw}html[lang=th] .gas-body .m-link-cards-item-actions .add-to-compare{font-size:1.3888888889vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .gas-body .gas-subtitle{font-size:6.4vw}html[lang=th] .gas-body .m-link-cards-container .total-results{font-size:5.3333333333vw}html[lang=th] .gas-body .u-eyebrow{font-size:4.2666666667vw}html[lang=th] .gas-body .J-link-cards-item-title{font-size:5.3333333333vw}html[lang=th] .gas-body .m-link-cards-desc{font-size:4.8vw}html[lang=th] .gas-body .m-link-cards-item-content-color .gas-price{font-size:9.0666666667vw}html[lang=th] .gas-body .m-link-cards-item-actions .u-btn-primary{font-size:5.3333333333vw}html[lang=th] .gas-body .m-link-cards-item-actions .add-to-compare{font-size:4.8vw}}html[lang=th] .gas-pagination .m-page,html[lang=th] .gas-pagination .m-page .spage-number .pagination-button{font-size:1.3888888889vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .gas-pagination .m-page{font-size:4.8vw}html[lang=th] .gas-pagination .m-page .spage-number .pagination-button{font-size:5.3333333333vw}}html[lang=th] .m-compare .gas-subtitle{font-size:1.3194444444vw}html[lang=th] .m-compare .m-compare-cards-item-content .card-tag{font-size:1.1111111111vw}html[lang=th] .m-compare .m-compare-cards-item-content .card-desc,html[lang=th] .m-compare .m-compare-cards-item-content .card-title{font-size:1.3888888889vw}html[lang=th] .m-compare .m-compare-cards-action .u-btn-primary{font-size:1.6666666667vw}html[lang=th] .m-compare .m-compare-cards-action .add-to-compare{font-size:1.3888888889vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .m-compare .gas-subtitle{font-size:5.0666666667vw}html[lang=th] .m-compare .m-compare-cards-item-content .card-desc,html[lang=th] .m-compare .m-compare-cards-item-content .card-tag,html[lang=th] .m-compare .m-compare-cards-item-content .card-title{font-size:4.2666666667vw}html[lang=th] .m-compare .m-compare-cards-action .u-btn-primary{font-size:5.3333333333vw}html[lang=th] .m-compare .m-compare-cards-action .add-to-compare{font-size:4.8vw}}html[lang=th] .product-cards .card-item .card-item-content .actions .add-to-compare{font-size:1.3888888889vw}@media screen and (max-width:767px){html[lang=th] .product-cards .card-item .card-item-content .actions .add-to-compare{font-size:4.8vw}}html[lang=th] .swiper-banner .swiper-slide .slide-more-btn-1,html[lang=th] .swiper-banner .swiper-slide .slide-more-btn-2{font-size:1.3888888889vw}html[lang=th] .swiper-banner .swiper-banner-main .textInfo-bg .textInfo .title{font-size:3.0555555556vw}html[lang=th] .swiper-banner .swiper-banner-main .textInfo-bg .textInfo .sub-title{font-size:2.9166666667vw}html[lang=th] .swiper-banner .swiper-banner-main .textInfo-bg .textInfo .description-title,html[lang=th] .swiper-banner .swiper-banner-main .textInfo-bg .textInfo .text-btn{font-size:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .swiper-banner .swiper-slide .slide-more-btn-1,html[lang=th] .swiper-banner .swiper-slide .slide-more-btn-2{font-size:5.3333333333vw}html[lang=th] .swiper-banner .swiper-banner-main .textInfo-bg .textInfo .sub-title,html[lang=th] .swiper-banner .swiper-banner-main .textInfo-bg .textInfo .title{font-size:8.5333333333vw}html[lang=th] .swiper-banner .swiper-banner-main .textInfo-bg .textInfo .description-title{font-size:5.3333333333vw}html[lang=th] .swiper-banner .swiper-banner-main .textInfo-bg .textInfo .text-btn{font-size:6.4vw}}html[lang=th] .home-info-banner .text-info .title{font-size:2.9166666667vw}html[lang=th] .home-info-banner .text-info .btn-info,html[lang=th] .home-info-banner .text-info .sub-title{font-size:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .home-info-banner .text-info .title{font-size:9.0666666667vw}html[lang=th] .home-info-banner .text-info .sub-title{font-size:5.3333333333vw}html[lang=th] .home-info-banner .text-info .btn-info,html[lang=th] .home-info-banner .text-info .video-btn{font-size:6.4vw}}html[lang=th] .home-notices{font-size:1.6666666667vw}html[lang=th] .home-notices .home-notices-button-box .home-notices-button{font-size:1.5277777778vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .home-notices{font-size:4.2666666667vw}html[lang=th] .home-notices .home-notices-button-box .home-notices-button{font-size:4.8vw}}html[lang=th] .home-bottom-text{font-size:1.2847222222vw}html[lang=th] .home-bottom-text .button-box .more-button-common{font-size:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .home-bottom-text{font-size:4.9333333333vw}html[lang=th] .home-bottom-text .button-box .more-button-common{font-size:6.4vw}}html[lang=th] .home-text-img .left-text-right-img .text-info .title{font-size:2.3611111111vw}html[lang=th] .home-text-img .left-text-right-img .text-info .link-btn,html[lang=th] .home-text-img .left-text-right-img .text-info .sub-title{font-size:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .home-text-img .left-text-right-img .text-info .title{font-size:7.4666666667vw}html[lang=th] .home-text-img .left-text-right-img .text-info .sub-title{font-size:5.3333333333vw}html[lang=th] .home-text-img .left-text-right-img .text-info .link-btn,html[lang=th] .home-text-img .left-text-right-img .text-info .video-btn{font-size:6.4vw}}html[lang=th] .little-product-swiper .little-product-swiper-list .title,html[lang=th] .little-product-swiper .little-product-title{font-size:1.5277777778vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .little-product-swiper .little-product-title{font-size:5.3333333333vw}html[lang=th] .little-product-swiper .little-product-swiper-list .title{font-size:5.8666666667vw}}html[lang=th] .news_details .breadcrumb{font-size:1.3888888889vw}html[lang=th] .news_details_head_content_label{font-size:1.1111111111vw}html[lang=th] .news_details_head_content_title{font-size:3.0555555556vw}html[lang=th] .news_details_head_content_info{font-size:1.3888888889vw}html[lang=th] .news_details_share p{font-size:1.6666666667vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[lang=th] .news_details .breadcrumb{font-size:4.8vw}html[lang=th] .news_details_head_content_label{font-size:3.7333333333vw}html[lang=th] .news_details_head_content_title{font-size:9.0666666667vw}html[lang=th] .news_details_head_content_info{font-size:5.3333333333vw}html[lang=th] .news_details_share p{font-size:4.8vw}}html[lang=th] .product_card_name{font-size:1.6666666667vw}html[lang=th] .product_card_description{font-size:1.3888888889vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[lang=th] .product_card_name{font-size:5.3333333333vw}html[lang=th] .product_card_description{font-size:4.8vw}}html[lang=th] .news-tabs .news-tabs-item{font-size:1.6666666667vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[lang=th] .news-tabs .news-tabs-item{font-size:6.4vw}}html[lang=th] .news-item-label{font-size:1.1111111111vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[lang=th] .news-item-label{font-size:3.7333333333vw}}html[lang=th] .news-top .news-top-item .content-wrapper .news-item-title{font-size:2.3611111111vw}html[lang=th] .news-top .news-top-item .content-wrapper .news-item-btn,html[lang=th] .news-top .news-top-item .content-wrapper .news-item-desc{font-size:1.6666666667vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[lang=th] .news-top .news-top-item .content-wrapper .news-item-title{font-size:7.7333333333vw}html[lang=th] .news-top .news-top-item .content-wrapper .news-item-btn,html[lang=th] .news-top .news-top-item .content-wrapper .news-item-desc{font-size:5.3333333333vw}}html[lang=th] .news-list .news-item .content-wrapper .news-item-title{font-size:2.3611111111vw}html[lang=th] .news-list .news-item .content-wrapper .news-item-btn,html[lang=th] .news-list .news-item .content-wrapper .news-item-desc,html[lang=th] .news-list .u-result-tips{font-size:1.6666666667vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[lang=th] .news-list .news-item .content-wrapper .news-item-label{font-size:3.7333333333vw}html[lang=th] .news-list .news-item .content-wrapper .news-item-title{font-size:7.7333333333vw}html[lang=th] .news-list .news-item .content-wrapper .news-item-btn,html[lang=th] .news-list .news-item .content-wrapper .news-item-desc{font-size:5.3333333333vw}html[lang=th] .news-list .u-result-tips{font-size:6.4vw}}html[lang=th] .notice_paragraph_title{font-size:1.9444444444vw}html[lang=th] .notice_paragraph_content,html[lang=th] .notice_paragraph_cta{font-size:1.3888888889vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[lang=th] .notice_paragraph_title{font-size:6.4vw}html[lang=th] .notice_paragraph_content{font-size:4.8vw}html[lang=th] .notice_paragraph_cta{font-size:5.3333333333vw}}html[lang=th] .inspirations_hot_area span{font-size:1.6666666667vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[lang=th] .inspirations_hot_area span{font-size:6.4vw}}html[lang=th] .popular_questions_title{font-size:2.9166666667vw}html[lang=th] .popular_questions_item a p{font-size:2.3611111111vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[lang=th] .popular_questions_title{font-size:9.0666666667vw}html[lang=th] .popular_questions_item a p{font-size:5.3333333333vw}}html[lang=th] .popup_container .popup_content,html[lang=th] .popup_container .popup_content .popup_operate{font-size:1.6666666667vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[lang=th] .popup_container .popup_content{font-size:5.3333333333vw}html[lang=th] .popup_container .popup_content .popup_operate{font-size:6.4vw}}html[lang=th] .search-content .search-content-input{font-size:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .search-content .search-content-input{font-size:5.3333333333vw}}html[lang=th] .product-tabs{font-size:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .product-tabs{font-size:6.4vw}}html[lang=th] .tab-content-contain .total-results{font-size:1.3888888889vw}html[lang=th] .tab-content-contain .tab-content .no-result{font-size:1.6666666667vw}html[lang=th] .tab-content-contain .tab-content .pages-content .pages-news-item .title{font-size:1.9444444444vw}html[lang=th] .tab-content-contain .tab-content .pages-content .pages-news-item .desc{font-size:1.6666666667vw}html[lang=th] .tab-content-contain .tab-content .products-content .number{font-size:1.1111111111vw!important}html[lang=th] .tab-content-contain .tab-content .products-content .subtitle,html[lang=th] .tab-content-contain .tab-content .products-content .title{font-size:1.6666666667vw!important}html[lang=th] .tab-content-contain .tab-content .products-content .desc,html[lang=th] .tab-content-contain .tab-content .products-content .feature{font-size:1.3888888889vw!important}html[lang=th] .tab-content-contain .tab-content .products-content .m-price{font-size:1.9444444444vw!important}html[lang=th] .tab-content-contain .tab-content .products-content .actions .details{font-size:1.6666666667vw!important}html[lang=th] .tab-content-contain .tab-content .products-content .actions .add{font-size:1.3888888889vw!important}html[lang=th] .tab-content-contain .tab-content .news-content .item .title{font-size:1.9444444444vw}html[lang=th] .tab-content-contain .tab-content .news-content .item .desc{font-size:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .tab-content-contain .total-results{font-size:5.3333333333vw}html[lang=th] .tab-content-contain .tab-content .no-result{font-size:6.4vw}html[lang=th] .tab-content-contain .tab-content .pages-content .pages-news-item .title{font-size:7.4666666667vw}html[lang=th] .tab-content-contain .tab-content .pages-content .pages-news-item .desc{font-size:5.3333333333vw}html[lang=th] .tab-content-contain .tab-content .products-content .number{font-size:4.2666666667vw!important}html[lang=th] .tab-content-contain .tab-content .products-content .subtitle{font-size:5.3333333333vw!important}html[lang=th] .tab-content-contain .tab-content .products-content .desc,html[lang=th] .tab-content-contain .tab-content .products-content .feature{font-size:4.8vw!important}html[lang=th] .tab-content-contain .tab-content .products-content .m-price{font-size:6.9333333333vw!important}html[lang=th] .tab-content-contain .tab-content .products-content .actions .details{font-size:5.3333333333vw!important}html[lang=th] .tab-content-contain .tab-content .products-content .actions .add{font-size:4.8vw!important}html[lang=th] .tab-content-contain .tab-content .news-content .item .title{font-size:7.4666666667vw}html[lang=th] .tab-content-contain .tab-content .news-content .item .desc{font-size:5.3333333333vw!important}}html[lang=th] .products-page-container .page-number,html[lang=th] .products-page-container .page-number button{font-size:1.3888888889vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .products-page-container .page-number,html[lang=th] .products-page-container .page-number button{font-size:5.3333333333vw}}html[lang=th] .service-swiper .swiper-slide .service-banner-text .text-mark .service-swipper-title{font-size:3.0555555556vw}html[lang=th] .service-swiper .swiper-slide .service-banner-text .text-mark .service-swipper-sub-title{font-size:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .service-swiper .swiper-slide .service-banner-text .text-mark .service-swipper-title{font-size:8.5333333333vw}html[lang=th] .service-swiper .swiper-slide .service-banner-text .text-mark .service-swipper-sub-title{font-size:5.3333333333vw}}html[lang=th] .service-bar .service-bar-list .service-bar-item,html[lang=th] .service-nav .service-nav-list .service-nav-unit{font-size:1.3888888889vw}html[lang=th] .service-section .service-section-title{font-size:3.0555555556vw}html[lang=th] .service-section .service-section-sub-title{font-size:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .service-section .service-section-title{font-size:9.0666666667vw}html[lang=th] .service-section .service-section-sub-title{font-size:5.3333333333vw}}html[lang=th] .service-call .service-call-list .service-call-unit .unit-label{font-size:1.1111111111vw}html[lang=th] .service-call .service-call-list .service-call-unit .unit-title{font-size:2.9166666667vw}html[lang=th] .service-call .service-call-list .service-call-unit .unit-sub-title{font-size:1.9444444444vw}html[lang=th] .service-call .service-call-list .service-call-unit .unit-sub-des{font-size:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .service-call .service-call-list .service-call-unit .unit-label{font-size:4.2666666667vw}html[lang=th] .service-call .service-call-list .service-call-unit .unit-title{font-size:9.0666666667vw}html[lang=th] .service-call .service-call-list .service-call-unit .unit-sub-des,html[lang=th] .service-call .service-call-list .service-call-unit .unit-sub-title{font-size:5.3333333333vw}}html[lang=th] .service-store .store-map .store-filter{font-size:1.3888888889vw}html[lang=th] .service-store .store-map .store-filter .filter-list .check-box-list .check-box-unit .check-box-fake .check-box-active{font-size:1.1111111111vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .service-store .store-map .store-filter .filter-box,html[lang=th] .service-store .store-map .store-filter .filter-list .check-box-list .check-box-unit .check-box-fake .check-box-active,html[lang=th] .service-store .store-map .store-filter .filter-list .check-box-list .check-box-unit .check-box-text{font-size:4.8vw}}html[lang=th] .service-downloads .downloads-filter{font-size:1.3888888889vw}html[lang=th] .service-downloads .downloads-filter .filter-list .check-box-list .check-box-unit .check-box-fake .check-box-active{font-size:1.25vw}html[lang=th] .service-downloads .downloads-list-container .downloads-list .list-item .item-td,html[lang=th] .service-downloads .downloads-list-container .downloads-title .downloads-th{font-size:1.3888888889vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .service-downloads .downloads-filter .filter-box,html[lang=th] .service-downloads .downloads-filter .filter-list .check-box-list .check-box-unit .check-box-fake .check-box-active,html[lang=th] .service-downloads .downloads-filter .filter-list .check-box-list .check-box-unit .check-box-text{font-size:4.8vw}html[lang=th] .service-downloads .downloads-list-container .downloads-list .list-item .item-td{font-size:5.3333333333vw}html[lang=th] .service-downloads .downloads-list-container .downloads-list .list-item .item-td .item-title{font-size:3.7333333333vw}}html[lang=th] .service-map-content .service-map-list,html[lang=th] .service-map-content .service-search .search-form .search-input{font-size:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .service-map-content .service-search .search-form .search-input{font-size:6.4vw}html[lang=th] .service-map-content .service-map-list{font-size:5.3333333333vw}}html[lang=th] .store-distance-container .distance-result,html[lang=th] .store-distance-container .distance-selection{font-size:1.3888888889vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .store-distance-container .distance-result,html[lang=th] .store-distance-container .distance-selection{font-size:5.3333333333vw}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){html[lang=th] .service-store .store-map .store-filter .filter-list .check-box-list .check-box-unit .check-box-fake .check-box-active{font-size:1.0416666667vw}}@media screen and (-ms-high-contrast:active)and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (-ms-high-contrast:active)and (max-width:639px),screen and (-ms-high-contrast:none)and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (-ms-high-contrast:none)and (max-width:639px){html[lang=th] .service-store .store-map .store-filter .filter-list .check-box-list .check-box-unit .check-box-fake .check-box-active{font-size:4vw}}html[lang=th] .form .form-panel-header .form-panel-index{font-size:2.9166666667vw}html[lang=th] .form .form-panel-header .form-panel-title{font-size:2.3611111111vw}html[lang=th] .form .form-panel-body .form-title,html[lang=th] .form .form-panel-header .form-panel-title p{font-size:1.3194444444vw}html[lang=th] .form .form-panel-body .form-title .title{font-size:2.3611111111vw}html[lang=th] .form .form-panel-body .form-group{font-size:1.3888888889vw}html[lang=th] .form .form-panel-body .form-label{font-size:1.1111111111vw}html[lang=th] .form .form-panel-body .form-input{font-size:1.3888888889vw}html[lang=th] .form .form-panel-body .form-tips{font-size:1.1111111111vw}html[lang=th] .form .form-panel-body .form-textarea{font-size:1.3888888889vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[lang=th] .form .form-panel-body .form-title{font-size:5.0666666667vw}html[lang=th] .form .form-panel-body .form-title .title{font-size:9.0666666667vw}html[lang=th] .form .form-panel-body .form-group{font-size:5.3333333333vw}html[lang=th] .form .form-panel-body .form-label{font-size:4.2666666667vw}html[lang=th] .form .form-panel-body .form-input{font-size:5.3333333333vw}html[lang=th] .form .form-panel-body .form-tips{font-size:4.2666666667vw}html[lang=th] .form .form-panel-body .form-textarea{font-size:5.3333333333vw}}html[lang=th] .form .u-select{font-size:1.3888888889vw}html[lang=th] .form .u-select .u-select-text{font-size:fvm-th(16)}html[lang=th] .form .form-footer .form-agree,html[lang=th] .form .form-link{font-size:1.6666666667vw}html[lang=th] .form .form-desc{font-size:1.3194444444vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[lang=th] .form .form-panel-header .form-panel-index,html[lang=th] .form .form-panel-header .form-panel-title{font-size:6.4vw}html[lang=th] .form .form-panel-header .form-panel-title p{font-size:5.0666666667vw}html[lang=th] .form .u-select{font-size:5.3333333333vw}html[lang=th] .form .u-select .u-select-text{font-size:fvmm-th(16)}html[lang=th] .form .form-footer .form-agree{font-size:6.4vw}html[lang=th] .form .form-footer .form-link{font-size:5.3333333333vw}html[lang=th] .form .form-desc{font-size:5.0666666667vw}}html[lang=th] .page-container .page-heading{font-size:3.0555555556vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .page-container .page-heading{font-size:9.0666666667vw}}html[lang=th] .richtext-cont{font-size:1.6666666667vw}html[lang=th] .richtext-cont .grey{font-size:1.25vw}html[lang=th] .richtext-cont .more-button{font-size:1.6666666667vw}html[lang=th] .richtext-cont h1{font-weight:3.0555555556vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .richtext-cont{font-size:6.4vw}html[lang=th] .richtext-cont .grey{font-size:4.8vw}html[lang=th] .richtext-cont .more-button{font-size:6.4vw}html[lang=th] .richtext-cont h1{font-weight:11.7333333333vw}}html[lang=th] .cmp-teaser-remastered__content__title p{font-size:2.3611111111vw}html[lang=th] .cmp-teaser-remastered__content__desc p{font-size:1.6666666667vw}html[lang=th] .cmp-teaser-remastered__content__dscm p{font-size:1.25vw}html[lang=th] .cmp-teaser-remastered__content .btn{font-size:1.6666666667vw}@media screen and (max-width:767px){html[lang=th] .cmp-teaser-remastered__content__title p{font-size:7.4666666667vw}html[lang=th] .cmp-teaser-remastered__content__desc p{font-size:5.3333333333vw}html[lang=th] .cmp-teaser-remastered__content__dscm p{font-size:4.8vw}html[lang=th] .cmp-teaser-remastered__content .btn{font-size:6.4vw}}html[lang=vi] *{font-family:Arial,MyriadPro,Helvetica,Arial Unicode MS,serif!important}html[lang=vi] .iconfont{font-family:iconfont,serif!important}html[lang=vi] .iconfont-midea{font-family:iconfont-midea,serif!important}html[lang=vi] b,html[lang=vi] strong{font-weight:700}.video-wrapper{max-height:90%;max-width:100%;min-height:34.7222222222vw;padding:0;width:83.3333333333vw}@media screen and (min-width:768px)and (max-width:1024px){.video-wrapper{height:auto;width:100%}}.video-wrapper video{background-color:#000;max-height:100%;max-width:100%;width:100%}.video-wrapper iframe{display:block!important;height:100%!important;width:100%!important}.video-wrapper .vimeo-wrapper,.video-wrapper .vimeo-wrapper__video{height:100%;width:100%}.video-wrapper .wsc-dialog__body{background-color:#000;height:100%;padding-top:0;text-align:center}.video-wrapper .wsc-dialog__header{align-items:center;background-color:#000;border-radius:50%;display:flex;height:2.0833333333vw;justify-content:center;padding:0;position:absolute;right:-1.0416666667vw;top:-1.0416666667vw;width:2.0833333333vw;z-index:1}@media screen and (min-width:768px)and (max-width:1024px){.video-wrapper .wsc-dialog__header{height:8vw;right:4vw;top:-10.8vw;width:8vw}}.video-wrapper .wsc-dialog__close{display:inline-flex;position:relative;width:.8333333333vw}@media screen and (min-width:768px)and (max-width:1024px){.video-wrapper .wsc-dialog__close{width:3.2vw}}.video-wrapper .wsc-icon__close,.video-wrapper .wsc-icon__close:before{height:.1388888889vw}@media screen and (min-width:768px)and (max-width:1024px){.video-wrapper .wsc-icon__close,.video-wrapper .wsc-icon__close:before{height:.5333333333vw}}.gws-dialog{background-color:initial;max-height:90%;max-width:100%;min-height:26.0416666667vw;padding:0;width:62.5vw}@media screen and (min-width:768px)and (max-width:1024px){.gws-dialog{height:auto;width:100%}}@media screen and (max-width:767px){.gws-dialog{height:auto;width:100%}}.gws-dialog video{background-color:#000;max-height:100%;max-width:100%;width:100%}.gws-dialog iframe{display:block!important}.gws-dialog .vimeo-wrapper,.gws-dialog .vimeo-wrapper__video{height:100%;width:100%}.gws-dialog .wsc-dialog__body{background-color:#000;font-size:0;height:100%;padding-top:0;text-align:center}.gws-dialog .wsc-dialog__header{padding:0}.gws-dialog .wsc-dialog__close{align-items:center;background-color:#000;border-radius:50%;display:flex;height:3.4722222222vw;justify-content:center;padding:0;position:absolute;right:-1.0416666667vw;top:-1.0416666667vw;width:3.4722222222vw;z-index:100}@media screen and (min-width:768px)and (max-width:1024px){.gws-dialog .wsc-dialog__close{height:8vw;right:4vw;top:-10.8vw;width:8vw}}@media screen and (max-width:767px){.gws-dialog .wsc-dialog__close{height:8vw;right:4vw;top:-10.8vw;width:8vw}}.gws-dialog .wsc-icon__close{width:50%}.drawer_assets .wsc-drawer__container{background-color:transparent;left:50%;padding:0;top:50%;transform:translate(-50%,-200%);width:50%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.drawer_assets .wsc-drawer__container{width:100%}}.drawer_assets .wsc-drawer__content{font-size:0;overflow-y:auto;text-align:center}.drawer_assets .wsc-drawer__content video{height:auto;width:100%}.drawer_assets.wsc-drawer--actived .wsc-drawer__container{transform:translate(-50%,-50%)}.gws-loading{left:0;position:absolute;top:0;z-index:1}.gws-loading,.gws-loading__cover{height:100%;width:100%}.gws-loading__cover-grey{background-color:#f6f6f6}.gws-loading__cover-white{background-color:#fff}.gws-loading__progress{z-index:1}.gws-loading__progress,.gws-loading__progress-loading{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.gws-loading__progress-loading{height:5.2083333333vw;width:5.2083333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-loading__progress-loading{height:16vw;width:16vw}}.gws-loading__progress-text{font-size:1.25vw;font-weight:700}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-loading__progress-text{font-size:3.2vw}}html[dir=rtl] .gws-loading__progress-text{display:flex;flex-direction:row-reverse}.gws-bannerV2_styles.c-bg-black .mask{background-color:rgba(0,0,0,.55);height:100%;left:0;position:absolute;top:0;width:100%}.gws-bannerV2_styles.c-bg-white .mask{background-color:hsla(0,0%,100%,.35);height:100%;left:0;position:absolute;top:0;width:100%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2_styles.c-text-above .gws-bannerV2{align-items:center;display:flex;flex-direction:column-reverse}.gws-bannerV2_styles.c-text-above .gws-bannerV2 .gws-bannerV2__content{height:auto;position:static;transform:unset!important}.gws-bannerV2_styles.c-text-above .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__wrapper{margin:8vw auto}.gws-bannerV2_styles.c-text-under .gws-bannerV2{align-items:center;display:flex;flex-direction:column}.gws-bannerV2_styles.c-text-under .gws-bannerV2 .gws-bannerV2__content{height:auto;position:static;transform:unset!important}.gws-bannerV2_styles.c-text-under .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__wrapper{margin:8vw auto}.gws-bannerV2_styles.c-text-in-top .gws-bannerV2__content{top:0!important;transform:translate(-50%)!important}.gws-bannerV2_styles.c-text-in-middle .gws-bannerV2__content{top:50%;transform:translate(-50%,-50%)!important}.gws-bannerV2_styles.c-text-in-footer .gws-bannerV2__content{bottom:10%;top:unset!important;transform:translate(-50%)!important}}.gws-bannerV2_styles.c-font-bg-brand .gws-bannerV2__content__container{background-color:#ec1c24;padding:2.0833333333vw 2.7777777778vw 4.8611111111vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2_styles.c-font-bg-brand .gws-bannerV2__content__container{padding:2.6666666667vw 5.3333333333vw 16vw}}.gws-bannerV2_styles.c-font-bg-white .gws-bannerV2__content__container{background-color:hsla(0,0%,100%,.35);padding:2.0833333333vw 2.7777777778vw 4.8611111111vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2_styles.c-font-bg-white .gws-bannerV2__content__container{padding:2.6666666667vw 5.3333333333vw 16vw}}.gws-bannerV2_styles.c-font-bg-black .gws-bannerV2__content__container{background-color:rgba(0,0,0,.55);padding:2.0833333333vw 2.7777777778vw 4.8611111111vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2_styles.c-font-bg-black .gws-bannerV2__content__container{padding:2.6666666667vw 5.3333333333vw 16vw}}.gws-bannerV2_styles.c-text-position-left .gws-bannerV2__content{left:15.2777777778vw;transform:translateY(-50%)}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2_styles.c-text-position-left .gws-bannerV2__content{left:50%;right:unset!important;transform:translate(-50%,-50%)}}.gws-bannerV2_styles.c-text-position-center .gws-bannerV2__content{left:50%;top:50%;transform:translate(-50%,-50%)}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2_styles.c-text-position-center .gws-bannerV2__content{left:50%;right:unset!important;transform:translate(-50%,-50%)}}.gws-bannerV2_styles.c-text-position-right .gws-bannerV2__content{left:unset;right:15.2777777778vw;transform:translateY(-50%)}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2_styles.c-text-position-right .gws-bannerV2__content{left:50%;right:unset!important;transform:translate(-50%,-50%)}}.gws-bannerV2_styles.c-text-align-right .gws-bannerV2__content__actions{justify-content:flex-end}.gws-bannerV2_styles.c-text-align-right .gws-bannerV2__content__btn,.gws-bannerV2_styles.c-text-align-right .gws-bannerV2__content__link{margin-left:2.0833333333vw;margin-right:0}.gws-bannerV2_styles.c-text-align-center .gws-bannerV2__content__actions{justify-content:center}.gws-bannerV2_styles.c-text-align-center .gws-bannerV2__content__actions .gws-bannerV2__content__btn,.gws-bannerV2_styles.c-text-align-center .gws-bannerV2__content__actions .gws-bannerV2__content__link{margin-left:1.0416666667vw;margin-right:1.0416666667vw}.gws-bannerV2_styles.c-text-align-left .gws-bannerV2__content__actions{justify-content:flex-start}.gws-bannerV2{position:relative}.gws-bannerV2.c-img-Hover-magnify{overflow:hidden}.gws-bannerV2.c-img-Hover-magnify img{transition:all .3s}@media screen and (min-width:1200px){.gws-bannerV2.c-img-Hover-magnify:hover img{transform:scale(1.1)}}.gws-bannerV2__asset-link{bottom:0;left:0;position:absolute;right:0;top:0;z-index:2}.gws-bannerV2__content{left:15.2777777778vw;position:absolute;top:50%;transform:translateY(-50%);z-index:1}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2__content{left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;width:69.3333333333vw}.gws-bannerV2__content__container{max-width:unset;width:100%}.gws-bannerV2__content__container *{text-align:center!important}}.gws-bannerV2__content__wrapper{position:relative;width:28.8888888889vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2__content__wrapper{width:100%}}.gws-bannerV2__content__preTitle{color:#ec1c24;font-size:.8333333333vw;font-weight:600;letter-spacing:1.5px;padding-bottom:.6944444444vw}.gws-bannerV2__content__preTitle:before{background:#ec1c24;content:" ";display:inline-block;height:10px;margin-left:0;margin-right:10px;width:20px}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2__content__preTitle{font-size:3.2vw;padding-bottom:2.6666666667vw}}.gws-bannerV2__content__title{font-family:MyriadPro-SemiCn,Helvetica,Arial Unicode MS,serif;font-size:2.7777777778vw;font-style:normal;font-weight:700;line-height:1.05;text-transform:uppercase}.gws-bannerV2__content__title p{line-height:inherit}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2__content__title{font-size:7.4666666667vw;font-weight:700;line-height:1.1}}.gws-bannerV2__content__subTitle{font-size:2.6388888889vw;font-weight:300;line-height:1}.gws-bannerV2__content__subTitle p{line-height:inherit}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2__content__subTitle{font-size:7.4666666667vw}}.gws-bannerV2__content__desc,.gws-bannerV2__content__disclaimer{font-size:1.3888888889vw;font-weight:300;line-height:1.2;margin-top:2.0833333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2__content__desc,.gws-bannerV2__content__disclaimer{font-size:4.2666666667vw;line-height:1.125;margin-top:5.3333333333vw}}.gws-bannerV2__content__actions{display:flex;flex-wrap:wrap}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2__content__actions{align-items:center;flex-direction:column}}.gws-bannerV2__content__btn,.gws-bannerV2__content__link{align-items:center;background-color:#ec1c24;color:#fff!important;cursor:pointer;display:flex;height:4.4444444444vw;justify-content:center;margin-right:2.0833333333vw;margin-top:2.7777777778vw;padding:1.3888888889vw 2.0833333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2__content__btn,.gws-bannerV2__content__link{font-size:5.3333333333vw;height:13.8666666667vw;margin-right:0;margin-top:5.3333333333vw;padding:4.2666666667vw 5.3333333333vw}}.gws-bannerV2__content__btn img,.gws-bannerV2__content__link img{height:1.6666666667vw;margin-right:.6944444444vw;width:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2__content__btn img,.gws-bannerV2__content__link img{height:4.5333333333vw;margin-right:2.6666666667vw;width:4.5333333333vw}}.gws-bannerV2__content__btn .gws-video,.gws-bannerV2__content__link .gws-video{display:none}.gws-bannerV2 .c-cta-white-color.gws-bannerV2__content__btn,.gws-bannerV2 .c-cta-white-color.gws-bannerV2__content__link{background-color:#fff;color:#ec1c24!important}html[dir=rtl] .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__btn img{margin-left:.6944444444vw;margin-right:unset;transform:rotate(180deg)}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__btn img{margin-left:2.6666666667vw;margin-right:unset}}html[dir=rtl] .c-text-align-right .gws-bannerV2__content__actions{justify-content:flex-start}html[dir=rtl] .c-text-align-left .gws-bannerV2__content__actions{justify-content:flex-end}.gws-dynamic-image{cursor:pointer!important}.gws-dynamic-image[data-type=inline] .gws-dynamic-image__btn{display:none}.gws-dynamic-image[data-type=popup]{display:inline-block}.gws-dynamic-image[data-type=popup] .gws-dynamic-image__container{display:none}.gws-dynamic-image__container{background-color:#fff;display:flex;height:56.25vw;position:relative}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-dynamic-image__container{height:100vw}}.gws-dynamic-image__container:before{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAAAqCAMAAADbGsbuAAAAAXNSR0IArs4c6QAAAvdQTFRFAAAAAAAA////gICA////qqqqv7+/mZmZzMzMqqqq1dXVtra2v7+/xsbGs7OzzMzMubm5qqqqv7+/sbGxxMTEtra2u7u7v7+/tLS0w8PDuLi4vLy8v7+/tra2vLy8v7+/uLi4wsLCurq6vb29tra2ubm5u7u7vb29t7e3vLy8tra2vb29uLi4urq6tbW1vLy8vr6+ubm5v7+/u7u7tra2vLy8uLi4vr6+ubm5v7+/uLi4vr6+urq6u7u7uLi4vb29ubm5urq6vLy8ubm5vr6+u7u7ubm5vb29u7u7vb29vLy8vb29vLy8ubm5urq6vb29u7u7vLy8vb29urq6vLy8ubm5urq6u7u7vLy8urq6u7u7u7u7ubm5vLy8u7u7vLy8ubm5urq6u7u7vLy8urq6vLy8vb29u7u7ubm5vLy8urq6u7u7ubm5urq6urq6u7u7urq6u7u7u7u7urq6vLy8u7u7u7u7urq6vLy8u7u7ubm5vLy8urq6vLy8u7u7urq6u7u7u7u7u7u7urq6vLy8u7u7vLy8u7u7u7u7vLy8urq6vb29vLy8u7u7urq6u7u7urq6vLy8u7u7u7u7u7u7u7u7vLy8urq6vLy8urq6vLy8u7u7vLy8urq6u7u7vLy8u7u7vLy8vLy8urq6u7u7u7u7vb29urq6u7u7urq6u7u7vLy8u7u7urq6u7u7urq6u7u7vLy8u7u7urq6u7u7urq6u7u7vLy8u7u7urq6urq6u7u7u7u7u7u7u7u7u7u7urq6u7u7urq6u7u7u7u7vLy8u7u7vLy8u7u7urq6u7u7vLy8u7u7vLy8u7u7u7u7u7u7urq6u7u7urq6u7u7u7u7u7u7vLy8vLy8u7u7u7u7u7u7vLy8u7u7u7u7u7u7u7u7u7u7u7u7urq6vLy8u7u7u7u7u7u7u7u7vLy8u7u7u7u7u7u7u7u7vLy8u7u7urq6u7u7urq6u7u7u7u7vLy8u7u7u7u7urq6u7u7u7u7vLy8u7u7HWk7SgAAAPx0Uk5TAAEBAgIDBAUFBgYHCAkKCgsMDA0NDg8QERESExQVFxgZGRobHB0eHyAiIyMkJSYmJygoKSoqKyssLC8vMDEyMjM0NTc3ODo6PD5BQkRFRkZHSElKTE1OT1BRUlNUVFZXWFlaW1xfYGFjY2RlZmdoaWttcXNzdHV2dnh5eXp6e31/gISGhoeIiouMjY6QkpOTlJSWl5mam5ycoKChoaOkpKWnqqusra2usLGxsrW2t7i4uru8vL2+vr/AwcLDxMbHyMjJysvMzc3Oz8/Q0dHT1dbX2Nvb3N3f4OHk5efo6err7O3u7u/w8fLy8/T19vb3+Pj5+fr6+/z9/f7+onjEnAAAA9lJREFUGBnVwXt8lXMAx/GvrU056bKstFxqqVOGSkInoSaEUrSKWEa557jnVgyrljJSppLridzCQcptabmFim7WdNVWppntzNn2nM8fnt+z0zazdbzmL++3/q9cU95dcLr+izeAor5quv7svmwxc9QoVwfV1T0pKU7VDu0UK9sFfKEbeFmNSMmp5FffmTqgbwVl3WRcvLycwAfDpHa/8EMxN6lh6RZG+QSFvQBzZaRbGNaD0rAdVM2NVoOuDMH2r4uhbIAcvSsI9JAtFdj9ZSFYl0otB3VVI36EzObq9Cb45FgE82SsgcxYubJhhQ7iJFgnW0IJRVGynRikzC1bR4v8WEmt91Ieq8a17tcvUcY30EG2+TBHxinwjoyVkKjIovMpj5HUM0hxVxke8Mnwg1uR3Q8rZMuGTDk84JPhB7ciuH3W5xAYIql7AD5amzvrGMkDPhl+cCuCtYA1WrYnqLZnoDzgk+EHtyL4rgr49iip3W+wa/H7ZbC5uQd8MvzgViTRZyyDF6VrYE2CdHwepHrAJ8MPbjWszcSsEQprk0/waC2Ec2S7GZ70gE+GH9wjsia2UX1dZhRAZbLCsuFCfU+RjCHwvAd8MvyQWgkFM7qorriMYozbFDYbRmoHgSjZBsH8fvCWjM9gGkZxRpxqDN2Co/DafftelbEG+mg9DJDtDri3k0VetCTXHoK9C3FsGaowbxBjW0Y31064K0ox02Cz9Dh82lk6v4CKXloLU6RmmfCJumVswwh65fBa2LZ6XZImA5vezgMmSD1KoeSrDRYskiYAm/15wFhJLu9WbJZXtuQgUDWzrYyYl3BYD8t2SxWO3PaSpocwQo/K0XZmJRBMlpQD7B+lsCjvJgh+fIkcI1dbkP9QSxljV1tUrRqjA0btB3IkD2ClqI5jerZSjYQ+nVWjfVK86kixAI+8wFI1zVLAq6lAhprmEeABTQKWq2k+BG7UyRaErlZTpAGhXtIyoCxN9R0RqwiuKgXek9T/d8Cad6T+Zlbl9uE6mA7zLKDkNNnSKrDtvKedap0A/DlJjYq/exe2yjQ5xpdg7M0arAMSg0BoRrQadHZWIUZJmsIGrqPaxseGt5LDW4HtlVaq7/DhmZuotv4s1TjszgLCylfNvn5weymlCFvusaoVP/i62SsDhO29z6W6Ok79mVqhHbmv52D81F+OU59bvd2i1rb0BNXX4vLX/uCfCpJka5ZHHaVLUluoQXHjsjda1DNZtniLMGvD0+PidTCJY9KXrC+lhnWRjAVAYN3i9NGd9a/EuM+94tYp05965tmF4+U4JPm845qpIX8B1LDxMLajhFsAAAAASUVORK5CYII=) no-repeat;background-size:contain;content:"";height:2.3958333333vw;left:50%;position:absolute;top:1.5625vw;transform:translateX(-50%);width:3.2291666667vw;z-index:1}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-dynamic-image__container:before{height:6.1333333333vw;top:5.3333333333vw;width:8.2666666667vw}}.gws-dynamic-image__container img{height:100%;left:50%;margin:auto;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-dynamic-image__container img{height:auto;width:100%}}.gws-dynamic-image__cover{bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;z-index:1}.gws-dynamic-image__btn{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAAAiCAMAAADI62FhAAAAAXNSR0IArs4c6QAAAjpQTFRFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAa6pd1gAAAL10Uk5TAAECAwQFBgcICQoLDA0ODxASExQVFxobHB4fICEiIyQnKCkqKy0uLzAxMjM0NTY4Ojs9Pj9AQUJERUdIS0xNTlFSVFdYWVpbXF5fYGNkZWZnaGlsb3BxcnR1dnd4eXt9f4CBg4SHiImKjI2PkZKTlpeZm5yfoaOkpaanqKmrrK2vsLG8vb6/wcLDxcbIycrLzc7P0NHS09TV1tfY3N3e3+Dh4uPk5ebn6Onq6+3u7/Dx8vT19vf4+fr7/P3+tt7UWQAAAshJREFUOMvdlelfzFEUh5/fr8IUUolGslP2pbJnSUMaa/a17FnKXmisYZQlskQ0liZUEqEyM9//zYuZ+gxGn+at8+qce+5zzz3n3AX+I5lbuicybMjavP7m3pCesdv3rxrUbSwuPt4fwJhfUJgVwfwq7OWhoEKPpOa5fiPqjS4AxDslqcZqqXU2LQwB2aU3zm/6YgVgnTzjACrkrb7n0UMzelFKqFD1uhzJyI86ChDl0kWANMkGS3xKD51u9KlTo4BDcgKskWcswGq1+Ffc1GutinQLiHyl8wDkqxagSrt7g6a2ah+Qp44x/ftKHXB5VT0QzJf60eV7nN436rykYgOWST8/+fQ9tU/U8OkFXcqHa3qWxMS3cvRKRdmcrgS/elRPML9oHrBVjUFUgstpiwpiDLtLakn0G0vVjlUaBmTpExv1HOCudic2Sy670Q2NrpRq18YklJYmA5vVgFWaDWxSHTa1mUCjNhKztlaqHO2HMj/LvdIEo163E5jWpHPgkjOJKe91mBSvCgy2SamAaXPrcyZAaruuxgKQ41Nnk0+tKZAn6bvUMBTOSl/bpOv+ELFX1Z4KRo3KzMBW13+V9CwNYGenpKcTgH4lPyVv2cDAHLNMNQaZckf3lCU2K2daIN3E7NwZAXXY8uzkoOPqViY7VBzmpS7WDrarJGxqG3PUGBMWFO3WbIxqXTLDgMwy3QfGterGkN896XH/hIZcU9t4gJnN+rA6ONwMvZ7wj0C5jWqZ5ddH3JTq8nteNGKq1LYgBDN4Q53k7GmCYXslfXPY4gP2gHJ1rfsDictxtEv1uUbQWET2La/keVRin2wBjIM+X1GP35KWV/LII3lvr/jrybZuqeiQJG/DHceJfQ+kKxaAI5XvvJLUUbHVGjrZARm7yl90qFu2AIO7pM7njl0Zlt4bEjEyPWdz4bGTZ04nA0zKSP77J/kFXp4eQO/DpfIAAAAASUVORK5CYII=) no-repeat;background-size:contain;cursor:pointer;display:inline-block;height:1.7708333333vw;width:2.7083333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-dynamic-image__btn{height:6.1333333333vw;width:8.2666666667vw}}.gws-dialog .gws-dynamic-image{display:block}.gws-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__container{display:flex;height:41.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__container{height:100vw}}.gws-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__btn{display:none}.gws-img{font-size:0}.gws-img img{width:100%}.footer_subscribe{font-size:1.1111111111vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.footer_subscribe{font-size:3.7333333333vw}}.footer_subscribe_title{color:inherit;font-size:1.25vw;font-weight:700;padding-bottom:.6944444444vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.footer_subscribe_title{font-size:4.2666666667vw;height:16vw;line-height:16vw;padding-bottom:0;position:relative}}.footer_subscribe_txt{line-height:normal;margin-bottom:.6944444444vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.footer_subscribe_txt{margin-bottom:2.6666666667vw}}.footer_subscribe_label span{color:#ec1c24}.footer_subscribe_email{border:1px solid #979797;display:block;height:2.0833333333vw;margin-bottom:.8333333333vw;margin-top:.3472222222vw;text-indent:8px;width:100%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.footer_subscribe_email{height:8vw;margin-bottom:3.2vw;margin-top:1.3333333333vw}}.footer_subscribe_submit{background-color:#ec1c24;border-radius:0;color:#fff;cursor:pointer;display:inline-block;font-size:1.3888888889vw;line-height:1;padding:.6944444444vw 1.8055555556vw;text-align:center}@media screen and (max-width:767px){.footer_subscribe_submit{font-size:4.2666666667vw;padding:4.2666666667vw 8vw}}.footer_subscribe_submit:hover{background-color:#ec1c24;color:#fff!important}.footer_subscribe_submit.disable{background-color:#f58d91;color:#fff;cursor:default;pointer-events:none}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.footer_subscribe_submit{padding:2.6666666667vw 6.9333333333vw}}.gws-video{font-size:0;position:relative}.gws-video video{background-color:#000;width:100%}.gws-video iframe{width:100%!important}.gws-video__play{border-bottom:2.9166666667vw solid transparent;border-left:4.5833333333vw solid #ec1c24;border-top:2.9166666667vw solid transparent;bottom:0;cursor:pointer;display:block;height:0;left:0;margin:auto;position:absolute;right:0;top:0;width:0;z-index:10}@media screen and (max-width:767px){.gws-video__play{border-bottom:8vw solid transparent;border-left:12vw solid #ec1c24;border-top:8vw solid transparent}}.gws-video .c-video-autoplay .gws-img,.gws-video .c-video-autoplay .gws-video__asset{display:none}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-video .c-video-autoplay .gws-img{display:block}}.gws-video .c-video-autoplay .gws-video__play{display:none}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-video .c-video-autoplay .gws-video__play{display:block}}.gws-video .c-video-hover-play .gws-video__play{display:none}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-video .c-video-hover-play .gws-video__play{display:block}}.gws-video .c-video-hover-play .gws-video__asset,.gws-video .c-video-hover-play .gws-video__vimeo,.gws-video .c-video-hover-play .gws-video__youtube,.gws-video .c-video-inline-play .gws-video__asset,.gws-video .c-video-inline-play .gws-video__vimeo,.gws-video .c-video-inline-play .gws-video__youtube,.gws-video .c-video-popup-play .gws-video__asset,.gws-video .c-video-popup-play .gws-video__vimeo,.gws-video .c-video-popup-play .gws-video__youtube{display:none}