:root{--wsc-drawer-z-index:199920}.wsc-drawer{height:100%;left:0;position:fixed;top:0;width:100%;z-index:199920;z-index:var(--wsc-drawer-z-index)}.wsc-drawer--actived .wsc-drawer__cover{opacity:1}.wsc-drawer--actived .wsc-drawer__container{transform:translate(0)}.wsc-drawer__cover{background-color:#000000b3;background-color:var(--wsc-color-cover);height:100%;opacity:0;transition:opacity .3s ease;width:100%}.wsc-drawer__container{background-color:#fff;background-color:var(--wsc-color-white);overflow:auto;padding:20px;padding:var(--wsc-mob-padding-common);position:absolute;transition:transform .3s ease}.wsc-drawer__container--top{left:0;top:0;transform:translateY(-100%);width:100%}.wsc-drawer__container--bottom{bottom:0;left:0;transform:translateY(100%);width:100%}.wsc-drawer__container--right{height:100%;right:0;top:0;transform:translate(100%);width:85%}.wsc-drawer__container--left{height:100%;left:0;top:0;transform:translate(-100%);width:85%}.wsc-filter__group,.wsc-filter__group__title{margin-bottom:10px;margin-bottom:var(--wsc-filter-option-gap)}.wsc-filter__group__title{font-size:14px;font-size:var(--wsc-filter-title-font-size)}.wsc-filter__list{display:flex;flex-wrap:wrap;overflow:hidden;transition:height .3s ease}.wsc-filter__option{margin-bottom:10px;margin-bottom:var(--wsc-filter-option-gap);margin-right:10px;margin-right:var(--wsc-filter-option-gap)}.wsc-filter__expand{display:inline-block}:root{--wsc-filter-drawer-operate-gap:10px}.wsc-filter__drawer{position:relative}.wsc-filter__drawer__operate{background-color:#fff;display:flex}.wsc-filter__drawer__operate .wsc-button{flex:1}.wsc-filter__drawer__operate .wsc-button:first-child{margin-right:10px;margin-right:var(--wsc-filter-drawer-operate-gap)}:root{--wsc-pagination-btn-gap-vertical:4px;--wsc-pagination-btn-gap-horizontal:8px;--wsc-pagination-btn-border-color:var(--wsc-color-border);--wsc-pagination-btn-actived-color:var(--wsc-color-main);--wsc-pagination-btn-actived-font-color:#fff;--wsc-pagination-fraction-btn-gap:30px}.wsc-pagination__container{align-items:center;display:flex}.wsc-pagination__item,.wsc-pagination__next,.wsc-pagination__prev{border:1px solid #ccc;border:1px solid var(--wsc-pagination-btn-border-color);cursor:pointer;min-width:34px;padding:4px 8px;padding:var(--wsc-pagination-btn-gap-vertical) var(--wsc-pagination-btn-gap-horizontal);text-align:center;transition:all .3s ease}.wsc-pagination__item--disabled,.wsc-pagination__next--disabled,.wsc-pagination__prev--disabled{cursor:no-drop;opacity:.5}.wsc-pagination__item--actived{background-color:#498ff2;background-color:var(--wsc-pagination-btn-actived-color);border-color:#498ff2;border-color:var(--wsc-pagination-btn-actived-color);color:#fff;color:var(--wsc-pagination-btn-actived-font-color)}.wsc-pagination__nums{margin:0 30px;margin:0 var(--wsc-pagination-fraction-btn-gap)}.wsc-dialog{background-color:#000000b3;background-color:var(--wsc-color-cover);bottom:0!important;font-size:16px;left:0;opacity:0;overflow:auto;position:fixed;right:0;top:0;transform:translate3d(0,-20px,0);transition:all .3s ease}.wsc-dialog--space{padding:10px 0}.wsc-dialog--space:first-child{padding-top:0}.wsc-dialog--space:last-child{padding-bottom:0}.wsc-dialog--actived{opacity:1;transform:translateZ(0)}.wsc-dialog__wrapper{background-color:#fff;background-color:var(--wsc-color-white);left:50%;padding:20px;position:absolute;top:50%;transform:translate(-50%,-50%);width:50%}@media screen and (max-width:767px){.wsc-dialog__wrapper{width:100%}}.wsc-dialog__header{position:relative}.wsc-dialog__close{padding:0;position:absolute;right:0;width:12px}.wsc-dialog__parent--hidden{overflow:hidden}:root{--wsc-theme-color:#af6437}.wsc-address{color:#f6f6f6}.wsc-address__wrapper{display:flex;flex:1;flex-wrap:wrap}@media screen and (max-width:767px){.wsc-address__wrapper{flex-direction:column}}.wsc-address__select{background-image:linear-gradient(45deg,transparent 50%,#ccc 0),linear-gradient(135deg,#ccc 50%,transparent 0),linear-gradient(90deg,transparent,transparent);background-position:calc(100% - 11px) 50%,calc(100% - 5px) 50%,100% 0;background-repeat:no-repeat;background-size:6px 6px,6px 6px,3em 3em;margin-left:2%;padding:22px 20px 22px 10px}.wsc-address__select:first-child{margin-left:0}.wsc-address__select option{overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:767px){.wsc-address__select{margin-bottom:20px;margin-left:0;padding:13px 20px 13px 8px;width:100%}.wsc-address__select:last-child{margin-bottom:0}}.form__group{display:flex;margin-bottom:40px}.form__label{color:#333;display:flex;font-size:18px;margin:11px 40px 0 0;text-align:justify;width:10%}.form__label--required:before{color:#af6437;color:var(--wsc-theme-color);content:"*";display:inline-block;font-size:26px;line-height:1;padding-right:30%}@media screen and (max-width:767px){.form__label--required:before{padding-right:10%}.form__label{font-size:14px;width:25%}}@media screen and (max-width:767px) and (max-width:767px){.form__label{margin-right:20px}}.form__fields{appearance:none;-moz-appearance:none;-webkit-appearance:none;background-color:#f6f6f6;border:none;flex:1;font-size:14px;line-height:1.3;position:relative}.form__error{color:#af6437;color:var(--wsc-theme-color);font-size:14px;width:100%}.form__input{padding:22px 10px;width:100%}:root{--wsc-color-white:#fff;--wsc-color-main:#498ff2;--wsc-color-common:#666;--wsc-color-cover:rgba(0,0,0,.7);--wsc-color-border:#ccc;--wsc-font-size-common:14px;--wsc-mob-padding-common:20px;--wsc-z-index-high-level:200000}a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,form,h1,h2,h3,h4,h5,h6,html,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;margin:0;outline:0;padding:0;vertical-align:baseline}input[type=search]{mbox-sizing:content-box}:root{--wsc-button-padding-vertical:8px;--wsc-button-padding-horizontal:20px;--wsc-button-font-size:12px;--wsc-button-border-color:var(--wsc-color-border);--wsc-button-background-color:#498ff2;--wsc-button-border-radius:4px}.wsc-button{border:1px solid transparent;border-radius:4px;border-radius:var(--wsc-button-border-radius);cursor:pointer;display:inline-block;font-size:12px;font-size:var(--wsc-button-font-size);padding:8px 20px;padding:var(--wsc-button-padding-vertical) var(--wsc-button-padding-horizontal);text-align:center;transition:all .3s ease}.wsc-button--default{border-color:#ccc;border-color:var(--wsc-button-border-color)}.wsc-button--main{background-color:#498ff2;background-color:var(--wsc-button-background-color);color:#fff}.wsc-icon{display:inline-block;line-height:1;vertical-align:baseline}.wsc-icon__plus{position:relative}.wsc-icon__plus,.wsc-icon__plus:before{background-color:#ccc;height:2px;width:100%}.wsc-icon__plus:before{content:"";left:50%;position:absolute;transform:translate(-50%) rotate(90deg)}.wsc-icon__close{position:relative;transform:rotate(45deg)}.wsc-icon__close,.wsc-icon__close:before{background-color:#ccc;height:2px;width:100%}.wsc-icon__close:before{content:"";left:50%;position:absolute;transform:translate(-50%) rotate(90deg)}.wsc-icon__triangle--down{border:6 solid transparent;border-top-color:#aaa;height:0;width:0}@media screen and (max-width:767px){.wsc-icon__triangle--down{border-width:6}}.show{display:initial!important}:root{--wsc-filter-title-font-size:14px;--wsc-filter-option-gap:10px;--wsc-message-box-z-index:199920}.wsc-message-box{height:100%;left:0;position:fixed;top:0;width:100%;z-index:199920;z-index:var(--wsc-message-box-z-index)}.wsc-message-box__cover{background-color:#000000b3;background-color:var(--wsc-color-cover);height:100%;width:100%}.wsc-message-box__container{animation:cmpFadeIn .4s ease;background-color:#fff;background-color:var(--wsc-color-white);left:50%;padding:2em;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);transform-origin:0 0;width:345px}.wsc-message-box__container--success path{fill:#52c41a}.wsc-message-box__container--error path{fill:#dc3545}.wsc-message-box__container svg{height:40px;width:40px}.wsc-message-box__message{margin:1em 0 2em}@keyframes cmpFadeIn{0%{transform:scale(0) translate(-50%,-50%)}to{transform:scale(1) translate(-50%,-50%)}}*,:focus{outline:none}a,abbr,address,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,form,h1,h2,h3,h4,h5,h6,html,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,ul,var{border:0;margin:0;outline:0;padding:0;vertical-align:baseline}ol,ul{list-style:none}table{border-collapse:separate}caption,table,td,th{vertical-align:middle}a img{border:none}picture{display:block}img,picture{font-size:0;vertical-align:middle}a{background-color:transparent}a:active,a:hover{outline:0}[hidden],audio:not([controls]){display:none}audio,canvas,video{*zoom:1;display:inline-block;*display:inline}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}svg:not(:root){overflow:hidden}audio:not([controls]){display:none;height:0}[hidden],template{display:none}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-size:100%;font-style:inherit;font-weight:inherit;vertical-align:baseline}button,input,optgroup,select,textarea{margin:0}button{background-color:transparent;border:none;overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}a{color:inherit}a,a:hover{text-decoration:none}a:focus,li:focus{outline:none}body{margin:0 auto;overflow-x:hidden}*{box-sizing:border-box;scroll-behavior:smooth}a[href=""]{cursor:default}input,textarea{font-family:inherit}.align-left,.align-left *{text-align:left}.align-center,.align-center *{text-align:center}.align-right,.align-right *{text-align:right}@media screen and (min-width:1200px){.align-left-pc,.align-left-pc *{text-align:left}.align-center-pc,.align-center-pc *{text-align:center}.align-right-pc,.align-right-pc *{text-align:right}}@media screen and (max-width:767px){.align-left-mobile,.align-left-mobile *{text-align:left}.align-center-mobile,.align-center-mobile *{text-align:center}.align-right-mobile,.align-right-mobile *{text-align:right}}.flex-vertical-top{align-items:flex-start!important}.flex-vertical-center{align-items:center!important}.flex-vertical-bottom{align-items:flex-end!important}.flex-horizontal-left{justify-content:flex-start!important}.flex-horizontal-center{justify-content:center!important}.flex-horizontal-right{justify-content:flex-end!important}@media screen and (min-width:1200px){.flex-vertical-top-pc{align-items:flex-start!important}.flex-vertical-center-pc{align-items:center!important}.flex-vertical-bottom-pc{align-items:flex-end!important}.flex-horizontal-left-pc{justify-content:flex-start!important}.flex-horizontal-center-pc{justify-content:center!important}.flex-horizontal-right-pc{justify-content:flex-end!important}}@media screen and (max-width:767px){.flex-vertical-top-mobile{align-items:flex-start!important}.flex-vertical-center-mobile{align-items:center!important}.flex-vertical-bottom-mobile{align-items:flex-end!important}}.font-white{color:#fff}.overflow-hidden{overflow:hidden!important}.hide{display:none!important}.show{display:block!important}.float-right{float:right}.float-left{float:left}.clear:after,.clear:before{clear:both;content:"";display:table}.ellipsis{background:-webkit-linear-gradient(left,transparent,#fff 55%);background:-o-linear-gradient(right,transparent,#fff 55%);background:-moz-linear-gradient(right,transparent,#fff 55%);background:linear-gradient(90deg,transparent,#fff 55%);bottom:0;padding-left:10px;position:absolute;right:0}.none-spacing{padding-bottom:0!important}.visibilityHidden{clip:rect(1px,1px,1px,1px);border:0;clip-path:inset(0 0 99.9% 99.9%);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.aem-AuthorLayer-Edit .form-v3 .new,.aem-AuthorLayer-Edit .product-detail .product-detail__info__actions .newpar.new.section.aem-Grid-newComponent.cq-Editable-dom{width:100%}html{scroll-behavior:smooth}.com-text-center,.com-text-center *{text-align:center}@font-face{font-family:iconfont-midea;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/iconfont.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/iconfont.woff) format("woff"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/iconfont.ttf) format("truetype")}@font-face{font-display:swap;font-family:HCo Gotham;font-style:normal;font-weight:100;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-Thin_Web.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-Thin_Web.woff) format("woff")}@font-face{font-display:swap;font-family:HCo Gotham;font-style:italic;font-weight:100;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-ThinItalic_Web.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-ThinItalic_Web.woff) format("woff")}@font-face{font-display:swap;font-family:HCo Gotham;font-style:normal;font-weight:200;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-XLight_Web.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-XLight_Web.woff) format("woff")}@font-face{font-display:swap;font-family:HCo Gotham;font-style:italic;font-weight:200;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-XLightItalic_Web.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-XLightItalic_Web.woff) format("woff")}@font-face{font-display:swap;font-family:HCo Gotham;font-style:normal;font-weight:300;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-Light_Web.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-Light_Web.woff) format("woff")}@font-face{font-display:swap;font-family:HCo Gotham;font-style:italic;font-weight:300;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-LightItalic_Web.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-LightItalic_Web.woff) format("woff")}@font-face{font-display:swap;font-family:HCo Gotham;font-style:normal;font-weight:400;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-Book_Web.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-Book_Web.woff) format("woff")}@font-face{font-display:swap;font-family:HCo Gotham;font-style:italic;font-weight:400;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-BookItalic_Web.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-BookItalic_Web.woff) format("woff")}@font-face{font-display:swap;font-family:HCo Gotham;font-style:normal;font-weight:500;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-Medium_Web.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-Medium_Web.woff) format("woff")}@font-face{font-display:swap;font-family:HCo Gotham;font-style:italic;font-weight:500;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-MediumItalic_Web.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-MediumItalic_Web.woff) format("woff")}@font-face{font-display:swap;font-family:HCo Gotham;font-style:normal;font-weight:700;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-Bold_Web.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-Bold_Web.woff) format("woff")}@font-face{font-display:swap;font-family:HCo Gotham;font-style:italic;font-weight:700;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-BoldItalic_Web.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-BoldItalic_Web.woff) format("woff")}@font-face{font-display:swap;font-family:HCo Gotham;font-style:normal;font-weight:800;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-Black_Web.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-Black_Web.woff) format("woff")}@font-face{font-display:swap;font-family:HCo Gotham;font-style:italic;font-weight:800;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-BlackItalic_Web.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-BlackItalic_Web.woff) format("woff")}@font-face{font-display:swap;font-family:HCo Gotham;font-style:normal;font-weight:900;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-Ultra_Web.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-Ultra_Web.woff) format("woff")}@font-face{font-display:swap;font-family:HCo Gotham;font-style:italic;font-weight:900;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-UltraItalic_Web.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Gotham-UltraItalic_Web.woff) format("woff")}:root{--wsc-message-box-z-index:200001}.mdws-gap-top{margin-top:3.125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.mdws-gap-top{margin-top:5.3333333333vw}}.mdws-gap-top.cmp_ugc,.mdws-gap-top.gws-carousel-style.s-below-image,.mdws-gap-top.gws-section-title-v1__styles,.mdws-gap-top.mdws-preferred-six-cards_style{margin-bottom:0;margin-top:0;padding-top:3.125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.mdws-gap-top.cmp_ugc,.mdws-gap-top.gws-carousel-style.s-below-image,.mdws-gap-top.gws-section-title-v1__styles,.mdws-gap-top.mdws-preferred-six-cards_style{padding-top:5.3333333333vw}}.mdws-gap-top.cmp-relatedproduct-midea-v1,.mdws-gap-top.mdws-full-specs,.mdws-gap-top.mdws-manual.manuals-box-v2,.mdws-gap-top.mdws-reviews{margin-top:1.5625vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.mdws-gap-top.cmp-relatedproduct-midea-v1,.mdws-gap-top.mdws-full-specs,.mdws-gap-top.mdws-manual.manuals-box-v2,.mdws-gap-top.mdws-reviews{margin-top:5.3333333333vw}}.mdws-gap-bottom{margin-bottom:3.125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.mdws-gap-bottom{margin-bottom:5.3333333333vw}}.mdws-gap-bottom.cmp_ugc,.mdws-gap-bottom.gws-carousel-style.s-below-image,.mdws-gap-bottom.gws-section-title-v1__styles,.mdws-gap-bottom.mdws-preferred-six-cards_style{margin-bottom:0;margin-top:0;padding-bottom:3.125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.mdws-gap-bottom.cmp_ugc,.mdws-gap-bottom.gws-carousel-style.s-below-image,.mdws-gap-bottom.gws-section-title-v1__styles,.mdws-gap-bottom.mdws-preferred-six-cards_style{padding-bottom:5.3333333333vw}}.mdws-gap-bottom.cmp-relatedproduct-midea-v1,.mdws-gap-bottom.mdws-full-specs,.mdws-gap-bottom.mdws-manual.manuals-box-v2,.mdws-gap-bottom.mdws-reviews{margin-bottom:1.5625vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.mdws-gap-bottom.cmp-relatedproduct-midea-v1,.mdws-gap-bottom.mdws-full-specs,.mdws-gap-bottom.mdws-manual.manuals-box-v2,.mdws-gap-bottom.mdws-reviews{margin-bottom:5.3333333333vw}}.mdws-border-top{border-top:1px solid #d6d6d6;margin-left:4.1666666667vw;margin-right:4.1666666667vw}@media screen and (max-width:767.9px){.mdws-border-top{margin-left:5.3333333333vw;margin-right:5.3333333333vw}}.page-res-v2 .mdws-gap-top,.page-res-v2 .mdws-gap-top.cmp_ugc,.page-res-v2 .mdws-gap-top.gws-carousel-style.s-below-image,.page-res-v2 .mdws-gap-top.gws-section-title-v1__styles,.page-res-v2 .mdws-gap-top.mdws-preferred-six-cards_style{margin-bottom:0;margin-top:0;padding-top:60px}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-gap-top,.page-res-v2 .mdws-gap-top.cmp_ugc,.page-res-v2 .mdws-gap-top.gws-carousel-style.s-below-image,.page-res-v2 .mdws-gap-top.gws-section-title-v1__styles,.page-res-v2 .mdws-gap-top.mdws-preferred-six-cards_style{padding-top:4.1666666667vw}}@media screen and (max-width:767.9px){.page-res-v2 .mdws-gap-top,.page-res-v2 .mdws-gap-top.cmp_ugc,.page-res-v2 .mdws-gap-top.gws-carousel-style.s-below-image,.page-res-v2 .mdws-gap-top.gws-section-title-v1__styles,.page-res-v2 .mdws-gap-top.mdws-preferred-six-cards_style{padding-top:5.3333333333vw}}.page-res-v2 .mdws-gap-bottom,.page-res-v2 .mdws-gap-bottom.cmp_ugc,.page-res-v2 .mdws-gap-bottom.gws-carousel-style.s-below-image,.page-res-v2 .mdws-gap-bottom.gws-section-title-v1__styles,.page-res-v2 .mdws-gap-bottom.mdws-preferred-six-cards_style{margin-bottom:0;margin-top:0;padding-bottom:60px}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-gap-bottom,.page-res-v2 .mdws-gap-bottom.cmp_ugc,.page-res-v2 .mdws-gap-bottom.gws-carousel-style.s-below-image,.page-res-v2 .mdws-gap-bottom.gws-section-title-v1__styles,.page-res-v2 .mdws-gap-bottom.mdws-preferred-six-cards_style{padding-bottom:4.1666666667vw}}@media screen and (max-width:767.9px){.page-res-v2 .mdws-gap-bottom,.page-res-v2 .mdws-gap-bottom.cmp_ugc,.page-res-v2 .mdws-gap-bottom.gws-carousel-style.s-below-image,.page-res-v2 .mdws-gap-bottom.gws-section-title-v1__styles,.page-res-v2 .mdws-gap-bottom.mdws-preferred-six-cards_style{padding-bottom:5.3333333333vw}}.page-res-v2 .mdws-border-top{border-top:1px solid #d6d6d6;margin:auto;width:1440px}@media screen and (max-width:1600px){.page-res-v2 .mdws-border-top{margin-left:80px;margin-right:80px;width:unset}}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-border-top{margin-left:5.5555555556vw;margin-right:5.5555555556vw}}@media screen and (max-width:767.9px){.page-res-v2 .mdws-border-top{margin-left:5.3333333333vw;margin-right:5.3333333333vw}}.page-res-v2 .mdws-border-top>div{padding-left:0;padding-right:0}body{box-sizing:border-box;color:#333;font:400 .9375vw/1.5 HCo Gotham,sans-serif!important;margin:0;position:relative}.c-gap-top{padding-top:3.125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.c-gap-top{padding-top:16vw}}.c-gap-bottom{padding-bottom:3.125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.c-gap-bottom{padding-bottom:16vw}}.c-align-header{padding-left:5.2083333333vw;padding-right:5.2083333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.c-align-header{padding-left:4vw;padding-right:4vw}}.c-text-align-left,.c-text-align-left *{text-align:left}.c-text-align-center,.c-text-align-center *{text-align:center}.c-text-align-right,.c-text-align-right *{text-align:right}.wsc-message-box__cover{background:rgba(0,0,0,.45)}.wsc-message-box__container{width:17.96875vw}@media screen and (max-width:767.9px){.wsc-message-box__container{padding:8vw 6.4vw;width:80vw}}.wsc-message-box__message{color:#858585;font-size:.9375vw;margin:.78125vw 0 1.0416666667vw}@media screen and (max-width:767.9px){.wsc-message-box__message{font-size:3.2vw;margin:4vw 0 5.3333333333vw}}.wsc-message-box svg{height:2.0833333333vw;width:2.0833333333vw}@media screen and (max-width:767.9px){.wsc-message-box svg{height:10.6666666667vw;width:10.6666666667vw}}.wsc-message-box__confirm{background-color:#1f94d2;background:linear-gradient(90deg,#2b85c3,#37a6f3);border:none;border-radius:1.0416666667vw;color:#fff;display:inline-block;height:auto;line-height:unset;margin:0;padding:.4166666667vw 2.6041666667vw;transition:none}.wsc-message-box__confirm:hover{background:#0083de}.wsc-message-box__confirm:active{background:#077dce}.wsc-message-box__confirm.mdws-btn--disabled,.wsc-message-box__confirm.mdws-btn--disabled:hover,.wsc-message-box__confirm[disabled],.wsc-message-box__confirm[disabled]:hover{background:#d6d6d6!important}@media screen and (max-width:767.9px){.wsc-message-box__confirm{border-radius:5.3333333333vw;padding:2.1333333333vw 13.3333333333vw}}.wsc-message-box .wsc-button{font-size:.8333333333vw}@media screen and (max-width:767.9px){.wsc-message-box .wsc-button{font-size:3.7333333333vw}}.jcf-list .jcf-option{white-space:normal}.bg-blue{background-color:#1f94d2}.link{word-wrap:break-word;color:#1f94d2;text-decoration:none}.md-container .gws-teaserV3,.md-container .gws-video{padding-left:0!important;padding-right:0!important}.aem-AuthorLayer-Edit .mdws--footer-legal-information .cq-Editable-dom{min-width:3.125vw}@media screen and (max-width:767.9px){.aem-AuthorLayer-Edit .mdws--footer-legal-information .cq-Editable-dom{min-width:10.6666666667vw}.mdws-back-v1{display:none}}.mdws-back-v1-box{align-items:center;box-sizing:content-box;cursor:pointer;display:flex;height:1.25vw;padding:1.6666666667vw 12.5vw}@media screen and (max-width:767.9px){.mdws-back-v1-box{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}.mdws-back-v1-icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB5PSIyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiByeD0iMCIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDAgNDgpIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0xNS42NDUgMjcuNTk0Yy4zNTcuMzU3LjM4Mi45Mi4wNzcgMS4zMDdsLS4wNzcuMDg2LTYuOTU4IDYuOTYyIDYuOTU4IDYuOTYzYy4zNTcuMzU3LjM4Mi45Mi4wNzcgMS4zMDdsLS4wNzcuMDg1YS45ODQuOTg0IDAgMCAxLTEuMzA2LjA3N2wtLjA4Ni0uMDc3TDYuNiAzNi42NDZhLjk4NS45ODUgMCAwIDEtLjA3Ni0xLjMwN2wuMDc2LS4wODYgNy42NTQtNy42NTlhLjk4NC45ODQgMCAwIDEgMS4zOTIgMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;height:1.25vw;width:1.25vw}.mdws-back-v1-txt{color:#707070;font-size:.9375vw;margin-left:.5208333333vw}.back-to-top.btn{align-items:center;bottom:-100px;cursor:pointer!important;display:flex;flex-direction:column;font-size:0;justify-content:center;position:fixed;right:48px;transition:all 1s;z-index:99}@media screen and (max-width:1440.9px){.back-to-top.btn{bottom:-6.9444444444vw;right:3.3333333333vw}}@media screen and (max-width:767.9px){.back-to-top.btn{bottom:-26.6666666667vw;min-width:unset;right:5.3333333333vw}}.back-to-top.btn.active{bottom:20%}@media screen and (max-width:767.9px){.back-to-top.btn.active{bottom:53.3333333333vw}}.back-to-top.btn .btn__icon{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMjQgMGMxMy4yNDggMCAyNCAxMC43NTIgMjQgMjRTMzcuMjQ4IDQ4IDI0IDQ4IDAgMzcuMjQ4IDAgMjQgMTAuNzUyIDAgMjQgMFptMi40IDI0aDcuMkwyNCAxNC40IDE0LjQgMjRoNy4ydjkuNmg0LjhWMjRaIiBmaWxsPSIjMDAwIi8+PHBhdGggZD0iTTE0LjM5OCAyNGg3LjJ2OS42aDQuOFYyNGg3LjJsLTkuNi05LjYtOS42IDkuNloiIGZpbGw9IiNGRkYiLz48L2c+PC9zdmc+) no-repeat;background-position:50%;background-size:contain;height:48px;width:48px}@media screen and (max-width:1440.9px){.back-to-top.btn .btn__icon{height:3.3333333333vw;width:3.3333333333vw}}@media screen and (max-width:767.9px){.back-to-top.btn .btn__icon{height:8vw;width:8vw}}.back-to-top.btn .btn__text{display:none}@media screen and (max-width:767.9px){.back-to-top.btn .btn__text{display:none}}.page-res-v2 .back-to-top.btn{bottom:-100px;transition:all 1s}@media screen and (max-width:767.9px){.page-res-v2 .back-to-top.btn{bottom:-26.6666666667vw;min-width:unset;right:5.3333333333vw}}.page-res-v2 .back-to-top.btn.active{bottom:80px;right:48px}@media screen and (max-width:1440.9px){.page-res-v2 .back-to-top.btn.active{bottom:5.5555555556vw;right:3.3333333333vw}}@media screen and (max-width:767.9px){.page-res-v2 .back-to-top.btn.active{bottom:21.3333333333vw;right:5.3333333333vw}.gws-email-subscription-v1{padding-bottom:5.3333333333vw}.gws-email-subscription-v1__form{bottom:0;left:0;opacity:0;position:fixed!important;z-index:-1}.gws-email-subscription-v1__form-operate{background-color:#fff;bottom:0;left:0;padding:3.7333333333vw 4.2666666667vw;position:fixed;right:0;z-index:100}.gws-email-subscription-v1__form-cover{background-color:rgba(0,0,0,.5);bottom:0;left:0;position:fixed;right:0;top:0;z-index:100}.gws-email-subscription-v1__input{background-color:#fff!important;border:1px solid #d8d8d8!important;border-radius:2.1333333333vw!important;color:#000!important;height:14.9333333333vw;width:100%}.gws-email-subscription-v1__button{display:none!important}.gws-email-subscription-v1__auto{background-color:#f6f6f6!important;border-radius:4.2666666667vw 4.2666666667vw 0 0;bottom:19.7333333333vw!important;box-shadow:0 0 8px 0 rgba(0,0,0,.1);color:#000;padding-left:4.2666666667vw;padding-right:4.2666666667vw;padding-top:8vw;position:fixed!important;right:0!important;text-align:left;width:100%}.gws-email-subscription-v1__auto-close{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAVCAYAAABG1c6oAAAAAXNSR0IArs4c6QAAAOpJREFUOE+9lDEKwkAQACeIYmXvL/yHhaB/UbSyUvQtYmdh5VvsfYAGBLOSg+XM7cYQcpAiuc3c7O3eZbQ8spZ5dAIcAs+m5rHhCLgCN2DjQHdFTF7EbHVcDBwAZ2AK7A2owNbABZgB7wCt2kMPqmGLAvyyDMNcCmrC5GeryjFU4kOaP2ZWyjoDDZXvsmdJmGcYwAdgWb4cgZVVfa+x9Z4Jx6u+uYcaNi+t3JZKGcYwaWAZXktVGqZgXkt952PDHnAC+oCkGcziOgTTCSDPw2obgclCKZg2HQP3Oiel6WXTzX3Y2K7uSflrgQ+6sTQWxr4XhAAAAABJRU5ErkJggg==) no-repeat 0 0;background-size:100% 100%;cursor:pointer;height:6.4vw;position:absolute;right:4.2666666667vw;top:4.2666666667vw;width:6.4vw}.gws-email-subscription-v1--focus .gws-email-subscription-v1__container{height:0}.gws-email-subscription-v1--focus .gws-email-subscription-v1__form{opacity:1;z-index:100}}.gws-email-subscription-v1__cover{display:none}@media screen and (max-width:767.9px){.gws-email-subscription-v1__cover{background-color:rgba(0,0,0,.5);bottom:0;left:0;position:fixed;right:0;top:0;z-index:100}}.gws-email-subscription-v1__container{border-radius:1.0416666667vw;color:#000;padding-top:0;text-align:center;transition:all .3s ease;width:100%;z-index:100}@media screen and (max-width:767.9px){.gws-email-subscription-v1__container{border-radius:4.2666666667vw 4.2666666667vw 0 0;padding-top:0;width:100%}}.gws-email-subscription-v1__close{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAVCAYAAABG1c6oAAAAAXNSR0IArs4c6QAAAOpJREFUOE+9lDEKwkAQACeIYmXvL/yHhaB/UbSyUvQtYmdh5VvsfYAGBLOSg+XM7cYQcpAiuc3c7O3eZbQ8spZ5dAIcAs+m5rHhCLgCN2DjQHdFTF7EbHVcDBwAZ2AK7A2owNbABZgB7wCt2kMPqmGLAvyyDMNcCmrC5GeryjFU4kOaP2ZWyjoDDZXvsmdJmGcYwAdgWb4cgZVVfa+x9Z4Jx6u+uYcaNi+t3JZKGcYwaWAZXktVGqZgXkt952PDHnAC+oCkGcziOgTTCSDPw2obgclCKZg2HQP3Oiel6WXTzX3Y2K7uSflrgQ+6sTQWxr4XhAAAAABJRU5ErkJggg==) no-repeat 50%;background-size:50% 50%;cursor:pointer;display:none;height:1.875vw;position:absolute;right:.78125vw;top:.78125vw;width:1.875vw}@media screen and (max-width:767.9px){.gws-email-subscription-v1__close{height:12.8vw;right:.5333333333vw;top:.5333333333vw;width:12.8vw}}.gws-email-subscription-v1__title{color:#707070;font-size:.8333333333vw;font-weight:400;line-height:normal;margin-bottom:.8333333333vw;text-align:left}@media screen and (max-width:767.9px){.gws-email-subscription-v1__title{font-size:3.2vw;line-height:5.3333333333vw;margin-bottom:2.6666666667vw}}.gws-email-subscription-v1__sub{display:none;font-size:.7291666667vw;line-height:1.0416666667vw;margin-top:.5208333333vw}@media screen and (max-width:767.9px){.gws-email-subscription-v1__sub{font-size:3.7333333333vw;line-height:4.5333333333vw;margin-top:1.6vw}}.gws-email-subscription-v1__form-mobile{display:none}@media screen and (max-width:767.9px){.gws-email-subscription-v1__form-mobile{display:block}}.gws-email-subscription-v1__form,.gws-email-subscription-v1__form-mobile{position:relative;width:100%}.gws-email-subscription-v1__auto{background-color:#fff;border-radius:.5208333333vw;box-shadow:0 0 8px 0 rgba(0,0,0,.1);display:none;left:0;overflow:hidden;position:absolute;text-align:left;top:4.0625vw;width:100%;z-index:100}@media screen and (max-width:767.9px){.gws-email-subscription-v1__auto{border-radius:2.1333333333vw;box-shadow:none;margin-top:-8vw;position:relative;top:auto}}.gws-email-subscription-v1__auto li{color:#000;cursor:pointer;font-size:.8333333333vw;line-height:.9895833333vw;padding:1.0416666667vw}@media screen and (max-width:767.9px){.gws-email-subscription-v1__auto li{border-bottom:1px solid #e3e3e3;font-size:4.2666666667vw;line-height:5.0666666667vw;padding-bottom:5.3333333333vw;padding-left:1.0666666667vw;padding-right:1.0666666667vw;padding-top:5.3333333333vw}}.gws-email-subscription-v1__auto li:hover{background-color:#f6f6f6}.gws-email-subscription-v1__form-operate{font-size:.8333333333vw!important;position:relative}.gws-email-subscription-v1__input,.gws-email-subscription-v1__mobile-input{border:none;border-radius:1.4583333333vw!important;color:#707070;font-size:.8333333333vw;font-size:.8333333333vw!important;font-weight:500;height:2.9166666667vw;overflow:hidden;padding-right:3.75vw!important;text-indent:1.25vw;text-overflow:ellipsis;white-space:nowrap;width:100%}@media screen and (max-width:767.9px){.gws-email-subscription-v1__input,.gws-email-subscription-v1__mobile-input{border-radius:7.4666666667vw!important;font-size:4.2666666667vw;font-size:4.2666666667vw!important;height:11.7333333333vw;padding-right:14.4vw!important;text-indent:4.2666666667vw}}.gws-email-subscription-v1__input{padding-right:3.125vw}@media screen and (max-width:767.9px){.gws-email-subscription-v1__input{padding-right:2.6666666667vw}}.gws-email-subscription-v1__button,.gws-email-subscription-v1__mobile-button{font-size:0;height:1.25vw;padding:0;position:absolute;right:1.25vw;top:50%;transform:translateY(-50%);width:1.25vw}@media screen and (max-width:767.9px){.gws-email-subscription-v1__button,.gws-email-subscription-v1__mobile-button{font-size:0;height:6.4vw;right:5.3333333333vw;width:6.4vw}}.gws-email-subscription-v1__button:before,.gws-email-subscription-v1__mobile-button:before{border-right:.1041666667vw solid #c2c2c2;border-top:.1041666667vw solid #c2c2c2;content:"";display:inline-block;height:.5208333333vw;left:50%;position:absolute;top:50%;transform:translate(-75%,-50%) rotate(45deg);width:.5208333333vw}@media screen and (max-width:767.9px){.gws-email-subscription-v1__button:before,.gws-email-subscription-v1__mobile-button:before{border-right:.5333333333vw solid #c2c2c2;border-top:.5333333333vw solid #c2c2c2;height:2.6666666667vw;width:2.6666666667vw}}.gws-email-subscription-v1__button:before,.gws-email-subscription-v1__mobile-button:before{left:100%}.gws-email-subscription-v1__button:after,.gws-email-subscription-v1__mobile-button:after{background-color:#c2c2c2;content:"";display:inline-block;height:.1041666667vw;position:absolute;right:-.1041666667vw;transform:translateY(-50%);width:1.0416666667vw}@media screen and (max-width:767.9px){.gws-email-subscription-v1__button:after,.gws-email-subscription-v1__mobile-button:after{height:.5333333333vw;right:-.8vw;width:5.3333333333vw}}.gws-email-subscription-v1 .gws-email-subscription-v1__focus_status:before{border-right:.1041666667vw solid #1f94d2;border-top:.1041666667vw solid #1f94d2;content:"";display:inline-block;height:.5208333333vw;left:50%;position:absolute;top:50%;transform:translate(-75%,-50%) rotate(45deg);width:.5208333333vw}@media screen and (max-width:767.9px){.gws-email-subscription-v1 .gws-email-subscription-v1__focus_status:before{border-right:.5333333333vw solid #1f94d2;border-top:.5333333333vw solid #1f94d2;height:2.6666666667vw;width:2.6666666667vw}}.gws-email-subscription-v1 .gws-email-subscription-v1__focus_status:before{left:100%}.gws-email-subscription-v1 .gws-email-subscription-v1__focus_status:after{background-color:#1f94d2}.gws-email-subscription-v1__tips{font-size:.7291666667vw;line-height:1.0416666667vw;margin-top:1.0416666667vw;text-align:left}@media screen and (max-width:767.9px){.gws-email-subscription-v1__tips{font-size:3.7333333333vw;line-height:5.3333333333vw;margin-top:2.6666666667vw}}.gws-email-subscription-v1__tips--desc{color:#adadad;display:none}.gws-email-subscription-v1__tips--success{display:none}.gws-email-subscription-v1__tips--success:before{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAjCAYAAADxG9hnAAAAAXNSR0IArs4c6QAABS1JREFUWEftl12ME1UUx3932i4VgVUUjCDIttuFBQWRFUwUFRC/iUaEJzAqH8t0YaNghPhgiA8GYkCzSssCq0Z9AsFECSjIGtQYQRCB8Nlti6AYWAEhfJRtZ67OdFq73el2ij7w4H2a9p7/Ob97zrlz7wiukiGuEg5KBlkUpbxcMha4WwoqFbjeWIwOZ4SkBfjhrKB5gZ+zpSzSMcjyGMOk5BXgacBbJEgCyadCYfEsH7udABUFaYjQwyNYguAFQHHiNMdGR/JeUjKvPsC5zrSdgiw7QrWi8RlQmePknFBYq+ls9rjZk2jjpDHnLaN3MsVQl8J4qTMR6JGjaUnqPFkfYH8hmIIgZilgC5IbTLHgohAsbkvxdrHVGVksc/OilMxH0tXSnxIwrlCpbEHeOUgft4cdwM2WkwN6iol1VRwopTTLDlOtuFmLpNry83vKTc2c/hzP92MLEo6yBcydgRD87PYwbno/TpcCkbFddYyeqSRbpOQO679m1c+4oiChGFOE5CPL8GSZh+HTbFZQClTTUfq0JdkF9DZ0UjA16OPjXB/tMjJpNa6xI8z0B6xsTJrl45NSgmZsmw7S/YILkemn5TGekZI11nykeSfVayajZezbgYTjPIzOF9bkdtXPqCuBCB9hLBrrjO2egnvm+Nlr+AlH2QaMNH0qPKJW8KU9SAsrEUy3GutZ1ZctkWMeC+JzSO+W3DKEY0xF8qHpTLJKrWSGPUiUw1ZZtITCjS9V8KdjAmPF6UxkIYDmEwqPL6wgYfh5K851Xp0/ABcQUf1UdQB5P443ITmPNI32q36G5EI0tdI9cRJZN4TzdnB2EMoZJtTWcDHXPhxlHzAYgeYVdHvegsz2SGOU/jr8Yok2qn4eyzgIt3Abgu8lSOniqboBfN3OuU0m7CAMTSjKBgGPptuEW2v9HDU3RsbhiihVGhxKl491Qb/5mjbH8hhTpLWlheCCpjAhA+M0ExlfoShrRfrgRCYZFByUjpkFCR+jL238ajXqZtXHQxlxQ4QuboWNAsaYIgtGMfR5PVEoE9nsxtiEZLzxO6nTrz6QjpkFWS1xnYqZ9SwDjqh+KnLT33icrtol1ufCSGnq02cJNBeDMIzCUeLAAKDtxFGuXTiGVDsQ0yjGT0iGG1lz6/SfYdFmgPJhckAdQTREuMWjmD0hEOxSfdyZ8dHuhRaK8aaQvGzWT2deMMDS3KwYzzYwjiAMbSjCXKGwxHjWJUvqKtOxOmQk1MIIIcxT13gRxV2nGVhbQ7IAzHzjfpjwsmhuPy7l23TQ7MCj9eSQkOmSS0lNsJKdtiAmdZRvBdxrGsOCoJ/FxYI4mQ9FmS9gkbX672b5GZ2r63ANCMUYLSRbrUa+jOA+1cd2J8EK2YRjjETyDdDFWJ+m8cDsKvN3dtjeR0IxGoVkppWVVgQPBn3suRKYUIyhSL4S0Msq+Yqgj9p8X7YgS49xjbeNrQLusgRn0ZmpBlhdCkw4wmQUVvx9zJRbuh8vlXG/XU8VvLM2ROjlUdgMDMsJvkFTeH12hXmcFxzvxhnl0nkN/jkmEOxOaoyvD9BqJ+z0Ft8YpVzHvEk9kSfeL2CThL0KnDDmdLhJwO0S8408OM9+vQJTajv56Cr6XYNEhOJME5I3sOpcQnlaFcGrtRU0IYxNWHgUB7G0y/bRzdWVaUiek9IsVyGtFILdCD7QLtJU6NrgqFmLrTh8iL6iC6N0zbzbmt++wBnFRUReZps6kN+K+fhPQEoN4sTecWmcOPs3Nv+D5GfvL0NL0TOUJtL+AAAAAElFTkSuQmCC) no-repeat 0 0;background-size:100% 100%;content:"";display:inline-block;height:1.1458333333vw;margin-right:.4166666667vw;position:relative;top:.4166666667vw;width:1.1458333333vw}@media screen and (max-width:767.9px){.gws-email-subscription-v1__tips--success:before{height:4.2666666667vw;margin-right:2.6666666667vw;top:1.0666666667vw;width:4.2666666667vw}}.gws-email-subscription-v1__tips--error,.gws-email-subscription-v1__tips--require,.gws-email-subscription-v1__tips--validate{color:#ff4115;display:none}.gws-email-subscription-v1__tips--error:before,.gws-email-subscription-v1__tips--require:before,.gws-email-subscription-v1__tips--validate:before{color:#ff4115;content:"*"}.gws-email-subscription-v1__agree-treaty{align-items:flex-start;color:#707070;display:flex!important;font-size:.8333333333vw;font-weight:400;letter-spacing:0;line-height:normal;margin-top:.8333333333vw;text-align:left}@media screen and (max-width:767.9px){.gws-email-subscription-v1__agree-treaty{font-size:3.7333333333vw;line-height:4.8vw;margin-top:4.2666666667vw}}.gws-email-subscription-v1__agree-treaty input[type=checkbox]{align-items:center;appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;border:1px solid #c2c2c2;border-radius:.2083333333vw;cursor:pointer;display:flex;flex-shrink:0;height:.9375vw;justify-content:center;margin-right:.5208333333vw;position:relative;width:.9375vw}@media screen and (max-width:767.9px){.gws-email-subscription-v1__agree-treaty input[type=checkbox]{border-radius:1.0666666667vw;height:4.2666666667vw;margin-right:2.6666666667vw;margin-top:.2666666667vw;width:4.2666666667vw}}.gws-email-subscription-v1__agree-treaty input[type=checkbox]:checked{background-color:#1f94d2;border-color:#1f94d2}.gws-email-subscription-v1__agree-treaty input[type=checkbox]:checked:after{border-color:#fff;color:#fff}.gws-email-subscription-v1__agree-treaty input[type=checkbox]:after{border:2px solid transparent;border-left:0;border-top:0;box-sizing:content-box;color:transparent;content:"";height:.4166666667vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-60%) rotate(45deg);transform-origin:center;transition:transform .15s ease-in 50ms;width:.2083333333vw}@media screen and (max-width:767.9px){.gws-email-subscription-v1__agree-treaty input[type=checkbox]:after{height:2.1333333333vw;width:1.0666666667vw}}.gws-email-subscription-v1__agree-treaty a{color:#1f94d2}.gws-email-subscription-v1 .show-agree-warning{color:#ec2411}.gws-email-subscription-v1 .show-agree-warning input[type=checkbox]{border-color:#ec2411}.mdws-footer .gws-email-subscription-v1__title{font-size:14px;margin-bottom:16px}@media screen and (max-width:1440.9px){.mdws-footer .gws-email-subscription-v1__title{font-size:.9722222222vw;margin-bottom:1.1111111111vw}}@media screen and (max-width:767.9px){.mdws-footer .gws-email-subscription-v1__title{font-size:3.2vw;margin-bottom:2.6666666667vw}}.mdws-footer .gws-email-subscription-v1__form-operate{font-size:14px!important;position:relative}@media screen and (max-width:1440.9px){.mdws-footer .gws-email-subscription-v1__form-operate{font-size:.9722222222vw!important}}.mdws-footer .gws-email-subscription-v1__input,.mdws-footer .gws-email-subscription-v1__mobile-input{border:none;border-radius:8px!important;color:#707070;font-size:14px!important;font-weight:500;height:44px;overflow:hidden;padding:10px 44px 10px 0!important;text-indent:20px;text-overflow:ellipsis;white-space:nowrap;width:100%}@media screen and (max-width:1440.9px){.mdws-footer .gws-email-subscription-v1__input,.mdws-footer .gws-email-subscription-v1__mobile-input{border-radius:.5555555556vw!important;font-size:.9722222222vw!important;height:3.0555555556vw;padding:.6944444444vw 3.0555555556vw .6944444444vw 0!important;text-indent:1.3888888889vw}}@media screen and (max-width:767.9px){.mdws-footer .gws-email-subscription-v1__input,.mdws-footer .gws-email-subscription-v1__mobile-input{border-radius:7.4666666667vw!important;font-size:4.2666666667vw!important;height:11.7333333333vw!important;padding:2.6666666667vw 14.4vw 2.6666666667vw 0!important;text-indent:5.3333333333vw}}.mdws-footer .gws-email-subscription-v1__tips{font-size:12px;line-height:normal;margin-top:10px;text-align:left}@media screen and (max-width:1440.9px){.mdws-footer .gws-email-subscription-v1__tips{font-size:.8333333333vw;margin-top:.6944444444vw}}@media screen and (max-width:767.9px){.mdws-footer .gws-email-subscription-v1__tips{font-size:3.2vw;margin-top:2.6666666667vw}}.mdws-footer .gws-email-subscription-v1__tips--desc{color:#adadad;display:none}.mdws-footer .gws-email-subscription-v1__tips--success{display:none}.mdws-footer .gws-email-subscription-v1__tips--success:before{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAjCAYAAADxG9hnAAAAAXNSR0IArs4c6QAABS1JREFUWEftl12ME1UUx3932i4VgVUUjCDIttuFBQWRFUwUFRC/iUaEJzAqH8t0YaNghPhgiA8GYkCzSssCq0Z9AsFECSjIGtQYQRCB8Nlti6AYWAEhfJRtZ67OdFq73el2ij7w4H2a9p7/Ob97zrlz7wiukiGuEg5KBlkUpbxcMha4WwoqFbjeWIwOZ4SkBfjhrKB5gZ+zpSzSMcjyGMOk5BXgacBbJEgCyadCYfEsH7udABUFaYjQwyNYguAFQHHiNMdGR/JeUjKvPsC5zrSdgiw7QrWi8RlQmePknFBYq+ls9rjZk2jjpDHnLaN3MsVQl8J4qTMR6JGjaUnqPFkfYH8hmIIgZilgC5IbTLHgohAsbkvxdrHVGVksc/OilMxH0tXSnxIwrlCpbEHeOUgft4cdwM2WkwN6iol1VRwopTTLDlOtuFmLpNry83vKTc2c/hzP92MLEo6yBcydgRD87PYwbno/TpcCkbFddYyeqSRbpOQO679m1c+4oiChGFOE5CPL8GSZh+HTbFZQClTTUfq0JdkF9DZ0UjA16OPjXB/tMjJpNa6xI8z0B6xsTJrl45NSgmZsmw7S/YILkemn5TGekZI11nykeSfVayajZezbgYTjPIzOF9bkdtXPqCuBCB9hLBrrjO2egnvm+Nlr+AlH2QaMNH0qPKJW8KU9SAsrEUy3GutZ1ZctkWMeC+JzSO+W3DKEY0xF8qHpTLJKrWSGPUiUw1ZZtITCjS9V8KdjAmPF6UxkIYDmEwqPL6wgYfh5K851Xp0/ABcQUf1UdQB5P443ITmPNI32q36G5EI0tdI9cRJZN4TzdnB2EMoZJtTWcDHXPhxlHzAYgeYVdHvegsz2SGOU/jr8Yok2qn4eyzgIt3Abgu8lSOniqboBfN3OuU0m7CAMTSjKBgGPptuEW2v9HDU3RsbhiihVGhxKl491Qb/5mjbH8hhTpLWlheCCpjAhA+M0ExlfoShrRfrgRCYZFByUjpkFCR+jL238ajXqZtXHQxlxQ4QuboWNAsaYIgtGMfR5PVEoE9nsxtiEZLzxO6nTrz6QjpkFWS1xnYqZ9SwDjqh+KnLT33icrtol1ufCSGnq02cJNBeDMIzCUeLAAKDtxFGuXTiGVDsQ0yjGT0iGG1lz6/SfYdFmgPJhckAdQTREuMWjmD0hEOxSfdyZ8dHuhRaK8aaQvGzWT2deMMDS3KwYzzYwjiAMbSjCXKGwxHjWJUvqKtOxOmQk1MIIIcxT13gRxV2nGVhbQ7IAzHzjfpjwsmhuPy7l23TQ7MCj9eSQkOmSS0lNsJKdtiAmdZRvBdxrGsOCoJ/FxYI4mQ9FmS9gkbX672b5GZ2r63ANCMUYLSRbrUa+jOA+1cd2J8EK2YRjjETyDdDFWJ+m8cDsKvN3dtjeR0IxGoVkppWVVgQPBn3suRKYUIyhSL4S0Msq+Yqgj9p8X7YgS49xjbeNrQLusgRn0ZmpBlhdCkw4wmQUVvx9zJRbuh8vlXG/XU8VvLM2ROjlUdgMDMsJvkFTeH12hXmcFxzvxhnl0nkN/jkmEOxOaoyvD9BqJ+z0Ft8YpVzHvEk9kSfeL2CThL0KnDDmdLhJwO0S8408OM9+vQJTajv56Cr6XYNEhOJME5I3sOpcQnlaFcGrtRU0IYxNWHgUB7G0y/bRzdWVaUiek9IsVyGtFILdCD7QLtJU6NrgqFmLrTh8iL6iC6N0zbzbmt++wBnFRUReZps6kN+K+fhPQEoN4sTecWmcOPs3Nv+D5GfvL0NL0TOUJtL+AAAAAElFTkSuQmCC) no-repeat 0 0;background-size:100% 100%;content:"";display:inline-block;height:1.1458333333vw;margin-right:.4166666667vw;position:relative;top:.4166666667vw;width:1.1458333333vw}@media screen and (max-width:767.9px){.mdws-footer .gws-email-subscription-v1__tips--success:before{height:4.2666666667vw;margin-right:2.6666666667vw;top:1.0666666667vw;width:4.2666666667vw}}.mdws-footer .gws-email-subscription-v1__tips--error,.mdws-footer .gws-email-subscription-v1__tips--require,.mdws-footer .gws-email-subscription-v1__tips--validate{color:#ff4115;display:none}.mdws-footer .gws-email-subscription-v1__tips--error:before,.mdws-footer .gws-email-subscription-v1__tips--require:before,.mdws-footer .gws-email-subscription-v1__tips--validate:before{color:#ff4115;content:"*"}.mdws-footer .gws-email-subscription-v1__agree-treaty{align-items:flex-start;color:#707070;display:flex!important;font-size:14px;font-weight:400;line-height:normal;margin-top:16px;text-align:left}@media screen and (max-width:1440.9px){.mdws-footer .gws-email-subscription-v1__agree-treaty{font-size:.9722222222vw;margin-top:1.1111111111vw}}@media screen and (max-width:767.9px){.mdws-footer .gws-email-subscription-v1__agree-treaty{font-size:3.7333333333vw;margin-top:5.3333333333vw}}.mdws-footer .gws-email-subscription-v1__agree-treaty input[type=checkbox]{align-items:center;appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;border:1px solid #c2c2c2;border-radius:4px;cursor:pointer;display:flex;flex-shrink:0;height:18px;justify-content:center;margin-right:10px;position:relative;width:18px}@media screen and (max-width:1440.9px){.mdws-footer .gws-email-subscription-v1__agree-treaty input[type=checkbox]{border-radius:.2777777778vw;height:1.25vw;margin-right:.6944444444vw;width:1.25vw}}@media screen and (max-width:767.9px){.mdws-footer .gws-email-subscription-v1__agree-treaty input[type=checkbox]{border-radius:1.0666666667vw;height:4.2666666667vw;margin-right:2.6666666667vw;margin-top:.2666666667vw;width:4.2666666667vw}}.mdws-footer .gws-email-subscription-v1__agree-treaty input[type=checkbox]:checked{background-color:#1f94d2;border-color:#1f94d2}.mdws-footer .gws-email-subscription-v1__agree-treaty input[type=checkbox]:checked:after{border-color:#fff;color:#fff}.mdws-footer .gws-email-subscription-v1__agree-treaty input[type=checkbox]:after{border:2px solid transparent;border-left:0;border-top:0;box-sizing:content-box;color:transparent;content:"";height:8px;left:50%;position:absolute;top:50%;transform:translate(-50%,-60%) rotate(45deg);transform-origin:center;transition:transform .15s ease-in 50ms;width:4px}@media screen and (max-width:1440.9px){.mdws-footer .gws-email-subscription-v1__agree-treaty input[type=checkbox]:after{border-width:.1388888889vw;height:.5555555556vw;width:.2777777778vw}}@media screen and (max-width:767.9px){.mdws-footer .gws-email-subscription-v1__agree-treaty input[type=checkbox]:after{border-width:.5333333333vw;height:2.1333333333vw;width:1.0666666667vw}}.mdws-footer .gws-email-subscription-v1__agree-treaty a{color:#1f94d2}.mdws-footer .gws-email-subscription-v1__button,.mdws-footer .gws-email-subscription-v1__mobile-button{font-size:0;height:24px;padding:0;right:20px;top:50%;transform:translateY(-50%);width:24px}.mdws-footer .gws-email-subscription-v1__button:before,.mdws-footer .gws-email-subscription-v1__mobile-button:before{border-right:.1041666667vw solid #c2c2c2;border-top:.1041666667vw solid #c2c2c2;content:"";display:inline-block;height:.5208333333vw;left:50%;position:absolute;top:50%;transform:translate(-75%,-50%) rotate(45deg);width:.5208333333vw}@media screen and (max-width:767.9px){.mdws-footer .gws-email-subscription-v1__button:before,.mdws-footer .gws-email-subscription-v1__mobile-button:before{border-right:.5333333333vw solid #c2c2c2;border-top:.5333333333vw solid #c2c2c2;height:2.6666666667vw;width:2.6666666667vw}}@media screen and (max-width:1440.9px){.mdws-footer .gws-email-subscription-v1__button,.mdws-footer .gws-email-subscription-v1__mobile-button{height:1.6666666667vw;right:1.3888888889vw;width:1.6666666667vw}}@media screen and (max-width:767.9px){.mdws-footer .gws-email-subscription-v1__button,.mdws-footer .gws-email-subscription-v1__mobile-button{height:6.4vw;right:5.3333333333vw;width:6.4vw}}.mdws-footer .gws-email-subscription-v1__button:before,.mdws-footer .gws-email-subscription-v1__mobile-button:before{border-right:2px solid #c2c2c2;border-top:2px solid #c2c2c2;height:8px;left:100%;width:8px}@media screen and (max-width:1440.9px){.mdws-footer .gws-email-subscription-v1__button:before,.mdws-footer .gws-email-subscription-v1__mobile-button:before{border-right-width:.1388888889vw;border-top-width:.1388888889vw;height:.5555555556vw;width:.5555555556vw}}@media screen and (max-width:767.9px){.mdws-footer .gws-email-subscription-v1__button:before,.mdws-footer .gws-email-subscription-v1__mobile-button:before{border-right-width:.5333333333vw;border-top-width:.5333333333vw;height:2.6666666667vw;width:2.6666666667vw}}.mdws-footer .gws-email-subscription-v1__button:after,.mdws-footer .gws-email-subscription-v1__mobile-button:after{background-color:#c2c2c2;content:"";display:inline-block;height:2px;position:absolute;right:-2px;transform:translateY(-50%);width:20px}@media screen and (max-width:1440.9px){.mdws-footer .gws-email-subscription-v1__button:after,.mdws-footer .gws-email-subscription-v1__mobile-button:after{height:.1388888889vw;right:-.1388888889vw;width:1.3888888889vw}}@media screen and (max-width:767.9px){.mdws-footer .gws-email-subscription-v1__button:after,.mdws-footer .gws-email-subscription-v1__mobile-button:after{height:.5333333333vw;right:-.8vw;width:5.3333333333vw}}.gws-feature-showcase{display:flex;justify-content:center;padding:6.25vw 12.5vw}@media screen and (max-width:767.9px){.gws-feature-showcase{flex-wrap:wrap;justify-content:flex-start;padding-left:5.3333333333vw;padding-right:5.3333333333vw;padding:10.6666666667vw 5.3333333333vw 0}}.gws-feature-showcase_item{align-items:center;display:flex;flex-direction:column;font-size:1.0416666667vw;font-weight:400;margin-right:2.0833333333vw;width:10.7291666667vw}.gws-feature-showcase_item:last-of-type{margin-right:0}@media screen and (max-width:767.9px){.gws-feature-showcase_item{font-size:3.2vw;margin-bottom:10.6666666667vw;margin-right:0;padding:0 2.6666666667vw;width:33.3333333333%}}.gws-feature-showcase_item-label{color:#333;text-align:center}.gws-feature-showcase_item-icon{height:5.2083333333vw;margin-bottom:1.0416666667vw}@media screen and (max-width:767.9px){.gws-feature-showcase_item-icon{height:12.8vw;margin-bottom:2.6666666667vw}}.gws-quick-entrance-v1{display:flex;justify-content:space-between}.gws-quick-entrance-v1-left,.gws-quick-entrance-v1-right{width:calc(50% - .78125vw)}@media screen and (max-width:767.9px){.gws-quick-entrance-v1{flex-direction:column}.gws-quick-entrance-v1-left,.gws-quick-entrance-v1-right{width:100%}.gws-quick-entrance-v1-right .gws-text-image_styles:first-of-type{margin-top:2.6666666667vw}}.gws-quick-entrance-v1 .gws-text-image_styles{width:100%}.gws-quick-entrance-v1 .gws-bannerV2_styles.mdws-gap-bottom{margin-bottom:1.5625vw}@media screen and (max-width:767.9px){.gws-quick-entrance-v1 .gws-bannerV2_styles.mdws-gap-bottom{margin-bottom:2.6666666667vw}}.gws-quick-entrance-v1 .gws-bannerV2_styles.mdws-gap-top{margin-top:1.5625vw}@media screen and (max-width:767.9px){.gws-quick-entrance-v1 .gws-bannerV2_styles.mdws-gap-top{margin-top:2.6666666667vw}.gws-quick-entrance-v1 .gws-quick-entrance-v1-right .gws-bannerV2_styles:first-child{margin-top:0!important}}.gws-quick-entrance-v1 .gws-bannerV2_styles .gws-bannerV2 .gws-bannerV2__content{bottom:0!important;display:flex;left:0!important;padding:2.0833333333vw;right:0!important;top:0!important;transform:unset!important;width:100%}@media screen and (max-width:767.9px){.gws-quick-entrance-v1 .gws-bannerV2_styles .gws-bannerV2 .gws-bannerV2__content{align-items:flex-end!important;justify-content:flex-end!important;padding:10.6666666667vw;width:100%!important}.gws-quick-entrance-v1 .gws-bannerV2_styles .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__actions{flex-direction:row;flex-wrap:wrap}}.gws-quick-entrance-v1 .gws-bannerV2__content__title{color:#fff;font-size:2.9166666667vw!important;line-height:3.5416666667vw!important}@media screen and (max-width:767.9px){.gws-quick-entrance-v1 .gws-bannerV2__content__title{font-size:6.4vw!important;line-height:8vw!important}}.gws-quick-entrance-v1 .gws-bannerV2__content__desc{color:#fff;font-size:1.25vw!important;line-height:1.5625vw!important;margin-top:1.0416666667vw!important}@media screen and (max-width:767.9px){.gws-quick-entrance-v1 .gws-bannerV2__content__desc{font-size:3.7333333333vw!important;line-height:4.8vw!important;margin-top:2.6666666667vw!important}}.gws-quick-entrance-v1 .gws-bannerV2__content__btn,.gws-quick-entrance-v1 .gws-bannerV2__content__link{font-size:1.0416666667vw!important;line-height:normal!important;margin-top:1.0416666667vw!important;min-width:7.2916666667vw!important;padding:.625vw 1.4583333333vw!important}@media screen and (max-width:767.9px){.gws-quick-entrance-v1 .gws-bannerV2__content__btn,.gws-quick-entrance-v1 .gws-bannerV2__content__link{font-size:3.7333333333vw!important;line-height:4.8vw!important;margin-right:2.6666666667vw!important;margin-top:2.6666666667vw!important;min-width:21.3333333333vw!important;padding:1.8666666667vw 4.2666666667vw!important}}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-left-center .gws-bannerV2 .gws-bannerV2__content{align-items:center;justify-content:flex-start}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-left-center .gws-bannerV2 .gws-bannerV2__content *{text-align:left!important}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-left-center .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__btn,.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-left-center .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__link{margin-left:0;margin-right:.5208333333vw}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-center-center .gws-bannerV2 .gws-bannerV2__content{align-items:center;justify-content:center}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-center-center .gws-bannerV2 .gws-bannerV2__content *{text-align:center!important}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-center-center .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__btn,.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-center-center .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__link{margin-left:.2604166667vw;margin-right:.2604166667vw}@media screen and (max-width:767.9px){.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-center-center .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__btn,.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-center-center .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__link{margin-left:0}}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-right-center .gws-bannerV2 .gws-bannerV2__content{align-items:center;justify-content:flex-end}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-right-center .gws-bannerV2 .gws-bannerV2__content *{text-align:right!important}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-right-center .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__btn,.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-right-center .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__link{margin-left:.5208333333vw;margin-right:0}@media screen and (max-width:767.9px){.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-right-center .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__btn,.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-right-center .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__link{margin-left:0}}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-left-top .gws-bannerV2 .gws-bannerV2__content{align-items:flex-start;justify-content:flex-start}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-left-top .gws-bannerV2 .gws-bannerV2__content *{text-align:left!important}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-left-top .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__btn,.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-left-top .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__link{margin-left:0;margin-right:.5208333333vw}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-center-top .gws-bannerV2 .gws-bannerV2__content{align-items:flex-start;justify-content:center}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-center-top .gws-bannerV2 .gws-bannerV2__content *{text-align:center!important}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-center-top .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__btn,.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-center-top .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__link{margin-left:.2604166667vw;margin-right:.2604166667vw}@media screen and (max-width:767.9px){.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-center-top .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__btn,.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-center-top .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__link{margin-left:0}}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-right-top .gws-bannerV2 .gws-bannerV2__content{align-items:flex-start;justify-content:flex-end}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-right-top .gws-bannerV2 .gws-bannerV2__content *{text-align:right!important}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-right-top .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__btn,.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-right-top .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__link{margin-left:.5208333333vw;margin-right:0}@media screen and (max-width:767.9px){.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-right-top .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__btn,.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-right-top .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__link{margin-left:0}}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-left-bottom .gws-bannerV2 .gws-bannerV2__content{align-items:flex-end;justify-content:flex-start}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-left-bottom .gws-bannerV2 .gws-bannerV2__content *{text-align:left!important}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-left-bottom .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__btn,.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-left-bottom .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__link{margin-left:0;margin-right:.5208333333vw}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-right-bottom .gws-bannerV2 .gws-bannerV2__content{align-items:flex-end;justify-content:flex-end}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-right-bottom .gws-bannerV2 .gws-bannerV2__content *{text-align:right!important}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-right-bottom .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__btn,.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-right-bottom .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__link{margin-left:.5208333333vw;margin-right:0}@media screen and (max-width:767.9px){.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-right-bottom .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__btn,.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-right-bottom .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__link{margin-left:0}}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-center-bottom .gws-bannerV2 .gws-bannerV2__content{align-items:flex-end;justify-content:center}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-center-bottom .gws-bannerV2 .gws-bannerV2__content *{text-align:center!important}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-center-bottom .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__btn,.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-center-bottom .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__link{margin-left:.2604166667vw;margin-right:.2604166667vw}@media screen and (max-width:767.9px){.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-center-bottom .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__btn,.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-center-bottom .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__link{margin-left:0}}.gws-quick-entrance-v1 .gws-bannerV2_styles .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__wrapper{max-width:unset;width:auto}@media screen and (max-width:767.9px){.gws-quick-entrance-v1 .gws-bannerV2_styles .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__wrapper{max-width:unset}.gws-quick-entrance-v1 .gws-bannerV2_styles .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__wrapper *{text-align:left!important}.gws-quick-entrance-v1 .gws-bannerV2_styles .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__wrapper .gws-bannerV2__content__btn,.gws-quick-entrance-v1 .gws-bannerV2_styles .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__wrapper .gws-bannerV2__content__link{margin-left:0;margin-right:2.6666666667vw!important}}.gws-quick-entrance-v1 .gws-bannerV2_styles.s-small-text .gws-bannerV2 .gws-bannerV2__content{padding:2.9166666667vw!important;width:100%!important}@media screen and (max-width:767.9px){.gws-quick-entrance-v1 .gws-bannerV2_styles.s-small-text .gws-bannerV2 .gws-bannerV2__content{align-items:flex-start!important;justify-content:flex-start!important;padding:8vw 5.3333333333vw!important}}.gws-quick-entrance-v1 .gws-bannerV2_styles.s-small-text .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__title{color:#fff;font-size:1.875vw!important;line-height:2.2916666667vw!important}@media screen and (max-width:767.9px){.gws-quick-entrance-v1 .gws-bannerV2_styles.s-small-text .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__title{font-size:4.8vw!important;line-height:normal!important}}.gws-quick-entrance-v1 .gws-bannerV2_styles.s-small-text .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__desc{color:#fff;font-size:.9375vw!important;line-height:normal!important;margin-top:.8333333333vw!important}@media screen and (max-width:767.9px){.gws-quick-entrance-v1 .gws-bannerV2_styles.s-small-text .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__desc{font-size:3.2vw!important;margin-top:2.6666666667vw!important}}.gws-quick-entrance-v1 .gws-bannerV2_styles.s-small-text .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__btn,.gws-quick-entrance-v1 .gws-bannerV2_styles.s-small-text .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__link{margin-top:.8333333333vw!important}@media screen and (max-width:767.9px){.gws-quick-entrance-v1 .gws-bannerV2_styles.s-small-text .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__btn,.gws-quick-entrance-v1 .gws-bannerV2_styles.s-small-text .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__link{margin-top:2.6666666667vw!important}}.gws-quick-entrance-v1 .gws-bannerV2_styles .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__container .gws-bannerV2__content__wrapper .gws-bannerV2__content__btn,.gws-quick-entrance-v1 .gws-bannerV2_styles .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__container .gws-bannerV2__content__wrapper .gws-bannerV2__content__link{text-align:center!important}@media screen and (max-width:767.9px){.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-in-top .gws-bannerV2 .gws-bannerV2__content{align-items:flex-start!important;justify-content:flex-start!important}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-in-middle .gws-bannerV2 .gws-bannerV2__content{align-items:center!important;justify-content:flex-start!important}.gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-in-footer .gws-bannerV2 .gws-bannerV2__content{align-items:flex-end!important;justify-content:flex-end!important}}body.page-v2 .gws-quick-entrance-v1 .gws-bannerV2_styles.c-gap-between{width:auto}.gws-quick-entrance-v1--special .gws-quick-entrance-v1{margin:0 6.25vw}.gws-quick-entrance-v1--special .gws-quick-entrance-v1-left,.gws-quick-entrance-v1--special .gws-quick-entrance-v1-right{width:calc(50% - .52083vw)}.gws-quick-entrance-v1--special .gws-quick-entrance-v1-left .gws-bannerV2_styles,.gws-quick-entrance-v1--special .gws-quick-entrance-v1-right .gws-bannerV2_styles{margin-top:1.0416666667vw}.gws-quick-entrance-v1--special .gws-quick-entrance-v1-left .gws-bannerV2_styles:first-child,.gws-quick-entrance-v1--special .gws-quick-entrance-v1-right .gws-bannerV2_styles:first-child{margin-top:0}.gws-quick-entrance-v1--special .gws-quick-entrance-v1 .gws-bannerV2_styles.mdws-gap-bottom{margin-bottom:3.125vw}@media screen and (max-width:767.9px){.gws-quick-entrance-v1--special .gws-quick-entrance-v1 .gws-bannerV2_styles.mdws-gap-bottom{margin-bottom:5.3333333333vw}}.gws-quick-entrance-v1--special .gws-quick-entrance-v1 .gws-bannerV2_styles.mdws-gap-top{margin-top:3.125vw}@media screen and (max-width:767.9px){.gws-quick-entrance-v1--special .gws-quick-entrance-v1 .gws-bannerV2_styles.mdws-gap-top{margin-top:5.3333333333vw}.gws-quick-entrance-v1--special .gws-quick-entrance-v1{margin:0}.gws-quick-entrance-v1--special .gws-quick-entrance-v1-left,.gws-quick-entrance-v1--special .gws-quick-entrance-v1-right{width:100%}.gws-quick-entrance-v1--special .gws-quick-entrance-v1-left .gws-bannerV2_styles,.gws-quick-entrance-v1--special .gws-quick-entrance-v1-right .gws-bannerV2_styles{margin-top:2.6666666667vw}.gws-quick-entrance-v1--special .gws-quick-entrance-v1-left .gws-bannerV2_styles:first-child,.gws-quick-entrance-v1--special .gws-quick-entrance-v1-right .gws-bannerV2_styles:first-child{margin-top:0}.gws-quick-entrance-v1--special .gws-quick-entrance-v1-right{margin-top:2.6666666667vw}}.page-res-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1{margin:0 auto;width:1440px}@media screen and (max-width:1600px){.page-res-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1{padding-left:80px;padding-right:80px;width:unset}}@media screen and (max-width:1440.9px){.page-res-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1{padding-left:5.5555555556vw;padding-right:5.5555555556vw}}@media screen and (max-width:767.9px){.page-res-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}.page-res-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1-left,.page-res-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1-right{width:calc(50% - 8px)}.page-res-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1-left .gws-bannerV2_styles,.page-res-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1-right .gws-bannerV2_styles{margin-top:16px}@media screen and (max-width:1440.9px){.page-res-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1{margin:0}.page-res-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1-left,.page-res-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1-right{width:calc(50% - .55556vw)}.page-res-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1-left .gws-bannerV2_styles,.page-res-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1-right .gws-bannerV2_styles{margin-top:1.1111111111vw}}@media screen and (max-width:767.9px){.page-res-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1{margin:0;padding:0!important}.page-res-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1-left,.page-res-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1-right{width:100%}.page-res-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1-left .gws-bannerV2_styles,.page-res-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1-right .gws-bannerV2_styles{margin-top:2.6666666667vw}.page-res-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1-left .gws-bannerV2_styles:first-child,.page-res-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1-right .gws-bannerV2_styles:first-child{margin-top:0}.page-res-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1-left,.page-res-v2 .gws-quick-entrance-v1--special .gws-quick-entrance-v1-right{margin-top:2.6666666667vw}}.gws-section-title-v1__styles{background-color:#fff;position:relative}.gws-section-title-v1__styles.c-gap-top{padding-top:3.3333333333vw}@media screen and (max-width:767.9px){.gws-section-title-v1__styles.c-gap-top{padding-top:8vw}}.gws-section-title-v1__styles.s-top-line:after{background-color:#d6d6d6;content:"";display:block;height:1px;left:50%;position:absolute;top:0;transform:translateX(-50%);width:calc(100% - 8.33333vw)}@media screen and (max-width:767.9px){.gws-section-title-v1__styles.s-top-line:after{width:calc(100% - 10.66667vw)}}.gws-section-title-v1__styles.s-big-title .gws-section-title-v1__main{font-size:3.5416666667vw}@media screen and (max-width:767.9px){.gws-section-title-v1__styles.s-big-title .gws-section-title-v1__main{font-size:6.4vw;line-height:8vw}}.gws-section-title-v1__styles.c-bg-grey{background-color:#f7f7f7}.gws-section-title-v1{padding:0 4.1666666667vw;text-align:center}.gws-section-title-v1 .gws-section-title-v1__achor-text,.gws-section-title-v1 .gws-section-title-v1__main,.gws-section-title-v1 .gws-section-title-v1__sub{will-change:transform,opacity}.gws-section-title-v1 .gws-section-title-v1__achor-text.animate-init-state,.gws-section-title-v1 .gws-section-title-v1__main.animate-init-state,.gws-section-title-v1 .gws-section-title-v1__sub.animate-init-state{opacity:0;transform:translateY(15%)}.gws-section-title-v1 .gws-section-title-v1__achor-text.animate,.gws-section-title-v1 .gws-section-title-v1__main.animate,.gws-section-title-v1 .gws-section-title-v1__sub.animate{animation:fade-in 1s ease-out forwards}.gws-section-title-v1[data-show=N]{display:none}@media screen and (max-width:767.9px){.gws-section-title-v1{padding:0 5.3333333333vw}}.gws-section-title-v1__main{color:#333;font-size:2.9166666667vw;font-weight:500;line-height:3.5416666667vw;white-space:pre-line}@media screen and (max-width:767.9px){.gws-section-title-v1__main{font-size:4.8vw;line-height:normal}}.gws-section-title-v1__sub{word-wrap:break-word;color:#333;font-size:1.25vw;line-height:1.5625vw;margin-top:1.0416666667vw;padding:0 8.3333333333vw;white-space:pre-wrap}.gws-section-title-v1__sub[data-view=pc]{display:block}@media screen and (max-width:767.9px){.gws-section-title-v1__sub[data-view=pc]{display:none}}.gws-section-title-v1__sub[data-view=mobile]{display:none}@media screen and (max-width:767.9px){.gws-section-title-v1__sub[data-view=mobile]{display:block}.gws-section-title-v1__sub{font-size:3.7333333333vw;line-height:4.8vw;margin-top:2.6666666667vw;padding:0}}.gws-section-title-v1__achor-img,.gws-section-title-v1__achor-text{display:none}.gws-section-title-v1:has(.gws-section-title-v1__main.hide):has(.gws-section-title-v1__sub) .gws-section-title-v1__sub{margin-top:0}.page-res-v2 .gws-section-title-v1{margin:auto;padding:0;width:1440px}@media screen and (max-width:1600px){.page-res-v2 .gws-section-title-v1{padding-left:80px;padding-right:80px;width:unset}}@media screen and (max-width:1440.9px){.page-res-v2 .gws-section-title-v1{padding-left:5.5555555556vw;padding-right:5.5555555556vw}}@media screen and (max-width:767.9px){.page-res-v2 .gws-section-title-v1{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}.page-res-v2 .gws-section-title-v1__main{font-size:40px;line-height:normal}@media screen and (max-width:1440.9px){.page-res-v2 .gws-section-title-v1__main{font-size:2.7777777778vw}}@media screen and (max-width:767.9px){.page-res-v2 .gws-section-title-v1__main{font-size:4.8vw}}.page-res-v2 .gws-section-title-v1__sub{font-size:20px;line-height:1.4;margin-top:30px;padding:unset}@media screen and (max-width:1440.9px){.page-res-v2 .gws-section-title-v1__sub{font-size:1.3888888889vw;margin-top:2.0833333333vw}}@media screen and (max-width:767.9px){.page-res-v2 .gws-section-title-v1__sub{font-size:3.7333333333vw;line-height:4.8vw;margin-top:2.6666666667vw}}.page-res-v2 .gws-section-title-v1__styles.s-big-title .gws-section-title-v1__main{font-size:48px}@media screen and (max-width:1440.9px){.page-res-v2 .gws-section-title-v1__styles.s-big-title .gws-section-title-v1__main{font-size:3.3333333333vw}}@media screen and (max-width:767.9px){.page-res-v2 .gws-section-title-v1__styles.s-big-title .gws-section-title-v1__main{font-size:6.4vw;line-height:8vw}}.gws-space{height:3.125vw}@media screen and (max-width:767.9px){.gws-space{height:5.3333333333vw}}.space__styles.s-bg-gray{background:#f7f7f7}.gws-sticky-menu-v1{width:100%}.gws-sticky-menu-v1__container{align-items:center;background-color:#fff;border-bottom:1px solid #d6d6d6;display:flex;height:2.0833333333vw;justify-content:flex-start;padding-left:12.5vw;padding-right:12.5vw;position:relative;width:100%}@media screen and (max-width:767.9px){.gws-sticky-menu-v1__container{height:12.8vw;padding-left:5.3333333333vw;padding-right:5.3333333333vw}.gws-sticky-menu-v1__container .swiper-button-next,.gws-sticky-menu-v1__container .swiper-button-prev{align-items:center;background:linear-gradient(270deg,#fff 74%,hsla(0,0%,100%,0));display:flex;height:100%;justify-content:flex-end;left:0;width:12.8vw;z-index:2}.gws-sticky-menu-v1__container .swiper-button-next:after,.gws-sticky-menu-v1__container .swiper-button-prev:after{display:none}.gws-sticky-menu-v1__container .swiper-button-next:before,.gws-sticky-menu-v1__container .swiper-button-prev:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB5PSIxNiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiByeD0iMCIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDAgMzIpIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik01LjUwMiAxOC4zOTZhLjY1Ny42NTcgMCAwIDAtLjA1Ljg3MWwuMDUuMDU3IDQuNjQgNC42NDItNC42NCA0LjY0MmEuNjU3LjY1NyAwIDAgMC0uMDUuODdsLjA1LjA1OGEuNjU2LjY1NiAwIDAgMCAuODcxLjA1MWwuMDU3LS4wNSA1LjEwMy01LjEwN2EuNjU3LjY1NyAwIDAgMCAuMDUxLS44N2wtLjA1MS0uMDU4LTUuMTAzLTUuMTA2YS42NTYuNjU2IDAgMCAwLS45MjggMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-size:100% 100%;content:"";height:4.2666666667vw;margin-right:2.6666666667vw;width:4.2666666667vw}.gws-sticky-menu-v1__container .swiper-button-prev{transform:rotate(180deg)}.gws-sticky-menu-v1__container .swiper-button-next{left:unset;right:0}.gws-sticky-menu-v1__container .swiper-button-disabled{display:none}}.gws-sticky-menu-v1__logo{display:none}.gws-sticky-menu-v1__menu{display:flex;font-size:.8333333333vw;height:1.0416666667vw;justify-content:flex-start;line-height:1.0416666667vw;width:100%}@media screen and (max-width:767.9px){.gws-sticky-menu-v1__menu{font-size:3.7333333333vw;height:12.8vw;justify-content:start;line-height:12.8vw}}.gws-sticky-menu-v1__menu-item{color:#858585;cursor:pointer;flex-shrink:0;height:100%;margin-right:2.0833333333vw;position:relative;width:auto!important}@media screen and (max-width:767.9px){.gws-sticky-menu-v1__menu-item{margin-right:6.4vw}}.gws-sticky-menu-v1__menu-item:last-child{margin-right:0!important}.gws-sticky-menu-v1__menu-item:after{background-color:transparent;bottom:0;content:"";display:block;height:.1041666667vw;left:50%;opacity:0;position:absolute;transform:translateX(-50%);transition:opacity .3s ease;width:100%;z-index:1}@media screen and (max-width:767.9px){.gws-sticky-menu-v1__menu-item:after{background-color:#1f94d2;bottom:0;height:.5333333333vw;width:6.9333333333vw}}.gws-sticky-menu-v1__menu-item--actived{color:#333;font-weight:500}@media screen and (max-width:767.9px){.gws-sticky-menu-v1__menu-item--actived:after{opacity:1}}.gws-sticky-menu-v1__wtb{background-color:#000;border-radius:1.25vw;color:#fff;cursor:pointer;display:inline-block;display:none;flex-shrink:0;font-size:1.0416666667vw;font-weight:500;line-height:1.4583333333vw;line-height:1.1458333333vw;opacity:0;padding:.6770833333vw 1.6145833333vw;text-align:center;transition:all .3s ease}@media screen and (max-width:767.9px){.gws-sticky-menu-v1__wtb{border-radius:5.6vw;font-size:3.7333333333vw;line-height:5.8666666667vw;padding:2.6666666667vw 5.3333333333vw}}.gws-sticky-menu-v1__wtb:hover{background-color:#adadad}.gws-sticky-menu-v1__wtb:active{background-color:#1f94d2}.gws-sticky-menu-v1--fixed .gws-sticky-menu-v1__container{left:0;position:fixed;top:0;z-index:999}body .bv_histogram_row_star svg,body [data-bv-show=rating_summary] .bv_main_container .bv_stars_component_container svg{height:1.1458333333vw!important;width:1.1458333333vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body .bv_histogram_row_star svg,body [data-bv-show=rating_summary] .bv_main_container .bv_stars_component_container svg{height:5.8666666667vw!important;width:5.8666666667vw!important}}body div.bv_modal_component_container[data-bv-modal] .bv_modal_outer_content{max-width:none!important}body div.bv_modal_component_container[data-bv-modal] .bv_modal_outer_content .bv_button_buttonFull{border:1px solid #1f94d2!important;border-radius:1.5625em!important;font-size:1.1458333333vw;height:3.125em!important;line-height:3.125em!important;margin-top:1.0416666667vw;padding:0 3.125em!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body div.bv_modal_component_container[data-bv-modal] .bv_modal_outer_content .bv_button_buttonFull{margin-top:2.1333333333vw}}body div.bv_modal_component_container[data-bv-modal] .bv_modal_outer_content .bv_button_buttonFull:hover{border:1px solid #1f94d2!important;border-radius:1.5625em!important;font-size:1.1458333333vw;height:3.125em!important;line-height:3.125em!important;padding:0 3.125em!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body div.bv_modal_component_container[data-bv-modal] .bv_modal_outer_content .bv_button_buttonFull{border-radius:5.3333333333vw!important;font-size:4.2666666667vw}body div.bv_modal_component_container[data-bv-modal] .bv_modal_outer_content .bv_button_buttonFull:hover{font-size:4.2666666667vw!important}}body .PVOGu .gFzTjt{transition:background-color .3s ease}body .gXNKhJ svg path{fill:#faad14}body .gXNKhJ .fcrnJX{color:#faad14;font-size:.6770833333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body .gXNKhJ .fcrnJX{font-size:3.4666666667vw}}body .cTljrq,body .cXFycK,body .ctXAvX,body .iWzxFr{border-color:#d9d9d9}body .cTljrq:focus,body .cXFycK:focus,body .ctXAvX:focus,body .iWzxFr:focus{outline:none}body .cTljrq,body .ctXAvX{border-color:#f5222d}body .cdGsEP,body .jHLwWM{transition:background-color .3s ease}body :focus{outline:none}body .bSELAb,body .cNLDjv,body .dfhJZn{border-color:#00b0f0;color:#00b0f0}body .cNLDjv{border-color:#155724;color:#155724}body .bSELAb{border-color:#faad14;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{background-color:#1f94d2;transition:background-color .3s ease}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}body .eayAqh{text-indent:1.0416666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body .eayAqh{text-indent:2.6666666667vw}}body .fVALEs{height:100%}body .gsKXqT{background-color:transparent;height:100%}@media screen and (max-width:767.9px){body .gsKXqT{font-size:4.2666666667vw;padding-left:3.2vw}body .eLheDA{align-items:start;flex-direction:column}}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;font-size:1.1458333333vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){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{font-size:4.2666666667vw!important}}body [data-bv-show=rating_summary] .bv_main_container .bv_avgRating_component_container:hover,body [data-bv-show=rating_summary] .bv_main_container .bv_button_buttonMinimalist:hover,body [data-bv-show=rating_summary] .bv_main_container .bv_numReviews_text:hover{font-size:1.1458333333vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body [data-bv-show=rating_summary] .bv_main_container .bv_avgRating_component_container:hover,body [data-bv-show=rating_summary] .bv_main_container .bv_button_buttonMinimalist:hover,body [data-bv-show=rating_summary] .bv_main_container .bv_numReviews_text:hover{font-size:4.2666666667vw!important}}body [data-bv-show=rating_summary]{align-items:center;display:flex}body .my-product-reviews [data-bv-show=rating_summary]{align-items:center;display:flex;padding-left:.9375vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){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-size:1.1458333333vw;font-weight:700;line-height:1.25vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){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;line-height:6.4vw}}body .jHLwWM{background-color:#fff;border:1px solid #1f94d2;color:#000}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{bottom:0;content:"";left:0;position:absolute;right:0;top: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}body .m-us-powerreviewsdisplay{z-index:unset}body.page-v2 div.bv_modal_component_container[data-bv-modal]{border-radius:.4166666667vw}body.page-v2 div.bv_modal_component_container[data-bv-modal] .bv_modal_outer_content{border:none!important;border-radius:.4166666667vw;box-shadow:0 .0520833333vw .2083333333vw 0 rgba(0,0,0,.078),0 .2083333333vw .625vw 0 rgba(0,0,0,.078),0 .4166666667vw 1.25vw 0 rgba(0,0,0,.078);max-width:none!important;padding:1.5625vw!important}body.page-v2 div.bv_modal_component_container[data-bv-modal] .bv_modal_outer_content:before{display:none!important}body.page-v2 div.bv_modal_component_container[data-bv-modal] .bv_modal_outer_content .bv_button_buttonFull{background:linear-gradient(90deg,#2b85c3,#37a6f3);background:linear-gradient(90deg,#2b85c3,#37a6f3)!important;border:unset!important;border-radius:1.4583333333vw!important;font-family:inherit!important;font-size:.8333333333vw!important;font-weight:500!important;height:auto!important;line-height:1.0416666667vw!important;margin-top:1.0416666667vw;min-width:6.25vw!important;padding:.4166666667vw 1.0416666667vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body.page-v2 div.bv_modal_component_container[data-bv-modal] .bv_modal_outer_content .bv_button_buttonFull{margin-top:2.1333333333vw}}body.page-v2 div.bv_modal_component_container[data-bv-modal] .bv_modal_outer_content .bv_button_buttonFull:hover{background:#0083de}@media screen and (max-width:767.9px){body.page-v2 div.bv_modal_component_container[data-bv-modal] .bv_modal_outer_content .bv_button_buttonFull{border-radius:5.3333333333vw!important;font-size:4.2666666667vw!important;line-height:5.3333333333vw!important}body.page-v2 div.bv_modal_component_container[data-bv-modal] .bv_modal_outer_content .bv_button_buttonFull:hover{font-size:4.2666666667vw!important}}body.page-v2 div.bv_modal_component_container[data-bv-modal] .bv_modal_outer_content .bv_histogram_row_container .bv_histogram_row_prefix{align-items:center;display:flex!important;justify-content:space-between}body.page-v2 div.bv_modal_component_container[data-bv-modal] .bv_modal_outer_content .bv_histogram_row_container .bv_histogram_row_star{align-items:center;display:flex;justify-content:space-between}body.page-v2 div.bv_modal_component_container[data-bv-modal] .bv_modal_outer_content .bv_histogram_row_bar_empty{background:#d6d6d6!important;border-radius:6.875vw!important}body.page-v2 div.bv_modal_component_container[data-bv-modal] .bv_modal_outer_content .bv_histogram_row_bar_empty .bv_histogram_row_bar_filled{border-radius:6.875vw!important}.mdws-breadcrumb{background:#fbfbfd;padding-left:12.5vw;padding-right:12.5vw}@media screen and (max-width:767.9px){.mdws-breadcrumb{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}.mdws-breadcrumb.specialGap{padding:0 4.1666666667vw}.mdws-breadcrumb-list{box-sizing:content-box;font-size:.7291666667vw;height:.9375vw;overflow:hidden;padding:1.25vw 0}.mdws-breadcrumb-list,.mdws-breadcrumb-list li{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.mdws-breadcrumb-list li.lastItem a{overflow:hidden;text-overflow:ellipsis}.mdws-breadcrumb-list li.lastItem:after{display:none}.mdws-breadcrumb-list li a{color:#adadad;font-size:.7291666667vw;font-weight:500;line-height:1.1458333333vw;white-space:nowrap}.mdws-breadcrumb-list li a:hover{color:#707070}.mdws-breadcrumb-list li:after{color:#adadad;content:"/";display:block;font-size:.7291666667vw;margin-left:.2083333333vw;margin-right:.2083333333vw}.mdws-breadcrumb-list li:last-child a{color:#707070;cursor:default}.mdws-breadcrumb-list li:last-child:after{display:none}@media screen and (max-width:767.9px){.mdws-breadcrumb{display:none}}.mdws-btn{word-wrap:break-word;border-radius:1.6666666667vw;cursor:pointer;display:inline-block;font-size:1.0416666667vw;line-height:1.5625vw;min-width:9.375vw;padding:.8854166667vw 2.0833333333vw;text-align:center;white-space:normal}@media screen and (max-width:767.9px){.mdws-btn{border-radius:7.4666666667vw;border-radius:8.5333333333vw;font-size:4.2666666667vw;line-height:4.8vw;min-width:26.6666666667vw;padding:2.9333333333vw 6.4vw}}.mdws-btn--EL{font-size:1.0416666667vw;line-height:1.5625vw;min-width:9.375vw;padding:.8854166667vw 2.0833333333vw}@media screen and (max-width:767.9px){.mdws-btn--EL{border-radius:8.5333333333vw;font-size:4.2666666667vw;line-height:4.8vw;min-width:26.6666666667vw;padding:2.9333333333vw 6.4vw}}.mdws-btn--L{font-size:1.0416666667vw;line-height:normal;min-width:8.3333333333vw;padding:.8333333333vw 1.6666666667vw}@media screen and (max-width:767.9px){.mdws-btn--L{border-radius:8.5333333333vw;font-size:4.2666666667vw;line-height:4.8vw;min-width:26.6666666667vw;padding:2.9333333333vw 6.4vw}}.mdws-btn--M{font-size:1.0416666667vw;line-height:normal;min-width:7.2916666667vw;padding:.625vw 1.4583333333vw}@media screen and (max-width:767.9px){.mdws-btn--M{border-radius:8.5333333333vw;font-size:3.7333333333vw;line-height:4.2666666667vw;min-width:21.3333333333vw;padding:2.6666666667vw 4.2666666667vw}}.mdws-btn--S{font-size:.8333333333vw;line-height:1.0416666667vw;min-width:6.25vw;padding:.4166666667vw 1.0416666667vw}@media screen and (max-width:767.9px){.mdws-btn--S{border-radius:8.5333333333vw;font-size:3.2vw;line-height:3.2vw;min-width:16vw;padding:2.1333333333vw 3.2vw}}.mdws-btn--primary{background:linear-gradient(90deg,#2b85c3,#37a6f3);color:#fff}.mdws-btn--primary:hover{background:#0083de}.mdws-btn--primary:active{background:#077dce}.mdws-btn--primary.mdws-btn--disabled,.mdws-btn--primary.mdws-btn--disabled:hover,.mdws-btn--primary[disabled],.mdws-btn--primary[disabled]:hover{background:#d6d6d6!important}.mdws-btn--default{border:1px solid #1f94d2;color:#1f94d2}.mdws-btn--default:hover{background:#0083de;color:#fff}.mdws-btn--default:active{background:#077dce;color:#fff}.mdws-btn--default.mdws-btn--disabled,.mdws-btn--default[disabled]{background-color:#fff;border-color:#d6d6d6;color:#d6d6d6}.mdws-btn--default.mdws-btn--disabled:hover,.mdws-btn--default[disabled]:hover{border-color:#d6d6d6;color:#d6d6d6}.mdws-btn--black{background-color:#fff;border:1px solid #c2c2c2;color:#333}.mdws-btn--black:hover{border-color:#0083de!important;color:#0083de!important;cursor:pointer!important}.mdws-btn--black:active{border-color:#077dce!important;color:#077dce!important}.mdws-btn--black.mdws-btn--disabled,.mdws-btn--black[disabled]{border-color:#d6d6d6!important;color:#d6d6d6!important}.mdws-btn--white{background-color:#fff;border:1px solid #1f94d2}.mdws-btn--white:hover{color:#79bfe4}.mdws-btn--white.mdws-btn--disabled,.mdws-btn--white[disabled]{color:#d6d6d6}.mdws-btn[disabled]{pointer-events:none}.mdws-btn[hidden]{display:none}.page-res-v2 .mdws-btn{border-radius:40px;font-size:20px;line-height:22px;min-width:148px;padding:17px 32px}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-btn{border-radius:2.7777777778vw;font-size:1.3888888889vw;line-height:1.5277777778vw;min-width:10.2777777778vw;padding:1.1805555556vw 2.2222222222vw}}@media screen and (max-width:767.9px){.page-res-v2 .mdws-btn{border-radius:8.5333333333vw;font-size:4.2666666667vw;line-height:4.8vw;min-width:26.6666666667vw;padding:2.9333333333vw 6.4vw}}.page-res-v2 .mdws-btn--EL{font-size:20px;line-height:22px;min-width:148px;padding:17px 32px}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-btn--EL{font-size:1.3888888889vw;line-height:1.5277777778vw;min-width:10.2777777778vw;padding:1.1805555556vw 2.2222222222vw}}@media screen and (max-width:767.9px){.page-res-v2 .mdws-btn--EL{border-radius:8.5333333333vw;font-size:4.2666666667vw;line-height:4.8vw;min-width:26.6666666667vw;padding:2.9333333333vw 6.4vw}}.page-res-v2 .mdws-btn--L{font-size:20px;line-height:22px;min-width:148px;padding:17px 32px}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-btn--L{font-size:1.3888888889vw;line-height:1.5277777778vw;min-width:10.2777777778vw;padding:1.1805555556vw 2.2222222222vw}}@media screen and (max-width:767.9px){.page-res-v2 .mdws-btn--L{border-radius:8.5333333333vw;font-size:4.2666666667vw;line-height:4.8vw;min-width:26.6666666667vw;padding:2.9333333333vw 6.4vw}}.page-res-v2 .mdws-btn--M{font-size:16px;line-height:18px;min-width:100px;padding:13px 24px!important}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-btn--M{font-size:1.1111111111vw;line-height:1.25vw;min-width:6.9444444444vw;padding:.9027777778vw 1.6666666667vw!important}}@media screen and (max-width:767.9px){.page-res-v2 .mdws-btn--M{border-radius:8.5333333333vw;font-size:3.7333333333vw;line-height:4.2666666667vw;min-width:21.3333333333vw;padding:2.6666666667vw 4.2666666667vw}}.page-res-v2 .mdws-btn--S{border-radius:32px;font-size:14px;line-height:16px;min-width:80px;padding:8px 20px}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-btn--S{border-radius:2.2222222222vw;font-size:.9722222222vw;line-height:1.1111111111vw;min-width:5.5555555556vw;padding:.5555555556vw 1.3888888889vw}}@media screen and (max-width:767.9px){.page-res-v2 .mdws-btn--S{border-radius:8.5333333333vw;font-size:3.2vw;line-height:3.2vw;min-width:16vw;padding:2.1333333333vw 3.2vw}}.swiper-btn{border-radius:50%;cursor:pointer;height:3.6458333333vw;position:relative;width:3.6458333333vw}.swiper-btn--prev{background:linear-gradient(90deg,hsla(210,3%,85%,.4) 11%,hsla(240,1%,62%,.4) 84%)}.swiper-btn--prev:before{border-bottom:.1041666667vw solid #fff;border-left:.1041666667vw solid #fff;content:"";display:inline-block;height:1.0416666667vw;left:50%;position:absolute;top:50%;transform:translate(-25%,-50%) rotate(45deg);width:1.0416666667vw}@media screen and (max-width:767.9px){.swiper-btn--prev:before{border-bottom:.5333333333vw solid #fff;border-left:.5333333333vw solid #fff;height:5.3333333333vw;width:5.3333333333vw}}.swiper-btn--prev.up{background:linear-gradient(180deg,hsla(210,3%,85%,.4) 11%,hsla(240,1%,62%,.4) 84%)}.swiper-btn--prev.up:before{border-bottom:.1041666667vw solid #fff;border-left:.1041666667vw solid #fff;content:"";display:inline-block;height:1.0416666667vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-25%) rotate(135deg);width:1.0416666667vw}@media screen and (max-width:767.9px){.swiper-btn--prev.up:before{border-bottom:.5333333333vw solid #fff;border-left:.5333333333vw solid #fff;height:5.3333333333vw;width:5.3333333333vw}}.swiper-btn--next{background:linear-gradient(270deg,hsla(210,3%,85%,.4) 11%,hsla(240,1%,62%,.4) 84%)}.swiper-btn--next:before{border-right:.1041666667vw solid #fff;border-top:.1041666667vw solid #fff;content:"";display:inline-block;height:1.0416666667vw;left:50%;position:absolute;top:50%;transform:translate(-75%,-50%) rotate(45deg);width:1.0416666667vw}@media screen and (max-width:767.9px){.swiper-btn--next:before{border-right:.5333333333vw solid #fff;border-top:.5333333333vw solid #fff;height:5.3333333333vw;width:5.3333333333vw}}.swiper-btn--next.down{background:linear-gradient(0,hsla(210,3%,85%,.4) 11%,hsla(240,1%,62%,.4) 84%)}.swiper-btn--next.down:before{border-right:.1041666667vw solid #fff;border-top:.1041666667vw solid #fff;content:"";display:inline-block;height:1.0416666667vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-75%) rotate(135deg);width:1.0416666667vw}@media screen and (max-width:767.9px){.swiper-btn--next.down:before{border-right:.5333333333vw solid #fff;border-top:.5333333333vw solid #fff;height:5.3333333333vw;width:5.3333333333vw}}.swiper-btn.small{height:1.875vw;width:1.875vw}.swiper-btn.small:before{height:.3645833333vw;width:.3645833333vw}.ps-widget.mdws-btn{background-color:transparent!important;border:1px solid transparent!important;border-radius:1.6145833333vw!important;cursor:pointer;display:inline-block;font-family:inherit!important;font-size:1.25vw!important;line-height:1.25!important;padding:.8333333333vw 1.6666666667vw!important}@media screen and (max-width:767.9px){.ps-widget.mdws-btn{border-radius:7.4666666667vw!important;font-size:3.7333333333vw!important;line-height:1.6;padding:1.8666666667vw 10.1333333333vw!important}}.ps-widget.mdws-btn.mdws-btn--default{border-color:#1f94d2!important;color:#1f94d2!important}.ps-widget.mdws-btn.mdws-btn--primary{background:linear-gradient(90deg,#2b85c3,#37a6f3);color:#fff!important}.ps-widget.mdws-btn .ps-button-label{display:none}.gws-carousel-style{position:relative}.gws-carousel-style .gws-carousel-line{display:none}@media screen and (max-width:767.9px){.gws-carousel-style.c-gap-bottom{padding-bottom:8vw}.gws-carousel-style.c-gap-top{padding-top:8vw}}.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-next,.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-prev{border:none;cursor:pointer;height:2.9166666667vw;position:absolute;top:50%;transform:translateY(-50%);width:2.9166666667vw}.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-next:after,.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-next:before,.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-prev:after,.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-prev:before{background-color:transparent}.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-next:hover,.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-prev:hover{background:rgba(0,0,0,.302)}@media screen and (max-width:767.9px){.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-next,.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-prev{display:none}}.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-prev{left:3.125vw;right:unset}.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-prev:before{border-bottom:.1041666667vw solid #fff;border-left:.1041666667vw solid #fff;content:"";display:inline-block;height:.8333333333vw;left:50%;position:absolute;top:50%;transform:translate(-25%,-50%) rotate(45deg);width:.8333333333vw}@media screen and (max-width:767.9px){.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-prev:before{border-bottom:.5333333333vw solid #fff;border-left:.5333333333vw solid #fff;height:4.2666666667vw;width:4.2666666667vw}.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-prev{left:2.6666666667vw}}.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-next{left:unset;right:3.125vw}.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-next:before{border-right:.1041666667vw solid #fff;border-top:.1041666667vw solid #fff;content:"";display:inline-block;height:.8333333333vw;left:50%;position:absolute;top:50%;transform:translate(-75%,-50%) rotate(45deg);width:.8333333333vw}@media screen and (max-width:767.9px){.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-next:before{border-right:.5333333333vw solid #fff;border-top:.5333333333vw solid #fff;height:4.2666666667vw;width:4.2666666667vw}.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-next{right:2.6666666667vw}}.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination{align-items:center;bottom:2.0833333333vw;display:flex;height:.1041666667vw;justify-content:center;line-height:0;padding:0 14.0625vw;text-align:center}.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination span{position:relative}.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination span:before{background-color:transparent;content:"";height:1.0416666667vw;left:0;position:absolute;right:0;top:-1.0416666667vw;z-index:-1}@media screen and (max-width:767.9px){.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination span:before{height:2.6666666667vw;top:-2.6666666667vw}.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination{bottom:8vw;justify-content:center;padding:0 1.3333333333vw}}.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination-bullet{background:hsla(0,0%,100%,.6);border:none;border-radius:unset;font-size:0;height:.1041666667vw;margin:0 1.0416666667vw 0 0!important;opacity:1!important;padding:0;transition:unset;width:13.75vw}@media screen and (max-width:767.9px){.gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination-bullet{height:.5333333333vw;margin:0 2.6666666667vw 0 0!important;width:14.4vw}}.gws-carousel-style.s-within-image .gws-carousel:not([data-swiper-auto-play^=true]) .swiper-pagination-bullet-active{background:#1f94d2!important;opacity:1}@keyframes animation-progress{0%{width:0}to{width:100%}}.gws-carousel-style.s-within-image .gws-carousel[data-swiper-auto-play^=true] .swiper-pagination-bullet-active{opacity:1}.gws-carousel-style.s-within-image .gws-carousel[data-swiper-auto-play^=true] .swiper-pagination-bullet-active:not(.progress){background:#1f94d2!important}.gws-carousel-style.s-within-image .gws-carousel[data-swiper-auto-play^=true] .swiper-pagination-bullet-active.progress{display:flex}.gws-carousel-style.s-within-image .gws-carousel[data-swiper-auto-play^=true] .swiper-pagination-bullet-active.progress .progress-inner{animation:animation-progress var(--progress-time) linear forwards;background:#1f94d2!important;cursor:pointer;display:inline-block;height:100%!important;left:0!important;top:0!important;z-index:2!important}.gws-carousel-style.s-within-image .gws-carousel[data-swiper-auto-play^=true] .swiper-pagination-control{cursor:pointer;height:.8333333333vw;width:.8333333333vw}@media screen and (max-width:767.9px){.gws-carousel-style.s-within-image .gws-carousel[data-swiper-auto-play^=true] .swiper-pagination-control{height:4.2666666667vw;width:4.2666666667vw}}.gws-carousel-style.s-within-image .gws-carousel[data-swiper-auto-play^=true] .swiper-pagination-control-start,.gws-carousel-style.s-within-image .gws-carousel[data-swiper-auto-play^=true] .swiper-pagination-control-stop{display:inline-block;height:100%;width:100%}.gws-carousel-style.s-within-image .gws-carousel[data-swiper-auto-play^=true] .swiper-pagination-control-start{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNNCA0LjE5MXY3LjYxOGExIDEgMCAwIDAgMS40ODIuODc2bDYuOTI1LTMuODA5YTEgMSAwIDAgMCAwLTEuNzUyTDUuNDgyIDMuMzE1QTEgMSAwIDAgMCA0IDQuMTkxWiIgZmlsbD0iI0ZGRiIvPjwvZz48L3N2Zz4=) no-repeat 50%/cover}.gws-carousel-style.s-within-image .gws-carousel[data-swiper-auto-play^=true] .swiper-pagination-control-stop{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cmVjdCB4PSIzIiB5PSIyLjUiIHdpZHRoPSI0IiBoZWlnaHQ9IjExIiByeD0iMSIgZmlsbD0iI0ZGRiIvPjxyZWN0IHg9IjkiIHk9IjIuNSIgd2lkdGg9IjQiIGhlaWdodD0iMTEiIHJ4PSIxIiBmaWxsPSIjRkZGIi8+PC9nPjwvc3ZnPg==) no-repeat 50%/cover}.gws-carousel-style.s-below-image{padding-left:4.1666666667vw;padding-right:4.1666666667vw}@media screen and (max-width:767.9px){.gws-carousel-style.s-below-image{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}.gws-carousel-style.s-below-image .gws-carousel .swiper{padding-bottom:2.1875vw}@media screen and (max-width:767.9px){.gws-carousel-style.s-below-image .gws-carousel .swiper{padding-bottom:5.8666666667vw}}.gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-button-next,.gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-button-prev{display:none}.gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-pagination{align-items:center;bottom:0;display:flex;height:.1041666667vw;justify-content:center;line-height:0;padding:0 14.0625vw;text-align:center}.gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-pagination span{position:relative}.gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-pagination span:before{background-color:transparent;content:"";height:1.0416666667vw;left:0;position:absolute;right:0;top:-1.0416666667vw;z-index:-1}@media screen and (max-width:767.9px){.gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-pagination span:before{height:2.6666666667vw;top:-2.6666666667vw}.gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-pagination{justify-content:center}}.gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-pagination-bullet{background:#d6d6d6;border:none;border-radius:unset;font-size:0;height:.1041666667vw;margin:0 1.0416666667vw 0 0!important;opacity:1!important;padding:0;transition:unset;width:13.75vw}@media screen and (max-width:767.9px){.gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-pagination-bullet{height:.5333333333vw;margin:0 2.6666666667vw 0 0!important;width:14.4vw}}.gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-pagination-bullet-active{background:#1f94d2!important;opacity:1}.gws-carousel-style.s-bottom-line:after{background-color:#d6d6d6;bottom:0;content:"";display:block;height:1px;position:absolute;width:calc(100% - 8.33333vw)}@media screen and (max-width:767.9px){.gws-carousel-style.s-bottom-line:after{width:calc(100% - 10.66667vw)}}.gws-carousel-style.c-gap-between{padding-left:12.5vw;padding-right:12.5vw}@media screen and (max-width:767.9px){.gws-carousel-style.c-gap-between{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}.gws-carousel-style.c-gap-between .swiper-button-next,.gws-carousel-style.c-gap-between .swiper-button-prev{display:none}.gws-carousel .c-gap-bottom,.gws-carousel .mdws-gap-bottom{margin-bottom:0!important;padding-bottom:0!important}.gws-carousel .c-gap-top,.gws-carousel .mdws-gap-top{margin-top:0!important;padding-top:0!important}.gws-carousel .c-gap-between{padding-left:0!important;padding-right:0!important}.gws-carousel .swiper{overflow:hidden;position:relative}.gws-carousel .swiper .swiper-button-next,.gws-carousel .swiper .swiper-button-prev{background-color:transparent;border:1px solid #fff;border-radius:50%;bottom:2.0833333333vw;height:2.6041666667vw;margin:0;min-height:2.6041666667vw;min-width:2.6041666667vw;position:absolute;right:5.2083333333vw;top:auto;width:2.6041666667vw;z-index:20}@media screen and (max-width:767.9px){.gws-carousel .swiper .swiper-button-next,.gws-carousel .swiper .swiper-button-prev{display:none}}.gws-carousel .swiper .swiper-button-next:after,.gws-carousel .swiper .swiper-button-next:before,.gws-carousel .swiper .swiper-button-prev:after,.gws-carousel .swiper .swiper-button-prev:before{background-color:#fff;bottom:1.3020833333vw;content:"";height:.1041666667vw;left:48%;position:absolute;transform:translateX(-50%) rotate(-45deg);transition:background-color .3s;width:.46875vw}.gws-carousel .swiper .swiper-button-next:before,.gws-carousel .swiper .swiper-button-prev:before{top:1.3020833333vw;transform:translateX(-50%) rotate(45deg)}.gws-carousel .swiper .swiper-button-next:hover,.gws-carousel .swiper .swiper-button-prev:hover{background-color:#fff}.gws-carousel .swiper .swiper-button-next:hover:after,.gws-carousel .swiper .swiper-button-next:hover:before,.gws-carousel .swiper .swiper-button-prev:hover:after,.gws-carousel .swiper .swiper-button-prev:hover:before{background-color:#313131}.gws-carousel .swiper .swiper-button-prev{left:auto;right:9.8958333333vw}.gws-carousel .swiper .swiper-button-next{transform:rotate(180deg)}.gws-carousel .swiper .swiper-pagination{align-items:center;bottom:1.3020833333vw;display:flex;height:.5208333333vw;line-height:0;padding:0 5.2083333333vw;text-align:center}@media screen and (max-width:767.9px){.gws-carousel .swiper .swiper-pagination{bottom:9.6vw;justify-content:center;padding:0 4vw}}.gws-carousel .swiper .swiper-pagination-bullet{background:#1f94d2;border:1px solid transparent;border-radius:50%;font-size:0;height:.2604166667vw;opacity:1!important;padding:0;transition:width .3s,height .3s,border-color .3s,background-color .3s;width:.2604166667vw}@media screen and (max-width:767.9px){.gws-carousel .swiper .swiper-pagination-bullet{height:1.6vw;opacity:.8;width:1.6vw}}.gws-carousel .swiper .swiper-pagination-bullet-active{background:#313131;border:1px solid #1f94d2;height:.5208333333vw;opacity:1;width:.5208333333vw}@media screen and (max-width:767.9px){.gws-carousel .swiper .swiper-pagination-bullet-active{height:2.6666666667vw;width:2.6666666667vw}}html[dir=rtl] .gws-carousel .swiper .swiper-button-next{left:5.2083333333vw;right:auto;transform:rotate(1turn)}html[dir=rtl] .gws-carousel .swiper .swiper-button-prev{left:9.8958333333vw;right:auto;transform:rotate(180deg)}.page-res-v2 .gws-carousel-style.s-below-image{margin:auto;padding-left:unset;padding-right:unset;width:1440px}@media screen and (max-width:1600px){.page-res-v2 .gws-carousel-style.s-below-image{padding-left:80px;padding-right:80px;width:unset}}@media screen and (max-width:1440.9px){.page-res-v2 .gws-carousel-style.s-below-image{padding-left:5.5555555556vw;padding-right:5.5555555556vw}}@media screen and (max-width:767.9px){.page-res-v2 .gws-carousel-style.s-below-image{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}.page-res-v2 .gws-carousel-style.s-below-image .gws-carousel .swiper{padding-bottom:40px}@media screen and (max-width:1440.9px){.page-res-v2 .gws-carousel-style.s-below-image .gws-carousel .swiper{padding-bottom:2.7777777778vw}}@media screen and (max-width:767.9px){.page-res-v2 .gws-carousel-style.s-below-image .gws-carousel .swiper{padding-bottom:5.8666666667vw}}.page-res-v2 .gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-button-next,.page-res-v2 .gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-button-prev{display:none}.page-res-v2 .gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-pagination{align-items:center;bottom:0;display:flex;height:2px;justify-content:center;line-height:0;padding:0 270px;text-align:center}@media screen and (max-width:1440.9px){.page-res-v2 .gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-pagination{height:.1388888889vw;padding:0 18.75vw}}@media screen and (max-width:767.9px){.page-res-v2 .gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-pagination{justify-content:center;padding:0 1.3333333333vw}}.page-res-v2 .gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-pagination span{position:relative}.page-res-v2 .gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-pagination span:before{background-color:transparent;content:"";height:20px;left:0;position:absolute;right:0;top:-20px;z-index:-1}@media screen and (max-width:1440.9px){.page-res-v2 .gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-pagination span:before{height:1.3888888889vw;top:-1.3888888889vw}}@media screen and (max-width:767.9px){.page-res-v2 .gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-pagination span:before{height:2.6666666667vw;top:-2.6666666667vw}}.page-res-v2 .gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-pagination-bullet{background:#d6d6d6;border:none;border-radius:unset;font-size:0;height:2px;margin:0 10px!important;opacity:1!important;padding:0;transition:unset;width:260px}@media screen and (max-width:1440.9px){.page-res-v2 .gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-pagination-bullet{height:.1388888889vw;margin:0 .6944444444vw!important;width:18.0555555556vw}}@media screen and (max-width:767.9px){.page-res-v2 .gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-pagination-bullet{height:.5333333333vw;margin:0 1.3333333333vw!important;width:11.4666666667vw}}.page-res-v2 .gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-pagination-bullet-active{background:#1f94d2;opacity:1}.page-res-v2 .gws-carousel-style.s-below-image .gws-carousel .swiper .swiper-slide .gws-teaserV3__styles{padding:0}.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-next,.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-prev{align-items:center;display:flex;height:48px;justify-content:center;min-height:unset;min-width:unset;width:48px}.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-prev{left:16px}.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-next{right:16px}.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination-bullet{flex:1}.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination{justify-content:space-around;margin:auto;position:relative!important;width:100%}.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-next:before,.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-prev:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB5PSIzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiByeD0iMCIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDAgNjQpIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0yMC44NiAzNi43OTJjLjQ3Ni40NzYuNTEgMS4yMjcuMTAyIDEuNzQzbC0uMTAyLjExNC05LjI3OCA5LjI4MyA5LjI3OCA5LjI4NGMuNDc2LjQ3Ni41MSAxLjIyNy4xMDIgMS43NDJsLS4xMDIuMTE1YTEuMzEyIDEuMzEyIDAgMCAxLTEuNzQxLjEwMmwtLjExNS0uMTAyTDguOCA0OC44NmExLjMxNCAxLjMxNCAwIDAgMS0uMTAyLTEuNzQybC4xMDItLjExNSAxMC4yMDYtMTAuMjEyYTEuMzEyIDEuMzEyIDAgMCAxIDEuODU1IDBaIiBmaWxsPSIjRkZGIi8+PC9nPjwvc3ZnPg==);background-size:100% 100%;border:none;height:32px;left:unset;position:unset;top:unset;transform:unset;width:32px}.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-next:after,.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-prev:after{display:none}.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-next:before{transform:rotate(180deg)!important}@media screen and (min-width:1440px){.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination{bottom:40px;gap:20px;padding:0 80px}.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination-bullet{height:2px;margin:0!important;width:unset}.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination-control{height:16px;width:16px}}@media screen and (min-width:1600px){.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination{bottom:40px;gap:20px;padding:0;width:1440px}.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination-bullet{height:2px;margin:0!important;width:unset}.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination-control{height:16px;width:16px}}@media screen and (max-width:1440.9px){.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination{bottom:2.7777777778vw;gap:1.3888888889vw;padding:0 5.5555555556vw}.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination-bullet{gap:1.3888888889vw;height:.1388888889vw;margin:0!important;width:unset}.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination-control{height:1.1111111111vw;width:1.1111111111vw}.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-next,.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-prev{height:3.3333333333vw;width:3.3333333333vw}.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-prev{left:1.1111111111vw}.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-next{right:1.1111111111vw}.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-next:before,.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-prev:before{height:2.2222222222vw;width:2.2222222222vw}}@media screen and (max-width:767.9px){.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination{bottom:7.4666666667vw;gap:5.3333333333vw;padding:0 5.3333333333vw}.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination-bullet{height:.5333333333vw;margin:0!important;width:14.4vw}.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-pagination-control{height:4.2666666667vw;width:4.2666666667vw}.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-next,.page-res-v2 .gws-carousel-style.s-within-image .gws-carousel .swiper .swiper-button-prev{display:none}}@media screen and (min-width:2592px){.page-res-v2 .gws-carousel__container{margin:0 auto;max-width:2592px}}.mdws-category-anchor-navigation-v1{background:#fff;padding:2.6041666667vw 8.3333333333vw 1.5625vw;position:relative}@media screen and (max-width:767.9px){.mdws-category-anchor-navigation-v1{border-bottom:1px solid #d6d6d6;padding:0 5.3333333333vw}}.mdws-category-anchor-navigation-v1__container{margin:0 -.5208333333vw;overflow:hidden}@media screen and (max-width:767.9px){.mdws-category-anchor-navigation-v1__container{margin:0}}.mdws-category-anchor-navigation-v1__menu{display:flex}.mdws-category-anchor-navigation-v1__menu--center{justify-content:center}.mdws-category-anchor-navigation-v1__menu-item{cursor:pointer;height:8.8541666667vw;margin-right:4.1666666667vw;padding:0;width:8.3333333333vw}.mdws-category-anchor-navigation-v1__menu-item:hover .mdws-category-anchor-navigation-v1__menu-item__txt{color:#1f94d2}.mdws-category-anchor-navigation-v1__menu-item:last-child{margin-right:0}@media screen and (max-width:767.9px){.mdws-category-anchor-navigation-v1__menu-item{height:12.8vw;margin-right:6.4vw;padding:4vw 0;width:unset}}.mdws-category-anchor-navigation-v1__menu-item__image{display:block;height:6.25vw;margin:0 auto .5208333333vw;object-fit:contain;width:6.25vw}@media screen and (max-width:767.9px){.mdws-category-anchor-navigation-v1__menu-item__image{display:none}}.mdws-category-anchor-navigation-v1__menu-item__txt{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#707070;display:-webkit-box;font-size:.8333333333vw;line-height:1.0416666667vw;overflow:hidden;text-align:center;text-overflow:ellipsis}@media screen and (max-width:767.9px){.mdws-category-anchor-navigation-v1__menu-item__txt{color:#858585;font-size:3.7333333333vw;font-weight:500;line-height:4.8vw;opacity:.75}.mdws-category-anchor-navigation-v1 .mdws-category-anchor-navigation-v1__menu-item{position:relative}.mdws-category-anchor-navigation-v1 .mdws-category-anchor-navigation-v1__menu-item:after{background:transparent;bottom:0;content:"";display:block;height:2px;left:50%;position:absolute;transform:translateX(-50%);width:6.9333333333vw}.mdws-category-anchor-navigation-v1 .mdws-category-anchor-navigation-v1__menu-item.mdws-category-anchor-navigation-v1__menu-item--actived .mdws-category-anchor-navigation-v1__menu-item__txt{color:#333;opacity:1}}.mdws-category-anchor-navigation-v1 .swiper-button{cursor:pointer;height:13.0208333333vw;position:absolute;top:50%;transform:translateY(-50%);width:1.25vw}@media screen and (max-width:767.9px){.mdws-category-anchor-navigation-v1 .swiper-button{display:none}}.mdws-category-anchor-navigation-v1 .swiper-button_prev{left:5vw}.mdws-category-anchor-navigation-v1 .swiper-button_prev:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzcgMjIuOTk1YS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODlsLS4wNjQuMDcxLTUuNzk4IDUuODAyIDUuNzk4IDUuODAzYS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODhsLS4wNjQuMDcyYS44Mi44MiAwIDAgMS0xLjA4OC4wNjRsLS4wNzEtLjA2NC02LjM3OS02LjM4MmEuODIxLjgyMSAwIDAgMS0uMDY0LTEuMDlsLjA2NC0uMDcgNi4zNzktNi4zODNhLjgyLjgyIDAgMCAxIDEuMTYgMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:1.25vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(90deg);width:1.25vw}@media screen and (max-width:767.9px){.mdws-category-anchor-navigation-v1 .swiper-button_prev:before{height:6.4vw;width:6.4vw}}.mdws-category-anchor-navigation-v1 .swiper-button_next{right:5vw}.mdws-category-anchor-navigation-v1 .swiper-button_next:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzcgMjIuOTk1YS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODlsLS4wNjQuMDcxLTUuNzk4IDUuODAyIDUuNzk4IDUuODAzYS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODhsLS4wNjQuMDcyYS44Mi44MiAwIDAgMS0xLjA4OC4wNjRsLS4wNzEtLjA2NC02LjM3OS02LjM4MmEuODIxLjgyMSAwIDAgMS0uMDY0LTEuMDlsLjA2NC0uMDcgNi4zNzktNi4zODNhLjgyLjgyIDAgMCAxIDEuMTYgMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:1.25vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(-90deg);width:1.25vw}@media screen and (max-width:767.9px){.mdws-category-anchor-navigation-v1 .swiper-button_next:before{height:6.4vw;width:6.4vw}}.mdws-category-anchor-navigation-v1--top{height:3.5416666667vw;padding:.7291666667vw 8.3333333333vw}.mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item__image{display:none}.mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item{height:2.0833333333vw;width:8.3333333333vw}.mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item__title{align-items:center;display:flex;flex-direction:column;height:2.0833333333vw;justify-content:center}.mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item--actived .mdws-category-anchor-navigation-v1__menu-item__txt{color:#333;font-weight:500}.mdws-category-anchor-navigation-v1--top .swiper-button{height:3.5416666667vw}@media screen and (max-width:767.9px){.mdws-category-anchor-navigation-v1--banner{background:transparent}.mdws-category-anchor-navigation-v1--banner .mdws-category-anchor-navigation-v1__menu-item.mdws-category-anchor-navigation-v1__menu-item--actived .mdws-category-anchor-navigation-v1__menu-item__txt,.mdws-category-anchor-navigation-v1--banner .mdws-category-anchor-navigation-v1__menu-item__txt{color:#fff}.mdws-category-anchor-navigation-v1--banner .mdws-category-anchor-navigation-v1__menu-item.mdws-category-anchor-navigation-v1__menu-item--actived:after{background:#fff}}.page-res-v2 .mdws-category-anchor-navigation-v1{margin:0 auto;max-width:1600px;padding:30px 0}.page-res-v2 .mdws-category-anchor-navigation-v1__container{margin:0 auto;width:1180px}.page-res-v2 .mdws-category-anchor-navigation-v1__menu-item{cursor:pointer;height:114px;margin-right:24px;padding:0;width:148px}.page-res-v2 .mdws-category-anchor-navigation-v1__menu-item:hover .mdws-category-anchor-navigation-v1__menu-item__txt{color:#1f94d2}.page-res-v2 .mdws-category-anchor-navigation-v1__menu-item:last-child{margin-right:0}.page-res-v2 .mdws-category-anchor-navigation-v1__menu-item__image{height:80px;margin:0 auto 10px;width:80px}.page-res-v2 .mdws-category-anchor-navigation-v1__menu-item__title{height:24px}.page-res-v2 .mdws-category-anchor-navigation-v1__menu-item__txt{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;font-size:16px;line-height:24px;overflow:hidden;text-overflow:ellipsis}.page-res-v2 .mdws-category-anchor-navigation-v1__menu-item__txt:hover{color:#1f94d2}.page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button{height:170px;width:20px}.page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_prev{left:80px}.page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_prev:before{height:20px;width:20px}.page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_next{right:80px}.page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_next:before{height:20px;width:20px}.page-res-v2 .mdws-category-anchor-navigation-v1--top{height:56px;padding:16px 0}.page-res-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item{height:24px;margin-right:24px}.page-res-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item__title{align-items:center;display:flex;height:24px;justify-content:center}.page-res-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item__txt{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;font-size:16px;line-height:24px;overflow:hidden;text-overflow:ellipsis}.page-res-v2 .mdws-category-anchor-navigation-v1--top .swiper-button{height:56px}.page-res-v2 .mdws-category-anchor-navigation-v1--top--gap{height:64px;padding:24px 0 16px}@media screen and (min-width:1920px){.page-res-v2 .mdws-category-anchor-navigation-v1{margin:0 auto;max-width:1920px}.page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_prev{left:240px}.page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_next{right:240px}}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-category-anchor-navigation-v1{padding:2.0833333333vw 0}.page-res-v2 .mdws-category-anchor-navigation-v1__container{margin:0 auto;width:81.9444444444vw}.page-res-v2 .mdws-category-anchor-navigation-v1__menu-item{cursor:pointer;height:7.9166666667vw;margin-right:1.6666666667vw;padding:0;width:10.2777777778vw}.page-res-v2 .mdws-category-anchor-navigation-v1__menu-item:last-child{margin-right:0}.page-res-v2 .mdws-category-anchor-navigation-v1__menu-item__image{height:5.5555555556vw;margin:0 auto .6944444444vw;width:5.5555555556vw}.page-res-v2 .mdws-category-anchor-navigation-v1__menu-item__title{height:1.6666666667vw}.page-res-v2 .mdws-category-anchor-navigation-v1__menu-item__txt{font-size:1.1111111111vw;line-height:1.6666666667vw}.page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button{height:7.9166666667vw;width:1.3888888889vw}.page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_prev{left:5.5555555556vw}.page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_prev:before{height:1.3888888889vw;width:1.3888888889vw}.page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_next{right:5.5555555556vw}.page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_next:before{height:1.3888888889vw;width:1.3888888889vw}.page-res-v2 .mdws-category-anchor-navigation-v1--top{height:3.8888888889vw;padding:1.1111111111vw 0}.page-res-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item{height:1.6666666667vw;margin-right:1.6666666667vw}.page-res-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item__title{align-items:center;display:flex;flex-direction:column;height:1.6666666667vw;justify-content:center}.page-res-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item__txt{font-size:1.1111111111vw;line-height:1.6666666667vw}.page-res-v2 .mdws-category-anchor-navigation-v1--top .swiper-button{height:3.8888888889vw}.page-res-v2 .mdws-category-anchor-navigation-v1--top--gap{height:4.4444444444vw;padding:1.6666666667vw 0 1.1111111111vw}}@media screen and (max-width:767.9px){.page-res-v2 .mdws-category-anchor-navigation-v1{padding:5.3333333333vw 0}.page-res-v2 .mdws-category-anchor-navigation-v1__container{width:84.8vw}.page-res-v2 .mdws-category-anchor-navigation-v1__menu-item{height:auto;margin-right:0;max-height:25.6vw;min-height:21.3333333333vw;width:28.2666666667vw}.page-res-v2 .mdws-category-anchor-navigation-v1__menu-item:hover .mdws-category-anchor-navigation-v1__menu-item__txt{color:#707070}.page-res-v2 .mdws-category-anchor-navigation-v1__menu-item__image{display:block;height:16vw;margin:0 auto 1.0666666667vw;width:16vw}.page-res-v2 .mdws-category-anchor-navigation-v1__menu-item__title{height:auto;margin:0 auto;max-height:8.5333333333vw;min-height:4.2666666667vw;text-align:center;width:24vw}.page-res-v2 .mdws-category-anchor-navigation-v1__menu-item__txt{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#707070;display:-webkit-box;font-size:3.2vw;line-height:4.2666666667vw;max-height:8.5333333333vw;overflow:hidden;text-overflow:ellipsis}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-res-v2 .mdws-category-anchor-navigation-v1 .mdws-category-anchor-navigation-v1__menu-item.mdws-category-anchor-navigation-v1__menu-item--actived .mdws-category-anchor-navigation-v1__menu-item__txt{color:#707070}}@media screen and (max-width:767.9px){.page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button{cursor:pointer;display:block;height:100%;position:absolute;top:50%;transform:translateY(-50%);width:6.9333333333vw}.page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_prev{left:0}.page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_prev:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzcgMjIuOTk1YS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODlsLS4wNjQuMDcxLTUuNzk4IDUuODAyIDUuNzk4IDUuODAzYS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODhsLS4wNjQuMDcyYS44Mi44MiAwIDAgMS0xLjA4OC4wNjRsLS4wNzEtLjA2NC02LjM3OS02LjM4MmEuODIxLjgyMSAwIDAgMS0uMDY0LTEuMDlsLjA2NC0uMDcgNi4zNzktNi4zODNhLjgyLjgyIDAgMCAxIDEuMTYgMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:.8333333333vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(90deg);width:.8333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_prev:before{height:4.2666666667vw;width:4.2666666667vw}}@media screen and (max-width:767.9px){.page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_prev:before{left:2.6666666667vw;transform:translateY(-50%) rotate(90deg)}.page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_next{right:0}.page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_next:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzcgMjIuOTk1YS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODlsLS4wNjQuMDcxLTUuNzk4IDUuODAyIDUuNzk4IDUuODAzYS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODhsLS4wNjQuMDcyYS44Mi44MiAwIDAgMS0xLjA4OC4wNjRsLS4wNzEtLjA2NC02LjM3OS02LjM4MmEuODIxLjgyMSAwIDAgMS0uMDY0LTEuMDlsLjA2NC0uMDcgNi4zNzktNi4zODNhLjgyLjgyIDAgMCAxIDEuMTYgMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:.8333333333vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(-90deg);width:.8333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_next:before{height:4.2666666667vw;width:4.2666666667vw}}@media screen and (max-width:767.9px){.page-res-v2 .mdws-category-anchor-navigation-v1 .swiper-button_next:before{left:0;transform:translateY(-50%) rotate(-90deg)}.page-res-v2 .mdws-category-anchor-navigation-v1--top{border-bottom:1px solid #d6d6d6;height:12.2666666667vw;padding:0 5.3333333333vw}.page-res-v2 .mdws-category-anchor-navigation-v1--top:after{display:none}.page-res-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__container{width:89.3333333333vw}.page-res-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item{height:12.2666666667vw;margin-right:6.4vw;max-height:unset;min-height:unset;padding:3.2vw 0;width:unset}.page-res-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item:hover .mdws-category-anchor-navigation-v1__menu-item__txt{color:#707070}.page-res-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item:after,.page-res-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item__image{display:none}.page-res-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item__title,.page-res-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item__txt{color:#707070;font-size:3.7333333333vw;height:5.8666666667vw;line-height:5.8666666667vw;margin:unset;max-height:unset;width:unset}.page-res-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item__txt{opacity:.75}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-res-v2 .mdws-category-anchor-navigation-v1--top .mdws-category-anchor-navigation-v1__menu-item.mdws-category-anchor-navigation-v1__menu-item--actived .mdws-category-anchor-navigation-v1__menu-item__txt{color:#333;font-weight:500;opacity:1}}@media screen and (max-width:767.9px){.page-res-v2 .mdws-category-anchor-navigation-v1--top .swiper-button{display:none}.page-res-v2 .mdws-category-anchor-navigation-v1 .mdws-category-anchor-navigation-v1__menu-item{position:relative}}.page-res-v2 .anchornavigation{background:#fff}@media screen and (max-width:767.9px){.page-res-v2 .anchornavigation{background:transparent}}.mdws-category-navigation{background-color:#fff;border-bottom:none;margin:0;padding:2.6041666667vw 20.8333333333vw 1.5625vw;position:relative}@media screen and (max-width:767.9px){.mdws-category-navigation{border-bottom:1px solid #d6d6d6;max-width:100%;padding:5.3333333333vw;width:100%}}.mdws-category-navigation__wrap{margin:0 -.5208333333vw;overflow:hidden}@media screen and (max-width:767.9px){.mdws-category-navigation__wrap{margin:0 2.6666666667vw}}.mdws-category-navigation .flex-center{justify-content:center}.mdws-category-navigation__item{display:block;margin-right:4.1666666667vw;max-width:8.3333333333vw;width:8.3333333333vw}.mdws-category-navigation__item:last-child{margin-right:0}@media screen and (max-width:767.9px){.mdws-category-navigation__item{margin-right:0;max-width:28.2666666667vw;width:28.2666666667vw}}.mdws-category-navigation__image{padding:0 1.0416666667vw}@media screen and (max-width:767.9px){.mdws-category-navigation__image{display:flex;justify-content:center;padding:0;width:100%}}.mdws-category-navigation__image img{height:6.25vw;object-fit:contain;width:6.25vw}@media screen and (max-width:767.9px){.mdws-category-navigation__image img{height:16vw;width:16vw}}.mdws-category-navigation__title{color:#707070;font-size:.8333333333vw;height:2.0833333333vw;line-height:1.0416666667vw;margin:.5208333333vw auto 0;text-align:center;width:8.3333333333vw}@media screen and (max-width:767.9px){.mdws-category-navigation__title{font-size:2.6666666667vw;height:7.4666666667vw;line-height:normal;margin:1.0666666667vw auto 0;width:24vw}}.mdws-category-navigation .swiper-button{cursor:pointer;height:8.8541666667vw;position:absolute;top:50%;transform:translateY(-50%);width:2.9166666667vw}@media screen and (max-width:767.9px){.mdws-category-navigation .swiper-button{height:100%;top:0;transform:unset;width:9.6vw}}.mdws-category-navigation .swiper-button_prev{left:17.8125vw}.mdws-category-navigation .swiper-button_prev:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzcgMjIuOTk1YS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODlsLS4wNjQuMDcxLTUuNzk4IDUuODAyIDUuNzk4IDUuODAzYS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODhsLS4wNjQuMDcyYS44Mi44MiAwIDAgMS0xLjA4OC4wNjRsLS4wNzEtLjA2NC02LjM3OS02LjM4MmEuODIxLjgyMSAwIDAgMS0uMDY0LTEuMDlsLjA2NC0uMDcgNi4zNzktNi4zODNhLjgyLjgyIDAgMCAxIDEuMTYgMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:1.25vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(90deg);width:1.25vw}@media screen and (max-width:767.9px){.mdws-category-navigation .swiper-button_prev:before{height:6.4vw;width:6.4vw}.mdws-category-navigation .swiper-button_prev{left:0}.mdws-category-navigation .swiper-button_prev:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzcgMjIuOTk1YS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODlsLS4wNjQuMDcxLTUuNzk4IDUuODAyIDUuNzk4IDUuODAzYS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODhsLS4wNjQuMDcyYS44Mi44MiAwIDAgMS0xLjA4OC4wNjRsLS4wNzEtLjA2NC02LjM3OS02LjM4MmEuODIxLjgyMSAwIDAgMS0uMDY0LTEuMDlsLjA2NC0uMDcgNi4zNzktNi4zODNhLjgyLjgyIDAgMCAxIDEuMTYgMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:.8333333333vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(90deg);width:.8333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-category-navigation .swiper-button_prev:before{height:4.2666666667vw;width:4.2666666667vw}}.mdws-category-navigation .swiper-button_next{right:17.8125vw}.mdws-category-navigation .swiper-button_next:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzcgMjIuOTk1YS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODlsLS4wNjQuMDcxLTUuNzk4IDUuODAyIDUuNzk4IDUuODAzYS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODhsLS4wNjQuMDcyYS44Mi44MiAwIDAgMS0xLjA4OC4wNjRsLS4wNzEtLjA2NC02LjM3OS02LjM4MmEuODIxLjgyMSAwIDAgMS0uMDY0LTEuMDlsLjA2NC0uMDcgNi4zNzktNi4zODNhLjgyLjgyIDAgMCAxIDEuMTYgMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:1.25vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(-90deg);width:1.25vw}@media screen and (max-width:767.9px){.mdws-category-navigation .swiper-button_next:before{height:6.4vw;width:6.4vw}.mdws-category-navigation .swiper-button_next{right:0}.mdws-category-navigation .swiper-button_next:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzcgMjIuOTk1YS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODlsLS4wNjQuMDcxLTUuNzk4IDUuODAyIDUuNzk4IDUuODAzYS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODhsLS4wNjQuMDcyYS44Mi44MiAwIDAgMS0xLjA4OC4wNjRsLS4wNzEtLjA2NC02LjM3OS02LjM4MmEuODIxLjgyMSAwIDAgMS0uMDY0LTEuMDlsLjA2NC0uMDcgNi4zNzktNi4zODNhLjgyLjgyIDAgMCAxIDEuMTYgMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:.8333333333vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(-90deg);width:.8333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-category-navigation .swiper-button_next:before{height:4.2666666667vw;width:4.2666666667vw}}.mdws-category-navigation .gws-sticky-menu-v1{visibility:hidden}.mdws-category-navigation--top{border-bottom:1px solid #d2d2d2;padding:.5208333333vw 7.5520833333vw;transition:all .5 ease;z-index:2010}@media screen and (max-width:767.9px){.mdws-category-navigation--top{height:13.0666666667vw;margin:0;padding:3.7333333333vw 4vw 3.4666666667vw 5.3333333333vw}}.mdws-category-navigation--top .swiper-wrapper{justify-content:center}@media screen and (max-width:767.9px){.mdws-category-navigation--top .swiper-wrapper{justify-content:flex-start}}.mdws-category-navigation--top .flex-start{justify-content:flex-start}.mdws-category-navigation--top .mdws-category-navigation__item{margin-right:2.0833333333vw;max-width:unset;width:auto}@media screen and (max-width:767.9px){.mdws-category-navigation--top .mdws-category-navigation__item{margin-right:6.4vw;max-width:unset;width:auto}}.mdws-category-navigation--top .mdws-category-navigation__title{height:unset;margin-top:0;width:unset}@media screen and (max-width:767.9px){.mdws-category-navigation--top .mdws-category-navigation__title{font-size:3.7333333333vw;line-height:4.8vw;width:unset}}.mdws-category-navigation--top .swiper-button{height:2.0833333333vw;width:.8333333333vw}@media screen and (max-width:767.9px){.mdws-category-navigation--top .swiper-button{background:linear-gradient(270deg,#fff 74%,hsla(0,0%,100%,0));height:12.8vw;top:0;width:12.8vw;z-index:2}.mdws-category-navigation--top .swiper-button:before{height:2.9333333333vw;width:2.9333333333vw}}.mdws-category-navigation--top .swiper-button_prev{left:4.1666666667vw}.mdws-category-navigation--top .swiper-button_prev:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzcgMjIuOTk1YS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODlsLS4wNjQuMDcxLTUuNzk4IDUuODAyIDUuNzk4IDUuODAzYS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODhsLS4wNjQuMDcyYS44Mi44MiAwIDAgMS0xLjA4OC4wNjRsLS4wNzEtLjA2NC02LjM3OS02LjM4MmEuODIxLjgyMSAwIDAgMS0uMDY0LTEuMDlsLjA2NC0uMDcgNi4zNzktNi4zODNhLjgyLjgyIDAgMCAxIDEuMTYgMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:.8333333333vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(90deg);width:.8333333333vw}@media screen and (max-width:767.9px){.mdws-category-navigation--top .swiper-button_prev:before{height:4.2666666667vw;width:4.2666666667vw}.mdws-category-navigation--top .swiper-button_prev{left:0}.mdws-category-navigation--top .swiper-button_prev:before{left:5.3333333333vw}.mdws-category-navigation--top .swiper-button_prev:before:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzcgMjIuOTk1YS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODlsLS4wNjQuMDcxLTUuNzk4IDUuODAyIDUuNzk4IDUuODAzYS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODhsLS4wNjQuMDcyYS44Mi44MiAwIDAgMS0xLjA4OC4wNjRsLS4wNzEtLjA2NC02LjM3OS02LjM4MmEuODIxLjgyMSAwIDAgMS0uMDY0LTEuMDlsLjA2NC0uMDcgNi4zNzktNi4zODNhLjgyLjgyIDAgMCAxIDEuMTYgMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:.8333333333vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(90deg);width:.8333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-category-navigation--top .swiper-button_prev:before:before{height:4.2666666667vw;width:4.2666666667vw}}.mdws-category-navigation--top .swiper-button_next{right:4.1666666667vw}.mdws-category-navigation--top .swiper-button_next:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzcgMjIuOTk1YS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODlsLS4wNjQuMDcxLTUuNzk4IDUuODAyIDUuNzk4IDUuODAzYS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODhsLS4wNjQuMDcyYS44Mi44MiAwIDAgMS0xLjA4OC4wNjRsLS4wNzEtLjA2NC02LjM3OS02LjM4MmEuODIxLjgyMSAwIDAgMS0uMDY0LTEuMDlsLjA2NC0uMDcgNi4zNzktNi4zODNhLjgyLjgyIDAgMCAxIDEuMTYgMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:.8333333333vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(-90deg);width:.8333333333vw}@media screen and (max-width:767.9px){.mdws-category-navigation--top .swiper-button_next:before{height:4.2666666667vw;width:4.2666666667vw}.mdws-category-navigation--top .swiper-button_next{right:0}.mdws-category-navigation--top .swiper-button_next:before{left:60%}.mdws-category-navigation--top .swiper-button_next:before:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzcgMjIuOTk1YS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODlsLS4wNjQuMDcxLTUuNzk4IDUuODAyIDUuNzk4IDUuODAzYS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODhsLS4wNjQuMDcyYS44Mi44MiAwIDAgMS0xLjA4OC4wNjRsLS4wNzEtLjA2NC02LjM3OS02LjM4MmEuODIxLjgyMSAwIDAgMS0uMDY0LTEuMDlsLjA2NC0uMDcgNi4zNzktNi4zODNhLjgyLjgyIDAgMCAxIDEuMTYgMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:.8333333333vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(-90deg);width:.8333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-category-navigation--top .swiper-button_next:before:before{height:4.2666666667vw;width:4.2666666667vw}}.mdws-category-navigation--top .gws-sticky-menu-v1{visibility:hidden}.mdws-category-tabs{height:46.875vw;position:relative}@media screen and (max-width:767.9px){.mdws-category-tabs{height:144vw}}.mdws-category-tabs_header-wrap{background:linear-gradient(180deg,rgba(0,0,0,.4),transparent);left:50%;padding:3.3333333333vw 0;position:absolute;text-align:center;transform:translateX(-50%);transition:color .6s cubic-bezier(.4,0,.2,1);width:100%;z-index:10}@media screen and (max-width:767.9px){.mdws-category-tabs_header-wrap{padding:8vw 0}}.mdws-category-tabs_title{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;font-size:2.9166666667vw;font-weight:500;line-height:3.5416666667vw;overflow:hidden;padding:0 4.1666666667vw;text-overflow:ellipsis;word-spacing:normal}@media screen and (max-width:767.9px){.mdws-category-tabs_title{font-size:4.8vw;line-height:normal;padding:0 21.3333333333vw}}.mdws-category-tabs_tabList{display:none;margin-top:1.0416666667vw;overflow:hidden;overflow-x:hidden;position:relative;width:100%}@media screen and (max-width:767.9px){.mdws-category-tabs_tabList{margin-top:2.6666666667vw}}.mdws-category-tabs_tabList ul{display:flex;font-size:1.0416666667vw;font-weight:500;left:0;position:relative;top:0;transform:translateX(0);transition:transform .3s;width:fit-content;z-index:99}@media screen and (max-width:767.9px){.mdws-category-tabs_tabList ul{font-size:3.7333333333vw}}.mdws-category-tabs_tabList ul li{cursor:pointer;margin-right:2.0833333333vw;position:relative}@media screen and (max-width:767.9px){.mdws-category-tabs_tabList ul li{margin-right:5.3333333333vw}}.mdws-category-tabs_tabList ul li>span{white-space:nowrap}.mdws-category-tabs_tabList ul li:last-child{margin-right:0}.mdws-category-tabs_tabList ul li:after{border-radius:.9895833333vw;bottom:-.0520833333vw;content:" ";left:-.9375vw;position:absolute;right:-.9375vw;top:-.15625vw;z-index:-1}@media screen and (max-width:767.9px){.mdws-category-tabs_tabList ul li{line-height:4.8vw;padding:2.6666666667vw 0}.mdws-category-tabs_tabList ul li:first-child{margin-left:5.3333333333vw}}.mdws-category-tabs_tabList-center{left:50%!important;overflow:visible!important;transform:translateX(-50%)!important}@media screen and (max-width:767.9px){.mdws-category-tabs_tabList-center li:first-child{margin-left:0!important}}.mdws-category-tabs_active-tab .mdws-category-tabs_item-line{transform:scaleX(1)}.mdws-category-tabs_item-line{background-color:transparent;height:2px;transform:scaleX(0);transform-origin:50% 50% 0;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.mdws-category-tabs_container,.mdws-category-tabs_wrapper{height:100%}.mdws-category-tabs_slide{height:100%;overflow:hidden;text-align:center}.mdws-category-tabs_slide-inner{height:100%;position:relative}.mdws-category-tabs_active-left-slide .mdws-category-tabs_text-wrap-content{transform:translateX(-150%);transition:none}.mdws-category-tabs_active-right-slide .mdws-category-tabs_text-wrap-content{transform:translateX(150%);transition:none}.mdws-category-tabs_text-wrap{background:linear-gradient(0deg,rgba(0,0,0,.3),transparent);bottom:0;left:50%;padding:3.3333333333vw 4.1666666667vw;position:absolute;transform:translateX(-50%);width:100%}@media screen and (max-width:767.9px){.mdws-category-tabs_text-wrap{padding:8vw 5.3333333333vw}}.mdws-category-tabs_text-wrap-content{transition:transform .5s cubic-bezier(.6,0,.4,1) .1s,-webkit-transform .5s cubic-bezier(.6,0,.4,1) .1s}.mdws-category-tabs_headline{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;font-size:2.9166666667vw;font-weight:500;line-height:3.5416666667vw;overflow:hidden;text-overflow:ellipsis;transition:color .6s cubic-bezier(.4,0,.2,1)}@media screen and (max-width:767.9px){.mdws-category-tabs_headline{font-size:4.8vw;line-height:normal}}.mdws-category-tabs_desc{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;font-size:1.25vw;font-weight:400;line-height:1.5625vw;margin-top:.5208333333vw;overflow:hidden;text-overflow:ellipsis;transition:color .6s cubic-bezier(.4,0,.2,1)}@media screen and (max-width:767.9px){.mdws-category-tabs_desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:3.2vw;line-height:normal;line-height:4.8vw;margin-top:2.6666666667vw;overflow:hidden;text-overflow:ellipsis}}.mdws-category-tabs_btn{font-size:1.25vw;font-weight:500;margin-top:1.5625vw;padding:.8854166667vw 1.6666666667vw}@media screen and (max-width:767.9px){.mdws-category-tabs_btn{font-size:3.7333333333vw;margin-top:5.3333333333vw;padding:2.4vw 4.2666666667vw}}.mdws-category-tabs_img-wrap,.mdws-category-tabs_img-wrap picture{height:100%}.mdws-category-tabs_img-wrap img{height:100%;object-fit:cover;width:100%}.mdws-category-tabs_text-white{color:#fff}.mdws-category-tabs_bg-white{background-color:#fff}.mdws-category-tabs_text-black{color:#333}.mdws-category-tabs_bg-black{background-color:#333}.mdws-category-tabs__white .mdws-category-tabs_header-wrap{background:linear-gradient(180deg,rgba(0,0,0,.4),transparent);color:#fff}.mdws-category-tabs__white .mdws-category-tabs_item-line{background-color:#fff}.mdws-category-tabs__white .mdws-category-tabs_desc,.mdws-category-tabs__white .mdws-category-tabs_headline{color:#fff}.mdws-category-tabs__white .mdws-category-tabs_text-wrap{background:linear-gradient(0deg,rgba(0,0,0,.3),transparent)}.mdws-category-tabs__black .mdws-category-tabs_header-wrap{background:linear-gradient(180deg,hsla(0,0%,100%,.4),hsla(0,0%,100%,0));color:#333}.mdws-category-tabs__black .mdws-category-tabs_item-line{background-color:#333}.mdws-category-tabs__black .mdws-category-tabs_headline{color:#333}.mdws-category-tabs__black .mdws-category-tabs_text-wrap{background:linear-gradient(0deg,hsla(0,0%,100%,.3),hsla(0,0%,100%,0))}.mdws-category-tabs__black .mdws-category-tabs_desc{color:#333}.mdws-data-v1{flex-wrap:wrap;padding:0 10.9375vw;width:100%}.mdws-data-v1,.mdws-data-v1-item{box-sizing:border-box;display:flex}.mdws-data-v1-item{flex-direction:column;height:7.3958333333vw;margin-bottom:1.5625vw;padding:0 1.5625vw}.mdws-data-v1-item.last-line-item{margin-bottom:0!important}.mdws-data-v1-item:last-child{border-right:none!important}.mdws-data-v1-item-content{color:#333;display:flex;justify-content:center;line-height:3.5416666667vw;margin-bottom:.5208333333vw;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.mdws-data-v1-item-content .value{font-size:2.9166666667vw;text-align:right}.mdws-data-v1-item-content .up-tag,.mdws-data-v1-item-content .value{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:inline!important;display:-webkit-box;font-weight:500;overflow:hidden;text-overflow:ellipsis}.mdws-data-v1-item-content .up-tag{font-size:1.25vw;line-height:1.5625vw;min-width:2.5vw;text-align:left}.mdws-data-v1-item-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:1.25vw;font-weight:500;line-height:1.5625vw;overflow:hidden;overflow-wrap:break-word;text-align:center;text-overflow:ellipsis;width:100%}.mdws-data-v1-col-3 .mdws-data-v1-item{border-right:.0520833333vw solid #d6d6d6;box-sizing:border-box;padding:0 1.5625vw;width:33.3333333333%}.mdws-data-v1-col-3 .mdws-data-v1-item:last-child,.mdws-data-v1-col-3 .mdws-data-v1-item:nth-child(3n){border-right:.0520833333vw solid transparent}.mdws-data-v1-col-4 .mdws-data-v1-item{border-right:.0520833333vw solid #d6d6d6;box-sizing:border-box;padding:0 1.5625vw;width:25%}.mdws-data-v1-col-4 .mdws-data-v1-item:last-child,.mdws-data-v1-col-4 .mdws-data-v1-item:nth-child(4n){border-right:.0520833333vw solid transparent}.mdws-data-v1-col-5 .mdws-data-v1-item{border-right:.0520833333vw solid #d6d6d6;box-sizing:border-box;padding:0 1.5625vw;width:20%}.mdws-data-v1-col-5 .mdws-data-v1-item:last-child,.mdws-data-v1-col-5 .mdws-data-v1-item:nth-child(5n){border-right:.0520833333vw solid transparent}.mdws-data-v1-align-left{justify-content:flex-start}.mdws-data-v1-align-center{justify-content:center}@media screen and (max-width:767.9px){.mdws-data-v1-align-center{justify-content:flex-start}}.mdws-data-v1:last-child{border-right:none!important}@media screen and (max-width:767.9px){.mdws-data-v1{box-sizing:border-box;padding:0 5.3333333333vw}.mdws-data-v1-item{flex:unset;height:auto;margin-bottom:5.3333333333vw;padding:0;position:relative;width:50%!important}.mdws-data-v1-item.last-line-item{margin-bottom:0!important}.mdws-data-v1-item:first-child,.mdws-data-v1-item:nth-child(odd){border-right:.2666666667vw solid #d6d6d6!important;padding:0 2.6666666667vw 0 0!important}.mdws-data-v1-item:last-child,.mdws-data-v1-item:nth-child(2n){border-right:none!important}.mdws-data-v1-item:nth-child(2n){padding:0 0 0 2.6666666667vw!important}.mdws-data-v1-item-content{box-sizing:border-box;color:#333;font-size:4.8vw;line-height:normal;margin-bottom:1.0666666667vw;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.mdws-data-v1-item-content .value{font-size:4.8vw;line-height:5.8666666667vw;text-align:right}.mdws-data-v1-item-content .up-tag,.mdws-data-v1-item-content .value{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:inline!important;display:-webkit-box;font-weight:500;overflow:hidden;text-overflow:ellipsis}.mdws-data-v1-item-content .up-tag{font-size:2.6666666667vw;line-height:3.7333333333vw;min-width:5.3333333333vw;text-align:left}.mdws-data-v1-item-desc{box-sizing:border-box;font-size:3.2vw;font-weight:400;line-height:3.7333333333vw;overflow:hidden;overflow-wrap:break-word;text-align:center;width:100%}}.page-res-v2 .mdws-data-v1{box-sizing:border-box;display:flex;flex-wrap:wrap;margin:auto;padding:unset;width:1440px}@media screen and (max-width:1600px){.page-res-v2 .mdws-data-v1{padding-left:80px;padding-right:80px;width:unset}}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-data-v1{padding-left:5.5555555556vw;padding-right:5.5555555556vw}}@media screen and (max-width:767.9px){.page-res-v2 .mdws-data-v1{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}.page-res-v2 .mdws-data-v1-item{box-sizing:border-box;display:flex;flex-direction:column;height:unset;margin-bottom:30px;padding:0 30px}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-data-v1-item{margin-bottom:2.0833333333vw;padding:0 2.0833333333vw}}.page-res-v2 .mdws-data-v1-item.last-line-item{margin-bottom:0!important}.page-res-v2 .mdws-data-v1-item:last-child{border-right:none!important}.page-res-v2 .mdws-data-v1-item-content{color:#333;display:flex;justify-content:center;margin-bottom:10px;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-data-v1-item-content{margin-bottom:.6944444444vw}}.page-res-v2 .mdws-data-v1-item-content .value{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:inline!important;display:-webkit-box;font-size:36px;font-weight:500;line-height:44px;overflow:hidden;text-align:right;text-overflow:ellipsis}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-data-v1-item-content .value{font-size:2.5vw}}.page-res-v2 .mdws-data-v1-item-content .up-tag{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:inline!important;display:-webkit-box;font-size:20px;font-weight:500;line-height:28px;min-width:48px;overflow:hidden;text-align:left;text-overflow:ellipsis}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-data-v1-item-content .up-tag{font-size:1.3888888889vw;line-height:1.9444444444vw;min-width:3.3333333333vw}}.page-res-v2 .mdws-data-v1-item-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#707070;display:-webkit-box;font-size:20px;font-weight:400;letter-spacing:0;line-height:28px;overflow:hidden;overflow-wrap:break-word;text-align:center;text-overflow:ellipsis;width:100%}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-data-v1-item-desc{font-size:1.3888888889vw;line-height:1.9444444444vw}}.page-res-v2 .mdws-data-v1-col-3 .mdws-data-v1-item{border-right:1px solid #d6d6d6;box-sizing:border-box;width:33.3333333333%}.page-res-v2 .mdws-data-v1-col-3 .mdws-data-v1-item:last-child,.page-res-v2 .mdws-data-v1-col-3 .mdws-data-v1-item:nth-child(3n){border-right:1px solid transparent}.page-res-v2 .mdws-data-v1-col-4 .mdws-data-v1-item{border-right:1px solid #d6d6d6;box-sizing:border-box;width:25%}.page-res-v2 .mdws-data-v1-col-4 .mdws-data-v1-item:last-child,.page-res-v2 .mdws-data-v1-col-4 .mdws-data-v1-item:nth-child(4n){border-right:1px solid transparent}.page-res-v2 .mdws-data-v1-col-5 .mdws-data-v1-item{border-right:1px solid #d6d6d6;box-sizing:border-box;width:20%}.page-res-v2 .mdws-data-v1-col-5 .mdws-data-v1-item:last-child,.page-res-v2 .mdws-data-v1-col-5 .mdws-data-v1-item:nth-child(5n){border-right:1px solid transparent}.page-res-v2 .mdws-data-v1-align-left{justify-content:flex-start}.page-res-v2 .mdws-data-v1-align-center{justify-content:center}@media screen and (max-width:767.9px){.page-res-v2 .mdws-data-v1-align-center{justify-content:flex-start}}.page-res-v2 .mdws-data-v1:last-child{border-right:none!important}@media screen and (max-width:767.9px){.page-res-v2 .mdws-data-v1{box-sizing:border-box;padding:0 5.3333333333vw}.page-res-v2 .mdws-data-v1-item{flex:unset;height:auto;margin-bottom:5.3333333333vw;padding:0;position:relative;width:50%!important}.page-res-v2 .mdws-data-v1-item.last-line-item{margin-bottom:0!important}.page-res-v2 .mdws-data-v1-item:first-child,.page-res-v2 .mdws-data-v1-item:nth-child(odd){border-right:.2666666667vw solid #d6d6d6!important;padding:0 2.6666666667vw 0 0!important}.page-res-v2 .mdws-data-v1-item:last-child,.page-res-v2 .mdws-data-v1-item:nth-child(2n){border-right:none!important}.page-res-v2 .mdws-data-v1-item:nth-child(2n){padding:0 0 0 2.6666666667vw!important}.page-res-v2 .mdws-data-v1-item-content{box-sizing:border-box;color:#333;font-size:4.8vw;line-height:normal;margin-bottom:1.0666666667vw;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.page-res-v2 .mdws-data-v1-item-content .value{font-size:4.8vw;line-height:5.8666666667vw;text-align:right}.page-res-v2 .mdws-data-v1-item-content .up-tag,.page-res-v2 .mdws-data-v1-item-content .value{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:inline!important;display:-webkit-box;font-weight:500;overflow:hidden;text-overflow:ellipsis}.page-res-v2 .mdws-data-v1-item-content .up-tag{font-size:2.6666666667vw;line-height:3.7333333333vw;min-width:5.3333333333vw;text-align:left}.page-res-v2 .mdws-data-v1-item-desc{box-sizing:border-box;font-size:3.2vw;font-weight:400;height:auto;line-height:3.7333333333vw;overflow:hidden;overflow-wrap:break-word;text-align:center;width:100%}}.mdws-fixedComponents.mdws-fixedComponents-fixed .mdws-fixedComponents-container{left:0;position:fixed;top:0;width:100%;will-change:transform;z-index:1001}@media screen and (max-width:767.9px){.mdws-badges-box{border-top:1px solid #c2c2c2;padding:unset;padding-bottom:5.3333333333vw;width:100%}}.mdws-badges-box .mdws-badges__title{color:#333;font-size:16px;font-weight:500;padding-right:0}@media screen and (max-width:1440.9px){.mdws-badges-box .mdws-badges__title{font-size:1.1111111111vw}}@media screen and (max-width:767.9px){.mdws-badges-box .mdws-badges__title{align-items:center;color:#333;display:flex;font-size:4.8vw;line-height:normal;padding:4vw 11.7333333333vw 4vw 0}}.mdws-badges-box ul li{margin-top:16px}@media screen and (max-width:1440.9px){.mdws-badges-box ul li{margin-top:1.1111111111vw}}@media screen and (max-width:767.9px){.mdws-badges-box ul li{margin-top:5.3333333333vw}.mdws-badges-box ul li:first-child{margin-top:0}}.mdws-badges-box ul li img{height:80px;max-width:100%;object-fit:contain}@media screen and (max-width:1440.9px){.mdws-badges-box ul li img{height:5.5555555556vw}}@media screen and (max-width:767.9px){.mdws-badges-box ul li img{height:21.3333333333vw}}.mdws-copyright-box{line-height:22px}@media screen and (max-width:1440.9px){.mdws-copyright-box{line-height:1.6}}@media screen and (max-width:767.9px){.mdws--footer-copyright-notice{width:100%}.mdws-copyright-box{line-height:5.3333333333vw;padding:2.6666666667vw 0}}.mdws-footer__country-slector{color:#333;cursor:pointer;display:inline-block;font-size:14px;line-height:1.5}.mdws-footer__country-slector i{display:none}.mdws-footer__country-slector img{cursor:pointer;width:20px}.mdws-footer__country-slector span{vertical-align:middle}@media screen and (max-width:1440.9px){.mdws-footer__country-slector{font-size:.9722222222vw}.mdws-footer__country-slector img{width:1.3888888889vw}}@media screen and (max-width:767.9px){.mdws-footer__country-slector{color:#707070;font-size:3.2vw}.mdws-footer__country-slector img{display:none}.mdws-footer__country-slector i{display:inline-block;height:3.7333333333vw;position:relative;top:4px;width:3.7333333333vw}.mdws-footer__country-slector i:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzcgMjIuOTk1YS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODlsLS4wNjQuMDcxLTUuNzk4IDUuODAyIDUuNzk4IDUuODAzYS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODhsLS4wNjQuMDcyYS44Mi44MiAwIDAgMS0xLjA4OC4wNjRsLS4wNzEtLjA2NC02LjM3OS02LjM4MmEuODIxLjgyMSAwIDAgMS0uMDY0LTEuMDlsLjA2NC0uMDcgNi4zNzktNi4zODNhLjgyLjgyIDAgMCAxIDEuMTYgMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:.7291666667vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(0deg);width:.7291666667vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-footer__country-slector i:before{height:3.7333333333vw;width:3.7333333333vw}}.mdws-footer-country-box{height:24px}@media screen and (max-width:1440.9px){.mdws-footer-country-box{height:1.6666666667vw}}@media screen and (max-width:767.9px){.mdws-footer-country-box{width:100%}}.mdws-header-global .nav_lang_wraper{height:100vh}.mdws-footer{background-color:#f7f7f7;padding-top:60px}@media screen and (max-width:1440.9px){.mdws-footer{padding-top:4.1666666667vw}}@media screen and (max-width:767.9px){.mdws-footer{padding:0 5.3333333333vw}}.mdws-footer .mdws-footer__main{align-items:flex-start;display:flex;margin:auto auto 60px;padding-left:unset;padding-right:unset;width:1200px}@media screen and (max-width:1440.9px){.mdws-footer .mdws-footer__main{padding-left:8.3333333333vw;padding-right:8.3333333333vw;width:unset}}@media screen and (max-width:767.9px){.mdws-footer .mdws-footer__main{padding-left:unset;padding-right:unset}}@media screen and (max-width:1440.9px){.mdws-footer .mdws-footer__main{margin-bottom:4.1666666667vw}}@media screen and (max-width:767.9px){.mdws-footer .mdws-footer__main{display:flex;flex-direction:column;margin-bottom:0;padding:0}}.mdws-footer .mdws-footer__main .mdws-footer__main-list{display:flex;flex:1;flex-wrap:wrap;margin:0 -20px -20px}@media screen and (max-width:1440.9px){.mdws-footer .mdws-footer__main .mdws-footer__main-list{margin:0 -1.3888888889vw -1.3888888889vw}}@media screen and (max-width:767.9px){.mdws-footer .mdws-footer__main .mdws-footer__main-list{display:flex;flex:none;flex-direction:column;margin:0;width:100%}}.mdws-footer .mdws-footer__main .mdws-footer__main-list .footer-list-item-box{margin:0 20px 20px;width:calc(33.33333% - 40px)}@media screen and (max-width:1440.9px){.mdws-footer .mdws-footer__main .mdws-footer__main-list .footer-list-item-box{margin:0 1.3888888889vw 1.3888888889vw;width:calc(33.33333% - 2.77778vw)}}@media screen and (max-width:767.9px){.mdws-footer .mdws-footer__main .mdws-footer__main-list .footer-list-item-box{margin:0;width:100%}}.mdws-footer .mdws-footer__main .mdws-footer__main-list .newpar{width:33.3333%}.mdws-footer .mdws-footer__main .mdws-footer__social-email{margin-left:40px;padding-top:unset;width:240px}.mdws-footer .mdws-footer__main .mdws-footer__social-email>div{margin-bottom:24px}.mdws-footer .mdws-footer__main .mdws-footer__social-email>div:last-child{margin-bottom:0}@media screen and (max-width:1440.9px){.mdws-footer .mdws-footer__main .mdws-footer__social-email{margin-left:2.7777777778vw;width:16.6666666667vw}.mdws-footer .mdws-footer__main .mdws-footer__social-email>div{margin-bottom:1.6666666667vw}}@media screen and (max-width:767.9px){.mdws-footer .mdws-footer__main .mdws-footer__social-email{margin-left:0;width:100%}.mdws-footer__badges{padding-bottom:5.3333333333vw;width:100%}}.mdws-footer__badges>div{margin:24px 0 0 80px;width:160px}.mdws-footer__badges>div:first-child{margin-top:0}@media screen and (max-width:1440.9px){.mdws-footer__badges>div{margin:1.6666666667vw 0 0 5.5555555556vw;width:11.1111111111vw}}@media screen and (max-width:767.9px){.mdws-footer__badges>div{margin:0 0 5.3333333333vw;width:100%}.mdws-footer__badges>div .mdws-badges-box{padding-bottom:0}.mdws-footer__badges>div:last-child{margin-bottom:0}}.mdws-footer__copyRight-otherInfo{border-top:1px solid #c2c2c2}@media screen and (max-width:767.9px){.mdws-footer__copyRight-otherInfo{border-top:unset}}.mdws-footer__copyRight-otherInfo .mdws-footer__sub{align-items:center;color:#707070;display:flex;flex-wrap:wrap;font-size:14px;font-weight:400;justify-content:center;letter-spacing:0;margin:0 auto;padding:10px 0;width:1200px}@media screen and (max-width:1440.9px){.mdws-footer__copyRight-otherInfo .mdws-footer__sub{padding-left:8.3333333333vw;padding-right:8.3333333333vw;width:unset}}@media screen and (max-width:767.9px){.mdws-footer__copyRight-otherInfo .mdws-footer__sub{padding-left:unset;padding-right:unset}}@media screen and (max-width:1440.9px){.mdws-footer__copyRight-otherInfo .mdws-footer__sub{font-size:.9722222222vw;padding-bottom:.6944444444vw;padding-top:.6944444444vw}}@media screen and (max-width:767.9px){.mdws-footer__copyRight-otherInfo .mdws-footer__sub{font-size:3.2vw;justify-content:flex-start;padding-bottom:unset;padding-top:unset}}.mdws-footer__copyRight-otherInfo .mdws-footer__sub .mdws-footer-other-box{align-items:center;display:flex}.mdws-footer__copyRight-otherInfo .mdws-footer__sub .mdws-footer-other-box a{cursor:pointer;line-height:normal;margin-right:40px}@media screen and (max-width:1440.9px){.mdws-footer__copyRight-otherInfo .mdws-footer__sub .mdws-footer-other-box a{margin-right:2.7777777778vw}}@media screen and (max-width:767.9px){.mdws-footer__copyRight-otherInfo .mdws-footer__sub .mdws-footer-other-box{align-items:flex-start;flex-direction:column;justify-content:flex-start;padding:5.3333333333vw 0;width:100%}.mdws-footer__copyRight-otherInfo .mdws-footer__sub .mdws-footer-other-box .mdws-legal-information-box{margin:0 -5.3333333333vw 0 0}.mdws-footer__copyRight-otherInfo .mdws-footer__sub .mdws-footer-other-box a{margin:0 5.3333333333vw 2.6666666667vw 0;padding:unset}}.mdws-footer__copyRight-otherInfo .mdws-footer__sub .mdws--footer-copyright-notice{display:flex;justify-content:center;margin-bottom:8px;width:100%}@media screen and (max-width:1440.9px){.mdws-footer__copyRight-otherInfo .mdws-footer__sub .mdws--footer-copyright-notice{margin-bottom:.5555555556vw}}@media screen and (max-width:767.9px){.mdws-footer__copyRight-otherInfo .mdws-footer__sub .mdws--footer-copyright-notice{border-bottom:1px solid #c2c2c2;justify-content:flex-start;margin-bottom:unset}}.footer-style-v2 .mdws-footer__main .mdws-footer__main-list .footer-list-item-box{width:calc(25% - 40px)}@media screen and (max-width:1440.9px){.footer-style-v2 .mdws-footer__main .mdws-footer__main-list .footer-list-item-box{width:calc(25% - 2.77778vw)}}@media screen and (max-width:767.9px){.footer-style-v2 .mdws-footer__main .mdws-footer__main-list .footer-list-item-box{width:100%}}.mdws-legal-information-box{line-height:1.0416666667vw}.mdws-legal-information-box a{cursor:pointer!important;margin-right:1.5625vw}@media screen and (max-width:767.9px){.mdws-legal-information-box a{cursor:pointer!important;display:inline-block;margin-right:5.3333333333vw!important;padding-bottom:2.6666666667vw}}.mdws-footer-links{color:#707070;font-size:14px;font-weight:400}@media screen and (max-width:1440.9px){.mdws-footer-links{font-size:.9722222222vw}}@media screen and (max-width:767.9px){.mdws-footer-links{font-size:3.7333333333vw}}.mdws-footer-links .gws-links .gws-links__title{color:#333;font-size:16px;font-weight:500;padding-right:unset}@media screen and (max-width:1440.9px){.mdws-footer-links .gws-links .gws-links__title{font-size:1.1111111111vw}}@media screen and (max-width:767.9px){.mdws-footer-links .gws-links .gws-links__title{align-items:center;border-bottom:1px solid #d6d6d6;color:#333;display:flex;font-size:4.8vw;padding:4vw 11.7333333333vw 4vw 0;position:relative;width:100%;word-break:break-all}.mdws-footer-links .gws-links .gws-links__title:before{border-right:.1041666667vw solid #474747;border-top:.1041666667vw solid #474747;content:"";display:inline-block;height:.5208333333vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-75%) rotate(135deg);width:.5208333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-footer-links .gws-links .gws-links__title:before{border-right:.5333333333vw solid #474747;border-top:.5333333333vw solid #474747;height:2.6666666667vw;width:2.6666666667vw}}@media screen and (max-width:767.9px){.mdws-footer-links .gws-links .gws-links__title:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzcgMjIuOTk0YS44MjEuODIxIDAgMCAxIC4wNjQgMS4wOWwtLjA2NC4wNy01Ljc5OSA1LjgwMyA1LjggNS44MDJhLjgyMS44MjEgMCAwIDEgLjA2MyAxLjA4OWwtLjA2NC4wNzFhLjgyLjgyIDAgMCAxLTEuMDg4LjA2NGwtLjA3Mi0uMDY0LTYuMzc4LTYuMzgyYS44MjEuODIxIDAgMCAxLS4wNjQtMS4wODlsLjA2NC0uMDcxIDYuMzc4LTYuMzgzYS44Mi44MiAwIDAgMSAxLjE2IDBaIiBmaWxsPSIjMzMzIi8+PC9nPjwvc3ZnPg==);background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:1.0416666667vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(0deg);width:1.0416666667vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-footer-links .gws-links .gws-links__title:before{height:5.3333333333vw;width:5.3333333333vw}}@media screen and (max-width:767.9px){.mdws-footer-links .gws-links .gws-links__title:before{border:none;left:100%;transform:translate(-100%,-50%) rotate(0deg);transform-origin:center center;transition:transform .3s ease}}.mdws-footer-links .gws-links--active .gws-links__title:before{transform:translate(-100%,-50%) rotate(-180deg)}@media screen and (max-width:767.9px){.mdws-footer-links .gws-links ul{display:none}}.mdws-footer-links .gws-links ul li{word-wrap:break-word;margin-top:12px}.mdws-footer-links .gws-links ul li a{font-weight:400}.mdws-footer-links .gws-links ul li a:hover{text-decoration:underline}.mdws-footer-links .gws-links ul li:first-child{margin-top:16px}@media screen and (max-width:1440.9px){.mdws-footer-links .gws-links ul li{margin-top:.8333333333vw}.mdws-footer-links .gws-links ul li:first-child{margin-top:1.1111111111vw}}@media screen and (max-width:767.9px){.mdws-footer-links .gws-links ul li{word-wrap:break-word;align-items:center;display:flex;flex-wrap:wrap;line-height:normal;margin-top:unset;min-height:10.6666666667vw}.mdws-footer-links .gws-links ul li a{width:100%}.mdws-footer-links .gws-links ul li:first-child{margin-top:unset}}.mdws-social-media-box{margin-top:0}.mdws-social-media-box .mdws-social-media__title{color:#333;font-size:16px;font-weight:500;margin-bottom:16px}@media screen and (max-width:1440.9px){.mdws-social-media-box .mdws-social-media__title{font-size:1.1111111111vw;margin-bottom:1.1111111111vw}}@media screen and (max-width:767.9px){.mdws-social-media-box .mdws-social-media__title{font-size:4.8vw;margin-bottom:unset;padding:4vw 0}}.mdws-social-media-box ul{align-items:center;display:flex;flex-wrap:wrap;margin:0 -28px -14px 0}@media screen and (max-width:1440.9px){.mdws-social-media-box ul{margin:0 -1.9444444444vw -.9722222222vw 0}}@media screen and (max-width:767.9px){.mdws-social-media-box ul{margin:0 -8.5333333333vw -4.2666666667vw 0;max-width:100%;padding-top:2.6666666667vw}}.mdws-social-media-box ul li{height:28px;margin:0 28px 14px 0;width:28px}@media screen and (max-width:1440.9px){.mdws-social-media-box ul li{height:1.9444444444vw;margin:0 1.9444444444vw .9722222222vw 0;width:1.9444444444vw}}@media screen and (max-width:767.9px){.mdws-social-media-box ul li{height:10.6666666667vw;margin:0 8.5333333333vw 4.2666666667vw 0;width:10.6666666667vw}}.mdws-social-media-box ul li img{height:100%;width:100%}footer{background-color:#1f94d2;color:#fff;font-size:1.1458333333vw;font-weight:300}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer{font-size:4.2666666667vw}}footer .footer_content{border-bottom:1px solid hsla(0,0%,100%,.2);display:flex;justify-content:space-between;padding:3.90625vw 5.2083333333vw 2.0833333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_content{flex-wrap:wrap;padding:0 4vw 12vw}}footer .footer_links_wrap{display:flex;flex-wrap:wrap;justify-content:flex-start;width:66.1458333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_links_wrap{display:block;width:100%}}footer .footer_links_group{flex:1;padding-left:4%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_links_group{border-bottom:1px solid hsla(0,0%,100%,.2);padding-left:0;width:100%}}footer .footer_links_group.active .footer_links_tit:after,footer .footer_links_group.active .footer_links_tit:before{transform:translateY(-50%) rotate(45deg)}footer .footer_links_group:first-child{padding-left:0}footer .footer_links_tit{font-size:1.25vw;font-weight:700;position:relative}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_links_tit{font-size:4.2666666667vw;font-weight:400;padding:5.3333333333vw 0}footer .footer_links_tit:after,footer .footer_links_tit:before{background-color:#fff;content:"";height:1px;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:transform .15s;width:3.4666666667vw}}footer .footer_links_tit:after{height:3.4666666667vw;right:1.6vw;width:1px}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_links{display:none;overflow:hidden}}footer .footer_link{color:#fff;display:block;margin-top:.78125vw;opacity:.8}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_link{font-size:3.7333333333vw;margin-left:5.3333333333vw;margin-top:0;padding:3.3333333333vw 0}footer .footer_link:first-child{padding-top:0}}footer .footer_link:last-child{margin-bottom:3.3333333333vw}footer .footer_link:hover{color:inherit;text-decoration:underline}footer .footer_info_wrap{width:33.3333333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_info_wrap{max-width:none;text-align:center;width:100%}}footer .footer_sponsors{text-align:left}footer .footer_sponsors_title{font-size:1.25vw;font-weight:700;margin-bottom:.78125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_sponsors_title{font-size:4.2666666667vw;font-weight:400;margin:0;padding:5.3333333333vw 0}}footer .footer_sponsors_link[href=""],footer .footer_sponsors_link[href="#"],footer .footer_sponsors_link[href="javascript:;"]{cursor:default}footer .footer_sponsors_img{margin-bottom:2.0833333333vw;width:100%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_sponsors_img{margin:0}}footer .footer_social{display:flex;justify-content:space-between}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_social{flex-wrap:wrap;height:auto;margin-top:12vw}}footer .footer_copyright_txt{opacity:.5}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_social_txt{width:100%}}footer .footer_social_links{display:flex;flex-wrap:wrap;width:65%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_social_links{margin:4.8vw auto 0;width:72vw}}footer .footer_social_link{display:block;margin-bottom:.5208333333vw;margin-left:12%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_social_link{margin-bottom:2.6666666667vw;margin-left:0;width:25%}footer .footer_social_link:first-child{margin-left:0}}footer .footer_social_link:hover .footer_social_icon{display:none}footer .footer_social_link:hover .footer_social_icon--hover{display:block}footer .footer_social_icon{fill:#fff;height:1.1458333333vw;min-height:22px;min-width:22px;transition:fill .3s,opacity .3s;width:1.1458333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_social_icon{height:5.8666666667vw;opacity:1;width:5.8666666667vw}}footer .footer_social_icon--hover{display:none}footer .footer_copyright{display:flex;justify-content:space-between;opacity:.8;padding:2.34375vw 5.2083333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_copyright{flex-wrap:wrap;padding:5.3333333333vw 4vw;text-align:center}}footer .footer_copyright_links{opacity:.8}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_copyright_links{margin-top:5.3333333333vw;width:100%}}footer .footer_copyright_link{color:#fff;display:inline-block;margin-right:1.3020833333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){footer .footer_copyright_link{margin-right:6.6666666667vw}}footer .footer_copyright_link:hover{color:inherit;text-decoration:underline}footer .footer_copyright_link:last-child{margin-right:0}.mdws-form{display:flex;flex-wrap:wrap}.mdws-form-item{display:flex;flex-direction:column;margin-bottom:1.6666666667vw;position:relative;width:100%}.mdws-form-item.mdws-col-12{width:50%}.mdws-form-item__label{color:#333;font-size:1.0416666667vw;line-height:1.4;margin-bottom:.8333333333vw}.mdws-form-item__invalid .mdws-form-item__label{color:#d11f2c}.mdws-form-item__invalid .mdws-input{border-color:#d11f2c}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.mdws-form-item{margin-bottom:4.2666666667vw}.mdws-form-item.mdws-col-12{width:100%}.mdws-form-item__label{font-size:3.7333333333vw;margin-bottom:2.1333333333vw}}.mdws-input{border:1px solid #d6d6d6;border-radius:4.0104166667vw!important;font-size:1.0416666667vw!important;line-height:1.4;padding:.8333333333vw 1.25vw;width:100%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.mdws-input{border-radius:8vw!important;font-size:3.2vw!important;padding:2.6666666667vw 5.3333333333vw}}.mdws-form-error-tips{bottom:-1.3020833333vw;color:#d11f2c;font-size:.7291666667vw;left:0;padding:0 .7291666667vw;position:absolute}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.mdws-form-error-tips{bottom:-4.8vw;font-size:3.2vw;padding:0;scale:.8}}.mdws-fullSpecs-box{color:#333}.mdws-fullSpecs-box .hidden{display:none!important}.mdws-fullSpecs-box .collapse-content{display:flex;padding:3.125vw 12.5vw}@media screen and (max-width:767.9px){.mdws-fullSpecs-box .collapse-content{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}.mdws-fullSpecs-box .collapse-content .spec-list-box{flex:1;position:relative}.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-icon{cursor:pointer;display:inline-block;height:.625vw;left:50%;position:absolute;width:.625vw}@media screen and (max-width:767.9px){.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-icon{height:8vw;width:8vw}}.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-upIcon{top:-1.6666666667vw;transform:translate(-50%)}.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-upIcon:before{border-bottom:.1041666667vw solid #858585;border-left:.1041666667vw solid #858585;content:"";display:inline-block;height:.625vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-25%) rotate(135deg);width:.625vw}@media screen and (max-width:767.9px){.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-upIcon:before{border-bottom:.5333333333vw solid #858585;border-left:.5333333333vw solid #858585;height:3.2vw;width:3.2vw}}.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-downIcon{bottom:-1.6666666667vw;transform:translateX(-50%)}.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-downIcon:before{border-right:.1041666667vw solid #858585;border-top:.1041666667vw solid #858585;content:"";display:inline-block;height:.625vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-75%) rotate(135deg);width:.625vw}@media screen and (max-width:767.9px){.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-downIcon:before{border-right:.5333333333vw solid #858585;border-top:.5333333333vw solid #858585;height:3.2vw;width:3.2vw}}.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-list{max-height:29.2708333333vw;overflow:hidden}.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-list .list-title,.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-list li{border-bottom:1px solid #d6d6d6;display:flex;font-size:.8333333333vw;font-weight:400;justify-content:space-between;padding:.8333333333vw 0}.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-list .list-title a,.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-list .list-title span,.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-list li a,.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-list li span{word-wrap:break-word;display:inline-block;max-width:50%;padding-right:.625vw}.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-list .list-title .spec-val,.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-list li .spec-val{padding-left:.625vw;padding-right:0;text-align:right}.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-list .list-title .tickIcon,.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-list li .tickIcon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHJ4PSIxMCIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNhKSI+PGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgZmlsbD0iIzFGOTREMiIgcj0iMTAiLz48cGF0aCBkPSJNNS4yNzUgOS40OTdhLjkzOC45MzggMCAwIDAgMCAxLjMyNmwyLjY1MSAyLjY1MWEuOTM4LjkzOCAwIDAgMCAxLjMyNiAwbDUuNjI0LTUuNjI0YS45MzcuOTM3IDAgMSAwLTEuMzI2LTEuMzI1bC00Ljk2IDQuOTZMNi42IDkuNDk4YS45MzguOTM4IDAgMCAwLTEuMzI1IDBaIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkYiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;height:1.0416666667vw;width:1.0416666667vw}.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-list .list-title{color:#1f94d2;font-size:1.0416666667vw;font-weight:500;margin-top:1.25vw}.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-list .list-title:first-child{margin-top:0}.mdws-fullSpecs-box .collapse-content img{border-radius:.2083333333vw;height:auto;margin-left:3.125vw;width:29.2708333333vw}.mdws-fullSpecs-box .collapse-switch{border-bottom:1px solid #d6d6d6;border-top:1px solid #d6d6d6;font-size:2.0833333333vw;font-weight:500;height:6.0416666667vw;padding-left:12.5vw;padding-right:12.5vw}@media screen and (max-width:767.9px){.mdws-fullSpecs-box .collapse-switch{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}.mdws-fullSpecs-box .collapse-switch .arrow-icon{display:none}@media screen and (max-width:767.9px){.mdws-fullSpecs-box .collapse-switch{font-size:4.8vw;height:12.8vw;padding:0 5.3333333333vw}.mdws-fullSpecs-box .collapse-switch .arrow-icon{display:inline-block;right:5.3333333333vw;transform:translate(-50%,-50%) rotate(91deg)}.mdws-fullSpecs-box .collapse-switch .arrow-icon:after,.mdws-fullSpecs-box .collapse-switch .arrow-icon:before{background-color:#858585}.mdws-fullSpecs-box .collapse-content{align-items:center;flex-direction:column-reverse;padding:5.3333333333vw}.mdws-fullSpecs-box .collapse-content .spec-list-box{flex:none;margin:0 0 6.4vw;width:100%}.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-upIcon{display:none;top:-6.4vw;transform:translate(-50%)}.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-upIcon:before{border-bottom:.1041666667vw solid #858585;border-left:.1041666667vw solid #858585;content:"";display:inline-block;height:.5208333333vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-25%) rotate(135deg);width:.5208333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-upIcon:before{border-bottom:.5333333333vw solid #858585;border-left:.5333333333vw solid #858585;height:2.6666666667vw;width:2.6666666667vw}}@media screen and (max-width:767.9px){.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-downIcon{bottom:-8vw;transform:translateX(-50%)}.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-downIcon:before{border-right:.1041666667vw solid #858585;border-top:.1041666667vw solid #858585;content:"";display:inline-block;height:.5208333333vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-75%) rotate(135deg);width:.5208333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-downIcon:before{border-right:.5333333333vw solid #858585;border-top:.5333333333vw solid #858585;height:2.6666666667vw;width:2.6666666667vw}}@media screen and (max-width:767.9px){.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-list{margin:0;max-height:96vw;overflow:hidden}.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-list li{font-size:3.2vw;padding:2.6666666667vw 0}.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-list li span{padding-right:3.2vw}.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-list li .spec-val{padding-left:3.2vw}.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-list li .tickIcon{height:4.2666666667vw;width:4.2666666667vw}.mdws-fullSpecs-box .collapse-content .spec-list-box .spec-list .list-title{border-bottom:none;font-size:4.2666666667vw;margin-top:5.3333333333vw;padding:2.6666666667vw 0}.mdws-fullSpecs-box .collapse-content img{border-radius:1.0666666667vw;margin:0 0 5.8666666667vw;width:100%}}.mdws-header{background-color:#fff;height:3.3333333333vw;padding:0 4.1666666667vw;position:relative!important;width:100%}.mdws-header_inner-box{align-items:center;display:flex;height:3.3333333333vw;justify-content:space-between;margin:0 auto;width:75vw}@media screen and (max-width:1600px){.mdws-header_inner-box{width:100%}}@media screen and (max-width:767.9px){.mdws-header_inner-box{width:100%}}.mdws-header .isHidden{display:none!important}.mdws-header_logo-box{height:4.1666666667vw;width:7.8125vw}.mdws-header_logo{position:absolute;top:0;z-index:5}.mdws-header_logo img{height:4.1666666667vw;width:7.8125vw}.mdws-header_menu-wrap{align-items:center;display:flex;height:100%;justify-content:space-between;margin:0 auto;padding:0 2.0833333333vw}.mdws-header_seach-box{background-color:#fff;display:none;left:0;padding:1.6666666667vw 4.1666666667vw 0;position:fixed;right:0;top:0;z-index:6}.mdws-header_seach-box .mdws-header_close_pc{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMjUuNDI4IDYuNTcyYy41Mi41Mi41MiAxLjM2NSAwIDEuODg1bC03LjU0MiA3LjU0MSA3LjU0MiA3LjU0NGExLjMzMyAxLjMzMyAwIDEgMS0xLjg4NSAxLjg4NkwxNiAxNy44ODRsLTcuNTQyIDcuNTQ0YTEuMzMzIDEuMzMzIDAgMCAxLTEuODg2LTEuODg2bDcuNTQyLTcuNTQ0LTcuNTQyLTcuNTRhMS4zMzMgMS4zMzMgMCAxIDEgMS44ODYtMS44ODZMMTYgMTQuMTEybDcuNTQyLTcuNTRjLjUyMS0uNTIgMS4zNjUtLjUyIDEuODg2IDBaIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;height:1.6666666667vw;position:absolute;right:4.1666666667vw;top:1.4583333333vw;transform:translateY(50%);width:1.6666666667vw}@media screen and (max-width:767.9px){.mdws-header_seach-box .mdws-header_close_pc{display:none}}.mdws-header_seach-mb{margin:0 auto 1.6666666667vw;position:relative;width:41.6666666667vw}.mdws-header_seach-mb input{background-color:#f7f7f7;border:1px solid #d6d6d6;border-radius:1.4583333333vw;color:#000;font-size:1.0416666667vw;font-weight:400;height:2.9166666667vw;padding-left:3.5416666667vw;padding-right:1.25vw;width:100%}.mdws-header_seach-mb input::placeholder{color:#adadad;font-weight:500}.mdws-header_seach-box-recorder{padding-top:1.5625vw}.mdws-header_seach-box-recorder .mdws-header_seach-mb{margin-bottom:1.0416666667vw}.mdws-header_seachIcon{cursor:pointer;height:1.0416666667vw;left:1.25vw;position:absolute;top:50%;transform:translateY(-50%);width:1.0416666667vw}.mdws-header_history-box{padding-bottom:3.125vw;padding-top:1.0416666667vw}.mdws-header_history-box .history-title-box{color:#000;font-size:1.0416666667vw;font-weight:400;margin:0 auto;width:41.6666666667vw}@media screen and (max-width:767.9px){.mdws-header_history-box .history-title-box{position:relative}}.mdws-header_history-box .history-title-box .history-title{color:#333;font-weight:500}.mdws-header_history-box .history-title-box ul li{color:#333;font-size:.8333333333vw;margin-top:.7291666667vw}.mdws-header_history-box .history-title-box ul li:hover{cursor:pointer}.mdws-header_history-box-clear{color:#707070;cursor:pointer;display:none;font-size:.8333333333vw;font-weight:400;line-height:normal;margin-top:1.0416666667vw}@media screen and (max-width:767.9px){.mdws-header_history-box-clear{font-size:3.7333333333vw;margin-top:0;position:absolute;right:5.3333333333vw;top:4.2666666667vw}}.mdws-header_history-box-clear i{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNNS41IDUuOTk5aDEzdjE1aC0xM3YtMTVabS0yIDB2MTZhMSAxIDAgMCAwIDEgMWgxNWExIDEgMCAwIDAgMS0xdi0xNkgyMmExIDEgMCAxIDAgMC0yaC01LjQwMmwtMS4zMjktMi40NzNhMSAxIDAgMCAwLS44OC0uNTI3SDkuNjQzYTEgMSAwIDAgMC0uODc2LjUybC0xLjM2IDIuNDhIMmExIDEgMCAwIDAgMCAyaDEuNVptNi4xODgtMmg0LjY0bC0uNTM3LTFoLTMuNTU0bC0uNTQ5IDFaTTkgMTB2Ni41YTEgMSAwIDEgMCAyIDBWMTBhMSAxIDAgMSAwLTIgMFptNCAwdjYuNWExIDEgMCAxIDAgMiAwVjEwYTEgMSAwIDEgMC0yIDBaIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNBREFEQUQiLz48L2c+PC9zdmc+);background-position:50%;background-repeat:no-repeat;background-size:cover;display:inline-block;height:1.25vw;margin-right:.2083333333vw;width:1.25vw}@media screen and (max-width:767.9px){.mdws-header_history-box-clear i{height:4.2666666667vw;margin-right:1.0666666667vw;width:4.2666666667vw}}.mdws-header_history-box-clear-show{align-items:center;display:flex}.mdws-header_history-recommend{display:flex}@media screen and (max-width:767.9px){.mdws-header_history-recommend{display:unset}}.mdws-header_history-recommend .history-title-box{margin:0 1.5625vw 0 0;width:23.4375vw}@media screen and (max-width:767.9px){.mdws-header_history-recommend .history-title-box{position:relative}}.mdws-header_history-recommend-list{color:#333;width:calc(100% - 25vw)}@media screen and (max-width:767.9px){.mdws-header_history-recommend-list{margin-top:5.3333333333vw;width:100%}}.mdws-header_links-box{display:flex;height:100%}.mdws-header_links-box>li{align-items:center;display:flex;height:100%;margin-right:1.5625vw;position:relative}.mdws-header_links-box>li .link-title-arrow a{color:#333!important;display:inline-block;font-size:.8333333333vw;font-weight:400;line-height:1.25vw}.mdws-header_links-box>li .link-title-arrow .two-line-ellipsis{word-wrap:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.mdws-header_links-box>li .link-arrow{display:none}.mdws-header_links-box>li .menu-container{background-color:#fff;border-radius:0;cursor:default;height:0;left:0;overflow:hidden;position:absolute;top:3.3333333333vw;transform:translateX(-3.125vw);transition:all .2s linear;visibility:hidden;z-index:1}@media screen and (max-width:1600px){.mdws-header_links-box>li .menu-container{border-radius:0;transform:translateX(-4.1666666667vw)}}.mdws-header_links-box>li .menu-container_linkGroup-img-box{max-height:29.1666666667vw;max-width:81.25vw;opacity:0;overflow:auto;padding:2.0833333333vw 3.125vw 3.125vw;position:relative;top:-1.0416666667vw;transition:all .1s cubic-bezier(0,0,.2,1)}@media screen and (max-width:1600px){.mdws-header_links-box>li .menu-container_linkGroup-img-box{max-height:21.875vw;padding:2.0833333333vw 4.1666666667vw 3.125vw}}.mdws-header_links-box>li .menu-container_linkGroup-img-box-desc{color:#333;cursor:default;font-size:1.25vw;font-weight:500;line-height:1.6666666667vw;margin-bottom:1.5625vw}.mdws-header_links-box>li .menu-container_linkGroup-img-box .menu-container_linkGroup-img-box-inner{display:flex}.mdws-header_links-box>li .menu-container_linkGroup-img-box .menu-container_group{color:#333;display:flex;font-size:.9375vw;font-weight:400;line-height:normal;margin-left:-1.5625vw;margin-top:-3.3333333333vw}.mdws-header_links-box>li .menu-container_linkGroup-img-box .menu-container_group_item{margin-left:1.5625vw;padding-top:3.125vw;width:12.2395833333vw}.mdws-header_links-box>li .menu-container_linkGroup-img-box .menu-container_group_item-title{font-weight:500}.mdws-header_links-box>li .menu-container_linkGroup-img-box .menu-container_group_item ul li{font-size:.8333333333vw;line-height:1.25vw;margin-top:.5208333333vw}.mdws-header_links-box>li .menu-container_linkGroup-img-box .menu-container_group_item ul li:first-child{margin-top:.5208333333vw}.mdws-header_links-box>li .menu-container_linkGroup-img-box .menu-container_group_item ul li:hover{font-weight:500}.mdws-header_links-box>li .menu-container_linkGroup-img-box .menu-container_group_item:nth-child(4n){margin-right:0}.mdws-header_links-box>li .menu-container_linkGroup-img-box .menu-container_group-wrap{flex:1;flex-wrap:wrap}.mdws-header_links-box>li .menu-container_linkGroup-img-box .img-list-box{flex-shrink:0;margin-left:1.5625vw;width:18.8541666667vw}.mdws-header_links-box>li .menu-container_linkGroup-img-box .img-list-box img{display:none;object-fit:cover;width:100%}.mdws-header_links-box>li .menu-container_linkGroup-img-box .img-list-box img:first-child{display:inline-block}.mdws-header_links-box>li .menu-container_linkGroup-img-box-into{opacity:1;top:0;transition:all .5s ease-in-out}.mdws-header_links-box>li .menu-container-show{visibility:visible;z-index:3!important}.mdws-header_links-box>li .menu-container-over{position:fixed;z-index:3}.mdws-header_links-box>li .menu-container-over .menu-container_linkGroup-img-box{max-width:unset}.mdws-header_links-box>li .menu-container-over .menu-container_linkGroup-img-box .menu-container_group{flex-wrap:wrap}.mdws-header_links-box>li:last-child{margin-right:0}.mdws-header_links-box .activeLi .mdws-header_links-box-item-link{font-weight:500}.mdws-header_links-box-left{max-width:50vw}.mdws-header_links-box-right{margin-left:4.1666666667vw;max-width:17.7083333333vw}.mdws-header_links-box-right>li .menu-container{left:auto;right:0;transform:translateX(3.125vw)}.mdws-header .lan-cover-box,.mdws-header_lang-mb,.mdws-header_lang-selector-box{display:none}.mdws-header_seach-language-etc{align-items:center;display:flex;height:100%}.mdws-header_seach-language-etc .seach-language-icons-box_item{background-repeat:no-repeat;background-size:100% 100%;cursor:pointer;height:1.0416666667vw;margin-left:1.0416666667vw;width:1.0416666667vw}.mdws-header_seach-language-etc .seach-language-icons-box_item:first-child{margin-left:0}.mdws-header_seach-language-etc .seach{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMy4zODggMy4zODhRMS4xNjcgNS42MDggMS4xNjcgOC43NXEwIDMuMTQxIDIuMjIgNS4zNjIgMi4yMjIgMi4yMjEgNS4zNjMgMi4yMjEgMy4xNDEgMCA1LjM2Mi0yLjIyIDIuMjIxLTIuMjIyIDIuMjIxLTUuMzYzIDAtMy4xNDEtMi4yMi01LjM2MlExMS44OSAxLjE2NyA4Ljc1IDEuMTY3cS0zLjE0MSAwLTUuMzYyIDIuMjJabS43MDcgMTAuMDE3UTIuMTY3IDExLjQ3NyAyLjE2NyA4Ljc1cTAtMi43MjcgMS45MjgtNC42NTVRNi4wMjMgMi4xNjcgOC43NSAyLjE2N3EyLjcyNyAwIDQuNjU1IDEuOTI4IDEuOTI4IDEuOTI4IDEuOTI4IDQuNjU1IDAgMi43MjctMS45MjggNC42NTUtMS45MjggMS45MjgtNC42NTUgMS45MjgtMi43MjcgMC00LjY1NS0xLjkyOFoiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzMzMyIvPjxwYXRoIGQ9Ik0xMy40ODkgMTQuMTk2cS0uMDctLjA3LS4xMDktLjE2Mi0uMDM4LS4wOTItLjAzOC0uMTkyIDAtLjA0OS4wMS0uMDk3dC4wMjgtLjA5NHEuMDItLjA0NS4wNDctLjA4Ni4wMjctLjA0MS4wNjItLjA3Ni4wMzUtLjAzNS4wNzYtLjA2Mi4wNC0uMDI4LjA4Ni0uMDQ3LjA0Ni0uMDE4LjA5NC0uMDI4LjA0OC0uMDEuMDk3LS4wMS4xIDAgLjE5Mi4wMzh0LjE2Mi4xMDlsMy41MzUgMy41MzVxLjA3LjA3LjEwOS4xNjMuMDM4LjA5MS4wMzguMTkgMCAuMDUtLjAxLjA5OC0uMDEuMDQ5LS4wMjguMDk0LS4wMTkuMDQ2LS4wNDYuMDg3LS4wMjguMDQtLjA2My4wNzUtLjAzNC4wMzUtLjA3NS4wNjMtLjA0MS4wMjctLjA4Ny4wNDYtLjA0NS4wMTktLjA5NC4wMjgtLjA0OC4wMS0uMDk3LjAxLS4xIDAtLjE5MS0uMDM4LS4wOTItLjAzOC0uMTYzLS4xMDlsLTMuNTM1LTMuNTM1WiIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjMzMzIi8+PC9nPjwvc3ZnPg==)}.mdws-header_seach-language-etc .love{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAAAsTAAALEwEAmpwYAAACnklEQVR4nO1Yr2/bQBQ+UFBQMFAwMGkGAZVBZL/vgjZphmMLKBgoKAiotEojBZVGIgUElFRqpcEOFEwqKBgYGAgI6B9QOFg4UBBQEJDqJe+0p+ac2O7VIfmkk5zc+977fL4fn23MGmusEQZJkkRpmn6w1n6y1r5L0/RtUS7HMoe5nINzhRL1CkAPwF8AE0+74/5ms/nGd0PCvcvhcs4e16gkjoj2ANyrhP8ADABcAxjK74m0e45fwh0Kd7CIW1Rc1yUgoj8A3vvirLWZFHXFetLc72uO8XE5p4h1dbqFxAHoCGkM4KAEZ6yE8XWnIPdAcRdzAOy44LLDTkT7ajT2S3L31I3tLBI4fVxEdF6mgAMLKytOcc/dtPAGtFqt1xIw4mtTM1qz+g+swVtfzT3/HdQAAL9y5yKAvnQerUSdmWo4Fg19X+dFlQkeEmqhXcx1AvguAg/NikBEh6LhbNHwnqxEnZlqOBENx3OdaZp+ls6rFQq8Yg2sZa6TiBoyvKMoijbrFhdF0SbXFg0Nb5Ac6KVPkRBQp8kwN0jthQNTM/DfOHSW+T9nk9o1ims767XUH4q7mJrROI63XlpcHMdbytQWck8s8iZ3PwoMIjoTcTeFSUmSJMqjFburClBPa8w1TVWPRkQfqwhYBM5Z1XvOWX/Zn7y2vwo4l9rzus9NdhlSJJQ4AD+em89kWbZBRD/d47bW7lbNZa3dVXP7knObUABwql6K+mWSZ1m2ofwmt9Ngwp6IPFIjMPC9sD8Fx7gjVLgva4jlfXa6sRLRyFr7zWcu+D/uU/PtLuRCWyZyW83LCX/GIKIvfEzJcflVfy6R2G1TN+zsy8KtEvrg3syk3eZ9WagN2WwBtK21v50wuW4HXaUhQESNXLO5xhrGi0dYa3zk0ntsBwAAAABJRU5ErkJggg==);display:none}.mdws-header_seach-language-etc .card,.mdws-header_seach-language-etc .language,.mdws-header_seach-language-etc .user{align-items:center;cursor:default;display:flex;height:100%;position:relative}.mdws-header_seach-language-etc .card>a,.mdws-header_seach-language-etc .language>a,.mdws-header_seach-language-etc .user>a{background-repeat:no-repeat;background-size:100% 100%;cursor:pointer!important;display:inline-block;height:1.0416666667vw;width:1.0416666667vw}.mdws-header_seach-language-etc .language>a{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMy43NzEgMy43NzFRMS4xOTggNi4zNDQgMS4xOTggOS45ODJxMCAzLjYzOCAyLjU3MyA2LjIxIDIuNTczIDIuNTczIDYuMjEgMi41NzMgMy42MzkgMCA2LjIxMS0yLjU3MiAyLjU3My0yLjU3MyAyLjU3My02LjIxMSAwLTMuNjM4LTIuNTczLTYuMjEtMi41NzItMi41NzMtNi4yMS0yLjU3M1QzLjc3IDMuNzdabTMuNDYuMTZxLS4zMDEuNzUtLjUxMiAxLjU5Mi0xLjEzNy0uNTE1LTIuMDYtMS4zNTggMS41MjQtMS40MSAzLjQ0Ni0xLjg1OC0uNDc3LjYzLS44NzUgMS42MjVabTIuNTA0LTEuODI5cS4xMjMtLjAwMy4yNDctLjAwM3QuMjQ2LjAwM3EuOTQ2LjIyIDEuNzE2IDIuMTQ1LjI5OC43NDQuNTAyIDEuNTg3LTEuMTg4LjM5MS0yLjQ2NC4zOTF0LTIuNDY0LS4zOXEuMjA0LS44NDQuNTAxLTEuNTg4Ljc3LTEuOTI1IDEuNzE2LTIuMTQ1Wm0yLjEyMy4yMDVxMS45MjMuNDQ4IDMuNDQ3IDEuODU5LS45MjMuODQyLTIuMDYgMS4zNTctLjIxMS0uODQtLjUxMi0xLjU5MS0uMzk4LS45OTUtLjg3NS0xLjYyNVptNC4wNDMgMi40NjZRMTQuODA0IDUuNzgyIDEzLjQzIDYuMzdxLjI3NiAxLjQ3LjMwNiAzLjE4OGg0LjEycS0uMTMtMi43NDQtMS45NTUtNC43ODVabTEuOTU0IDUuNjM1aC00LjExOXEtLjAzIDEuNzE4LS4zMDcgMy4xODggMS4zNzQuNTg4IDIuNDcxIDEuNTk3IDEuODI1LTIuMDQyIDEuOTU1LTQuNzg1Wm0tNS4yMzUgMi44ODdxLjIzOC0xLjMzMi4yNjYtMi44ODdINy4wNzdxLjAyOSAxLjU1NS4yNjYgMi44ODggMS4yNzUtLjQwNCAyLjY0LS40MDQgMS4zNjMgMCAyLjYzNy40MDNabS01LjEwMi44MzdxMS4xODgtLjM5IDIuNDY0LS4zOXQyLjQ2My4zOXEtLjIwNC44NDItLjUgMS41ODUtLjc3MSAxLjkyNS0xLjcxNyAyLjE0NS0uMTIyLjAwMy0uMjQ2LjAwM3QtLjI0Ny0uMDAzcS0uOTQ2LS4yMi0xLjcxNi0yLjE0NS0uMjk3LS43NDMtLjUtMS41ODVabS0uOTg0LS41MzZxLS4yNzctMS40Ny0uMzA3LTMuMTg4SDIuMTA4cS4xMyAyLjc0NCAxLjk1NiA0Ljc4NSAxLjA5Ny0xLjAwOCAyLjQ3LTEuNTk3Wk0yLjEwOCA5LjU1OGg0LjEycS4wMy0xLjcxOS4zMDYtMy4xODhRNS4xNiA1Ljc4IDQuMDYzIDQuNzcyIDIuMjM4IDYuODE0IDIuMTA4IDkuNTU4Wm00LjYxMiA0Ljg4NnEuMjEuODM5LjUxIDEuNTg4LjM5OC45OTUuODc1IDEuNjI1LTEuOTIxLS40NDgtMy40NDUtMS44NTcuOTIzLS44NDIgMi4wNi0xLjM1NlptNS4xMzggMy4yMTNxMS45MjItLjQ0OCAzLjQ0Ni0xLjg1OC0uOTIzLS44NDEtMi4wNi0xLjM1Ni0uMjEuODQtLjUxIDEuNTktLjM5OS45OTQtLjg3NiAxLjYyNFptLTQuNzgtOC4xcS4wMjctMS41NTQuMjY1LTIuODg2IDEuMjc0LjQwNCAyLjY0LjQwNCAxLjM2NCAwIDIuNjM4LS40MDQuMjM3IDEuMzMyLjI2NSAyLjg4N0g3LjA3N1oiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzMzMyIvPjwvZz48L3N2Zz4=)}.mdws-header_seach-language-etc .lang-box,.mdws-header_seach-language-etc .user-box{background-color:#fff;border-radius:.2083333333vw;box-shadow:0 .1041666667vw 1.0416666667vw 0 rgba(0,0,0,.15);color:#333;display:none;font-size:.9375vw;font-weight:400;padding:1.0416666667vw;position:absolute;right:0;top:3.8541666667vw;z-index:3}.mdws-header_seach-language-etc .lang-box li,.mdws-header_seach-language-etc .user-box li{padding:.5208333333vw}.mdws-header_seach-language-etc .lang-box li:hover,.mdws-header_seach-language-etc .user-box li:hover{color:#1f94d2;cursor:pointer}.mdws-header_seach-language-etc .lang-box li a,.mdws-header_seach-language-etc .user-box li a{display:inline-block;width:100%}.mdws-header_seach-language-etc .lang-box li a:hover,.mdws-header_seach-language-etc .user-box li a:hover{cursor:pointer}.mdws-header_seach-language-etc .lang-box{min-width:8.3333333333vw}.mdws-header_seach-language-etc .lang-box .active-lang{color:#1f94d2}.mdws-header_seach-language-etc .user-box{min-width:14.5833333333vw}.mdws-header_seach-language-etc .user-box .userName{border-bottom:1px solid #d6d6d6;font-size:1.0416666667vw;font-weight:500;padding:.5208333333vw .5208333333vw 1.0416666667vw}.mdws-header_seach-language-etc .user-box ul{margin-top:1.0416666667vw}.mdws-header_seach-language-etc .user>a{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNNy41ODQgM3EtMSAxLjAwMS0xIDIuNDE3IDAgMS40MTUgMSAyLjQxNiAxIDEgMi40MTYgMSAxLjQxNSAwIDIuNDE2LTEgMS0xLjAwMSAxLTIuNDE2IDAtMS40MTYtMS0yLjQxNlExMS40MTYgMiAxMCAyIDguNTg1IDIgNy41ODQgM1ptLjcwNyA0LjEyNnEtLjcwOC0uNzA4LS43MDgtMS43MSAwLTEgLjcwOC0xLjcwOFQxMCAzcTEuMDAxIDAgMS43MDkuNzA4LjcwOC43MDguNzA4IDEuNzA5IDAgMS0uNzA4IDEuNzA5UTExIDcuODMzIDEwIDcuODMzcS0xLjAwMSAwLTEuNzA5LS43MDdaTTQuMDkzIDExLjU4NHEtMS4xMS41NjYtMS42NzUgMS42NzYtLjI5NS41NzgtLjM3IDEuNTFRMiAxNS4zNDYgMiAxN3YuNXEwIC4wNS4wMS4wOTh0LjAyOC4wOTNxLjAxOS4wNDYuMDQ2LjA4Ny4wMjguMDQuMDYyLjA3Ni4wMzUuMDM0LjA3Ni4wNjIuMDQxLjAyNy4wODcuMDQ2LjA0NS4wMTkuMDkzLjAyOC4wNDkuMDEuMDk4LjAxaDE1cS4wNSAwIC4wOTgtLjAxdC4wOTMtLjAyOHEuMDQ2LS4wMTkuMDg3LS4wNDYuMDQtLjAyOC4wNzYtLjA2Mi4wMzQtLjAzNS4wNjItLjA3Ni4wMjctLjA0MS4wNDYtLjA4Ny4wMTktLjA0NS4wMjgtLjA5My4wMS0uMDQ5LjAxLS4wOThWMTdxMC0xLjY1NC0uMDQ3LTIuMjMtLjA3Ni0uOTMyLS4zNy0xLjUxLS41NjYtMS4xMS0xLjY3Ni0xLjY3Ni0uNTc4LS4yOTQtMS41MS0uMzctLjU3Ny0uMDQ3LTIuMjMtLjA0N0g3LjgzM3EtMS42NTQgMC0yLjIzLjA0Ny0uOTMyLjA3Ni0xLjUxLjM3Wm0tMS4wNSAzLjI2N3EuMDYtLjczNS4yNjYtMS4xMzcuNDE4LS44MiAxLjIzOC0xLjIzOS40MDItLjIwNSAxLjEzOC0uMjY1LjUzNS0uMDQzIDIuMTQ4LS4wNDNoNC4zMzRxMS42MTMgMCAyLjE0OC4wNDMuNzM2LjA2IDEuMTM4LjI2NS44Mi40MTggMS4yMzggMS4yMzkuMjA1LjQwMi4yNjUgMS4xMzdRMTcgMTUuMzg3IDE3IDE3SDNxMC0xLjYxMy4wNDQtMi4xNDlaIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMzMzMiLz48L2c+PC9zdmc+)}.mdws-header_seach-language-etc .card{position:relative}.mdws-header_seach-language-etc .card a{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJtMy45NzQgNS41IDEuODMzIDcuMzMzSDE1Ljg2TDE3LjY5MyA1LjVIMy45NzNabTE0LjM2LTFIMy43MjNsLS41My0yLjEyMXEtLjAyLS4wODEtLjA2Ni0uMTUyLS4wNDYtLjA3LS4xMTItLjEyMS0uMDY2LS4wNTItLjE0NS0uMDc5UTIuNzkyIDIgMi43MDggMkgxLjI1cS0uMDUgMC0uMDk4LjAxdC0uMDkzLjAyOHEtLjA0Ni4wMTktLjA4Ny4wNDYtLjA0LjAyOC0uMDc2LjA2Mi0uMDM0LjAzNS0uMDYyLjA3Ni0uMDI3LjA0MS0uMDQ2LjA4Ny0uMDE5LjA0NS0uMDI4LjA5My0uMDEuMDQ5LS4wMS4wOTggMCAuMDUuMDEuMDk4dC4wMjguMDkzcS4wMTkuMDQ2LjA0Ni4wODcuMDI4LjA0LjA2Mi4wNzYuMDM1LjAzNC4wNzYuMDYyLjA0MS4wMjcuMDg3LjA0Ni4wNDUuMDE5LjA5My4wMjguMDQ5LjAxLjA5OC4wMWgxLjA2OGwuNTMgMi4xMjEgMi4wODQgOC4zMzRxLjAyLjA4LjA2NS4xNS4wNDYuMDcxLjExMi4xMjIuMDY2LjA1Mi4xNDUuMDguMDc5LjAyNi4xNjMuMDI2SDE2LjI1cS4wODQgMCAuMTYzLS4wMjd0LjE0NS0uMDc5cS4wNjYtLjA1MS4xMTEtLjEyMS4wNDYtLjA3LjA2Ni0uMTUxbDIuMDgzLTguMzM0cS4wMTUtLjA2LjAxNS0uMTIxIDAtLjA1LS4wMS0uMDk4LS4wMDktLjA0OC0uMDI4LS4wOTMtLjAxOS0uMDQ2LS4wNDYtLjA4Ny0uMDI3LS4wNC0uMDYyLS4wNzYtLjAzNS0uMDM0LS4wNzYtLjA2Mi0uMDQtLjAyNy0uMDg2LS4wNDYtLjA0Ni0uMDE5LS4wOTQtLjAyOC0uMDQ4LS4wMS0uMDk4LS4wMVoiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzMzMyIvPjxjaXJjbGUgY3g9IjUuNDE3IiBjeT0iMTYuMjUiIHN0cm9rZT0iIzMzMyIgc3Ryb2tlLWxpbmVjYXA9IlJPVU5EIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiByPSIxLjI1Ii8+PGNpcmNsZSBjeD0iMTYuMjUiIGN5PSIxNi4yNSIgc3Ryb2tlPSIjMzMzIiBzdHJva2UtbGluZWNhcD0iUk9VTkQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHI9IjEuMjUiLz48L2c+PC9zdmc+)}.mdws-header_seach-language-etc .card .car-numb{align-items:center;background-color:#1f94d2;border:.0520833333vw solid #fff;border-radius:1.0416666667vw;box-sizing:content-box;color:#fff;display:flex;font-size:.4166666667vw;font-weight:500;height:.625vw;justify-content:center;letter-spacing:0;line-height:normal;min-width:.625vw;padding:.15625vw;position:absolute;right:0;transform:translate(60%,-60%)}@media screen and (max-width:1600px){.mdws-header_seach-language-etc .card .car-numb{border-radius:1.0416666667vw;font-size:.4166666667vw;height:.7291666667vw;min-width:.7291666667vw;padding:.15625vw}}.mdws-header_seach-language-etc .header-more{display:none}.mdws-header_cover{background:#333;height:calc(100vh - 3.33333vw);left:0;opacity:0;position:fixed;right:0;top:3.3333333333vw;transition:all .5s linear;visibility:hidden;z-index:2}.mdws-header_cover-show{opacity:.5;visibility:visible}.mdws-header .mdws-header-hide{display:none}@media screen and (max-width:767.9px){.mdws-header{align-items:center;color:#333;display:flex;font-size:3.7333333333vw;font-weight:500;height:12.8vw;justify-content:space-between;padding:0 5.3333333333vw}.mdws-header_logo{margin-right:0;padding-right:0;z-index:5}.mdws-header_logo img{height:15.4666666667vw;width:28.8vw}.mdws-header_menu-wrap{background-color:#fff;bottom:0;color:#000;display:block;left:0;overflow:auto;padding:0;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .3s linear;z-index:12}.mdws-header_seach-mb{align-items:center;display:flex;height:16.5333333333vw;margin:0;margin-bottom:0!important;padding:3.2vw 5.3333333333vw;position:relative;width:auto}.mdws-header_seach-mb input{background-color:#f7f7f7;border:none;border-radius:5.3333333333vw;flex:1;font-size:3.7333333333vw;height:100%;margin-right:6.4vw;padding-left:12.2666666667vw;padding-right:5.3333333333vw}.mdws-header_seachIcon{height:4.2666666667vw;left:10.6666666667vw;width:4.2666666667vw}.mdws-header_seach-box{display:block;left:0;padding:0;position:static;top:0;width:100%;z-index:6}.mdws-header_history-box{border-top:none;padding:0}.mdws-header_history-box .history-title-box{font-size:3.7333333333vw;font-weight:400;margin:0;padding-bottom:4.2666666667vw;padding-left:5.3333333333vw;padding-right:5.3333333333vw;width:100%}.mdws-header_history-box .history-title-box .history-title{display:inline-block;font-size:4.2666666667vw;font-weight:500;padding-top:4.2666666667vw}.mdws-header_history-box .history-title-box ul li{font-size:3.7333333333vw;margin-top:4.2666666667vw}.mdws-header_close{height:6.4vw;position:relative;width:6.4vw}.mdws-header_close:after,.mdws-header_close:before{background-color:#707070;content:"";display:inline-block;height:2px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(45deg);width:5.3333333333vw}.mdws-header_close:after{transform:translate(-50%,-50%) rotate(-45deg)}.mdws-header_menu-wrap-show{transform:translateX(0)}.mdws-header_links-box{display:flex;flex-direction:column;height:auto;margin:0}.mdws-header_links-box>li{align-items:flex-start;background-color:#f7f7f7;flex-direction:column;justify-content:center;margin-right:0}.mdws-header_links-box>li .link-title-arrow{word-wrap:break-word;background-color:#fff;font-size:4.2666666667vw;font-weight:500;padding:4.8vw 5.3333333333vw;position:relative;width:100%}.mdws-header_links-box>li .link-title-arrow .link-arrow{display:block;position:absolute;right:5.3333333333vw;top:50%;transform:translateX(-50%) rotate(0deg);transition:transform .3s ease;width:2.6666666667vw}.mdws-header_links-box>li .link-title-arrow .link-arrow:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzcgMjIuOTk1YS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODlsLS4wNjQuMDcxLTUuNzk4IDUuODAyIDUuNzk4IDUuODAzYS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODhsLS4wNjQuMDcyYS44Mi44MiAwIDAgMS0xLjA4OC4wNjRsLS4wNzEtLjA2NC02LjM3OS02LjM4MmEuODIxLjgyMSAwIDAgMS0uMDY0LTEuMDlsLjA2NC0uMDcgNi4zNzktNi4zODNhLjgyLjgyIDAgMCAxIDEuMTYgMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:1.0416666667vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(0deg);width:1.0416666667vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-header_links-box>li .link-title-arrow .link-arrow:before{height:5.3333333333vw;width:5.3333333333vw}}@media screen and (max-width:767.9px){.mdws-header_links-box>li .link-title-arrow a{color:#333!important;font-size:4.2666666667vw;font-weight:500;line-height:5.3333333333vw;width:calc(100% - 10.66667vw)}.mdws-header_links-box>li .menu-container{background-color:#f7f7f7;border-radius:0;display:none;height:auto;position:static;transform:none;transition:none;visibility:visible;width:100%}.mdws-header_links-box>li .menu-container_linkGroup-img-box{display:block;max-height:unset;max-width:unset;opacity:1;overflow:unset;padding:0 10.6666666667vw;position:static;transition:all .5s linear}.mdws-header_links-box>li .menu-container_linkGroup-img-box-desc{color:#333;font-size:4.2666666667vw;line-height:5.3333333333vw;margin-bottom:0;padding:5.3333333333vw 0}.mdws-header_links-box>li .menu-container_linkGroup-img-box .menu-container_linkGroup-img-box-inner{position:static}.mdws-header_links-box>li .menu-container_linkGroup-img-box .menu-container_group{color:#333;display:flex;flex-direction:column;font-size:3.7333333333vw;font-weight:400;line-height:normal;margin-left:0;margin-top:0;max-width:unset;width:100%}.mdws-header_links-box>li .menu-container_linkGroup-img-box .menu-container_group_item{font-weight:400;margin-left:0;padding-top:0;width:100%}.mdws-header_links-box>li .menu-container_linkGroup-img-box .menu-container_group_item-title{word-wrap:break-word;display:inline-block;font-size:3.7333333333vw;font-weight:500;margin:0;padding:3.4666666667vw 0;width:100%}.mdws-header_links-box>li .menu-container_linkGroup-img-box .menu-container_group_item ul{color:#707070}.mdws-header_links-box>li .menu-container_linkGroup-img-box .menu-container_group_item ul li{font-size:3.7333333333vw;line-height:4.8vw;margin-top:0!important;padding:3.4666666667vw 0}.mdws-header_links-box>li .menu-container_linkGroup-img-box .img-list-box{display:none}.mdws-header_links-box>li .menu-container-show{visibility:visible}.mdws-header_links-box .activeLi .link-title-arrow .link-arrow{transform:translateX(-50%) rotate(-180deg)}.mdws-header_links-box .activeLi .menu-container{display:block}.mdws-header_links-box-left{max-width:none}.mdws-header_links-box-right{max-width:unset}.mdws-header_links-box-right:before{background-color:#d6d6d6;content:"";display:inline-block;height:1px;margin:0 auto;width:calc(100% - 10.66667vw)}.mdws-header_lang-mb{display:flex;font-size:4.2666666667vw;font-weight:500;justify-content:space-between;padding:4.8vw 5.3333333333vw;position:relative}.mdws-header_lang-mb:before{background-color:#d6d6d6;content:"";display:inline-block;height:1px;margin:0 auto;position:absolute;top:0;width:calc(100% - 10.66667vw)}.mdws-header_lang-mb-current-lang{align-items:center;color:#707070;display:flex;font-size:3.7333333333vw;font-weight:400;padding-right:8vw;position:relative}.mdws-header_lang-mb-current-lang:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzcgMjIuOTk1YS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODlsLS4wNjQuMDcxLTUuNzk4IDUuODAyIDUuNzk4IDUuODAzYS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODhsLS4wNjQuMDcyYS44Mi44MiAwIDAgMS0xLjA4OC4wNjRsLS4wNzEtLjA2NC02LjM3OS02LjM4MmEuODIxLjgyMSAwIDAgMS0uMDY0LTEuMDlsLjA2NC0uMDcgNi4zNzktNi4zODNhLjgyLjgyIDAgMCAxIDEuMTYgMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:1.0416666667vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(-90deg);width:1.0416666667vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-header_lang-mb-current-lang:before{height:5.3333333333vw;width:5.3333333333vw}}@media screen and (max-width:767.9px){.mdws-header_lang-mb-current-lang:before{left:unset;right:0;transform:translateY(-50%) rotate(-90deg)}.mdws-header .lan-cover-box{background-color:rgba(0,0,0,.5);display:block;opacity:1;position:fixed;top:0;visibility:hidden}.mdws-header .lan-cover-box,.mdws-header_lang-selector-box{bottom:0;left:0;right:0;transition:all .3s linear;z-index:13}.mdws-header_lang-selector-box{background-color:#fff;display:flex;display:block;flex-direction:column;height:58.1333333333vw;position:absolute;transform:translateY(100%)}.mdws-header_lang-selector-box-btns{align-items:center;color:#161c24;display:flex;font-size:4.2666666667vw;font-weight:400;justify-content:space-between;padding:4.8vw 4.2666666667vw}.mdws-header_lang-selector-box-btns span:first-child{color:#adadad;font-size:3.7333333333vw}.mdws-header_lang-selector-box-btns span:last-child{color:#1f94d2;font-size:3.7333333333vw}.mdws-header_lang-selector-box-swiper{height:calc(100% - 21.33333vw);text-align:center}.mdws-header_lang-selector-box-swiper .swiper-wrapper .swiper-slide{align-items:center;border-top:.2666666667vw solid #d6d6d6;color:#adadad;display:flex;font-size:4.2666666667vw;font-weight:400;justify-content:center;padding:4.2666666667vw}.mdws-header_lang-selector-box-swiper .swiper-wrapper .swiper-slide-active{color:#000}.mdws-header .show-selector{opacity:1;visibility:visible}.mdws-header .show-selector .mdws-header_lang-selector-box{transform:translateY(0)}.mdws-header_seach-language-etc{align-items:center;display:flex;padding-left:0}.mdws-header_seach-language-etc .seach-language-icons-box_item{height:5.3333333333vw;margin-left:5.3333333333vw;width:5.3333333333vw}.mdws-header_seach-language-etc .seach-language-icons-box_item:first-child{margin-left:0}.mdws-header_seach-language-etc .card a,.mdws-header_seach-language-etc .language a,.mdws-header_seach-language-etc .user a{height:5.3333333333vw;width:5.3333333333vw}.mdws-header_seach-language-etc .language{display:none}.mdws-header_seach-language-etc .card .car-numb{border:.2666666667vw solid #fff;border-radius:4.2666666667vw;font-size:2.1333333333vw;height:3.7333333333vw;line-height:0;min-width:3.7333333333vw;padding:.5333333333vw;position:absolute}.mdws-header_seach-language-etc .header-more{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMy4zMTIgNC40NzloMTMuMzM0cS4wNDkgMCAuMDk3LjAxLjA0OS4wMS4wOTQuMDI4LjA0Ni4wMTkuMDg2LjA0Ni4wNDEuMDI4LjA3Ni4wNjIuMDM1LjAzNS4wNjIuMDc2LjAyOC4wNDEuMDQ3LjA4Ny4wMTguMDQ1LjAyOC4wOTMuMDEuMDQ5LjAxLjA5OCAwIC4wNS0uMDEuMDk4dC0uMDI4LjA5M3EtLjAyLjA0Ni0uMDQ3LjA4Ny0uMDI3LjA0LS4wNjIuMDc2LS4wMzUuMDM0LS4wNzYuMDYyLS4wNC4wMjctLjA4Ni4wNDYtLjA0NS4wMTktLjA5NC4wMjgtLjA0OC4wMS0uMDk3LjAxSDMuMzEycS0uMDQ5IDAtLjA5Ny0uMDF0LS4wOTQtLjAyOHEtLjA0NS0uMDE5LS4wODYtLjA0Ni0uMDQxLS4wMjgtLjA3Ni0uMDYyLS4wMzUtLjAzNS0uMDYyLS4wNzYtLjAyOC0uMDQxLS4wNDctLjA4Ny0uMDE4LS4wNDUtLjAyOC0uMDkzLS4wMS0uMDQ5LS4wMS0uMDk4IDAtLjA1LjAxLS4wOTh0LjAyOC0uMDkzcS4wMi0uMDQ2LjA0Ny0uMDg3LjAyNy0uMDQuMDYyLS4wNzYuMDM1LS4wMzQuMDc2LS4wNjIuMDQtLjAyNy4wODYtLjA0Ni4wNDYtLjAxOS4wOTQtLjAyOC4wNDgtLjAxLjA5Ny0uMDFaTTMuMzEyIDkuNDc5aDEzLjMzNHEuMDQ5IDAgLjA5Ny4wMS4wNDkuMDEuMDk0LjAyOC4wNDYuMDE5LjA4Ni4wNDYuMDQxLjAyOC4wNzYuMDYyLjAzNS4wMzUuMDYyLjA3Ni4wMjguMDQxLjA0Ny4wODcuMDE4LjA0NS4wMjguMDkzLjAxLjA0OS4wMS4wOTggMCAuMDUtLjAxLjA5OHQtLjAyOC4wOTNxLS4wMi4wNDYtLjA0Ny4wODctLjAyNy4wNC0uMDYyLjA3Ni0uMDM1LjAzNC0uMDc2LjA2Mi0uMDQuMDI3LS4wODYuMDQ2LS4wNDUuMDE5LS4wOTQuMDI4LS4wNDguMDEtLjA5Ny4wMUgzLjMxMnEtLjA0OSAwLS4wOTctLjAxdC0uMDk0LS4wMjhxLS4wNDUtLjAxOS0uMDg2LS4wNDYtLjA0MS0uMDI4LS4wNzYtLjA2Mi0uMDM1LS4wMzUtLjA2Mi0uMDc2LS4wMjgtLjA0MS0uMDQ3LS4wODctLjAxOC0uMDQ1LS4wMjgtLjA5My0uMDEtLjA0OS0uMDEtLjA5OCAwLS4wNS4wMS0uMDk4dC4wMjgtLjA5M3EuMDItLjA0Ni4wNDctLjA4Ny4wMjctLjA0LjA2Mi0uMDc2LjAzNS0uMDM0LjA3Ni0uMDYyLjA0LS4wMjcuMDg2LS4wNDYuMDQ2LS4wMTkuMDk0LS4wMjguMDQ4LS4wMS4wOTctLjAxWk0zLjMxMiAxNC40NzloMTMuMzM0cS4wNDkgMCAuMDk3LjAxLjA0OS4wMS4wOTQuMDI4LjA0Ni4wMTkuMDg2LjA0Ni4wNDEuMDI4LjA3Ni4wNjIuMDM1LjAzNS4wNjIuMDc2LjAyOC4wNDEuMDQ3LjA4Ny4wMTguMDQ1LjAyOC4wOTMuMDEuMDQ5LjAxLjA5OCAwIC4wNS0uMDEuMDk4dC0uMDI4LjA5M3EtLjAyLjA0Ni0uMDQ3LjA4Ny0uMDI3LjA0LS4wNjIuMDc2LS4wMzUuMDM0LS4wNzYuMDYyLS4wNC4wMjctLjA4Ni4wNDYtLjA0NS4wMTktLjA5NC4wMjgtLjA0OC4wMS0uMDk3LjAxSDMuMzEycS0uMDQ5IDAtLjA5Ny0uMDF0LS4wOTQtLjAyOHEtLjA0NS0uMDE5LS4wODYtLjA0Ni0uMDQxLS4wMjgtLjA3Ni0uMDYyLS4wMzUtLjAzNS0uMDYyLS4wNzYtLjAyOC0uMDQxLS4wNDctLjA4Ny0uMDE4LS4wNDUtLjAyOC0uMDkzLS4wMS0uMDQ5LS4wMS0uMDk4IDAtLjA1LjAxLS4wOTh0LjAyOC0uMDkzcS4wMi0uMDQ2LjA0Ny0uMDg3LjAyNy0uMDQuMDYyLS4wNzYuMDM1LS4wMzQuMDc2LS4wNjIuMDQtLjAyNy4wODYtLjA0Ni4wNDYtLjAxOS4wOTQtLjAyOC4wNDgtLjAxLjA5Ny0uMDFaIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMzMzMiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;display:block;height:5.3333333333vw;margin-left:4.2666666667vw;width:5.3333333333vw}.mdws-header_cover-show{top:0}}.md-message-box__wrapper{z-index:9999999999!important}.mdws-header-global{background-color:#fff;color:#333;height:64px;position:relative!important;width:100%}@media screen and (max-width:1440.9px){.mdws-header-global{height:4.4444444444vw}}.mdws-header-global_inner-big-box{background-color:#fff;color:#333;height:64px;padding:0 80px;position:relative!important;width:100%}@media screen and (max-width:1440.9px){.mdws-header-global_inner-big-box{height:4.4444444444vw;padding:0 5.5555555556vw}}.mdws-header-global_inner-box{align-items:center;background-color:#fff;display:flex;font-size:16px;font-weight:500;height:64px;justify-content:space-between;margin:0 auto;width:1440px}@media screen and (max-width:1600px){.mdws-header-global_inner-box{width:auto}}@media screen and (max-width:1440.9px){.mdws-header-global_inner-box{font-size:1.1111111111vw;height:4.4444444444vw}}.mdws-header-global_logo-box{width:150px}@media screen and (max-width:1440.9px){.mdws-header-global_logo-box{width:10.4166666667vw}}.mdws-header-global_logo{position:absolute;top:0;z-index:9900}.mdws-header-global_logo img{height:80px;width:150px}@media screen and (max-width:1440.9px){.mdws-header-global_logo img{height:5.5555555556vw;width:10.4166666667vw}}.mdws-header-global_menu-wrap{align-items:center;display:flex;height:100%;justify-content:space-between;margin:0 auto;padding:0 40px}@media screen and (max-width:1440.9px){.mdws-header-global_menu-wrap{padding:0 2.7777777778vw}}.mdws-header-global_seach-box{background-color:#fff;display:none;left:0;padding-top:40px;position:absolute;top:64px;width:100%;z-index:2;z-index:9000}@media screen and (max-width:1440.9px){.mdws-header-global_seach-box{padding-top:2.7777777778vw;top:4.4444444444vw}}.mdws-header-global_seach-mb{margin:0 auto 30px;position:relative;width:800px}@media screen and (max-width:1440.9px){.mdws-header-global_seach-mb{margin-bottom:2.0833333333vw;width:55.5555555556vw}}.mdws-header-global_seach-mb input{background-color:#f7f7f7;border:1px solid #d6d6d6;border-radius:28px;color:#000;font-size:16px;font-weight:400;height:56px;padding-left:64px;padding-right:24px;width:100%}@media screen and (max-width:1440.9px){.mdws-header-global_seach-mb input{border-radius:1.9444444444vw;font-size:1.1111111111vw;height:3.8888888889vw;padding-left:4.7222222222vw;padding-right:1.6666666667vw}}.mdws-header-global_seach-mb input::placeholder{color:#adadad;font-size:16px}@media screen and (max-width:1440.9px){.mdws-header-global_seach-mb input::placeholder{font-size:1.1111111111vw}}@media screen and (max-width:767.9px){.mdws-header-global_seach-mb input::placeholder{font-size:3.7333333333vw}}.mdws-header-global_seach-box-recorder{padding-top:30px}@media screen and (max-width:1440.9px){.mdws-header-global_seach-box-recorder{padding-top:2.0833333333vw}}.mdws-header-global_seach-box-recorder .mdws-header-global_seach-mb{margin-bottom:20px}@media screen and (max-width:1440.9px){.mdws-header-global_seach-box-recorder .mdws-header-global_seach-mb{margin-bottom:1.3888888889vw}}.mdws-header-global_seachIcon{cursor:pointer;height:20px;left:24px;position:absolute;top:50%;transform:translateY(-50%);width:20px}@media screen and (max-width:1440.9px){.mdws-header-global_seachIcon{height:1.3888888889vw;left:1.6666666667vw;width:1.3888888889vw}}.mdws-header-global_history-box{padding-bottom:60px;padding-top:12px}@media screen and (max-width:1440.9px){.mdws-header-global_history-box{padding-bottom:4.1666666667vw;padding-top:.8333333333vw}}.mdws-header-global_history-box .history-title-box{color:#000;color:#333;font-size:16px;font-weight:400;margin:0 auto;width:800px}@media screen and (max-width:1440.9px){.mdws-header-global_history-box .history-title-box{font-size:1.1111111111vw;width:55.5555555556vw}}.mdws-header-global_history-box .history-title-box .history-title{font-size:20px;font-weight:bolder;padding:4px 0}@media screen and (max-width:1440.9px){.mdws-header-global_history-box .history-title-box .history-title{font-size:1.3888888889vw;padding:.2777777778vw 0}}.mdws-header-global_history-box .history-title-box ul li{margin-top:8px}@media screen and (max-width:1440.9px){.mdws-header-global_history-box .history-title-box ul li{margin-top:.5555555556vw}}.mdws-header-global_history-box .history-title-box ul li:hover{cursor:pointer}.mdws-header-global_history-box-clear{color:#707070;cursor:pointer;display:none;font-weight:400;line-height:normal;margin-top:20px}@media screen and (max-width:1440.9px){.mdws-header-global_history-box-clear{margin-top:1.3888888889vw}}@media screen and (max-width:767.9px){.mdws-header-global_history-box-clear{font-size:3.7333333333vw;margin-top:0;position:absolute;right:0;top:0}}.mdws-header-global_history-box-clear i{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNNS41IDUuOTk5aDEzdjE1aC0xM3YtMTVabS0yIDB2MTZhMSAxIDAgMCAwIDEgMWgxNWExIDEgMCAwIDAgMS0xdi0xNkgyMmExIDEgMCAxIDAgMC0yaC01LjQwMmwtMS4zMjktMi40NzNhMSAxIDAgMCAwLS44OC0uNTI3SDkuNjQzYTEgMSAwIDAgMC0uODc2LjUybC0xLjM2IDIuNDhIMmExIDEgMCAwIDAgMCAyaDEuNVptNi4xODgtMmg0LjY0bC0uNTM3LTFoLTMuNTU0bC0uNTQ5IDFaTTkgMTB2Ni41YTEgMSAwIDEgMCAyIDBWMTBhMSAxIDAgMSAwLTIgMFptNCAwdjYuNWExIDEgMCAxIDAgMiAwVjEwYTEgMSAwIDEgMC0yIDBaIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNBREFEQUQiLz48L2c+PC9zdmc+);background-position:50%;background-repeat:no-repeat;background-size:cover;display:inline-block;height:20px;margin-right:4px;width:20px}@media screen and (max-width:1440.9px){.mdws-header-global_history-box-clear i{height:1.3888888889vw;margin-right:.2777777778vw;width:1.3888888889vw}}@media screen and (max-width:767.9px){.mdws-header-global_history-box-clear i{height:4.2666666667vw;margin-right:1.0666666667vw;width:4.2666666667vw}}.mdws-header-global_history-box-clear-show{align-items:center;display:flex}.mdws-header-global_links-box{cursor:default;display:flex;height:100%}.mdws-header-global_links-box>li{align-items:center;display:flex;font-size:16px;height:100%;margin-right:40px}@media screen and (max-width:1440.9px){.mdws-header-global_links-box>li{font-size:1.1111111111vw;margin-right:2.7777777778vw}}.mdws-header-global_links-box>li .link-title-arrow{font-weight:400}.mdws-header-global_links-box>li .link-title-arrow a{display:inline-block}.mdws-header-global_links-box>li .link-title-arrow a:hover{font-weight:500}.mdws-header-global_links-box>li .link-title-arrow .two-line-ellipsis{word-wrap:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.mdws-header-global_links-box>li .link-arrow{display:none}.mdws-header-global_links-box>li .menu-container{background-color:#fff;box-sizing:content-box;color:#333;height:0;left:0;overflow:hidden;padding:0 80px;position:absolute;right:0;top:64px;transition:all .2s linear;visibility:hidden;z-index:1;z-index:9000}@media screen and (max-width:1440.9px){.mdws-header-global_links-box>li .menu-container{padding:0 5.5555555556vw;top:4.4444444444vw}}.mdws-header-global_links-box>li .menu-container_linkGroup-img-box{margin:0 auto;max-height:560px;opacity:0;overflow:auto;padding:40px 0 60px;position:relative;top:-20px;transition:all .1s cubic-bezier(0,0,.2,1);width:1440px}@media screen and (max-width:1600px){.mdws-header-global_links-box>li .menu-container_linkGroup-img-box{width:auto}}@media screen and (max-width:1440.9px){.mdws-header-global_links-box>li .menu-container_linkGroup-img-box{margin-top:0;max-height:38.8888888889vw;padding:2.7777777778vw 0 4.1666666667vw;top:-1.3888888889vw}}.mdws-header-global_links-box>li .menu-container_linkGroup-desc{font-size:24px;font-weight:500;letter-spacing:0;line-height:32px;margin-bottom:14px}@media screen and (max-width:1440.9px){.mdws-header-global_links-box>li .menu-container_linkGroup-desc{font-size:1.6666666667vw;line-height:2.2222222222vw;margin-bottom:.9722222222vw}}@media screen and (max-width:767.9px){.mdws-header-global_links-box>li .menu-container_linkGroup-desc{font-size:3.7333333333vw;line-height:4.8vw;margin-bottom:0;padding:3.2vw 0}}.mdws-header-global_links-box>li .menu-container_linkGroup-img-inner-box{color:#333;display:flex;flex-wrap:wrap;font-size:16px;font-weight:400;letter-spacing:0;line-height:24px}@media screen and (max-width:1440.9px){.mdws-header-global_links-box>li .menu-container_linkGroup-img-inner-box{font-size:1.1111111111vw;line-height:1.6666666667vw}}@media screen and (max-width:767.9px){.mdws-header-global_links-box>li .menu-container_linkGroup-img-inner-box{line-height:4.8vw}}.mdws-header-global_links-box>li .menu-container_linkGroup-img-inner-box a{display:inline-block;flex-shrink:0;margin-right:120px;margin-top:16px;width:calc(20% - 96px)}@media screen and (max-width:1440.9px){.mdws-header-global_links-box>li .menu-container_linkGroup-img-inner-box a{margin-right:8.3333333333vw;margin-top:1.1111111111vw;width:calc(20% - 6.66667vw)}}.mdws-header-global_links-box>li .menu-container_linkGroup-img-inner-box a:hover{font-weight:500}.mdws-header-global_links-box>li .menu-container_linkGroup-img-inner-box a:nth-child(5n){margin-right:0}.mdws-header-global_links-box>li .menu-container_linkGroup-img-inner-box .menu-container_group-wrap{flex-wrap:wrap}.mdws-header-global_links-box>li .menu-container_linkGroup-img-box-into{opacity:1;top:0;transition:all .3s ease-in-out}.mdws-header-global_links-box>li .menu-container-show{visibility:visible;z-index:9000!important}.mdws-header-global_links-box>li .menu-container-over{position:fixed;right:auto!important;z-index:9000}.mdws-header-global_links-box>li:last-child{margin-right:0}.mdws-header-global_links-box .activeLi .mdws-header-global_links-box-item-link{font-weight:500}.mdws-header-global .lan-cover-box,.mdws-header-global_lang-mb,.mdws-header-global_lang-selector-box{display:none}.mdws-header-global_seach-language-etc{align-items:center;display:flex;height:100%}.mdws-header-global_seach-language-etc .seach-language-icons-box_item{background-repeat:no-repeat;background-size:100% 100%;cursor:pointer;height:20px;margin-left:20px;width:20px}@media screen and (max-width:1440.9px){.mdws-header-global_seach-language-etc .seach-language-icons-box_item{height:1.3888888889vw;margin-left:1.3888888889vw;width:1.3888888889vw}}.mdws-header-global_seach-language-etc .seach-language-icons-box_item:first-child{margin-left:0}.mdws-header-global_seach-language-etc .seach{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMy4zODggMy4zODhRMS4xNjcgNS42MDggMS4xNjcgOC43NXEwIDMuMTQxIDIuMjIgNS4zNjIgMi4yMjIgMi4yMjEgNS4zNjMgMi4yMjEgMy4xNDEgMCA1LjM2Mi0yLjIyIDIuMjIxLTIuMjIyIDIuMjIxLTUuMzYzIDAtMy4xNDEtMi4yMi01LjM2MlExMS44OSAxLjE2NyA4Ljc1IDEuMTY3cS0zLjE0MSAwLTUuMzYyIDIuMjJabS43MDcgMTAuMDE3UTIuMTY3IDExLjQ3NyAyLjE2NyA4Ljc1cTAtMi43MjcgMS45MjgtNC42NTVRNi4wMjMgMi4xNjcgOC43NSAyLjE2N3EyLjcyNyAwIDQuNjU1IDEuOTI4IDEuOTI4IDEuOTI4IDEuOTI4IDQuNjU1IDAgMi43MjctMS45MjggNC42NTUtMS45MjggMS45MjgtNC42NTUgMS45MjgtMi43MjcgMC00LjY1NS0xLjkyOFoiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzMzMyIvPjxwYXRoIGQ9Ik0xMy40ODkgMTQuMTk2cS0uMDctLjA3LS4xMDktLjE2Mi0uMDM4LS4wOTItLjAzOC0uMTkyIDAtLjA0OS4wMS0uMDk3dC4wMjgtLjA5NHEuMDItLjA0NS4wNDctLjA4Ni4wMjctLjA0MS4wNjItLjA3Ni4wMzUtLjAzNS4wNzYtLjA2Mi4wNC0uMDI4LjA4Ni0uMDQ3LjA0Ni0uMDE4LjA5NC0uMDI4LjA0OC0uMDEuMDk3LS4wMS4xIDAgLjE5Mi4wMzh0LjE2Mi4xMDlsMy41MzUgMy41MzVxLjA3LjA3LjEwOS4xNjMuMDM4LjA5MS4wMzguMTkgMCAuMDUtLjAxLjA5OC0uMDEuMDQ5LS4wMjguMDk0LS4wMTkuMDQ2LS4wNDYuMDg3LS4wMjguMDQtLjA2My4wNzUtLjAzNC4wMzUtLjA3NS4wNjMtLjA0MS4wMjctLjA4Ny4wNDYtLjA0NS4wMTktLjA5NC4wMjgtLjA0OC4wMS0uMDk3LjAxLS4xIDAtLjE5MS0uMDM4LS4wOTItLjAzOC0uMTYzLS4xMDlsLTMuNTM1LTMuNTM1WiIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjMzMzIi8+PC9nPjwvc3ZnPg==)}.mdws-header-global_seach-language-etc .countrySel{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMy43NzEgMy43NzFRMS4xOTggNi4zNDQgMS4xOTggOS45ODJxMCAzLjYzOCAyLjU3MyA2LjIxIDIuNTczIDIuNTczIDYuMjEgMi41NzMgMy42MzkgMCA2LjIxMS0yLjU3MiAyLjU3My0yLjU3MyAyLjU3My02LjIxMSAwLTMuNjM4LTIuNTczLTYuMjEtMi41NzItMi41NzMtNi4yMS0yLjU3M1QzLjc3IDMuNzdabTMuNDYuMTZxLS4zMDEuNzUtLjUxMiAxLjU5Mi0xLjEzNy0uNTE1LTIuMDYtMS4zNTggMS41MjQtMS40MSAzLjQ0Ni0xLjg1OC0uNDc3LjYzLS44NzUgMS42MjVabTIuNTA0LTEuODI5cS4xMjMtLjAwMy4yNDctLjAwM3QuMjQ2LjAwM3EuOTQ2LjIyIDEuNzE2IDIuMTQ1LjI5OC43NDQuNTAyIDEuNTg3LTEuMTg4LjM5MS0yLjQ2NC4zOTF0LTIuNDY0LS4zOXEuMjA0LS44NDQuNTAxLTEuNTg4Ljc3LTEuOTI1IDEuNzE2LTIuMTQ1Wm0yLjEyMy4yMDVxMS45MjMuNDQ4IDMuNDQ3IDEuODU5LS45MjMuODQyLTIuMDYgMS4zNTctLjIxMS0uODQtLjUxMi0xLjU5MS0uMzk4LS45OTUtLjg3NS0xLjYyNVptNC4wNDMgMi40NjZRMTQuODA0IDUuNzgyIDEzLjQzIDYuMzdxLjI3NiAxLjQ3LjMwNiAzLjE4OGg0LjEycS0uMTMtMi43NDQtMS45NTUtNC43ODVabTEuOTU0IDUuNjM1aC00LjExOXEtLjAzIDEuNzE4LS4zMDcgMy4xODggMS4zNzQuNTg4IDIuNDcxIDEuNTk3IDEuODI1LTIuMDQyIDEuOTU1LTQuNzg1Wm0tNS4yMzUgMi44ODdxLjIzOC0xLjMzMi4yNjYtMi44ODdINy4wNzdxLjAyOSAxLjU1NS4yNjYgMi44ODggMS4yNzUtLjQwNCAyLjY0LS40MDQgMS4zNjMgMCAyLjYzNy40MDNabS01LjEwMi44MzdxMS4xODgtLjM5IDIuNDY0LS4zOXQyLjQ2My4zOXEtLjIwNC44NDItLjUgMS41ODUtLjc3MSAxLjkyNS0xLjcxNyAyLjE0NS0uMTIyLjAwMy0uMjQ2LjAwM3QtLjI0Ny0uMDAzcS0uOTQ2LS4yMi0xLjcxNi0yLjE0NS0uMjk3LS43NDMtLjUtMS41ODVabS0uOTg0LS41MzZxLS4yNzctMS40Ny0uMzA3LTMuMTg4SDIuMTA4cS4xMyAyLjc0NCAxLjk1NiA0Ljc4NSAxLjA5Ny0xLjAwOCAyLjQ3LTEuNTk3Wk0yLjEwOCA5LjU1OGg0LjEycS4wMy0xLjcxOS4zMDYtMy4xODhRNS4xNiA1Ljc4IDQuMDYzIDQuNzcyIDIuMjM4IDYuODE0IDIuMTA4IDkuNTU4Wm00LjYxMiA0Ljg4NnEuMjEuODM5LjUxIDEuNTg4LjM5OC45OTUuODc1IDEuNjI1LTEuOTIxLS40NDgtMy40NDUtMS44NTcuOTIzLS44NDIgMi4wNi0xLjM1NlptNS4xMzggMy4yMTNxMS45MjItLjQ0OCAzLjQ0Ni0xLjg1OC0uOTIzLS44NDEtMi4wNi0xLjM1Ni0uMjEuODQtLjUxIDEuNTktLjM5OS45OTQtLjg3NiAxLjYyNFptLTQuNzgtOC4xcS4wMjctMS41NTQuMjY1LTIuODg2IDEuMjc0LjQwNCAyLjY0LjQwNCAxLjM2NCAwIDIuNjM4LS40MDQuMjM3IDEuMzMyLjI2NSAyLjg4N0g3LjA3N1oiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzMzMyIvPjwvZz48L3N2Zz4=)}.mdws-header-global_seach-language-etc .header-more{display:none}.mdws-header-global_cover{background:#000;height:calc(100vh - 64px);left:0;opacity:0;position:fixed;right:0;top:65px;transition:opacity .4s linear,visibility .4s linear;visibility:hidden;z-index:8888}@media screen and (max-width:1440.9px){.mdws-header-global_cover{height:calc(100vh - 4.44444vw);top:4.5138888889vw}}.mdws-header-global_cover-show{opacity:.5;visibility:visible}@media screen and (max-width:767.9px){.mdws-header-global{height:12.8vw}.mdws-header-global_inner-big-box{height:12.8vw;padding:0 5.3333333333vw}.mdws-header-global .mdws-header-global_inner-box{align-items:center;color:#333;display:flex;font-size:3.7333333333vw;font-weight:500;height:12.8vw;justify-content:space-between}.mdws-header-global .mdws-header-global_logo{margin-right:0;padding-right:0;z-index:9999}.mdws-header-global .mdws-header-global_logo img{height:15.4666666667vw;width:28.8vw}.mdws-header-global .mdws-header-global_menu-wrap{background-color:#fff;bottom:0;color:#000;display:block;left:0;overflow:auto;padding:0;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .3s linear}.mdws-header-global .mdws-header-global_seach-mb{align-items:center;display:flex;height:16.5333333333vw;justify-content:flex-end;margin:0;padding:3.2vw 5.3333333333vw;position:relative;width:auto}.mdws-header-global .mdws-header-global_seach-mb input{background-color:#f7f7f7;border:none;border-radius:5.3333333333vw;flex:1;font-size:3.7333333333vw;height:100%;margin-right:6.4vw;padding-left:12.2666666667vw;padding-right:5.3333333333vw}.mdws-header-global .mdws-header-global_seachIcon{height:4.2666666667vw;left:10.6666666667vw;width:4.2666666667vw}.mdws-header-global .mdws-header-global_seach-box{display:block;left:0;padding-top:0;position:static;top:0;width:100%;z-index:9999}.mdws-header-global .mdws-header-global_history-box{border-top:none;padding:4.2666666667vw 5.3333333333vw}.mdws-header-global .mdws-header-global_history-box .history-title-box{color:#333;font-size:3.7333333333vw;font-weight:400;margin:0;position:relative;width:100%}.mdws-header-global .mdws-header-global_history-box .history-title-box .history-title{font-size:4.2666666667vw;font-weight:500;line-height:5.3333333333vw}.mdws-header-global .mdws-header-global_history-box .history-title-box ul li{font-size:3.7333333333vw;line-height:4.8vw;margin-top:4.2666666667vw}.mdws-header-global .mdws-header-global_close{height:6.4vw;position:relative;width:6.4vw}.mdws-header-global .mdws-header-global_close:after,.mdws-header-global .mdws-header-global_close:before{background-color:#707070;content:"";display:inline-block;height:2px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(45deg);width:5.3333333333vw}.mdws-header-global .mdws-header-global_close:after{transform:translate(-50%,-50%) rotate(-45deg)}.mdws-header-global .mdws-header-global_menu-wrap{z-index:99999}.mdws-header-global .mdws-header-global_menu-wrap-show{transform:translateX(0)}.mdws-header-global .mdws-header-global_links-box{display:flex;flex-direction:column;height:auto;margin:0}.mdws-header-global .mdws-header-global_links-box>li{align-items:flex-start;background-color:#f7f7f7;flex-direction:column;justify-content:center;margin-right:0}.mdws-header-global .mdws-header-global_links-box>li .link-title-arrow{word-wrap:break-word;background-color:#fff;font-size:4.2666666667vw;font-weight:500;padding:4.8vw 5.3333333333vw;position:relative;width:100%}.mdws-header-global .mdws-header-global_links-box>li .link-title-arrow .link-arrow{display:block;position:absolute;right:5.3333333333vw;top:50%;transform:translateX(-50%) rotate(0deg);transition:transform .3s ease;width:5.3333333333vw}.mdws-header-global .mdws-header-global_links-box>li .link-title-arrow .link-arrow:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzcgMjIuOTk1YS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODlsLS4wNjQuMDcxLTUuNzk4IDUuODAyIDUuNzk4IDUuODAzYS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODhsLS4wNjQuMDcyYS44Mi44MiAwIDAgMS0xLjA4OC4wNjRsLS4wNzEtLjA2NC02LjM3OS02LjM4MmEuODIxLjgyMSAwIDAgMS0uMDY0LTEuMDlsLjA2NC0uMDcgNi4zNzktNi4zODNhLjgyLjgyIDAgMCAxIDEuMTYgMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:1.0416666667vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(0deg);width:1.0416666667vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-header-global .mdws-header-global_links-box>li .link-title-arrow .link-arrow:before{height:5.3333333333vw;width:5.3333333333vw}}@media screen and (max-width:767.9px){.mdws-header-global .mdws-header-global_links-box>li .link-title-arrow a{color:#333;width:calc(100% - 10.66667vw)}.mdws-header-global .mdws-header-global_links-box>li .menu-container{background-color:#f7f7f7;border-radius:0;display:none;height:auto;padding:0;position:static;transform:none;transition:none;visibility:visible;width:100%}.mdws-header-global .mdws-header-global_links-box>li .menu-container_linkGroup-img-box{color:#333;display:flex;flex-direction:column;font-size:3.7333333333vw;font-weight:400;line-height:normal;margin-top:0;max-height:unset;max-width:unset;opacity:1;overflow:unset;padding:0 10.6666666667vw;position:static;transition:all .5s linear;width:100%}.mdws-header-global .mdws-header-global_links-box>li .menu-container_linkGroup-img-box a{display:inline-block;flex-shrink:0;font-size:3.7333333333vw;margin-right:0;margin-top:0;padding:3.2vw 0;width:100%}.mdws-header-global .mdws-header-global_links-box>li .menu-container-show{visibility:visible}.mdws-header-global .mdws-header-global_links-box .activeLi .link-title-arrow .link-arrow{transform:translateX(-50%) rotate(-180deg)}.mdws-header-global .mdws-header-global_links-box .activeLi .menu-container{display:block}.mdws-header-global .mdws-header-global_links-box-left{max-width:none}.mdws-header-global .mdws-header-global_links-box-right{max-width:unset}.mdws-header-global .mdws-header-global_links-box-right:before{background-color:#d6d6d6;content:"";display:inline-block;height:1px;margin:0 auto;width:calc(100% - 10.66667vw)}.mdws-header-global .mdws-header-global_lang-mb{display:flex;font-size:4.2666666667vw;font-weight:500;justify-content:space-between;padding:4.8vw 5.3333333333vw;position:relative}.mdws-header-global .mdws-header-global_lang-mb:before{background-color:#d6d6d6;content:"";display:inline-block;height:1px;margin:0 auto;position:absolute;top:0;width:calc(100% - 10.66667vw)}.mdws-header-global .mdws-header-global_lang-mb-current-lang{align-items:center;color:#707070;display:flex;font-size:3.7333333333vw;font-weight:400;padding-right:8vw;position:relative}.mdws-header-global .mdws-header-global_lang-mb-current-lang:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzcgMjIuOTk1YS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODlsLS4wNjQuMDcxLTUuNzk4IDUuODAyIDUuNzk4IDUuODAzYS44MjEuODIxIDAgMCAxIC4wNjQgMS4wODhsLS4wNjQuMDcyYS44Mi44MiAwIDAgMS0xLjA4OC4wNjRsLS4wNzEtLjA2NC02LjM3OS02LjM4MmEuODIxLjgyMSAwIDAgMS0uMDY0LTEuMDlsLjA2NC0uMDcgNi4zNzktNi4zODNhLjgyLjgyIDAgMCAxIDEuMTYgMFoiIGZpbGw9IiM3MDcwNzAiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;content:"";display:inline-block;height:1.0416666667vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(-90deg);width:1.0416666667vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-header-global .mdws-header-global_lang-mb-current-lang:before{height:5.3333333333vw;width:5.3333333333vw}}@media screen and (max-width:767.9px){.mdws-header-global .mdws-header-global_lang-mb-current-lang:before{left:unset;right:0;transform:translateY(-50%) rotate(-90deg)}.mdws-header-global .lan-cover-box{background-color:rgba(0,0,0,.5);bottom:0;display:block;left:0;opacity:1;position:fixed;right:0;top:0;transition:all .3s linear;visibility:hidden;z-index:99998}.mdws-header-global .mdws-header-global_lang-selector-box{background-color:#fff;bottom:0;display:flex;display:block;flex-direction:column;height:58.1333333333vw;left:0;position:absolute;right:0;transform:translateY(100%);transition:all .3s linear;z-index:1}.mdws-header-global .mdws-header-global_lang-selector-box-btns{align-items:center;color:#161c24;display:flex;font-size:4.2666666667vw;font-weight:400;justify-content:space-between;padding:4.8vw 4.2666666667vw}.mdws-header-global .mdws-header-global_lang-selector-box-btns span:first-child{color:#adadad;font-size:3.7333333333vw}.mdws-header-global .mdws-header-global_lang-selector-box-btns span:last-child{color:#1f94d2;font-size:3.7333333333vw}.mdws-header-global .mdws-header-global_lang-selector-box-swiper{height:calc(100% - 21.33333vw);text-align:center}.mdws-header-global .mdws-header-global_lang-selector-box-swiper .swiper-wrapper .swiper-slide{align-items:center;border-top:.2666666667vw solid #d6d6d6;color:#adadad;display:flex;font-size:4.2666666667vw;font-weight:400;justify-content:center;padding:4.2666666667vw}.mdws-header-global .mdws-header-global_lang-selector-box-swiper .swiper-wrapper .swiper-slide-active{color:#000}.mdws-header-global .show-selector{opacity:1;visibility:visible}.mdws-header-global .show-selector .mdws-header-global_lang-selector-box{transform:translateY(0)}.mdws-header-global .mdws-header-global_seach-language-etc{align-items:center;display:flex;padding-left:0}.mdws-header-global .mdws-header-global_seach-language-etc .seach-language-icons-box_item{height:5.3333333333vw;margin-left:5.3333333333vw;width:5.3333333333vw}.mdws-header-global .mdws-header-global_seach-language-etc .seach-language-icons-box_item:first-child{margin-left:0}.mdws-header-global .mdws-header-global_seach-language-etc .language a{height:5.3333333333vw;width:5.3333333333vw}.mdws-header-global .mdws-header-global_seach-language-etc .language{display:none}.mdws-header-global .mdws-header-global_seach-language-etc .header-more{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMy4zMTIgNC40NzloMTMuMzM0cS4wNDkgMCAuMDk3LjAxLjA0OS4wMS4wOTQuMDI4LjA0Ni4wMTkuMDg2LjA0Ni4wNDEuMDI4LjA3Ni4wNjIuMDM1LjAzNS4wNjIuMDc2LjAyOC4wNDEuMDQ3LjA4Ny4wMTguMDQ1LjAyOC4wOTMuMDEuMDQ5LjAxLjA5OCAwIC4wNS0uMDEuMDk4dC0uMDI4LjA5M3EtLjAyLjA0Ni0uMDQ3LjA4Ny0uMDI3LjA0LS4wNjIuMDc2LS4wMzUuMDM0LS4wNzYuMDYyLS4wNC4wMjctLjA4Ni4wNDYtLjA0NS4wMTktLjA5NC4wMjgtLjA0OC4wMS0uMDk3LjAxSDMuMzEycS0uMDQ5IDAtLjA5Ny0uMDF0LS4wOTQtLjAyOHEtLjA0NS0uMDE5LS4wODYtLjA0Ni0uMDQxLS4wMjgtLjA3Ni0uMDYyLS4wMzUtLjAzNS0uMDYyLS4wNzYtLjAyOC0uMDQxLS4wNDctLjA4Ny0uMDE4LS4wNDUtLjAyOC0uMDkzLS4wMS0uMDQ5LS4wMS0uMDk4IDAtLjA1LjAxLS4wOTh0LjAyOC0uMDkzcS4wMi0uMDQ2LjA0Ny0uMDg3LjAyNy0uMDQuMDYyLS4wNzYuMDM1LS4wMzQuMDc2LS4wNjIuMDQtLjAyNy4wODYtLjA0Ni4wNDYtLjAxOS4wOTQtLjAyOC4wNDgtLjAxLjA5Ny0uMDFaTTMuMzEyIDkuNDc5aDEzLjMzNHEuMDQ5IDAgLjA5Ny4wMS4wNDkuMDEuMDk0LjAyOC4wNDYuMDE5LjA4Ni4wNDYuMDQxLjAyOC4wNzYuMDYyLjAzNS4wMzUuMDYyLjA3Ni4wMjguMDQxLjA0Ny4wODcuMDE4LjA0NS4wMjguMDkzLjAxLjA0OS4wMS4wOTggMCAuMDUtLjAxLjA5OHQtLjAyOC4wOTNxLS4wMi4wNDYtLjA0Ny4wODctLjAyNy4wNC0uMDYyLjA3Ni0uMDM1LjAzNC0uMDc2LjA2Mi0uMDQuMDI3LS4wODYuMDQ2LS4wNDUuMDE5LS4wOTQuMDI4LS4wNDguMDEtLjA5Ny4wMUgzLjMxMnEtLjA0OSAwLS4wOTctLjAxdC0uMDk0LS4wMjhxLS4wNDUtLjAxOS0uMDg2LS4wNDYtLjA0MS0uMDI4LS4wNzYtLjA2Mi0uMDM1LS4wMzUtLjA2Mi0uMDc2LS4wMjgtLjA0MS0uMDQ3LS4wODctLjAxOC0uMDQ1LS4wMjgtLjA5My0uMDEtLjA0OS0uMDEtLjA5OCAwLS4wNS4wMS0uMDk4dC4wMjgtLjA5M3EuMDItLjA0Ni4wNDctLjA4Ny4wMjctLjA0LjA2Mi0uMDc2LjAzNS0uMDM0LjA3Ni0uMDYyLjA0LS4wMjcuMDg2LS4wNDYuMDQ2LS4wMTkuMDk0LS4wMjguMDQ4LS4wMS4wOTctLjAxWk0zLjMxMiAxNC40NzloMTMuMzM0cS4wNDkgMCAuMDk3LjAxLjA0OS4wMS4wOTQuMDI4LjA0Ni4wMTkuMDg2LjA0Ni4wNDEuMDI4LjA3Ni4wNjIuMDM1LjAzNS4wNjIuMDc2LjAyOC4wNDEuMDQ3LjA4Ny4wMTguMDQ1LjAyOC4wOTMuMDEuMDQ5LjAxLjA5OCAwIC4wNS0uMDEuMDk4dC0uMDI4LjA5M3EtLjAyLjA0Ni0uMDQ3LjA4Ny0uMDI3LjA0LS4wNjIuMDc2LS4wMzUuMDM0LS4wNzYuMDYyLS4wNC4wMjctLjA4Ni4wNDYtLjA0NS4wMTktLjA5NC4wMjgtLjA0OC4wMS0uMDk3LjAxSDMuMzEycS0uMDQ5IDAtLjA5Ny0uMDF0LS4wOTQtLjAyOHEtLjA0NS0uMDE5LS4wODYtLjA0Ni0uMDQxLS4wMjgtLjA3Ni0uMDYyLS4wMzUtLjAzNS0uMDYyLS4wNzYtLjAyOC0uMDQxLS4wNDctLjA4Ny0uMDE4LS4wNDUtLjAyOC0uMDkzLS4wMS0uMDQ5LS4wMS0uMDk4IDAtLjA1LjAxLS4wOTh0LjAyOC0uMDkzcS4wMi0uMDQ2LjA0Ny0uMDg3LjAyNy0uMDQuMDYyLS4wNzYuMDM1LS4wMzQuMDc2LS4wNjIuMDQtLjAyNy4wODYtLjA0Ni4wNDYtLjAxOS4wOTQtLjAyOC4wNDgtLjAxLjA5Ny0uMDFaIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMzMzMiLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;display:block;height:5.3333333333vw;margin-left:5.3333333333vw;width:5.3333333333vw}.mdws-header-global .mdws-header-global_cover-show{top:0}}.mdws-header-global-fixed{left:0;position:fixed!important;right:0;top:0;transform:translateY(0);transition:transform .3s ease;z-index:9999}.mdws-header-global-fixed-hide{transform:translateY(-80px)}@media screen and (max-width:1440.9px){.mdws-header-global-fixed-hide{transform:translateY(-5.5555555556vw)}}.mdws-headline-menu{align-items:center;background-color:#f7f7f7;display:flex;justify-content:space-between;padding:1.0416666667vw 12.5vw;width:100%}@media screen and (max-width:767.9px){.mdws-headline-menu{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}.mdws-headline-menu.active-fixed{left:0;position:fixed;z-index:9999}.mdws-headline-menu-describe{max-width:35.8333333333vw}.mdws-headline-menu-describe .product-name{color:#333;font-size:1.25vw;font-weight:500;line-height:1.5625vw}.mdws-headline-menu-describe .product-bazzzvioce{align-items:center;display:flex;margin-top:.5208333333vw}.mdws-headline-menu-describe .product-bazzzvioce-model{color:#adadad;font-size:1.0416666667vw;font-weight:400;line-height:normal}.mdws-headline-menu-describe .product-bazzzvioce .bv-rating{cursor:pointer;margin-left:.5208333333vw;position:relative}.mdws-headline-menu-describe .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_button_buttonMinimalist,.mdws-headline-menu-describe .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_numReviews_text{color:#1f94d2!important;font-size:.8333333333vw!important}.mdws-headline-menu-describe .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_main_container_row_flex{padding-right:.2083333333vw!important}.mdws-headline-menu-describe .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_stars_component_container{padding-right:0!important}.mdws-headline-menu-describe .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_avgRating_component_container{color:#333!important;font-size:.8333333333vw!important;padding-left:.2083333333vw!important}.mdws-headline-menu-describe .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container_row_flex .bv_main_container_row_flex .bv_button_component_container{align-items:center!important;display:flex!important}.mdws-headline-menu-describe .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_stars_component_container svg,.mdws-headline-menu-describe .product-bazzzvioce body .bv_histogram_row_star svg{height:1.0416666667vw!important;width:1.0416666667vw!important}.mdws-headline-menu-describe .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_stars_component_container svg:not(:last-child){padding-right:.1041666667vw!important}.mdws-headline-menu-pay{align-items:center;display:flex;flex-shrink:0;justify-content:flex-end}.mdws-headline-menu-pay .csr-cp-price{flex:1;margin-bottom:0;margin-left:3.125vw;margin-right:1.0416666667vw;text-align:right}.mdws-headline-menu-pay .csr-cp-price-sale{font-size:1.4583333333vw;margin-bottom:0}.mdws-headline-menu-pay .csr-cp-price-original{font-size:.8333333333vw}.mdws-headline-menu-pay .csr-cp-price-original-cost{color:#adadad}.mdws-headline-menu-pay .csr-wish-btn{align-items:center;border:1px solid #adadad;border-radius:50%;display:flex;height:2.9166666667vw;justify-content:center;margin-left:1.0416666667vw;position:relative;right:unset;top:unset;width:2.9166666667vw}@media screen and (max-width:767.9px){.mdws-headline-menu{display:none}}.mdws-headline-menu .md-button-v2.md-button{font-size:1.0416666667vw}.mdws-headline-menu .ps-widget.md-button{font-size:1.0416666667vw!important}.gws-hotspot{margin-left:5.2083333333vw;margin-right:5.2083333333vw;position:relative}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-hotspot.noMobileImg{display:none}.gws-hotspot{margin-left:4vw;margin-right:4vw}}.gws-hotspot-img{height:auto;width:100%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-hotspot_pc-spots{display:none}}.gws-hotspot_pc-spots-item{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAABdCAYAAAAlrXG6AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAWqADAAQAAAABAAAAXQAAAAD7XFenAAAK80lEQVR4Ae2dX2wcxR3Hf7N7e3c2jrlzHJPQmJAEGogJLSU0JEBi+kBiAYnjVmnagFTRSn2qStWoL6hqWomXKlWp+tSHokqBNo3A+QOVCQ/FScm/NhTakEBakuA4zV/HZ2zjO995d/r7rX2+9Xl3b/d25s5/biTrdndmfr/vfG48u/PbvVmASioJAVYSL8U44ZzB3oE6UKEeDL0KmBIBw4gCYxHTHOfDoCgp4AZ+qknQoQc2z+nFfF6MO9l1pgboHVyBL/XdAcC+CAzwExoQ2DyEqPkCwJQMcH4D61wHDhcB+H/gX7GLsIMZvuxIKFw+0Huu10BIexBUdi8Y/C4EHJXQPmQNKVDYJ6Dzj2Ak8x5saRiU4qeA0dKC/t1JDeYvvQ977iqEuxzhKgX0ic3mYCD0M0j/BFw99yF8f2VGrANna6UBvYdXgZZoBlCagfFbnOWUMIezzwGMTsjEO2ELS8r2LBc0DQ8R7WvYj9ZKGxqCEjKHFjgMw5m/yhxW5IAePbmtRQZPTVnA+V8QAQd4E0+eh2WcPMWD3tO3GMLwTRwHF+a3ZXrss0uQhj/DltgFkXrFgd7DVdA+awWFN+OZXpxdka31aothCwDegeHYfhy/da/V3MqJAdJ+aS6oNc/hNewiN2fTLo+xLtAHX4a2hTeDag8Oev/g/cDTz+IlW1VQMVOzPk8CC++CTTX/DqIvGOgDiXX4T/aNaT9UFCJIQwmD12Bj/FChok75xYPe1/s09uL1ToZn5nF+EFrr3iimbUWAxmDPgf6tGOB5pBiH076OohyBjbW7sZP5Cl75nwLv6/36rIVMvYQ6GDHwmfyB3tv3hDmN9ulk5hVXmsFk4b1l3kG331yN/y0bvZue4SWJBTHxmLyB/ktiEQbZt3q0OXuKERNi4yEVBk2Rt4zyHNpSPdibbUVUkw0xKpAKg9YSOBkx5hawM4uzkY3JyB2BO+j23kfxltL97iYquSYjYuWSnK+j99+YA1z7KUbhql3qS8+6PcoiD8e1WFOtcmtdmEVqVBYmp4M6T/em+fDpfuOz44lM3+UU3qwta2JDkE7/wimmHXLUZoRa8SqjLJDXzwvVf6sxvLi5Xlu8qApv0npIXUl+o7Mnc+FP3ekLB2+M9HioIrgIstK0zWh0l51h+x69t28phjufL2UMY0FUDe9sij7wRIO6rD6szLET6/VYT9oYePu6fnb76dT7V1J62mu9wOUoJmKwl2Bz7Fy+LXvQ+/q245BxZ35hGfvVKlN/2RS97zt3hFfeojKhd8I/13nqDxfTJ39yOvXhkM51Gfon22SfQmtsZ/7xyaD39y8Drv8gv6CM/eeXhJe8sCz6aNAeXEgb9fAXz6befel8+nyhskLymfpb2FR71mpr8lWHoW+wFpCxreDXu+sr1at+vaK6RTZk0k8+yBf5JN/Skw3DiaDf7FuCcde7ZQrBKwft6GNzWp5pDK+U6cfONvkk36TBLl/YMWJILC1pIugRvs6SJ3xzUZUa/aC5tm1VXJ0gQrgjF4PkmzSQFpdiwbPyWOZAv8OjeM6UNjmpUpnSsbq6pbGK1QdvRTALpIG0kKZgllxqE0tiOpZyjhK9D+CwIe1fqv2h6rX3zlFvzzou9ydpIU3SdBBLYjqWcqDV0FezB0V//qqpasWG27Qm0XaD2iNNpC2oHcf6FqajoOnRLTDucqwQIGNNPBT74dKIaxwggPnAVUkbaQxsyNYAMjXZ4u0SMz+i3S1rFrhzRdXDqqCnRocNgN93pc0/2haRSBtpFGFrkg26d05sMY2C5vgAuITUtiB82+q4ulSU6W3vDcH3Pkiaf8/gtqhEGkmrKHsT7IyxlQr6xeXRNROcBtx542ruceYDlu2AZs3qorWOaxoHTeFQZgj/NqmH3FOjCL3KSFuGC+v2eKMCbJBWKb2a2CJjBTJ8fgB9jlW3fCG0xDFzimZI04yMFdCiDTLavRZjyTLsyrQpTTMyVkDXhQ8bj9SFYgsiLC4TigzbpJm0C7eNjBX8VZTwHr0N744IF1sig9sWancKd4WM6aqjVrThphql7PGMYtu0vFaVob1WwYfHxwMfxYrLr9dYrYj/98t3Imm/MaqIH/KQMd6cpZ/8+nowsmAT4xrDKb33RLO8V7rT0J20XL95qL7jY/p9j31ijMHCKAOMQUNkdLZgXzDvKMaqfWnPq+6wyyIhs0cLvuuA4UdfUUCa8b1+OTcZcVA76fDPzxZ+wqDj+gi89pD3m/l+tU8SZXcAe7QiIzSqMXB+jMFGyEGEISv5te1XuyfdGDJF0Ez47fgMB1/k1jf4+l48tS1baINP2361Z/24fiJjHDqA/v+EnhCTOs9EFO/Dx6sPVkNLQxoupTiOZM7ni/yh4mfLRleUsGukdYy2y3c6Rtqd8oo+joyxK4l/lAof1RqMaczzwEgnq+8uMp/0cm1LPugd9wjtH6Zv0u4qoqhMPkxDh/OpuyijAN0pI1Fk1bJXk6IdGdOFT7/o1p3p13tE2yyVPUna+zHWwa+LbsSrlzKfirZZKntStCNjjHWo10Q34kjvSN+VYT7thg/STNpF8yDGGI9OCe/RJPQwPkIrXLBkg9I0I2OMR7OrMvTv+d/IeRl2ZdqUphkZK7Bp3gBwRfjw0X4lfe3jQeOySDBhS8zCui3CB2klzSJsTbBBbJHxqHSGy5ZJSC+cSR0VaXbj/FwI5WnLtggforWOaxpjOzr3pR0Oj41nCtqgHnIsETkn6pGDV3AGuQFnkJQoKicqHUvo56T0ZhI4Bnq0Rw9n/ovBJee5b4AWbT+VPK7TMmgCUnYGSbNIP6FPN9ekjTS6lSk6j5gSW0yjoM1F95RPijboUvFoYqTvN+eG33UpUtYs0kYa5YhApmMLGuZOL/rI3+U4A/jx6eSpt65lTsuyX6xd0kTaiq1fsJ6FaQ50vO597OjiI1djatr+MXT4owFd6FVIwYa6FCAtpMmlSLAsYklMx1IO9OMYXGIQaN2grFG7Tww/Gk8eH+roTvKyx0FIQ8uxoQ7SZKdVyDFiSUzHUg40HQixQ9kMGZ8XhvTUlzv7208k9LJNZsg3aehK6uMQZLQ1n+VE0E/FzuPwYZ4lpThHoxjvzaz520AH3ow9KcuHk13ySb5Jg1MZIceJIbG0pImgKUNR37LkS9k08ELy2X8OnfjRqaEO+g2gFCcWo+SDfJFP8i092TC0v/9d+eVsgO+CefzlLLmo/Ba8ONC+fwtuwsYFURisKs5jsFq0usG3GyOL19WHfK1ucKhn5MIfu4fLtLoBtpnDCdgc97G6AXGqrNfhs7e4r9dhP0ZnXdCqKgrbmt2tfLoQMPhuaKtzDDVMvuqw2qKKnEubxFhdTettYuQCmdrmDppKZGjMUW7SZiXZEUA2JiO7vNyxwqDpRQOa8TJWKdHCIjlx02BLN9l4eBlDYdDU2ifjXbgm5+5p0PDSSiQmxMZD8gaaDLXNPQacHfBgc3YUIRbExGPyDpoMbo69bb67xKPxmVvM6Bxl4b2F/kCT3da613Gd0iPeXcywktR2YuAzuV9HuxmrrIjuRmdSXvGgyVRljf9JQJ0OBANNVitvrXBiO+F4cNBkrvIelglQ7XbEgCbLM+3NQgbDN8Pdum9qvVnI+hVW3pVlpTG+La5Hj5vEjcrb36w0zG05oLNuKu8zzJLAeyilSJU3dJYIdPbLrLxzNkuihJ80rFTeolxC4OSK43vB91XeC15i6mPuZtib7ssDcRZ6/T8ODDecL6TUbAAAAABJRU5ErkJggg==) no-repeat;background-size:100% 100%;cursor:pointer;height:2.0833333333vw;position:absolute;transform:translate(-50%,-50%);width:2.0833333333vw}.gws-hotspot_pc-spots-item.active{z-index:88}.gws-hotspot_pc-spots-item.active:before{border:.5208333333vw solid transparent;border-top-color:#fff;bottom:85%;content:"";left:50%;margin-left:-.5208333333vw;position:absolute;z-index:99}.gws-hotspot_pc-spots-item.active .gws-hotspot-tooltip{opacity:1;visibility:visible;z-index:99}.gws-hotspot-tooltip{background-color:#fff;bottom:calc(100% + .625vw);box-shadow:0 .625vw 1.9270833333vw .5729166667vw rgba(0,0,0,.051),0 .4166666667vw 1.09375vw 0 rgba(0,0,0,.078),0 .2083333333vw .3645833333vw -.2604166667vw rgba(0,0,0,.122);cursor:default;left:50%;opacity:0;padding:1.6666666667vw;position:absolute;transform:translateX(-50%);transition:visibility .3s ease;visibility:hidden;width:25.15625vw;z-index:-1}.gws-hotspot-tooltip-title{color:#000;font-size:1.09375vw;font-weight:700;line-height:1.6666666667vw}.gws-hotspot-tooltip-desc{color:#212b36;font-size:.9895833333vw;font-weight:400;line-height:1.5104166667vw;margin-top:.5729166667vw;white-space:pre-wrap}.gws-hotspot-tooltip-link{color:#00b0f0;display:block;font-size:.9895833333vw;font-weight:500;margin-top:.5729166667vw}.gws-hotspot_mb-spots{display:none}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-hotspot_mb-spots{display:block}.gws-hotspot_mb-spots-item{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAABdCAYAAAAlrXG6AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAWqADAAQAAAABAAAAXQAAAAD7XFenAAAK80lEQVR4Ae2dX2wcxR3Hf7N7e3c2jrlzHJPQmJAEGogJLSU0JEBi+kBiAYnjVmnagFTRSn2qStWoL6hqWomXKlWp+tSHokqBNo3A+QOVCQ/FScm/NhTakEBakuA4zV/HZ2zjO995d/r7rX2+9Xl3b/d25s5/biTrdndmfr/vfG48u/PbvVmASioJAVYSL8U44ZzB3oE6UKEeDL0KmBIBw4gCYxHTHOfDoCgp4AZ+qknQoQc2z+nFfF6MO9l1pgboHVyBL/XdAcC+CAzwExoQ2DyEqPkCwJQMcH4D61wHDhcB+H/gX7GLsIMZvuxIKFw+0Huu10BIexBUdi8Y/C4EHJXQPmQNKVDYJ6Dzj2Ak8x5saRiU4qeA0dKC/t1JDeYvvQ977iqEuxzhKgX0ic3mYCD0M0j/BFw99yF8f2VGrANna6UBvYdXgZZoBlCagfFbnOWUMIezzwGMTsjEO2ELS8r2LBc0DQ8R7WvYj9ZKGxqCEjKHFjgMw5m/yhxW5IAePbmtRQZPTVnA+V8QAQd4E0+eh2WcPMWD3tO3GMLwTRwHF+a3ZXrss0uQhj/DltgFkXrFgd7DVdA+awWFN+OZXpxdka31aothCwDegeHYfhy/da/V3MqJAdJ+aS6oNc/hNewiN2fTLo+xLtAHX4a2hTeDag8Oev/g/cDTz+IlW1VQMVOzPk8CC++CTTX/DqIvGOgDiXX4T/aNaT9UFCJIQwmD12Bj/FChok75xYPe1/s09uL1ToZn5nF+EFrr3iimbUWAxmDPgf6tGOB5pBiH076OohyBjbW7sZP5Cl75nwLv6/36rIVMvYQ6GDHwmfyB3tv3hDmN9ulk5hVXmsFk4b1l3kG331yN/y0bvZue4SWJBTHxmLyB/ktiEQbZt3q0OXuKERNi4yEVBk2Rt4zyHNpSPdibbUVUkw0xKpAKg9YSOBkx5hawM4uzkY3JyB2BO+j23kfxltL97iYquSYjYuWSnK+j99+YA1z7KUbhql3qS8+6PcoiD8e1WFOtcmtdmEVqVBYmp4M6T/em+fDpfuOz44lM3+UU3qwta2JDkE7/wimmHXLUZoRa8SqjLJDXzwvVf6sxvLi5Xlu8qApv0npIXUl+o7Mnc+FP3ekLB2+M9HioIrgIstK0zWh0l51h+x69t28phjufL2UMY0FUDe9sij7wRIO6rD6szLET6/VYT9oYePu6fnb76dT7V1J62mu9wOUoJmKwl2Bz7Fy+LXvQ+/q245BxZ35hGfvVKlN/2RS97zt3hFfeojKhd8I/13nqDxfTJ39yOvXhkM51Gfon22SfQmtsZ/7xyaD39y8Drv8gv6CM/eeXhJe8sCz6aNAeXEgb9fAXz6befel8+nyhskLymfpb2FR71mpr8lWHoW+wFpCxreDXu+sr1at+vaK6RTZk0k8+yBf5JN/Skw3DiaDf7FuCcde7ZQrBKwft6GNzWp5pDK+U6cfONvkk36TBLl/YMWJILC1pIugRvs6SJ3xzUZUa/aC5tm1VXJ0gQrgjF4PkmzSQFpdiwbPyWOZAv8OjeM6UNjmpUpnSsbq6pbGK1QdvRTALpIG0kKZgllxqE0tiOpZyjhK9D+CwIe1fqv2h6rX3zlFvzzou9ydpIU3SdBBLYjqWcqDV0FezB0V//qqpasWG27Qm0XaD2iNNpC2oHcf6FqajoOnRLTDucqwQIGNNPBT74dKIaxwggPnAVUkbaQxsyNYAMjXZ4u0SMz+i3S1rFrhzRdXDqqCnRocNgN93pc0/2haRSBtpFGFrkg26d05sMY2C5vgAuITUtiB82+q4ulSU6W3vDcH3Pkiaf8/gtqhEGkmrKHsT7IyxlQr6xeXRNROcBtx542ruceYDlu2AZs3qorWOaxoHTeFQZgj/NqmH3FOjCL3KSFuGC+v2eKMCbJBWKb2a2CJjBTJ8fgB9jlW3fCG0xDFzimZI04yMFdCiDTLavRZjyTLsyrQpTTMyVkDXhQ8bj9SFYgsiLC4TigzbpJm0C7eNjBX8VZTwHr0N744IF1sig9sWancKd4WM6aqjVrThphql7PGMYtu0vFaVob1WwYfHxwMfxYrLr9dYrYj/98t3Imm/MaqIH/KQMd6cpZ/8+nowsmAT4xrDKb33RLO8V7rT0J20XL95qL7jY/p9j31ijMHCKAOMQUNkdLZgXzDvKMaqfWnPq+6wyyIhs0cLvuuA4UdfUUCa8b1+OTcZcVA76fDPzxZ+wqDj+gi89pD3m/l+tU8SZXcAe7QiIzSqMXB+jMFGyEGEISv5te1XuyfdGDJF0Ez47fgMB1/k1jf4+l48tS1baINP2361Z/24fiJjHDqA/v+EnhCTOs9EFO/Dx6sPVkNLQxoupTiOZM7ni/yh4mfLRleUsGukdYy2y3c6Rtqd8oo+joyxK4l/lAof1RqMaczzwEgnq+8uMp/0cm1LPugd9wjtH6Zv0u4qoqhMPkxDh/OpuyijAN0pI1Fk1bJXk6IdGdOFT7/o1p3p13tE2yyVPUna+zHWwa+LbsSrlzKfirZZKntStCNjjHWo10Q34kjvSN+VYT7thg/STNpF8yDGGI9OCe/RJPQwPkIrXLBkg9I0I2OMR7OrMvTv+d/IeRl2ZdqUphkZK7Bp3gBwRfjw0X4lfe3jQeOySDBhS8zCui3CB2klzSJsTbBBbJHxqHSGy5ZJSC+cSR0VaXbj/FwI5WnLtggforWOaxpjOzr3pR0Oj41nCtqgHnIsETkn6pGDV3AGuQFnkJQoKicqHUvo56T0ZhI4Bnq0Rw9n/ovBJee5b4AWbT+VPK7TMmgCUnYGSbNIP6FPN9ekjTS6lSk6j5gSW0yjoM1F95RPijboUvFoYqTvN+eG33UpUtYs0kYa5YhApmMLGuZOL/rI3+U4A/jx6eSpt65lTsuyX6xd0kTaiq1fsJ6FaQ50vO597OjiI1djatr+MXT4owFd6FVIwYa6FCAtpMmlSLAsYklMx1IO9OMYXGIQaN2grFG7Tww/Gk8eH+roTvKyx0FIQ8uxoQ7SZKdVyDFiSUzHUg40HQixQ9kMGZ8XhvTUlzv7208k9LJNZsg3aehK6uMQZLQ1n+VE0E/FzuPwYZ4lpThHoxjvzaz520AH3ow9KcuHk13ySb5Jg1MZIceJIbG0pImgKUNR37LkS9k08ELy2X8OnfjRqaEO+g2gFCcWo+SDfJFP8i092TC0v/9d+eVsgO+CefzlLLmo/Ba8ONC+fwtuwsYFURisKs5jsFq0usG3GyOL19WHfK1ucKhn5MIfu4fLtLoBtpnDCdgc97G6AXGqrNfhs7e4r9dhP0ZnXdCqKgrbmt2tfLoQMPhuaKtzDDVMvuqw2qKKnEubxFhdTettYuQCmdrmDppKZGjMUW7SZiXZEUA2JiO7vNyxwqDpRQOa8TJWKdHCIjlx02BLN9l4eBlDYdDU2ifjXbgm5+5p0PDSSiQmxMZD8gaaDLXNPQacHfBgc3YUIRbExGPyDpoMbo69bb67xKPxmVvM6Bxl4b2F/kCT3da613Gd0iPeXcywktR2YuAzuV9HuxmrrIjuRmdSXvGgyVRljf9JQJ0OBANNVitvrXBiO+F4cNBkrvIelglQ7XbEgCbLM+3NQgbDN8Pdum9qvVnI+hVW3pVlpTG+La5Hj5vEjcrb36w0zG05oLNuKu8zzJLAeyilSJU3dJYIdPbLrLxzNkuihJ80rFTeolxC4OSK43vB91XeC15i6mPuZtib7ssDcRZ6/T8ODDecL6TUbAAAAABJRU5ErkJggg==) no-repeat;background-size:100% 100%;display:block;height:8vw;position:absolute;width:8vw}.gws-hotspot_mb-spots-item a{display:block;height:100%;width:100%}}.md-container .gws-hotspot{margin:0}.mdws-image-card-v1{margin:auto;width:1440px}@media screen and (max-width:1600px){.mdws-image-card-v1{padding-left:80px;padding-right:80px;width:unset}}@media screen and (max-width:1440.9px){.mdws-image-card-v1{padding-left:5.5555555556vw;padding-right:5.5555555556vw}}@media screen and (max-width:767.9px){.mdws-image-card-v1{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}.mdws-image-card-v1 ul{display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto -60px;width:680px}@media screen and (max-width:1440.9px){.mdws-image-card-v1 ul{margin-bottom:-4.1666666667vw}}@media screen and (max-width:767.9px){.mdws-image-card-v1 ul{margin-bottom:-5.3333333333vw;width:53.3333333333vw}}.mdws-image-card-v1 ul li{align-items:center;display:flex;flex-shrink:0;justify-content:center;margin-bottom:60px;margin-right:160px;width:120px}@media screen and (max-width:1440.9px){.mdws-image-card-v1 ul li{margin-bottom:4.1666666667vw;margin-right:11.1111111111vw;width:8.3333333333vw}}@media screen and (max-width:767.9px){.mdws-image-card-v1 ul li{margin-bottom:5.3333333333vw;margin-right:10.6666666667vw;width:10.6666666667vw}}.mdws-image-card-v1 ul li:last-child,.mdws-image-card-v1 ul li:nth-child(3n){margin-right:0}.mdws-image-card-v1 ul li picture{align-items:center;display:flex;justify-content:center}.mdws-image-card-v1 ul li picture img{max-height:120px;max-width:100%}@media screen and (max-width:1440.9px){.mdws-image-card-v1 ul li picture img{max-height:8.3333333333vw}}@media screen and (max-width:767.9px){.mdws-image-card-v1 ul li picture img{max-height:10.6666666667vw}}.mdws-image-card-style-left ul{justify-content:flex-start}.mdws-image-card-col-4 ul{width:960px}@media screen and (max-width:1440.9px){.mdws-image-card-col-4 ul{width:66.6666666667vw}}@media screen and (max-width:767.9px){.mdws-image-card-col-4 ul{width:74.6666666667vw}}.mdws-image-card-col-4 ul li:nth-child(3n){margin-right:160px}@media screen and (max-width:1440.9px){.mdws-image-card-col-4 ul li:nth-child(3n){margin-right:11.1111111111vw}}@media screen and (max-width:767.9px){.mdws-image-card-col-4 ul li:nth-child(3n){margin-right:10.6666666667vw}}.mdws-image-card-col-4 ul li:last-child,.mdws-image-card-col-4 ul li:nth-child(4n){margin-right:0}.gws-imageClickArea_styles.c-not-full-screen{margin-left:5.2083333333vw;margin-right:5.2083333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-imageClickArea_styles.c-not-full-screen{margin-left:4vw;margin-right:4vw}}.gws-imageClickArea{overflow:hidden;position:relative}.gws-imageClickArea-img{height:auto;width:100%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-imageClickArea_pc-spots{display:none}}.gws-imageClickArea_pc-spots-item{cursor:pointer;min-height:2.0833333333vw;min-width:2.0833333333vw;position:absolute;transform:translate(-50%,-50%)}.gws-imageClickArea_mb-spots{display:none}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-imageClickArea_mb-spots{display:block}.gws-imageClickArea_mb-spots-item{display:block;min-height:8vw;min-width:8vw;position:absolute}.gws-imageClickArea_mb-spots-item a{display:block;height:100%;width:100%}}.aem-AuthorLayer-Edit .gws-imageClickArea_mb-spots-item,.aem-AuthorLayer-Edit .gws-imageClickArea_pc-spots-item{background:#1f94d2;opacity:.1}.md-container .gws-imageClickArea{margin:0}.mdws-i-a-banner__styles{margin:auto;max-width:2600px}.mdws-i-a-banner{position:relative;transition:width .3s ease;width:100%}@media screen and (max-width:767.9px){.mdws-i-a-banner{padding:0;width:100%}}.mdws-i-a-banner-sacle-box{height:100%;left:0;position:absolute;top:0;width:100%}@media screen and (max-width:767.9px){.mdws-i-a-banner-sacle-box{display:none}}.mdws-i-a-banner .gws-img{visibility:hidden}@media screen and (max-width:767.9px){.mdws-i-a-banner .gws-img{visibility:visible}}.mdws-i-a-banner__content{left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);z-index:1}@media screen and (max-width:767.9px){.mdws-i-a-banner__content{opacity:1}}.mdws-i-a-banner__content.mdws-i-a-banner__content__active{opacity:1}.mdws-i-a-banner__content__container{width:768px}@media screen and (max-width:1440.9px){.mdws-i-a-banner__content__container{width:40vw}}@media screen and (max-width:767.9px){.mdws-i-a-banner__content__container{width:89.3333333333vw}}.mdws-i-a-banner__content__container__title{color:#fff;font-size:40px;font-weight:500;line-height:48px}@media screen and (max-width:1440.9px){.mdws-i-a-banner__content__container__title{font-size:2.7777777778vw;line-height:3.3333333333vw}}@media screen and (max-width:767.9px){.mdws-i-a-banner__content__container__title{font-size:5.3333333333vw;line-height:6.9333333333vw}}.mdws-i-a-banner__content__container__desc{color:#fff;font-size:20px;line-height:28px;margin-top:20px}@media screen and (max-width:1440.9px){.mdws-i-a-banner__content__container__desc{font-size:1.3888888889vw;line-height:1.9444444444vw;margin-top:1.0416666667vw}}@media screen and (max-width:767.9px){.mdws-i-a-banner__content__container__desc{font-size:3.2vw;line-height:4.2666666667vw;margin-top:4.2666666667vw}}body.page-v2 .popup_container .popup_cover{background:rgba(51,51,51,.6);bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:10000}body.page-v2 .popup_container .popup_content{background:#fff;border-top:1px solid #d6d6d6;bottom:0;color:#333;display:none;font-size:16px;font-weight:400;height:84px;left:0;line-height:normal;max-width:100%;padding-left:140px;padding-right:70px;position:fixed;top:unset;transform:none;width:100%;z-index:10000000000000}body.page-v2 .popup_container .popup_content_inBox{align-items:center;display:flex;height:100%;justify-content:space-between;width:100%}body.page-v2 .popup_container .popup_content_inBox_title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;height:auto;margin-right:334px;overflow:hidden;text-overflow:ellipsis}body.page-v2 .popup_container .popup_content_inBox_flex{display:flex}body.page-v2 .popup_container .popup_content_inBox_selectBox{border:1px solid #adadad;border-radius:32px;flex:1;font-size:16px;justify-content:space-between;padding:10px 32px;width:354px}body.page-v2 .popup_container .popup_content_inBox_selectBox,body.page-v2 .popup_container .popup_content_inBox_selectBox .fake-option .fake-option-box{align-items:center;cursor:pointer;display:flex;position:relative}body.page-v2 .popup_container .popup_content_inBox_selectBox .fake-option .fake-option-box .option-radio{box-sizing:border-box;caret-color:#333;cursor:pointer;height:100%;left:0;opacity:0;overflow:visible;padding:0;position:absolute;top:0;width:100%;z-index:5}body.page-v2 .popup_container .popup_content_inBox_selectBox .fake-option .fake-option-box .fake-radio-outer{display:none}body.page-v2 .popup_container .popup_content_inBox_selectBox .fake-option .fake-option-box .radio-text{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;flex:1;overflow:hidden;text-overflow:ellipsis}body.page-v2 .popup_container .popup_content_inBox_selectBox_tab{background:#fff;border-radius:4px;bottom:100%;box-shadow:0 2px 20px 0 rgba(0,0,0,.149);display:none;flex-direction:column;left:-1px;margin-bottom:1px;padding:20px;position:absolute;width:calc(100% + 2px)}body.page-v2 .popup_container .popup_content_inBox_selectBox_tab li{padding:.5208333333vw}body.page-v2 .popup_container .popup_content_inBox_selectBox_tab li.active{background-color:#f7f7f7}body.page-v2 .popup_container .popup_content_inBox_selectBox>span{-webkit-box-orient:vertical;-webkit-line-clamp:1;display:-webkit-box;line-height:1.2;overflow:hidden;text-overflow:ellipsis;width:90%}body.page-v2 .popup_container .popup_content_inBox_selectBox .i-selected{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyMCIgeT0iMjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwIC0xIC0xIDAgNDAgNDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMy4wMzggMjIuOTk1YS44MjEuODIxIDAgMCAxIC4wNjMgMS4wOWwtLjA2My4wNy01LjggNS44MDMgNS44IDUuODAyYS44MjEuODIxIDAgMCAxIC4wNjMgMS4wODlsLS4wNjMuMDcxYS44Mi44MiAwIDAgMS0xLjA4OS4wNjRsLS4wNzEtLjA2NC02LjM3OS02LjM4MmEuODIxLjgyMSAwIDAgMS0uMDY0LTEuMDg5bC4wNjQtLjA3MSA2LjM3OS02LjM4M2EuODIuODIgMCAwIDEgMS4xNiAwWiIgZmlsbD0iIzcwNzA3MCIvPjwvZz48L3N2Zz4=);background-size:100% 100%;display:inline-block;flex:unset;height:20px;width:20px}body.page-v2 .popup_container .popup_content_inBox_confirm{word-wrap:break-word;background:linear-gradient(90deg,#2b85c3,#37a6f3);border-radius:2.0833333333vw;color:#fff;cursor:pointer;display:inline-block;font-family:inherit;font-size:16px;line-height:24px;margin-left:10px;padding:10px 32px;text-align:center;white-space:normal}@media screen and (max-width:767.9px){body.page-v2 .popup_container .popup_content_inBox_confirm{border-radius:8.5333333333vw}}body.page-v2 .popup_container .popup_content_inBox_confirm:hover{background:#0083de}body.page-v2 .popup_container .popup_content_inBox_confirm:active{background:#077dce}body.page-v2 .popup_container .popup_content_inBox_confirm.mdws-btn--disabled,body.page-v2 .popup_container .popup_content_inBox_confirm.mdws-btn--disabled:hover,body.page-v2 .popup_container .popup_content_inBox_confirm[disabled],body.page-v2 .popup_container .popup_content_inBox_confirm[disabled]:hover{background:#d6d6d6!important}body.page-v2 .popup_container .popup_content_close{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiI+PHBhdGggZD0iTTQuNTE4IDQuNTE4YS45MTcuOTE3IDAgMCAwIDAgMS4yOTZMOS43MDQgMTFsLTUuMTg2IDUuMTg2YS45MTcuOTE3IDAgMSAwIDEuMjk3IDEuMjk3TDExIDEyLjI5NWw1LjE4NSA1LjE4NmEuOTE3LjkxNyAwIDEgMCAxLjI5Ny0xLjI5NkwxMi4yOTYgMTFsNS4xODYtNS4xODVhLjkxNy45MTcgMCAwIDAtMS4yOTctMS4yOTZMMTEgOS43MDIgNS44MTUgNC41MThhLjkxNy45MTcgMCAwIDAtMS4yOTcgMFoiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzRFNTk2OSIvPjwvc3ZnPg==);background-size:100% 100%;cursor:pointer;display:none;height:20px;position:absolute;right:30px;top:50%;transform:translateY(-50%);width:20px}@media screen and (max-width:1440.9px){body.page-v2 .popup_container .popup_content{font-size:1.1111111111vw;height:5.8333333333vw;padding-left:9.7222222222vw;padding-right:4.8611111111vw}body.page-v2 .popup_container .popup_content_inBox_title{margin-right:0;width:36.3888888889vw}body.page-v2 .popup_container .popup_content_inBox_selectBox{border-radius:2.2222222222vw;font-size:1.1111111111vw;padding:.6944444444vw 2.2222222222vw;width:24.5833333333vw}body.page-v2 .popup_container .popup_content_inBox_selectBox_tab{border-radius:.2777777778vw;box-shadow:0 .1388888889vw 1.3888888889vw 0 rgba(0,0,0,.149);margin-bottom:.0694444444vw;padding:1.3888888889vw}body.page-v2 .popup_container .popup_content_inBox_selectBox_tab li{padding:.6944444444vw}body.page-v2 .popup_container .popup_content_inBox_selectBox .i-selected{height:1.3888888889vw;width:1.3888888889vw}body.page-v2 .popup_container .popup_content_inBox_confirm{font-size:1.1111111111vw;line-height:1.6666666667vw;margin-left:.6944444444vw;padding:.6944444444vw 2.2222222222vw}body.page-v2 .popup_container .popup_content_close{height:1.3888888889vw;right:2.0833333333vw;width:1.3888888889vw}}@media screen and (max-width:767.9px){body.page-v2 .popup_container .popup_content{height:54.4vw;padding:5.3333333333vw}body.page-v2 .popup_container .popup_content_inBox{align-items:flex-start;flex-direction:column;justify-content:flex-start;width:100%}body.page-v2 .popup_container .popup_content_inBox_title{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;font-size:3.7333333333vw;line-height:4.8vw;margin-bottom:5.3333333333vw;margin-right:0;overflow:hidden;text-align:left;text-overflow:ellipsis;width:81.3333333333vw}body.page-v2 .popup_container .popup_content_inBox_flex{align-items:center;flex-direction:column;justify-content:center;width:100%}body.page-v2 .popup_container .popup_content_inBox_selectBox{border:1px solid #858585;border-radius:none;border-radius:7.4666666667vw;cursor:pointer;flex:unset;font-size:4.2666666667vw;height:10.6666666667vw;min-width:auto;padding:0 6.4vw;width:84vw}body.page-v2 .popup_container .popup_content_inBox_selectBox span{font-weight:500}body.page-v2 .popup_container .popup_content_inBox_selectBox .fake-option .fake-option-box.active .fake-radio-inner{background-color:#1f94d2;height:1.6vw;width:1.6vw}body.page-v2 .popup_container .popup_content_inBox_selectBox_tab{display:none;flex-direction:column;margin-bottom:1.0666666667vw;padding:5.3333333333vw;width:calc(100% + 2px);z-index:1}body.page-v2 .popup_container .popup_content_inBox_selectBox_tab li{font-weight:500;padding:2.6666666667vw}body.page-v2 .popup_container .popup_content_inBox_selectBox .i-selected{height:5.3333333333vw;width:5.3333333333vw}body.page-v2 .popup_container .popup_content_inBox_confirm{word-wrap:break-word;background:linear-gradient(90deg,#2b85c3,#37a6f3);border-radius:2.0833333333vw;border-radius:8.5333333333vw;color:#fff;cursor:pointer;display:inline-block;font-size:3.7333333333vw;font-size:4.2666666667vw;line-height:4.8vw;margin-left:0;margin-top:2.6666666667vw;min-width:26.6666666667vw;padding:2.9333333333vw 6.4vw;text-align:center;white-space:normal;width:84vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .popup_container .popup_content_inBox_confirm{border-radius:8.5333333333vw}}@media screen and (max-width:767.9px){body.page-v2 .popup_container .popup_content_inBox_confirm:hover{background:#0083de}body.page-v2 .popup_container .popup_content_inBox_confirm:active{background:#077dce}body.page-v2 .popup_container .popup_content_inBox_confirm.mdws-btn--disabled,body.page-v2 .popup_container .popup_content_inBox_confirm.mdws-btn--disabled:hover,body.page-v2 .popup_container .popup_content_inBox_confirm[disabled],body.page-v2 .popup_container .popup_content_inBox_confirm[disabled]:hover{background:#d6d6d6!important}body.page-v2 .popup_container .popup_content_close{height:5.3333333333vw;right:5.3333333333vw;top:5.3333333333vw;transform:translateY(0);width:5.3333333333vw}}.mancity-match .md-container{display:block!important;margin:0 auto;padding:0 5.2083333333vw;width:100%}@media screen and (max-width:767.9px){.mancity-match .md-container{padding:0 4vw}}.mancity-match .arrow_next,.mancity-match .arrow_prev{background-color:#fff!important;border-radius:50%;box-shadow:0 0 .9375vw .5208333333vw rgba(0,0,0,.04);cursor:pointer;height:3.125vw;position:absolute;transition:background-color .3s ease;width:3.125vw;z-index:1}@media screen and (max-width:767.9px){.mancity-match .arrow_next,.mancity-match .arrow_prev{height:10.6666666667vw;width:10.6666666667vw}}.mancity-match .arrow_next:before,.mancity-match .arrow_prev:before{border-bottom:.2083333333vw solid #1f94d2;border-right:.2083333333vw solid #1f94d2;content:"";display:inline-block;height:.625vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(-45deg);transition:border-color .3s ease;width:.625vw}@media screen and (max-width:767.9px){.mancity-match .arrow_next:before,.mancity-match .arrow_prev:before{border-width:.5333333333vw;height:1.6vw;width:1.6vw}}@media screen and (min-width:1200px){.mancity-match .arrow_next:hover,.mancity-match .arrow_prev:hover{background-color:#1f94d2!important}.mancity-match .arrow_next:hover:before,.mancity-match .arrow_prev:hover:before{border-color:#fff}}.mancity-match .arrow_prev:before{transform:translate(-50%,-50%) rotate(135deg)}.mancity-match__container{background-color:rgba(162,195,229,.15);min-height:36.4583333333vw;padding-bottom:4.6875vw!important;padding-top:4.6875vw!important}@media screen and (max-width:767.9px){.mancity-match__container{min-height:136vw;padding-bottom:16vw!important;padding-top:16vw!important}}.mancity-match__container-tab{color:#a2c3e5;display:flex;font-weight:700;justify-content:center}.mancity-match__container-tab p{cursor:pointer;font-size:1.875vw;line-height:1;padding:0 .78125vw;transition:color .3s ease}@media screen and (max-width:767.9px){.mancity-match__container-tab p{font-size:5.3333333333vw;padding:0 2.6666666667vw}}.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{display:flex;margin-top:4.6875vw;transition:transform .3s ease}@media screen and (max-width:767.9px){.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{transform:translateX(-100%)!important}.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{position:relative;width:100%}.mancity-match__container-latest .match-latest,.mancity-match__container-latest .match-next,.mancity-match__container-next .match-latest,.mancity-match__container-next .match-next{overflow-x:hidden}.mancity-match__container-latest .arrow,.mancity-match__container-next .arrow{cursor:pointer;display:none;position:absolute;top:50%;transform:translateY(-50%);z-index:1}.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]{cursor:auto;opacity:.5}.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:767.9px){.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:767.9px){.mancity-match__container-latest .arrow.arrow_next,.mancity-match__container-next .arrow.arrow_next{right:-2.1333333333vw}}.page-res-v2 .mancity-match{background-color:#f1f6fb;width:100%}.page-res-v2 .mancity-match .md-container{background-color:inherit;display:flex!important;flex-direction:column;justify-content:flex-end;margin:0 auto;overflow-x:hidden;padding:0;width:1440px}@media screen and (max-width:1600px){.page-res-v2 .mancity-match .md-container{padding-left:80px;padding-right:80px;width:unset}}@media screen and (max-width:1440.9px){.page-res-v2 .mancity-match .md-container{padding-left:5.5555555556vw;padding-right:5.5555555556vw}}@media screen and (max-width:767.9px){.page-res-v2 .mancity-match .md-container{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}.page-res-v2 .mancity-match .arrow_next,.page-res-v2 .mancity-match .arrow_prev{background-color:inherit!important;border-radius:50%;box-shadow:none!important;cursor:pointer;height:56px;position:absolute;transition:background-color .3s ease;width:56px;z-index:1}@media screen and (max-width:1440.9px){.page-res-v2 .mancity-match .arrow_next,.page-res-v2 .mancity-match .arrow_prev{height:3.8888888889vw;width:3.8888888889vw}}@media screen and (max-width:767.9px){.page-res-v2 .mancity-match .arrow_next,.page-res-v2 .mancity-match .arrow_prev{height:10.6666666667vw;width:10.6666666667vw}}.page-res-v2 .mancity-match .arrow_next:before,.page-res-v2 .mancity-match .arrow_prev:before{border-bottom:4px solid #1f94d2;border-right:4px solid #1f94d2;content:"";display:inline-block;height:12px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(-45deg);transition:border-color .3s ease;width:12px}@media screen and (max-width:1440.9px){.page-res-v2 .mancity-match .arrow_next:before,.page-res-v2 .mancity-match .arrow_prev:before{border-bottom:.2777777778vw solid #1f94d2;border-right:.2777777778vw solid #1f94d2;height:.8333333333vw;width:.8333333333vw}}@media screen and (max-width:767.9px){.page-res-v2 .mancity-match .arrow_next:before,.page-res-v2 .mancity-match .arrow_prev:before{border-width:.5333333333vw;height:1.6vw;width:1.6vw}}.page-res-v2 .mancity-match .arrow_next:hover,.page-res-v2 .mancity-match .arrow_prev:hover{background-color:#fff!important}.page-res-v2 .mancity-match .arrow_next:hover:before,.page-res-v2 .mancity-match .arrow_prev:hover:before{border-color:#152c5b}@media screen and (max-width:767.9px){.page-res-v2 .mancity-match .arrow_next:hover,.page-res-v2 .mancity-match .arrow_prev:hover{background-color:inherit!important}.page-res-v2 .mancity-match .arrow_next:hover:before,.page-res-v2 .mancity-match .arrow_prev:hover:before{border-color:inherit!important}}.page-res-v2 .mancity-match .arrow_next[aria-disabled=true]:hover,.page-res-v2 .mancity-match .arrow_prev[aria-disabled=true]:hover{background-color:inherit!important}.page-res-v2 .mancity-match .arrow_prev:before{transform:translate(calc(-50% + 2px),-50%) rotate(135deg)}@media screen and (max-width:1440.9px){.page-res-v2 .mancity-match .arrow_prev:before{transform:translate(calc(-50% + .13889vw),-50%) rotate(135deg)}}@media screen and (max-width:767.9px){.page-res-v2 .mancity-match .arrow_prev:before{transform:translate(calc(-50% + .53333vw),-50%) rotate(135deg)}}.page-res-v2 .mancity-match__container{min-height:700px;padding-bottom:135px!important;padding-top:30px!important}@media screen and (max-width:1440.9px){.page-res-v2 .mancity-match__container{min-height:48.6111111111vw;padding-bottom:9.375vw!important;padding-top:2.0833333333vw!important}}@media screen and (max-width:767.9px){.page-res-v2 .mancity-match__container{min-height:136vw;padding-bottom:16vw!important;padding-top:16vw!important}}.page-res-v2 .mancity-match__container-tab{color:#a2c3e5;display:flex;font-weight:700;justify-content:center;margin-bottom:0}@media screen and (max-width:1440.9px){.page-res-v2 .mancity-match__container-tab{margin-bottom:0}}@media screen and (max-width:767.9px){.page-res-v2 .mancity-match__container-tab{margin-bottom:10.6666666667vw}}.page-res-v2 .mancity-match__container-tab p{cursor:pointer;font-size:36px;line-height:1;padding:0 15px;transition:color .3s ease}@media screen and (max-width:1440.9px){.page-res-v2 .mancity-match__container-tab p{font-size:2.5vw;padding:0 1.0416666667vw}}@media screen and (max-width:767.9px){.page-res-v2 .mancity-match__container-tab p{font-size:5.3333333333vw;padding:0 2.6666666667vw}}.page-res-v2 .mancity-match__container-tab p.actived{color:#152c5b;cursor:auto}.page-res-v2 .mancity-match__container-tab p:first-child{border-right:3px solid #a2c3e5}.page-res-v2 .mancity-match__container-info{display:flex;margin-bottom:0;margin-top:0;transition:transform .3s ease}@media screen and (max-width:767.9px){.page-res-v2 .mancity-match__container-info{margin-bottom:0;margin-top:0}}.page-res-v2 .mancity-match__container-info .mancity-match__container-next .arrow{display:none!important}.page-res-v2 .mancity-match__container-info.next-match{transform:translateX(-100%)!important}.page-res-v2 .mancity-match__container-info.next-match .mancity-match__container-latest .arrow{display:none!important}.page-res-v2 .mancity-match__container-info.next-match .mancity-match__container-next .arrow{display:block!important}.page-res-v2 .mancity-match__container-latest,.page-res-v2 .mancity-match__container-next{position:relative;width:100%}.page-res-v2 .mancity-match__container-latest .match-latest,.page-res-v2 .mancity-match__container-latest .match-next,.page-res-v2 .mancity-match__container-next .match-latest,.page-res-v2 .mancity-match__container-next .match-next{overflow:hidden}.page-res-v2 .mancity-match__container-latest .arrow,.page-res-v2 .mancity-match__container-next .arrow{cursor:pointer;display:none;position:absolute;top:50%;transform:translateY(calc(-50% - 32px));z-index:1}@media screen and (max-width:1440.9px){.page-res-v2 .mancity-match__container-latest .arrow,.page-res-v2 .mancity-match__container-next .arrow{transform:translateY(calc(-50% - 2.22222vw))}}@media screen and (max-width:767.9px){.page-res-v2 .mancity-match__container-latest .arrow,.page-res-v2 .mancity-match__container-next .arrow{transform:translateY(-50%)!important}}.page-res-v2 .mancity-match__container-latest .arrow[role=button],.page-res-v2 .mancity-match__container-next .arrow[role=button]{display:block}.page-res-v2 .mancity-match__container-latest .arrow[aria-disabled=true],.page-res-v2 .mancity-match__container-next .arrow[aria-disabled=true]{cursor:auto;opacity:.5}.page-res-v2 .mancity-match__container-latest .arrow:before,.page-res-v2 .mancity-match__container-next .arrow:before{border-color:#152c5b}.page-res-v2 .mancity-match__container-latest .arrow.arrow_prev,.page-res-v2 .mancity-match__container-next .arrow.arrow_prev{left:0}@media screen and (max-width:767.9px){.page-res-v2 .mancity-match__container-latest .arrow.arrow_prev,.page-res-v2 .mancity-match__container-next .arrow.arrow_prev{left:-2.1333333333vw}}.page-res-v2 .mancity-match__container-latest .arrow.arrow_next,.page-res-v2 .mancity-match__container-next .arrow.arrow_next{right:0}@media screen and (max-width:767.9px){.page-res-v2 .mancity-match__container-latest .arrow.arrow_next,.page-res-v2 .mancity-match__container-next .arrow.arrow_next{right:-2.1333333333vw}}.match-item{display:flex;justify-content:center;padding-bottom:2.1875vw;position:relative;text-align:center}@media screen and (max-width:767.9px){.match-item{flex-wrap:wrap;padding-bottom:0}}.match-item__score{display:flex;margin:1.171875vw 6.25vw;order:2}@media screen and (max-width:767.9px){.match-item__score{justify-content:center;margin:0 0 10.6666666667vw;order:1;width:100%}}.match-item__score-item{background-color:#fff;border-radius:1.171875vw;font-size:3.75vw;font-weight:700;height:7.8125vw;line-height:7.8125vw;width:7.8125vw}@media screen and (max-width:767.9px){.match-item__score-item{border-radius:4vw;font-size:12.8vw;height:26.6666666667vw;line-height:26.6666666667vw;width:26.6666666667vw}}.match-item__score-item:first-child{margin-right:5.859375vw;position:relative}@media screen and (max-width:767.9px){.match-item__score-item:first-child{margin-right:20vw}}.match-item__score-item:first-child:after{content:":";position:absolute;right:-3.3854166667vw}@media screen and (max-width:767.9px){.match-item__score-item:first-child:after{right:-12vw}}.match-item__home{order:1}.match-item__away{order:3}.match-item__away,.match-item__home{padding-bottom:5.9375vw;position:relative}@media screen and (max-width:767.9px){.match-item__away,.match-item__home{padding-bottom:0;width:50%}}.match-item__away-img,.match-item__home-img{font-size:0;height:11.71875vw;width:11.71875vw}@media screen and (max-width:767.9px){.match-item__away-img,.match-item__home-img{display:inline-block;height:21.3333333333vw;width:21.3333333333vw}}.match-item__away-img img,.match-item__home-img img{height:100%;width:100%}.match-item__away-name,.match-item__home-name{bottom:0;font-size:1.875vw;left:50%;position:absolute;transform:translateX(-50%);width:max-content}@media screen and (max-width:767.9px){.match-item__away-name,.match-item__home-name{font-size:4.2666666667vw;left:auto;margin-top:5.3333333333vw;position:relative;transform:none;width:auto}}.match-item__info{bottom:0;font-size:1.5625vw;line-height:1.5;position:absolute}@media screen and (max-width:767.9px){.match-item__info{font-size:4.8vw;margin-top:5.3333333333vw;order:4;position:relative}}.match-item__info-date{font-weight:700}.page-res-v2 .match-item{display:flex;gap:20px;justify-content:center;padding-bottom:42px;padding-top:60px;position:relative;text-align:center}@media screen and (max-width:1440.9px){.page-res-v2 .match-item{gap:1.3888888889vw;padding-bottom:2.9166666667vw;padding-top:4.1666666667vw}}@media screen and (max-width:767.9px){.page-res-v2 .match-item{flex-wrap:wrap;gap:inherit;padding-bottom:0;padding-top:0}}.page-res-v2 .match-item__score{align-items:center;box-sizing:border-box;color:#152c5b;display:flex;height:240px;margin:0;order:2;position:relative}.page-res-v2 .match-item__score:after{content:":";font-size:56px;font-weight:800;left:50%;order:2;position:absolute;top:50%;transform:translate(-50%,-50%)}@media screen and (max-width:1440.9px){.page-res-v2 .match-item__score:after{font-size:3.8888888889vw}}@media screen and (max-width:767.9px){.page-res-v2 .match-item__score:after{display:none}}@media screen and (max-width:1440.9px){.page-res-v2 .match-item__score{height:16.6666666667vw}}@media screen and (max-width:767.9px){.page-res-v2 .match-item__score{height:auto;justify-content:center;margin:0 0 10.6666666667vw;order:1;width:100%}}.page-res-v2 .match-item__score-item{align-self:center;background-color:#fff;font-size:56px;font-weight:700;height:150px;line-height:150px;width:150px}@media screen and (max-width:1440.9px){.page-res-v2 .match-item__score-item{font-size:3.8888888889vw;height:10.4166666667vw;line-height:10.4166666667vw;width:10.4166666667vw}}@media screen and (max-width:767.9px){.page-res-v2 .match-item__score-item{border-radius:4vw;font-size:12.8vw;height:26.6666666667vw;line-height:26.6666666667vw;width:26.6666666667vw}}.page-res-v2 .match-item__score-item:first-child{margin-right:112px;position:relative}@media screen and (max-width:1440.9px){.page-res-v2 .match-item__score-item:first-child{margin-right:7.7777777778vw}}@media screen and (max-width:767.9px){.page-res-v2 .match-item__score-item:first-child{margin-right:20vw}}.page-res-v2 .match-item__score-item:first-child:after{content:":";display:none;position:absolute}@media screen and (max-width:767.9px){.page-res-v2 .match-item__score-item:first-child:after{display:block;right:-12vw;top:50%;transform:translateY(-50%)}}.page-res-v2 .match-item__home{order:1}.page-res-v2 .match-item__away{order:3}.page-res-v2 .match-item__away,.page-res-v2 .match-item__home{align-items:center;display:flex;flex-direction:column;padding-bottom:0;position:relative;width:360px}@media screen and (max-width:1440.9px){.page-res-v2 .match-item__away,.page-res-v2 .match-item__home{width:25vw}}@media screen and (max-width:767.9px){.page-res-v2 .match-item__away,.page-res-v2 .match-item__home{padding:0;width:50%}}.page-res-v2 .match-item__away-img,.page-res-v2 .match-item__home-img{font-size:0;height:240px;width:240px}@media screen and (max-width:1440.9px){.page-res-v2 .match-item__away-img,.page-res-v2 .match-item__home-img{height:16.6666666667vw;width:16.6666666667vw}}@media screen and (max-width:767.9px){.page-res-v2 .match-item__away-img,.page-res-v2 .match-item__home-img{display:inline-block;height:21.3333333333vw;width:21.3333333333vw}}.page-res-v2 .match-item__away-img img,.page-res-v2 .match-item__home-img img{height:100%;width:100%}.page-res-v2 .match-item__away-name,.page-res-v2 .match-item__home-name{bottom:0;font-size:24px;left:0;line-height:30px;margin-top:60px;position:relative;transform:inherit;width:max-content}@media screen and (max-width:1440.9px){.page-res-v2 .match-item__away-name,.page-res-v2 .match-item__home-name{font-size:1.6666666667vw;line-height:2.0833333333vw;margin-top:4.1666666667vw}}@media screen and (max-width:767.9px){.page-res-v2 .match-item__away-name,.page-res-v2 .match-item__home-name{font-size:4.2666666667vw;left:auto;line-height:normal;margin-top:5.3333333333vw;position:relative;transform:none;width:auto}}.page-res-v2 .match-item__info{bottom:inherit;font-size:inherit;left:50%;position:absolute;top:360px;transform:translateX(-50%)}@media screen and (max-width:1440.9px){.page-res-v2 .match-item__info{top:25vw}}@media screen and (max-width:767.9px){.page-res-v2 .match-item__info{bottom:0;font-size:4.8vw;left:0;margin-top:5.3333333333vw;order:4;position:relative;top:0;transform:none}}.page-res-v2 .match-item__info-date{font-size:24px;font-weight:400;line-height:32px}@media screen and (max-width:1440.9px){.page-res-v2 .match-item__info-date{font-size:1.6666666667vw;line-height:2.2222222222vw}}@media screen and (max-width:767.9px){.page-res-v2 .match-item__info-date{font-size:inherit;line-height:inherit}}.page-res-v2 .match-item__info-name{font-size:24px;line-height:30px;margin-top:10px}@media screen and (max-width:1440.9px){.page-res-v2 .match-item__info-name{font-size:1.6666666667vw;line-height:2.2222222222vw;margin-top:.6944444444vw}}@media screen and (max-width:767.9px){.page-res-v2 .match-item__info-name{font-size:inherit;line-height:inherit;margin-top:0}}.collapse-switch{align-items:center;border-bottom:1px solid #d6d6d6;border-top:1px solid #d6d6d6;color:#333;cursor:default;display:flex;font-size:2.0833333333vw;font-weight:500;padding:1.5625vw 12.5vw;position:relative}@media screen and (max-width:767.9px){.collapse-switch{font-size:4.8vw;padding-left:5.3333333333vw;padding-right:5.3333333333vw;padding:5.3333333333vw}}.collapse-switch .arrow-icon{display:none;height:.7291666667vw;position:absolute;right:2.0833333333vw;top:50%;transform:translate(-50%,-50%) rotate(91deg);transform-origin:center;transition:transform .3s;width:.7291666667vw}@media screen and (max-width:767.9px){.collapse-switch .arrow-icon{height:3.7333333333vw;right:5.3333333333vw;width:3.7333333333vw}}.collapse-switch .arrow-icon:after{background-color:#858585;bottom:.46875vw;content:"";height:.1041666667vw;left:48%;position:absolute;transform:translateX(-50%) rotate(-45deg);transition:background-color .3s;width:.4947916667vw}@media screen and (max-width:767.9px){.collapse-switch .arrow-icon:after{bottom:2.4vw;height:.5333333333vw;width:2.1333333333vw}}.collapse-switch .arrow-icon:before{background-color:#858585;content:"";height:.1041666667vw;left:48%;position:absolute;top:.4166666667vw;transform:translateX(-50%) rotate(45deg);transition:background-color .3s;width:.4947916667vw}@media screen and (max-width:767.9px){.collapse-switch .arrow-icon:before{height:.5333333333vw;top:2.1333333333vw;width:2.1333333333vw}}.collapse-content{padding-left:12.5vw;padding-right:12.5vw}@media screen and (max-width:767.9px){.collapse-content{padding-left:5.3333333333vw;padding-right:5.3333333333vw}.collapse-switch{font-size:4.8vw;height:12.8vw}.collapse-switch .arrow-icon{display:inline-block;height:3.7333333333vw;position:absolute;right:5.3333333333vw;width:3.7333333333vw}}.is-close .arrow-icon{transform:translate(-50%,-50%) rotate(-90deg)!important}.is-close:not(.mdws-gap-bottom)+.mdws-collapse:not(.mdws-gap-top) .collapse-switch{border-top:none!important}.mdws-manual:not(.manuals-box-v2)+.mdws-collapse:not(.mdws-gap-top) .collapse-switch{border-top:1px solid #d6d6d6!important}.mdws-manuals-box .collapse-switch{border:none;cursor:pointer;font-size:1.1458333333vw;font-weight:bolder;height:auto;padding:1.0416666667vw 2.0833333333vw}@media screen and (max-width:767.9px){.mdws-manuals-box .collapse-switch{display:flex;font-size:4.2666666667vw;line-height:6.4vw;padding:5.3333333333vw 10.6666666667vw}}.mdws-manuals-box .arrow-icon{display:inline-block;right:2.0833333333vw}@media screen and (max-width:767.9px){.mdws-manuals-box .arrow-icon{right:10.6666666667vw}}.mdws-manuals-box .arrow-icon:after,.mdws-manuals-box .arrow-icon:before{background-color:#1f94d2}.mdws-manuals-box .collapse-content{padding-left:0;padding-right:0}.mdws-manuals-box .collapse-content .mdws-manuals-box__arrow{display:none}.mdws-manuals-box .mdws-product-manuals{background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.08);box-sizing:border-box;cursor:pointer;margin:0 auto 1.0416666667vw;position:relative;width:100%}@media screen and (max-width:767.9px){.mdws-manuals-box .mdws-product-manuals{margin-bottom:6.6666666667vw;margin-top:5.3333333333vw;overflow:visible}}.mdws-manuals-box .mdws-product-manuals .collapse-content{cursor:default;margin-top:.5208333333vw}@media screen and (max-width:767.9px){.mdws-manuals-box .mdws-product-manuals .collapse-content{margin-top:2.6666666667vw}}.mdws-manuals-box .mdws-product-manuals .hidden{display:none!important}.mdws-manuals-box .manual-download-list{display:flex;flex-wrap:wrap;padding-bottom:5.2083333333vw}@media screen and (max-width:767.9px){.mdws-manuals-box .manual-download-list{display:block;padding:10.6666666667vw 5.3333333333vw}}.mdws-manuals-box .manual-download-list li{display:flex;flex-basis:calc(50% - 190px);margin:4.6875vw 4.9479166667vw 0;max-width:15.8854166667vw;text-align:left;width:100%}@media screen and (max-width:767.9px){.mdws-manuals-box .manual-download-list li{display:block;margin:5.3333333333vw 5.3333333333vw 0;max-width:100%;padding:0;text-align:center;width:100%;width:auto}}.mdws-manuals-box .manual-download-list li>div{display:flex;text-align:left}@media screen and (max-width:767.9px){.mdws-manuals-box .manual-download-list li>div{display:block;text-align:center}}.mdws-manuals-box .manual-download-list li .icon{text-align:center}.mdws-manuals-box .manual-download-list li .icon img{display:none}.mdws-manuals-box .manual-download-list li .file-description{font-size:1.1458333333vw;margin-left:1.8229166667vw}@media screen and (max-width:767.9px){.mdws-manuals-box .manual-download-list li .file-description{margin-left:0;margin-top:5.8666666667vw}}.mdws-manuals-box .manual-download-list li .file-description .file-description-title{color:#333;font-weight:700;line-height:1.4;max-width:19.0104166667vw}@media screen and (max-width:767.9px){.mdws-manuals-box .manual-download-list li .file-description .file-description-title{font-size:4.2666666667vw;line-height:1.5;max-width:97.3333333333vw}}.mdws-manuals-box .manual-download-list li .file-description span{display:block;font-size:1.4583333333vw}@media screen and (max-width:767.9px){.mdws-manuals-box .manual-download-list li .file-description span{font-size:4.2666666667vw;line-height:6.4vw}}.mdws-manuals-box .manual-download-list li .file-description a{align-items:center;color:#1f94d2;display:flex;font-size:1.1458333333vw;margin-top:1.3020833333vw;position:relative}@media screen and (max-width:767.9px){.mdws-manuals-box .manual-download-list li .file-description a{font-size:4.2666666667vw;justify-content:center;margin-top:4vw}}.mdws-manuals-box .manual-download-list li .file-description a .download-icon{height:1.0416666667vw;margin-right:.5208333333vw;min-height:1.09375vw;min-width:1.09375vw;width:1.0416666667vw}.mdws-manuals-box .manual-download-list li .file-description a .download-icon img{width:100%}@media screen and (max-width:767.9px){.mdws-manuals-box .manual-download-list li .file-description a .download-icon{height:5.3333333333vw;margin-right:2.6666666667vw;width:5.3333333333vw}}.mdws-manuals-box .manual-download-list li .file-description a:hover{text-decoration:underline}.mdws-manuals-box .manual-download-list li .file-description .mdws-btn{display:none}.mdws-manuals-box .manual-download-list li:first-child{margin-top:4.6875vw}@media screen and (max-width:767.9px){.mdws-manuals-box .manual-download-list li:first-child{margin-top:0}}.manuals-box-v2 .mdws-manuals-box{padding:0}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals{box-shadow:none;margin-bottom:0}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .arrow-icon{display:none}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-switch{border-bottom:1px solid #d6d6d6;border-top:1px solid #d6d6d6;cursor:default;font-size:2.0833333333vw;font-weight:500;padding:1.5625vw 12.5vw}@media screen and (max-width:767.9px){.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-switch{font-size:4.8vw;height:12.8vw;padding-left:5.3333333333vw;padding-right:5.3333333333vw;padding:5.3333333333vw}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-switch .arrow-icon{right:5.3333333333vw}}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .arrow-icon:after,.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .arrow-icon:before{background-color:#858585}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content{color:#333;margin-top:0;padding:6.6666666667vw 12.5vw}@media screen and (max-width:767.9px){.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .mdws-manuals-box__scroll{position:relative}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .mdws-manuals-box__scroll-inner-box{overflow:hidden}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .mdws-manuals-box__scroll .mdws-manuals-box__arrow{cursor:pointer;display:block;height:1.25vw;position:absolute;top:50%;transform:translate(-100%,-50%);width:1.25vw;z-index:99}@media screen and (max-width:767.9px){.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .mdws-manuals-box__scroll .mdws-manuals-box__arrow{display:none}}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .mdws-manuals-box__scroll .mdws-manuals-box__left-arrow{display:none;left:-1.5625vw}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .mdws-manuals-box__scroll .mdws-manuals-box__left-arrow:before{border-bottom:.1041666667vw solid #707070;border-left:.1041666667vw solid #707070;content:"";display:inline-block;height:.9375vw;left:50%;position:absolute;top:50%;transform:translate(-25%,-50%) rotate(45deg);width:.9375vw}@media screen and (max-width:767.9px){.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .mdws-manuals-box__scroll .mdws-manuals-box__left-arrow:before{border-bottom:.5333333333vw solid #707070;border-left:.5333333333vw solid #707070;height:4.8vw;width:4.8vw}}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .mdws-manuals-box__scroll .mdws-manuals-box__right-arrow{right:-1.5625vw;transform:translate(100%,-50%)}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .mdws-manuals-box__scroll .mdws-manuals-box__right-arrow:before{border-right:.1041666667vw solid #707070;border-top:.1041666667vw solid #707070;content:"";display:inline-block;height:.9375vw;left:50%;position:absolute;top:50%;transform:translate(-75%,-50%) rotate(45deg);width:.9375vw}@media screen and (max-width:767.9px){.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .mdws-manuals-box__scroll .mdws-manuals-box__right-arrow:before{border-right:.5333333333vw solid #707070;border-top:.5333333333vw solid #707070;height:4.8vw;width:4.8vw}}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list{display:flex;flex-wrap:nowrap;justify-content:flex-start;padding:0;position:relative}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li{display:block;flex-basis:unset;flex-shrink:0;margin:0;max-width:unset;padding:0;text-align:center;width:25%}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li>div{border-right:1px solid #d6d6d6;display:block;height:100%;padding:0 1.5625vw;text-align:center}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li .manual-download-list__border-none,.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li:last-child>div{border-right:none}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li .icon{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSI2NC43OTMiIGhlaWdodD0iNjEuODUzIj48cGF0aCBkPSJtMjEuMDY0IDUwLjUyIDIuMzctMi4zNyA3LjI4NyA3LjI4NlYyOC4zNTdoMy4zNTJ2MjcuMDc5bDcuMjg3LTcuMjg3IDIuMzcgMi4zNy0xMS4zMzMgMTEuMzM0LTExLjMzMy0xMS4zMzRabTIxLjQ3Mi00LjYzMXYtMy4zNTNoNy41ODRjNi4yNDMgMCAxMS4zMjEtNS4wNzggMTEuMzIxLTExLjMyIDAtNS45MzQtNC42NC0xMC44ODgtMTAuNTYzLTExLjI3OWwtMy4zMzQtLjIyMy0uNDA3LTMuMzJjLS45MS03LjQzNS03LjI0Ni0xMy4wNDEtMTQuNzQtMTMuMDQxcy0xMy44MzEgNS42MDYtMTQuNzQgMTMuMDQybC0uNDA3IDMuMzItMy4zMzUuMjIyYy01LjkyMy4zOS0xMC41NjIgNS4zNDUtMTAuNTYyIDExLjI3OCAwIDYuMjQzIDUuMDc4IDExLjMyMSAxMS4zMiAxMS4zMjFoNy41ODR2My4zNTNoLTcuNTg0QzYuNTgzIDQ1Ljg4OSAwIDM5LjMwNiAwIDMxLjIxNWMwLTMuNzQ2IDEuNDEzLTcuMzEgMy45OC0xMC4wMzZhMTQuNjMgMTQuNjMgMCAwIDEgOS43MTItNC41ODhsLjU2Ny0uMDM3LjA3LS41NjVDMTUuNDQyIDYuODc0IDIzLjIxIDAgMzIuMzk2IDBjOS4xODYgMCAxNi45NTQgNi44NzQgMTguMDY4IDE1Ljk5bC4wNy41NjQuNTY3LjAzN2ExNC42MyAxNC42MyAwIDAgMSA5LjcxMiA0LjU4OCAxNC41ODggMTQuNTg4IDAgMCAxIDMuOTggMTAuMDM2YzAgOC4wOTEtNi41ODMgMTQuNjc0LTE0LjY3NCAxNC42NzRoLTcuNTg0WiIgZmlsbD0iIzMzMyIvPjwvc3ZnPg==) no-repeat;background-size:contain;height:3.5416666667vw;margin:0 auto 1.71875vw;width:3.5416666667vw}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li .icon svg{display:none}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li .file-description{align-items:center;display:flex;flex-direction:column;font-size:1.4583333333vw;height:calc(100% - 5.52083vw);justify-content:space-between;line-height:1.875vw;margin-left:0;word-break:break-all}@media screen and (max-width:767.9px){.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li .file-description>div .file-description-title,.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li .file-description>div span{font-size:3.2vw}}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li .file-description .a_one{display:none}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li .file-description .mdws-btn{background-color:#fff;border:1px solid #c2c2c2;color:#333;cursor:pointer;display:inline-block;font-size:1.0416666667vw;line-height:normal;margin-top:1.4583333333vw;min-width:7.2916666667vw;padding:.625vw 1.4583333333vw}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li .file-description .mdws-btn:hover{border-color:#0083de!important;color:#0083de!important;cursor:pointer!important}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li .file-description .mdws-btn:active{border-color:#077dce!important;color:#077dce!important}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li .file-description .mdws-btn.mdws-btn--disabled,.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li .file-description .mdws-btn[disabled]{border-color:#d6d6d6!important;color:#d6d6d6!important}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li .file-description .mdws-btn:hover{text-decoration:none}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li .file-description .file-description-title{font-weight:400;word-break:normal}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list-center{justify-content:center}@media screen and (max-width:767.9px){.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals{margin-top:0}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .arrow-icon{display:inline-block;right:5.3333333333vw;transform:translate(-50%,-50%) rotate(91deg)}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content{color:#333;margin-top:0;padding:5.3333333333vw}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list{display:flex;flex-wrap:wrap;justify-content:flex-start}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li{margin:0 2.6666666667vw 0 0;padding-bottom:2.6666666667vw;text-align:center;width:calc(50% - 1.33333vw)}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li>div{background-color:#f7f7f7;border:none;border-radius:4px;padding:6.4vw 4.2666666667vw}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li .icon{height:9.3333333333vw;margin-bottom:2.6666666667vw;width:9.3333333333vw}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li .icon svg{display:none}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li .file-description{font-size:3.2vw;height:calc(100% - 14.4vw);line-height:4.2666666667vw;word-break:break-all}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li .file-description .a_one{display:none}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li .file-description .mdws-btn{background-color:#fff;border:1px solid #c2c2c2;border-radius:8.5333333333vw;color:#333;font-size:3.7333333333vw;line-height:4.2666666667vw;margin-top:5.3333333333vw;min-width:21.3333333333vw;padding:2.6666666667vw 4.2666666667vw}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li .file-description .mdws-btn:hover{border-color:#0083de!important;color:#0083de!important;cursor:pointer!important}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li .file-description .mdws-btn:active{border-color:#077dce!important;color:#077dce!important}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li .file-description .mdws-btn.mdws-btn--disabled,.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li .file-description .mdws-btn[disabled]{border-color:#d6d6d6!important;color:#d6d6d6!important}.manuals-box-v2 .mdws-manuals-box .mdws-product-manuals .collapse-content .manual-download-list li:nth-child(2n){margin-right:0}}.media_item{overflow:hidden;position:relative}.media_item,.media_item iframe,.media_item img{height:100%;width:100%}.media_item_instagram{height:calc(100% + 55px)!important;position:relative;top:-55px}.media_item a{bottom:0;left:0;position:absolute;right:0;top:0;z-index:99}.media_item iframe{border:none;overflow:hidden;width:100%}.gws-media_panel-container .gws-media-panel{background-color:#a2c3e5;padding-bottom:6.25vw;padding-top:6.25vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-media_panel-container .gws-media-panel{padding-bottom:16vw;padding-top:16vw}}.gws-media_panel-container .gws-media-panel_title{word-wrap:break-word;color:#152c5b;font-size:2.5vw;font-weight:700;line-height:2.65625vw;margin-bottom:6.25vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-media_panel-container .gws-media-panel_title{font-size:8.5333333333vw;line-height:9.0666666667vw;margin-bottom:10.6666666667vw}}.gws-media_panel-container .gws-media-panel_container{display:flex}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-media_panel-container .gws-media-panel_container{flex-direction:column}}.gws-media_panel-container .gws-media-panel_column{width:25%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-media_panel-container .gws-media-panel_column{width:100%}}.gws-media_panel-container .gws-media-panel_row{margin-bottom:1.5625vw}.gws-media_panel-container .gws-media-panel_row_square{height:20.8333333333vw;width:20.8333333333vw}.gws-media_panel-container .gws-media-panel_row_rectangle{height:43.2291666667vw;width:20.8333333333vw}.gws-media_panel-container .gws-media-panel_row_rectangle .gws-media_item.instagram iframe{margin:0!important;max-width:none!important}@media screen and (min-width:1200px){.gws-media_panel-container .gws-media-panel_row_rectangle .gws-media_item.instagram iframe{height:calc(43.22917vw + 74px)!important;min-width:36.4583333333vw!important;transform:translate(-7.03125vw,-74px)!important}}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-media_panel-container .gws-media-panel_row_rectangle .gws-media_item.instagram iframe{height:calc(152vw + 56px)!important;min-width:133.3333333333vw!important;transform:translate(-20.8vw,-56px)!important}.gws-media_panel-container .gws-media-panel_row{margin-bottom:0}.gws-media_panel-container .gws-media-panel_row_rectangle,.gws-media_panel-container .gws-media-panel_row_square{margin-bottom:8vw}.gws-media_panel-container .gws-media-panel_row_square{height:92vw;width:92vw}.gws-media_panel-container .gws-media-panel_row_rectangle{height:152vw;width:92vw}}.mdws-multiple-combinations-v1__styles{align-items:center;background-color:#f7f7f7;display:flex;flex-direction:column;justify-content:center}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__styles{padding:0}}.mdws-multiple-combinations-v1__styles.c-bg-white{background-color:#fff}.mdws-multiple-combinations-v1__styles.c-bg-white .mdws-multiple-combinations-products .products-item,.mdws-multiple-combinations-v1__styles.c-bg-white .mdws-multiple-combinations-v1__tent,.mdws-multiple-combinations-v1__styles.c-bg-white .mdws-multiple-combinations-v1__wrap{background-color:#f7f7f7}.mdws-multiple-combinations-v1__styles .btn-contariner{margin:80px auto;max-width:1760px;text-align:center}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__styles .btn-contariner{margin:10.6666666667vw 0}}.mdws-multiple-combinations-v1__styles .btn-contariner .wsc-dialog__wrapper{height:100vh;left:0;overflow:auto;top:0;transform:none;width:100%}.mdws-multiple-combinations-v1__styles .btn-contariner .wsc-dialog__wrapper .wsc-dialog__header{display:none}.mdws-multiple-combinations-v1__styles .btn-contariner .nav_lang_wraper{display:block!important;text-align:left}.mdws-multiple-combinations-v1__styles .btn-contariner .btn.btn__action{word-wrap:break-word;background:linear-gradient(90deg,#2b85c3,#37a6f3);border-radius:2.0833333333vw;color:#fff;cursor:pointer;display:inline-block;font-size:20px;line-height:22px;min-width:148px;padding:17px 32px;text-align:center;white-space:normal}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__styles .btn-contariner .btn.btn__action{border-radius:8.5333333333vw}}.mdws-multiple-combinations-v1__styles .btn-contariner .btn.btn__action:hover{background:#0083de}.mdws-multiple-combinations-v1__styles .btn-contariner .btn.btn__action:active{background:#077dce}.mdws-multiple-combinations-v1__styles .btn-contariner .btn.btn__action.mdws-btn--disabled,.mdws-multiple-combinations-v1__styles .btn-contariner .btn.btn__action.mdws-btn--disabled:hover,.mdws-multiple-combinations-v1__styles .btn-contariner .btn.btn__action[disabled],.mdws-multiple-combinations-v1__styles .btn-contariner .btn.btn__action[disabled]:hover{background:#d6d6d6!important}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-v1__styles .btn-contariner .btn.btn__action{font-size:1.3888888889vw;line-height:1.5277777778vw;min-width:10.2777777778vw;padding:1.1805555556vw 2.2222222222vw}}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__styles .btn-contariner .btn.btn__action{border-radius:8.5333333333vw;font-size:3.7333333333vw;line-height:4.2666666667vw;min-width:21.3333333333vw;padding:2.6666666667vw 4.2666666667vw}}.mdws-multiple-combinations-v1__styles.mdws-gap-top{margin-top:0;padding-top:80px}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-v1__styles.mdws-gap-top{padding-top:5.5555555556vw}}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__styles.mdws-gap-top{padding-top:10.6666666667vw}}.mdws-multiple-combinations-v1__styles.mdws-gap-bottom{margin-bottom:0;padding-bottom:80px}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-v1__styles.mdws-gap-bottom{padding-bottom:5.5555555556vw}}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__styles.mdws-gap-bottom{padding-bottom:10.6666666667vw}}.mdws-multiple-combinations-v1{margin:0 auto;max-width:1760px}@media screen and (max-width:1920px){.mdws-multiple-combinations-v1{max-width:unset;padding:0 80px;width:100%}}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-v1{max-width:unset;padding:0 5.5555555556vw;width:100%}}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1{padding-left:0;padding-right:0;width:100%}}.mdws-multiple-combinations-v1__wrap{background-color:#fff;display:flex;gap:12px;justify-content:center;padding:20px 20px 0;width:100%}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-v1__wrap{gap:.8333333333vw;padding:1.3888888889vw 1.3888888889vw 0}}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__wrap{gap:1.0666666667vw;padding-left:0;padding-right:0;padding-top:82.1333333333vw;position:relative;width:100%}}.mdws-multiple-combinations-v1__tent{align-items:center;background-color:#fff;display:flex;justify-content:space-between;margin:0 auto;padding:20px;width:100%}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-v1__tent{padding:1.3888888889vw}}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__tent{flex-direction:column;justify-content:center;padding:8.5333333333vw 5.3333333333vw;width:100%}}.mdws-multiple-combinations-v1__tent-text{color:#333;font-size:28px;font-weight:500;line-height:normal}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-v1__tent-text{font-size:1.9444444444vw}}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__tent-text{font-size:4.8vw;text-align:center}}.mdws-multiple-combinations-v1__tent .mdws-btn{border:1px solid #1f94d2;box-sizing:border-box;color:#1f94d2;font-size:16px;line-height:18px;min-width:100px;padding:13px 24px!important}.mdws-multiple-combinations-v1__tent .mdws-btn:hover{background:#0083de;color:#fff}.mdws-multiple-combinations-v1__tent .mdws-btn:active{background:#077dce;color:#fff}.mdws-multiple-combinations-v1__tent .mdws-btn.mdws-btn--disabled,.mdws-multiple-combinations-v1__tent .mdws-btn[disabled]{background-color:#fff;border-color:#d6d6d6;color:#d6d6d6}.mdws-multiple-combinations-v1__tent .mdws-btn.mdws-btn--disabled:hover,.mdws-multiple-combinations-v1__tent .mdws-btn[disabled]:hover{border-color:#d6d6d6;color:#d6d6d6}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-v1__tent .mdws-btn{font-size:1.1111111111vw;line-height:1.25vw;min-width:6.9444444444vw;padding:.9027777778vw 1.6666666667vw!important}}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__tent .mdws-btn{border-radius:8.5333333333vw!important;font-size:3.7333333333vw!important;line-height:4.2666666667vw!important;margin-top:5.3333333333vw;min-width:21.3333333333vw!important;padding:2.6666666667vw 4.2666666667vw!important}}.mdws-multiple-combinations-v1__box{display:block;height:586px;position:relative}@media screen and (max-width:1920px){.mdws-multiple-combinations-v1__box{height:30.5208333333vw}}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-v1__box{height:29.4444444444vw}}.mdws-multiple-combinations-v1__box img{height:100%;object-fit:cover;width:100%}.mdws-multiple-combinations-v1__box__a{width:720px}@media screen and (max-width:1920px){.mdws-multiple-combinations-v1__box__a{width:37.5vw}}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-v1__box__a{width:36.1111111111vw}}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__box__a{height:81.0666666667vw;order:unset;position:absolute;top:0;width:100%}}.mdws-multiple-combinations-v1__box__b{width:488px}@media screen and (max-width:1920px){.mdws-multiple-combinations-v1__box__b{width:25.4166666667vw}}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-v1__box__b{width:24.1666666667vw}}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__box__b{height:59.7333333333vw;width:calc(50% - .53333vw)}}.mdws-multiple-combinations-v1__box__c{width:488px}@media screen and (max-width:1920px){.mdws-multiple-combinations-v1__box__c{width:25.4166666667vw}}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-v1__box__c{width:24.1666666667vw}}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__box__c{height:59.7333333333vw;width:calc(50% - .53333vw)}}.mdws-multiple-combinations-v1__box__c1{height:287px;margin-bottom:12px;width:488px}@media screen and (max-width:1920px){.mdws-multiple-combinations-v1__box__c1{height:14.9479166667vw;margin-bottom:.625vw;width:25.4166666667vw}}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-v1__box__c1{height:14.3055555556vw;margin-bottom:.8333333333vw;width:24.1666666667vw}}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__box__c1{height:calc(50% - .53333vw);margin-bottom:1.3333333333vw;width:100%}}.mdws-multiple-combinations-v1__box__d1{height:287px;width:488px}@media screen and (max-width:1920px){.mdws-multiple-combinations-v1__box__d1{height:14.9479166667vw;width:25.4166666667vw}}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-v1__box__d1{height:14.3055555556vw;width:24.1666666667vw}}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__box__d1{height:calc(50% - .53333vw);width:100%}}.mdws-multiple-combinations-v1__box__msg{align-items:flex-start;display:flex;height:100%;justify-content:flex-start;left:0;opacity:1;padding:8px;position:absolute;top:0;width:100%}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__box__msg{padding:1.0666666667vw}}.mdws-multiple-combinations-v1__box__title{-webkit-line-clamp:1;-webkit-box-orient:vertical;background:rgba(51,51,51,.6);border-radius:4px;color:#fff;display:inline-block;display:-webkit-box;font-size:14px;line-height:18px;overflow:hidden;padding:4px 10px;text-align:left;text-overflow:ellipsis}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-v1__box__title{border-radius:.2083333333vw;font-size:.8333333333vw;line-height:1.3888888889vw;padding:.2083333333vw .4861111111vw}}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__box__title{border-radius:1.0666666667vw;font-size:2.1333333333vw;line-height:normal;padding:.5333333333vw 1.0666666667vw}}.mdws-multiple-combinations-v1__c1 .mdws-multiple-combinations-v1__box__a{order:1}.mdws-multiple-combinations-v1__c1 .mdws-multiple-combinations-v1__box__b{order:2}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__c1 .mdws-multiple-combinations-v1__box__b{order:1}}.mdws-multiple-combinations-v1__c1 .mdws-multiple-combinations-v1__box__c{order:3}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__c1 .mdws-multiple-combinations-v1__box__c{order:2}}.mdws-multiple-combinations-v1__c2 .mdws-multiple-combinations-v1__box__a{order:1}.mdws-multiple-combinations-v1__c2 .mdws-multiple-combinations-v1__box__b{order:3}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__c2 .mdws-multiple-combinations-v1__box__b{order:2}}.mdws-multiple-combinations-v1__c2 .mdws-multiple-combinations-v1__box__c{order:2}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__c2 .mdws-multiple-combinations-v1__box__c{order:1}}.mdws-multiple-combinations-v1__c3 .mdws-multiple-combinations-v1__box__a{order:2}.mdws-multiple-combinations-v1__c3 .mdws-multiple-combinations-v1__box__b{order:1}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__c3 .mdws-multiple-combinations-v1__box__b{order:1}}.mdws-multiple-combinations-v1__c3 .mdws-multiple-combinations-v1__box__c{order:3}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__c3 .mdws-multiple-combinations-v1__box__c{order:2}}.mdws-multiple-combinations-v1__c4 .mdws-multiple-combinations-v1__box__a{order:3}.mdws-multiple-combinations-v1__c4 .mdws-multiple-combinations-v1__box__b{order:1}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__c4 .mdws-multiple-combinations-v1__box__b{order:1}}.mdws-multiple-combinations-v1__c4 .mdws-multiple-combinations-v1__box__c{order:2}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__c4 .mdws-multiple-combinations-v1__box__c{order:2}}.mdws-multiple-combinations-v1__c5 .mdws-multiple-combinations-v1__box__a{order:2}.mdws-multiple-combinations-v1__c5 .mdws-multiple-combinations-v1__box__b{order:3}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__c5 .mdws-multiple-combinations-v1__box__b{order:2}}.mdws-multiple-combinations-v1__c5 .mdws-multiple-combinations-v1__box__c{order:1}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__c5 .mdws-multiple-combinations-v1__box__c{order:1}}.mdws-multiple-combinations-v1__c6 .mdws-multiple-combinations-v1__box__a{order:3}.mdws-multiple-combinations-v1__c6 .mdws-multiple-combinations-v1__box__b{order:2}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__c6 .mdws-multiple-combinations-v1__box__b{order:2}}.mdws-multiple-combinations-v1__c6 .mdws-multiple-combinations-v1__box__c{order:1}@media screen and (max-width:767.9px){.mdws-multiple-combinations-v1__c6 .mdws-multiple-combinations-v1__box__c{order:1}}.mdws-multiple-combinations-products_swiper{display:flex;justify-content:center;margin:16px auto 0;max-width:1760px;overflow:hidden;width:100%}@media screen and (max-width:1920px){.mdws-multiple-combinations-products_swiper{max-width:unset;padding:0 80px;width:100%}}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-products_swiper{margin-top:1.1111111111vw;max-width:unset;padding:0 5.5555555556vw;width:100%}}@media screen and (max-width:767.9px){.mdws-multiple-combinations-products_swiper{margin-top:5.3333333333vw;padding:0 5.3333333333vw}}.mdws-multiple-combinations-products{display:flex;gap:16px;justify-content:space-between;width:100%}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-products{gap:1.1111111111vw}}@media screen and (max-width:767.9px){.mdws-multiple-combinations-products{gap:unset;justify-content:unset}}.mdws-multiple-combinations-products .products-item{align-items:center;background-color:#fff;display:flex;flex:1;justify-content:center;padding:20px 0}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-products .products-item{padding:1.3888888889vw 0}}@media screen and (max-width:767.9px){.mdws-multiple-combinations-products .products-item{border-radius:2.1333333333vw;flex:none;flex-direction:column;justify-content:flex-start;padding:4.2666666667vw}}.mdws-multiple-combinations-products .products-item-img{height:160px;object-fit:contain;width:160px}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-products .products-item-img{height:11.1111111111vw;width:11.1111111111vw}}@media screen and (max-width:767.9px){.mdws-multiple-combinations-products .products-item-img{height:51.2vw;width:51.2vw}}.mdws-multiple-combinations-products .products-item-content{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:center;margin-left:120px;text-align:left;width:480px}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-products .products-item-content{margin-left:8.3333333333vw;width:33.3333333333vw}}@media screen and (max-width:767.9px){.mdws-multiple-combinations-products .products-item-content{height:35.2vw;justify-content:flex-start;margin-left:0;margin-top:3.2vw;padding:4.2666666667vw;width:100%}}.mdws-multiple-combinations-products .products-item-content-title{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#333;display:-webkit-box;font-size:20px;font-weight:500;line-height:normal;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-products .products-item-content-title{font-size:1.3888888889vw}}@media screen and (max-width:767.9px){.mdws-multiple-combinations-products .products-item-content-title{font-size:4.8vw}}.mdws-multiple-combinations-products .products-item-content-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#5c5c5c;display:-webkit-box;font-size:16px;line-height:20px;margin-top:12px;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-products .products-item-content-desc{font-size:1.1111111111vw;line-height:1.3888888889vw;margin-top:.8333333333vw}}@media screen and (max-width:767.9px){.mdws-multiple-combinations-products .products-item-content-desc{font-size:3.2vw;line-height:normal;margin-top:3.2vw}}.mdws-multiple-combinations-products .products-item-content-btn{align-items:center;border:none;color:#1f94d2;display:flex;font-size:16px;font-weight:400;line-height:normal;margin-top:20px;padding:0;position:relative;text-align:center}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-products .products-item-content-btn{font-size:1.1111111111vw;line-height:1.3888888889vw;margin-top:1.3888888889vw}}.mdws-multiple-combinations-products .products-item-content-btn:hover{text-decoration:underline}.mdws-multiple-combinations-products .products-item-content-btn:active{color:#077dce}.mdws-multiple-combinations-products .products-item-content-btn:active:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB5PSIxNiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiByeD0iMCIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDAgMzIpIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik01LjUwMiAxOC4zOTZhLjY1Ny42NTcgMCAwIDAtLjA1Ljg3MWwuMDUuMDU4IDQuNjQgNC42NDEtNC42NCA0LjY0MmEuNjU3LjY1NyAwIDAgMC0uMDUuODcxbC4wNS4wNTdhLjY1Ni42NTYgMCAwIDAgLjg3LjA1MWwuMDU4LS4wNSA1LjEwMy01LjEwN2EuNjU3LjY1NyAwIDAgMCAuMDUtLjg3bC0uMDUtLjA1OC01LjEwMy01LjEwNmEuNjU2LjY1NiAwIDAgMC0uOTI4IDBaIiBmaWxsPSIjMDc3RENFIi8+PC9nPjwvc3ZnPg==)}.mdws-multiple-combinations-products .products-item-content-btn:after{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB5PSIxNiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiByeD0iMCIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDAgMzIpIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik01LjUwMiAxOC4zOTZhLjY1Ny42NTcgMCAwIDAtLjA1Ljg3MWwuMDUuMDU4IDQuNjQgNC42NDEtNC42NCA0LjY0MmEuNjU3LjY1NyAwIDAgMC0uMDUuODcxbC4wNS4wNTdhLjY1Ni42NTYgMCAwIDAgLjg3LjA1MWwuMDU4LS4wNSA1LjEwMy01LjEwN2EuNjU3LjY1NyAwIDAgMCAuMDUtLjg3bC0uMDUtLjA1OC01LjEwMy01LjEwNmEuNjU2LjY1NiAwIDAgMC0uOTI4IDBaIiBmaWxsPSIjMUY5NEQyIi8+PC9nPjwvc3ZnPg==) no-repeat;background-position:50%;background-size:100% 100%;content:"";display:inline-block;height:16px;margin-left:4px;vertical-align:middle;width:16px}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-products .products-item-content-btn:after{height:1.1111111111vw;margin-left:.2777777778vw;width:1.1111111111vw}}@media screen and (max-width:767.9px){.mdws-multiple-combinations-products .products-item-content-btn{font-size:3.7333333333vw;line-height:4.8vw;margin-top:5.3333333333vw}.mdws-multiple-combinations-products .products-item-content-btn:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB5PSIxMiIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIiByeD0iMCIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDAgMjQpIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik00LjEyNyAxMy43OTdhLjQ5My40OTMgMCAwIDAtLjAzOS42NTNsLjAzOS4wNDMgMy40NzkgMy40ODItMy40OCAzLjQ4MWEuNDkzLjQ5MyAwIDAgMC0uMDM4LjY1M2wuMDM5LjA0M2MuMTc4LjE3OS40Ni4xOTIuNjUzLjAzOGwuMDQzLS4wMzggMy44MjctMy44M2EuNDkzLjQ5MyAwIDAgMCAuMDM4LS42NTNsLS4wMzgtLjA0Mi0zLjgyNy0zLjgzYS40OTIuNDkyIDAgMCAwLS42OTYgMFoiIGZpbGw9IiMxRjk0RDIiLz48L2c+PC9zdmc+);height:3.2vw;margin-left:1.0666666667vw;width:3.2vw}}.mdws-multiple-combinations-products.column-2 .products-item .products-item-img{height:160px;width:160px}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-products.column-2 .products-item .products-item-img{height:11.1111111111vw;width:11.1111111111vw}}.mdws-multiple-combinations-products.column-2 .products-item .products-item-content{margin-left:20px;width:452px}@media screen and (max-width:1920px){.mdws-multiple-combinations-products.column-2 .products-item .products-item-content{margin-left:1.0416666667vw;width:23.5416666667vw}}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-products.column-2 .products-item .products-item-content{margin-left:1.3888888889vw;width:25.8333333333vw}}.mdws-multiple-combinations-products.column-3 .products-item .products-item-img{height:160px;width:160px}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-products.column-3 .products-item .products-item-img{height:8.3333333333vw;margin:1.3888888889vw 0;width:8.3333333333vw}}.mdws-multiple-combinations-products.column-3 .products-item .products-item-content{margin-left:20px;width:268px}@media screen and (max-width:1920px){.mdws-multiple-combinations-products.column-3 .products-item .products-item-content{margin-left:1.0416666667vw;width:13.9583333333vw}}@media screen and (max-width:1440.9px){.mdws-multiple-combinations-products.column-3 .products-item .products-item-content{margin-left:.5555555556vw;width:14.4444444444vw}}.page-v2 .news-contariner{margin:0 auto;padding-top:3.125vw;position:relative;width:66.6666666667vw}.page-v2 .news-contariner .news-contariner-basic{padding:0}.page-v2 .news-contariner .gws-news-detail{display:flex;flex-direction:column;font-size:1.25vw;line-height:1.5625vw}.page-v2 .news-contariner .gws-news-basic-title{color:#333;font-size:2.0833333333vw;font-weight:500;line-height:normal;margin-bottom:1.5625vw;order:1}.page-v2 .news-contariner .gws-news-basic-date{color:#333;margin-bottom:1.5625vw;order:2}.page-v2 .news-contariner .gws-news-basic-desc{color:#333;font-size:1.25vw;font-weight:700;line-height:1.5625vw;margin-bottom:1.5625vw;order:3}@media screen and (max-width:767.9px){.page-v2 .news-contariner{padding-top:9.6vw;width:100%}.page-v2 .news-contariner .news-contariner-basic{padding:0 5.3333333333vw}.page-v2 .news-contariner .gws-news-detail{color:#333;font-size:3.7333333333vw;line-height:4.8vw}.page-v2 .news-contariner .gws-news-basic-title{font-size:5.3333333333vw;line-height:normal;margin-bottom:5.3333333333vw}.page-v2 .news-contariner .gws-news-basic-date{font-size:4.2666666667vw;line-height:5.3333333333vw;margin-bottom:5.3333333333vw}.page-v2 .news-contariner .gws-news-basic-desc{font-size:4.8vw;font-weight:500;line-height:normal;margin-bottom:5.3333333333vw}}.page-res-v2 .news-contariner{margin:auto;padding-top:60px;position:relative;width:1440px}@media screen and (max-width:1600px){.page-res-v2 .news-contariner{padding-left:80px;padding-right:80px;width:unset}}@media screen and (max-width:1440.9px){.page-res-v2 .news-contariner{padding-left:5.5555555556vw;padding-right:5.5555555556vw}}@media screen and (max-width:767.9px){.page-res-v2 .news-contariner{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}@media screen and (min-width:1440px){.page-res-v2 .news-contariner .news-contariner-basic{margin:auto;width:1280px}}.page-res-v2 .news-contariner .gws-news-detail{display:flex;flex-direction:column;margin-bottom:30px}@media screen and (max-width:1440.9px){.page-res-v2 .news-contariner .gws-news-detail{margin-bottom:2.0833333333vw}}.page-res-v2 .news-contariner .gws-news-basic-title{color:#333;font-size:36px;font-weight:500;letter-spacing:0;line-height:44px;margin-bottom:0;order:1}@media screen and (max-width:1440.9px){.page-res-v2 .news-contariner .gws-news-basic-title{font-size:2.5vw;line-height:3.0555555556vw;margin-bottom:0}}.page-res-v2 .news-contariner .gws-news-basic-date{color:#333;font-size:20px;font-weight:300;letter-spacing:0;line-height:28px;margin-bottom:0;margin-top:30px;order:2}@media screen and (max-width:1440.9px){.page-res-v2 .news-contariner .gws-news-basic-date{font-size:1.3888888889vw;line-height:1.9444444444vw;margin-top:2.0833333333vw}}.page-res-v2 .news-contariner .gws-news-basic-desc{color:#333;font-size:24px;font-weight:500;letter-spacing:0;line-height:32px;margin-bottom:0;margin-top:30px;order:3}@media screen and (max-width:1440.9px){.page-res-v2 .news-contariner .gws-news-basic-desc{font-size:1.6666666667vw;line-height:2.2222222222vw;margin-top:2.0833333333vw}}@media screen and (max-width:767.9px){.page-res-v2 .news-contariner{padding-top:9.6vw;width:100%}.page-res-v2 .news-contariner .news-contariner-basic{padding:0}.page-res-v2 .news-contariner .gws-news-detail{color:#333;font-size:3.7333333333vw;line-height:4.8vw;margin-bottom:5.3333333333vw}.page-res-v2 .news-contariner .gws-news-basic-title{font-size:5.3333333333vw;line-height:normal;margin-bottom:0}.page-res-v2 .news-contariner .gws-news-basic-date{font-size:4.2666666667vw;line-height:5.3333333333vw;margin-bottom:0;margin-top:5.3333333333vw}.page-res-v2 .news-contariner .gws-news-basic-desc{font-size:4.8vw;font-weight:500;line-height:normal;margin-bottom:0;margin-top:5.3333333333vw}}.gws-newsList__styles.c-text-align-right .gws-news-list-contariner-item-desc,.gws-newsList__styles.c-text-align-right .gws-news-list-contariner-item-title{direction:rtl}.gws-news-list{margin:0 auto;padding:3.125vw 0;width:91.6666666667vw}.gws-news-list-sectionTitle{color:#333;font-size:2.9166666667vw;font-weight:500;line-height:3.5416666667vw;margin-bottom:3.125vw;text-align:center}.gws-news-list-contariner{display:flex;flex-wrap:wrap;justify-content:flex-start;margin-top:1.25vw}.gws-news-list-contariner-item{display:flex;flex-direction:column;margin-right:calc(50% - 44.76563vw);margin-top:3.125vw;max-height:34.375vw;padding-bottom:1.0416666667vw;width:29.84375vw}.gws-news-list-contariner-item:first-of-type,.gws-news-list-contariner-item:nth-of-type(2),.gws-news-list-contariner-item:nth-of-type(3){margin-top:0}.gws-news-list-contariner-item:nth-child(3n){margin-right:0}.gws-news-list-contariner-item-imgBox{height:17.1875vw;order:1;overflow:hidden;width:100%}.gws-news-list-contariner-item-img{height:100%;object-fit:contain;width:100%}.gws-news-list-contariner-item-title{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;font-weight:500;max-height:4.6875vw;order:3;overflow:hidden;text-overflow:ellipsis;white-space:normal;width:29.84375vw}.gws-news-list-contariner-item-date,.gws-news-list-contariner-item-title{color:#333;font-size:1.25vw;line-height:1.5625vw;margin-top:1.0416666667vw}.gws-news-list-contariner-item-date{order:2}.gws-news-list-contariner-item-desc{-webkit-line-clamp:5;-webkit-box-orient:vertical;color:#707070;display:-webkit-box;font-size:.9375vw;margin-top:1.0416666667vw;order:4;overflow:hidden;text-overflow:ellipsis;width:29.84375vw}.gws-news-list-more{margin-bottom:0;margin-top:1.5625vw;text-align:center}.gws-news-list-more-btn{word-wrap:break-word;background:linear-gradient(90deg,#2b85c3,#37a6f3);border-radius:2.0833333333vw;color:#fff;cursor:pointer;display:inline-block;font-family:HCo Gotham,sans-serif!important;font-size:1.25vw;line-height:1.5625vw;padding:.8854166667vw 1.6666666667vw;text-align:center;white-space:normal}@media screen and (max-width:767.9px){.gws-news-list-more-btn{border-radius:8.5333333333vw}}.gws-news-list-more-btn:hover{background:#0083de}.gws-news-list-more-btn:active{background:#077dce}.gws-news-list-more-btn.mdws-btn--disabled,.gws-news-list-more-btn.mdws-btn--disabled:hover,.gws-news-list-more-btn[disabled],.gws-news-list-more-btn[disabled]:hover{background:#d6d6d6!important}@media screen and (max-width:767.9px){.gws-news-list{padding:5.3333333333vw;width:100%}.gws-news-list-sectionTitle{font-size:4.8vw;line-height:normal;margin-bottom:5.3333333333vw}.gws-news-list-contariner{margin-top:0}.gws-news-list-contariner-item{border-bottom:1px solid #d6d6d6;height:auto;margin-right:0;margin-top:5.3333333333vw;padding-bottom:5.3333333333vw;padding-left:40vw;position:relative;width:100%}.gws-news-list-contariner-item:first-of-type{margin-top:0}.gws-news-list-contariner-item:nth-of-type(2),.gws-news-list-contariner-item:nth-of-type(3){margin-top:5.3333333333vw}.gws-news-list-contariner-item-imgBox{height:21.3333333333vw;left:0;order:3;position:absolute;top:0;width:37.3333333333vw}.gws-news-list-contariner-item-title{font-size:3.7333333333vw;height:14.4vw;line-height:4.8vw;margin-top:0;max-height:unset;order:2;width:49.3333333333vw}.gws-news-list-contariner-item-date{font-size:3.2vw;line-height:normal;margin-top:2.1333333333vw}.gws-news-list-contariner-item-desc{display:none}.gws-news-list-contariner .hide-border{border-bottom:none}.gws-news-list-more{margin-bottom:4.2666666667vw;margin-top:0}.gws-news-list-more-btn{border-radius:7.4666666667vw;font-size:3.7333333333vw;line-height:5.3333333333vw;padding:1.6vw 5.3333333333vw}}.page-res-v2 .gws-news-list{margin:auto;width:1440px}@media screen and (max-width:1600px){.page-res-v2 .gws-news-list{padding-left:80px;padding-right:80px;width:unset}}@media screen and (max-width:1440.9px){.page-res-v2 .gws-news-list{padding-left:5.5555555556vw;padding-right:5.5555555556vw}}@media screen and (max-width:767.9px){.page-res-v2 .gws-news-list{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}.page-res-v2 .gws-news-list-sectionTitle{color:#333;font-size:40px;font-weight:500;line-height:48px;margin-bottom:0;padding:60px 80px;text-align:center}@media screen and (max-width:1440.9px){.page-res-v2 .gws-news-list-sectionTitle{font-size:2.7777777778vw;line-height:3.3333333333vw;padding:4.1666666667vw 5.5555555556vw}}.page-res-v2 .gws-news-list-contariner{display:flex;flex-wrap:wrap;gap:0 20px;justify-content:unset;margin-top:0}@media screen and (max-width:1440.9px){.page-res-v2 .gws-news-list-contariner{gap:0 1.3888888889vw}}.page-res-v2 .gws-news-list-contariner-item{display:flex;flex-direction:column;margin-right:0;margin-top:80px;max-height:660px;padding-bottom:0;width:calc(33.33333% - 13.33333px)}.page-res-v2 .gws-news-list-contariner-item:first-of-type,.page-res-v2 .gws-news-list-contariner-item:nth-of-type(2),.page-res-v2 .gws-news-list-contariner-item:nth-of-type(3){margin-top:0}@media screen and (max-width:1440.9px){.page-res-v2 .gws-news-list-contariner-item{margin-top:5.5555555556vw;max-height:45.8333333333vw;width:calc(33.33333% - .92593vw)}}.page-res-v2 .gws-news-list-contariner-item-imgBox{height:268px;order:1;overflow:hidden;width:100%}@media screen and (max-width:1600px){.page-res-v2 .gws-news-list-contariner-item-imgBox{height:236px}}@media screen and (max-width:1440.9px){.page-res-v2 .gws-news-list-contariner-item-imgBox{height:16.3888888889vw}}.page-res-v2 .gws-news-list-contariner-item-img{height:100%;object-fit:contain;width:100%}.page-res-v2 .gws-news-list-contariner-item-title{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#333;display:-webkit-box;font-size:20px;font-weight:500;line-height:28px;margin-top:20px;max-height:90px;order:3;overflow:hidden;text-overflow:ellipsis;white-space:normal;width:100%}@media screen and (max-width:1440.9px){.page-res-v2 .gws-news-list-contariner-item-title{font-size:1.3888888889vw;line-height:1.9444444444vw;margin-top:1.3888888889vw;min-height:6.25vw}}.page-res-v2 .gws-news-list-contariner-item-date{color:#333;font-size:20px;line-height:28px;margin-top:20px;order:2}@media screen and (max-width:1440.9px){.page-res-v2 .gws-news-list-contariner-item-date{font-size:1.3888888889vw;line-height:1.9444444444vw;margin-top:1.3888888889vw}}.page-res-v2 .gws-news-list-contariner-item-desc{-webkit-line-clamp:5;-webkit-box-orient:vertical;color:#707070;display:-webkit-box;font-size:16px;line-height:24px;margin-top:20px;order:4;overflow:hidden;text-overflow:ellipsis;width:100%}@media screen and (max-width:1440.9px){.page-res-v2 .gws-news-list-contariner-item-desc{font-size:1.1111111111vw;line-height:1.6666666667vw;margin-top:1.3888888889vw}}.page-res-v2 .gws-news-list-more{margin-bottom:0;margin-top:60px;text-align:center}@media screen and (max-width:1440.9px){.page-res-v2 .gws-news-list-more{margin-top:4.1666666667vw}}.page-res-v2 .gws-news-list-more-btn{background:linear-gradient(90deg,#2b85c3,#37a6f3);border-radius:40px;color:#fff;font-family:HCo Gotham,sans-serif!important;font-size:20px;height:56px;line-height:22px;min-width:148px;padding:17px 32px}.page-res-v2 .gws-news-list-more-btn:hover{background:#0083de}@media screen and (max-width:1440.9px){.page-res-v2 .gws-news-list-more-btn{border-radius:2.7777777778vw;font-size:1.3888888889vw;height:3.8888888889vw;line-height:1.5277777778vw;min-width:10.2777777778vw;padding:1.1805555556vw 2.2222222222vw}}@media screen and (max-width:767.9px){.page-res-v2 .gws-news-list{padding:5.3333333333vw;width:100%}.page-res-v2 .gws-news-list-sectionTitle{font-size:4.8vw;line-height:normal;margin-bottom:5.3333333333vw}.page-res-v2 .gws-news-list-contariner{margin-top:0}.page-res-v2 .gws-news-list-contariner-item{border-bottom:1px solid #d6d6d6;height:auto;margin-right:0;margin-top:5.3333333333vw;padding-bottom:5.3333333333vw;padding-left:40vw;position:relative;width:100%}.page-res-v2 .gws-news-list-contariner-item:first-of-type{margin-top:0}.page-res-v2 .gws-news-list-contariner-item:nth-of-type(2),.page-res-v2 .gws-news-list-contariner-item:nth-of-type(3){margin-top:5.3333333333vw}.page-res-v2 .gws-news-list-contariner-item-imgBox{height:21.3333333333vw;left:0;order:3;position:absolute;top:0;width:37.3333333333vw}.page-res-v2 .gws-news-list-contariner-item-title{font-size:3.7333333333vw;height:14.4vw;line-height:4.8vw;margin-top:0;max-height:unset;order:2;width:49.3333333333vw}.page-res-v2 .gws-news-list-contariner-item-date{font-size:3.2vw;line-height:normal;margin-top:2.1333333333vw}.page-res-v2 .gws-news-list-contariner-item-desc{display:none}.page-res-v2 .gws-news-list-contariner .hide-border{border-bottom:none}.page-res-v2 .gws-news-list-more{margin-bottom:4.2666666667vw;margin-top:0}.page-res-v2 .gws-news-list-more-btn{border-radius:8.5333333333vw;font-size:3.7333333333vw;height:9.6vw;line-height:4.2666666667vw;min-width:21.3333333333vw;padding:2.6666666667vw 4.2666666667vw}}.mdws-notification-bar{align-items:center;display:flex;padding:.78125vw 9.6875vw;position:relative;z-index:1}@media screen and (max-width:767.9px){.mdws-notification-bar{display:block;padding:2.6666666667vw 5.3333333333vw}}.mdws-notification-bar__hidden{display:none!important}.mdws-notification-bar__txt-clone{margin-left:1.0416666667vw}@media screen and (max-width:767.9px){.mdws-notification-bar__wrap{margin:0;width:calc(100% - 6.93333vw)!important}}.mdws-notification-bar__item{width:100%!important}@media screen and (max-width:767.9px){.mdws-notification-bar__item{overflow:hidden}}.mdws-notification-bar__item-content{display:flex;font-size:.8333333333vw;font-weight:400;line-height:1.0416666667vw;white-space:nowrap;width:100%}@media screen and (max-width:767.9px){.mdws-notification-bar__item-content{color:#333;display:block;font-size:3.7333333333vw;line-height:4.8vw;white-space:normal}.mdws-notification-bar__item-content .mdws-notification-bar__outer-btn{display:none}}.mdws-notification-bar__item-notification-box{overflow:hidden}.mdws-notification-bar__item-notification{color:#333;display:flex;flex:1;flex-wrap:nowrap}.mdws-notification-bar__item-notification p{line-height:1.0416666667vw;width:fit-content}@media screen and (max-width:767.9px){.mdws-notification-bar__item-notification p{color:#333;font-size:3.2vw;line-height:normal;padding:0;width:100%}}.mdws-notification-bar__item-notification p .mdws-notification-bar__item-btn-mobile{display:none}@media screen and (max-width:767.9px){.mdws-notification-bar__item-notification p .mdws-notification-bar__item-btn-mobile{color:#1f94d2;display:inline-block;font-size:3.2vw;line-height:normal}}.mdws-notification-bar__item-center{justify-content:center}.mdws-notification-bar__item-btn{color:#1f94d2;display:inline-block;margin-left:.5208333333vw}@media screen and (max-width:767.9px){.mdws-notification-bar__item-btn{margin-left:0}}.mdws-notification-bar .notification-btn{display:flex;justify-content:space-between;position:absolute;right:9.1666666667vw;transform:translateX(100%);width:6.1458333333vw;z-index:9999999}@media screen and (max-width:767.9px){.mdws-notification-bar .notification-btn{margin:2.6666666667vw auto 0;position:static;transform:unset;width:15.4666666667vw}}.mdws-notification-bar .notification-btn .notification-swiper-btnGroups{align-items:center;display:flex;justify-content:space-between;padding-left:.2083333333vw;position:relative;width:4.0625vw}@media screen and (max-width:767.9px){.mdws-notification-bar .notification-btn .notification-swiper-btnGroups{width:auto}}.mdws-notification-bar .notification-btn__prev{transform:translateY(0)!important}.mdws-notification-bar .notification-btn__page{color:#333;display:flex;flex:1;font-size:.8333333333vw;justify-content:center;line-height:1.0416666667vw;padding:0;position:static;transform:translateY(0)!important}@media screen and (max-width:767.9px){.mdws-notification-bar .notification-btn__page{color:#707070;font-size:3.2vw;line-height:normal;margin:0 2.1333333333vw}}.mdws-notification-bar .notification-btn__next{transform:translateY(0)!important}.mdws-notification-bar .notification-btn__next:before{right:0!important}.mdws-notification-bar .notification-close-btn{cursor:pointer;height:.9375vw;position:absolute;right:0;top:50%;transform:translateY(-50%);width:.9375vw}@media screen and (max-width:767.9px){.mdws-notification-bar .notification-close-btn{height:3.7333333333vw;width:3.7333333333vw}}.mdws-notification-bar .notification-close-btn:after,.mdws-notification-bar .notification-close-btn:before{background-color:#707070;content:"";display:inline-block;height:.1041666667vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(45deg);width:.9375vw}@media screen and (max-width:767.9px){.mdws-notification-bar .notification-close-btn:after,.mdws-notification-bar .notification-close-btn:before{height:.5333333333vw;width:3.7333333333vw}}.mdws-notification-bar .notification-close-btn:after{transform:translate(-50%,-50%) rotate(-45deg)}@media screen and (max-width:767.9px){.mdws-notification-bar .notification-close-btn{right:5.3333333333vw;top:5.3333333333vw}}.mdws-notification-bar .notification-swiper-btn{cursor:pointer;height:.625vw;top:50%;transform:translateY(-50%);width:.625vw}@media screen and (max-width:767.9px){.mdws-notification-bar .notification-swiper-btn{height:2.1333333333vw;width:2.1333333333vw}}.mdws-notification-bar .swiper-button_prev{left:0}.mdws-notification-bar .swiper-button_prev:before{border-bottom:.1041666667vw solid #707070;border-left:.1041666667vw solid #707070;content:"";display:inline-block;height:.46875vw;left:50%;position:absolute;top:50%;transform:translate(-25%,-50%) rotate(45deg);width:.46875vw}@media screen and (max-width:767.9px){.mdws-notification-bar .swiper-button_prev:before{border-bottom:.5333333333vw solid #707070;border-bottom:.1041666667vw solid #707070;border-left:.5333333333vw solid #707070;border-left:.1041666667vw solid #707070;content:"";display:inline-block;height:2.4vw;height:.4166666667vw;left:50%;position:absolute;top:50%;transform:translate(-25%,-50%) rotate(45deg);width:2.4vw;width:.4166666667vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-notification-bar .swiper-button_prev:before{border-bottom:.5333333333vw solid #707070;border-left:.5333333333vw solid #707070;height:2.1333333333vw;width:2.1333333333vw}}.mdws-notification-bar .swiper-button_next{left:0}.mdws-notification-bar .swiper-button_next:before{border-right:.1041666667vw solid #707070;border-top:.1041666667vw solid #707070;content:"";display:inline-block;height:.46875vw;left:50%;position:absolute;top:50%;transform:translate(-75%,-50%) rotate(45deg);width:.46875vw}@media screen and (max-width:767.9px){.mdws-notification-bar .swiper-button_next:before{border-right:.5333333333vw solid #707070;border-right:.1041666667vw solid #707070;border-top:.5333333333vw solid #707070;border-top:.1041666667vw solid #707070;content:"";display:inline-block;height:2.4vw;height:.4166666667vw;left:50%;position:absolute;top:50%;transform:translate(-75%,-50%) rotate(45deg);width:2.4vw;width:.4166666667vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-notification-bar .swiper-button_next:before{border-right:.5333333333vw solid #707070;border-top:.5333333333vw solid #707070;height:2.1333333333vw;width:2.1333333333vw}}.mdws-office-card-v1__card-box{display:flex;flex-wrap:wrap;margin-top:-1.0416666667vw;padding-left:4.1666666667vw;padding-right:4.1666666667vw}@media screen and (max-width:767.9px){.mdws-office-card-v1__card-box{margin-top:-5.3333333333vw;padding-left:5.3333333333vw;padding-right:5.3333333333vw}}.mdws-office-card-v1__card-item{background-color:#f9f9f9;color:#333;margin-right:1.0416666667vw;margin-top:1.0416666667vw;padding:1.5625vw;position:relative;width:calc(33.33333% - .69444vw)}@media screen and (max-width:767.9px){.mdws-office-card-v1__card-item{margin-right:0;margin-top:5.3333333333vw;padding:5.3333333333vw;width:100%}}.mdws-office-card-v1__card-item:nth-child(3n){margin-right:0}.mdws-office-card-v1__card-item-states{display:flex;min-height:2.0833333333vw}@media screen and (max-width:767.9px){.mdws-office-card-v1__card-item-states{min-height:6.4vw}}.mdws-office-card-v1__card-item-states picture{align-items:center;display:flex;height:2.0833333333vw;margin-right:.5208333333vw;width:2.0833333333vw}@media screen and (max-width:767.9px){.mdws-office-card-v1__card-item-states picture{height:6.4vw;margin-right:2.6666666667vw;width:6.4vw}}.mdws-office-card-v1__card-item-states picture img{margin-right:.5208333333vw;max-height:2.0833333333vw;max-width:2.0833333333vw}@media screen and (max-width:767.9px){.mdws-office-card-v1__card-item-states picture img{max-height:6.4vw;max-width:6.4vw}}.mdws-office-card-v1__card-item-title{font-size:1.5625vw;font-weight:500;line-height:normal;margin-top:.5208333333vw;padding:.5208333333vw 0}@media screen and (max-width:767.9px){.mdws-office-card-v1__card-item-title{font-size:4.8vw;font-weight:500;margin-top:2.1333333333vw;padding:.5333333333vw 0}}.mdws-office-card-v1__card-item-desc{color:#707070;cursor:pointer;font-size:1.0416666667vw;font-weight:400;letter-spacing:0;line-height:normal;margin-bottom:1.0416666667vw;position:relative}@media screen and (max-width:767.9px){.mdws-office-card-v1__card-item-desc{margin:2.6666666667vw 0}}.mdws-office-card-v1__card-item-desc>span{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:767.9px){.mdws-office-card-v1__card-item-desc>span{-webkit-line-clamp:none;display:block;overflow:visible;text-overflow:clip}.mdws-office-card-v1__card-item-desc{font-size:3.7333333333vw;line-height:4.8vw}}.mdws-office-card-v1__card-item-desc-tip{background-color:#333;border-radius:.4166666667vw;color:#fff;left:0;opacity:0;padding:.5208333333vw;position:absolute;top:-.5208333333vw;transform:translateY(-100%);transition:all .5s;visibility:hidden;width:100%}.mdws-office-card-v1__card-item-desc-tip:after{border-left:.2083333333vw solid transparent;border-right:.2083333333vw solid transparent;border-top:.2083333333vw solid #000;bottom:-.2083333333vw;content:"";display:inline-block;height:0;left:.5208333333vw;position:absolute;width:0}@media screen and (max-width:767.9px){.mdws-office-card-v1__card-item-desc-tip{display:none}}.mdws-office-card-v1__card-item-desc:hover .mdws-office-card-v1__card-item-desc-tip{opacity:1;visibility:visible}.mdws-office-card-v1__card-item-content{margin-bottom:4.0625vw}@media screen and (max-width:767.9px){.mdws-office-card-v1__card-item-content{margin-bottom:0}}.mdws-office-card-v1__card-item-icon{height:1.5625vw;margin-right:.5208333333vw;width:1.5625vw}@media screen and (max-width:767.9px){.mdws-office-card-v1__card-item-icon{height:5.3333333333vw;margin-right:2.6666666667vw;width:5.3333333333vw}}.mdws-office-card-v1__card-item-name{flex:1;font-size:.9375vw;font-weight:400;line-height:1.5625vw}@media screen and (max-width:767.9px){.mdws-office-card-v1__card-item-name{font-size:3.7333333333vw;line-height:5.3333333333vw}}.mdws-office-card-v1__card-item-clock .mdws-office-card-v1__card-item-icon{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCI+PHBhdGggZD0iTTE1IDI4QzcuODIgMjggMiAyMi4xOCAyIDE1UzcuODIgMiAxNSAyczEzIDUuODIgMTMgMTMtNS44MiAxMy0xMyAxM1ptMS4zLTEzVjguNWgtMi42djkuMWg3LjhWMTVoLTUuMloiIGZpbGw9IiMxRjk0RDIiLz48L3N2Zz4=) no-repeat 50%;background-size:100%}.mdws-office-card-v1__card-item-position .mdws-office-card-v1__card-item-icon{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMy43NSAxMi4yODVDMy43NSA2LjE5MSA4LjcxIDEuMjUgMTQuODI3IDEuMjVjNi4xMTggMCAxMS4wNzggNC45NCAxMS4wNzggMTEuMDM1IDAgMy43NTItMi45MjEgOC40NC04LjY5NSAxNC4yNDVsLS45MzYuOTI1LS40ODUuNDdhMS4zODkgMS4zODkgMCAwIDEtMS45MjMgMCA5NC40MzggOTQuNDM4IDAgMCAxLS40ODYtLjQ3bC0uOTM1LS45MjVDNi42NzEgMjAuNzI1IDMuNzUgMTYuMDM3IDMuNzUgMTIuMjg1Wm0xNiAuMDM2YTQuOTIyIDQuOTIyIDAgMCAxLTQuOTIzIDQuOTIgNC45MjIgNC45MjIgMCAwIDEtNC45MjMtNC45MiA0LjkyMiA0LjkyMiAwIDAgMSA0LjkyMy00LjkyIDQuOTIyIDQuOTIyIDAgMCAxIDQuOTIzIDQuOTJabS0yLjgxMyAwYTIuMTEgMi4xMSAwIDEgMS00LjIxOS0uMDAxIDIuMTEgMi4xMSAwIDAgMSA0LjIyIDBaIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMxRjk0RDIiLz48L2c+PC9zdmc+) no-repeat 50%;background-size:100%}.mdws-office-card-v1__card-item-phone .mdws-office-card-v1__card-item-icon{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMjEuODY1IDE3LjM2MmMuNzY0LS4wODYgMS4xMDMuMDg3IDMuMzA2IDEuNDcgMi4xMjEgMS4zOCAyLjQ2IDEuOTg0IDIuMjkxIDIuODQ5LS4wODUgMS4xMjMtMS4wMTYgMi45MzUtMi4xMTggMy44LTIuNzEyIDEuOS0xMC4yNTguNDMyLTE2LjEwNi02LjEzMUMzLjM4OSAxMi43ODcgMy42NDQgOC4wNCAzLjgxNCA2LjY1NmMuMTY3LTEuMTIuNTA2LTIuMDcxIDEuNjk0LTIuODQ5IDEuMTg3LS45NSAyLjM3Mi0xLjM4MyAzLjA1MS0xLjI5Ni43NjEgMCAuOTMuMDg2IDIuMDM0IDEuNzI2IDEuNjExIDIuMjQ0IDEuNjk2IDMuMjgxIDEuNjk2IDMuOC0uMTcgMS4wMzQtLjg0OCAxLjM4LTEuNTI3IDEuOTg1bC0uMDQuMDU2Yy0uNjgzLjk1Mi0xLjc1IDIuNDQyIDIuMDc0IDYuNTA2IDUuMDc3IDQuOTI2IDYuNjMgMy4wNiA2LjkxNiAyLjcxN2wuMDM1LS4wNGMxLjEtMS42NCAxLjM1NS0xLjgxMiAyLjExOC0xLjg5OVoiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzFGOTREMiIvPjwvZz48L3N2Zz4=) no-repeat 50%;background-size:100%}.mdws-office-card-v1__card-item-phone .mdws-office-card-v1__card-item-name{cursor:pointer}.mdws-office-card-v1__card-item-fax .mdws-office-card-v1__card-item-icon{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMjEuOTQ0IDEuMjVjLjk3NCAwIDEuNzY0Ljc5IDEuNzY0IDEuNzY1djkuOTg3aDIuNzc0YzEuMDIgMCAxLjg0Ni44MjcgMS44NDYgMS44NDd2Ni44N2MwIDEuMDItLjgyNiAxLjg0Ni0xLjg0NiAxLjg0NkgyMi4xOHYyLjljMCAxLjAyLS44MjYgMS44NDctMS44NDUgMS44NDdIOS4yNTlhMS44NDYgMS44NDYgMCAwIDEtMS44NDUtMS44NDd2LTIuOUgzLjA5NmExLjg0NiAxLjg0NiAwIDAgMS0xLjg0Ni0xLjg0N1YxNC44NWMwLTEuMDIuODI2LTEuODQ3IDEuODQ2LTEuODQ3aDIuNzlWMy4wMTVjMC0uOTc1Ljc4OS0xLjc2NSAxLjc2My0xLjc2NWgxNC4yOTVabS0uMjMyIDIuNTE1SDcuODU4djkuMjM3aDEzLjg1NFYzLjc2NVptLTEuMjc0IDIuMzY4YS44MDguODA4IDAgMCAwLS44MDgtLjgwOEg5Ljk0YS44MDguODA4IDAgMCAwIDAgMS42MTZoOS42OWEuODA4LjgwOCAwIDAgMCAuODA4LS44MDhabTAgNC4xMjhhLjgwOC44MDggMCAwIDAtLjgwOC0uODA4SDkuOTRhLjgwOC44MDggMCAwIDAgMCAxLjYxNmg5LjY5YS44MDguODA4IDAgMCAwIC44MDgtLjgwOFpNNy4zNCAxNi43NTNxMCAuMDkxLS4wMTguMTgtLjAxOC4wOS0uMDUyLjE3NC0uMDM1LjA4NC0uMDg2LjE2LS4wNS4wNzUtLjExNC4xNC0uMDY1LjA2NC0uMTQuMTE0LS4wNzYuMDUtLjE2LjA4NXQtLjE3My4wNTNxLS4wOS4wMTgtLjE4LjAxOHQtLjE4LS4wMThxLS4wOS0uMDE4LS4xNzMtLjA1My0uMDg0LS4wMzUtLjE2LS4wODUtLjA3NS0uMDUtLjE0LS4xMTUtLjA2NC0uMDY0LS4xMTQtLjE0LS4wNS0uMDc1LS4wODYtLjE2LS4wMzQtLjA4NC0uMDUyLS4xNzMtLjAxOC0uMDg5LS4wMTgtLjE4IDAtLjA5LjAxOC0uMTh0LjA1Mi0uMTczcS4wMzUtLjA4NC4wODYtLjE2LjA1LS4wNzYuMTE0LS4xNC4wNjUtLjA2NC4xNC0uMTE1LjA3Ni0uMDUuMTYtLjA4NXQuMTczLS4wNTNxLjA5LS4wMTcuMTgtLjAxN3QuMTguMDE3cS4wOS4wMTguMTczLjA1My4wODQuMDM1LjE2LjA4NS4wNzUuMDUuMTQuMTE1LjA2NC4wNjQuMTE0LjE0LjA1LjA3Ni4wODYuMTYuMDM0LjA4NC4wNTIuMTczLjAxOC4wOS4wMTguMThabTIuNTEgNC4yaDkuODc4djQuOTJIOS44NXYtNC45MloiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzFGOTREMiIvPjwvZz48L3N2Zz4=) no-repeat 50%;background-size:100%}.mdws-office-card-v1__card-item-email .mdws-office-card-v1__card-item-icon{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNNC45NDIgMy43NWgxOS42OTVhMy42OTEgMy42OTEgMCAwIDEgMy42OTIgMy42OXYxNC43NjNhMy42OTEgMy42OTEgMCAwIDEtMy42OTIgMy42OUg0Ljk0MmEzLjY5MSAzLjY5MSAwIDAgMS0zLjY5Mi0zLjY5VjcuNDRhMy42OTEgMy42OTEgMCAwIDEgMy42OTItMy42OVptNS42NjYgNy40OThhMS4yMzEgMS4yMzEgMCAwIDAtMS4wNiAyLjIyIDEyLjE3IDEyLjE3IDAgMCAwIDEwLjQ4NCAwIDEuMjMgMS4yMyAwIDEgMC0xLjA2LTIuMjIgOS43MDggOS43MDggMCAwIDEtOC4zNjQgMFoiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzFGOTREMiIvPjwvZz48L3N2Zz4=) no-repeat 50%;background-size:100%}.mdws-office-card-v1__card-item-email .mdws-office-card-v1__card-item-name{cursor:pointer}.mdws-office-card-v1__card-item-other .mdws-office-card-v1__card-item-other-icon{height:1.5625vw;margin-right:.5208333333vw;object-fit:contain;width:1.5625vw}@media screen and (max-width:767.9px){.mdws-office-card-v1__card-item-other .mdws-office-card-v1__card-item-other-icon{height:5.3333333333vw;margin-right:2.6666666667vw;width:5.3333333333vw}}.mdws-office-card-v1__states-name{font-size:1.0416666667vw;font-weight:400;letter-spacing:0;line-height:2.0833333333vw}@media screen and (max-width:767.9px){.mdws-office-card-v1__states-name{font-size:4.2666666667vw;line-height:6.4vw}}.mdws-office-card-v1__card-info-item{display:flex;margin-top:.5208333333vw;padding:.2604166667vw}@media screen and (max-width:767.9px){.mdws-office-card-v1__card-info-item{margin-top:2.1333333333vw;padding:.5333333333vw}}.mdws-office-card-v1__card-info-item-btn{bottom:1.5625vw;font-size:1.0416666667vw;left:1.5625vw;line-height:normal;min-width:7.2916666667vw;padding:.625vw 1.4583333333vw;position:absolute}@media screen and (max-width:767.9px){.mdws-office-card-v1__card-info-item-btn{border-radius:8.5333333333vw;font-size:3.2vw;line-height:3.2vw;margin-top:5.3333333333vw;min-width:16vw;padding:2.1333333333vw 3.2vw;position:static}}.mdws-office-card-col-1 .mdws-office-card-v1__card-item{margin-right:0;width:100%}.mdws-office-card-col-2 .mdws-office-card-v1__card-item{width:calc(50% - .52083vw)}.mdws-office-card-col-2 .mdws-office-card-v1__card-item:nth-child(2n){margin-right:0}.mdws-office-card-col-2 .mdws-office-card-v1__card-item:nth-child(odd){margin-right:1.0416666667vw}@media screen and (max-width:767.9px){.mdws-office-card-col-2 .mdws-office-card-v1__card-item{margin-right:0!important;width:100%}}.page-res-v2 .mdws-office-card-v1__card-box{display:flex;flex-wrap:wrap;margin:auto;padding-left:0;padding-right:0;width:1440px}@media screen and (max-width:1600px){.page-res-v2 .mdws-office-card-v1__card-box{padding-left:80px;padding-right:80px;width:unset}}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-office-card-v1__card-box{padding-left:5.5555555556vw;padding-right:5.5555555556vw}}@media screen and (max-width:767.9px){.page-res-v2 .mdws-office-card-v1__card-box{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}.page-res-v2 .mdws-office-card-v1__card-item{align-items:flex-start;background-color:#f9f9f9;color:#333;display:flex;flex-direction:column;margin-right:20px;margin-top:20px;padding:30px;position:relative;width:calc(33.33333% - 13.33333px)}.page-res-v2 .mdws-office-card-v1__card-item:nth-child(-n+3){margin-top:0}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-office-card-v1__card-item{margin-right:1.3888888889vw;margin-top:1.3888888889vw;padding:2.0833333333vw;width:calc(33.33333% - .92593vw)}.page-res-v2 .mdws-office-card-v1__card-item:nth-child(-n+3){margin-top:0}}@media screen and (max-width:767.9px){.page-res-v2 .mdws-office-card-v1__card-item{margin-right:0;margin-top:5.3333333333vw;padding:5.3333333333vw;width:100%}.page-res-v2 .mdws-office-card-v1__card-item:nth-child(-n+3){margin-top:5.3333333333vw}.page-res-v2 .mdws-office-card-v1__card-item:first-child{margin-top:0}}.page-res-v2 .mdws-office-card-v1__card-item:nth-child(3n){margin-right:0}.page-res-v2 .mdws-office-card-v1__card-item-states{display:flex;min-height:30px}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-office-card-v1__card-item-states{min-height:2.0833333333vw}}@media screen and (max-width:767.9px){.page-res-v2 .mdws-office-card-v1__card-item-states{min-height:6.4vw}}.page-res-v2 .mdws-office-card-v1__card-item-states picture{align-items:center;display:flex;height:30px;margin-right:16px;width:30px}.page-res-v2 .mdws-office-card-v1__card-item-states picture img{margin-right:16px;max-height:30px;max-width:30px}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-office-card-v1__card-item-states picture{height:2.0833333333vw;margin-right:1.1111111111vw;width:2.0833333333vw}.page-res-v2 .mdws-office-card-v1__card-item-states picture img{margin-right:1.1111111111vw;max-height:2.0833333333vw;max-width:2.0833333333vw}}@media screen and (max-width:767.9px){.page-res-v2 .mdws-office-card-v1__card-item-states picture{height:6.4vw;margin-right:4.2666666667vw;width:6.4vw}.page-res-v2 .mdws-office-card-v1__card-item-states picture img{margin-right:4.2666666667vw;max-height:6.4vw;max-width:6.4vw}}.page-res-v2 .mdws-office-card-v1__card-item-title{font-size:24px;font-weight:500;line-height:32px;margin:12px 0;padding:0}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-office-card-v1__card-item-title{font-size:1.6666666667vw;line-height:2.2222222222vw;margin:.8333333333vw 0}}@media screen and (max-width:767.9px){.page-res-v2 .mdws-office-card-v1__card-item-title{font-size:4.8vw;font-weight:500;line-height:normal;margin:2.1333333333vw 0;padding:.5333333333vw 0}}.page-res-v2 .mdws-office-card-v1__card-item-desc{color:#707070;cursor:pointer;font-size:16px;font-weight:400;letter-spacing:0;line-height:24px;margin-bottom:12px;position:relative}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-office-card-v1__card-item-desc{font-size:1.1111111111vw;line-height:1.6666666667vw;margin-bottom:.8333333333vw}}@media screen and (max-width:767.9px){.page-res-v2 .mdws-office-card-v1__card-item-desc{margin:2.6666666667vw 0}}.page-res-v2 .mdws-office-card-v1__card-item-desc>span{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:767.9px){.page-res-v2 .mdws-office-card-v1__card-item-desc>span{-webkit-line-clamp:none;display:block;overflow:visible;text-overflow:clip}.page-res-v2 .mdws-office-card-v1__card-item-desc{font-size:3.7333333333vw;line-height:4.8vw}}.page-res-v2 .mdws-office-card-v1__card-item-desc-tip{background-color:#333;border-radius:.4166666667vw;color:#fff;left:0;opacity:0;padding:.5208333333vw;position:absolute;top:-.5208333333vw;transform:translateY(-100%);transition:all .5s;visibility:hidden;width:100%}.page-res-v2 .mdws-office-card-v1__card-item-desc-tip:after{border-left:.2083333333vw solid transparent;border-right:.2083333333vw solid transparent;border-top:.2083333333vw solid #000;bottom:-.2083333333vw;content:"";display:inline-block;height:0;left:.5208333333vw;position:absolute;width:0}@media screen and (max-width:767.9px){.page-res-v2 .mdws-office-card-v1__card-item-desc-tip{display:none}}.page-res-v2 .mdws-office-card-v1__card-item-desc:hover .mdws-office-card-v1__card-item-desc-tip{opacity:1;visibility:visible}.page-res-v2 .mdws-office-card-v1__card-item-content{margin-bottom:20px}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-office-card-v1__card-item-content{margin-bottom:1.3888888889vw}}@media screen and (max-width:767.9px){.page-res-v2 .mdws-office-card-v1__card-item-content{margin-bottom:0}}.page-res-v2 .mdws-office-card-v1__card-item-icon{height:24px;margin-right:16px;position:relative;width:16px}.page-res-v2 .mdws-office-card-v1__card-item-icon:before{content:"";display:block;height:16px;position:absolute;right:0;top:4px;width:16px}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-office-card-v1__card-item-icon:before{height:1.1111111111vw;top:.2777777778vw;width:1.1111111111vw}}@media screen and (max-width:767.9px){.page-res-v2 .mdws-office-card-v1__card-item-icon:before{height:4.2666666667vw;top:1.0666666667vw;width:4.2666666667vw}}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-office-card-v1__card-item-icon{height:1.6666666667vw;margin-right:1.1111111111vw;width:1.1111111111vw}}@media screen and (max-width:767.9px){.page-res-v2 .mdws-office-card-v1__card-item-icon{height:4.2666666667vw;margin-right:2.6666666667vw;width:4.2666666667vw}}.page-res-v2 .mdws-office-card-v1__card-item-name{flex:1;font-size:16px;font-weight:400;line-height:24px}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-office-card-v1__card-item-name{font-size:1.1111111111vw;line-height:1.6666666667vw}}@media screen and (max-width:767.9px){.page-res-v2 .mdws-office-card-v1__card-item-name{font-size:3.7333333333vw;line-height:5.3333333333vw}}.page-res-v2 .mdws-office-card-v1__card-item-clock .mdws-office-card-v1__card-item-icon{background:unset;background-size:unset}.page-res-v2 .mdws-office-card-v1__card-item-clock .mdws-office-card-v1__card-item-icon:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZD0iTTggMTZBOCA4IDAgMSAxIDggMGE4IDggMCAwIDEgMCAxNlptLjgtOFY0SDcuMnY1LjZIMTJWOEg4LjhaIiBmaWxsPSIjNDc0NzQ3Ii8+PC9zdmc+) no-repeat 50%;background-size:100%}.page-res-v2 .mdws-office-card-v1__card-item-position .mdws-office-card-v1__card-item-icon{background:unset;background-size:unset}.page-res-v2 .mdws-office-card-v1__card-item-position .mdws-office-card-v1__card-item-icon:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMS4zMzQgNi41MjRDMS4zMzQgMi45MjEgNC4zMTkgMCA4LjAwMSAwczYuNjY2IDIuOTIxIDYuNjY2IDYuNTI0YzAgMi4yMTgtMS43NTggNC45OS01LjIzMyA4LjQyMmwtLjU2My41NDgtLjI5Mi4yNzdhLjg0Ni44NDYgMCAwIDEtMS4xNTcgMCA1OS42NDggNTkuNjQ4IDAgMCAxLS4yOTItLjI3N2wtLjU2My0uNTQ4Yy0zLjQ3NS0zLjQzMi01LjIzMy02LjIwNC01LjIzMy04LjQyMlptOS42My4wMjFjMCAxLjYwNy0xLjMyNyAyLjkxLTIuOTYzIDIuOTEtMS42MzcgMC0yLjk2My0xLjMwMy0yLjk2My0yLjkxQzUuMDM4IDQuOTQgNi4zNjQgMy42MzYgOCAzLjYzNmMxLjYzNiAwIDIuOTYyIDEuMzAzIDIuOTYyIDIuOTFabS0xLjY5NCAwYzAgLjY4OS0uNTY4IDEuMjQ3LTEuMjcgMS4yNDctLjcgMC0xLjI3LS41NTgtMS4yNy0xLjI0N0M2LjczIDUuODU3IDcuMyA1LjMgOCA1LjNjLjcwMiAwIDEuMjcuNTU4IDEuMjcgMS4yNDZaIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiM0NzQ3NDciLz48L2c+PC9zdmc+) no-repeat 50%;background-size:100%}.page-res-v2 .mdws-office-card-v1__card-item-phone .mdws-office-card-v1__card-item-icon{background:unset;background-size:unset}.page-res-v2 .mdws-office-card-v1__card-item-phone .mdws-office-card-v1__card-item-icon:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMTIuMjA0IDEwLjAxMmMuNTE0LS4wNTguNzQzLjA1OSAyLjIyNy45OSAxLjQzLjkzIDEuNjU4IDEuMzM3IDEuNTQ0IDEuOTItLjA1OC43NTctLjY4NSAxLjk3Ny0xLjQyOCAyLjU2LTEuODI3IDEuMjgtNi45MS4yOS0xMC44NS00LjEzQy0uMjQzIDYuOTMtLjA3IDMuNzMxLjA0MyAyLjguMTU1IDIuMDQ1LjM4NCAxLjQwNSAxLjE4NC44OGMuOC0uNjQgMS41OTktLjkzIDIuMDU2LS44NzMuNTEzIDAgLjYyNy4wNTkgMS4zNyAxLjE2MyAxLjA4NiAxLjUxMiAxLjE0MyAyLjIxIDEuMTQzIDIuNTYtLjExNC42OTctLjU3Mi45My0xLjAyOSAxLjMzN2wtLjAyNy4wMzhjLS40Ni42NDItMS4xNzkgMS42NDUgMS4zOTcgNC4zODMgMy40MiAzLjMxOSA0LjQ2NyAyLjA2MiA0LjY2IDEuODNhLjUxNS41MTUgMCAwIDEgLjAyMy0uMDI3Yy43NDEtMS4xMDQuOTEzLTEuMjIgMS40MjctMS4yNzlaIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiM0NzQ3NDciLz48L2c+PC9zdmc+) no-repeat 50%;background-size:100%}.page-res-v2 .mdws-office-card-v1__card-item-phone .mdws-office-card-v1__card-item-name{cursor:pointer}.page-res-v2 .mdws-office-card-v1__card-item-fax .mdws-office-card-v1__card-item-icon{background:unset;background-size:unset}.page-res-v2 .mdws-office-card-v1__card-item-fax .mdws-office-card-v1__card-item-icon:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMTIuMjI4IDBjLjU3NSAwIDEuMDQyLjQ2NyAxLjA0MiAxLjA0NHY1LjkwNGgxLjY0Yy42MDIgMCAxLjA5LjQ5IDEuMDkgMS4wOTJ2NC4wNjJjMCAuNjAzLS40ODggMS4wOTEtMS4wOSAxLjA5MWgtMi41NDN2MS43MTVjMCAuNjAzLS40ODkgMS4wOTItMS4wOSAxLjA5Mkg0LjczMmMtLjYwMyAwLTEuMDktLjQ4OS0xLjA5LTEuMDkydi0xLjcxNEgxLjA5Qy40ODggMTMuMTk0IDAgMTIuNzA0IDAgMTIuMXYtNC4wNmMwLS42MDQuNDg4LTEuMDkzIDEuMDktMS4wOTNIMi43NFYxLjA0NEMyLjczOS40NjcgMy4yMDYgMCAzLjc4MSAwaDguNDQ3Wm0tLjEzOCAxLjQ4NkgzLjkwNHY1LjQ2MWg4LjE4NnYtNS40NlptLS43NTIgMS40MDFhLjQ3OC40NzggMCAwIDAtLjQ3Ny0uNDc4SDUuMTM1YS40NzcuNDc3IDAgMCAwIDAgLjk1Nmg1LjcyNmEuNDc4LjQ3OCAwIDAgMCAuNDc3LS40NzhabTAgMi40NGEuNDc4LjQ3OCAwIDAgMC0uNDc3LS40NzdINS4xMzVhLjQ3Ny40NzcgMCAwIDAgMCAuOTU1aDUuNzI2YS40NzguNDc4IDAgMCAwIC40NzctLjQ3OFptLTcuNzQgMy44MzhxMCAuMDU0LS4wMS4xMDctLjAxLjA1Mi0uMDMxLjEwMi0uMDIuMDUtLjA1LjA5NS0uMDMuMDQ0LS4wNjguMDgyLS4wMzguMDM4LS4wODMuMDY4LS4wNDUuMDMtLjA5NC4wNS0uMDUuMDIxLS4xMDMuMDMyLS4wNTIuMDEtLjEwNi4wMXQtLjEwNi0uMDFxLS4wNTMtLjAxLS4xMDMtLjAzMS0uMDUtLjAyMS0uMDk0LS4wNS0uMDQ1LS4wMy0uMDgyLS4wNjktLjAzOC0uMDM4LS4wNjgtLjA4Mi0uMDMtLjA0NS0uMDUtLjA5NS0uMDIxLS4wNS0uMDMyLS4xMDItLjAxLS4wNTMtLjAxLS4xMDd0LjAxLS4xMDZxLjAxLS4wNTMuMDMxLS4xMDMuMDItLjA1LjA1LS4wOTQuMDMtLjA0NS4wNjktLjA4My4wMzctLjAzOC4wODItLjA2OC4wNDUtLjAzLjA5NC0uMDUuMDUtLjAyLjEwMy0uMDMxLjA1Mi0uMDEuMTA2LS4wMXQuMTA2LjAxcS4wNTMuMDEuMTAzLjAzLjA1LjAyMS4wOTQuMDUxLjA0NS4wMy4wODMuMDY4LjAzOC4wMzguMDY3LjA4My4wMy4wNDUuMDUuMDk0LjAyMS4wNS4wMzIuMTAzLjAxLjA1Mi4wMS4xMDZabTEuNDg0IDIuNDg0aDUuODM3djIuOTFINS4wODJ2LTIuOTFaIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiM0NzQ3NDciLz48L2c+PC9zdmc+) no-repeat 50%;background-size:100%}.page-res-v2 .mdws-office-card-v1__card-item-email .mdws-office-card-v1__card-item-icon{background:unset;background-size:unset}.page-res-v2 .mdws-office-card-v1__card-item-email .mdws-office-card-v1__card-item-icon:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMi4xODIgMmgxMS42MzZDMTUuMDIzIDIgMTYgMi45NzYgMTYgNC4xOHY4LjcyNGMwIDEuMjA0LS45NzcgMi4xOC0yLjE4MiAyLjE4SDIuMTgyQTIuMTgxIDIuMTgxIDAgMCAxIDAgMTIuOTA0VjQuMThDMCAyLjk3Ni45NzcgMiAyLjE4MiAyWm0zLjM0NyA0LjQzYS43MjcuNzI3IDAgMCAwLS42MjcgMS4zMTIgNy4xOTEgNy4xOTEgMCAwIDAgNi4xOTYgMCAuNzI3LjcyNyAwIDEgMC0uNjI3LTEuMzExIDUuNzM2IDUuNzM2IDAgMCAxLTQuOTQyIDBaIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiM0NzQ3NDciLz48L2c+PC9zdmc+) no-repeat 50%;background-size:100%}.page-res-v2 .mdws-office-card-v1__card-item-email .mdws-office-card-v1__card-item-name{cursor:pointer}.page-res-v2 .mdws-office-card-v1__card-item-other .mdws-office-card-v1__card-item-other-icon{height:16px;margin-right:16px;margin-top:4px;position:relative;width:16px}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-office-card-v1__card-item-other .mdws-office-card-v1__card-item-other-icon{height:1.1111111111vw;margin-right:1.1111111111vw;margin-top:.2777777778vw;width:1.1111111111vw}}@media screen and (max-width:767.9px){.page-res-v2 .mdws-office-card-v1__card-item-other .mdws-office-card-v1__card-item-other-icon{height:4.2666666667vw;margin-left:1.0666666667vw;margin-right:2.6666666667vw;margin-top:1.0666666667vw;width:4.2666666667vw}}.page-res-v2 .mdws-office-card-v1__states-name{font-size:16px;font-weight:400;letter-spacing:0;line-height:24px}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-office-card-v1__states-name{font-size:1.1111111111vw;line-height:1.6666666667vw}}@media screen and (max-width:767.9px){.page-res-v2 .mdws-office-card-v1__states-name{font-size:4.2666666667vw;line-height:6.4vw}}.page-res-v2 .mdws-office-card-v1__card-info-item{display:flex;margin-top:12px;padding:unset}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-office-card-v1__card-info-item{margin-top:.8333333333vw}}@media screen and (max-width:767.9px){.page-res-v2 .mdws-office-card-v1__card-info-item{margin-top:2.1333333333vw;padding:.5333333333vw}}.page-res-v2 .mdws-office-card-v1__card-info-item-btn{bottom:unset;font-size:16px;left:unset;line-height:18px;margin-top:auto;min-width:100px;padding:13px 24px!important;position:unset}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-office-card-v1__card-info-item-btn{font-size:1.1111111111vw;line-height:1.25vw;min-width:6.9444444444vw;padding:.9027777778vw 1.6666666667vw!important}}@media screen and (max-width:767.9px){.page-res-v2 .mdws-office-card-v1__card-info-item-btn{border-radius:8.5333333333vw!important;font-size:3.2vw!important;line-height:3.2vw!important;margin-top:5.3333333333vw;min-width:16vw!important;padding:2.1333333333vw 3.2vw!important;position:static}}.page-res-v2 .mdws-office-card-col-1 .mdws-office-card-v1__card-item{margin-right:0;width:100%}.page-res-v2 .mdws-office-card-col-1 .mdws-office-card-v1__card-item:not(:nth-child(-n+1)){margin-top:20px}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-office-card-col-1 .mdws-office-card-v1__card-item:not(:nth-child(-n+1)){margin-top:1.3888888889vw}}@media screen and (max-width:767.9px){.page-res-v2 .mdws-office-card-col-1 .mdws-office-card-v1__card-item:not(:nth-child(-n+1)){margin-top:5.3333333333vw}}.page-res-v2 .mdws-office-card-col-2 .mdws-office-card-v1__card-item{width:calc(50% - 10px)}.page-res-v2 .mdws-office-card-col-2 .mdws-office-card-v1__card-item:nth-child(2n){margin-right:0}.page-res-v2 .mdws-office-card-col-2 .mdws-office-card-v1__card-item:nth-child(odd){margin-right:20px}.page-res-v2 .mdws-office-card-col-2 .mdws-office-card-v1__card-item:not(:nth-child(-n+2)){margin-top:20px}@media screen and (max-width:1440.9px){.page-res-v2 .mdws-office-card-col-2 .mdws-office-card-v1__card-item{width:calc(50% - .69444vw)}.page-res-v2 .mdws-office-card-col-2 .mdws-office-card-v1__card-item:nth-child(2n){margin-right:0}.page-res-v2 .mdws-office-card-col-2 .mdws-office-card-v1__card-item:nth-child(odd){margin-right:1.3888888889vw}.page-res-v2 .mdws-office-card-col-2 .mdws-office-card-v1__card-item:not(:nth-child(-n+2)){margin-top:1.3888888889vw}}@media screen and (max-width:767.9px){.page-res-v2 .mdws-office-card-col-2 .mdws-office-card-v1__card-item{margin-right:0;width:100%}.page-res-v2 .mdws-office-card-col-2 .mdws-office-card-v1__card-item:nth-child(odd){margin-right:0}.page-res-v2 .mdws-office-card-col-2 .mdws-office-card-v1__card-item:not(:nth-child(-n+2)){margin-top:5.3333333333vw}}@media screen and (min-width:1440px){body.page-v2 #onetrust-pc-sdk #ot-pc-content{bottom:110px!important;top:60px!important}}@media screen and (max-width:1440.9px){body.page-v2 #onetrust-pc-sdk #ot-pc-content{bottom:7.6388888889vw!important;top:4.1666666667vw!important}}@media screen and (max-width:767.9px){body.page-v2 #onetrust-pc-sdk #ot-pc-content{bottom:42.6666666667vw!important;top:16vw!important}}@media screen and (min-width:1440px){body.page-v2 #onetrust-pc-sdk .ot-pc-header{height:39px!important;padding:10px 0 10px 30px!important}}@media screen and (max-width:1440.9px){body.page-v2 #onetrust-pc-sdk .ot-pc-header{height:2.7083333333vw!important;padding:.6944444444vw 0 .6944444444vw 2.0833333333vw!important}}@media screen and (max-width:767.9px){body.page-v2 #onetrust-pc-sdk .ot-pc-header{height:10.4vw!important;padding:2.6666666667vw 0 2.6666666667vw 8vw!important}}@media screen and (min-width:1440px){body.page-v2 #onetrust-pc-sdk .ot-pc-logo{height:40px!important;width:120px!important}}@media screen and (max-width:1440.9px){body.page-v2 #onetrust-pc-sdk .ot-pc-logo{height:2.7777777778vw!important;width:8.3333333333vw!important}}@media screen and (max-width:767.9px){body.page-v2 #onetrust-pc-sdk .ot-pc-logo{height:10.6666666667vw!important;width:32vw!important}}@media screen and (min-width:1440px){body.page-v2 #onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon{height:44px!important;width:44px!important}}@media screen and (max-width:1440.9px){body.page-v2 #onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon{height:3.0555555556vw!important;width:3.0555555556vw!important}}@media screen and (max-width:767.9px){body.page-v2 #onetrust-pc-sdk #close-pc-btn-handler.ot-close-icon{height:11.7333333333vw!important;width:11.7333333333vw!important}}@media screen and (min-width:1440px){body.page-v2 #onetrust-pc-sdk #ot-pc-title{font-size:20px!important}}@media screen and (max-width:1440.9px){body.page-v2 #onetrust-pc-sdk #ot-pc-title{font-size:1.3888888889vw!important}}@media screen and (min-width:1440px){body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc,body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc{font-size:14px}}@media screen and (max-width:1440.9px){body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc,body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpdesc{font-size:.9722222222vw}}@media screen and (min-width:1440px){body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-category-title,body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-cat-grp .ot-always-active,body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-cat-header,body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-vs-list .ot-always-active{font-size:16px!important}}@media screen and (max-width:1440.9px){body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-category-title,body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-cat-grp .ot-always-active,body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-cat-header,body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-vs-list .ot-always-active{font-size:1.1111111111vw!important}}@media screen and (max-width:767.9px){body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-category-title,body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-cat-grp .ot-always-active,body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-cat-header,body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-vs-list .ot-always-active{font-size:3.7333333333vw!important}}@media screen and (max-width:1440.9px){body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter{max-width:unset;min-width:unset}}@media screen and (min-width:1440px){body.page-v2 #onetrust-banner-sdk.ot-bnr-w-logo #onetrust-policy{margin-left:140px!important}}@media screen and (max-width:1440.9px){body.page-v2 #onetrust-banner-sdk.ot-bnr-w-logo #onetrust-policy{margin-left:9.7222222222vw!important}}body.page-v2 #onetrust-banner-sdk.ot-bnr-w-logo .ot-bnr-logo{height:auto}@media screen and (min-width:1440px){body.page-v2 #onetrust-banner-sdk.ot-bnr-w-logo .ot-bnr-logo{margin-left:20px;margin-right:20px;width:100px!important}}@media screen and (max-width:1440.9px){body.page-v2 #onetrust-banner-sdk.ot-bnr-w-logo .ot-bnr-logo{margin-left:1.3888888889vw;margin-right:1.0416666667vw;width:6.9444444444vw!important}}@media screen and (min-width:1440px){body.page-v2 #onetrust-consent-sdk button{font-size:16px!important;line-height:18px!important;padding:10px 32px!important}}@media screen and (max-width:1440.9px){body.page-v2 #onetrust-consent-sdk button{font-size:1.1111111111vw!important;line-height:1.25vw!important;padding:.6944444444vw 2.2222222222vw!important}}body.page-v2 #onetrust-banner-sdk #onetrust-group-container #onetrust-policy-text{color:#333!important;line-height:normal!important}@media screen and (min-width:1440px){body.page-v2 #onetrust-banner-sdk #onetrust-group-container #onetrust-policy-text{font-size:16px!important}}@media screen and (max-width:1440.9px){body.page-v2 #onetrust-banner-sdk #onetrust-group-container #onetrust-policy-text{font-size:1.1111111111vw!important}}body.page-v2 #onetrust-banner-sdk #onetrust-close-btn-container{align-items:center;display:flex;justify-content:center;transform:translateY(-50%)}@media screen and (min-width:1440px){body.page-v2 #onetrust-banner-sdk #onetrust-close-btn-container{height:20px!important;right:30px!important;width:20px!important}}@media screen and (max-width:1440.9px){body.page-v2 #onetrust-banner-sdk #onetrust-close-btn-container{height:1.3888888889vw!important;right:2.0833333333vw!important;width:1.3888888889vw!important}}body.page-v2 #onetrust-banner-sdk .onetrust-close-btn-ui{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiI+PHBhdGggZD0iTTQuNTE4IDQuNTE4YS45MTcuOTE3IDAgMCAwIDAgMS4yOTZMOS43MDQgMTFsLTUuMTg2IDUuMTg2YS45MTcuOTE3IDAgMSAwIDEuMjk3IDEuMjk3TDExIDEyLjI5NWw1LjE4NSA1LjE4NmEuOTE3LjkxNyAwIDEgMCAxLjI5Ny0xLjI5NkwxMi4yOTYgMTFsNS4xODYtNS4xODVhLjkxNy45MTcgMCAwIDAtMS4yOTctMS4yOTZMMTEgOS43MDIgNS44MTUgNC41MThhLjkxNy45MTcgMCAwIDAtMS4yOTcgMFoiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzRFNTk2OSIvPjwvc3ZnPg==)!important;background-size:100% 100%;left:unset;padding:0!important;right:unset!important}@media screen and (min-width:1440px){body.page-v2 #onetrust-banner-sdk .onetrust-close-btn-ui{height:20px!important;width:20px!important}}@media screen and (max-width:1440.9px){body.page-v2 #onetrust-banner-sdk .onetrust-close-btn-ui{height:1.3888888889vw!important;width:1.3888888889vw!important}}body.page-v2 #onetrust-consent-sdk #onetrust-accept-btn-handler{background:linear-gradient(90deg,#2b85c3,#37a6f3);border:none;color:#fff;font-weight:400;opacity:1!important}body.page-v2 #onetrust-consent-sdk #onetrust-accept-btn-handler:hover{background:#0083de}body.page-v2 #onetrust-consent-sdk #onetrust-accept-btn-handler:active{background:#077dce}body.page-v2 #onetrust-consent-sdk #onetrust-accept-btn-handler.mdws-btn--disabled,body.page-v2 #onetrust-consent-sdk #onetrust-accept-btn-handler.mdws-btn--disabled:hover,body.page-v2 #onetrust-consent-sdk #onetrust-accept-btn-handler[disabled],body.page-v2 #onetrust-consent-sdk #onetrust-accept-btn-handler[disabled]:hover{background:#d6d6d6!important}@media screen and (min-width:1440px){body.page-v2 #onetrust-consent-sdk #onetrust-accept-btn-handler{border-radius:40px}}@media screen and (max-width:1440.9px){body.page-v2 #onetrust-consent-sdk #onetrust-accept-btn-handler{border-radius:2.7777777778vw}}@media screen and (max-width:767.9px){body.page-v2 #onetrust-consent-sdk #onetrust-accept-btn-handler{border-radius:8.5333333333vw}}body.page-v2 #onetrust-consent-sdk #onetrust-pc-btn-handler{border:1px solid #1f94d2;color:#1f94d2;font-weight:400;opacity:1!important}body.page-v2 #onetrust-consent-sdk #onetrust-pc-btn-handler:hover{background:#0083de;color:#fff}body.page-v2 #onetrust-consent-sdk #onetrust-pc-btn-handler:active{background:#077dce;color:#fff}body.page-v2 #onetrust-consent-sdk #onetrust-pc-btn-handler.mdws-btn--disabled,body.page-v2 #onetrust-consent-sdk #onetrust-pc-btn-handler[disabled]{background-color:#fff;border-color:#d6d6d6;color:#d6d6d6}body.page-v2 #onetrust-consent-sdk #onetrust-pc-btn-handler.mdws-btn--disabled:hover,body.page-v2 #onetrust-consent-sdk #onetrust-pc-btn-handler[disabled]:hover{border-color:#d6d6d6;color:#d6d6d6}@media screen and (min-width:1440px){body.page-v2 #onetrust-consent-sdk #onetrust-pc-btn-handler{border-radius:40px}}@media screen and (max-width:1440.9px){body.page-v2 #onetrust-consent-sdk #onetrust-pc-btn-handler{border-radius:2.7777777778vw}}@media screen and (max-width:767.9px){body.page-v2 #onetrust-consent-sdk #onetrust-pc-btn-handler{border-radius:8.5333333333vw}}body.page-v2 #onetrust-banner-sdk #onetrust-reject-all-handler{border:1px solid #1f94d2;color:#1f94d2;font-weight:400;opacity:1!important}body.page-v2 #onetrust-banner-sdk #onetrust-reject-all-handler:hover{background:#0083de;color:#fff}body.page-v2 #onetrust-banner-sdk #onetrust-reject-all-handler:active{background:#077dce;color:#fff}body.page-v2 #onetrust-banner-sdk #onetrust-reject-all-handler.mdws-btn--disabled,body.page-v2 #onetrust-banner-sdk #onetrust-reject-all-handler[disabled]{background-color:#fff;border-color:#d6d6d6;color:#d6d6d6}body.page-v2 #onetrust-banner-sdk #onetrust-reject-all-handler.mdws-btn--disabled:hover,body.page-v2 #onetrust-banner-sdk #onetrust-reject-all-handler[disabled]:hover{border-color:#d6d6d6;color:#d6d6d6}@media screen and (min-width:1440px){body.page-v2 #onetrust-banner-sdk #onetrust-reject-all-handler{border-radius:40px}}@media screen and (max-width:1440.9px){body.page-v2 #onetrust-banner-sdk #onetrust-reject-all-handler{border-radius:2.7777777778vw}}@media screen and (max-width:767.9px){body.page-v2 #onetrust-banner-sdk #onetrust-reject-all-handler{border-radius:8.5333333333vw}}body.page-v2 #onetrust-banner-sdk #onetrust-reject-all-handler:hover{background:#0083de!important;color:#fff!important}body.page-v2 #onetrust-banner-sdk #onetrust-reject-all-handler:active{background:#077dce!important;color:#fff!important}@media screen and (min-width:1440px){body.page-v2 .bottomStyle #onetrust-banner-sdk.otFlat{bottom:84px!important}}@media screen and (max-width:1440.9px){body.page-v2 .bottomStyle #onetrust-banner-sdk.otFlat{bottom:5.8333333333vw!important}}body.page-v2 #onetrust-banner-sdk #onetrust-policy{margin:0}body.page-v2 #onetrust-banner-sdk p,body.page-v2 #onetrust-pc-sdk p,body.page-v2 #ot-sdk-cookie-policy p{margin:20px 0}@media screen and (max-width:1440.9px){body.page-v2 #onetrust-banner-sdk p,body.page-v2 #onetrust-pc-sdk p,body.page-v2 #ot-sdk-cookie-policy p{margin:1.3888888889vw 0}}body.page-v2 #onetrust-banner-sdk #onetrust-policy #onetrust-banner-sdk{box-shadow:none}@media screen and (min-width:1440px){body.page-v2 #onetrust-banner-sdk #onetrust-accept-btn-handler,body.page-v2 #onetrust-banner-sdk #onetrust-pc-btn-handler,body.page-v2 #onetrust-banner-sdk #onetrust-reject-all-handler{margin-bottom:34px!important;margin-top:34px!important}}@media screen and (max-width:1440.9px){body.page-v2 #onetrust-banner-sdk #onetrust-accept-btn-handler,body.page-v2 #onetrust-banner-sdk #onetrust-pc-btn-handler,body.page-v2 #onetrust-banner-sdk #onetrust-reject-all-handler{margin-bottom:2.3611111111vw!important;margin-top:2.3611111111vw!important}}body.page-v2 #onetrust-banner-sdk .ot-sdk-column,body.page-v2 #onetrust-banner-sdk .ot-sdk-columns,body.page-v2 #onetrust-pc-sdk .ot-sdk-column,body.page-v2 #onetrust-pc-sdk .ot-sdk-columns,body.page-v2 #ot-sdk-cookie-policy .ot-sdk-column,body.page-v2 #ot-sdk-cookie-policy .ot-sdk-columns{align-items:center;display:flex!important;float:none!important;justify-content:flex-start}body.page-v2 #onetrust-banner-sdk .ot-sdk-row,body.page-v2 #onetrust-pc-sdk .ot-sdk-row,body.page-v2 #ot-sdk-cookie-policy .ot-sdk-row{display:flex!important;justify-content:space-between}@media screen and (min-width:1440px){body.page-v2 #onetrust-banner-sdk .ot-sdk-row,body.page-v2 #onetrust-pc-sdk .ot-sdk-row,body.page-v2 #ot-sdk-cookie-policy .ot-sdk-row{padding-right:70px}}@media screen and (max-width:1440.9px){body.page-v2 #onetrust-banner-sdk .ot-sdk-row,body.page-v2 #onetrust-pc-sdk .ot-sdk-row,body.page-v2 #ot-sdk-cookie-policy .ot-sdk-row{padding-right:4.8611111111vw}}body.page-v2 #onetrust-pc-sdk .ot-cat-grp{flex-direction:column!important;justify-content:flex-start;padding-right:0}body.page-v2 #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container{flex:1;width:auto}@media screen and (min-width:1440px){body.page-v2 #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container{margin-right:20px}}@media screen and (max-width:1440.9px){body.page-v2 #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container{margin-right:1.3888888889vw}}body.page-v2 #onetrust-banner-sdk.vertical-align-content #onetrust-button-group-parent{justify-content:flex-end;min-width:auto;padding-left:0!important;padding-right:0!important;position:static!important;transform:none!important;width:auto!important}@media only screen and (min-width:426px)and (max-width:896px){body.page-v2 #onetrust-banner-sdk #onetrust-close-btn-container{top:50%;transform:translateY(-50%)}body.page-v2 #onetrust-banner-sdk .onetrust-close-btn-ui{top:0}}@media only screen and (min-width:769px){body.page-v2 #onetrust-banner-sdk #onetrust-button-group{margin-right:0}}body.page-v2 #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group,body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.ot-ftr-stacked .ot-btn-container{justify-content:flex-end}body.page-v2 #onetrust-banner-sdk #onetrust-accept-btn-handler,body.page-v2 #onetrust-banner-sdk #onetrust-pc-btn-handler,body.page-v2 #onetrust-banner-sdk #onetrust-reject-all-handler{margin-right:.5208333333vw!important;min-width:11.4583333333vw!important;width:auto}body.page-v2 #onetrust-banner-sdk #onetrust-accept-btn-handler:last-of-type,body.page-v2 #onetrust-banner-sdk #onetrust-pc-btn-handler:last-of-type,body.page-v2 #onetrust-banner-sdk #onetrust-reject-all-handler:last-of-type{margin-right:0!important}body.page-v2 #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent{margin-right:0}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn){background:linear-gradient(90deg,#2b85c3,#37a6f3);color:#fff;font-weight:400}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):hover{background:#0083de}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):active{background:#077dce}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn).mdws-btn--disabled,body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn).mdws-btn--disabled:hover,body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn)[disabled],body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn)[disabled]:hover{background:#d6d6d6!important}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):hover{opacity:1!important}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn).ot-pc-refuse-all-handler{background:#fff;border:1px solid #1f94d2;color:#1f94d2;height:unset}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn).ot-pc-refuse-all-handler:hover{background:#0083de;color:#fff}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn).ot-pc-refuse-all-handler:active{background:#077dce;color:#fff}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn).ot-pc-refuse-all-handler.mdws-btn--disabled,body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn).ot-pc-refuse-all-handler[disabled]{background-color:#fff;border-color:#d6d6d6;color:#d6d6d6}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn).ot-pc-refuse-all-handler.mdws-btn--disabled:hover,body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn).ot-pc-refuse-all-handler[disabled]:hover{border-color:#d6d6d6;color:#d6d6d6}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn).ot-pc-refuse-all-handler:hover{background:#0083de!important;color:#fff!important}body.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn).ot-pc-refuse-all-handler:active{background:#077dce!important;color:#fff!important}@media screen and (max-width:767.9px){body.page-v2 .bottomStyle #onetrust-banner-sdk.otFlat{bottom:54.4vw!important}body.page-v2 #onetrust-banner-sdk #onetrust-accept-btn-handler,body.page-v2 #onetrust-banner-sdk #onetrust-pc-btn-handler,body.page-v2 #onetrust-banner-sdk #onetrust-reject-all-handler{margin-bottom:1.3333333333vw!important;margin-top:1.3333333333vw!important}body.page-v2 #onetrust-banner-sdk .ot-sdk-container{padding:0}body.page-v2 #onetrust-pc-sdk.otPcCenter{width:100%!important}body.page-v2 #onetrust-consent-sdk button{font-size:4.2666666667vw!important;font-weight:400!important;line-height:4.8vw!important;padding:2.9333333333vw 6.4vw!important}body.page-v2 #onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container{align-items:flex-start;flex-direction:column;width:100%!important}body.page-v2 #onetrust-banner-sdk #onetrust-close-btn-container{height:5.3333333333vw!important;right:5.3333333333vw!important;top:5.3333333333vw!important;transform:unset;width:5.3333333333vw!important}body.page-v2 #onetrust-banner-sdk .onetrust-close-btn-ui{height:100%!important;width:100%!important}body.page-v2 #onetrust-banner-sdk.ot-bnr-w-logo #onetrust-group-container .ot-bnr-logo{margin-bottom:0;margin-left:0;margin-top:0;position:relative;top:unset;transform:unset;width:32vw!important}body.page-v2 #onetrust-banner-sdk.ot-bnr-w-logo #onetrust-group-container #onetrust-policy{display:flex;justify-content:center;margin-left:0!important;width:100%}body.page-v2 #onetrust-banner-sdk #onetrust-group-container #onetrust-policy-text{font-size:3.7333333333vw!important;margin-bottom:5.3333333333vw!important;padding:0 5.3333333333vw}body.page-v2 #onetrust-banner-sdk.ot-bnr-w-logo #onetrust-button-group-parent{justify-content:center;margin-bottom:4vw!important;padding-left:4%!important;padding-right:4%!important}body.page-v2 #onetrust-banner-sdk #onetrust-button-group-parent{margin-left:0!important;position:relative!important;width:100%!important}body.page-v2 #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group,body.page-v2 #onetrust-pc-sdk.ot-ftr-stacked .ot-btn-container{flex-direction:column!important}body.page-v2 #onetrust-banner-sdk .has-reject-all-button #onetrust-button-group,body.page-v2 #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group button,body.page-v2 #onetrust-pc-sdk.ot-ftr-stacked .ot-btn-container button{margin-right:0!important;min-width:84vw!important}body.page-v2 #onetrust-banner-sdk #onetrust-button-group{text-align:center!important}body.page-v2 #onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler{float:left!important;margin-right:0}body.page-v2 #onetrust-banner-sdk #onetrust-button-group button{display:inline-block!important}body.page-v2 #onetrust-consent-sdk #onetrust-button-group button{margin-right:0;padding:2.9333333333vw 6.4vw!important}body.page-v2 #onetrust-banner-sdk .ot-sdk-row,body.page-v2 #onetrust-pc-sdk .ot-sdk-row,body.page-v2 #ot-sdk-cookie-policy .ot-sdk-row{flex-direction:column;padding-right:0}body.page-v2 #onetrust-banner-sdk .ot-b-addl-desc,body.page-v2 #onetrust-banner-sdk .ot-dpd-desc,body.page-v2 #onetrust-consent-sdk #onetrust-button-group-parent button{font-size:4.2666666667vw!important}body.page-v2 #onetrust-banner-sdk .has-reject-all-button #onetrust-accept-btn-handler,body.page-v2 #onetrust-banner-sdk .has-reject-all-button #onetrust-reject-all-handler{float:right!important}}.mdws-pop-up{align-items:center;display:flex}.mdws-pop-up.wsc-dialog--actived{z-index:2000}.mdws-pop-up .wsc-dialog__wrapper{border-radius:.4166666667vw;height:auto;left:unset;margin:auto;padding:0;position:relative;top:unset;transform:none;width:41.6666666667vw}.mdws-pop-up .wsc-dialog__wrapper .wsc-dialog__header{padding:0 0 1.5625vw}.mdws-pop-up .wsc-dialog__wrapper .wsc-dialog__header-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#333;display:-webkit-box;font-size:1.875vw;font-weight:500;line-height:2.2916666667vw;overflow:hidden;text-overflow:ellipsis}.mdws-pop-up .wsc-dialog__wrapper .wsc-dialog__header-desc{-webkit-line-clamp:4;-webkit-box-orient:vertical;color:#707070;display:-webkit-box;font-size:.9375vw;line-height:normal;margin-top:.5208333333vw;overflow:hidden;text-overflow:ellipsis}.mdws-pop-up .wsc-dialog__wrapper .wsc-dialog__close{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiI+PHBhdGggZD0iTTQuNTE4IDQuNTE4YS45MTcuOTE3IDAgMCAwIDAgMS4yOTZMOS43MDQgMTFsLTUuMTg2IDUuMTg2YS45MTcuOTE3IDAgMSAwIDEuMjk3IDEuMjk3TDExIDEyLjI5NWw1LjE4NSA1LjE4NmEuOTE3LjkxNyAwIDEgMCAxLjI5Ny0xLjI5NkwxMi4yOTYgMTFsNS4xODYtNS4xODVhLjkxNy45MTcgMCAwIDAtMS4yOTctMS4yOTZMMTEgOS43MDIgNS44MTUgNC41MThhLjkxNy45MTcgMCAwIDAtMS4yOTcgMFoiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzRFNTk2OSIvPjwvc3ZnPg==);background-size:100% 100%;cursor:pointer;height:1.6666666667vw;position:absolute;right:1.5625vw;top:1.0416666667vw;width:1.6666666667vw}.mdws-pop-up .wsc-dialog__wrapper .wsc-dialog__contariner{max-height:calc(100vh - 9.375vw);overflow-y:auto;padding:3.75vw 4.1666666667vw 3.125vw;width:100%}@media screen and (max-width:767.9px){.mdws-pop-up .wsc-dialog__wrapper{border-radius:2.1333333333vw;margin:0 auto;width:89.3333333333vw}.mdws-pop-up .wsc-dialog__wrapper .wsc-dialog__contariner{max-height:calc(100vh - 53.33333vw);overflow-y:auto;padding:16vw 5.3333333333vw 5.3333333333vw;width:100%}.mdws-pop-up .wsc-dialog__wrapper .wsc-dialog__header{padding:0 0 5.3333333333vw}.mdws-pop-up .wsc-dialog__wrapper .wsc-dialog__header-title{font-size:5.3333333333vw;line-height:normal}.mdws-pop-up .wsc-dialog__wrapper .wsc-dialog__header-desc{font-size:3.7333333333vw;line-height:3.7333333333vw;margin-top:2.6666666667vw}.mdws-pop-up .wsc-dialog__wrapper .wsc-dialog__close{height:5.3333333333vw;right:5.3333333333vw;top:5.3333333333vw;width:5.3333333333vw}}.v-modal{z-index:99!important}.mdws-preferred-six-cards_style.c-gap-top{padding-top:3.3333333333vw}.mdws-preferred-six-cards_style.c-gap-bottom{padding-bottom:3.3333333333vw}@media screen and (max-width:767.9px){.mdws-preferred-six-cards_style.c-gap-top{padding-top:8vw}.mdws-preferred-six-cards_style.c-gap-bottom{padding-bottom:8vw}}.mdws-preferred-six-cards{padding-left:3.125vw;padding-right:3.125vw}@media screen and (max-width:767.9px){.mdws-preferred-six-cards{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}.mdws-preferred-six-cards-list{display:flex;flex-wrap:wrap;width:100%}.mdws-preferred-six-cards-list-item{align-items:center;background-color:#f7f7f7;border-radius:.2083333333vw;display:flex;flex-direction:column;height:auto;justify-content:space-between;margin-right:1.0416666667vw;margin-top:1.0416666667vw;padding-bottom:1.5625vw;padding-top:1.0416666667vw;width:calc(33.33333% - .69618vw)}.mdws-preferred-six-cards-list-item:nth-child(3n){margin-right:0}.mdws-preferred-six-cards-list-item:first-child,.mdws-preferred-six-cards-list-item:nth-child(2),.mdws-preferred-six-cards-list-item:nth-child(3){margin-top:0}.mdws-preferred-six-cards-list-item-top{align-items:center;display:flex;flex-direction:column}.mdws-preferred-six-cards-list-item-top .gws-img{align-items:center;display:flex;height:9.375vw;justify-content:center;width:9.375vw}.mdws-preferred-six-cards-list-item-top p{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#333;display:-webkit-box;font-size:1.0416666667vw;font-weight:500;line-height:normal;margin-top:.5208333333vw;overflow:hidden;text-align:center;text-overflow:ellipsis;width:27.7604166667vw}.mdws-preferred-six-cards-list-item .mdws-btn{background:linear-gradient(90deg,#2b85c3,#37a6f3)!important;border:none!important;border-radius:1.4583333333vw;color:#fff!important;font-size:.8333333333vw;font-weight:500;margin-top:1.0416666667vw;padding:.4166666667vw 1.0416666667vw;transition:none}.mdws-preferred-six-cards-list-item .mdws-btn:hover{background:#0083de!important}.mdws-preferred-six-cards-list-item .mdws-btn:active{background:#077dce!important}.mdws-preferred-six-cards-list-item .mdws-btn.mdws-btn--disabled,.mdws-preferred-six-cards-list-item .mdws-btn.mdws-btn--disabled:hover,.mdws-preferred-six-cards-list-item .mdws-btn[disabled],.mdws-preferred-six-cards-list-item .mdws-btn[disabled]:hover{background:#d6d6d6!important}@media screen and (max-width:767.9px){.mdws-preferred-six-cards{padding-left:5.3333333333vw;padding-right:5.3333333333vw}.mdws-preferred-six-cards-list{width:100%}.mdws-preferred-six-cards-list-item{border-radius:1.0666666667vw;margin-right:2.6666666667vw;margin-top:2.6666666667vw;padding:5.3333333333vw 0;width:calc(50% - 1.34667vw)}.mdws-preferred-six-cards-list-item:nth-child(3n){margin-right:2.6666666667vw}.mdws-preferred-six-cards-list-item:nth-child(2n){margin-right:0}.mdws-preferred-six-cards-list-item:nth-child(3){margin-top:2.6666666667vw}.mdws-preferred-six-cards-list-item-top .gws-img{height:26.6666666667vw;width:26.6666666667vw}.mdws-preferred-six-cards-list-item-top p{font-size:3.7333333333vw;line-height:4.8vw;margin-top:1.0666666667vw;width:37.8666666667vw}.mdws-preferred-six-cards-list-item .mdws-btn{border-radius:7.4666666667vw;font-size:3.2vw;margin-top:2.6666666667vw;padding:1.3333333333vw 3.2vw}}.product-anchor-point .ps-widget{background-color:unset!important;border:unset!important;border-bottom:.1041666667vw solid #1f94d2!important;font-family:inherit!important;font-size:1.25vw!important;line-height:1.4583333333vw!important;margin-right:2.3958333333vw!important;padding:unset!important}@media screen and (max-width:767.9px){.product-anchor-point .ps-widget{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!important}.ps-container.ps-lightbox.ps-open{z-index:9000!important}.mdws-esb-dialog{border-radius:.4166666667vw;padding:2.7083333333vw 4.1666666667vw 3.3333333333vw;width:41.6666666667vw}@media screen and (max-width:767.9px){.mdws-esb-dialog{border-radius:2.1333333333vw;padding:8.5333333333vw 6.4vw;width:calc(100% - 20.26667vw)}}.mdws-esb-dialog__title{font-size:2.5vw;font-weight:500;margin:1.6666666667vw 0 2.5vw;text-align:center}@media screen and (max-width:767.9px){.mdws-esb-dialog__title{font-size:5.3333333333vw;margin-bottom:6.4vw;text-align:left}}.mdws-esb-dialog .mdws-form-actions{margin-top:.8333333333vw;width:100%}.mdws-esb-dialog .mdws-form-actions .mdws-btn{width:100%}@media screen and (max-width:767.9px){.mdws-esb-dialog .mdws-form-actions{margin-top:4.2666666667vw}}.mdws-feature-icon{border-top:1px solid #d6d6d6;color:#707070;display:flex;flex-wrap:wrap;padding:1.3020833333vw 1.5625vw}@media screen and (max-width:767.9px){.mdws-feature-icon{border-top:0;padding:3.2vw 4.2666666667vw}}.mdws-feature-icon-item{align-items:center;display:flex;margin-bottom:.2604166667vw;margin-right:1.0416666667vw;margin-top:.2604166667vw}@media screen and (max-width:767.9px){.mdws-feature-icon-item{margin-bottom:1.3333333333vw;margin-right:2.6666666667vw;margin-top:1.3333333333vw}}.mdws-feature-icon-item img{height:1.0416666667vw;margin-right:.4166666667vw;width:auto}@media screen and (max-width:767.9px){.mdws-feature-icon-item img{height:4.2666666667vw;margin-right:2.1333333333vw}}.mdws-feature-icon-item p{font-size:.8333333333vw;line-height:normal}@media screen and (max-width:767.9px){.mdws-feature-icon-item p{font-size:3.2vw;line-height:5.3333333333vw}}.mdws-image-label{border-top:1px solid #d6d6d6;color:#707070;display:flex;flex-wrap:wrap;padding:1.3020833333vw 1.5625vw}@media screen and (max-width:767.9px){.mdws-image-label{padding:1.3333333333vw 4.2666666667vw}}.mdws-image-label-item{align-items:center;display:flex;margin-bottom:.2604166667vw;margin-right:1.5625vw;margin-top:.2604166667vw}@media screen and (max-width:767.9px){.mdws-image-label-item{margin-bottom:1.3333333333vw;margin-right:5.3333333333vw;margin-top:1.3333333333vw}}.mdws-image-label a:first-of-type{margin-right:.5208333333vw}@media screen and (max-width:767.9px){.mdws-image-label a:first-of-type{margin-right:2.6666666667vw}}.mdws-image-label a:nth-of-type(2){flex:1}.mdws-image-label a img{height:1.0416666667vw;max-width:100%}@media screen and (max-width:767.9px){.mdws-image-label a img{height:4.2666666667vw}}.mdws-image-label a p{font-size:.8333333333vw;line-height:1.0416666667vw}@media screen and (max-width:767.9px){.mdws-image-label a p{font-size:3.7333333333vw;line-height:4.8vw}}.mdws-product-basic-v2{display:flex;justify-content:space-between;line-height:normal;padding:2.0833333333vw 12.5vw}@media screen and (max-width:767.9px){.mdws-product-basic-v2{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}.mdws-product-basic-v2__sku{flex-shrink:0;position:relative;width:41.6666666667vw}.mdws-product-basic-v2__info{width:30.2083333333vw}.mdws-product-basic-v2__info::-webkit-scrollbar{display:none}.mdws-product-basic-v2__info .product-name{color:#333;font-size:1.6666666667vw;font-weight:500;line-height:normal;margin-bottom:1.0416666667vw}.mdws-product-basic-v2__info .product-bazzzvioce{align-items:center;display:flex;margin-bottom:1.0416666667vw}.mdws-product-basic-v2__info .product-bazzzvioce-model{color:#707070;font-size:.8333333333vw;font-weight:400}.mdws-product-basic-v2__info .product-bazzzvioce .bv-rating{cursor:pointer;margin-left:1.0416666667vw;position:relative}.mdws-product-basic-v2__info .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_button_buttonMinimalist,.mdws-product-basic-v2__info .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_numReviews_text{color:#1f94d2!important;font-size:.8333333333vw!important}.mdws-product-basic-v2__info .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_main_container_row_flex{padding-right:.2083333333vw!important}.mdws-product-basic-v2__info .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_stars_component_container{font-size:.8333333333vw!important;padding-right:.2083333333vw!important}.mdws-product-basic-v2__info .product-bazzzvioce .bv_histogram_row_star svg,.mdws-product-basic-v2__info .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_stars_component_container svg{height:.8333333333vw!important;width:.8333333333vw!important}.mdws-product-basic-v2__info .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_avgRating_component_container{color:#333!important;font-size:.8333333333vw!important;font-weight:500!important;padding-left:.5208333333vw!important}.mdws-product-basic-v2__info .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_stars_component_container svg:not(:last-child){padding-right:.1041666667vw!important}.mdws-product-basic-v2__info .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container_row_flex .bv_main_container_row_flex .bv_button_component_container{align-items:center!important;display:flex!important}.mdws-product-basic-v2__info .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_numReviews_component_container{color:#333}.mdws-product-basic-v2__info .csr-product-sales{margin-left:0;margin-right:0;max-width:100%}.mdws-product-basic-v2__info .product-views{align-items:center;background:#fff7e8;color:#f70;display:flex;font-size:.9375vw;line-height:normal;margin-bottom:1.0416666667vw;max-width:100%;min-height:1.5625vw;padding:.2083333333vw .5208333333vw .2083333333vw .2083333333vw;width:max-content}.mdws-product-basic-v2__info .product-views-icon{height:1.1458333333vw;margin-right:.5208333333vw;object-fit:contain;width:1.1458333333vw}.mdws-product-basic-v2__info .product-parameter{color:#707070;font-size:.9375vw;font-weight:400;list-style:none;margin-bottom:2.9166666667vw;text-align:left}.mdws-product-basic-v2__info .product-parameter li{margin-bottom:.5208333333vw;padding-left:1.0416666667vw;position:relative;word-break:break-word}.mdws-product-basic-v2__info .product-parameter li:before{background:#707070;border-radius:50%;content:"";height:.5208333333vw;left:0;position:absolute;top:.3125vw;width:.5208333333vw}.mdws-product-basic-v2__info .product-parameter li:last-of-type{margin-bottom:1.5625vw}.mdws-product-basic-v2__info .product-shipping{display:flex;flex-direction:column;margin-bottom:1.0416666667vw}.mdws-product-basic-v2__info .product-shipping-text{color:#333;font-size:1.25vw;font-weight:500;margin-bottom:.5208333333vw}.mdws-product-basic-v2__info .product-shipping-btn{align-items:center;background-color:#f7f7f7;border-radius:.4166666667vw;color:#333;cursor:unset;display:flex;font-family:inherit;font-size:1.0416666667vw;font-weight:400;height:3.3333333333vw;justify-content:center;width:100%}.mdws-product-basic-v2__info .product-shipping-btn-icon{height:1.6666666667vw;margin-right:.5208333333vw;width:1.6666666667vw}.mdws-product-basic-v2__info .product-payCard{background:#f7f7f7;border-radius:.2083333333vw;font-weight:400}.mdws-product-basic-v2__info .product-payCard .csr-cp-price{margin-bottom:0;padding:1.5625vw}.mdws-product-basic-v2__info .product-payCard .csr-cp-price-sale{font-size:2.9166666667vw;font-weight:400}.mdws-product-basic-v2__info .product-payCard .csr-cp-price-original{font-size:.9375vw}.mdws-product-basic-v2__info .product-payCard .csr-cp-price-original-cost{color:#adadad}.mdws-product-basic-v2__info .product-payCard .csr-wish-btn{display:none}.mdws-product-basic-v2__info .product-payCard .csr-cp-price__styles:not(.csr-cp-price__empty)+div .csr-product-btns,.mdws-product-basic-v2__info .product-payCard .csr-cp-price__styles:not(.csr-cp-price__empty)+div .mdws-product-basic-v2__buttons{padding-top:0}@media screen and (max-width:767.9px){.mdws-product-basic-v2{flex-direction:column;padding:0}.mdws-product-basic-v2__info{height:auto;padding:8vw 5.3333333333vw;width:100%}.mdws-product-basic-v2__info .product-name{font-size:4.8vw;margin-bottom:2.6666666667vw}.mdws-product-basic-v2__info .product-bazzzvioce{flex-wrap:wrap;margin-bottom:5.3333333333vw}.mdws-product-basic-v2__info .product-bazzzvioce-model{font-size:3.7333333333vw;margin-bottom:2.6666666667vw;margin-right:2.6666666667vw}.mdws-product-basic-v2__info .product-bazzzvioce .bv-rating{display:inline-block;margin-left:0}.mdws-product-basic-v2__info .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_button_buttonMinimalist,.mdws-product-basic-v2__info .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_numReviews_text{font-size:3.7333333333vw!important}.mdws-product-basic-v2__info .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_main_container_row_flex{padding-right:1.0666666667vw!important}.mdws-product-basic-v2__info .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_stars_component_container{font-size:3.7333333333vw!important;padding-right:0!important}.mdws-product-basic-v2__info .product-bazzzvioce .bv_histogram_row_star svg,.mdws-product-basic-v2__info .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_stars_component_container svg{height:4.2666666667vw!important;width:4.2666666667vw!important}.mdws-product-basic-v2__info .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_stars_component_container svg:not(:last-child){padding-right:.5333333333vw!important}.mdws-product-basic-v2__info .product-bazzzvioce [data-bv-show=rating_summary] .bv_main_container .bv_avgRating_component_container{font-size:3.7333333333vw!important;font-weight:400!important;padding-left:1.0666666667vw!important}.mdws-product-basic-v2__info .product-views{background:#fff7e8;color:#f70;font-size:3.7333333333vw;line-height:4.8vw;margin-bottom:5.3333333333vw;min-height:6.9333333333vw;padding:1.0666666667vw 2.6666666667vw 1.0666666667vw 1.0666666667vw}.mdws-product-basic-v2__info .product-views-icon{height:4.8vw;margin-right:2.6666666667vw;width:4.8vw}.mdws-product-basic-v2__info .product-parameter{color:#707070;font-size:3.7333333333vw;line-height:5.3333333333vw;margin-bottom:9.6vw}.mdws-product-basic-v2__info .product-parameter li{margin-bottom:2.6666666667vw;padding-left:4.2666666667vw}.mdws-product-basic-v2__info .product-parameter li:before{height:1.6vw;top:1.6vw;width:1.6vw}.mdws-product-basic-v2__info .product-parameter li:last-of-type{margin-bottom:8vw}.mdws-product-basic-v2__info .product-shipping{margin-bottom:2.6666666667vw}.mdws-product-basic-v2__info .product-shipping-text{color:#333;font-size:3.7333333333vw;line-height:5.8666666667vw;margin-bottom:2.1333333333vw}.mdws-product-basic-v2__info .product-shipping-btn{border-radius:1.0666666667vw;font-size:3.7333333333vw;font-weight:400;height:11.2vw;width:100%}.mdws-product-basic-v2__info .product-shipping-btn-icon{height:6.4vw;margin-right:2.6666666667vw;width:6.4vw}.mdws-product-basic-v2__info .product-payCard{background:transparent;display:flex;flex-direction:column}.mdws-product-basic-v2__info .product-payCard-shop{background:#fff;bottom:0;box-shadow:0 0 .5333333333vw 0 rgba(0,0,0,.08),0 -.5333333333vw 1.6vw 0 rgba(0,0,0,.08),0 -1.0666666667vw 3.2vw 0 rgba(0,0,0,.08);left:0;padding:0;position:fixed;width:100vw;z-index:11}.mdws-product-basic-v2__info .product-payCard-shop__wrap{align-items:center;border-bottom:1px solid #d6d6d6;display:flex;justify-content:flex-end;min-height:14.4vw;padding-left:5.3333333333vw;position:relative;width:100%}.mdws-product-basic-v2__info .product-payCard-shop .csr-cp-price__styles{width:77.0666666667vw}.mdws-product-basic-v2__info .product-payCard-shop .csr-cp-price__styles .csr-cp-price{border-bottom:none}.mdws-product-basic-v2__info .product-payCard-shop .csr-wish-btn{align-items:center;border:1px solid #adadad;border-radius:50%;display:block;display:flex;height:9.6vw;justify-content:center;left:5.3333333333vw;position:absolute;right:unset;top:50%;transform:translateY(-50%);width:9.6vw}.mdws-product-basic-v2__info .product-payCard-shop .csr-wish-btn__icon{height:5.0666666667vw;width:5.0666666667vw}.mdws-product-basic-v2__info .product-payCard .mdws-feature-icon{background:#f7f7f7;border-radius:.5333333333vw .5333333333vw 0 0;order:1}.mdws-product-basic-v2__info .product-payCard .mdws-image-label{background:#f7f7f7;border-radius:0 0 .5333333333vw .5333333333vw;order:2}.mdws-product-basic-v2__info .product-payCard .csr-cp-price{align-items:flex-end;border-bottom:1px solid #d6d6d6;display:flex;flex-direction:column;order:3;padding:2.6666666667vw 5.3333333333vw}.mdws-product-basic-v2__info .product-payCard .csr-cp-price-sale{font-size:6.4vw}.mdws-product-basic-v2__info .product-payCard .csr-cp-price-original{font-size:3.2vw}.mdws-product-basic-v2__sku{height:100vw;width:100%}}.mdws-sku-list{height:33.3333333333vw;left:0;position:sticky;top:0}.mdws-sku-list .mdws-sku-item{display:flex;height:100%;justify-content:space-between;overflow:hidden;position:relative}.mdws-sku-list .mdws-sku-item__main{height:100%;margin:0;position:relative;width:33.3333333333vw}@media screen and (max-width:767.9px){.mdws-sku-list .mdws-sku-item__main{height:82.6666666667vw;width:100%}}.mdws-sku-list .mdws-sku-item__main .swiper-slide{align-items:center;display:flex;justify-content:center;visibility:hidden}.mdws-sku-list .mdws-sku-item__main .swiper-slide .gws-video__play{height:4.1666666667vw;width:4.1666666667vw}.mdws-sku-list .mdws-sku-item__main .swiper-slide .gws-img{align-items:center;display:flex;justify-content:center}.mdws-sku-list .mdws-sku-item__main .swiper-slide .gws-img img{max-height:27.0833333333vw;max-width:27.0833333333vw;object-fit:contain}.mdws-sku-list .mdws-sku-item__main .swiper-slide .badges{display:none;display:flex;flex-direction:column;position:absolute;right:1.5625vw;top:3.125vw}.mdws-sku-list .mdws-sku-item__main .swiper-slide .badges .gws-img{margin-bottom:.5208333333vw}.mdws-sku-list .mdws-sku-item__main .swiper-slide .badges .gws-img:last-child{margin-bottom:0}.mdws-sku-list .mdws-sku-item__main .swiper-slide .badges img{left:inherit;max-height:3.3333333333vw;max-width:3.3333333333vw;object-fit:contain;position:relative;top:inherit;transform:inherit;z-index:2}.mdws-sku-list .mdws-sku-item__main .swiper-slide:first-child .badges{display:flex}.mdws-sku-list .mdws-sku-item__main .swiper-button-next,.mdws-sku-list .mdws-sku-item__main .swiper-button-prev{display:none}.mdws-sku-list .mdws-sku-item__main .swiper-slide-active{visibility:visible}.mdws-sku-list .mdws-sku-item__main .swiper-button-prev{left:1.0416666667vw}@media screen and (max-width:767.9px){.mdws-sku-list .mdws-sku-item__main .swiper-button-prev{left:5.3333333333vw}}.mdws-sku-list .mdws-sku-item__main .swiper-button-next{right:1.0416666667vw}@media screen and (max-width:767.9px){.mdws-sku-list .mdws-sku-item__main .swiper-button-next{right:5.3333333333vw}}.mdws-sku-list .mdws-sku-item__main .swiper-pagination{display:none}.mdws-sku-list .mdws-sku-item__main__operation-magnify{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBmaWxsPSJub25lIiB3aWR0aD0iMzYiIGhlaWdodD0iMzYiPjxkZWZzPjxwYXR0ZXJuIHg9IjAiIHk9IjAiIHdpZHRoPSIzNiIgaGVpZ2h0PSIzNiIgcGF0dGVyblVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgaWQ9ImEiPjxpbWFnZSB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBTWdBQUFESUNBWUFBQUN0V0s2ZUFBQUFBWE5TUjBJQXJzNGM2UUFBQUFSelFrbFVDQWdJQ0h3SVpJZ0FBQS92U1VSQlZIaWM3WjE1ckZiRkdZY2ZwSUFvaFN0VkFtNkJwQ0N5S0NncVlsRVJZaTFXS2VoMVFTazJ3YXFsTFUxZElqYkt0VkxqUXRTQ1lxdXRDOFNsWW9VbVVxaGFRU3ZVRFFvcXNscEFSRkJFb1FYRWd0eitNUkEvcnQvSHZmUE9uSm16dkU4eXVmZVBjNzc1emZJN2M1YVpkMEJSRkVWUkZFVlJGRVZSRkVWUkZFVlJGRVZSRkVWUkZFVlJGRVZ4cFZGc0FUbW1DbWkxTzFXVitic2QyQVJzTHZsYit2LzI4SktWdXFoQjNLZ0NPcGVrbzByK2QrVVRZRWxKV3JyNzd3b1B2NjAwRURWSXcya0NuQVNjQWZURG1LQnRCQjA3TVVaNUE1Z0Z2QUtzaktDakVLaEJLdE1DWTRpVGdMNFlZelNOcXFneVM0RVhnZGQycHlWeDVTaDVwVFV3QXBpT2VRNm96V2g2QnhnSG5PSzNlcFNpY2lad1AvQVI4VHUzN3pRYkdBVWM0YXV5bEdKd05IQUQ1bDQrZGljT2tiWUFrNERCUGlwUHlTOERNQjBsZG9lTm1SWUFWd09IT05hbGtpT0dBak9JM3puVGxENEViZ082T3RTcmttRmFZKzYvNXhHL002WTU3UUFlQWs0WDFiS1NTYTRHM2lkKzU4dGFtZ3FjSUtodkpTUDBBNTRuZmtmTGN2b2N1QkZvYkZuM1NvcHBpYm1manQyNThwVG1BR2ZiTkVMZXlNdVg5QXN3cjJ5UGpheGpHYkN3SkczRVhJMzNwRzBsL3pjQm1sZEluWUFlbVBJY2l6Ri9UTzRGYmdYV1JkYWhXSElvNXVFeXh0VjFJZkFnY0NYUUc5T3hrNklEOEFPZ0J2Z3J4bmloeTdzY0dKWmdHUlhQREFMZUpVem4rQUNZQnZ3Szg5WDlvQURscTQ5dXdJK0FpY0RyaERQS2VPREFBT1ZUSExpRk1KM2hLYUE2VUpsYzZZb1pZUmFSZkwzTUJVNExVaXJGaXA3QVRKSnQvSGVBTVVDWFFHVktnbXFNdVpPc3B4M0FOYUVLcE5UUDVaaEZSRWsxK0ZTeU0xbzBsRDJqeWtxU3E3Y25NYzlJU2tUdUpKbkczWWw1eU0vNzdVSXJ6SXlDK1NSVGowc3dhMmFVQ0NReHNYQURacjFFOTREbFNBdkRnQmZ3WDZlZkFlY0hMSWNDL0EzL0RYa0hjSGpJUXFTVVFaaUhiZC8xT3p4a0lZck1RdncyM0xQb2JVQmRHZ09qTVpGVWZOYjF5SkNGS0NMcjhkZFkvOFo4ekZNcTB4MllqRitUWEJlMEJBWENaeU9OUjIrbmJMZ1F2eU8zbXNRenkvSFRNQnVBSHdiV25oZmFBWS9oenlSRHdzclBMNzQrQU00Q2pnK3NQWStNeHA5SitnZlduanZ1eFU5RFRBQ2FCZGFlWjg3QnpGRDIwVFlhZ2tpSXI0K0FWNFFXWGhBNkFNL2czajdiZ1Y2QnRXY2VYNU1POHpaRkpJMU13YjJkbG1KbUlTc040SExVSEZuRGgwbGVSbStENjZVbmZpWWVuaHhhdU9MRkpIY0ZWNTB4Zkx5eDB1OGI4WmlJZS9zTkRhNDZJL2g0N2xEaVU0TmJHNjRHT29ZV25YWUc0VzZPYndWWHJWU2lCcmUyZkRxNDRoUnpLTzVyeVBXS2t6NXFjR3ZUNjRNclRpbXUwVWQ2aDVlc05KQjdjR3Zid3MreXZnQzNDaHdZWHJKaWljdHM0QmtSOUthR2xwaHcrOUxLMHkvazJhQUZacjlFYVR1UENpODVIYmlFQTUwUVFhOGlwemZ5eFZjZllYWUpMaFQ5a0p0akZ2ckZOWXVNUU43bWowYlFHeFZwbFBVTndIRVI5Q3ArY0hsb3Z6aUMzaWhjamJ5U2RMRlR0bW1NUEhMSzI2UWp0R3VpdEVhK2VjMzRDSG9WL3h3SGJFWFdCMFpIMEJ1VVVjZ3FaaVhGbUdNMUdQT0JiUlptVzRHaDVQT3FlUk95ZnJBWWFCcEJiekNrZXdMbVBmcElSK0JOeXBkOUxYQkpQR21KMEF4NTVQa1JFZlFHWVNpeUNuazJodGlBSEU3RDZ1R3NXQUlUNGp4ay9lR2xHR0pESU4xcStkUVlZZ1BSRkx1SDFwNXhaQ2JHdzhqNnhMa3h4Q2JKQUdRVmNVY01zUUc1REx2NkdCZEZaWEoweHJ5NnQrMFh1WnZ0S3drMHZZSDhQNWlQeDY1T25vZ2pNMUhHSXJ0NDVtYlY2TkhJS2lCdlY4dHl6TWF1VGw2TW9qSlpPZ0pic084ZlVhY2I3ZWZ4dHdZTHp2bVNBazR2S0NqTGtiWDFZQ0x1OGh2YklKTXdYMDZWWWlBeHlHSEkrcFlYZkJua1RHUkJ3WFQwS0Jhdlk3WnNzeVh6QnBFVVlCbzVmdGV0VkVSeVVSeUUyVzh4T0Q0TTBocFpCTy9IUGVTdFpJK1p5QzZNVWFMRSt6RElFS0NONVRtTE1BSElsR0lpYWZzb3QxaytEQ0lScnVZb05sTXczNzlzNklsNTFnMktxMEZhSW90SW9RWXBOaDhqNndOOWZBdXBEMWVEOUFXK2FYbk9GRXg4TEtYWVNBd1NmSThSVjROSUhLMmpod0ptZG9IdHczb2ZvTGwvS1pVSmJaQjFxRUdVcjdCZDRuQUFnV2Q5dXhpa0tmWkQzcjhjOGxQeXgzekJPVUdqTUxvWTVGU2dpZVU1a2dwUjhzdXJtSzNaYk1qTUNDSVIrb1pEZmtyKzJJYjlYVVVmb0ZFQ1dzcmlZaERKVURmSElUOGxuOHl6UEw0eEFVY1JGNE4wdGp4K01iRFJJVDhsbjBndW1yWjlUNHpVSUZWQVc4dHovaW5NUzhrM3VUU0lSS0ErZnlqbFdBT3N0endubHdaWklNeEx5VDhMTFkvUHBVRnNLMEVwRHJaOW96Mndmd0k2dm9iVUlMYjdPQ3dEUGhmbXBlUWZ5Y1V6eUNnU2FnVFIwVVBaRjJvUVlUNUtNVmdFN0xROEo3VUdxUktjb3daUjZzTzJqN1JLUkVVZEpBYVJDTk1QaEVwOTJQYVJJQWI1aHVBY2liQTBQcUFIbTg4akpFbDl0UW4rdGhUYlBpSzVrN0ZHWWhDSnNMUVlaQUFteUVSUHpJNnNhYVVmc0N2QjMxK0xtZG13Q0xPUlR4cXc3U05CUmhBSjUyQWZYL1hJS0VyMzVoZklZZ2ZuUGIzbVVxa2VlUWc3M2JhVEhFV0Vla2pmSmpqSEozMkF1eU5yU0NzbllrYVMyS1J5QkFuMWtCN3pGcXNGOEdERS9MTkFGK0NxeUJwUytRd1NhZ1NKYVpBTE1SMUEyVGMvalp5LzdWMUdha2NRMnlXU1lMODAxeWNuUnN3N1MzUUIya1hNMzdhUFNQcWhOUktEYkJLY0V6UlVTeDFzMTYwVW1aaDFaZHRISlAzUUdvbEJOZ3ZPaVdtUXRMeWxTVHRmQU85RXpEODNCc25hQ0tKUkhCdkdtOENPaVBubnhpQlpHMEdtRWVpZGVjYVpGRGwvTlVoRUxvcWNmOXFaQVR3UVdjTUJsc2VuMWlCWnU4VUNXSUg1SG5KL1pCMXBZd1ZtKzRxQnNZV1EwaEZFTWhkTE1vSjBBdjRoT004blc0R2ZZTGFkUGdZNE5tRGVqWUF4RnNmUEl0bnQ2ZFlEYjJHbW1NZWU1YkNIVHBiSEJ6R0lsQTFrYUsvckZGQ0Q3cE8rTHc3R2ZnN1pGU0dFU1ZjVUxyRThQdVRWV3NrZWt2NngycnVLTXFoQmxEUWc2UityZklzb1J5aUR0QVE2Q1BOUzhrL3VETEpVY0k2T0lrb2xiUHZHZWxJOEZ3dnNSeENBSHNLOGxQeGphNUJWU1lnb2g5UWdLN0FQMDZLemFwVnluQ1E0WjVWdkVaVncyZjdBZGhTUlZJU1NmM0pyRU50bzdhMkJiZzc1S2ZsRWNtY1I3S096aTBGbUNjNDV3U0UvSlo5SVJwRFp2a1ZVd3NVZ3J3ak9VWU1vcFh4N2Q3TGg3d1NjSHVOaWtKWFl2Kzd0NVpDZmtqOGtGOHdYdkt2WUJ5NEdBZnM1UXljQVhSM3pWUEpENmplQ2RUV0laRGxydFdPZVNqNW9nMzFmK0FpWW00Q1dpcWhCbEZoVVkyYngydkF5OEdVQ1dpcmlhcEFsMkVmbDY0S2FSSkgxZ1plOXE2Z0hWNE1BekJTY293WXBOdjJBMHl6UDJRRk1UMERMUHZGaGtLbUNjNnJSaC9VaUk3bEFUc2U4T1EyS0Q0UE1RYlk4VkVlUll0SU91VUdDNDhNZ0lCdEZocFBpUFI2VXhCaU8vY1A1RmpKdWtHY3dRUkZzYUE5YzVpbC9KUnMwd3hqRWx1bkFPczlhR29Rdmc2ekJtTVFXU1dVcDJXVTRzdDFwbzR3ZTRNOGdJTHZONmdrTTg2aEJTVGVTQytJNmNtUVF5WGJQUlJoRi9wUHc4Vm1nR3JQVGx5MlBBSi82bGRKd2ZCb0VZTExnblA3QUlNODYwc1o2eStQWEpxSWlMcElMNFRhTVFYTERJY0NIMkFjQm13czBqcUEzRlAyeHE0K2I0c2hNakJISU5oaTlMNGJZcExrTldXV01qaUUySUwrallmWHdhaXlCQ2RFV0U4TkEwaWR5dVR5aUsyWmFnRzFsYkFLNlI5QWJraW5zdXc1aWJtQ1RGSGNqTTRma2RqMHoyTzU1WFloSzJjMlptRnZLMG5LL0JWd1pVMVJDMk41YWxxYitFZlFHNDNUa0ZYTmhlTGxSYUlHWnNIZFFiQ0VKOGh5eVBpRDVaSkE1cGlLcm5JWEUzVzFWOGNOMXlOci9meFFrUk5RSm1QM1JKWlgwV0FTOWlqOEdJcitEK0hVRXZkRzRFWGxGNWYydFZsNDVFck54cXFUTjUyRy9GVnVtYVl5WkRpODF5VG5oSlN1T1BJVzh2UXU1Qk9KczVCVzJETjAySVV1TVFkN1dqNFNYbXg0bUlLODR5U3hoSlR3WElHL2pEY2htK2VhR2RzQnk1QlU0SmJ4a3hRSVhjOVFDSThOTFRoL0RjS3RFTlVrNitSNXU3VG9wdk9UME1oNDFTWjdvaGx0N0xnVU9ENjQ2eFJ6STE2ZFoyS2FKd1ZVcjVhakNyUjFyZ2ZPQ3E4NEFweUdiekZpYWFrS0xWdmJpUU56TmNVZHcxUm5pR3R3cnVDYTBhQVdBSTNCdnU1ZUFKcUdGWjQwblVaTmtqUjY0dDluN21GZ0VTajEwd01UMmRhM3dlMElMTHlobjRONVdYd0RmRFMwOHkvUUZQc085NGlkanBvOHJ5VkNOZXh2Vm9oRnNSSnlQbjhwL0JlZ2RXSHNSR0lPZjlyazJ0UEE4TVJ3L2piQUpFeUJBY2VkSTNDWWVscVp4Z2JYbmtwSDRhWXhhekhOSm5xT2tKTTFBNUZQV3k5MytLcDZRcmtJcmwxNEFqZ3NyUHhmNGJJTmFZQmZtTmxyeHhMWDRhNXl0bUJoVHpZS1dJSnYwUjc2R3ZMNjBFeGdTcmlqNVp3aCtHK2gxZEZwREpkb2lEODFqazNZQWd3T1ZxUkM0aEl5cGxCNm00T3NPNmpBQ2VWQTNTZnFDL0llWkRjb3B3SGI4TnRJR1lDelFNV0E1MGtZMThDemhqRkdhdGdQbkpsL0U0dEFMTXkzYWQwTnR3Y1IrUFRGY1VhTFNEUGd4YmpFQ2ZLVnR3UGVUTFc2eDZJYlpBamlwQm5zQ09DdFlhY0xTRHJnZVdFeDhZNVNtclpoNEJZb25tZ0Yza1d5anpjWjhqMmtUcGtpSjBnK3pkbVlEOGMxUUtmMFhzeUpSOGNoUVlEWEpOdHpIbU51djA4TVV5UnR0TUFhZlRmS2Rlenp3SncrL3N4bWR3T2lkanNEVGhMbkt6Y2FzWHptRGRBWTE2d3hjUXJqUllpVjdUK2Z4c1d4aEV5YW90K0taNndsamtqM3BjOHlTNFFuQVJaakZRNkU1QmZPMSs4K1l6aHF5L0g4QmppbWo2WEVQdi8wcE1NQ3hicFF5OUFWbUVMYWpsS1oxd0V6Z2RzenRYMWRQNVRvWTh5M29sOENqd0lLSVphd0ZicWhINzJNZTh0aEl5clk5YUJSYmdFZEdZUm94RFEvWU96RlI2amRpUnAyNmFSdG15V2x6ekcxYjh6cXBFM0JZY05YbG1ZcVpqVHUzQWNkT0JpNTF6TzhUVEp5dFdZNi9vNVRoS016Vk51YVZOaTlwSWJJRlRwTTg1UDB4Mlh0Qmtpa3VCdDRtZmlmTFl0b0szSXpiQ3MxSFBPaFlENXpxb0VHcGg0TXdXeWlrN1FOWld0Tm16S3ZiSHBMS0xzUERIalN0QTc3alNZOVNnYWFZMTVJdkViOFRwakd0eEVTSFNTS0svaDg5NkZ1TGVYT25CT0Jjd24wL1NYdWFqM214VWVWVW8vWHpCdzlhMXdBbko2eFRLZUZrekxlTUQ0amZVVU9ucVlUZktQVUJEN3JmUjROeUJLY2xKbURFTk9KMzNDVFRHdUJPek16b1dQeStqQzdidElyaXpMNU9IVjB4ZXlyT0ozNkg5cEYyQWRNeCs2OG5mUnZWVU83SHZWd3JpV3QwQlRNdnFBWjRIdlBhTTNabnR6WEZTTks3cmNCOXVKZnpQZUQ0ME1LVjhqVEh6RFlkaTFtVHNwUDRSdGlUdG1BV1FFM0V6QTFybmxBZCtPWmUzTXUrZ2dBeGZ2TTAxU1FValRBZnNEclhTZTBUenZjOVRLeXFoU1ZwZWNKNUpzbDQ0R2VPdjdFY015MWxnYnVjOHFoQi9MRS9leHVtMWU1VVZlSHZsM3cxTDZ2dVBLM1ZtTURlUzB2U3puQkZDY1p2Z1o4Ny9zWXl6QnI3dDl6bEtFcjY4QkZ5YURIUVBiUndSUW1GajZYVTcrSnZxWUdpcEk1eHVKdGtEbVo3T0VYSkpYZmliaExkNUZYSk5iZmpicExXd1ZVclNrQnV3ODBnM2NKTFZwU3czSXJjSURxcFVTa0VZNUVacEgwRXJZb1NoVnV3TThjdTBobS9URkVTNDJZYWJwRGZSTktvS0ZHcG9YNXpQQmRMbktLa2dVc3hnUnpLbWVPcUpETFV5WXBLMWpnR0UzMnhGN0FmWmxielBNemFIVVZSRkVWUkZFVlJGRVZSRkVWUkZFVlJGRVZSRkVWUkZFVlJGQ1dGL0IrS3ZTdzA1ZWI5cUFBQUFBQkpSVTVFcmtKZ2dnPT0iLz48L3BhdHRlcm4+PC9kZWZzPjxyZWN0IHdpZHRoPSIzNiIgaGVpZ2h0PSIzNiIgcng9IjAiIGZpbGw9InVybCgjYSkiLz48L3N2Zz4=) no-repeat;background-size:100% 100%;bottom:.5208333333vw;cursor:pointer;display:block;height:1.25vw;left:14.5833333333vw;position:absolute;width:1.25vw;z-index:3}.mdws-sku-list .mdws-sku-item__main__operation .gws-dynamic-image{bottom:.4166666667vw;left:16.875vw;position:absolute;z-index:3}.mdws-sku-list .mdws-sku-item__main__operation .gws-dynamic-image .gws-dynamic-image__btn{height:1.25vw;width:1.9270833333vw}.mdws-sku-list .mdws-sku-item__main__operation-sale{color:#1f94d2;font-size:.9375vw;font-weight:500;left:1.5625vw;line-height:normal;max-width:calc(100% - 6.25vw);position:absolute;top:1.5625vw;z-index:3}.mdws-sku-list .mdws-sku-item__main__discount{align-items:center;background:linear-gradient(270deg,#f3ba72,#fcf4e4 51%,#f3ba72);color:#974d18;display:flex;font-size:.9375vw;font-weight:500;height:1.5625vw;justify-content:center;left:1.5625vw;position:absolute;top:3.2291666667vw;visibility:hidden;width:4.1145833333vw;z-index:10}.mdws-sku-list .mdws-sku-item__main__discount:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNC45OTciPjxwYXRoIGQ9Ik0xNC4zNzcgNi40MVExNSA3LjAzNyAxNSA3LjkycTAgLjg4NC0uNjIzIDEuNTFMOS40NCAxNC4zN3EtLjYyNy42MjctMS41MTUuNjI3LS44ODggMC0xLjUxNi0uNjI4TC4yMjQgOC4xOTFBLjc2NS43NjUgMCAwIDEgMCA3LjY1Vi43NjVDMCAuMzQzLjM0MyAwIC43NjUgMEg3LjY1Yy4yMDMgMCAuMzk3LjA4LjU0LjIyNGw2LjE4NiA2LjE4NS4wMDEuMDAxWm0tOS41OTUtLjE5NGExLjQzNCAxLjQzNCAwIDEgMCAwLTIuODcgMS40MzQgMS40MzQgMCAwIDAgMCAyLjg3WiIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjOTc0RDE4Ii8+PC9zdmc+);background-size:100% 100%;content:"";display:block;height:.78125vw;margin-right:.2083333333vw;width:.78125vw}.mdws-sku-list .mdws-sku-item__thumbnail{height:100%;margin:0;padding:1.7708333333vw 0;position:relative;width:7.2916666667vw}.mdws-sku-list .mdws-sku-item__thumbnail_swiper{height:100%;overflow:hidden;width:100%}.mdws-sku-list .mdws-sku-item__thumbnail .swiper-slide{align-items:center;border:1px solid transparent;border-radius:.2083333333vw;cursor:pointer;display:flex;justify-content:center;position:relative;transition:border-color .3s ease;width:100%}@media screen and (max-width:767.9px){.mdws-sku-list .mdws-sku-item__thumbnail .swiper-slide{border-radius:2.5333333333vw}}.mdws-sku-list .mdws-sku-item__thumbnail .swiper-slide-thumb-active{border-color:#1f94d2}.mdws-sku-list .mdws-sku-item__thumbnail .swiper-slide img{left:50%;max-height:5.2083333333vw;max-width:5.2083333333vw;object-fit:contain;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}@media screen and (max-width:767.9px){.mdws-sku-list .mdws-sku-item__thumbnail .swiper-slide img{max-height:80%;max-width:80%}}.mdws-sku-list .mdws-sku-item__thumbnail .swiper-slide .play-btn{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIj48ZGVmcz48ZmlsdGVyIGlkPSJhIiBmaWx0ZXJVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiIgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+PGZlR2F1c3NpYW5CbHVyIGluPSJCYWNrZ3JvdW5kSW1hZ2UiIHN0ZERldmlhdGlvbj0iNi45NDQiLz48ZmVDb21wb3NpdGUgaW4yPSJTb3VyY2VBbHBoYSIgb3BlcmF0b3I9ImluIiByZXN1bHQ9ImVmZmVjdDFfZm9yZWdyb3VuZEJsdXIiLz48ZmVCbGVuZCBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2ZvcmVncm91bmRCbHVyIiByZXN1bHQ9InNoYXBlIi8+PC9maWx0ZXI+PGZpbHRlciBpZD0iYyIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiIHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIj48ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPjxmZUJsZW5kIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPjxmZUdhdXNzaWFuQmx1ciBpbj0iQmFja2dyb3VuZEltYWdlIiBzdGREZXZpYXRpb249IjYuOTQ0Ii8+PGZlQ29tcG9zaXRlIGluMj0iU291cmNlQWxwaGEiIG9wZXJhdG9yPSJpbiIgcmVzdWx0PSJlZmZlY3QxX2ZvcmVncm91bmRCbHVyIi8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1ciIgcmVzdWx0PSJzaGFwZSIvPjwvZmlsdGVyPjxjbGlwUGF0aCBpZD0iYiI+PHJlY3Qgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgZmlsdGVyPSJ1cmwoI2EpIj48ZyBjbGlwLXBhdGg9InVybCgjYikiPjxnIGZpbHRlcj0idXJsKCNjKSI+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgZmlsbD0iI0ZGRiIgZmlsbC1vcGFjaXR5PSIuMiIgcj0iNTAiLz48L2c+PGcgZmlsbD0iI0ZGRiI+PHBhdGggZD0iTTQzLjc1IDYzLjIzMXEtLjA0LjAyMy0uMDguMDQzLS4wNDIuMDItLjA4NC4wMzctLjA0Mi4wMTgtLjA4NS4wMzItLjA0My4wMTUtLjA4Ny4wMjd0LS4wODguMDJxLS4wNDUuMDEtLjA5LjAxNWwtLjA5LjAxLS4wOTEuMDAycS0uMDQ2IDAtLjA5LS4wMDMtLjA0Ni0uMDAzLS4wOTEtLjAwOS0uMDQ1LS4wMDYtLjA5LS4wMTUtLjA0NS0uMDA4LS4wODktLjAyLS4wNDMtLjAxMi0uMDg3LS4wMjctLjA0My0uMDE0LS4wODUtLjAzMi0uMDQyLS4wMTctLjA4Mi0uMDM3LS4wNDEtLjAyLS4wOC0uMDQzLS4wNC0uMDIzLS4wNzgtLjA0OC0uMDM3LS4wMjUtLjA3NC0uMDUzLS4wMzYtLjAyOC0uMDctLjA1OC0uMDM0LS4wMy0uMDY2LS4wNjJ0LS4wNjItLjA2NnEtLjAzLS4wMzQtLjA1OC0uMDctLjAyOC0uMDM2LS4wNTMtLjA3NC0uMDI1LS4wMzgtLjA0OC0uMDc3LS4wMjMtLjA0LS4wNDMtLjA4LS4wMi0uMDQxLS4wMzctLjA4My0uMDE4LS4wNDItLjAzMi0uMDg1LS4wMTUtLjA0My0uMDI3LS4wODctLjAxMS0uMDQ0LS4wMi0uMDg5LS4wMS0uMDQ0LS4wMTUtLjA5LS4wMDYtLjA0NS0uMDA5LS4wOS0uMDAzLS4wNDUtLjAwMy0uMDlWMzcuOTcxcTAtLjA0NS4wMDMtLjA5LjAwMy0uMDQ2LjAwOS0uMDkxLjAwNi0uMDQ1LjAxNS0uMDl0LjAyLS4wODhxLjAxMi0uMDQ0LjAyNy0uMDg3LjAxNC0uMDQzLjAzMi0uMDg1LjAxNy0uMDQyLjAzNy0uMDgzLjAyLS4wNDEuMDQzLS4wOC4wMjMtLjA0LjA0OC0uMDc4LjAyNS0uMDM3LjA1My0uMDczLjAyOC0uMDM3LjA1OC0uMDcuMDMtLjAzNS4wNjItLjA2N3QuMDY2LS4wNjJxLjAzNC0uMDMuMDctLjA1OC4wMzctLjAyOC4wNzQtLjA1My4wMzgtLjAyNS4wNzctLjA0OC4wNC0uMDIzLjA4LS4wNDMuMDQxLS4wMi4wODMtLjAzNy4wNDItLjAxOC4wODUtLjAzMi4wNDQtLjAxNS4wODctLjAyNy4wNDQtLjAxMS4wODktLjAyLjA0NS0uMDA5LjA5LS4wMTV0LjA5LS4wMDlxLjA0NS0uMDAzLjA5LS4wMDMuMDQ2IDAgLjA5Mi4wMDMuMDQ1LjAwMy4wOS4wMDkuMDQ1LjAwNi4wOS4wMTVsLjA4OC4wMnEuMDQ0LjAxMi4wODcuMDI3LjA0My4wMTQuMDg1LjAzMi4wNDIuMDE3LjA4My4wMzcuMDQxLjAyLjA4LjA0M2wyMC44MzQgMTIuMDI4cS4wNC4wMjMuMDc3LjA0OGwuMDc0LjA1M3EuMDM2LjAyOC4wNy4wNTguMDM0LjAzLjA2Ni4wNjJ0LjA2Mi4wNjZsLjA1OC4wN3EuMDI4LjAzNy4wNTMuMDc0LjAyNS4wMzguMDQ4LjA3OHQuMDQzLjA4cS4wMi4wNC4wMzcuMDgzLjAxOC4wNDIuMDMyLjA4NS4wMTUuMDQzLjAyNy4wODd0LjAyLjA4OHEuMDEuMDQ1LjAxNS4wOWwuMDEuMDkuMDAyLjA5MXEwIC4wNDYtLjAwMy4wOTF0LS4wMDkuMDlxLS4wMDYuMDQ1LS4wMTUuMDktLjAwOC4wNDUtLjAyLjA4OXQtLjAyNy4wODdxLS4wMTQuMDQzLS4wMzIuMDg1LS4wMTcuMDQyLS4wMzcuMDgyLS4wMi4wNDEtLjA0My4wOC0uMDIzLjA0LS4wNDguMDc4dC0uMDUzLjA3NHEtLjAyOC4wMzYtLjA1OC4wNy0uMDMuMDM0LS4wNjIuMDY2dC0uMDY2LjA2MnEtLjAzNC4wMy0uMDcuMDU4LS4wMzYuMDI4LS4wNzQuMDUzLS4wMzguMDI1LS4wNzcuMDQ4TDQzLjc0OSA2My4yMzFaIi8+PHBhdGggZD0iTTQ0Ljc5MSA2NS4wMzVxLTEuNzM2IDEuMDAzLTMuNDcyIDAtMS43MzYtMS4wMDItMS43MzYtMy4wMDdWMzcuOTcycTAtMi4wMDUgMS43MzYtMy4wMDcgMS43MzYtMS4wMDIgMy40NzIgMGwyMC44MzMgMTIuMDI4UTY3LjM2IDQ3Ljk5NSA2Ny4zNiA1MHQtMS43MzYgMy4wMDdMNDQuNzkxIDY1LjAzNVptLTIuMDgzLTMuNjA4TDYzLjU0IDQ5LjM5OXEtLjM0Ny4yLS4zNDcuNjAxIDAgLjQwMS4zNDcuNjAyTDQyLjcwOCAzOC41NzNxLjM0Ny4yLjY5NCAwdC4zNDctLjYwMXYyNC4wNTZxMC0uNC0uMzQ3LS42MDEtLjM0Ny0uMi0uNjk0IDBaIi8+PC9nPjwvZz48L2c+PC9zdmc+);background-size:100% 100%;cursor:pointer;height:5.2083333333vw;height:2.0833333333vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:5.2083333333vw;width:2.0833333333vw;z-index:10}@media screen and (max-width:767.9px){.mdws-sku-list .mdws-sku-item__thumbnail .swiper-slide .play-btn{height:8.5333333333vw;width:8.5333333333vw}}.mdws-sku-list .mdws-sku-item__thumbnail .swiper-button-next,.mdws-sku-list .mdws-sku-item__thumbnail .swiper-button-prev{color:#333;height:1.25vw;left:50%;margin-top:0;transform:translate(-50%) rotate(90deg);width:1.25vw}.mdws-sku-list .mdws-sku-item__thumbnail .swiper-button-prev{top:0}.mdws-sku-list .mdws-sku-item__thumbnail .swiper-button-next{bottom:0;top:unset}.mdws-sku-list .mdws-sku-item__thumbnail .swiper-button-next:after,.mdws-sku-list .mdws-sku-item__thumbnail .swiper-button-prev:after{font-size:.9375vw}@media screen and (max-width:767.9px){.mdws-sku-list{height:100%;position:relative}.mdws-sku-list .mdws-sku-item{display:flex;height:100%;overflow:hidden;position:static}.mdws-sku-list .mdws-sku-item__main{height:39.5833333333vw;position:relative;width:39.5833333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-sku-list .mdws-sku-item__main{height:100%;overflow:initial;width:100%}}@media screen and (max-width:767.9px){.mdws-sku-list .mdws-sku-item__main .swiper-slide{align-items:center;display:flex;justify-content:center;visibility:visible}.mdws-sku-list .mdws-sku-item__main .swiper-slide .gws-video__play{height:10.6666666667vw;width:10.6666666667vw}.mdws-sku-list .mdws-sku-item__main .swiper-slide .gws-img img{max-height:74.6666666667vw;max-width:74.6666666667vw}.mdws-sku-list .mdws-sku-item__main .swiper-slide .badges{display:none;display:flex;flex-direction:column;position:absolute;right:5.3333333333vw;top:12.8vw}.mdws-sku-list .mdws-sku-item__main .swiper-slide .badges .gws-img{margin-bottom:2.6666666667vw}.mdws-sku-list .mdws-sku-item__main .swiper-slide .badges .gws-img:last-child{margin-bottom:0}.mdws-sku-list .mdws-sku-item__main .swiper-slide .badges img{left:inherit;max-height:8vw;max-width:8vw;object-fit:contain;position:relative;top:inherit;transform:inherit;z-index:2}.mdws-sku-list .mdws-sku-item__main .swiper-slide:first-child .badges{display:flex}.mdws-sku-list .mdws-sku-item__main .swiper-button-next,.mdws-sku-list .mdws-sku-item__main .swiper-button-prev{display:none;position:absolute;top:50%;transform:translateY(-50%)}.mdws-sku-list .mdws-sku-item__main .swiper-button-prev{left:1.0416666667vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-sku-list .mdws-sku-item__main .swiper-button-prev{display:none;left:5.3333333333vw}}@media screen and (max-width:767.9px){.mdws-sku-list .mdws-sku-item__main .swiper-button-next{right:1.0416666667vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-sku-list .mdws-sku-item__main .swiper-button-next{display:none;right:5.3333333333vw}}@media screen and (max-width:767.9px){.mdws-sku-list .mdws-sku-item__main .swiper-pagination{display:block;height:1.6vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-sku-list .mdws-sku-item__main .swiper-pagination{bottom:0;position:absolute}}@media screen and (max-width:767.9px){.mdws-sku-list .mdws-sku-item__main .swiper-pagination span{background-color:#d6d6d6;border-radius:50%;height:0;opacity:1;width:0}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-sku-list .mdws-sku-item__main .swiper-pagination span{height:1.6vw;width:1.6vw}}@media screen and (max-width:767.9px){.mdws-sku-list .mdws-sku-item__main .swiper-pagination span.swiper-pagination-bullet-active{background-color:#1f94d2}.mdws-sku-list .mdws-sku-item__main__operation-magnify{display:none}.mdws-sku-list .mdws-sku-item__main__operation .gws-dynamic-image{bottom:5.3333333333vw;left:50%;transform:translateX(-50%)}.mdws-sku-list .mdws-sku-item__main__operation .gws-dynamic-image .gws-dynamic-image__btn{height:5.3333333333vw;width:8.2666666667vw}.mdws-sku-list .mdws-sku-item__main__operation-sale{font-size:3.7333333333vw;left:5.3333333333vw;line-height:4.8vw;max-width:calc(100% - 24vw);top:5.3333333333vw}.mdws-sku-list .mdws-sku-item__main__discount{font-size:3.7333333333vw;font-weight:400;height:5.8666666667vw;left:5.3333333333vw;line-height:4.8vw;top:14.9333333333vw;width:14.6666666667vw}.mdws-sku-list .mdws-sku-item__main__discount:before{height:3.2vw;margin-right:1.0666666667vw;width:3.2vw}.mdws-sku-list .mdws-sku-item__operation,.mdws-sku-list .mdws-sku-item__thumbnail{display:none}}.mdws-sku-list .mdws-sku-dialog-content{display:none}.mdws-sku-dialog-content{background-color:#fff;border-radius:.4166666667vw;padding:3.125vw}.mdws-sku-dialog-content,.mdws-sku-dialog-content-main{align-items:center;display:flex;justify-content:center;position:relative}.mdws-sku-dialog-content-main{flex-direction:column}.mdws-sku-dialog-content-main-item{display:none;height:30.2083333333vw;padding:2.0833333333vw;width:30.2083333333vw}.mdws-sku-dialog-content-main-item.active{display:block;overflow:hidden}.mdws-sku-dialog-content-main-item .gws-img,.mdws-sku-dialog-content-main-item .gws-video{align-items:center;display:flex;height:26.0416666667vw;justify-content:center;width:26.0416666667vw}.mdws-sku-dialog-content-main-item .gws-img{position:relative}.mdws-sku-dialog-content-main-item picture{align-items:center;display:flex;justify-content:center;max-height:100%;max-width:100%}.mdws-sku-dialog-content-main-item img{object-fit:contain;position:absolute;transition:transform .3s ease;z-index:5}.mdws-sku-dialog-content-main-item img.move{cursor:move}@media screen and (max-width:767.9px){.mdws-sku-dialog-content-main-item img{position:relative}}.mdws-sku-dialog-content-main-scale{bottom:-2.1875vw;display:flex;height:1.25vw;justify-content:space-between;left:50%;position:absolute;transform:translateX(-50%);width:3.75vw}.mdws-sku-dialog-content-main-scale-magnify,.mdws-sku-dialog-content-main-scale-reduce{cursor:pointer;display:inline-block;height:1.25vw;width:1.25vw}.mdws-sku-dialog-content-main-scale-magnify.disabled,.mdws-sku-dialog-content-main-scale-reduce.disabled{cursor:not-allowed}.mdws-sku-dialog-content-main-scale-magnify{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48Y2lyY2xlIGN4PSIxMSIgY3k9IjExIiBzdHJva2U9IiMzMzMiIHN0cm9rZS13aWR0aD0iMS41IiByPSI5Ii8+PHBhdGggZD0iTTE2Ljg3OSAxNy42MjlhLjc1Ljc1IDAgMCAwIDAgMS4wNmwzLjUzIDMuNTNhLjc1Ljc1IDAgMCAwIDEuMDYtMS4wNmwtMy41My0zLjUzYS43NS43NSAwIDAgMC0xLjA2IDBaIiBmaWxsPSIjMzMzIi8+PHBhdGggZD0iTTExIDYuNWEuNzUuNzUgMCAwIDAtLjc1Ljc1djNoLTNhLjc1Ljc1IDAgMCAwIDAgMS41aDN2M2EuNzUuNzUgMCAwIDAgMS41IDB2LTNoM2EuNzUuNzUgMCAwIDAgMC0xLjVoLTN2LTNBLjc1Ljc1IDAgMCAwIDExIDYuNVoiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzMzMyIvPjwvZz48L3N2Zz4=) no-repeat 50%/cover}.mdws-sku-dialog-content-main-scale-magnify.disabled{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAASRSURBVGiB7VndceJIEP6mJT2bjcBsBr4IgAjWlIyr/LQmgsMR2ERwdgT2PlEFpRKOYHEE5wysjWDxs1D3PTCSB6G/wXDeB39VFNJoNN3fdE/PdAv4xMdC7Wug6XR6opRqOY5znCTJV9d1f4vIkplf4zh+vri4iPYly8S7CARBcAngG4ATAO2a7ksAcwBPvu8/vEeuCWsCYRi2mbkL4Br1Spdhycx3ruve9vv95Y5jALAkoGe8TPGlUupZRCJm/kVERwBa+tfV/1vvABj7vn9ro4eJRgT0rF8DuMw9iojoNo7jp/Pz8+eqMfQaOSWiv7FNZk5Ew12sUUtAK/8Tm7MeYT1zD7YCgVJLRkTU6/f7kc1YlQRKlL8lovF7fTcMw5a26shotiZRSkAL+Bebyg/3GUGAzBr3RpMVCSp7wMz3OLDyAKDHHBpN6XprhEICQRCMAJwaTQdRPkUBiUttmVpsuZB2nRe8RYpb3/ev3qtkEwRB8A/e1kQjV3LzDavVakREqfIREY1tlAjDsCUiP7HeF4Y2C5KIxsx8irXrphvmQ+U7eeE6TgMARORqh2jzXURORKSL9TGjMbQsc8Jq18IGAc0+nf3l2dnZ3EYBAFitVl+KrptCr4dI37br1kJ+EXfSC2a+sxW+LxCRebSotGKeQBZ5RMR69veFOI6fjNuTqr4Zgclk0obhPnVnm0NCy07XXns6nZaSyAh4nmd2WhxGteZQSj0b10UnWQBGGCWiIxFJbysjTxiGbQDfihap4ziddBzHcTqz2exmS6jr/gbwoyrCiUhkjHlcS0Ap1WpKQETuRaRLtL2RG2NA9+nm+zAzlFKXAP4qk6FzCgBAkiRfy/plGpizycyvVQRQnJzYonKSdEIEILNYITILOI7zks4eEZWaDACUUj2l1PcKF+rqfoskSZ7yfbRCj1UyYEySiJSSzQgkSZKZTCnVrhpZ+27hPjGbzW5St0mS5GkwGNzUKFqGjECVR2QuZLIUkcrY+z+hm17EcVwa0jMCOvZG+rZVFXsPDS0725Oqakr5MJIx9Tyvgw+CUsrMRSpPBHkC2cJi5hE+COaJGMBWENjoa97YngSLYIa8qvBXBi0zcx8isrIAkDuPh2FoG/MflVILfRT4YfOilpXlAMx8V5ePbGVkRLRg5ghvWdE1gMYppc7Aek37m9Cy2vp26bpubcVuywJaAdMKo11cyRZahrnuGtWeSutCQRDcY7OUeLDKREFtaO77fr/Ju6V1IZ3MR0bT/SEsUVLYGpZ038KfVloEM/cGg8Gi6Tg7F3dF5GqXpB+oLdNblRabltdbutR4mnu0ZOY7EZk3Ka97ntfRG2Re8Qeszz5pe2MSth84RljPXNnHioX+XzLzKxEdK6Xa+nBY9E4EXaYvsHQjErt8Ymrp6l3Rh4qmiACMiWhhKrgLiZ0/8mm3OsW6lmQWxKqUfgbwWBWObUns7TPrZDJpe553QkRHSqnWarX64jjOS5Ikv0TEqkxjQ2JvBPaNpiRKN7KPRr/fj4ioB+N0LCJbOcofSwB4I6GUWgCYK6XqCgGf+IQt/gOSLmGEtEocGgAAAABJRU5ErkJggg==) no-repeat 50%/cover}.mdws-sku-dialog-content-main-scale-reduce{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48Y2lyY2xlIGN4PSIxMSIgY3k9IjExIiBzdHJva2U9IiMzMzMiIHN0cm9rZS13aWR0aD0iMS41IiByPSI5Ii8+PHBhdGggZD0iTTE2Ljg3OSAxNy42MjlhLjc1Ljc1IDAgMCAwIDAgMS4wNmwzLjUzIDMuNTNhLjc1Ljc1IDAgMCAwIDEuMDYtMS4wNmwtMy41My0zLjUzYS43NS43NSAwIDAgMC0xLjA2IDBaIiBmaWxsPSIjMzMzIi8+PHBhdGggZD0iTTE0Ljc1IDEwLjI1YS43NS43NSAwIDAgMSAwIDEuNWgtNy41YS43NS43NSAwIDAgMSAwLTEuNWg3LjVaIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMzMzMiLz48L2c+PC9zdmc+) no-repeat 50%/cover}.mdws-sku-dialog-content-main-scale-reduce.disabled{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAQ8SURBVGiB7VlbUuM6ED1q2/ySWQGZHXBXAKxg4jJQxR+s4IYVzLCCG1YAf6lKlcthBTes4GYHmBVgvm1334/IjvKQH3lM5oNTlYpky9I56lZbagNfOCzUrjoajUanSqmO4zgneZ5/d133Q0QSZv5M03R6c3MT72osE1sJCMPwFsAPAKcAujXNEwBjAK9BEDxvM66J1gKiKOoy8zmAn6gnbUPCzI+u6w5830827ANASwF6xm3EE6XUVERiZn4nomMAHf071/8rzwB4CIJg0IaHiUYC9Kz/BHC7dCsmokGapq/X19fTqj70GukR0d9YFTMmortNrFErQJP/F4uzHmM2c89tBwSsloyJ6ML3/bhNX5UCLOQHRPSwre9GUdTRVu0bl1uLsArQA/yHRfJ3u4wgQGmNJ+NSKxFku8HMT9gzeQDQfd4Zl4r11ghrBYRh2AfQMy7thXyBNSJutWVqseJC2nXeMI8UgyAI7rcl2QRhGP6D+Zpo5EorFsiyrI85+ZiIHnbKsorMbKxYV4sXZvUzZiWKoo6O0wAAEbnfNtq0gR7LnLDatbAggJl7mM9+cnl5Od4dvWbQ6yHW1W7dWlh2obOiwMyPuyTWBkRkbi1+VLZdqpeRR0R+++wXSNP01aieVrUto9BwOOweHR296WoSBMG3fZBrijAMP6DdOc/zv2x7rdICnueZSid7ZdcASqmpUV63kwUAuEWBiI5FpKhWRp4oirpZlt1uSs513Q8AL1UxXkTKe47jnFj7KgpKqU5TASISEVGlb1aBmYHZC+t7RZt3opmD5HlubVe6UJZlpc8z82cVARGxmrQplFKVk6QPRABKi61FaQHHcd4KCxCR1WT6/sU2LqRJPdc0KSdJRKxiSwF5npcmU0p1q3rWvvurjuSWKAVUeUTpQqZKEdnYv3eI86KQpqn1uFoK0HE21tXOaDQ6mAg9drmlqcopLb+JS6We553hQFBKmWeRyh3BsoCXosDMfRwI5o4YwKu1IZYEtN0J7gN6zNJ9iKiVBYCl/XgURVvH/KbQY5VnAGZ+rDuPrAggogkWT0WND9jbQo/V1dXEdd3ajN2KAB3jTSv0f4cr6THMddco92TNC4Vh+ITFVOLeMhNrckPjIAj8Js9a80JLB2wAeNqHJSyJrTtL8xX8aalFMPPF1dXVpGk/Gyd3ReR+00N/TZq+VWqxaXq9o1ONvaVbCTM/isi4SXrd87wz/YJcJv6M2d6nuN5YRNsPHH3MZs72sWKi/xNm/iSiE6VUV28O1z0TQ6fp11i6kYhNPjF1sizrWz5UNEUM4IGIJibBTURs/JFPu1UPs1ySmRCrIj0F8FIVjtuK2Nln1uFw2PU875SIjpVSnSzLvjmO85bn+buIJHVrxEQbETsTsGs0FWF9kR0avu/HRHQBY18mIitnlD9WADAXoZSaABgrpV7qnvnCF1rif0lRIvxkEmjMAAAAAElFTkSuQmCC) no-repeat 50%/cover}.mdws-sku-dialog-content-thumbnail{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:space-between;max-height:30.2083333333vw;overflow-y:auto;position:absolute;right:3.125vw;top:3.125vw;width:8.8541666667vw}.mdws-sku-dialog-content-thumbnail-item{align-items:center;border:1px solid transparent;box-sizing:border-box;cursor:pointer;display:flex;flex:0 0 calc(50% - 0.26042vw);height:3.5416666667vw;justify-content:center;margin-bottom:.5208333333vw;position:relative}.mdws-sku-dialog-content-thumbnail-item.active{border-color:#1f94d2;border-radius:.2083333333vw}.mdws-sku-dialog-content-thumbnail-item .play-btn{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIj48ZGVmcz48ZmlsdGVyIGlkPSJhIiBmaWx0ZXJVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiIgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+PGZlR2F1c3NpYW5CbHVyIGluPSJCYWNrZ3JvdW5kSW1hZ2UiIHN0ZERldmlhdGlvbj0iNi45NDQiLz48ZmVDb21wb3NpdGUgaW4yPSJTb3VyY2VBbHBoYSIgb3BlcmF0b3I9ImluIiByZXN1bHQ9ImVmZmVjdDFfZm9yZWdyb3VuZEJsdXIiLz48ZmVCbGVuZCBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2ZvcmVncm91bmRCbHVyIiByZXN1bHQ9InNoYXBlIi8+PC9maWx0ZXI+PGZpbHRlciBpZD0iYyIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiIHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIj48ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPjxmZUJsZW5kIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPjxmZUdhdXNzaWFuQmx1ciBpbj0iQmFja2dyb3VuZEltYWdlIiBzdGREZXZpYXRpb249IjYuOTQ0Ii8+PGZlQ29tcG9zaXRlIGluMj0iU291cmNlQWxwaGEiIG9wZXJhdG9yPSJpbiIgcmVzdWx0PSJlZmZlY3QxX2ZvcmVncm91bmRCbHVyIi8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1ciIgcmVzdWx0PSJzaGFwZSIvPjwvZmlsdGVyPjxjbGlwUGF0aCBpZD0iYiI+PHJlY3Qgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgZmlsdGVyPSJ1cmwoI2EpIj48ZyBjbGlwLXBhdGg9InVybCgjYikiPjxnIGZpbHRlcj0idXJsKCNjKSI+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgZmlsbD0iI0ZGRiIgZmlsbC1vcGFjaXR5PSIuMiIgcj0iNTAiLz48L2c+PGcgZmlsbD0iI0ZGRiI+PHBhdGggZD0iTTQzLjc1IDYzLjIzMXEtLjA0LjAyMy0uMDguMDQzLS4wNDIuMDItLjA4NC4wMzctLjA0Mi4wMTgtLjA4NS4wMzItLjA0My4wMTUtLjA4Ny4wMjd0LS4wODguMDJxLS4wNDUuMDEtLjA5LjAxNWwtLjA5LjAxLS4wOTEuMDAycS0uMDQ2IDAtLjA5LS4wMDMtLjA0Ni0uMDAzLS4wOTEtLjAwOS0uMDQ1LS4wMDYtLjA5LS4wMTUtLjA0NS0uMDA4LS4wODktLjAyLS4wNDMtLjAxMi0uMDg3LS4wMjctLjA0My0uMDE0LS4wODUtLjAzMi0uMDQyLS4wMTctLjA4Mi0uMDM3LS4wNDEtLjAyLS4wOC0uMDQzLS4wNC0uMDIzLS4wNzgtLjA0OC0uMDM3LS4wMjUtLjA3NC0uMDUzLS4wMzYtLjAyOC0uMDctLjA1OC0uMDM0LS4wMy0uMDY2LS4wNjJ0LS4wNjItLjA2NnEtLjAzLS4wMzQtLjA1OC0uMDctLjAyOC0uMDM2LS4wNTMtLjA3NC0uMDI1LS4wMzgtLjA0OC0uMDc3LS4wMjMtLjA0LS4wNDMtLjA4LS4wMi0uMDQxLS4wMzctLjA4My0uMDE4LS4wNDItLjAzMi0uMDg1LS4wMTUtLjA0My0uMDI3LS4wODctLjAxMS0uMDQ0LS4wMi0uMDg5LS4wMS0uMDQ0LS4wMTUtLjA5LS4wMDYtLjA0NS0uMDA5LS4wOS0uMDAzLS4wNDUtLjAwMy0uMDlWMzcuOTcxcTAtLjA0NS4wMDMtLjA5LjAwMy0uMDQ2LjAwOS0uMDkxLjAwNi0uMDQ1LjAxNS0uMDl0LjAyLS4wODhxLjAxMi0uMDQ0LjAyNy0uMDg3LjAxNC0uMDQzLjAzMi0uMDg1LjAxNy0uMDQyLjAzNy0uMDgzLjAyLS4wNDEuMDQzLS4wOC4wMjMtLjA0LjA0OC0uMDc4LjAyNS0uMDM3LjA1My0uMDczLjAyOC0uMDM3LjA1OC0uMDcuMDMtLjAzNS4wNjItLjA2N3QuMDY2LS4wNjJxLjAzNC0uMDMuMDctLjA1OC4wMzctLjAyOC4wNzQtLjA1My4wMzgtLjAyNS4wNzctLjA0OC4wNC0uMDIzLjA4LS4wNDMuMDQxLS4wMi4wODMtLjAzNy4wNDItLjAxOC4wODUtLjAzMi4wNDQtLjAxNS4wODctLjAyNy4wNDQtLjAxMS4wODktLjAyLjA0NS0uMDA5LjA5LS4wMTV0LjA5LS4wMDlxLjA0NS0uMDAzLjA5LS4wMDMuMDQ2IDAgLjA5Mi4wMDMuMDQ1LjAwMy4wOS4wMDkuMDQ1LjAwNi4wOS4wMTVsLjA4OC4wMnEuMDQ0LjAxMi4wODcuMDI3LjA0My4wMTQuMDg1LjAzMi4wNDIuMDE3LjA4My4wMzcuMDQxLjAyLjA4LjA0M2wyMC44MzQgMTIuMDI4cS4wNC4wMjMuMDc3LjA0OGwuMDc0LjA1M3EuMDM2LjAyOC4wNy4wNTguMDM0LjAzLjA2Ni4wNjJ0LjA2Mi4wNjZsLjA1OC4wN3EuMDI4LjAzNy4wNTMuMDc0LjAyNS4wMzguMDQ4LjA3OHQuMDQzLjA4cS4wMi4wNC4wMzcuMDgzLjAxOC4wNDIuMDMyLjA4NS4wMTUuMDQzLjAyNy4wODd0LjAyLjA4OHEuMDEuMDQ1LjAxNS4wOWwuMDEuMDkuMDAyLjA5MXEwIC4wNDYtLjAwMy4wOTF0LS4wMDkuMDlxLS4wMDYuMDQ1LS4wMTUuMDktLjAwOC4wNDUtLjAyLjA4OXQtLjAyNy4wODdxLS4wMTQuMDQzLS4wMzIuMDg1LS4wMTcuMDQyLS4wMzcuMDgyLS4wMi4wNDEtLjA0My4wOC0uMDIzLjA0LS4wNDguMDc4dC0uMDUzLjA3NHEtLjAyOC4wMzYtLjA1OC4wNy0uMDMuMDM0LS4wNjIuMDY2dC0uMDY2LjA2MnEtLjAzNC4wMy0uMDcuMDU4LS4wMzYuMDI4LS4wNzQuMDUzLS4wMzguMDI1LS4wNzcuMDQ4TDQzLjc0OSA2My4yMzFaIi8+PHBhdGggZD0iTTQ0Ljc5MSA2NS4wMzVxLTEuNzM2IDEuMDAzLTMuNDcyIDAtMS43MzYtMS4wMDItMS43MzYtMy4wMDdWMzcuOTcycTAtMi4wMDUgMS43MzYtMy4wMDcgMS43MzYtMS4wMDIgMy40NzIgMGwyMC44MzMgMTIuMDI4UTY3LjM2IDQ3Ljk5NSA2Ny4zNiA1MHQtMS43MzYgMy4wMDdMNDQuNzkxIDY1LjAzNVptLTIuMDgzLTMuNjA4TDYzLjU0IDQ5LjM5OXEtLjM0Ny4yLS4zNDcuNjAxIDAgLjQwMS4zNDcuNjAyTDQyLjcwOCAzOC41NzNxLjM0Ny4yLjY5NCAwdC4zNDctLjYwMXYyNC4wNTZxMC0uNC0uMzQ3LS42MDEtLjM0Ny0uMi0uNjk0IDBaIi8+PC9nPjwvZz48L2c+PC9zdmc+);background-size:100% 100%;cursor:pointer;height:5.2083333333vw;height:1.0416666667vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:5.2083333333vw;width:1.0416666667vw;z-index:10}@media screen and (max-width:767.9px){.mdws-sku-dialog-content-thumbnail-item .play-btn{height:8.5333333333vw;width:8.5333333333vw}}.mdws-sku-dialog-content-thumbnail-item .gws-img{align-items:center;display:flex;height:3.125vw;justify-content:center;width:3.125vw}.mdws-sku-dialog-content-thumbnail-item picture{align-items:center;display:flex;height:100%;justify-content:center}.mdws-sku-dialog-content-thumbnail-item img{max-height:100%;max-width:100%;object-fit:cover}.page-v2 .mdws-wtb-dialog{background-color:#fff;border-radius:.4166666667vw;box-shadow:0 2px 18px rgba(0,0,0,.2);left:50%;max-height:95vh;max-width:62.5vw;padding:3.125vw 4.1666666667vw;pointer-events:auto;position:fixed;top:50%;transform:translate(-50%,-50%);width:100%}@media screen and (max-width:767.9px){.page-v2 .mdws-wtb-dialog{border-radius:0;bottom:0;left:0;margin:0!important;max-height:90vh;max-width:100vw;padding:0;top:unset;transform:unset}}.page-v2 .mdws-wtb-dialog__name{display:none}@media screen and (max-width:767.9px){.page-v2 .mdws-wtb-dialog__name{align-items:center;border-bottom:1px solid #d6d6d6;color:#333;display:flex;font-size:4.8vw;font-weight:700;height:16.5333333333vw;justify-content:center}}.page-v2 .mdws-wtb-dialog__close{cursor:pointer;height:1.6666666667vw;position:absolute;right:1.0416666667vw;top:1.0416666667vw;width:1.6666666667vw}@media screen and (max-width:767.9px){.page-v2 .mdws-wtb-dialog__close{right:5.3333333333vw;top:5.3333333333vw}.page-v2 .mdws-wtb-dialog__close svg{height:5.3333333333vw;width:5.3333333333vw}}.page-v2 .mdws-wtb-dialog__product{align-items:center;display:flex;margin-bottom:2.0833333333vw}@media screen and (max-width:767.9px){.page-v2 .mdws-wtb-dialog__product{padding:2.6666666667vw 5.3333333333vw 8vw}}.page-v2 .mdws-wtb-dialog__product__left{margin-right:2.0833333333vw}@media screen and (max-width:767.9px){.page-v2 .mdws-wtb-dialog__product__left{height:26.6666666667vw;margin-right:2.6666666667vw!important;width:26.6666666667vw}}.page-v2 .mdws-wtb-dialog__product__img{object-fit:contain;width:100%}@media screen and (max-width:767.9px){.page-v2 .mdws-wtb-dialog__product__img{height:26.6666666667vw;width:26.6666666667vw}}.page-v2 .mdws-wtb-dialog__product__name{color:#333;font-size:1.4583333333vw;font-weight:700;margin-bottom:.5208333333vw}@media screen and (max-width:767.9px){.page-v2 .mdws-wtb-dialog__product__name{font-size:4.8vw}}.page-v2 .mdws-wtb-dialog__product__msg{color:#707070;font-size:.9375vw}@media screen and (max-width:767.9px){.page-v2 .mdws-wtb-dialog__product__msg{-webkit-line-clamp:5;-webkit-box-orient:vertical;display:-webkit-box;font-size:3.2vw;overflow:hidden;text-overflow:ellipsis}}.page-v2 .mdws-wtb-dialog__table{border:1px solid #d6d6d6;border-radius:.2083333333vw;width:100%}@media screen and (max-width:767.9px){.page-v2 .mdws-wtb-dialog__table{border-radius:1.0666666667vw;margin:0 5.3333333333vw 5.3333333333vw!important;width:unset}}.page-v2 .mdws-wtb-dialog__table__title{background:#f7f7f7;border-top-left-radius:.2083333333vw;border-top-right-radius:.2083333333vw;color:#333;font-size:1.0416666667vw;font-weight:700;height:3.3333333333vw;line-height:3.3333333333vw;padding-left:1.0416666667vw}@media screen and (max-width:767.9px){.page-v2 .mdws-wtb-dialog__table__title{border-top-left-radius:1.0666666667vw;border-top-right-radius:1.0666666667vw;font-size:4.2666666667vw;height:13.3333333333vw;line-height:13.3333333333vw;padding-left:5.3333333333vw}}.page-v2 .mdws-wtb-dialog__title{color:#333;display:block;font-size:1.1458333333vw;line-height:1.5625vw;margin:auto;max-width:none;padding-top:0;text-align:center}@media screen and (max-width:767.9px){.page-v2 .mdws-wtb-dialog__title{font-size:4.2666666667vw;line-height:6.4vw}}.page-v2 .mdws-wtb-dialog__retailers{align-items:flex-end;display:flex;flex-wrap:wrap;justify-content:space-between;max-height:15.625vw;overflow-y:scroll;padding:0 1.0416666667vw}@media screen and (max-width:767.9px){.page-v2 .mdws-wtb-dialog__retailers{margin:10.6666666667vw auto 0;max-height:50vh;padding:0 5.3333333333vw}}.page-v2 .mdws-wtb-dialog__retailer{align-items:center;display:flex;height:6.25vw;justify-content:space-between;position:relative;width:45%}@media screen and (max-width:767.9px){.page-v2 .mdws-wtb-dialog__retailer{border-bottom:1px solid #d6d6d6;height:unset;padding:5.3333333333vw 0;width:100%}}.page-v2 .mdws-wtb-dialog__retailer:last-child{border-bottom:none}.page-v2 .mdws-wtb-dialog__retailer__logo{max-height:3.125vw;max-width:8.3333333333vw}@media screen and (max-width:767.9px){.page-v2 .mdws-wtb-dialog__retailer__logo{max-height:8vw;max-width:21.3333333333vw}}.page-v2 .mdws-wtb-dialog__retailer__img{height:3.125vw;object-fit:contain;width:8.3333333333vw}@media screen and (max-width:767.9px){.page-v2 .mdws-wtb-dialog__retailer__img{height:8vw;width:21.3333333333vw}}.page-v2 .mdws-wtb-dialog__retailer .mdws-btn{font-size:.8333333333vw;height:1.875vw;padding:.4166666667vw .8333333333vw}@media screen and (max-width:767.9px){.page-v2 .mdws-wtb-dialog__retailer .mdws-btn{font-size:3.2vw;height:6.4vw;max-width:20vw;padding:1.3333333333vw 2.6666666667vw!important}}.page-v2 .mdws-wtb-dialog__retailer:nth-child(odd):after{background:#d6d6d6;content:"";display:block;height:4.1666666667vw;position:absolute;right:-2.6041666667vw;width:.0520833333vw}@media screen and (max-width:767.9px){.page-v2 .mdws-wtb-dialog__retailer:nth-child(odd):after{display:none}}.page-v2 .cs-t4 .cs_content-buylocally-title-search-input{touch-action:manipulation}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox{border-top-left-radius:.4166666667vw!important;border-top-right-radius:.4166666667vw!important;max-width:66.6666666667vw!important;width:66.6666666667vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox{bottom:0!important;height:90vh!important;max-height:90vh!important;max-width:100vw!important;top:unset!important;width:100vw!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox.ps-open{max-height:37.5vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox.ps-open{max-height:90vh!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb{background-color:#fff;border-radius:.4166666667vw!important;height:42.7083333333vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb{height:auto!important;justify-content:flex-end;padding:0!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb>.ps-wtb-content{background-color:#fff;max-height:calc(100% - 15.625vw)!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb>.ps-wtb-content{height:auto!important;max-height:unset!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-header{border-top-left-radius:.4166666667vw!important;border-top-right-radius:.4166666667vw!important;margin:2.0833333333vw 4.1666666667vw 1.5625vw 2.0833333333vw!important;padding:0!important;width:inherit}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-header{border-bottom:1px solid #d6d6d6;display:flex;height:unset!important;margin:0 5.3333333333vw!important;padding:16vw 0 5.3333333333vw!important;width:unset!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-client-logo{display:none}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-product-image{height:6.25vw!important;width:6.25vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-product-image{height:26.6666666667vw!important;margin:0!important;width:26.6666666667vw!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-product-image>div>img{max-height:5.7291666667vw!important;max-width:5.7291666667vw!important;width:6.25vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-product-image>div>img{max-height:18.6666666667vw!important;max-width:26.6666666667vw!important;object-fit:contain;width:26.6666666667vw!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-product-details{margin-left:1.0416666667vw!important;padding:0 0 0 2.0833333333vw!important;vertical-align:text-top!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-product-details{margin:0!important;padding-left:2.6666666667vw!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-product-details>h2.ps-product-name{color:#333;font-family:HCo Gotham,Prompt,sans-serif!important;font-size:1.25vw!important;font-weight:500!important;line-height:normal!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-product-details>h2.ps-product-name{font-size:3.7333333333vw!important;line-height:6.4vw!important;text-align:left}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content{margin:0 3.125vw!important;width:calc(100% - 6.25vw)!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content{margin-top:0!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-ribbon{background:#1f94d2!important;border:1px solid #d6d6d6;border-bottom:none;border-top-left-radius:.2083333333vw!important;border-top-right-radius:.2083333333vw!important;height:3.3333333333vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-ribbon{background:transparent!important;border:none!important;height:18.6666666667vw!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-heading,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-heading{color:#fff!important;font-size:1.0416666667vw}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-sellers{margin-top:1.0416666667vw!important;padding:0!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-sellers{margin-top:0!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-seller{border:1px solid #d6d6d6;margin-bottom:1.0416666667vw!important;padding:0!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-seller{margin-bottom:2.6666666667vw!important;padding:5.3333333333vw!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-seller .ps-last-online-seller-details-wrapper{padding:0!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-buy-button{height:1.875vw!important;transition:none;width:5.46875vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-buy-button{height:6.4vw!important;width:20vw!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-buy-button span{font-family:HCo Gotham,Prompt,sans-serif!important;font-size:.8333333333vw!important;line-height:1.875vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-buy-button small,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-buy-button span{font-size:3.2vw!important;line-height:6.4vw!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-buy-button.available{background:linear-gradient(90deg,#2b85c3,#37a6f3);border:none}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-buy-button.available:hover{background:#0083de}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-buy-button.available:active{background:#077dce}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-buy-button.unavailable:hover{background:#0083de;color:#fff}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-buy-button.unavailable:active{background:#077dce;color:#fff}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-seller-details{align-items:flex-start!important;padding-left:1.0416666667vw!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-price{color:#333!important;font-family:HCo Gotham,Prompt,sans-serif!important;font-size:.9375vw!important;font-weight:500!important;line-height:.7291666667vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-price{font-size:3.7333333333vw!important;line-height:3.7333333333vw!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-stock-status{align-items:center;color:#adadad!important;display:flex;font-size:.9375vw!important;margin-top:.2083333333vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-stock-status{font-size:2.6666666667vw!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-stock-status svg{display:none!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-stock-status:before{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAABfUlEQVR4nM2XMY6DMBBFfYZt9gwpcoC9B9fKHSIKCuRvXHEJupTQUKAI6CJRRvJqWO8KkFkbDIKRpkmGeR+N+bYZc4woij4BBABCABmAFsBbZ6t/o/8CqmVbhZTyyjm/c85fAJRLUi09Q8+uBsdx/CGEuAHoXMGG7KgH9VoEF0JchBAPD/AoqRf1dIV/AXhuBR/kk3pb3xz7wIciLv/N/LEj/G8cxjUhfhbcrvCBiNsILqW8eq72pdmNPlHO+d1BtUrT1NqcaqjWVkfMHk6uZTMZatg0jaIoimK2pizLvqauaxcBr94xtb1a32oYUxEEr6pqVJMkicsoAqb921pMUJMIEzzPc9e1EDK9iai1IqbwuRHNZMb0TqbWivCAU7ZMb6fKV8QKOOV7sQDTzH0FtL5w3xFka+EEnPs6lizC0KX412RMIA8R4SZGZBLhYtu9EW1lxUMRVOtsxYdvRqfYjg8/kJziSHb4ofQUx/JTXExOcTVjgzjscjqNva7n35j9OFyaN3vLAAAAAElFTkSuQmCC);background-size:100% 100%;content:"";display:inline-block;height:.8333333333vw;margin-right:.1041666667vw;width:.8333333333vw}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-stock-status:before{height:2.6666666667vw;margin-right:1.0666666667vw;width:2.6666666667vw}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-stock-status.available{align-items:center;color:#00b53c!important;display:flex;font-family:HCo Gotham,sans-serif!important;font-size:.8333333333vw!important;margin-top:.2083333333vw;position:relative}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-stock-status.available{font-size:2.6666666667vw!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-stock-status.available svg{display:none!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-stock-status.available:before{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAABmElEQVR4nM1XsUrEQBCdwtLKxm+wOLTTyIar/IP7gCssLP0MQVL4B5I/OMjm0kdESGXEylIQDKiECxZ6sDKbvRCX20s22Vzy4DXL7LzZ3dmZXYC6mB3vg29PgBIXKImAkgQoWQomYszlNmhrDNQagWffAiUpUMJqMs3nWKPmwoG1B5Q4QEmmISwT5zrclxa8kwOgJG4hLDPmPmthfmqBT94MiudEn+i7cuV+B+LlIJQ7EfAzN7nt6uNYmxOUJxzbEh1J3Bq1zHZdZv+vqMfvOdsqUZMDq5ZekankxdM1W/x+s3nywHb8scouzStmXl6NiV8+37AyjsKp2t63JyBqeyfid5/xph1AuiCaSCfiu8FZ1bwIRCdTGuEKDsPpxpU0FEcmINqp0ggTCRF+PK512kIcuawMALN5BTmIluJFAEnVlSpjFYQB8eIIIt0Ee8leTYgXSeg2yXID4khXqxAZ2napEM30SvF5fMW+fhbMe79vJ16U4t6b0SDace8PkkE8yXp/lA7iWT6Ij8kgvmZQQm+fUxkdfc//AKG6x3IgIbxhAAAAAElFTkSuQmCC);background-size:100% 100%;content:"";display:inline-block;height:.8333333333vw;margin-right:.1041666667vw;width:.8333333333vw}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-stock-status.available:before{height:2.6666666667vw;width:2.6666666667vw}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-seller>div>div>div>img{max-height:2.6041666667vw!important;max-width:7.8125vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-seller>div>div>div>img{max-height:6.6666666667vw!important;max-width:20vw!important;width:20vw!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-seller>div,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-seller>div>div>div:first-of-type,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-seller>div>div>div:last-of-type{padding:0!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-seller>div>div{padding:1.0416666667vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-seller>div>div{padding:5.3333333333vw 0!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-seller>div{box-shadow:none!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-online-tab-label{width:26.5625vw!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content>.ps-online-tab{background-color:#fff!important;border-bottom-left-radius:.2083333333vw!important;border-bottom-right-radius:.2083333333vw!important;border-top:none;margin-right:1.0416666667vw!important;margin-top:3.3333333333vw!important;width:26.5625vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content>.ps-online-tab{border-bottom-left-radius:1.0666666667vw!important;border-bottom-right-radius:1.0666666667vw!important;margin:0!important;width:100%!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-local-tab-label{left:27.6041666667vw!important;width:32.8125vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-local-tab-label{height:18.6666666667vw!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-ribbon-header{padding:2.6666666667vw 5.3333333333vw 5.3333333333vw!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-tab-label,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-tab-label{font-size:3.7333333333vw!important;height:10.9333333333vw!important;line-height:4.8vw!important;padding-top:2.6666666667vw!important;width:50%!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-tab-label.selected:after,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-tab-label.selected:after{background:#0092d8;border-radius:1.0666666667vw;bottom:0;content:"";display:block;height:.8vw;left:50%;margin:2.6666666667vw auto 0;position:absolute;transform:translateX(-50%);width:10.6666666667vw}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-tab-label.selected .local-tab-input-label,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-tab-label.selected .online-tab-input-label,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-tab-label.selected .local-tab-input-label,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-tab-label.selected .online-tab-input-label{color:#333!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-local-tab{background-color:#fff!important;border-bottom-left-radius:.2083333333vw!important;border-bottom-right-radius:.2083333333vw!important;border-top:none;margin-top:3.3333333333vw!important;width:32.8125vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-local-tab{border-bottom-left-radius:1.0666666667vw!important;border-bottom-right-radius:1.0666666667vw!important;margin-top:0!important;width:100%!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location{top:.4166666667vw}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div{height:2.5vw!important;width:15.625vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div{float:left!important;height:11.2vw!important;width:100%!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div>input{border:none;border-radius:.2083333333vw!important;color:#333!important;font-family:HCo Gotham,Prompt,sans-serif!important;font-size:.9375vw!important;height:2.5vw!important;line-height:normal!important;padding:0 2.5vw!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div>input::placeholder{color:#adadad!important;font-family:inherit!important;font-style:inherit!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div>input::placeholder{font-size:3.2vw!important}}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div>input{border:1px solid #d6d6d6;border-radius:5.8666666667vw!important;font-size:3.2vw!important;height:11.2vw!important;padding:2.4vw 13.3333333333vw!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div>span{height:1.4583333333vw!important;left:1.0416666667vw!important;top:50%;transform:translateY(-50%);width:1.4583333333vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div>span{left:2.6666666667vw!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div>.ps-map-geolocation-button{left:.5208333333vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div>.ps-map-geolocation-button{left:5.3333333333vw!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div>.ps-map-location-button{left:13.5416666667vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div>.ps-map-location-button{left:85.3333333333vw!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div>.ps-location-error{left:11.9791666667vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div>.ps-location-error{left:77.3333333333vw!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div>span>svg{height:1.0416666667vw!important;width:1.0416666667vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content .ps-location>div>span>svg{height:5.3333333333vw!important;width:5.3333333333vw!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-static-message.global3{height:16.5333333333vw!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-static-message.global3 .ps-static-label{height:3.125vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-static-message.global3 .ps-static-label{height:16.5333333333vw!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-footer{border-bottom-left-radius:.4166666667vw!important;border-bottom-right-radius:.4166666667vw!important;height:2.8125vw!important;line-height:2.8125vw!important;padding:0 1.0416666667vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-footer{height:33.0666666667vw!important;padding:6.4vw 0!important;text-align:center!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local{background-color:#fff!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-location>div>span.ps-map-geolocation-button,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-location>div>span.ps-map-location-button{background-color:transparent}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-tab-label>h2,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-tab-label>h2{font-family:HCo Gotham,Prompt,sans-serif!important;font-weight:500!important;height:3.3333333333vw!important;line-height:3.3333333333vw!important;padding:0 1.0416666667vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-tab-label>h2,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-online-tab-label>h2{padding:0 5.3333333333vw!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-store-container{position:relative!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-store-container>div:first-of-type{margin-bottom:1.0416666667vw!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-store-container>div{display:flex}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-distance{padding-bottom:0!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-distance .ps-distance-stock{display:flex;flex-direction:column;height:100%!important;justify-content:space-between}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-seller>div span{padding:0!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-seller>div{max-width:25.0666666667vw!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-address{left:2.6041666667vw!important;max-width:21.3541666667vw!important;position:relative!important;width:60%!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-address{max-width:unset!important;padding:0!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-address>div>div{color:#333!important;font-family:HCo Gotham,Prompt,sans-serif!important;font-size:1.0416666667vw!important;font-weight:700!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-address>div>div{font-size:3.7333333333vw!important;line-height:4.8vw!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-address>div>span>a{color:#707070!important;font-size:.9375vw!important;font-weight:700!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-address>div>span>a{font-size:3.2vw!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-distance-stock{left:34.1333333333vw!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-distance-stock>span{color:#707070;font-family:HCo Gotham,Prompt,sans-serif!important;padding:0!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-distance-stock>strong{align-items:center;color:#707070;color:#333;font-family:HCo Gotham,Prompt,sans-serif!important;font-size:1.0416666667vw!important;font-weight:400;font-weight:500}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-distance-stock>strong{font-size:3.2vw!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-distance-stock>strong .ps-distance-stock>span{font-family:HCo Gotham,Prompt,sans-serif!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-store-container>div{justify-content:space-between!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-hours>span>big,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-hours>span>span{color:#707070!important;font-family:HCo Gotham,Prompt,sans-serif!important;font-size:1.0416666667vw!important;font-weight:500;height:1.25vw;line-height:normal;text-align:right}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-hours>span>big,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-hours>span>span{font-weight:400}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-seller-button{display:none!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-link{height:6.4vw!important;width:28.5333333333vw!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-link span{background-color:transparent!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox span.ps-link>span>a{color:#1f94d2!important;display:flex!important;justify-content:space-around}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox span.ps-link>span>a svg{display:none!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox span.ps-link>span>a span{color:#1f94d2!important;font-family:HCo Gotham,Prompt,sans-serif!important;font-size:1.0416666667vw!important;font-weight:500!important;line-height:normal}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-seller-button span:first-of-type{align-items:center;display:flex!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-seller-button span:first-of-type:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMi4yMiAxMS41NTFxLS4wNTkuMTAyLS4wOS4yMTctLjAzLjExNC0uMDMuMjMyIDAgLjExOC4wMy4yMzIuMDMxLjExNS4wOS4yMTdRNi41MSAxOS45IDEyIDE5LjlxNS40OSAwIDkuNzgtNy40NTEuMDU5LS4xMDIuMDktLjIxNy4wMy0uMTE0LjAzLS4yMzIgMC0uMTE4LS4wMy0uMjMyLS4wMzEtLjExNS0uMDktLjIxN1ExNy40OSA0LjEgMTIgNC4xcS01LjQ5IDAtOS43OCA3LjQ1MVpNNC4wNDQgMTJRNy43MDUgMTguMSAxMiAxOC4xdDcuOTU2LTYuMVExNi4yOTUgNS45IDEyIDUuOVQ0LjA0NCAxMloiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzFGOTREMiIvPjxwYXRoIGQ9Ik05LjI0MiA5LjI0MlE4LjEgMTAuMzg1IDguMSAxMnQxLjE0MiAyLjc1OFExMC4zODUgMTUuOSAxMiAxNS45dDIuNzU4LTEuMTQyUTE1LjkgMTMuNjE1IDE1LjkgMTJ0LTEuMTQyLTIuNzU4UTEzLjYxNSA4LjEgMTIgOC4xVDkuMjQyIDkuMjQyWm0xLjI3MyA0LjI0M1E5LjkgMTIuODcgOS45IDEycTAtLjg3LjYxNS0xLjQ4NVExMS4xMyA5LjkgMTIgOS45cS44NyAwIDEuNDg1LjYxNS42MTUuNjE1LjYxNSAxLjQ4NSAwIC44Ny0uNjE1IDEuNDg1LS42MTUuNjE1LTEuNDg1LjYxNS0uODcgMC0xLjQ4NS0uNjE1WiIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjMUY5NEQyIi8+PC9nPjwvc3ZnPg==);background-size:100% 100%;content:"";display:inline-block;height:1.25vw;margin-right:.2083333333vw;width:1.25vw}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-seller-button span:first-of-type:before{height:3.2vw;width:3.2vw}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-get-directions-button span:first-of-type{align-items:center;display:flex!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-get-directions-button span:first-of-type:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMi45OTggMTcuMDY1cS42NDguNjQ3IDEuNTY0LjY0N2guMDEycS4xMzMuODA1Ljc0IDEuNDEyLjc3Ni43NzYgMS44NzQuNzc2IDEuMDk3IDAgMS44NzMtLjc3Ni42MDgtLjYwNy43NC0xLjQxMmg0LjM5OHEuMTMyLjgwNS43NCAxLjQxMi43NzYuNzc2IDEuODc1Ljc3NiAxLjA5OCAwIDEuODc0LS43NzYuNjA3LS42MDcuNzQtMS40MTJoLjAxcS45MTYgMCAxLjU2NC0uNjQ3LjY0OC0uNjQ5LjY0OC0xLjU2NXYtMy4xOXEwLTIuMTQ1LTEuODktMy4xMjNsLS44NS0zLjA0cS0uMjA4LS44OTEtLjkyNC0xLjQ2NS0uNzI3LS41ODItMS42NTctLjU4Mkg3LjcxNXEtLjkyNCAwLTEuNjQ3LjU3NC0uNzEzLjU2Ni0uOTI3IDEuNDQ4bC0uODk1IDMuMDYycS0xLjg5Ni45NzctMS44OTYgMy4xMjZ2My4xOXEwIC45MTYuNjQ4IDEuNTY1Wm0yLjQ0LTEuMTUzaC0uODc1cS0uMTcxIDAtLjI5Mi0uMTItLjEyMS0uMTIxLS4xMjEtLjI5MnYtMy4xOXEwLTEuMDY2Ljk1NC0xLjU0M2wuMjk4LS4xNDlxLjE2OS0uMDg0LjI4OS0uMjI4LjEyLS4xNDQuMTczLS4zMjVsMS4wMS0zLjQ2cS4wMDgtLjAyNC4wMTMtLjA0OC4xNTQtLjY1Ny44MjgtLjY1N2g4LjYxNHEuNjggMCAuODMuNjY1bC4wMTEuMDQ2Ljk2NSAzLjQ0NXEuMDUxLjE4My4xNzIuMzMuMTIyLjE0Ny4yOTIuMjMybC4yOTcuMTQ5cS45NTQuNDc3Ljk1NCAxLjU0M3YzLjE5cTAgLjE3LS4xMi4yOTItLjEyMi4xMi0uMjkzLjEyaC0uODczcS0uMDg5IDAtLjE3Ni4wMTgtLjA4Ny4wMTctLjE2OS4wNTEtLjA4Mi4wMzQtLjE1NS4wODMtLjA3NC4wNS0uMTM2LjExMi0uMDYzLjA2My0uMTEzLjEzNy0uMDQ5LjA3My0uMDgzLjE1NXQtLjA1LjE2OXEtLjAxOC4wODctLjAxOC4xNzV2LjQzOHEwIC44NS0uODUuODUtLjM1MyAwLS42MDItLjI1LS4yNS0uMjQ4LS4yNS0uNnYtLjQzOHEwLS4wODgtLjAxNy0uMTc1dC0uMDUxLS4xNjlxLS4wMzQtLjA4Mi0uMDgzLS4xNTUtLjA1LS4wNzQtLjExMi0uMTM3LS4wNjMtLjA2My0uMTM2LS4xMTItLjA3NC0uMDUtLjE1Ni0uMDgzLS4wODItLjAzNC0uMTY5LS4wNTEtLjA4Ny0uMDE4LS4xNzUtLjAxOEg4LjkzNnEtLjA4OCAwLS4xNzUuMDE4LS4wODcuMDE3LS4xNjkuMDUxLS4wODIuMDM0LS4xNTYuMDgzLS4wNzMuMDUtLjEzNi4xMTItLjA2My4wNjMtLjExMi4xMzctLjA1LjA3My0uMDgzLjE1NS0uMDM0LjA4Mi0uMDUxLjE2OS0uMDE4LjA4Ny0uMDE4LjE3NXYuNDM4cTAgLjg1LS44NS44NXQtLjg1LS44NXYtLjQzOHEwLS4wODgtLjAxNy0uMTc1dC0uMDUtLjE2OXEtLjAzNS0uMDgyLS4wODQtLjE1NS0uMDUtLjA3NC0uMTEyLS4xMzctLjA2My0uMDYzLS4xMzYtLjExMi0uMDc0LS4wNS0uMTU2LS4wODMtLjA4Mi0uMDM0LS4xNjktLjA1MS0uMDg3LS4wMTgtLjE3NS0uMDE4WiIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjMUY5NEQyIi8+PHBhdGggZD0iTTguNjUyIDEzLjc1cTAgLjA4OS0uMDE4LjE3Ni0uMDE3LjA4Ny0uMDUuMTY4LS4wMzUuMDgyLS4wODQuMTU2LS4wNS4wNzQtLjExMi4xMzYtLjA2My4wNjMtLjEzNi4xMTItLjA3NC4wNS0uMTU2LjA4NC0uMDgyLjAzMy0uMTY5LjA1LS4wODcuMDE4LS4xNzUuMDE4LS4wOSAwLS4xNzYtLjAxNy0uMDg3LS4wMTgtLjE2OS0uMDUxLS4wODItLjAzNC0uMTU1LS4wODQtLjA3NC0uMDQ5LS4xMzctLjExMi0uMDYzLS4wNjItLjExMi0uMTM2LS4wNDktLjA3NC0uMDgzLS4xNTYtLjAzNC0uMDgxLS4wNTEtLjE2OC0uMDE3LS4wODctLjAxNy0uMTc2dC4wMTctLjE3NnEuMDE3LS4wODYuMDUxLS4xNjguMDM0LS4wODIuMDgzLS4xNTYuMDUtLjA3NC4xMTItLjEzNi4wNjMtLjA2My4xMzctLjExMi4wNzMtLjA1LjE1NS0uMDgzLjA4Mi0uMDM0LjE2OS0uMDUyLjA4Ny0uMDE3LjE3Ni0uMDE3LjA4OCAwIC4xNzUuMDE3LjA4Ny4wMTguMTY5LjA1Mi4wODIuMDMzLjE1Ni4wODMuMDczLjA0OS4xMzYuMTEyLjA2My4wNjIuMTEyLjEzNi4wNS4wNzQuMDgzLjE1Ni4wMzQuMDgyLjA1MS4xNjguMDE4LjA4Ny4wMTguMTc2Wk0xNy4xNTIgMTMuNzVxMCAuMDg5LS4wMTguMTc2LS4wMTcuMDg3LS4wNS4xNjgtLjAzNS4wODItLjA4NC4xNTYtLjA1LjA3NC0uMTEyLjEzNi0uMDYzLjA2My0uMTM2LjExMi0uMDc0LjA1LS4xNTYuMDg0LS4wODIuMDMzLS4xNjkuMDUtLjA4Ny4wMTgtLjE3NS4wMTgtLjA5IDAtLjE3Ni0uMDE3LS4wODctLjAxOC0uMTY5LS4wNTEtLjA4Mi0uMDM0LS4xNTUtLjA4NC0uMDc0LS4wNDktLjEzNy0uMTEyLS4wNjMtLjA2Mi0uMTEyLS4xMzYtLjA0OS0uMDc0LS4wODMtLjE1Ni0uMDM0LS4wODEtLjA1MS0uMTY4LS4wMTctLjA4Ny0uMDE3LS4xNzZ0LjAxNy0uMTc2cS4wMTctLjA4Ni4wNTEtLjE2OC4wMzQtLjA4Mi4wODMtLjE1Ni4wNS0uMDc0LjExMi0uMTM2LjA2My0uMDYzLjEzNy0uMTEyLjA3My0uMDUuMTU1LS4wODMuMDgyLS4wMzQuMTY5LS4wNTIuMDg3LS4wMTcuMTc2LS4wMTcuMDg4IDAgLjE3NS4wMTcuMDg3LjAxOC4xNjkuMDUyLjA4Mi4wMzMuMTU2LjA4My4wNzMuMDQ5LjEzNi4xMTIuMDYzLjA2Mi4xMTIuMTM2LjA1LjA3NC4wODMuMTU2LjAzNC4wODIuMDUxLjE2OC4wMTguMDg3LjAxOC4xNzZaIiBmaWxsPSIjMUY5NEQyIi8+PHBhdGggZD0iTTguNSA5LjFoN3EuMDg5IDAgLjE3Ni4wMTcuMDg3LjAxOC4xNjguMDUyLjA4Mi4wMzMuMTU2LjA4My4wNzQuMDQ5LjEzNi4xMTIuMDYzLjA2Mi4xMTIuMTM2LjA1LjA3NC4wODMuMTU2LjAzNC4wODEuMDUyLjE2OC4wMTcuMDg3LjAxNy4xNzZ0LS4wMTcuMTc2cS0uMDE4LjA4Ny0uMDUyLjE2OC0uMDMzLjA4Mi0uMDgzLjE1Ni0uMDQ5LjA3NC0uMTEyLjEzNi0uMDYyLjA2My0uMTM2LjExMi0uMDc0LjA1LS4xNTYuMDgzLS4wODEuMDM0LS4xNjguMDUyLS4wODcuMDE3LS4xNzYuMDE3aC03cS0uMDg5IDAtLjE3Ni0uMDE3LS4wODctLjAxOC0uMTY4LS4wNTItLjA4Mi0uMDMzLS4xNTYtLjA4My0uMDc0LS4wNDktLjEzNi0uMTEyLS4wNjMtLjA2Mi0uMTEyLS4xMzYtLjA1LS4wNzQtLjA4My0uMTU2LS4wMzQtLjA4MS0uMDUyLS4xNjhRNy42IDEwLjA4OSA3LjYgMTB0LjAxNy0uMTc2cS4wMTgtLjA4Ny4wNTItLjE2OC4wMzMtLjA4Mi4wODMtLjE1Ni4wNDktLjA3NC4xMTItLjEzNi4wNjItLjA2My4xMzYtLjExMi4wNzQtLjA1LjE1Ni0uMDgzLjA4MS0uMDM0LjE2OC0uMDUyLjA4Ny0uMDE3LjE3Ni0uMDE3WiIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjMUY5NEQyIi8+PC9nPjwvc3ZnPg==);background-size:100% 100%;content:"";display:inline-block;height:1.25vw;margin-right:.2083333333vw;width:1.25vw}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-get-directions-button span:first-of-type:before{height:3.2vw;width:3.2vw}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-store-container>div:first-of-type{align-items:stretch!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-store-container>div:last-of-type{align-items:flex-end!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-map-pushpin-select>div>div>.ps-address>div>span>a{margin-top:.5208333333vw!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-map-pushpin-select{box-shadow:none;margin:0!important;padding:1.8229166667vw 1.0416666667vw 1.5625vw!important;width:100%!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-map-pushpin-select:hover{box-shadow:none}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-map-pushpin-select{padding:5.3333333333vw!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container{margin-top:1.0416666667vw!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-circular-loader-container,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper{margin-top:0!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container{margin-top:0!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers{width:100%!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li{border:1px solid #d6d6d6;border-radius:.2083333333vw!important;margin-bottom:1.0416666667vw!important;padding:1.5625vw 1.0416666667vw!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-address{left:auto!important;padding-bottom:0!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-address>div>div{font-family:HCo Gotham,Prompt,sans-serif!important;font-weight:500!important;line-height:normal!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-address>div>span>a{font-family:HCo Gotham,Prompt,sans-serif!important;font-weight:500!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li{border-radius:1.0666666667vw!important;margin-bottom:2.6666666667vw!important;padding:0 5.3333333333vw!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container{display:flex;justify-content:center!important;padding:5.3333333333vw 0!important;width:100%!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type{align-items:center!important;display:flex;flex:1!important;flex-direction:column;justify-content:flex-start!important;margin-bottom:0!important;margin-right:2.6666666667vw!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type .ps-store-badge-top-left-align{display:flex;flex-direction:column;justify-content:flex-end;margin-bottom:2.6666666667vw!important;width:100%!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type .ps-store-badge-top-left-align>div:first-of-type{margin-bottom:2.6666666667vw!important;width:100%!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type .ps-store-badge-top-left-align .ps-distance-stock{display:flex;flex-direction:column;left:0!important;width:100%!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type .ps-store-badge-top-left-align .ps-distance-stock strong{font-family:HCo Gotham,Prompt,sans-serif!important;font-size:3.7333333333vw!important;font-weight:500!important;padding:0!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type .ps-store-badge-top-left-align .ps-distance-stock span{font-family:HCo Gotham,Prompt,sans-serif!important;font-size:3.2vw!important;font-weight:400!important;padding:0!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type .ps-store-badge-top-left-align .ps-badge-left{display:none!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type .ps-address{font-family:HCo Gotham,Prompt,sans-serif!important;left:0!important;width:100%!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type .ps-address>div:first-of-type{margin-bottom:2.6666666667vw!important;width:100%!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type .ps-address .ps-hours{font-family:HCo Gotham,Prompt,sans-serif!important;height:auto!important;padding:0!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type .ps-address .ps-hours>span>big{margin-bottom:1.0666666667vw!important;padding:0!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type .ps-address .ps-hours>span>big,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:first-of-type .ps-address .ps-hours>span>span{font-size:3.2vw!important;height:auto!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:last-of-type{align-items:center!important;display:flex;flex-direction:column;justify-content:inherit!important;width:16vw!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:last-of-type span.ps-link{height:auto!important;margin-bottom:2.6666666667vw!important;padding:0!important;width:auto!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:last-of-type span.ps-link:last-of-type{margin-bottom:0!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:last-of-type .ps-get-directions-button.ps-accessibility{height:auto!important;margin-top:0!important;width:auto!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:last-of-type .ps-link>span>a.ps-local-seller-button span{background:#1f94d2!important;border-radius:1.0666666667vw!important;color:#fff!important;display:flex;flex-direction:column;font-size:2.6666666667vw!important;height:16vw!important;padding:1.6vw 1.3333333333vw!important;width:16vw!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:last-of-type .ps-link>span>a.ps-local-seller-button span:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNOS4xNyAyLjkxN2EuODMzLjgzMyAwIDAgMSAxLjY2NiAwdjEuNzA1cTEuMzk3LjEyOSAyLjY3LjY5NGwuNjYtLjkyMmEuODMzLjgzMyAwIDEgMSAxLjM1NS45N2wtLjU1NC43NzNxLjQ0OC4zMDguODc4LjY3NiAyLjQ4OCAyLjEzMiAyLjQ4OCA0LjQzNyAwIDIuMzA2LTIuNDg4IDQuNDM3LTIuNjAzIDIuMjMtNS44NDYgMi4yMy0zLjI0MSAwLTUuODQ1LTIuMjMxLTIuNDg4LTIuMTMyLTIuNDg4LTQuNDM2dDIuNDg4LTQuNDM2cS41OTQtLjUwOCAxLjIyLS45MDFMNC44NSA1LjE4YS44MzMuODMzIDAgMSAxIDEuMzU1LS45NzFsLjY3OC45NDZRNy45OCA0LjczIDkuMTY5IDQuNjJWMi45MTdaTTYuNjY1IDExLjI1cTAtMS4zOC45NzYtMi4zNTcuOTc3LS45NzYgMi4zNTctLjk3NiAxLjM4MSAwIDIuMzU3Ljk3Ni45NzcuOTc2Ljk3NyAyLjM1NyAwIDEuMzgtLjk3NyAyLjM1Ny0uOTc2Ljk3Ni0yLjM1Ny45NzYtMS4zOCAwLTIuMzU3LS45NzYtLjk3Ni0uOTc2LS45NzYtMi4zNTdaIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkYiLz48L2c+PC9zdmc+);background-size:100% 100%;content:"";display:inline-block;height:5.3333333333vw;margin-right:1.0666666667vw;width:5.3333333333vw}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:last-of-type .ps-link>span>a.ps-get-directions-button span:first-of-type,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:last-of-type .ps-link>span>a.ps-local-seller-button span.ps-mobile{display:none!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:last-of-type .ps-link>span>a.ps-get-directions-button span.ps-mobile{align-items:center!important;background:#1f94d2!important;border-radius:1.0666666667vw!important;color:#fff!important;display:flex;flex-direction:column;font-size:2.6666666667vw!important;height:16vw!important;justify-content:center!important;padding:1.6vw 1.3333333333vw!important;width:16vw!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:last-of-type .ps-link>span>a.ps-get-directions-button span.ps-mobile:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNNy41MzQgMS41ODNxLS4zNDUuMzA4LS40MzcuNzcybC0uMjggMS4zOTVINS45MnEtMS45NzIgMC0yLjQzIDEuOTA5bC0uODU0IDIuOTI2cS0xLjgwMi45MjMtMS44MDIgMi45NnYzLjAzOHEwIDIuMDg0IDIuMDgzIDIuMDg0aC4wMzJxLjEyLjc3LjcgMS4zNS43MzMuNzMzIDEuNzY4LjczMyAxLjAzNiAwIDEuNzY4LS43MzIuNTgtLjU4LjctMS4zNTFoNC4yM3EuMTIxLjc3LjcwMiAxLjM1LjczMi43MzMgMS43NjguNzMzdDEuNzY4LS43MzJxLjU4LS41OC43LTEuMzUxaC4wMzFxMi4wODMgMCAyLjA4My0yLjA4NHYtMy4wMzhxMC0yLjAzNC0xLjc5NS0yLjk1OGwtLjgxNC0yLjkwNXEtLjQ0My0xLjkzMi0yLjQzNS0xLjkzMmgtLjk0bC0uMjc4LTEuMzk1cS0uMDkzLS40NjQtLjQzOC0uNzcyLS4zNzQtLjMzMy0uODY3LS4zMzNIOC40MDJxLS40OTMgMC0uODY4LjMzM1ptMy45NSAyLjE2Ny0uMTY3LS44MzNIOC42ODRsLS4xNjcuODMzaDIuOTY3Wk01LjAwMSA3LjV2LjgzM0M1IDkuMjUzIDUuNzQ3IDEwIDYuNjY3IDEwaDYuNjY3Yy45MiAwIDEuNjY3LS43NDYgMS42NjctMS42NjdWNy41YzAtLjkyLS43NDctMS42NjctMS42NjctMS42NjdINi42NjdjLS45MiAwLTEuNjY2Ljc0Ny0xLjY2NiAxLjY2N1ptMS42NjYgNS4yMDhhMS4wNDIgMS4wNDIgMCAxIDEtMi4wODMgMCAxLjA0MiAxLjA0MiAwIDAgMSAyLjA4MyAwWm04Ljc1IDBhMS4wNDIgMS4wNDIgMCAxIDEtMi4wODMgMCAxLjA0MiAxLjA0MiAwIDAgMSAyLjA4MyAwWiIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjRkZGIi8+PC9nPjwvc3ZnPg==);background-size:100% 100%;content:"";display:inline-block;height:5.3333333333vw;margin-right:1.0666666667vw;width:5.3333333333vw}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:last-of-type .ps-call>span>a>span:first-of-type{align-items:center!important;background:#1f94d2!important;border-radius:1.0666666667vw!important;color:#fff!important;display:flex;flex-direction:column;font-size:2.6666666667vw!important;height:16vw!important;justify-content:center!important;padding:1.6vw 1.3333333333vw!important;width:16vw!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-sellers-container .ps-local-sellers-wrapper .ps-local-sellers li .ps-local-store-container>div:last-of-type .ps-call>span>a>span:first-of-type:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMTEuNDIgMy4yNDNxLS4wODYuMDE4LS4xNzIuMDE4LS4wODIgMC0uMTYzLS4wMTYtLjA4LS4wMTYtLjE1Ni0uMDQ3LS4wNzYtLjAzMi0uMTQ1LS4wNzgtLjA2OC0uMDQ1LS4xMjYtLjEwMy0uMDU5LS4wNTktLjEwNC0uMTI3LS4wNDYtLjA2OC0uMDc3LS4xNDQtLjAzMi0uMDc2LS4wNDgtLjE1Ny0uMDE2LS4wOC0uMDE2LS4xNjMgMC0uMDc4LjAxNC0uMTU0LjAxNS0uMDc3LjA0My0uMTUuMDI5LS4wNzIuMDctLjEzOS4wNDEtLjA2Ni4wOTQtLjEyMy4wNTMtLjA1Ny4xMTYtLjEwNC4wNjMtLjA0Ni4xMzMtLjA4LjA3LS4wMzUuMTQ1LS4wNTUuMDc1LS4wMi4xNTMtLjAyNyAxLjIxLS4xNyAyLjM5NS4xMjggMS42Ny40MTggMi44OTQgMS42NDIgMS4yMjQgMS4yMjQgMS42NDMgMi44OTQuMjk3IDEuMTg1LjEyNyAyLjM5NS0uMDA2LjA3OC0uMDI2LjE1My0uMDIuMDc1LS4wNTUuMTQ2LS4wMzQuMDctLjA4LjEzMi0uMDQ3LjA2My0uMTA1LjExNi0uMDU3LjA1My0uMTIzLjA5NC0uMDY2LjA0Mi0uMTM5LjA3LS4wNzMuMDI4LS4xNS4wNDMtLjA3Ni4wMTQtLjE1NC4wMTQtLjA4MiAwLS4xNjMtLjAxNi0uMDgtLjAxNi0uMTU2LS4wNDctLjA3Ni0uMDMyLS4xNDUtLjA3Ny0uMDY4LS4wNDYtLjEyNi0uMTA0LS4wNTgtLjA1OC0uMTA0LS4xMjctLjA0Ni0uMDY4LS4wNzctLjE0NC0uMDMyLS4wNzYtLjA0OC0uMTU3LS4wMTYtLjA4LS4wMTYtLjE2MyAwLS4wODYuMDE4LS4xNy4xMjMtLjg4Ni0uMDk1LTEuNzUzLS4zMDctMS4yMjMtMS4yMDQtMi4xMi0uODk4LS44OTgtMi4xMjEtMS4yMDUtLjg2Ny0uMjE3LTEuNzUyLS4wOTVaIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkYiLz48cGF0aCBkPSJNMTEuNTcgNi4yMjZxLS4wODMuMDE3LS4xNjguMDE3LS4wODIgMC0uMTYzLS4wMTYtLjA4LS4wMTYtLjE1Ni0uMDQ3LS4wNzYtLjAzMi0uMTQ1LS4wNzctLjA2OC0uMDQ2LS4xMjYtLjEwNC0uMDU4LS4wNTgtLjEwNC0uMTI3LS4wNDYtLjA2OC0uMDc3LS4xNDQtLjAzMi0uMDc2LS4wNDgtLjE1Ny0uMDE2LS4wOC0uMDE2LS4xNjMgMC0uMDc4LjAxNS0uMTU1LjAxNC0uMDc3LjA0My0uMTUuMDI5LS4wNzIuMDctLjEzOS4wNDItLjA2Ni4wOTUtLjEyMy4wNTMtLjA1OC4xMTYtLjEwNC4wNjMtLjA0Ny4xMzQtLjA4LjA3LS4wMzUuMTQ2LS4wNTUuMDc1LS4wMi4xNTMtLjAyNi43NC0uMDk4IDEuNDUyLjEzLjc2Ny4yNDYgMS4zMzkuODE4dC44MTggMS4zMzlxLjIyNy43MTIuMTMgMS40NTItLjAwNi4wNzgtLjAyNi4xNTMtLjAyLjA3Ni0uMDU0LjE0Ni0uMDM0LjA3LS4wODEuMTM0LS4wNDYuMDYzLS4xMDQuMTE2LS4wNTcuMDUzLS4xMjQuMDk1LS4wNjYuMDQxLS4xMzkuMDctLjA3My4wMjgtLjE1LjA0My0uMDc2LjAxNC0uMTU1LjAxNC0uMDgyIDAtLjE2Mi0uMDE2LS4wODEtLjAxNi0uMTU3LS4wNDctLjA3Ni0uMDMyLS4xNDQtLjA3Ny0uMDY5LS4wNDYtLjEyNy0uMTA0LS4wNTgtLjA1OC0uMTA0LS4xMjctLjA0Ni0uMDY4LS4wNzctLjE0NC0uMDMxLS4wNzYtLjA0OC0uMTU3LS4wMTYtLjA4LS4wMTYtLjE2MyAwLS4wODQuMDE3LS4xNjcuMTAyLS44MDQtLjQ3Ni0xLjM4Mi0uNTc4LS41NzgtMS4zODItLjQ3NloiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0ZGRiIvPjxnIGZpbGw9IiNGRkYiPjxwYXRoIGQ9Ik01Ljk5IDMuNjY0Yy4zMDIgMCAuNTguMTY0LjcyOC40MjlsMS4wMiAxLjgzNmMuMTMzLjI0LjEzOS41MzEuMDE2Ljc3N0w2Ljc3MiA4LjY3cS4yODQgMS40NjMgMS40NzUgMi42NTQgMS4xOTEgMS4xOTEgMi42NSAxLjQ3MWwxLjk2My0uOTgyYS44MzMuODMzIDAgMCAxIC43NzguMDE3bDEuODQxIDEuMDI0YS44MzMuODMzIDAgMCAxIC40MjkuNzI4djIuMTE0YzAgMS4wNzctMSAxLjg1NC0yLjAyIDEuNTEtMi4wOTUtLjcwNy01LjM0Ny0yLjA1My03LjQwOC00LjExNC0yLjA2Mi0yLjA2MS0zLjQwNy01LjMxMy00LjExNC03LjQwOC0uMzQ1LTEuMDIuNDMzLTIuMDIgMS41MS0yLjAyaDIuMTEzWiIvPjxwYXRoIGQ9Ik01Ljk5IDIuODNIMy44NzVxLTEuMjI3IDAtMS45NTIuOTU4LS43NDYuOTg0LS4zNDggMi4xNjIgMS43NCA1LjE1NyA0LjMxNCA3LjczMSAyLjU3NSAyLjU3NSA3LjczMSA0LjMxNSAxLjE3OS4zOTcgMi4xNjItLjM0OC45NTgtLjcyNS45NTgtMS45NTJ2LTIuMTE0cTAtLjk4LS44NTctMS40NTZsLTEuODQxLTEuMDI0cS0uNzY5LS40MjctMS41NTUtLjAzNGwtMS42OTcuODQ4cS0xLjA1NS0uMjgyLTEuOTU0LTEuMTgtLjktLjktMS4xODYtMS45NmwuODQ4LTEuNjk3cS4zOTMtLjc4Ni0uMDMzLTEuNTU0bC0xLjAyLTEuODM3cS0uNDc2LS44NTctMS40NTctLjg1N1pNMy4yNTEgNC43OTZxLjIyNS0uMjk4LjYyNC0uMjk4aDIuMTEzbDEuMDIgMS44MzctLjk4MyAxLjk2NHEtLjA2MS4xMjMtLjA4LjI2LS4wMTguMTM2LjAwOC4yNzEuMzMzIDEuNzE0IDEuNzA0IDMuMDg1IDEuMzcyIDEuMzcyIDMuMDgyIDEuNy4xMzUuMDI1LjI3LjAwNy4xMzctLjAyLjI2LS4wOGwxLjk2My0uOTgyIDEuODQxIDEuMDIzdjIuMTE0cTAgLjM5OC0uMjk3LjYyNC0uMjguMjEyLS42MjMuMDk3UTkuMzY3IDE0LjggNy4wNyAxMi41MDMgNC43NyAxMC4yMDQgMy4xNTUgNS40MThxLS4xMTUtLjM0My4wOTctLjYyM1oiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L2c+PC9zdmc+);background-size:100% 100%;content:"";display:inline-block;height:5.3333333333vw;margin-right:1.0666666667vw;width:5.3333333333vw}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-logo{height:2.6041666667vw!important;object-fit:contain;width:7.8125vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-logo{height:8.5333333333vw!important;width:25.0666666667vw!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .online-tab-input-label,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-tab-label{background:transparent!important;color:#707070!important;font-size:3.7333333333vw!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-wtb-content.ps-dual-column>.ps-location{background:#fff!important;border-bottom:none;border-top-left-radius:1.0666666667vw;border-top-right-radius:1.0666666667vw;float:unset!important;margin:0 auto;position:relative!important;right:0!important;top:0!important;width:100%!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-map-pushpin-select>div>div{width:100%!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-map-pushpin-select>div>div .ps-seller{margin-right:1.0416666667vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-map-pushpin-select>div>div .ps-seller{margin-right:0!important;width:30%!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .local-tab-input-label{color:#333}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .local-tab-input-label{color:#707070!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox span.ps-link>span>a>span.ps-mobile{display:none}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-static-label>label>span{font-family:HCo Gotham,Prompt,sans-serif!important;font-size:.7291666667vw!important;line-height:.9375vw!important;padding:.5208333333vw 1.0416666667vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-static-label>label>span{font-size:3.7333333333vw!important;line-height:4.8vw!important;padding:2.6666666667vw 5.3333333333vw!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-footer>div{display:inline-block!important;float:none!important;padding:5.3333333333vw 0 0!important;width:50.6666666667vw!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-footer>span{width:100%!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-footer>span>a>svg{height:5.6vw!important;width:32vw!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-footer>div>span,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-footer>div>span>a{font-size:.7291666667vw!important;line-height:.8333333333vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-footer>div>span,.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-footer>div>span>a{font-size:3.2vw!important;line-height:4.2666666667vw!important;text-align:center!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-tab .ps-no-results>span{font-family:HCo Gotham,Prompt,sans-serif!important;font-size:.8333333333vw!important;line-height:.8333333333vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-tab .ps-no-results>span{font-size:4.2666666667vw!important;line-height:4.2666666667vw!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-no-results>span{padding:1.0416666667vw 0!important;width:100%!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-no-results>span{padding:5.3333333333vw 0!important;width:100%!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-no-results{padding:0!important}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-tab .ps-no-results>span>strong{font-family:HCo Gotham,Prompt,sans-serif!important;font-size:1.0416666667vw!important;font-weight:500!important;line-height:2.5vw!important;margin-bottom:.5208333333vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-local-tab .ps-no-results>span>strong{font-size:6.4vw!important;line-height:12.8vw!important;margin-bottom:2.6666666667vw!important}}.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-static-message.global3{height:3.125vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5.ps-lightbox .ps-static-message.global3{height:16vw!important}}.page-v2 .ps-669540658a9c7983eda43aa5#ps-lightbox-background{opacity:.5!important}.page-v2 .ps-local-map-container{margin-top:1.0416666667vw!important}@media screen and (max-width:1024px){.page-v2 .ps-local-map-container{margin:5.3333333333vw 0 2.6666666667vw!important}}.page-v2 .ps-669540658a9c7983eda43aa5 .ps-map-holder{padding:0!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5 .ps-local-tab>.ps-local,.page-v2 .ps-669540658a9c7983eda43aa5 .ps-location{padding:0!important}}.page-v2 .ps-669540658a9c7983eda43aa5 span.ps-lightbox-close{right:4.1666666667vw;top:2.0833333333vw}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5 span.ps-lightbox-close{right:20px;top:20px}.page-v2 .ps-669540658a9c7983eda43aa5 span.ps-lightbox-close>svg{height:3.7333333333vw!important;width:3.7333333333vw!important}}.page-v2 .ps-669540658a9c7983eda43aa5 .ps-local{height:10.4166666667vw!important}@media screen and (max-width:1024px){.page-v2 .ps-669540658a9c7983eda43aa5 .ps-local{height:inherit!important}}.csr-products-list-v3 .csr-product .csr-product__bazaarvoice [data-bv-show=rating_summary] .bv_main_container .bv_button_buttonMinimalist,.csr-products-list-v3 .csr-product .csr-product__bazaarvoice [data-bv-show=rating_summary] .bv_main_container .bv_numReviews_text{color:#1f94d2!important;font-size:.9375vw!important}.csr-products-list-v3 .csr-product .csr-product__bazaarvoice [data-bv-show=rating_summary] .bv_main_container .bv_main_container_row_flex{padding-right:.2083333333vw!important}.csr-products-list-v3 .csr-product .csr-product__bazaarvoice [data-bv-show=rating_summary] .bv_main_container .bv_main_container_row_flex .bv_button_component_container button{display:none!important}.csr-products-list-v3 .csr-product .csr-product__bazaarvoice [data-bv-show=rating_summary] .bv_main_container .bv_stars_component_container{font-size:.8333333333vw!important;padding-right:.2083333333vw!important}.csr-products-list-v3 .csr-product .csr-product__bazaarvoice .bv_histogram_row_star svg,.csr-products-list-v3 .csr-product .csr-product__bazaarvoice [data-bv-show=rating_summary] .bv_main_container .bv_stars_component_container svg{height:1.0416666667vw!important;padding-right:0!important;width:1.0416666667vw!important}.csr-products-list-v3 .csr-product .csr-product__bazaarvoice [data-bv-show=rating_summary] .bv_main_container .bv_avgRating_component_container{color:#333!important;font-size:.9375vw!important;font-weight:400!important;padding-left:0!important}.csr-products-list-v3 .csr-product .csr-product__bazaarvoice [data-bv-show=rating_summary] .bv_main_container .bv_numReviews_component_container{color:#333}.csr-products-list-v3 .csr-product .csr-product__bazaarvoice [data-bv-show=rating_summary] .bv_main_container .bv_stars_component_container svg:not(:last-child){padding-right:.1041666667vw!important}@media screen and (max-width:767.9px){.csr-products-list-v3 .csr-product .csr-product__bazaarvoice [data-bv-show=rating_summary] .bv_main_container .bv_button_buttonMinimalist,.csr-products-list-v3 .csr-product .csr-product__bazaarvoice [data-bv-show=rating_summary] .bv_main_container .bv_numReviews_text{font-size:3.2vw!important}.csr-products-list-v3 .csr-product .csr-product__bazaarvoice [data-bv-show=rating_summary] .bv_main_container .bv_main_container_row_flex{padding-right:1.0666666667vw!important}.csr-products-list-v3 .csr-product .csr-product__bazaarvoice [data-bv-show=rating_summary] .bv_main_container .bv_stars_component_container{font-size:3.2vw!important;padding-right:1.0666666667vw!important}.csr-products-list-v3 .csr-product .csr-product__bazaarvoice .bv_histogram_row_star svg,.csr-products-list-v3 .csr-product .csr-product__bazaarvoice [data-bv-show=rating_summary] .bv_main_container .bv_stars_component_container svg{height:4.2666666667vw!important;width:4.2666666667vw!important}.csr-products-list-v3 .csr-product .csr-product__bazaarvoice [data-bv-show=rating_summary] .bv_main_container .bv_avgRating_component_container{font-size:3.2vw!important}.csr-products-list-v3 .csr-product .csr-product__bazaarvoice [data-bv-show=rating_summary] .bv_main_container .bv_stars_component_container svg:not(:last-child){padding-right:.5333333333vw!important}}.related-products{margin-bottom:2.0833333333vw;padding-left:5.2083333333vw;padding-right:5.2083333333vw;position:relative}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products{margin-bottom:10.6666666667vw;padding-left:4vw;padding-right:4vw}}.related-products__title{color:#858585;font-size:1.875vw;font-weight:700;line-height:2.3958333333vw;margin:0 auto 2.0833333333vw;max-width:62.5vw;padding:1.0416666667vw 0;position:relative;text-align:center;width:100%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__title{font-size:5.3333333333vw;line-height:6.9333333333vw;margin-bottom:10.6666666667vw;max-width:none;padding:5.3333333333vw 8vw}}.related-products__title .titleBg{font-size:1.875vw;height:4.6354166667vw;left:50%;line-height:2.3958333333vw;position:absolute;top:50%;transform:translate(-50%,-50%)}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__title .titleBg{font-size:5.3333333333vw;height:16vw;line-height:6.9333333333vw}}.related-products__item{height:100%}.related-products__swiper{margin:1.5625vw -.5208333333vw -1.0416666667vw;overflow:hidden;padding-bottom:1.0416666667vw;position:relative}.related-products__swiper .swiper-slide{background-color:#fff;box-shadow:0 0 17px rgba(0,0,0,.08);display:inline-block;height:auto;margin:1.0416666667vw .5208333333vw;position:relative;width:calc(50% - 1.04167vw)}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide{width:100%}}@media screen and (min-width:1200px){.related-products__swiper .swiper-slide{width:calc(33.3% - 1.04167vw)}}@media screen and (min-width:1800px){.related-products__swiper .swiper-slide{width:calc(25% - 1.04167vw)}}.related-products__swiper .swiper-slide .product-item{cursor:unset;display:flex;flex-direction:column;height:100%;justify-content:space-between}.related-products__swiper .swiper-slide .product-item-text{color:#333;font-size:1.0416666667vw;letter-spacing:0;line-height:1.35;padding:.8333333333vw 1.3020833333vw 0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-text{font-size:3.2vw;line-height:4.8vw;padding:4.2666666667vw 6.6666666667vw 0}}.related-products__swiper .swiper-slide .product-item-img{display:block;height:20.9895833333vw;padding:1.1458333333vw 2.9166666667vw;position:relative;text-align:center;width:100%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-img{height:65.3333333333vw;padding:3.2vw 14.9333333333vw}}.related-products__swiper .swiper-slide .product-item-img img{left:50%;max-height:100%;max-width:100%;padding:1.1458333333vw 2.9166666667vw;position:absolute;top:50%;transform:translate(-50%,-50%);width:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-img img{padding:3.2vw 14.9333333333vw}}.related-products__swiper .swiper-slide .product-item-img:hover .image-hover{opacity:1;visibility:visible}.related-products__swiper .swiper-slide .product-item-title{color:#333;font-size:1.25vw;font-weight:700;letter-spacing:.015625vw;line-height:1.4;margin-bottom:0;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-title{font-size:3.7333333333vw;line-height:5.8666666667vw;margin-bottom:1.3333333333vw}}.related-products__swiper .swiper-slide .product-item-desc{display:none}.related-products__swiper .swiper-slide .product-item-model{font-size:1.1458333333vw;font-weight:700;line-height:1.375;margin:.5208333333vw 0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-model{font-size:3.2vw;font-weight:700;line-height:4.8vw;margin:2.6666666667vw 0}}.related-products__swiper .swiper-slide .product-item-reviews-holder{align-items:center;display:flex;font-size:1.1458333333vw;line-height:1.375;margin-bottom:1.875vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-reviews-holder{font-size:3.2vw;line-height:4.8vw;margin-bottom:9.6vw}}.related-products__swiper .swiper-slide .product-item-rating,.related-products__swiper .swiper-slide .product-item-rating-style{display:flex;margin-right:.78125vw;max-width:10.4166666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-rating,.related-products__swiper .swiper-slide .product-item-rating-style{margin-right:4vw;max-width:32vw}}.related-products__swiper .swiper-slide .product-item-star-holder{background:#d1d1d1;height:1.5625vw;margin-left:.2604166667vw;position:relative;width:1.5625vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-star-holder{height:5.3333333333vw;margin-left:1.3333333333vw;width:5.3333333333vw}}.related-products__swiper .swiper-slide .product-item-star-holder:first-of-type{margin-left:0}.related-products__swiper .swiper-slide .product-item-progress-bar{background:#00b0f0;font-size:0;height:100%;left:0;line-height:0;position:absolute;top:0;width:0;z-index:5}.related-products__swiper .swiper-slide .product-item-star{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOSAxOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgZmlsbD0iI2ZmZiI+PHBhdGggZD0iTTAgNy4yVjE5aDMuNmwxLjItNi45ek0xOSAwSDkuNWwyLjkgNi4zIDYuNi45LTQuNyA0LjkgMS4xIDYuOUgxOXpNMy42IDE5aDExLjhsLTUuOS0zLjN6TTkuNSAwSDB2Ny4ybDYuNi0uOXoiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiNmZmYiLz48cGF0aCBmaWxsPSJub25lIiBkPSJtOS41IDE1LjQtNS45IDMuMSAxLjItNi42TDAgNy4zbDYuNi0uOSAyLjktNiAyLjkgNiA2LjYuOS00LjcgNC42IDEuMSA2LjZ6Ii8+PC9zdmc+);background-repeat:no-repeat;font-size:0;height:calc(100% + .10417vw);left:-.0520833333vw;line-height:0;position:relative;top:-.0520833333vw;width:calc(100% + .10417vw);z-index:10}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-star{height:calc(100% + .53333vw);left:-.2666666667vw;top:-.2666666667vw;width:calc(100% + .53333vw)}}.related-products__swiper .swiper-slide .product-item-short-spec{overflow:hidden}.related-products__swiper .swiper-slide .product-item-msrp-holder{font-size:1.1458333333vw;margin-bottom:.5208333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-msrp-holder{font-size:3.7333333333vw;margin-bottom:2.6666666667vw}}.related-products__swiper .swiper-slide .product-item-msrp-holder-discountPrice{color:#1f94d2;font-size:1.5625vw;font-weight:700;margin:0 .2604166667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-msrp-holder-discountPrice{font-size:4.8vw;margin:0 1.3333333333vw}}.related-products__swiper .swiper-slide .product-item-msrp-holder-price{margin-left:.2604166667vw;text-decoration:line-through;text-decoration-color:#1f94d2}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-msrp-holder-price{margin-left:1.3333333333vw}}.related-products__swiper .swiper-slide .product-item-msrp-holder-taxes{font-style:italic}.related-products__swiper .swiper-slide .product-item-originalPrice{align-items:center;display:flex;flex-wrap:wrap;font-size:1.1458333333vw;margin-bottom:.5208333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-originalPrice{font-size:3.7333333333vw;margin-bottom:2.6666666667vw}}.related-products__swiper .swiper-slide .product-item-originalPrice-price{color:#1f94d2;margin-left:.2604166667vw;margin-right:.2604166667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-originalPrice-price{margin-left:1.3333333333vw;margin-right:1.3333333333vw}}.related-products__swiper .swiper-slide .product-item-originalPrice-depreciate{background:url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPjxwYXRoIGQ9Ik03NjggNjQwIDUxMiA4OTYgMjU2IDY0MGgxOTJWMTI4aDEyOHY1MTJ6IiBmaWxsPSIjMUY5NEQyIi8+PC9zdmc+);background-repeat:no-repeat;background-size:100% 100%;display:inline-block;height:1.1458333333vw;vertical-align:middle;width:1.1458333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-originalPrice-depreciate{height:3.7333333333vw;width:3.7333333333vw}}.related-products__swiper .swiper-slide .product-item-color-holder{align-items:center;display:flex;float:right;font-size:1.0416666667vw;margin-right:.2604166667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-color-holder{font-size:3.7333333333vw}}.related-products__swiper .swiper-slide .product-item-variety{align-items:center;display:flex;margin-left:.5208333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-variety{margin-left:2.6666666667vw}}.related-products__swiper .swiper-slide .product-item-variety-item{border-radius:50%;cursor:pointer;display:inline-block;height:.78125vw;margin-left:.2604166667vw;overflow:hidden;width:.78125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-variety-item{height:4vw;margin-left:1.3333333333vw;width:4vw}}.related-products__swiper .swiper-slide .product-item-variety-item:first-of-type{margin-left:0}.related-products__swiper .swiper-slide .product-item-property{font-size:1.1458333333vw;line-height:1.375;margin:1.6145833333vw 0 -.5208333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-property{font-size:3.2vw;line-height:4.8vw;margin:8.2666666667vw 0 -2.6666666667vw}}.related-products__swiper .swiper-slide .product-item-property-item{margin-bottom:.5208333333vw;padding-left:1.3541666667vw;position:relative}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-property-item{margin-bottom:2.6666666667vw;padding-left:6.9333333333vw}}.related-products__swiper .swiper-slide .product-item-property-item:before{background-color:#1f94d2;border-radius:50%;content:"";height:.3125vw;left:0;position:absolute;top:.6770833333vw;width:.3125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-property-item:before{height:1.6vw;top:1.8666666667vw;width:1.6vw}}.related-products__swiper .swiper-slide .product-item-download{display:flex;flex-wrap:wrap;margin:2.0833333333vw 0 -.78125vw;padding-left:1.3020833333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-download{margin:10.6666666667vw 0 -.78125vw;padding-left:6.6666666667vw}}.related-products__swiper .swiper-slide .product-item-download-item{align-items:center;display:flex;margin-bottom:.78125vw;margin-right:.78125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-download-item{margin-bottom:4vw;margin-right:4vw}}.related-products__swiper .swiper-slide .product-item-download-item-icon{margin-right:.78125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-download-item-icon{margin-right:4vw}}.related-products__swiper .swiper-slide .product-item-download-item-icon .img{height:4.6875vw;width:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-download-item-icon .img{height:24vw}}.related-products__swiper .swiper-slide .product-item-download-item-text{font-size:1.1458333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-download-item-text{font-size:3.2vw}}.related-products__swiper .swiper-slide .product-item-download a{text-decoration:underline}.related-products__swiper .swiper-slide .product-item-download a:hover{text-decoration:none}.related-products__swiper .swiper-slide .product-item-download a[href=""],.related-products__swiper .swiper-slide .product-item-download a[href="javascript:;"]{cursor:default}.related-products__swiper .swiper-slide .product-item-download img{width:auto}.related-products__swiper .swiper-slide .product-item-action{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;line-height:1.3541666667vw;margin-top:1.3020833333vw;min-height:5.2083333333vw;padding-left:1.3541666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-action{align-items:center;flex-direction:column;flex-wrap:wrap;justify-content:center;margin-bottom:2.4vw;margin-top:2.6666666667vw;min-height:auto;padding-left:0}}.related-products__swiper .swiper-slide .product-item-action-btn{background-color:#0099da;background:linear-gradient(90deg,#2b85c3,#37a6f3);border:none;border-radius:1.0416666667vw!important;border-radius:1.5625em;color:#fff!important;color:#fff;cursor:pointer;display:inline-block;font-size:1.1458333333vw;height:auto!important;height:3.125em;letter-spacing:normal;line-height:1!important;line-height:3.125em;outline:none;padding:.5208333333vw 1.1458333333vw!important;padding:0 3.125em;transition:none;white-space:nowrap}.related-products__swiper .swiper-slide .product-item-action-btn:hover{background:#0083de}.related-products__swiper .swiper-slide .product-item-action-btn:active{background:#077dce}.related-products__swiper .swiper-slide .product-item-action-btn.mdws-btn--disabled,.related-products__swiper .swiper-slide .product-item-action-btn.mdws-btn--disabled:hover,.related-products__swiper .swiper-slide .product-item-action-btn[disabled],.related-products__swiper .swiper-slide .product-item-action-btn[disabled]:hover{background:#d6d6d6!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-action-btn{border-radius:4.2666666667vw!important;font-size:3.7333333333vw;padding:2.1333333333vw 8.8vw!important}}.related-products__swiper .swiper-slide .product-item-new,.related-products__swiper .swiper-slide .product-item-sale{font-size:1.0416666667vw;font-weight:700;position:absolute;right:.8333333333vw;text-transform:capitalize;top:.8333333333vw;z-index:15}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-new,.related-products__swiper .swiper-slide .product-item-sale{font-size:3.7333333333vw;right:4.2666666667vw;top:4.2666666667vw}}.related-products__swiper .swiper-slide .product-item-sale{color:#ff4a4a}.related-products__swiper .swiper-slide .product-item-new{color:#1f94d2}.related-products .swiper-button-next,.related-products .swiper-button-prev{background-color:#fff!important;border-radius:50%;box-shadow:0 0 .9375vw .5208333333vw rgba(0,0,0,.04);cursor:pointer;height:3.125vw;position:absolute;top:50%;transition:background-color .3s ease;width:3.125vw;z-index:1}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products .swiper-button-next,.related-products .swiper-button-prev{height:10.6666666667vw;top:62.4vw;width:10.6666666667vw}}.related-products .swiper-button-next:before,.related-products .swiper-button-prev:before{border-bottom:.2083333333vw solid #1f94d2;border-right:.2083333333vw solid #1f94d2;content:"";display:inline-block;height:.625vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(-45deg);transition:border-color .3s ease;width:.625vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products .swiper-button-next:before,.related-products .swiper-button-prev:before{border-width:.5333333333vw;height:1.6vw;width:1.6vw}}.related-products .swiper-button-next:after,.related-products .swiper-button-prev:after{content:"";font-family:unset}.related-products .swiper-button-next:hover,.related-products .swiper-button-prev:hover{background-color:#1f94d2!important}.related-products .swiper-button-next:hover:before,.related-products .swiper-button-prev:hover:before{border-color:#fff}.related-products .swiper-button-next{left:unset;right:1%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products .swiper-button-next{right:5%}}.related-products .swiper-button-prev{left:1%;right:unset}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products .swiper-button-prev{left:5%}}.related-products .swiper-button-prev:before{transform:translate(-50%,-50%) rotate(135deg)}.md-container .related-products{padding:0}.md-container .related-products .swiper-button-next{right:-5%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.md-container .related-products .swiper-button-next{right:1%}}.md-container .related-products .swiper-button-prev{left:-5%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.md-container .related-products .swiper-button-prev{left:1%}}html[dir=rtl] .related-products .product-item-download{padding-left:0;padding-right:1.3020833333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .related-products .product-item-download{padding-right:6.6666666667vw}}html[dir=rtl] .related-products .product-item-download .product-item-download-item-icon{margin-left:.78125vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .related-products .product-item-download .product-item-download-item-icon{margin-left:4vw;margin-right:0}}html[dir=rtl] .related-products .product-item-action,html[dir=rtl] .related-products .product-item-property-item{padding-left:0;padding-right:1.3541666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .related-products .product-item-property-item{padding-left:0;padding-right:6.9333333333vw}}html[dir=rtl] .related-products .product-item-property-item:before{left:unset;right:0}html[dir=rtl] .related-products .product-item-rating-style{margin-left:.78125vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .related-products .product-item-rating-style{margin-left:4vw;margin-right:0}}html[dir=rtl] .related-products .product-item-rating-style .product-item-star{left:unset;right:-.0520833333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .related-products .product-item-rating-style .product-item-star{left:unset;right:-.2666666667vw}}html[dir=rtl] .related-products .product-item-new,html[dir=rtl] .related-products .product-item-sale{left:.8333333333vw;right:unset}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .related-products .product-item-new,html[dir=rtl] .related-products .product-item-sale{left:4.2666666667vw;right:unset}}html[dir=rtl] .related-products .swiper-button-next{left:1%;right:unset}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .related-products .swiper-button-next{left:5%}}html[dir=rtl] .related-products .swiper-button-next:before{transform:translate(-50%,-50%) rotate(135deg)}html[dir=rtl] .related-products .swiper-button-prev{left:unset;right:1%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .related-products .swiper-button-prev{right:5%}}html[dir=rtl] .related-products .swiper-button-prev:before{transform:translate(-50%,-50%) rotate(315deg)}html[dir=rtl] .related-products .related-products__swiper .swiper-slide .product-item-msrp-holder{align-items:baseline;display:flex;flex-wrap:wrap}html[dir=rtl] .related-products .related-products__swiper .swiper-slide .product-item-color-holder{float:left}html[dir=rtl] .related-products .related-products__swiper .swiper-slide .product-item-variety{margin-left:0;margin-right:.5208333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .related-products .related-products__swiper .swiper-slide .product-item-variety{margin-left:0;margin-right:2.6666666667vw}}html[dir=rtl] .related-products .related-products__swiper .swiper-slide .product-item-variety-item{margin-left:0;margin-right:.2604166667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .related-products .related-products__swiper .swiper-slide .product-item-variety-item{margin-left:0;margin-right:1.3333333333vw}}html[dir=rtl] .related-products .related-products__swiper .swiper-slide .product-item-variety-item:first-of-type{margin-right:0}html[dir=rtl] .related-products .related-products__swiper .swiper-slide .product-item-msrp-holder-price{margin-left:0;margin-right:.2604166667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .related-products .related-products__swiper .swiper-slide .product-item-msrp-holder-price{margin-left:0;margin-right:1.3333333333vw}}html[dir=rtl] .md-container .related-products{padding:0}html[dir=rtl] .md-container .related-products .swiper-button-next{left:-5%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .md-container .related-products .swiper-button-next{left:1%}}html[dir=rtl] .md-container .related-products .swiper-button-prev{right:-5%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .md-container .related-products .swiper-button-prev{right:1%}}.mdws-reviews .mdws-reviews-box .collapse-content{padding-top:2.0833333333vw}@media screen and (max-width:767.9px){.mdws-reviews .mdws-reviews-box .collapse-content{padding-top:5.3333333333vw}}.mdws-reviews .mdws-reviews-box .collapse-content .bv_ratings_summary{display:none!important}.mdws-reviews .mdws-reviews-box .hidden{display:none}.rich-text-container{font-size:1.1458333333vw;font-style:normal;margin:0 auto;max-width:54.1666666667vw;overflow:hidden;padding-bottom:3.125vw!important}.rich-text-container.animate-init-state{opacity:0;transform:translateY(15%)}.rich-text-container.animate{animation:fade-in 1s ease-out forwards;will-change:transform,opacity}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container{font-size:4.2666666667vw;margin-left:5.2083333333vw;margin-right:5.2083333333vw;max-width:none;padding-bottom:16vw!important;text-align:center}}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1)and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:1200px)and (max-aspect-ratio:1/1)and (max-width:639px),screen and (max-width:639px)and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px)and (max-width:639px){.rich-text-container{margin-left:4vw;margin-right:4vw}}.rich-text-container video{cursor:pointer;display:block;height:auto;object-fit:cover;width:100%}.rich-text-container h3{font-size:2.1875vw;font-weight:700;padding:.7em 0 .3em}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container h3{font-size:8.5333333333vw}}.rich-text-container h4{font-size:1.875vw;font-weight:700;padding:.7em 0 .3em}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container h4{font-size:6.9333333333vw}}.rich-text-container h5{font-size:1.5625vw;font-weight:700;padding:.7em 0 .3em}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container h5{font-size:5.8666666667vw}}.rich-text-container h6{font-size:1.25vw;font-weight:700;padding:.7em 0 .3em}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container h6{font-size:4.8vw}}.rich-text-container div{font-size:1.1458333333vw;padding-bottom:1em}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container div{font-size:4.2666666667vw}}.rich-text-container p{clear:both;font-size:inherit;font-weight:400;overflow:hidden;padding-bottom:1em}.rich-text-container a{color:#1f94d2;text-decoration:none}.rich-text-container a:hover{text-decoration:underline!important}.rich-text-container sup{vertical-align:text-top}.rich-text-container img{display:block;margin:0 auto;max-width:100%}.rich-text-container ol{counter-reset:counter-name;font-size:inherit;font-weight:400;padding-bottom:1em;text-align:left}.rich-text-container ol li{font-size:inherit;list-style:none;padding-bottom:1em;padding-left:2.5em;position:relative}.rich-text-container ol li:before{color:#1f94d2;content:counter(counter-name,decimal-leading-zero);counter-increment:counter-name;font-size:1.2em;font-weight:700;left:0;position:absolute;top:0}.rich-text-container ul{font-size:inherit;font-weight:400;padding-bottom:1em;text-align:left}.rich-text-container ul li{padding-bottom:1em;padding-left:1.875em;position:relative}.rich-text-container ul li:before{background-color:#1f94d2;border-radius:50%;content:"";height:.4em;left:0;position:absolute;top:.55em;width:.4em}.rich-text-container .table-container{margin:2.0833333333vw 0;overflow-x:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container .table-container{margin:8vw 0}}.rich-text-container table{border-collapse:collapse;width:100%}.rich-text-container table td,.rich-text-container table th{border:1px solid #d9d9d9;padding:.5208333333vw;text-align:center}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container table td,.rich-text-container table th{padding:2.6666666667vw}}.rich-text-container table th{font-weight:700;line-height:1.3}.rich-text-container .align-left-img{margin:1.0416666667vw 1.0416666667vw 1.0416666667vw 0}.rich-text-container .align-right-img{margin:1.0416666667vw 0 1.0416666667vw 1.0416666667vw}.rich-text_styles.c-not-width-limted .rich-text-container{margin-left:5.2083333333vw;margin-right:5.2083333333vw;max-width:none}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text_styles.c-not-width-limted .rich-text-container{margin-left:4vw;margin-right:4vw;margin:0;padding-left:5.2083333333vw;padding-right:5.2083333333vw;width:100%}}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1)and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:1200px)and (max-aspect-ratio:1/1)and (max-width:639px),screen and (max-width:639px)and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px)and (max-width:639px){.rich-text_styles.c-not-width-limted .rich-text-container{padding-left:4vw;padding-right:4vw}}html[dir=rtl] .rich-text_styles .rich-text-container ol{text-align:right}html[dir=rtl] .rich-text_styles .rich-text-container ol li{padding-left:0;padding-right:2.5em}html[dir=rtl] .rich-text_styles .rich-text-container ol li:before{left:unset;right:0}html[dir=rtl] .rich-text_styles .rich-text-container ul{text-align:right}html[dir=rtl] .rich-text_styles .rich-text-container ul li{padding-left:0;padding-right:1.875em}html[dir=rtl] .rich-text_styles .rich-text-container ul li:before{left:unset;right:0}.page-v2 .space-240 .rich-text-container{margin-left:12.5vw!important;margin-right:12.5vw!important;max-width:75vw;width:unset}.page-v2 .rich-text-container{color:#333!important;font-size:.9375vw;margin:0 auto!important;max-width:66.6666666667vw;padding-bottom:0!important;text-align:left!important;width:66.6666666667vw}.page-v2 .rich-text-container h2,.page-v2 .rich-text-container h3{font-size:2.0833333333vw;font-weight:500;line-height:normal;margin-bottom:1.5625vw;padding:0}.page-v2 .rich-text-container h4{font-size:1.25vw;font-weight:500;line-height:1.5625vw;margin-bottom:1.5625vw;padding:0}.page-v2 .rich-text-container h5{font-size:.9375vw;margin-bottom:1.5625vw}.page-v2 .rich-text-container h6{font-size:.7291666667vw;font-weight:400;margin-bottom:1.5625vw;padding:0!important}.page-v2 .rich-text-container p{color:#333;padding-bottom:1.5625vw}.page-v2 .rich-text-container ol,.page-v2 .rich-text-container ul{padding-bottom:.5208333333vw}.page-v2 .rich-text-container ul li{padding-bottom:1.0416666667vw;padding-left:2.6041666667vw}.page-v2 .rich-text-container ul li:before{left:1.0416666667vw}.page-v2 .rich-text-container ol li{padding-bottom:1.0416666667vw;padding-left:2.6041666667vw}.page-v2 .rich-text-container ol li:before{font-size:.9375vw;left:.5208333333vw;top:0}.page-v2 .rich-text-container article{font-size:1.25vw}.page-v2 .rich-text-container img{height:auto;max-width:100%;width:100%}.page-v2 .rich-text-container .video-contariner{margin-bottom:1em;padding-bottom:0;position:relative}.page-v2 .rich-text-container .play__btn{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIj48ZGVmcz48ZmlsdGVyIGlkPSJhIiBmaWx0ZXJVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiIgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+PGZlR2F1c3NpYW5CbHVyIGluPSJCYWNrZ3JvdW5kSW1hZ2UiIHN0ZERldmlhdGlvbj0iNi45NDQiLz48ZmVDb21wb3NpdGUgaW4yPSJTb3VyY2VBbHBoYSIgb3BlcmF0b3I9ImluIiByZXN1bHQ9ImVmZmVjdDFfZm9yZWdyb3VuZEJsdXIiLz48ZmVCbGVuZCBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2ZvcmVncm91bmRCbHVyIiByZXN1bHQ9InNoYXBlIi8+PC9maWx0ZXI+PGZpbHRlciBpZD0iYyIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiIHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIj48ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPjxmZUJsZW5kIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPjxmZUdhdXNzaWFuQmx1ciBpbj0iQmFja2dyb3VuZEltYWdlIiBzdGREZXZpYXRpb249IjYuOTQ0Ii8+PGZlQ29tcG9zaXRlIGluMj0iU291cmNlQWxwaGEiIG9wZXJhdG9yPSJpbiIgcmVzdWx0PSJlZmZlY3QxX2ZvcmVncm91bmRCbHVyIi8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1ciIgcmVzdWx0PSJzaGFwZSIvPjwvZmlsdGVyPjxjbGlwUGF0aCBpZD0iYiI+PHJlY3Qgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgZmlsdGVyPSJ1cmwoI2EpIj48ZyBjbGlwLXBhdGg9InVybCgjYikiPjxnIGZpbHRlcj0idXJsKCNjKSI+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgZmlsbD0iI0ZGRiIgZmlsbC1vcGFjaXR5PSIuMiIgcj0iNTAiLz48L2c+PGcgZmlsbD0iI0ZGRiI+PHBhdGggZD0iTTQzLjc1IDYzLjIzMXEtLjA0LjAyMy0uMDguMDQzLS4wNC4wMi0uMDgzLjAzNy0uMDQyLjAxOC0uMDg1LjAzMi0uMDQzLjAxNS0uMDg3LjAyN3QtLjA4OC4wMnEtLjA0NS4wMS0uMDkuMDE1bC0uMDkuMDEtLjA5MS4wMDJxLS4wNDYgMC0uMDkxLS4wMDMtLjA0Ni0uMDAzLS4wOS0uMDA5LS4wNDYtLjAwNi0uMDktLjAxNS0uMDQ1LS4wMDgtLjA4OS0uMDJ0LS4wODctLjAyN3EtLjA0My0uMDE0LS4wODUtLjAzMi0uMDQyLS4wMTctLjA4My0uMDM3LS4wNC0uMDItLjA4LS4wNDMtLjA0LS4wMjMtLjA3Ny0uMDQ4LS4wMzgtLjAyNS0uMDc0LS4wNTMtLjAzNi0uMDI4LS4wNy0uMDU4LS4wMzQtLjAzLS4wNjYtLjA2Mi0uMDMzLS4wMzItLjA2My0uMDY2dC0uMDU3LS4wN3EtLjAyOC0uMDM2LS4wNTMtLjA3NC0uMDI1LS4wMzgtLjA0OC0uMDc3LS4wMjMtLjA0LS4wNDMtLjA4LS4wMi0uMDQxLS4wMzgtLjA4My0uMDE3LS4wNDItLjAzMi0uMDg1LS4wMTQtLjA0My0uMDI2LS4wODctLjAxMi0uMDQ0LS4wMi0uMDg5LS4wMS0uMDQ0LS4wMTUtLjA5bC0uMDEtLjA5LS4wMDItLjA5VjM3Ljk3MXEwLS4wNDUuMDAzLS4wOS4wMDMtLjA0Ni4wMDktLjA5MWwuMDE0LS4wOS4wMjEtLjA4OHEuMDEyLS4wNDQuMDI2LS4wODcuMDE1LS4wNDMuMDMyLS4wODUuMDE4LS4wNDIuMDM4LS4wODN0LjA0My0uMDhxLjAyMy0uMDQuMDQ4LS4wNzguMDI1LS4wMzcuMDUzLS4wNzMuMDI3LS4wMzcuMDU3LS4wNy4wMy0uMDM1LjA2My0uMDY3LjAzMi0uMDMyLjA2Ni0uMDYydC4wNy0uMDU4cS4wMzYtLjAyOC4wNzQtLjA1My4wMzgtLjAyNS4wNzctLjA0OC4wNC0uMDIzLjA4LS4wNDMuMDQxLS4wMi4wODMtLjAzNy4wNDItLjAxOC4wODUtLjAzMi4wNDMtLjAxNS4wODctLjAyNy4wNDQtLjAxMS4wODktLjAyLjA0NC0uMDA5LjA5LS4wMTUuMDQ0LS4wMDYuMDktLjAwOS4wNDUtLjAwMy4wOS0uMDAzLjA0NiAwIC4wOTEuMDAzLjA0Ni4wMDMuMDkuMDA5LjA0Ni4wMDYuMDkuMDE1bC4wOS4wMnEuMDQzLjAxMi4wODYuMDI3LjA0My4wMTQuMDg1LjAzMi4wNDIuMDE3LjA4My4wMzcuMDQuMDIuMDguMDQzbDIwLjgzMyAxMi4wMjhxLjA0LjAyMy4wNzguMDQ4bC4wNzMuMDUzcS4wMzcuMDI4LjA3LjA1OC4wMzUuMDMuMDY3LjA2MnQuMDYyLjA2NmwuMDU4LjA3cS4wMjguMDM3LjA1My4wNzQuMDI1LjAzOC4wNDguMDc4dC4wNDMuMDhxLjAyLjA0LjAzNy4wODMuMDE4LjA0Mi4wMzIuMDg1LjAxNS4wNDMuMDI3LjA4N2wuMDIuMDg4cS4wMDkuMDQ1LjAxNS4wOXQuMDA5LjA5cS4wMDMuMDQ2LjAwMy4wOTEgMCAuMDQ2LS4wMDMuMDkxdC0uMDA5LjA5cS0uMDA2LjA0NS0uMDE1LjA5dC0uMDIuMDg5cS0uMDEyLjA0NC0uMDI3LjA4Ny0uMDE0LjA0My0uMDMyLjA4NS0uMDE3LjA0Mi0uMDM3LjA4Mi0uMDIuMDQxLS4wNDMuMDgtLjAyMy4wNC0uMDQ4LjA3OHQtLjA1My4wNzRxLS4wMjguMDM2LS4wNTguMDctLjAzLjAzNC0uMDYyLjA2NnQtLjA2Ni4wNjJxLS4wMzQuMDMtLjA3LjA1OC0uMDM3LjAyOC0uMDc0LjA1My0uMDM4LjAyNS0uMDc4LjA0OEw0My43NSA2My4yMzFaIi8+PHBhdGggZD0iTTQ0Ljc5MiA2NS4wMzVxLTEuNzM2IDEuMDAzLTMuNDcyIDAtMS43MzctMS4wMDItMS43MzctMy4wMDdWMzcuOTcycTAtMi4wMDUgMS43MzctMy4wMDcgMS43MzYtMS4wMDIgMy40NzIgMGwyMC44MzMgMTIuMDI4cTEuNzM2IDEuMDAyIDEuNzM2IDMuMDA3dC0xLjczNiAzLjAwN0w0NC43OTIgNjUuMDM1Wm0tMi4wODQtMy42MDggMjAuODM0LTEyLjAyOHEtLjM0Ny4yLS4zNDcuNjAxIDAgLjQwMS4zNDcuNjAyTDQyLjcwOCAzOC41NzNxLjM0OC4yLjY5NSAwdC4zNDctLjYwMXYyNC4wNTZxMC0uNC0uMzQ3LS42MDEtLjM0Ny0uMi0uNjk1IDBaIi8+PC9nPjwvZz48L2c+PC9zdmc+);background-size:100% 100%;border-radius:50%;cursor:pointer;height:5.2083333333vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:5.2083333333vw;z-index:2}.page-v2 .rich-text-container video::-moz-media-controls-play-button{display:none}.page-v2 .rich-text-container .video-contariner video{display:inline-block;height:37.0833333333vw;width:100%}.page-v2 .rich-text-container .no-gap{margin-bottom:0!important;padding-bottom:0!important}@media screen and (max-width:767.9px){.page-v2 .space-240 .rich-text-container{margin:0!important;max-width:100%;width:100%}.page-v2 .rich-text-container{font-size:3.7333333333vw;max-width:100%;padding:0 5.3333333333vw!important;text-align:left;width:100%}.page-v2 .rich-text-container h2,.page-v2 .rich-text-container h3{color:#333;font-size:5.3333333333vw;font-weight:500;line-height:normal;margin-bottom:5.3333333333vw;padding:0}.page-v2 .rich-text-container h4{color:#333;font-size:4.8vw;font-weight:500;line-height:normal;margin-bottom:5.3333333333vw;padding:0}.page-v2 .rich-text-container h5{color:#333;font-size:3.7333333333vw;font-weight:500;line-height:4.8vw;margin-bottom:5.3333333333vw}.page-v2 .rich-text-container h6{color:#707070;font-size:3.2vw;font-weight:400;margin-bottom:5.3333333333vw;padding:0!important}.page-v2 .rich-text-container p{color:#333;padding-bottom:5.3333333333vw}.page-v2 .rich-text-container ol,.page-v2 .rich-text-container ul{padding-bottom:2.6666666667vw}.page-v2 .rich-text-container ul li{line-height:4.8vw;padding-bottom:2.6666666667vw;padding-left:7.4666666667vw}.page-v2 .rich-text-container ul li:before{left:2.9333333333vw}.page-v2 .rich-text-container ol li{padding-bottom:2.6666666667vw;padding-left:7.4666666667vw}.page-v2 .rich-text-container ol li:before{font-size:3.7333333333vw;left:1.6vw;line-height:4.8vw;top:.5333333333vw}.page-v2 .rich-text-container article{font-size:3.2vw}.page-v2 .rich-text-container img{height:auto;max-width:100%;width:100%}.page-v2 .rich-text-container .video-contariner video{height:49.6vw;width:100%}.page-v2 .rich-text-container .play__btn{display:none!important}}.page-res-v2 .rich-text-container{color:#333!important;font-size:16px;margin:0 auto!important;max-width:unset;padding-bottom:0!important;text-align:left!important;width:unset}@media screen and (min-width:1440px){.page-res-v2 .rich-text-container{width:1280px}}@media screen and (max-width:1439.9px){.page-res-v2 .rich-text-container{font-size:1.1111111111vw;padding:0 5.5555555556vw!important}}.page-res-v2 .rich-text-container h2,.page-res-v2 .rich-text-container h3{font-size:40px;font-weight:500;letter-spacing:0;line-height:normal;margin-bottom:30px;padding:0}@media screen and (max-width:1440.9px){.page-res-v2 .rich-text-container h2,.page-res-v2 .rich-text-container h3{font-size:2.7777777778vw;font-weight:500;line-height:normal;margin-bottom:2.0833333333vw;padding:0}}.page-res-v2 .rich-text-container h4{font-size:24px;font-weight:400;letter-spacing:0;line-height:32px;margin-bottom:30px;padding:0}@media screen and (max-width:1440.9px){.page-res-v2 .rich-text-container h4{font-size:1.6666666667vw;font-weight:400;line-height:2.2222222222vw;margin-bottom:2.0833333333vw;padding:0}}.page-res-v2 .rich-text-container h5{font-size:18px;margin-bottom:30px}@media screen and (max-width:1440.9px){.page-res-v2 .rich-text-container h5{font-size:1.25vw;margin-bottom:2.0833333333vw}}.page-res-v2 .rich-text-container h6{font-size:14px;font-weight:400;margin-bottom:30px;padding:0!important}@media screen and (max-width:1440.9px){.page-res-v2 .rich-text-container h6{font-size:.9722222222vw;font-weight:400;margin-bottom:2.0833333333vw;padding:0!important}}.page-res-v2 .rich-text-container p{color:#333;padding-bottom:30px}@media screen and (max-width:1440.9px){.page-res-v2 .rich-text-container p{padding-bottom:2.0833333333vw}}.page-res-v2 .rich-text-container ol,.page-res-v2 .rich-text-container ul{padding-bottom:30px}@media screen and (max-width:1440.9px){.page-res-v2 .rich-text-container ol,.page-res-v2 .rich-text-container ul{padding-bottom:2.0833333333vw}}.page-res-v2 .rich-text-container ul li{padding-bottom:20px;padding-left:50px}.page-res-v2 .rich-text-container ul li:before{left:20px}@media screen and (max-width:1440.9px){.page-res-v2 .rich-text-container ul li{padding-bottom:1.3888888889vw;padding-left:3.4722222222vw}.page-res-v2 .rich-text-container ul li:before{left:1.3888888889vw}}.page-res-v2 .rich-text-container ol li{padding-bottom:20px;padding-left:50px}.page-res-v2 .rich-text-container ol li:before{font-size:16px;left:10px;top:0}@media screen and (max-width:1440.9px){.page-res-v2 .rich-text-container ol li{padding-bottom:1.3888888889vw;padding-left:3.4722222222vw}.page-res-v2 .rich-text-container ol li:before{font-size:1.1111111111vw;left:.6944444444vw;top:0}}.page-res-v2 .rich-text-container article{font-size:24px}@media screen and (max-width:1440.9px){.page-res-v2 .rich-text-container article{font-size:1.6666666667vw}}.page-res-v2 .rich-text-container .table-container{font-size:16px}@media screen and (max-width:1440.9px){.page-res-v2 .rich-text-container .table-container{font-size:1.1111111111vw}}.page-res-v2 .rich-text-container img{height:auto;max-width:100%;width:100%}.page-res-v2 .rich-text-container .video-contariner{margin-bottom:1em;padding-bottom:0;position:relative}.page-res-v2 .rich-text-container .play__btn{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIj48ZGVmcz48ZmlsdGVyIGlkPSJhIiBmaWx0ZXJVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiIgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+PGZlR2F1c3NpYW5CbHVyIGluPSJCYWNrZ3JvdW5kSW1hZ2UiIHN0ZERldmlhdGlvbj0iNi45NDQiLz48ZmVDb21wb3NpdGUgaW4yPSJTb3VyY2VBbHBoYSIgb3BlcmF0b3I9ImluIiByZXN1bHQ9ImVmZmVjdDFfZm9yZWdyb3VuZEJsdXIiLz48ZmVCbGVuZCBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2ZvcmVncm91bmRCbHVyIiByZXN1bHQ9InNoYXBlIi8+PC9maWx0ZXI+PGZpbHRlciBpZD0iYyIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiIHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIj48ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPjxmZUJsZW5kIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPjxmZUdhdXNzaWFuQmx1ciBpbj0iQmFja2dyb3VuZEltYWdlIiBzdGREZXZpYXRpb249IjYuOTQ0Ii8+PGZlQ29tcG9zaXRlIGluMj0iU291cmNlQWxwaGEiIG9wZXJhdG9yPSJpbiIgcmVzdWx0PSJlZmZlY3QxX2ZvcmVncm91bmRCbHVyIi8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1ciIgcmVzdWx0PSJzaGFwZSIvPjwvZmlsdGVyPjxjbGlwUGF0aCBpZD0iYiI+PHJlY3Qgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgZmlsdGVyPSJ1cmwoI2EpIj48ZyBjbGlwLXBhdGg9InVybCgjYikiPjxnIGZpbHRlcj0idXJsKCNjKSI+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgZmlsbD0iI0ZGRiIgZmlsbC1vcGFjaXR5PSIuMiIgcj0iNTAiLz48L2c+PGcgZmlsbD0iI0ZGRiI+PHBhdGggZD0iTTQzLjc1IDYzLjIzMXEtLjA0LjAyMy0uMDguMDQzLS4wNC4wMi0uMDgzLjAzNy0uMDQyLjAxOC0uMDg1LjAzMi0uMDQzLjAxNS0uMDg3LjAyN3QtLjA4OC4wMnEtLjA0NS4wMS0uMDkuMDE1bC0uMDkuMDEtLjA5MS4wMDJxLS4wNDYgMC0uMDkxLS4wMDMtLjA0Ni0uMDAzLS4wOS0uMDA5LS4wNDYtLjAwNi0uMDktLjAxNS0uMDQ1LS4wMDgtLjA4OS0uMDJ0LS4wODctLjAyN3EtLjA0My0uMDE0LS4wODUtLjAzMi0uMDQyLS4wMTctLjA4My0uMDM3LS4wNC0uMDItLjA4LS4wNDMtLjA0LS4wMjMtLjA3Ny0uMDQ4LS4wMzgtLjAyNS0uMDc0LS4wNTMtLjAzNi0uMDI4LS4wNy0uMDU4LS4wMzQtLjAzLS4wNjYtLjA2Mi0uMDMzLS4wMzItLjA2My0uMDY2dC0uMDU3LS4wN3EtLjAyOC0uMDM2LS4wNTMtLjA3NC0uMDI1LS4wMzgtLjA0OC0uMDc3LS4wMjMtLjA0LS4wNDMtLjA4LS4wMi0uMDQxLS4wMzgtLjA4My0uMDE3LS4wNDItLjAzMi0uMDg1LS4wMTQtLjA0My0uMDI2LS4wODctLjAxMi0uMDQ0LS4wMi0uMDg5LS4wMS0uMDQ0LS4wMTUtLjA5bC0uMDEtLjA5LS4wMDItLjA5VjM3Ljk3MXEwLS4wNDUuMDAzLS4wOS4wMDMtLjA0Ni4wMDktLjA5MWwuMDE0LS4wOS4wMjEtLjA4OHEuMDEyLS4wNDQuMDI2LS4wODcuMDE1LS4wNDMuMDMyLS4wODUuMDE4LS4wNDIuMDM4LS4wODN0LjA0My0uMDhxLjAyMy0uMDQuMDQ4LS4wNzguMDI1LS4wMzcuMDUzLS4wNzMuMDI3LS4wMzcuMDU3LS4wNy4wMy0uMDM1LjA2My0uMDY3LjAzMi0uMDMyLjA2Ni0uMDYydC4wNy0uMDU4cS4wMzYtLjAyOC4wNzQtLjA1My4wMzgtLjAyNS4wNzctLjA0OC4wNC0uMDIzLjA4LS4wNDMuMDQxLS4wMi4wODMtLjAzNy4wNDItLjAxOC4wODUtLjAzMi4wNDMtLjAxNS4wODctLjAyNy4wNDQtLjAxMS4wODktLjAyLjA0NC0uMDA5LjA5LS4wMTUuMDQ0LS4wMDYuMDktLjAwOS4wNDUtLjAwMy4wOS0uMDAzLjA0NiAwIC4wOTEuMDAzLjA0Ni4wMDMuMDkuMDA5LjA0Ni4wMDYuMDkuMDE1bC4wOS4wMnEuMDQzLjAxMi4wODYuMDI3LjA0My4wMTQuMDg1LjAzMi4wNDIuMDE3LjA4My4wMzcuMDQuMDIuMDguMDQzbDIwLjgzMyAxMi4wMjhxLjA0LjAyMy4wNzguMDQ4bC4wNzMuMDUzcS4wMzcuMDI4LjA3LjA1OC4wMzUuMDMuMDY3LjA2MnQuMDYyLjA2NmwuMDU4LjA3cS4wMjguMDM3LjA1My4wNzQuMDI1LjAzOC4wNDguMDc4dC4wNDMuMDhxLjAyLjA0LjAzNy4wODMuMDE4LjA0Mi4wMzIuMDg1LjAxNS4wNDMuMDI3LjA4N2wuMDIuMDg4cS4wMDkuMDQ1LjAxNS4wOXQuMDA5LjA5cS4wMDMuMDQ2LjAwMy4wOTEgMCAuMDQ2LS4wMDMuMDkxdC0uMDA5LjA5cS0uMDA2LjA0NS0uMDE1LjA5dC0uMDIuMDg5cS0uMDEyLjA0NC0uMDI3LjA4Ny0uMDE0LjA0My0uMDMyLjA4NS0uMDE3LjA0Mi0uMDM3LjA4Mi0uMDIuMDQxLS4wNDMuMDgtLjAyMy4wNC0uMDQ4LjA3OHQtLjA1My4wNzRxLS4wMjguMDM2LS4wNTguMDctLjAzLjAzNC0uMDYyLjA2NnQtLjA2Ni4wNjJxLS4wMzQuMDMtLjA3LjA1OC0uMDM3LjAyOC0uMDc0LjA1My0uMDM4LjAyNS0uMDc4LjA0OEw0My43NSA2My4yMzFaIi8+PHBhdGggZD0iTTQ0Ljc5MiA2NS4wMzVxLTEuNzM2IDEuMDAzLTMuNDcyIDAtMS43MzctMS4wMDItMS43MzctMy4wMDdWMzcuOTcycTAtMi4wMDUgMS43MzctMy4wMDcgMS43MzYtMS4wMDIgMy40NzIgMGwyMC44MzMgMTIuMDI4cTEuNzM2IDEuMDAyIDEuNzM2IDMuMDA3dC0xLjczNiAzLjAwN0w0NC43OTIgNjUuMDM1Wm0tMi4wODQtMy42MDggMjAuODM0LTEyLjAyOHEtLjM0Ny4yLS4zNDcuNjAxIDAgLjQwMS4zNDcuNjAyTDQyLjcwOCAzOC41NzNxLjM0OC4yLjY5NSAwdC4zNDctLjYwMXYyNC4wNTZxMC0uNC0uMzQ3LS42MDEtLjM0Ny0uMi0uNjk1IDBaIi8+PC9nPjwvZz48L2c+PC9zdmc+);background-size:100% 100%;border-radius:50%;cursor:pointer;height:100px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100px;z-index:2}@media screen and (max-width:1440.9px){.page-res-v2 .rich-text-container .play__btn{height:6.9444444444vw;width:6.9444444444vw}}.page-res-v2 .rich-text-container video::-moz-media-controls-play-button{display:none}.page-res-v2 .rich-text-container .video-contariner video{display:inline-block;height:712px;width:100%}@media screen and (max-width:1440.9px){.page-res-v2 .rich-text-container .video-contariner video{height:49.4444444444vw;width:100%}}.page-res-v2 .rich-text-container .no-gap{margin-bottom:0!important;padding-bottom:0!important}@media screen and (max-width:767.9px){.page-res-v2 .space-240 .rich-text-container{margin:0!important;max-width:100%;width:100%}.page-res-v2 .rich-text-container{font-size:3.7333333333vw!important;max-width:100%;padding:0 5.3333333333vw!important;text-align:left;width:100%}.page-res-v2 .rich-text-container h2,.page-res-v2 .rich-text-container h3{color:#333;font-size:5.3333333333vw;font-weight:500;line-height:normal;margin-bottom:5.3333333333vw;padding:0}.page-res-v2 .rich-text-container h4{color:#333;font-size:4.8vw;font-weight:500;line-height:normal;margin-bottom:5.3333333333vw;padding:0}.page-res-v2 .rich-text-container h5{color:#333;font-size:3.7333333333vw;font-weight:500;line-height:4.8vw;margin-bottom:5.3333333333vw}.page-res-v2 .rich-text-container h6{color:#707070;font-size:3.2vw;font-weight:400;margin-bottom:5.3333333333vw;padding:0!important}.page-res-v2 .rich-text-container p{color:#333;padding-bottom:5.3333333333vw}.page-res-v2 .rich-text-container ol,.page-res-v2 .rich-text-container ul{padding-bottom:2.6666666667vw}.page-res-v2 .rich-text-container ul li{line-height:4.8vw;padding-bottom:2.6666666667vw;padding-left:7.4666666667vw}.page-res-v2 .rich-text-container ul li:before{left:2.9333333333vw}.page-res-v2 .rich-text-container ol li{padding-bottom:2.6666666667vw;padding-left:7.4666666667vw}.page-res-v2 .rich-text-container ol li:before{font-size:3.7333333333vw;left:1.6vw;line-height:4.8vw;top:.5333333333vw}.page-res-v2 .rich-text-container article{font-size:3.2vw}.page-res-v2 .rich-text-container img{height:auto;max-width:100%;width:100%}.page-res-v2 .rich-text-container .video-contariner video{height:49.6vw;width:100%}.page-res-v2 .rich-text-container .play__btn{display:none!important}.page-res-v2 .rich-text-container .table-container{font-size:3.7333333333vw}}@media screen and (max-width:1440.9px){.page-res-v2 .news-contariner .rich-text-container{padding:0!important}}.btn-contariner .nav_lang_wraper,.mdws-footer .nav_lang_wraper,.mdws-header-global .nav_lang_wraper,.xf-web-container .nav_lang_wraper{background-color:#fff;bottom:0;color:#333;font-weight:400;left:0;max-height:none!important;overflow-x:hidden;padding:84px 0 40px;right:0;top:0;z-index:9999}@media screen and (max-width:1440.9px){.btn-contariner .nav_lang_wraper,.mdws-footer .nav_lang_wraper,.mdws-header-global .nav_lang_wraper,.xf-web-container .nav_lang_wraper{padding:5.8333333333vw 0 2.7777777778vw}}@media screen and (max-width:767.9px){.btn-contariner .nav_lang_wraper,.mdws-footer .nav_lang_wraper,.mdws-header-global .nav_lang_wraper,.xf-web-container .nav_lang_wraper{box-sizing:border-box;font-weight:700;padding:18.1333333333vw 0 9.0666666667vw;top:0}}.btn-contariner .nav_lang_wraper.active,.mdws-footer .nav_lang_wraper.active,.mdws-header-global .nav_lang_wraper.active,.xf-web-container .nav_lang_wraper.active{display:inline-block}.btn-contariner .nav_lang_wraper .nav_lang_wraper_close,.mdws-footer .nav_lang_wraper .nav_lang_wraper_close,.mdws-header-global .nav_lang_wraper .nav_lang_wraper_close,.xf-web-container .nav_lang_wraper .nav_lang_wraper_close{color:#333;cursor:pointer;display:inline-block;height:24px;position:fixed;right:calc(50% - 720px);top:60px;width:24px}.btn-contariner .nav_lang_wraper .nav_lang_wraper_close:before,.mdws-footer .nav_lang_wraper .nav_lang_wraper_close:before,.mdws-header-global .nav_lang_wraper .nav_lang_wraper_close:before,.xf-web-container .nav_lang_wraper .nav_lang_wraper_close:before{background-color:currentColor;content:"";height:1px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(45deg);width:100%}.btn-contariner .nav_lang_wraper .nav_lang_wraper_close:after,.mdws-footer .nav_lang_wraper .nav_lang_wraper_close:after,.mdws-header-global .nav_lang_wraper .nav_lang_wraper_close:after,.xf-web-container .nav_lang_wraper .nav_lang_wraper_close:after{background-color:currentColor;content:"";height:1px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(-45deg);width:100%}.btn-contariner .nav_lang_wraper .nav_lang_wraper_close:hover,.mdws-footer .nav_lang_wraper .nav_lang_wraper_close:hover,.mdws-header-global .nav_lang_wraper .nav_lang_wraper_close:hover,.xf-web-container .nav_lang_wraper .nav_lang_wraper_close:hover{opacity:.6}@media screen and (max-width:1600px){.btn-contariner .nav_lang_wraper .nav_lang_wraper_close,.mdws-footer .nav_lang_wraper .nav_lang_wraper_close,.mdws-header-global .nav_lang_wraper .nav_lang_wraper_close,.xf-web-container .nav_lang_wraper .nav_lang_wraper_close{right:80px}}@media screen and (max-width:1440.9px){.btn-contariner .nav_lang_wraper .nav_lang_wraper_close,.mdws-footer .nav_lang_wraper .nav_lang_wraper_close,.mdws-header-global .nav_lang_wraper .nav_lang_wraper_close,.xf-web-container .nav_lang_wraper .nav_lang_wraper_close{height:1.6666666667vw;right:5.5555555556vw;top:4.1666666667vw;width:1.6666666667vw}}@media screen and (max-width:767.9px){.btn-contariner .nav_lang_wraper .nav_lang_wraper_close,.mdws-footer .nav_lang_wraper .nav_lang_wraper_close,.mdws-header-global .nav_lang_wraper .nav_lang_wraper_close,.xf-web-container .nav_lang_wraper .nav_lang_wraper_close{height:6.4vw;right:5.3333333333vw;top:3.2vw;width:6.4vw}}.btn-contariner .nav_lang_wraper .nav_lang_group,.mdws-footer .nav_lang_wraper .nav_lang_group,.mdws-header-global .nav_lang_wraper .nav_lang_group,.xf-web-container .nav_lang_wraper .nav_lang_group{margin:auto auto 30px;width:1440px}@media screen and (max-width:1600px){.btn-contariner .nav_lang_wraper .nav_lang_group,.mdws-footer .nav_lang_wraper .nav_lang_group,.mdws-header-global .nav_lang_wraper .nav_lang_group,.xf-web-container .nav_lang_wraper .nav_lang_group{padding-left:80px;padding-right:80px;width:unset}}@media screen and (max-width:1440.9px){.btn-contariner .nav_lang_wraper .nav_lang_group,.mdws-footer .nav_lang_wraper .nav_lang_group,.mdws-header-global .nav_lang_wraper .nav_lang_group,.xf-web-container .nav_lang_wraper .nav_lang_group{padding-left:5.5555555556vw;padding-right:5.5555555556vw}}@media screen and (max-width:767.9px){.btn-contariner .nav_lang_wraper .nav_lang_group,.mdws-footer .nav_lang_wraper .nav_lang_group,.mdws-header-global .nav_lang_wraper .nav_lang_group,.xf-web-container .nav_lang_wraper .nav_lang_group{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}@media screen and (max-width:1440.9px){.btn-contariner .nav_lang_wraper .nav_lang_group,.mdws-footer .nav_lang_wraper .nav_lang_group,.mdws-header-global .nav_lang_wraper .nav_lang_group,.xf-web-container .nav_lang_wraper .nav_lang_group{margin-bottom:2.0833333333vw}}@media screen and (max-width:767.9px){.btn-contariner .nav_lang_wraper .nav_lang_group,.mdws-footer .nav_lang_wraper .nav_lang_group,.mdws-header-global .nav_lang_wraper .nav_lang_group,.xf-web-container .nav_lang_wraper .nav_lang_group{margin-bottom:6.4vw}}.btn-contariner .nav_lang_wraper .nav_lang_group:last-child,.mdws-footer .nav_lang_wraper .nav_lang_group:last-child,.mdws-header-global .nav_lang_wraper .nav_lang_group:last-child,.xf-web-container .nav_lang_wraper .nav_lang_group:last-child{margin-bottom:0}.btn-contariner .nav_lang_wraper .nav_lang_group_tit,.mdws-footer .nav_lang_wraper .nav_lang_group_tit,.mdws-header-global .nav_lang_wraper .nav_lang_group_tit,.xf-web-container .nav_lang_wraper .nav_lang_group_tit{-webkit-line-clamp:1;-webkit-box-orient:vertical;box-sizing:border-box;color:#333;display:-webkit-box;display:inline-block!important;font-size:24px;font-weight:500;line-height:1.3;margin-bottom:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (max-width:1440.9px){.btn-contariner .nav_lang_wraper .nav_lang_group_tit,.mdws-footer .nav_lang_wraper .nav_lang_group_tit,.mdws-header-global .nav_lang_wraper .nav_lang_group_tit,.xf-web-container .nav_lang_wraper .nav_lang_group_tit{font-size:1.6666666667vw;margin-bottom:1.3888888889vw}}@media screen and (max-width:767.9px){.btn-contariner .nav_lang_wraper .nav_lang_group_tit,.mdws-footer .nav_lang_wraper .nav_lang_group_tit,.mdws-header-global .nav_lang_wraper .nav_lang_group_tit,.xf-web-container .nav_lang_wraper .nav_lang_group_tit{font-size:5.3333333333vw;margin-bottom:12px;white-space:nowrap;width:100%}}.btn-contariner .nav_lang_wraper .nav_lang_items,.mdws-footer .nav_lang_wraper .nav_lang_items,.mdws-header-global .nav_lang_wraper .nav_lang_items,.xf-web-container .nav_lang_wraper .nav_lang_items{display:flex;flex-wrap:wrap;margin:-10px -10px 20px}@media screen and (max-width:1440.9px){.btn-contariner .nav_lang_wraper .nav_lang_items,.mdws-footer .nav_lang_wraper .nav_lang_items,.mdws-header-global .nav_lang_wraper .nav_lang_items,.xf-web-container .nav_lang_wraper .nav_lang_items{margin:-.6944444444vw -.6944444444vw 1.3888888889vw}}@media screen and (max-width:767.9px){.btn-contariner .nav_lang_wraper .nav_lang_items,.mdws-footer .nav_lang_wraper .nav_lang_items,.mdws-header-global .nav_lang_wraper .nav_lang_items,.xf-web-container .nav_lang_wraper .nav_lang_items{margin:-1.6vw 0}}.btn-contariner .nav_lang_wraper .nav_lang_items:last-child,.mdws-footer .nav_lang_wraper .nav_lang_items:last-child,.mdws-header-global .nav_lang_wraper .nav_lang_items:last-child,.xf-web-container .nav_lang_wraper .nav_lang_items:last-child{margin-bottom:0}.btn-contariner .nav_lang_wraper .nav_lang_item,.mdws-footer .nav_lang_wraper .nav_lang_item,.mdws-header-global .nav_lang_wraper .nav_lang_item,.xf-web-container .nav_lang_wraper .nav_lang_item{-webkit-line-clamp:1;-webkit-box-orient:vertical;box-sizing:border-box;color:#333;display:-webkit-box;display:inline-block!important;font-size:16px;font-weight:400;line-height:1.5!important;margin:10px!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:330px}@media screen and (max-width:1440.9px){.btn-contariner .nav_lang_wraper .nav_lang_item,.mdws-footer .nav_lang_wraper .nav_lang_item,.mdws-header-global .nav_lang_wraper .nav_lang_item,.xf-web-container .nav_lang_wraper .nav_lang_item{font-size:1.1111111111vw;margin:.6944444444vw!important;width:calc(25% - 1.38889vw)}}@media screen and (max-width:767.9px){.btn-contariner .nav_lang_wraper .nav_lang_item,.mdws-footer .nav_lang_wraper .nav_lang_item,.mdws-header-global .nav_lang_wraper .nav_lang_item,.xf-web-container .nav_lang_wraper .nav_lang_item{flex-basis:100%;font-size:3.7333333333vw;margin:1.6vw 0!important}}.btn-contariner .nav_lang_wraper .nav_lang_item:hover,.mdws-footer .nav_lang_wraper .nav_lang_item:hover,.mdws-header-global .nav_lang_wraper .nav_lang_item:hover,.xf-web-container .nav_lang_wraper .nav_lang_item:hover{font-weight:700}.btn-contariner .nav_lang_wraper .nav_lang_item_img,.mdws-footer .nav_lang_wraper .nav_lang_item_img,.mdws-header-global .nav_lang_wraper .nav_lang_item_img,.xf-web-container .nav_lang_wraper .nav_lang_item_img{height:1.40625vw;margin-right:.78125vw;vertical-align:middle;width:auto}@media screen and (max-width:767.9px){.btn-contariner .nav_lang_wraper .nav_lang_item_img,.mdws-footer .nav_lang_wraper .nav_lang_item_img,.mdws-header-global .nav_lang_wraper .nav_lang_item_img,.xf-web-container .nav_lang_wraper .nav_lang_item_img{height:4.8vw;margin-right:4vw;max-width:7.2vw}}.btn-contariner .mdws-footer-country-box .nav_lang_wraper,.mdws-footer .mdws-footer-country-box .nav_lang_wraper,.mdws-header-global .mdws-footer-country-box .nav_lang_wraper,.mdws-header-global .nav_lang_wraper,.xf-web-container .mdws-footer-country-box .nav_lang_wraper{display:none;position:fixed!important}.mdws-header-global .nav_lang_wraper{z-index:1e+22}.nav_lang_wraper .nav_lang_item_img{display:inline-block!important}.mdws-sliding-interaction-v1{display:none}@media screen and (max-width:767.9px){.mdws-sliding-interaction-v1{display:block;padding:5.3333333333vw;width:100%}.mdws-sliding-interaction-v1__title{color:#333;font-size:4.8vw;font-weight:500;text-align:center}.mdws-sliding-interaction-v1__icon{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAABF0lEQVR4nO2WPYoCQRBGHwZGhgYiyx5gIxEDkTrAxkYbGy8GBl7Za0hDDRiITHdX1/RAPZis+/teMT0/EARBEARB4M4G+GqQu9Xs5iT5u3HZRjPTEC78ADdgbZC11qyU6coeuAKrioyVZqSsSTgB/8CyYO9S96aMSfkFLplDpLUX3dsFZ+APWIxYu9C1ZzoiRypnWFfGHIuS4+bKpwez5oF35d2r0eKV68rrx8nyo1fEDjhW/B6U/nYctLuaJP8ApGDvt165iHamIUyQiiG66RKHIaR1R8sC8brLLYrE8YiaF4q3vGWxTCVvISBTy9eIdCNfItSdfI5Yt/JjBLuX/yQ6G/l3wrOTHxjEZyk/MNyBIAiCIMCaJ/6fOoN7f+f/AAAAAElFTkSuQmCC) no-repeat;background-position:50%;background-size:contain;cursor:pointer;display:block;height:6.4vw;margin:1.6vw auto 0;width:6.4vw}}.media_panel-container .md-container{display:block!important;margin:0 auto;padding:0 5.2083333333vw;width:100%}@media screen and (max-width:767.9px){.media_panel-container .md-container{padding:0 4vw}}.media_panel{background-color:#1f94d2;padding-bottom:6.25vw!important;padding-top:6.25vw!important}@media screen and (max-width:767.9px){.media_panel{padding-bottom:16vw;padding-top:16vw}}.media_panel_title{word-wrap:break-word;font-size:2.5vw;font-weight:700;line-height:2.65625vw;margin-bottom:6.25vw}@media screen and (max-width:767.9px){.media_panel_title{font-size:8.5333333333vw;line-height:9.0666666667vw;margin-bottom:10.6666666667vw}}.media_panel_container{display:flex}@media screen and (max-width:767.9px){.media_panel_container{flex-direction:column}}.media_panel_column{width:25%}@media screen and (max-width:767.9px){.media_panel_column{width:100%}}.media_panel_row{margin-bottom:1.5625vw}.media_panel_row_square{height:20.8333333333vw;width:20.8333333333vw}.media_panel_row_rectangle{height:43.2291666667vw;width:20.8333333333vw}.media_panel_row_rectangle .media_item.instagram iframe{margin:0!important;max-width:none!important}@media screen and (min-width:1024px){.media_panel_row_rectangle .media_item.instagram iframe{height:calc(43.22917vw + 74px)!important;min-width:36.4583333333vw!important;transform:translate(-7.03125vw,-74px)!important}}@media screen and (max-width:767.9px){.media_panel_row_rectangle .media_item.instagram iframe{height:calc(152vw + 56px)!important;min-width:133.3333333333vw!important;transform:translate(-20.8vw,-56px)!important}.media_panel_row{margin-bottom:0}.media_panel_row_rectangle,.media_panel_row_square{margin-bottom:8vw}.media_panel_row_square{height:92vw;width:92vw}.media_panel_row_rectangle{height:152vw;width:92vw}}.background-color-none{background-color:transparent!important}.page-v2 .media_panel-container .md-container{padding:0 4.1666666667vw}@media screen and (max-width:767.9px){.page-v2 .media_panel-container .md-container{padding:0 4vw}}.page-v2 .media_panel{padding-bottom:0!important;padding-top:0!important}@media screen and (max-width:767.9px){.page-v2 .media_panel{padding-bottom:16vw;padding-top:16vw}}.page-res-v2 .media_panel-container{background-color:#a2c3e5}.page-res-v2 .media_panel-container .md-container{display:block!important;margin:auto;width:1440px}@media screen and (max-width:1600px){.page-res-v2 .media_panel-container .md-container{padding-left:80px;padding-right:80px;width:unset}}@media screen and (max-width:1440.9px){.page-res-v2 .media_panel-container .md-container{padding-left:5.5555555556vw;padding-right:5.5555555556vw}}@media screen and (max-width:767.9px){.page-res-v2 .media_panel-container .md-container{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}@media screen and (min-width:1920px){.page-res-v2 .media_panel-container .md-container{padding-left:0!important;padding-right:0!important;width:1440px!important}}.page-res-v2 .media_panel{background-color:#a2c3e5;padding-bottom:60px!important;padding-top:60px!important}@media screen and (max-width:1440.9px){.page-res-v2 .media_panel{padding-bottom:4.1666666667vw!important;padding-top:4.1666666667vw!important}}@media screen and (max-width:767.9px){.page-res-v2 .media_panel{padding-bottom:16vw;padding-top:16vw}}.page-res-v2 .media_panel_title{word-wrap:break-word;font-size:48px;font-weight:700;line-height:51px;margin-bottom:120px}@media screen and (max-width:1440.9px){.page-res-v2 .media_panel_title{font-size:3.3333333333vw;line-height:3.5416666667vw;margin-bottom:8.3333333333vw}}@media screen and (max-width:767.9px){.page-res-v2 .media_panel_title{font-size:8.5333333333vw;line-height:9.0666666667vw;margin-bottom:10.6666666667vw}}.page-res-v2 .media_panel_container{display:flex;gap:20px}@media screen and (max-width:1440.9px){.page-res-v2 .media_panel_container{gap:1.3888888889vw}}@media screen and (max-width:767.9px){.page-res-v2 .media_panel_container{flex-direction:column;gap:0}}.page-res-v2 .media_panel_column{flex:1;width:calc(25% - 15px)}@media screen and (max-width:1440.9px){.page-res-v2 .media_panel_column{width:calc(25% - 1.04167vw)}}@media screen and (max-width:767.9px){.page-res-v2 .media_panel_column{width:100%}}.page-res-v2 .media_panel_row{margin-bottom:20px}@media screen and (max-width:1440.9px){.page-res-v2 .media_panel_row{margin-bottom:1.3888888889vw}}.page-res-v2 .media_panel_row_square{height:345px;width:100%}@media screen and (max-width:767.9px){.page-res-v2 .media_panel_row_square{width:100%!important}}.page-res-v2 .media_panel_row_square .media_item.facebook iframe{height:500px!important;margin:0!important;max-width:none!important;transform:translate(-26px,-26px)!important;width:400px!important}@media screen and (max-width:1440px){.page-res-v2 .media_panel_row_square .media_item.facebook iframe{height:34.7222222222vw!important;transform:translate(-3.1944444444vw,-3.1944444444vw)!important;width:27.7777777778vw!important}}@media screen and (max-width:767.9px){.page-res-v2 .media_panel_row_square .media_item.facebook iframe{height:174.9333333333vw!important;transform:translate(-20.8vw,-21.3333333333vw)!important;width:133.3333333333vw!important}}@media screen and (max-width:1440.9px){.page-res-v2 .media_panel_row_square{height:21.1805555556vw}}.page-res-v2 .media_panel_row_rectangle{height:710px;width:100%}@media screen and (max-width:1440.9px){.page-res-v2 .media_panel_row_rectangle{height:43.75vw}}@media screen and (max-width:767.9px){.page-res-v2 .media_panel_row_rectangle{width:100%!important}}.page-res-v2 .media_panel_row_rectangle .media_item.instagram iframe{height:900px!important;margin:0!important;max-width:none!important;min-width:inherit!important;transform:translate(-190px,-132px)!important;width:700px!important}@media screen and (max-width:1440px){.page-res-v2 .media_panel_row_rectangle .media_item.instagram iframe{height:62.5vw!important;transform:translate(-14.3055555556vw,-9.8611111111vw)!important;width:48.6111111111vw!important}}@media screen and (max-width:767.9px){.page-res-v2 .media_panel_row_rectangle .media_item.instagram iframe{height:173.3333333333vw!important;transform:translate(-20.8vw,-14.9333333333vw)!important;width:133.3333333333vw!important}.page-res-v2 .media_panel_row{margin-bottom:0}.page-res-v2 .media_panel_row_rectangle,.page-res-v2 .media_panel_row_square{margin-bottom:8vw}.page-res-v2 .media_panel_row_square{height:92vw;width:92vw}.page-res-v2 .media_panel_row_rectangle{height:152vw;width:92vw}}.page-res-v2 .background-color-none{background-color:transparent!important}.page-res-v2 .page-v2 .media_panel-container .md-container{padding:0 4.1666666667vw}@media screen and (max-width:767.9px){.page-res-v2 .page-v2 .media_panel-container .md-container{padding:0 4vw}}.page-res-v2 .page-v2 .media_panel{padding-bottom:0!important;padding-top:0!important}@media screen and (max-width:767.9px){.page-res-v2 .page-v2 .media_panel{padding-bottom:16vw;padding-top:16vw}}.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;border-color:#a2c3e5;color:#a2c3e5!important}}.mcfc .my-product-Specifications-title,.mcfc .section-title{color:#152c5b;font-size:2.5vw;padding:0}@media screen and (max-width:767.9px){.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:767.9px){.mcfc .teaser_info{display:block;margin-top:0;padding:8vw 0 0!important}.mcfc .teaser_info.com-bg-color-blue{padding:8vw!important}}.mcfc .teaser_info_title{word-wrap:break-word;color:#152c5b;font-size:2.5vw;line-height:2.65625vw}@media screen and (max-width:767.9px){.mcfc .teaser_info_title{font-size:8.5333333333vw;line-height:9.0666666667vw}}.mcfc .teaser_info_desc{color:#333;font-size:1.40625vw;line-height:2.03125vw;margin-top:3.125vw}@media screen and (max-width:767.9px){.mcfc .teaser_info_desc{font-size:4.8vw;line-height:6.9333333333vw;margin-top:10.6666666667vw}}.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:767.9px){.mcfc .teaser_info_operate .btn{font-size:4.8vw}.mcfc .teaser_info_operate{margin-top:5.3333333333vw}}.mcfc .media_panel{background-color:#a2c3e5}.mdws-star-product-v1__wrap{display:flex;flex-wrap:wrap;gap:20px;margin:auto;width:1440px}@media screen and (max-width:1600px){.mdws-star-product-v1__wrap{padding-left:80px;padding-right:80px;width:unset}}@media screen and (max-width:1440.9px){.mdws-star-product-v1__wrap{padding-left:5.5555555556vw;padding-right:5.5555555556vw}}@media screen and (max-width:767.9px){.mdws-star-product-v1__wrap{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}@media screen and (max-width:1600px){.mdws-star-product-v1__wrap{gap:16px}}@media screen and (max-width:1440.9px){.mdws-star-product-v1__wrap{gap:1.3888888889vw calc(50% - 43.22917vw)}}.mdws-star-product-v1__item{border-radius:8px;border-top-left-radius:8px;border-top-right-radius:8px;cursor:pointer;height:467px;position:relative;width:466px}@media screen and (max-width:1600px){.mdws-star-product-v1__item{height:28.8888888889vw;width:calc(33.33333% - 10.66667px)}}@media screen and (max-width:1440.9px){.mdws-star-product-v1__item{height:28.8888888889vw;width:28.8194444444vw}}.mdws-star-product-v1__item:hover .mdws-star-product-v1__msg{color:#1f94d2}.mdws-star-product-v1__image{border-radius:8px;border-top-left-radius:8px;border-top-right-radius:8px;height:100%;object-fit:cover;width:100%}@media screen and (max-width:1440.9px){.mdws-star-product-v1__image{border-radius:.5555555556vw;border-top-left-radius:.5555555556vw;border-top-right-radius:.5555555556vw}}.mdws-star-product-v1__msg{color:#333;left:0;position:absolute;top:40px;width:100%}@media screen and (min-width:1600px){.mdws-star-product-v1__msg{top:40px}}@media screen and (max-width:1600px){.mdws-star-product-v1__msg{top:35px}}@media screen and (max-width:1440.9px){.mdws-star-product-v1__msg{top:2.4305555556vw}}.mdws-star-product-v1__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:24px;font-weight:500;line-height:32px;margin-bottom:10px;overflow:hidden;text-align:center;text-overflow:ellipsis;width:100%}@media screen and (min-width:1600px){.mdws-star-product-v1__title{margin-bottom:9px}}@media screen and (max-width:1600px){.mdws-star-product-v1__title{margin-bottom:6px}}@media screen and (max-width:1440.9px){.mdws-star-product-v1__title{font-size:1.6666666667vw;line-height:2.2222222222vw;margin-bottom:.4166666667vw}}.mdws-star-product-v1__desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:16px;overflow:hidden;text-align:center;text-overflow:ellipsis;width:100%}@media screen and (max-width:1440.9px){.mdws-star-product-v1__desc{font-size:1.1111111111vw}}@media screen and (max-width:767.9px){.mdws-star-product-v1__wrap{flex-direction:column;flex-wrap:unset;gap:2.6666666667vw 0;height:auto;padding:0;width:100%}.mdws-star-product-v1__name{color:#333;font-size:4.8vw;font-weight:500;padding:5.3333333333vw;text-align:center;width:100%}.mdws-star-product-v1__name i{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB4PSIyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiByeD0iMCIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIHRyYW5zZm9ybT0icm90YXRlKDkwIDI0IDApIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0zMC4xODQgMTYuODMxIDM1LjUgMjIuNjNsNS4zMTUtNS43OTlxLjAzNi0uMDM5LjA4NC0uMDYuMDQ4LS4wMjEuMTAxLS4wMjEuMDUgMCAuMDk2LjAxOS4wNDYuMDIuMDguMDU0LjAzNi4wMzUuMDU1LjA4MS4wMTkuMDQ2LjAxOS4wOTYgMCAuMDk3LS4wNjYuMTY5TDM1LjUgMjMuMzdsLTUuNjg0LTYuMjAxcS0uMDY2LS4wNzItLjA2Ni0uMTY5IDAtLjA1LjAxOS0uMDk2LjAyLS4wNDYuMDU0LS4wOC4wMzUtLjAzNi4wODEtLjA1NS4wNDYtLjAxOS4wOTYtLjAxOS4wNTMgMCAuMS4wMjEuMDQ5LjAyMS4wODQuMDZaIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMwMDAiIHRyYW5zZm9ybT0icm90YXRlKC05MCAzMCAxNykiIHN0eWxlPSJvcGFjaXR5Oi41Ii8+PHBhdGggZD0ibTM1LjgyMyAxOC44MjMgNy4zMjMtNy4zMjMtNy4zMjMtNy4zMjNRMzUuNzUgNC4xMDQgMzUuNzUgNHEwLS4wNS4wMTktLjA5Ni4wMi0uMDQ2LjA1NC0uMDguMDM1LS4wMzYuMDgxLS4wNTUuMDQ2LS4wMTkuMDk2LS4wMTkuMTA0IDAgLjE3Ny4wNzNsNy42NzcgNy42NzctNy42NzcgNy42NzdxLS4wNzMuMDczLS4xNzcuMDczLS4wNSAwLS4wOTYtLjAxOS0uMDQ2LS4wMi0uMDgtLjA1NC0uMDM2LS4wMzUtLjA1NS0uMDgxLS4wMTktLjA0Ni0uMDE5LS4wOTYgMC0uMTA0LjA3My0uMTc3WiIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjMDAwIi8+PC9nPjwvc3ZnPg==);display:block;height:6.4vw;margin:1.6vw auto 0;width:6.4vw}.mdws-star-product-v1__item{border-radius:unset;height:99.7333333333vw;width:100%}.mdws-star-product-v1__image{border-radius:unset;object-fit:cover}.mdws-star-product-v1__msg{left:5.3333333333vw;top:8vw;width:89.3333333333vw}.mdws-star-product-v1__title{font-size:4.8vw;font-weight:500;line-height:normal;margin-bottom:2.6666666667vw;width:89.3333333333vw}.mdws-star-product-v1__desc{font-size:3.7333333333vw;line-height:4.8vw;width:89.3333333333vw}}.store-v2{padding-bottom:3.125vw;padding-left:5.2083333333vw;padding-right:5.2083333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2{padding-bottom:16vw;padding-left:4vw;padding-right:4vw}}.store-v2-title{display:none}.store-v2__wrapper-head{align-items:flex-end;display:flex;margin-bottom:2.0833333333vw;position:relative}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-head{display:block;margin-bottom:10.6666666667vw;padding:0 5.3333333333vw}}.store-v2__wrapper .store-v2__filter-title,.store-v2__wrapper .store-v2__wrapper-search__title{color:#858585;display:inline-block;font-size:1.25vw;margin-bottom:.5208333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper .store-v2__filter-title,.store-v2__wrapper .store-v2__wrapper-search__title{font-size:4.2666666667vw;margin-bottom:2.6666666667vw}}.store-v2__wrapper-search{align-items:end;display:flex;width:100%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-search{align-items:start;flex-direction:column}}.store-v2__wrapper-search__addr{flex:3}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-search__addr{margin-bottom:5.3333333333vw;width:100%}.store-v2__wrapper-search__title{font-size:4.2666666667vw}}.store-v2__wrapper-search__wrapper{margin-right:1.0416666667vw}.store-v2__wrapper-search__icon{display:none}.store-v2__wrapper-search__input{border:1px solid #d6d6d6;border-radius:1.71875vw!important;box-sizing:border-box;height:2.8645833333vw;outline:none;padding:0 1.3020833333vw;width:100%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-search__input{border-radius:6.6666666667vw!important;height:10.6666666667vw;padding:0 5.3333333333vw}}.store-v2__wrapper-search__position{color:#1f94d2;cursor:pointer;display:flex;flex:1;flex-direction:column;font-size:1.0416666667vw;height:2.8645833333vw;justify-content:center;line-height:1;margin-right:1.0416666667vw;position:relative}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-search__position{font-size:3.7333333333vw;height:auto;margin-bottom:5.3333333333vw;width:100%}}.store-v2__wrapper-search__position span:before{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%;content:"";display:inline-block;flex-shrink:0;height:.9375vw;margin-right:.5208333333vw;position:relative;width:.7291666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-search__position span:before{height:3.7333333333vw;margin-right:2.6666666667vw;width:2.6666666667vw}}.store-v2__wrapper-search__position .out{font-size:.9375vw;position:absolute;top:2.7083333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-search__position .out{font-size:3.7333333333vw;top:4.8vw}}.store-v2__wrapper-search__nores{display:none!important}.store-v2__wrapper-search__btn{flex:1}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-search__btn{width:100%}}.store-v2__wrapper-search__btn .btn{background-color:#1f94d2;background:linear-gradient(90deg,#2b85c3,#37a6f3);color:#fff!important;color:#fff;height:2.8645833333vw;line-height:2.8645833333vw;transition:all .3s;transition:none;width:100%}.store-v2__wrapper-search__btn .btn:hover{background:#79bfe4;background:#0083de}.store-v2__wrapper-search__btn .btn:active{background:#077dce}.store-v2__wrapper-search__btn .btn.mdws-btn--disabled,.store-v2__wrapper-search__btn .btn.mdws-btn--disabled:hover,.store-v2__wrapper-search__btn .btn[disabled],.store-v2__wrapper-search__btn .btn[disabled]:hover{background:#d6d6d6!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-search__btn .btn{height:10.6666666667vw;line-height:10.6666666667vw}}.store-v2__wrapper-content{box-shadow:0 0 10px 1px rgba(0,0,0,.1);display:flex;height:28.6458333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-content{flex-direction:column-reverse;height:auto}}.store-v2__wrapper-empty,.store-v2__wrapper-res{background:#fff;height:100%;overflow-y:auto;width:25vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-empty,.store-v2__wrapper-res{width:100%}}.store-v2__wrapper-empty{display:none}.store-v2__wrapper-empty-text{font-size:1.25vw;margin:1.0416666667vw 0;text-align:center}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-list{padding-right:0;width:100%}}.store-v2__wrapper-list__item{background-color:#fff;box-sizing:border-box;cursor:pointer;margin-bottom:.9375vw;min-height:7.2916666667vw;padding:1.0416666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-list__item{margin-bottom:4.8vw;min-height:37.3333333333vw;padding:5.3333333333vw}}.store-v2__wrapper-list__item a{color:#1f94d2}.store-v2__wrapper-list__item.active{background-color:#1f94d2;color:#fff}.store-v2__wrapper-list__item.active .store-v2__wrapper-list__name,.store-v2__wrapper-list__item.active a{color:#fff}.store-v2__wrapper-list__item>div{font-size:.9375vw;margin-bottom:.5208333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-list__item>div{font-size:3.7333333333vw;margin-bottom:2.6666666667vw}}.store-v2__wrapper-list__name{color:#1f94d2;display:block;font-weight:700;line-height:1.5;margin-bottom:1.0416666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-list__name{margin-bottom:5.3333333333vw}}.store-v2__wrapper-list__title{display:none}.store-v2__wrapper-pagination .wsc-pagination__container{justify-content:center}.store-v2__wrapper-pagination .wsc-pagination__item,.store-v2__wrapper-pagination .wsc-pagination__next,.store-v2__wrapper-pagination .wsc-pagination__prev{background:#fff;border:1px solid #858585;color:#79bfe4;font-size:1.0416666667vw;height:1.6666666667vw;line-height:1.6666666667vw;margin:0 .2604166667vw .2604166667vw;min-width:auto;padding:0;text-align:center;text-decoration:none;width:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-pagination .wsc-pagination__item,.store-v2__wrapper-pagination .wsc-pagination__next,.store-v2__wrapper-pagination .wsc-pagination__prev{font-size:3.7333333333vw;height:8.5333333333vw;line-height:8.5333333333vw;margin:0 1.3333333333vw 1.3333333333vw;width:8.5333333333vw}}.store-v2__wrapper-pagination .wsc-pagination__item--actived,.store-v2__wrapper-pagination .wsc-pagination__item:hover{background:#1f94d2;border:1px solid #1f94d2;color:#fff}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-pagination{padding-bottom:8vw}}.store-v2__wrapper-msg{font-size:1.25vw;margin:1.0416666667vw 0;text-align:center}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-msg{font-size:4.2666666667vw;margin:5.3333333333vw 0}}.store-v2__wrapper-map{height:100%;width:calc(100% - 15.625vw)}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-map{height:80vw;width:100%}}.store-v2__wrapper-map__window a{color:#1f94d2;cursor:pointer;display:block;font-weight:700;margin-top:5px;text-decoration:underline}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__filter-title{font-size:4.2666666667vw}}.store-v2__filter-list{display:flex;min-width:16.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__filter-list{flex-direction:column;min-width:unset}}.store-v2__filter-item{flex:1;margin-right:1.0416666667vw;width:10.4166666667vw}.store-v2__filter-item select{appearance:none;-moz-appearance:none;-webkit-appearance:none;border:1px solid #d6d6d6;border-radius:1.71875vw!important;box-sizing:border-box;color:#858585;font-size:.9375vw;height:2.8645833333vw;outline:none;padding:0 1.3020833333vw;width:10.4166666667vw}.store-v2__filter-item select::-ms-expand{display:none}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__filter-item select{border-radius:6.6666666667vw!important;font-size:.8333333333vw;height:10.6666666667vw;padding:0 8vw;width:100%}.store-v2__filter-item{margin:0 0 2.6666666667vw;width:100%}}.store-v2__filter .jcf-select{align-items:center;display:flex;height:2.8645833333vw;padding:.5208333333vw 1.8229166667vw .5208333333vw 1.3020833333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__filter .jcf-select{height:10.6666666667vw;padding:1.6vw 9.3333333333vw 1.6vw 6.6666666667vw}}.store-v2__filter .jcf-select-opener{transform:translateY(-50%)}.store-v2__filter .jcf-select-text{font-size:.9375vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__filter .jcf-select-text{font-size:4.2666666667vw}}.mdws-support-list-box{padding:3.125vw 12.5vw}@media screen and (max-width:767.9px){.mdws-support-list-box{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}.mdws-support-list-box ul{display:flex;flex-wrap:wrap;justify-content:left;margin-bottom:-3.125vw}.mdws-support-list-box ul li{align-items:center;border-right:1px solid #d6d6d6;box-sizing:border-box;display:flex;flex-direction:column;font-size:1.25vw;font-weight:500;margin-bottom:3.125vw;padding:0 2.0833333333vw;text-align:center;width:33.333333333%}.mdws-support-list-box ul li .title{display:none}.mdws-support-list-box ul li .img-text-box{align-items:center;display:flex;flex-direction:column;width:100%}.mdws-support-list-box ul li .img-box{align-items:center;display:flex;height:3.5416666667vw;justify-content:center;margin-top:0;width:3.5416666667vw}.mdws-support-list-box ul li img{max-height:3.5416666667vw;max-width:100%;object-fit:contain}.mdws-support-list-box ul li .text-box{align-items:center;display:flex;flex-direction:column;width:100%}.mdws-support-list-box ul li .text-box .desc-btn-box{text-align:center}.mdws-support-list-box ul li .text-box .title{word-wrap:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:1.0416666667vw;font-weight:500;height:2.5vw;line-height:normal;line-height:1.25vw;margin-top:1.5625vw;overflow:hidden;text-overflow:ellipsis;width:100%}.mdws-support-list-box ul li .text-box .desc{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;font-size:.9375vw;font-weight:400;height:3.4375vw;line-height:normal;margin-top:.5208333333vw;overflow:hidden;text-align:center;text-overflow:ellipsis}.mdws-support-list-box ul li .text-box .mdws-btn{background-color:#fff;border:1px solid #c2c2c2;color:#333;font-size:1.0416666667vw;font-weight:500;line-height:normal;margin-top:1.5625vw;min-width:7.2916666667vw;padding:.625vw 1.4583333333vw}.mdws-support-list-box ul li .text-box .mdws-btn:hover{border-color:#0083de!important;color:#0083de!important;cursor:pointer!important}.mdws-support-list-box ul li .text-box .mdws-btn:active{border-color:#077dce!important;color:#077dce!important}.mdws-support-list-box ul li .text-box .mdws-btn.mdws-btn--disabled,.mdws-support-list-box ul li .text-box .mdws-btn[disabled]{border-color:#d6d6d6!important;color:#d6d6d6!important}.mdws-support-list-box ul li:last-child{border-right:none}.mdws-support-col-1{padding-left:37.5vw;padding-right:37.5vw}.mdws-support-col-1 ul li{border:none;width:100%}@media screen and (max-width:767.9px){.mdws-support-col-1 ul li{border:1px solid #d6d6d6}}.mdws-support-col-2{padding-left:25vw;padding-right:25vw}.mdws-support-col-2 ul li{width:50%}.mdws-support-col-2 ul li:nth-child(2n){border:none}@media screen and (max-width:767.9px){.mdws-support-col-2 ul li:nth-child(2n){border:1px solid #d6d6d6}}.mdws-support-col-3{padding-left:12.5vw;padding-right:12.5vw}.mdws-support-col-3 ul li{width:33.333333333%}.mdws-support-col-3 ul li:nth-child(3n){border:none}@media screen and (max-width:767.9px){.mdws-support-col-3 ul li:nth-child(3n){border:1px solid #d6d6d6}}.mdws-support-col-4{padding-left:12.5vw;padding-right:12.5vw}.mdws-support-col-4 ul li{width:25%}.mdws-support-col-4 ul li:nth-child(4n){border:none}@media screen and (max-width:767.9px){.mdws-support-col-4 ul li:nth-child(4n){border:1px solid #d6d6d6}}.mdws-support-col-5{padding-left:12.5vw;padding-right:12.5vw}.mdws-support-col-5 ul li{width:20%}.mdws-support-col-5 ul li:nth-child(5n){border:none}@media screen and (max-width:767.9px){.mdws-support-col-5 ul li:nth-child(5n){border:1px solid #d6d6d6}}.mdws-support-list-box-style2{margin:auto;padding:0;width:1140px}@media screen and (max-width:1440.9px){.mdws-support-list-box-style2{width:79.1666666667vw}}.mdws-support-list-box-style2 ul{margin:-30px -60px}@media screen and (max-width:1440.9px){.mdws-support-list-box-style2 ul{margin:-2.0833333333vw -4.1666666667vw}}.mdws-support-list-box-style2 ul li{border:none;margin:30px 60px;padding:0;width:300px}@media screen and (max-width:1440.9px){.mdws-support-list-box-style2 ul li{margin:2.0833333333vw 4.1666666667vw;width:20.8333333333vw}}.mdws-support-list-box-style2 ul li .title{display:none}.mdws-support-list-box-style2 ul li .img-box{box-sizing:content-box;height:80px;margin:0;padding:20px 0;width:80px}@media screen and (max-width:1440.9px){.mdws-support-list-box-style2 ul li .img-box{height:5.5555555556vw;padding:1.3888888889vw 0;width:5.5555555556vw}}.mdws-support-list-box-style2 ul li .img-box img{max-height:100%;max-width:100%;object-fit:contain}.mdws-support-list-box-style2 ul li .text-box .desc-btn-box{display:flex;flex-direction:column;text-align:center}.mdws-support-list-box-style2 ul li .text-box .title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:inline-block;display:-webkit-box;font-size:24px;font-weight:500;height:64px;line-height:32px;margin-top:0;overflow:hidden;text-overflow:ellipsis;word-break:break-word}@media screen and (max-width:1440.9px){.mdws-support-list-box-style2 ul li .text-box .title{font-size:1.6666666667vw;height:4.4444444444vw;line-height:2.2222222222vw}}.mdws-support-list-box-style2 ul li .text-box .desc{color:#707070;font-size:16px;font-weight:400;height:72px;line-height:24px;margin-top:20px}@media screen and (max-width:1440.9px){.mdws-support-list-box-style2 ul li .text-box .desc{font-size:1.1111111111vw;height:5vw;line-height:1.6666666667vw;margin-top:1.3888888889vw}}.mdws-support-list-box-style2 ul li .text-box .mdws-btn{margin-top:20px}@media screen and (max-width:1440.9px){.mdws-support-list-box-style2 ul li .text-box .mdws-btn{margin-top:1.3888888889vw}}.mdws-support-list-box-style2 ul li .text-box .mdws-btn{border:none;color:#1f94d2;font-size:18px;font-weight:400;line-height:normal;padding:0;position:relative;text-align:center}@media screen and (max-width:1440.9px){.mdws-support-list-box-style2 ul li .text-box .mdws-btn{font-size:1.25vw}}.mdws-support-list-box-style2 ul li .text-box .mdws-btn:hover{text-decoration:underline}.mdws-support-list-box-style2 ul li .text-box .mdws-btn:active{color:#077dce}.mdws-support-list-box-style2 ul li .text-box .mdws-btn:active:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB5PSIxNiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiByeD0iMCIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDAgMzIpIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik01LjUwMiAxOC4zOTZhLjY1Ny42NTcgMCAwIDAtLjA1Ljg3MWwuMDUuMDU4IDQuNjQgNC42NDEtNC42NCA0LjY0MmEuNjU3LjY1NyAwIDAgMC0uMDUuODcxbC4wNS4wNTdhLjY1Ni42NTYgMCAwIDAgLjg3LjA1MWwuMDU4LS4wNSA1LjEwMy01LjEwN2EuNjU3LjY1NyAwIDAgMCAuMDUtLjg3bC0uMDUtLjA1OC01LjEwMy01LjEwNmEuNjU2LjY1NiAwIDAgMC0uOTI4IDBaIiBmaWxsPSIjMDc3RENFIi8+PC9nPjwvc3ZnPg==)}.mdws-support-list-box-style2 ul li .text-box .mdws-btn:after{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB5PSIxNiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiByeD0iMCIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDAgMzIpIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik01LjUwMiAxOC4zOTZhLjY1Ny42NTcgMCAwIDAtLjA1Ljg3MWwuMDUuMDU4IDQuNjQgNC42NDEtNC42NCA0LjY0MmEuNjU3LjY1NyAwIDAgMC0uMDUuODcxbC4wNS4wNTdhLjY1Ni42NTYgMCAwIDAgLjg3LjA1MWwuMDU4LS4wNSA1LjEwMy01LjEwN2EuNjU3LjY1NyAwIDAgMCAuMDUtLjg3bC0uMDUtLjA1OC01LjEwMy01LjEwNmEuNjU2LjY1NiAwIDAgMC0uOTI4IDBaIiBmaWxsPSIjMUY5NEQyIi8+PC9nPjwvc3ZnPg==) no-repeat;background-position:50%;content:"";display:inline-block;height:14px;margin-left:4px;vertical-align:middle;width:14px}@media screen and (max-width:1440.9px){.mdws-support-list-box-style2 ul li .text-box .mdws-btn:after{height:.9722222222vw;margin-left:.2777777778vw;width:.9722222222vw}}.mdws-support-list-box-style2.mdws-support-col-2{width:840px}.mdws-support-list-box-style2.mdws-support-col-2 ul{margin:-30px -120px}.mdws-support-list-box-style2.mdws-support-col-2 ul li{margin:30px 120px}@media screen and (max-width:1440.9px){.mdws-support-list-box-style2.mdws-support-col-2{width:58.3333333333vw}.mdws-support-list-box-style2.mdws-support-col-2 ul{margin:-2.0833333333vw -8.3333333333vw}.mdws-support-list-box-style2.mdws-support-col-2 ul li{margin:2.0833333333vw 8.3333333333vw}}.mdws-support-list-box-style2.mdws-support-col-4{width:1440px}.mdws-support-list-box-style2.mdws-support-col-4 ul{margin:-30px -40px}.mdws-support-list-box-style2.mdws-support-col-4 ul li{margin:30px 40px}@media screen and (max-width:1600px){.mdws-support-list-box-style2.mdws-support-col-4{padding:0 80px;width:auto}.mdws-support-list-box-style2.mdws-support-col-4 ul li{width:calc(25% - 80px)}}@media screen and (max-width:1440.9px){.mdws-support-list-box-style2.mdws-support-col-4{padding:0 5.5555555556vw}.mdws-support-list-box-style2.mdws-support-col-4 ul{margin:-2.0833333333vw -2.7777777778vw}.mdws-support-list-box-style2.mdws-support-col-4 ul li{margin:2.0833333333vw 2.7777777778vw;width:calc(25% - 5.55556vw)}}.mdws-support-list-box-style2.mdws-support-col-5{width:1440px}.mdws-support-list-box-style2.mdws-support-col-5 ul{margin:-30px -20px}.mdws-support-list-box-style2.mdws-support-col-5 ul li{margin:30px 20px;width:calc(20% - 40px)}@media screen and (max-width:1600px){.mdws-support-list-box-style2.mdws-support-col-5{padding:0 80px;width:auto}}@media screen and (max-width:1440.9px){.mdws-support-list-box-style2.mdws-support-col-5{padding:0 5.5555555556vw}.mdws-support-list-box-style2.mdws-support-col-5 ul{margin:-2.0833333333vw -1.3888888889vw}.mdws-support-list-box-style2.mdws-support-col-5 ul li{margin:2.0833333333vw 1.3888888889vw;width:calc(20% - 2.77778vw)}}@media screen and (max-width:767.9px){.mdws-support-list-box{padding:5.3333333333vw 12.5vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-support-list-box{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}@media screen and (max-width:767.9px){.mdws-support-list-box ul{margin-bottom:-2.6666666667vw}.mdws-support-list-box ul li{border:1px solid #d6d6d6;border-radius:1.0666666667vw;font-size:6.4vw;line-height:8.5333333333vw;margin-bottom:2.6666666667vw;padding:4.2666666667vw 5.3333333333vw;width:100%}.mdws-support-list-box ul li:last-child{border:1px solid #d6d6d6}.mdws-support-list-box ul li .img-text-box{align-items:center;display:flex;flex-direction:row}.mdws-support-list-box ul li .title{font-weight:500;height:auto;width:100%}.mdws-support-list-box ul li>.title{display:none}.mdws-support-list-box ul li .img-box{height:14.9333333333vw;margin-right:5.3333333333vw;margin-top:0;width:14.9333333333vw}.mdws-support-list-box ul li img{display:inline-block;max-height:100%;max-width:100%;object-fit:contain}.mdws-support-list-box ul li .text-box{align-items:flex-start;display:flex;flex-direction:column;width:calc(100% - 20.26667vw)}.mdws-support-list-box ul li .text-box .title{-webkit-line-clamp:unset;-webkit-box-orient:unset;display:inline-block;font-size:4.2666666667vw;font-weight:500;height:auto;line-height:5.3333333333vw;margin-top:0;text-align:left}.mdws-support-list-box ul li .text-box .desc-btn-box{text-align:left}.mdws-support-list-box ul li .text-box .desc{-webkit-line-clamp:unset;-webkit-box-orient:unset;color:#707070;display:block;font-size:3.2vw;font-weight:400;height:auto;line-height:normal;margin-top:1.0666666667vw;text-align:left;width:auto}.mdws-support-list-box ul li .text-box .mdws-btn{border:none;color:#1f94d2;font-size:3.2vw;font-weight:400;line-height:normal;margin-top:5.3333333333vw;padding:0;position:relative}.mdws-support-list-box ul li .text-box .mdws-btn:after{height:2.1333333333vw;margin-left:1.0666666667vw;width:2.1333333333vw}.mdws-support-list-box-style2{padding:0 5.3333333333vw!important;width:unset!important}.mdws-support-list-box-style2 ul{margin:0 0 -2.6666666667vw!important}.mdws-support-list-box-style2 ul li{border:1px solid #d6d6d6!important;margin:0 0 2.6666666667vw!important;padding:5.3333333333vw;width:100%!important}.mdws-support-list-box-style2 ul li .img-text-box{align-items:flex-start}.mdws-support-list-box-style2 ul li .img-box{height:14.9333333333vw;margin-right:2.6666666667vw;padding:0;width:14.9333333333vw}.mdws-support-list-box-style2 ul li .img-box img{max-height:14.9333333333vw;max-width:14.9333333333vw}.mdws-support-list-box-style2 ul li .text-box .desc-btn-box{display:flex;flex-direction:column}.mdws-support-list-box-style2 ul li .text-box .desc{margin-top:2.6666666667vw}.mdws-support-list-box-style2 ul li .desc-btn-box{align-items:flex-start}.mdws-support-list-box-style2 ul li .desc-btn-box .mdws-btn{margin-top:2.6666666667vw}}.mdws-support-center ul{justify-content:center}.igws-survey{font:400 .8333333333vw/1 HCo Gotham,sans-serif!important;margin-bottom:3.125vw;margin-top:3.125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey{margin-bottom:16vw;margin-top:16vw}}.igws-survey .igws-survey__content{background:#fff;box-shadow:0 0 .5208333333vw 0 rgba(0,0,0,.1);margin:0 auto;padding:2.6041666667vw;width:88.6979166667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content{box-shadow:0 0 17px 0 rgba(0,0,0,.08);padding:6.6666666667vw 0;width:92vw}}.igws-survey .igws-survey__content .page .content{margin-right:0;width:81.40625vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .page .content{width:78.6666666667vw!important}}.igws-survey .igws-survey__content .page .content .md-form .list .md-form-item .title-type{color:#999}.igws-survey .igws-survey__content .page .formName{font-family:HCo Gotham,sans-serif!important;font-size:1.875vw;margin-bottom:2.0833333333vw;text-align:left;width:81.40625vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .page .formName{font-size:8vw;margin-bottom:4.2666666667vw;width:78.6666666667vw}}.igws-survey .igws-survey__content .md-form-item__content{margin-bottom:.7291666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-form-item__content{margin-bottom:.7291666667vw}}.igws-survey .igws-survey__content .md-form-item .md-form-item__label{color:#333!important;font-family:HCo Gotham,sans-serif!important;font-size:1.0416666667vw!important;font-weight:700;line-height:1.0416666667vw!important;margin-bottom:1.0416666667vw!important;min-height:1.0416666667vw!important;padding:0 .625vw 0 0!important;position:relative}.igws-survey .igws-survey__content .md-form-item .md-form-item__label span{display:inline-block}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-form-item .md-form-item__label{font-size:3.7333333333vw!important;line-height:4.2666666667vw!important;margin-bottom:2.6666666667vw!important;min-height:4.2666666667vw!important;padding:0 3.2vw 0 0!important}}.igws-survey .igws-survey__content .is-required .md-form-item__label:before{display:none}.igws-survey .igws-survey__content .is-required .md-form-item__label:after{color:#1f94d2;content:"*";margin-left:4px}.igws-survey .igws-survey__content .md-form-item__error{font-size:.9375vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-form-item__error{font-size:3.2vw}}.igws-survey .igws-survey__content .startRate .startRateTemplate .md-rate{--md-rate-star-color:#1f94d2!important;--md-rate-void-color:#d1d1d1!important}.igws-survey .igws-survey__content .startRate .startRateTemplate .md-rate .md-rate__item{margin-right:.625vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .startRate .startRateTemplate .md-rate .md-rate__item{margin-right:3.2vw}}.igws-survey .igws-survey__content .startRate .tagsItem{border:1px solid #ccc;border-radius:.78125vw;color:#333;font-family:HCo Gotham,sans-serif!important;font-size:.7291666667vw;height:1.5625vw;line-height:1.5625vw;padding:0 .78125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .startRate .tagsItem{border-radius:4vw;font-size:3.2vw;height:8vw;line-height:8vw;padding:0 4vw}}.igws-survey .igws-survey__content .startRate .tagsItem.tagChecked{background:rgba(31,148,210,.1);border:1px solid #1f94d2;color:#1f94d2}.igws-survey .igws-survey__content .startRate .tagsItem.tagChecked:after{background:none;border:none}.igws-survey .igws-survey__content .startRate span{color:#333;font-size:.625vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .startRate span{font-size:3.2vw}}.igws-survey .igws-survey__content .md-rate__item{line-height:1.6666666667vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-rate__item{line-height:8.5333333333vw!important}}.igws-survey .igws-survey__content .startRate .md-icon{line-height:1.6666666667vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .startRate .md-icon{height:8.5333333333vw!important;line-height:8.5333333333vw!important}}.igws-survey .igws-survey__content .startRate .labelList{margin-top:0!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .startRate .labelList{width:78.6666666667vw!important}}.igws-survey .igws-survey__content .startRate .startRateDesc{line-height:1.6666666667vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .startRate .startRateDesc{height:8.5333333333vw!important;line-height:8.5333333333vw!important}}.igws-survey .igws-survey__content .startRate .startRateTemplate .md-rate{align-items:center;display:flex;height:1.6666666667vw!important;line-height:1.6666666667vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .startRate .startRateTemplate .md-rate{height:8.5333333333vw!important;line-height:8.5333333333vw!important}}.igws-survey .igws-survey__content .startRate .tagsItem{margin-bottom:0!important;margin-top:.5208333333vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .startRate .tagsItem{margin-top:2.6666666667vw!important}}.igws-survey .igws-survey__content .md-radio-group .md-radio.md-radio+.md-radio{padding-top:.625vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-radio-group .md-radio.md-radio+.md-radio{padding-top:3.2vw!important}}.igws-survey .igws-survey__content .md-checkbox-group .md-checkbox.md-checkbox+.md-checkbox{padding-top:.625vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-checkbox-group .md-checkbox.md-checkbox+.md-checkbox{padding-top:3.2vw!important}}.igws-survey .igws-survey__content .md-checkbox-group{flex:1;width:100%!important}.igws-survey .igws-survey__content .md-checkbox-group .block{padding:.5208333333vw 0!important;width:100%!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-checkbox-group .block{padding:1.3333333333vw 0!important}}.igws-survey .igws-survey__content .md-checkbox-group .block div>div{margin:.5208333333vw 0!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-checkbox-group .block div>div{margin:1.3333333333vw 0!important}}.igws-survey .igws-survey__content .md-rate__decimal,.igws-survey .igws-survey__content .md-rate__icon,.igws-survey .igws-survey__content .md-rate__icon svg,.igws-survey .igws-survey__content .md-rate__item{height:1.3541666667vw;width:1.3541666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-rate__decimal,.igws-survey .igws-survey__content .md-rate__icon,.igws-survey .igws-survey__content .md-rate__icon svg,.igws-survey .igws-survey__content .md-rate__item{height:6.9333333333vw;width:6.9333333333vw}}.igws-survey .igws-survey__content .md-icon{margin-right:14px}.igws-survey .igws-survey__content .nps-main .nps-process{height:2.0833333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .nps-main .nps-process{height:8.5333333333vw}}.igws-survey .igws-survey__content .nps-main .nps-process .p{color:#333;font-family:HCo Gotham,sans-serif!important;font-size:.9375vw;height:2.0833333333vw;line-height:2.0833333333vw;width:3.6979166667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .nps-main .nps-process .p{font-size:3.7333333333vw;height:8.5333333333vw;line-height:8.5333333333vw;width:12.8vw}}.igws-survey .igws-survey__content .nps-main .nps-process .p:hover{background-color:#1f94d2;color:#fff}.igws-survey .igws-survey__content .nps-main .nps-process:has(.p:hover) .p:not(:hover,:hover~*){background-color:#1f94d2;color:#fff}.igws-survey .igws-survey__content .nps-main .ctitle{display:flex;justify-content:space-between;margin-bottom:0!important;width:40.625vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .nps-main .ctitle{width:78.6666666667vw}}.igws-survey .igws-survey__content .nps-main .ctitle .st{color:#333;display:block;font-size:.9375vw;line-height:1.0416666667vw;margin-bottom:.5208333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .nps-main .ctitle .st{font-size:3.2vw;line-height:3.7333333333vw;margin-bottom:2.6666666667vw}}.igws-survey .igws-survey__content .nps-main .nps-process .p:first-child{border-radius:1.0416666667vw 0 0 1.0416666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .nps-main .nps-process .p:first-child{border-radius:4.2666666667vw 0 0 4.2666666667vw}}.igws-survey .igws-survey__content .nps-main .nps-process .p:last-child{border-radius:0 1.0416666667vw 1.0416666667vw 0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .nps-main .nps-process .p:last-child{border-radius:0 4.2666666667vw 4.2666666667vw 0}}.igws-survey .igws-survey__content .nps-main .nps-process .p.active{background-color:#1f94d2!important;border-color:#1f94d2!important;color:#fff!important}.igws-survey .igws-survey__content .md-textarea{align-items:center;border:1px solid #d6d6d6;border-radius:1.3020833333vw!important;display:flex;font-size:.625vw!important;height:2.6041666667vw!important;justify-content:center;padding:.5208333333vw 1.0416666667vw!important;resize:none!important;transition:all .3s ease}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-textarea{border-radius:6.6666666667vw!important;font-size:3.2vw!important;height:13.3333333333vw!important;padding:2.6666666667vw 5.3333333333vw!important}}.igws-survey .igws-survey__content .md-textarea .md-textarea__inner{font-family:HCo Gotham,sans-serif!important;font-size:.9375vw;height:2.6041666667vw!important;line-height:2.6041666667vw!important;resize:none!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-textarea .md-textarea__inner{font-size:3.2vw;height:13.3333333333vw!important;line-height:13.3333333333vw!important}}.igws-survey .igws-survey__content .md-textarea:hover{border-color:#1f94d2;box-shadow:0 0 0 2px rgba(121,191,228,.2)}.igws-survey .igws-survey__content .md-textarea .md-textarea__inner{background:transparent!important;border:none!important}.igws-survey .igws-survey__content .md-textarea .md-input__count,.igws-survey .igws-survey__content .md-textarea .md-input__suffix{display:none!important}.igws-survey .igws-survey__content .inputTextare{-ms-overflow-style:none;height:5.2083333333vw!important;overflow:auto;scrollbar-width:none}.igws-survey .igws-survey__content .inputTextare ::-webkit-scrollbar{display:none}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .inputTextare{height:26.6666666667vw!important}}.igws-survey .igws-survey__content .inputTextare .md-textarea__inner{height:4.6875vw!important;line-height:1.5!important;scrollbar-width:none}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .inputTextare .md-textarea__inner{height:24vw!important}}.igws-survey .igws-survey__content .md-radio-group{flex:1;width:100%!important}.igws-survey .igws-survey__content .md-radio-group .block{padding:.5208333333vw 0!important;width:100%!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-radio-group .block{padding:1.3333333333vw 0!important}}.igws-survey .igws-survey__content .md-radio-group .block div>div{margin:.5208333333vw 0!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-radio-group .block div>div{margin:1.3333333333vw 0!important}}.igws-survey .igws-survey__content .md-input{width:100%!important}.igws-survey .igws-survey__content .md-input__inner{border-radius:1.3020833333vw;font-family:HCo Gotham,sans-serif!important;font-size:.9375vw;height:2.6041666667vw!important;line-height:2.6041666667vw!important;resize:none!important;text-indent:1.5em}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-input__inner{border-radius:6.6666666667vw;font-size:3.2vw;height:13.3333333333vw!important;line-height:13.3333333333vw!important}}.igws-survey .igws-survey__content .md-input__inner:active,.igws-survey .igws-survey__content .md-input__inner:focus,.igws-survey .igws-survey__content .md-input__inner:hover{border-color:#1f94d2}.igws-survey .igws-survey__content .md-input__count{display:none}.igws-survey .igws-survey__content .md-upload .md-button{background:transparent!important;border:none!important;color:#1f94d2!important;display:flex;font-size:.9375vw;font-weight:700;height:auto!important;justify-content:flex-start;padding:0!important;width:auto!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-upload .md-button{font-size:3.2vw}}.igws-survey .igws-survey__content .md-upload .md-button:hover{background:transparent!important;border-color:transparent!important;color:#1f94d2!important}.igws-survey .igws-survey__content .md-upload .md-icon{height:auto!important;margin-right:4px!important;width:auto!important}.igws-survey .igws-survey__content .md-upload .md-icon svg{display:none}.igws-survey .igws-survey__content .md-upload .md-icon:after{-webkit-font-smoothing:antialiased;content:"";font-family:iconfont-midea!important;font-size:1.0416666667vw;font-style:normal}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-upload .md-icon:after{font-size:4.2666666667vw}}.igws-survey .igws-survey__content .md-upload--picture-card{background:transparent;border:none;height:auto;width:auto}.igws-survey .igws-survey__content .md-upload--picture-card:hover{background:transparent}.igws-survey .igws-survey__content .md-upload--picture-card div{align-items:center;display:flex;justify-content:flex-start}.igws-survey .igws-survey__content .md-upload--picture-card i{color:#1f94d2;margin-top:0}.igws-survey .igws-survey__content .md-upload--picture-card .md-picture-card-text{color:#1f94d2;font-family:HCo Gotham,sans-serif!important;font-size:.9375vw;font-weight:700;margin-left:4px;margin-top:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-upload--picture-card .md-picture-card-text{font-size:3.2vw}}.igws-survey .igws-survey__content .md-button{background:#1f94d2!important;border-radius:1.4322916667vw!important;font-family:HCo Gotham,sans-serif!important;font-size:.9375vw;height:2.8645833333vw!important;max-width:100%;min-width:12.5vw!important;padding:.4166666667vw 1.5625vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-button{font-size:4.2666666667vw}}.igws-survey .igws-survey__content .md-button:hover{background:#79bfe4!important;border-color:#79bfe4!important;color:#fff}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-button{border-radius:7.3333333333vw!important;height:14.6666666667vw!important;padding:2.1333333333vw 8vw;width:78.6666666667vw!important}}.igws-survey .igws-survey__content .status-page .md-button--default{background:#1f94d2!important;border-color:#1f94d2!important}.igws-survey .igws-survey__content .status-page .md-button--default:hover{background:#79bfe4!important;border-color:#79bfe4!important;color:#fff}.igws-survey .igws-survey__content .page .bottom{padding:0;width:81.40625vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .page .bottom{padding:0;width:78.6666666667vw!important}}.igws-survey .igws-survey__content .page .bottom .md-button--default{background:#1f94d2!important;border-color:#1f94d2!important}.igws-survey .igws-survey__content .page .bottom .md-button--default:hover{background:#79bfe4!important;border-color:#79bfe4!important;color:#fff}.igws-survey .igws-survey__content .md-checkbox__inner{height:.9375vw!important;position:relative;width:.9375vw!important}.igws-survey .igws-survey__content .md-checkbox__inner:after{border-width:.1041666667vw;height:.3645833333vw;left:.2604166667vw;top:.1041666667vw;width:.2083333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-checkbox__inner{height:4.2666666667vw!important;width:4.2666666667vw!important}.igws-survey .igws-survey__content .md-checkbox__inner:after{border-width:.5333333333vw;height:1.8666666667vw;left:1.0666666667vw;top:.5333333333vw;width:1.0666666667vw}}.igws-survey .igws-survey__content .md-checkbox__inner:hover{border-color:#1f94d2!important}.igws-survey .igws-survey__content .md-checkbox-group .md-checkbox.is-checked .md-checkbox__inner{background:#1f94d2!important;border-color:#1f94d2!important}.igws-survey .igws-survey__content .md-checkbox-group .md-checkbox.is-checked .md-checkbox__inner:hover{border-color:#1f94d2!important}.igws-survey .igws-survey__content .md-checkbox-group .md-checkbox .md-checkbox__label{color:#333!important;font-family:HCo Gotham,sans-serif!important;font-size:.9375vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-checkbox-group .md-checkbox .md-checkbox__label{font-size:3.2vw}}.igws-survey .igws-survey__content .md-checkbox-group .md-checkbox.is-checked .md-checkbox__label{color:#333!important}.igws-survey .igws-survey__content .promptText{font-family:HCo Gotham,sans-serif!important;font-size:.9375vw;line-height:1.3541666667vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .promptText{font-size:3.2vw;line-height:6.9333333333vw!important}}.igws-survey .igws-survey__content .md-radio__inner{border-radius:50%;height:.9375vw!important;width:.9375vw!important}.igws-survey .igws-survey__content .md-radio__inner:after{border-radius:50%;height:.4166666667vw!important;width:.4166666667vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-radio__inner{height:4.2666666667vw!important;width:4.2666666667vw!important}.igws-survey .igws-survey__content .md-radio__inner:after{border-radius:50%;height:2.1333333333vw!important;width:2.1333333333vw!important}}.igws-survey .igws-survey__content .md-radio-group .md-radio .md-radio__label,.igws-survey .igws-survey__content .md-radio-group .md-radio.is-checked .md-radio__label{color:#333!important;font-family:HCo Gotham,sans-serif!important;font-size:.9375vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-radio-group .md-radio .md-radio__label,.igws-survey .igws-survey__content .md-radio-group .md-radio.is-checked .md-radio__label{font-size:3.2vw}}.igws-survey .igws-survey__content .md-radio-group .md-radio.is-checked .md-radio__inner{border-color:#1f94d2!important}.igws-survey .igws-survey__content .md-radio-group .md-radio:hover .md-radio__label{color:#333!important}.igws-survey .igws-survey__content .md-radio-group .md-radio:hover .md-radio__inner{border-color:#1f94d2!important}.igws-survey .igws-survey__content .md-radio-group .md-radio.is-checked .md-radio__inner:after{background:#1f94d2!important}.igws-survey .igws-survey__content .is-error .md-form-item__label span,.igws-survey .igws-survey__content .is-error .md-form-item__label:after{color:#d11f2c!important}.igws-survey .igws-survey__content .is-error .md-form-item__error{color:#d11f2c;margin-top:2px}.igws-survey .igws-survey__content .is-error .md-textarea{border-color:#f5222d!important}.igws-survey .igws-survey__content .is-error .nps-main .ctitle .st{color:#d11f2c}.igws-survey .igws-survey__content .is-error .nps-main .nps-process .p{border-bottom-color:#f5222d!important;border-top-color:#f5222d!important}.igws-survey .igws-survey__content .is-error .nps-main .nps-process .p:first-child{border-left-color:#f5222d!important}.igws-survey .igws-survey__content .is-error .nps-main .nps-process .p:last-child{border-right-color:#f5222d!important}.igws-survey .igws-survey__content .md-result__title{font-family:HCo Gotham,sans-serif!important}.igws-survey .igws-survey__content .md-result__title p:first-child{color:#296300!important}.igws-survey .igws-survey__content .md-result .icon-success{--md-result-color:#296300!important;color:#296300!important;height:4.1666666667vw!important;width:4.1666666667vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-result .icon-success{height:21.3333333333vw!important;width:21.3333333333vw!important}}.igws-survey .igws-survey__content .md-result__icon .icon-info{height:4.1666666667vw!important;width:4.1666666667vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-result__icon .icon-info{height:21.3333333333vw!important;width:21.3333333333vw!important}}.igws-survey .igws-survey__content .status-page .word1{font-size:.9375vw;line-height:1.3541666667vw;margin-top:.625vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .status-page .word1{font-size:4.8vw;line-height:6.9333333333vw;margin-top:3.2vw}}.igws-survey .igws-survey__content .md-result__subtitle p{color:#333!important;font-family:HCo Gotham,sans-serif!important}.igws-survey .igws-survey__content #mc-activity-web[dir=rtl] .formName{text-align:right}.igws-survey .igws-survey__content #mc-activity-web[dir=rtl] .nps-main .nps-process .p:last-child{border-radius:.8333333333vw 0 0 .8333333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content #mc-activity-web[dir=rtl] .nps-main .nps-process .p:last-child{border-radius:4.2666666667vw 0 0 4.2666666667vw}}.igws-survey .igws-survey__content #mc-activity-web[dir=rtl] .nps-main .nps-process .p:first-child{border-radius:0 .8333333333vw .8333333333vw 0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content #mc-activity-web[dir=rtl] .nps-main .nps-process .p:first-child{border-radius:0 4.2666666667vw 4.2666666667vw 0}}.igws-survey .igws-survey__content .paragraph-main .parapraph-content p{color:#999;font-size:1.0416666667vw;line-height:1.3541666667vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .paragraph-main .parapraph-content p{font-size:3.7333333333vw;line-height:6.9333333333vw!important}}.igws-survey .igws-survey__content .md-form .list{margin-bottom:2.0833333333vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-form .list{margin-bottom:8vw!important}}.igws-survey .igws-survey__content .md-form-item--default{margin-bottom:0!important}.igws-survey .igws-survey__content .md-form-item__content{line-height:1.6666666667vw!important;margin-bottom:0!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-form-item__content{line-height:8.5333333333vw!important}}.igws-survey .igws-survey__content .is-error{padding-bottom:.7291666667vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .is-error{padding-bottom:3.7333333333vw!important}}.igws-survey .igws-survey__content .md-upload-list--picture-card .md-upload-list__item{border-radius:.1041666667vw;height:5.7291666667vw;margin:0 .4166666667vw .4166666667vw 0;width:5.7291666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-upload-list--picture-card .md-upload-list__item{border-radius:.5333333333vw;height:29.3333333333vw;margin:0 2.1333333333vw 2.1333333333vw 0;width:29.3333333333vw}}.igws-survey .igws-survey__content .md-result__extra span{font-size:.9375vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-result__extra span{font-size:3.2vw}}.igws-survey .igws-survey__content .md-result__subtitle p{font-size:.9375vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-result__subtitle p{font-size:3.7333333333vw}}.igws-survey .igws-survey__content .parapraph-content,.igws-survey .igws-survey__content .parapraph-content p{font-size:.9375vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .parapraph-content,.igws-survey .igws-survey__content .parapraph-content p{font-size:3.2vw!important}}.igws-survey .igws-survey__content .md-image-viewer__close .md-icon{margin-right:0}.igws-survey .igws-survey__content .md-image-viewer__wrapper{z-index:9000!important}.igws-survey .igws-survey__content .md-image{height:6.25vw!important;margin:.5208333333vw 0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-image{height:32vw!important;margin:2.6666666667vw 0}}.new-products>.md-container{display:block!important}.gws-teaserV3__styles.c-gap-between{padding-left:12.5vw;padding-right:12.5vw}@media screen and (max-width:767.9px){.gws-teaserV3__styles.c-gap-between{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}.gws-teaserV3__styles.c-flex-row .gws-teaserV3{flex-direction:row}.gws-teaserV3__styles.c-flex-row-reverse .gws-teaserV3{flex-direction:row-reverse}.gws-teaserV3__styles.c-bg-brand .gws-teaserV3-asset{align-items:center;display:flex}.gws-teaserV3__styles.c-bg-brand .gws-teaserV3-asset .gws-img{width:100%}.gws-teaserV3__styles.c-bg-brand .gws-teaserV3-asset-hover{top:50%;transform:translateY(-50%)}.gws-teaserV3__styles.c-bg-brand .gws-teaserV3-content{background-color:#1f94d2;padding:3.90625vw}@media screen and (max-width:767.9px){.gws-teaserV3__styles.c-bg-brand .gws-teaserV3-content{padding:8vw}}.gws-teaserV3__styles.c-bg-brand .gws-teaserV3-action{background-color:#fff;border:none;border-radius:1.5625em;color:#000;cursor:pointer;display:inline-block;font-size:1.1458333333vw;height:3.125em;letter-spacing:normal;line-height:3.125em;outline:none;padding:0 3.125em;white-space:nowrap}@media screen and (max-width:767.9px){.gws-teaserV3__styles.c-bg-brand .gws-teaserV3-action{font-size:4.2666666667vw}.gws-teaserV3__styles.c-bg-brand .gws-teaserV3-action.btn_hollow{border-radius:11.2vw;font-size:3.7333333333vw;line-height:5.6vw;padding:3.2vw 14.9333333333vw}}.gws-teaserV3__styles.s-grey-btn-theme .gws-teaserV3{padding-left:0;padding-right:0}.gws-teaserV3__styles.s-grey-btn-theme .gws-teaserV3-asset{align-items:center;display:flex}.gws-teaserV3__styles.s-grey-btn-theme .gws-teaserV3-asset .gws-img{width:100%}.gws-teaserV3__styles.s-grey-btn-theme .gws-teaserV3-asset-hover{top:50%;transform:translateY(-50%)}.gws-teaserV3__styles.s-grey-btn-theme .gws-teaserV3-content{background-color:#fff;justify-content:center;padding:4.1666666667vw 8.3333333333vw!important}@media screen and (max-width:767.9px){.gws-teaserV3__styles.s-grey-btn-theme .gws-teaserV3-content{margin-bottom:0!important;margin-top:0!important;padding:8vw 5.3333333333vw 10.6666666667vw!important}}.gws-teaserV3__styles.s-grey-btn-theme .gws-teaserV3-title{color:#333;font-size:2.9166666667vw;font-weight:500;line-height:normal}@media screen and (max-width:767.9px){.gws-teaserV3__styles.s-grey-btn-theme .gws-teaserV3-title{font-size:5.3333333333vw}}.gws-teaserV3__styles.s-grey-btn-theme .gws-teaserV3-desc{color:#707070;font-size:1.25vw;line-height:normal;margin-top:1.0416666667vw}@media screen and (max-width:767.9px){.gws-teaserV3__styles.s-grey-btn-theme .gws-teaserV3-desc{font-size:3.2vw;margin-top:2.1333333333vw}}.gws-teaserV3__styles.s-grey-btn-theme .gws-teaserV3-operate{margin-top:1.25vw}@media screen and (max-width:767.9px){.gws-teaserV3__styles.s-grey-btn-theme .gws-teaserV3-operate{margin-top:3.2vw}}.gws-teaserV3__styles.s-grey-btn-theme .gws-teaserV3-action{background:unset;background-color:#fff;border:1px solid #c2c2c2;color:#333;font-size:1.25vw;font-weight:500;line-height:1.5625vw;min-width:9.375vw;padding:.8854166667vw 2.0833333333vw!important;text-align:center}@media screen and (max-width:767.9px){.gws-teaserV3__styles.s-grey-btn-theme .gws-teaserV3-action{font-size:3.2vw;line-height:4.8vw}}.gws-teaserV3__styles.s-grey-btn-theme .gws-teaserV3-action:hover{border-color:#0083de!important;color:#0083de!important;cursor:pointer!important}.gws-teaserV3__styles.s-grey-btn-theme .gws-teaserV3-action:active{border-color:#077dce!important;color:#077dce!important}.gws-teaserV3__styles.s-grey-btn-theme .gws-teaserV3-action.mdws-btn--disabled,.gws-teaserV3__styles.s-grey-btn-theme .gws-teaserV3-action[disabled]{border-color:#d6d6d6!important;color:#d6d6d6!important}@media screen and (max-width:767.9px){.gws-teaserV3__styles.s-grey-btn-theme .gws-teaserV3-action{font-size:4.2666666667vw!important;line-height:5.3333333333vw!important;min-width:26.6666666667vw;padding:2.6666666667vw 6.4vw!important}.gws-teaserV3__styles.s-mancity:not(.c-bg-brand) .gws-teaserV3-content{padding:8vw 0}}.gws-teaserV3__styles.s-mancity .gws-teaserV3-content{color:#152c5b;padding:3.90625vw}@media screen and (max-width:767.9px){.gws-teaserV3__styles.s-mancity .gws-teaserV3-content{padding:8vw}}.gws-teaserV3__styles.s-mancity .gws-teaserV3-title{font-size:2.5vw;line-height:2.65625vw}@media screen and (max-width:767.9px){.gws-teaserV3__styles.s-mancity .gws-teaserV3-title{font-size:8.5333333333vw;line-height:9.0666666667vw}}.gws-teaserV3__styles.s-mancity .gws-teaserV3-desc{color:#000;font-size:1.40625vw;line-height:2.03125vw;margin-top:3.125vw}@media screen and (max-width:767.9px){.gws-teaserV3__styles.s-mancity .gws-teaserV3-desc{font-size:4.8vw;line-height:6.9333333333vw;margin-top:10.6666666667vw}}.gws-teaserV3__styles.s-mancity .gws-teaserV3-operate{margin-top:1.5625vw}@media screen and (max-width:767.9px){.gws-teaserV3__styles.s-mancity .gws-teaserV3-operate{margin-top:5.3333333333vw}}.gws-teaserV3__styles.s-mancity .gws-teaserV3-action{background-color:#a2c3e5;border:1px solid #fff;color:#fff;font-size:1.40625vw;font-weight:700}@media screen and (max-width:767.9px){.gws-teaserV3__styles.s-mancity .gws-teaserV3-action{font-size:4.8vw}}.gws-teaserV3__styles.s-mancity .gws-teaserV3-action:hover{background-color:#fff;border-color:#a2c3e5;color:#a2c3e5!important}.gws-teaserV3__styles.s-mancity.c-bg-brand .gws-teaserV3-content{background-color:#a2c3e5}.gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3{padding-left:0;padding-right:0}.gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3-content{background-color:#fff;padding:4.1666666667vw 8.3333333333vw}@media screen and (max-width:767.9px){.gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3-content{padding-bottom:10.6666666667vw;padding-left:5.3333333333vw;padding-right:5.3333333333vw;padding-top:8vw}}.gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3-title{color:#333;font-size:2.9166666667vw;font-weight:500;line-height:3.5416666667vw}@media screen and (max-width:767.9px){.gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3-title{font-size:5.3333333333vw;line-height:9.0666666667vw;line-height:normal}}.gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3-desc{color:#707070;font-size:1.25vw;line-height:1.5625vw;margin-top:1.0416666667vw}@media screen and (max-width:767.9px){.gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3-desc{font-size:3.2vw;line-height:6.9333333333vw;line-height:normal;margin-top:2.6666666667vw}}.gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3-operate{margin-top:1.0416666667vw}@media screen and (max-width:767.9px){.gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3-operate{margin-top:5.3333333333vw}}.gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3-action{word-wrap:break-word;background:linear-gradient(90deg,#2b85c3,#37a6f3);border-radius:2.0833333333vw;color:#fff;cursor:pointer;display:inline-block;font-size:1.0416666667vw;height:auto;line-height:normal;min-width:7.2916666667vw;padding:.625vw 1.4583333333vw;text-align:center;white-space:normal}@media screen and (max-width:767.9px){.gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3-action{border-radius:8.5333333333vw}}.gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3-action:hover{background:#0083de}.gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3-action:active{background:#077dce}.gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3-action.mdws-btn--disabled,.gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3-action.mdws-btn--disabled:hover,.gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3-action[disabled],.gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3-action[disabled]:hover{background:#d6d6d6!important}@media screen and (max-width:767.9px){.gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3-action{border-radius:8.5333333333vw;font-size:3.7333333333vw;line-height:4.2666666667vw;min-width:21.3333333333vw;padding:2.6666666667vw 4.2666666667vw}}.gws-teaserV3__styles.s-mancity-v2.c-bg-brand .gws-teaserV3-content{background-color:#a2c3e5}.gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3{padding-left:0;padding-right:0}.gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3-asset{align-items:center;display:flex}.gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3-asset .gws-img{width:100%}.gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3-asset-hover{top:50%;transform:translateY(-50%)}.gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3-content{justify-content:center;padding:0 0 0 5.7291666667vw}@media screen and (max-width:767.9px){.gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3-content{margin-bottom:0;margin-top:0;padding:8vw 5.3333333333vw 10.6666666667vw}}.gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3-title{color:#333;font-size:2.9166666667vw;font-weight:500;line-height:normal}@media screen and (max-width:767.9px){.gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3-title{font-size:5.3333333333vw}}.gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3-desc{color:#707070;font-size:1.25vw;line-height:normal;margin-top:1.0416666667vw}@media screen and (max-width:767.9px){.gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3-desc{font-size:3.2vw;margin-top:2.1333333333vw}}.gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3-operate{margin-top:1.25vw}@media screen and (max-width:767.9px){.gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3-operate{margin-top:3.2vw}}.gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3-action{word-wrap:break-word;background:unset;background-color:#fff;border:1px solid #c2c2c2;border-radius:2.0833333333vw;color:#333;cursor:pointer;display:inline-block;font-size:1.0416666667vw;height:auto;line-height:normal;min-width:7.2916666667vw;padding:.625vw 1.4583333333vw;text-align:center;white-space:normal}@media screen and (max-width:767.9px){.gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3-action{border-radius:8.5333333333vw}}.gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3-action:hover{border-color:#0083de!important;color:#0083de!important;cursor:pointer!important}.gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3-action:active{border-color:#077dce!important;color:#077dce!important}.gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3-action.mdws-btn--disabled,.gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3-action[disabled]{border-color:#d6d6d6!important;color:#d6d6d6!important}@media screen and (max-width:767.9px){.gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3-action{font-size:3.7333333333vw;line-height:4.8vw;min-width:21.3333333333vw;padding:1.8666666667vw 4.2666666667vw}}.gws-teaserV3__styles.s-text-aligned-edge.c-flex-row-reverse .gws-teaserV3-content{padding:0 5.7291666667vw 0 0}@media screen and (max-width:767.9px){.gws-teaserV3__styles.s-text-aligned-edge.c-flex-row-reverse .gws-teaserV3-content{padding:8vw 5.3333333333vw 10.6666666667vw}}.gws-teaserV3__styles.s-card-Them .gws-teaserV3{border-radius:.4166666667vw;overflow:hidden;padding-left:0;padding-right:0}.gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content{background-color:#f7f7f7;justify-content:flex-start;padding:4.1666666667vw!important}.gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#333;display:-webkit-box;font-size:1.4583333333vw;font-weight:500;line-height:normal;overflow:hidden;text-overflow:ellipsis}.gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-desc{-webkit-line-clamp:5;-webkit-box-orient:vertical;color:#707070;display:-webkit-box;font-size:1.0416666667vw;line-height:normal;overflow:hidden;text-overflow:ellipsis}.gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-operate{margin-top:2.0833333333vw}.gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-operate .gws-teaserV3-action{background:transparent;color:#1f94d2;font-size:1.0416666667vw;padding:0;position:relative}.gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-operate .gws-teaserV3-action:hover{text-decoration:underline}.gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-operate .gws-teaserV3-action:active{color:#077dce}.gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-operate .gws-teaserV3-action:active:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB5PSIxNiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiByeD0iMCIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDAgMzIpIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik01LjUwMiAxOC4zOTZhLjY1Ny42NTcgMCAwIDAtLjA1Ljg3MWwuMDUuMDU4IDQuNjQgNC42NDEtNC42NCA0LjY0MmEuNjU3LjY1NyAwIDAgMC0uMDUuODcxbC4wNS4wNTdhLjY1Ni42NTYgMCAwIDAgLjg3LjA1MWwuMDU4LS4wNSA1LjEwMy01LjEwN2EuNjU3LjY1NyAwIDAgMCAuMDUtLjg3bC0uMDUtLjA1OC01LjEwMy01LjEwNmEuNjU2LjY1NiAwIDAgMC0uOTI4IDBaIiBmaWxsPSIjMDc3RENFIi8+PC9nPjwvc3ZnPg==)}.gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-operate .gws-teaserV3-action:after{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB5PSIxNiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiByeD0iMCIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDAgMzIpIiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik01LjUwMiAxOC4zOTZhLjY1Ny42NTcgMCAwIDAtLjA1Ljg3MWwuMDUuMDU4IDQuNjQgNC42NDEtNC42NCA0LjY0MmEuNjU3LjY1NyAwIDAgMC0uMDUuODcxbC4wNS4wNTdhLjY1Ni42NTYgMCAwIDAgLjg3LjA1MWwuMDU4LS4wNSA1LjEwMy01LjEwN2EuNjU3LjY1NyAwIDAgMCAuMDUtLjg3bC0uMDUtLjA1OC01LjEwMy01LjEwNmEuNjU2LjY1NiAwIDAgMC0uOTI4IDBaIiBmaWxsPSIjMUY5NEQyIi8+PC9nPjwvc3ZnPg==) no-repeat;background-position:50%;content:"";display:inline-block;height:.7291666667vw;margin-left:.2083333333vw;vertical-align:middle;width:.7291666667vw}@media screen and (max-width:767.9px){.gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content{border-radius:0 0 .2083333333vw .2083333333vw;margin:0;padding:5.3333333333vw!important}.gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-title{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;font-size:4.2666666667vw;overflow:hidden;text-overflow:ellipsis}.gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-desc{-webkit-line-clamp:8;-webkit-box-orient:vertical;display:-webkit-box;font-size:3.2vw;overflow:hidden;text-overflow:ellipsis}.gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-operate{margin-top:5.3333333333vw}.gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-operate .gws-teaserV3-action{font-size:3.7333333333vw}.gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-operate .gws-teaserV3-action:after{height:2.1333333333vw;margin-left:1.0666666667vw;width:2.1333333333vw}}.gws-teaserV3__styles:not(.c-bg-brand):not(.s-mancity):not(.s-mancity-v2):not(.s-text-aligned-edge):not(.s-card-Them):not(.s-grey-btn-theme) .gws-teaserV3-content{margin-bottom:0;margin-top:0;padding-left:5.2083333333vw}@media screen and (max-width:767.9px){.gws-teaserV3__styles:not(.c-bg-brand):not(.s-mancity):not(.s-mancity-v2):not(.s-text-aligned-edge):not(.s-card-Them):not(.s-grey-btn-theme) .gws-teaserV3-content{margin-bottom:5.3333333333vw;margin-top:5.3333333333vw;padding-left:0}}.gws-teaserV3__styles:not(.c-bg-brand):not(.s-mancity):not(.s-mancity-v2):not(.s-text-aligned-edge):not(.s-card-Them):not(.s-grey-btn-theme).c-flex-row-reverse .gws-teaserV3-content{padding-left:0;padding-right:5.2083333333vw}@media screen and (max-width:767.9px){.gws-teaserV3__styles:not(.c-bg-brand):not(.s-mancity):not(.s-mancity-v2):not(.s-text-aligned-edge):not(.s-card-Them):not(.s-grey-btn-theme).c-flex-row-reverse .gws-teaserV3-content{padding-left:0;padding-right:0}}.gws-teaserV3__styles:not(.s-mancity):not(.s-mancity-v2):not(.s-text-aligned-edge) .gws-teaserV3-action{border-radius:1.4583333333vw;font-size:1.1458333333vw;height:auto;line-height:1.25vw;padding:.8333333333vw 3.0208333333vw}@media screen and (max-width:767.9px){.gws-teaserV3__styles:not(.s-mancity):not(.s-mancity-v2):not(.s-text-aligned-edge) .gws-teaserV3-action{border-radius:6.4vw;font-size:4.2666666667vw;line-height:5.6vw;padding-bottom:3.4666666667vw;padding-left:10.4vw;padding-right:10.4vw;padding-top:3.4666666667vw}}.gws-teaserV3{display:flex;padding-left:5.2083333333vw;padding-right:5.2083333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-teaserV3{padding-left:4vw;padding-right:4vw}}@media screen and (max-width:767.9px){.gws-teaserV3{flex-direction:column!important}}.gws-teaserV3-asset,.gws-teaserV3-content{width:50%}@media screen and (max-width:767.9px){.gws-teaserV3-asset,.gws-teaserV3-content{width:100%}}.gws-teaserV3-content{color:#333;display:flex;flex-direction:column;justify-content:center;word-break:break-word}.gws-teaserV3-pre,.gws-teaserV3-sub{display:none}.gws-teaserV3-title{font-size:2.0833333333vw;font-weight:700;line-height:1.3}@media screen and (max-width:767.9px){.gws-teaserV3-title{font-size:5.3333333333vw}}.gws-teaserV3-desc{font-size:1.0416666667vw;font-weight:400;line-height:1.4;margin-top:1.0416666667vw}@media screen and (max-width:767.9px){.gws-teaserV3-desc{font-size:4.2666666667vw;margin-top:2.6666666667vw}}.gws-teaserV3-disclaimer{display:none}.gws-teaserV3-operate{margin-top:2.0833333333vw}@media screen and (max-width:767.9px){.gws-teaserV3-operate{margin-top:9.6vw}}.gws-teaserV3-action{background-color:#1f94d2;background:linear-gradient(90deg,#2b85c3,#37a6f3);border:none;border-radius:1.5625em;color:#fff;cursor:pointer;display:inline-block;font-size:1.1458333333vw;height:3.125em;letter-spacing:normal;line-height:3.125em;outline:none;padding:0 3.125em;transition:all .3s;white-space:nowrap}@media screen and (max-width:767.9px){.gws-teaserV3-action{font-size:4.2666666667vw}.gws-teaserV3-action.btn_hollow{border-radius:11.2vw;font-size:3.7333333333vw;line-height:5.6vw;padding:3.2vw 14.9333333333vw}}.gws-teaserV3-action:hover{background:#79bfe4;background:#0083de;transition:none}.gws-teaserV3-action:active{background:#077dce}.gws-teaserV3-action.mdws-btn--disabled,.gws-teaserV3-action.mdws-btn--disabled:hover,.gws-teaserV3-action[disabled],.gws-teaserV3-action[disabled]:hover{background:#d6d6d6!important}.gws-teaserV3-action.c-cta-brand-color{background-color:#1f94d2;color:#fff}.gws-teaserV3-asset{overflow:hidden;position:relative}.gws-teaserV3-asset .gws-img{transition:opacity .3s ease}.gws-teaserV3-asset-link{bottom:0;left:0;position:absolute;right:0;top:0;z-index:2}.gws-teaserV3-asset-hover{left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%;z-index:1}@media screen and (max-width:767.9px){.gws-teaserV3-asset-hover{display:none}}.gws-teaserV3-asset-hover .gws-img{width:100%}.gws-teaserV3-asset.c-hover-enlarge{overflow:hidden}.gws-teaserV3-asset.c-hover-enlarge img{transition:all .3s}@media screen and (min-width:1200px){.gws-teaserV3-asset.c-hover-enlarge:hover img{transform:scale(1.1)}}.gws-teaserV3-asset.c-hover-display-another:hover .gws-img{opacity:0}@media screen and (max-width:767.9px){.gws-teaserV3-asset.c-hover-display-another:hover .gws-img{opacity:1}}.gws-teaserV3-asset.c-hover-display-another:hover .gws-teaserV3-asset-hover,.gws-teaserV3-asset.c-hover-display-another:hover .gws-teaserV3-asset-hover .gws-img{opacity:1}@keyframes fade-in{0%{opacity:0;transform:translateY(1.5625vw)}to{opacity:1;transform:translateY(0)}}.gws-teaserV3 .gws-teaserV3-desc.animate-init-state,.gws-teaserV3 .gws-teaserV3-operate.animate-init-state,.gws-teaserV3 .gws-teaserV3-pre.animate-init-state,.gws-teaserV3 .gws-teaserV3-sub.animate-init-state,.gws-teaserV3 .gws-teaserV3-title.animate-init-state{opacity:0;transform:translateY(1.5625vw)}.gws-teaserV3 .gws-teaserV3-desc.animate,.gws-teaserV3 .gws-teaserV3-operate.animate,.gws-teaserV3 .gws-teaserV3-pre.animate,.gws-teaserV3 .gws-teaserV3-sub.animate,.gws-teaserV3 .gws-teaserV3-title.animate{animation:fade-in 1s ease-out forwards;will-change:transform,opacity}body.page-v2 .gws-teaserV3__styles .gws-teaserV3{padding-left:0;padding-right:0}body.page-v2 .gws-teaserV3__styles .gws-teaserV3-asset{align-items:center;display:flex}body.page-v2 .gws-teaserV3__styles .gws-teaserV3-asset .gws-img{width:100%}body.page-v2 .gws-teaserV3__styles .gws-teaserV3-asset-hover{top:50%;transform:translateY(-50%)}body.page-v2 .gws-teaserV3__styles .gws-teaserV3 .gws-teaserV3-content{background-color:#fff;justify-content:center;padding:4.1666666667vw 8.3333333333vw!important}@media screen and (max-width:767.9px){body.page-v2 .gws-teaserV3__styles .gws-teaserV3 .gws-teaserV3-content{margin-bottom:0!important;margin-top:0!important;padding:8vw 5.3333333333vw 10.6666666667vw!important}}body.page-v2 .gws-teaserV3__styles .gws-teaserV3 .gws-teaserV3-title{color:#333;font-size:2.9166666667vw;font-weight:500;line-height:normal}@media screen and (max-width:767.9px){body.page-v2 .gws-teaserV3__styles .gws-teaserV3 .gws-teaserV3-title{font-size:5.3333333333vw}}body.page-v2 .gws-teaserV3__styles .gws-teaserV3 .gws-teaserV3-desc{color:#707070;font-size:1.25vw;line-height:normal;margin-top:1.0416666667vw}@media screen and (max-width:767.9px){body.page-v2 .gws-teaserV3__styles .gws-teaserV3 .gws-teaserV3-desc{font-size:3.2vw;margin-top:2.1333333333vw}}body.page-v2 .gws-teaserV3__styles .gws-teaserV3 .gws-teaserV3-operate{margin-top:1.25vw}@media screen and (max-width:767.9px){body.page-v2 .gws-teaserV3__styles .gws-teaserV3 .gws-teaserV3-operate{margin-top:3.2vw}}body.page-v2 .gws-teaserV3__styles .gws-teaserV3 .gws-teaserV3-action{font-size:1.25vw;font-weight:500;line-height:1.5625vw;min-width:9.375vw;padding:.8854166667vw 2.0833333333vw;text-align:center}@media screen and (max-width:767.9px){body.page-v2 .gws-teaserV3__styles .gws-teaserV3 .gws-teaserV3-action{font-size:3.2vw;font-size:4.2666666667vw;line-height:4.8vw;line-height:5.3333333333vw;min-width:26.6666666667vw;padding:2.6666666667vw 6.4vw}}body.page-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3{padding-left:0;padding-right:0}body.page-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-asset{align-items:center;display:flex}body.page-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-asset .gws-img{width:100%}body.page-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-asset-hover{top:50%;transform:translateY(-50%)}body.page-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-content{background-color:transparent;justify-content:center;padding:0 0 0 5.7291666667vw!important}@media screen and (max-width:767.9px){body.page-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-content{padding:8vw 5.3333333333vw 10.6666666667vw!important}}body.page-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-title{color:#333;font-size:2.9166666667vw;font-weight:500;line-height:normal}@media screen and (max-width:767.9px){body.page-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-title{font-size:5.3333333333vw}}body.page-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-desc{color:#707070;font-size:1.25vw;line-height:normal;margin-top:1.0416666667vw}@media screen and (max-width:767.9px){body.page-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-desc{font-size:3.2vw;margin-top:2.1333333333vw}}body.page-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-operate{margin-top:1.25vw}@media screen and (max-width:767.9px){body.page-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-operate{margin-top:3.2vw}}body.page-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-action{word-wrap:break-word;background-color:#fff;border:1px solid #c2c2c2;border-radius:2.0833333333vw;color:#333;cursor:pointer;display:inline-block;font-size:1.0416666667vw;height:auto;line-height:normal;min-width:7.2916666667vw;padding:.625vw 1.4583333333vw;text-align:center;white-space:normal}@media screen and (max-width:767.9px){body.page-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-action{border-radius:8.5333333333vw}}body.page-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-action:hover{border-color:#0083de!important;color:#0083de!important;cursor:pointer!important}body.page-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-action:active{border-color:#077dce!important;color:#077dce!important}body.page-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-action.mdws-btn--disabled,body.page-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-action[disabled]{border-color:#d6d6d6!important;color:#d6d6d6!important}@media screen and (max-width:767.9px){body.page-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-action{font-size:3.7333333333vw;line-height:4.8vw;min-width:21.3333333333vw;padding:1.8666666667vw 4.2666666667vw}}body.page-v2 .gws-teaserV3__styles.s-text-aligned-edge.c-flex-row-reverse .gws-teaserV3 .gws-teaserV3-content{padding:0 5.7291666667vw 0 0!important}@media screen and (max-width:767.9px){body.page-v2 .gws-teaserV3__styles.s-text-aligned-edge.c-flex-row-reverse .gws-teaserV3 .gws-teaserV3-content{padding:8vw 5.3333333333vw 10.6666666667vw!important}}body.page-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3{padding-left:0;padding-right:0}body.page-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-content{background-color:#fff;padding:4.1666666667vw 8.3333333333vw!important}@media screen and (max-width:767.9px){body.page-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-content{padding:8vw 5.3333333333vw 10.6666666667vw!important}}body.page-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-title{color:#333;font-size:2.9166666667vw;font-weight:500;line-height:3.5416666667vw}@media screen and (max-width:767.9px){body.page-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-title{font-size:5.3333333333vw;line-height:9.0666666667vw;line-height:normal}}body.page-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-desc{color:#707070;font-size:1.25vw;line-height:1.5625vw;margin-top:1.0416666667vw}@media screen and (max-width:767.9px){body.page-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-desc{font-size:3.2vw;line-height:6.9333333333vw;line-height:normal;margin-top:2.6666666667vw}}body.page-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-operate{margin-top:1.0416666667vw}@media screen and (max-width:767.9px){body.page-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-operate{margin-top:5.3333333333vw}}body.page-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-action{word-wrap:break-word;background:linear-gradient(90deg,#2b85c3,#37a6f3);border:unset;border-radius:2.0833333333vw;color:#fff;cursor:pointer;display:inline-block;font-size:1.0416666667vw;height:auto;line-height:normal;min-width:7.2916666667vw;padding:.625vw 1.4583333333vw;text-align:center;white-space:normal}@media screen and (max-width:767.9px){body.page-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-action{border-radius:8.5333333333vw}}body.page-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-action:hover{background:#0083de}body.page-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-action:active{background:#077dce}body.page-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-action.mdws-btn--disabled,body.page-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-action.mdws-btn--disabled:hover,body.page-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-action[disabled],body.page-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-action[disabled]:hover{background:#d6d6d6!important}@media screen and (max-width:767.9px){body.page-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-action{border-radius:8.5333333333vw;font-size:3.7333333333vw;line-height:4.2666666667vw;min-width:21.3333333333vw;padding:2.6666666667vw 4.2666666667vw}}body.page-v2 .gws-teaserV3__styles.s-mancity-v2.c-bg-brand .gws-teaserV3 .gws-teaserV3-content{background-color:#a2c3e5}body.page-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3{border-radius:.4166666667vw;overflow:hidden;padding-left:0;padding-right:0}body.page-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content{background-color:#f7f7f7;justify-content:flex-start;padding:4.1666666667vw!important}body.page-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-title{color:#333;font-size:1.4583333333vw;font-weight:500;line-height:normal}body.page-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-desc{color:#707070;font-size:1.0416666667vw;line-height:normal}body.page-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-operate{margin-top:2.0833333333vw}body.page-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-operate .gws-teaserV3-action{border:unset;font-size:1.0416666667vw;font-weight:400;min-width:unset;padding:0;position:relative}@media screen and (max-width:767.9px){body.page-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content{border-radius:0 0 .2083333333vw .2083333333vw;margin:0;padding:5.3333333333vw!important}body.page-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-title{font-size:4.2666666667vw}body.page-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-desc{font-size:3.2vw;margin-top:2.6666666667vw}body.page-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-operate{margin-top:5.3333333333vw}body.page-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-operate .gws-teaserV3-action{font-size:3.7333333333vw}}body.page-v2 .gws-teaserV3__styles.c-bg-brand .gws-teaserV3{padding-left:5.2083333333vw;padding-right:5.2083333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body.page-v2 .gws-teaserV3__styles.c-bg-brand .gws-teaserV3{padding-left:4vw;padding-right:4vw}}body.page-v2 .gws-teaserV3__styles.c-bg-brand .gws-teaserV3 .gws-teaserV3-asset{align-items:center;display:flex}body.page-v2 .gws-teaserV3__styles.c-bg-brand .gws-teaserV3 .gws-teaserV3-asset .gws-img{width:100%}body.page-v2 .gws-teaserV3__styles.c-bg-brand .gws-teaserV3 .gws-teaserV3-asset-hover{top:50%;transform:translateY(-50%)}body.page-v2 .gws-teaserV3__styles.c-bg-brand .gws-teaserV3 .gws-teaserV3-content{background-color:#1f94d2;padding:3.90625vw!important}@media screen and (max-width:767.9px){body.page-v2 .gws-teaserV3__styles.c-bg-brand .gws-teaserV3 .gws-teaserV3-content{padding:8vw!important}}body.page-v2 .gws-teaserV3__styles.c-bg-brand .gws-teaserV3 .gws-teaserV3-title{color:inherit;font-size:2.0833333333vw;font-weight:700;line-height:1.3}@media screen and (max-width:767.9px){body.page-v2 .gws-teaserV3__styles.c-bg-brand .gws-teaserV3 .gws-teaserV3-title{font-size:5.3333333333vw}}body.page-v2 .gws-teaserV3__styles.c-bg-brand .gws-teaserV3 .gws-teaserV3-desc{color:inherit;font-size:1.0416666667vw;font-weight:400;line-height:1.4;margin-top:1.0416666667vw}@media screen and (max-width:767.9px){body.page-v2 .gws-teaserV3__styles.c-bg-brand .gws-teaserV3 .gws-teaserV3-desc{font-size:4.2666666667vw;margin-top:2.6666666667vw}}body.page-v2 .gws-teaserV3__styles.c-bg-brand .gws-teaserV3 .gws-teaserV3-operate{margin-top:2.0833333333vw}@media screen and (max-width:767.9px){body.page-v2 .gws-teaserV3__styles.c-bg-brand .gws-teaserV3 .gws-teaserV3-operate{margin-top:9.6vw}}body.page-v2 .gws-teaserV3__styles.c-bg-brand .gws-teaserV3 .gws-teaserV3-action{background-color:#fff;border:none;border-radius:1.5625em;border-radius:1.4583333333vw;color:#000;cursor:pointer;display:inline-block;font-size:1.1458333333vw;font-weight:400;height:3.125em;height:auto;letter-spacing:normal;line-height:3.125em;line-height:1.25vw;outline:none;padding:.8333333333vw 3.0208333333vw;white-space:nowrap}@media screen and (max-width:767.9px){body.page-v2 .gws-teaserV3__styles.c-bg-brand .gws-teaserV3 .gws-teaserV3-action{font-size:4.2666666667vw}body.page-v2 .gws-teaserV3__styles.c-bg-brand .gws-teaserV3 .gws-teaserV3-action.btn_hollow{border-radius:11.2vw;font-size:3.7333333333vw;line-height:5.6vw;padding:3.2vw 14.9333333333vw}body.page-v2 .gws-teaserV3__styles.c-bg-brand .gws-teaserV3 .gws-teaserV3-action{border-radius:6.4vw;font-size:4.2666666667vw;line-height:5.6vw;padding-bottom:3.4666666667vw;padding-left:10.4vw;padding-right:10.4vw;padding-top:3.4666666667vw}body.page-v2 .gws-teaserV3__styles.s-mancity:not(.c-bg-brand) .gws-teaserV3 .gws-teaserV3-content{padding:8vw 0!important}}body.page-v2 .gws-teaserV3__styles.s-mancity .gws-teaserV3{padding-left:5.2083333333vw;padding-right:5.2083333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body.page-v2 .gws-teaserV3__styles.s-mancity .gws-teaserV3{padding-left:4vw;padding-right:4vw}}body.page-v2 .gws-teaserV3__styles.s-mancity .gws-teaserV3 .gws-teaserV3-content{background-color:transparent;color:#152c5b;padding:3.90625vw!important}@media screen and (max-width:767.9px){body.page-v2 .gws-teaserV3__styles.s-mancity .gws-teaserV3 .gws-teaserV3-content{padding:8vw!important}}body.page-v2 .gws-teaserV3__styles.s-mancity .gws-teaserV3 .gws-teaserV3-title{color:inherit;font-size:2.5vw;font-weight:700;line-height:2.65625vw}@media screen and (max-width:767.9px){body.page-v2 .gws-teaserV3__styles.s-mancity .gws-teaserV3 .gws-teaserV3-title{font-size:8.5333333333vw;line-height:9.0666666667vw}}body.page-v2 .gws-teaserV3__styles.s-mancity .gws-teaserV3 .gws-teaserV3-desc{color:#000;font-size:1.40625vw;line-height:2.03125vw;margin-top:3.125vw}@media screen and (max-width:767.9px){body.page-v2 .gws-teaserV3__styles.s-mancity .gws-teaserV3 .gws-teaserV3-desc{font-size:4.8vw;line-height:6.9333333333vw;margin-top:10.6666666667vw}}body.page-v2 .gws-teaserV3__styles.s-mancity .gws-teaserV3 .gws-teaserV3-operate{margin-top:1.5625vw}@media screen and (max-width:767.9px){body.page-v2 .gws-teaserV3__styles.s-mancity .gws-teaserV3 .gws-teaserV3-operate{margin-top:5.3333333333vw}}body.page-v2 .gws-teaserV3__styles.s-mancity .gws-teaserV3 .gws-teaserV3-action{background-color:#1f94d2;background-color:#a2c3e5;border:1px solid #fff;border-radius:1.5625em;color:#fff;cursor:pointer;display:inline-block;font-size:1.1458333333vw;font-size:1.40625vw;font-weight:700;height:3.125em;letter-spacing:normal;line-height:3.125em;min-width:unset;outline:none;padding:0 3.125em;transition:all .3s;white-space:nowrap}@media screen and (max-width:767.9px){body.page-v2 .gws-teaserV3__styles.s-mancity .gws-teaserV3 .gws-teaserV3-action{font-size:4.2666666667vw}body.page-v2 .gws-teaserV3__styles.s-mancity .gws-teaserV3 .gws-teaserV3-action.btn_hollow{border-radius:11.2vw;font-size:3.7333333333vw;line-height:5.6vw;padding:3.2vw 14.9333333333vw}}body.page-v2 .gws-teaserV3__styles.s-mancity .gws-teaserV3 .gws-teaserV3-action:hover{background:#79bfe4}@media screen and (max-width:767.9px){body.page-v2 .gws-teaserV3__styles.s-mancity .gws-teaserV3 .gws-teaserV3-action{font-size:4.8vw}}body.page-v2 .gws-teaserV3__styles.s-mancity .gws-teaserV3 .gws-teaserV3-action:hover{background-color:#fff;border-color:#a2c3e5;color:#a2c3e5!important}body.page-v2 .gws-teaserV3__styles.s-mancity.c-bg-brand .gws-teaserV3 .gws-teaserV3-content{background-color:#a2c3e5}body.page-v2 .gws-teaserV3__styles.c-gap-between{padding-left:10.9375vw;padding-right:10.9375vw}@media screen and (max-width:767.9px){body.page-v2 .gws-teaserV3__styles.c-gap-between{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}body.page-v2 .gws-teaserV3__styles.c-gap-between.mdws-gap-top{margin-top:0;padding-top:3.125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body.page-v2 .gws-teaserV3__styles.c-gap-between.mdws-gap-top{padding-top:5.3333333333vw}}body.page-v2 .gws-teaserV3__styles.c-gap-between.mdws-gap-bottom{margin-bottom:0;padding-bottom:3.125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body.page-v2 .gws-teaserV3__styles.c-gap-between.mdws-gap-bottom{padding-bottom:5.3333333333vw}}html[dir=rtl] .gws-teaserV3__styles:not(.c-bg-brand):not(.s-mancity):not(.c-flex-row):not(.c-flex-row-reverse) .gws-teaserV3-content{padding-left:0;padding-right:5.2083333333vw}@media screen and (max-width:767.9px){html[dir=rtl] .gws-teaserV3__styles:not(.c-bg-brand):not(.s-mancity):not(.c-flex-row):not(.c-flex-row-reverse) .gws-teaserV3-content{padding-left:0;padding-right:0}}html[dir=rtl] .gws-teaserV3__styles.c-flex-row .gws-teaserV3{flex-direction:row-reverse}html[dir=rtl] .gws-teaserV3__styles.c-flex-row-reverse .gws-teaserV3{flex-direction:row}body.page-res-v2 .gws-teaserV3__styles .gws-teaserV3{margin:auto;max-width:1920px}body.page-res-v2 .gws-teaserV3__styles .gws-teaserV3 .gws-teaserV3-content{padding:0 calc(50% - 720px) 0 160px!important}@media screen and (max-width:1440.9px){body.page-res-v2 .gws-teaserV3__styles .gws-teaserV3 .gws-teaserV3-content{padding:5.5555555556vw!important}}@media screen and (max-width:767.9px){body.page-res-v2 .gws-teaserV3__styles .gws-teaserV3 .gws-teaserV3-content{padding:8vw 5.3333333333vw!important}}body.page-res-v2 .gws-teaserV3__styles .gws-teaserV3 .gws-teaserV3-title{font-size:40px;line-height:48px}@media screen and (max-width:1440.9px){body.page-res-v2 .gws-teaserV3__styles .gws-teaserV3 .gws-teaserV3-title{font-size:2.7777777778vw;line-height:1.2}}@media screen and (max-width:767.9px){body.page-res-v2 .gws-teaserV3__styles .gws-teaserV3 .gws-teaserV3-title{font-size:5.3333333333vw;line-height:normal}}body.page-res-v2 .gws-teaserV3__styles .gws-teaserV3 .gws-teaserV3-desc{font-size:20px;line-height:28px;margin-top:20px}@media screen and (max-width:1440.9px){body.page-res-v2 .gws-teaserV3__styles .gws-teaserV3 .gws-teaserV3-desc{font-size:1.3888888889vw;line-height:1.4;margin-top:1.3888888889vw}}@media screen and (max-width:767.9px){body.page-res-v2 .gws-teaserV3__styles .gws-teaserV3 .gws-teaserV3-desc{font-size:3.2vw;line-height:normal;margin-top:2.1333333333vw}}body.page-res-v2 .gws-teaserV3__styles .gws-teaserV3 .gws-teaserV3-operate{margin-top:20px}@media screen and (max-width:1440.9px){body.page-res-v2 .gws-teaserV3__styles .gws-teaserV3 .gws-teaserV3-operate{margin-top:1.3888888889vw}}@media screen and (max-width:767.9px){body.page-res-v2 .gws-teaserV3__styles .gws-teaserV3 .gws-teaserV3-operate{margin-top:2.1333333333vw}}body.page-res-v2 .gws-teaserV3__styles.c-flex-row-reverse:not(.s-text-aligned-edge):not(.s-card-Them) .gws-teaserV3 .gws-teaserV3-content{padding:0 160px 0 calc(50% - 720px)!important}@media screen and (max-width:1440.9px){body.page-res-v2 .gws-teaserV3__styles.c-flex-row-reverse:not(.s-text-aligned-edge):not(.s-card-Them) .gws-teaserV3 .gws-teaserV3-content{padding:5.5555555556vw!important}}@media screen and (max-width:767.9px){body.page-res-v2 .gws-teaserV3__styles.c-flex-row-reverse:not(.s-text-aligned-edge):not(.s-card-Them) .gws-teaserV3 .gws-teaserV3-content{padding:8vw 5.3333333333vw!important}}body.page-res-v2 .gws-teaserV3__styles:not(.s-mancity):not(.s-mancity-v2):not(.s-text-aligned-edge):not(.s-card-Them) .gws-teaserV3-action{word-wrap:break-word;border-radius:2.0833333333vw;cursor:pointer;display:inline-block;font-size:16px;line-height:18px;min-width:100px;padding:13px 24px!important;text-align:center;white-space:normal}@media screen and (max-width:767.9px){body.page-res-v2 .gws-teaserV3__styles:not(.s-mancity):not(.s-mancity-v2):not(.s-text-aligned-edge):not(.s-card-Them) .gws-teaserV3-action{border-radius:8.5333333333vw}}@media screen and (max-width:1440.9px){body.page-res-v2 .gws-teaserV3__styles:not(.s-mancity):not(.s-mancity-v2):not(.s-text-aligned-edge):not(.s-card-Them) .gws-teaserV3-action{font-size:1.1111111111vw;line-height:1.25vw;min-width:6.9444444444vw;padding:.9027777778vw 1.6666666667vw!important}}@media screen and (max-width:767.9px){body.page-res-v2 .gws-teaserV3__styles:not(.s-mancity):not(.s-mancity-v2):not(.s-text-aligned-edge):not(.s-card-Them) .gws-teaserV3-action{border-radius:8.5333333333vw!important;font-size:3.7333333333vw!important;line-height:4.2666666667vw!important;min-width:21.3333333333vw!important;padding:2.6666666667vw 4.2666666667vw!important}}body.page-res-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3{padding-left:0;padding-right:0}body.page-res-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content{padding:80px!important}body.page-res-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-title{font-size:24px;line-height:30px}body.page-res-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-desc{font-size:16px;line-height:24px;margin-top:20px}body.page-res-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-operate{line-height:normal;margin-top:20px}body.page-res-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-operate .gws-teaserV3-action{font-size:16px;line-height:normal}body.page-res-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-operate .gws-teaserV3-action:after{height:14px;margin-left:4px;width:14px}@media screen and (max-width:1440.9px){body.page-res-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content{padding:5.5555555556vw!important}body.page-res-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-title{font-size:1.6666666667vw;line-height:2.0833333333vw}body.page-res-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-desc{font-size:1.1111111111vw;line-height:1.6666666667vw;margin-top:1.3888888889vw}body.page-res-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-operate{margin-top:1.3888888889vw}body.page-res-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-operate .gws-teaserV3-action{font-size:1.1111111111vw}body.page-res-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-operate .gws-teaserV3-action:after{height:.9722222222vw;margin-left:.2777777778vw;width:.9722222222vw}}@media screen and (max-width:767.9px){body.page-res-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content{border-radius:0 0 .2083333333vw .2083333333vw;margin:0;padding:5.3333333333vw!important}body.page-res-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-title{font-size:4.2666666667vw;line-height:normal}body.page-res-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-desc{font-size:3.2vw;line-height:4.2666666667vw;margin-top:5.3333333333vw}body.page-res-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-operate{margin-top:5.3333333333vw}body.page-res-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-operate .gws-teaserV3-action{font-size:3.7333333333vw}body.page-res-v2 .gws-teaserV3__styles.s-card-Them .gws-teaserV3 .gws-teaserV3-content .gws-teaserV3-operate .gws-teaserV3-action:after{height:2.1333333333vw;margin-left:1.0666666667vw;width:2.1333333333vw}}body.page-res-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3{padding-left:0;padding-right:0}body.page-res-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-asset{align-items:center;display:flex}body.page-res-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-asset .gws-img{width:100%}body.page-res-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-asset-hover{top:50%;transform:translateY(-50%)}body.page-res-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-content{justify-content:center;padding:0 0 0 80px!important}@media screen and (max-width:1440.9px){body.page-res-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-content{padding:0 0 0 5.5555555556vw!important}}@media screen and (max-width:767.9px){body.page-res-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-content{margin-bottom:0;margin-top:0;padding:8vw 5.3333333333vw 10.6666666667vw!important}}body.page-res-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-title{color:#333;font-size:40px;font-weight:500;line-height:normal}@media screen and (max-width:1440.9px){body.page-res-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-title{font-size:2.7777777778vw}}@media screen and (max-width:767.9px){body.page-res-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-title{font-size:5.3333333333vw}}body.page-res-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-desc{color:#707070;font-size:20px;line-height:normal;margin-top:20px}@media screen and (max-width:1440.9px){body.page-res-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-desc{font-size:1.3888888889vw;margin-top:1.3888888889vw}}@media screen and (max-width:767.9px){body.page-res-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-desc{font-size:3.2vw;margin-top:2.1333333333vw}}body.page-res-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-operate{margin-top:20px}@media screen and (max-width:1440.9px){body.page-res-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-operate{margin-top:1.3888888889vw}}@media screen and (max-width:767.9px){body.page-res-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-operate{margin-top:3.2vw}}body.page-res-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-action{word-wrap:break-word;background-color:#fff;border:1px solid #c2c2c2;border-radius:2.0833333333vw;color:#333;cursor:pointer;display:inline-block;font-size:16px;height:auto;line-height:18px;min-width:100px;padding:13px 24px!important;text-align:center;white-space:normal}@media screen and (max-width:767.9px){body.page-res-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-action{border-radius:8.5333333333vw}}body.page-res-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-action:hover{border-color:#0083de!important;color:#0083de!important;cursor:pointer!important}body.page-res-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-action:active{border-color:#077dce!important;color:#077dce!important}body.page-res-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-action.mdws-btn--disabled,body.page-res-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-action[disabled]{border-color:#d6d6d6!important;color:#d6d6d6!important}@media screen and (max-width:1440.9px){body.page-res-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-action{font-size:1.1111111111vw;line-height:1.25vw;min-width:6.9444444444vw;padding:.9027777778vw 1.6666666667vw!important}}@media screen and (max-width:767.9px){body.page-res-v2 .gws-teaserV3__styles.s-text-aligned-edge .gws-teaserV3 .gws-teaserV3-action{border-radius:8.5333333333vw!important;font-size:3.7333333333vw!important;line-height:4.2666666667vw!important;min-width:21.3333333333vw!important;padding:2.6666666667vw 4.2666666667vw!important}}body.page-res-v2 .gws-teaserV3__styles.s-text-aligned-edge.c-flex-row-reverse .gws-teaserV3 .gws-teaserV3-content{padding:0 80px 0 0!important}@media screen and (max-width:1440.9px){body.page-res-v2 .gws-teaserV3__styles.s-text-aligned-edge.c-flex-row-reverse .gws-teaserV3 .gws-teaserV3-content{padding:0 5.5555555556vw 0 0!important}}@media screen and (max-width:767.9px){body.page-res-v2 .gws-teaserV3__styles.s-text-aligned-edge.c-flex-row-reverse .gws-teaserV3 .gws-teaserV3-content{padding:8vw 5.3333333333vw 10.6666666667vw!important}}body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3{padding-left:0;padding-right:0}@media screen and (min-width:1920px){body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3{margin:0 auto;width:1920px}}body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-content{background-color:#fff;padding:0 calc(50% - 720px) 0 160px!important}@media screen and (max-width:1600px){body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-content{padding:0 calc(50% - 640px) 0 80px!important}}@media screen and (max-width:1440.9px){body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-content{padding:0 calc(50% - 44.44444vw) 0 5.5555555556vw!important}}@media screen and (max-width:767.9px){body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-content{padding:8vw 5.3333333333vw 10.6666666667vw!important}}body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-title{color:#333;font-size:40px;font-weight:500;line-height:48px}@media screen and (max-width:1440.9px){body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-title{font-size:2.7777777778vw;line-height:3.3333333333vw}}@media screen and (max-width:767.9px){body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-title{font-size:5.3333333333vw;line-height:normal;width:100%}}body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-desc{color:#707070;font-size:20px;line-height:28px;margin-top:20px}@media screen and (max-width:1440.9px){body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-desc{font-size:1.3888888889vw;line-height:1.9444444444vw;margin-top:1.3888888889vw}}@media screen and (max-width:767.9px){body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-desc{font-size:3.2vw;line-height:normal;margin-top:2.6666666667vw;width:100%}}body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-operate{margin-top:20px}@media screen and (max-width:1440.9px){body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-operate{margin-top:1.3888888889vw}}@media screen and (max-width:767.9px){body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-operate{margin-top:5.3333333333vw}}body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-action{word-wrap:break-word;background:linear-gradient(90deg,#2b85c3,#37a6f3);border-radius:2.0833333333vw;color:#fff;cursor:pointer;display:inline-block;font-size:16px;height:auto;line-height:18px;min-width:100px;padding:13px 24px!important;text-align:center;white-space:normal}@media screen and (max-width:767.9px){body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-action{border-radius:8.5333333333vw}}body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-action:hover{background:#0083de}body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-action:active{background:#077dce}body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-action.mdws-btn--disabled,body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-action.mdws-btn--disabled:hover,body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-action[disabled],body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-action[disabled]:hover{background:#d6d6d6!important}@media screen and (max-width:1440.9px){body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-action{font-size:1.1111111111vw;line-height:1.25vw;min-width:6.9444444444vw;padding:.9027777778vw 1.6666666667vw!important}}@media screen and (max-width:767.9px){body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2 .gws-teaserV3 .gws-teaserV3-action{border-radius:8.5333333333vw!important;font-size:3.7333333333vw!important;line-height:4.2666666667vw!important;min-width:21.3333333333vw!important;padding:2.6666666667vw 4.2666666667vw!important}}body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2.c-flex-row-reverse .gws-teaserV3 .gws-teaserV3-content{padding:0 160px 0 calc(50% - 720px)!important}@media screen and (max-width:1600px){body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2.c-flex-row-reverse .gws-teaserV3 .gws-teaserV3-content{padding:0 80px 0 calc(50% - 640px)!important}}@media screen and (max-width:1440.9px){body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2.c-flex-row-reverse .gws-teaserV3 .gws-teaserV3-content{padding:0 5.5555555556vw 0 calc(50% - 44.44444vw)!important}}@media screen and (max-width:767.9px){body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2.c-flex-row-reverse .gws-teaserV3 .gws-teaserV3-content{padding:8vw 5.3333333333vw 10.6666666667vw!important}}body.page-res-v2 .gws-teaserV3__styles.s-mancity-v2.c-bg-brand .gws-teaserV3-content{background-color:#a2c3e5}body.page-res-v2 .gws-teaserV3__styles.c-gap-between{margin:auto;width:1440px}@media screen and (min-width:1600px){body.page-res-v2 .gws-teaserV3__styles.c-gap-between{padding-left:0;padding-right:0}}@media screen and (max-width:1600px){body.page-res-v2 .gws-teaserV3__styles.c-gap-between{padding-left:80px;padding-right:80px;width:unset}}@media screen and (max-width:1440.9px){body.page-res-v2 .gws-teaserV3__styles.c-gap-between{padding-left:5.5555555556vw;padding-right:5.5555555556vw}}@media screen and (max-width:767.9px){body.page-res-v2 .gws-teaserV3__styles.c-gap-between{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}body.page-res-v2 .gws-teaserV3__styles.c-gap-between.mdws-gap-top{margin-top:0;padding-top:3.125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body.page-res-v2 .gws-teaserV3__styles.c-gap-between.mdws-gap-top{padding-top:5.3333333333vw}}body.page-res-v2 .gws-teaserV3__styles.c-gap-between.mdws-gap-bottom{margin-bottom:0;padding-bottom:3.125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body.page-res-v2 .gws-teaserV3__styles.c-gap-between.mdws-gap-bottom{padding-bottom:5.3333333333vw}}body.page-res-v2 .gws-carousel__container .gws-teaserV3__styles{width:unset}.mdws-ugc{padding:0 4.1666666667vw}@media screen and (max-width:767.9px){.mdws-ugc{padding:0 5.3333333333vw}}.mdws-ugc__hidden{display:none!important}.mdws-ugc__container{position:relative}@media screen and (max-width:767.9px){.mdws-ugc__wrap .swiper-wrapper{display:flex;flex-direction:column}}.mdws-ugc__item{width:33.33333333%}@media screen and (max-width:767.9px){.mdws-ugc__item:first-child .mdws-ugc__item-container:first-child{padding:5.3333333333vw}}.mdws-ugc__item-container{background:rgba(31,148,210,.1);border-radius:.2083333333vw;margin-top:1.0416666667vw;padding:1.0416666667vw;transition:background-color .3s ease}@media screen and (max-width:767.9px){.mdws-ugc__item-container{border-radius:1.0666666667vw;margin-top:2.6666666667vw;padding:2.6666666667vw 5.3333333333vw}}.mdws-ugc__item-container:first-child{margin-top:0}.mdws-ugc__item:nth-child(odd) .mdws-ugc__item-container:first-child .mdws-ugc__detail{display:none}.mdws-ugc__item:nth-child(odd) .mdws-ugc__item-container:last-child{background-color:#f7f7f7}@media screen and (max-width:767.9px){.mdws-ugc__item:nth-child(odd) .mdws-ugc__item-container:last-child{background-color:rgba(31,148,210,.1)}}.mdws-ugc__item:nth-child(odd) .mdws-ugc__item-container:last-child .mdws-ugc__detail{display:block}@media screen and (max-width:767.9px){.mdws-ugc__item:nth-child(odd) .mdws-ugc__item-container:last-child .mdws-ugc__detail{display:none}}.mdws-ugc__item:nth-child(2n) .mdws-ugc__item-container:first-child{background-color:#f7f7f7}@media screen and (max-width:767.9px){.mdws-ugc__item:nth-child(2n) .mdws-ugc__item-container:first-child{background-color:rgba(31,148,210,.1)}}.mdws-ugc__item:nth-child(2n) .mdws-ugc__item-container:first-child .mdws-ugc__detail{display:block}@media screen and (max-width:767.9px){.mdws-ugc__item:nth-child(2n) .mdws-ugc__item-container:first-child .mdws-ugc__detail{display:none}}.mdws-ugc__item:nth-child(2n) .mdws-ugc__item-container:last-child .mdws-ugc__detail{display:none}@media screen and (max-width:767.9px){.mdws-ugc__item{border-radius:1.0666666667vw;margin-top:2.6666666667vw;width:100%}.mdws-ugc__item:first-child{margin-top:0}.mdws-ugc__item:first-child .mdws-ugc__item-container:first-child{background-color:#f7f7f7}.mdws-ugc__item:first-child .mdws-ugc__item-container:first-child .mdws-ugc__detail{display:block}.mdws-ugc__item:first-child .mdws-ugc__item-container:last-child{background:rgba(31,148,210,.1)}.mdws-ugc__item:first-child .mdws-ugc__item-container:last-child .mdws-ugc__detail{display:none}}.mdws-ugc__expand{background-color:#f7f7f7!important}@media screen and (max-width:767.9px){.mdws-ugc__expand{padding:5.3333333333vw!important}}.mdws-ugc__close{background-color:rgba(31,148,210,.1)!important}@media screen and (max-width:767.9px){.mdws-ugc__close{padding:2.6666666667vw 5.3333333333vw!important}}.mdws-ugc__basic-info{align-items:center;display:flex}.mdws-ugc__avatar{background:linear-gradient(135deg,#fff,hsla(0,0%,97%,0));border:2px solid #fff;border-radius:100%;height:3.3333333333vw;margin-right:1.0416666667vw;overflow:hidden;width:3.3333333333vw}.mdws-ugc__avatar picture{height:100%;width:100%}@media screen and (max-width:767.9px){.mdws-ugc__avatar{height:10.6666666667vw;margin-right:2.6666666667vw;width:10.6666666667vw}}.mdws-ugc__avatar-text{align-items:center;color:#1f94d2;display:flex;font-size:1.875vw;font-weight:500;height:100%;justify-content:center}@media screen and (max-width:767.9px){.mdws-ugc__avatar-text{font-size:6vw}}.mdws-ugc__avatar-img{height:100%;width:100%}.mdws-ugc__avatar-img img{height:100%;object-fit:cover;width:100%}.mdws-ugc__info-desc{flex:1;letter-spacing:0}.mdws-ugc__info-name{color:#333;font-size:1.25vw;font-weight:500;line-height:1.5625vw}@media screen and (max-width:767.9px){.mdws-ugc__info-name{font-size:3.7333333333vw;line-height:4.8vw}}.mdws-ugc__info-post{color:#707070;font-size:1.0416666667vw;font-weight:400}@media screen and (max-width:767.9px){.mdws-ugc__info-post{font-size:3.2vw}}.mdws-ugc__detail-desc{-webkit-line-clamp:5;-webkit-box-orient:vertical;color:#707070;display:-webkit-box;font-size:.9375vw;font-weight:400;height:5.7291666667vw;letter-spacing:0;line-height:1.1458333333vw;margin:1.0416666667vw 0;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:767.9px){.mdws-ugc__detail-desc{-webkit-line-clamp:7;-webkit-box-orient:vertical;display:-webkit-box;font-size:3.2vw;height:26.1333333333vw;line-height:3.7333333333vw;margin:5.3333333333vw 0;overflow:hidden;text-overflow:ellipsis}}.mdws-ugc__detail-img,.mdws-ugc__detail-video{height:15.625vw;width:100%}.mdws-ugc__detail-img .gws-video__play,.mdws-ugc__detail-video .gws-video__play{height:3.125vw;width:3.125vw}@media screen and (max-width:767.9px){.mdws-ugc__detail-img .gws-video__play,.mdws-ugc__detail-video .gws-video__play{height:16vw;width:16vw}.mdws-ugc__detail-img,.mdws-ugc__detail-video{height:44vw}}.mdws-ugc__detail-img img,.mdws-ugc__detail-video img{height:100%;object-fit:cover;width:100%}.mdws-ugc__detail-img .gws-img,.mdws-ugc__detail-img .gws-video,.mdws-ugc__detail-img .gws-video__container,.mdws-ugc__detail-img .gws-video__styles,.mdws-ugc__detail-video .gws-img,.mdws-ugc__detail-video .gws-video,.mdws-ugc__detail-video .gws-video__container,.mdws-ugc__detail-video .gws-video__styles{height:100%}.mdws-ugc__detail-img picture,.mdws-ugc__detail-video picture{height:100%;width:100%}.mdws-ugc .ugc-swiper-button{cursor:pointer;height:1.25vw;position:absolute;top:50%;transform:translateY(-50%);width:1.25vw}@media screen and (max-width:767.9px){.mdws-ugc .ugc-swiper-button{display:none}}.mdws-ugc .swiper-button_prev{left:-2.0833333333vw}.mdws-ugc .swiper-button_prev:before{border-bottom:.1041666667vw solid #858585;border-left:.1041666667vw solid #858585;content:"";display:inline-block;height:1.0416666667vw;left:50%;position:absolute;top:50%;transform:translate(-25%,-50%) rotate(45deg);width:1.0416666667vw}@media screen and (max-width:767.9px){.mdws-ugc .swiper-button_prev:before{border-bottom:.5333333333vw solid #858585;border-left:.5333333333vw solid #858585;height:5.3333333333vw;width:5.3333333333vw}}.mdws-ugc .swiper-button_next{right:-2.0833333333vw}.mdws-ugc .swiper-button_next:before{border-right:.1041666667vw solid #858585;border-top:.1041666667vw solid #858585;content:"";display:inline-block;height:1.0416666667vw;left:50%;position:absolute;top:50%;transform:translate(-75%,-50%) rotate(45deg);width:1.0416666667vw}@media screen and (max-width:767.9px){.mdws-ugc .swiper-button_next:before{border-right:.5333333333vw solid #858585;border-top:.5333333333vw solid #858585;height:5.3333333333vw;width:5.3333333333vw}}.mdws-ugc .ugc-btn-hide,.mdws-ugc__down-arrow{display:none}@media screen and (max-width:767.9px){.mdws-ugc__down-arrow{display:block;height:7.4666666667vw;margin-top:2.6666666667vw;padding:1.6vw 0;position:relative}.mdws-ugc__down-arrow:before{border-right:.1041666667vw solid #707070;border-top:.1041666667vw solid #707070;content:"";display:inline-block;height:.625vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-75%) rotate(135deg);width:.625vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-ugc__down-arrow:before{border-right:.5333333333vw solid #707070;border-top:.5333333333vw solid #707070;height:3.2vw;width:3.2vw}}.mdws-ugc__bottom-line .mdws-ugc__container{border-bottom:1px solid #d6d6d6}html[dir=rtl] header .nav_link{margin-left:2.0833333333vw;margin-right:0}html[dir=rtl] header .nav_lang{margin-left:0;margin-right:2.0833333333vw}html[dir=rtl] header .nav_lang_img{margin-left:.5208333333vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] header .nav_lang_img{margin-left:2.6666666667vw}}html[dir=rtl] header .nav_lang:after{margin-left:0;margin-right:20px;right:-4px}html[dir=rtl] header .nav_search_input{padding-left:0;padding-right:2.2395833333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] header .nav_search_input{padding-left:0;padding-right:11.4666666667vw}}html[dir=rtl] header .nav_search_submit{left:0;right:.78125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] header .nav_search_submit{left:0;right:8vw}}html[dir=rtl] header .nav_search_close{margin-left:0;margin-right:1.0416666667vw}html[dir=rtl] header .nav_lang_wraper_close{left:5.2083333333vw;right:auto!important}html[dir=rtl] header .nav_lang_item_img{margin-left:.78125vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] header .nav_lang_item_img{margin-left:2.6666666667vw;margin-right:0}}html[dir=rtl] footer{overflow:hidden}html[dir=rtl] footer .footer_social_link{margin-bottom:0;margin-left:12%;margin-right:0;padding-top:3px}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] footer .footer_social_link{margin:0!important}}html[dir=rtl] footer .footer_subscribe_email{padding:0 1.3020833333vw 0 1.0416666667vw}html[dir=rtl] footer .footer_subscribe_submit{left:0;right:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] footer .footer_links_tit:after,html[dir=rtl] footer .footer_links_tit:before{left:0;right:auto}}html[dir=rtl] footer .footer_links_tit:after{height:3.4666666667vw;left:1.6vw;right:auto;width:1px}html[dir=rtl] .home-help-info .home-help-container ul li a span{margin-right:.625vw;transform:rotate(180deg)}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .home-help-info .home-help-container ul li a span{margin-right:3.2vw}}html[dir=rtl] .support-banner .content-right .textInfo-bg{justify-content:flex-start!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .home-new-products .md-container .featured-products-holder .product-swiper-pagination .swiper-pagination-bullet:first-child{margin-left:5.3333333333vw}}html[dir=rtl] .home-new-products .md-container .featured-products-holder .new-product-list-swiper .description-holder .short-spec .msrp-holder span,html[dir=rtl] .home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .description-holder .short-spec .msrp-holder span{margin-left:.2604166667vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .home-new-products .md-container .featured-products-holder .new-product-list-swiper .description-holder .short-spec .msrp-holder span,html[dir=rtl] .home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .description-holder .short-spec .msrp-holder span{margin-left:1.3333333333vw;margin-right:0}html[dir=rtl] .home-new-products .md-container .featured-products-holder .new-product-list-swiper .description-holder{text-align:center}}html[dir=rtl] .home-new-products .md-container .featured-products-holder .info-holder .subtitle{text-align:right}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .home-new-products .md-container .featured-products-holder .info-holder .subtitle{text-align:center}}html[dir=rtl] .cookie .cookie-btn .privacy-settings.btn{margin-left:0;margin-right:10px}html[dir=rtl] .cookie .cookie-close{left:.3125vw;right:auto;text-align:center}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .cookie .cookie-close{left:3.2vw}}html[dir=rtl] .cookie .cookie-desc{padding-left:0;padding-right:2.6041666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .cookie .cookie-desc{padding:0 13.3333333333vw 0 10.6666666667vw}html[dir=rtl] .cookie .cookie-content{padding:5.3333333333vw 5.3333333333vw 4vw 0}}html[dir=rtl] .cookie .cookie-desc-attention{right:0}html[dir=rtl] .home-new-products .md-container .featured-products-holder .info-holder{text-align:right}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .home-new-products .md-container .featured-products-holder .info-holder{text-align:center}html[dir=rtl] .home-new-products .md-container .featured-products-holder .new-product-list-swiper .image-holder img{bottom:0;margin:auto}}html[dir=rtl] .home-comtainer-swiper .home-swiper-btn-prev{left:5.2083333333vw;right:auto}html[dir=rtl] .home-comtainer-swiper .home-swiper-btn-next{left:9.8958333333vw;right:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .home-new-products .md-container .featured-products-holder .new-product-list-swiper .description-holder .info-holder .subtitle,html[dir=rtl] .home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .description-holder .info-holder .subtitle{text-align:center}}html[dir=rtl] .about-list-tap .md-container .about-list{direction:ltr}html[dir=rtl] .home-comtainer-swiper .home-swiper-pagination .swiper-pagination-bullet:first-child{margin-left:1.5625vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .home-comtainer-swiper .home-swiper-pagination .swiper-pagination-bullet:first-child{margin-left:5.3333333333vw}html[dir=rtl] .about-list-tap .md-container .about-list .about-list-text .text1,html[dir=rtl] .about-list-tap .md-container .about-list .about-list-text .text2{text-align:center}}html[dir=rtl] .about-tap .md-container .about-tap-main .about-tap-right{left:0;right:auto}html[dir=rtl] .arrow-icon{margin-left:.5208333333vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .arrow-icon{margin-left:2.6666666667vw}}html[dir=rtl] .result-card ul{padding-left:0;padding-right:1.0416666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .result-card ul{padding-right:5.3333333333vw}}html[dir=rtl] .result-card li:before{margin-left:0!important;margin-right:-1.3020833333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .result-card li:before{margin-right:-4.9333333333vw}}html[dir=rtl] .buy-btn svg{margin-left:.5208333333vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .buy-btn svg{margin-left:2.6666666667vw}}html[dir=rtl] .container-compare-pro .product-close{left:-.625vw;right:0;text-align:left}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .container-compare-pro .product-close{left:-.5208333333vw}}html[dir=rtl] .container-compare-pro .product-close a{display:inline-block;width:1.5625vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .container-compare-pro .product-close a{width:5.8666666667vw}}html[dir=rtl] .fiex-image .product-div .product-close{left:-.625vw;right:0;text-align:left}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .fiex-image .product-div .product-close{left:-.5208333333vw}}html[dir=rtl] .fiex-image .product-div .product-close a{display:inline-block;width:1.5625vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .fiex-image .product-div .product-close a{width:5.8666666667vw}}html[dir=rtl] .fiex-image .fiex-image-div{padding-left:0!important;padding-right:18.125vw!important}html[dir=rtl] .container-compare-pro .table-holder th{text-align:right}html[dir=rtl] .news_float_block{left:0;right:auto!important}html[dir=rtl] .news_share span{margin-left:1.3020833333vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .news_share span{margin-left:0;margin-right:1.3333333333vw}html[dir=rtl] .news_share_list li:first-child{margin-left:5.3333333333vw}html[dir=rtl] .news_share_list .news_share_print{margin-left:0}}html[dir=rtl] .rich-text-main .midea_rte ol li{padding-left:0;padding-right:2.8645833333vw;text-align:right}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .rich-text-main .midea_rte ol li{padding-right:10.6666666667vw}}html[dir=rtl] .rich-text-main .midea_rte ol li:before{left:auto;right:0}html[dir=rtl] .rich-text-main .midea_rte ul li{padding-left:0;padding-right:2.1354166667vw;text-align:right}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .rich-text-main .midea_rte ul li{padding-right:8vw}}html[dir=rtl] .rich-text-main .midea_rte ul li:before{left:auto;right:0}html[dir=rtl] .hbt_download_item:after{left:.2083333333vw;right:auto;transform:translateY(-50%) rotate(135deg)}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .hbt_download_item:after{left:1.0666666667vw}}html[dir=rtl] .disigner_profile_content img{margin-left:2.0833333333vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .disigner_profile_content img{margin-left:5.3333333333vw}}html[dir=rtl] .blockquote{padding:1.5625vw 4.6875vw 0 0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .blockquote{padding:18.6666666667vw .78125vw 0}}html[dir=rtl] .blockquote.blockquote_fact{padding:.3125vw 0 0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .blockquote.blockquote_fact{padding:18.6666666667vw 4vw 0}}html[dir=rtl] .blockquote_content img{left:auto;right:-4.6875vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .blockquote_content img{right:0}}html[dir=rtl] .blockquote.blockquote_fact .blockquote_content:before{left:auto;right:0}html[dir=rtl] .social_share_item_content_author span{margin-left:0;margin-right:.78125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .social_share_item_content_author span{margin-right:4vw}}html[dir=rtl] .social_share_item:nth-child(5){right:37%}html[dir=rtl] .social_share_info_links li:first-child{padding-left:1.5625vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .social_share_info_links li:first-child{padding-left:8vw}}html[dir=rtl] .social_share_info_links li:last-child{padding-left:0}html[dir=rtl] .social-media .social-media-item-icon{margin-left:1.40625vw;margin-right:0}html[dir=rtl] .social-media .social-media-prev{left:45%;position:absolute}html[dir=rtl] .social-media .social-media-next{position:absolute;right:45%}html[dir=rtl] .manuals .manuals-item .file-description{margin-left:0;margin-right:1.0416666667vw;text-align:right}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .manuals .manuals-item .file-description{text-align:center}}html[dir=rtl] .manuals .manuals-item .file-description .download{padding-left:0;padding-right:1.5625vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .manuals .manuals-item .file-description .download{padding-right:8vw}}html[dir=rtl] .manuals .manuals-item .file-description .download:before{left:auto;right:.1041666667vw}html[dir=rtl] .hbt-retailer .support-main-tabs-content .support-contact li img{margin-left:.8333333333vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .hbt-retailer .support-main-tabs-content .support-contact li img{margin-left:4.2666666667vw;margin-right:0}}html[dir=rtl] .press_news_list_item h4,html[dir=rtl] .press_news_list_item p,html[dir=rtl] .press_news_list_item span{text-align:right}html[dir=rtl] .solution .description-holder .link .arrow{margin-left:0;margin-right:.78125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .solution .description-holder .link .arrow{margin-right:4vw}}html[dir=rtl] .my-product .md-container .holder .product-full-image .swiper-container .swiper-wrapper .swiper-slide .target{left:auto;right:100%}html[dir=rtl] .my-product .md-container .holder .description-block-warp .description-block .h3,html[dir=rtl] .my-product .md-container .holder .description-block-warp .description-block h3,html[dir=rtl] .my-product .md-container .holder .description-block-warp .description-block li .advantages p,html[dir=rtl] .my-product .md-container .holder .description-block-warp .description-block>p,html[dir=rtl] .my-product .md-container .holder .description-block-warp .h6,html[dir=rtl] .my-product .md-container .holder .description-block-warp h6,html[dir=rtl] .my-product-manuals .air-accordion-container .content-hidden .manual-list li .file-description .file-description-title,html[dir=rtl] .my-product-manuals .air-accordion-container .content-hidden .manual-list li .file-description span{text-align:right}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .my-product .md-container .holder .description-block-warp .description-block .h3,html[dir=rtl] .my-product .md-container .holder .description-block-warp .description-block h3,html[dir=rtl] .my-product .md-container .holder .description-block-warp .description-block li .advantages p,html[dir=rtl] .my-product .md-container .holder .description-block-warp .description-block>p,html[dir=rtl] .my-product .md-container .holder .description-block-warp .h6,html[dir=rtl] .my-product .md-container .holder .description-block-warp h6,html[dir=rtl] .my-product-manuals .air-accordion-container .content-hidden .manual-list li .file-description .file-description-title,html[dir=rtl] .my-product-manuals .air-accordion-container .content-hidden .manual-list li .file-description span{text-align:center}}html[dir=rtl] .my-product .md-container .holder .gallery-new .category-new,html[dir=rtl] .my-product .md-container .holder .gallery-new .category-sale{left:3.6458333333vw;right:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .my-product .md-container .holder .gallery-new .category-new,html[dir=rtl] .my-product .md-container .holder .gallery-new .category-sale{left:5.3333333333vw;right:auto}}html[dir=rtl] .product-details-swiper-mfp .mfp-container .slick-close{left:-4.1666666667vw;right:auto}html[dir=rtl] .my-product .md-container .holder .product-full-image .swiper-container .swiper-wrapper .swiper-slide:before{left:1.4583333333vw;right:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .my-product .md-container .holder .product-full-image .swiper-container .swiper-wrapper .swiper-slide:before{left:4.8vw;right:auto}}html[dir=rtl] .my-product .md-container .holder .description-block-warp .description-block li .advantages{margin-left:0;margin-right:1.0416666667vw}html[dir=rtl] .my-product .md-container .holder .description-block-warp .energy-content .text{margin-left:0}html[dir=rtl] .my-product .md-container .holder .description-block-warp .buy-block .button:link{margin-left:2.34375vw;margin-right:0}html[dir=rtl] .my-product-full-specifications .air-accordion-container .container-switch .arrow-icon,html[dir=rtl] .my-product-manuals .air-accordion-container .container-switch .arrow-icon,html[dir=rtl] .my-product-reviews .air-accordion-container .container-switch .arrow-icon{left:2.0833333333vw;right:auto}html[dir=rtl] .my-product-full-specifications .air-accordion-container .content-hidden .specifications-list li .title,html[dir=rtl] .my-product-full-specifications .air-accordion-container .content-hidden .specifications-list li ul li div{text-align:right}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .my-product-full-specifications .air-accordion-container .content-hidden .specifications-list li .title{text-align:center}}html[dir=rtl] .my-product-info-product .info-product-container ul li{text-align:right}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .my-product-info-product .info-product-container ul li{text-align:center}}html[dir=rtl] .product-anchor-point{text-align:left}html[dir=rtl] .my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .head .holder .head-rating{margin-left:6.25vw;margin-right:0}html[dir=rtl] .my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .reviews-list li .detail-reviews ul{margin-left:6.5104166667vw;margin-right:0}html[dir=rtl] .my-product-manuals .air-accordion-container .content-hidden .manual-list li .file-description a .download-icon{margin-left:.5208333333vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .my-product-manuals .air-accordion-container .content-hidden .manual-list li .file-description a .download-icon{margin-left:2.6666666667vw;margin-right:0}}html[dir=rtl] .my-product-manuals .air-accordion-container .content-hidden .manual-list li .file-description{margin-left:0;margin-right:1.8229166667vw}html[dir=rtl] .product-list .product .variety .item+.item,html[dir=rtl] .search-holder .product .variety .item+.item{margin-left:0;margin-right:.2604166667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-list .product .variety .item+.item,html[dir=rtl] .search-holder .product .variety .item+.item{margin-right:1.3333333333vw}}html[dir=rtl] .product-list .product .property .item,html[dir=rtl] .search-holder .product .property .item{padding-left:0;padding-right:1.3541666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-list .product .property .item,html[dir=rtl] .search-holder .product .property .item{padding-right:6.9333333333vw}}html[dir=rtl] .product-list .product .property .item:before,html[dir=rtl] .search-holder .product .property .item:before{left:auto;right:0}html[dir=rtl] .product-list .product .energy-content-link .icon,html[dir=rtl] .search-holder .product .energy-content-link .icon{margin-left:.5208333333vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-list .product .energy-content-link .icon,html[dir=rtl] .search-holder .product .energy-content-link .icon{margin-left:2.6666666667vw}}html[dir=rtl] .product-icon-download.list{padding-left:0;padding-right:1.3541666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-icon-download.list{padding-left:0;padding-right:6.9333333333vw}}html[dir=rtl] .product-icon-download.list .download-item{margin-left:.78125vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-icon-download.list .download-item{margin-left:4vw;margin-right:0}}html[dir=rtl] .product-icon-download.list .download-item .icon{margin-left:.78125vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-icon-download.list .download-item .icon{margin-left:4vw;margin-right:0}}html[dir=rtl] .product-details-swiper-mfp .mfp-container .slick-prev{left:5px}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-details-swiper-mfp .mfp-container .slick-close{left:4vw;right:auto}}html[dir=rtl] .my-product-reviews .air-accordion-container .rating,html[dir=rtl] .product-list .product .rating,html[dir=rtl] .product-list .product .rating-style,html[dir=rtl] .search-holder .product .rating,html[dir=rtl] .search-holder .product .rating-style{margin-left:.78125vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .my-product-reviews .air-accordion-container .rating,html[dir=rtl] .product-list .product .rating,html[dir=rtl] .product-list .product .rating-style,html[dir=rtl] .search-holder .product .rating,html[dir=rtl] .search-holder .product .rating-style{margin-left:4vw;margin-right:0}html[dir=rtl] .my-product-reviews .air-accordion-container .content-hidden .reviews-wrapp .head .holder .head-rating .rating{margin-left:6.6666666667vw;margin-right:0}html[dir=rtl] .my-product-full-specifications .air-accordion-container .content-hidden .specifications-list li ul li div,html[dir=rtl] .my-product-manuals .air-accordion-container .content-hidden .manual-list li .file-description .file-description-title,html[dir=rtl] .my-product-manuals .air-accordion-container .content-hidden .manual-list li .file-description span{text-align:center}html[dir=rtl] .my-product-manuals .air-accordion-container .content-hidden .manual-list li{margin-right:0}}html[dir=rtl] .p-w-r .pr-file-input-btn-group .pr-file-input-label{margin-left:.5208333333vw;text-align:right}html[dir=rtl] .pagination .wp-pagenavi .pagination-prev{transform:translateY(0) rotate(1turn)}html[dir=rtl] .product-list .product .color-holder,html[dir=rtl] .product-list .products-listing .product .msrp-holder,html[dir=rtl] .search-holder .product .color-holder,html[dir=rtl] .search-holder .product .msrp-holder{align-items:baseline;display:flex;flex-wrap:wrap;float:none}html[dir=rtl] .registration .holder .form-registration{left:0;right:auto}html[dir=rtl] .registration .holder .about-registration li .icon{margin-left:1.0416666667vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .registration .holder .about-registration li .icon{margin-left:auto;margin-right:auto}}html[dir=rtl] .registration .holder .form-registration .form-wrapper .form-group:last-child{margin-left:0;margin-right:1.0416666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .registration .holder .form-registration .form-wrapper .form-group:last-child{margin-left:0;margin-right:0}}html[dir=rtl] .registration .holder .about-registration{margin-left:8.8541666667vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .registration .holder .about-registration{margin-left:0;margin-right:0}}html[dir=rtl] .registration .holder .about-registration .h3,html[dir=rtl] .registration .holder .about-registration .h5,html[dir=rtl] .registration .holder .about-registration h3,html[dir=rtl] .registration .holder .about-registration h5,html[dir=rtl] .registration .holder .about-registration li p{text-align:right}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .registration .holder .about-registration .h3,html[dir=rtl] .registration .holder .about-registration .h5,html[dir=rtl] .registration .holder .about-registration h3,html[dir=rtl] .registration .holder .about-registration h5,html[dir=rtl] .registration .holder .about-registration li p{text-align:center}}html[dir=rtl] .registration .holder .form-registration .form-group label{margin-left:0!important;margin-right:.5208333333vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .registration .holder .form-registration .form-group label{margin-right:2.6666666667vw!important}html[dir=rtl] .registration .holder .about-registration{margin-left:8.8vw;margin-right:0}}html[dir=rtl] .product-list .clear-filter{margin:0 0 .78125vw 1.0416666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-list .clear-filter{margin:0 0 4vw 5.3333333333vw}}html[dir=rtl] .product-list .filters .item{padding:.2604166667vw .78125vw .2604166667vw 2.0833333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-list .filters .item{padding:1.3333333333vw 4vw 1.3333333333vw 10.6666666667vw}}html[dir=rtl] .product-list .filters .cross{left:.5208333333vw;right:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-list .filters .cross{left:3.2vw}}html[dir=rtl] .product-list .filters .item .category{float:right}html[dir=rtl] .jcf-select .jcf-select-opener{left:1.0416666667vw;right:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .jcf-select .jcf-select-opener{left:5.3333333333vw}}html[dir=rtl] .jcf-select-drop.jcf-compact-multiple .jcf-option:after{left:auto;right:1.3541666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .jcf-select-drop.jcf-compact-multiple .jcf-option:after{right:6.9333333333vw}}html[dir=rtl] .sorter-holder .sort-form .label{margin:0 0 0 1.0416666667vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .sorter-holder .sort-form .label{margin:0 0 0 3.7333333333vw!important}}html[dir=rtl] .search-holder .filter-sidebar{margin-left:3.6458333333vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .search-holder .filter-sidebar{margin-left:0;margin-right:0}html[dir=rtl] .sorter-holder .jcf-select .jcf-select-text{margin:0 2.1333333333vw 0 9.3333333333vw}}html[dir=rtl] .search-holder .form-search .btn-search{left:auto;right:-2.6041666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .search-holder .form-search .btn-search{right:auto}}html[dir=rtl] .search-holder .filter-sidebar .filters-form .fcat-name.active:before{left:auto!important;right:0}html[dir=rtl] .search-holder .filter-sidebar .filters-form .fcat-name:after{left:1.0416666667vw;right:auto!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .search-holder .filter-sidebar .filters-form .fcat-name:after{left:5.3333333333vw}}html[dir=rtl] .store-locator .map-current-location:before{margin-left:.5208333333vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .store-locator .map-current-location:before{margin-left:2.6666666667vw}}html[dir=rtl] .store-locator .map-search-keyword{margin-left:1.0416666667vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .store-locator .map-search-keyword{margin-left:0}}html[dir=rtl] .support-faq .md-container .listMain .list .listLeft{margin-left:1.5625vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .support-faq .md-container .listMain .list .listLeft{margin-left:0}}html[dir=rtl] .support-faq .md-container .listMain .list .listRight .country img{margin-left:.78125vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .support-faq .md-container .listMain .list .listRight .country img{margin-left:4vw}}html[dir=rtl] .support-faq .md-container .listMain .support-btn{left:auto!important;right:0}html[dir=rtl] .support-faq .md-container .listMain .list .listRight .phone-list-main .phone-list .logo-img{margin-left:1.1458333333vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .support-faq .md-container .listMain .list .listRight .phone-list-main .phone-list .logo-img{margin-left:5.8666666667vw}}html[dir=rtl] .support-faq .md-container .listMain .list .listRight .phone-list-main .phone-list .desc{margin-left:1.0416666667vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .support-faq .md-container .listMain .list .listRight .phone-list-main .phone-list .desc{margin-left:5.3333333333vw}}html[dir=rtl] .container-medium-nav .container-medium-nav-text .built-in-dishwashers-links-tit{padding:1.5625vw 1.8229166667vw 1.3020833333vw 2.34375vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .container-medium-nav .container-medium-nav-text .built-in-dishwashers-links-tit{padding:5.3333333333vw 6.6666666667vw 4vw 9.3333333333vw}}html[dir=rtl] .container-medium-nav .container-medium-nav-text .built-in-dishwashers-links-tit:before{left:auto;right:0}html[dir=rtl] .container-medium-content .container-medium-nav-text .built-in-dishwashers-links-tit:after,html[dir=rtl] .container-medium-nav .container-medium-nav-text .built-in-dishwashers-links-tit:after{left:1.5625vw;margin-right:10px;right:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .container-medium-content .container-medium-nav-text .built-in-dishwashers-links-tit:after,html[dir=rtl] .container-medium-nav .container-medium-nav-text .built-in-dishwashers-links-tit:after{left:5.3333333333vw}}html[dir=rtl] .container-medium-nav{margin-left:4.1666666667vw;margin-right:auto}html[dir=rtl] .container-compare-pro .h6-red{text-align:right}html[dir=rtl] .jcf-select-drop.jcf-compact-multiple .jcf-option:before{margin-left:.78125vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .jcf-select-drop.jcf-compact-multiple .jcf-option:before{margin-left:4vw}}html[dir=rtl] header .nav_change_lan{margin-left:0;margin-right:1.5625vw}html[dir=rtl] footer .footer_copyright_link:last-child{margin-right:1.3020833333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] footer .footer_copyright_link:last-child{margin-right:6.6666666667vw}}html[dir=rtl] footer .footer_copyright_link:first-child{margin-right:0}html[dir=rtl] .product-list .product .product-new,html[dir=rtl] .product-list .product .product-sale,html[dir=rtl] .search-holder .product .product-new,html[dir=rtl] .search-holder .product .product-sale{left:.8333333333vw;right:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-list .product .product-new,html[dir=rtl] .product-list .product .product-sale,html[dir=rtl] .search-holder .product .product-new,html[dir=rtl] .search-holder .product .product-sale{left:4.2666666667vw}}html[dir=rtl] .my-product .md-container .holder .slider-thumbnail .slick-next{left:-3.125vw;right:auto;top:30%;transform:rotate(180deg)}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .my-product .md-container .holder .slider-thumbnail .slick-next{left:-9.3333333333vw;top:45%}}html[dir=rtl] .my-product .md-container .holder .slider-thumbnail .slick-prev{left:auto;right:-3.125vw;top:30%;transform:rotate(0deg)}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .my-product .md-container .holder .slider-thumbnail .slick-prev{right:-9.3333333333vw;top:45%}}html[dir=rtl] .product-details-swiper-mfp .mfp-container .slick-next{left:.4166666667vw;right:auto!important;transform:rotate(180deg)}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-details-swiper-mfp .mfp-container .slick-next{left:2.1333333333vw}}html[dir=rtl] .product-details-swiper-mfp .mfp-container .slick-prev{left:auto;right:7.2916666667vw;transform:rotate(0deg)}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-details-swiper-mfp .mfp-container .slick-prev{right:2.1333333333vw}}html[dir=rtl] header .sub_header_cate .swiper-button-prev-cate{left:auto;right:0;top:12px;transform:rotate(180deg)}html[dir=rtl] header .sub_header_cate .swiper-button-next-cate{left:0;right:auto;top:12px;transform:rotate(180deg)}html[dir=rtl] .product .short-spec{display:flex;justify-content:space-between}html[dir=rtl] .compare-popup .compare-products .remove{left:-1.3020833333vw;right:auto}html[dir=rtl] .compare-popup .header .btn{margin:0 .78125vw 0 0;text-align:center}html[dir=rtl] .my-product-info-product .info-product-container .product-img{margin-left:3.90625vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .my-product-info-product .info-product-container .product-img{margin:0 auto}}html[dir=rtl] .product-anchor-point a{margin-left:2.3958333333vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-anchor-point a{margin-left:6.9333333333vw}}html[dir=rtl] .my-product .md-container .holder .description-block-warp .buy-block>h6{align-items:flex-end;display:flex}html[dir=rtl] .my-product .md-container .holder .description-block-warp .buy-block>h6 span{display:inline-block;margin:0 .2604166667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .my-product .md-container .holder .description-block-warp .buy-block>h6 span{margin:0 1.3333333333vw}}html[dir=rtl] .product-list .product .reviews-holder .rating-style .star-holder+.star-holder,html[dir=rtl] .search-holder .product .reviews-holder .rating-style .star-holder+.star-holder{margin-left:0;margin-right:.2604166667vw}html[dir=rtl] .product-list .product .reviews-holder .star,html[dir=rtl] .search-holder .product .reviews-holder .star{left:0;right:-.0520833333vw}html[dir=rtl] .product-list .product .short-spec,html[dir=rtl] .search-holder .product .short-spec{display:block}html[dir=rtl] .product-list .product .short-spec .color-holder,html[dir=rtl] .search-holder .product .short-spec .color-holder{display:flex;float:left}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-list .product .reviews-holder .rating-style .star-holder+.star-holder,html[dir=rtl] .search-holder .product .reviews-holder .rating-style .star-holder+.star-holder{margin-right:1.3333333333vw}html[dir=rtl] .product-list .product .reviews-holder .star,html[dir=rtl] .search-holder .product .reviews-holder .star{right:-.2666666667vw}}html[dir=rtl] .product-list .product .variety,html[dir=rtl] .search-holder .product .variety{margin-left:0;margin-right:.5208333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-list .product .variety,html[dir=rtl] .search-holder .product .variety{margin-right:2.6666666667vw}}html[dir=rtl] .support-banner .text-left .textInfo-bg{text-align:left}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .support-banner .text-left .textInfo-bg{text-align:center}}html[dir=rtl] .feature-banner .text-left .textInfo-bg{text-align:left}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .feature-banner .text-left .textInfo-bg{text-align:center}}html[dir=rtl] .product-anchor-wrap a:last-child{margin-left:0}html[dir=rtl] .home-new-products .md-container .featured-products-holder .new-product-list-swiper .image-holder img{width:100%!important}html[dir=rtl] .container-compare-pro .table-holder{margin-right:0}html[dir=rtl] .container-compare-pro .h6{text-align:right}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .container-compare-pro .h6{text-align:center!important}}html[dir=rtl] .fiex-image .flex-title{text-align:right}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .fiex-image .flex-title{text-align:center!important}}html[dir=rtl] .my-product .md-container .holder .description-block-warp .buy-block>.h6{display:flex}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .my-product .md-container .holder .description-block-warp .buy-block>.h6{justify-content:center}}html[dir=rtl] .container-compare-pro .table-holder .attribute th,html[dir=rtl] .container-compare-pro .table-holder .images th{padding-left:0!important;padding-right:.5208333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .container-compare-pro .table-holder .attribute th,html[dir=rtl] .container-compare-pro .table-holder .images th{padding-left:0!important;padding-right:2.6666666667vw}html[dir=rtl] .container-medium-content .container-medium-nav-text .built-in-dishwashers-links-tit{padding:5.3333333333vw 6.6666666667vw 4vw 9.3333333333vw}}html[dir=rtl] .my-product .md-container .holder .description-block-warp .description-block .has-mark .advantages:before{right:-1.3541666667vw}html[dir=rtl] .pagination .wp-pagenavi .nextpostslink:before,html[dir=rtl] .pagination .wp-pagenavi .pagination-list__arrow:before,html[dir=rtl] .pagination .wp-pagenavi .previouspostslink:before{transform:translateX(-50%) rotate(315deg)}html[dir=rtl] .pagination .wp-pagenavi .nextpostslink:after,html[dir=rtl] .pagination .wp-pagenavi .pagination-list__arrow:after,html[dir=rtl] .pagination .wp-pagenavi .previouspostslink:after{transform:translateX(-50%) rotate(-315deg)}html[dir=rtl] .my-product .md-container .holder .description-block-warp .star{left:unset;right:-.0520833333vw}html[dir=rtl] .my-product .md-container .holder .description-block-warp .rating{margin-left:0;margin-right:1.5625vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .my-product .md-container .holder .description-block-warp .rating{margin-left:auto;margin-right:auto}}html[dir=rtl] .my-product .md-container .holder .description-block-warp .description-block .count-reviews p{margin-left:0;margin-right:.78125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .my-product .md-container .holder .description-block-warp .description-block .count-reviews p{margin-right:0}}html[dir=rtl] .my-product .md-container .holder .description-block-warp .rating .progress-bar{left:unset;right:0}html[dir=rtl] .my-product .md-container .holder .description-block-warp .energy-content .icon{margin-left:.78125vw;margin-right:0}html[dir=rtl] .my-product-reviews .air-accordion-container .rating .star-holder .star{left:unset;right:-.0520833333vw}html[dir=rtl] .download_table_tabs_name{margin-left:1.3020833333vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .download_table_tabs_name{margin-left:6.6666666667vw;margin-right:0}}html[dir=rtl] .download_table_tables table tr td,html[dir=rtl] .download_table_tables table tr th{text-align:right}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .download_table_tables table tr td,html[dir=rtl] .download_table_tables table tr th{text-align:right}}html[dir=rtl] .container-compare-pro .h6-money span{margin-left:.5208333333vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .container-compare-pro .h6-money span{margin-left:2.6666666667vw;margin-right:0}}html[dir=rtl] .social_share_info,html[dir=rtl] .social_share_item:first-child,html[dir=rtl] .social_share_item:nth-child(2){left:unset;right:0}html[dir=rtl] .social_share_item:nth-child(3),html[dir=rtl] .social_share_item:nth-child(5){left:unset;right:28.2%}html[dir=rtl] .social_share_item:nth-child(4),html[dir=rtl] .social_share_item:nth-child(6){left:0;right:unset}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .my-product .md-container .holder .slider-thumbnail .swiper-containe .swiper-wrapper .swiper-slide{margin-right:0!important}}html[dir=rtl] .search-holder .accordion-body .form-wrap{flex-direction:row-reverse}html[dir=rtl] .search-holder .ui-slider.ui-slider-horizontal .ui-slider-handle{margin-left:-5px}html[dir=rtl] .home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .description-holder .short-spec .msrp-holder{margin-right:0!important}html[dir=rtl] .home-new-products .md-container .featured-products-holder .new-product-list-swiper .description-holder .short-spec,html[dir=rtl] .home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .description-holder .short-spec{flex-grow:unset}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .home-new-products .md-container .featured-products-holder .new-product-list-swiper .description-holder .short-spec .msrp-holder span,html[dir=rtl] .home-new-products .md-container .featured-products-holder .new-product-swiper-change-wrapper .description-holder .short-spec .msrp-holder span{margin-right:0}}html[dir=rtl] .product-list .product .msrp-holder,html[dir=rtl] .search-holder .product .msrp-holder{align-items:center;display:flex;flex-wrap:wrap}html[dir=rtl] .product-list .product .msrp-holder .price,html[dir=rtl] .search-holder .product .msrp-holder .price{margin-left:0;margin-right:.2604166667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-list .product .msrp-holder .price,html[dir=rtl] .search-holder .product .msrp-holder .price{margin-left:0;margin-right:1.3333333333vw}html[dir=rtl] .hbt-retailer .support-main-tabs{justify-content:right}}html[dir=rtl] .my-product-reviews .air-accordion-container .rating .star-holder .progress-bar,html[dir=rtl] .rating .progress-bar,html[dir=rtl] .rating-style .progress-bar{left:unset;right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .about-list-tap .md-container .about-list .about-list-text{text-align:center}}html[dir=rtl] .store-locator #map-locations-pager a,html[dir=rtl] .store-locator #map-locations-pager span{float:right}html[dir=rtl] .registration .holder .form-registration .registration-input-list .info{left:1.0416666667vw;right:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .registration .holder .form-registration .registration-input-list .info{left:5.3333333333vw}}html[dir=rtl] .registration .holder .form-registration input{padding:.2604166667vw 1.0416666667vw .2604166667vw 2.6041666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .registration .holder .form-registration input{padding:1.3333333333vw 5.3333333333vw 1.3333333333vw 13.3333333333vw}}html[dir=rtl] .registration .holder .form-registration .jcf-select .jcf-select-opener{left:1.0416666667vw;right:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .registration .holder .form-registration .jcf-select .jcf-select-opener{left:5.3333333333vw}}html[dir=rtl] .registration .holder .form-registration span{left:1.0416666667vw;right:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .registration .holder .form-registration span{left:5.3333333333vw}}html[dir=rtl] .home-new-products .md-container .featured-products-holder .info-holder .description{justify-content:right}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .home-new-products .md-container .featured-products-holder .info-holder .description{justify-content:center}}html[dir=rtl] .mancity-match__container-info.next-match{transform:translateX(100%)}html[dir=rtl] .mancity-match__container-tab p:first-child{border-left:3px solid #a2c3e5;border-right:0}html[dir=rtl] .match-item__score-item:first-child{margin-left:5.859375vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .match-item__score-item:first-child{margin-left:20vw}}html[dir=rtl] .match-item__score-item:first-child:after{left:-3.3854166667vw;right:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .match-item__score-item:first-child:after{left:-12vw}}@media screen and (min-width:1200px){html[dir=rtl] .media_panel_row_rectangle .media_item.instagram iframe{transform:translate(7.03125vw,-74px)!important}}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .media_panel_row_rectangle .media_item.instagram iframe{transform:translate(20.8vw,-56px)!important}}html[dir=rtl] .teaser.flex-reserve .teaser_info{padding-left:7.8125vw;padding-right:0}html[dir=rtl] .teaser .teaser_info{padding-left:0;padding-right:7.8125vw}html[dir=rtl] .video-wrapper .wsc-dialog__header{left:-.78125vw;right:unset}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .video-wrapper .wsc-dialog__header{left:4vw}}html[dir=rtl] .teaser .cmp-teaser-remastered__content{padding:0 5.2083333333vw 0 0}html[dir=rtl] .teaser.text-first .cmp-teaser-remastered__content{padding:0 0 0 5.2083333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .teaser .cmp-teaser-remastered__content,html[dir=rtl] .teaser.text-first .cmp-teaser-remastered__content{padding:5.3333333333vw 0}}html[dir=rtl] .store-v2 .store-v2__wrapper-search__position:before{margin-left:.5208333333vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .store-v2 .store-v2__wrapper-search__position:before{margin-left:2.6666666667vw}}@font-face{font-display:swap;font-family:Prompt;font-style:normal;font-weight:100;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Prompt-Thin.ttf) format("opentype")}@font-face{font-display:swap;font-family:Prompt;font-style:italic;font-weight:100;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Prompt-ThinItalic.ttf) format("opentype")}@font-face{font-display:swap;font-family:Prompt;font-style:normal;font-weight:200;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Prompt-ExtraLight.ttf) format("opentype")}@font-face{font-display:swap;font-family:Prompt;font-style:italic;font-weight:200;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Prompt-ExtraLightItalic.ttf) format("opentype")}@font-face{font-display:swap;font-family:Prompt;font-style:normal;font-weight:300;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Prompt-Light.ttf) format("opentype")}@font-face{font-display:swap;font-family:Prompt;font-style:italic;font-weight:300;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Prompt-LightItalic.ttf) format("opentype")}@font-face{font-display:swap;font-family:Prompt;font-style:normal;font-weight:400;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Prompt-Regular.ttf) format("opentype")}@font-face{font-display:swap;font-family:Prompt;font-style:italic;font-weight:400;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Prompt-Italic.ttf) format("opentype")}@font-face{font-display:swap;font-family:Prompt;font-style:normal;font-weight:500;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Prompt-Medium.ttf) format("opentype")}@font-face{font-display:swap;font-family:Prompt;font-style:italic;font-weight:500;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Prompt-MediumItalic.ttf) format("opentype")}@font-face{font-display:swap;font-family:Prompt;font-style:normal;font-weight:700;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Prompt-Bold.ttf) format("opentype")}@font-face{font-display:swap;font-family:Prompt;font-style:italic;font-weight:700;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Prompt-BoldItalic.ttf) format("opentype")}@font-face{font-display:swap;font-family:Prompt;font-style:normal;font-weight:800;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Prompt-Black.ttf) format("opentype")}@font-face{font-display:swap;font-family:Prompt;font-style:italic;font-weight:800;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Prompt-BlackItalic.ttf) format("opentype")}@font-face{font-display:swap;font-family:Prompt;font-style:normal;font-weight:900;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Prompt-ExtraBold.ttf) format("opentype")}@font-face{font-display:swap;font-family:Prompt;font-style:italic;font-weight:900;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/Prompt-ExtraBoldItalic.ttf) format("opentype")}html[lang=th] body{font:400 .9375vw/1.5 HCo Gotham,Prompt,sans-serif!important;margin:0}@font-face{font-display:swap;font-family:SVN Gotham;font-style:normal;font-weight:100;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/SVN-Gotham-Thin.otf) format("opentype")}@font-face{font-display:swap;font-family:SVN Gotham;font-style:italic;font-weight:100;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/SVN-Gotham-Thin-Italic.otf) format("opentype")}@font-face{font-display:swap;font-family:SVN Gotham;font-style:normal;font-weight:200;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/SVN-Gotham-XLight.otf) format("opentype")}@font-face{font-display:swap;font-family:SVN Gotham;font-style:italic;font-weight:200;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/SVN-Gotham-XLight-Italic.otf) format("opentype")}@font-face{font-display:swap;font-family:SVN Gotham;font-style:normal;font-weight:300;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/SVN-Gotham-Light.otf) format("opentype")}@font-face{font-display:swap;font-family:SVN Gotham;font-style:italic;font-weight:300;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/SVN-Gotham-Light-Italic.otf) format("opentype")}@font-face{font-display:swap;font-family:SVN Gotham;font-style:normal;font-weight:400;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/SVN-Gotham-Book.otf) format("opentype")}@font-face{font-display:swap;font-family:SVN Gotham;font-style:italic;font-weight:400;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/SVN-Gotham-Book.otf) format("opentype")}@font-face{font-display:swap;font-family:SVN Gotham;font-style:normal;font-weight:500;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/SVN-Gotham-Regular.otf) format("opentype")}@font-face{font-display:swap;font-family:SVN Gotham;font-style:normal;font-weight:700;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/SVN-Gotham-Bold.otf) format("opentype")}@font-face{font-display:swap;font-family:SVN Gotham;font-style:italic;font-weight:700;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/SVN-Gotham-Bold-Italic.otf) format("opentype")}@font-face{font-display:swap;font-family:SVN Gotham;font-style:normal;font-weight:800;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/SVN-Gotham-Black.otf) format("opentype")}@font-face{font-display:swap;font-family:SVN Gotham;font-style:italic;font-weight:800;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/SVN-Gotham-Black-Italic.otf) format("opentype")}@font-face{font-display:swap;font-family:SVN Gotham;font-style:normal;font-weight:900;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/SVN-Gotham-Ultra.otf) format("opentype")}@font-face{font-display:swap;font-family:SVN Gotham;font-style:italic;font-weight:900;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/midea/SVN-Gotham-Ultra-Italic.otf) format("opentype")}html[lang=vi] body{font:400 .9375vw/1.5 SVN Gotham,sans-serif!important;margin:0}.mdws-wsc-dialog-v2 .wsc-dialog__close{align-items:center;cursor:pointer;display:flex;height:1.6666666667vw;position:absolute;right:1.0416666667vw;top:1.0416666667vw;width:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.mdws-wsc-dialog-v2 .wsc-dialog__close{height:5.3333333333vw;right:5.3333333333vw;top:5.3333333333vw;width:5.3333333333vw}}.mdws-wsc-dialog-v2 .wsc-dialog__close .wsc-icon__close,.mdws-wsc-dialog-v2 .wsc-dialog__close .wsc-icon__close:before{background-color:#707070}.mdws-wsc-dialog-v3{border-radius:.4166666667vw;max-height:90%;max-width:100%;min-height:26.0416666667vw;padding:0;width:66.6666666667vw}.mdws-wsc-dialog-v3 .wsc-dialog__close{align-items:center;cursor:pointer;display:flex;height:1.6666666667vw;position:absolute;right:1.0416666667vw;top:1.0416666667vw;width:1.6666666667vw;z-index:1}@media screen and (max-width:767.9px){.mdws-wsc-dialog-v3 .wsc-dialog__close{height:5.3333333333vw;right:5.3333333333vw;top:5.3333333333vw;width:5.3333333333vw}}.mdws-wsc-dialog-v3 .wsc-dialog__close .wsc-icon__close,.mdws-wsc-dialog-v3 .wsc-dialog__close .wsc-icon__close:before{background-color:#707070}.video-wrapper{max-height:90%;max-width:100%;min-height:26.0416666667vw;padding:0;width:62.5vw}@media screen and (min-width:768px)and (max-width:1024px){.video-wrapper{height:auto;width:100%}}.video-wrapper video{background-color:#333;max-height:100%;max-width:100%;width:100%}.video-wrapper iframe{display:block!important;height:100%!important;width:100%!important}.video-wrapper .vimeo-wrapper,.video-wrapper .vimeo-wrapper__video{height:100%;width:100%}.video-wrapper .wsc-dialog__body{background-color:#333;height:100%;padding-top:0;text-align:center}.video-wrapper .wsc-dialog__header{align-items:center;background-color:#333;border-radius:50%;display:flex;height:1.5625vw;justify-content:center;padding:0;position:absolute;right:-.78125vw;top:-.78125vw;width:1.5625vw;z-index:1}@media screen and (min-width:768px)and (max-width:1024px){.video-wrapper .wsc-dialog__header{height:8vw;right:4vw;top:-10.8vw;width:8vw}}.video-wrapper .wsc-dialog__close{display:inline-flex;position:relative;width:.625vw}@media screen and (min-width:768px)and (max-width:1024px){.video-wrapper .wsc-dialog__close{width:3.2vw}}.video-wrapper .wsc-icon__close,.video-wrapper .wsc-icon__close:before{height:.1041666667vw}@media screen and (min-width:768px)and (max-width:1024px){.video-wrapper .wsc-icon__close,.video-wrapper .wsc-icon__close:before{height:.5333333333vw}}.gws-dialog{background-color:initial!important;max-height:90%;max-width:100%;min-height:26.0416666667vw;padding:0!important;width:62.5vw!important;z-index:1001}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-dialog{height:auto;width:100%!important}}.gws-dialog video{background-color:#333;font-size:0;max-height:100%;max-width:100%;width:100%}.gws-dialog iframe{display:block!important}.gws-dialog .vimeo-wrapper,.gws-dialog .vimeo-wrapper__video{height:100%;width:100%}.gws-dialog .wsc-dialog__body{background-color:#333;font-size:0;height:100%;padding-top:0;text-align:center}.gws-dialog .wsc-dialog__header{padding:0}.gws-dialog .wsc-dialog__close{align-items:center;background-color:#333;border-radius:50%;display:flex;height:2.6041666667vw;justify-content:center;padding:0;position:absolute;right:-.78125vw;top:-.78125vw;width:2.6041666667vw;z-index:100}@media screen and (min-width:768px)and (max-width:1024px){.gws-dialog .wsc-dialog__close{height:8vw;right:4vw;top:-10.8vw;width:8vw}}@media screen and (max-width:767.9px){.gws-dialog .wsc-dialog__close{height:8vw;right:4vw;top:-10.8vw;width:8vw}}.gws-dialog .wsc-icon__close{width:50%}.wsc-dialog{z-index:1000}.wsc-dialog--actived{z-index:200000}.gws-confirm-dialog.wsc-dialog__wrapper{padding:0;width:27.0833333333vw}@media screen and (max-width:767.9px){.gws-confirm-dialog.wsc-dialog__wrapper{width:95.7333333333vw}}.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__header{border-bottom:1px solid #dfe3e8;padding:.8333333333vw 1.5625vw}@media screen and (max-width:767.9px){.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__header{padding:5.3333333333vw}}.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__title{color:#1b1b1b;font-size:1.25vw;font-weight:700;line-height:1.3541666667vw}@media screen and (max-width:767.9px){.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__title{font-size:4.8vw;line-height:6.9333333333vw}}.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__close{right:1.5625vw;width:.8333333333vw}@media screen and (max-width:767.9px){.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__close{right:5.3333333333vw;width:4.2666666667vw}}.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__close i,.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__close i:before{background-color:#637381}.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__body{color:#313131;color:rgba(0,0,0,.65);font-size:1.0416666667vw;line-height:1.5;line-height:1.4583333333vw;max-height:20.8333333333vw;overflow-y:auto;padding:1.1458333333vw 1.5625vw}@media screen and (max-width:767.9px){.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__body{font-size:4.2666666667vw;line-height:6.4vw;max-height:80vw;padding:5.8666666667vw 8vw}}.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__footer{border-top:1px solid #dfe3e8;padding:1.1458333333vw 2.34375vw;text-align:right}@media screen and (max-width:767.9px){.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__footer{padding:5.8666666667vw 12vw}}.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__footer .wsc-button{border-radius:1.0416666667vw;font-size:1.0416666667vw;height:auto;line-height:1;padding:.4166666667vw 1.1458333333vw}@media screen and (max-width:767.9px){.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__footer .wsc-button{border-radius:5.3333333333vw;font-size:4.2666666667vw;padding:2.1333333333vw 5.8666666667vw}}.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__footer .wsc-button--default{background-color:#fff;border:1px solid #c2c2c2;color:#333}.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__footer .wsc-button--default:hover{border-color:#0083de!important;color:#0083de!important;cursor:pointer!important}.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__footer .wsc-button--default:active{border-color:#077dce!important;color:#077dce!important}.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__footer .wsc-button--default.mdws-btn--disabled,.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__footer .wsc-button--default[disabled]{border-color:#d6d6d6!important;color:#d6d6d6!important}.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__footer .wsc-button--main{background:linear-gradient(90deg,#2b85c3,#37a6f3);color:#fff;transition:none}.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__footer .wsc-button--main:hover{background:#0083de}.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__footer .wsc-button--main:active{background:#077dce}.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__footer .wsc-button--main.mdws-btn--disabled,.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__footer .wsc-button--main.mdws-btn--disabled:hover,.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__footer .wsc-button--main[disabled],.gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__footer .wsc-button--main[disabled]:hover{background:#d6d6d6!important}html[dir=rtl] .gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__close{left:1.5625vw;right:auto!important}@media screen and (max-width:767.9px){html[dir=rtl] .gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__close{left:5.3333333333vw}}html[dir=rtl] .gws-confirm-dialog.wsc-dialog__wrapper .wsc-dialog__footer{text-align:left}.drawer_assets .wsc-drawer__container{background-color:transparent;left:50%;padding:0;top:50%;transform:translate(-50%,-200%);width:50%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.drawer_assets .wsc-drawer__container{width:100%}}.drawer_assets .wsc-drawer__content{font-size:0;overflow-y:auto;text-align:center}.drawer_assets .wsc-drawer__content video{height:auto;width:100%}.drawer_assets.wsc-drawer--actived .wsc-drawer__container{transform:translate(-50%,-50%)}.gws-loading{left:0;position:absolute;top:0;z-index:1}.gws-loading,.gws-loading__cover{height:100%;width:100%}.gws-loading__cover-grey{background-color:#767676}.gws-loading__cover-white{background-color:#fff}.gws-loading__progress{z-index:1}.gws-loading__progress,.gws-loading__progress-loading{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.gws-loading__progress-loading{height:5.2083333333vw;width:5.2083333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-loading__progress-loading{height:16vw;width:16vw}}.gws-loading__progress-text{font-size:1.0416666667vw;font-weight:700}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-loading__progress-text{font-size:3.2vw}}html[dir=rtl] .gws-loading__progress-text{display:flex;flex-direction:row-reverse}.gws-loading-v2{background-color:hsla(0,0%,100%,.9);height:100%;left:0;position:fixed;top:0;width:100%;z-index:15}.gws-loading-v2-spinner{margin-top:-.78125vw;position:absolute;text-align:center;top:50%;width:100%}@media screen and (max-width:767.9px){.gws-loading-v2-spinner{margin-top:-4vw}}.gws-loading-v2-spinner .gws-spin-dot{animation:loading-rotate 1.2s linear infinite;display:inline-block;height:1.5625vw;width:1.5625vw}@media screen and (max-width:767.9px){.gws-loading-v2-spinner .gws-spin-dot{height:5.3333333333vw;width:5.3333333333vw}}.gws-loading-v2-spinner .gws-spin-dot .gws-spin-dot-item{border-radius:100%;display:block;height:.625vw;opacity:1;position:absolute;width:.625vw}@media screen and (max-width:767.9px){.gws-loading-v2-spinner .gws-spin-dot .gws-spin-dot-item{height:2.1333333333vw;width:2.1333333333vw}}.gws-loading-v2-spinner .gws-spin-dot .gws-spin-dot-item:first-child{background-color:#1f94d2;left:0;top:0}.gws-loading-v2-spinner .gws-spin-dot .gws-spin-dot-item:nth-child(2){animation-delay:.4s;background-color:#63b5e0;right:0;top:0}.gws-loading-v2-spinner .gws-spin-dot .gws-spin-dot-item:nth-child(3){animation-delay:.8s;background-color:#a5d4ed;bottom:0;right:0}.gws-loading-v2-spinner .gws-spin-dot .gws-spin-dot-item:nth-child(4){animation-delay:1.2s;background-color:#e8f4fa;bottom:0;left:0}.gws-loading-v2 .gws-spin{font-feature-settings:"tnum";box-sizing:border-box;color:#1f94d2;display:inline-block;font-variant:tabular-nums;line-height:1.5;list-style:none;position:static;text-align:center;transition:transform .3s cubic-bezier(.78,.14,.15,.86);vertical-align:middle}@keyframes loading-rotate{to{transform:rotate(1turn)}}.gws-toast__content{align-items:center;color:#1d2129;display:flex;font-size:.8333333333vw;line-height:1.0416666667vw;padding:.46875vw .8333333333vw}@media screen and (max-width:767.9px){.gws-toast__content{font-size:3.2vw;padding-bottom:2.4vw;padding-left:4.2666666667vw;padding-right:4.2666666667vw;padding-top:2.4vw}}.gws-toast__content>div{flex:1}@media screen and (max-width:767.9px){.gws-toast__content{line-height:normal}}.gws-toast__content:before{background:url() no-repeat 0 0;background-size:100% 100%;content:"";height:.8333333333vw;margin-right:.4166666667vw;min-height:.8333333333vw;min-width:.8333333333vw;width:.8333333333vw}@media screen and (max-width:767.9px){.gws-toast__content:before{height:3.2vw;margin-right:2.1333333333vw;min-height:3.2vw;min-width:3.2vw;width:3.2vw}}.gws-toast__content--success:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNOC4wNjUgMTUuNDAxYTcuMjE5IDcuMjE5IDAgMCAwIDcuMjItNy4yMTZBNy4yMTkgNy4yMTkgMCAwIDAgOC4wNjUuOTY4IDcuMjE5IDcuMjE5IDAgMCAwIC44NDQgOC4xODVhNy4yMTkgNy4yMTkgMCAwIDAgNy4yMiA3LjIxNlptLTIuODk4LTYuMTMgMS4zNzkgMS4zNzkuMDEzLjAxNGEuNjU3LjY1NyAwIDAgMCAuOTI5IDBMMTEuMiA2Ljk1MmEuNjU2LjY1NiAwIDEgMC0uOTI4LS45MjdsLTMuMjUgMy4yNDctLjkyOC0uOTI4YS42NTcuNjU3IDAgMCAwLS45MjguOTI4WiIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjMDBCNTNDIi8+PC9nPjwvc3ZnPg==)}.gws-toast__content--error:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNOC4xNTggMTUuNDAxYTcuMjE5IDcuMjE5IDAgMCAwIDcuMjIxLTcuMjE2QTcuMjE5IDcuMjE5IDAgMCAwIDguMTYuOTY4IDcuMjE5IDcuMjE5IDAgMCAwIC45MzYgOC4xODUgNy4yMTkgNy4yMTkgMCAwIDAgOC4xNTkgMTUuNFptLTIuMzItNS44MjVMNy4yMyA4LjE4NSA1LjgzNyA2Ljc5M2EuNjU2LjY1NiAwIDEgMSAuOTI5LS45MjhsMS4zOTIgMS4zOTIgMS4zOTMtMS4zOTJhLjY1Ny42NTcgMCAwIDEgLjkyOC45MjhMOS4wODcgOC4xODVsMS4zOTIgMS4zOTFhLjY1Ni42NTYgMCAxIDEtLjkyOC45MjhMOC4xNTggOS4xMTJsLTEuMzkyIDEuMzkyYS42NTcuNjU3IDAgMCAxLS45MjktLjkyOFoiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0VEMEQwRCIvPjwvZz48L3N2Zz4=)}.gws-toast__close{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAQlJREFUWEftVsERAiEMTDrQTrQSS1ErCKlALcVKtBPtAMW5cxzmgGwe8uFeN0PYbJJdgKnzx53z0yAwOlDsQAghxBh3zHxN/x6xisiBiISZLyWMIgEReRDRKiVmZkVJTAXIRPyuqtulImoEEvvTvAkhkSWvFlAVIQI0E0X3NF2AACKx385axGUBtsRAGsiDawm8yT8Ct3SgNt+0FmOc1Q47BiKQkuXV/haAOAXSQGsc3rMCHkFpFH8l0HUES2r/mwi72tDic0uM6yBCgJFYkw09gOie1oPEdcItOOWoqmdoBCJyI6KN1+MZiaeqriECE8D+fV9oiX3rHrE86+C7oJUUXR8ERge6d+AFDmgMMHorWL0AAAAASUVORK5CYII=) no-repeat 0 0;background-size:100% 100%;cursor:pointer;height:.7291666667vw;margin-left:.4166666667vw;width:.7291666667vw}@media screen and (max-width:767.9px){.gws-toast__close{height:3.2vw;margin-left:2.1333333333vw;width:3.2vw}}.gws-toast.wsc-drawer{height:auto}.gws-toast.wsc-drawer .wsc-drawer__container--top{width:unset}.gws-toast.wsc-drawer .wsc-drawer__cover{display:none}.gws-toast.wsc-drawer .wsc-drawer__container{border-radius:.4166666667vw;box-shadow:0 0 2px 0 rgba(0,0,0,.08),0 2px 6px 0 rgba(0,0,0,.08),0 4px 12px 0 rgba(0,0,0,.08);left:50%;max-width:35.3125vw;padding:0}@media screen and (max-width:767.9px){.gws-toast.wsc-drawer .wsc-drawer__container{border-radius:2.6666666667vw;max-width:89.3333333333vw}}.gws-toast.wsc-drawer .wsc-drawer__container--top{top:5.2083333333vw;transform:translate(-50%,-10vw)}@media screen and (max-width:767.9px){.gws-toast.wsc-drawer .wsc-drawer__container--top{top:26.6666666667vw;transform:translate(-50%,-20vh)}}.gws-toast.wsc-drawer--actived .wsc-drawer__container--top{transform:translate(-50%)}.gws-bannerV2_styles{overflow:hidden}.gws-bannerV2_styles.c-Specical{padding-left:6.25vw;padding-right:6.25vw}@media screen and (max-width:767.9px){.gws-bannerV2_styles.c-Specical{padding-left:0;padding-right:0}}.gws-bannerV2_styles.s-small-text .gws-bannerV2__content{left:0;padding:2.9166666667vw;top:0;transform:translateX(0);width:100%!important}@media screen and (max-width:767.9px){.gws-bannerV2_styles.s-small-text .gws-bannerV2__content{padding:8vw 5.3333333333vw}}.gws-bannerV2_styles.s-small-text .gws-bannerV2__content__wrapper{width:auto}@media screen and (max-width:767.9px){.gws-bannerV2_styles.s-small-text .gws-bannerV2__content__wrapper *{text-align:left!important}}.gws-bannerV2_styles.s-small-text .gws-bannerV2__content__title{color:#fff;font-size:1.875vw;line-height:2.2916666667vw}@media screen and (max-width:767.9px){.gws-bannerV2_styles.s-small-text .gws-bannerV2__content__title{font-size:4.8vw;line-height:normal}}.gws-bannerV2_styles.s-small-text .gws-bannerV2__content__desc{color:#fff;font-size:.9375vw;line-height:normal;margin-top:.8333333333vw}@media screen and (max-width:767.9px){.gws-bannerV2_styles.s-small-text .gws-bannerV2__content__desc{font-size:3.2vw;margin-top:2.6666666667vw}}.gws-bannerV2_styles.s-small-text .gws-bannerV2__content__btn,.gws-bannerV2_styles.s-small-text .gws-bannerV2__content__link{margin-top:.8333333333vw}@media screen and (max-width:767.9px){.gws-bannerV2_styles.s-small-text .gws-bannerV2__content__btn,.gws-bannerV2_styles.s-small-text .gws-bannerV2__content__link{margin-top:2.6666666667vw}.gws-bannerV2_styles.s-small-text.c-text-in-top .gws-bannerV2__content{top:0!important}.gws-bannerV2_styles.s-small-text.c-text-in-footer .gws-bannerV2__content{bottom:0!important;top:unset}}.gws-bannerV2_styles.c-bg-black .mask{background-color:rgba(51,51,51,.6);height:100%;left:0;position:absolute;top:0;width:100%}.gws-bannerV2_styles.c-bg-white .mask{background-color:hsla(0,0%,100%,.35);height:100%;left:0;position:absolute;top:0;width:100%}.gws-bannerV2_styles.c-gap-between{padding-left:12.5vw;padding-right:12.5vw}@media screen and (max-width:767.9px){.gws-bannerV2_styles.c-gap-between{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}.gws-bannerV2_styles.c-full-screen{padding-left:0;padding-right:0}.gws-bannerV2_styles.c-not-full-screen{padding-left:5.2083333333vw;padding-right:5.2083333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2_styles.c-not-full-screen{padding-left:4vw;padding-right:4vw}}.gws-bannerV2_styles.c-font-bg-brand .gws-bannerV2__content__container{background-color:#1f94d2;padding:2.0833333333vw}@media screen and (max-width:767.9px){.gws-bannerV2_styles.c-font-bg-brand .gws-bannerV2__content__container{padding:5.3333333333vw}}.gws-bannerV2_styles.c-font-bg-white .gws-bannerV2__content__container{background-color:hsla(0,0%,100%,.7);padding:2.0833333333vw}@media screen and (max-width:767.9px){.gws-bannerV2_styles.c-font-bg-white .gws-bannerV2__content__container{padding:5.3333333333vw}}.gws-bannerV2_styles.c-font-bg-black .gws-bannerV2__content__container{background-color:rgba(51,51,51,.6);padding:2.0833333333vw}@media screen and (max-width:767.9px){.gws-bannerV2_styles.c-font-bg-black .gws-bannerV2__content__container{padding:5.3333333333vw}}.gws-bannerV2_styles.c-text-position-left .gws-bannerV2__content{left:5.2083333333vw;transform:translateY(-50%)}@media screen and (max-width:767.9px){.gws-bannerV2_styles.c-text-position-left .gws-bannerV2__content{left:50%;transform:translate(-50%,-50%)}}.gws-bannerV2_styles.c-text-position-center .gws-bannerV2__content{left:50%;transform:translate(-50%,-50%)}@media screen and (max-width:767.9px){.gws-bannerV2_styles.c-text-position-center .gws-bannerV2__content{left:50%;transform:translate(-50%,-50%)}}.gws-bannerV2_styles.c-text-position-right .gws-bannerV2__content{left:unset;right:5.2083333333vw;transform:translateY(-50%)}@media screen and (max-width:767.9px){.gws-bannerV2_styles.c-text-position-right .gws-bannerV2__content{left:50%;transform:translate(-50%,-50%)}}.gws-bannerV2_styles.c-text-align-center .gws-bannerV2__content__btn,.gws-bannerV2_styles.c-text-align-center .gws-bannerV2__content__link{margin-left:.78125vw;margin-right:.78125vw}.gws-bannerV2_styles.c-text-align-right .gws-bannerV2__content__btn,.gws-bannerV2_styles.c-text-align-right .gws-bannerV2__content__link{margin-left:1.5625vw;margin-right:0}.gws-bannerV2_styles.c-text-position-left-top .gws-bannerV2__content{top:8.3333333333vw;transform:translate(0)}@media screen and (max-width:767.9px){.gws-bannerV2_styles.c-text-position-left-top .gws-bannerV2__content{left:50%;transform:translate(-50%,-50%)}}.gws-bannerV2_styles.c-text-position-left-center .gws-bannerV2__content{top:50%;transform:translateY(-50%)}@media screen and (max-width:767.9px){.gws-bannerV2_styles.c-text-position-left-center .gws-bannerV2__content{left:50%;transform:translate(-50%,-50%)}}.gws-bannerV2_styles.c-text-position-left-bottom .gws-bannerV2__content{bottom:8.3333333333vw;top:unset;transform:translate(0)}@media screen and (max-width:767.9px){.gws-bannerV2_styles.c-text-position-left-bottom .gws-bannerV2__content{bottom:unset;left:50%;top:50%;transform:translate(-50%,-50%)}}.gws-bannerV2_styles.c-text-position-center-top .gws-bannerV2__content{left:50%;top:8.3333333333vw;transform:translate(-50%)}@media screen and (max-width:767.9px){.gws-bannerV2_styles.c-text-position-center-top .gws-bannerV2__content{left:50%;top:50%;transform:translate(-50%,-50%)}}.gws-bannerV2_styles.c-text-position-center-center .gws-bannerV2__content{left:50%;top:50%;transform:translate(-50%,-50%)}@media screen and (max-width:767.9px){.gws-bannerV2_styles.c-text-position-center-center .gws-bannerV2__content{left:50%;transform:translate(-50%,-50%)}}.gws-bannerV2_styles.c-text-position-center-bottom .gws-bannerV2__content{bottom:8.3333333333vw;left:50%;top:unset;transform:translate(-50%)}@media screen and (max-width:767.9px){.gws-bannerV2_styles.c-text-position-center-bottom .gws-bannerV2__content{bottom:unset;left:50%;top:50%;transform:translate(-50%,-50%)}}.gws-bannerV2_styles.c-text-position-right-top .gws-bannerV2__content{left:unset;right:12.5vw;top:8.3333333333vw;transform:translate(0)}@media screen and (max-width:767.9px){.gws-bannerV2_styles.c-text-position-right-top .gws-bannerV2__content{left:50%;right:unset;top:50%;transform:translate(-50%,-50%)}}.gws-bannerV2_styles.c-text-position-right-center .gws-bannerV2__content{left:unset;right:12.5vw;top:50%;transform:translateY(-50%)}@media screen and (max-width:767.9px){.gws-bannerV2_styles.c-text-position-right-center .gws-bannerV2__content{left:50%;right:unset;transform:translate(-50%,-50%)}}.gws-bannerV2_styles.c-text-position-right-bottom .gws-bannerV2__content{bottom:8.3333333333vw;left:unset;right:12.5vw;top:unset;transform:translate(0)}@media screen and (max-width:767.9px){.gws-bannerV2_styles.c-text-position-right-bottom .gws-bannerV2__content{bottom:unset;left:50%;right:unset;top:50%;transform:translate(-50%,-50%)}.gws-bannerV2_styles.c-text-in-top .gws-bannerV2__content{left:50%!important;right:unset!important;top:8.5333333333vw!important;transform:translate(-50%)!important}.gws-bannerV2_styles.c-text-in-middle .gws-bannerV2__content{top:50%!important;transform:translate(-50%,-50%)!important}.gws-bannerV2_styles.c-text-in-footer .gws-bannerV2__content{bottom:19.2vw!important;left:50%!important;right:unset!important;top:unset!important;transform:translate(-50%)!important}}.gws-bannerV2{position:relative}.gws-bannerV2.c-img-Hover-magnify{overflow:hidden}.gws-bannerV2.c-img-Hover-magnify img{transition:all .3s}@media screen and (min-width:1200px){.gws-bannerV2.c-img-Hover-magnify:hover img{transform:scale(1.1)}}.gws-bannerV2__asset-link{bottom:0;left:0;position:absolute;right:0;top:0;z-index:2}.gws-bannerV2__content{left:12.5vw;position:absolute;top:50%;transform:translateY(-50%);z-index:1}@media screen and (max-width:767.9px){.gws-bannerV2__content{left:50%;padding:0;top:50%;transform:translate(-50%,-50%);width:89.3333333333vw!important}}.gws-bannerV2__content__container{width:100%}@media screen and (max-width:767.9px){.gws-bannerV2__content__container{max-width:unset}}.gws-bannerV2__content__wrapper{position:relative;width:41.6666666667vw}@media screen and (max-width:767.9px){.gws-bannerV2__content__wrapper{width:unset}.gws-bannerV2__content__wrapper *{text-align:center!important}}.gws-bannerV2__content__disclaimer,.gws-bannerV2__content__preTitle,.gws-bannerV2__content__subTitle{display:none}.gws-bannerV2__content__title{color:#333;font-size:2.9166666667vw;font-weight:500;line-height:3.3333333333vw;word-break:break-word}@media screen and (max-width:767.9px){.gws-bannerV2__content__title{font-size:5.3333333333vw;line-height:6.9333333333vw}}.gws-bannerV2__content__title h1{color:inherit;font-size:3.125vw}@media screen and (max-width:767.9px){.gws-bannerV2__content__title h1{font-size:8.5333333333vw}}.gws-bannerV2__content__title h2{color:inherit;font-size:2.7083333333vw}@media screen and (max-width:767.9px){.gws-bannerV2__content__title h2{font-size:8vw}}.gws-bannerV2__content__title h3{color:inherit;font-size:2.2916666667vw}@media screen and (max-width:767.9px){.gws-bannerV2__content__title h3{font-size:7.4666666667vw}}.gws-bannerV2__content__title h4{color:inherit;font-size:1.875vw}@media screen and (max-width:767.9px){.gws-bannerV2__content__title h4{font-size:6.9333333333vw}}.gws-bannerV2__content__title h5{color:inherit;font-size:1.4583333333vw}@media screen and (max-width:767.9px){.gws-bannerV2__content__title h5{font-size:6.4vw}}.gws-bannerV2__content__desc{color:#707070;font-size:1.25vw;line-height:1.5625vw;margin-top:2.0833333333vw;word-break:break-word}@media screen and (max-width:767.9px){.gws-bannerV2__content__desc{font-size:3.2vw;line-height:4.2666666667vw;margin-top:4.2666666667vw}}.gws-bannerV2__content__desc h1{font-size:1.6666666667vw}@media screen and (max-width:767.9px){.gws-bannerV2__content__desc h1{font-size:5.8666666667vw}}.gws-bannerV2__content__desc h2{font-size:1.4583333333vw}@media screen and (max-width:767.9px){.gws-bannerV2__content__desc h2{font-size:5.3333333333vw}}.gws-bannerV2__content__desc h3{font-size:1.25vw}@media screen and (max-width:767.9px){.gws-bannerV2__content__desc h3{font-size:4.8vw}}.gws-bannerV2__content__desc h4{font-size:1.1458333333vw}@media screen and (max-width:767.9px){.gws-bannerV2__content__desc h4{font-size:4.2666666667vw}}.gws-bannerV2__content__desc h5{font-size:.9375vw}@media screen and (max-width:767.9px){.gws-bannerV2__content__desc h5{font-size:3.7333333333vw}.gws-bannerV2__content__actions{align-items:center;display:flex;flex-direction:column}}.gws-bannerV2__content__btn,.gws-bannerV2__content__link{word-wrap:break-word;background:linear-gradient(90deg,#2b85c3,#37a6f3);border-radius:2.0833333333vw;color:#fff;cursor:pointer;display:inline-block;font-size:1.0416666667vw;line-height:1.5625vw;margin-right:1.0416666667vw;margin-top:2.0833333333vw;min-width:9.375vw;padding:.8854166667vw 2.0833333333vw;text-align:center;white-space:normal}@media screen and (max-width:767.9px){.gws-bannerV2__content__btn,.gws-bannerV2__content__link{border-radius:8.5333333333vw}}.gws-bannerV2__content__btn:hover,.gws-bannerV2__content__link:hover{background:#0083de}.gws-bannerV2__content__btn:active,.gws-bannerV2__content__link:active{background:#077dce}.gws-bannerV2__content__btn.mdws-btn--disabled,.gws-bannerV2__content__btn.mdws-btn--disabled:hover,.gws-bannerV2__content__btn[disabled],.gws-bannerV2__content__btn[disabled]:hover,.gws-bannerV2__content__link.mdws-btn--disabled,.gws-bannerV2__content__link.mdws-btn--disabled:hover,.gws-bannerV2__content__link[disabled],.gws-bannerV2__content__link[disabled]:hover{background:#d6d6d6!important}@media screen and (max-width:767.9px){.gws-bannerV2__content__btn,.gws-bannerV2__content__link{border-radius:8.5333333333vw;font-size:4.2666666667vw;line-height:4.8vw;margin-right:0;margin-top:5.3333333333vw;min-width:26.6666666667vw;padding:2.9333333333vw 6.4vw}}.gws-bannerV2__content__btn .gws-video,.gws-bannerV2__content__link .gws-video{display:none}.gws-bannerV2 .c-cta-white-color.gws-bannerV2__content__btn,.gws-bannerV2 .c-cta-white-color.gws-bannerV2__content__link{background:#fff;border:1px solid #1f94d2;color:#1f94d2}.gws-bannerV2 .c-cta-white-color.gws-bannerV2__content__btn:hover,.gws-bannerV2 .c-cta-white-color.gws-bannerV2__content__link:hover{background:#0083de;color:#fff}.gws-bannerV2 .c-cta-white-color.gws-bannerV2__content__btn:active,.gws-bannerV2 .c-cta-white-color.gws-bannerV2__content__link:active{background:#077dce;color:#fff}.gws-bannerV2 .c-cta-white-color.gws-bannerV2__content__btn.mdws-btn--disabled,.gws-bannerV2 .c-cta-white-color.gws-bannerV2__content__btn[disabled],.gws-bannerV2 .c-cta-white-color.gws-bannerV2__content__link.mdws-btn--disabled,.gws-bannerV2 .c-cta-white-color.gws-bannerV2__content__link[disabled]{background-color:#fff;border-color:#d6d6d6;color:#d6d6d6}.gws-bannerV2 .c-cta-white-color.gws-bannerV2__content__btn.mdws-btn--disabled:hover,.gws-bannerV2 .c-cta-white-color.gws-bannerV2__content__btn[disabled]:hover,.gws-bannerV2 .c-cta-white-color.gws-bannerV2__content__link.mdws-btn--disabled:hover,.gws-bannerV2 .c-cta-white-color.gws-bannerV2__content__link[disabled]:hover{border-color:#d6d6d6;color:#d6d6d6}body.page-v2 .gws-bannerV2_styles.c-gap-between{padding-left:10.9375vw;padding-right:10.9375vw}@media screen and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between{padding-left:5.3333333333vw;padding-left:0;padding-right:5.3333333333vw;padding-right:0;width:auto}}body.page-v2 .gws-bannerV2_styles.c-gap-between.mdws-gap-top{margin-top:0;padding-top:3.125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body.page-v2 .gws-bannerV2_styles.c-gap-between.mdws-gap-top{padding-top:5.3333333333vw}}body.page-v2 .gws-bannerV2_styles.c-gap-between.mdws-gap-bottom{margin-bottom:0;padding-bottom:3.125vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body.page-v2 .gws-bannerV2_styles.c-gap-between.mdws-gap-bottom{padding-bottom:5.3333333333vw}}html[dir=rtl] .gws-bannerV2_styles.c-text-position-left-bottom .gws-bannerV2__content__container,html[dir=rtl] .gws-bannerV2_styles.c-text-position-left-center .gws-bannerV2__content__container,html[dir=rtl] .gws-bannerV2_styles.c-text-position-left-top .gws-bannerV2__content__container{justify-content:flex-end}html[dir=rtl] .gws-bannerV2_styles.c-text-position-right-bottom .gws-bannerV2__content__container,html[dir=rtl] .gws-bannerV2_styles.c-text-position-right-center .gws-bannerV2__content__container,html[dir=rtl] .gws-bannerV2_styles.c-text-position-right-top .gws-bannerV2__content__container{justify-content:flex-start}.page-res-v2 .gws-bannerV2__content__wrapper{display:flex;flex-direction:column;height:480px;justify-content:flex-start;width:800px}.page-res-v2 .gws-bannerV2__content__title{-webkit-line-clamp:2;font-size:40px;font-weight:500;line-height:48px}.page-res-v2 .gws-bannerV2__content__desc,.page-res-v2 .gws-bannerV2__content__title{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.page-res-v2 .gws-bannerV2__content__desc{-webkit-line-clamp:5;font-size:20px;line-height:28px;margin-top:24px;max-height:140px}.page-res-v2 .gws-bannerV2__content__btn,.page-res-v2 .gws-bannerV2__content__link{border-radius:40px;font-size:20px;height:56px;line-height:22px;margin-right:20px;margin-top:24px;min-width:148px;padding:17px 32px}.page-res-v2 .gws-bannerV2 .gws-video__play{height:100px;width:100px}.page-res-v2 .gws-bannerV2 .gws-bannerV2__content{left:120px}@media screen and (max-width:767.9px){.page-res-v2 .gws-bannerV2 .gws-bannerV2__content{left:50%}}.page-res-v2 .gws-bannerV2_styles.c-text-position-left-top .gws-bannerV2__content{left:120px;right:unset;top:50%;transform:translateY(-50%)}.page-res-v2 .gws-bannerV2_styles.c-text-position-left-top .gws-bannerV2__content__wrapper{justify-content:flex-start}.page-res-v2 .gws-bannerV2_styles.c-text-position-left-center .gws-bannerV2__content{left:120px;right:unset;top:50%;transform:translateY(-50%)}.page-res-v2 .gws-bannerV2_styles.c-text-position-left-center .gws-bannerV2__content__wrapper{justify-content:center}.page-res-v2 .gws-bannerV2_styles.c-text-position-left-bottom .gws-bannerV2__content{bottom:unset;left:120px;right:unset;top:50%;transform:translateY(-50%)}.page-res-v2 .gws-bannerV2_styles.c-text-position-left-bottom .gws-bannerV2__content__wrapper{justify-content:flex-end}.page-res-v2 .gws-bannerV2_styles.c-text-position-center-top .gws-bannerV2__content{left:50%;top:50%;transform:translate(-50%,-50%)}.page-res-v2 .gws-bannerV2_styles.c-text-position-center-top .gws-bannerV2__content__wrapper{justify-content:flex-start}.page-res-v2 .gws-bannerV2_styles.c-text-position-center-center .gws-bannerV2__content{left:50%;top:50%;transform:translate(-50%,-50%)}.page-res-v2 .gws-bannerV2_styles.c-text-position-center-center .gws-bannerV2__content__wrapper{justify-content:center}.page-res-v2 .gws-bannerV2_styles.c-text-position-center-bottom .gws-bannerV2__content{bottom:unset;left:50%;top:50%;transform:translate(-50%,-50%)}.page-res-v2 .gws-bannerV2_styles.c-text-position-center-bottom .gws-bannerV2__content__wrapper{justify-content:flex-end}.page-res-v2 .gws-bannerV2_styles.c-text-position-right-top .gws-bannerV2__content{left:unset;right:120px;top:50%;transform:translateY(-50%)}.page-res-v2 .gws-bannerV2_styles.c-text-position-right-top .gws-bannerV2__content__wrapper{justify-content:flex-start}.page-res-v2 .gws-bannerV2_styles.c-text-position-right-center .gws-bannerV2__content{left:unset;right:120px;top:50%;transform:translateY(-50%)}.page-res-v2 .gws-bannerV2_styles.c-text-position-right-center .gws-bannerV2__content__wrapper{justify-content:center}.page-res-v2 .gws-bannerV2_styles.c-text-position-right-bottom .gws-bannerV2__content{bottom:unset;left:unset;right:120px;top:50%;transform:translateY(-50%)}.page-res-v2 .gws-bannerV2_styles.c-text-position-right-bottom .gws-bannerV2__content__wrapper{justify-content:flex-end}.page-res-v2 .gws-bannerV2_styles.c-gap-between{margin:0!important;padding-left:80px!important;padding-right:80px!important}.page-res-v2 .gws-bannerV2_styles.c-gap-between .gws-img,.page-res-v2 .gws-bannerV2_styles.c-gap-between .gws-video{margin:0 auto;max-width:1440px}.page-res-v2 .gws-bannerV2_styles.c-Specical{padding-left:80px!important;padding-right:80px!important}.page-res-v2 .gws-bannerV2_styles.c-Specical .gws-img,.page-res-v2 .gws-bannerV2_styles.c-Specical .gws-video{margin:0 auto;max-width:1440px}@media screen and (min-width:1920px){.page-res-v2 .gws-bannerV2{margin:0 auto;max-width:1920px}.page-res-v2 .gws-bannerV2_styles.c-Specical .gws-img,.page-res-v2 .gws-bannerV2_styles.c-Specical .gws-video,.page-res-v2 .gws-bannerV2_styles.c-gap-between .gws-img,.page-res-v2 .gws-bannerV2_styles.c-gap-between .gws-video{max-width:1440px}.page-res-v2 .gws-bannerV2_styles .gws-img{margin:0 auto;max-width:1920px}.page-res-v2 .gws-bannerV2_styles .gws-img img{width:100%}.page-res-v2 .gws-video{margin:0 auto;max-width:1920px}.page-res-v2 .gws-video video{width:100%}.page-res-v2 .gws-carousel__container .gws-bannerV2{max-width:2592px}.page-res-v2 .gws-carousel__container .gws-bannerV2_styles .gws-img{margin:0 auto;max-width:2592px;width:auto}.page-res-v2 .gws-carousel__container .gws-bannerV2_styles .gws-img img{max-height:1080px;width:100%}.page-res-v2 .gws-carousel__container .gws-bannerV2_styles .gws-video{margin:0 auto;max-width:2592px;width:auto}.page-res-v2 .gws-carousel__container .gws-bannerV2_styles .gws-video video{max-height:1080px;width:100%}.page-res-v2 .gws-bannerV2 .gws-bannerV2__content{left:12.5vw}.page-res-v2 .gws-bannerV2_styles.c-text-position-left-bottom .gws-bannerV2__content,.page-res-v2 .gws-bannerV2_styles.c-text-position-left-center .gws-bannerV2__content,.page-res-v2 .gws-bannerV2_styles.c-text-position-left-top .gws-bannerV2__content{left:12.5vw;right:unset}.page-res-v2 .gws-bannerV2_styles.c-text-position-right-bottom .gws-bannerV2__content,.page-res-v2 .gws-bannerV2_styles.c-text-position-right-center .gws-bannerV2__content,.page-res-v2 .gws-bannerV2_styles.c-text-position-right-top .gws-bannerV2__content{left:unset;right:12.5vw}}@media screen and (min-width:2592px){.page-res-v2 .gws-bannerV2_styles.c-text-position-left-bottom .gws-bannerV2__content,.page-res-v2 .gws-bannerV2_styles.c-text-position-left-center .gws-bannerV2__content,.page-res-v2 .gws-bannerV2_styles.c-text-position-left-top .gws-bannerV2__content{left:576px;right:unset}.page-res-v2 .gws-bannerV2_styles.c-text-position-right-bottom .gws-bannerV2__content,.page-res-v2 .gws-bannerV2_styles.c-text-position-right-center .gws-bannerV2__content,.page-res-v2 .gws-bannerV2_styles.c-text-position-right-top .gws-bannerV2__content{left:unset;right:576px}}@media screen and (max-width:1440.9px){.page-res-v2 .gws-bannerV2__content__wrapper{height:33.3333333333vw;width:55.5555555556vw}.page-res-v2 .gws-bannerV2__content__title{font-size:2.7777777778vw;font-weight:500;line-height:3.3333333333vw}}@media screen and (max-width:1440.9px)and (max-width:767.9px){.page-res-v2 .gws-bannerV2__content__title{font-size:5.3333333333vw;line-height:normal;max-height:12.8vw}}@media screen and (max-width:1440.9px){.page-res-v2 .gws-bannerV2__content__desc{font-size:1.3888888889vw;line-height:1.9444444444vw;margin-top:1.3888888889vw}}@media screen and (max-width:1440.9px)and (max-width:767.9px){.page-res-v2 .gws-bannerV2__content__desc{font-size:3.7333333333vw;line-height:4.8vw;margin-top:2.6666666667vw;max-height:24vw}}@media screen and (max-width:1440.9px){.page-res-v2 .gws-bannerV2__content__btn,.page-res-v2 .gws-bannerV2__content__link{border-radius:2.7777777778vw;font-size:1.3888888889vw;height:3.8888888889vw;line-height:1.5277777778vw;margin-top:1.3888888889vw;min-width:10.2777777778vw;padding:1.1805555556vw 2.2222222222vw}}@media screen and (max-width:1440.9px)and (max-width:767.9px){.page-res-v2 .gws-bannerV2__content__btn,.page-res-v2 .gws-bannerV2__content__link{border-radius:8.5333333333vw;font-size:3.7333333333vw;height:unset;line-height:4.2666666667vw;margin-right:0;margin-top:5.3333333333vw;min-width:21.3333333333vw;padding:2.6666666667vw 4.2666666667vw}}@media screen and (max-width:1440.9px){.page-res-v2 .gws-bannerV2 .gws-video__play{height:6.9444444444vw;width:6.9444444444vw}.page-res-v2 .gws-bannerV2_styles.c-text-position-left-top .gws-bannerV2__content{left:8.3333333333vw}}@media screen and (max-width:1440.9px)and (max-width:767.9px){.page-res-v2 .gws-bannerV2_styles.c-text-position-left-top .gws-bannerV2__content{left:50%;transform:translate(-50%,-50%)}}@media screen and (max-width:1440.9px){.page-res-v2 .gws-bannerV2_styles.c-text-position-left-center .gws-bannerV2__content{left:8.3333333333vw}}@media screen and (max-width:1440.9px)and (max-width:767.9px){.page-res-v2 .gws-bannerV2_styles.c-text-position-left-center .gws-bannerV2__content{left:50%;transform:translate(-50%,-50%)}}@media screen and (max-width:1440.9px){.page-res-v2 .gws-bannerV2_styles.c-text-position-left-bottom .gws-bannerV2__content{left:8.3333333333vw}}@media screen and (max-width:1440.9px)and (max-width:767.9px){.page-res-v2 .gws-bannerV2_styles.c-text-position-left-bottom .gws-bannerV2__content{bottom:unset;left:50%;top:50%;transform:translate(-50%,-50%)}}@media screen and (max-width:1440.9px){.page-res-v2 .gws-bannerV2_styles.c-text-position-right-top .gws-bannerV2__content{right:8.3333333333vw}}@media screen and (max-width:1440.9px)and (max-width:767.9px){.page-res-v2 .gws-bannerV2_styles.c-text-position-right-top .gws-bannerV2__content{left:50%;right:unset;top:50%;transform:translate(-50%,-50%)}}@media screen and (max-width:1440.9px){.page-res-v2 .gws-bannerV2_styles.c-text-position-right-center .gws-bannerV2__content{right:8.3333333333vw}}@media screen and (max-width:1440.9px)and (max-width:767.9px){.page-res-v2 .gws-bannerV2_styles.c-text-position-right-center .gws-bannerV2__content{left:50%;right:unset;transform:translate(-50%,-50%)}}@media screen and (max-width:1440.9px){.page-res-v2 .gws-bannerV2_styles.c-text-position-right-bottom .gws-bannerV2__content{right:8.3333333333vw}}@media screen and (max-width:1440.9px)and (max-width:767.9px){.page-res-v2 .gws-bannerV2_styles.c-text-position-right-bottom .gws-bannerV2__content{bottom:unset;left:50%;right:unset;top:50%;transform:translate(-50%,-50%)}}@media screen and (max-width:1440.9px){.page-res-v2 .gws-bannerV2_styles.c-gap-between{margin:0!important;padding-left:5.5555555556vw!important;padding-right:5.5555555556vw!important}}@media screen and (max-width:1440.9px)and (max-width:767.9px){.page-res-v2 .gws-bannerV2_styles.c-gap-between{padding-left:0!important;padding-right:0!important}}@media screen and (max-width:1440.9px){.page-res-v2 .gws-bannerV2_styles.c-Specical{padding-left:5.5555555556vw!important;padding-right:5.5555555556vw!important}}@media screen and (max-width:1440.9px)and (max-width:767.9px){.page-res-v2 .gws-bannerV2_styles.c-Specical{padding-left:0!important;padding-right:0!important}}@media screen and (max-width:767.9px){.page-res-v2 .gws-bannerV2__content__wrapper{height:123.2vw!important;justify-content:center!important;width:89.3333333333vw!important}.page-res-v2 .gws-bannerV2__content__wrapper *{text-align:center!important}.page-res-v2 .gws-bannerV2__content__actions{flex-direction:row;justify-content:center}.page-res-v2 .gws-bannerV2__content__btn,.page-res-v2 .gws-bannerV2__content__link{margin:5.3333333333vw 1.3333333333vw 0!important}.page-res-v2 .gws-bannerV2_styles.c-text-in-footer .gws-bannerV2__content{bottom:unset!important;left:50%!important;right:unset!important;top:50%!important;transform:translate(-50%,-50%)!important}.page-res-v2 .gws-bannerV2_styles.c-text-in-footer .gws-bannerV2__content__wrapper{justify-content:flex-end!important}.page-res-v2 .gws-bannerV2_styles.c-text-in-top .gws-bannerV2__content{bottom:unset!important;left:50%!important;right:unset!important;top:50%!important;transform:translate(-50%,-50%)!important}.page-res-v2 .gws-bannerV2_styles.c-text-in-top .gws-bannerV2__content__wrapper{justify-content:flex-start!important}}.gws-dynamic-image{cursor:pointer!important}.gws-dynamic-image[data-type=inline] .gws-dynamic-image__btn{display:none}.gws-dynamic-image[data-type=popup]{display:inline-block}.gws-dynamic-image[data-type=popup] .gws-dynamic-image__container{display:none}.gws-dynamic-image__container{background-color:#fff;display:flex;height:56.25vw;position:relative}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-dynamic-image__container{height:100vw}}.gws-dynamic-image__container:before{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAAAqCAMAAADbGsbuAAAAAXNSR0IArs4c6QAAAvdQTFRFAAAAAAAA////gICA////qqqqv7+/mZmZzMzMqqqq1dXVtra2v7+/xsbGs7OzzMzMubm5qqqqv7+/sbGxxMTEtra2u7u7v7+/tLS0w8PDuLi4vLy8v7+/tra2vLy8v7+/uLi4wsLCurq6vb29tra2ubm5u7u7vb29t7e3vLy8tra2vb29uLi4urq6tbW1vLy8vr6+ubm5v7+/u7u7tra2vLy8uLi4vr6+ubm5v7+/uLi4vr6+urq6u7u7uLi4vb29ubm5urq6vLy8ubm5vr6+u7u7ubm5vb29u7u7vb29vLy8vb29vLy8ubm5urq6vb29u7u7vLy8vb29urq6vLy8ubm5urq6u7u7vLy8urq6u7u7u7u7ubm5vLy8u7u7vLy8ubm5urq6u7u7vLy8urq6vLy8vb29u7u7ubm5vLy8urq6u7u7ubm5urq6urq6u7u7urq6u7u7u7u7urq6vLy8u7u7u7u7urq6vLy8u7u7ubm5vLy8urq6vLy8u7u7urq6u7u7u7u7u7u7urq6vLy8u7u7vLy8u7u7u7u7vLy8urq6vb29vLy8u7u7urq6u7u7urq6vLy8u7u7u7u7u7u7u7u7vLy8urq6vLy8urq6vLy8u7u7vLy8urq6u7u7vLy8u7u7vLy8vLy8urq6u7u7u7u7vb29urq6u7u7urq6u7u7vLy8u7u7urq6u7u7urq6u7u7vLy8u7u7urq6u7u7urq6u7u7vLy8u7u7urq6urq6u7u7u7u7u7u7u7u7u7u7urq6u7u7urq6u7u7u7u7vLy8u7u7vLy8u7u7urq6u7u7vLy8u7u7vLy8u7u7u7u7u7u7urq6u7u7urq6u7u7u7u7u7u7vLy8vLy8u7u7u7u7u7u7vLy8u7u7u7u7u7u7u7u7u7u7u7u7urq6vLy8u7u7u7u7u7u7u7u7vLy8u7u7u7u7u7u7u7u7vLy8u7u7urq6u7u7urq6u7u7u7u7vLy8u7u7u7u7urq6u7u7u7u7vLy8u7u7HWk7SgAAAPx0Uk5TAAEBAgIDBAUFBgYHCAkKCgsMDA0NDg8QERESExQVFxgZGRobHB0eHyAiIyMkJSYmJygoKSoqKyssLC8vMDEyMjM0NTc3ODo6PD5BQkRFRkZHSElKTE1OT1BRUlNUVFZXWFlaW1xfYGFjY2RlZmdoaWttcXNzdHV2dnh5eXp6e31/gISGhoeIiouMjY6QkpOTlJSWl5mam5ycoKChoaOkpKWnqqusra2usLGxsrW2t7i4uru8vL2+vr/AwcLDxMbHyMjJysvMzc3Oz8/Q0dHT1dbX2Nvb3N3f4OHk5efo6err7O3u7u/w8fLy8/T19vb3+Pj5+fr6+/z9/f7+onjEnAAAA9lJREFUGBnVwXt8lXMAx/GvrU056bKstFxqqVOGSkInoSaEUrSKWEa557jnVgyrljJSppLridzCQcptabmFim7WdNVWppntzNn2nM8fnt+z0zazdbzmL++3/q9cU95dcLr+izeAor5quv7svmwxc9QoVwfV1T0pKU7VDu0UK9sFfKEbeFmNSMmp5FffmTqgbwVl3WRcvLycwAfDpHa/8EMxN6lh6RZG+QSFvQBzZaRbGNaD0rAdVM2NVoOuDMH2r4uhbIAcvSsI9JAtFdj9ZSFYl0otB3VVI36EzObq9Cb45FgE82SsgcxYubJhhQ7iJFgnW0IJRVGynRikzC1bR4v8WEmt91Ieq8a17tcvUcY30EG2+TBHxinwjoyVkKjIovMpj5HUM0hxVxke8Mnwg1uR3Q8rZMuGTDk84JPhB7ciuH3W5xAYIql7AD5amzvrGMkDPhl+cCuCtYA1WrYnqLZnoDzgk+EHtyL4rgr49iip3W+wa/H7ZbC5uQd8MvzgViTRZyyDF6VrYE2CdHwepHrAJ8MPbjWszcSsEQprk0/waC2Ec2S7GZ70gE+GH9wjsia2UX1dZhRAZbLCsuFCfU+RjCHwvAd8MvyQWgkFM7qorriMYozbFDYbRmoHgSjZBsH8fvCWjM9gGkZxRpxqDN2Co/DafftelbEG+mg9DJDtDri3k0VetCTXHoK9C3FsGaowbxBjW0Y31064K0ox02Cz9Dh82lk6v4CKXloLU6RmmfCJumVswwh65fBa2LZ6XZImA5vezgMmSD1KoeSrDRYskiYAm/15wFhJLu9WbJZXtuQgUDWzrYyYl3BYD8t2SxWO3PaSpocwQo/K0XZmJRBMlpQD7B+lsCjvJgh+fIkcI1dbkP9QSxljV1tUrRqjA0btB3IkD2ClqI5jerZSjYQ+nVWjfVK86kixAI+8wFI1zVLAq6lAhprmEeABTQKWq2k+BG7UyRaErlZTpAGhXtIyoCxN9R0RqwiuKgXek9T/d8Cad6T+Zlbl9uE6mA7zLKDkNNnSKrDtvKedap0A/DlJjYq/exe2yjQ5xpdg7M0arAMSg0BoRrQadHZWIUZJmsIGrqPaxseGt5LDW4HtlVaq7/DhmZuotv4s1TjszgLCylfNvn5weymlCFvusaoVP/i62SsDhO29z6W6Ok79mVqhHbmv52D81F+OU59bvd2i1rb0BNXX4vLX/uCfCpJka5ZHHaVLUluoQXHjsjda1DNZtniLMGvD0+PidTCJY9KXrC+lhnWRjAVAYN3i9NGd9a/EuM+94tYp05965tmF4+U4JPm845qpIX8B1LDxMLajhFsAAAAASUVORK5CYII=) no-repeat;background-size:contain;content:"";height:2.3958333333vw;left:50%;position:absolute;top:1.5625vw;transform:translateX(-50%);width:3.2291666667vw;z-index:1}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-dynamic-image__container:before{height:6.1333333333vw;top:5.3333333333vw;width:8.2666666667vw}}.gws-dynamic-image__container img{height:100%;left:50%;margin:auto;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-dynamic-image__container img{height:auto;width:100%}}.gws-dynamic-image__cover{bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;z-index:1}.gws-dynamic-image__btn{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAAAiCAMAAADI62FhAAAAAXNSR0IArs4c6QAAAjpQTFRFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAa6pd1gAAAL10Uk5TAAECAwQFBgcICQoLDA0ODxASExQVFxobHB4fICEiIyQnKCkqKy0uLzAxMjM0NTY4Ojs9Pj9AQUJERUdIS0xNTlFSVFdYWVpbXF5fYGNkZWZnaGlsb3BxcnR1dnd4eXt9f4CBg4SHiImKjI2PkZKTlpeZm5yfoaOkpaanqKmrrK2vsLG8vb6/wcLDxcbIycrLzc7P0NHS09TV1tfY3N3e3+Dh4uPk5ebn6Onq6+3u7/Dx8vT19vf4+fr7/P3+tt7UWQAAAshJREFUOMvdlelfzFEUh5/fr8IUUolGslP2pbJnSUMaa/a17FnKXmisYZQlskQ0liZUEqEyM9//zYuZ+gxGn+at8+qce+5zzz3n3AX+I5lbuicybMjavP7m3pCesdv3rxrUbSwuPt4fwJhfUJgVwfwq7OWhoEKPpOa5fiPqjS4AxDslqcZqqXU2LQwB2aU3zm/6YgVgnTzjACrkrb7n0UMzelFKqFD1uhzJyI86ChDl0kWANMkGS3xKD51u9KlTo4BDcgKskWcswGq1+Ffc1GutinQLiHyl8wDkqxagSrt7g6a2ah+Qp44x/ftKHXB5VT0QzJf60eV7nN436rykYgOWST8/+fQ9tU/U8OkFXcqHa3qWxMS3cvRKRdmcrgS/elRPML9oHrBVjUFUgstpiwpiDLtLakn0G0vVjlUaBmTpExv1HOCudic2Sy670Q2NrpRq18YklJYmA5vVgFWaDWxSHTa1mUCjNhKztlaqHO2HMj/LvdIEo163E5jWpHPgkjOJKe91mBSvCgy2SamAaXPrcyZAaruuxgKQ41Nnk0+tKZAn6bvUMBTOSl/bpOv+ELFX1Z4KRo3KzMBW13+V9CwNYGenpKcTgH4lPyVv2cDAHLNMNQaZckf3lCU2K2daIN3E7NwZAXXY8uzkoOPqViY7VBzmpS7WDrarJGxqG3PUGBMWFO3WbIxqXTLDgMwy3QfGterGkN896XH/hIZcU9t4gJnN+rA6ONwMvZ7wj0C5jWqZ5ddH3JTq8nteNGKq1LYgBDN4Q53k7GmCYXslfXPY4gP2gHJ1rfsDictxtEv1uUbQWET2La/keVRin2wBjIM+X1GP35KWV/LII3lvr/jrybZuqeiQJG/DHceJfQ+kKxaAI5XvvJLUUbHVGjrZARm7yl90qFu2AIO7pM7njl0Zlt4bEjEyPWdz4bGTZ04nA0zKSP77J/kFXp4eQO/DpfIAAAAASUVORK5CYII=) no-repeat;background-size:contain;cursor:pointer;display:inline-block;height:1.7708333333vw;width:2.7083333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-dynamic-image__btn{height:6.1333333333vw;width:8.2666666667vw}}.gws-dialog .gws-dynamic-image{display:block}.gws-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__container{display:flex;height:41.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__container{height:100vw}}.gws-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__btn{display:none}body.page-v2 .gws-dialog{max-height:37.5vw;width:66.6666666667vw!important}@media screen and (max-width:767.9px){body.page-v2 .gws-dialog{max-height:80%;width:100%!important}}body.page-v2 .gws-dialog .wsc-dialog__close{align-items:center;background-color:transparent;bottom:-2.7083333333vw;display:flex;height:1.6666666667vw;left:unset;right:1.0416666667vw;top:unset;width:1.6666666667vw;z-index:2}@media screen and (max-width:767.9px){body.page-v2 .gws-dialog .wsc-dialog__close{height:5.3333333333vw;right:5.3333333333vw;top:5.3333333333vw;width:5.3333333333vw}}body.page-v2 .gws-dialog .wsc-dialog__close .wsc-icon__close{width:100%}body.page-v2 .gws-dialog .wsc-dialog__close .wsc-icon__close,body.page-v2 .gws-dialog .wsc-dialog__close .wsc-icon__close:before{background-color:#707070}body.page-v2 .gws-dialog .wsc-dialog__body{border-radius:.4166666667vw}@media screen and (max-width:767.9px){body.page-v2 .gws-dialog .wsc-dialog__body{border-radius:unset}}body.page-v2 .gws-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__container{border-radius:.4166666667vw;height:37.5vw}body.page-v2 .gws-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__container:before{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAAAiCAMAAADI62FhAAAAAXNSR0IArs4c6QAAAjpQTFRFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAa6pd1gAAAL10Uk5TAAECAwQFBgcICQoLDA0ODxASExQVFxobHB4fICEiIyQnKCkqKy0uLzAxMjM0NTY4Ojs9Pj9AQUJERUdIS0xNTlFSVFdYWVpbXF5fYGNkZWZnaGlsb3BxcnR1dnd4eXt9f4CBg4SHiImKjI2PkZKTlpeZm5yfoaOkpaanqKmrrK2vsLG8vb6/wcLDxcbIycrLzc7P0NHS09TV1tfY3N3e3+Dh4uPk5ebn6Onq6+3u7/Dx8vT19vf4+fr7/P3+tt7UWQAAAshJREFUOMvdlelfzFEUh5/fr8IUUolGslP2pbJnSUMaa/a17FnKXmisYZQlskQ0liZUEqEyM9//zYuZ+gxGn+at8+qce+5zzz3n3AX+I5lbuicybMjavP7m3pCesdv3rxrUbSwuPt4fwJhfUJgVwfwq7OWhoEKPpOa5fiPqjS4AxDslqcZqqXU2LQwB2aU3zm/6YgVgnTzjACrkrb7n0UMzelFKqFD1uhzJyI86ChDl0kWANMkGS3xKD51u9KlTo4BDcgKskWcswGq1+Ffc1GutinQLiHyl8wDkqxagSrt7g6a2ah+Qp44x/ftKHXB5VT0QzJf60eV7nN436rykYgOWST8/+fQ9tU/U8OkFXcqHa3qWxMS3cvRKRdmcrgS/elRPML9oHrBVjUFUgstpiwpiDLtLakn0G0vVjlUaBmTpExv1HOCudic2Sy670Q2NrpRq18YklJYmA5vVgFWaDWxSHTa1mUCjNhKztlaqHO2HMj/LvdIEo163E5jWpHPgkjOJKe91mBSvCgy2SamAaXPrcyZAaruuxgKQ41Nnk0+tKZAn6bvUMBTOSl/bpOv+ELFX1Z4KRo3KzMBW13+V9CwNYGenpKcTgH4lPyVv2cDAHLNMNQaZckf3lCU2K2daIN3E7NwZAXXY8uzkoOPqViY7VBzmpS7WDrarJGxqG3PUGBMWFO3WbIxqXTLDgMwy3QfGterGkN896XH/hIZcU9t4gJnN+rA6ONwMvZ7wj0C5jWqZ5ddH3JTq8nteNGKq1LYgBDN4Q53k7GmCYXslfXPY4gP2gHJ1rfsDictxtEv1uUbQWET2La/keVRin2wBjIM+X1GP35KWV/LII3lvr/jrybZuqeiQJG/DHceJfQ+kKxaAI5XvvJLUUbHVGjrZARm7yl90qFu2AIO7pM7njl0Zlt4bEjEyPWdz4bGTZ04nA0zKSP77J/kFXp4eQO/DpfIAAAAASUVORK5CYII=);background-size:contain;bottom:1.875vw;height:1.25vw;left:50%;top:unset;transform:translateX(-50%);width:1.9270833333vw;z-index:1}body.page-v2 .gws-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__container img{height:auto;margin-top:1.0416666667vw;max-height:26.0416666667vw;max-width:26.0416666667vw}body.page-v2 .gws-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__container .gws-loading,body.page-v2 .gws-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__container .gws-loading__cover-white{border-radius:.4166666667vw}@media screen and (max-width:767.9px){body.page-v2 .gws-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__container{border-radius:unset;height:85.3333333333vw}body.page-v2 .gws-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__container:before{bottom:5.3333333333vw;height:5.3333333333vw;width:8.2666666667vw}body.page-v2 .gws-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__container img{max-height:53.3333333333vw;max-width:53.3333333333vw}body.page-v2 .gws-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__container .gws-loading,body.page-v2 .gws-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__container .gws-loading__cover-white{border-radius:unset}}.gws-img{font-size:0}.gws-img img{width:100%}.gws-media_item{overflow:hidden;position:relative}.gws-media_item,.gws-media_item iframe,.gws-media_item img{height:100%;width:100%}.gws-media_item_instagram{height:calc(100% + 55px)!important;position:relative;top:-55px}.gws-media_item a{bottom:0;left:0;position:absolute;right:0;top:0;z-index:99}.gws-media_item iframe{border:none;overflow:hidden;width:100%}.footer_subscribe{margin-top:2.0833333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.footer_subscribe{margin-top:13.3333333333vw}}.footer_subscribe_title{display:none}.footer_subscribe_form{display:flex;height:2.6041666667vw;margin-top:1.5625vw;position:relative}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.footer_subscribe_form{flex-wrap:wrap;height:auto;margin-top:4.8vw}}.footer_subscribe_form_group{background-color:hsla(0,0%,100%,.2);border-radius:1.5625vw;display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.footer_subscribe_form_group{border-radius:6.6666666667vw}}.footer_subscribe_email{background:none;border:none;border-radius:1.5625vw;color:#fff;display:inline-block;height:100%;line-height:2.6041666667vw;outline:none;padding:0 1.0416666667vw 0 1.3020833333vw;width:60%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.footer_subscribe_email{border-radius:6.6666666667vw;height:13.3333333333vw;line-height:13.3333333333vw;padding:0 6.6666666667vw;text-align:center;width:100%}}.footer_subscribe_email::placeholder{color:#fff;font-weight:400}.footer_subscribe_label{display:none}.footer_subscribe_submit{background-color:#fff;height:2.6041666667vw;line-height:2.6041666667vw;padding-left:0;padding-right:0;position:absolute;right:0;text-align:center;width:40%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.footer_subscribe_submit{height:13.3333333333vw;line-height:13.3333333333vw;margin-left:auto;margin-top:2.6666666667vw;position:relative;right:auto;width:100%}}.gws-video{font-size:0;position:relative;width:100%}.gws-video video{background-color:#000;width:100%}.gws-video video.bg-transparent{background-color:transparent}.gws-video iframe{width:100%!important}.gws-video__play{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIj48ZGVmcz48ZmlsdGVyIGlkPSJhIiBmaWx0ZXJVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiIgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+PGZlR2F1c3NpYW5CbHVyIGluPSJCYWNrZ3JvdW5kSW1hZ2UiIHN0ZERldmlhdGlvbj0iNi45NDQiLz48ZmVDb21wb3NpdGUgaW4yPSJTb3VyY2VBbHBoYSIgb3BlcmF0b3I9ImluIiByZXN1bHQ9ImVmZmVjdDFfZm9yZWdyb3VuZEJsdXIiLz48ZmVCbGVuZCBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2ZvcmVncm91bmRCbHVyIiByZXN1bHQ9InNoYXBlIi8+PC9maWx0ZXI+PGZpbHRlciBpZD0iYyIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiIHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIj48ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPjxmZUJsZW5kIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPjxmZUdhdXNzaWFuQmx1ciBpbj0iQmFja2dyb3VuZEltYWdlIiBzdGREZXZpYXRpb249IjYuOTQ0Ii8+PGZlQ29tcG9zaXRlIGluMj0iU291cmNlQWxwaGEiIG9wZXJhdG9yPSJpbiIgcmVzdWx0PSJlZmZlY3QxX2ZvcmVncm91bmRCbHVyIi8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1ciIgcmVzdWx0PSJzaGFwZSIvPjwvZmlsdGVyPjxjbGlwUGF0aCBpZD0iYiI+PHJlY3Qgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgZmlsdGVyPSJ1cmwoI2EpIj48ZyBjbGlwLXBhdGg9InVybCgjYikiPjxnIGZpbHRlcj0idXJsKCNjKSI+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgZmlsbD0iI0ZGRiIgZmlsbC1vcGFjaXR5PSIuMiIgcj0iNTAiLz48L2c+PGcgZmlsbD0iI0ZGRiI+PHBhdGggZD0iTTQzLjc1IDYzLjIzMXEtLjA0LjAyMy0uMDguMDQzLS4wNDIuMDItLjA4NC4wMzctLjA0Mi4wMTgtLjA4NS4wMzItLjA0My4wMTUtLjA4Ny4wMjd0LS4wODguMDJxLS4wNDUuMDEtLjA5LjAxNWwtLjA5LjAxLS4wOTEuMDAycS0uMDQ2IDAtLjA5LS4wMDMtLjA0Ni0uMDAzLS4wOTEtLjAwOS0uMDQ1LS4wMDYtLjA5LS4wMTUtLjA0NS0uMDA4LS4wODktLjAyLS4wNDMtLjAxMi0uMDg3LS4wMjctLjA0My0uMDE0LS4wODUtLjAzMi0uMDQyLS4wMTctLjA4Mi0uMDM3LS4wNDEtLjAyLS4wOC0uMDQzLS4wNC0uMDIzLS4wNzgtLjA0OC0uMDM3LS4wMjUtLjA3NC0uMDUzLS4wMzYtLjAyOC0uMDctLjA1OC0uMDM0LS4wMy0uMDY2LS4wNjJ0LS4wNjItLjA2NnEtLjAzLS4wMzQtLjA1OC0uMDctLjAyOC0uMDM2LS4wNTMtLjA3NC0uMDI1LS4wMzgtLjA0OC0uMDc3LS4wMjMtLjA0LS4wNDMtLjA4LS4wMi0uMDQxLS4wMzctLjA4My0uMDE4LS4wNDItLjAzMi0uMDg1LS4wMTUtLjA0My0uMDI3LS4wODctLjAxMS0uMDQ0LS4wMi0uMDg5LS4wMS0uMDQ0LS4wMTUtLjA5LS4wMDYtLjA0NS0uMDA5LS4wOS0uMDAzLS4wNDUtLjAwMy0uMDlWMzcuOTcxcTAtLjA0NS4wMDMtLjA5LjAwMy0uMDQ2LjAwOS0uMDkxLjAwNi0uMDQ1LjAxNS0uMDl0LjAyLS4wODhxLjAxMi0uMDQ0LjAyNy0uMDg3LjAxNC0uMDQzLjAzMi0uMDg1LjAxNy0uMDQyLjAzNy0uMDgzLjAyLS4wNDEuMDQzLS4wOC4wMjMtLjA0LjA0OC0uMDc4LjAyNS0uMDM3LjA1My0uMDczLjAyOC0uMDM3LjA1OC0uMDcuMDMtLjAzNS4wNjItLjA2N3QuMDY2LS4wNjJxLjAzNC0uMDMuMDctLjA1OC4wMzctLjAyOC4wNzQtLjA1My4wMzgtLjAyNS4wNzctLjA0OC4wNC0uMDIzLjA4LS4wNDMuMDQxLS4wMi4wODMtLjAzNy4wNDItLjAxOC4wODUtLjAzMi4wNDQtLjAxNS4wODctLjAyNy4wNDQtLjAxMS4wODktLjAyLjA0NS0uMDA5LjA5LS4wMTV0LjA5LS4wMDlxLjA0NS0uMDAzLjA5LS4wMDMuMDQ2IDAgLjA5Mi4wMDMuMDQ1LjAwMy4wOS4wMDkuMDQ1LjAwNi4wOS4wMTVsLjA4OC4wMnEuMDQ0LjAxMi4wODcuMDI3LjA0My4wMTQuMDg1LjAzMi4wNDIuMDE3LjA4My4wMzcuMDQxLjAyLjA4LjA0M2wyMC44MzQgMTIuMDI4cS4wNC4wMjMuMDc3LjA0OGwuMDc0LjA1M3EuMDM2LjAyOC4wNy4wNTguMDM0LjAzLjA2Ni4wNjJ0LjA2Mi4wNjZsLjA1OC4wN3EuMDI4LjAzNy4wNTMuMDc0LjAyNS4wMzguMDQ4LjA3OHQuMDQzLjA4cS4wMi4wNC4wMzcuMDgzLjAxOC4wNDIuMDMyLjA4NS4wMTUuMDQzLjAyNy4wODd0LjAyLjA4OHEuMDEuMDQ1LjAxNS4wOWwuMDEuMDkuMDAyLjA5MXEwIC4wNDYtLjAwMy4wOTF0LS4wMDkuMDlxLS4wMDYuMDQ1LS4wMTUuMDktLjAwOC4wNDUtLjAyLjA4OXQtLjAyNy4wODdxLS4wMTQuMDQzLS4wMzIuMDg1LS4wMTcuMDQyLS4wMzcuMDgyLS4wMi4wNDEtLjA0My4wOC0uMDIzLjA0LS4wNDguMDc4dC0uMDUzLjA3NHEtLjAyOC4wMzYtLjA1OC4wNy0uMDMuMDM0LS4wNjIuMDY2dC0uMDY2LjA2MnEtLjAzNC4wMy0uMDcuMDU4LS4wMzYuMDI4LS4wNzQuMDUzLS4wMzguMDI1LS4wNzcuMDQ4TDQzLjc0OSA2My4yMzFaIi8+PHBhdGggZD0iTTQ0Ljc5MSA2NS4wMzVxLTEuNzM2IDEuMDAzLTMuNDcyIDAtMS43MzYtMS4wMDItMS43MzYtMy4wMDdWMzcuOTcycTAtMi4wMDUgMS43MzYtMy4wMDcgMS43MzYtMS4wMDIgMy40NzIgMGwyMC44MzMgMTIuMDI4UTY3LjM2IDQ3Ljk5NSA2Ny4zNiA1MHQtMS43MzYgMy4wMDdMNDQuNzkxIDY1LjAzNVptLTIuMDgzLTMuNjA4TDYzLjU0IDQ5LjM5OXEtLjM0Ny4yLS4zNDcuNjAxIDAgLjQwMS4zNDcuNjAyTDQyLjcwOCAzOC41NzNxLjM0Ny4yLjY5NCAwdC4zNDctLjYwMXYyNC4wNTZxMC0uNC0uMzQ3LS42MDEtLjM0Ny0uMi0uNjk0IDBaIi8+PC9nPjwvZz48L2c+PC9zdmc+);background-size:100% 100%;cursor:pointer;height:5.2083333333vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:5.2083333333vw;z-index:10}@media screen and (max-width:767.9px){.gws-video__play{height:8.5333333333vw;width:8.5333333333vw}}.gws-video .c-video-autoplay .gws-img,.gws-video .c-video-autoplay .gws-video__asset{display:none}@media screen and (max-width:767.9px){.gws-video .c-video-autoplay .gws-img{display:block}}.gws-video .c-video-autoplay .gws-video__play{display:none}@media screen and (max-width:767.9px){.gws-video .c-video-autoplay .gws-video__play{display:block}}.gws-video .c-video-hover-play .gws-video__play{display:none}@media screen and (max-width:767.9px){.gws-video .c-video-hover-play .gws-video__play{display:block}}.gws-video .c-video-hover-play .gws-video__asset,.gws-video .c-video-hover-play .gws-video__vimeo,.gws-video .c-video-hover-play .gws-video__youtube,.gws-video .c-video-inline-play .gws-video__asset,.gws-video .c-video-inline-play .gws-video__vimeo,.gws-video .c-video-inline-play .gws-video__youtube,.gws-video .c-video-popup-play .gws-video__asset,.gws-video .c-video-popup-play .gws-video__vimeo,.gws-video .c-video-popup-play .gws-video__youtube{display:none}