:root{--wsc-drawer-z-index:199920}.wsc-drawer{position:fixed;width:100%;height:100%;top:0;left:0;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{width:100%;height:100%;background-color:rgba(0,0,0,.7019607843137254);background-color:var(--wsc-color-cover);opacity:0;transition:opacity .3s ease}.wsc-drawer__container{position:absolute;background-color:#fff;background-color:var(--wsc-color-white);padding:20px;padding:var(--wsc-mob-padding-common);overflow:auto;transition:transform .3s ease}.wsc-drawer__container--top{width:100%;top:0;left:0;transform:translateY(-100%)}.wsc-drawer__container--bottom{width:100%;bottom:0;left:0;transform:translateY(100%)}.wsc-drawer__container--right{width:85%;height:100%;top:0;right:0;transform:translate(100%)}.wsc-drawer__container--left{width:85%;height:100%;top:0;left:0;transform:translate(-100%)}.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-right:10px;margin-right:var(--wsc-filter-option-gap);margin-bottom:10px;margin-bottom: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{display:flex;background-color:#fff}.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{display:flex;align-items:center}.wsc-pagination__item,.wsc-pagination__next,.wsc-pagination__prev{padding:4px 8px;padding:var(--wsc-pagination-btn-gap-vertical) var(--wsc-pagination-btn-gap-horizontal);border:1px solid #ccc;border:1px solid var(--wsc-pagination-btn-border-color);cursor:pointer;min-width:34px;text-align:center;transition:all .3s ease}.wsc-pagination__item--disabled,.wsc-pagination__next--disabled,.wsc-pagination__prev--disabled{opacity:.5;cursor:no-drop}.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{position:fixed;top:0;left:0;right:0;bottom:0!important;overflow:auto;background-color:rgba(0,0,0,.7019607843137254);background-color:var(--wsc-color-cover);opacity:0;transform:translate3d(0,-20px,0);transition:all .3s ease;font-size:16px}.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{width:50%;background-color:#fff;background-color:var(--wsc-color-white);position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);padding:20px}@media screen and (max-width:767px){.wsc-dialog__wrapper{width:100%}}.wsc-dialog__header{position:relative}.wsc-dialog__close{position:absolute;right:0;padding: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{padding:22px 20px 22px 10px;margin-left:2%;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-size:6px 6px,6px 6px,3em 3em;background-repeat:no-repeat}.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{width:100%;margin-left:0;margin-bottom:20px;padding:13px 20px 13px 8px}.wsc-address__select:last-child{margin-bottom:0}}.form__group{display:flex;margin-bottom:40px}.form__label{text-align:justify;font-size:18px;color:#333;width:10%;margin:11px 40px 0 0;display:flex}.form__label--required:before{content:"*";display:inline-block;font-size:26px;color:#af6437;color:var(--wsc-theme-color);padding-right:30%;line-height:1}@media screen and (max-width:767px){.form__label--required:before{padding-right:10%}}@media screen and (max-width:767px){.form__label{width:25%;font-size:14px}}@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;border:none;background-color:#f6f6f6;font-size:14px;line-height:1.3;position:relative;flex:1}.form__error{width:100%;color:#af6437;color:var(--wsc-theme-color);font-size:14px}.form__input{width:100%;padding:22px 10px}:root{--wsc-color-white:#fff;--wsc-color-main:#498ff2;--wsc-color-common:#666;--wsc-color-border:#ccc;--wsc-font-size-common:14px;--wsc-mob-padding-common:20px;--wsc-z-index-high-level:200000}*,:focus{outline:none}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{vertical-align:baseline;margin:0;padding:0;border:0;outline:0}ol,ul{list-style:none}table{border-collapse:separate}caption,table,td,th{vertical-align:middle}a img{border:none}a:active,a:hover{outline:0}[hidden],audio:not([controls]){display:none}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}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}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-style:inherit;vertical-align:baseline}button,input,optgroup,select,textarea{margin:0}button{background-color:transparent;border:none}button,html input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}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]{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;mbox-sizing:content-box}textarea{overflow:auto}optgroup{font-weight:700}td,th{padding:0}a:hover{text-decoration:none}a:focus,li:focus{outline:none}body{margin:0 auto;overflow-x:hidden}: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{padding:8px 20px;padding:var(--wsc-button-padding-vertical) var(--wsc-button-padding-horizontal);border-radius:4px;border-radius:var(--wsc-button-border-radius);border:1px solid transparent;font-size:12px;font-size:var(--wsc-button-font-size);cursor:pointer;text-align:center;display:inline-block;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{width:100%;height:2px;background-color:#ccc}.wsc-icon__plus:before{position:absolute;left:50%;transform:translate(-50%) rotate(90deg);content:""}.wsc-icon__close{position:relative;transform:rotate(45deg)}.wsc-icon__close,.wsc-icon__close:before{width:100%;height:2px;background-color:#ccc}.wsc-icon__close:before{position:absolute;left:50%;transform:translate(-50%) rotate(90deg);content:""}.wsc-icon__triangle--down{width:0;height:0;border:6 solid transparent;border-top-color:#aaa}@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{position:fixed;top:0;left:0;width:100%;height:100%;z-index:199920;z-index:var(--wsc-message-box-z-index)}.wsc-message-box__cover{width:100%;height:100%;background-color:rgba(0,0,0,.7019607843137254);background-color:var(--wsc-color-cover)}.wsc-message-box__container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;background-color:#fff;background-color:var(--wsc-color-white);padding:2em;width:345px;animation:cmpFadeIn .4s ease;transform-origin:0 0}.wsc-message-box__container--success path{fill:#52c41a}.wsc-message-box__container--error path{fill:#dc3545}.wsc-message-box__container svg{width:40px;height: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%)}}:root{--wsc-color-cover:rgba(0,0,0,0.7)}.cookie{position:fixed;bottom:2.2%;right:1.8%;z-index:9999;width:34.375vw}.cookie .cookie-main{background:hsla(0,0%,100%,.9);box-shadow:0 0 12px 0 rgba(63,74,109,.17);border-radius:.2083333333vw;width:100%;position:relative}.cookie .cookie-content{padding:1.0416666667vw 2.0833333333vw .78125vw 1.0416666667vw}.cookie .cookie-close{position:absolute;top:.625vw;right:.3125vw;cursor:pointer;width:1.0416666667vw;height:1.0416666667vw;display:block}.cookie .cookie-close:after,.cookie .cookie-close:before{display:inline-block;width:.1041666667vw;height:1.0416666667vw;content:"";background-color:#858585;position:absolute}.cookie .cookie-close:before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.cookie .cookie-close:after{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.cookie .cookie-desc{position:relative;padding-left:2.6041666667vw;font-weight:400}.cookie .cookie-desc .cookie-desc-container{font-size:1.0416666667vw!important;line-height:1.4;color:#262626}.cookie .cookie-desc .link{text-decoration:underline;color:#1f94d2}.cookie .cookie-desc .cookie-content-tips{font-size:.9375vw;line-height:1.8;color:#171717;font-weight:700}.cookie .cookie-desc-attention{max-width:1.3541666667vw;height:auto;position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.cookie .cookie-btn{margin-top:1.0416666667vw;padding-left:2.6041666667vw;font-size:.9375vw!important;line-height:1.4;color:#171717;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-weight:700}.cookie .cookie-btn .btn{font-size:.9375vw!important;color:#fff;background-color:#1f94d2;border-radius:2.6041666667vw;margin:0;cursor:pointer;min-width:7.8125vw;max-width:12.7604166667vw;height:auto;text-align:center;font-weight:400;letter-spacing:0;padding:.5208333333vw 1.3020833333vw;overflow:visible;line-height:1.2;white-space:normal}.cookie .cookie-btn .privacy-settings.btn{background:#fff;border:1px solid #1f94d2;color:#1f94d2;margin-left:.5208333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.cookie{left:0;bottom:2.6666666667vw;right:0;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.cookie .cookie-main{border-radius:1.0666666667vw;width:90.2%;margin:0 auto;background-color:#fff}.cookie .cookie-content{padding:5.3333333333vw 0 4vw 5.3333333333vw}.cookie .cookie-close{top:3.2vw;right:3.2vw;width:5.3333333333vw;height:5.3333333333vw}.cookie .cookie-close:after,.cookie .cookie-close:before{width:.5333333333vw;height:5.3333333333vw}.cookie .cookie-desc{padding:0 10.6666666667vw 0 13.3333333333vw}.cookie .cookie-desc .cookie-desc-container{font-size:3.7333333333vw!important}.cookie .cookie-desc .cookie-content-tips{font-size:3.2vw}.cookie .cookie-desc .link{display:block}.cookie .cookie-desc-attention{max-width:6.9333333333vw;top:0;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.cookie .cookie-btn{margin-top:5.3333333333vw;font-size:3.2vw!important;padding:0 5.3333333333vw 0 13.3333333333vw}.cookie .cookie-btn .btn{font-size:3.2vw!important;border-radius:6.6666666667vw;min-width:29.3333333333vw;max-width:65.3333333333vw;padding:2.6666666667vw 6.6666666667vw;line-height:1;white-space:pre-wrap}.cookie .cookie-btn .privacy-settings.btn{margin-left:2.6666666667vw}.cookie .info-page{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.cookie .info-page a{margin:0!important}}.ct-container-wrap{position:fixed;z-index:1000001;height:100%;width:100%;top:0;left:0;background-color:rgba(0,0,0,.8);display:none}.ct-container-wrap.show{display:block}.ct-container-wrap .ct-container{width:28.6458333333vw;overflow:hidden;position:fixed;left:1.0416666667vw;top:2.0833333333vw;z-index:1000002;border-radius:.5208333333vw}.ct-container-wrap .ct-close{position:absolute;width:.7291666667vw;height:.7291666667vw;right:1.0416666667vw;top:1.0416666667vw;background-size:100% 100%;display:block}.ct-container-wrap .ct-close:after,.ct-container-wrap .ct-close:before{display:inline-block;width:.1041666667vw;height:1.0416666667vw;content:"";background-color:#333;position:absolute}.ct-container-wrap .ct-close:before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.ct-container-wrap .ct-close:after{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.ct-container-wrap .ct-desc{max-height:7.8125vw;overflow-y:auto;font-size:1.1458333333vw}.ct-container-wrap .ct-container-header{background-color:#fff;padding:1.0416666667vw 1.0416666667vw 0}.ct-container-wrap .ct-container-header .ct-title{font-size:1.3541666667vw;font-weight:700}.ct-container-wrap .ct-container-content{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#fff;min-height:17.7083333333vw;max-height:21.875vw;overflow-y:auto;width:100%;padding:1.0416666667vw;font-size:1.1458333333vw}.ct-container-wrap .ct-container-footer{text-align:center;background-color:#fff;color:#fff;cursor:pointer;padding:.5208333333vw 0 1.0416666667vw}.ct-container-wrap .ct-save-btn{background:#1f94d2;border-radius:1.5625vw;width:11.4583333333vw;height:2.6041666667vw;line-height:2.6041666667vw;text-align:center}.ct-container-wrap .ct-all-select{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:.5208333333vw}.ct-container-wrap .ct-all-title{padding-left:.625vw;font-weight:700}.ct-container-wrap .ct-box-checkbox{background-color:#fff;border:.1041666667vw solid #d1d1d1;border-radius:.1041666667vw;box-sizing:border-box;display:inline-block;height:1.0416666667vw;-webkit-transition:.2s;transition:.2s;width:1.0416666667vw;cursor:pointer;position:relative;border-radius:.2083333333vw}.ct-container-wrap .ct-box-checkbox.someSelected{background-color:#1f94d2;border-color:#1f94d2}.ct-container-wrap .ct-box-checkbox.someSelected:after{content:"";color:#fff;position:absolute;left:50%;top:50%;margin:-1px 0 0 -.2604166667vw;text-align:center;width:.5208333333vw;height:.1041666667vw;background:#fff}.ct-container-wrap .ct-box-checkbox.active{background-color:#1f94d2;border-color:#1f94d2}.ct-container-wrap .ct-box-checkbox.active:after{content:"";border-left:.1041666667vw solid #fff;border-bottom:.1041666667vw solid #fff;display:inline-block;position:absolute;top:.1041666667vw;left:1px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);width:.6770833333vw;height:.4166666667vw;background:transparent;margin:0}.ct-container-wrap .ct-box-checkbox.essentialCheckbox{background-color:#d1d1d1!important;border-color:#d1d1d1!important}.ct-container-wrap .ct-box-title{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;position:relative;margin-bottom:.5208333333vw}.ct-container-wrap .ct-consent-title{width:70%;padding-left:.625vw;margin-bottom:.8333333333vw}.ct-container-wrap .ct-box .ct-category-title{cursor:pointer;font-weight:700;width:70%;padding-left:.625vw}.ct-container-wrap .ct-box .ct-category-title:after{position:absolute;content:"";top:.2604166667vw;border:.3125vw solid transparent;border-left-color:#7f8795;cursor:pointer;left:0}.ct-container-wrap .ct-box .ct-box-list{display:none}.ct-container-wrap .ct-box.show .ct-category-title:after{border-color:#666 transparent transparent;left:-vw(5);top:.4166666667vw}.ct-container-wrap .ct-box.show .ct-box-list{display:block}.ct-container-wrap .ct-consent-content,.ct-container-wrap .ct-operations{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;position:relative}.ct-container-wrap .ct-open-btn{width:14%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;height:1.0416666667vw;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ct-container-wrap .ct-open-history,.ct-container-wrap .ct-open-more-info{cursor:pointer;width:.8333333333vw;height:.8333333333vw;min-width:16px;min-height:16px;margin-left:.3125vw;position:relative}.ct-container-wrap .ct-tips{position:absolute;width:12.5vw;border:1px solid #ddd;border-radius:.5208333333vw;background:#fff;right:1.1458333333vw;top:0;z-index:10;padding:.625vw;max-height:11.4583333333vw;font-size:1.0416666667vw;display:none;overflow-y:auto}.ct-container-wrap .ct-consent-timeline{font-size:.9375vw;display:none;color:#858585}.ct-container-wrap .ct-consent-timeline-single:after{display:none}.ct-container-wrap .ct-consent-timeline ul{position:relative;padding:0}.ct-container-wrap .ct-consent-timeline ul:after{content:"";position:absolute;width:1px;height:100%;background:#ddd;top:-1px;left:.8333333333vw;z-index:1}.ct-container-wrap .ct-consent-timeline li{padding-left:1.5625vw;margin-bottom:.8333333333vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;position:relative}.ct-container-wrap .ct-consent-timeline li:before{width:.625vw;height:.625vw;background-color:#1f94d2;border-radius:50%;content:"";position:absolute;left:.5208333333vw;top:.1041666667vw;z-index:2}.ct-container-wrap .ct-consent-timeline li.ct-no:before{background-color:#858585}.ct-container-wrap .ct-save-button{background:#1f94d2;border-radius:1.5625vw;text-align:center;font-size:1.1458333333vw;margin:auto;height:auto;padding:.78125vw 2.6041666667vw;line-height:1.2;display:inline-block}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.ct-container-wrap{background:#fff}.ct-container-wrap .ct-container{width:100%;top:0;left:0;border-radius:0;height:100%;position:relative}.ct-container-wrap .ct-close{width:3.7333333333vw;height:3.7333333333vw;right:5.3333333333vw;top:5.3333333333vw}.ct-container-wrap .ct-close:after,.ct-container-wrap .ct-close:before{width:.5333333333vw;height:5.3333333333vw}.ct-container-wrap .ct-desc{max-height:40vw;font-size:4.2666666667vw}.ct-container-wrap .ct-container-header{padding:5.3333333333vw 5.3333333333vw 0}.ct-container-wrap .ct-container-header .ct-title{font-size:5.3333333333vw}.ct-container-wrap .ct-container-content{min-height:90.6666666667vw;max-height:112vw;padding:5.3333333333vw;font-size:4.2666666667vw}.ct-container-wrap .ct-container-footer{position:absolute;bottom:2.6666666667vw;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);left:50%}.ct-container-wrap .ct-all-select{margin-bottom:2.6666666667vw}.ct-container-wrap .ct-all-title{padding-left:3.2vw}.ct-container-wrap .ct-box-checkbox{border:.5333333333vw solid #d1d1d1;border-radius:.5333333333vw;height:5.3333333333vw;width:5.3333333333vw;border-radius:1.0666666667vw}.ct-container-wrap .ct-box-checkbox.someSelected:after{left:50%;top:50%;margin:-1px 0 0 -1.3333333333vw;width:2.6666666667vw;height:.1041666667vw}.ct-container-wrap .ct-box-checkbox.active:after{border-left:.5333333333vw solid #fff;border-bottom:.5333333333vw solid #fff;top:.5333333333vw;width:3.4666666667vw;height:2.1333333333vw}.ct-container-wrap .ct-box-title{margin-bottom:2.6666666667vw}.ct-container-wrap .ct-consent-title{padding-left:3.2vw;margin-bottom:4.2666666667vw}.ct-container-wrap .ct-box .ct-category-title{padding-left:3.2vw}.ct-container-wrap .ct-box .ct-category-title:after{top:1.3333333333vw;border-width:1.6vw}.ct-container-wrap .ct-box.show .ct-category-title:after{left:-vwm(5);top:2.1333333333vw}.ct-container-wrap .ct-open-btn{height:5.3333333333vw}.ct-container-wrap .ct-open-history,.ct-container-wrap .ct-open-more-info{width:4.2666666667vw;height:4.2666666667vw;margin-left:1.6vw}.ct-container-wrap .ct-tips{width:64vw;border-radius:2.6666666667vw;right:5.8666666667vw;padding:3.2vw;max-height:58.6666666667vw;font-size:3.7333333333vw}.ct-container-wrap .ct-consent-timeline{font-size:3.2vw}.ct-container-wrap .ct-consent-timeline ul:after{left:4.2666666667vw}.ct-container-wrap .ct-consent-timeline li{padding-left:8vw;margin-bottom:4.2666666667vw}.ct-container-wrap .ct-consent-timeline li:before{width:3.2vw;height:3.2vw;left:2.6666666667vw;top:.5333333333vw}.ct-container-wrap .ct-save-button{border-radius:8vw;font-size:4.2666666667vw;padding:4vw 5.3333333333vw}}.ct-container-wrap ::-webkit-scrollbar{width:5px}.ct-container-wrap ::-webkit-scrollbar-track{background:hsla(0,0%,100%,.1450980392)}.ct-container-wrap ::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2)}.ct-container-wrap ::-webkit-scrollbar-thumb:hover{background:rgba(51,51,51,.6)}.ct-open-more-info.show .ct-tips{display:block}.ct-open-history{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iIzgxODI4NiIgZmlsbC1ydWxlPSJub256ZXJvIj48cGF0aCBkPSJNNy45OTYgMy42OTRhLjU5NS41OTUgMCAwMC0uNTk1LjU5NFY3LjRjMCAuMjAzLjEwMy4zODMuMjU4LjQ5bDIuNDA2IDIuNjgxYS41OTUuNTk1IDAgMTAuODg1LS43OTRsLTIuMzYtMi42M1Y0LjI4N2EuNTk1LjU5NSAwIDAwLS41OTQtLjU5NHoiLz48cGF0aCBkPSJNMTQuMjY2IDMuMDRDMTEuNTM1LS40MiA2LjQ5Ny0xLjAxMyAzLjAzNiAxLjcyYTguMDExIDguMDExIDAgMDAtMS4zOTUgMS40MjNWMS4xODhhLjU5NS41OTUgMCAxMC0xLjE5IDB2My4yOTNhLjU5Mi41OTIgMCAwMC4xNy41MjguNTkyLjU5MiAwIDAwLjUyNy4xNjloMy4yOTNhLjU5NS41OTUgMCAxMDAtMS4xOUgyLjQ5Yy4zNjMtLjQ5OS43OTMtLjk0OSAxLjI4My0xLjMzNmE2Ljc2MiA2Ljc2MiAwIDAxNS4wMTItMS40MTcgNi43NiA2Ljc2IDAgMDE0LjU0NyAyLjU0MiA2LjgxNCA2LjgxNCAwIDAxLTEuMTI1IDkuNTYgNi44MTQgNi44MTQgMCAwMS05LjU1OS0xLjEyNSA2Ljc2MiA2Ljc2MiAwIDAxLTEuNDU2LTMuODczLjU5NS41OTUgMCAwMC0xLjE4OC4wNiA3Ljk0MyA3Ljk0MyAwIDAwMS43MSA0LjU1QTcuOTg2IDcuOTg2IDAgMDA4IDE1Ljk4NmMxLjczNSAwIDMuNDgyLS41NiA0Ljk0Ny0xLjcxNiAzLjQ2LTIuNzMyIDQuMDUyLTcuNzcgMS4zMi0xMS4yM3oiLz48L2c+PC9zdmc+) no-repeat;background-size:100% 100%}.ct-open-history.show,.ct-open-history:hover{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iIzAwOTlEOCIgZmlsbC1ydWxlPSJub256ZXJvIj48cGF0aCBkPSJNNy45OTYgMy42OTRhLjU5NS41OTUgMCAwMC0uNTk1LjU5NFY3LjRjMCAuMjAzLjEwMy4zODMuMjU4LjQ5bDIuNDA2IDIuNjgxYS41OTUuNTk1IDAgMTAuODg1LS43OTRsLTIuMzYtMi42M1Y0LjI4N2EuNTk1LjU5NSAwIDAwLS41OTQtLjU5NHoiLz48cGF0aCBkPSJNMTQuMjY2IDMuMDRDMTEuNTM1LS40MiA2LjQ5Ny0xLjAxMyAzLjAzNiAxLjcyYTguMDExIDguMDExIDAgMDAtMS4zOTUgMS40MjNWMS4xODhhLjU5NS41OTUgMCAxMC0xLjE5IDB2My4yOTNhLjU5Mi41OTIgMCAwMC4xNy41MjguNTkyLjU5MiAwIDAwLjUyNy4xNjloMy4yOTNhLjU5NS41OTUgMCAxMDAtMS4xOUgyLjQ5Yy4zNjMtLjQ5OS43OTMtLjk0OSAxLjI4My0xLjMzNmE2Ljc2MiA2Ljc2MiAwIDAxNS4wMTItMS40MTcgNi43NiA2Ljc2IDAgMDE0LjU0NyAyLjU0MiA2LjgxNCA2LjgxNCAwIDAxLTEuMTI1IDkuNTYgNi44MTQgNi44MTQgMCAwMS05LjU1OS0xLjEyNSA2Ljc2MiA2Ljc2MiAwIDAxLTEuNDU2LTMuODczLjU5NS41OTUgMCAwMC0xLjE4OC4wNiA3Ljk0MyA3Ljk0MyAwIDAwMS43MSA0LjU1QTcuOTg2IDcuOTg2IDAgMDA4IDE1Ljk4NmMxLjczNSAwIDMuNDgyLS41NiA0Ljk0Ny0xLjcxNiAzLjQ2LTIuNzMyIDQuMDUyLTcuNzcgMS4zMi0xMS4yM3oiLz48L2c+PC9zdmc+) no-repeat;background-size:100% 100%}.ct-open-more-info{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iIzgxODI4NiIgZmlsbC1ydWxlPSJub256ZXJvIj48cGF0aCBkPSJNNyAxMi44NTdhLjg1Ny44NTcgMCAxMDEuNzE0IDAgLjg1Ny44NTcgMCAwMC0xLjcxNCAweiIvPjxwYXRoIGQ9Ik04IDE2Yy00LjQxMSAwLTgtMy41ODktOC04czMuNTg5LTggOC04IDggMy41ODkgOCA4LTMuNTg5IDgtOCA4ek04IDEuMTQ4QTYuODYgNi44NiAwIDAwMS4xNDggOCA2Ljg2IDYuODYgMCAwMDggMTQuODUyIDYuODYgNi44NiAwIDAwMTQuODUyIDggNi44NiA2Ljg2IDAgMDA4IDEuMTQ4eiIvPjxwYXRoIGQ9Ik03Ljg1NyAxMS4wMWEuNTcyLjU3MiAwIDAxLS41NzEtLjU3MlY5LjQ3YzAtLjkzNC43MTQtMS42NDkgMS4zNDUtMi4yNzkuNDYyLS40NjMuOTQtLjk0Ljk0LTEuMzIyIDAtLjk1Mi0uNzY5LTEuNzI3LTEuNzE0LTEuNzI3LS45NjEgMC0xLjcxNC43NDItMS43MTQgMS42ODhhLjU3Mi41NzIgMCAwMS0xLjE0MyAwQzUgNC4yNzEgNi4yODIgMyA3Ljg1NyAzYTIuODY3IDIuODY3IDAgMDEyLjg1NyAyLjg3YzAgLjg1Ni0uNjQ4IDEuNTA0LTEuMjc1IDIuMTMtLjQ5Ny40OTctMS4wMSAxLjAxLTEuMDEgMS40N3YuOTY3YS41NzIuNTcyIDAgMDEtLjU3Mi41NzJ6Ii8+PC9nPjwvc3ZnPg==) no-repeat;background-size:100% 100%}.ct-open-more-info.show,.ct-open-more-info:hover{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iIzAwOTlEOCIgZmlsbC1ydWxlPSJub256ZXJvIj48cGF0aCBkPSJNNy4xNDMgMTIuODYzYS44NTcuODU3IDAgMTAxLjcxNCAwIC44NTcuODU3IDAgMDAtMS43MTQgMHoiLz48cGF0aCBkPSJNOCAxNmMtNC40MTEgMC04LTMuNTg5LTgtOHMzLjU4OS04IDgtOCA4IDMuNTg5IDggOC0zLjU4OSA4LTggOHpNOCAxLjE0OEE2Ljg2IDYuODYgMCAwMDEuMTQ4IDggNi44NiA2Ljg2IDAgMDA4IDE0Ljg1MiA2Ljg2IDYuODYgMCAwMDE0Ljg1MiA4IDYuODYgNi44NiAwIDAwOCAxLjE0OHoiLz48cGF0aCBkPSJNNy44NTcgMTEuMDFhLjU3Mi41NzIgMCAwMS0uNTcxLS41NzJWOS40N2MwLS45MzQuNzE0LTEuNjQ5IDEuMzQ1LTIuMjc5LjQ2Mi0uNDYzLjk0LS45NC45NC0xLjMyMiAwLS45NTItLjc2OS0xLjcyNy0xLjcxNC0xLjcyNy0uOTYxIDAtMS43MTQuNzQyLTEuNzE0IDEuNjg4YS41NzIuNTcyIDAgMDEtMS4xNDMgMEM1IDQuMjcxIDYuMjgyIDMgNy44NTcgM2EyLjg2NyAyLjg2NyAwIDAxMi44NTcgMi44N2MwIC44NTYtLjY0OCAxLjUwNC0xLjI3NSAyLjEzLS40OTcuNDk3LTEuMDEgMS4wMS0xLjAxIDEuNDd2Ljk2N2EuNTcyLjU3MiAwIDAxLS41NzIuNTcyeiIvPjwvZz48L3N2Zz4=) no-repeat;background-size:100% 100%}.ct-consent-timeline.show{display:block}@font-face{font-family:HCo Gotham;src:url(https://cdnjs.midea.com/aem-fe/midea/dist/static/fonts/Gotham-Thin_Web.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/midea/dist/static/fonts/Gotham-Thin_Web.woff) format("woff");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:HCo Gotham;src:url(https://cdnjs.midea.com/aem-fe/midea/dist/static/fonts/Gotham-ThinItalic_Web.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/midea/dist/static/fonts/Gotham-ThinItalic_Web.woff) format("woff");font-weight:100;font-style:italic;font-display:swap}@font-face{font-family:HCo Gotham;src:url(https://cdnjs.midea.com/aem-fe/midea/dist/static/fonts/Gotham-XLight_Web.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/midea/dist/static/fonts/Gotham-XLight_Web.woff) format("woff");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:HCo Gotham;src:url(https://cdnjs.midea.com/aem-fe/midea/dist/static/fonts/Gotham-XLightItalic_Web.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/midea/dist/static/fonts/Gotham-XLightItalic_Web.woff) format("woff");font-weight:200;font-style:italic;font-display:swap}@font-face{font-family:HCo Gotham;src:url(https://cdnjs.midea.com/aem-fe/midea/dist/static/fonts/Gotham-Light_Web.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/midea/dist/static/fonts/Gotham-Light_Web.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:HCo Gotham;src:url(https://cdnjs.midea.com/aem-fe/midea/dist/static/fonts/Gotham-LightItalic_Web.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/midea/dist/static/fonts/Gotham-LightItalic_Web.woff) format("woff");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:HCo Gotham;src:url(https://cdnjs.midea.com/aem-fe/midea/dist/static/fonts/Gotham-Book_Web.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/midea/dist/static/fonts/Gotham-Book_Web.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:HCo Gotham;src:url(https://cdnjs.midea.com/aem-fe/midea/dist/static/fonts/Gotham-BookItalic_Web.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/midea/dist/static/fonts/Gotham-BookItalic_Web.woff) format("woff");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:HCo Gotham;src:url(https://cdnjs.midea.com/aem-fe/midea/dist/static/fonts/Gotham-Medium_Web.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/midea/dist/static/fonts/Gotham-Medium_Web.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:HCo Gotham;src:url(https://cdnjs.midea.com/aem-fe/midea/dist/static/fonts/Gotham-MediumItalic_Web.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/midea/dist/static/fonts/Gotham-MediumItalic_Web.woff) format("woff");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:HCo Gotham;src:url(https://cdnjs.midea.com/aem-fe/midea/dist/static/fonts/Gotham-Bold_Web.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/midea/dist/static/fonts/Gotham-Bold_Web.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:HCo Gotham;src:url(https://cdnjs.midea.com/aem-fe/midea/dist/static/fonts/Gotham-BoldItalic_Web.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/midea/dist/static/fonts/Gotham-BoldItalic_Web.woff) format("woff");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:HCo Gotham;src:url(https://cdnjs.midea.com/aem-fe/midea/dist/static/fonts/Gotham-Black_Web.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/midea/dist/static/fonts/Gotham-Black_Web.woff) format("woff");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:HCo Gotham;src:url(https://cdnjs.midea.com/aem-fe/midea/dist/static/fonts/Gotham-BlackItalic_Web.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/midea/dist/static/fonts/Gotham-BlackItalic_Web.woff) format("woff");font-weight:800;font-style:italic;font-display:swap}@font-face{font-family:HCo Gotham;src:url(https://cdnjs.midea.com/aem-fe/midea/dist/static/fonts/Gotham-Ultra_Web.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/midea/dist/static/fonts/Gotham-Ultra_Web.woff) format("woff");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:HCo Gotham;src:url(https://cdnjs.midea.com/aem-fe/midea/dist/static/fonts/Gotham-UltraItalic_Web.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/midea/dist/static/fonts/Gotham-UltraItalic_Web.woff) format("woff");font-weight:900;font-style:italic;font-display:swap}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}table{border-collapse:collapse;border-spacing:0}li,ol,ul{list-style:none}fieldset,img{border:0}picture{font-size:0;display:block}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,select,textarea{font-family:inherit;font-size:inherit;font-weight:inherit}a,a:focus,a:hover,a:visited{text-decoration:none}a{background-color:transparent}a,a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]){cursor:default}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}button{overflow:visible;white-space:nowrap}button,select{text-transform:none}button,html input[type=button],html input[type=password],input[type=reset],input[type=submit],input[type=text]{-webkit-appearance:none;cursor:pointer;border-radius:0}input[type=search],input[type=text]{cursor:text!important}input[type=search]{-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}input[type=search]{-webkit-appearance:none}input::-ms-clear,input::-ms-reveal{display:none}@media screen and (max-width:1024px){input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select:focus,textarea{font-size:1.1458333333vw}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select:focus,textarea{font-size:4.2666666667vw}}body{margin:0;font:400 .9375vw/1.5 HCo Gotham,sans-serif!important;position:relative;box-sizing:border-box;color:#333}blockquote{margin:0;color:#858585;font-weight:300;font-style:normal}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){blockquote{font-size:4.2666666667vw;line-height:6.4vw}}:after,:before{box-sizing:border-box}.blur-up{-webkit-filter:blur(5px);filter:blur(5px);-webkit-transition:-webkit-filter .4s;transition:-webkit-filter .4s;transition:filter .4s;transition:filter .4s,-webkit-filter .4s}.blur-up.lazyloaded{-webkit-filter:blur(0);filter:blur(0)}.lazyload:not([src]){display:none}.nowrap{white-space:nowrap}.cf:after,.cf:before{content:" ";display:table}.cf:after{clear:both}.hidden{display:none!important}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.hidden-ie{display:none}}@supports(-ms-ime-align:auto){.hidden-ie{display:none}}.show-ie{display:none}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.show-ie{display:block}}@supports(-ms-ime-align:auto){.show-ie{display:block}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.show-pc{display:none!important}}.show-mob{display:none!important}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.show-mob{display:block!important}}.show-mob-ib{display:none!important}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.show-mob-ib{display:inline-block!important}}.modal a.close-modal{top:5px;right:5px;width:20px;height:20px}.popup_cover{display:none;position:fixed;top:0;left:0;bottom:0;right:0;background-color:rgba(51,51,51,.6);z-index:9999}.popup_content{display:none;padding:3.125vw;background-color:#fff;position:fixed;z-index:10000;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-width:90%}.md_close{width:1.0416666667vw;height:1.0416666667vw;position:relative;display:inline-block;color:#fff}.md_close:before{-webkit-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.md_close:after,.md_close:before{content:"";width:100%;height:1px;background-color:currentColor;position:absolute;top:50%;left:50%}.md_close:after{-webkit-transform:translate(-50%,-50%) rotate(-45deg);-ms-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}#bv-question-btn,.btn,.wsc-button,body .bv_button_buttonFull,body .bYQFka,body .cdGsEP,body .eLheDA button,body .ihyIhY,body .jHLwWM,body .jPynsQ button{font-size:1.1458333333vw;white-space:nowrap;height:3.125em;line-height:3.125em;padding:0 3.125em;border-radius:1.5625em;border:none;outline:none;letter-spacing:normal;display:inline-block;cursor:pointer}#bv-question-btn.btn_hollow,.btn.btn_hollow,.wsc-button.btn_hollow,body .bv_button_buttonFull.btn_hollow,body .bYQFka.btn_hollow,body .cdGsEP.btn_hollow,body .eLheDA button.btn_hollow,body .ihyIhY.btn_hollow,body .jHLwWM.btn_hollow,body .jPynsQ button.btn_hollow{color:#fff;border:1px solid #fff;border-radius:2.1875vw;background-color:transparent;padding:.625vw 2.9166666667vw;height:auto;line-height:1.5;font-size:1.0416666667vw;white-space:nowrap}#bv-question-btn.btn_hollow:hover,.btn.btn_hollow:hover,.wsc-button.btn_hollow:hover,body .bv_button_buttonFull.btn_hollow:hover,body .bYQFka.btn_hollow:hover,body .cdGsEP.btn_hollow:hover,body .eLheDA button.btn_hollow:hover,body .ihyIhY.btn_hollow:hover,body .jHLwWM.btn_hollow:hover,body .jPynsQ button.btn_hollow:hover{background:#fff;color:#333}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){#bv-question-btn,.btn,.wsc-button,body .bv_button_buttonFull,body .bYQFka,body .cdGsEP,body .eLheDA button,body .ihyIhY,body .jHLwWM,body .jPynsQ button{font-size:4.2666666667vw}#bv-question-btn.btn_hollow,.btn.btn_hollow,.wsc-button.btn_hollow,body .bv_button_buttonFull.btn_hollow,body .bYQFka.btn_hollow,body .cdGsEP.btn_hollow,body .eLheDA button.btn_hollow,body .ihyIhY.btn_hollow,body .jHLwWM.btn_hollow,body .jPynsQ button.btn_hollow{border-radius:11.2vw;padding:3.2vw 14.9333333333vw;line-height:5.6vw;font-size:3.7333333333vw}}#bv-question-btn.btn_white,.btn.btn_white,.wsc-button.btn_white,body .bv_button_buttonFull.btn_white,body .bYQFka.btn_white,body .cdGsEP.btn_white,body .eLheDA button.btn_white,body .ihyIhY.btn_white,body .jHLwWM.btn_white,body .jPynsQ button.btn_white{color:#333;background-color:#fff}#bv-question-btn.btn_blue,#bv-question-btn.btn_default,#bv-question-btn.wsc-button--main,.btn.btn_blue,.btn.btn_default,.btn.wsc-button--main,.wsc-button.btn_blue,.wsc-button.btn_default,.wsc-button.wsc-button--main,body .bv_button_buttonFull.btn_blue,body .bv_button_buttonFull.btn_default,body .bv_button_buttonFull.wsc-button--main,body .bYQFka.btn_blue,body .bYQFka.btn_default,body .bYQFka.wsc-button--main,body .cdGsEP.btn_blue,body .cdGsEP.btn_default,body .cdGsEP.wsc-button--main,body .eLheDA button.btn_blue,body .eLheDA button.btn_default,body .eLheDA button.wsc-button--main,body .ihyIhY.btn_blue,body .ihyIhY.btn_default,body .ihyIhY.wsc-button--main,body .jHLwWM.btn_blue,body .jHLwWM.btn_default,body .jHLwWM.wsc-button--main,body .jPynsQ button.btn_blue,body .jPynsQ button.btn_default,body .jPynsQ button.wsc-button--main{color:#fff!important;background-color:#1f94d2;-webkit-transition:all .3s;transition:all .3s}#bv-question-btn.btn_blue:hover,#bv-question-btn.btn_default:hover,#bv-question-btn.wsc-button--main:hover,.btn.btn_blue:hover,.btn.btn_default:hover,.btn.wsc-button--main:hover,.wsc-button.btn_blue:hover,.wsc-button.btn_default:hover,.wsc-button.wsc-button--main:hover,body .bv_button_buttonFull.btn_blue:hover,body .bv_button_buttonFull.btn_default:hover,body .bv_button_buttonFull.wsc-button--main:hover,body .bYQFka.btn_blue:hover,body .bYQFka.btn_default:hover,body .bYQFka.wsc-button--main:hover,body .cdGsEP.btn_blue:hover,body .cdGsEP.btn_default:hover,body .cdGsEP.wsc-button--main:hover,body .eLheDA button.btn_blue:hover,body .eLheDA button.btn_default:hover,body .eLheDA button.wsc-button--main:hover,body .ihyIhY.btn_blue:hover,body .ihyIhY.btn_default:hover,body .ihyIhY.wsc-button--main:hover,body .jHLwWM.btn_blue:hover,body .jHLwWM.btn_default:hover,body .jHLwWM.wsc-button--main:hover,body .jPynsQ button.btn_blue:hover,body .jPynsQ button.btn_default:hover,body .jPynsQ button.wsc-button--main:hover{background:#79bfe4}#bv-question-btn.btn_auxiliary,.btn.btn_auxiliary,.wsc-button.btn_auxiliary,body .bv_button_buttonFull.btn_auxiliary,body .bYQFka.btn_auxiliary,body .cdGsEP.btn_auxiliary,body .eLheDA button.btn_auxiliary,body .ihyIhY.btn_auxiliary,body .jHLwWM.btn_auxiliary,body .jPynsQ button.btn_auxiliary{background:#fff;border:1px solid #1f94d2;color:#1f94d2}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){body.nav_show{overflow-y:hidden}}header{position:fixed;top:0;width:100%;left:0;height:4.6875vw;background-color:#1f94d2;padding:0 5.2083333333vw;display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#fff;z-index:8999}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){header{display:block;height:auto;padding:2.6666666667vw 4vw}}header .logo{font-size:0}header nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;font-size:1.1458333333vw;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){header nav{font-size:4.2666666667vw;position:relative}}header .brand_icon{height:3.125vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){header .brand_icon{height:8vw}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){header .nav_wraper{-webkit-transform:translateX(-110%);-ms-transform:translateX(-110%);transform:translateX(-110%);position:absolute;left:-4vw;width:100vw;top:calc(100% + 2.66666vw);height:calc(100vh - 13.33333vw);z-index:20;background-color:#1f94d2;overflow-x:auto;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){header .show_menu_mob .nav_wraper{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}header .nav_categorys{border-top:1px solid hsla(0,0%,100%,.2);border-bottom:1px solid hsla(0,0%,100%,.2)}header .nav_category-firstly{margin:0 4vw;height:16vw;border-bottom:1px solid hsla(0,0%,100%,.2);line-height:16vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#fff}header .nav_category-firstly:last-child{border-bottom:none}header .nav_category-firstly a{color:inherit}header .nav_category-firstly .arrow{width:8vw;height:8vw;object-fit:contain}header .nav_category-firstly .arrow.active{-webkit-transform:rotate(-270deg);-ms-transform:rotate(-270deg);transform:rotate(-270deg)}header .nav_category-secondary{background-color:#fff;font-size:4.2666666667vw;padding:6.4vw 0}header .nav_category-secondary_item{padding:0 4vw 0 8vw;color:#333;line-height:1.38;margin-bottom:6.4vw;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}header .nav_category-secondary_item:last-of-type{margin-bottom:0}header .nav_category-secondary_item:active{color:#1f94d2}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){header .nav_links{margin-bottom:6.6666666667vw;padding:0 4vw}}header .nav_link{font-size:1.0416666667vw;line-height:1.8229166667vw;margin-right:2.0833333333vw;color:#fff}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){header .nav_link{width:100%;height:16vw;line-height:16vw;display:inline-block;border-bottom:1px solid hsla(0,0%,100%,.2);font-size:4.2666666667vw;color:hsla(0,0%,100%,.75)}}header .nav_link:hover{opacity:.6;color:inherit}header .nav_info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){header .nav_info{display:block;padding-bottom:13.3333333333vw}}header .nav_search_form{position:relative;display:none;opacity:0;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){header .nav_search_form{display:block;opacity:1;padding:0 4vw}}header .nav_search_input{width:32.8125vw;height:1.8229166667vw;padding-left:2.2395833333vw;line-height:1.8229166667vw;color:inherit;background-color:#79bfe4;border:none;outline:none;border-radius:.9375vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){header .nav_search_input{width:100%;height:9.3333333333vw;padding-left:11.4666666667vw;line-height:9.3333333333vw;border-radius:4.8vw}}header .nav_search_input::-webkit-input-placeholder{color:#fff;opacity:.6}header .nav_search_input::-moz-placeholder{color:#fff;opacity:.6}header .nav_search_input:-ms-input-placeholder{color:#fff;opacity:.6}header .nav_search_input::placeholder{color:#fff;opacity:.6}header .nav_search_submit{position:absolute;left:.78125vw;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:1.0416666667vw;height:1.0416666667vw;background-color:transparent;border:none;outline:none}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){header .nav_search_submit{left:8vw;width:5.3333333333vw;height:5.3333333333vw}}header .nav_search_trig{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;cursor:pointer}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){header .nav_search_trig{display:none}}header .nav_search_trig:hover{opacity:.6}header .nav_search_on{width:1.0416666667vw;height:1.0416666667vw;line-height:1.8229166667vw}header .nav_search_close{margin-left:1.0416666667vw;display:none}header .nav_search_show .nav_search_close{display:inline-block}header .nav_search_show .nav_search_form{display:inline-block;opacity:1}header .nav_search_show .nav_links,header .nav_search_show .nav_search_on{display:none}header .nav_change_lan{margin-left:1.5625vw;color:#fff;font-size:1.0416666667vw;display:block;cursor:pointer}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){header .nav_change_lan{padding:0 4vw;margin-top:5.3333333333vw;font-size:4.2666666667vw;margin-left:0}}header .nav_lang{height:1.8229166667vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative;font-size:1.0416666667vw;color:#fff;margin-left:2.0833333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){header .nav_lang{height:9.3333333333vw;padding:0 4vw;margin-top:8vw;font-size:4.2666666667vw;margin-left:0}}header .nav_lang:hover{color:hsla(0,0%,100%,.5)!important}header .nav_lang:after{content:"";position:relative;width:6px;height:6px;border-color:#fff;border-style:solid;border-width:0 1px 1px 0;margin-top:-4px;margin-left:20px;left:-4px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){header .nav_lang:after{display:none}}header .nav_lang_img{width:1.0416666667vw;margin-right:.5208333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){header .nav_lang_img{width:6.6666666667vw;margin-right:2.6666666667vw}}header .nav_lang_txt:hover{opacity:.6}header .nav_menu_tog{width:6.6666666667vw;height:6.6666666667vw;color:#fff;position:relative}header .nav_menu_tog:after,header .nav_menu_tog:before{content:"";width:100%;height:2px;background-color:currentColor;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin-top:-.8vw;transition:margin-top .3s,bottom .3s,transform .3s,-webkit-transform .3s}header .nav_menu_tog:after{margin-top:.8vw}header .show_menu_mob .nav_menu_tog:after,header .show_menu_mob .nav_menu_tog:before{margin-top:0;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}header .show_menu_mob .nav_menu_tog:after{-webkit-transform:translateY(-50%) rotate(-45deg);-ms-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg)}header .sub_header_cate{position:absolute;z-index:10;top:100%;left:0;width:100%;background-color:rgba(51,51,51,.6);height:7.2916666667vw;padding:1.5625vw 0 1.3020833333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){header .sub_header_cate{display:none!important;padding:6.6666666667vw 0 5.3333333333vw}}header .sub_header_cate .sub_header_cate_swiper{width:calc(100% - 10.41667vw)}header .sub_header_cate .sub_header_cate_swiper::-webkit-scrollbar{width:0!important;height:0!important}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){header .sub_header_cate .swiper-button-disabled{display:none!important}}header .sub_header_cate .swiper-container{white-space:nowrap}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){header .sub_header_cate .swiper-container{width:78.6666666667vw;overflow-x:auto}}header .sub_header_cate .swiper-wrapper{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}header .sub_header_cate .justify-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;-ms-flex-pack:center!important;justify-content:center!important}header .sub_header_cate .swiper-slide{text-align:center;width:auto;padding:0 2.0833333333vw;position:relative}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){header .sub_header_cate .swiper-slide{padding:0 10.6666666667vw}}header .sub_header_cate .swiper-slide:last-of-type .secondary-menu{left:unset;right:0}header .sub_header_cate .swiper-button-next-cate,header .sub_header_cate .swiper-button-prev-cate{width:5.2083333333vw;height:80%;display:inline-block;z-index:11;color:#fff;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin-top:0;outline:none}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){header .sub_header_cate .swiper-button-next-cate,header .sub_header_cate .swiper-button-prev-cate{width:10.6666666667vw}}header .sub_header_cate .swiper-button-next-cate:after,header .sub_header_cate .swiper-button-prev-cate:after{font-size:1.875vw;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){header .sub_header_cate .swiper-button-next-cate:after,header .sub_header_cate .swiper-button-prev-cate:after{font-size:8vw}}header .sub_header_cate .swiper-button-next-cate{border-left:1px solid #d6d6d6;right:0}header .sub_header_cate .swiper-button-prev-cate{border-right:1px solid #d6d6d6;left:0}header .sub_header_cate .swiper-button-disabled{display:none}header .sub_header_cate .sub_header_cate_item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;color:inherit;padding-bottom:1.3020833333vw}header .sub_header_cate .sub_header_cate_item,header .sub_header_cate .sub_header_cate_item .flex-header-img{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}header .sub_header_cate .sub_header_cate_item .flex-header-img{width:100%;height:2.1875vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){header .sub_header_cate .sub_header_cate_item .flex-header-img{height:9.3333333333vw}}header .sub_header_cate .sub_header_cate_item:hover .sub_header_cate_img{display:none}header .sub_header_cate .sub_header_cate_item:hover .sub_header_cate_img.hover{display:inline-block}header .sub_header_cate .sub_header_cate_item.active,header .sub_header_cate .sub_header_cate_item:hover{color:#1f94d2}header .sub_header_cate .sub_header_cate_item.active .flex-header-img .sub_header_cate_img{display:none}header .sub_header_cate .sub_header_cate_item.active .flex-header-img .sub_header_cate_img.hover{display:inline-block}header .sub_header_cate .sub_header_cate_img{max-width:2.0833333333vw;max-height:2.1875vw;display:inline-block;min-height:.9375vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){header .sub_header_cate .sub_header_cate_img{max-width:8.8vw;max-height:8vw;min-height:4.8vw}}header .sub_header_cate .sub_header_cate_img.hover{display:none}header .sub_header_cate .sub_header_cate_txt{font-size:1.1458333333vw;text-align:center;margin-top:.5208333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){header .sub_header_cate .sub_header_cate_txt{font-size:3.7333333333vw;margin-top:2.6666666667vw}}header .sub_header_cate .secondary-menu{position:absolute;max-width:20.8333333333vw;min-width:100%;left:0;padding:1.0416666667vw 0;background-color:rgba(51,51,51,.6)}header .sub_header_cate .secondary-menu_item{min-width:100%;margin-bottom:1.0416666667vw;font-size:1.1458333333vw;line-height:1.57;color:#fff;text-align:left}header .sub_header_cate .secondary-menu_item:last-of-type{margin-bottom:0}header .sub_header_cate .secondary-menu_item a{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:20.8333333333vw;min-width:100%;padding:0 2.0833333333vw;white-space:normal;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}header .sub_header_cate .secondary-menu_item a:hover{color:#1f94d2}header .nav_lang_wraper{display:none}.nav_lang_wraper.nav_lang_wraper{position:absolute;z-index:30;top:4.6875vw;left:0;width:100%;max-height:calc(100vh - 3.9vw);padding:2.34375vw 5.2083333333vw;overflow-x:auto;background-color:#fff;color:#333;font-weight:300;letter-spacing:0}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.nav_lang_wraper.nav_lang_wraper{top:0;height:100vh;max-height:none;font-weight:700;padding:13.3333333333vw 8vw}}.nav_lang_wraper.nav_lang_wraper.active{display:inline-block}.nav_lang_wraper .nav_lang_wraper_close{color:#333;width:1.0416666667vw;position:fixed;top:7.8125vw;right:5.2083333333vw;cursor:pointer}.nav_lang_wraper .nav_lang_wraper_close:hover{opacity:.6}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.nav_lang_wraper .nav_lang_wraper_close{width:5.3333333333vw}}.nav_lang_wraper .nav_lang_group{margin-bottom:2.9166666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.nav_lang_wraper .nav_lang_group{margin-bottom:9.0666666667vw}}.nav_lang_wraper .nav_lang_group:last-child{margin-bottom:0}.nav_lang_wraper .nav_lang_group_tit{font-size:1.4583333333vw;margin-bottom:1em}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.nav_lang_wraper .nav_lang_group_tit{font-size:5.3333333333vw}}.nav_lang_wraper .nav_lang_items{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.nav_lang_wraper .nav_lang_item{font-size:1.1458333333vw;color:#333;-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;margin-bottom:1.5625vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.nav_lang_wraper .nav_lang_item{font-size:3.7333333333vw;margin-bottom:6.4vw;-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}}.nav_lang_wraper .nav_lang_item:hover{text-decoration:underline}.nav_lang_wraper .nav_lang_item_img{height:1.40625vw;margin-right:.78125vw;vertical-align:middle;width:auto}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.nav_lang_wraper .nav_lang_item_img{height:4.8vw;max-width:7.2vw;margin-right:4vw}}.content-container,.md-container{padding:0 5.2083333333vw;width:100%;margin:0 auto}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.content-container,.md-container{padding:0 4vw}}.content-container .md-container,.md-container .md-container{padding:0!important}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.content-container .md-container,.md-container .md-container{padding:0!important}}.gap{padding-bottom:3.125vw!important}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.gap{padding-bottom:16vw!important}}.block-horizontal-center{margin-left:auto;margin-right:auto}.section-title{font-size:2.7083333333vw;line-height:1.15;color:#858585;position:relative;text-align:center;margin-bottom:3.125vw;font-weight:700;padding:1.0416666667vw 0;height:auto}.section-title.small{font-size:1.875vw}.section-title svg{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:4.2708333333vw;height:4.6354166667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.section-title{font-size:8vw;margin-bottom:10.6666666667vw;padding:5.3333333333vw 0}.section-title.small{font-size:8vw}.section-title svg{width:14.9333333333vw;height:16vw}}div.main{padding-top:4.6875vw;min-height:61vh}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){div.main{padding-top:13.0666666667vw}}.hide{display:none!important}.show{display:block!important}.arrow_next,.arrow_prev{width:3.125vw;height:3.125vw;border-radius:50%;background-color:#fff!important;box-shadow:0 0 .9375vw .5208333333vw rgba(0,0,0,.04);position:absolute;z-index:1;cursor:pointer;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.arrow_next,.arrow_prev{width:10.6666666667vw;height:10.6666666667vw}}.arrow_next:before,.arrow_prev:before{display:inline-block;content:"";width:.625vw;height:.625vw;border-right:.2083333333vw solid #1f94d2;border-bottom:.2083333333vw solid #1f94d2;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) rotate(-45deg);-ms-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg);-webkit-transition:border-color .3s ease;transition:border-color .3s ease}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.arrow_next:before,.arrow_prev:before{width:1.6vw;height:1.6vw;border-width:.5333333333vw}}@media screen and (min-width:1200px){.arrow_next:hover,.arrow_prev:hover{background-color:#1f94d2!important}.arrow_next:hover:before,.arrow_prev:hover:before{border-color:#fff}}.arrow_prev:before{-webkit-transform:translate(-50%,-50%) rotate(135deg);-ms-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg)}.home-help-info{position:relative;padding-bottom:1.5625vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-help-info{margin-bottom:16vw}}.home-help-info .home-help-container{padding:0 .78125vw;width:72.9166666667vw;margin:0 auto}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-help-info .home-help-container{width:100%;padding:0 4vw}}.home-help-info .home-help-container ul{position:relative;z-index:2;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:space-evenly;-webkit-justify-content:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.home-help-info .home-help-container ul li{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center;margin:0 2.7083333333vw 2.0833333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-help-info .home-help-container ul li{width:100%;margin:8vw 0 0;-webkit-box-flex:1;-webkit-flex:auto;-ms-flex:auto;flex:auto}}.home-help-info .home-help-container ul li img{max-height:3.125vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-help-info .home-help-container ul li img{max-height:16vw}}.home-help-info .home-help-container ul li .h4{font-weight:700;color:#333;font-size:1.25vw;line-height:1.2;line-height:1.3541666667vw;margin-top:1.8229166667vw;margin-bottom:.2604166667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-help-info .home-help-container ul li .h4{font-size:4.8vw;line-height:6.9333333333vw;margin-top:9.8666666667vw;margin-bottom:1.6vw}}.home-help-info .home-help-container ul li p{font-size:1.0416666667vw;line-height:1.4;margin-bottom:1.0416666667vw;color:#333}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-help-info .home-help-container ul li p{font-size:4.2666666667vw;line-height:6.4vw;margin-bottom:5.3333333333vw;font-weight:400}}.home-help-info .home-help-container ul li a{text-decoration:none;font-size:1.0416666667vw!important;outline:none;font:inherit;color:#1f94d2;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-help-info .home-help-container ul li a{font-size:4.2666666667vw!important}}.home-help-info .home-help-container ul li a span{display:inline-block;width:.8333333333vw;height:.8333333333vw;border-radius:50%;border:1px solid #1f94d2;position:relative;margin-left:.625vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-help-info .home-help-container ul li a span{width:4vw;height:4vw;margin-left:3.2vw}}.home-help-info .home-help-container ul li a span:before{content:"";width:.3125vw;height:.3125vw;border-right:1px solid #1f94d2;border-top:1px solid #1f94d2;position:absolute;top:50.5%;left:46%;-webkit-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-help-info .home-help-container ul li a span:before{width:1.3333333333vw;height:1.3333333333vw}}.home-help-info .home-help-container ul li:first-child{margin-top:0}.home-help-info .titleBg{display:block;position:absolute;top:45%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:38.0208333333vw;height:41.25vw;z-index:-1;opacity:.3}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-help-info .titleBg{display:none}}.solution-detail-container{width:59.8958333333vw;margin:0 auto}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.solution-detail-container{width:100%}}h1,h2,h3,h4,h5,h6{color:inherit}.richtxt-title{font-size:1.875vw;font-weight:700;line-height:1.25}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.richtxt-title{font-size:6.9333333333vw}}.richtxt-title h1{font-size:3.125vw;color:inherit}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.richtxt-title h1{font-size:8.5333333333vw}}.richtxt-title h2{font-size:2.7083333333vw;color:inherit}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.richtxt-title h2{font-size:8vw}}.richtxt-title h3{font-size:2.2916666667vw;color:inherit}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.richtxt-title h3{font-size:7.4666666667vw}}.richtxt-title h4{font-size:1.875vw;color:inherit}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.richtxt-title h4{font-size:6.9333333333vw}}.richtxt-title h5{font-size:1.4583333333vw;color:inherit}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.richtxt-title h5{font-size:6.4vw}}.richtxt-description{font-size:1.1458333333vw;font-weight:400!important;line-height:1.5}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.richtxt-description{font-size:4.2666666667vw}}.richtxt-description h1{font-size:1.6666666667vw;font-weight:400!important}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.richtxt-description h1{font-size:5.8666666667vw}}.richtxt-description h2{font-size:1.4583333333vw;font-weight:400!important}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.richtxt-description h2{font-size:5.3333333333vw}}.richtxt-description h3{font-size:1.25vw;font-weight:400!important}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.richtxt-description h3{font-size:4.8vw}}.richtxt-description h4{font-size:1.1458333333vw;font-weight:400!important}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.richtxt-description h4{font-size:4.2666666667vw}}.richtxt-description h5{font-size:.9375vw;font-weight:400!important}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.richtxt-description h5{font-size:3.7333333333vw}}.color-blue{color:#1f94d2}ol{counter-reset:counterName}ol li{position:relative;padding-left:2.1875vw;margin-bottom:.9375vw;line-height:1.6}ol li,ol li:before{font-size:1.1458333333vw}ol li:before{position:absolute;top:0;left:0;counter-increment:counterName;content:counter(counterName,decimal-leading-zero);font-weight:700;color:#1f94d2;top:.0520833333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){ol li{padding-left:11.2vw;margin-bottom:4.8vw}ol li,ol li:before{font-size:4.2666666667vw}ol li:before{top:.2666666667vw}}body.overlay{overflow:hidden}.visibilityHidden{position:absolute;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(0 0 99.9% 99.9%);clip-path:inset(0 0 99.9% 99.9%);overflow:hidden;height:1px;width:1px;padding:0;border:0}body.experience_fragments .nav_lang_wraper{position:relative}html[dir=rtl] header .sub_header_cate .secondary-menu_item{text-align:right}html[dir=rtl] header .sub_header_cate .secondary-menu{left:unset;right:0}html[dir=rtl] header .sub_header_cate .swiper-slide:last-of-type .secondary-menu{right:unset;left:0}html[dir=rtl] header .nav_category-firstly .arrow{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}html[dir=rtl] header .nav_category-firstly .arrow.active{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.home-comtainer-swiper{width:100%;height:100%;position:relative}.home-comtainer-swiper .swiper-wrapper{width:100%}.home-comtainer-swiper .swiper-slide .home-swiper-img-box{position:relative;width:100%;height:100%}.home-comtainer-swiper .swiper-slide img{width:100%}.home-comtainer-swiper .swiper-slide .swiper-large-img{vertical-align:middle}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-comtainer-swiper .swiper-slide .swiper-large-img{display:none}}.home-comtainer-swiper .swiper-slide .swiper-small-img{display:none}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-comtainer-swiper .swiper-slide .swiper-small-img{width:100%;display:block}}.home-comtainer-swiper .swiper-slide .text-container{padding:4.1666666667vw .78125vw;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;position:absolute;top:0;left:0;right:0}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-comtainer-swiper .swiper-slide .text-container{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}.home-comtainer-swiper .swiper-slide .text-container .swiper-text-holder{max-width:20.8333333333vw;margin:auto 0;display:block;position:relative;z-index:10;width:100%}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-comtainer-swiper .swiper-slide .text-container .swiper-text-holder{max-width:10%;text-align:center}}.home-comtainer-swiper .swiper-slide .text-container .swiper-text-holder .content-holder-text{color:#fff}.home-comtainer-swiper .swiper-slide .text-container .swiper-text-holder .content-holder-text h3{font-size:1.1458333333vw;line-height:1.3541666667vw;color:#fff;margin-bottom:.4166666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-comtainer-swiper .swiper-slide .text-container .swiper-text-holder .content-holder-text h3{max-width:10%;text-align:center}}.home-comtainer-swiper .swiper-slide .text-container .swiper-text-holder .content-holder-text .home-banner-swiper-text-2{font-size:1.1458333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-comtainer-swiper .swiper-slide .text-container .swiper-text-holder .content-holder-text .home-banner-swiper-text-2{width:80%;font-size:4.2666666667vw;line-height:6.4vw;font-weight:400;margin:0 auto 8vw}}.home-comtainer-swiper .swiper-slide .text-container .swiper-text-holder .content-holder-btn{text-align:right;margin-top:1.0416666667vw;margin-bottom:2.0833333333vw;position:relative;height:2.6041666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-comtainer-swiper .swiper-slide .text-container .swiper-text-holder .content-holder-btn{text-align:center}}.home-comtainer-swiper .swiper-slide .slide-more-btn-1,.home-comtainer-swiper .swiper-slide .slide-more-btn-2{background:#1f94d2;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;color:#fff;font-size:1.1458333333vw;height:auto;padding:.8333333333vw 3.0208333333vw;line-height:1.09375vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-comtainer-swiper .swiper-slide .slide-more-btn-1,.home-comtainer-swiper .swiper-slide .slide-more-btn-2{padding:3.4666666667vw 10.4vw;line-height:5.6vw;font-size:4.2666666667vw;left:0;right:0;margin:10.6666666667vw auto 0}}.home-comtainer-swiper .swiper-slide .slide-more-btn-1:hover,.home-comtainer-swiper .swiper-slide .slide-more-btn-2:hover{background:#79bfe4}.home-comtainer-swiper .swiper-slide .slide-more-btn-1{position:absolute;top:1.3541666667vw;right:1.4583333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-comtainer-swiper .swiper-slide .slide-more-btn-1{top:-2.6666666667vw;right:0;left:22.6666666667vw;margin:0}}.home-comtainer-swiper .swiper-slide .slide-more-btn-2{position:absolute;top:1.25vw;right:1.25vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-comtainer-swiper .swiper-slide .slide-more-btn-2{top:0;right:0;left:29.3333333333vw;margin:auto}}.home-comtainer-swiper .home-swiper-btn{position:absolute;z-index:20;right:5.2083333333vw;bottom:2.0833333333vw;margin:0;top:auto;background-color:transparent;border:1px solid #fff;min-width:2.6041666667vw;min-height:2.6041666667vw;width:2.6041666667vw;height:2.6041666667vw;border-radius:50%}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-comtainer-swiper .home-swiper-btn{width:9.8666666667vw;height:9.8666666667vw;display:none}}.home-comtainer-swiper .home-swiper-btn:after,.home-comtainer-swiper .home-swiper-btn:before{width:.46875vw;background-color:#fff;bottom:1.3020833333vw;-webkit-transform:translateX(-50%) rotate(-45deg);-ms-transform:translateX(-50%) rotate(-45deg);transform:translateX(-50%) rotate(-45deg);-webkit-transition:background-color .3s;transition:background-color .3s;height:.1041666667vw;content:"";position:absolute;left:48%}.home-comtainer-swiper .home-swiper-btn:before{top:1.3020833333vw;-webkit-transform:translateX(-50%) rotate(45deg);-ms-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg)}.home-comtainer-swiper .home-swiper-btn:hover{background-color:#fff}.home-comtainer-swiper .home-swiper-btn:hover:after,.home-comtainer-swiper .home-swiper-btn:hover:before{background-color:#333}.home-comtainer-swiper .home-swiper-btn-next{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.home-comtainer-swiper .home-swiper-btn-prev{left:auto;right:9.8958333333vw}.home-comtainer-swiper .home-swiper-pagination{position:absolute;z-index:20}.home-new-products{margin-bottom:3.125vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-new-products{margin-bottom:16vw}}.home-new-products .image-holder{overflow:hidden}.home-new-products .image-holder img{-webkit-transition:all .3s;transition:all .3s}@media screen and (min-width:1200px){.home-new-products .image-holder:hover img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}}.home-new-products.new-products__full-img .image-holder{padding:0!important}.home-new-products.new-products__full-img .image-holder:hover img{-webkit-transform:scale(1.1)!important;-ms-transform:scale(1.1)!important;transform:scale(1.1)!important}.home-new-products.new-products__full-img .image-holder img{position:relative!important;padding:0!important;top:0!important;left:0!important;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;width:100%!important;max-width:none!important;max-height:none!important}.home-new-products .news-product-swipper{overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-new-products .news-product-swipper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}.home-new-products .md-container h3{font-size:1.875vw;line-height:2.0833333333vw;font-weight:700;text-align:center;color:#858585;padding:1.0416666667vw 0;margin-bottom:2.0833333333vw;position:relative}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-new-products .md-container h3{font-size:5.3333333333vw;line-height:6.9333333333vw;padding:5.3333333333vw 0;margin-bottom:10.6666666667vw}}.home-new-products .md-container h3 .titleBg{width:4.2708333333vw;height:4.6354166667vw;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-new-products .md-container h3 .titleBg{width:14.9333333333vw;height:16vw;font-size:5.3333333333vw}}.home-new-products .md-container .featured-products-holder{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-top:2.6041666667vw;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-new-products .md-container .featured-products-holder{margin-top:0;display:block}}.home-new-products .md-container .featured-products-holder .featured-new-product{position:relative;margin-top:1.71875vw;width:38%}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-new-products .md-container .featured-products-holder .featured-new-product{width:100%;margin-top:0;margin-bottom:6.6666666667vw;display:none}}.home-new-products .md-container .featured-products-holder .featured-new-product .featured-new-product-item{background-color:#fff;box-shadow:0 0 17px rgba(0,0,0,.08);margin-bottom:.78125vw}.home-new-products .md-container .featured-products-holder .featured-new-product .featured-new-product-item .preview-holder{position:relative}.home-new-products .md-container .featured-products-holder .featured-new-product .featured-new-product-item .preview-holder img{width:100%;background-size:cover;background-position:50%;font-size:0}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-new-products .md-container .featured-products-holder .featured-new-product .featured-new-product-item .preview-holder .products-img-1{display:none}}.home-new-products .md-container .featured-products-holder .featured-new-product .featured-new-product-item .preview-holder .home-products-swiper-1{display:none}.home-new-products .md-container .featured-products-holder .featured-new-product .featured-new-product-item .preview-holder .home-products-swiper-1 .swiper-wrapper{width:100%}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-new-products .md-container .featured-products-holder .featured-new-product .featured-new-product-item .preview-holder .home-products-swiper-1{display:block}}.home-new-products .md-container .featured-products-holder .featured-new-product .featured-new-product-item .preview-holder .home-products-swiper-1 .home-products-swiper-btn:after{font-size:1.25vw;font-weight:700;color:#fff}.home-new-products .md-container .featured-products-holder .info-holder{padding:.9375vw 1.3020833333vw 1.40625vw;text-align:left}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-new-products .md-container .featured-products-holder .info-holder{padding:0!important;text-align:center}}.home-new-products .md-container .featured-products-holder .info-holder .subtitle{font-size:1.25vw;color:#333;margin-bottom:1.3020833333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-new-products .md-container .featured-products-holder .info-holder .subtitle{font-size:5.3333333333vw;margin-bottom:4.8vw}}.home-new-products .md-container .featured-products-holder .info-holder .description{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:left;-webkit-justify-content:left;-ms-flex-pack:left;justify-content:left;margin-bottom:1.1458333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-new-products .md-container .featured-products-holder .info-holder .description{margin-bottom:4vw;padding:0!important}}.home-new-products .md-container .featured-products-holder .info-holder .description-btn{font-size:1.1458333333vw;padding:.8333333333vw 3.0208333333vw;border-radius:1.4583333333vw;background-color:#1f94d2;color:#fff;border-radius:3.125vw;height:auto;display:inline-block;-webkit-transition:all .3s;transition:all .3s}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-new-products .md-container .featured-products-holder .info-holder .description-btn{border-radius:7.4666666667vw;font-size:4.2666666667vw;line-height:5.6vw;padding:3.4666666667vw 10.4vw;border-radius:6.4vw;margin:0!important}}.home-new-products .md-container .featured-products-holder .info-holder .description-btn:hover{background-color:#79bfe4}.home-new-products .md-container .featured-products-holder .new-product-list-swiper-box{padding-bottom:10.6666666667vw;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;display:none;position:relative}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-new-products .md-container .featured-products-holder .new-product-list-swiper-box{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}.home-new-products .md-container .featured-products-holder .new-product-list-swiper-box .swiper-container{overflow:inherit}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-new-products .md-container .featured-products-holder .new-product-list-swiper-box .swiper-container{overflow:hidden}}.home-new-products .md-container .featured-products-holder .new-product-list-swiper-box .swiper-slide,.home-new-products .md-container .featured-products-holder .new-product-list-swiper-box .swiper-slide .home-new-product-wrapper{overflow:hidden}.home-new-products .md-container .featured-products-holder .new-product-list-swiper-box .swiper-slide .home-new-product-wrapper img{-webkit-transition:all .3s;transition:all .3s}@media screen and (min-width:1200px){.home-new-products .md-container .featured-products-holder .new-product-list-swiper-box .swiper-slide .home-new-product-wrapper:hover img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}}.home-new-products .md-container .featured-products-holder .slick-arrow{position:absolute;display:inline-block;padding:0;border-radius:50%;border:none;font-size:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:2;margin-bottom:0;-webkit-transition:background-color .3s;transition:background-color .3s;min-width:2.3958333333vw;min-height:2.3958333333vw;width:2.3958333333vw;height:2.3958333333vw;display:none}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-new-products .md-container .featured-products-holder .slick-arrow{min-width:5.3333333333vw;min-height:5.3333333333vw;padding:0;width:5.3333333333vw;height:5.3333333333vw}}.home-new-products .md-container .featured-products-holder .slick-arrow:after,.home-new-products .md-container .featured-products-holder .slick-arrow:before{content:"";position:absolute;left:48%;width:.46875vw;height:.1041666667vw;background-color:#fff;-webkit-transition:background-color .3s;transition:background-color .3s}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-new-products .md-container .featured-products-holder .slick-arrow:after,.home-new-products .md-container .featured-products-holder .slick-arrow:before{width:2.6666666667vw;height:.5333333333vw}}.home-new-products .md-container .featured-products-holder .slick-arrow:before{left:53%;top:.9375vw;-webkit-transform:translateX(-50%) rotate(45deg);-ms-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg)}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-new-products .md-container .featured-products-holder .slick-arrow:before{top:1.6vw}}.home-new-products .md-container .featured-products-holder .slick-arrow:after{left:53%;bottom:.9375vw;-webkit-transform:translateX(-50%) rotate(-45deg);-ms-transform:translateX(-50%) rotate(-45deg);transform:translateX(-50%) rotate(-45deg)}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-new-products .md-container .featured-products-holder .slick-arrow:after{bottom:1.6vw}}@media screen and (min-width:1200px){.home-new-products .md-container .featured-products-holder .slick-arrow:hover{color:#fff;background-color:#1f94d2}}.home-new-products .md-container .featured-products-holder .slick-prev{position:absolute;top:50%;z-index:2;margin-bottom:0;-webkit-transform:translateY(-50%) rotate(-180deg);-ms-transform:translateY(-50%) rotate(-180deg);transform:translateY(-50%) rotate(-180deg);display:none}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-new-products .md-container .featured-products-holder .slick-prev{left:2.6666666667vw;display:block}}.home-new-products .md-container .featured-products-holder .slick-next{display:none}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-new-products .md-container .featured-products-holder .slick-next{right:2.6666666667vw;display:block}}.home-new-products .md-container .featured-products-holder .slick-arrow-no-next:after,.home-new-products .md-container .featured-products-holder .slick-arrow-no-next:before{background-color:hsla(0,0%,100%,.4)}.home-new-products .md-container .featured-products-holder .new-product-list-swiper,.home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper{position:relative;box-shadow:0 0 17px rgba(0,0,0,.08);box-shadow:none;margin-top:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:calc(62% - 20px);margin-bottom:-1.0416666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-new-products .md-container .featured-products-holder .new-product-list-swiper,.home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper{width:100%}}.home-new-products .md-container .featured-products-holder .new-product-list-swiper .product,.home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .product{display:inline-block;background-color:#fff;position:relative;box-shadow:0 0 17px rgba(0,0,0,.08);width:calc(50% - 10px);margin-bottom:1.0416666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-new-products .md-container .featured-products-holder .new-product-list-swiper .product,.home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .product{display:block;width:100%;box-shadow:none;margin-bottom:0}}.home-new-products .md-container .featured-products-holder .new-product-list-swiper .product-color-item,.home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .product-color-item{position:absolute;height:100%;top:0;left:0;visibility:hidden;opacity:0}.home-new-products .md-container .featured-products-holder .new-product-list-swiper .active,.home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .active{position:relative;visibility:visible;opacity:1}.home-new-products .md-container .featured-products-holder .new-product-list-swiper .image-holder,.home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .image-holder{padding:1.1458333333vw 1.1979166667vw;width:100%;text-align:center;position:relative;min-height:15.625vw}@media screen and (min-width:1200px){.home-new-products .md-container .featured-products-holder .new-product-list-swiper .image-holder:hover img,.home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .image-holder:hover img{-webkit-transform:translate(-50%,-50%) scale(1.1);-ms-transform:translate(-50%,-50%) scale(1.1);transform:translate(-50%,-50%) scale(1.1)}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-new-products .md-container .featured-products-holder .new-product-list-swiper .image-holder,.home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .image-holder{min-height:65.3333333333vw;padding:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}.home-new-products .md-container .featured-products-holder .new-product-list-swiper .image-holder img,.home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .image-holder img{position:absolute;padding:1.1458333333vw 2.9166666667vw;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:auto;max-width:100%;max-height:100%}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-new-products .md-container .featured-products-holder .new-product-list-swiper .image-holder img,.home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .image-holder img{position:relative;top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);max-height:112vw;padding:0}}.home-new-products .md-container .featured-products-holder .new-product-list-swiper .image-holder .image-hover,.home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .image-holder .image-hover{position:absolute;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,.5);opacity:0;visibility:hidden;-webkit-transition:opacity .3s,visibility .3s;transition:opacity .3s,visibility .3s;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-new-products .md-container .featured-products-holder .new-product-list-swiper .image-holder .image-hover,.home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .image-holder .image-hover{display:none}}.home-new-products .md-container .featured-products-holder .new-product-list-swiper .image-holder .image-hover .product-color-item-btn,.home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .image-holder .image-hover .product-color-item-btn{display:inline-block;margin:0 0 1.25vw;line-height:1.09375vw;color:#fff;vertical-align:middle;text-decoration:none;white-space:nowrap;cursor:pointer;border-radius:1.4583333333vw;text-align:center;-webkit-transition:background-color .3s,color .3s;transition:background-color .3s,color .3s;font-family:inherit;background:transparent;border:1px solid #fff;font-size:1.0416666667vw;height:2.34375vw;padding:.625vw 2.9166666667vw}.home-new-products .md-container .featured-products-holder .new-product-list-swiper .image-holder .image-hover .product-color-item-btn:hover,.home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .image-holder .image-hover .product-color-item-btn:hover{background:#fff;color:#333}.home-new-products .md-container .featured-products-holder .new-product-list-swiper .image-holder .swiper-button-disabled:after,.home-new-products .md-container .featured-products-holder .new-product-list-swiper .image-holder .swiper-button-disabled:before,.home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .image-holder .swiper-button-disabled:after,.home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .image-holder .swiper-button-disabled:before{background-color:hsla(0,0%,100%,.5)}.home-new-products .md-container .featured-products-holder .new-product-list-swiper .image-holder:hover .image-hover,.home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .image-holder:hover .image-hover{opacity:1;visibility:visible}.home-new-products .md-container .featured-products-holder .new-product-list-swiper .description-holder,.home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .description-holder{padding:.9375vw .78125vw .9895833333vw;font-size:.9375vw;height:calc(100% - 245px);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-new-products .md-container .featured-products-holder .new-product-list-swiper .description-holder,.home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .description-holder{padding:4.8vw 4vw 5.0666666667vw;font-size:3.2vw;line-height:4.8vw}}.home-new-products .md-container .featured-products-holder .new-product-list-swiper .description-holder .info-holder,.home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .description-holder .info-holder{padding:.9375vw .7291666667vw 1.5625vw;text-align:left}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-new-products .md-container .featured-products-holder .new-product-list-swiper .description-holder .info-holder,.home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .description-holder .info-holder{padding:4.8vw 3.7333333333vw 8vw;text-align:center}}.home-new-products .md-container .featured-products-holder .new-product-list-swiper .description-holder .info-holder .subtitle,.home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .description-holder .info-holder .subtitle{font-size:1.25vw;line-height:1.3541666667vw;color:#333;margin-bottom:.9375vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-new-products .md-container .featured-products-holder .new-product-list-swiper .description-holder .info-holder .subtitle,.home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .description-holder .info-holder .subtitle{font-size:5.3333333333vw;line-height:6.9333333333vw;margin-bottom:4.8vw}}.home-new-products .md-container .featured-products-holder .new-product-list-swiper .description-holder .info-holder .description,.home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .description-holder .info-holder .description{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding-bottom:.78125vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-new-products .md-container .featured-products-holder .new-product-list-swiper .description-holder .info-holder .description,.home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .description-holder .info-holder .description{padding-bottom:4vw}}.home-new-products .md-container .featured-products-holder .new-product-list-swiper .description-holder .info-holder .description-btn,.home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .description-holder .info-holder .description-btn{font-size:1.1458333333vw;padding:.8333333333vw 3.0208333333vw;border-radius:1.4583333333vw;background-color:#1f94d2;color:#fff;margin-top:2.0833333333vw;border-radius:3.125vw;height:auto;display:inline-block;-webkit-transition:all .3s;transition:all .3s}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-new-products .md-container .featured-products-holder .new-product-list-swiper .description-holder .info-holder .description-btn,.home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .description-holder .info-holder .description-btn{border-radius:7.4666666667vw;font-size:4.2666666667vw;line-height:5.6vw;padding:3.4666666667vw 10.4vw;border-radius:6.4vw;margin-top:1.8666666667vw}}.home-new-products .md-container .featured-products-holder .new-product-list-swiper .description-holder .info-holder .description-btn:hover,.home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .description-holder .info-holder .description-btn:hover{background-color:#79bfe4}.home-new-products .md-container .featured-products-holder .new-product-list-swiper .description-holder h6,.home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .description-holder h6{font-weight:700;color:#333;font-size:1.0416666667vw;line-height:1.4583333333vw;margin-bottom:.2604166667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-new-products .md-container .featured-products-holder .new-product-list-swiper .description-holder h6,.home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .description-holder h6{font-size:3.7333333333vw;line-height:5.8666666667vw;margin-bottom:1.3333333333vw}}.home-new-products .md-container .featured-products-holder .new-product-list-swiper .description-holder p,.home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .description-holder p{color:#333;margin-bottom:1.5625vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-new-products .md-container .featured-products-holder .new-product-list-swiper .description-holder p,.home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .description-holder p{font-size:3.2vw;line-height:4.8vw;margin-bottom:5.3333333333vw}}.home-new-products .md-container .featured-products-holder .new-product-list-swiper .description-holder .short-spec,.home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .description-holder .short-spec{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;box-sizing:border-box;color:#333}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-new-products .md-container .featured-products-holder .new-product-list-swiper .description-holder .short-spec,.home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .description-holder .short-spec{font-size:3.2vw;line-height:4.8vw;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}.home-new-products .md-container .featured-products-holder .new-product-list-swiper .description-holder .short-spec .msrp-holder,.home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .description-holder .short-spec .msrp-holder{height:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;float:left;font-weight:700;font-size:1.0416666667vw;box-sizing:border-box}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-new-products .md-container .featured-products-holder .new-product-list-swiper .description-holder .short-spec .msrp-holder,.home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .description-holder .short-spec .msrp-holder{font-size:3.7333333333vw;line-height:4.8vw;height:100%}}.home-new-products .md-container .featured-products-holder .new-product-list-swiper .description-holder .short-spec .msrp-holder span,.home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .description-holder .short-spec .msrp-holder span{margin-right:.2604166667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-new-products .md-container .featured-products-holder .new-product-list-swiper .description-holder .short-spec .msrp-holder span,.home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .description-holder .short-spec .msrp-holder span{margin-right:1.3333333333vw}}.home-new-products .md-container .featured-products-holder .new-product-list-swiper .description-holder .short-spec .msrp-holder .msrp,.home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .description-holder .short-spec .msrp-holder .msrp{display:inline-block}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-new-products .md-container .featured-products-holder .new-product-list-swiper .description-holder .short-spec .msrp-holder .msrp,.home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .description-holder .short-spec .msrp-holder .msrp{font-size:3.7333333333vw;line-height:4.8vw}}.home-new-products .md-container .featured-products-holder .product-left-swiper .image-holder{min-height:auto}.home-new-products .md-container .featured-products-holder .new-product-list-swiper{width:100%;box-shadow:0 0 17px rgba(0,0,0,.08);display:none}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-new-products .md-container .featured-products-holder .new-product-list-swiper{padding-top:2.6666666667vw;margin-bottom:13.3333333333vw;display:block}}.home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper{width:100%}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper{width:100%;padding-bottom:4vw;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .product{height:auto}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .product{height:100%}}.home-new-products .md-container .featured-products-holder .new-product-swiper-change{position:relative;box-shadow:none;margin-top:0;padding:1.0416666667vw 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;margin-bottom:-1.0416666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-new-products .md-container .featured-products-holder .new-product-swiper-change{padding:0;margin-bottom:8vw;display:block;box-shadow:0 0 17px rgba(0,0,0,.08)}}.home-new-products .md-container .featured-products-holder .new-product-swiper-change img{width:100%;display:block}.home-new-products .md-container .featured-products-holder .new-product-swiper-change .swiper-slide{box-shadow:0 0 17px rgba(0,0,0,.08);height:auto}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-new-products .md-container .featured-products-holder .new-product-swiper-change .swiper-slide{box-shadow:none}}.home-new-products .md-container .featured-products-holder .product-right-swiper{padding-bottom:0;width:calc(62% - 20px);display:block}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-new-products .md-container .featured-products-holder .product-right-swiper{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}.home-new-products .md-container .featured-products-holder .product-left-swiper{padding-bottom:0;width:38%;display:block}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-new-products .md-container .featured-products-holder .product-left-swiper{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-bottom:5.3333333333vw}}.home-new-products .md-container .featured-products-holder .product-left-swiper .swiper-wrapper{display:block}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-new-products .md-container .featured-products-holder .product-left-swiper .swiper-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}.home-new-products .md-container .featured-products-holder .product-left-swiper .swiper-slide{margin-bottom:1.0416666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-new-products .md-container .featured-products-holder .product-left-swiper .swiper-slide{margin-bottom:0}}.home-new-products .md-container .featured-products-holder .product-swiper-pagination{height:.8333333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-new-products .md-container .featured-products-holder .product-swiper-pagination{height:2.6666666667vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;bottom:5.3333333333vw}}.home-new-products .md-container .featured-products-holder .product-swiper-pagination .swiper-pagination-bullet{font-size:0;width:.8333333333vw;height:.8333333333vw;padding:0;border-radius:50%;border:1px solid transparent;-webkit-transition:width .3s,height .3s,border-color .3s,background-color .3s;transition:width .3s,height .3s,border-color .3s,background-color .3s;background:#1f94d2;margin:0 0 0 1.5625vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-new-products .md-container .featured-products-holder .product-swiper-pagination .swiper-pagination-bullet{width:1.3333333333vw;height:1.3333333333vw;opacity:.8;margin-left:5.3333333333vw;vertical-align:middle}}.home-new-products .md-container .featured-products-holder .product-swiper-pagination .swiper-pagination-bullet:first-child{margin-left:0}.home-new-products .md-container .featured-products-holder .product-swiper-pagination .swiper-pagination-bullet-active{opacity:1;background:#333;width:.8333333333vw;height:.8333333333vw;border:1px solid #1f94d2}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-new-products .md-container .featured-products-holder .product-swiper-pagination .swiper-pagination-bullet-active{width:2.6666666667vw;height:2.6666666667vw}}.product-right-swiper .product-swiper-pagination{bottom:2.1333333333vw!important}.home-build-your-kitchen,.home-smaller-form-larger-capacity{position:relative;margin-bottom:3.125vw;overflow:hidden}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-build-your-kitchen,.home-smaller-form-larger-capacity{margin-top:4vw}}.home-build-your-kitchen img,.home-smaller-form-larger-capacity img{width:100%}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-build-your-kitchen .swiper-large-img,.home-smaller-form-larger-capacity .swiper-large-img{display:none}}.home-build-your-kitchen .swiper-small-img,.home-smaller-form-larger-capacity .swiper-small-img{display:none}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-build-your-kitchen .swiper-small-img,.home-smaller-form-larger-capacity .swiper-small-img{display:block}}.home-build-your-kitchen .md-container .swiper-text-holder,.home-smaller-form-larger-capacity .md-container .swiper-text-holder{width:100%;display:block;position:relative;z-index:10;top:10.4166666667vw;text-align:right}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-build-your-kitchen .md-container .swiper-text-holder,.home-smaller-form-larger-capacity .md-container .swiper-text-holder{padding:21.3333333333vw 5.3333333333vw}}.home-build-your-kitchen .md-container .swiper-text-holder .content-holder-text,.home-smaller-form-larger-capacity .md-container .swiper-text-holder .content-holder-text{color:#fff}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-build-your-kitchen .md-container .swiper-text-holder .content-holder-text,.home-smaller-form-larger-capacity .md-container .swiper-text-holder .content-holder-text{margin-top:-4vw}}.home-build-your-kitchen .md-container .swiper-text-holder .content-holder-text h2,.home-smaller-form-larger-capacity .md-container .swiper-text-holder .content-holder-text h2{font-weight:700;font-size:1.5625vw;line-height:1.9791666667vw;color:#fff;margin:0 0 .4166666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-build-your-kitchen .md-container .swiper-text-holder .content-holder-text h2,.home-smaller-form-larger-capacity .md-container .swiper-text-holder .content-holder-text h2{font-size:8vw;line-height:10.1333333333vw;margin-bottom:2.1333333333vw}}.home-build-your-kitchen .md-container .swiper-text-holder .content-holder-text .capacity-con-text,.home-smaller-form-larger-capacity .md-container .swiper-text-holder .content-holder-text .capacity-con-text{font-size:1.25vw;font-weight:700;line-height:1.5625vw;margin-top:1.5625vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-build-your-kitchen .md-container .swiper-text-holder .content-holder-text .capacity-con-text,.home-smaller-form-larger-capacity .md-container .swiper-text-holder .content-holder-text .capacity-con-text{font-size:4.2666666667vw;line-height:6.4vw;margin-top:2.1333333333vw}}.home-build-your-kitchen .more-btn-1,.home-smaller-form-larger-capacity .more-btn-1{background:#1f94d2;color:#fff;margin-top:1.40625vw;right:0;font-size:1.1458333333vw;padding:.8333333333vw 3.0208333333vw;line-height:1.09375vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-build-your-kitchen .more-btn-1,.home-smaller-form-larger-capacity .more-btn-1{font-size:4.2666666667vw;line-height:5.6vw;padding:3.4666666667vw 10.4vw;border-radius:6.6666666667vw;height:13.3333333333vw;margin-top:7.2vw;width:45.3333333333vw}}.home-build-your-kitchen .more-btn-1:hover,.home-smaller-form-larger-capacity .more-btn-1:hover{background:#79bfe4}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-smaller-form-larger-capacity{overflow:hidden;height:94.1333333333vw;margin-bottom:16vw}}.home-smaller-form-larger-capacity img{margin-top:-5.2083333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-smaller-form-larger-capacity img{margin-top:-44.2666666667vw}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-build-your-kitchen{overflow:hidden;height:102.6666666667vw;margin-bottom:16vw}}@media screen and (min-width:639px){.home-build-your-kitchen img{height:100%}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-build-your-kitchen img{margin-top:-37.3333333333vw}}.home-build-your-kitchen .text-container .swiper-text-holder .content-holder-text h2{margin-bottom:1.0416666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-build-your-kitchen .text-container .swiper-text-holder .content-holder-text h2{margin-bottom:0}}.home-build-your-kitchen .text-container .swiper-text-holder .content-holder-text .content-holder-btn{text-align:center}.home-build-your-kitchen .text-container .swiper-text-holder .content-holder-text .content-holder-btn .more-btn-1{position:relative}.home-build-your-kitchen .text-container h3{font-weight:700;font-size:1.1458333333vw;line-height:1.3541666667vw;color:#fff;margin-bottom:.4166666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-build-your-kitchen .text-container h3{font-size:5.3333333333vw;line-height:6.9333333333vw;margin-bottom:2.1333333333vw}}.home-build-your-kitchen .text-container p{font-size:1.1458333333vw;line-height:1.25vw;margin-top:.4166666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.home-build-your-kitchen .text-container p{font-size:4.2666666667vw;line-height:6.4vw}}.home-build-your-kitchen .text-container p span{background:transparent;font-weight:700;color:#79bfe4}.cubestpet-official-rules{color:#333;padding-top:13.5416666667vw;margin-bottom:3.125vw;box-sizing:border-box}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.cubestpet-official-rules{padding-top:58.6666666667vw;margin-bottom:16vw}}.cubestpet-official-rules .md-container{max-width:54.1666666667vw;margin:0 auto;font-size:1.0416666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.cubestpet-official-rules .md-container{padding:0 8vw;width:100%;max-width:none;font-size:3.7333333333vw}}.cubestpet-official-rules .title{font-size:1.875vw;line-height:2.0833333333vw;font-weight:700;text-align:center;color:#858585;padding:1.0416666667vw 0;margin-bottom:2.0833333333vw;position:relative}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.cubestpet-official-rules .title{font-size:5.3333333333vw;line-height:6.9333333333vw;padding:5.3333333333vw 0;margin-bottom:10.6666666667vw}}.cubestpet-official-rules .title .title_logo{width:4.2708333333vw;height:4.6354166667vw;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.cubestpet-official-rules .title .title_logo{width:14.9333333333vw;height:16vw}}.cubestpet-official-rules .text_center{text-align:center}.cubestpet-official-rules .content{padding:0 .78125vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.cubestpet-official-rules .content{padding:0}}.cubestpet-official-rules .content h1{margin:.625vw 0 0;font-size:1.0416666667vw;font-weight:400;line-height:4.9479166667vw;text-align:justify}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.cubestpet-official-rules .content h1{line-height:11.2vw;font-size:3.7333333333vw}}.cubestpet-official-rules .content a{color:#1f94d2;text-align:justify}.cubestpet-official-rules .content p{margin-bottom:1.4583333333vw;text-align:justify;line-height:1.0416666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.cubestpet-official-rules .content p{margin-bottom:6.1333333333vw;word-wrap:break-word;box-sizing:border-box;line-height:1.81}}.cubestpet-official-rules .content .ol_common{counter-reset:counterName;margin-top:2.0833333333vw;margin-bottom:2.0833333333vw;line-height:1.3541666667vw;text-align:justify}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.cubestpet-official-rules .content .ol_common{margin-top:5.3333333333vw;margin-bottom:5.3333333333vw}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.cubestpet-official-rules .content .ol_common .ol_common_span{font-size:3.7333333333vw}}.cubestpet-official-rules .content .ol_common li{margin-bottom:.4166666667vw;padding-left:2.1875vw;position:relative}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.cubestpet-official-rules .content .ol_common li{margin-bottom:1.6vw;padding-left:11.2vw}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.cubestpet-official-rules .content .ol_common li span{line-height:6.9333333333vw}}.cubestpet-official-rules .content .ol_common li:before{position:absolute;top:0;left:0;counter-increment:counterName;content:counter(counterName,decimal-leading-zero);font-size:1.1458333333vw;line-height:1.3541666667vw;font-weight:700;color:#1f94d2}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.cubestpet-official-rules .content .ol_common li:before{font-size:3.7333333333vw;line-height:5.3333333333vw}}.cubestpet-official-rules .content .ol_common .rte p:after{content:"";display:block;clear:both}.cubestpet-official-rules .ol_common_margin_li{margin-left:2.5vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.cubestpet-official-rules .ol_common_margin_li{margin-left:12.8vw}}.cubestpet-official-rules .margin_common{margin-top:.8333333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.cubestpet-official-rules .margin_common{margin-top:4.2666666667vw}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.cubestpet-official-rules .FlushLeft{margin-bottom:0!important}}.cubestpet-official-rules .li_common{margin:0}.realcool_official_rules{color:#333;padding-top:13.5416666667vw;margin-bottom:3.125vw;box-sizing:border-box}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.realcool_official_rules{padding-top:58.6666666667vw;margin-bottom:16vw;margin-right:8vw}}.realcool_official_rules .md-container{max-width:54.1666666667vw;margin:0 auto;font-size:1.1458333333vw;padding:0 .78125vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.realcool_official_rules .md-container{padding:0 0 0 8vw;width:100%;font-size:4.2666666667vw}}.realcool_official_rules .text_p{margin-bottom:1.6666666667vw!important}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.realcool_official_rules .text_p{margin-top:4.2666666667vw;margin-bottom:6.1333333333vw!important}}.realcool_official_rules .title{font-size:1.875vw;line-height:2.0833333333vw;font-weight:700;text-align:center;color:#858585;padding:1.0416666667vw 0;margin-bottom:2.0833333333vw;position:relative}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.realcool_official_rules .title{font-size:5.3333333333vw;line-height:6.9333333333vw;padding:10.6666666667vw 0}}.realcool_official_rules .title .titleBg{width:4.2708333333vw;height:4.6354166667vw;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.realcool_official_rules .title .titleBg{width:14.9333333333vw;height:16vw}}.realcool_official_rules .content p{margin-bottom:1.4583333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.realcool_official_rules .content p{margin-bottom:6.1333333333vw}}.realcool_official_rules .content .ol_style1{counter-reset:counterName;margin-top:2.0833333333vw;margin-bottom:2.0833333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.realcool_official_rules .content .ol_style1{margin-top:5.3333333333vw;margin-bottom:5.3333333333vw;line-height:1.5}}.realcool_official_rules .content .ol_style1 li{text-align:justify;margin-bottom:.8333333333vw;padding-left:2.1875vw;position:relative}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.realcool_official_rules .content .ol_style1 li{margin-bottom:1.6vw;padding-left:11.2vw}}.realcool_official_rules .content .ol_style1 li:before{position:absolute;top:0;left:0;counter-increment:counterName;content:counter(counterName,decimal-leading-zero);font-size:1.1458333333vw;line-height:1.3541666667vw;font-weight:700;color:#1f94d2}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.realcool_official_rules .content .ol_style1 li:before{font-size:3.7333333333vw;line-height:5.3333333333vw}}.realcool_official_rules .content .ol_style1 .rte p:after{content:"";display:block;clear:both}.realcool_official_rules .text_center{text-align:center}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.realcool_official_rules .ol_style1_p{text-align:center}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.realcool_official_rules .ol_style1_text{text-align:justify}}.realcool_official_rules .independent{list-style-type:lower-alpha}.midea-fan-award-official-rules{color:#333;padding-top:13.5416666667vw;margin-bottom:3.125vw;box-sizing:border-box;list-style-type:lower-roman}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.midea-fan-award-official-rules{padding-top:58.6666666667vw;margin-bottom:16vw;text-align:left}}.midea-fan-award-official-rules .typeface{font-family:inherit}.midea-fan-award-official-rules .md-container{max-width:54.1666666667vw;margin:0 auto;font-size:1.0416666667vw;padding:0 .78125vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.midea-fan-award-official-rules .md-container{padding:0 8vw;width:100%;font-size:3.7333333333vw}}.midea-fan-award-official-rules .span_black{color:#333}.midea-fan-award-official-rules .span_uppercase{text-transform:uppercase}.midea-fan-award-official-rules .style2{list-style-type:lower-alpha}.midea-fan-award-official-rules .title{font-size:1.875vw;line-height:2.0833333333vw;font-weight:700;text-align:center;color:#858585;padding:1.0416666667vw 0;margin-bottom:2.1354166667vw;position:relative}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.midea-fan-award-official-rules .title{font-size:5.3333333333vw;line-height:6.9333333333vw;padding:5.3333333333vw 0;margin-bottom:10.6666666667vw}}.midea-fan-award-official-rules .title .titleBg{width:4.2708333333vw;height:4.6354166667vw;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.midea-fan-award-official-rules .title .titleBg{width:14.9333333333vw;height:16vw}}.midea-fan-award-official-rules .content .CenterBold{font-size:1.0416666667vw;font-family:inherit;font-weight:700}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.midea-fan-award-official-rules .content .CenterBold{font-size:3.7333333333vw;line-height:6.4vw;margin-top:4.2666666667vw;margin-right:.2666666667vw;text-align:left}}.midea-fan-award-official-rules .content h1{margin:.7291666667vw 0 0;font-size:1.0416666667vw;font-weight:400;line-height:6.25vw;text-align:justify}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.midea-fan-award-official-rules .content h1{line-height:11.2vw;font-size:3.7333333333vw}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.midea-fan-award-official-rules .content h1 span{margin-top:4.2666666667vw}}.midea-fan-award-official-rules .content a{color:#1f94d2;text-align:justify}.midea-fan-award-official-rules .content p{margin-bottom:1.4583333333vw;text-align:justify;line-height:1.25vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.midea-fan-award-official-rules .content p{margin-bottom:6.1333333333vw;line-height:6.4vw}}.midea-fan-award-official-rules .content .ol_style1{counter-reset:counterName;margin-top:2.0833333333vw;margin-bottom:2.0833333333vw;line-height:1.3541666667vw;text-align:justify}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.midea-fan-award-official-rules .content .ol_style1{margin-top:5.3333333333vw;margin-bottom:5.3333333333vw;line-height:6.4vw}}.midea-fan-award-official-rules .content .ol_style1 li{padding-left:2.1875vw;line-height:1.3541666667vw;position:relative}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.midea-fan-award-official-rules .content .ol_style1 li{margin-bottom:1.6vw;padding-left:11.2vw;line-height:6.4vw}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.midea-fan-award-official-rules .content .ol_style1 li span{line-height:6.9333333333vw}}.midea-fan-award-official-rules .content .ol_style1 li:before{position:absolute;top:0;left:0;counter-increment:counterName;content:counter(counterName,decimal-leading-zero);font-size:1.1458333333vw;line-height:1.3541666667vw;font-weight:700;color:#1f94d2}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.midea-fan-award-official-rules .content .ol_style1 li:before{font-size:3.7333333333vw;line-height:5.3333333333vw}}.midea-fan-award-official-rules .content .ol_style1 .rte p:after{content:"";display:block;clear:both}.midea-fan-award-official-rules .content .ol_style2{padding-left:2.1875vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.midea-fan-award-official-rules .content .ol_style2{padding-left:11.2vw}}.midea-fan-award-official-rules .text_center{text-align:center}.midea-fan-award-official-rules .ol_style1_connom{margin-top:.8333333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.midea-fan-award-official-rules .ol_style1_connom{margin-top:4.2666666667vw}}.midea-fan-award-official-rules .FlushLeft{margin-bottom:.8333333333vw!important}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.midea-fan-award-official-rules .p_common{margin-bottom:0!important}}.midea-fan-award-official-rules a:link{color:#1f94d2}.midea-fan-award-official-rules a:hover{color:#1f94d2!important;text-decoration:underline!important}.privacy-policy{color:#333;padding-top:13.5416666667vw;margin-bottom:3.125vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.privacy-policy{padding-top:58.6666666667vw;margin-bottom:16vw;margin-right:8vw;text-align:center;overflow:hidden}}.privacy-policy .md-container{max-width:54.1666666667vw;margin:0 auto;font-size:1.1458333333vw;padding:0 .78125vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.privacy-policy .md-container{padding:0 0 0 8vw;width:100%;font-size:4.2666666667vw}}.privacy-policy .title{font-size:1.875vw;line-height:2.0833333333vw;font-weight:700;text-align:center;color:#858585;padding:1.0416666667vw 0;margin-bottom:2.0833333333vw;position:relative}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.privacy-policy .title{font-size:5.3333333333vw;line-height:10.6666666667vw;padding:5.3333333333vw 0;margin-bottom:10.6666666667vw}}.privacy-policy .title .titleBg{width:4.2708333333vw;height:4.6354166667vw;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.privacy-policy .title .titleBg{width:14.9333333333vw;height:16vw}}.privacy-policy .privacy-policy_text p{font-size:1.1458333333vw;margin-bottom:1.6666666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.privacy-policy .privacy-policy_text p{font-size:4.2666666667vw;margin-bottom:6.1333333333vw}}.privacy-policy .privacy-policy_text .privacy-policy_text1{counter-reset:counterName;margin-top:2.0833333333vw;margin-bottom:2.0833333333vw;line-height:1.3541666667vw;list-style-type:lower-alpha}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.privacy-policy .privacy-policy_text .privacy-policy_text1{margin-top:5.3333333333vw;margin-bottom:5.3333333333vw;line-height:1.5}}.privacy-policy .privacy-policy_text .privacy-policy_text1 li{font-size:1.1458333333vw;margin-bottom:.78125vw;padding-left:1.3541666667vw;position:relative}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.privacy-policy .privacy-policy_text .privacy-policy_text1 li{margin-bottom:4vw;padding-left:11.2vw;font-size:4.2666666667vw}}.privacy-policy .privacy-policy_text .privacy-policy_text1 li:before{position:absolute;top:0;left:0;counter-increment:counterName;content:counter(counterName,decimal-leading-zero);font-size:1.1458333333vw;line-height:1.0416666667vw;font-weight:700;color:#1f94d2}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.privacy-policy .privacy-policy_text .privacy-policy_text1 li:before{margin-top:1.6vw;font-size:3.7333333333vw}}.privacy-policy .privacy-policy_text .privacy-policy_text1 .rte p:after{content:"";display:block;clear:both}.privacy-policy .privacy-policy_text .privacy-policy_text2{counter-reset:counterName;margin-top:2.0833333333vw;margin-bottom:2.0833333333vw;line-height:1.3541666667vw;list-style-type:lower-alpha}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.privacy-policy .privacy-policy_text .privacy-policy_text2{margin-top:5.3333333333vw;margin-bottom:5.3333333333vw;line-height:1.5}}.privacy-policy .privacy-policy_text .privacy-policy_text2 li{margin-bottom:.78125vw;padding-left:1.3541666667vw;position:relative}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.privacy-policy .privacy-policy_text .privacy-policy_text2 li{margin-bottom:4vw;padding-left:4.8vw}}.privacy-policy .privacy-policy_text .privacy-policy_text2 li:before{position:absolute;top:0;left:0;content:"";font-size:1.1458333333vw;line-height:1.0416666667vw;font-weight:700;color:#1f94d2;background-color:#1f94d2;width:.3125vw;height:.3125vw;border-radius:50%;margin-top:.5208333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.privacy-policy .privacy-policy_text .privacy-policy_text2 li:before{margin-top:2.6666666667vw;width:1.6vw;height:1.6vw}}.privacy-policy .privacy-policy_text .privacy-policy_text2 .rte p:after{content:"";display:block;clear:both}.privacy-policy .link,.privacy-policy ol li a,.privacy-policy p a{text-decoration:underline;color:#1f94d2}.privacy-policy .text_center{text-align:center}.privacy-policy .title_h4{color:#1f94d2;font-size:1.5625vw;font-weight:700;line-height:2.0833333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.privacy-policy .title_h4{font-size:6.9333333333vw;line-height:8.5333333333vw}}.privacy-policy .title_h4_warp{margin-top:2.34375vw;margin-bottom:.5208333333vw}.news_base{position:relative;color:#fff;overflow:hidden}.news_base img{-webkit-transition:all .3s;transition:all .3s}@media screen and (min-width:1200px){.news_base:hover img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}}.news_base img{width:100%;height:auto}.news_base.mask-bg:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(51,51,51,.6);z-index:1}.news_base.content-center .news_base_container{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.news_base.content-right .news_base_container{-webkit-box-pack:end;-webkit-justify-content:end;-ms-flex-pack:end;justify-content:end}.news_base.text-center .news_base_container{text-align:center}.news_base.text-right .news_base_container{text-align:right}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.news_base.text-top .news_base_container{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;padding-top:16vw;padding-bottom:16vw}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.news_base.text-bottom .news_base_container{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;padding-top:16vw;padding-bottom:16vw}}.news_base.white{color:#fff}.news_base.black{color:#333}.news_base_container{position:absolute;top:0;left:0;bottom:0;right:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;z-index:2}.news_base_content{max-width:44.2708333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.news_base_content{width:90.6666666667vw;max-width:none;text-align:center}}.news_base_content_info{font-size:1.1458333333vw;line-height:1.25vw;margin-bottom:.78125vw;color:hsla(0,0%,100%,.8)}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.news_base_content_info{font-size:3.7333333333vw;line-height:5.8666666667vw;margin-bottom:3.2vw}}.news_base_content_description{margin-top:1.5625vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.news_base_content_description{margin-top:3.2vw}}.news_base.text_cover .news_base_mark{z-index:9;padding:2.0833333333vw}.news_base.text_cover .news_base_content_title{color:#1f94d2}.news_base.text_cover--white .news_base_mark{background-color:hsla(0,0%,100%,.7)}.news_base.text_cover--black .news_base_mark{background-color:rgba(51,51,51,.6)}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.news_base.text_cover{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.news_base.text_cover .news_base_container{display:block!important;position:relative!important;width:92vw!important;z-index:16}.news_base.text_cover .news_base_container .news_base_mark{padding:0!important}.news_base.text_cover .news_base_container .news_base_content{top:0!important;width:100%!important}.news_base.text_cover .news_base_container .news_base_content_title{position:absolute;width:100%;left:50%;-webkit-transform:translate(-50%,-100%);-ms-transform:translate(-50%,-100%);transform:translate(-50%,-100%);margin-bottom:0!important;top:1px;background-color:hsla(0,0%,100%,.7)}.news_base.text_cover .news_base_container .news_base_content_description{margin-top:0!important;margin-bottom:0!important}.news_base.text_cover .news_base_container .news_base_content_description,.news_base.text_cover .news_base_container .news_base_content_title{padding:5.3333333333vw}}.news_details_container{width:59.8958333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.news_details_container{width:100%}}.float_block_scroll_container{position:relative}.news_float_block{max-width:23.4375vw;position:absolute;top:0;right:0}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.news_float_block{width:100%;max-width:100%;position:relative}}.news_subscribe{text-align:center;padding:2.6041666667vw 2.6041666667vw 3.0208333333vw;margin-bottom:1.0416666667vw;box-shadow:0 0 .8854166667vw rgba(0,0,0,.08);background-color:#fff;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNDUxIiBoZWlnaHQ9IjM1MCI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik0xMjkzLjQgMTEwMS41OGMwIDE3LjQ4IDIuNTggMzUuMzggNi40NiA1Mi40Mi0xNi44LTMzLjYzLTI1Ljg2LTcwLjMzLTI1Ljg2LTEwNy45IDAtMTM2LjcxIDExNC42Ni0yNDguMSAyNTUuNjEtMjQ4LjEgMTA5LjA2IDAgMjA2LjQ4IDY4LjE0IDI0MS4zOSAxNjcuNzNhMjYyLjAxIDI2Mi4wMSAwIDAwLTIxOC41NC0xMTcuOTNjLTE0Mi42OCAwLTI1OS4wNiAxMTMuNTctMjU5LjA2IDI1My4zNXptNDczLjkzLTQ0LjMxYy42LTE3LjM4LTEuMzctMzUuMjgtNC42Ny01Mi4zNSAxNS43IDM0LjAzIDIzLjUgNzAuODQgMjIuMiAxMDguMi00LjcyIDEzNS45NS0xMjMuNSAyNDIuNjgtMjY0LjggMjM3LjcyLTEwOS4zMy0zLjgzLTIwNC42My03NS4wMi0yMzYuMTktMTc1LjI5IDQ1LjQ0IDc0LjIyIDEyNi40MiAxMjEuODYgMjE1IDEyNC45NyAxNDMuMDMgNS4wMiAyNjMuNjItMTAzLjgyIDI2OC40NS0yNDIuODJ6Ii8+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwLTNFQTExN0Q3LThDNjAtNDVDNC05NDQwLTU1M0JEM0I2M0E0QikiIG9wYWNpdHk9Ii4wNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyNzQgLTg2NSkiPjx1c2UgZmlsbD0iIzAwYjBmMCIgeGxpbms6aHJlZj0iI2EiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-position:50%;background-size:cover}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.news_subscribe{padding:8vw;margin-bottom:5.3333333333vw;box-shadow:0 0 4.5333333333vw rgba(0,0,0,.08)}}.news_subscribe h3{font-size:1.5625vw;line-height:2.0833333333vw;margin-bottom:2.0833333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.news_subscribe h3{font-size:5.3333333333vw;line-height:6.9333333333vw;margin-bottom:10.6666666667vw}}.news_subscribe_content input{display:inline-block;margin:0 0 1.25vw;border:1px solid #d6d6d6;text-align:center;padding:.2604166667vw 1.3020833333vw;line-height:1.5625vw;font-size:1.1458333333vw;width:100%;height:2.6041666667vw;vertical-align:middle;background:#fff;color:#333;outline:none;-webkit-appearance:none;border-radius:1.3020833333vw;-webkit-transition:border-color .3s,color .3s,background-color .3s;transition:border-color .3s,color .3s,background-color .3s}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.news_subscribe_content input{margin:0 0 6.4vw;padding:1.3333333333vw 6.6666666667vw;line-height:8vw;font-size:4.2666666667vw;height:13.3333333333vw;border-radius:6.6666666667vw}}.news_subscribe_content .btn{width:100%;font-size:1.1458333333vw;height:2.6041666667vw;line-height:2.6041666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.news_subscribe_content .btn{font-size:4.2666666667vw;height:13.3333333333vw;line-height:13.3333333333vw}}.news_share{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.news_share{display:block}}.news_share span{font-size:1.1458333333vw;line-height:1.25vw;margin-right:1.3020833333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.news_share span{font-size:4.2666666667vw;line-height:6.4vw;display:block;margin-bottom:2.6666666667vw}}.news_share_list{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.news_share_list,.news_share_list li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.news_share_list li{width:3.6458333333vw;height:3.6458333333vw;margin:0 0 .5208333333vw 1.0416666667vw;box-shadow:0 0 .8854166667vw rgba(0,0,0,.08);background-color:#fff;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.news_share_list li{width:18.6666666667vw;height:18.6666666667vw;margin:0 0 2.6666666667vw 5.3333333333vw;box-shadow:0 0 4.5333333333vw rgba(0,0,0,.08)}.news_share_list li:first-child{margin-left:0}}.news_share_list li svg{fill:#1f94d2;height:1.1458333333vw;width:1.1458333333vw;-webkit-transition:fill .3s,opacity .3s;transition:fill .3s,opacity .3s}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.news_share_list li svg{height:5.8666666667vw;width:5.8666666667vw}}.news_share_list li svg:hover{fill:#79bfe4}.blockquote{padding:1.5625vw 0 0 4.6875vw;max-width:63.5416666667vw;margin:0 auto}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.blockquote{max-width:none;padding:18.6666666667vw 4vw 0;text-align:center}}.blockquote_content{max-width:45.8333333333vw;position:relative}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.blockquote_content{max-width:none}}.blockquote_content img{position:absolute;top:-1.3020833333vw;left:-4.6875vw;width:3.125vw;height:2.5vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.blockquote_content img{top:-18.6666666667vw;left:0;width:16vw;height:12.8vw}}.blockquote_content_text{quotes:none;font-size:1.1458333333vw;line-height:1.4583333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.blockquote_content_text{font-size:4.2666666667vw;line-height:6.4vw}}.blockquote_content_author{display:block;font-size:1.25vw;line-height:1.4583333333vw;margin-top:1.1458333333vw;margin-bottom:.2083333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.blockquote_content_author{font-size:4.8vw;line-height:7.4666666667vw;margin-top:5.8666666667vw;margin-bottom:1.0666666667vw}}.blockquote_content_company{font-weight:300;font-size:1.1458333333vw;line-height:1.0416666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.blockquote_content_company{font-size:4.2666666667vw;line-height:5.3333333333vw}}.blockquote.blockquote_fact{padding-top:.8vw;padding-left:0}.blockquote.blockquote_fact .blockquote_content{max-width:52.0833333333vw;padding-top:.7291666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.blockquote.blockquote_fact .blockquote_content{max-width:none;padding-top:3.7333333333vw;padding-left:4vw}}.blockquote.blockquote_fact .blockquote_content:before{content:"";position:absolute;top:0;left:0;width:3.2291666667vw;height:.15625vw;background-color:#1f94d2}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.blockquote.blockquote_fact .blockquote_content:before{width:16.5333333333vw;height:.8vw;left:4vw}}.blockquote.blockquote_fact .blockquote_content img{display:none}.blockquote.blockquote_fact .blockquote_content-text{font-size:1.1458333333vw;line-height:1.4583333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.blockquote.blockquote_fact .blockquote_content-text{font-size:4.8vw;line-height:6.4vw}}.social_share{margin:auto;position:relative}.social_share_info{min-height:15.625vw;position:absolute;top:0;text-align:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.social_share_info{position:relative;display:block;width:100%!important}}.social_share_info p{font-size:1.0416666667vw;color:#333}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.social_share_info p{font-size:3.7333333333vw;padding-top:4vw}}.social_share_info_links{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:1.5625vw 0 .78125vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.social_share_info_links{padding:12vw 0 10.6666666667vw}}.social_share_info_links li{padding-left:1.5625vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.social_share_info_links li{padding-left:8vw}}.social_share_info_links li:first-child{padding-left:0}.social_share_info_links li a span{display:block;font-size:1.0416666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.social_share_info_links li a span{display:none}}.social_share_info_links li a svg{height:1.1458333333vw;width:1.1458333333vw;fill:#fff}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.social_share_info_links li a svg{height:5.8666666667vw;width:5.8666666667vw}}.social_share_info_links li a svg.facebook{fill:#0065b4}.social_share_info_links li a svg.twitter{fill:#3dabff}.social_share_info_links li a svg.youtube{fill:#d90119}.social_share_info .section-title{font-size:1.5625vw;margin-bottom:0}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.social_share_info .section-title{font-size:5.3333333333vw;line-height:6.9333333333vw}}.social_share_info .btn{margin-top:.78125vw;margin-bottom:1.25vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.social_share_info .btn{display:none}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.social_share_info .popup_content{display:block;position:relative;top:auto;left:auto;-webkit-transform:none;-ms-transform:none;transform:none;max-width:100%;padding:0}}.social_share_info,.social_share_item:first-child,.social_share_item:nth-child(2){width:26.5%;left:0}.social_share_item{position:absolute;background-color:#1f94d2;background-size:100%;background-position:50%;background-size:cover;overflow:hidden}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.social_share_item{position:relative;width:100%!important;height:-webkit-max-content!important;height:-moz-max-content!important;height:max-content!important;top:auto!important;left:auto!important;bottom:auto!important;right:auto!important;background-image:none!important;background-color:#fff;padding:0 1.0666666667vw 9.0666666667vw}}.social_share_item img{display:none}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.social_share_item img{display:block;width:100%;z-index:10}}.social_share_item:first-child{height:42%;top:33.8%}.social_share_item:nth-child(2){height:22%;bottom:0}.social_share_item:nth-child(3){width:25%;height:40%;top:0}.social_share_item:nth-child(4){width:45%;height:40%;top:0;right:0}.social_share_item:nth-child(3),.social_share_item:nth-child(5){left:28.2%}.social_share_item:nth-child(5),.social_share_item:nth-child(6){width:35%;height:58%;bottom:0}.social_share_item:nth-child(5),.social_share_item:nth-child(6){right:0}.social_share_item figure{width:100%;height:100%;position:relative;margin:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.social_share_item figure{display:block}}.social_share_item_content{color:#fff;text-align:center;padding:1.0416666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.social_share_item_content{background-color:#fff;padding:2.6666666667vw 4vw 6.6666666667vw;box-shadow:0 0 2.6666666667vw 0 #e9e9e9;height:auto}}.social_share_item_content h3{font-size:1.25vw;line-height:1.4583333333vw;font-weight:400}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.social_share_item_content h3{color:#333;font-size:4.2666666667vw;line-height:6.4vw;font-weight:700}}.social_share_item_content p{font-size:1.0416666667vw;line-height:1.4;margin-top:.78125vw;margin-bottom:1.0416666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.social_share_item_content p{margin-top:1.3333333333vw;margin-bottom:5.3333333333vw;font-size:4.2666666667vw;line-height:5.3333333333vw;color:#333}}.social_share_item_content_author{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-bottom:1.5625vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.social_share_item_content_author{background-color:rgba(51,51,51,.6);position:absolute;top:0;left:0;width:100%;padding:2.1333333333vw 0}}.social_share_item_content_author svg{width:.8854166667vw;height:.8854166667vw;fill:#fff}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.social_share_item_content_author svg{width:4.5333333333vw;height:4.5333333333vw}}.social_share_item_content_author span{display:inline-block;margin-left:.78125vw;font-size:1.0416666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.social_share_item_content_author span{font-size:4.2666666667vw}}.social_share_item_content .btn{margin-top:0}.social_share_item_hasimg figure{position:absolute;top:0;left:0;bottom:0;right:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);background-color:#333;-webkit-transition:all .3s ease;transition:all .3s ease}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.social_share_item_hasimg figure{background-color:#fff;position:relative;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);height:auto}}.social_share_item_hasimg:hover figure{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);background-color:rgba(0,153,218,.8)}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.social_share_item_hasimg:hover figure{background-color:#fff}}.social_share .swiper-pagination{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.social_share .swiper-pagination-bullet{width:1.3333333333vw;height:1.3333333333vw;background:#1f94d2;opacity:1;-webkit-transition-property:width,height;transition-property:width,height;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease;transition-timing-function:ease}.social_share .swiper-pagination-bullet-active{width:2.6666666667vw;height:2.6666666667vw;background:#333;border:1px solid #1f94d2}.rotation_gallery{max-width:100%;margin:0 auto}.rotation_gallery_main img{width:100%}.rotation_gallery_sub{position:relative}.rotation_gallery_thumbs{margin:0 7.8125vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.rotation_gallery_thumbs{margin:0 16vw;height:16vw}}.rotation_gallery_thumbs .swiper-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.rotation_gallery_thumbs img{width:100%}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.rotation_gallery_thumbs img{display:none}}.rotation_gallery_pagination{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:28vw!important;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;overflow:hidden}.rotation_gallery_pagination .swiper-pagination-bullet{background-color:#1f94d2;font-size:0;-webkit-box-flex:0;-webkit-flex:0 0 1.3333333333vw;-ms-flex:0 0 1.3333333333vw;flex:0 0 1.3333333333vw;height:1.3333333333vw;padding:0;margin:2.6666666667vw;border-radius:50%;-webkit-transition:all .3s ease;transition:all .3s ease;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);border:1px solid #1f94d2;opacity:1}.rotation_gallery_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#333;-webkit-box-flex:0;-webkit-flex:0 0 2.6666666667vw;-ms-flex:0 0 2.6666666667vw;flex:0 0 2.6666666667vw;height:2.6666666667vw}.rotation_gallery_next,.rotation_gallery_prev{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%}.rotation_gallery_prev{left:1.8229166667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.rotation_gallery_prev{left:12vw;z-index:10}}.rotation_gallery_next{right:1.8229166667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.rotation_gallery_next{right:12vw;z-index:10}}.disigner_profile h3{font-size:1.875vw;line-height:2.0833333333vw;margin-bottom:1.5625vw;color:#858585}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.disigner_profile h3{font-size:5.3333333333vw;line-height:6.9333333333vw;margin-bottom:8vw}}.disigner_profile_content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:1.5625vw;overflow:hidden}.disigner_profile_content img{-webkit-transition:all .3s;transition:all .3s}@media screen and (min-width:1200px){.disigner_profile_content:hover img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.disigner_profile_content{margin-bottom:8vw}}.disigner_profile_content img{width:10.4166666667vw;height:auto;margin-right:2.0833333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.disigner_profile_content img{width:40vw;margin-right:5.3333333333vw}}.disigner_profile_content_info{color:#858585}.disigner_profile_content_info_name{font-weight:700;font-size:1.1458333333vw;line-height:1.25vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.disigner_profile_content_info_name{font-size:4.8vw;line-height:6.9333333333vw}}.disigner_profile_content_info_post{font-weight:400;font-size:1.0416666667vw;line-height:1.1458333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.disigner_profile_content_info_post{font-size:3.7333333333vw;line-height:5.8666666667vw}}.disigner_profile_description{font-weight:400;font-size:1.1458333333vw;line-height:1.5;color:#858585}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.disigner_profile_description{font-size:3.7333333333vw}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.download_table{padding:0!important}}.download_table_title{font-size:1.1458333333vw;color:#333;letter-spacing:0;font-weight:700;margin:1.5625vw 0 1.0416666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.download_table_title{font-size:4.2666666667vw;margin:8vw 0 5.3333333333vw}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.download_table_tables,.download_table_title{margin-left:4vw;margin-right:4vw}}.download_table_tables,.download_table_tabs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:1.0416666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.download_table_tables,.download_table_tabs{margin-bottom:5.3333333333vw}}.download_table_tabs{border-bottom:1px solid #d6d6d6;overflow-x:auto;overflow-y:hidden}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.download_table_tabs{padding:0 4vw;box-shadow:0 1.0666666667vw 1.6vw 0 #efefef;scrollbar-width:none;-ms-overflow-style:none}.download_table_tabs::-webkit-scrollbar{display:none}}.download_table_tabs_name{font-size:1.1458333333vw;color:#333;font-weight:700;margin-right:1.25vw;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;padding-bottom:.5208333333vw;cursor:pointer;-webkit-transition:color .5s ease;transition:color .5s ease;position:relative}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.download_table_tabs_name{font-size:4.2666666667vw;margin-right:6.4vw;padding-bottom:2.6666666667vw}}.download_table_tabs_name:after{content:"";display:block;width:100%;height:.15625vw;background:#1f94d2;position:absolute;bottom:-1px;left:0;opacity:0;-webkit-transition:opacity .5s ease;transition:opacity .5s ease}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.download_table_tabs_name:after{height:.8vw}}.download_table_tabs_name.download_table_tabs_name_activited{color:#1f94d2;position:relative}.download_table_tabs_name.download_table_tabs_name_activited:after{opacity:1}.download_table_tables{-webkit-transition:all .5s ease;transition:all .5s ease;overflow:hidden;position:relative}.download_table_tables table{width:100%}.download_table_tables table thead{background-color:transparent;border-bottom:1px solid #d6d6d6}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.download_table_tables table thead{display:block;width:100%}.download_table_tables table thead th:last-child{display:none}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.download_table_tables table tr{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}}.download_table_tables table tr td,.download_table_tables table tr th{border:none;text-align:left;padding:.4166666667vw .2604166667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.download_table_tables table tr td,.download_table_tables table tr th{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding:2.1333333333vw 1.3333333333vw}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.download_table_tables table tr td:first-child,.download_table_tables table tr th:first-child{-webkit-box-flex:0;-webkit-flex:0 0 8.5333333333vw;-ms-flex:0 0 8.5333333333vw;flex:0 0 8.5333333333vw}}.download_table_tables table th{min-height:2.0833333333vw;font-size:.9375vw;color:#333;font-weight:700}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.download_table_tables table th{min-height:10.6666666667vw;font-size:3.2vw}}.download_table_tables table tbody{font-size:.9375vw;color:#333;font-weight:400}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.download_table_tables table tbody{display:block;max-height:106.6666666667vw;overflow:auto;font-size:2.6666666667vw}}.download_table_tables table tbody tr{min-height:2.0833333333vw;background-color:#fff}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.download_table_tables table tbody tr{min-height:10.6666666667vw}.download_table_tables table tbody tr td:last-child{display:none}}.download_table_tables table tbody tr:nth-child(2n){background-color:#f5f5f5}.download_table_tables table tbody tr td:first-child{text-align:center}.download_table_tables table tbody tr td a{display:inline-block}.download_table_tables>table{position:absolute;top:0;left:0}.download_table_item{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;height:-webkit-max-content;height:-moz-max-content;height:max-content}.download_table_item_name span{display:initial}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.download_table_item_name span{display:none}}.download_table_item_name a{color:#1f94d2;text-decoration:underline;display:none}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.download_table_item_name a{display:initial}}.hbt_download_title{text-align:center;font-size:1.875vw;margin-bottom:1.4583333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.hbt_download_title{font-size:6.4vw;margin-bottom:7.4666666667vw}}.hbt_download_list{background-color:transparent;padding:1.5625vw 1.0416666667vw;border-radius:1.5625vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.hbt_download_list{padding:8vw 5.3333333333vw;border-radius:8vw}}.hbt_download_item{display:block;margin-bottom:1.5625vw;position:relative}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.hbt_download_item{margin-bottom:8vw}}.hbt_download_item_region{font-size:1.25vw;margin-bottom:.4166666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.hbt_download_item_region{font-size:5.3333333333vw;margin-bottom:2.1333333333vw}}.hbt_download_item_des{font-size:1.1458333333vw;vertical-align:middle;color:#d6d6d6}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.hbt_download_item_des{font-size:4.2666666667vw}}.hbt_download_item_flag{width:1.6666666667vw;margin-right:.5208333333vw;vertical-align:middle}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.hbt_download_item_flag{width:5.3333333333vw;margin-right:2.6666666667vw}}.hbt_download_item:last-child{margin-bottom:0}.hbt_download_item:after{content:"";display:inline-block;width:.8333333333vw;height:.8333333333vw;border-right:.1041666667vw solid #333;border-bottom:.1041666667vw solid #333;position:absolute;right:.2083333333vw;top:50%;-webkit-transform:translateY(-50%) rotate(-45deg);-ms-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg)}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.hbt_download_item:after{width:4.2666666667vw;height:4.2666666667vw;border-right:.5333333333vw solid #333;border-bottom:.5333333333vw solid #333;right:1.0666666667vw}}.popup_container .popup_cover{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(51,51,51,.6);z-index:10000}.popup_container .popup_content{border-top:1px solid #d6d6d6;display:none;position:fixed;padding:0 5.2083333333vw 0 4.4270833333vw;bottom:0;left:0;top:unset;background:#fff;z-index:10000000000000;height:3.75vw;width:100%;font-size:.8333333333vw!important;color:#858585;line-height:1.5;font-weight:400;-webkit-transform:none;-ms-transform:none;transform:none;max-width:100%}.popup_container .popup_content_inBox{height:100%;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.popup_container .popup_content_inBox_title{height:auto;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin-right:2.0833333333vw}.popup_container .popup_content_inBox_flex,.popup_container .popup_content_inBox_selectBox{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.popup_container .popup_content_inBox_selectBox{font-size:.7291666667vw!important;cursor:pointer;width:16.0416666667vw;border:1px solid #858585;border-radius:1.6666666667vw;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:.625vw 1.5104166667vw;position:relative;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.popup_container .popup_content_inBox_selectBox .fake-option .fake-option-box{cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}.popup_container .popup_content_inBox_selectBox .fake-option .fake-option-box .option-radio{box-sizing:border-box;padding:0;position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:5;cursor:pointer;caret-color:#333;overflow:visible}.popup_container .popup_content_inBox_selectBox .fake-option .fake-option-box .fake-radio-outer{width:.625vw;height:.625vw;border-radius:50%;background-color:#fff;border:.0520833333vw solid #000;position:relative}.popup_container .popup_content_inBox_selectBox .fake-option .fake-option-box .fake-radio-outer .fake-radio-inner{width:.2604166667vw;height:.2604166667vw;border-radius:50%;background-color:#fff;display:block;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.popup_container .popup_content_inBox_selectBox .fake-option .fake-option-box .radio-text{margin-left:.5208333333vw;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.popup_container .popup_content_inBox_selectBox .fake-option .fake-option-box.active .fake-radio-inner{background-color:#1f94d2}.popup_container .popup_content_inBox_selectBox_tab{position:absolute;bottom:100%;left:-1px;width:calc(100% + 2px);background:#fff;box-shadow:0 .0520833333vw .2083333333vw 0 rgba(0,0,0,.25);display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:.8333333333vw .8333333333vw 0;margin-bottom:.0520833333vw}.popup_container .popup_content_inBox_selectBox_tab li{margin-bottom:.8333333333vw}.popup_container .popup_content_inBox_selectBox>span{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;width:90%;line-height:1.2}.popup_container .popup_content_inBox_selectBox .i-selected{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:1.0416666667vw;height:1.0416666667vw;display:inline-block;background-image:url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCI+PHBhdGggZD0iTTUxMiA3MDRjOC4yODggMCAxNS43NzYtMy4yMzIgMjEuNDU2LTguNGwuMDY0LjA4IDM1Mi0zMjAtLjA4LS4wOGM2LjQ0OC01Ljg1NiAxMC41Ni0xNC4yMDggMTAuNTYtMjMuNmEzMiAzMiAwIDAwLTMyLTMyYy04LjI4OCAwLTE1Ljc2IDMuMjMyLTIxLjQ1NiA4LjRsLS4wOC0uMDhMNTEyIDYyOC43NTIgMTgxLjUzNiAzMjguMzJsLS4wOC4wOEEzMS43NzYgMzEuNzc2IDAgMDAxNjAgMzIwYTMyIDMyIDAgMDAtMzIgMzJjMCA5LjM3NiA0LjExMiAxNy43NDQgMTAuNTQ0IDIzLjZsLS4wOC4wOCAzNTIgMzIwIC4wOC0uMDhjNS42OCA1LjE2OCAxMy4xNjggOC40IDIxLjQ1NiA4LjR6IiBmaWxsPSIjNjk2OTY5Ii8+PC9zdmc+);background-size:100% 100%}.popup_container .popup_content_inBox_confirm{border:1px solid #1f94d2;border-radius:1.6666666667vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:.703125vw 1.5104166667vw;font-size:.8333333333vw!important;font-weight:600;background-color:#1f94d2;color:#fff;font-family:inherit;line-height:1.2;margin-left:.78125vw!important}.popup_container .popup_content_inBox_confirm:hover{opacity:.6!important}.popup_container .popup_content_close{display:none;width:.7291666667vw;height:.7291666667vw;position:absolute;right:.5208333333vw;top:.5208333333vw;cursor:pointer}.popup_container .popup_content_close:after,.popup_container .popup_content_close:before{display:inline-block;content:"";width:1px;height:.7291666667vw;background-color:#333;position:relative}.popup_container .popup_content_close:before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.popup_container .popup_content_close:after{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);right:1px}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){.popup_container .popup_content{padding:4.2666666667vw 4%;height:30.9333333333vw;font-size:3.2vw!important}.popup_container .popup_content_inBox{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%}.popup_container .popup_content_inBox_title{margin-right:5.3333333333vw;text-align:left}.popup_container .popup_content_inBox_flex{width:100%}.popup_container .popup_content_inBox_selectBox{cursor:pointer;height:11.2vw;min-width:auto;width:100%;border:1px solid #858585;border-radius:none;padding:0 7.7333333333vw;font-size:3.7333333333vw!important;border-radius:8vw}}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px)and (max-width:639px),screen and (max-aspect-ratio:1/1)and (max-width:1200px)and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px)and (max-width:639px),screen and (max-width:639px)and (max-width:1200px)and (max-aspect-ratio:1/1){.popup_container .popup_content_inBox_selectBox .fake-option .fake-option-box .fake-radio-outer{width:4.2666666667vw;height:4.2666666667vw;min-width:4.2666666667vw}}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){.popup_container .popup_content_inBox_selectBox .fake-option .fake-option-box .radio-text{margin-left:2.6666666667vw}}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px)and (max-width:639px),screen and (max-aspect-ratio:1/1)and (max-width:1200px)and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px)and (max-width:639px),screen and (max-width:639px)and (max-width:1200px)and (max-aspect-ratio:1/1){.popup_container .popup_content_inBox_selectBox .fake-option .fake-option-box .radio-text{margin-left:2.6666666667vw}}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){.popup_container .popup_content_inBox_selectBox .fake-option .fake-option-box.active .fake-radio-inner{width:1.6vw;height:1.6vw;background-color:#1f94d2}.popup_container .popup_content_inBox_selectBox_tab{width:calc(100% + 2px);background:#fff;box-shadow:0 .5333333333vw 1.3333333333vw 0 rgba(0,0,0,.25);display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:4.2666666667vw 4.2666666667vw 0;margin-bottom:.2666666667vw;z-index:1}.popup_container .popup_content_inBox_selectBox_tab li{margin-bottom:4.2666666667vw}.popup_container .popup_content_inBox_selectBox_tab li .fake-radio-outer{width:16px;height:16px;border-radius:50%;background-color:#fff;border:2px solid #333;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px)and (max-width:639px),screen and (max-aspect-ratio:1/1)and (max-width:1200px)and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px)and (max-width:639px),screen and (max-width:639px)and (max-width:1200px)and (max-aspect-ratio:1/1){.popup_container .popup_content_inBox_selectBox_tab li .fake-radio-outer{width:4.2666666667vw;height:4.2666666667vw}}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){.popup_container .popup_content_inBox_selectBox .i-selected{height:4.8vw;width:4.8vw}.popup_container .popup_content_inBox_confirm{border-radius:8vw;padding:0 5.0666666667vw;font-size:3.7333333333vw!important;margin-left:4vw!important}}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px)and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-aspect-ratio:1/1)and (max-width:1200px)and (max-width:639px),screen and (max-width:639px)and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px)and (max-width:639px){.popup_container .popup_content_close{width:2.6666666667vw;height:2.6666666667vw;right:2%;top:5.3333333333vw}}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px)and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-aspect-ratio:1/1)and (max-width:1200px)and (max-width:639px),screen and (max-width:639px)and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px)and (max-width:639px){.popup_container .popup_content_close:after,.popup_container .popup_content_close:before{height:2.6666666667vw}}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){.popup_container .popup_content_close:before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.popup_container .popup_content_close:after{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);right:1px}}@media(min-width:400px){#onetrust-banner-sdk .ot-sdk-container,#onetrust-pc-sdk .ot-sdk-container,#ot-sdk-cookie-policy .ot-sdk-container{width:100%!important}}@media(max-width:400px){#onetrust-banner-sdk .ot-sdk-container,#onetrust-pc-sdk .ot-sdk-container,#ot-sdk-cookie-policy .ot-sdk-container{padding:0!important}}@media only screen and (min-width:769px){#onetrust-banner-sdk #onetrust-button-group{margin-right:0!important;height:100%;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}}@media only screen and (min-width:426px)and (max-width:896px){#onetrust-banner-sdk.ot-buttons-fw .ot-sdk-three button{width:100%!important}}@media only screen and (max-width:1200px){#onetrust-banner-sdk.ot-buttons-fw .ot-sdk-three button{width:100%!important}}@media only screen and (min-width:426px)and (max-width:896px){.bottomStyle #onetrust-banner-sdk.otFlat{bottom:3.75vw!important}.bottomStyle #onetrust-banner-sdk{box-shadow:none}#onetrust-banner-sdk .ot-sdk-column,#onetrust-banner-sdk .ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-column,#onetrust-pc-sdk .ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-column,#ot-sdk-cookie-policy .ot-sdk-columns{float:none!important}#onetrust-banner-sdk .ot-sdk-row,#onetrust-pc-sdk .ot-sdk-row,#ot-sdk-cookie-policy .ot-sdk-row{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;padding-right:5.2083333333vw;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}#onetrust-pc-sdk .ot-cat-grp{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important;padding-right:0;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container{margin-right:2.0833333333vw;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}#onetrust-banner-sdk.vertical-align-content #onetrust-button-group-parent{position:static!important;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;padding-left:0!important;padding-right:0!important;min-width:38%;width:auto!important;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}#onetrust-banner-sdk.vertical-align-content #onetrust-button-group-parent,#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group,#onetrust-consent-sdk #onetrust-pc-sdk.ot-ftr-stacked .ot-btn-container{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}#onetrust-banner-sdk #onetrust-accept-btn-handler:last-of-type,#onetrust-banner-sdk #onetrust-pc-btn-handler:last-of-type,#onetrust-banner-sdk #onetrust-reject-all-handler:last-of-type{margin-right:0}#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent{padding-right:15%}}.bottomStyle #onetrust-banner-sdk.otFlat{bottom:3.75vw!important}.bottomStyle #onetrust-banner-sdk #onetrust-policy{margin:.75em 0 0 2em}.bottomStyle #onetrust-banner-sdk p,.bottomStyle #onetrust-pc-sdk p,.bottomStyle #ot-sdk-cookie-policy p{margin:0 0 .75em}.bottomStyle #onetrust-banner-sdk #onetrust-policy #onetrust-banner-sdk{box-shadow:none}.bottomStyle #onetrust-banner-sdk #onetrust-accept-btn-handler,.bottomStyle #onetrust-banner-sdk #onetrust-pc-btn-handler,.bottomStyle #onetrust-banner-sdk #onetrust-reject-all-handler{margin-top:.75em!important;margin-bottom:.75em!important}#onetrust-banner-sdk .ot-sdk-column,#onetrust-banner-sdk .ot-sdk-columns,#onetrust-pc-sdk .ot-sdk-column,#onetrust-pc-sdk .ot-sdk-columns,#ot-sdk-cookie-policy .ot-sdk-column,#ot-sdk-cookie-policy .ot-sdk-columns{float:none!important;display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}#onetrust-banner-sdk .ot-sdk-row,#onetrust-pc-sdk .ot-sdk-row,#ot-sdk-cookie-policy .ot-sdk-row{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;padding-right:5.2083333333vw;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}#onetrust-pc-sdk .ot-cat-grp{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important;padding-right:0;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container{margin-right:2.0833333333vw;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}#onetrust-banner-sdk.vertical-align-content #onetrust-button-group-parent{position:static!important;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;padding-left:0!important;padding-right:0!important;min-width:38%;width:auto!important}#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group,#onetrust-consent-sdk #onetrust-pc-sdk.ot-ftr-stacked .ot-btn-container{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}#onetrust-banner-sdk #onetrust-accept-btn-handler,#onetrust-banner-sdk #onetrust-pc-btn-handler,#onetrust-banner-sdk #onetrust-reject-all-handler{width:auto;min-width:11.4583333333vw!important;margin-right:.78125vw!important}#onetrust-banner-sdk #onetrust-accept-btn-handler:last-of-type,#onetrust-banner-sdk #onetrust-pc-btn-handler:last-of-type,#onetrust-banner-sdk #onetrust-reject-all-handler:last-of-type{margin-right:0!important}@media only screen and (min-width:426px)and (max-width:896px){#onetrust-banner-sdk #onetrust-accept-btn-handler,#onetrust-banner-sdk #onetrust-pc-btn-handler,#onetrust-banner-sdk #onetrust-reject-all-handler{min-width:10.4166666667vw!important}}#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent{padding-right:15%}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){.bottomStyle #onetrust-banner-sdk.otFlat{bottom:30.9333333333vw!important}#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container{width:90%!important}#onetrust-banner-sdk.ot-bnr-w-logo #onetrust-group-container .ot-bnr-logo{width:17.0666666667vw!important}#onetrust-banner-sdk.ot-bnr-w-logo #onetrust-group-container #onetrust-policy{margin-left:17.3333333333vw!important}#onetrust-banner-sdk #onetrust-group-container #onetrust-policy-text{font-size:3.2vw!important}#onetrust-banner-sdk.ot-bnr-w-logo #onetrust-button-group-parent{padding-left:4%!important;padding-right:4%!important}#onetrust-banner-sdk #onetrust-button-group-parent{width:100%!important;position:relative!important;margin-left:0!important}#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group,#onetrust-pc-sdk.ot-ftr-stacked .ot-btn-container{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important}#onetrust-banner-sdk .has-reject-all-button #onetrust-button-group{width:100%!important;margin-right:0!important}#onetrust-banner-sdk #onetrust-button-group{text-align:center!important}#onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler{margin-right:0;float:left!important}#onetrust-banner-sdk #onetrust-button-group button{display:inline-block!important}#onetrust-consent-sdk #onetrust-button-group button{padding:3.2vw 2.6666666667vw!important;margin-bottom:4.2666666667vw!important;margin-right:0}#onetrust-banner-sdk .ot-sdk-row,#onetrust-pc-sdk .ot-sdk-row,#ot-sdk-cookie-policy .ot-sdk-row{padding-right:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}#onetrust-banner-sdk .ot-b-addl-desc,#onetrust-banner-sdk .ot-dpd-desc,#onetrust-consent-sdk #onetrust-button-group-parent button{font-size:3.7333333333vw!important}#onetrust-banner-sdk .has-reject-all-button #onetrust-accept-btn-handler,#onetrust-banner-sdk .has-reject-all-button #onetrust-reject-all-handler{float:right!important}#onetrust-banner-sdk #onetrust-close-btn-container{top:2.6666666667vw!important}}html[dir=rtl] .popup_content{padding:0 3.3333333333vw 0 5.2083333333vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[dir=rtl] .popup_content{padding:4.2666666667vw 4%}}html[dir=rtl] #onetrust-banner-sdk .ot-sdk-row,html[dir=rtl] #onetrust-pc-sdk .ot-sdk-row,html[dir=rtl] #ot-sdk-cookie-policy .ot-sdk-row{padding-right:0;padding-left:5.2083333333vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[dir=rtl] #onetrust-banner-sdk .ot-sdk-row,html[dir=rtl] #onetrust-pc-sdk .ot-sdk-row,html[dir=rtl] #ot-sdk-cookie-policy .ot-sdk-row{padding-left:0}}html[dir=rtl] #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container{margin-right:0;margin-left:2.0833333333vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[dir=rtl] #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container{margin-left:0}}html[dir=rtl] #onetrust-banner-sdk.ot-bnr-w-logo .ot-bnr-logo{right:0;left:unset}html[dir=rtl] #onetrust-banner-sdk.ot-bnr-w-logo #onetrust-policy{margin-left:unset!important;margin-right:3.3854166667vw!important}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[dir=rtl] #onetrust-banner-sdk.ot-bnr-w-logo #onetrust-policy{margin-right:17.3333333333vw!important}}@media only screen and (min-width:1024px){html[dir=rtl] #onetrust-banner-sdk #onetrust-close-btn-container{right:unset;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}}html[dir=rtl] #onetrust-banner-sdk #onetrust-policy-text{text-align:right}html[dir=rtl] .popup_container .popup_content_close{right:unset;left:.5208333333vw}html[dir=rtl] .popup_container .popup_content_close:before{-webkit-transform:rotate(315deg);-ms-transform:rotate(315deg);transform:rotate(315deg)}html[dir=rtl] .popup_container .popup_content_close:after{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg)}@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:2.6666666667vw}}html[dir=rtl] .popup_container .popup_content_inBox_selectBox .fake-option .fake-option-box .radio-text{margin-left:0;margin-right:.5208333333vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[dir=rtl] .popup_container .popup_content_inBox_selectBox .fake-option .fake-option-box .radio-text{margin-left:0;margin-right:2.6666666667vw}}html[dir=rtl] .popup_container .popup_content_inBox_title{margin-right:unset;margin-left:2.0833333333vw;text-align:right}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[dir=rtl] .popup_container .popup_content_inBox_title{margin-left:5.3333333333vw}}@media only screen and (min-width:426px)and (max-width:896px){html[dir=rtl] #onetrust-banner-sdk #onetrust-close-btn-container{right:unset;left:0}}@media only screen and (min-width:897px)and (max-width:1023px){html[dir=rtl] #onetrust-banner-sdk #onetrust-close-btn-container{right:unset;left:0}}@media only screen and (min-width:426px)and (max-width:896px){html[dir=rtl] #onetrust-banner-sdk .onetrust-close-btn-ui{right:unset;left:0}}@media only screen and (min-width:897px)and (max-width:1023px){html[dir=rtl] #onetrust-banner-sdk .onetrust-close-btn-ui{right:unset;left:0}}@media(min-width:550px){html[dir=rtl] #onetrust-banner-sdk .ot-sdk-column,html[dir=rtl] #onetrust-banner-sdk .ot-sdk-columns,html[dir=rtl] #onetrust-pc-sdk .ot-sdk-column,html[dir=rtl] #onetrust-pc-sdk .ot-sdk-columns,html[dir=rtl] #ot-sdk-cookie-policy .ot-sdk-column,html[dir=rtl] #ot-sdk-cookie-policy .ot-sdk-columns{margin-left:0}}html[dir=rtl] .popup_container .popup_content_inBox_confirm{margin-left:0!important;margin-right:.78125vw!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_inBox_confirm{margin-left:0!important;margin-right:4vw!important}}html[dir=rtl] #onetrust-banner-sdk #onetrust-accept-btn-handler:last-of-type{margin-right:.78125vw!important}.hierarchy{z-index:1919191919191919}.product-anchor-point{background-color:#00b0f0;padding:1.1458333333vw 0;position:fixed;top:4.6875vw;width:100%;z-index:30;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.product-anchor-point,.product-anchor-point .product-anchor-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.product-anchor-point .product-anchor-wrap{margin:0 5.2083333333vw;overflow-x:auto;overflow-y:hidden}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.product-anchor-point{padding:5.8666666667vw 0;overflow-x:auto;top:13.3333333333vw;white-space:nowrap}.product-anchor-point .product-anchor-wrap{margin:0 4vw}}.product-anchor-point a{color:#fff;font-size:1.25vw;line-height:1.4583333333vw;margin-right:2.3958333333vw;border-bottom:.1041666667vw solid #1f94d2}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.product-anchor-point a{border-bottom:.5333333333vw solid #1f94d2;font-size:4.8vw;line-height:7.4666666667vw;margin-right:6.9333333333vw}}.product-anchor-point a:last-child{margin-right:0}.product-anchor-point .active{color:#fff;border-bottom:.1041666667vw solid #fff}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.product-anchor-point .active{border-bottom:.5333333333vw solid #fff}}.product-anchor-point .where-to-buy{margin-right:0;font-weight:700}.product-anchor-point a:hover{color:hsla(0,0%,100%,.7);border-bottom:.1041666667vw solid hsla(0,0%,100%,.7)}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.product-anchor-point a:hover{border-bottom:.5333333333vw solid hsla(0,0%,100%,.7)}}.breadcrumbs-product{font-size:.0520833333vw;padding:.78125vw 5.2083333333vw;position:absolute;z-index:20;top:8.8541666667vw;left:0;right:0;color:#fff;margin:1.3020833333vw auto -.2604166667vw;color:hsla(0,0%,100%,.8)}.breadcrumbs-product .breadcrumbs-black span{margin-right:.5208333333vw;display:inline-block;color:rgba(27,27,27,.8)}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.breadcrumbs-product .breadcrumbs-black span{margin-right:2.6666666667vw}}.breadcrumbs-product .delimiter{margin:0 .5208333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.breadcrumbs-product .delimiter{margin:0 2.6666666667vw}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.breadcrumbs-product{padding:4vw 0;top:29.3333333333vw;right:0;left:0;margin:5.3333333333vw 4vw -1.3333333333vw;font-size:4.2666666667vw;overflow-x:auto;white-space:nowrap}}.breadcrumbs-product span{font-size:1.25vw;line-height:1.1458333333vw;display:inline-block;color:#333}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.breadcrumbs-product span{font-size:4.2666666667vw}}.breadcrumbs-product span:after,.breadcrumbs-product span:hover{color:#333}.breadcrumbs-product .product-category{font-size:1.25vw;font-weight:400;color:rgba(27,27,27,.8)}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.breadcrumbs-product .product-category{font-size:4.2666666667vw}}.breadcrumbs-product .post-product{font-size:1.25vw;font-weight:400;color:rgba(27,27,27,.8)}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.breadcrumbs-product .post-product{font-size:4.2666666667vw}}.product-swiper-mfp .video-banner{height:100%!important;width:100%;padding:0 2.0833333333vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.product-swiper-mfp .video-banner{padding:0 10.6666666667vw}}.product-swiper-mfp .vimeo-video-player,.product-swiper-mfp video{display:block;background-color:#333;height:100%!important;width:100%}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.product-swiper-mfp .vimeo-video-player,.product-swiper-mfp video{height:72vw}}.product-swiper-mfp iframe{height:100%!important;width:100%;display:block;background-color:#333}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.product-swiper-mfp iframe{height:72vw}}.my-product{margin-top:10.4166666667vw;width:100%;height:100%;box-sizing:border-box;overflow:hidden}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product{padding-top:13.3333333333vw;margin-top:21.3333333333vw}}.my-product .md-container{padding:0 5.2083333333vw;width:100%;margin:0 auto}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container{max-width:100%;padding:0 4vw;margin:0}}.my-product .md-container .holder{margin-bottom:1.8229166667vw;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between!important;justify-content:space-between!important}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder{display:block}}.my-product .md-container .holder .gallery{position:relative;width:calc(50% - 4vw)}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .gallery{width:100%;height:100%}}.my-product .md-container .holder .gallery .category{position:absolute;text-align:right;z-index:1;top:.78125vw;right:3.6458333333vw;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%);padding:0 1.3020833333vw;font-size:1.0416666667vw;font-weight:700}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .gallery .category{font-size:3.7333333333vw;max-width:180vw;right:2.6666666667vw}}.my-product .md-container .holder .gallery:hover{z-index:10}.my-product .md-container .holder .gws-dynamic-image{position:absolute;top:1.5625vw;left:3.6458333333vw;z-index:15}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .gws-dynamic-image{top:6.9333333333vw;left:5.3333333333vw}}.my-product .md-container .holder .gallery-new .category-new{position:absolute;top:1.3541666667vw;right:3.6458333333vw;z-index:15;color:#1f94d2;max-width:none;font-weight:700;width:auto;padding:0;-webkit-transform:none;-ms-transform:none;transform:none;font-size:1.25vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .gallery-new .category-new{right:5.3333333333vw;top:6.9333333333vw;font-size:4.8vw}}.my-product .md-container .holder .gallery-new .category-sale{position:absolute;top:1.3541666667vw;right:3.6458333333vw;z-index:15;color:#d11f2c;font-weight:700;max-width:none;width:auto;padding:0;-webkit-transform:none;-ms-transform:none;transform:none;font-size:1.25vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .gallery-new .category-sale{right:5.3333333333vw;top:6.9333333333vw;font-size:4.8vw}}.my-product .md-container .holder .slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y}.my-product .md-container .holder .slider-full{margin:0 auto .78125vw;width:100%}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .slider-full{max-width:180vw;margin:0 auto 4vw}}.my-product .md-container .holder .product-full-image{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#333;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;box-shadow:0 0 20px rgba(0,0,0,.08);margin-top:.78125vw;margin-bottom:2.0833333333vw;background:#fff;height:26.0416666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .product-full-image{margin-bottom:4vw;margin-top:4vw;display:block;height:auto}}.my-product .md-container .holder .product-full-image .play-btn{position:absolute;margin:auto;cursor:pointer;left:0;top:0;bottom:0;right:0;width:3.125vw;height:3.8541666667vw;border-color:transparent transparent transparent #1f94d2;border-style:solid;border-width:1.9270833333vw 0 1.9270833333vw 3.125vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .product-full-image .play-btn{width:16vw;height:19.7333333333vw;border-width:9.8666666667vw 0 9.8666666667vw 16vw}}.my-product .md-container .holder .product-full-image .swiper-container{width:100%;height:100%;overflow:visible}.my-product .md-container .holder .product-full-image .swiper-container .swiper-wrapper{width:100%;height:100%}.my-product .md-container .holder .product-full-image .swiper-container .swiper-wrapper .swiper-slide{float:left;height:100%;min-height:1px;display:block;padding:0;background:#fff}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .product-full-image .swiper-container .swiper-wrapper .swiper-slide{height:auto}}.my-product .md-container .holder .product-full-image .swiper-container .swiper-wrapper .swiper-slide .img-box{width:100%;height:100%;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.my-product .md-container .holder .product-full-image .swiper-container .swiper-wrapper .swiper-slide .img-box img{margin:0 auto;height:auto;width:auto;max-width:100%;max-height:26.0416666667vw;display:block;padding:.78125vw 0}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .product-full-image .swiper-container .swiper-wrapper .swiper-slide .img-box img{max-height:106.6666666667vw;padding:2.6666666667vw}}.my-product .md-container .holder .product-full-image .swiper-container .swiper-wrapper .swiper-slide .target{background:#fff;position:absolute;overflow:hidden;visibility:hidden;left:100%;top:0;height:100%;border:1px solid #666;width:calc(100% + 1vw);margin-left:.3125vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .product-full-image .swiper-container .swiper-wrapper .swiper-slide .target{display:none}}.my-product .md-container .holder .product-full-image .swiper-container .swiper-wrapper .swiper-slide .target img{position:absolute;top:-26.0416666667vw;left:-26.0416666667vw;border:none;max-width:none;max-height:none;margin:0 auto}.my-product .md-container .holder .product-full-image .swiper-container .swiper-wrapper .swiper-slide:before{box-sizing:border-box;bottom:.9375vw;right:1.4583333333vw;content:"";display:block;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSI+PHBhdGggZmlsbD0iIzMxMzEzMSIgZD0iTTIuODMzIDcuMDZoMi43MnYtMS41aC0yLjcyem00LjIyLTEuNXYxLjVoMi43OHYtMS41em0tMS41IDQuMjQ0aDEuNVY3LjA1OWgtMS41em0xLjUtN2gtMS41djIuNzU1aDEuNXptLS43MzIgOC41N2E1LjA2NyA1LjA2NyAwIDAxLTUuMDY2LTUuMDU4IDUuMDcgNS4wNyAwIDAxNS4wNjYtNS4wNiA1LjA3MiA1LjA3MiAwIDAxNS4wNjcgNS4wNmMwIDIuNzktMi4yNzUgNS4wNTktNS4wNjcgNS4wNTl6bTguNDk1IDIuNTZMMTEuMjEgMTAuMzNBNi4zMjMgNi4zMjMgMCAwMDYuMzIxIDBhNi4zMjEgNi4zMjEgMCAxMDQuMDA1IDExLjIxM2wzLjYwNiAzLjYwM2EuNjI1LjYyNSAwIDAwLjg4NC0uODgxeiIvPjwvc3ZnPg==);position:absolute;background-repeat:no-repeat;background-size:contain;background-position:50%;width:.78125vw;height:.78125vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .product-full-image .swiper-container .swiper-wrapper .swiper-slide:before{width:4vw;height:4vw;bottom:2.6666666667vw;right:4.8vw}}.my-product .md-container .holder .product-full-image .prodcut-img{margin:0 auto;height:auto;width:auto;max-width:100%;max-height:20.8333333333vw;display:block;padding:.78125vw 0}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .product-full-image .prodcut-img{max-height:106.6666666667vw}}.my-product .md-container .holder .slick-arrow{position:absolute;display:inline-block;padding:0;border-radius:50%;border:none;background-color:#fff;font-size:0;box-shadow:0 0 18px 10px rgba(0,0,0,.04);top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:2;margin-bottom:0;-webkit-transition:background-color .3s;transition:background-color .3s;min-width:2.3958333333vw;min-height:2.3958333333vw;width:2.3958333333vw;height:2.3958333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .slick-arrow{min-width:5.3333333333vw;min-height:5.3333333333vw;padding:0;width:5.3333333333vw;height:5.3333333333vw}}.my-product .md-container .holder .slick-arrow:after,.my-product .md-container .holder .slick-arrow:before{content:"";position:absolute;left:48%;width:.46875vw;height:.1041666667vw;background-color:#1f94d2;-webkit-transition:background-color .3s;transition:background-color .3s}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .slick-arrow:after,.my-product .md-container .holder .slick-arrow:before{width:2.1333333333vw;height:.2666666667vw}}.my-product .md-container .holder .slick-arrow:before{left:53%;top:.9895833333vw;-webkit-transform:translateX(-50%) rotate(45deg);-ms-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg)}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .slick-arrow:before{top:1.8666666667vw}}.my-product .md-container .holder .slick-arrow:after{left:53%;bottom:.9895833333vw;-webkit-transform:translateX(-50%) rotate(-45deg);-ms-transform:translateX(-50%) rotate(-45deg);transform:translateX(-50%) rotate(-45deg)}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .slick-arrow:after{bottom:1.8666666667vw}}@media screen and (min-width:1200px){.my-product .md-container .holder .slick-arrow:hover{color:#fff;background-color:#1f94d2}}.my-product .md-container .holder .slick-arrow:hover:after,.my-product .md-container .holder .slick-arrow:hover:before{background-color:#fff}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .slick-arrow:hover:after,.my-product .md-container .holder .slick-arrow:hover:before{background-color:#1f94d2!important}}.my-product .md-container .holder .slick-next{right:-2.3958333333vw}.my-product .md-container .holder .slider-thumbnail{position:relative;margin:0 3.125vw .78125vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .slider-thumbnail{margin:0 10.6666666667vw 4vw}}.my-product .md-container .holder .slider-thumbnail .play-btn{position:absolute;margin:auto;cursor:pointer;left:0;top:0;bottom:0;right:0;width:1.5625vw;height:1.9270833333vw;border-color:transparent transparent transparent #1f94d2;border-style:solid;border-width:.9635416667vw 0 .9635416667vw 1.5625vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .slider-thumbnail .play-btn{width:8vw;height:9.8666666667vw;border-width:4.9333333333vw 0 4.9333333333vw 8vw}}.my-product .md-container .holder .slider-thumbnail .swiper-containe{overflow:hidden;box-shadow:0 0 .8854166667vw rgba(0,0,0,.08)}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .slider-thumbnail .swiper-containe{box-shadow:0 0 4.5333333333vw rgba(0,0,0,.08)}}.my-product .md-container .holder .slider-thumbnail .swiper-containe .swiper-wrapper{width:100%;height:100%}.my-product .md-container .holder .slider-thumbnail .swiper-containe .swiper-wrapper .swiper-slide{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;float:left;width:9.375vw;height:5.7291666667vw;cursor:pointer;box-shadow:0 0 17px rgba(0,0,0,.08)}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .slider-thumbnail .swiper-containe .swiper-wrapper .swiper-slide{text-align:center;height:auto;width:21.3333333333vw;height:21.3333333333vw;margin-right:2.6666666667vw}}.my-product .md-container .holder .slider-thumbnail .swiper-containe .swiper-wrapper .swiper-slide .img-box{width:100%;display:inline-block;outline:none!important;cursor:pointer}.my-product .md-container .holder .slider-thumbnail .swiper-containe .swiper-wrapper .swiper-slide .img-box img{display:block;max-height:5.7291666667vw;margin:0 auto;padding:.5208333333vw 0;max-width:100%;background-size:cover;background-position:50%;width:auto}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .slider-thumbnail .swiper-containe .swiper-wrapper .swiper-slide .img-box img{max-height:100%;max-width:100%;padding:0}}.my-product .md-container .holder .slider-thumbnail .slick-prev{position:absolute;top:50%;z-index:2;margin-bottom:0;left:-3.6458333333vw;-webkit-transform:translateY(-50%) rotate(-180deg);-ms-transform:translateY(-50%) rotate(-180deg);transform:translateY(-50%) rotate(-180deg);display:block}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .slider-thumbnail .slick-prev{left:-8vw}}.my-product .md-container .holder .slider-thumbnail .slick-next{right:-3.6458333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .slider-thumbnail .slick-next{right:-6.6666666667vw}}.my-product .md-container .holder .description-block-warp{-ms-flex-negative:0;-webkit-flex-shrink:0;flex-shrink:0;text-align:left;width:calc(50% - 3vw)}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .description-block-warp{margin-left:0;width:100%;margin-top:8vw;text-align:center!important}}.my-product .md-container .holder .description-block-warp .description-block li{margin-bottom:1.5625vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .description-block-warp .description-block li{display:block;margin-bottom:5.3333333333vw;line-height:6.4vw}}.my-product .md-container .holder .description-block-warp .description-block li .advantages{margin-left:1.3541666667vw;width:100%;position:relative}.my-product .md-container .holder .description-block-warp .description-block li .advantages p{font-size:1.0416666667vw;line-height:1.3;color:#333;line-height:1.25vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .description-block-warp .description-block li .advantages p{font-size:4.2666666667vw;line-height:6.4vw}}.my-product .md-container .holder .description-block-warp .description-block .has-mark .advantages:before{content:"";position:absolute;top:.46875vw;left:-1.3541666667vw;width:.3125vw;height:.3125vw;border-radius:50%;background-color:#1f94d2}.my-product .md-container .holder .description-block-warp .description-block .count-reviews{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .description-block-warp .description-block .count-reviews{display:block;margin-top:2.6666666667vw}}.my-product .md-container .holder .description-block-warp .description-block .count-reviews .bv-rating{cursor:pointer;position:relative;margin:0 0 0 1.5625vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .description-block-warp .description-block .count-reviews .bv-rating{margin:2.6666666667vw auto 0}}.my-product .md-container .holder .description-block-warp .description-block .count-reviews .model{color:#d6d6d6;font-size:.9375vw;position:relative;top:.1041666667vw;font-weight:300;line-height:1.25vw;text-transform:uppercase}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .description-block-warp .description-block .count-reviews .model{display:block;font-size:4.2666666667vw;font-weight:300;line-height:6.4vw;text-transform:uppercase;margin-top:4vw}}.my-product .md-container .holder .description-block-warp .description-block .count-reviews p{margin-left:.78125vw;color:#333;font-size:.9375vw;font-weight:300;line-height:1.25vw;margin-bottom:0;white-space:nowrap}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .description-block-warp .description-block .count-reviews p{font-size:4.2666666667vw;font-weight:300;line-height:6.4vw;margin-bottom:0;margin-top:2.6666666667vw}}.my-product .md-container .holder .description-block-warp .description-block .h3,.my-product .md-container .holder .description-block-warp .description-block h3{font-size:1.875vw;line-height:1.5;margin-bottom:.4166666667vw;color:#333;font-weight:700}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .description-block-warp .description-block .h3,.my-product .md-container .holder .description-block-warp .description-block h3{font-size:5.3333333333vw!important;line-height:6.9333333333vw!important;margin-bottom:2.1333333333vw}}.my-product .md-container .holder .description-block-warp .description-block .price-up{margin-top:1.8229166667vw;color:#313131;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.my-product .md-container .holder .description-block-warp .description-block .price-up .cost{color:#333;font-size:1.25vw;text-decoration:line-through;-webkit-text-decoration-color:#1f94d2;-moz-text-decoration-color:#1f94d2;text-decoration-color:#1f94d2}.my-product .md-container .holder .description-block-warp .description-block .price-up .dec{font-size:1.0416666667vw;display:inline-block;font-weight:400}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .description-block-warp .description-block .price-up{margin-top:4vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.my-product .md-container .holder .description-block-warp .description-block .price-up .cost,.my-product .md-container .holder .description-block-warp .description-block .price-up .dec{font-size:4.2666666667vw}}.my-product .md-container .holder .description-block-warp .description-block .price-middle{margin-top:.2604166667vw;color:#313131;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.my-product .md-container .holder .description-block-warp .description-block .price-middle.no-discount{margin-top:1.8229166667vw}.my-product .md-container .holder .description-block-warp .description-block .price-middle .cost{font-size:1.5625vw;font-weight:700;color:#1f94d2;margin-right:.5208333333vw}.my-product .md-container .holder .description-block-warp .description-block .price-middle .dec{font-size:1.0416666667vw;font-weight:400}.my-product .md-container .holder .description-block-warp .description-block .price-middle .taxes{font-style:italic}.my-product .md-container .holder .description-block-warp .description-block .price-middle .msrb{margin-right:.5208333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .description-block-warp .description-block .price-middle{margin-top:1.3333333333vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.my-product .md-container .holder .description-block-warp .description-block .price-middle.no-discount{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-top:4vw}.my-product .md-container .holder .description-block-warp .description-block .price-middle .cost{font-size:6.4vw;margin-right:2.6666666667vw}.my-product .md-container .holder .description-block-warp .description-block .price-middle .dec{font-size:4.2666666667vw}.my-product .md-container .holder .description-block-warp .description-block .price-middle .msrb{margin-right:2.6666666667vw}}.my-product .md-container .holder .description-block-warp .description-block .price-local{margin-top:.2604166667vw;font-size:1.0416666667vw;color:#313131;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.my-product .md-container .holder .description-block-warp .description-block .price-local .pic{font-weight:400;color:#1f94d2;margin-right:.5208333333vw}.my-product .md-container .holder .description-block-warp .description-block .price-local .depreciate{display:inline-block;width:1.0416666667vw;height:1.0416666667vw;background:url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPjxwYXRoIGQ9Ik03NjggNjQwTDUxMiA4OTYgMjU2IDY0MGgxOTJWMTI4aDEyOHY1MTJ6IiBmaWxsPSIjMUY5NEQyIi8+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;vertical-align:middle}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .description-block-warp .description-block .price-local{margin-top:1.3333333333vw;margin-bottom:4.2666666667vw;font-size:4.2666666667vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.my-product .md-container .holder .description-block-warp .description-block .price-local .depreciate{width:4.2666666667vw;height:4.2666666667vw}.my-product .md-container .holder .description-block-warp .description-block .price-local .pic{margin-right:3.7333333333vw}}.my-product .md-container .holder .description-block-warp .description-block .label{text-align:left;min-width:3.9583333333vw;padding-right:.9375vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .description-block-warp .description-block .label{min-width:17.6vw;padding-right:5.3333333333vw}}.my-product .md-container .holder .description-block-warp .description-block .jcrcontent{width:100%;height:100%}.my-product .md-container .holder .description-block-warp .description-block .product-details .buy-block a{margin-top:0;margin-right:2.34375vw}.my-product .md-container .holder .description-block-warp .description-block .img-block img{max-width:4.1666666667vw;max-height:4.1666666667vw;height:auto;width:100%}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .description-block-warp .description-block .img-block img{max-width:13.3333333333vw;max-height:13.3333333333vw}}.my-product .md-container .holder .description-block-warp .description-block>pre{color:#333;padding-top:1.8229166667vw;margin-bottom:1.3020833333vw;font-size:1.0416666667vw;line-height:1.3;white-space:pre-line;font-family:inherit}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .description-block-warp .description-block>pre{font-size:4.2666666667vw!important;line-height:6.4vw!important;margin-bottom:5.3333333333vw!important;font-weight:400}}.my-product .md-container .holder .description-block-warp .rating,.my-product .md-container .holder .description-block-warp .rating-style{max-width:6.25vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .description-block-warp .rating,.my-product .md-container .holder .description-block-warp .rating-style{max-width:32vw}}.my-product .md-container .holder .description-block-warp .rating{cursor:pointer;position:relative;margin:0 0 0 1.5625vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .description-block-warp .rating{margin:2.6666666667vw auto 0}}.my-product .md-container .holder .description-block-warp .rating .progress-bar{position:absolute;top:0;left:0;font-size:0;line-height:0;background:#1f94d2;width:0;height:100%;z-index:2}.my-product .md-container .holder .description-block-warp .star-holder{position:relative;width:1.0416666667vw;height:1.0416666667vw;background:#d6d6d6;color:#333}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .description-block-warp .star-holder{width:5.3333333333vw;height:5.3333333333vw;margin-left:1.3333333333vw}}.my-product .md-container .holder .description-block-warp .star{position:relative;width:calc(100% + .10417vw);height:calc(100% + .10417vw);top:-.0520833333vw;left:-.0520833333vw;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOSAxOSIgZmlsbD0iI2ZmZiI+PHBhdGggZD0iTTAgNy4yVjE5aDMuNmwxLjItNi45ek0xOSAwSDkuNWwyLjkgNi4zIDYuNi45LTQuNyA0LjkgMS4xIDYuOUgxOXpNMy42IDE5aDExLjhsLTUuOS0zLjN6TTkuNSAwSDB2Ny4ybDYuNi0uOXoiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIi8+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTkuNSAxNS40bC01LjkgMy4xIDEuMi02LjZMMCA3LjNsNi42LS45IDIuOS02IDIuOSA2IDYuNi45LTQuNyA0LjYgMS4xIDYuNnoiLz48L3N2Zz4=);background-repeat:no-repeat;z-index:8;font-size:0;line-height:0}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .description-block-warp .star{width:calc(100% + .53333vw);height:calc(100% + .53333vw);top:-.2666666667vw;left:-.2666666667vw}}.my-product .md-container .holder .description-block-warp .star-holder+.star-holder{margin-left:.2604166667vw}.my-product .md-container .holder .description-block-warp .h6,.my-product .md-container .holder .description-block-warp h6{font-size:1.0416666667vw;line-height:1.3;font-weight:700;color:#333}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .description-block-warp .h6,.my-product .md-container .holder .description-block-warp h6{font-size:3.7333333333vw;line-height:5.8666666667vw}}.my-product .md-container .holder .description-block-warp .energy-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin-bottom:1.5625vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .description-block-warp .energy-content{display:block;margin-bottom:8vw}}.my-product .md-container .holder .description-block-warp .energy-content:last-child{margin-bottom:0}.my-product .md-container .holder .description-block-warp .energy-content .icon{margin-right:.78125vw}.my-product .md-container .holder .description-block-warp .energy-content a{color:#333;text-decoration:underline}.my-product .md-container .holder .description-block-warp .energy-content .B_right{width:auto;height:3.4375vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .description-block-warp .energy-content .B_right{height:17.6vw;width:auto}}.my-product .md-container .holder .description-block-warp .energy-content .text{margin-left:.5208333333vw;font-size:1.1458333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .description-block-warp .energy-content .text{display:block;font-size:4.2666666667vw}}.my-product .md-container .holder .description-block-warp .energy-content .text:hover{text-decoration:none}.my-product .md-container .holder .description-block-warp .buy-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;padding-top:1.5625vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .description-block-warp .buy-block{display:block;font-size:4.2666666667vw;line-height:5.8666666667vw;padding-top:5.3333333333vw}}.my-product .md-container .holder .description-block-warp .buy-block a{margin-right:1.5625vw}.my-product .md-container .holder .description-block-warp .buy-block a.email-subscribe-btn{border:1px solid #1f94d2;background:#fff!important;color:#1f94d2}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .description-block-warp .buy-block a.email-subscribe-btn{margin-top:5.3333333333vw}}.my-product .md-container .holder .description-block-warp .buy-block a.email-subscribe-btn:hover{background:#79bfe4!important;border:1px solid #79bfe4;color:#fff}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .description-block-warp .buy-block .h6{margin-left:1.3333333333vw;margin-top:4vw}}.my-product .md-container .holder .description-block-warp .buy-block .button{display:inline-block;width:11.7708333333vw;border:1px solid transparent;padding:0;line-height:1.09375vw;font-size:1.1458333333vw;height:2.8645833333vw;line-height:2.8645833333vw;color:#fff;vertical-align:middle;text-decoration:none;white-space:nowrap;background:#1f94d2;cursor:pointer;-webkit-appearance:none;border-radius:1.4583333333vw;text-align:center;-webkit-transition:background-color .3s,color .3s;transition:background-color .3s,color .3s;font-family:inherit}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .holder .description-block-warp .buy-block .button{border:1px solid transparent;padding:3.4666666667vw 10.4vw;line-height:5.6vw;font-size:4.2666666667vw;height:13.3333333333vw;color:#fff;width:auto;border-radius:7.4666666667vw}}.my-product .md-container .holder .description-block-warp .buy-block .button:hover,.my-product .md-container .holder .description-block-warp .buy-block .button:link{background:#1f94d2}.my-product-Specifications-title{width:100%;margin:0 auto 2.0833333333vw;padding:1.0416666667vw 0;text-align:center;position:relative;max-width:62.5vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-Specifications-title{margin-bottom:10.6666666667vw;padding:5.3333333333vw 8vw;max-width:none}}.my-product-Specifications-title .position-mark{position:relative;top:-10.4166666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-Specifications-title .position-mark{top:-48vw}}.my-product-Specifications-title .Specifications{position:relative;top:-10.4166666667vw}.my-product-Specifications-title .reviews{position:relative;top:15.625vw}.my-product-Specifications-title p{color:#858585;font-size:1.875vw;line-height:2.3958333333vw;font-weight:700}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-Specifications-title p{font-size:5.3333333333vw;line-height:6.9333333333vw}}.my-product-Specifications-title .titleBg{font-size:1.875vw;height:4.6354166667vw;line-height:2.3958333333vw;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-Specifications-title .titleBg{height:16vw;font-size:5.3333333333vw;line-height:6.9333333333vw}}.my-product-info-product{overflow:hidden;width:100%;margin:0 auto 1.0416666667vw;padding:0 .78125vw;position:relative;background-color:#fff;box-sizing:border-box;box-shadow:0 0 10px rgba(0,0,0,.08);overflow:visible}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-info-product{overflow:visible;margin-bottom:5.3333333333vw}}.my-product-info-product .info-product-container{box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 1.5104166667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-info-product .info-product-container{display:block;padding:0}}.my-product-info-product .info-product-container .product-img{max-width:100%;width:15.625vw;height:15.625vw;overflow:hidden;position:relative;padding:0;margin-left:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-flex-basis:20%;-ms-flex-preferred-size:20%;flex-basis:20%;margin-right:3.90625vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-info-product .info-product-container .product-img{margin:0 auto;width:80vw;height:80vw}}.my-product-info-product .info-product-container .product-img img{position:absolute;top:50%;left:50%;width:100%;max-width:100%;max-height:100%;width:auto;height:auto;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-info-product .info-product-container .product-img img{margin-top:5.3333333333vw}}.my-product-info-product .info-product-container ul{height:100%;width:100%;padding-top:1.0416666667vw;padding-bottom:3.125vw;text-align:center;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-info-product .info-product-container ul{padding-top:5.3333333333vw;padding-bottom:16vw;display:block}}.my-product-info-product .info-product-container ul li{margin:3.125vw 1.8229166667vw 0;-webkit-flex-basis:calc(33.33333% - 3.64583vw);-ms-flex-preferred-size:calc(33.33333% - 3.64583vw);flex-basis:calc(33.33333% - 3.64583vw);text-align:left}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-info-product .info-product-container ul li{margin-top:5.3333333333vw;-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;text-align:center}}.my-product-info-product .info-product-container ul li div{font-size:1.5625vw;line-height:1.875vw;color:#1f94d2;font-weight:700}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-info-product .info-product-container ul li div{font-size:6.4vw;line-height:6.9333333333vw}}.my-product-info-product .info-product-container ul li p{font-size:1.1458333333vw;margin-top:.2083333333vw;margin-bottom:0}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-info-product .info-product-container ul li p{margin-top:1.0666666667vw;font-size:4.2666666667vw;line-height:6.4vw}}.my-product-info-product .titleBg{font-size:1.1458333333vw;width:33.6979166667vw;height:100%;line-height:1.25vw;display:block;position:absolute;right:0;top:0;bottom:0}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-info-product .titleBg{display:none}}.my-product-specifications-list{width:100%;margin:0 auto 1.0416666667vw;position:relative;background-color:#fff;box-sizing:border-box;box-shadow:0 0 10px rgba(0,0,0,.08)}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-specifications-list{margin-bottom:6.6666666667vw;margin-top:5.3333333333vw;overflow:visible}}.my-product-full-specifications .air-accordion-container{box-sizing:border-box;background-color:#fff;cursor:pointer;position:relative;z-index:9}.my-product-full-specifications .air-accordion-container .container-switch{padding:1.0416666667vw 2.0833333333vw;position:relative;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-full-specifications .air-accordion-container .container-switch{padding:5.3333333333vw 10.6666666667vw;display:block}}.my-product-full-specifications .air-accordion-container .container-switch p{font-weight:700;color:#333;font-size:1.1458333333vw;line-height:1.3541666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-full-specifications .air-accordion-container .container-switch p{font-size:4.2666666667vw;line-height:6.4vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}.my-product-full-specifications .air-accordion-container .container-switch .arrow-icon{position:absolute;right:2.0833333333vw;top:50%;display:inline-block;width:.7291666667vw;height:.7291666667vw;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform:translateY(-50%) rotate(91deg);-ms-transform:translateY(-50%) rotate(91deg);transform:translateY(-50%) rotate(91deg)}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-full-specifications .air-accordion-container .container-switch .arrow-icon{right:10.6666666667vw;width:3.7333333333vw;height:3.7333333333vw}}.my-product-full-specifications .air-accordion-container .container-switch .arrow-icon:after{content:"";position:absolute;left:48%;height:.1041666667vw;background-color:#1f94d2;-webkit-transition:background-color .3s;transition:background-color .3s;bottom:.46875vw;width:.4947916667vw;-webkit-transform:translateX(-50%) rotate(-45deg);-ms-transform:translateX(-50%) rotate(-45deg);transform:translateX(-50%) rotate(-45deg)}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-full-specifications .air-accordion-container .container-switch .arrow-icon:after{bottom:2.4vw;width:2.1333333333vw;height:.5333333333vw}}.my-product-full-specifications .air-accordion-container .container-switch .arrow-icon:before{content:"";position:absolute;left:48%;height:.1041666667vw;background-color:#1f94d2;-webkit-transition:background-color .3s;transition:background-color .3s;top:.4166666667vw;width:.4947916667vw;-webkit-transform:translateX(-50%) rotate(45deg);-ms-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg)}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-full-specifications .air-accordion-container .container-switch .arrow-icon:before{top:2.1333333333vw;width:2.1333333333vw;height:.5333333333vw}}.my-product-full-specifications .air-accordion-container .is-close .arrow-icon{-webkit-transform:translateY(-50%) rotate(-88deg);-ms-transform:translateY(-50%) rotate(-88deg);transform:translateY(-50%) rotate(-88deg)}.my-product-full-specifications .air-accordion-container .content-hidden{margin-top:.5208333333vw;cursor:default}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-full-specifications .air-accordion-container .content-hidden{margin-top:2.6666666667vw}}.my-product-full-specifications .air-accordion-container .content-hidden .specifications-list{padding:1.8229166667vw 4.1666666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-full-specifications .air-accordion-container .content-hidden .specifications-list{padding:4vw 6.6666666667vw}}.my-product-full-specifications .air-accordion-container .content-hidden .specifications-list li{margin-top:2.0833333333vw;text-align:left}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-full-specifications .air-accordion-container .content-hidden .specifications-list li{text-align:center;margin-top:10.6666666667vw}}.my-product-full-specifications .air-accordion-container .content-hidden .specifications-list li .title{font-weight:700;font-size:1.25vw;line-height:1.3541666667vw;color:#1f94d2;padding-bottom:.78125vw;border-bottom:1px solid rgba(27,27,27,.1)}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-full-specifications .air-accordion-container .content-hidden .specifications-list li .title{font-size:4.2666666667vw;line-height:6.4vw;padding-bottom:4vw}}.my-product-full-specifications .air-accordion-container .content-hidden .specifications-list li ul{margin-top:1.8229166667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-full-specifications .air-accordion-container .content-hidden .specifications-list li ul{margin-top:9.3333333333vw}}.my-product-full-specifications .air-accordion-container .content-hidden .specifications-list li ul li{margin-top:1.1458333333vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-full-specifications .air-accordion-container .content-hidden .specifications-list li ul li{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;display:block;margin-top:5.8666666667vw}}.my-product-full-specifications .air-accordion-container .content-hidden .specifications-list li ul li div span:first-child{margin-left:0!important}.my-product-full-specifications .air-accordion-container .content-hidden .specifications-list li ul li div{display:inline-block;position:relative;min-width:28.6458333333vw;height:100%}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-full-specifications .air-accordion-container .content-hidden .specifications-list li ul li div{display:block}}.my-product-full-specifications .air-accordion-container .content-hidden .specifications-list li ul li div span{color:#333;position:relative;font-weight:400;padding-right:.625vw;font-size:1.1458333333vw;display:inline-block;max-width:26.0416666667vw;line-height:1.25vw;background-color:#fff}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-full-specifications .air-accordion-container .content-hidden .specifications-list li ul li div span{padding-right:2.1333333333vw;font-size:4.2666666667vw;line-height:6.4vw;max-width:100%}}.my-product-full-specifications .air-accordion-container .content-hidden .specifications-list li ul li div span:before{display:block;content:"";width:100%;height:.2083333333vw;background-color:#fff;position:absolute;bottom:1px;z-index:-1}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-full-specifications .air-accordion-container .content-hidden .specifications-list li ul li div span:before{height:1.0666666667vw}}.my-product-full-specifications .air-accordion-container .content-hidden .specifications-list li ul li div:before{display:block;content:"";width:100%;border-bottom:1px dashed rgba(27,27,27,.1);position:absolute;bottom:.3125vw;z-index:-1}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-full-specifications .air-accordion-container .content-hidden .specifications-list li ul li div:before{border-bottom:none}}.my-product-full-specifications .air-accordion-container .content-hidden .specifications-list li ul li .check{width:1.4583333333vw;height:1.4583333333vw;border-radius:50%;display:inline-block;margin-left:.2604166667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-full-specifications .air-accordion-container .content-hidden .specifications-list li ul li .check{width:5.3333333333vw;height:5.3333333333vw;margin-top:1.3333333333vw}}.my-product-full-specifications .air-accordion-container .content-hidden .specifications-list li ul li span{color:#333;font-size:1.1458333333vw;font-weight:700;line-height:1.25vw;background-color:#fff;margin-left:.5208333333vw;display:inline}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-full-specifications .air-accordion-container .content-hidden .specifications-list li ul li span{font-size:4.2666666667vw;line-height:6.4vw;margin-left:0;display:block}}.my-product-full-specifications .air-accordion-container .content-hidden .specifications-list li:first-child{margin-top:0}.my-product-reviews .position-mark{position:relative;top:-8.3333333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-reviews .position-mark{top:-37.3333333333vw}}.my-product-reviews .air-accordion-container{box-sizing:border-box;background-color:#fff;cursor:pointer;position:relative}.my-product-reviews .air-accordion-container .container-switch{padding:1.0416666667vw 2.0833333333vw;position:relative;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-reviews .air-accordion-container .container-switch{padding:5.3333333333vw 10.6666666667vw;display:block}}.my-product-reviews .air-accordion-container .container-switch p{font-weight:700;color:#333;font-size:1.1458333333vw;line-height:1.25vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-reviews .air-accordion-container .container-switch p{margin-bottom:0;margin-top:1.3333333333vw;font-size:4.2666666667vw;line-height:6.4vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}.my-product-reviews .air-accordion-container .container-switch .arrow-icon{position:absolute;right:2.0833333333vw;top:50%;display:inline-block;width:.7291666667vw;height:.7291666667vw;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform:translateY(-50%) rotate(91deg);-ms-transform:translateY(-50%) rotate(91deg);transform:translateY(-50%) rotate(91deg)}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-reviews .air-accordion-container .container-switch .arrow-icon{right:10.6666666667vw;width:3.7333333333vw;height:3.7333333333vw}}.my-product-reviews .air-accordion-container .container-switch .arrow-icon:after{content:"";position:absolute;left:48%;height:.1041666667vw;background-color:#1f94d2;-webkit-transition:background-color .3s;transition:background-color .3s;bottom:.46875vw;width:.4947916667vw;-webkit-transform:translateX(-50%) rotate(-45deg);-ms-transform:translateX(-50%) rotate(-45deg);transform:translateX(-50%) rotate(-45deg)}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-reviews .air-accordion-container .container-switch .arrow-icon:after{bottom:2.4vw;width:2.1333333333vw;height:.5333333333vw}}.my-product-reviews .air-accordion-container .container-switch .arrow-icon:before{content:"";position:absolute;left:48%;height:.1041666667vw;background-color:#1f94d2;-webkit-transition:background-color .3s;transition:background-color .3s;top:.4166666667vw;width:.4947916667vw;-webkit-transform:translateX(-50%) rotate(45deg);-ms-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg)}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-reviews .air-accordion-container .container-switch .arrow-icon:before{top:2.1333333333vw;width:2.1333333333vw;height:.5333333333vw}}.my-product-reviews .air-accordion-container .is-close .arrow-icon{-webkit-transform:translateY(-50%) rotate(-88deg);-ms-transform:translateY(-50%) rotate(-88deg);transform:translateY(-50%) rotate(-88deg)}.my-product-reviews .air-accordion-container .rating{max-width:6.25vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:0;margin-right:.78125vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-reviews .air-accordion-container .rating{max-width:32vw;margin-right:0}}.my-product-reviews .air-accordion-container .rating .star-holder{position:relative;width:1.0416666667vw;height:1.0416666667vw;background:#d6d6d6;margin-left:.2604166667vw;color:#333}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-reviews .air-accordion-container .rating .star-holder{width:5.3333333333vw;height:5.3333333333vw;margin-left:1.3333333333vw}}.my-product-reviews .air-accordion-container .rating .star-holder .star{position:relative;width:calc(100% + .10417vw);height:calc(100% + .10417vw);top:-.0520833333vw;left:-.0520833333vw;background-repeat:no-repeat;z-index:8;font-size:0;line-height:0}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-reviews .air-accordion-container .rating .star-holder .star{width:calc(100% + .53333vw);height:calc(100% + .53333vw);top:-.2666666667vw;left:-.2666666667vw}}.my-product-reviews .air-accordion-container .rating .star-holder .progress-bar{position:absolute;top:0;left:0;font-size:0;line-height:0;background:#1f94d2;width:100%;height:100%;z-index:5}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-reviews .air-accordion-container .rating .star-holder .progress-bar{line-height:6.4vw}}.my-product-reviews .air-accordion-container .rating .star-holder:first-child{margin-left:0}.my-product-reviews .air-accordion-container .content-hidden{margin-top:.5208333333vw;cursor:default}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-reviews .air-accordion-container .content-hidden{margin-top:2.6666666667vw}}.my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp{padding:1.8229166667vw 4.1666666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp{padding:4vw 6.6666666667vw}}.my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .head{border-bottom:1px solid rgba(27,27,27,.1);padding-bottom:1.3020833333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .head{padding-bottom:6.6666666667vw}}.my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .head .holder{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .head .holder{display:block}}.my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .head .holder .head-rating{margin-top:.8854166667vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-right:6.25vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .head .holder .head-rating{margin-top:4.5333333333vw;margin-right:0}}.my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .head .holder .head-rating .rating{max-width:8.8541666667vw;margin-right:1.3020833333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .head .holder .head-rating .rating{max-width:45.3333333333vw;margin-right:6.6666666667vw}}.my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .head .holder .head-rating .rating .star-holder{width:1.5625vw;height:1.5625vw;color:#333}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .head .holder .head-rating .rating .star-holder{width:8vw;height:8vw}}.my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .head .holder .head-rating .text{font-size:1.1458333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .head .holder .head-rating .text{font-size:4.2666666667vw}}.my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .head .holder .p{margin-top:0;margin-right:2.0833333333vw;max-width:17.7083333333vw;width:100%}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .head .holder .p{margin-right:10.6666666667vw;max-width:90.6666666667vw;margin-top:2.6666666667vw}}.my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .head .holder .modal-link,.my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .head .holder .write-review-btn{background:#1f94d2;color:#fff;font-size:1.1458333333vw;padding:0 3.0208333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .head .holder .modal-link,.my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .head .holder .write-review-btn{font-size:4.2666666667vw;padding:3.4666666667vw 10.4vw;margin-top:4vw;height:auto;line-height:1.5}}.my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .head .holder .modal-link:hover,.my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .head .holder .write-review-btn:hover{color:#fff;background:#79bfe4}.my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .reviews-list li{border-bottom:1px solid rgba(27,27,27,.1);padding:2.0833333333vw 0 1.3020833333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .reviews-list li{padding:10.6666666667vw 0 6.6666666667vw}}.my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .reviews-list li .list-title{font-weight:700;font-size:1.1458333333vw;line-height:1.1458333333vw;color:#333}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .reviews-list li .list-title{font-size:3.7333333333vw;line-height:5.8666666667vw}}.my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .reviews-list li .detail-reviews{margin-top:1.0416666667vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .reviews-list li .detail-reviews{margin-top:5.3333333333vw;display:block}}.my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .reviews-list li .detail-reviews ul{margin-right:6.5104166667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .reviews-list li .detail-reviews ul{margin-right:0}}.my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .reviews-list li .detail-reviews ul li{border-bottom:none;padding:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:1.0416666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .reviews-list li .detail-reviews ul li{margin-top:5.3333333333vw}}.my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .reviews-list li .detail-reviews ul li:first-child{margin-top:0}.my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .reviews-list li .detail-reviews>div{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .reviews-list li .detail-reviews div{font-weight:400}.my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .reviews-list li .detail-reviews div p{color:#333;font-size:1.1458333333vw;margin-bottom:.78125vw;line-height:1.5;margin-top:0;-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .reviews-list li .detail-reviews div p{font-size:4.2666666667vw;margin-bottom:4vw;margin-top:4vw;line-height:6.4vw}}.my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .reviews-list li .detail-reviews div .date{color:#1f94d2;font-size:.7291666667vw;line-height:1.25vw;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .reviews-list li .detail-reviews div .date{font-size:4.2666666667vw;line-height:6.4vw}}.my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .reviews-list li .detail-reviews .res-review{font-size:1.1458333333vw;margin-top:.4166666667vw;padding:.4166666667vw 0;border-top:1px solid rgba(27,27,27,.1);-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .reviews-list li .detail-reviews .res-review{font-size:4.2666666667vw;margin-top:2.1333333333vw;padding:2.1333333333vw 0}}.my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .reviews-list li .detail-reviews .res-review span{font-size:1.1458333333vw;color:#333}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .reviews-list li .detail-reviews .res-review span{font-size:4.2666666667vw}}.my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .reviews-list li .detail-reviews .res-review .res-by{color:#1f94d2}.my-product-manuals .air-accordion-container{box-sizing:border-box;background-color:#fff;cursor:pointer;position:relative}.my-product-manuals .air-accordion-container .container-switch{padding:1.0416666667vw 2.0833333333vw;position:relative;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-manuals .air-accordion-container .container-switch{padding:5.3333333333vw 10.6666666667vw}}.my-product-manuals .air-accordion-container .container-switch p{font-weight:700;color:#333;font-size:1.1458333333vw;line-height:1.25vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-manuals .air-accordion-container .container-switch p{font-size:4.2666666667vw;line-height:6.4vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}.my-product-manuals .air-accordion-container .container-switch .arrow-icon{position:absolute;right:2.0833333333vw;top:50%;display:inline-block;width:.7291666667vw;height:.7291666667vw;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform:translateY(-50%) rotate(91deg);-ms-transform:translateY(-50%) rotate(91deg);transform:translateY(-50%) rotate(91deg)}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-manuals .air-accordion-container .container-switch .arrow-icon{right:10.6666666667vw;width:3.7333333333vw;height:3.7333333333vw}}.my-product-manuals .air-accordion-container .container-switch .arrow-icon:after{content:"";position:absolute;left:48%;height:.1041666667vw;background-color:#1f94d2;-webkit-transition:background-color .3s;transition:background-color .3s;bottom:.46875vw;width:.4947916667vw;-webkit-transform:translateX(-50%) rotate(-45deg);-ms-transform:translateX(-50%) rotate(-45deg);transform:translateX(-50%) rotate(-45deg)}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-manuals .air-accordion-container .container-switch .arrow-icon:after{bottom:2.4vw;width:2.1333333333vw;height:.5333333333vw}}.my-product-manuals .air-accordion-container .container-switch .arrow-icon:before{content:"";position:absolute;left:48%;height:.1041666667vw;background-color:#1f94d2;-webkit-transition:background-color .3s;transition:background-color .3s;top:.4166666667vw;width:.4947916667vw;-webkit-transform:translateX(-50%) rotate(45deg);-ms-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg)}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-manuals .air-accordion-container .container-switch .arrow-icon:before{top:2.1333333333vw;width:2.1333333333vw;height:.5333333333vw}}.my-product-manuals .air-accordion-container .is-close .arrow-icon{-webkit-transform:translateY(-50%) rotate(-88deg);-ms-transform:translateY(-50%) rotate(-88deg);transform:translateY(-50%) rotate(-88deg)}.my-product-manuals .air-accordion-container .content-hidden{margin-top:.5208333333vw;cursor:default}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product-manuals .air-accordion-container .content-hidden{margin-top:2.6666666667vw}}.manual-list{margin-left:-4.9479166667vw;margin-right:-4.9479166667vw;padding:0 6.25vw 5.2083333333vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.manual-list{display:block;padding:10.6666666667vw 5.3333333333vw}}.manual-list li{width:100%;text-align:center;max-width:15.8854166667vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-basis:calc(50% - 190px);-ms-flex-preferred-size:calc(50% - 190px);flex-basis:calc(50% - 190px);text-align:left;margin:4.6875vw 4.9479166667vw 0}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.manual-list li{display:block;max-width:100%;width:auto;text-align:center;margin:5.3333333333vw 5.3333333333vw 0}}.manual-list li .icon{text-align:center}@media screen and (min-width:1800px){.manual-list li .icon{text-align:left}}.manual-list li .file-description{margin-left:1.8229166667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.manual-list li .file-description{margin-top:5.8666666667vw;margin-left:0}}.manual-list li .file-description .file-description-title{font-weight:700;color:#333;font-size:1.1458333333vw;line-height:1.4;max-width:19.0104166667vw;text-overflow:ellipsis;overflow:hidden}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.manual-list li .file-description .file-description-title{font-size:4.2666666667vw;line-height:1.5;max-width:97.3333333333vw}}.manual-list li .file-description span{display:block;font-size:1.1458333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.manual-list li .file-description span{font-size:4.2666666667vw;line-height:6.4vw}}.manual-list li .file-description a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:1.3020833333vw;position:relative;color:#1f94d2;font-size:1.1458333333vw;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.manual-list li .file-description a{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-size:4.2666666667vw;margin-top:4vw}}.manual-list li .file-description a .download-icon{width:1.0416666667vw;height:1.0416666667vw;min-width:21px;min-height:21px;margin-right:.5208333333vw}.manual-list li .file-description a .download-icon img{width:100%}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.manual-list li .file-description a .download-icon{width:5.3333333333vw;height:5.3333333333vw;margin-right:2.6666666667vw}}.manual-list li .file-description a:hover{text-decoration:underline}.manual-list li:first-child{margin-top:4.6875vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.manual-list li:first-child{margin-top:0}}.manual-container .manual-list{margin:0!important;padding:0!important}.manual-container .manual-list li:first-child,.manual-container .manual-list li:nth-child(2){margin-top:0!important}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.manual-container .manual-list li:nth-child(2){margin-top:5.3333333333vw!important}}.manual-container .manual-list li:nth-child(3){margin-top:0!important}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.manual-container .manual-list li:nth-child(3){margin-top:5.3333333333vw!important}}.product-details-swiper-mfp{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:99999!important;background:rgba(0,0,0,.7)}.product-details-swiper-mfp .mfp-container{text-align:center;box-sizing:border-box;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;height:100%;max-height:41.6666666667vw;max-width:66.40625vw;padding:0 7.2916666667vw 0 .4166666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.product-details-swiper-mfp .mfp-container{max-width:95vw;max-height:90vh;padding-right:0}}.product-details-swiper-mfp .mfp-container .swiper-containe{width:100%;height:100%;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:23;position:relative;background-color:#fff;overflow:hidden}@media screen and (min-width:1200px){.product-details-swiper-mfp .mfp-container .swiper-containe{max-height:41.6666666667vw}}.product-details-swiper-mfp .mfp-container .swiper-containe .swiper-wrapper{width:100%;height:100%}.product-details-swiper-mfp .mfp-container .swiper-containe .swiper-wrapper .swiper-slide{float:left;height:100%;min-height:1px;display:block;padding:0;background:#fff}.product-details-swiper-mfp .mfp-container .swiper-containe .swiper-wrapper .swiper-slide .img-box{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);padding:0 2.0833333333vw;width:100%;overflow:hidden;margin:0}@media screen and (min-width:1200px){.product-details-swiper-mfp .mfp-container .swiper-containe .swiper-wrapper .swiper-slide .img-box{max-height:40vw}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.product-details-swiper-mfp .mfp-container .swiper-containe .swiper-wrapper .swiper-slide .img-box{padding:0 10.6666666667vw}}.product-details-swiper-mfp .mfp-container .swiper-containe .swiper-wrapper .swiper-slide .img-box img{width:auto;max-width:100%;height:auto;display:block;box-sizing:border-box;margin:0 auto;line-height:0;padding:0;max-height:31.25vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.product-details-swiper-mfp .mfp-container .swiper-containe .swiper-wrapper .swiper-slide .img-box img{max-height:160vw}}.product-details-swiper-mfp .mfp-container .slick-close{line-height:2.2916666667vw;text-decoration:none;text-align:center;color:#fff;font-style:normal;height:.9895833333vw;border-radius:50%;position:absolute;-webkit-transition:background-color .3s;transition:background-color .3s;font-size:0;margin-bottom:0;width:1.8229166667vw;opacity:.9;overflow:visible;cursor:pointer;background:transparent;border:0;display:block;outline:0;z-index:25;box-shadow:none;-ms-touch-action:manipulation;touch-action:manipulation;text-align:right;padding:0 .3125vw 0 0;right:4.1666666667vw;top:0}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.product-details-swiper-mfp .mfp-container .slick-close{top:4vw;right:4vw}}.product-details-swiper-mfp .mfp-container .slick-close:before{width:1.0416666667vw;height:1px;content:"";display:block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg);background-color:#fff}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.product-details-swiper-mfp .mfp-container .slick-close:before{width:5.3333333333vw;background-color:#333}}.product-details-swiper-mfp .mfp-container .slick-close:after{width:1px;height:1.0416666667vw;content:"";display:block;position:absolute;top:50%;left:50%;background-color:#fff;-webkit-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.product-details-swiper-mfp .mfp-container .slick-close:after{height:5.3333333333vw;background-color:#333}}.product-details-swiper-mfp .mfp-container .slick-next,.product-details-swiper-mfp .mfp-container .slick-prev{position:absolute;min-width:2.0833333333vw;min-height:2.0833333333vw;padding:0;width:2.0833333333vw;height:2.0833333333vw;border-radius:50%;border:none;background-color:#fff;font-size:0;top:50%;margin-bottom:0;-webkit-transform:rotate(-180deg) scale(.75) translateY(0);-ms-transform:rotate(-180deg) scale(.75) translateY(0);transform:rotate(-180deg) scale(.75) translateY(0);box-shadow:0 0 10px rgba(0,0,0,.4);overflow:visible;cursor:pointer;display:block;outline:0;z-index:25;-ms-touch-action:manipulation;touch-action:manipulation}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.product-details-swiper-mfp .mfp-container .slick-next,.product-details-swiper-mfp .mfp-container .slick-prev{width:10.6666666667vw;height:10.6666666667vw;min-width:10.6666666667vw;min-height:10.6666666667vw}}.product-details-swiper-mfp .mfp-container .slick-next{right:7.2916666667vw!important;-webkit-transform:scale(.75) translateY(0);-ms-transform:scale(.75) translateY(0);transform:scale(.75) translateY(0)}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.product-details-swiper-mfp .mfp-container .slick-next{right:0!important}}.product-details-swiper-mfp .mfp-container .slick-next:after,.product-details-swiper-mfp .mfp-container .slick-next:before,.product-details-swiper-mfp .mfp-container .slick-prev:after,.product-details-swiper-mfp .mfp-container .slick-prev:before{content:"";display:block;position:absolute;left:53%;width:.46875vw;height:.1041666667vw;background-color:#1f94d2;-webkit-transition:background-color .3s;transition:background-color .3s;-webkit-transform:translateX(-50%) rotate(-45deg);-ms-transform:translateX(-50%) rotate(-45deg);transform:translateX(-50%) rotate(-45deg);bottom:.8333333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.product-details-swiper-mfp .mfp-container .slick-next:after,.product-details-swiper-mfp .mfp-container .slick-next:before,.product-details-swiper-mfp .mfp-container .slick-prev:after,.product-details-swiper-mfp .mfp-container .slick-prev:before{width:2.4vw;height:.5333333333vw;bottom:4.2666666667vw}}.product-details-swiper-mfp .mfp-container .slick-next:before,.product-details-swiper-mfp .mfp-container .slick-prev:before{-webkit-transform:translateX(-50%) rotate(45deg);-ms-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg);top:.8333333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.product-details-swiper-mfp .mfp-container .slick-next:before,.product-details-swiper-mfp .mfp-container .slick-prev:before{top:4.2666666667vw}}.product-details-write-review{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;background:rgba(0,0,0,.6)}.product-details-write-review .write-review-container{height:70vh;width:41.6666666667vw;overflow-y:auto;-webkit-transition:opacity .3s,visibility .3s;transition:opacity .3s,visibility .3s;position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);pointer-events:auto}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.product-details-write-review .write-review-container{width:90%}}.product-details-write-review .write-review-container .p-w-r{background-color:#fff;padding:1.5625vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.product-details-write-review .write-review-container .p-w-r{padding:4vw}}.product-anchor-point-to-buy{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;background:rgba(0,0,0,.6)}.product-anchor-point-to-buy .img-btn-box-main{max-height:36.4583333333vw;overflow-y:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.product-anchor-point-to-buy .img-btn-box-main{max-height:60vh}}.product-anchor-point-to-buy .product-to-buy-container{max-height:95vh;width:100%;background-color:#fff;-webkit-transition:opacity .3s,visibility .3s;transition:opacity .3s,visibility .3s;position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);padding:3.125vw 4.1666666667vw 4.1666666667vw;pointer-events:auto;box-shadow:0 2px 18px rgba(0,0,0,.2);max-width:33.8541666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.product-anchor-point-to-buy .product-to-buy-container{padding:5.3333333333vw;max-width:80vw}}.product-anchor-point-to-buy .product-to-buy-container p{display:block;text-align:center;margin:auto;font-size:1.1458333333vw!important;line-height:1.5625vw;color:#333;max-width:none!important;padding-top:0!important}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.product-anchor-point-to-buy .product-to-buy-container p{font-size:4.2666666667vw!important;line-height:6.4vw!important;max-width:none!important;padding-top:0!important}}.product-anchor-point-to-buy .product-to-buy-container .img-btn-box{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:50%;padding:.8333333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.product-anchor-point-to-buy .product-to-buy-container .img-btn-box{width:100%;padding:4.2666666667vw;margin:10.6666666667vw auto 0}}.product-anchor-point-to-buy .product-to-buy-container .img-btn-box .logo-score{padding:.8333333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.product-anchor-point-to-buy .product-to-buy-container .img-btn-box .logo-score{width:auto}}.product-anchor-point-to-buy .product-to-buy-container .img-btn-box img{max-width:7.8125vw;max-height:7.8125vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.product-anchor-point-to-buy .product-to-buy-container .img-btn-box img{max-width:35.7333333333vw;max-height:35.7333333333vw}}.product-anchor-point-to-buy .product-to-buy-container .img-btn-box a{border:1px solid transparent;font-size:1.1458333333vw;font-weight:400;color:#fff;vertical-align:middle;text-decoration:none;background:#1f94d2;cursor:pointer;border-radius:1.4583333333vw;text-align:center;-webkit-transition:background-color .3s,color .3s;transition:background-color .3s,color .3s;font-family:inherit;height:auto;padding:.2604166667vw 1.0677083333vw;margin-top:1.3020833333vw;display:inline-block}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.product-anchor-point-to-buy .product-to-buy-container .img-btn-box a{line-height:5.6vw;font-size:4.2666666667vw;height:9.3333333333vw;border-radius:7.4666666667vw;padding:1.3333333333vw 5.4666666667vw;margin-top:6.6666666667vw}}.video-player{padding:0!important;overflow:hidden}.video-player .asset-video{position:relative}.video-player iframe{width:100%}.video-player .youtube-video iframe{width:100%;height:36.4583333333vw;display:block;background-color:#fff}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.video-player .youtube-video iframe{height:69.3333333333vw}}.video-player .video-play-btn{width:4.1666666667vw;height:4.1666666667vw;border:1px solid #fff;border-radius:2.0833333333vw;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;cursor:pointer}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.video-player .video-play-btn{width:13.3333333333vw;height:13.3333333333vw;border-radius:6.6666666667vw}}.video-player .video-play-btn img{height:.9375vw;width:.9375vw;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.video-player .video-play-btn img{height:4.8vw;width:4.8vw}}.video-player video{width:100%;display:block;height:auto}.video-player video::-webkit-media-controls-current-time-display,.video-player video::-webkit-media-controls-time-remaining-display{display:none!important}.video-player video::-webkit-media-controls-play-button,.video-player video::-webkit-media-controls-start-playback-button{display:none!important;-webkit-appearance:none}.product-page-product-list .products-listing{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.p-w-r .pr-star-v4-100-filled{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cmVjdCBmaWxsPSIjMDA5OWRhIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHJ4PSIyIi8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTEwIDEzLjVsLTQuMTE0IDIuMTYzLjc4NS00LjU4MS0zLjMyOC0zLjI0NSA0LjYtLjY2OUwxMCAzbDIuMDU3IDQuMTY4IDQuNi42NjktMy4zMjggMy4yNDUuNzg1IDQuNTgxeiIvPjwvZz48L3N2Zz4=")!important}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.relate-product .product-list .products-listing .product .description-holder{padding-bottom:24vw}}.md-specsgap{padding-bottom:2.0833333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.md-specsgap{padding-bottom:9.3333333333vw}}.new-product-detail{margin-top:0!important;padding-top:0!important}.new-product-detail .md-container .holder,.new-product-detail .md-container .holder .description-block-warp .description-block li:last-child,.new-product-detail .md-container .holder .product-full-image{margin-bottom:0!important}.product-icon-download{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.product-icon-download.list{margin:2.0833333333vw 0 -.78125vw;padding-left:1.3541666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.product-icon-download.list{margin:10.6666666667vw 0 -.78125vw;padding-left:6.9333333333vw}}.product-icon-download.list .download-item{margin-bottom:.78125vw;margin-right:.78125vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.product-icon-download.list .download-item{margin-bottom:4vw;margin-right:4vw}}.product-icon-download.list .download-item .icon{margin-right:.78125vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.product-icon-download.list .download-item .icon{margin-right:4vw}}.product-icon-download.list .download-item .icon .img{height:4.6875vw;width:auto}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.product-icon-download.list .download-item .icon .img{height:24vw}}.product-icon-download.list .download-item .text{font-size:1.1458333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.product-icon-download.list .download-item .text{font-size:3.2vw}}.product-icon-download.detail{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:2.6041666667vw -1.0416666667vw -1.0416666667vw 0}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.product-icon-download.detail{margin:10.6666666667vw 0 0}}.product-icon-download.detail .img,.product-icon-download.detail img{height:5.2083333333vw!important;width:auto}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.product-icon-download.detail .img,.product-icon-download.detail img{height:26.6666666667vw!important;width:auto}}.product-icon-download.detail .consumer-report-badge img{width:15.625vw!important}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.product-icon-download.detail .consumer-report-badge img{width:48vw!important}}.product-icon-download.detail .download-item{width:auto!important;margin-bottom:1.5625vw;margin-right:2.0833333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.product-icon-download.detail .download-item{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;margin-bottom:5.3333333333vw;margin-right:0}}.product-icon-download.detail .download-item .icon{margin-right:.78125vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.product-icon-download.detail .download-item .icon{margin-right:0}}.product-icon-download.detail .download-item .text{font-size:1.1458333333vw;max-width:11.9791666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.product-icon-download.detail .download-item .text{font-size:4.2666666667vw;max-width:none}}.product-icon-download .download-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.product-icon-download .download-item a{text-decoration:underline}.product-icon-download .download-item a:hover{text-decoration:none}.product-icon-download .download-item a[href=""],.product-icon-download .download-item a[href="javascript:;"]{cursor:default}.product-icon-download .download-item img{width:auto}.my-product .md-container .buy-block .button{width:auto!important;height:auto!important;line-height:1!important;padding:.78125vw 1.3020833333vw!important}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .buy-block .button{padding:4vw 6.6666666667vw!important}}.my-product .md-container .buy-block .button:hover{background:#79bfe4!important}.my-product .md-container .buy-block .h6{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.my-product .md-container .buy-block .product-icon-download{margin-left:2.34375vw;margin-top:0;margin-bottom:-1.5625vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.my-product .md-container .buy-block .product-icon-download{margin:5.3333333333vw 0}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.email_subscribe-btnBox{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-bottom:8vw}}.email_subscribe{margin-top:2.0833333333vw;margin-bottom:2.0833333333vw;width:30.2083333333vw;font-family:inherit}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.email_subscribe{width:100%;margin-top:8vw;margin-bottom:13.3333333333vw}}.email_subscribe .isrequestTips .email_subscribe_privacy_checkbox{border:1px solid #f5222d}.email_subscribe .isrequestTips .email_subscribe_privacy_title{color:#d11f2c}.email_subscribe_title{display:none}.email_subscribe_form{margin-top:1.5625vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:2.8125vw;position:relative}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.email_subscribe_form{margin-top:5.3333333333vw;height:auto;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.email_subscribe_txt{color:#3d3d3d;font-size:1.1458333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.email_subscribe_txt{font-size:4.2666666667vw;color:#3d3d3d}}.email_subscribe_form_group{width:100%;background-color:hsla(0,0%,100%,.2);border-radius:1.5625vw;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.email_subscribe_form_group{border-radius:6.6666666667vw}}.email_subscribe_email{width:20.3125vw;height:100%;line-height:2.8125vw;padding:0 1.3020833333vw;outline:none;display:inline-block;background:none;color:#333;border:1px solid #d8d8d8;border-right:none;border-radius:1.5625vw 0 0 1.5625vw}.email_subscribe_email::-webkit-input-placeholder{color:#d8d8d8;font-weight:400}.email_subscribe_email::-moz-placeholder{color:#d8d8d8;font-weight:400}.email_subscribe_email:-ms-input-placeholder{color:#d8d8d8;font-weight:400}.email_subscribe_email::placeholder{color:#d8d8d8;font-weight:400}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.email_subscribe_email{color:#333;width:100%;height:13.3333333333vw;line-height:13.3333333333vw;padding:0 6.6666666667vw;border-radius:6.6666666667vw;text-align:center;border:1px solid #d8d8d8}.email_subscribe_email::-webkit-input-placeholder{color:#d8d8d8;font-weight:400}.email_subscribe_email::-moz-placeholder{color:#d8d8d8;font-weight:400}.email_subscribe_email:-ms-input-placeholder{color:#d8d8d8;font-weight:400}.email_subscribe_email::placeholder{color:#d8d8d8;font-weight:400}}.email_subscribe_label{display:none}.email_subscribe_submit{position:absolute;height:2.8125vw;line-height:2.8125vw;right:0;width:10.9375vw;padding-left:0;padding-right:0;text-align:center;background:#1f94d2;color:#fff;font-family:inherit;overflow:hidden}.email_subscribe_submit:hover{background:#79bfe4!important}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.email_subscribe_submit{margin-left:auto;width:100%;margin-top:2.6666666667vw;height:13.3333333333vw;line-height:13.3333333333vw;position:relative;right:auto}}.email_subscribe_privacy{margin-top:1.0416666667vw;font-size:.9375vw;color:#333;line-height:1.3;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;cursor:pointer}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.email_subscribe_privacy{margin-top:5.3333333333vw;font-size:3.2vw}}.email_subscribe_privacy_checkbox{margin-top:.1041666667vw;appearance:none;-webkit-appearance:none;-moz-appearance:none;width:1.0416666667vw;height:1.0416666667vw;border:1px solid #d8d8d8;border-radius:.1041666667vw;outline:none;cursor:pointer;background-color:#fff}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.email_subscribe_privacy_checkbox{border-radius:.5333333333vw}}.email_subscribe_privacy_checkbox:checked{background-color:#1f94d2;border:1px solid #1f94d2;position:relative;border-radius:.1041666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.email_subscribe_privacy_checkbox:checked{border-radius:.5333333333vw}}.email_subscribe_privacy_checkbox:checked:before{width:.4166666667vw;height:.625vw;position:absolute;top:50%;left:22%;display:table;border:2px solid #fff;border-top:0;border-left:0;-webkit-transform:rotate(45deg) scale(1) translate(-50%,-50%);-ms-transform:rotate(45deg) scale(1) translate(-50%,-50%);transform:rotate(45deg) scale(1) translate(-50%,-50%);opacity:1;-webkit-transition:all .2s cubic-bezier(.12,.4,.29,1.46) .1s;transition:all .2s cubic-bezier(.12,.4,.29,1.46) .1s;content:""}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.email_subscribe_privacy_checkbox:checked:before{width:1.3333333333vw;height:2.4vw}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.email_subscribe_privacy_checkbox{width:3.7333333333vw;height:3.7333333333vw}.email_subscribe_privacy_checkbox:checked:before{font-size:3.2vw}}.email_subscribe_privacy_title{max-width:calc(100% - 1.5625vw);margin-left:.5208333333vw;text-align:left}.email_subscribe_privacy_title a{color:#1f94d2}.email_subscribe_privacy_title a[href=""]{color:inherit}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.email_subscribe_privacy_title{margin-left:2.6666666667vw;max-width:calc(100% - 6.4vw)}}.email_subscribe-successTips{margin-top:2.0833333333vw;width:30.2083333333vw;font-size:1.1458333333vw;color:#333}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.email_subscribe-successTips{width:100%;margin-top:8vw;font-size:4.2666666667vw;text-align:center}}.email_subscribe-successTips-title{font-weight:700;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.email_subscribe-successTips-title{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}.email_subscribe-successTips-title i{display:inline-block;margin-top:.15625vw;width:1.6666666667vw;height:1.6666666667vw;background-image:url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBkYXRhLXNwbS1hbmNob3ItaWQ9ImEzMTN4LnNlYXJjaF9pbmRleC4wLmk2LjY3ZjAzYTgxOGU5dHBxIiB3aWR0aD0iMzIiIGhlaWdodD0iMzIiPjxwYXRoIGQ9Ik05OTIgMTI4SDMyYTMyIDMyIDAgMDAtMzIgMzJ2NzA0YTMyIDMyIDAgMDAzMiAzMmg0NDh2LTY0SDY0VjIyNGw0MjkuMTIgMzE0LjU2YTMyIDMyIDAgMDAzNy43NiAwTDk2MCAyMjR2MjU2aDY0VjE2MGEzMiAzMiAwIDAwLTMyLTMyek01MTIgNDcyLjMyTDEyOS42IDE5Mmg3NjQuOHoiIGZpbGw9IiMzMzMiLz48cGF0aCBkPSJNNzkwLjcyIDU5OC43Mkw3NDUuNiA1NTMuNmwtMTI4IDEyOGEzMiAzMiAwIDAwMCA0NS4xMmwxMjggMTI4IDQ1LjEyLTQ1LjEyLTczLjYtNzMuNkg5NjB2LTY0SDcxNy4xMnoiIGZpbGw9IiMzMzMiLz48L3N2Zz4=);background-size:100% 100%;margin-right:.5208333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.email_subscribe-successTips-title i{margin-top:.8vw;width:6.4vw;height:5.0666666667vw;margin-right:2.6666666667vw}}.email_subscribe-successTips-title span{max-width:calc(100% - 2.1875vw)}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.email_subscribe-successTips-title span{max-width:calc(100% - 9.06667vw)}}.email_subscribe-successTips-desc{margin-top:.5208333333vw}html[dir=rtl] .gws-dynamic-image{left:auto;right:3.6458333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){html[dir=rtl] .gws-dynamic-image{left:auto;right:5.3333333333vw}}html[dir=rtl] .email_subscribe-successTips-desc,html[dir=rtl] .email_subscribe-successTips-title,html[dir=rtl] .email_subscribe_txt{text-align:right}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){html[dir=rtl] .email_subscribe-successTips-desc,html[dir=rtl] .email_subscribe-successTips-title,html[dir=rtl] .email_subscribe_txt{text-align:center}}html[dir=rtl] .email_subscribe-successTips-title i{margin-right:unset;margin-left:.5208333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){html[dir=rtl] .email_subscribe-successTips-title i{margin-right:unset;margin-left:2.6666666667vw}}html[dir=rtl] .email_subscribe_privacy_title{margin-left:0;margin-right:.5208333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){html[dir=rtl] .email_subscribe_privacy_title{margin-right:2.6666666667vw}}html[dir=rtl] .email_subscribe_submit{right:unset;left:0}html[dir=rtl] .email_subscribe_email{border:1px solid #d8d8d8;border-left:none;border-radius:0 1.5625vw 1.5625vw 0}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){html[dir=rtl] .email_subscribe_email{border-radius:6.6666666667vw;border:1px solid #d8d8d8}}html[dir=rtl] .my-product .md-container .holder .description-block-warp .description-block .label{text-align:right;padding-right:0;padding-left:.9375vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){html[dir=rtl] .my-product .md-container .holder .description-block-warp .description-block .label{padding-right:0;padding-left:5.3333333333vw}}html[dir=rtl] .my-product .md-container .holder .description-block-warp .description-block .price-local .pic{margin-right:0;margin-left:.5208333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){html[dir=rtl] .my-product .md-container .holder .description-block-warp .description-block .price-local .pic{margin-right:0;margin-left:3.7333333333vw}}html[dir=rtl] .my-product .md-container .holder .description-block-warp .description-block .price-up{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}html[dir=rtl] .my-product .md-container .holder .description-block-warp .description-block .price-middle .msrb{margin-right:0;margin-left:.5208333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){html[dir=rtl] .my-product .md-container .holder .description-block-warp .description-block .price-middle .msrb{margin-right:0;margin-left:2.6666666667vw}}html[dir=rtl] .my-product .md-container .holder .description-block-warp .description-block .price-middle .cost{margin-right:0;margin-left:.5208333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){html[dir=rtl] .my-product .md-container .holder .description-block-warp .description-block .price-middle .cost{margin-right:0;margin-left:2.6666666667vw}}.buying-guide{font-size:1.1458333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.buying-guide{font-size:4.2666666667vw}}.buying-guide *{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:content-box}.buying-guide[data-current-step="0"] nav{opacity:0;pointer-events:none}.buying-guide nav{height:3.125vw;background:#1f94d2;padding:.6770833333vw 1.3541666667vw;box-sizing:border-box;opacity:1;-webkit-transition:opacity 125ms ease-in-out;transition:opacity 125ms ease-in-out}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.buying-guide nav{height:12vw;padding:2.6666666667vw 5.3333333333vw}}.buying-guide nav svg{display:block;height:1.71875vw;width:auto;margin:0;fill:#fff}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.buying-guide nav svg{height:6.6666666667vw;width:15.4666666667vw}}.buying-guide .intro{max-width:56.25vw;width:100%;background:#fff;box-sizing:border-box;padding:1.0416666667vw;margin:2.6041666667vw auto 0;position:relative;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.buying-guide .intro{max-width:128vw;padding:5.3333333333vw;margin:13.3333333333vw auto 0}}.buying-guide:not([data-current-step="0"]) .intro{opacity:0;pointer-events:none;position:absolute;max-width:none}.buying-guide .intro-logo{height:2.0833333333vw;width:5.2083333333vw;margin:0 auto;opacity:1;position:absolute;left:0;right:0;top:-2.6041666667vw;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.buying-guide .intro-logo{height:10.6666666667vw;width:26.6666666667vw;top:-13.3333333333vw}}.buying-guide .intro-logo svg{height:100%;width:100%;fill:#1f94d2}.buying-guide .trans-out .intro-logo,.buying-guide:not([data-current-step="0"]) .intro-logo{height:1.3020833333vw;width:3.0208333333vw;top:-vw(85);left:-vw(5);opacity:0}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.buying-guide .trans-out .intro-logo,.buying-guide:not([data-current-step="0"]) .intro-logo{height:6.6666666667vw;width:15.4666666667vw;top:-vwm(85);left:-vwm(5)}}.buying-guide .intro-asset{border-radius:.5208333333vw;overflow:visible;width:100%;height:25.2083333333vw;opacity:1;margin:0 auto;padding:1.8229166667vw;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-repeat:no-repeat;background-size:cover;background-position:50%;-webkit-transition:all 125ms ease-in-out;transition:all 125ms ease-in-out}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.buying-guide .intro-asset{height:129.0666666667vw;padding:9.3333333333vw 0;border-radius:2.6666666667vw}}.buying-guide .intro.trans-out .intro-asset{margin-top:1.8229166667vw;opacity:0}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.buying-guide .intro.trans-out .intro-asset{margin-top:9.3333333333vw}}.buying-guide .picker-nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-bottom:.0520833333vw solid #d6d6d6}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.buying-guide .picker-nav{border-bottom:.2666666667vw solid #d6d6d6}}.buying-guide[data-current-step="0"] .picker-nav{display:none}.buying-guide .nav-btn{padding:.78125vw 1.0416666667vw;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-decoration:none}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.buying-guide .nav-btn{padding:4vw 5.3333333333vw}}.buying-guide .arrow-icon{display:block;height:.2604166667vw;width:.2604166667vw;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);border-left:.1041666667vw solid #333;border-bottom:.1041666667vw solid #333;margin-right:.5208333333vw;-webkit-transition:all 125ms ease-in-out;transition:all 125ms ease-in-out}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.buying-guide .arrow-icon{height:1.3333333333vw;width:1.3333333333vw;border-left:.5333333333vw solid #333;border-bottom:.5333333333vw solid #333;margin-right:2.6666666667vw}}.buying-guide .btn:hover .arrow-icon{border-left:.1041666667vw solid #1f94d2;border-bottom:.1041666667vw solid #1f94d2}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.buying-guide .btn:hover .arrow-icon{border-left:.5333333333vw solid #1f94d2;border-bottom:.5333333333vw solid #1f94d2}}.buying-guide .step-card{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;max-width:56.25vw;margin:0 auto}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.buying-guide .step-card{max-width:128vw}}.buying-guide .step-card.active-step{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.buying-guide .step-card.active-step .option-card,.buying-guide .step-card.active-step .result-card{opacity:1;margin-top:0}.buying-guide .step-card.trans-out .option-card,.buying-guide .step-card.trans-out .result-card{opacity:0;margin-top:.5208333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.buying-guide .step-card.trans-out .option-card,.buying-guide .step-card.trans-out .result-card{margin-top:2.6666666667vw}}.buying-guide .step-card.trans-in .option-card,.buying-guide .step-card.trans-in .result-card{opacity:0;margin-top:.5208333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.buying-guide .step-card.trans-in .option-card,.buying-guide .step-card.trans-in .result-card{margin-top:2.6666666667vw}}.buying-guide .options-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:1.3020833333vw;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.buying-guide .options-container{padding:6.6666666667vw;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}}.buying-guide .option-card,.buying-guide .result-card{width:100%;padding:.5208333333vw .5208333333vw 1.8229166667vw;box-sizing:border-box;cursor:pointer;text-decoration:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-transition:opacity 125ms ease-in-out,margin 125ms ease-in-out;transition:opacity 125ms ease-in-out,margin 125ms ease-in-out;opacity:0;margin-top:.5208333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.buying-guide .option-card,.buying-guide .result-card{padding:2.6666666667vw 2.6666666667vw 9.3333333333vw;margin-top:2.6666666667vw}}.buying-guide .option-card{width:50%;padding:1.0416666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.buying-guide .option-card{width:100%;padding:2.6666666667vw 2.6666666667vw 9.3333333333vw}}.buying-guide .result-card{margin:.78125vw;width:calc(50% - 1.5625vw);padding:1.0416666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.buying-guide .result-card{width:100%;border:.2666666667vw solid #d6d6d6;border-radius:4vw;margin:2.6666666667vw 0}}.buying-guide .option-card:first-child{-webkit-transition-delay:50ms;transition-delay:50ms}.buying-guide .option-card:nth-child(2){-webkit-transition-delay:.1s;transition-delay:.1s}.buying-guide .option-card:nth-child(3){-webkit-transition-delay:.15s;transition-delay:.15s}.buying-guide .option-card:nth-child(4){-webkit-transition-delay:.2s;transition-delay:.2s}.buying-guide .option-card img,.buying-guide .result-card img{width:100%;border-radius:.5208333333vw;margin-bottom:.5208333333vw;border:.0520833333vw solid #d6d6d6}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.buying-guide .option-card img,.buying-guide .result-card img{border-radius:2.6666666667vw;margin-bottom:2.6666666667vw;border:.2666666667vw solid #d6d6d6}}.buying-guide .result-card img{margin-bottom:1.3020833333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.buying-guide .result-card img{margin-bottom:6.6666666667vw}}.buying-guide[data-current-step="0"] .nav-btn,.buying-guide[data-current-step="1"] .nav-btn{opacity:.5;pointer-events:none}.buying-guide h1,.buying-guide h2,.buying-guide h3,.buying-guide h4,.buying-guide h5{font-family:inherit;font-weight:600;color:#333;-webkit-transition:all 125ms ease-in-out;transition:all 125ms ease-in-out}.buying-guide a,.buying-guide li,.buying-guide p,.buying-guide span{font-family:inherit}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.buying-guide p{height:4.2666666667vw;line-height:1}}.buying-guide h1,.buying-guide h2{font-size:1.875vw;line-height:2.1875vw;text-align:center}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.buying-guide h1,.buying-guide h2{font-size:9.6vw;line-height:11.2vw}}.buying-guide h3{font-size:1.25vw;line-height:1.5625vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.buying-guide h3{font-size:6.4vw;line-height:8vw}}.buying-guide .btn{font-family:inherit;line-height:1;font-size:1.0416666667vw;font-weight:500;color:#333;cursor:pointer;-webkit-transition:all 125ms ease-in-out;transition:all 125ms ease-in-out}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.buying-guide .btn{font-size:3.7333333333vw}}.buying-guide .btn:hover{color:#1f94d2}.buying-guide .btn.reset-btn{color:#1f94d2;text-decoration:none}.buying-guide .btn.reset-btn:hover{color:#858585}.buying-guide .btn.rounded-btn{padding:.625vw 1.4583333333vw;margin:0 auto;border-radius:1.3020833333vw;line-height:1;background:#fff;color:#1f94d2;text-align:center;height:auto}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.buying-guide .btn.rounded-btn{border-radius:6.6666666667vw;padding:3.2vw 7.4666666667vw}}.buying-guide .btn.rounded-btn:hover{background:#1f94d2;color:#fff}.buying-guide .intro h1{max-width:21.875vw;margin:1.3020833333vw auto;color:#fff}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.buying-guide .intro h1{max-width:112vw;margin:6.6666666667vw auto}}.buying-guide .step-card h2{max-width:50%;padding:2.6041666667vw 0;margin:0 auto;opacity:1;-webkit-transition:opacity 125ms ease-in-out,margin 125ms ease-in-out;transition:opacity 125ms ease-in-out,margin 125ms ease-in-out}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.buying-guide .step-card h2{padding:9.3333333333vw 5.3333333333vw;max-width:100%}}.buying-guide .trans-in.step-card h2,.buying-guide .trans-out.step-card h2{opacity:0;margin-top:.2604166667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.buying-guide .trans-in.step-card h2,.buying-guide .trans-out.step-card h2{margin-top:1.3333333333vw}}.buying-guide .option-card h3{margin:0 0 .5208333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.buying-guide .option-card h3{margin:0 0 2.6666666667vw}}.buying-guide .option-card:hover h3{color:#1f94d2}.buying-guide .result-card{text-decoration:none;cursor:auto!important}.buying-guide .result-card ul{list-style:disc;padding-left:1.0416666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.buying-guide .result-card ul{padding-left:5.3333333333vw}}.buying-guide .result-card li{line-height:1.75}.buying-guide .result-card li:before{content:".";content:"•";color:#1f94d2;font-weight:700;display:inline-block;margin-left:-1.3020833333vw;position:relative;top:.0520833333vw;width:.78125vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.buying-guide .result-card li:before{margin-left:-4.9333333333vw;width:4vw}}.buying-guide .result-card h5{font-weight:400;margin:.5208333333vw 0 1.0416666667vw;font-size:1.1458333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.buying-guide .result-card h5{font-size:4.2666666667vw;margin:2.6666666667vw 0 5.3333333333vw}}.buying-guide .option-card.result-card:hover h3{color:#333}.buying-guide .learn-btn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:10.4166666667vw;height:1.3020833333vw;background:#1f94d2;padding:.5208333333vw 0;margin:1.5625vw auto 0;border-radius:1.5625vw;color:#fff;text-decoration:none}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.buying-guide .learn-btn{width:53.3333333333vw;height:6.6666666667vw;padding:2.6666666667vw 0;margin:8vw auto 0;border-radius:8vw}}.buying-guide .learn-btn:hover{color:#fff;opacity:.75}.buying-guide .btu-btn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;box-sizing:content-box;width:100%;max-width:16.9270833333vw;height:1.3020833333vw;background:#1f94d2;padding:.5208333333vw 0;margin:1.5625vw auto 0;border-radius:1.5625vw;line-height:inherit;color:#fff;text-decoration:none;position:fixed;bottom:0;left:0;right:0;border-bottom-right-radius:0;border-bottom-left-radius:0}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.buying-guide .btu-btn{max-width:86.6666666667vw;height:6.6666666667vw;padding:2.6666666667vw 0;margin:8vw auto 0;border-radius:8vw;border-bottom-right-radius:0;border-bottom-left-radius:0}}.buying-guide .btu-btn:hover{color:#fff;opacity:.75}.buying-guide .guide-overlay{position:fixed;height:100%;width:100%;padding:1.0416666667vw;box-sizing:border-box;background:rgba(51,51,51,.6);top:0;left:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;pointer-events:none;opacity:0;z-index:100}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.buying-guide .guide-overlay{padding:5.3333333333vw}}.buying-guide .guide-overlay.open-modal{pointer-events:all;opacity:1}.buying-guide .btu-modal{background:#fff;padding:1.0416666667vw;margin:0 auto;box-sizing:border-box;border-radius:.5208333333vw;max-width:31.25vw;width:-webkit-max-content;width:-moz-max-content;width:max-content;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.buying-guide .btu-modal{padding:5.3333333333vw;border-radius:2.6666666667vw;max-width:160vw}}.buying-guide .btu-modal img{width:100%;max-height:31.25vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.buying-guide .btu-modal img{max-width:80vw;max-height:none}}.buying-guide .x-btn{height:1.5625vw;width:1.5625vw;background:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);cursor:pointer}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.buying-guide .x-btn{height:8vw;width:8vw}}.buying-guide .x-btn span{display:block;height:.1041666667vw;background:#333;width:1.0416666667vw;position:relative}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.buying-guide .x-btn span{height:.5333333333vw;width:5.3333333333vw}}.buying-guide .x-btn span:last-child{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);top:-.1041666667vw;left:0}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.buying-guide .x-btn span:last-child{top:-.5333333333vw;left:0}}.buying-guide .buy-btn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:10.4166666667vw;background:#fff;padding:.5208333333vw 0;margin:1.5625vw auto 0;border-radius:1.5625vw;color:#1f94d2;text-decoration:none;height:1.3020833333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.buying-guide .buy-btn{width:53.3333333333vw;padding:2.6666666667vw 0;margin:8vw auto 0;border-radius:8vw;height:6.6666666667vw}}.buying-guide .buy-btn:hover{background:#1f94d2;color:#fff;opacity:.75}.buying-guide .buy-btn svg{height:1.3020833333vw;width:1.3020833333vw;margin-right:.5208333333vw;fill:#1f94d2}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.buying-guide .buy-btn svg{height:6.6666666667vw;width:6.6666666667vw;margin-right:2.6666666667vw}}.buying-guide .buy-btn:hover svg{fill:#fff}.buying-guide #btuTrigger{z-index:1}.buying-guide .recommend .option-card,.buying-guide .recommend .result-card{width:100%;padding:.5208333333vw .5208333333vw 1.8229166667vw;box-sizing:border-box;cursor:pointer;text-decoration:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-transition:opacity 125ms ease-in-out,margin 125ms ease-in-out;transition:opacity 125ms ease-in-out,margin 125ms ease-in-out;opacity:1;margin-top:.5208333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.buying-guide .recommend .option-card,.buying-guide .recommend .result-card{padding:2.6666666667vw 2.6666666667vw 9.3333333333vw;box-sizing:border-box;cursor:pointer;text-decoration:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-transition:opacity 125ms ease-in-out,margin 125ms ease-in-out;transition:opacity 125ms ease-in-out,margin 125ms ease-in-out;opacity:1;margin-top:2.6666666667vw}}.buying-guide .recommend .result-card{margin:.78125vw;width:25.2604166667vw;padding:1.0416666667vw;border:.0520833333vw solid #d6d6d6;border-radius:.78125vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.buying-guide .recommend .result-card{width:100%;border:.2666666667vw solid #d6d6d6;padding:2.6666666667vw 2.6666666667vw 9.3333333333vw;border-radius:4vw;margin:2.6666666667vw 0}}.buying-guide .recommend .result-card li{list-style-type:disc}.nav-space{height:13.5416666667vw;width:100%}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.nav-space{height:48vw}}.rich-text-main{max-width:54.1666666667vw;margin:0 auto;overflow:hidden}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.rich-text-main{width:100%;max-width:none;text-align:center;padding:0 4vw}}.rich-text-main.not-width-limited{max-width:none;padding:0 5.2083333333vw 2.0833333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.rich-text-main.not-width-limited{width:100%;text-align:center;padding:0 4vw 8vw}}.rich-text-main *{margin:0;padding:0;box-sizing:border-box;word-wrap:break-word}.md-container .rich-text .rich-text-main.not-width-limited{padding-left:0;padding-right:0}.width-20{width:20%}.width-40{width:40%}.width-60{width:60%}.width-80{width:80%}.relate-product{margin-bottom:2.0833333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.relate-product{margin-bottom:10.6666666667vw}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.relate-product .image-holder{padding:3.2vw 14.9333333333vw!important}}.cm__rte,.midea_rte{font-size:1.1458333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.cm__rte,.midea_rte{font-size:4.2666666667vw}}.cm__rte h3,.midea_rte h3{font-size:2.1875vw;font-weight:700;padding:.7em 0 .3em}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.cm__rte h3,.midea_rte h3{font-size:8.5333333333vw}}.cm__rte h4,.midea_rte h4{font-size:1.875vw;font-weight:700;padding:.7em 0 .3em}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.cm__rte h4,.midea_rte h4{font-size:6.9333333333vw}}.cm__rte h5,.midea_rte h5{font-size:1.5625vw;font-weight:700;padding:.7em 0 .3em}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.cm__rte h5,.midea_rte h5{font-size:5.8666666667vw}}.cm__rte h6,.midea_rte h6{font-size:1.25vw;font-weight:700;padding:.7em 0 .3em}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.cm__rte h6,.midea_rte h6{font-size:4.8vw}}.cm__rte p,.midea_rte p{font-size:inherit;font-weight:400;padding-bottom:1em;clear:both}.cm__rte a,.midea_rte a{color:#1f94d2;text-decoration:none}.cm__rte a:hover,.midea_rte a:hover{text-decoration:underline!important}.cm__rte ol,.midea_rte ol{counter-reset:counter-name;font-size:inherit;font-weight:400;padding-bottom:1em;text-align:left!important}.cm__rte ol li,.midea_rte ol li{list-style:none;font-size:inherit;padding-bottom:1em;position:relative;padding-left:2.5em}.cm__rte ol li:before,.midea_rte ol li:before{position:absolute;top:0;left:0;counter-increment:counter-name;content:counter(counter-name,decimal-leading-zero);font-size:1.2em;font-weight:700;color:#1f94d2}.cm__rte ul,.midea_rte ul{font-size:inherit;font-weight:400;padding-bottom:1em;text-align:left!important}.cm__rte ul li,.midea_rte ul li{list-style:none;font-size:inherit;padding-bottom:1em;position:relative;padding-left:1.875em}.cm__rte ul li:before,.midea_rte ul li:before{content:"";position:absolute;top:.55em;left:0;width:.4em;height:.4em;border-radius:50%;background-color:#1f94d2}.cm__rte img,.midea_rte img{display:block;max-width:100%;margin:0 auto;padding:1.0416666667vw 0}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.cm__rte img,.midea_rte img{padding:2.6666666667vw 0}}.cm__rte table,.midea_rte table{max-width:100%}.cm__rte table td,.midea_rte table td{border:1px solid #bbb;padding:.2604166667vw 2.6041666667vw .2604166667vw .2604166667vw;line-height:1.5}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.cm__rte table td,.midea_rte table td{padding:1.3333333333vw}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.page-title{font-size:5.3333333333vw;line-height:.1!important;padding:5.3333333333vw 0;margin-bottom:5.3333333333vw}}.liveChat{position:fixed;z-index:10;right:0;bottom:0;padding:.4166666667vw .4166666667vw .8333333333vw .8333333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.liveChat{padding:2.1333333333vw 2.1333333333vw 4.2666666667vw 4.2666666667vw}}.liveChat .liveChatImg{width:3.125vw;height:3.125vw;background-color:#1f94d2;border-radius:1.5625vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.liveChat .liveChatImg{width:16vw;height:16vw;border-radius:8vw}}.liveChat .liveChatImg svg{height:1.6666666667vw;width:1.6666666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.liveChat .liveChatImg svg{height:8.5333333333vw;width:8.5333333333vw}}.support-faq .md-container{margin:0 auto}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.support-faq .md-container{width:100%;padding:0 4vw}}.support-faq .md-container .list-item3 .list{-webkit-flex-basis:calc(33.3333% - 20px)!important;-ms-flex-preferred-size:calc(33.3333% - 20px)!important;flex-basis:calc(33.3333% - 20px)!important;max-width:calc(33.3333% - 20px)!important}.support-faq .md-container .listMain{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -.5208333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.support-faq .md-container .listMain{display:block}}.support-faq .md-container .listMain .list{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding:1.8229166667vw;margin:1.0416666667vw .5208333333vw 0;box-shadow:0 0 17px rgba(51,51,51,.08);background-color:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.support-faq .md-container .listMain .list{width:100%!important;max-width:100%!important;padding:5.3333333333vw 4vw;display:block;margin:5.3333333333vw 0 0}}.support-faq .md-container .listMain .list .small-size{font-size:1.6666666667vw!important;line-height:1.3}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.support-faq .md-container .listMain .list .small-size{font-size:5.3333333333vw!important;line-height:6.9333333333vw!important}}.support-faq .md-container .listMain .list .listLeft{margin:.5208333333vw 1.5625vw 0 0}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.support-faq .md-container .listMain .list .listLeft{margin:0 0 4vw}}.support-faq .md-container .listMain .list .listLeft img{width:3.3854166667vw;height:3.3854166667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.support-faq .md-container .listMain .list .listLeft img{width:17.3333333333vw;height:auto}}.support-faq .md-container .listMain .list .listRight{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;position:relative;word-wrap:break-word;min-width:calc(100% - 4.94792vw)}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.support-faq .md-container .listMain .list .listRight{min-width:unset}}.support-faq .md-container .listMain .list .listRight .text1{font-size:2.7083333333vw;font-weight:700;line-height:1.5;color:#333;margin-bottom:.5208333333vw;word-wrap:break-word}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.support-faq .md-container .listMain .list .listRight .text1{font-size:8vw;line-height:10.1333333333vw;margin-bottom:2.6666666667vw}}.support-faq .md-container .listMain .list .listRight .text2{font-size:1.1458333333vw;font-weight:300;line-height:1.4;margin:.5208333333vw 0 1.5625vw;display:block;color:#333}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.support-faq .md-container .listMain .list .listRight .text2{font-size:4.2666666667vw;line-height:6.4vw;line-height:1.5;margin:2.6666666667vw 0 8vw}}.support-faq .md-container .listMain .list .listRight .support-btn{position:absolute;left:0;bottom:0;padding:.8333333333vw 2.5vw;background-color:#1f94d2;color:#fff;border-radius:1.71875vw;font-size:1.1458333333vw;-webkit-transition:all .3s;transition:all .3s}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.support-faq .md-container .listMain .list .listRight .support-btn{padding:3.4666666667vw 12.8vw;border-radius:7.4666666667vw;font-size:4.2666666667vw}}.support-faq .md-container .listMain .list .listRight .support-btn:hover{color:#fff;background-color:#79bfe4}.support-faq .md-container .listMain .list .listRight .phone-list-main{margin-top:.78125vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.support-faq .md-container .listMain .list .listRight .phone-list-main{margin-top:4vw}}.support-faq .md-container .listMain .list .listRight .phone-list-main .phone-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.support-faq .md-container .listMain .list .listRight .phone-list-main .phone-list .logo-img{width:.8854166667vw;margin-right:1.1458333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.support-faq .md-container .listMain .list .listRight .phone-list-main .phone-list .logo-img{width:4.5333333333vw;margin-top:1.0666666667vw;margin-right:5.8666666667vw}}.support-faq .md-container .listMain .list .listRight .phone-list-main .phone-list .logo-img img{width:100%}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.support-faq .md-container .listMain .list .listRight .phone-list-main .phone-list .logo-img img{width:3.7333333333vw;top:-1.0666666667vw}}.support-faq .md-container .listMain .list .listRight .phone-list-main .phone-list .content{display:block;margin-bottom:.625vw;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.support-faq .md-container .listMain .list .listRight .phone-list-main .phone-list .content a[href=""]{cursor:default}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.support-faq .md-container .listMain .list .listRight .phone-list-main .phone-list .content{margin-bottom:3.2vw}}.support-faq .md-container .listMain .list .listRight .phone-list-main .phone-list .phone{font-size:1.1458333333vw;font-weight:700;line-height:1.5;color:#333;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;word-break:break-all}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.support-faq .md-container .listMain .list .listRight .phone-list-main .phone-list .phone{font-size:3.7333333333vw}}.support-faq .md-container .listMain .list .listRight .phone-list-main .phone-list .phone:hover{-webkit-text-decoration-line:underline;-moz-text-decoration-line:underline;text-decoration-line:underline}.support-faq .md-container .listMain .list .listRight .phone-list-main .phone-list .address{font-size:1.1458333333vw;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-weight:300;line-height:1.5;color:#333}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.support-faq .md-container .listMain .list .listRight .phone-list-main .phone-list .address{font-size:3.7333333333vw}}.support-faq .md-container .listMain .list .listRight .phone-list-main .phone-list .desc{font-size:1.1458333333vw;width:auto;font-weight:300}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.support-faq .md-container .listMain .list .listRight .phone-list-main .phone-list .desc{font-size:3.7333333333vw;width:auto}}.support-faq .md-container .listMain .list .listRight .country{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:1.1458333333vw;color:#333;font-weight:400;line-height:1.5;margin-bottom:.625vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.support-faq .md-container .listMain .list .listRight .country{font-size:4.2666666667vw;margin-bottom:3.2vw}}.support-faq .md-container .listMain .list .listRight .country img{width:1.5625vw;height:auto;margin-right:.78125vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.support-faq .md-container .listMain .list .listRight .country img{width:5.6vw;height:3.7333333333vw;margin-right:4vw}}.support-faq .md-container .listMain .list .has-btn{padding-bottom:3.90625vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.support-faq .md-container .listMain .list .has-btn{padding-bottom:20vw}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.support-faq .md-container .listMain .list:only-child .listRight{max-width:100%}}.container-medium{margin:2.6041666667vw auto 3.125vw;width:76.5625vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.container-medium{display:block;margin:13.3333333333vw 0;padding:0 4vw;width:100%}}.container-medium-left,.container-medium-right,.faq-info{display:inline-block;vertical-align:top}.container-medium-right,.faq-info{width:50vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.container-medium-right,.faq-info{width:100%}}.container-medium-right .my-product-Specifications-title,.faq-info .my-product-Specifications-title{margin-top:0!important}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.container-medium-right .my-product-Specifications-title,.faq-info .my-product-Specifications-title{margin-top:8vw!important}}.container-medium-nav{width:20.8333333333vw;margin-right:4.1666666667vw;display:inline-block;color:#333}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.container-medium-nav{width:100%}}.container-medium-nav .container-medium-nav-text-shadow{box-shadow:0 0 .8854166667vw #ebe9e9}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.container-medium-nav .container-medium-nav-text-shadow{box-shadow:0 0 4.5333333333vw #ebe9e9}}.container-medium-nav .container-medium-nav-text{background-color:#fff;margin-top:.5208333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.container-medium-nav .container-medium-nav-text{width:100%;margin-top:2.6666666667vw}}.container-medium-nav .container-medium-nav-text .built-in-dishwashers-links-tit{padding:1.5625vw 2.34375vw 1.3020833333vw 1.8229166667vw;font-weight:700;font-size:1.25vw;position:relative}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.container-medium-nav .container-medium-nav-text .built-in-dishwashers-links-tit{width:100%;font-size:4.8vw;padding:5.3333333333vw 9.3333333333vw 4vw 6.6666666667vw}}.container-medium-nav .container-medium-nav-text .built-in-dishwashers-links-tit:before{content:"";position:absolute;left:0;top:0;width:.2083333333vw;height:100%;background:transparent;-webkit-transition:background-color .3s;transition:background-color .3s}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.container-medium-nav .container-medium-nav-text .built-in-dishwashers-links-tit:before{width:1.0666666667vw}}.container-medium-nav .container-medium-nav-text .built-in-dishwashers-links-tit:after{content:"";position:absolute;right:1.5625vw;top:calc(50% - 4px);width:.46875vw;height:.46875vw;border-color:#1f94d2;border-style:solid;border-width:0 .1041666667vw .1041666667vw 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:top .3s,-webkit-transform .3s;transition:top .3s,-webkit-transform .3s;transition:transform .3s,top .3s;transition:transform .3s,top .3s,-webkit-transform .3s}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.container-medium-nav .container-medium-nav-text .built-in-dishwashers-links-tit:after{right:5.3333333333vw;top:calc(50% - 4px);width:2.4vw;height:2.4vw;border-width:0 .5333333333vw .5333333333vw 0}}.container-medium-nav .container-medium-nav-text .no-arrow .built-in-dishwashers-links-tit:after{display:none!important}.container-medium-nav .container-medium-nav-text .active:before{background:#1f94d2}.container-medium-nav .container-medium-nav-text .active:after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.container-medium-nav .container-medium-nav-text .built-in-dishwashers-links-tit1{font-size:1.0416666667vw;padding:.7291666667vw 2.34375vw .7291666667vw 1.8229166667vw;font-weight:400}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.container-medium-nav .container-medium-nav-text .built-in-dishwashers-links-tit1{padding:3.7333333333vw 9.3333333333vw 3.7333333333vw 6.6666666667vw!important;font-size:3.7333333333vw!important}}.container-medium-nav .container-medium-nav-text .built-in-dishwashers-links-tit1:before{width:0}.container-medium-nav .container-medium-nav-text .built-in-dishwashers-links-tit1:after{width:.3645833333vw;height:.3645833333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.container-medium-nav .container-medium-nav-text .built-in-dishwashers-links-tit1:after{width:1.8666666667vw;height:1.8666666667vw}}.container-medium-nav .container-medium-nav-text .current-page{font-weight:700}.container-medium-nav .container-medium-nav-text .built-in-dishwashers-links{font-size:1.0416666667vw;display:none}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.container-medium-nav .container-medium-nav-text .built-in-dishwashers-links{font-size:3.7333333333vw}}.container-medium-nav .container-medium-nav-text .built-in-dishwashers-links .built-in-dishwashers-links1{display:block}.container-medium-nav .container-medium-nav-text .built-in-dishwashers-links .built-in-dishwashers-links1 .content-padding{padding-left:1.8229166667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.container-medium-nav .container-medium-nav-text .built-in-dishwashers-links .built-in-dishwashers-links1 .content-padding{padding:3.7333333333vw 6.6666666667vw!important}}.container-medium-nav .container-medium-nav-text .built-in-dishwashers-links a{width:100%;display:inline-block;padding:.7291666667vw 1.0416666667vw .7291666667vw 2.8645833333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.container-medium-nav .container-medium-nav-text .built-in-dishwashers-links a{padding:3.7333333333vw 5.3333333333vw 3.7333333333vw 12vw}}.container-medium-nav .container-medium-nav-text .built-in-dishwashers-links .content-padding{padding-left:1.8229166667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.container-medium-nav .container-medium-nav-text .built-in-dishwashers-links .content-padding{padding:6.6666666667vw}}.container-medium-nav .container-medium-nav-text .accordion-title{cursor:pointer}.container-medium-content{width:57.8125vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.container-medium-content{width:100%;margin-top:13.3333333333vw}}.container-medium-content .container-medium-nav-text-shadow{box-shadow:0 0 .8854166667vw #ebe9e9}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.container-medium-content .container-medium-nav-text-shadow{box-shadow:0 0 4.5333333333vw #ebe9e9}}.container-medium-content .h3{margin:.5208333333vw 0 1.3020833333vw;color:#333;font-size:1.875vw;line-height:2.3958333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.container-medium-content .h3{width:100%;margin-bottom:6.6666666667vw;font-size:5.3333333333vw;line-height:6.9333333333vw}}.container-medium-content .container-medium-nav-text{background-color:#fff;margin-top:.5208333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.container-medium-content .container-medium-nav-text{width:100%;margin-top:2.6666666667vw}}.container-medium-content .container-medium-nav-text .built-in-dishwashers-links-tit{padding:2.34375vw;font-weight:700;font-size:1.4583333333vw;position:relative;color:#333}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.container-medium-content .container-medium-nav-text .built-in-dishwashers-links-tit{width:100%;font-size:4.8vw;padding:5.3333333333vw 9.3333333333vw 5.3333333333vw 6.6666666667vw}}.container-medium-content .container-medium-nav-text .built-in-dishwashers-links-tit:before{content:"";position:absolute;left:0;top:0;width:.2083333333vw;height:100%;background:transparent;-webkit-transition:background-color .3s;transition:background-color .3s}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.container-medium-content .container-medium-nav-text .built-in-dishwashers-links-tit:before{width:1.0666666667vw}}.container-medium-content .container-medium-nav-text .built-in-dishwashers-links-tit:after{content:"";position:absolute;right:2.0833333333vw;top:50%;margin-top:-.234375vw;width:.46875vw;height:.46875vw;border-color:#1f94d2;border-style:solid;border-width:0 .1041666667vw .1041666667vw 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:top .3s,-webkit-transform .3s;transition:top .3s,-webkit-transform .3s;transition:transform .3s,top .3s;transition:transform .3s,top .3s,-webkit-transform .3s}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.container-medium-content .container-medium-nav-text .built-in-dishwashers-links-tit:after{right:5.3333333333vw;top:calc(50% - 4px);width:2.4vw;height:2.4vw;border-width:0 .5333333333vw .5333333333vw 0}}.container-medium-content .container-medium-nav-text .active:after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.container-medium-content .container-medium-nav-text .built-in-dishwashers-links{font-size:1.1458333333vw;color:#333;line-height:1.5;padding:0 2.34375vw 2.6041666667vw;display:none}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.container-medium-content .container-medium-nav-text .built-in-dishwashers-links{font-size:4.2666666667vw;padding:0 5.3333333333vw 10.6666666667vw 6.6666666667vw}}.container-medium-content .container-medium-nav-text .built-in-dishwashers-links .built-in-dishwashers-links1{display:block}.container-medium-content .container-medium-nav-text .built-in-dishwashers-links a{padding:.7291666667vw 0;width:100%;display:inline-block}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.container-medium-content .container-medium-nav-text .built-in-dishwashers-links a{padding:3.7333333333vw 5.3333333333vw 3.7333333333vw 12vw}}.container-medium-content .container-medium-nav-text .built-in-dishwashers-links p a{color:#1f94d2;text-decoration:underline;padding:.7291666667vw 0;width:auto}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.container-medium-content .container-medium-nav-text .built-in-dishwashers-links p a{padding:3.7333333333vw 0;width:auto}}.container-medium-content .container-medium-nav-text .built-in-dishwashers-links img,.container-medium-content .container-medium-nav-text .built-in-dishwashers-links video{max-width:100%;margin:10px auto;display:block}.container-medium-content .container-medium-nav-text .accordion-title{cursor:pointer}.faq-info .title{text-align:center;position:relative;height:4.4791666667vw;line-height:4.4791666667vw;font-size:1.875vw;font-weight:700;margin-bottom:2.6041666667vw;color:#858585}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.faq-info .title{height:17.6vw;line-height:17.6vw;font-size:5.3333333333vw;margin-bottom:5.3333333333vw;margin-top:16vw}}.faq-info .title svg{width:4.2708333333vw;height:4.6354166667vw;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.faq-info .title svg{width:14.9333333333vw;height:16vw}}.faq-info .rich-text-main{padding-bottom:0!important}.faq-info .text{padding:0 1.8229166667vw;margin-bottom:1.6666666667vw;font-size:1.1458333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.faq-info .text{padding:0 9.3333333333vw;margin-bottom:6.1333333333vw;font-size:4.2666666667vw}}.faq-info .faq-logo{display:block;margin:1.0416666667vw auto;width:18.4895833333vw;height:7.3958333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.faq-info .faq-logo{width:76vw;height:30.4vw;margin:5.3333333333vw auto}}.about-tap .md-container{margin:0 auto;font-size:1.1458333333vw;font-weight:400;line-height:1.25vw;color:#333;padding:0 5.2083333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.about-tap .md-container{width:auto;padding:0 4vw;font-size:4.2666666667vw;line-height:6.4vw}}.about-tap .md-container .about-tap-main{position:relative;min-height:25vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.about-tap .md-container .about-tap-main{min-height:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.about-tap .md-container .about-tap-main .about-tap-left{width:62.5vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.about-tap .md-container .about-tap-main .about-tap-left{width:auto}}.about-tap .md-container .about-tap-main .about-tap-left .text-info{line-height:1.5;width:40.625vw;margin-bottom:6.09375vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.about-tap .md-container .about-tap-main .about-tap-left .text-info{width:auto;margin-bottom:10.6666666667vw}}.about-tap .md-container .about-tap-main .about-tap-left .text-info p{font-weight:400;margin-bottom:1.0416666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.about-tap .md-container .about-tap-main .about-tap-left .text-info p{margin-bottom:5.3333333333vw}}.about-tap .md-container .about-tap-main .about-tap-left .text-info a{color:#1f94d2;text-decoration:underline}.about-tap .md-container .about-tap-main .about-tap-left .num-list-main{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:2.8645833333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.about-tap .md-container .about-tap-main .about-tap-left .num-list-main{display:block;text-align:center}}.about-tap .md-container .about-tap-main .about-tap-left .num-list-main .num-list{width:13.5416666667vw;margin-right:.78125vw;line-height:1.5}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.about-tap .md-container .about-tap-main .about-tap-left .num-list-main .num-list{width:auto;margin-bottom:5.3333333333vw}}.about-tap .md-container .about-tap-main .about-tap-left .num-list-main .num-list .num{font-size:2.2916666667vw;line-height:1.2;font-weight:700;color:#1f94d2;position:relative}.about-tap .md-container .about-tap-main .about-tap-left .num-list-main .num-list .num sup{top:0;position:absolute;font-size:.45em;padding-top:.18em;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;vertical-align:initial;line-height:inherit;margin:0}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.about-tap .md-container .about-tap-main .about-tap-left .num-list-main .num-list .num{font-size:11.7333333333vw}}.about-tap .md-container .about-tap-main .about-tap-right{width:46.875vw;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);z-index:29;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:absolute;right:0;top:0;height:100%}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.about-tap .md-container .about-tap-main .about-tap-right{width:100%;position:relative;left:0;right:0;top:0;margin-top:8vw}}.about-tap .md-container .about-tap-main .about-tap-right img{width:100%}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.about-tap .md-container .about-tap-main .about-tap-right img{margin-top:0;width:100%;height:auto}}.about-list-tap{position:relative;z-index:18;width:100%}.about-list-tap .md-container{margin:0 auto;font-size:1.1458333333vw;font-weight:400;line-height:1.25vw;color:#333;padding:0 5.2083333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.about-list-tap .md-container{width:auto;padding:0 4vw;font-size:4.2666666667vw;line-height:6.4vw}}.about-list-tap .md-container .text-first{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.about-list-tap .md-container .text-center{text-align:center}.about-list-tap .md-container .text-right{text-align:right}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.about-list-tap .md-container .text-right{text-align:center}}.about-list-tap .md-container .text-left{text-align:left}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.about-list-tap .md-container .text-left{text-align:center}}.about-list-tap .md-container .about-list{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.about-list-tap .md-container .about-list{display:block}}.about-list-tap .md-container .about-list.text-first .about-list-text{padding:0 5.2083333333vw 0 0}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.about-list-tap .md-container .about-list.text-first .about-list-text{padding:0}}.about-list-tap .md-container .about-list .about-list-text{width:50%;padding:0 0 0 5.2083333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.about-list-tap .md-container .about-list .about-list-text{width:auto;padding:0}}.about-list-tap .md-container .about-list .about-list-text .text1{font-size:2.0833333333vw;line-height:1.3;font-weight:700}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.about-list-tap .md-container .about-list .about-list-text .text1{font-size:5.3333333333vw;line-height:6.9333333333vw;margin-top:5.3333333333vw}}.about-list-tap .md-container .about-list .about-list-text .text2{font-size:1.0416666667vw;line-height:1.4;margin-top:1.0416666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.about-list-tap .md-container .about-list .about-list-text .text2{margin-top:2.6666666667vw;font-size:4.2666666667vw}}.about-list-tap .md-container .about-list .about-list-text .pre-text pre{white-space:pre-line;line-height:1.5;word-break:keep-all;word-wrap:break-word;font-family:inherit}.about-list-tap .md-container .about-list .about-list-text .about-btn{font-size:1.1458333333vw;padding:.8333333333vw 3.0208333333vw;border-radius:1.4583333333vw;background-color:#1f94d2;color:#fff;margin-top:2.0833333333vw;display:inline-block;z-index:19;-webkit-transition:all .3s;transition:all .3s}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.about-list-tap .md-container .about-list .about-list-text .about-btn{font-size:4.2666666667vw;line-height:5.6vw;padding:3.4666666667vw 10.4vw;border-radius:6.4vw;margin-top:9.6vw}}.about-list-tap .md-container .about-list .about-list-text .about-btn:hover,.about-list-tap .md-container .about-list .about-list-text .banner-btn:hover{background-color:#79bfe4}.about-list-tap .md-container .about-list .about-list-img{width:50%;overflow:hidden}.about-list-tap .md-container .about-list .about-list-img img{-webkit-transition:all .3s;transition:all .3s}@media screen and (min-width:1200px){.about-list-tap .md-container .about-list .about-list-img:hover img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}}.about-list-tap .md-container .about-list .about-list-img img{max-width:100%;width:100%;height:auto;display:block;margin:0 auto}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.about-list-tap .md-container .about-list .about-list-img{width:100%}}.about-bottom-tap .text-first .about-bottom-main{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.about-bottom-tap .text-center{text-align:center}.about-bottom-tap .text-right{text-align:right}.about-bottom-tap .md-container{margin:0 auto;font-size:1.1458333333vw;font-weight:400;line-height:1.25vw;color:#333;padding:0 5.2083333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.about-bottom-tap .md-container{width:auto;padding:0 4vw;font-size:4.2666666667vw;line-height:6.4vw}}.about-bottom-tap .md-container .about-bottom-main{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.about-bottom-tap .md-container .about-bottom-main{display:block;padding:0}}.about-bottom-tap .md-container .about-bottom-main .about-bottom-text{width:34.6875vw;line-height:1.5}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.about-bottom-tap .md-container .about-bottom-main .about-bottom-text{width:auto;text-align:center;padding:0 4vw}}.about-bottom-tap .md-container .about-bottom-main .about-bottom-text .text1{font-size:1.875vw;line-height:2.7604166667vw;font-weight:700}@media screen and (max-width:1600px){.about-bottom-tap .md-container .about-bottom-main .about-bottom-text .text1{font-size:30px;line-height:1.76}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.about-bottom-tap .md-container .about-bottom-main .about-bottom-text .text1{font-size:5.3333333333vw;line-height:6.9333333333vw}}.about-bottom-tap .md-container .about-bottom-main .about-bottom-text .text2{margin-top:1.5625vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.about-bottom-tap .md-container .about-bottom-main .about-bottom-text .text2{margin:2.6666666667vw 0 0}}.about-bottom-tap .md-container .about-bottom-main .about-bottom-img{width:45.15625vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.about-bottom-tap .md-container .about-bottom-main .about-bottom-img{width:auto;margin-bottom:16vw}}.about-bottom-tap .md-container .about-bottom-main .about-bottom-img img{width:5.7291666667vw;height:5.7291666667vw;margin:4.1666666667vw 4.1666666667vw 0;-webkit-transition:all .3s;transition:all .3s}@media screen and (min-width:1200px){.about-bottom-tap .md-container .about-bottom-main .about-bottom-img img:hover{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.about-bottom-tap .md-container .about-bottom-main .about-bottom-img img{width:24.6666666667vw;height:24.6666666667vw;margin:21.3333333333vw 10.6666666667vw 0}}.about-bottom-tap .md-container .about-bottom-main .about-bottom-img img:first-child,.about-bottom-tap .md-container .about-bottom-main .about-bottom-img img:nth-child(2),.about-bottom-tap .md-container .about-bottom-main .about-bottom-img img:nth-child(3){margin-top:0}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.about-bottom-tap .md-container .about-bottom-main .about-bottom-img img:nth-child(3){margin:21.3333333333vw 10.6666666667vw 0}}.container-compare-pro{width:100%;padding:0 .78125vw 1.0416666667vw;margin:0 auto}.container-compare-pro .hide-page{opacity:0;position:absolute}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.container-compare-pro{max-width:133.3333333333vw;overflow:hidden;width:100%;padding:0 0 5.3333333333vw}.container-compare-pro .container-compare-pro-main{position:relative}.container-compare-pro .table-holder{position:relative;left:0;top:0;background-color:#fff}.container-compare-pro .table-holder td{opacity:0}.container-compare-pro .hide-page{opacity:1;position:absolute;left:0;top:0;z-index:9;overflow-y:auto;width:100%;background:none}.container-compare-pro .hide-page th{opacity:0;z-index:-1!important}.container-compare-pro .hide-page td{background-color:#fff;opacity:1}.container-compare-pro .table-img{background-color:#fff}.container-compare-pro .table-holder th{position:relative;z-index:9}}.container-compare-pro .product{width:100%;box-shadow:0 0 15px rgba(0,0,0,.15);text-align:center;display:block;padding:.78125vw 1.0416666667vw 5.2083333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.container-compare-pro .product{padding:2.6666666667vw 1.0666666667vw 16vw}}.container-compare-pro .product .button{width:90%;position:absolute;left:0;right:0;margin:0 auto!important;bottom:1.0416666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.container-compare-pro .product .button{bottom:2.6666666667vw}}.container-compare-pro .product .energy-img{display:none}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.container-compare-pro .product a picture{line-height:normal}.container-compare-pro .product a .energy-img{display:inline-block;width:9.6vw;height:5.3333333333vw}}.container-compare-pro .table-check{width:1.4583333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.container-compare-pro .table-check{width:5.3333333333vw}}.container-compare-pro .table-holder{margin:0 -.78125vw 2.6041666667vw 0;font-size:1.1458333333vw;color:#333}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.container-compare-pro .table-holder{font-size:4.2666666667vw}}.container-compare-pro .first-th{opacity:1;position:relative;z-index:12;background-color:#fff;left:-3px}.container-compare-pro .table-holder .attribute th,.container-compare-pro .table-holder .images th{font-size:1.1458333333vw;padding:1.5625vw 0}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.container-compare-pro .table-holder .attribute th,.container-compare-pro .table-holder .images th{font-size:4.2666666667vw;padding:8vw 0;padding-left:4vw!important}}.container-compare-pro .table-holder .attribute th,.container-compare-pro .table-holder .images th{font-weight:700;color:#1f94d2;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.container-compare-pro .table-holder .attribute th,.container-compare-pro .table-holder .images th{padding:8vw 0}}.container-compare-pro .table-holder tr{border-color:#d6d6d6;border-style:dotted;border-width:1px 0;min-height:2.6041666667vw;position:relative}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.container-compare-pro .table-holder tr{min-height:16vw}}.container-compare-pro .table-holder th{display:table-cell;text-align:left;font-weight:300;font-size:1.1458333333vw;border:0;padding:.5208333333vw .5208333333vw .5208333333vw 0;width:17.1875vw;min-width:17.1875vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.container-compare-pro .table-holder th{width:30%;min-width:0;color:#333;line-height:3.7333333333vw;font-size:3.2vw;padding:2.6666666667vw 2.6666666667vw 2.6666666667vw 4vw;white-space:normal;background-color:#fff}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.container-compare-pro .attr-title{width:29.3333333333vw}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.container-compare-pro .table-title{width:34.6666666667vw}}.container-compare-pro .table-holder td{text-align:center;font-weight:700;line-height:1.25vw;padding:1.0416666667vw 1.3020833333vw;width:20.1302083333vw;font-size:1.1458333333vw;color:#333}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.container-compare-pro .table-holder td{max-width:106.6666666667vw;width:106.6666666667vw;min-width:115px;line-height:4.8vw;font-size:4vw;padding-top:5.3333333333vw}}.container-compare-pro .table-holder td:nth-child(2n){background:#f5f5f5}.container-compare-pro .attr-table{margin:.625vw 0 0}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.container-compare-pro .attr-table{width:106.6666666667vw;margin:0}}.container-compare-pro th{display:table-cell;vertical-align:inherit;position:relative;left:0}.container-compare-pro .money-energy{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-top:.5208333333vw}.container-compare-pro .money-energy .energy-img{display:block;width:3.8541666667vw;height:2.0833333333vw}.container-compare-pro .h6{font-size:1.0416666667vw;display:block;margin:.5208333333vw 0;text-align:left}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.container-compare-pro .h6{font-size:3.7333333333vw;margin:2.6666666667vw 0;text-align:center}}.container-compare-pro .h6-red{color:#333}.container-compare-pro .h6-money{margin:.5208333333vw 0;color:#333;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.container-compare-pro .h6-money{margin:2.6666666667vw 0;font-size:3.2vw;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}.container-compare-pro .h6-money span{margin-right:.5208333333vw;display:inline-block}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.container-compare-pro .h6-money span{margin-right:2.6666666667vw}}.container-compare-pro .h6-money span:last-child{margin:0!important}.container-compare-pro .image-holder-pro{text-align:center;margin:0 auto;height:6.25vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.container-compare-pro .image-holder-pro{height:16vw}}.container-compare-pro .product-fixed{position:relative}.container-compare-pro .product-close{position:absolute;z-index:7;top:-.625vw;right:-.625vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.container-compare-pro .product-close{top:-2.6666666667vw;right:-2.6666666667vw}}.container-compare-pro .product-close div{width:1.5625vw;height:1.5625vw;border-radius:50%;background-color:#1f94d2;font-size:1.25vw;color:#fff;text-align:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.container-compare-pro .product-close div{width:5.8666666667vw;height:5.8666666667vw;font-size:4.2666666667vw}}.container-compare-pro .list-hearder{max-height:6.25vw;width:auto;max-width:100%}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.container-compare-pro .list-hearder{max-width:100%;max-height:16vw}}.container-compare-pro .button{width:100%;font-size:1.0416666667vw;margin:1.5625vw 0 .5208333333vw;height:2.34375vw;line-height:2.34375vw;color:#fff;vertical-align:middle;text-decoration:none;white-space:nowrap;background:#1f94d2;cursor:pointer;font-weight:300;border-radius:1.5625vw;-webkit-transition:all .3;transition:all .3}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.container-compare-pro .button{font-size:3.2vw;border-radius:24vw;height:9.3333333333vw;line-height:9.3333333333vw;margin:2.6666666667vw 0 1.3333333333vw}}.container-compare-pro .button:hover{background-color:#79bfe4}.fiex-image{position:fixed;width:79.1666666667vw;top:4.6875vw;background-color:#fff;border-bottom:1px solid #d6d6d6;z-index:-1;width:100%;left:0;-webkit-transform:perspective(500px);transform:perspective(500px);opacity:0;padding-bottom:.78125vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.fiex-image{display:none;top:13.3333333333vw;padding:2.6666666667vw 0}}.fiex-image .fiex-image-div{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:unset;-webkit-align-items:unset;-ms-flex-align:unset;align-items:unset;margin:1.5625vw auto 0 1.4583333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.fiex-image .fiex-image-div{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-left:0}}.fiex-image .flex-button{width:80%;margin:0 auto}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.fiex-image .flex-button{width:90%;margin:0 auto}}.fiex-image .flex-title{font-size:1.0416666667vw;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;margin-bottom:1.0416666667vw;text-align:left;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.fiex-image .flex-title{font-size:3.2vw;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}.fiex-image .flex-title span{margin-right:.5208333333vw;display:inline-block}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.fiex-image .flex-title span{margin-right:2.6666666667vw}}.fiex-image .product-div{display:inline-block;width:17.5520833333vw;margin:0 1.25vw;vertical-align:bottom;position:relative}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.fiex-image .product-div{width:30.9333333333vw}}.fiex-image .product-div .product-close{position:absolute;z-index:9;top:-.78125vw;right:-.78125vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.fiex-image .product-div .product-close{top:-2.6666666667vw;right:-2.6666666667vw}}.fiex-image .product-div .product-close div{width:1.5625vw;height:1.5625vw;border-radius:.78125vw;background-color:#1f94d2;font-size:1.25vw;color:#fff;text-align:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.fiex-image .product-div .product-close div{width:5.8666666667vw;height:5.8666666667vw;font-size:4.2666666667vw}}.fiex-image .product-div .product .pdCss{padding-bottom:5.2083333333vw}.fiex-image .product-div .product>div{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:1.3020833333vw}.fiex-image .product-div .product,.fiex-image .product-div .product>div{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.fiex-image .product-div .product{width:100%;height:100%;padding:.78125vw .5208333333vw 1.5625vw;box-shadow:0 0 15px rgba(0,0,0,.15);text-align:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.fiex-image .product-div .product{padding:2.6666666667vw 1.0666666667vw}}.fiex-image .product-div .product .fix-left-img{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.fiex-image .product-div .product img{max-width:100%;max-height:4.6875vw;margin-bottom:1.0416666667vw}.fiex-image .product-div .product .energy-img{width:2.8125vw;height:1.5625vw;margin-bottom:.5208333333vw}.fiex-image .product-div .product .button{width:90%;position:absolute;left:0;right:0;margin:0 auto!important;bottom:1.0416666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.fiex-image .product-div .product .button{bottom:2.6666666667vw}}.fiex-image .h6{font-size:1.0416666667vw;margin:.2083333333vw 0}.fiex-image .h6-money{margin:.5208333333vw 0;color:#333}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.fiex-image .h6-money{margin:2.6666666667vw 0;font-size:3.2vw}}.fiex-image .image-holder-pro{text-align:center;margin:0 auto}.fiex-image .button{width:100%;font-size:1.0416666667vw;margin:1.5625vw 0 .5208333333vw;height:2.34375vw;line-height:2.34375vw;color:#fff;vertical-align:middle;text-decoration:none;white-space:nowrap;background:#1f94d2;cursor:pointer;font-weight:300;border-radius:1.5625vw;-webkit-transition:all .3;transition:all .3}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.fiex-image .button{font-size:3.2vw;border-radius:24vw;height:9.3333333333vw;line-height:9.3333333333vw;margin:2.6666666667vw 0 1.3333333333vw}}.fiex-image .button:hover{background-color:#79bfe4}.page-space{width:100%;height:12.5vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.page-space{height:45.3333333333vw}}.banner-space{margin-bottom:3.125vw!important}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.banner-space{margin-bottom:16vw!important}}.left-right-space{padding:0 5.2083333333vw;margin:0 auto}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.left-right-space{width:100%;padding:0 4vw}}.left-right-space .content-left .text-mark,.left-right-space .content-right .text-mark{padding:0 6.5104166667vw}.support-banner-left-right{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 5.2083333333vw;margin:0 auto}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.support-banner-left-right{display:block;padding:0 4vw}}.support-banner-left-right .video-banner:nth-child(2){margin-left:1.0416666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.support-banner-left-right .video-banner:nth-child(2){margin-left:0}}.support-banner-left-right .content-left .text-mark,.support-banner-left-right .content-right .text-mark{padding:0 2.6041666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.support-banner-left-right .support-banner:first-child{margin-bottom:8vw}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.support-banner-left-right .support-banner:last-child{padding-bottom:0}}.support-banner-left-right .support-banner{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.support-banner-left-right .support-banner{width:100%}}.support-banner-left-right .support-banner:nth-child(2){margin-left:1.0416666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.support-banner-left-right .support-banner:nth-child(2){margin-left:0}}.support-banner-left-right .support-banner .textInfo-bg{width:100%!important}.support-banner-left-right .support-banner .textInfo{word-wrap:break-word}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.support-banner-left-right .support-banner .textInfo{padding:0 4vw}}.support-banner-left-right .support-banner .black-mark .text-mark,.support-banner-left-right .support-banner .white-mark .text-mark{width:31.25vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.support-banner-left-right .support-banner .black-mark .text-mark,.support-banner-left-right .support-banner .white-mark .text-mark{width:90%!important;margin:auto}}.support-banner-left-right .support-banner .black-mark .text-mark .textInfo,.support-banner-left-right .support-banner .white-mark .text-mark .textInfo{width:auto!important}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.support-banner-left-right .white-mark .banner-title{background-color:hsla(0,0%,100%,.7)!important}.support-banner-left-right .support-banner .white-mark.white .banner-subtitle{color:#333}}.md-container .support-banner-left-right{padding:0!important}.feature-banner{font-family:inherit}.feature-banner .content-center .textInfo-bg{-webkit-box-pack:center!important;-webkit-justify-content:center!important;-ms-flex-pack:center!important;justify-content:center!important}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.feature-banner .mobile-img-top .textInfo-bg{position:relative!important;padding-top:8vw!important}.feature-banner .mobile-img-bottom .textInfo-bg{position:relative!important;padding-bottom:8vw!important}}.feature-banner .mask-bg{position:relative}.feature-banner .mask-bg .mask{position:absolute;z-index:5;width:100%;height:100%;left:0;top:0;background-color:rgba(51,51,51,.6)}.feature-banner .content-right .textInfo-bg{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.feature-banner .content-right .textInfo-bg{-webkit-box-pack:center!important;-webkit-justify-content:center!important;-ms-flex-pack:center!important;justify-content:center!important}}.feature-banner .text-center .textInfo-bg{text-align:center}.feature-banner .text-right .textInfo-bg{text-align:right}.feature-banner .white-title1 .banner-title{color:#fff}.feature-banner .black-title1 .banner-title{color:#333}.feature-banner .blue-title1 .banner-title{color:#79bfe4}.feature-banner .white-title2 .banner-subtitle{color:#fff}.feature-banner .black-title2 .banner-subtitle{color:#333}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.feature-banner .mobile-img-bottom .banner-subtitle,.feature-banner .mobile-img-bottom .banner-title,.feature-banner .mobile-img-top .banner-subtitle,.feature-banner .mobile-img-top .banner-title{color:#333}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.feature-banner .mobile-img-top{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.feature-banner .mobile-img-top .textInfo-bg{position:relative;padding:8vw 0}.feature-banner .mobile-img-bottom{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.feature-banner .mobile-img-bottom .textInfo-bg{position:relative;padding:8vw 0}.feature-banner .mobile-img-center-black .textInfo-bg{background-color:rgba(51,51,51,.6)}.feature-banner .mobile-img-center-white .textInfo-bg{background-color:hsla(0,0%,100%,.7)}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.feature-banner-v2 .bg .textInfo-bg .textInfo{width:84vw!important}}.feature-banner-v2{overflow:hidden}.feature-banner-v2 img{-webkit-transition:all .3s;transition:all .3s}@media screen and (min-width:1200px){.feature-banner-v2:hover img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.feature-banner-v2 .mask-bg .mask{display:none!important}}.support-banner{font-family:inherit}.support-banner .content-center .textInfo-bg{-webkit-box-pack:center!important;-webkit-justify-content:center!important;-ms-flex-pack:center!important;justify-content:center!important}.support-banner .content-right .textInfo-bg{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.support-banner .content-right .textInfo-bg{-webkit-box-pack:center!important;-webkit-justify-content:center!important;-ms-flex-pack:center!important;justify-content:center!important}}.support-banner .text-center .textInfo-bg{text-align:center}.support-banner .text-right .textInfo-bg{text-align:right}.support-banner .white{color:#fff}.support-banner .black{color:#333}.support-banner .white-mark .text-mark{background-color:hsla(0,0%,100%,.7);z-index:9;padding:2.0833333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.support-banner .white-mark .text-mark{padding:5.3333333333vw}.support-banner .white-mark .text-mark .banner-title{background-color:hsla(0,0%,100%,.7)}}.support-banner .black-mark .text-mark{background-color:rgba(51,51,51,.6);z-index:9;padding:2.0833333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.support-banner .black-mark .text-mark{padding:5.3333333333vw}.support-banner .black-mark .text-mark .banner-title{background-color:rgba(51,51,51,.6)}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.support-banner .black-mark,.support-banner .white-mark{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.support-banner .black-mark .textInfo-bg,.support-banner .white-mark .textInfo-bg{display:block!important;position:relative!important;width:92vw!important;margin-bottom:10.6666666667vw;z-index:16}.support-banner .black-mark .textInfo-bg .text-mark,.support-banner .white-mark .textInfo-bg .text-mark{padding:0!important}.support-banner .black-mark .textInfo-bg .textInfo,.support-banner .white-mark .textInfo-bg .textInfo{top:0!important;width:100%!important}.support-banner .black-mark .textInfo-bg .banner-title,.support-banner .white-mark .textInfo-bg .banner-title{position:absolute;width:100%;left:50%;-webkit-transform:translate(-50%,-100%);-ms-transform:translate(-50%,-100%);transform:translate(-50%,-100%);margin-bottom:0!important;top:1px}.support-banner .black-mark .textInfo-bg .banner-subtitle,.support-banner .white-mark .textInfo-bg .banner-subtitle{margin-top:0!important;margin-bottom:0!important}.support-banner .black-mark .textInfo-bg .banner-subtitle,.support-banner .black-mark .textInfo-bg .banner-title,.support-banner .white-mark .textInfo-bg .banner-subtitle,.support-banner .white-mark .textInfo-bg .banner-title{padding:5.3333333333vw}.support-banner .black-mark .textInfo-bg .banner-btn,.support-banner .white-mark .textInfo-bg .banner-btn{margin-bottom:8vw}}.support-banner .mask-bg .mask{position:absolute;z-index:5;width:100%;height:100%;left:0;top:0;background-color:rgba(51,51,51,.6)}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.support-banner .white-mark.white .banner-subtitle{color:#333}}.feature-banner .bg,.support-banner .bg{position:relative;overflow:hidden}.feature-banner .bg .banner-img,.support-banner .bg .banner-img{height:auto;width:100%}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.feature-banner .bg.text-top .textInfo-bg,.support-banner .bg.text-top .textInfo-bg{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;padding-top:16vw;padding-bottom:16vw}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.feature-banner .bg.text-bottom .textInfo-bg,.support-banner .bg.text-bottom .textInfo-bg{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;padding-top:16vw;padding-bottom:16vw}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.feature-banner .bg picture,.support-banner .bg picture{overflow:hidden}}.feature-banner .bg .textInfo-bg,.support-banner .bg .textInfo-bg{padding:0 5.2083333333vw;height:100%;left:0;right:0;top:0;margin:0 auto;position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:left;-webkit-justify-content:left;-ms-flex-pack:left;justify-content:left;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.feature-banner .bg .textInfo-bg,.support-banner .bg .textInfo-bg{width:100%;padding:0;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}}.feature-banner .bg .textInfo-bg .textInfo,.support-banner .bg .textInfo-bg .textInfo{position:relative;z-index:10;max-width:33.8541666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.feature-banner .bg .textInfo-bg .textInfo,.support-banner .bg .textInfo-bg .textInfo{width:92vw;max-width:none;top:0}}.feature-banner .bg .textInfo-bg .textInfo .banner-subtitle,.support-banner .bg .textInfo-bg .textInfo .banner-subtitle{margin-top:1.5625vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.feature-banner .bg .textInfo-bg .textInfo .banner-subtitle,.support-banner .bg .textInfo-bg .textInfo .banner-subtitle{margin-top:5.3333333333vw}}.feature-banner .bg .textInfo-bg .textInfo .banner-btn,.support-banner .bg .textInfo-bg .textInfo .banner-btn{font-size:1.1458333333vw;padding:.8333333333vw 3.0208333333vw;border-radius:1.5625vw;background-color:#1f94d2;color:#fff;display:inline-block;z-index:19;-webkit-transition:all .3s;transition:all .3s;margin-top:1.5625vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.feature-banner .bg .textInfo-bg .textInfo .banner-btn,.support-banner .bg .textInfo-bg .textInfo .banner-btn{font-size:4.2666666667vw;line-height:5.6vw;padding:3.4666666667vw 10.4vw;border-radius:6.4vw;margin-top:5.3333333333vw}}.feature-banner .bg .textInfo-bg .textInfo .banner-btn:hover,.support-banner .bg .textInfo-bg .textInfo .banner-btn:hover{background-color:#79bfe4}.video-banner{font-family:inherit;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;background-color:#333}.video-banner iframe{width:100%;height:47.3958333333vw;display:block}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.video-banner iframe{height:54.9333333333vw}}.video-banner video{width:100%;height:auto;max-width:100%}.video-banner .plyr__control--overlaid{background-color:transparent;border:1px solid #fff;width:4.1666666667vw;height:4.1666666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.video-banner .plyr__control--overlaid{width:10.6666666667vw;height:10.6666666667vw;position:absolute}}.video-banner .plyr__control--overlaid svg{left:50%;top:50%;width:.9375vw;height:.9375vw;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.video-banner .plyr__control--overlaid svg{width:2.4vw;height:2.4vw}}.video-banner .plyr--loading .plyr__progress__buffer{-webkit-animation:plyr-progress 1s linear infinite;animation:plyr-progress 1s linear infinite;background-image:-webkit-linear-gradient(135deg,rgba(35,41,47,.6) 25%,transparent 0,transparent 50%,rgba(35,41,47,.6) 0,rgba(35,41,47,.6) 75%,transparent 0,transparent);background-image:linear-gradient(-45deg,rgba(35,41,47,.6) 25%,transparent 0,transparent 50%,rgba(35,41,47,.6) 0,rgba(35,41,47,.6) 75%,transparent 0,transparent);background-repeat:repeat-x;background-size:1.3020833333vw 1.3020833333vw;color:transparent}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.video-banner .plyr--loading .plyr__progress__buffer{background-size:6.6666666667vw 6.6666666667vw}}.video-banner .content-center .text-main-bg{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.video-banner .content-right .text-main-bg{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.video-banner .text-center .text-main-bg{text-align:center}.video-banner .text-right .text-main-bg{text-align:right}.video-banner .white{color:#fff}.video-banner .black{color:#333}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.video-banner .video-banner-main .text-main-bg{position:static!important;margin-bottom:13.3333333333vw!important}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.video-banner .video-banner-main .text-main-bg .text-main{color:#333!important}}.video-banner .mask-bg .mask{position:absolute;z-index:5;width:100%;height:100%;left:0;top:0;background-color:rgba(51,51,51,.6)}.video-banner .video-banner-main{position:relative;overflow:hidden}.video-banner .video-banner-main .video-main video{height:auto;width:100.2%;position:relative;left:-.1%;display:block}.video-banner .video-banner-main .text-main-bg{width:31.7708333333vw;height:100%;left:5.2083333333vw;top:0;margin:0 auto;z-index:12;position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.video-banner .video-banner-main .text-main-bg{width:100%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}}.top-nav-space{height:10.4166666667vw;width:100%}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.top-nav-space{height:10.6666666667vw}}.page-title{line-height:4.4791666667vw;height:4.4791666667vw;padding-top:0;font-size:1.875vw;line-height:2.0833333333vw;font-weight:700;text-align:center;color:#858585;padding:1.0416666667vw 0;margin-bottom:2.1354166667vw;position:relative}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.page-title{font-size:5.3333333333vw;line-height:6.9333333333vw;padding:5.3333333333vw 0;margin-bottom:5.3333333333vw}}.page-title .titleBg{width:4.2708333333vw;height:4.6354166667vw;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.page-title .titleBg{width:14.9333333333vw;height:16vw}}.breadcrumbs{position:absolute;z-index:20;top:7.5520833333vw;left:0;right:0;color:#fff;padding:.78125vw;margin-left:auto;margin-right:auto;font-size:1.25vw;color:hsla(0,0%,100%,.8)}.breadcrumbs>span{margin-right:.5208333333vw;display:inline}.registration{margin-top:2.0833333333vw;margin-bottom:2.0833333333vw;position:relative;z-index:10}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.registration{margin-top:16vw;margin-bottom:16vw}}.registration .J-form-container{max-width:88.5416666667vw;padding:0}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.registration .J-form-container{height:auto!important}}.registration .text-section{margin-top:3.125vw;margin-bottom:3.125vw}.registration .holder{position:relative;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.registration .holder{display:block}}.registration .holder .about-registration{margin-right:8.8541666667vw;max-width:36.4583333333vw;width:100%;text-align:left}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.registration .holder .about-registration{max-width:100%;text-align:center}}.registration .holder .about-registration .h3,.registration .holder .about-registration h3{font-weight:700;font-size:1.875vw;line-height:2.3958333333vw;color:#333}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.registration .holder .about-registration .h3,.registration .holder .about-registration h3{font-size:5.3333333333vw;line-height:6.9333333333vw}}.registration .holder .about-registration .h5,.registration .holder .about-registration h5{font-size:1.25vw;line-height:1.5;color:#333}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.registration .holder .about-registration .h5,.registration .holder .about-registration h5{font-size:4.2666666667vw}}.registration .holder .about-registration li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:2.0833333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.registration .holder .about-registration li{display:block;margin-top:10.6666666667vw}}.registration .holder .about-registration li .icon{margin-right:1.0416666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.registration .holder .about-registration li .icon{max-width:14.6666666667vw;max-height:16vw;margin:0 auto 4vw}}.registration .holder .about-registration li .icon img,.registration .holder .about-registration li .icon picture,.registration .holder .about-registration li .icon source{width:3.6458333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.registration .holder .about-registration li .icon img,.registration .holder .about-registration li .icon picture,.registration .holder .about-registration li .icon source{width:14.6666666667vw}}.registration .holder .about-registration li p{margin:0;color:#333;font-size:1.1458333333vw;font-weight:400}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.registration .holder .about-registration li p{font-size:4.2666666667vw;line-height:6.4vw}}.registration .holder .icon-pro{display:inline-block;width:1.0416666667vw;height:1.0416666667vw;top:0;bottom:0;margin:auto 0;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PHBhdGggZmlsbD0iIzFmOTRkMiIgZD0iTTE4LjQzOCA1Ljc3MUgxLjU2M1YzLjkwM2EuNzguNzggMCAwMS43OC0uNzc4aC45Mzh2MS41NTdoMS41NjNWMy4xMjVoMTAuMzEydjEuNTU3aDEuNTYzVjMuMTI1aC45MzdjLjQzMSAwIC43ODIuMzUuNzgyLjc3OHptMCAxMS44OTVjMCAuNDMtLjM1MS43ODEtLjc4Mi43ODFIMi4zNDRhLjc4Mi43ODIgMCAwMS0uNzgxLS43ODFWNy4zNDRoMTYuODc1em0tLjc4Mi0xNi4xMDRoLS45MzdWMGgtMS41NjN2MS41NjNINC44NDRWMEgzLjI4djEuNTYzaC0uOTM3QTIuMzQ2IDIuMzQ2IDAgMDAwIDMuOTA1djEzLjc1QTIuMzQ2IDIuMzQ2IDAgMDAyLjM0NCAyMGgxNS4zMTJBMi4zNDYgMi4zNDYgMCAwMDIwIDE3LjY1NlYzLjkwNmEyLjM0NiAyLjM0NiAwIDAwLTIuMzQ0LTIuMzQ0eiIvPjxwYXRoIGZpbGw9IiMxZjk0ZDIiIGQ9Ik0yLjk3IDguOThoMS41NjN2MS41NjJIMi45N3pNNi4wOSA4Ljk4aDEuNTYydjEuNTYySDYuMDl6TTkuMjIgOC45OGgxLjU2M3YxLjU2Mkg5LjIyek0xMi4zNCA4Ljk4aDEuNTYydjEuNTYySDEyLjM0ek0xNS40NyA4Ljk4aDEuNTYzdjEuNTYySDE1LjQ3ek0yLjk3IDEyLjExaDEuNTYzdjEuNTYzSDIuOTd6TTYuMDkgMTIuMTFoMS41NjJ2MS41NjNINi4wOXpNOS4yMiAxMi4xMWgxLjU2M3YxLjU2M0g5LjIyek0xMi4zNCAxMi4xMWgxLjU2MnYxLjU2M0gxMi4zNHpNMi45NyAxNS4yM2gxLjU2M3YxLjU2MkgyLjk3ek02LjA5IDE1LjIzaDEuNTYydjEuNTYySDYuMDl6TTkuMjIgMTUuMjNoMS41NjN2MS41NjJIOS4yMnpNMTIuMzQgMTUuMjNoMS41NjJ2MS41NjJIMTIuMzR6TTE1LjQ3IDEyLjExaDEuNTYzdjEuNTYzSDE1LjQ3eiIvPjwvc3ZnPg==);background-repeat:no-repeat;background-position:50%;background-size:cover;position:absolute;right:1.0416666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.registration .holder .icon-pro{background-size:100% 100%;width:5.3333333333vw;height:5.3333333333vw;right:5.3333333333vw}}.registration .holder .form-registration{position:absolute;top:calc(226px - 100vh);right:0;height:-webkit-max-content;height:-moz-max-content;max-width:31.25vw;height:max-content;padding:2.8645833333vw 3.125vw 2.0833333333vw;box-shadow:0 0 .8854166667vw rgba(0,0,0,.08);background-color:#fff}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.registration .holder .form-registration{background-color:#fff;padding:6.6666666667vw;max-width:160vw;width:100%;margin:8vw auto;position:static;box-shadow:0 0 4.5333333333vw rgba(0,0,0,.08)}}.registration .holder .form-registration .bottom-text{font-size:.9375vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.registration .holder .form-registration .bottom-text{font-size:4.8vw}}.registration .holder .form-registration .submit-acceptance{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.registration .holder .form-registration .submit-acceptance .checkbox{position:relative;font-size:.625vw;font-weight:700;line-height:1.0416666667vw;margin:0 0 1.25vw .5208333333vw}.registration .holder .form-registration .submit-acceptance .checkbox:last-child{margin-bottom:0}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.registration .holder .form-registration .submit-acceptance .checkbox{font-size:3.2vw;line-height:5.3333333333vw;margin:0 0 4vw 2.6666666667vw}}.registration .holder .form-registration .submit-acceptance .checkbox input{opacity:0;position:absolute;z-index:-1}.registration .holder .form-registration .submit-acceptance .checkbox .label{cursor:pointer;position:absolute;width:1.25vw;height:1.25vw;top:0;left:0;border:1px solid #d6d6d6}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.registration .holder .form-registration .submit-acceptance .checkbox .label{width:6.4vw;height:6.4vw}}.registration .holder .form-registration .submit-acceptance .checkbox .label:after{opacity:0;content:"";position:absolute;width:.625vw;height:.3645833333vw;background:transparent;top:.2604166667vw;left:.2604166667vw;border:.15625vw solid #1f94d2;border-top:none;border-right:none;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.registration .holder .form-registration .submit-acceptance .checkbox .label:after{width:3.2vw;height:1.8666666667vw;top:1.3333333333vw;left:1.3333333333vw;border:.8vw solid #1f94d2;border-top:none;border-right:none}}.registration .holder .form-registration .submit-acceptance .checkbox input[type=checkbox]:checked+.label:after{opacity:1}.registration .holder .form-registration .submit-acceptance .checkbox .text{margin-left:2.34375vw;font-size:.7291666667vw;line-height:1.1458333333vw;font-weight:400}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.registration .holder .form-registration .submit-acceptance .checkbox .text{margin-left:12vw;font-size:3.7333333333vw;line-height:5.8666666667vw}}.registration .holder .form-registration .submit-acceptance .checkbox .text a{color:#1f94d2;text-decoration:underline}.registration .holder .form-registration .form-wrapper{display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.registration .holder .form-registration .form-wrapper{display:block}}.registration .holder .form-registration .form-wrapper .form-group{position:relative;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.registration .holder .form-registration .form-wrapper .form-group input{outline:none;-webkit-appearance:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}}.registration .holder .form-registration .form-wrapper .form-group:last-child{margin-left:1.0416666667vw}.registration .holder .form-registration .form-group label{font-size:.9375vw;font-weight:700;line-height:1.0416666667vw;color:#333;margin:0 0 .5208333333vw .5208333333vw!important}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.registration .holder .form-registration .form-group label{font-size:3.2vw;margin:0 0 1.3333333333vw 2.6666666667vw!important;display:inline-block;vertical-align:middle;line-height:1.5}}.registration .holder .form-registration .registration-input-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:.5208333333vw 0 1.25vw;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.registration .holder .form-registration .registration-input-list{margin:0 0 4vw;padding:1.3333333333vw 0}}.registration .holder .form-registration .registration-input-list .info{position:absolute;right:1.0416666667vw;width:1.1458333333vw;height:1.1458333333vw;top:0;bottom:0;margin:auto 0;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTkgLTUpIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0zMCAxNmMwIDUuNTIzLTQuNDc3IDEwLTEwIDEwcy0xMC00LjQ3Ny0xMC0xMFMxNC40NzcgNiAyMCA2YTEwIDEwIDAgMDExMCAxMGgwek0yMCAyMC43NXYtNiIgc3Ryb2tlPSIjMjA5OUQ0IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjxjaXJjbGUgZmlsbD0iIzIwOTlENCIgY3g9IjIwIiBjeT0iMTIiIHI9IjEiLz48L2c+PC9zdmc+);background-size:96% 96%;background-repeat:no-repeat}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.registration .holder .form-registration .registration-input-list .info{right:5.3333333333vw;width:5.8666666667vw;height:5.8666666667vw}}.registration .holder .form-registration .registration-input-list .info-detail{display:none;z-index:1;position:absolute;background-color:#fff;max-width:22.9166666667vw;width:90%;padding:.8333333333vw;line-height:1.3020833333vw;top:50%;right:2.8645833333vw;font-size:.8333333333vw;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);box-shadow:0 .15625vw .8333333333vw rgba(0,0,0,.47);word-wrap:break-word}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.registration .holder .form-registration .registration-input-list .info-detail{box-shadow:0 .8vw 4.2666666667vw rgba(0,0,0,.47);right:14.6666666667vw;max-width:117.3333333333vw;padding:4.2666666667vw;line-height:6.6666666667vw;font-size:4.2666666667vw}}.registration .holder .form-registration .registration-input-list .info-detail img{max-width:100%;height:auto}.registration .holder .form-registration span{color:#1f94d2}.registration .holder .form-registration input[type=email],.registration .holder .form-registration input[type=number],.registration .holder .form-registration input[type=password],.registration .holder .form-registration input[type=tel],.registration .holder .form-registration input[type=text]{cursor:auto;display:inline-block;border:1px solid #d6d6d6;padding:.2604166667vw 2.6041666667vw .2604166667vw 1.3020833333vw;line-height:1.5625vw;font-size:1.1458333333vw;width:100%;height:3.4375vw;vertical-align:middle;background:#fff;color:#333;outline:none;-webkit-appearance:none;border-radius:1.71875vw;-webkit-transition:border-color .3s,color .3s,background-color .3s;transition:border-color .3s,color .3s,background-color .3s}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.registration .holder .form-registration input[type=email],.registration .holder .form-registration input[type=number],.registration .holder .form-registration input[type=password],.registration .holder .form-registration input[type=tel],.registration .holder .form-registration input[type=text]{display:inline-block;border:1px solid #d6d6d6;line-height:8vw;padding:0 13.3333333333vw 0 5.3333333333vw;font-size:4.2666666667vw;width:100%;height:10.6666666667vw;vertical-align:middle;background:#fff;color:#333;outline:none;-webkit-appearance:none;border-radius:6.6666666667vw;-webkit-transition:border-color .3s,color .3s,background-color .3s}}.registration .holder .form-registration input:focus{outline:none;border:1px solid #1f94d2}.registration .holder .form-registration input:-moz-placeholder-shown{text-overflow:ellipsis}.registration .holder .form-registration input:-ms-input-placeholder{text-overflow:ellipsis}.registration .holder .form-registration input:placeholder-shown{text-overflow:ellipsis}.registration .holder .form-registration .jcf-unselectable{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.registration .holder .form-registration .jcf-unselectable span{display:block;width:100%;color:#d6d6d6}.registration .holder .form-registration .button:last-child,.registration .holder .form-registration button:last-child,.registration .holder .form-registration input[type=submit]:last-child{margin-bottom:0}.registration .holder .form-registration form .button,.registration .holder .form-registration form button,.registration .holder .form-registration form input[type=submit]{padding:1.0416666667vw 1.8229166667vw;margin-bottom:1.5625vw!important;border-radius:9.3333333333vw!important}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.registration .holder .form-registration form .button,.registration .holder .form-registration form button,.registration .holder .form-registration form input[type=submit]{height:13.3333333333vw;padding:3.4666666667vw 9.3333333333vw;border-radius:6.6666666667vw!important;font-size:4.2666666667vw;line-height:1;margin-bottom:8vw!important}}.registration .holder .form-registration .button,.registration .holder .form-registration button,.registration .holder .form-registration input[type=submit]{height:auto;display:inline-block;margin:0 0 1.25vw!important;border:1px solid transparent;line-height:1.2;font-size:1.1458333333vw;vertical-align:middle;text-decoration:none;white-space:nowrap;background:#1f94d2;cursor:pointer;-webkit-appearance:none;border-radius:23px;text-align:center;-webkit-transition:background-color .3s,color .3s;transition:background-color .3s,color .3s;font-family:inherit}.registration .holder .form-registration .button .text_Submit,.registration .holder .form-registration button .text_Submit,.registration .holder .form-registration input[type=submit] .text_Submit{color:#fff!important}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.registration .holder .form-registration .button,.registration .holder .form-registration button,.registration .holder .form-registration input[type=submit]{height:10.6666666667vw!important}}.registration .holder .form-registration .button:hover,.registration .holder .form-registration button:hover,.registration .holder .form-registration input[type=submit]:hover{color:#fff;background-color:#79bfe4}.registration .holder .form-registration .jcf-hidden{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute!important;margin:0!important;border-width:0!important}.registration .holder .form-registration .jcf-select{cursor:pointer;width:100%;display:inline-block;border:1px solid #d6d6d6;border-radius:1.71875vw;color:#d6d6d6;height:auto;padding:1.0416666667vw 1.8229166667vw;vertical-align:middle;position:relative;margin:.4166666667vw 0 1.0416666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.registration .holder .form-registration .jcf-select{padding:2.4vw 9.3333333333vw;border-radius:6.6666666667vw;margin:1.3333333333vw 0 4vw}}.registration .holder .form-registration .jcf-select.jcf-drop-active{border-color:#1f94d2;border-bottom-left-radius:0;border-bottom-right-radius:0}.registration .holder .form-registration .jcf-select.jcf-drop-active .jcf-select-opener{-webkit-transform:rotate(180deg) translateY(0);-ms-transform:rotate(180deg) translateY(0);transform:rotate(180deg) translateY(0)}.registration .holder .form-registration .jcf-select.jcf-drop-active.jcf-drop-flipped{border-radius:0 0 1.3020833333vw 1.3020833333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.registration .holder .form-registration .jcf-select.jcf-drop-active.jcf-drop-flipped{border-radius:0 0 6.6666666667vw 6.6666666667vw}}.registration .holder .form-registration .jcf-select .jcf-select-opener:before{display:none}.registration .holder .form-registration .jcf-select .jcf-select-text{cursor:pointer;font-size:1.1458333333vw;line-height:1.0416666667vw;margin:0;min-height:1.0416666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.registration .holder .form-registration .jcf-select .jcf-select-text{font-size:4.2666666667vw;line-height:5.3333333333vw;min-height:5.3333333333vw}}.registration .holder .form-registration .jcf-select .jcf-select-opener{width:0;height:0;border-color:#1f94d2 transparent transparent;border-style:solid;border-width:.3645833333vw .2604166667vw 0;background:transparent;top:50%;right:1.0416666667vw;-webkit-transform:translateY(-3.5px);-ms-transform:translateY(-3.5px);transform:translateY(-3.5px)}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.registration .holder .form-registration .jcf-select .jcf-select-opener{border-width:1.8666666667vw 1.3333333333vw 0;right:5.3333333333vw}}.registration .holder .form-registration .jcf-select-drop.jcf-drop-flipped{margin-top:.1041666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.registration .holder .form-registration .jcf-select-drop.jcf-drop-flipped{margin-top:.5333333333vw}}.registration .holder .form-registration .jcf-select-drop.jcf-drop-flipped .jcf-list:not(.jcf-scroll-active){overflow:hidden;border-radius:0;padding:1.0416666667vw 0 .5729166667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.registration .holder .form-registration .jcf-select-drop.jcf-drop-flipped .jcf-list:not(.jcf-scroll-active){padding:5.3333333333vw 0 2.9333333333vw}}.registration .holder .form-registration .jcf-list{padding-bottom:1.1458333333vw;background:none;min-height:4.0625vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.registration .holder .form-registration .jcf-list{padding-bottom:5.8666666667vw;min-height:19.2vw}}.registration .holder .form-registration .jcf-select-drop{border-bottom-left-radius:1.3020833333vw;border-bottom-right-radius:1.3020833333vw;position:absolute;width:100%;bottom:-4.1145833333vw;z-index:1;overflow:hidden;padding-bottom:1.0416666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.registration .holder .form-registration .jcf-select-drop{border-bottom-left-radius:6.6666666667vw;border-bottom-right-radius:6.6666666667vw;width:100%;padding-bottom:5.3333333333vw;bottom:-19.4666666667vw}}.registration .holder .form-registration .jcf-select-drop .jcf-select-drop-content{background:#fff;border:1px solid #1f94d2;overflow:hidden;border-top:0;border-bottom-left-radius:1.3020833333vw;border-bottom-right-radius:1.3020833333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.registration .holder .form-registration .jcf-select-drop .jcf-select-drop-content{border-bottom-left-radius:6.6666666667vw;border-bottom-right-radius:6.6666666667vw}}.registration .holder .form-registration .jcf-select-drop.jcf-drop-flipped{border-radius:0}.registration .holder .form-registration .jcf-select-drop.jcf-drop-flipped .jcf-select-drop-content{border-radius:1.3020833333vw 1.3020833333vw 0 0;border:1px solid #1f94d2;border-bottom:0}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.registration .holder .form-registration .jcf-select-drop.jcf-drop-flipped .jcf-select-drop-content{border-radius:6.6666666667vw 6.6666666667vw 0 0}}.registration .holder .form-registration .jcf-select-drop .jcf-option{line-height:1.3541666667vw;position:relative}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.registration .holder .form-registration .jcf-select-drop .jcf-option{font-size:3.2vw;line-height:6.9333333333vw}}.registration .holder .form-registration .jcf-select-drop .jcf-option:hover,.registration .holder .form-registration .jcf-selected{background:#1f94d2;color:#fff!important}.registration .holder .form-registration .jcf-select-drop .jcf-hover:after{opacity:1}.registration .holder .form-registration .jcf-select-drop .jcf-selected:after,.registration .holder .form-registration .jcf-select-drop .jcf-selected:before{display:none}.registration .holder .form-registration .button{width:100%}.registration .holder .form-registration .button-block{padding-top:1.5625vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.registration .holder .form-registration .button-block{padding-top:8vw}}.registration .holder .form-registration .ui-datepicker{display:none;max-width:14.5833333333vw;width:100%;border-radius:1.09375vw;border:.0520833333vw solid #1f94d2;background-color:#fff;padding:0 .78125vw .78125vw}.registration .holder .form-registration .jcf-select-opener{position:absolute;text-align:center;bottom:0;width:0;height:0;border-color:#1f94d2 transparent transparent;border-style:solid;border-width:.3645833333vw .2604166667vw 0;background:transparent;top:70%;right:1.0416666667vw;-webkit-transform:translateY(-3.5px);-ms-transform:translateY(-3.5px);transform:translateY(-3.5px);z-index:10}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.registration .holder .form-registration .jcf-select-opener{border-width:1.8666666667vw 1.3333333333vw 0;right:5.3333333333vw;top:70%}}.registration p{font-size:1.0416666667vw;font-weight:300;margin-bottom:1.5625vw;color:#333}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.registration p{font-size:3.7333333333vw;margin-bottom:8vw;line-height:5.6vw}}.registration .text p{margin-bottom:0!important}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.registration .text p{margin-bottom:0!important}}.registration #effectTypes{z-index:4;cursor:pointer;width:100%;display:inline-block;border:1px solid #d6d6d6;border-top-left-radius:1.3020833333vw;border-top-right-radius:1.3020833333vw;border-bottom-left-radius:1.3020833333vw;border-bottom-right-radius:1.3020833333vw;color:#d6d6d6;height:auto;padding:.6770833333vw 1.8229166667vw .6770833333vw 1.3020833333vw;vertical-align:middle;position:relative;background:#fff;margin:0 0 .625vw;min-width:7.8125vw;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.registration #effectTypes{display:block;width:100%;border-radius:6.6666666667vw;font-size:4.2666666667vw;line-height:6.4vw;padding:1.3333333333vw 5.3333333333vw;height:11.2vw;margin-bottom:6.4vw;color:#333}}.registration-input{height:0!important;position:absolute;top:0;right:0;left:0;z-index:11}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.registration-input{height:auto!important;position:relative}}.registration-input .form-registration{top:13.5416666667vw!important}.registration-input .form-result-text span{text-align:left!important;font-size:1.25vw!important;display:block;display:none;font-weight:700}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.registration-input .form-result-text span{font-size:5.3333333333vw!important}}.registration-input .form-result-text .error{color:#d11f2c!important;margin-bottom:1.5625vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.registration-input .form-result-text .error{margin-bottom:8vw}}.registration-input .form-result-text .success{color:#7ac426!important;margin-bottom:1.5625vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.registration-input .form-result-text .success{margin-bottom:8vw}}.ui-datepicker{display:none;max-width:14.5833333333vw!important;width:100%!important;overflow:hidden!important;border-radius:1.09375vw!important;border:1px solid #1f94d2!important;background-color:#fff!important;padding:0 .78125vw .78125vw!important}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.ui-datepicker{max-width:74.6666666667vw!important;border-radius:5.6vw!important;padding:0 4vw 4vw!important}}.ui-datepicker .ui-widget-header{border:0!important;background:#fff!important;color:#222!important;font-weight:700!important}.ui-datepicker :focus,.ui-datepicker :hover{outline:none!important}.ui-datepicker .ui-datepicker-calendar tbody td,.ui-datepicker .ui-datepicker-calendar tbody tr{text-align:center!important}.ui-datepicker .ui-datepicker-calendar td,.ui-datepicker .ui-datepicker-calendar th{border:none!important}.ui-datepicker table td,.ui-datepicker table th{padding:.2604166667vw!important}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.ui-datepicker table td,.ui-datepicker table th{padding:1.3333333333vw!important}}.ui-datepicker .ui-datepicker-calendar tbody a,.ui-datepicker .ui-datepicker-calendar tbody span{font-size:.8333333333vw!important;font-weight:400!important;width:1.25vw!important;padding:0!important;height:1.25vw!important;line-height:1.25vw!important;display:inline-block!important;background-color:#fff;text-align:center;border:none!important}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.ui-datepicker .ui-datepicker-calendar tbody a,.ui-datepicker .ui-datepicker-calendar tbody span{font-size:3.7333333333vw!important;width:6.4vw!important;line-height:6.4vw!important;height:6.4vw!important}}.ui-datepicker .ui-corner-all{margin-top:.5208333333vw!important}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.ui-datepicker .ui-corner-all{margin-top:2.6666666667vw!important}}.ui-datepicker .ui-datepicker-header{position:relative!important;margin-left:-.78125vw!important;margin-right:-.78125vw!important;border-bottom:1px solid rgba(0,0,0,.09)!important;padding-top:.5208333333vw!important;padding-bottom:.5208333333vw!important}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.ui-datepicker .ui-datepicker-header{margin-left:-4vw!important;margin-right:-4vw!important;padding-top:2.6666666667vw!important;padding-bottom:2.6666666667vw!important}}.ui-datepicker .ui-datepicker-title{text-align:center!important;color:rgba(0,0,0,.85)!important;font-size:.78125vw!important;font-weight:400!important;line-height:1.1458333333vw!important}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.ui-datepicker .ui-datepicker-title{font-size:4vw!important;line-height:5.8666666667vw!important}}.ui-datepicker .ui-datepicker-prev{display:inline-block!important;width:.4166666667vw!important;height:.4166666667vw!important;border-right:1px solid #1f94d2!important;border-bottom:1px solid #1f94d2!important;position:absolute!important;top:auto;left:1.5625vw!important;-webkit-transform:translateY(-50%) rotate(135deg)!important;-ms-transform:translateY(-50%) rotate(135deg)!important;transform:translateY(-50%) rotate(135deg)!important;cursor:pointer!important}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.ui-datepicker .ui-datepicker-prev{width:2.1333333333vw!important;height:2.1333333333vw!important;left:8vw!important}}.ui-datepicker .ui-datepicker-prev span{display:none!important}.ui-datepicker .ui-datepicker-next{display:inline-block!important;width:.4166666667vw!important;height:.4166666667vw!important;border-right:1px solid #1f94d2!important;border-bottom:1px solid #1f94d2!important;position:absolute!important;right:1.5625vw!important;-webkit-transform:translateY(-50%) rotate(-45deg)!important;-ms-transform:translateY(-50%) rotate(-45deg)!important;transform:translateY(-50%) rotate(-45deg)!important;cursor:pointer!important}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.ui-datepicker .ui-datepicker-next{width:2.1333333333vw!important;height:2.1333333333vw!important;right:8vw!important}}.ui-datepicker .ui-datepicker-next span{display:none!important}.ui-datepicker .ui-datepicker-calendar th{font-weight:400!important}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.ui-datepicker .ui-datepicker-calendar th{font-size:4.2666666667vw!important;font-weight:500!important}}.ui-datepicker .ui-datepicker-other-month{color:rgba(0,0,0,.25)!important}.ui-datepicker .ui-state-active{background-color:#1f94d2!important;color:#fff!important;width:1.25vw!important;height:1.25vw!important;border-radius:.625vw!important}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.ui-datepicker .ui-state-active{width:6.4vw!important;height:6.4vw!important;border-radius:3.2vw!important}}.ui-datepicker .today-select-light{color:#fff!important;width:1.25vw!important;height:1.25vw!important;border-radius:.625vw!important;background-color:rgba(31,148,210,.4)!important;background-size:cover!important}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.ui-datepicker .today-select-light{width:6.4vw!important;height:6.4vw!important;border-radius:3.2vw!important}}.product-registration-nav{top:11.4583333333vw!important}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.product-registration-nav{top:34.6666666667vw!important}}.product-registration-nav a,.product-registration-nav span{color:#fff!important}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.form-container{margin-bottom:0!important}}.jcf-scrollable-wrapper{box-sizing:content-box;position:relative;padding-bottom:1.1458333333vw}.jcf-scrollbar-vertical{position:absolute;cursor:default;background:#d6d6d6;width:.1041666667vw;bottom:0;right:0;top:0;margin-right:1.3020833333vw}.jcf-scrollbar-vertical .jcf-scrollbar-dec,.jcf-scrollbar-vertical .jcf-scrollbar-inc{background:#bbb;height:.7291666667vw;width:.7291666667vw;left:0;top:0;display:none}.jcf-scrollbar-vertical .jcf-scrollbar-inc{top:auto;bottom:0}.jcf-scrollbar-vertical .jcf-scrollbar-handle{height:1px;width:.7291666667vw;width:100%;background:#1f94d2}.jcf-scrollbar-horizontal{position:absolute;background:#e3e3e3;right:auto;top:auto;left:0;bottom:0;width:1px;height:.7291666667vw}.jcf-scrollbar-horizontal .jcf-scrollbar-dec,.jcf-scrollbar-horizontal .jcf-scrollbar-inc{display:inline-block;vertical-align:top;overflow:hidden;background:#bbb;height:.7291666667vw;width:.7291666667vw}.jcf-scrollbar-horizontal .jcf-scrollbar-inc{left:auto;right:0}.jcf-scrollbar-horizontal .jcf-scrollbar-slider{display:inline-block;position:relative;height:.7291666667vw}.jcf-scrollbar-horizontal .jcf-scrollbar-handle{position:absolute;background:#888;height:.7291666667vw}.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle{visibility:hidden}.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc{background:#e3e3e3}.jcf-scrollbar-horizontal{display:none!important}.jcf-scrollbar-slider{height:100%!important}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.jcf-scrollbar-vertical{width:3.7333333333vw}.jcf-scrollbar-vertical .jcf-scrollbar-dec,.jcf-scrollbar-vertical .jcf-scrollbar-inc{height:3.7333333333vw;width:3.7333333333vw}.jcf-scrollbar-vertical .jcf-scrollbar-handle{width:3.7333333333vw}.jcf-scrollbar-horizontal{height:3.7333333333vw}.jcf-scrollbar-horizontal .jcf-scrollbar-dec,.jcf-scrollbar-horizontal .jcf-scrollbar-inc{height:3.7333333333vw;width:3.7333333333vw}.jcf-scrollbar-horizontal .jcf-scrollbar-handle,.jcf-scrollbar-horizontal .jcf-scrollbar-slider{height:3.7333333333vw}}.jcf-select{display:inline-block;position:relative;background:#fff;min-width:7.8125vw;cursor:pointer;margin-bottom:0;width:100%;border:1px solid #d6d6d6;border-radius:1.5625vw;color:#333;height:auto;padding:.8333333333vw 1.8229166667vw .8333333333vw 1.3020833333vw;vertical-align:middle}.jcf-select select{z-index:1;left:0;top:0}.jcf-select .jcf-select-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;cursor:default;display:block;font-size:1.1458333333vw;line-height:1.1;margin:0;min-height:1.0416666667vw;color:#d6d6d6}.jcf-select .jcf-select-opener{position:absolute;text-align:center;bottom:0;top:50%;right:1.0416666667vw;width:0;height:0;border-color:#1f94d2 transparent transparent;border-style:solid;border-width:.3645833333vw .2604166667vw 0;background:transparent;-webkit-transform:translateY(-3.5px);-ms-transform:translateY(-3.5px);transform:translateY(-3.5px)}.jcf-select .jcf-select-drop{position:absolute;margin-top:0;z-index:9999;top:100%;left:-1px;right:-1px}.jcf-select .jcf-select-drop .jcf-select-drop-content{border:1px solid red}.jcf-select .jcf-select-drop.jcf-compact-multiple .jcf-hover{background:none}.jcf-select .jcf-select-drop.jcf-compact-multiple .jcf-selected{background:#e6e6e6;color:#333}.jcf-select .jcf-select-drop.jcf-compact-multiple .jcf-selected:before{display:inline-block;content:"";height:.2083333333vw;width:.4166666667vw;margin:-.3645833333vw .2604166667vw 0 -vw(3);border:.15625vw solid #777;border-width:0 0 .15625vw .15625vw;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')"}.jcf-select .jcf-drop-flipped{bottom:100%;top:auto}.jcf-select.jcf-compact-multiple{max-width:none}.jcf-select.jcf-compact-multiple .jcf-select-opener:before{display:none}.jcf-select.jcf-drop-active{border-color:#1f94d2;border-bottom-left-radius:0;border-bottom-right-radius:0}.jcf-select.jcf-drop-active .jcf-select-opener{-webkit-transform:rotate(180deg) translateY(0);-ms-transform:rotate(180deg) translateY(0);transform:rotate(180deg) translateY(0)}.jcf-select.jcf-drop-active.jcf-drop-flipped{border-radius:0 0 1.3020833333vw 1.3020833333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.jcf-select{min-width:40vw;border-radius:8vw;padding:3.4666666667vw 9.3333333333vw 3.4666666667vw 6.6666666667vw}.jcf-select .jcf-select-text{font-size:4.2666666667vw;line-height:6.9333333333vw;margin:0 9.3333333333vw 0 2.1333333333vw}.jcf-select .jcf-select-opener{border-width:1.8666666667vw 1.3333333333vw 0;right:5.3333333333vw}.jcf-select .jcf-select-drop.jcf-compact-multiple .jcf-selected:before{height:1.0666666667vw;width:2.1333333333vw;margin:-1.8666666667vw 1.3333333333vw 0 -vwm(3);border:.8vw solid #777;border-width:0 0 .8vw .8vw}.jcf-select.jcf-compact-multiple{max-width:none}.jcf-select.jcf-compact-multiple .jcf-select-opener:before{padding-top:.5333333333vw}}.jcf-select-drop{border-bottom-left-radius:1.3020833333vw;border-bottom-right-radius:1.3020833333vw;position:absolute;margin:-1px 0 0;z-index:1!important}.jcf-select-drop.jcf-drop-flipped{border-radius:0;margin:1px 0 0}.jcf-select-drop.jcf-drop-flipped .jcf-list:not(.jcf-scroll-active){padding-bottom:.5729166667vw;padding-top:1.0416666667vw;overflow:hidden;border-radius:0}.jcf-select-drop.jcf-drop-flipped .jcf-select-drop-content{border-radius:1.3020833333vw 1.3020833333vw 0 0;border:1px solid #1f94d2;border-bottom:0}.jcf-select-drop .jcf-select-drop-content{background:#fff;border:1px solid #1f94d2;border-top:0;border-bottom-left-radius:1.3020833333vw;border-bottom-right-radius:1.3020833333vw}.jcf-select-drop.jcf-compact-multiple .jcf-option{line-height:1.3541666667vw;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.jcf-select-drop.jcf-compact-multiple .jcf-option:before{content:"";position:relative;z-index:1;display:inline-block;vertical-align:middle;margin:0 .78125vw 0 0;border:.1041666667vw solid #d6d6d6;border-radius:.2083333333vw;width:1.0416666667vw;min-width:1.0416666667vw;height:1.0416666667vw;-webkit-transform:none;-ms-transform:none;transform:none}.jcf-select-drop.jcf-compact-multiple .jcf-option:after{position:absolute;z-index:2;content:"";left:1.6145833333vw;top:.2604166667vw;border-color:#1f94d2;border-style:solid;border-width:0 .1041666667vw .1041666667vw 0;border-radius:.1041666667vw;opacity:0;width:.3645833333vw;height:.5208333333vw;-webkit-transition:border-color .3s;transition:border-color .3s;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.jcf-select-drop.jcf-compact-multiple .jcf-hover{background:transparent}.jcf-select-drop.jcf-compact-multiple .jcf-hover:after{opacity:1}.jcf-select-drop.jcf-compact-multiple .jcf-selected{background:transparent}.jcf-select-drop.jcf-compact-multiple .jcf-selected:before{background-color:#1f94d2;border-color:#1f94d2!important}.jcf-select-drop.jcf-compact-multiple .jcf-selected:after{border-color:#fff;opacity:1}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.jcf-select-drop{border-bottom-left-radius:6.6666666667vw;border-bottom-right-radius:6.6666666667vw}.jcf-select-drop.jcf-drop-flipped .jcf-list:not(.jcf-scroll-active){padding-bottom:2.9333333333vw;padding-top:5.3333333333vw}.jcf-select-drop.jcf-drop-flipped .jcf-select-drop-content{border-radius:6.6666666667vw 6.6666666667vw 0 0}.jcf-select-drop .jcf-select-drop-content{border-bottom-left-radius:6.6666666667vw;border-bottom-right-radius:6.6666666667vw}.jcf-select-drop.jcf-compact-multiple .jcf-option{line-height:6.9333333333vw}.jcf-select-drop.jcf-compact-multiple .jcf-option:before{margin:0 4vw 0 0;border:.5333333333vw solid #d6d6d6;border-radius:1.0666666667vw;width:5.3333333333vw;height:5.3333333333vw;min-width:5.3333333333vw}.jcf-select-drop.jcf-compact-multiple .jcf-option:after{left:8.2666666667vw;top:1.3333333333vw;border-width:0 .5333333333vw .5333333333vw 0;border-radius:.5333333333vw;width:1.8666666667vw;height:2.6666666667vw}}.jcf-list-box{overflow:hidden;display:inline-block;border:1px solid #b8c3c9;min-width:10.4166666667vw;margin:0 .78125vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.jcf-list-box{min-width:53.3333333333vw;margin:0 4vw}}.jcf-list{position:relative;background:#fff;line-height:.7291666667vw;font-size:.9375vw;background:none;border-bottom-left-radius:1.3020833333vw;border-bottom-right-radius:1.3020833333vw}.jcf-list,.jcf-list .jcf-list-content{display:inline-block;vertical-align:top;width:100%}.jcf-list .jcf-list-content{overflow:auto;padding-top:1.1458333333vw}.jcf-list .jcf-list-content[style]{min-height:200px}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.jcf-list .jcf-list-content{padding-top:5.8666666667vw}}.jcf-list ul{list-style:none}.jcf-list ul,.jcf-list ul li{padding:0;margin:0;overflow:hidden}.jcf-list ul li{display:block}.jcf-list ul li:before{display:none}.jcf-list .jcf-overflow{overflow:auto}.jcf-list .jcf-option{white-space:nowrap;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;cursor:pointer;display:block;color:#333;padding:1px 1.0416666667vw 1px 1.3020833333vw;min-height:.7291666667vw;height:1%;line-height:1.5;font-size:1.0416666667vw}.jcf-list .jcf-disabled{background:#fff!important;color:#aaa!important}.jcf-list .jcf-optgroup-caption{white-space:nowrap;font-weight:700;display:block;padding:.2604166667vw .46875vw;cursor:default;color:#333}.jcf-list .jcf-optgroup .jcf-option{padding-left:1.5625vw}.jcf-list:not(.jcf-scroll-active){padding-bottom:1.1458333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.jcf-list{line-height:3.7333333333vw;font-size:3.2vw;border-bottom-left-radius:6.6666666667vw;border-bottom-right-radius:6.6666666667vw}.jcf-list .jcf-option{padding:1px 5.3333333333vw 1px 6.6666666667vw;min-height:3.7333333333vw;line-height:6.4vw;font-size:3.7333333333vw}.jcf-list .jcf-optgroup-caption{padding:1.3333333333vw 2.4vw}.jcf-list .jcf-optgroup .jcf-option{padding-left:8vw}.jcf-list:not(.jcf-scroll-active){padding-bottom:5.8666666667vw}}.jcf-list-box .jcf-selected,.jcf-select-drop .jcf-hover{background:#e6e6e6;color:#333}@supports(-webkit-overflow-scrolling:touch){@media(max-width:1199px){.jcf-list .jcf-list-content{overflow:auto!important}}}.jcf-list .jcf-selected,.jcf-select-drop .jcf-hover{background:#1f94d2;color:#333}.form-group{position:relative}.form-group[disabled=disabled]{opacity:.5;pointer-events:none}.product-list .product,.search-holder .product{display:inline-block;box-shadow:0 0 17px rgba(0,0,0,.08);background-color:#fff;width:100%;position:relative}.product-list .product .product-color-item,.search-holder .product .product-color-item{position:absolute;height:100%;top:0;left:0;visibility:hidden;opacity:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.product-list .product .product-color-item.active,.search-holder .product .product-color-item.active{position:relative;visibility:visible;opacity:1}.product-list .product .product-color-item .action,.search-holder .product .product-color-item .action{margin-bottom:.46875vw;padding:1.3020833333vw 1.3020833333vw 0;line-height:1.3541666667vw;min-height:5.2083333333vw;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.product-list .product .product-color-item .action .btn.btn_blue,.search-holder .product .product-color-item .action .btn.btn_blue{padding:.5208333333vw 1.1458333333vw!important;height:auto!important;line-height:1!important;border-radius:1.0416666667vw!important;-webkit-transition:all .3s;transition:all .3s}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.product-list .product .product-color-item .action .btn.btn_blue,.search-holder .product .product-color-item .action .btn.btn_blue{padding:2.1333333333vw 8.8vw!important;border-radius:4.2666666667vw!important}}.product-list .product .product-color-item .action .btn.btn_blue:hover,.search-holder .product .product-color-item .action .btn.btn_blue:hover{background:#79bfe4}.product-list .product .image-holder,.search-holder .product .image-holder{padding:1.1458333333vw 2.9166666667vw;width:100%;height:20.9895833333vw;text-align:center;position:relative}.product-list .product .image-holder img,.search-holder .product .image-holder img{padding:1.1458333333vw 2.9166666667vw;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:auto;max-width:100%;max-height:100%}.product-list .product .image-holder:hover .image-hover,.search-holder .product .image-holder:hover .image-hover{opacity:1;visibility:visible}.product-list .product .image-hover,.search-holder .product .image-hover{position:absolute;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,.5);opacity:0;visibility:hidden;-webkit-transition:opacity .3s,visibility .3s;transition:opacity .3s,visibility .3s}.product-list .product .image-hover .btn,.search-holder .product .image-hover .btn{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.product-list .product .image-hover .btn,.search-holder .product .image-hover .btn{font-size:3.7333333333vw!important;border-radius:0;font-size:0;height:100%;width:100%}}.product-list .product .description-holder,.search-holder .product .description-holder{padding:.8333333333vw 1.3020833333vw 0;letter-spacing:0;font-size:1.0416666667vw;line-height:1.35;color:#333;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.product-list .product .product-title,.search-holder .product .product-title{margin-bottom:0;letter-spacing:.015625vw;overflow:hidden;text-overflow:ellipsis;font-weight:700;color:#333;font-size:1.25vw}.product-list .product .model,.search-holder .product .model{margin:.5208333333vw 0;font-weight:700;font-size:1.1458333333vw;line-height:1.375}.product-list .product .reviews-holder,.search-holder .product .reviews-holder{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:1.875vw;font-size:1.1458333333vw;line-height:1.375}.product-list .product .rating,.product-list .product .rating-style,.search-holder .product .rating,.search-holder .product .rating-style{margin-right:.78125vw}.product-list .product .msrp-holder,.search-holder .product .msrp-holder{margin-bottom:.5208333333vw;font-size:1.1458333333vw}.product-list .product .msrp-holder .discountPrice,.search-holder .product .msrp-holder .discountPrice{font-weight:700;font-size:1.5625vw;color:#1f94d2;margin:0 .2604166667vw}.product-list .product .msrp-holder .price,.search-holder .product .msrp-holder .price{text-decoration:line-through;-webkit-text-decoration-color:#1f94d2;-moz-text-decoration-color:#1f94d2;text-decoration-color:#1f94d2;margin-left:.2604166667vw}.product-list .product .msrp-holder .taxes,.search-holder .product .msrp-holder .taxes{font-style:italic}.product-list .product .originalPrice,.search-holder .product .originalPrice{font-size:1.1458333333vw;margin-bottom:.5208333333vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.product-list .product .originalPrice .moneySave,.search-holder .product .originalPrice .moneySave{color:#1f94d2;margin-left:.2604166667vw;margin-right:.2604166667vw}.product-list .product .originalPrice .depreciate,.search-holder .product .originalPrice .depreciate{display:inline-block;width:1.1458333333vw;height:1.1458333333vw;background:url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPjxwYXRoIGQ9Ik03NjggNjQwTDUxMiA4OTYgMjU2IDY0MGgxOTJWMTI4aDEyOHY1MTJ6IiBmaWxsPSIjMUY5NEQyIi8+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;vertical-align:middle}.product-list .product .short-spec,.search-holder .product .short-spec{overflow:hidden}.product-list .product .color-holder,.search-holder .product .color-holder{float:right;font-size:1.0416666667vw;margin-right:.2604166667vw}.product-list .product .color-holder,.product-list .product .variety,.search-holder .product .color-holder,.search-holder .product .variety{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.product-list .product .variety,.search-holder .product .variety{margin-left:.5208333333vw}.product-list .product .variety .item,.search-holder .product .variety .item{display:inline-block;width:.78125vw;height:.78125vw;border-radius:50%;overflow:hidden;cursor:pointer}.product-list .product .variety .item+.item,.search-holder .product .variety .item+.item{margin-left:.2604166667vw}.product-list .product .property,.search-holder .product .property{margin:1.6145833333vw 0 -.5208333333vw;font-size:1.1458333333vw;line-height:1.375}.product-list .product .property .item,.search-holder .product .property .item{margin-bottom:.5208333333vw;padding-left:1.3541666667vw;position:relative}.product-list .product .property .item:before,.search-holder .product .property .item:before{content:"";position:absolute;top:.6770833333vw;left:0;width:.3125vw;height:.3125vw;border-radius:50%;background-color:#1f94d2}.product-list .product .action,.search-holder .product .action{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:.78125vw;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.product-list .product .action .btn+.form-group,.search-holder .product .action .btn+.form-group{margin-top:0}.product-list .product .action .btn+.form-group label,.search-holder .product .action .btn+.form-group label{padding-left:1.3020833333vw}.product-list .product .action .btn+.form-group label span,.search-holder .product .action .btn+.form-group label span{line-height:2.125em}.product-list .product .action .btn+.form-group label span:before,.search-holder .product .action .btn+.form-group label span:before{left:-1.3020833333vw;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.product-list .product .action .btn+.form-group label span:after,.search-holder .product .action .btn+.form-group label span:after{left:-.9895833333vw;top:45%}.product-list .product .product-new,.product-list .product .product-sale,.search-holder .product .product-new,.search-holder .product .product-sale{position:absolute;top:.8333333333vw;right:.8333333333vw;font-size:1.0416666667vw;font-weight:700;text-transform:capitalize;z-index:1}.product-list .product .product-new,.search-holder .product .product-new{color:#1f94d2}.product-list .product .product-sale,.search-holder .product .product-sale{color:#d11f2c}.product-list .product .description,.search-holder .product .description{margin:.5208333333vw 0 1.0416666667vw;line-height:1.5;font-size:.9375vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.product-list .product .image-holder,.search-holder .product .image-holder{padding:3.2vw 14.9333333333vw;height:65.3333333333vw}.product-list .product .image-holder img,.search-holder .product .image-holder img{padding:3.2vw 14.9333333333vw}.product-list .product .image-holder:hover .image-hover,.search-holder .product .image-holder:hover .image-hover{opacity:0;visibility:visible}.product-list .product .image-hover,.search-holder .product .image-hover{visibility:visible}.product-list .product .image-hover .btn,.search-holder .product .image-hover .btn{border-radius:0;font-size:0}.product-list .product .description-holder,.search-holder .product .description-holder{font-size:3.2vw;line-height:4.8vw;padding:4.2666666667vw 6.6666666667vw 0}.product-list .product .action,.product-list .product .model,.product-list .product .property,.product-list .product .reviews-holder,.search-holder .product .action,.search-holder .product .model,.search-holder .product .property,.search-holder .product .reviews-holder{font-size:3.2vw;line-height:4.8vw}.product-list .product .product-title,.search-holder .product .product-title{font-size:3.7333333333vw}.product-list .product .model,.search-holder .product .model{margin:2.6666666667vw 0}.product-list .product .reviews-holder,.search-holder .product .reviews-holder{margin-bottom:9.6vw}.product-list .product .rating,.product-list .product .rating-style,.search-holder .product .rating,.search-holder .product .rating-style{margin-right:4vw}.product-list .product .msrp-holder,.search-holder .product .msrp-holder{font-size:3.7333333333vw;margin-bottom:2.6666666667vw}.product-list .product .msrp-holder .discountPrice,.search-holder .product .msrp-holder .discountPrice{font-size:4.8vw;margin:0 1.3333333333vw}.product-list .product .originalPrice,.search-holder .product .originalPrice{font-size:3.7333333333vw;margin-bottom:2.6666666667vw}.product-list .product .originalPrice .depreciate,.search-holder .product .originalPrice .depreciate{width:3.7333333333vw;height:3.7333333333vw}.product-list .product .originalPrice .moneySave,.search-holder .product .originalPrice .moneySave{margin-left:1.3333333333vw;margin-right:1.3333333333vw}.product-list .product .color-holder,.search-holder .product .color-holder{font-size:3.7333333333vw}.product-list .product .variety,.search-holder .product .variety{margin-left:2.6666666667vw}.product-list .product .variety .item,.search-holder .product .variety .item{width:4vw;height:4vw}.product-list .product .variety .item+.item,.search-holder .product .variety .item+.item{margin-left:1.3333333333vw}.product-list .product .property,.search-holder .product .property{margin:8.2666666667vw 0 -2.6666666667vw}.product-list .product .property .item,.search-holder .product .property .item{margin-bottom:2.6666666667vw;padding-left:6.9333333333vw}.product-list .product .property .item:before,.search-holder .product .property .item:before{top:1.8666666667vw;width:1.6vw;height:1.6vw}.product-list .product .product-color-item .action,.search-holder .product .product-color-item .action{min-height:auto;padding-top:6.6666666667vw;margin-bottom:4vw}.product-list .product .action,.product-list .product .product-color-item .action,.search-holder .product .action,.search-holder .product .product-color-item .action{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.product-list .product .action,.search-holder .product .action{padding-top:4vw;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.product-list .product .action .btn+.form-group,.search-holder .product .action .btn+.form-group{margin-top:6.4vw}.product-list .product .action .btn+.form-group label,.search-holder .product .action .btn+.form-group label{padding-left:6.6666666667vw}.product-list .product .action .btn+.form-group label span:before,.search-holder .product .action .btn+.form-group label span:before{left:-6.6666666667vw}.product-list .product .action .btn+.form-group label span:after,.search-holder .product .action .btn+.form-group label span:after{left:-5.0666666667vw;top:1.8666666667vw}.product-list .product .product-new,.product-list .product .product-sale,.search-holder .product .product-new,.search-holder .product .product-sale{top:4.2666666667vw;right:4.2666666667vw;font-size:3.7333333333vw}.product-list .product .description,.search-holder .product .description{margin:2.6666666667vw 0 5.3333333333vw;font-size:3.2vw}}.rating,.rating-style{max-width:10.4166666667vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.rating-style .star-holder,.rating .star-holder{position:relative;width:1.5625vw;height:1.5625vw;background:#d6d6d6}.rating-style .star-holder+.star-holder,.rating .star-holder+.star-holder{margin-left:.2604166667vw}.rating-style .star,.rating .star{position:relative;width:calc(100% + .10417vw);height:calc(100% + .10417vw);top:-.0520833333vw;left:-.0520833333vw;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOSAxOSIgZmlsbD0iI2ZmZiI+PHBhdGggZD0iTTAgNy4yVjE5aDMuNmwxLjItNi45ek0xOSAwSDkuNWwyLjkgNi4zIDYuNi45LTQuNyA0LjkgMS4xIDYuOUgxOXpNMy42IDE5aDExLjhsLTUuOS0zLjN6TTkuNSAwSDB2Ny4ybDYuNi0uOXoiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIi8+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTkuNSAxNS40bC01LjkgMy4xIDEuMi02LjZMMCA3LjNsNi42LS45IDIuOS02IDIuOSA2IDYuNi45LTQuNyA0LjYgMS4xIDYuNnoiLz48L3N2Zz4=);background-repeat:no-repeat;z-index:10;font-size:0;line-height:0}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.rating-style .star,.rating .star{width:calc(100% + .53333vw);height:calc(100% + .53333vw);top:-.2666666667vw;left:-.2666666667vw}}.rating-style .progress-bar,.rating .progress-bar{position:absolute;top:0;left:0;font-size:0;line-height:0;background:#1f94d2;width:0;height:100%;z-index:5}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.rating,.rating-style{max-width:53.3333333333vw}.rating-style .star-holder,.rating .star-holder{width:5.3333333333vw;height:5.3333333333vw}.rating-style .star-holder+.star-holder,.rating .star-holder+.star-holder{margin-left:1.3333333333vw}}.pagination{padding-top:2.6041666667vw;position:relative}.pagination .wp-pagenavi{text-align:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.pagination .wp-pagenavi .pagination-list__button_disabled{display:none!important}.pagination .wp-pagenavi .current,.pagination .wp-pagenavi .pagination-list__button_page_active{font-size:1.1458333333vw;color:#1f94d2;padding:0 .78125vw}.pagination .wp-pagenavi a,.pagination .wp-pagenavi span{cursor:pointer;color:#858585;font-size:1.1458333333vw;padding-left:.78125vw;padding-right:.78125vw;-webkit-transition:color .3s,background-color .3s;transition:color .3s,background-color .3s}.pagination .wp-pagenavi a :hover,.pagination .wp-pagenavi span :hover{color:#1f94d2}.pagination .wp-pagenavi .nextpostslink,.pagination .wp-pagenavi .pagination-list__arrow,.pagination .wp-pagenavi .previouspostslink{position:relative;display:inline-block;padding:0;min-width:2.3958333333vw;min-height:2.3958333333vw;width:2.3958333333vw;height:2.3958333333vw;border-radius:50%;border:none;background-color:#fff;font-size:0;box-shadow:0 0 18px 10px rgba(0,0,0,.04);-webkit-transition:background-color .3s;transition:background-color .3s;overflow:hidden;text-indent:-9999px}.pagination .wp-pagenavi .nextpostslink:hover,.pagination .wp-pagenavi .pagination-list__arrow:hover,.pagination .wp-pagenavi .previouspostslink:hover{background-color:#1f94d2}.pagination .wp-pagenavi .nextpostslink:hover:after,.pagination .wp-pagenavi .nextpostslink:hover:before,.pagination .wp-pagenavi .pagination-list__arrow:hover:after,.pagination .wp-pagenavi .pagination-list__arrow:hover:before,.pagination .wp-pagenavi .previouspostslink:hover:after,.pagination .wp-pagenavi .previouspostslink:hover:before{background-color:#fff}.pagination .wp-pagenavi .nextpostslink:after,.pagination .wp-pagenavi .nextpostslink:before,.pagination .wp-pagenavi .pagination-list__arrow:after,.pagination .wp-pagenavi .pagination-list__arrow:before,.pagination .wp-pagenavi .previouspostslink:after,.pagination .wp-pagenavi .previouspostslink:before{content:"";position:absolute;left:50%;width:.46875vw;height:.1041666667vw;background-color:#1f94d2;-webkit-transition:background-color .3s;transition:background-color .3s}.pagination .wp-pagenavi .nextpostslink:before,.pagination .wp-pagenavi .pagination-list__arrow:before,.pagination .wp-pagenavi .previouspostslink:before{top:.9895833333vw;-webkit-transform:translateX(-50%) rotate(45deg);-ms-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg)}.pagination .wp-pagenavi .nextpostslink:after,.pagination .wp-pagenavi .pagination-list__arrow:after,.pagination .wp-pagenavi .previouspostslink:after{bottom:.9895833333vw;-webkit-transform:translateX(-50%) rotate(-45deg);-ms-transform:translateX(-50%) rotate(-45deg);transform:translateX(-50%) rotate(-45deg)}.pagination .wp-pagenavi .nextpostslink.disable,.pagination .wp-pagenavi .pagination-list__arrow.disable,.pagination .wp-pagenavi .previouspostslink.disable{pointer-events:none;background:#fff}.pagination .wp-pagenavi .nextpostslink.disable:after,.pagination .wp-pagenavi .nextpostslink.disable:before,.pagination .wp-pagenavi .pagination-list__arrow.disable:after,.pagination .wp-pagenavi .pagination-list__arrow.disable:before,.pagination .wp-pagenavi .previouspostslink.disable:after,.pagination .wp-pagenavi .previouspostslink.disable:before{background-color:#aaa}.pagination .wp-pagenavi .pagination-list__arrow_prev,.pagination .wp-pagenavi .previouspostslink{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.pagination .wp-pagenavi .pagination-list__arrow{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.pagination{padding-top:10.6666666667vw}.pagination .wp-pagenavi .current,.pagination .wp-pagenavi .pagination-list__button_page_active{font-size:5.3333333333vw;padding:0 4vw}.pagination .wp-pagenavi a,.pagination .wp-pagenavi span{font-size:4.2666666667vw;padding:0 2.6666666667vw}.pagination .wp-pagenavi .nextpostslink,.pagination .wp-pagenavi .pagination-list__arrow,.pagination .wp-pagenavi .previouspostslink{min-width:10.6666666667vw;min-height:10.6666666667vw;width:10.6666666667vw;height:10.6666666667vw}.pagination .wp-pagenavi .nextpostslink:after,.pagination .wp-pagenavi .nextpostslink:before,.pagination .wp-pagenavi .pagination-list__arrow:after,.pagination .wp-pagenavi .pagination-list__arrow:before,.pagination .wp-pagenavi .previouspostslink:after,.pagination .wp-pagenavi .previouspostslink:before{width:2.1333333333vw;height:.5333333333vw}.pagination .wp-pagenavi .nextpostslink:before,.pagination .wp-pagenavi .pagination-list__arrow:before,.pagination .wp-pagenavi .previouspostslink:before{top:4.5333333333vw}.pagination .wp-pagenavi .nextpostslink:after,.pagination .wp-pagenavi .pagination-list__arrow:after,.pagination .wp-pagenavi .previouspostslink:after{bottom:4.5333333333vw}}.product-list{position:relative}.product-list.product-list-contariner{display:none}.product-list .arrow_next{right:-5%}.product-list .arrow_next,.product-list .arrow_prev{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.product-list .arrow_prev{left:-5%}.product-list .arrow_next.right.swiper-button-disabled,.product-list .arrow_prev.left.swiper-button-disabled{display:none}.product-list#app{-webkit-transition:.5s;transition:.5s;opacity:0;overflow-x:hidden}.product-list .filter-toolbar{margin-top:1.8229166667vw;border-color:rgba(27,27,27,.1);border-style:solid;border-width:1px 0;padding:2.0833333333vw 0;margin-bottom:2.0833333333vw}.product-list .filter-options{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;margin:-.3645833333vw}.product-list .filter-options .form-group{width:calc(50% - .72917vw);margin:0 .3645833333vw .7291666667vw}.product-list .active-filters-holder{margin-top:2.0833333333vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.product-list .clear-filter{display:inline-block;font-size:1.1458333333vw;line-height:1.25vw;border-radius:.9375vw;border:1px solid #1f94d2;background-color:transparent;padding:.2604166667vw 2.03125vw;text-align:center;-webkit-transition:color .3s,background-color .3s;transition:color .3s,background-color .3s;margin:0 1.0416666667vw .78125vw 0}.product-list .clear-filter:hover{background-color:#1f94d2;color:#fff!important}.product-list .filters{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.product-list .filters .item{position:relative;padding:.2604166667vw 2.0833333333vw .2604166667vw .78125vw;border-radius:.9375vw;border:1px solid #d6d6d6;font-size:1.1458333333vw;line-height:1.25vw;margin:0 .2604166667vw .5208333333vw}.product-list .filters .cross{position:absolute;top:50%;right:.5208333333vw;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:inline-block;font-size:0;width:1.0416666667vw;height:1.0416666667vw}.product-list .filters .cross:after,.product-list .filters .cross:before{content:"";position:absolute;top:50%;left:50%;width:.7291666667vw;height:.1041666667vw;background:#1f94d2}.product-list .filters .cross:before{-webkit-transform:translate(-50%,-50%) rotate(-45deg);-ms-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.product-list .filters .cross:after{-webkit-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.product-list .sorter-holder{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0}.product-list .sorter-holder .sorted-qty{margin-bottom:0}.product-list .sorter-holder .sort-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.product-list .sorter-holder .sort-form .label{display:inline-block;margin:0 1.0416666667vw 0 0}.product-list .sorter-holder .sort-form .form-group{width:14.0625vw}.product-list .products-listing{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:1.5625vw -.5208333333vw -1.0416666667vw;position:relative;padding-bottom:1.0416666667vw;z-index:1}.product-list .products-listing .product{margin:0 .5208333333vw 1.0416666667vw}.product-list .products-listing .product.swiper-slide{margin:1.0416666667vw .5208333333vw}.product-list .product-color-item .description-holder{padding:.8333333333vw 1.3020833333vw 0}.product-list .products-listing .product{width:calc(50% - 1.04167vw)}.product-list .products-listing .product .product-title{font-size:1.25vw;line-height:1.4}.product-list .msrp-holder{font-size:1.1458333333vw}@media screen and (min-width:1200px){.product-list .filter-options .form-group{width:calc(25% - .72917vw)}.product-list .products-listing .product{width:calc(33.3% - 1.04167vw)}}@media screen and (min-width:1800px){.product-list .products-listing .product{width:calc(25% - 1.04167vw)}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.product-list .arrow_next{right:1%}.product-list .arrow_next,.product-list .arrow_prev{top:32.5333333333vw;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.product-list .arrow_prev{left:1%}.product-list .filter-toolbar{margin-top:0;padding:10.6666666667vw 0;margin-bottom:10.6666666667vw}.product-list .filter-options .form-group{width:100%;margin-bottom:4vw}.product-list .clear-filter{margin:0 0 4vw;padding:1.3333333333vw 10.4vw;border-radius:4.8vw;font-size:4.2666666667vw;line-height:6.4vw}.product-list .filters{margin:0 -1.3333333333vw -2.6666666667vw}.product-list .filters .item{padding:1.3333333333vw 10.6666666667vw 1.3333333333vw 4vw;border-radius:4.8vw;font-size:4.2666666667vw;line-height:6.4vw;margin:0 1.3333333333vw 2.6666666667vw}.product-list .filters .cross{width:5.3333333333vw;height:5.3333333333vw}.product-list .filters .cross:after,.product-list .filters .cross:before{width:3.7333333333vw;height:.5333333333vw}.product-list .sorter-holder{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin:0;font-size:4.2666666667vw}.product-list .sorter-holder .sorted-qty{display:inline-block;margin-bottom:4vw}.product-list .sorter-holder .sort-form .label{margin:0 5.3333333333vw 0 0}.product-list .sorter-holder .sort-form .form-group{width:auto}.product-list .active-filters-holder{margin-top:10.6666666667vw;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.product-list .products-listing{margin-top:8vw;padding-bottom:2.6666666667vw}.product-list .products-listing .product{margin:4vw 0;width:100%}.product-list .products-listing .product .description-holder{padding:4.2666666667vw 6.6666666667vw 0}.product-list .products-listing .product .product-title{margin-bottom:1.3333333333vw;font-size:3.7333333333vw;line-height:5.8666666667vw}.product-list .products-listing .product .msrp-holder{font-size:3.7333333333vw}.product-list .products-listing .swiper-slide{background-color:transparent}}.product .checkbox-group input[type=checkbox]{position:absolute;opacity:0;height:100%;width:100%;z-index:1;cursor:pointer}.product .checkbox-group input[type=checkbox]+label{display:inline-block;cursor:pointer;margin:0;text-transform:none;font-size:1.0416666667vw;padding-left:1.8229166667vw;letter-spacing:0}.product .checkbox-group input[type=checkbox]+label,.product .checkbox-group input[type=checkbox]+label span{position:relative;-webkit-transition:color .3s;transition:color .3s}.product .checkbox-group input[type=checkbox]+label span:before{position:absolute;content:"";left:-1.8229166667vw;top:-.15625vw;border:.1041666667vw solid #858585;border-radius:.2083333333vw;width:1.0416666667vw;height:1.0416666667vw;-webkit-transition:background-color .3s;transition:background-color .3s}.product .checkbox-group input[type=checkbox]+label span:after{position:absolute;content:"";left:-1.5104166667vw;top:.3125vw;border-color:transparent;border-style:solid;border-width:0 2px 2px 0;border-radius:2px;width:.3645833333vw;height:.5208333333vw;-webkit-transition:border-color .3s;transition:border-color .3s;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.product .checkbox-group input[type=checkbox]:hover+label span:after{border-color:#1f94d2}.product .checkbox-group input[type=checkbox]:checked+label span:before{background:#1f94d2;border-color:transparent}.product .checkbox-group input[type=checkbox]:checked+label span:after{border-color:#fff}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.product .checkbox-group input[type=checkbox]+label{font-size:3.7333333333vw;padding-left:9.3333333333vw}.product .checkbox-group input[type=checkbox]+label span:before{left:-9.3333333333vw;top:-.5333333333vw;width:5.3333333333vw;height:5.3333333333vw;border:.5333333333vw solid #d6d6d6;border-radius:1.0666666667vw}.product .checkbox-group input[type=checkbox]+label span:after{left:-7.7333333333vw;width:1.8666666667vw;height:2.6666666667vw;top:1.6vw}.product .checkbox-group input[type=checkbox]:hover+label span:after{border-color:#fff}}.compare-popup{z-index:99;position:fixed;background-color:#fff;bottom:0;left:0;width:100%;box-shadow:0 0 17px rgba(0,0,0,.08);-webkit-transition:margin-top .5s,-webkit-transform .5s;transition:margin-top .5s,-webkit-transform .5s;transition:transform .5s,margin-top .5s;transition:transform .5s,margin-top .5s,-webkit-transform .5s;-webkit-transform:translateY(150%);-ms-transform:translateY(150%);transform:translateY(150%);-webkit-transform-origin:0 100% 0;-ms-transform-origin:0 100% 0;transform-origin:0 100% 0;padding:.9375vw 0}.compare-popup .md-container{padding:0 5.2083333333vw!important;width:100%;margin:0 auto}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.compare-popup .md-container{padding:0!important}}.compare-popup.active{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.compare-popup.active.hidden-popup{-webkit-transform:translateY(8.8541666667vw);-ms-transform:translateY(8.8541666667vw);transform:translateY(8.8541666667vw)}.compare-popup.active.hidden-popup .hide-btn:after{-webkit-transform:translate(-50%,-50%) rotate(-135deg);-ms-transform:translate(-50%,-50%) rotate(-135deg);transform:translate(-50%,-50%) rotate(-135deg);margin-top:.1041666667vw}.compare-popup.active.hidden-popup .header{margin-bottom:5.2083333333vw}.compare-popup .hide-btn{position:absolute;left:50%;top:0;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:2.1875vw;height:2.1875vw;border-radius:50%;background-color:#fff;box-shadow:0 0 14px rgba(0,0,0,.08);cursor:pointer}.compare-popup .hide-btn:after{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg);border-bottom:2px solid #1f94d2;border-right:2px solid #1f94d2;width:.5208333333vw;height:.5208333333vw;margin-top:-.1041666667vw;-webkit-transition:margin .5s,-webkit-transform .5s;transition:margin .5s,-webkit-transform .5s;transition:transform .5s,margin .5s;transition:transform .5s,margin .5s,-webkit-transform .5s}.compare-popup .header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-transition:margin .5s;transition:margin .5s;margin-bottom:1.40625vw;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.compare-popup .header>*{margin-bottom:0;-webkit-box-flex:1;-webkit-flex:auto auto;-ms-flex:auto auto;flex:auto auto}.compare-popup .header>:first-child{-webkit-box-flex:1;-webkit-flex:1 auto;-ms-flex:1 auto;flex:1 auto}.compare-popup .header>:last-child{margin-right:0}.compare-popup .header .mobile{display:none}.compare-popup .header .mobile-clear{color:#333;font-weight:700;cursor:pointer;margin-left:.15625vw}.compare-popup .header .clear-compare{margin:0 .78125vw;color:#333;font:.7291666667vw;font-weight:700;cursor:pointer}.compare-popup .header .clear-compare:hover{color:#1f94d2}.compare-popup .header .btn{margin:0 0 0 .78125vw;height:auto}.compare-popup .compare-products{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0 -.78125vw}.compare-popup .compare-products li{position:relative;width:calc(25% - .52083vw);padding:1vw;box-shadow:0 0 17px rgba(0,0,0,.08);margin:0 .78125vw;min-height:4.8958333333vw}.compare-popup .compare-products .wrapper-in{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%;min-height:3.4375vw}.compare-popup .compare-products img{max-width:3.4375vw;margin-right:.78125vw;display:block}.compare-popup .compare-products p{overflow:hidden;margin-bottom:0;font-size:1.1458333333vw}.compare-popup .compare-products .remove{width:1.3020833333vw;height:1.3020833333vw;border-radius:50%;position:absolute;top:0;right:0;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);background-color:#1f94d2;cursor:pointer}.compare-popup .compare-products .remove:after,.compare-popup .compare-products .remove:before{content:"";position:absolute;width:1px;height:.5729166667vw;background-color:#fff;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.compare-popup .compare-products .remove:after{-webkit-transform:translate(-50%,-50%) rotate(-45deg);-ms-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.compare-popup{padding:1.8666666667vw 4vw}.compare-popup .hide-btn{display:none}.compare-popup .header{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.compare-popup .header>*{-webkit-box-flex:1;-webkit-flex:1 auto;-ms-flex:1 auto;flex:1 auto}.compare-popup .header .mobile{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;font-size:4.2666666667vw}.compare-popup .header .clear-compare,.compare-popup .header h4{display:none}.compare-popup .header .btn{margin:0 0 0 2.6666666667vw;padding:2.1333333333vw 4.8vw;border-radius:7.4666666667vw;height:10.6666666667vw;line-height:1.5}.compare-popup .compare-products{display:none}}@-webkit-keyframes counter-clockwise{to{-webkit-transform:rotate(-1turn) translatez(0);transform:rotate(-1turn) translatez(0)}}@keyframes counter-clockwise{to{-webkit-transform:rotate(-1turn) translatez(0);transform:rotate(-1turn) translatez(0)}}@-webkit-keyframes clockwise{to{-webkit-transform:rotate(1turn) translatez(0);transform:rotate(1turn) translatez(0)}}@keyframes clockwise{to{-webkit-transform:rotate(1turn) translatez(0);transform:rotate(1turn) translatez(0)}}.search-holder .ui-slider{position:relative;text-align:left;height:.1041666667vw!important;border-radius:.1041666667vw;background-color:#ebebeb}.search-holder .ui-slider .ui-slider-handle{position:absolute;z-index:2;-ms-touch-action:none;touch-action:none;cursor:pointer;width:.625vw;height:.625vw;box-shadow:0 0 10px rgba(0,0,0,.17);background-color:#fff;border-radius:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.search-holder .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0;background-color:#1f94d2}.search-holder .ui-slider.ui-state-disabled .ui-slider-handle,.search-holder .ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.search-holder .ui-slider.ui-slider-horizontal{height:.8em}.search-holder .ui-slider.ui-slider-horizontal .ui-slider-handle{top:50%;margin-left:-.6em}.search-holder .ui-slider.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.search-holder .ui-slider.ui-slider-horizontal .ui-slider-range-min{left:0}.search-holder .ui-slider.ui-slider-horizontal .ui-slider-range-max{right:0}.search-holder .ui-slider .ui-corner-all{margin-top:0}.search-holder .ui-slider.ui-widget-content,.search-holder .ui-slider .ui-widget-header{border:none}.search-holder .input-search{display:inline-block;margin:0 0 1.25vw;border:1px solid #d6d6d6;padding:.2604166667vw 1.3020833333vw;font-size:1.1458333333vw;width:100%;height:2.6041666667vw;vertical-align:middle;background:#fff;color:#333;outline:none;border-radius:1.3020833333vw;-webkit-transition:border-color .3s,color .3s,background-color .3s;transition:border-color .3s,color .3s,background-color .3s}.search-holder #app{-webkit-transition:.5s;transition:.5s;opacity:0}.search-holder .form-search{border-bottom:1px solid rgba(27,27,27,.1);padding-bottom:2.0833333333vw;margin-bottom:1.5625vw}.search-holder .form-search .form{max-width:52.0833333333vw;width:100%;text-align:center;margin:3.6458333333vw auto 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;text-align:left}.search-holder .form-search .btn-search{position:relative;left:-2.6041666667vw;margin-top:0;display:inline-block;height:2.6041666667vw!important;line-height:2.6041666667vw!important;border-radius:1.3020833333vw!important;font-size:1.1458333333vw!important}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.search-holder .form-search .btn-search{height:13.3333333333vw!important;line-height:13.3333333333vw!important;border-radius:6.6666666667vw!important;font-size:4.2666666667vw!important}}.search-holder .form-search .form-group{max-width:43.75vw;width:100%;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin:0}.search-holder .filter-wrap{font-size:1.1458333333vw;margin-bottom:4.1666666667vw}.search-holder .filter-wrap p{margin-bottom:1.0416666667vw}.search-holder .products-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.search-holder .filter-sidebar{max-width:19.7916666667vw;margin:2.6041666667vw 3.6458333333vw 0 0;width:100%;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.search-holder .filter-sidebar .filter-title{font-size:1.25vw;line-height:1.6666666667vw;font-weight:700;color:#333}.search-holder .filter-sidebar .filters-form{margin-top:2.0833333333vw}.search-holder .filter-sidebar .filters-form .option-item{box-shadow:0 0 17px rgba(0,0,0,.08);background-color:#fff;margin-top:.5208333333vw}.search-holder .filter-sidebar .filters-form .option-item :first-child{margin-top:0}.search-holder .filter-sidebar .filters-form .option-item.category .accordion-body{padding:.5208333333vw 1.0416666667vw 1.3020833333vw 2.0833333333vw}.search-holder .filter-sidebar .filters-form .fcat-name{font-size:1.0416666667vw;padding:1.0416666667vw 1.25vw;line-height:1;display:inline-block;width:100%;font-weight:700;position:relative}.search-holder .filter-sidebar .filters-form .fcat-name:before{content:"";position:absolute;left:0;top:0;width:.2083333333vw;height:100%;background:transparent;-webkit-transition:background-color .3s;transition:background-color .3s}.search-holder .filter-sidebar .filters-form .fcat-name:after{content:"";position:absolute;right:1.0416666667vw;top:calc(50% - .20833vw);width:.46875vw;height:.46875vw;border-color:#1f94d2;border-style:solid;border-width:0 .1041666667vw .1041666667vw 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:top .3s,-webkit-transform .3s;transition:top .3s,-webkit-transform .3s;transition:transform .3s,top .3s;transition:transform .3s,top .3s,-webkit-transform .3s}.search-holder .filter-sidebar .filters-form .fcat-name.active:before{background:#1f94d2}.search-holder .filter-sidebar .filters-form .fcat-name.active:after{top:50%;-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.search-holder .accordion-body{display:none;padding:.5208333333vw 1.0416666667vw 1.3020833333vw}.search-holder .accordion-body li{margin-top:.78125vw;line-height:1.2}.search-holder .accordion-body li:first-child{margin-top:0}.search-holder .accordion-body li a{font-size:1.0416666667vw;line-height:1.3}.search-holder .accordion-body li a.active{color:#1f94d2;font-weight:700}.search-holder .accordion-body li input{width:auto;height:auto}.search-holder .accordion-body .clear-small{height:auto;padding:.4427083333vw 1.8229166667vw;margin-left:auto;margin-right:auto;background-color:transparent;border:1px solid #1f94d2;color:#1f94d2;line-height:1}.search-holder .accordion-body .form-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.search-holder .accordion-body .form-wrap .form-group:first-child{margin-right:.78125vw}.search-holder .accordion-body .form-wrap .form-group .input-search{height:1.8229166667vw;margin-bottom:0;font-size:1.1458333333vw}.search-holder .accordion-body .form-wrap .form-group span{color:#9f9f9f;font-size:.9375vw;font-weight:300;padding-left:.5208333333vw;line-height:1.17;display:inline-block;margin-left:.2604166667vw;margin-right:.2604166667vw}.search-holder .accordion-body .form-wrap .form-group .max,.search-holder .accordion-body .form-wrap .form-group .min{padding-left:.78125vw;padding-right:.78125vw}.search-holder .accordion-body .form-wrap .form-group .max+span,.search-holder .accordion-body .form-wrap .form-group .min+span{margin:0 .2604166667vw}.search-holder .accordion-body .slider-range{margin-top:.9375vw}.search-holder .holder-listing{width:calc(100% - 19.79167vw)}@media screen and (min-width:1800px){.search-holder .holder-listing{width:calc(100% - 13.02083vw)}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.search-holder .holder-listing{width:100%}}.search-holder .holder-listing .sorter-holder{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:2.0833333333vw 0 0}.search-holder .holder-listing .sorter-holder .sorted-qty{display:inline-block;margin-bottom:0;font-size:1.25vw;color:#1f94d2}.search-holder .holder-listing .sorter-holder .sort-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.search-holder .holder-listing .sorter-holder .sort-form .label{display:inline-block;margin:0 1.0416666667vw 0 0}.search-holder .holder-listing .sorter-holder .sort-form .form-group{width:14.0625vw}.search-holder .holder-listing .products-listing{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;z-index:1;margin:1.5625vw -.5208333333vw -1.0416666667vw}.search-holder .holder-listing .products-listing .product{width:calc(50% - 1.04167vw);margin:0 .5208333333vw 1.0416666667vw}.search-holder .preloader{position:absolute;z-index:5;top:0;left:0;width:100%;height:100%;background:hsla(0,0%,100%,.8);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;pointer-events:none;opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s;min-height:5.2083333333vw}.search-holder .preloader.loading{opacity:1;pointer-events:auto}.search-holder .preloader .multi{height:2.6041666667vw;width:2.6041666667vw;border-color:transparent rgba(95,135,255,.25) transparent rgba(95,135,255,.5);border-style:solid;border-width:.2604166667vw;border-radius:100%;-webkit-animation:clockwise 1.01s linear infinite;animation:clockwise 1.01s linear infinite}.search-holder .preloader .multi div{position:relative;height:2.0833333333vw;width:2.0833333333vw;border-color:rgba(95,135,255,.25) transparent rgba(95,135,255,.5);border-style:solid;border-width:.2604166667vw;border-radius:100%;-webkit-animation:counter-clockwise .49s linear infinite;animation:counter-clockwise .49s linear infinite}@media screen and (min-width:1200px){.search-holder .holder-listing .products-listing .product{width:calc(33.3% - 1.04167vw)}}@media screen and (min-width:1800px){.search-holder .holder-listing .products-listing .product{width:calc(25% - 1.04167vw)}.search-holder .filter-sidebar{max-width:13.0208333333vw}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.search-holder .form-search{padding-bottom:10.6666666667vw;margin-bottom:8vw}.search-holder .form-search .form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;max-width:224vw}.search-holder .form-search .form .input-search{margin:0 0 6.4vw;padding:1.3333333333vw 6.6666666667vw;line-height:8vw;font-size:4.2666666667vw;height:13.3333333333vw;border-radius:6.6666666667vw}.search-holder .form-search .form .btn-search{left:0}.search-holder .form-search .form-group{width:100%;margin:0 auto;max-width:196vw}.search-holder .filter-wrap{font-size:4.2666666667vw;margin-bottom:10.6666666667vw}.search-holder .filter-wrap p{margin-bottom:0}.search-holder .filter-sidebar{max-width:93.3333333333vw;width:100%;margin:8vw auto 0}.search-holder .filter-sidebar .filter-title{font-size:4.8vw;line-height:6.9333333333vw}.search-holder .filter-sidebar .filters-form{margin-top:5.3333333333vw}.search-holder .filter-sidebar .filters-form .fcat-name{font-size:3.7333333333vw;padding:4.2666666667vw 5.3333333333vw;line-height:4.8vw}.search-holder .filter-sidebar .filters-form .fcat-name:before{width:1.0666666667vw}.search-holder .filter-sidebar .filters-form .fcat-name:after{right:5.3333333333vw;top:calc(50% - 1.06667vw);width:2.4vw;height:2.4vw;border-width:0 .5333333333vw .5333333333vw 0}.search-holder .filter-sidebar .filters-form .option-item{margin-top:2.6666666667vw}.search-holder .filter-sidebar .filters-form .option-item.category .accordion-body{padding:2.6666666667vw 5.3333333333vw 6.6666666667vw 10.6666666667vw}.search-holder .holder-listing .sorter-holder,.search-holder .products-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.search-holder .holder-listing .sorter-holder{font-size:3.7333333333vw;margin:10.6666666667vw 0 0;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.search-holder .holder-listing .sorter-holder .sorted-qty{font-size:3.7333333333vw;margin-bottom:4vw}.search-holder .holder-listing .sorter-holder .sorted-qty .label{margin:0 5.3333333333vw 0 0}.search-holder .holder-listing .sorter-holder .sort-form .form-group{width:auto}.search-holder .holder-listing .products-listing{margin-top:8vw}.search-holder .holder-listing .products-listing .product{width:100%;margin:0 0 5.3333333333vw}.search-holder .accordion-body{padding:2.6666666667vw 5.3333333333vw 6.6666666667vw}.search-holder .accordion-body li{margin-top:4vw}.search-holder .accordion-body li a{font-size:3.7333333333vw}.search-holder .accordion-body .clear-small{padding:2.2666666667vw 9.3333333333vw}.search-holder .accordion-body .form-wrap .form-group:first-child{margin-right:4vw}.search-holder .accordion-body .form-wrap .form-group .input-search{font-size:4.2666666667vw;height:9.3333333333vw;border-radius:6.6666666667vw}.search-holder .accordion-body .form-wrap .form-group .max,.search-holder .accordion-body .form-wrap .form-group .min{padding-left:4vw;padding-right:4vw}.search-holder .accordion-body .form-wrap .form-group .max+span,.search-holder .accordion-body .form-wrap .form-group .min+span{margin:0 1.3333333333vw}.search-holder .accordion-body .form-wrap .form-group span{font-size:3.2vw}.search-holder .ui-slider{height:.5333333333vw!important;border-radius:.5333333333vw}.search-holder .ui-slider .ui-slider-handle{width:3.2vw;height:3.2vw}.search-holder .preloader{min-height:26.6666666667vw}.search-holder .preloader .multi{height:13.3333333333vw;width:13.3333333333vw;border-width:1.3333333333vw}.search-holder .preloader .multi div{height:10.6666666667vw;width:10.6666666667vw;border-width:1.3333333333vw}}.global-market{color:#fff}.global-market .md-container{position:relative;padding:0}.global-market .global-market-bg-pc{width:100%;height:auto;display:block}.global-market .global-market-bg-mb{display:none}.global-market .global-market-container{text-align:center;position:absolute;top:0;left:0;bottom:0;right:0}.global-market .global-market-container .global-market-container-holder{width:39.0104166667vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:8.33% 0 5.7%;height:100%;margin:auto}.global-market .global-market-container .global-market-container-holder-title{position:relative;font-size:2.7083333333vw;line-height:1;font-weight:700;padding-bottom:1.5625vw}.global-market .global-market-container .global-market-container-holder-title svg{display:none}.global-market .global-market-container .global-market-container-holder-desc{font-size:1.1458333333vw;line-height:1.5;opacity:.7}.global-market .global-market-container .btn{font-size:1.1458333333vw;white-space:normal;height:auto}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.global-market .global-market-bg-pc{display:none}.global-market .global-market-bg-mb{width:100%;height:auto;display:block;margin:6.2506666667vw 0 10.9333333333vw}.global-market .global-market-container{position:relative}.global-market .global-market-container .global-market-container-holder{width:100%;padding:0}.global-market .global-market-container .global-market-container-holder-text{padding:0 4vw;margin:0;width:auto;height:auto}.global-market .global-market-container .global-market-btn{padding:0 4vw}.global-market .global-market-container .btn{font-size:4.2666666667vw;line-height:5.3333333333vw;padding:3.4666666667vw 10.4vw;border-radius:6.4vw}.global-market .global-market-container .global-market-container-holder-title{color:#858585;font-size:8vw;margin-bottom:8vw;padding-bottom:0}.global-market .global-market-container .global-market-container-holder-title svg{display:block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:14.9333333333vw;height:16vw}.global-market .global-market-container .global-market-container-holder-desc{opacity:1;color:#333;font-size:4.2666666667vw;line-height:1.5}}.social-media .social-media-item{display:inline-block;overflow:hidden;color:#fff}.social-media .social-media-item iframe{border:none!important;width:100%!important;height:100%!important;margin:-1px}.social-media .social-media-item .vimeo-video-player,.social-media .social-media-item video{border:none!important;width:100%!important;height:100%!important;margin:-1px;background-color:#333}.social-media .social-media-item-iframe{border:1px solid #d6d6d6;border-bottom:none;box-shadow:none;height:355px;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.social-media .social-media-item-footer{background-color:#1f94d2;background-size:cover;background-position:50%;background-repeat:no-repeat;-webkit-transition:all .3s;transition:all .3s;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:.78125vw 1.5625vw}.social-media .social-media-item-icon{width:2.0833333333vw;height:2.0833333333vw;margin-right:1.40625vw}.social-media .social-media-item-author{font-size:1.1458333333vw;line-height:1.0416666667vw}.social-media .socials-media-controls{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-top:2.34375vw}.social-media .social-media-next,.social-media .social-media-prev{margin-bottom:0;display:block!important;position:relative;display:inline-block;padding:0;width:2.0833333333vw;height:2.0833333333vw;border-radius:50%;border:none;background-color:#fff;font-size:0;box-shadow:0 0 18px 10px rgba(0,0,0,.04)}.social-media .social-media-next:after,.social-media .social-media-next:before,.social-media .social-media-prev:after,.social-media .social-media-prev:before{content:"";position:absolute;left:48%;width:.4166666667vw;height:2px;background-color:#1f94d2;-webkit-transition:background-color .3s;transition:background-color .3s}.social-media .social-media-next:before,.social-media .social-media-prev:before{top:.8854166667vw;-webkit-transform:translateX(-50%) rotate(45deg);-ms-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg)}.social-media .social-media-next:after,.social-media .social-media-prev:after{bottom:.8854166667vw;-webkit-transform:translateX(-50%) rotate(-45deg);-ms-transform:translateX(-50%) rotate(-45deg);transform:translateX(-50%) rotate(-45deg)}.social-media .social-media-prev{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.social-media .social-media-pagination{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0 2.6041666667vw}.social-media .social-media-pagination .swiper-pagination-bullet{background:#1f94d2;font-size:0;width:.2604166667vw;height:.2604166667vw;padding:0;border-radius:50%;border:1px solid #1f94d2;-webkit-transition:width .3s,height .3s,border-color .3s,background-color .3s;transition:width .3s,height .3s,border-color .3s,background-color .3s;opacity:1;margin:0 .5208333333vw}.social-media .social-media-pagination .swiper-pagination-bullet-active{width:.5208333333vw;height:.5208333333vw;background-color:#333}@media screen and (max-width:1024px){.social-media .social-media-next,.social-media .social-media-prev{display:none!important}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.social-media .social-media-item-iframe{height:400px}.social-media .social-media-item-footer{padding:.6666666667vw 2vw}.social-media .social-media-item-icon{width:10.6666666667vw;height:10.6666666667vw;margin:2vw}.social-media .social-media-item-author{font-size:4.2666666667vw;line-height:5.3333333333vw;margin:2vw}.social-media .socials-media-controls{margin-top:12vw}.social-media .social-media-pagination{margin:0 13.3333333333vw}.social-media .social-media-pagination .swiper-pagination-bullet{width:1.3333333333vw;height:1.3333333333vw;margin:0 2.6666666667vw}.social-media .social-media-pagination .swiper-pagination-bullet-active{width:2.6666666667vw;height:2.6666666667vw}}.about-company{color:#333;font-size:1.1458333333vw}.about-company .content-list,.about-company .content-text{word-wrap:break-word}.about-company .content-list{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%}.about-company .content-text{width:39.0104166667vw;text-align:center;margin:0 auto 3.125vw}.about-company .content-item{min-width:25%;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;line-height:1;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:.5208333333vw auto}.about-company .content-item-value{color:#1f94d2;font-size:2.2916666667vw;font-weight:700;display:block;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;margin:.2604166667vw;width:100%;text-align:center;position:relative}.about-company .content-item-value sup{top:0;position:absolute;font-size:.45em;padding-top:.18em;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;vertical-align:initial;line-height:inherit;margin:0}.about-company .content-item-label{display:block;margin:.2604166667vw;line-height:1.33333;width:100%;text-align:center}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.about-company{font-size:4.2666666667vw}.about-company .content-text{width:100%;margin:0}.about-company .content-item{width:100%;margin:10.6666666667vw auto 0}.about-company .content-item-value{font-size:11.7333333333vw}}.news .news-item-img{position:relative;display:block;overflow:hidden}.news .news-item-img img{-webkit-transition:all .3s;transition:all .3s}@media screen and (min-width:1200px){.news .news-item-img:hover img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}}.news .bg-image{width:100%;height:auto;display:block}.news .news-item-img:hover .hover-image,.news .news-item-img:hover .hover-video{-webkit-transition:all .3s ease;transition:all .3s ease}.news .hover-image,.news .hover-video{opacity:0;position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%}.news .hover-image iframe,.news .hover-video iframe{width:100%;height:100%}.news .hover-image{height:auto!important}.news .hover-video{background-color:#333}.news .see-more{margin-top:2.6041666667vw;text-align:center}.news .news-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-.390625vw}.news .news-item{margin:.390625vw;-webkit-flex-basis:calc(33.333% - 0.78125vw);-ms-flex-preferred-size:calc(33.333% - 0.78125vw);flex-basis:calc(33.333% - 0.78125vw);background-color:#fff;height:auto}.news .news-item.is_article .news-item-date{opacity:0}.news .news-item-link{display:block;height:100%;width:100%;box-shadow:0 0 17px rgba(0,0,0,.08)}.news .news-item-description{padding:1.0416666667vw 2.0833333333vw 1.8229166667vw 1.5625vw}.news .news-item-date{color:#d6d6d6;display:block;margin:.5208333333vw 0;font-size:1.1458333333vw}.news .news-item-title{overflow:auto}.news .news-item-subtitle,.news .news-item-title{word-wrap:break-word;font-size:1.1458333333vw;color:#333}.news .news-item-subtitle{margin-top:.5208333333vw}.news.latest-news .section-title{font-size:1.875vw}.news.latest-news .news-item-title{color:#818286}.news.related-news{width:54.1666666667vw;margin:0 auto}.news.related-news .md-container{padding:0}.news.related-news .news-item{-webkit-flex-basis:calc(50% - 0.78125vw);-ms-flex-preferred-size:calc(50% - 0.78125vw);flex-basis:calc(50% - 0.78125vw)}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.news .see-more{margin-top:8vw}.news .news-item{margin:0;padding-bottom:4vw;-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.news .news-item-description{padding:5.3333333333vw 5.3333333333vw 7.4666666667vw}.news .news-item-date{font-size:4.2666666667vw}.news .news-item-title{font-size:5.3333333333vw}.news .news-item-subtitle{margin-top:2.6666666667vw;font-size:4.2666666667vw}.news .news-pagination{margin-top:1.3333333333vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.news .news-pagination .swiper-pagination-bullet{margin:2vw 2.6666666667vw 0;width:1.3333333333vw;height:1.3333333333vw;border-radius:50%;background:#1f94d2;border:1px solid transparent;-webkit-transition:width .3s,height .3s,border-color .3s,background-color .3s;transition:width .3s,height .3s,border-color .3s,background-color .3s;opacity:1}.news .news-pagination .swiper-pagination-bullet-active{background-color:#333;width:2.6666666667vw;height:2.6666666667vw;border:1px solid #1f94d2}.news.latest-news .section-title{font-size:8vw}.news.related-news{width:100%}.news.related-news .news-item{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}}.manuals .manuals-list{margin:0 -4.9479166667vw;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.manuals .manuals-item,.manuals .manuals-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.manuals .manuals-item{-webkit-flex-basis:calc(50% - 9.89583vw);-ms-flex-preferred-size:calc(50% - 9.89583vw);flex-basis:calc(50% - 9.89583vw);margin:4.6875vw 4.9479166667vw 0;text-align:left;width:100%}.manuals .manuals-item .icon{text-align:center}.manuals .manuals-item .file-description{margin-left:1.0416666667vw}.manuals .manuals-item .file-description .file-title{text-overflow:ellipsis;overflow:hidden;font-size:1.0416666667vw;line-height:1.5;font-weight:700;color:#333}.manuals .manuals-item .file-description .file-size{display:block;color:#333}.manuals .manuals-item .file-description .download{display:inline-block;margin-top:.78125vw;position:relative;padding-left:1.5625vw;color:#1f94d2;font-size:1.1458333333vw}.manuals .manuals-item .file-description .download:before{content:"";position:absolute;left:.078125vw;top:50%;display:block;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='%231f94d2' d='M15 15H5v-1.111h10zM8.667 9.444L8.71 5h2.6l.045 4.444 1.444-.333-2.8 3.667L7.222 9.11zM10 0C4.467 0 0 4.467 0 10s4.467 10 10 10 10-4.467 10-10S15.533 0 10 0z'/%3E%3C/svg%3E") no-repeat;background-size:100%;width:1.0416666667vw;height:1.0416666667vw;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}@media screen and (min-width:1200px){.manuals .manuals-item{-webkit-flex-basis:calc(33.3% - 9.89583vw);-ms-flex-preferred-size:calc(33.3% - 9.89583vw);flex-basis:calc(33.3% - 9.89583vw)}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.manuals .manuals-item{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;margin:4.6875vw 4.9479166667vw 0;text-align:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.manuals .manuals-item .file-description{margin-left:5.3333333333vw}.manuals .manuals-item .file-description .file-size,.manuals .manuals-item .file-description .file-title{font-size:4.2666666667vw}.manuals .manuals-item .file-description .download{margin-top:4vw;font-size:4.2666666667vw;padding-left:8vw}.manuals .manuals-item .file-description .download:before{left:.4vw;width:5.3333333333vw;height:5.3333333333vw}}.solution .solution-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;margin:0 -.78125vw;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.solution .solution-item{margin:0 .78125vw 1.5625vw;width:calc(50% - 1.5625vw);box-shadow:0 0 17px rgba(0,0,0,.08);overflow:hidden}.solution .solution-item img{-webkit-transition:all .3s;transition:all .3s}@media screen and (min-width:1200px){.solution .solution-item:hover img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}}.solution .bg{position:relative}.solution .bg .bg-img{width:100%;height:auto}.solution .bg .bg-hover{position:absolute;left:0;top:0;bottom:0;right:0;width:100%;height:100%;opacity:0}.solution .bg:hover .bg-hover{opacity:1}.solution .bg .flag{position:absolute;left:1.5625vw;top:1.5625vw;width:2.0833333333vw;height:2.0833333333vw;border-radius:50%;background-size:cover;background-repeat:no-repeat;background-position:50%}.solution .description-holder{padding:2.0833333333vw}.solution .description-holder .solution-title{display:inline-block;margin-bottom:.5208333333vw;font-weight:700;font-size:1.875vw;line-height:1.2;color:#333}.solution .description-holder .description{margin-bottom:1.3020833333vw;font-size:1.1458333333vw;color:#333}.solution .description-holder .link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:1.1458333333vw;line-height:.9895833333vw;color:#1f94d2}.solution .description-holder .link .arrow{margin-left:.78125vw;width:1.0416666667vw;height:1.0416666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.solution .solution-list{margin:0}.solution .solution-item{margin:0 0 8vw;width:100%}.solution .bg .flag{position:absolute;left:4vw;top:vwm15(30);width:5.3333333333vw;height:5.3333333333vw}.solution .description-holder{padding:4vw}.solution .description-holder .solution-title{margin-bottom:2.6666666667vw;font-size:5.3333333333vw}.solution .description-holder .description{margin-bottom:2.6666666667vw;font-size:4.2666666667vw}.solution .description-holder .link{font-size:4.2666666667vw;line-height:5.0666666667vw}.solution .description-holder .link .arrow{margin-left:4vw;width:4vw;height:4vw}}.markets-regions .map{width:100%}.markets-regions .map path:hover{cursor:pointer;opacity:.6;-webkit-transition:.4s;transition:.4s}.markets-regions .region .region-box{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -.78125vw}.markets-regions .region .item{min-height:18.75vw;width:calc(33.3% - 1.5625vw);box-shadow:0 0 17px rgba(0,0,0,.08);margin:.78125vw;background-color:#fff}.markets-regions .region .item-img .img{width:100%;height:auto}.markets-regions .region .item-row{padding:1.3020833333vw;position:relative}.markets-regions .region .flag{position:absolute;top:-1.5625vw;right:1.0416666667vw;width:3.125vw;height:3.125vw;border-radius:50%;box-shadow:0 0 17px rgba(0,0,0,.2);background-size:cover;background-repeat:no-repeat;background-position:50%}.markets-regions .region .country{font-weight:700;font-size:1.875vw;line-height:2.3958333333vw}.markets-regions .region .link{font-size:1.1458333333vw;color:#1f94d2;text-decoration:none;margin-top:.5208333333vw;display:inline-block}.markets-regions .region .link:focus,.markets-regions .region .link:hover{text-decoration:underline}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.markets-regions .map{display:none}.markets-regions .region .region-box{margin:0}.markets-regions .region .item{min-height:0;width:100%;margin:4vw 0}.markets-regions .region .item-row{padding:6.6666666667vw 4vw}.markets-regions .region .flag{top:-8vw;right:5.3333333333vw;width:16vw;height:16vw}.markets-regions .region .country{font-size:9.6vw;line-height:12.2666666667vw}.markets-regions .region .link{font-size:4.2666666667vw;margin-top:2.6666666667vw}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.hbt-retailer .md-container{padding:0!important}}.hbt-retailer .support-main-tabs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.hbt-retailer .support-main-tabs li{width:auto;height:6.25vw;padding:0 2.0833333333vw;line-height:6.25vw;text-align:center;cursor:pointer;color:#333;font-weight:700;font-size:1.1458333333vw}.hbt-retailer .support-main-tabs li:hover{color:#1f94d2}.hbt-retailer .support-main-tabs li.active{background-color:#1f94d2;color:#fff}.hbt-retailer .support-main-tabs li.active:hover{color:#fff}.hbt-retailer .support-sub-tabs{font-size:0}.hbt-retailer .support-sub-tabs li{padding:.2604166667vw .8333333333vw;border:1px solid #d6d6d6;border-radius:1.71875vw;background:#fff;margin:0 1.0416666667vw 1.5625vw 0;display:inline-block;cursor:pointer;font-size:1.0416666667vw}.hbt-retailer .support-sub-tabs li:hover{color:#1f94d2}.hbt-retailer .support-sub-tabs li.active{background-color:#1f94d2;color:#fff}.hbt-retailer .support-sub-tabs li.active:hover{color:#fff}.hbt-retailer .support-main-tabs-content{margin-top:1.5625vw}.hbt-retailer .support-main-tabs-content .selected-country{font-size:1.1458333333vw;color:#333;margin-bottom:1.0416666667vw}.hbt-retailer .support-main-tabs-content .distributor-name{font-size:1.25vw;color:#333;font-weight:700;margin-bottom:1.0416666667vw}.hbt-retailer .support-main-tabs-content .support-contact{font-size:1.1458333333vw}.hbt-retailer .support-main-tabs-content .support-contact-details{padding:1.5625vw 1.8229166667vw;background:#fff;box-shadow:0 2px 10px 0 rgba(0,0,0,.16);border-radius:.2083333333vw;margin-bottom:1.5625vw}.hbt-retailer .support-main-tabs-content .support-contact li{margin-bottom:1.0416666667vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-items:center}.hbt-retailer .support-main-tabs-content .support-contact li:last-child,.hbt-retailer .support-main-tabs-content .support-contact li p{margin-bottom:0}.hbt-retailer .support-main-tabs-content .support-contact li img{width:1.0416666667vw;margin-right:.8333333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.hbt-retailer .support-main-tabs{width:100%;padding:5.3333333333vw 0 5.3333333333vw 4vw;-webkit-box-pack:left;-webkit-justify-content:left;-ms-flex-pack:left;justify-content:left}.hbt-retailer .support-main-tabs li{height:auto;line-height:normal;position:relative;width:auto;margin-right:6.6666666667vw;white-space:nowrap;font-size:4.2666666667vw}.hbt-retailer .support-main-tabs li:last-child{margin-right:0;padding-right:4vw}.hbt-retailer .support-main-tabs li.active{background-color:#fff;color:#1f94d2}.hbt-retailer .support-main-tabs li.active:after{width:100%;height:.8vw;background-color:#1f94d2;position:absolute;bottom:-5.3333333333vw;left:0;content:""}.hbt-retailer .support-main-tabs li.active:hover,.hbt-retailer .support-main-tabs li:hover{color:#333}.hbt-retailer .support-tabs-wrap{overflow-x:auto;overflow-y:hidden;box-shadow:0 2px 10px 0 rgba(0,0,0,.16)}.hbt-retailer .support-sub-tabs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.hbt-retailer .support-sub-tabs li{white-space:nowrap;padding:3.4666666667vw 4.2666666667vw;font-size:3.7333333333vw;margin:0 5.3333333333vw 0 0;border-radius:8.8vw}.hbt-retailer .support-sub-tabs li:hover{color:#333}.hbt-retailer .support-main-tabs-content{padding:0 4vw;margin-top:8vw}.hbt-retailer .support-main-tabs-content .support-tabs-wrap{box-shadow:none;margin-bottom:8vw}.hbt-retailer .support-main-tabs-content .support-contact-details{padding:8vw 9.3333333333vw;border-radius:1.0666666667vw;margin-bottom:8vw}.hbt-retailer .support-main-tabs-content .support-contact-details .selected-country{font-size:4.2666666667vw;margin-bottom:5.3333333333vw}.hbt-retailer .support-main-tabs-content .support-contact-details .distributor-name{font-size:4.8vw;margin-bottom:5.3333333333vw}.hbt-retailer .support-main-tabs-content .support-contact{font-size:4.2666666667vw}.hbt-retailer .support-main-tabs-content .support-contact li{margin-bottom:5.3333333333vw}.hbt-retailer .support-main-tabs-content .support-contact li img{margin-right:4.2666666667vw;width:3.7333333333vw;height:auto}}.press_news_list{width:53.125vw;text-align:center}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.press_news_list{width:100%}}.press_news_list_item{text-align:left;padding:1.5625vw 2.0833333333vw;margin-bottom:.4166666667vw;box-shadow:0 0 .8333333333vw rgba(0,0,0,.08);display:none}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.press_news_list_item{padding:8vw 5.3333333333vw;margin-bottom:2.1333333333vw;box-shadow:0 0 4.2666666667vw rgba(0,0,0,.08)}}.press_news_list_item:first-child,.press_news_list_item:nth-child(2),.press_news_list_item:nth-child(3){display:block}.press_news_list_item span{color:#d6d6d6;display:block;margin-bottom:.78125vw;font-size:1.1458333333vw;line-height:1.25vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.press_news_list_item span{margin-bottom:2.1333333333vw;font-size:3.7333333333vw;line-height:5.8666666667vw}}.press_news_list_item h4{font-size:1.1458333333vw;line-height:1.4;margin-bottom:.5208333333vw;color:#333}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.press_news_list_item h4{font-size:5.3333333333vw;line-height:6.9333333333vw;margin-bottom:2.6666666667vw}}.press_news_list_item p{font-size:1.0416666667vw;line-height:1.4;color:#333}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.press_news_list_item p{font-size:3.7333333333vw;line-height:5.8666666667vw}}.press_news_list .btn{margin-top:2.0833333333vw;display:none}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.press_news_list .btn{margin-top:5.3333333333vw}}.application-list .description-holder{padding-bottom:.8333333333vw!important}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.application-list .description-holder{padding-bottom:4.2666666667vw!important}}.application-list .product .image-holder img{padding:0}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.application-list .product .image-holder img{padding:0}}.store-locator{position:relative;font-size:1.25vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.store-locator{font-size:4.2666666667vw}}.store-locator .map-search{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:2.0833333333vw;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;position:relative}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.store-locator .map-search{margin-bottom:10.6666666667vw;padding:0 5.3333333333vw;display:block}}.store-locator .map-search-keyword{-webkit-box-flex:3;-webkit-flex:3;-ms-flex:3;flex:3;margin-right:1.0416666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.store-locator .map-search-keyword{margin:0 0 5.3333333333vw;width:100%}}.store-locator .map-search .map-search-label{color:#858585;display:inline-block;line-height:1;margin-bottom:.5208333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.store-locator .map-search .map-search-label{margin-bottom:2.6666666667vw}}.store-locator .map-current-location,.store-locator .map-search-btn{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;position:relative}.store-locator .map-search-btn{height:2.8645833333vw;border-radius:1.71875vw;background-color:#1f94d2;color:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-transition:all .3s;transition:all .3s}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.store-locator .map-search-btn{height:10.6666666667vw;border-radius:6.6666666667vw;width:100%}}.store-locator .map-search-btn:hover{background-color:#79bfe4}.store-locator .map-current-location{color:#1f94d2;text-decoration:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:1.0416666667vw;height:2.8645833333vw}.store-locator .map-current-location span{line-height:1;position:relative}.store-locator .map-current-location:before{content:"";width:.7291666667vw;height:.9375vw;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAmCAMAAADkx9tQAAABHVBMVEUAAAD////////R7fn///+54/X4/P7////A5vb///////////////////////////+n3PLI6fjV7vrX7/re8vvp9/zb8Prq9/3d8vvY8Prj9Pzw+f3u+P33/P7///////////////////////////////////////////////////////////+24vTi9Pzz+/3o9vz6/f7+///9///u+P3z+v77/f7///////8AmdoAl9kAldkAk9gAjdYAkNcAktgAj9cAmtqr3vMdpN51yOtPueYInNuh2vJiwOhGtuQ9suRBsuM2r+Iuq+EqquAUot0NntwAidSFze1+y+1rxepLtuUipN+y4fSY1vGV1fCQ0++Hz+57yuxow+knpd90agIhAAAAOXRSTlMAMSfxFf3IcPuqoVhJRBAG/u/q5+Xh3NXV08zBsq2XlpB8dGtnT0c8IxoMCAP63tbPwruyraSHPjQfozZvAAABf0lEQVQ4y33T5XbCMBiA4a8UHYO5C86QuUeatrj7mO/+L2NYT1aa7Pn7nljTgGXNlXg43FLV3ePYcx6WnZ34S40upqTS/n49Sp3bYj5y0dA1ShBCmBhGu3rnBs7lHRENIwvWWHnnide9OqMm4kxidDZXFzXsresYLdE7W8o8R0aMV96b3llNFyhFTpgN49PznjQ1Ewmw4n4WQPHwhe20zyCAr2QgSS6fAty3qCTT4oEb9ntYkjH1uGCTIJl+QQGV/pt3K9KsTyY/lm+tO9lacqhJDxYFyPgxEVbM3qeXtvIiHs5+DsOTHKpSIhqsl3wwFWgYwm92nZvl1QISDCeDOMwFyrpzcNtr/a3KRoU48noKLLGBYdqiqdVWgL+QoyazdVbczgKnqD2KOELXg/CX743x5bE1NReo8WfCOntusHNftXRr6t5GyPlE1S5Z5GoCnJIFPO3YKJ2CSPTLwCbS6jdhYc7dTq6WjbddIJa5HPcrnjTIhPzFDx/IBXceweYXLxqqd25jss8AAAAASUVORK5CYII=) no-repeat;background-size:100% 100%;margin-right:.5208333333vw;position:relative;display:inline-block;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.store-locator .map-current-location{font-size:3.7333333333vw;height:10.6666666667vw;-webkit-box-align:start;-webkit-align-items:start;-ms-flex-align:start;align-items:start;margin-bottom:5.3333333333vw;height:auto}.store-locator .map-current-location:before{width:2.6666666667vw;height:3.7333333333vw;margin-right:2.6666666667vw}}.store-locator .map-search-input{width:100%;height:2.8645833333vw;border-radius:1.71875vw;border:1px solid #d6d6d6;padding:0 1.3020833333vw;box-sizing:border-box;outline:none}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.store-locator .map-search-input{height:10.6666666667vw;border-radius:6.6666666667vw;padding:0 5.3333333333vw}}.store-locator .map-main{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;height:28.6458333333vw;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-flow:row-reverse;-ms-flex-flow:row-reverse;flex-flow:row-reverse;position:relative;box-shadow:0 0 10px 1px rgba(0,0,0,.1)}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.store-locator .map-main{height:auto;display:block}}.store-locator #map-container{width:calc(100% - 15.625vw);height:100%}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.store-locator #map-container{width:auto;height:80vw}}.store-locator .map-locations-list-wrap{width:25vw;height:100%;overflow:auto;padding-bottom:1.5625vw;background:#fff}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.store-locator .map-locations-list-wrap{width:100%;padding-right:0;padding-bottom:8vw}}.store-locator .map-list-item{padding:1.0416666667vw;box-sizing:border-box;background-color:#fff;min-height:7.2916666667vw;cursor:pointer;border:1px solid #d6d6d6;margin-bottom:.78125vw;margin-right:2px}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.store-locator .map-list-item{padding:5.3333333333vw;min-height:37.3333333333vw;margin-bottom:4vw;margin-right:0}}.store-locator .map-list-item.active{background-color:#1f94d2;color:#fff}.store-locator .map-list-item.active a{color:#fff}.store-locator .map-locations-ul a{text-decoration:none;color:#1f94d2;word-wrap:break-word}.store-locator .mapInfoContainer>div{margin-bottom:.5208333333vw;font-size:.9375vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.store-locator .mapInfoContainer>div{margin-bottom:2.6666666667vw;font-size:3.7333333333vw}}.store-locator .mapTitle h3{margin-bottom:1.0416666667vw;font-weight:700;color:#1f94d2;line-height:1.5}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.store-locator .mapTitle h3{margin-bottom:5.3333333333vw}}.store-locator #map-locations-pager,.store-locator .hide{display:none}.store-locator #map-locations-pager a,.store-locator #map-locations-pager span{float:left;margin:0 .2604166667vw .2604166667vw;text-align:center;width:1.6666666667vw;height:1.6666666667vw;line-height:1.6666666667vw;background:#fff;border:1px solid #858585;color:#79bfe4;text-decoration:none;font-size:1.0416666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.store-locator #map-locations-pager a,.store-locator #map-locations-pager span{margin:0 1.3333333333vw 1.3333333333vw;width:8.5333333333vw;height:8.5333333333vw;line-height:8.5333333333vw;font-size:3.7333333333vw}}.store-locator #map-locations-pager .active{background:#1f94d2;border:1px solid #1f94d2;color:#fff}.store-locator #map-locations-pager .active:hover{color:#fff}.store-locator #no-data{margin:1.0416666667vw 0;text-align:center}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.store-locator #no-data{margin:5.3333333333vw auto 5.3333333333vw 0;text-align:center}}.store-locator .map-search #out{position:absolute;display:inline;line-height:1;bottom:-1.9791666667vw;font-size:.9375vw;left:0;font-style:normal}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.store-locator .map-search #out{position:relative;display:block;top:auto;bottom:unset;font-size:3.7333333333vw}}.store-locator .gmnoprint button{border-radius:2px}.store-locator .gm-ui-hover-effect{outline:none}.store-locator .map-filter-label{margin-right:1.0416666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.store-locator .map-filter-label{margin:0 0 2.6666666667vw}}.store-locator .map-filter-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-width:16.6666666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.store-locator .map-filter-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;min-width:unset}}.store-locator .map-filter-item{margin-right:1.0416666667vw;width:10.4166666667vw;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.store-locator .map-filter-item{margin:0 0 2.6666666667vw;width:100%}}.store-locator .map-filter .jcf-select{height:2.8645833333vw!important}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.store-locator .map-filter .jcf-select{height:10.6666666667vw!important;padding:1.6vw 9.3333333333vw 1.6vw 6.6666666667vw}}.reverse-layout .map-search #out{right:0;left:unset}.reverse-layout .map-current-location:before{margin-left:.5208333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.reverse-layout .map-current-location:before{margin-left:2.6666666667vw}}.video-wrapper{width:62.5vw;height:26.0416666667vw;max-width:100%;max-height:90%;padding:0}@media screen and (max-width:1023px){.video-wrapper{width:100%;height:auto}}.video-wrapper video{max-width:100%;max-height:100%;background-color:#333}.video-wrapper iframe{width:100%!important;height:100%!important;display:block!important}.video-wrapper .wsc-dialog__body{padding-top:0;height:100%;background-color:#333;text-align:center}.video-wrapper .wsc-dialog__header{padding:0;position:absolute;right:-.78125vw;top:-.78125vw;width:1.5625vw;height:1.5625vw;background-color:#333;border-radius:50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:1023px){.video-wrapper .wsc-dialog__header{right:4vw;top:-10.8vw;width:8vw;height:8vw}}.video-wrapper .wsc-dialog__close{width:.625vw;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;position:relative}@media screen and (max-width:1023px){.video-wrapper .wsc-dialog__close{width:3.2vw}}.video-wrapper .wsc-icon__close,.video-wrapper .wsc-icon__close:before{height:.1041666667vw}@media screen and (max-width:1023px){.video-wrapper .wsc-icon__close,.video-wrapper .wsc-icon__close:before{height:.5333333333vw}}.video-wrapper .vimeo-wrapper,.video-wrapper .vimeo-wrapper__video{height:100%;width:100%}.mcfc{color:#152c5b}.mcfc .btn.btn_blue,.mcfc .com-bg-color-blue{background-color:#a2c3e5}.mcfc .btn.btn_blue{border:1px solid #fff;color:#fff}@media screen and (min-width:1024px){.mcfc .btn.btn_blue:hover{background-color:#fff;color:#a2c3e5!important;border-color:#a2c3e5}}.mcfc .my-product-Specifications-title,.mcfc .section-title{color:#152c5b;font-size:2.5vw;padding:0}@media screen and (max-width:1023px){.mcfc .my-product-Specifications-title,.mcfc .section-title{font-size:8vw}}.mcfc .my-product-Specifications-title p,.mcfc .section-title p{color:inherit;font-size:inherit}.mcfc .my-product-Specifications-title svg,.mcfc .section-title svg{display:none}.mcfc .teaser_info{padding:3.90625vw!important}@media screen and (max-width:1023px){.mcfc .teaser_info{padding:8vw 0 0!important;margin-top:0;display:block}.mcfc .teaser_info.com-bg-color-blue{padding:8vw!important}}.mcfc .teaser_info_title{color:#152c5b;font-size:2.5vw;line-height:2.65625vw;word-wrap:break-word}@media screen and (max-width:1023px){.mcfc .teaser_info_title{font-size:8.5333333333vw;line-height:9.0666666667vw}}.mcfc .teaser_info_desc{margin-top:3.125vw;font-size:1.40625vw;line-height:2.03125vw;color:#333}@media screen and (max-width:1023px){.mcfc .teaser_info_desc{margin-top:10.6666666667vw;font-size:4.8vw;line-height:6.9333333333vw}}.mcfc .teaser_info_operate{margin-top:1.5625vw}.mcfc .teaser_info_operate .btn{font-size:1.40625vw;font-weight:700}@media screen and (max-width:1023px){.mcfc .teaser_info_operate .btn{font-size:4.8vw}}@media screen and (max-width:1023px){.mcfc .teaser_info_operate{margin-top:5.3333333333vw}}.mcfc .media_panel{background-color:#a2c3e5}.drawer_assets .wsc-drawer__container{top:50%;left:50%;-webkit-transform:translate(-50%,-200%);-ms-transform:translate(-50%,-200%);transform:translate(-50%,-200%);background-color:transparent;padding:0;width:50%}@media screen and (max-width:1023px){.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%;max-height:100vh}.drawer_assets.wsc-drawer--actived .wsc-drawer__container{-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.com-text-left,.com-text-left *{text-align:left}.com-text-center,.com-text-center *{text-align:center}.com-text-right,.com-text-right *{text-align:right}.com-color-blue{color:#1f94d2}.background-color-none{background-color:transparent!important}.video-btn,.video-play{width:5.2083333333vw;height:5.2083333333vw;border-radius:50%;background-color:#fff;opacity:.5;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);cursor:pointer}@media screen and (max-width:1023px){.video-btn,.video-play{width:26.6666666667vw;height:26.6666666667vw}}.video-btn__play,.video-play{cursor:pointer!important}.video-btn__play:after,.video-play:after{display:inline-block;content:"";width:0;height:0;border-color:transparent transparent transparent #ccc;border-style:solid;border-width:1.3541666667vw 1.0416666667vw 1.3541666667vw 2.0833333333vw;border-radius:.2083333333vw;position:absolute;top:50%;left:35%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}@media screen and (max-width:1023px){.video-btn__play:after,.video-play:after{border-width:6.9333333333vw 5.3333333333vw 6.9333333333vw 10.6666666667vw;border-radius:2.1333333333vw}}.video-btn__enlarge{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAbsAAAG/CAMAAAD2Jok6AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAQlBMVEUAAADv///3+/v2+vr3+/v1/Pz0+vr39/f2+/v3+/v3+vr3+vr3+vr2+/v2+/v2+/v3+vr3+/v3+/v3/Pz3+/v///+2a3cEAAAAFHRSTlMAEEBwgFAwILDAYKDg8JDQZPT4mPHZLA4AAAABYktHRBXl2PmjAAAAB3RJTUUH5gsJChwvRiDJdgAADEJJREFUeNrt3WtjqrgCRmFAvKHonDP9/791qtZWW5FcSd5kra/TvYfsp9xCxKZxqO26VZ+89cZl2+fbdqlH9qpu6zuutut3+49s2g1tYLj14Zh6UFONh7XHuE7n1Nv/d0B9SL0hW7hbx8Fphxt2qTd8onEVbJ/LXO7S0XrfWx9Sb/O79kF2vTbXX85fHWxG265y/30cA1y1bPI7H0x0NsZr+zH1xs7nj7cRGKXlaCXkzIdTBN3nSc9kzxtkhmR+IHn5K5r7WeH3aOd/GWVOAZ+dfOwyumUNM9pT6g20q3OnW6Xe9sCjldrpLs0fRyaPmDJnBrPRCv4qOs8Y9am33KXJGZY263vxifYV7XbTo23Vjpe3HGfah9TbHXK0G7Er5nuOE5sic2FGo9W6T33I8aApOtxXo5Wl+/hwotum3upwoxWm+3CaGOtSb7Vr25Lo3G7P16m3OtRoNa+X7/Uudn3qrXbtl53ozcE9J7tS9jvFW/KHnOxkz3fPdoITYU9VbLdJvTVBR2Nc6q0OMVrxk92H4z1CozrsR7s+9cb4NjrRqT2n/O7BTv6I+bFzs1O90Hywk3vu/yenRcON7ITmj53ok5CHjo50qieLbzu1lVIvcrpDuCQ6G/1t16feEu+cdzvVwd/ttOcxn4bikOZB5z5g/bOd1/pMybmVu53kL95j7iv8rine433Zqd7ifOe3pL2RnIX/shNdbvOdN50i3s2uTb0Znll9nLAYvJud9rOf0XU+5Vc6H3q6dbOTng4LstNd22rtep34IXM8eL92RFbvaqd6c3f2eeHIRO1wUHmed7Vz+GU7HobudUZHsE3nX9Ad7tfuF2Dz3vTP/8LZWd+Y7yL+u5XfNtA10cXOdhp97zFzSOGWllwY7CZVQl2R11q4VUEXu97mDxwjvTyvlgIu6LrY2dzdjZzpvAq5Fu9iZ3GpEuLlTzUXdBnlxc7ix52XFdClsCtgO6u1fUbvQqKpAi9e7qyeGYefxqiqwNPGnc1DBM9n07UXeq60s7lFCPaC2CoLPs3d2SzV4CLTo/BPKDqLo7DjRzXoUoSHSzZ2ru98ojgLKrBbpCiPdDuLaRXsXIvzNL6zmFbBzrFIS7mwi1+sJSXYRS/aaiDsYhdvIRd2kYu4Bg+7uMVcPold1KKufMUuZnEXLWMXschvrMEuXrFfI4tdtKK/ARi7WMV/eTN2kVrgvdvYxcmd7v/Ypc2dbvwXu6R50G167FLmsYZ2bbFsD7vwedANNksusQueHx12CfOkwy5dvnTYJcubDrtU+dNhl6gAdNglyn0N7c9bd7FLkjvd4ecvwS5FQeiwS1EYOuwSFIgOu+ULRYfd4gWjw27p3L9e4Tcddgvnvob275cDYLdoIemwW7SgdNgtWVg67BYsMB12yxWaDrvFCk6H3VK5f+fh5KtIsVsmnzW0U38ndosUgw67RYpCh90SxaHDboEi0WEXv1h02EUvGh12sWvdP5E899Jt7OIWYg3tVNhFLSYddlGLSoddzOLSYRexyHTYxSs2HXbRik6HXbR2znSmX/uIXaTCLX+eDLs4LUCHXZyWoMMuSovQYRejZeiwi9BCdNiFbyk67ILnvobW9l8Nu8CFX/48GXZhW5AOu7AtSYdd0Balwy5ky9JhF7CF6bAL19J02AXLYw3t1u3/iF2g4i1/ngy7MCWgwy5MKeiwC1ISOuxClIYOuwAlosPOv20iOuy8i7+GdirsPEtHh51nCemw8yslHXZeJaXDzqe0dNh5lJgOO4/2aemwc2+xNbRTYedacjrsXEtPh51jGdBh51YOdNg5lQUddi7lQYdd1H+z3+0SbQd2Xy2+hnYq7GzLhg472/Khw86yjOiwsysnOuysyooOO5vyosPOoo0z3RiDDjvzUi1/ngw707Kjw860/OiwMyxDOuzMypEOO6OypMPOpDzpsDPIYw1tF3O7sJst9fLnybCbK1s67ObKlw67mTKmw+59OdNh97as6ZoVdm/Kmq7psJvOfQ3taYnN2xpvTlOdXSbLn6czne45NrXZZU9n/PWIl+2pyi5/OuP1M+umLjsBuqY1O2iOl5+tyE6BznQrrxdO9dhp0Jldad5eJV6N3UmDzmxq5fa1zbXYZbaG9k3t0XSTKrHToTOYW7k/ua/DToluflLzPjlXhZ0W3dxl1fe8ag12anTv8X6mxCuw06N7c9g8PqxSK99Oke7zguX11ebpcZOKtzN/IpYT3eetQv93dmz3vDS0dLtM19Ca1PZP+97x9Pt72Qq3E6a7bn6/vzznP+4PqxebU7adON1MRduVTVe0XeF0JduVTlewXfF05doZLh54lQhdsXZ5L38OU6F2NdAValcFXZl2ddAVaVcJXYl2tdAVaFcNXYF2pp/G+FufetMtK85OZPlziEqzq4iuNLua6Aqzq4quLLu66Iqyk/moT6AKsnNfiKlJV5Cd+7PW7Ic2UTkDdP5q8rRraD0qxs75iClLV47d/KdFS6Mrxs51txOmK8bOcQZama4Uu7ZCulLs3A6Z2nSl2DlNqYxb//9xygqxc7m5U1n+PFkhdg5zKvJ0pdjVSFetXQF0tdqVQFepXRF0ddqVQVeKnd1MtNga2qkKsbOaziyErhQ78+9iKYeuFLtNhXSl2Jmf8MqhK8bO9KBZEF0xdoavdSiJrhg7sx2vKLpy7Ey+2E50De1U5djNr60VpNsO/f7aafj7oLgcu9k31MrRbVdPx5L97yN+QXbN8HbPU6Pb/v1U0/FZryS7t4dNMbr29Qqc/eORsyi7pp2c1xS7wtxMzTWM3c8PlWXXNOuXgz6LPfR5t2Sx5O+2GP7oHcV2upnVpkV/p0x3euAbD53/37hscwuF7wMq0e6zbddfWwsun519JnJfE1yonXAG3134ZYFdbpksz7+d8rDLLKPv6j1efxS7zDJ7R8x1x8Murww/SHjd8bDLK9MPEl4mG7DLK9PFiqcGu9wy/TDaucEus8zXKjbYZZb5N5xusMss8/XdHXaZ1WMnG3a6Yacbdrphpxt2umGnG3a6Yacbdrphpxt2umGnG3a6Yacbdrphpxt2umGnG3a6Yacbdrphpxt2umGnG3a6Yacbdrphpxt2umGnG3a6Yacbdrphpxt2umGnm7ndGrvMMrfrscss7HTDTjfsdMNON+x0w0437HTDTjfsdMNON+x0w0437HTDTjfsdMNON+x0w0437HTDTjfsdMNON+x0w0437HTDTjfsdMNON+x0w0437HTDTjfsdMNON+x0w0437HTDTjfsdMNON+x0w0437HTDTjfsdMNON+x0w0437HTDTjfsdMNON+x0w0437HTDTjfsdMNON+x0w0437HTDTjfsdMNON+x0w0437HTDTjfsdMNON+x0w0437HTDTjfsdLOx22CXVTZ2HXZZhZ1u2OmGnW7Y6YadbtjpZm43NFvsssrcrmNeJbOw0w073bDTDTvdTlHsxtTDqqKjjd3Z+Ic3qcdVQeaP5C52e+MfHlIPrIJW5naNjd0p9cAqaGdlZ35yPKYeWAWZn+4uGr25NAfN2JnPUF4v+wfzHx/b1GMrPYtD5uHzx80fJHDGi93awqL//PnW4uc5akZtM1pQdJc/YWMHXsSs6D6u5y/zmwTwYmZHd7voN79JuLZKPcZCG6zorpcqVhea185d6mEW2Nbu6Hc//lncU3y1H7apx1pW3cHa4EvA/F7+p+Oh7zvyb9X3trvc9eD3pW55wqMMul912NwRUh59n7TsrnAofefvU6X9mZLS9nOjZvGwlrLo4aGA+boHyqHDw/2F7e05pe1pdoSrFaWeV1v2qTeHLHqelGzZ8XT6vci5T71BZNyfZwEuk5qUot2fqWwmxlR68QzHZTablq9/8Qxpy+WKQq8XOFsshadkTSxa4KiZf/1rOm7y8u/cTGWzRJoSNL5ZJ8QpL+/ertDjKWzOzaxr5klevh3e0zUteLk2Rwdets3TgZdpJnTgZZkZ3SceEyy5ZUrHrUJ2WX3okZv0jBotPzTXMbeZS3vrt2tw0suk3lbuetxk10vf2fEFfNafo6XAjU473a01q8dStvP7aHjPgTNVe+93MrToJclf7qq34si5dIdw7wheW7xfjnw7r8K+L7Ed4Fuk8yrGu2va9YknDFE7HoaYbyjtVv0eweCN+0PfLfRm2W3q1wGJtepfN1z/q+NR8j/BPYzHZ9a1YAAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMi0xMS0wOVQxMDoyODo0NyswMDowMNprMoUAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjItMTEtMDlUMTA6Mjg6NDcrMDA6MDCrNoo5AAAAAElFTkSuQmCC) 50% no-repeat;background-size:contain;opacity:1;border-radius:0;width:1.953125vw;height:1.953125vw;cursor:pointer!important}@media screen and (max-width:1023px){.video-btn__enlarge{width:13.3333333333vw;height:13.3333333333vw}}.swiper-pagination{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;line-height:0;text-align:center;bottom:1.3020833333vw;height:.5208333333vw;padding:0 5.2083333333vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.swiper-pagination{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;bottom:9.6vw;padding:0 4vw}}.swiper-pagination .swiper-pagination-bullet{font-size:0;width:.2604166667vw;height:.2604166667vw;padding:0;border-radius:50%;border:1px solid transparent;-webkit-transition:width .3s,height .3s,border-color .3s,background-color .3s;transition:width .3s,height .3s,border-color .3s,background-color .3s;background:#1f94d2;opacity:1!important;margin:0 0 0 1.5625vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.swiper-pagination .swiper-pagination-bullet{margin-left:5.3333333333vw;width:1.6vw;height:1.6vw;opacity:.8}}.swiper-pagination .swiper-pagination-bullet:first-child{margin-left:0}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.swiper-pagination .swiper-pagination-bullet:first-child{margin-left:0}}.swiper-pagination .swiper-pagination-bullet-active{opacity:1;background:#333;width:.5208333333vw;height:.5208333333vw;border:1px solid #1f94d2}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.swiper-pagination .swiper-pagination-bullet-active{width:2.6666666667vw;height:2.6666666667vw}}.faq-info .title svg path,.global-market-container-holder-title svg path,.section-title svg path,.titleBg path{fill:#1f94d2}@media screen and (min-width:1200px){body .bv_histogram_row_star svg,body [data-bv-show=rating_summary] .bv_main_container .bv_stars_component_container svg{width:1.1458333333vw}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){body .bv_histogram_row_star svg,body [data-bv-show=rating_summary] .bv_main_container .bv_stars_component_container svg{width:5.8666666667vw}}@media screen and (min-width:1200px){body .bv_histogram_row_star svg,body [data-bv-show=rating_summary] .bv_main_container .bv_stars_component_container svg{height:1.1458333333vw}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){body .bv_histogram_row_star svg,body [data-bv-show=rating_summary] .bv_main_container .bv_stars_component_container svg{height:5.8666666667vw}}body div.bv_modal_component_container[data-bv-modal] .bv_modal_outer_content{max-width:none}@media screen and (min-width:1200px){body div.bv_modal_component_container[data-bv-modal] .bv_modal_outer_content .bv_button_buttonFull{margin-top:1.0416666667vw}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){body div.bv_modal_component_container[data-bv-modal] .bv_modal_outer_content .bv_button_buttonFull{margin-top:2.1333333333vw}}body .PVOGu .gFzTjt{-webkit-transition:background-color .3s ease;transition:background-color .3s ease}body .gXNKhJ svg path{fill:#faad14}body .gXNKhJ .fcrnJX{color:#faad14}@media screen and (min-width:1200px){body .gXNKhJ .fcrnJX{font-size:.6770833333vw}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){body .gXNKhJ .fcrnJX{font-size:3.4666666667vw}}body .cTljrq,body .ctXAvX,body .cXFycK,body .iWzxFr{border-color:#d9d9d9}body .cTljrq:focus,body .ctXAvX:focus,body .cXFycK:focus,body .iWzxFr:focus{outline:none}body .cTljrq,body .ctXAvX{border-color:#f5222d}body .cdGsEP,body .jHLwWM{-webkit-transition:background-color .3s ease;transition:background-color .3s ease}body :focus{outline:none}body .bSELAb,body .cNLDjv,body .dfhJZn{color:#00b0f0;border-color:#00b0f0}body .cNLDjv{color:#155724;border-color:#155724}body .bSELAb{color:#faad14;border-color:#faad14}body .dtbcFW,body .ivnPiD{color:#f5222d}body .gKafYj,body .jZyaYA{border-color:#f5222d}body .hnxeNR{background-color:#fff}body .hgTOIS{border-color:#fff}body .lmnMOP{border-color:#f5222d}body .iUsKot button,body .ldHsQd button{-webkit-transition:background-color .3s ease;transition:background-color .3s ease;background-color:#1f94d2}body .iUsKot button:hover,body .ldHsQd button:hover{background-color:#00b0f0}body .kxgKIb svg path{fill:#f5222d}body .ljFbKS{color:#f5222d}body .cIHUbi[checked=true]{border-color:#1f94d2}body .cIHUbi[checked=true] svg{fill:#1f94d2;background:#fff}body .dmGCeR{white-space:break-spaces}@media screen and (min-width:1200px){body .eayAqh{text-indent:1.0416666667vw}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){body .eayAqh{text-indent:2.6666666667vw}}body .fVALEs{height:100%}body .gsKXqT{background-color:transparent;height:100%}@media screen and (max-width:767px){body .gsKXqT{padding-left:3.2vw;font-size:4.2666666667vw}}@media screen and (max-width:767px){body .eLheDA{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:start;-ms-flex-align:start;align-items:start}}body .eLheDA button{width:auto}body [data-bv-show=rating_summary] .bv_main_container .bv_avgRating_component_container,body [data-bv-show=rating_summary] .bv_main_container .bv_button_buttonMinimalist,body [data-bv-show=rating_summary] .bv_main_container .bv_numReviews_text{color:#333}body .my-product-reviews [data-bv-show=rating_summary],body [data-bv-show=rating_summary]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (min-width:1200px){body .my-product-reviews [data-bv-show=rating_summary]{padding-left:.9375vw}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){body .my-product-reviews [data-bv-show=rating_summary]{padding-left:2.1333333333vw}}body .my-product-reviews [data-bv-show=rating_summary] .bv_main_container div.bv_main_container_row_flex{display:none}body .my-product-reviews [data-bv-show=rating_summary] .bv_main_container .bv_avgRating_component_container,body .my-product-reviews [data-bv-show=rating_summary] .bv_main_container .bv_button_buttonMinimalist,body .my-product-reviews [data-bv-show=rating_summary] .bv_main_container .bv_numReviews_text{color:#1b1b1b;font-weight:700}@media screen and (min-width:1200px){body .my-product-reviews [data-bv-show=rating_summary] .bv_main_container .bv_avgRating_component_container,body .my-product-reviews [data-bv-show=rating_summary] .bv_main_container .bv_button_buttonMinimalist,body .my-product-reviews [data-bv-show=rating_summary] .bv_main_container .bv_numReviews_text{font-size:1.1458333333vw}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){body .my-product-reviews [data-bv-show=rating_summary] .bv_main_container .bv_avgRating_component_container,body .my-product-reviews [data-bv-show=rating_summary] .bv_main_container .bv_button_buttonMinimalist,body .my-product-reviews [data-bv-show=rating_summary] .bv_main_container .bv_numReviews_text{font-size:4.2666666667vw}}@media screen and (min-width:1200px){body .my-product-reviews [data-bv-show=rating_summary] .bv_main_container .bv_avgRating_component_container,body .my-product-reviews [data-bv-show=rating_summary] .bv_main_container .bv_button_buttonMinimalist,body .my-product-reviews [data-bv-show=rating_summary] .bv_main_container .bv_numReviews_text{line-height:1.25vw}}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){body .my-product-reviews [data-bv-show=rating_summary] .bv_main_container .bv_avgRating_component_container,body .my-product-reviews [data-bv-show=rating_summary] .bv_main_container .bv_button_buttonMinimalist,body .my-product-reviews [data-bv-show=rating_summary] .bv_main_container .bv_numReviews_text{line-height:6.4vw}}body .jHLwWM{color:#333;background-color:#fff;border:1px solid #1f94d2}body .product-list [data-bv-show=rating_summary],body .related-product [data-bv-show=rating_summary],body .related-products__container [data-bv-show=rating_summary],body .search-holder [data-bv-show=rating_summary]{position:relative}body .product-list [data-bv-show=rating_summary] :after,body .related-product [data-bv-show=rating_summary] :after,body .related-products__container [data-bv-show=rating_summary] :after,body .search-holder [data-bv-show=rating_summary] :after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}body .product-list [data-bv-show=rating_summary] .bv_main_container div.bv_main_container_row_flex,body .related-product [data-bv-show=rating_summary] .bv_main_container div.bv_main_container_row_flex,body .related-products__container [data-bv-show=rating_summary] .bv_main_container div.bv_main_container_row_flex,body .search-holder [data-bv-show=rating_summary] .bv_main_container div.bv_main_container_row_flex{display:none}body .cxRHxT{font-size:inherit!important;line-height:inherit!important}.teaser{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media screen and (max-width:1023px){.teaser{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important}}.teaser.flex-reserve{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.teaser.flex-reserve .teaser_info{padding-left:0;padding-right:7.8125vw}.teaser_asset{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;position:relative;overflow:hidden}.teaser_asset img{-webkit-transition:all .3s;transition:all .3s}@media screen and (min-width:1200px){.teaser_asset:hover img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}}.teaser_asset_img{font-size:0}.teaser_asset_img img{width:100%;height:auto}.teaser_info{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;padding:3.90625vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:auto}@media screen and (max-width:1023px){.teaser_info{padding:0!important;margin-top:5.3333333333vw;display:block}}.teaser_info.com-bg-color-blue{padding:2.34375vw 0 1.5625vw 7.8125vw}.teaser_info_title{font-size:3.125vw;line-height:1.3;font-weight:700}@media screen and (max-width:1023px){.teaser_info_title{font-size:5.3333333333vw}}.teaser_info_desc{font-size:1.5625vw;margin-top:1.5625vw;line-height:1.4;font-weight:400}@media screen and (max-width:1023px){.teaser_info_desc{margin-top:2.6666666667vw;font-size:4.2666666667vw}}.teaser_info_operate{margin-top:3.125vw}@media screen and (max-width:1023px){.teaser_info_operate{margin-top:9.6vw}}.teaser_popup{position:fixed}.media_item{position:relative;overflow:hidden}.media_item,.media_item iframe,.media_item img{width:100%;height:100%}.media_item_instagram{height:calc(100% + 55px)!important;position:relative;top:-55px}.media_item a{position:absolute;top:0;left:0;right:0;bottom:0;z-index:99}.media_item iframe{border:none;overflow:hidden;width:100%}.media_panel{padding-top:6.25vw;padding-bottom:6.25vw;background-color:#1f94d2}@media screen and (max-width:1023px){.media_panel{padding-top:16vw;padding-bottom:16vw}}.media_panel_title{margin-bottom:6.25vw;font-size:2.5vw;line-height:2.65625vw;font-weight:700;word-wrap:break-word}@media screen and (max-width:1023px){.media_panel_title{margin-bottom:10.6666666667vw;font-size:8.5333333333vw;line-height:9.0666666667vw}}.media_panel_container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media screen and (max-width:1023px){.media_panel_container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.media_panel_column{width:25%}@media screen and (max-width:1023px){.media_panel_column{width:100%}}.media_panel_row{margin-bottom:1.5625vw}.media_panel_row_square{width:20.8333333333vw;height:20.8333333333vw}.media_panel_row_rectangle{width:20.8333333333vw;height:43.2291666667vw}.media_panel_row_rectangle .media_item.instagram iframe{max-width:none!important;margin:0!important}@media screen and (min-width:1024px){.media_panel_row_rectangle .media_item.instagram iframe{min-width:36.4583333333vw!important;height:calc(43.22917vw + 74px)!important;-webkit-transform:translate(-7.03125vw,-74px)!important;-ms-transform:translate(-7.03125vw,-74px)!important;transform:translate(-7.03125vw,-74px)!important}}@media screen and (max-width:1023px){.media_panel_row_rectangle .media_item.instagram iframe{min-width:133.3333333333vw!important;height:calc(152vw + 56px)!important;-webkit-transform:translate(-20.8vw,-56px)!important;-ms-transform:translate(-20.8vw,-56px)!important;transform:translate(-20.8vw,-56px)!important}}@media screen and (max-width:1023px){.media_panel_row{margin-bottom:0}.media_panel_row_rectangle,.media_panel_row_square{margin-bottom:8vw}.media_panel_row_square{width:92vw;height:92vw}.media_panel_row_rectangle{width:92vw;height:152vw}}.match-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:relative;padding-bottom:2.1875vw;text-align:center}@media screen and (max-width:1023px){.match-item{padding-bottom:0;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.match-item__score{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2;margin:1.171875vw 6.25vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media screen and (max-width:1023px){.match-item__score{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;margin:0 0 10.6666666667vw;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%}}.match-item__score-item{font-weight:700;background-color:#fff;width:7.8125vw;height:7.8125vw;font-size:3.75vw;line-height:7.8125vw;border-radius:1.171875vw}@media screen and (max-width:1023px){.match-item__score-item{width:26.6666666667vw;height:26.6666666667vw;font-size:12.8vw;line-height:26.6666666667vw;border-radius:4vw}}.match-item__score-item:first-child{position:relative;margin-right:5.859375vw}@media screen and (max-width:1023px){.match-item__score-item:first-child{margin-right:20vw}}.match-item__score-item:first-child:after{position:absolute;content:":";right:-3.3854166667vw}@media screen and (max-width:1023px){.match-item__score-item:first-child:after{right:-12vw}}.match-item__home{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.match-item__away{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.match-item__away,.match-item__home{position:relative;padding-bottom:5.9375vw}@media screen and (max-width:1023px){.match-item__away,.match-item__home{width:50%;padding-bottom:0}}.match-item__away-img,.match-item__home-img{width:11.71875vw;height:11.71875vw;font-size:0}@media screen and (max-width:1023px){.match-item__away-img,.match-item__home-img{width:21.3333333333vw;height:21.3333333333vw;display:inline-block}}.match-item__away-img img,.match-item__home-img img{height:100%;width:100%}.match-item__away-name,.match-item__home-name{font-size:1.875vw;position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:-webkit-max-content;width:-moz-max-content;width:max-content}@media screen and (max-width:1023px){.match-item__away-name,.match-item__home-name{position:relative;-webkit-transform:none;-ms-transform:none;transform:none;left:auto;width:auto;font-size:4.2666666667vw;margin-top:5.3333333333vw}}.match-item__info{position:absolute;bottom:0;font-size:1.5625vw;line-height:1.5}@media screen and (max-width:1023px){.match-item__info{position:relative;font-size:4.8vw;margin-top:5.3333333333vw;-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}}.match-item__info-date{font-weight:700}.mancity-match__container{padding-top:4.6875vw;padding-bottom:4.6875vw;min-height:36.4583333333vw;background-color:rgba(162,195,229,.15)}@media screen and (max-width:1023px){.mancity-match__container{padding-top:16vw;padding-bottom:16vw;min-height:136vw}}.mancity-match__container-tab{color:#a2c3e5;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-weight:700}.mancity-match__container-tab p{padding:0 .78125vw;font-size:1.875vw;line-height:1;cursor:pointer;-webkit-transition:color .3s ease;transition:color .3s ease}@media screen and (max-width:1023px){.mancity-match__container-tab p{padding:0 2.6666666667vw;font-size:5.3333333333vw}}.mancity-match__container-tab p.actived{color:#152c5b;cursor:auto}.mancity-match__container-tab p:first-child{border-right:3px solid #a2c3e5}.mancity-match__container-info{margin-top:4.6875vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}@media screen and (max-width:1023px){.mancity-match__container-info{margin-top:10.6666666667vw}}.mancity-match__container-info .mancity-match__container-next .arrow{display:none!important}.mancity-match__container-info.next-match{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.mancity-match__container-info.next-match .mancity-match__container-latest .arrow{display:none!important}.mancity-match__container-info.next-match .mancity-match__container-next .arrow{display:block!important}.mancity-match__container-latest,.mancity-match__container-next{width:100%;position:relative}.mancity-match__container-latest .arrow,.mancity-match__container-next .arrow{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:1;cursor:pointer;display:none}.mancity-match__container-latest .arrow[role=button],.mancity-match__container-next .arrow[role=button]{display:block}.mancity-match__container-latest .arrow[aria-disabled=true],.mancity-match__container-next .arrow[aria-disabled=true]{opacity:.5;cursor:auto}.mancity-match__container-latest .arrow:before,.mancity-match__container-next .arrow:before{border-color:#152c5b}.mancity-match__container-latest .arrow.arrow_prev,.mancity-match__container-next .arrow.arrow_prev{left:0}@media screen and (max-width:1023px){.mancity-match__container-latest .arrow.arrow_prev,.mancity-match__container-next .arrow.arrow_prev{left:-2.1333333333vw}}.mancity-match__container-latest .arrow.arrow_next,.mancity-match__container-next .arrow.arrow_next{right:0}@media screen and (max-width:1023px){.mancity-match__container-latest .arrow.arrow_next,.mancity-match__container-next .arrow.arrow_next{right:-2.1333333333vw}}.cmp-teaser-remastered{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:1023px){.cmp-teaser-remastered{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.cmp-teaser-remastered__cover{position:absolute;left:0;top:0;right:0;bottom:0!important;width:100%;height:100%;cursor:pointer}.cmp-teaser-remastered__cover--black{background-color:rgba(51,51,51,.6)}.cmp-teaser-remastered__content{width:50%}@media screen and (max-width:1023px){.cmp-teaser-remastered__content{width:100%}}.cmp-teaser-remastered__media{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}@media screen and (max-width:1023px){.cmp-teaser-remastered__media{width:100%}}.cmp-teaser-remastered__media{position:relative;overflow:hidden}.cmp-teaser-remastered__media__extral,.cmp-teaser-remastered__media__video{display:none}.cmp-teaser-remastered__media img{width:100%;-webkit-transition:all .3s;transition:all .3s}.cmp-teaser-remastered__media__origin .cmp-teaser-remastered__cover{display:none}.cmp-teaser-remastered__media__extral__video{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%}.cmp-teaser-remastered__media__extral__video video{max-width:100%;max-height:100%;background-color:#333}.cmp-teaser-remastered__media__extral__video iframe{width:100%!important;height:100%!important;display:block!important}.cmp-teaser-remastered__media__extral__video__container{width:100%;height:100%;background-color:#333;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.cmp-teaser-remastered__content{padding:0 0 0 5.2083333333vw}.cmp-teaser-remastered__content .cm__rte *{padding:0;margin:0}@media screen and (max-width:1023px){.cmp-teaser-remastered__content{padding:5.3333333333vw 0}}.cmp-teaser-remastered__content__subtitle{margin-bottom:.5208333333vw;font-size:.7291666667vw;word-wrap:break-word}@media screen and (max-width:1023px){.cmp-teaser-remastered__content__subtitle{margin-bottom:2.6666666667vw;font-size:3.7333333333vw}}.cmp-teaser-remastered__content__title{line-height:1.3;word-wrap:break-word}.cmp-teaser-remastered__content__title p{font-size:2.0833333333vw;font-weight:700}@media screen and (max-width:1023px){.cmp-teaser-remastered__content__title p{font-size:5.3333333333vw}}.cmp-teaser-remastered__content__desc{line-height:1.4;margin:1.0416666667vw 0 0;word-wrap:break-word}.cmp-teaser-remastered__content__desc p{font-size:1.0416666667vw}@media screen and (max-width:1023px){.cmp-teaser-remastered__content__desc p{font-size:4.2666666667vw}}@media screen and (max-width:1023px){.cmp-teaser-remastered__content__desc{margin:2.6666666667vw 0 0}}.cmp-teaser-remastered__content__dscm{margin-top:1.5625vw;line-height:1.4;word-wrap:break-word}.cmp-teaser-remastered__content__dscm p{font-size:.7291666667vw}@media screen and (max-width:1023px){.cmp-teaser-remastered__content__dscm p{font-size:3.7333333333vw}}@media screen and (max-width:1023px){.cmp-teaser-remastered__content__dscm{margin-top:5.3333333333vw}}.cmp-teaser-remastered__content__btn{margin-top:2.0833333333vw;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;line-height:1.5;padding:.78125vw 3.0208333333vw;border-radius:1.5625vw;white-space:unset;height:auto;text-align:center}.cmp-teaser-remastered__content__btn[href=""]{cursor:default}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.cmp-teaser-remastered__content__btn{padding:4vw 15.4666666667vw;border-radius:8vw}}@media screen and (max-width:1023px){.cmp-teaser-remastered__content__btn{margin-top:10.6666666667vw;padding:4vw 15.4666666667vw;border-radius:8vw}}.cmp-teaser-remastered.align-left .cmp-teaser-remastered__content{text-align:left}.cmp-teaser-remastered.align-center .cmp-teaser-remastered__content{text-align:center}.cmp-teaser-remastered.align-right .cmp-teaser-remastered__content{text-align:right}.cmp-teaser-remastered.media-hover-enlarge .cmp-teaser-remastered__media__origin:hover img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media__origin,.cmp-teaser-remastered.media-video.play-hover .cmp-teaser-remastered__media__origin{opacity:1;-webkit-transition:all .3s;transition:all .3s;z-index:5}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media__extral,.cmp-teaser-remastered.media-video.play-hover .cmp-teaser-remastered__media__extral{width:100%;height:100%;position:absolute;left:0;top:0;z-index:-1;display:block}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media:hover .cmp-teaser-remastered__media__origin,.cmp-teaser-remastered.media-video.play-hover .cmp-teaser-remastered__media:hover .cmp-teaser-remastered__media__origin{opacity:0}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media__extral{border:0}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media__extral__video{display:none}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media__extral__img,.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media__extral__img picture{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:100%}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media__extral__img picture{z-index:4;-webkit-transition:all .3s;transition:all .3s;opacity:0;width:100%}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media__extral__img picture img{width:auto;height:auto;max-width:100%;max-height:100%}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media:hover .cmp-teaser-remastered__media__extral__img picture{opacity:1}.cmp-teaser-remastered.media-video.play-hover .cmp-teaser-remastered__media__extral{border:none;z-index:0}.cmp-teaser-remastered.media-video.play-hover .cmp-teaser-remastered__media__extral__img,.cmp-teaser-remastered.media-video.play-hover .cmp-teaser-remastered__media__extral__video{display:none}.cmp-teaser-remastered.media-video.play-hover .cmp-teaser-remastered__media:hover .cmp-teaser-remastered__media__extral__video{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.cmp-teaser-remastered.media-video.play-popup .cmp-teaser-remastered__cover{display:block}@media screen and (max-width:1023px){.cmp-teaser-remastered.media-video.play-hover .cmp-teaser-remastered__cover,.cmp-teaser-remastered.media-video.play-hover.play .cmp-teaser-remastered__media__extral__video{display:block}}@media screen and (max-width:1023px){.cmp-teaser-remastered.media-hover-enlarge .cmp-teaser-remastered__media__origin:hover img{-webkit-transform:none;-ms-transform:none;transform:none}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media:hover .cmp-teaser-remastered__media__origin{opacity:1}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media:hover .cmp-teaser-remastered__media__extral{display:none}}.cmp-teaser-remastered.media-video.play-auto.play .cmp-teaser-remastered__cover--black{display:none}@media screen and (min-width:1201px){.cmp-teaser-remastered.media-video.play-auto.play .cmp-teaser-remastered__media:hover .cmp-teaser-remastered__cover--black{display:block}}.cmp-teaser-remastered.media-video.play-auto.play .cmp-teaser-remastered__media__origin{opacity:0}.cmp-teaser-remastered.media-video.play-auto.play .cmp-teaser-remastered__media__extral{width:100%;height:100%;position:absolute;left:0;top:0;display:block}.teaser.text-first .cmp-teaser-remastered{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media screen and (max-width:1023px){.teaser.text-first .cmp-teaser-remastered{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.teaser.text-first .cmp-teaser-remastered__content{padding:0 5.2083333333vw 0 0}.write-a-review-cmp .write-a-review-wrapper{width:41.6666666667vw;margin:0 auto;padding:1.5625vw}.write-a-review-cmp .pr-footer button[type=submit]{background-color:#1f94d2;border:none;border-radius:1.5625em;color:#fff}.write-a-review-cmp .pr-footer button[type=submit]:hover{background:#79bfe4}@media screen and (max-width:1023px){.write-a-review-cmp .write-a-review-wrapper{padding:4vw;width:90%}}.product{height:auto}.product .product-color-item-imgs{display:block}.product .swiper-pagination{position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-top:1.0416666667vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.product .swiper-pagination{margin-top:2.6666666667vw}}.product:hover .arrow_next,.product:hover .arrow_prev{visibility:visible}.product .arrow_next,.product .arrow_prev{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);visibility:hidden}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.product .arrow_next,.product .arrow_prev{visibility:visible}}.product .arrow_prev{left:1.5625vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.product .arrow_prev{left:4vw}}.product .arrow_next{right:1.5625vw}@media screen and (max-width:639px),screen and (max-width:1200px)and (max-aspect-ratio:1/1){.product .arrow_next{right:4vw}}