:root{--wsc-drawer-z-index:199920}.wsc-drawer{height:100%;left:0;position:fixed;top:0;width:100%;z-index:199920;z-index:var(--wsc-drawer-z-index)}.wsc-drawer--actived .wsc-drawer__cover{opacity:1}.wsc-drawer--actived .wsc-drawer__container{transform:translate(0)}.wsc-drawer__cover{background-color:#000000b3;background-color:var(--wsc-color-cover);height:100%;opacity:0;transition:opacity .3s ease;width:100%}.wsc-drawer__container{background-color:#fff;background-color:var(--wsc-color-white);overflow:auto;padding:20px;padding:var(--wsc-mob-padding-common);position:absolute;transition:transform .3s ease}.wsc-drawer__container--top{left:0;top:0;transform:translateY(-100%);width:100%}.wsc-drawer__container--bottom{bottom:0;left:0;transform:translateY(100%);width:100%}.wsc-drawer__container--right{height:100%;right:0;top:0;transform:translate(100%);width:85%}.wsc-drawer__container--left{height:100%;left:0;top:0;transform:translate(-100%);width:85%}.wsc-filter__group,.wsc-filter__group__title{margin-bottom:10px;margin-bottom:var(--wsc-filter-option-gap)}.wsc-filter__group__title{font-size:14px;font-size:var(--wsc-filter-title-font-size)}.wsc-filter__list{display:flex;flex-wrap:wrap;overflow:hidden;transition:height .3s ease}.wsc-filter__option{margin-bottom:10px;margin-bottom:var(--wsc-filter-option-gap);margin-right:10px;margin-right:var(--wsc-filter-option-gap)}.wsc-filter__expand{display:inline-block}:root{--wsc-filter-drawer-operate-gap:10px}.wsc-filter__drawer{position:relative}.wsc-filter__drawer__operate{background-color:#fff;display:flex}.wsc-filter__drawer__operate .wsc-button{flex:1}.wsc-filter__drawer__operate .wsc-button:first-child{margin-right:10px;margin-right:var(--wsc-filter-drawer-operate-gap)}:root{--wsc-pagination-btn-gap-vertical:4px;--wsc-pagination-btn-gap-horizontal:8px;--wsc-pagination-btn-border-color:var(--wsc-color-border);--wsc-pagination-btn-actived-color:var(--wsc-color-main);--wsc-pagination-btn-actived-font-color:#fff;--wsc-pagination-fraction-btn-gap:30px}.wsc-pagination__container{align-items:center;display:flex}.wsc-pagination__item,.wsc-pagination__next,.wsc-pagination__prev{border:1px solid #ccc;border:1px solid var(--wsc-pagination-btn-border-color);cursor:pointer;min-width:34px;padding:4px 8px;padding:var(--wsc-pagination-btn-gap-vertical) var(--wsc-pagination-btn-gap-horizontal);text-align:center;transition:all .3s ease}.wsc-pagination__item--disabled,.wsc-pagination__next--disabled,.wsc-pagination__prev--disabled{cursor:no-drop;opacity:.5}.wsc-pagination__item--actived{background-color:#498ff2;background-color:var(--wsc-pagination-btn-actived-color);border-color:#498ff2;border-color:var(--wsc-pagination-btn-actived-color);color:#fff;color:var(--wsc-pagination-btn-actived-font-color)}.wsc-pagination__nums{margin:0 30px;margin:0 var(--wsc-pagination-fraction-btn-gap)}.wsc-dialog{background-color:#000000b3;background-color:var(--wsc-color-cover);bottom:0!important;font-size:16px;left:0;opacity:0;overflow:auto;position:fixed;right:0;top:0;transform:translate3d(0,-20px,0);transition:all .3s ease}.wsc-dialog--space{padding:10px 0}.wsc-dialog--space:first-child{padding-top:0}.wsc-dialog--space:last-child{padding-bottom:0}.wsc-dialog--actived{opacity:1;transform:translateZ(0);z-index:200000}.wsc-dialog__wrapper{background-color:#fff;background-color:var(--wsc-color-white);left:50%;padding:20px;position:absolute;top:50%;transform:translate(-50%,-50%);width:50%}@media screen and (max-width:767px){.wsc-dialog__wrapper{width:100%}}.wsc-dialog__header{position:relative}.wsc-dialog__close{padding:0;position:absolute;right:0;width:12px}.wsc-dialog__parent--hidden{overflow:hidden}:root{--wsc-theme-color:#af6437}.wsc-address{color:#f6f6f6}.wsc-address__wrapper{display:flex;flex:1;flex-wrap:wrap}@media screen and (max-width:767px){.wsc-address__wrapper{flex-direction:column}}.wsc-address__select{background-image:linear-gradient(45deg,transparent 50%,#ccc 0),linear-gradient(135deg,#ccc 50%,transparent 0),linear-gradient(90deg,transparent,transparent);background-position:calc(100% - 11px) 50%,calc(100% - 5px) 50%,100% 0;background-repeat:no-repeat;background-size:6px 6px,6px 6px,3em 3em;margin-left:2%;padding:22px 20px 22px 10px}.wsc-address__select:first-child{margin-left:0}.wsc-address__select option{overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:767px){.wsc-address__select{margin-bottom:20px;margin-left:0;padding:13px 20px 13px 8px;width:100%}.wsc-address__select:last-child{margin-bottom:0}}.form__group{display:flex;margin-bottom:40px}.form__label{color:#333;display:flex;font-size:18px;margin:11px 40px 0 0;text-align:justify;width:10%}.form__label--required:before{color:#af6437;color:var(--wsc-theme-color);content:"*";display:inline-block;font-size:26px;line-height:1;padding-right:30%}@media screen and (max-width:767px){.form__label--required:before{padding-right:10%}.form__label{font-size:14px;width:25%}}@media screen and (max-width:767px) and (max-width:767px){.form__label{margin-right:20px}}.form__fields{appearance:none;-moz-appearance:none;-webkit-appearance:none;background-color:#f6f6f6;border:none;flex:1;font-size:14px;line-height:1.3;position:relative}.form__error{color:#af6437;color:var(--wsc-theme-color);font-size:14px;width:100%}.form__input{padding:22px 10px;width:100%}:root{--wsc-color-white:#fff;--wsc-color-main:#498ff2;--wsc-color-common:#666;--wsc-color-cover:rgba(0,0,0,.7);--wsc-color-border:#ccc;--wsc-font-size-common:14px;--wsc-mob-padding-common:20px;--wsc-z-index-high-level:200000}a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,form,h1,h2,h3,h4,h5,h6,html,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;margin:0;outline:0;padding:0;vertical-align:baseline}input[type=search]{mbox-sizing:content-box}:root{--wsc-button-padding-vertical:8px;--wsc-button-padding-horizontal:20px;--wsc-button-font-size:12px;--wsc-button-border-color:var(--wsc-color-border);--wsc-button-background-color:#498ff2;--wsc-button-border-radius:4px}.wsc-button{border:1px solid transparent;border-radius:4px;border-radius:var(--wsc-button-border-radius);cursor:pointer;display:inline-block;font-size:12px;font-size:var(--wsc-button-font-size);padding:8px 20px;padding:var(--wsc-button-padding-vertical) var(--wsc-button-padding-horizontal);text-align:center;transition:all .3s ease}.wsc-button--default{border-color:#ccc;border-color:var(--wsc-button-border-color)}.wsc-button--main{background-color:#498ff2;background-color:var(--wsc-button-background-color);color:#fff}.wsc-icon{display:inline-block;line-height:1;vertical-align:baseline}.wsc-icon__plus{position:relative}.wsc-icon__plus,.wsc-icon__plus:before{background-color:#ccc;height:2px;width:100%}.wsc-icon__plus:before{content:"";left:50%;position:absolute;transform:translate(-50%) rotate(90deg)}.wsc-icon__close{position:relative;transform:rotate(45deg)}.wsc-icon__close,.wsc-icon__close:before{background-color:#ccc;height:2px;width:100%}.wsc-icon__close:before{content:"";left:50%;position:absolute;transform:translate(-50%) rotate(90deg)}.wsc-icon__triangle--down{border:6 solid transparent;border-top-color:#aaa;height:0;width:0}@media screen and (max-width:767px){.wsc-icon__triangle--down{border-width:6}}.show{display:initial!important}:root{--wsc-filter-title-font-size:14px;--wsc-filter-option-gap:10px;--wsc-message-box-z-index:199920}.wsc-message-box{height:100%;left:0;position:fixed;top:0;width:100%;z-index:199920;z-index:var(--wsc-message-box-z-index)}.wsc-message-box__cover{background-color:#000000b3;background-color:var(--wsc-color-cover);height:100%;width:100%}.wsc-message-box__container{animation:cmpFadeIn .4s ease;background-color:#fff;background-color:var(--wsc-color-white);left:50%;padding:2em;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);transform-origin:0 0;width:345px}.wsc-message-box__container--success path{fill:#52c41a}.wsc-message-box__container--error path{fill:#dc3545}.wsc-message-box__container svg{height:40px;width:40px}.wsc-message-box__message{margin:1em 0 2em}@keyframes cmpFadeIn{0%{transform:scale(0) translate(-50%,-50%)}to{transform:scale(1) translate(-50%,-50%)}}@font-face{font-family:iconfont-toshiba;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/toshiba/iconfont.woff2) format("woff2"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/toshiba/iconfont.woff) format("woff"),url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/toshiba/iconfont.ttf) format("truetype")}.iconfont-toshiba{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:iconfont-toshiba!important;font-size:16px;font-style:normal}.a-icon_subscribeemail:before{content:"\e64a"}.icon-add-2:before{content:"\e649"}.icon_info_white:before{content:"\e648"}.icon_email:before{content:"\e644"}.icon_voice:before{content:"\e645"}.icon_unvoice:before{content:"\e646"}.icon_like-active:before{content:"\e647"}.icon-discount:before{content:"\e643"}.icon_top:before{content:"\e642"}.icon_services:before{content:"\e641"}.icon-banner-stop:before{content:"\e63f"}.icon-banner-play:before{content:"\e640"}.icon-360:before{content:"\e63e"}.icon-check:before{content:"\e63d"}.icon_xiangji:before{content:"\e636"}.icon_date:before{content:"\e637"}.icon_success:before{content:"\e638"}.icon_info:before{content:"\e639"}.icon_warning:before{content:"\e63a"}.icon_wenjian:before{content:"\e63b"}.icon_fail:before{content:"\e63c"}.icon-location:before{content:"\e635"}.icon-pinterest:before{content:"\e631"}.icon-linkin:before{content:"\e634"}.icon_ytb3:before{content:"\e62f"}.icon_X_Twitter2:before{content:"\e62e"}.icon_tiktok1:before{content:"\e633"}.icon_fb:before{content:"\e62d"}.icon_WhatsApp:before{content:"\e630"}.icon_ins:before{content:"\e632"}.icon-message:before{content:"\e62b"}.icon-container:before{content:"\e62c"}.icon-phone:before{content:"\e629"}.icon-time:before{content:"\e62a"}.icon-search:before{content:"\e612"}.icon-arrow-up:before{content:"\e615"}.icon-add1:before{content:"\e616"}.icon-form-upload-2:before{content:"\e617"}.icon-faq:before{content:"\e618"}.icon-download:before{content:"\e619"}.icon-filter:before{content:"\e61a"}.icon-before:before{content:"\e61b"}.icon-close:before{content:"\e61c"}.icon-minus:before{content:"\e61d"}.icon-map-inline-2:before{content:"\e61e"}.icon-map-inline:before{content:"\e61f"}.icon-more:before{content:"\e620"}.icon-user:before{content:"\e621"}.icon-search1:before{content:"\e622"}.icon-upload:before{content:"\e623"}.icon-shop:before{content:"\e624"}.icon_clean:before{content:"\e625"}.icon_global:before{content:"\e626"}.icon_like:before{content:"\e627"}.icon_language:before{content:"\e628"}.icon-form-upload:before{content:"\e605"}.icon-add:before{content:"\e60d"}*,: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:767.9px){.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:767.9px){.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%}.aem-AuthorLayer-Edit .tsws-footer-v1 .tsws-footer__logo-quick-links__box{flex:1}.aem-AuthorLayer-Edit .tsws-footer-v1 .tsws-footer__quick-links>.newpar.cq-Editable-dom{min-width:10.4166666667vw}.aem-AuthorLayer-Edit .tsws-footer-v1 .tsws-footer__social-media:has(>.cq-Editable-dom){min-width:10.4166666667vw}.aem-AuthorLayer-Edit .tsws-footer-v1 .tsws-footer__budges:has(>.cq-Editable-dom){min-width:10.4166666667vw}.aem-AuthorLayer-Edit .tsws-footer-v1 .tsws-footer__legal-information.cq-Editable-dom{min-width:50%}html{scroll-behavior:smooth}.com-text-center,.com-text-center *{text-align:center}.page-v2 ::-webkit-scrollbar{background-color:transparent;margin:0 4px;width:4px}.page-v2 ::-webkit-scrollbar-thumb{background-color:hsla(0,0%,53%,.4);border-radius:4px}.page-v2 ::-webkit-scrollbar-track{background:hsla(0,0%,53%,.1)}@font-face{font-display:swap;font-family:MyriadPro;font-weight:400;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/toshiba/MyriadPro-Regular-1.otf) format("opentype")}@font-face{font-display:swap;font-family:MyriadPro;font-weight:600;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/toshiba/MyriadPro-Semibold.ttf) format("opentype")}@font-face{font-display:swap;font-family:DB-Heavent;src:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/fonts/toshiba/DB-Heavent-v3.2.ttf) format("opentype")}.c-gap-top-v2{margin-top:96px}@media screen and (max-width:1920.9px){.c-gap-top-v2{margin-top:5vw}}@media screen and (max-width:767.9px){.c-gap-top-v2{margin-top:42.67px}}@media screen and (max-width:499.9px){.c-gap-top-v2{margin-top:8.5333333333vw}}.c-gap-bottom-v2{margin-bottom:96px}@media screen and (max-width:1920.9px){.c-gap-bottom-v2{margin-bottom:5vw}}@media screen and (max-width:767.9px){.c-gap-bottom-v2{margin-bottom:42.67px}}@media screen and (max-width:499.9px){.c-gap-bottom-v2{margin-bottom:8.5333333333vw}}.overflow-hidden{overflow:hidden}@media screen and (max-width:767.9px){.gws-mb-sticky-to-bottom{background-color:#fff;bottom:0;left:0;position:fixed;width:100%;z-index:99}}body{box-sizing:border-box;color:#000;font:400 1.25vw/1.5 MyriadPro;margin:0;position:relative}.c-gap-top{padding-top:6.25vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.c-gap-top{padding-top:16vw}}.c-gap-bottom{padding-bottom:6.25vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.c-gap-bottom{padding-bottom:16vw}}.c-align-header{padding-left:8.3333333333vw;padding-right:8.3333333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.c-align-header{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}.c-text-align-left,.c-text-align-left *{text-align:left}.c-text-align-center{text-align:center}.c-text-align-center *{justify-content:center;text-align:center}.c-text-align-right{text-align:right}.c-text-align-right *{justify-content:flex-end;text-align:right}.wsc-message-box__cover{background:rgba(0,0,0,.45)}.wsc-message-box__container{width:23.9583333333vw}@media screen and (max-width:767.9px){.wsc-message-box__container{padding:8vw 6.4vw;width:80vw}}.wsc-message-box__message{color:#818286;font-size:1.25vw;margin:1.0416666667vw 0 1.3888888889vw}@media screen and (max-width:767.9px){.wsc-message-box__message{font-size:3.2vw;margin:4vw 0 5.3333333333vw}}.wsc-message-box svg{height:2.7777777778vw;width:2.7777777778vw}@media screen and (max-width:767.9px){.wsc-message-box svg{height:10.6666666667vw;width:10.6666666667vw}}.wsc-message-box .wsc-button{font-size:1.1111111111vw}@media screen and (max-width:767.9px){.wsc-message-box .wsc-button{font-size:3.7333333333vw}}.ts-loading{align-items:center;background-color:rgba(0,0,0,.25);bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:99}.ts-loading-icon{animation:spin 1s steps(8) infinite;border-radius:100%;box-shadow:0 -10px 0 1px #595959,10px 0 #f3f1f1,0 10px #cecece,-10px 0 #8e8e8e,-7px -7px 0 .5px #757575,7px -7px 0 1.5px #515151,7px 7px #e7e7e7,-7px 7px #bebebe;height:3px;margin-left:-1px;width:3px}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.gap-bottom-v2{margin-bottom:96px}@media screen and (max-width:1920.9px){.gap-bottom-v2{margin-bottom:5vw}}@media screen and (max-width:767.9px){.gap-bottom-v2{margin-bottom:42.67px}}@media screen and (max-width:499.9px){.gap-bottom-v2{margin-bottom:8.5333333333vw}}.icon-arrow-down:before{content:"";position:relative;transform:rotate(180deg)}.icon-arrow-left:before{content:"";position:relative;transform:rotate(-90deg)}.icon-arrow-right:before{content:"";position:relative;transform:rotate(90deg)}.page-v2 .wsc-pagination__container{gap:8px}@media screen and (max-width:1920.9px){.page-v2 .wsc-pagination__container{gap:.4166666667vw}}.page-v2 .wsc-pagination__container li{border:none;line-height:32px;min-width:32px;padding:0}@media screen and (max-width:1920.9px){.page-v2 .wsc-pagination__container li{line-height:1.6666666667vw;min-width:1.6666666667vw}}.page-v2 .wsc-pagination__item{font-size:16px;line-height:24px}@media screen and (max-width:1920.9px){.page-v2 .wsc-pagination__item{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.page-v2 .wsc-pagination__item{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.page-v2 .wsc-pagination__item{font-size:1.3671875vw;line-height:1.7578125vw}}.page-v2 .wsc-pagination__item--actived{background-color:unset;color:#e61e1e}.page-v2 .wsc-pagination__prev:before{transform:rotate(-90deg)}.page-v2 .wsc-pagination__next:before,.page-v2 .wsc-pagination__prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-style:normal;vertical-align:middle}.page-v2 .wsc-pagination__next:before{transform:rotate(90deg)}.page-v2 .wsc-pagination__next,.page-v2 .wsc-pagination__prev{font-size:0}.page-v2 .wsc-pagination__next:before,.page-v2 .wsc-pagination__prev:before{font-size:16px}@media screen and (max-width:1920.9px){.page-v2 .wsc-pagination__next:before,.page-v2 .wsc-pagination__prev:before{font-size:.8333333333vw}}.tsws-btn--primary{word-wrap:break-word;cursor:pointer;display:inline-block;text-align:center;white-space:normal}.tsws-btn--primary[disabled]{pointer-events:none}.tsws-btn--primary[hidden]{display:none}.tsws-btn--primary:is(a:not([href])){cursor:default}.tsws-btn--primary{background:#e61e1e;color:#fff}.tsws-btn--primary:hover{background:#ff0008}.tsws-btn--primary:active{background:#df0303}.tsws-btn--primary.tsws-btn--disabled,.tsws-btn--primary.tsws-btn--disabled:hover,.tsws-btn--primary[disabled],.tsws-btn--primary[disabled]:hover{background:#d4d4d4}.tsws-btn--primary.tsws-btn--L{font-size:18px;line-height:18px;min-width:104px;padding:17px 32px}@media screen and (max-width:1920.9px){.tsws-btn--primary.tsws-btn--L{font-size:calc(10px + .41667vw);line-height:calc(10px + .41667vw);min-width:calc(20px + 4.375vw);padding:calc(-3px + 1.04167vw) 1.66667vw}}@media screen and (max-width:1440.9px){.tsws-btn--primary.tsws-btn--L{font-size:calc(9.07692px + .48077vw);line-height:calc(9.07692px + .48077vw);min-width:calc(27.61538px + 3.84615vw);padding:calc(5.07692px + .48077vw) calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-btn--primary.tsws-btn--L{font-size:1.3671875vw;line-height:1.3671875vw;min-width:6.54296875vw;padding:.97656vw 1.75781vw}}.tsws-btn--primary.tsws-btn--L{font-weight:400}@media screen and (max-width:767.9px){.tsws-btn--primary.tsws-btn--L{font-size:21.3333333333px;line-height:21.3333333333px;min-width:110.6666666667px;padding:16px 32px}}@media screen and (max-width:499.9px){.tsws-btn--primary.tsws-btn--L{font-size:4.2666666667vw;line-height:4.2666666667vw;min-width:22.1333333333vw;padding:3.2vw 6.4vw}}.tsws-btn--primary.tsws-btn--M{font-size:16px;line-height:16px;min-width:83px;padding:12px 24px}@media screen and (max-width:1920.9px){.tsws-btn--primary.tsws-btn--M{font-size:calc(8px + .41667vw);line-height:calc(8px + .41667vw);min-width:calc(35px + 2.5vw);padding:calc(4px + .41667vw) calc(8px + .83333vw)}}@media screen and (max-width:1440.9px){.tsws-btn--primary.tsws-btn--M{font-size:calc(7.07692px + .48077vw);line-height:calc(7.07692px + .48077vw);min-width:calc(15.61538px + 3.84615vw);padding:calc(3.07692px + .48077vw) calc(-.76923px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-btn--primary.tsws-btn--M{font-size:1.171875vw;line-height:1.171875vw;min-width:5.37109375vw;padding:.78125vw 1.36719vw}}.tsws-btn--primary.tsws-btn--M{font-weight:400}@media screen and (max-width:767.9px){.tsws-btn--primary.tsws-btn--M{font-size:18.6666666667px;line-height:18.6666666667px;min-width:84px;padding:12px 21.3333333333px}}@media screen and (max-width:499.9px){.tsws-btn--primary.tsws-btn--M{font-size:3.7333333333vw;line-height:3.7333333333vw;min-width:16.8vw;padding:2.4vw 4.26667vw}}.tsws-btn--primary.tsws-btn--S{font-size:14px;line-height:14px;min-width:63px;padding:7px 16px}@media screen and (max-width:1920.9px){.tsws-btn--primary.tsws-btn--S{font-size:calc(6px + .41667vw);line-height:calc(6px + .41667vw);min-width:calc(31px + 1.66667vw);padding:calc(3px + .20833vw) calc(8px + .41667vw)}}@media screen and (max-width:1440.9px){.tsws-btn--primary.tsws-btn--S{font-size:12px;line-height:12px;min-width:calc(27.30769px + 1.92308vw);padding:calc(2.53846px + .24038vw) calc(.15385px + .96154vw)}}@media screen and (max-width:1024.9px){.tsws-btn--primary.tsws-btn--S{font-size:1.171875vw;line-height:1.171875vw;min-width:4.58984375vw;padding:.48828vw .97656vw}}.tsws-btn--primary.tsws-btn--S{font-weight:400}@media screen and (max-width:767.9px){.tsws-btn--primary.tsws-btn--S{font-size:16px;line-height:16px;min-width:68px;padding:8px 16px}}@media screen and (max-width:499.9px){.tsws-btn--primary.tsws-btn--S{font-size:3.2vw;line-height:3.2vw;min-width:13.6vw;padding:1.6vw 3.2vw}}.tsws-btn--default{word-wrap:break-word;cursor:pointer;display:inline-block;text-align:center;white-space:normal}.tsws-btn--default[disabled]{pointer-events:none}.tsws-btn--default[hidden]{display:none}.tsws-btn--default:is(a:not([href])){cursor:default}.tsws-btn--default{background:unset;border:1px solid #e61e1e;color:#e61e1e}.tsws-btn--default:hover{background:#ff0008;color:#fff}.tsws-btn--default:active{background:#df0303;color:#fff}.tsws-btn--default.tsws-btn--disabled,.tsws-btn--default[disabled]{background-color:#fff;border-color:#d4d4d4;color:#d4d4d4}.tsws-btn--default.tsws-btn--disabled:hover,.tsws-btn--default[disabled]:hover{border-color:#d4d4d4;color:#d4d4d4}.tsws-btn--default.tsws-btn--L{font-size:18px;line-height:18px;min-width:104px;padding:16px 31px}@media screen and (max-width:1920.9px){.tsws-btn--default.tsws-btn--L{font-size:calc(10px + .41667vw);line-height:calc(10px + .41667vw);min-width:calc(20px + 4.375vw);padding:calc(-4px + 1.04167vw) calc(-1px + 1.66667vw)}}@media screen and (max-width:1440.9px){.tsws-btn--default.tsws-btn--L{font-size:calc(9.07692px + .48077vw);line-height:calc(9.07692px + .48077vw);min-width:calc(27.61538px + 3.84615vw);padding:calc(4.07692px + .48077vw) calc(2.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-btn--default.tsws-btn--L{font-size:1.3671875vw;line-height:1.3671875vw;min-width:6.54296875vw;padding:calc(.97656vw - 1px) calc(1.75781vw - 1px)}}.tsws-btn--default.tsws-btn--L{font-weight:400}@media screen and (max-width:767.9px){.tsws-btn--default.tsws-btn--L{font-size:21.3333333333px;line-height:21.3333333333px;min-width:110.6666666667px;padding:15px 31px}}@media screen and (max-width:499.9px){.tsws-btn--default.tsws-btn--L{font-size:4.2666666667vw;line-height:4.2666666667vw;min-width:22.1333333333vw;padding:calc(3.2vw - 1px) calc(6.4vw - 1px)}}.tsws-btn--default.tsws-btn--M{font-size:16px;line-height:16px;min-width:83px;padding:11px 23px}@media screen and (max-width:1920.9px){.tsws-btn--default.tsws-btn--M{font-size:calc(8px + .41667vw);line-height:calc(8px + .41667vw);min-width:calc(35px + 2.5vw);padding:calc(3px + .41667vw) calc(7px + .83333vw)}}@media screen and (max-width:1440.9px){.tsws-btn--default.tsws-btn--M{font-size:calc(7.07692px + .48077vw);line-height:calc(7.07692px + .48077vw);min-width:calc(15.61538px + 3.84615vw);padding:calc(2.07692px + .48077vw) calc(-1.76923px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-btn--default.tsws-btn--M{font-size:1.171875vw;line-height:1.171875vw;min-width:5.37109375vw;padding:calc(.78125vw - 1px) calc(1.36719vw - 1px)}}.tsws-btn--default.tsws-btn--M{font-weight:400}@media screen and (max-width:767.9px){.tsws-btn--default.tsws-btn--M{font-size:18.6666666667px;line-height:18.6666666667px;min-width:84px;padding:11px 20.3333333333px}}@media screen and (max-width:499.9px){.tsws-btn--default.tsws-btn--M{font-size:3.7333333333vw;line-height:3.7333333333vw;min-width:16.8vw;padding:calc(2.4vw - 1px) calc(4.26667vw - 1px)}}.tsws-btn--default.tsws-btn--S{font-size:14px;line-height:14px;min-width:63px;padding:6px 15px}@media screen and (max-width:1920.9px){.tsws-btn--default.tsws-btn--S{font-size:calc(6px + .41667vw);line-height:calc(6px + .41667vw);min-width:calc(31px + 1.66667vw);padding:calc(2px + .20833vw) calc(7px + .41667vw)}}@media screen and (max-width:1440.9px){.tsws-btn--default.tsws-btn--S{font-size:12px;line-height:12px;min-width:calc(27.30769px + 1.92308vw);padding:calc(1.53846px + .24038vw) calc(-.84615px + .96154vw)}}@media screen and (max-width:1024.9px){.tsws-btn--default.tsws-btn--S{font-size:1.171875vw;line-height:1.171875vw;min-width:4.58984375vw;padding:calc(.48828vw - 1px) calc(.97656vw - 1px)}}.tsws-btn--default.tsws-btn--S{font-weight:400}@media screen and (max-width:767.9px){.tsws-btn--default.tsws-btn--S{font-size:16px;line-height:16px;min-width:68px;padding:7px 15px}}@media screen and (max-width:499.9px){.tsws-btn--default.tsws-btn--S{font-size:3.2vw;line-height:3.2vw;min-width:13.6vw;padding:calc(1.6vw - 1px) calc(3.2vw - 1px)}}.tsws-btn--black{word-wrap:break-word;cursor:pointer;display:inline-block;text-align:center;white-space:normal}.tsws-btn--black[disabled]{pointer-events:none}.tsws-btn--black[hidden]{display:none}.tsws-btn--black:is(a:not([href])){cursor:default}.tsws-btn--black{background:unset;border:1px solid #000;color:#000}.tsws-btn--black:hover{border-color:#ff0008;color:#ff0008}.tsws-btn--black:active{border-color:#df0303;color:#df0303}.tsws-btn--black.tsws-btn--disabled,.tsws-btn--black[disabled]{border-color:#d4d4d4;color:#d4d4d4}.tsws-btn--black.tsws-btn--L{font-size:18px;line-height:18px;min-width:104px;padding:16px 31px}@media screen and (max-width:1920.9px){.tsws-btn--black.tsws-btn--L{font-size:calc(10px + .41667vw);line-height:calc(10px + .41667vw);min-width:calc(20px + 4.375vw);padding:calc(-4px + 1.04167vw) calc(-1px + 1.66667vw)}}@media screen and (max-width:1440.9px){.tsws-btn--black.tsws-btn--L{font-size:calc(9.07692px + .48077vw);line-height:calc(9.07692px + .48077vw);min-width:calc(27.61538px + 3.84615vw);padding:calc(4.07692px + .48077vw) calc(2.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-btn--black.tsws-btn--L{font-size:1.3671875vw;line-height:1.3671875vw;min-width:6.54296875vw;padding:calc(.97656vw - 1px) calc(1.75781vw - 1px)}}.tsws-btn--black.tsws-btn--L{font-weight:400}@media screen and (max-width:767.9px){.tsws-btn--black.tsws-btn--L{font-size:21.3333333333px;line-height:21.3333333333px;min-width:110.6666666667px;padding:15px 31px}}@media screen and (max-width:499.9px){.tsws-btn--black.tsws-btn--L{font-size:4.2666666667vw;line-height:4.2666666667vw;min-width:22.1333333333vw;padding:calc(3.2vw - 1px) calc(6.4vw - 1px)}}.tsws-btn--black.tsws-btn--M{font-size:16px;line-height:16px;min-width:83px;padding:11px 23px}@media screen and (max-width:1920.9px){.tsws-btn--black.tsws-btn--M{font-size:calc(8px + .41667vw);line-height:calc(8px + .41667vw);min-width:calc(35px + 2.5vw);padding:calc(3px + .41667vw) calc(7px + .83333vw)}}@media screen and (max-width:1440.9px){.tsws-btn--black.tsws-btn--M{font-size:calc(7.07692px + .48077vw);line-height:calc(7.07692px + .48077vw);min-width:calc(15.61538px + 3.84615vw);padding:calc(2.07692px + .48077vw) calc(-1.76923px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-btn--black.tsws-btn--M{font-size:1.171875vw;line-height:1.171875vw;min-width:5.37109375vw;padding:calc(.78125vw - 1px) calc(1.36719vw - 1px)}}.tsws-btn--black.tsws-btn--M{font-weight:400}@media screen and (max-width:767.9px){.tsws-btn--black.tsws-btn--M{font-size:18.6666666667px;line-height:18.6666666667px;min-width:84px;padding:11px 20.3333333333px}}@media screen and (max-width:499.9px){.tsws-btn--black.tsws-btn--M{font-size:3.7333333333vw;line-height:3.7333333333vw;min-width:16.8vw;padding:calc(2.4vw - 1px) calc(4.26667vw - 1px)}}.tsws-btn--black.tsws-btn--S{font-size:14px;line-height:14px;min-width:63px;padding:6px 15px}@media screen and (max-width:1920.9px){.tsws-btn--black.tsws-btn--S{font-size:calc(6px + .41667vw);line-height:calc(6px + .41667vw);min-width:calc(31px + 1.66667vw);padding:calc(2px + .20833vw) calc(7px + .41667vw)}}@media screen and (max-width:1440.9px){.tsws-btn--black.tsws-btn--S{font-size:12px;line-height:12px;min-width:calc(27.30769px + 1.92308vw);padding:calc(1.53846px + .24038vw) calc(-.84615px + .96154vw)}}@media screen and (max-width:1024.9px){.tsws-btn--black.tsws-btn--S{font-size:1.171875vw;line-height:1.171875vw;min-width:4.58984375vw;padding:calc(.48828vw - 1px) calc(.97656vw - 1px)}}.tsws-btn--black.tsws-btn--S{font-weight:400}@media screen and (max-width:767.9px){.tsws-btn--black.tsws-btn--S{font-size:16px;line-height:16px;min-width:68px;padding:7px 15px}}@media screen and (max-width:499.9px){.tsws-btn--black.tsws-btn--S{font-size:3.2vw;line-height:3.2vw;min-width:13.6vw;padding:calc(1.6vw - 1px) calc(3.2vw - 1px)}}.tsws-btn--white{word-wrap:break-word;cursor:pointer;display:inline-block;text-align:center;white-space:normal}.tsws-btn--white[disabled]{pointer-events:none}.tsws-btn--white[hidden]{display:none}.tsws-btn--white:is(a:not([href])){cursor:default}.tsws-btn--white{background-color:#fff;color:#000}.tsws-btn--white:hover{color:#e61e1e}.tsws-btn--white:active{color:#df0303}.tsws-btn--white.tsws-btn--disabled,.tsws-btn--white[disabled]{background-color:#d4d4d4;color:#fff}.tsws-btn--white.tsws-btn--L{font-size:18px;line-height:18px;min-width:104px;padding:17px 32px}@media screen and (max-width:1920.9px){.tsws-btn--white.tsws-btn--L{font-size:calc(10px + .41667vw);line-height:calc(10px + .41667vw);min-width:calc(20px + 4.375vw);padding:calc(-3px + 1.04167vw) 1.66667vw}}@media screen and (max-width:1440.9px){.tsws-btn--white.tsws-btn--L{font-size:calc(9.07692px + .48077vw);line-height:calc(9.07692px + .48077vw);min-width:calc(27.61538px + 3.84615vw);padding:calc(5.07692px + .48077vw) calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-btn--white.tsws-btn--L{font-size:1.3671875vw;line-height:1.3671875vw;min-width:6.54296875vw;padding:.97656vw 1.75781vw}}.tsws-btn--white.tsws-btn--L{font-weight:400}@media screen and (max-width:767.9px){.tsws-btn--white.tsws-btn--L{font-size:21.3333333333px;line-height:21.3333333333px;min-width:110.6666666667px;padding:16px 32px}}@media screen and (max-width:499.9px){.tsws-btn--white.tsws-btn--L{font-size:4.2666666667vw;line-height:4.2666666667vw;min-width:22.1333333333vw;padding:3.2vw 6.4vw}}.tsws-btn--white.tsws-btn--M{font-size:16px;line-height:16px;min-width:83px;padding:12px 24px}@media screen and (max-width:1920.9px){.tsws-btn--white.tsws-btn--M{font-size:calc(8px + .41667vw);line-height:calc(8px + .41667vw);min-width:calc(35px + 2.5vw);padding:calc(4px + .41667vw) calc(8px + .83333vw)}}@media screen and (max-width:1440.9px){.tsws-btn--white.tsws-btn--M{font-size:calc(7.07692px + .48077vw);line-height:calc(7.07692px + .48077vw);min-width:calc(15.61538px + 3.84615vw);padding:calc(3.07692px + .48077vw) calc(-.76923px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-btn--white.tsws-btn--M{font-size:1.171875vw;line-height:1.171875vw;min-width:5.37109375vw;padding:.78125vw 1.36719vw}}.tsws-btn--white.tsws-btn--M{font-weight:400}@media screen and (max-width:767.9px){.tsws-btn--white.tsws-btn--M{font-size:18.6666666667px;line-height:18.6666666667px;min-width:84px;padding:12px 21.3333333333px}}@media screen and (max-width:499.9px){.tsws-btn--white.tsws-btn--M{font-size:3.7333333333vw;line-height:3.7333333333vw;min-width:16.8vw;padding:2.4vw 4.26667vw}}.tsws-btn--white.tsws-btn--S{font-size:14px;line-height:14px;min-width:63px;padding:7px 16px}@media screen and (max-width:1920.9px){.tsws-btn--white.tsws-btn--S{font-size:calc(6px + .41667vw);line-height:calc(6px + .41667vw);min-width:calc(31px + 1.66667vw);padding:calc(3px + .20833vw) calc(8px + .41667vw)}}@media screen and (max-width:1440.9px){.tsws-btn--white.tsws-btn--S{font-size:12px;line-height:12px;min-width:calc(27.30769px + 1.92308vw);padding:calc(2.53846px + .24038vw) calc(.15385px + .96154vw)}}@media screen and (max-width:1024.9px){.tsws-btn--white.tsws-btn--S{font-size:1.171875vw;line-height:1.171875vw;min-width:4.58984375vw;padding:.48828vw .97656vw}}.tsws-btn--white.tsws-btn--S{font-weight:400}@media screen and (max-width:767.9px){.tsws-btn--white.tsws-btn--S{font-size:16px;line-height:16px;min-width:68px;padding:8px 16px}}@media screen and (max-width:499.9px){.tsws-btn--white.tsws-btn--S{font-size:3.2vw;line-height:3.2vw;min-width:13.6vw;padding:1.6vw 3.2vw}}.tsws-btn--txt{word-wrap:break-word;cursor:pointer;display:inline-block;text-align:center;white-space:normal}.tsws-btn--txt[disabled]{pointer-events:none}.tsws-btn--txt[hidden]{display:none}.tsws-btn--txt:is(a:not([href])){cursor:default}.tsws-btn--txt{background-color:unset;color:#000}.tsws-btn--txt:hover{color:#ff0008}.tsws-btn--txt:active{color:#df0303}.tsws-btn--txt.tsws-btn--disabled,.tsws-btn--txt[disabled]{color:#d4d4d4}.tsws-btn--txt{font-size:18px;line-height:18px}@media screen and (max-width:1920.9px){.tsws-btn--txt{font-size:calc(10px + .41667vw);line-height:calc(10px + .41667vw)}}@media screen and (max-width:1440.9px){.tsws-btn--txt{font-size:calc(9.07692px + .48077vw);line-height:calc(9.07692px + .48077vw)}}@media screen and (max-width:1024.9px){.tsws-btn--txt{font-size:1.3671875vw;line-height:1.3671875vw}}.tsws-btn--txt{font-weight:400}@media screen and (max-width:767.9px){.tsws-btn--txt{font-size:21.3333333333px;line-height:21.3333333333px}}@media screen and (max-width:499.9px){.tsws-btn--txt{font-size:4.2666666667vw;line-height:4.2666666667vw}}.tsws-btn--txt-prefix-icon{word-wrap:break-word;cursor:pointer;display:inline-block;text-align:center;white-space:normal}.tsws-btn--txt-prefix-icon[disabled]{pointer-events:none}.tsws-btn--txt-prefix-icon[hidden]{display:none}.tsws-btn--txt-prefix-icon:is(a:not([href])){cursor:default}.tsws-btn--txt-prefix-icon{background-color:unset;color:#000}.tsws-btn--txt-prefix-icon:hover{color:#ff0008}.tsws-btn--txt-prefix-icon:active{color:#df0303}.tsws-btn--txt-prefix-icon.tsws-btn--disabled,.tsws-btn--txt-prefix-icon[disabled]{color:#d4d4d4}.tsws-btn--txt-prefix-icon:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-style:normal;margin-right:4px;transform:rotate(0deg);vertical-align:middle}@media screen and (max-width:1920.9px){.tsws-btn--txt-prefix-icon:before{margin-right:.2083333333vw}}@media screen and (max-width:767.9px){.tsws-btn--txt-prefix-icon:before{margin-right:5.33px}}@media screen and (max-width:499.9px){.tsws-btn--txt-prefix-icon:before{margin-right:1.0666666667vw}}.tsws-btn--txt-suffix-icon{word-wrap:break-word;cursor:pointer;display:inline-block;text-align:center;white-space:normal}.tsws-btn--txt-suffix-icon[disabled]{pointer-events:none}.tsws-btn--txt-suffix-icon[hidden]{display:none}.tsws-btn--txt-suffix-icon:is(a:not([href])){cursor:default}.tsws-btn--txt-suffix-icon{background-color:unset;color:#000}.tsws-btn--txt-suffix-icon:hover{color:#ff0008}.tsws-btn--txt-suffix-icon:active{color:#df0303}.tsws-btn--txt-suffix-icon.tsws-btn--disabled,.tsws-btn--txt-suffix-icon[disabled]{color:#d4d4d4}.tsws-btn--txt-suffix-icon:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-style:normal;margin-left:4px;transform:rotate(90deg);vertical-align:middle}@media screen and (max-width:1920.9px){.tsws-btn--txt-suffix-icon:after{margin-left:.2083333333vw}}@media screen and (max-width:767.9px){.tsws-btn--txt-suffix-icon:after{margin-left:5.33px}}@media screen and (max-width:499.9px){.tsws-btn--txt-suffix-icon:after{margin-left:1.0666666667vw}}.tsws-btn-red--txt{word-wrap:break-word;cursor:pointer;display:inline-block;text-align:center;white-space:normal}.tsws-btn-red--txt[disabled]{pointer-events:none}.tsws-btn-red--txt[hidden]{display:none}.tsws-btn-red--txt:is(a:not([href])){cursor:default}.tsws-btn-red--txt{color:#e61e1e}.tsws-btn-red--txt:hover{color:#ff0008}.tsws-btn-red--txt:active{color:#df0303}.tsws-btn-red--txt.tsws-btn--disabled,.tsws-btn-red--txt[disabled]{color:#d4d4d4}.tsws-btn-red--txt{font-size:18px;line-height:18px}@media screen and (max-width:1920.9px){.tsws-btn-red--txt{font-size:calc(10px + .41667vw);line-height:calc(10px + .41667vw)}}@media screen and (max-width:1440.9px){.tsws-btn-red--txt{font-size:calc(9.07692px + .48077vw);line-height:calc(9.07692px + .48077vw)}}@media screen and (max-width:1024.9px){.tsws-btn-red--txt{font-size:1.3671875vw;line-height:1.3671875vw}}.tsws-btn-red--txt{font-weight:400}@media screen and (max-width:767.9px){.tsws-btn-red--txt{font-size:21.3333333333px;line-height:21.3333333333px}}@media screen and (max-width:499.9px){.tsws-btn-red--txt{font-size:4.2666666667vw;line-height:4.2666666667vw}}.tsws-btn-red--txt-prefix-icon{word-wrap:break-word;cursor:pointer;display:inline-block;text-align:center;white-space:normal}.tsws-btn-red--txt-prefix-icon[disabled]{pointer-events:none}.tsws-btn-red--txt-prefix-icon[hidden]{display:none}.tsws-btn-red--txt-prefix-icon:is(a:not([href])){cursor:default}.tsws-btn-red--txt-prefix-icon{color:#e61e1e}.tsws-btn-red--txt-prefix-icon:hover{color:#ff0008}.tsws-btn-red--txt-prefix-icon:active{color:#df0303}.tsws-btn-red--txt-prefix-icon.tsws-btn--disabled,.tsws-btn-red--txt-prefix-icon[disabled]{color:#d4d4d4}.tsws-btn-red--txt-prefix-icon:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-style:normal;margin-right:4px;transform:rotate(0deg);vertical-align:middle}@media screen and (max-width:1920.9px){.tsws-btn-red--txt-prefix-icon:before{margin-right:.2083333333vw}}@media screen and (max-width:767.9px){.tsws-btn-red--txt-prefix-icon:before{margin-right:5.33px}}@media screen and (max-width:499.9px){.tsws-btn-red--txt-prefix-icon:before{margin-right:1.0666666667vw}}.tsws-btn-red--txt-suffix-icon{word-wrap:break-word;cursor:pointer;display:inline-block;text-align:center;white-space:normal}.tsws-btn-red--txt-suffix-icon[disabled]{pointer-events:none}.tsws-btn-red--txt-suffix-icon[hidden]{display:none}.tsws-btn-red--txt-suffix-icon:is(a:not([href])){cursor:default}.tsws-btn-red--txt-suffix-icon{color:#e61e1e}.tsws-btn-red--txt-suffix-icon:hover{color:#ff0008}.tsws-btn-red--txt-suffix-icon:active{color:#df0303}.tsws-btn-red--txt-suffix-icon.tsws-btn--disabled,.tsws-btn-red--txt-suffix-icon[disabled]{color:#d4d4d4}.tsws-btn-red--txt-suffix-icon:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-style:normal;margin-left:4px;transform:rotate(90deg);vertical-align:middle}@media screen and (max-width:1920.9px){.tsws-btn-red--txt-suffix-icon:after{margin-left:.2083333333vw}}@media screen and (max-width:767.9px){.tsws-btn-red--txt-suffix-icon:after{margin-left:5.33px}}@media screen and (max-width:499.9px){.tsws-btn-red--txt-suffix-icon:after{margin-left:1.0666666667vw}}.mdws-back-v1{margin-left:auto;margin-right:auto;width:1680px}@media screen and (max-width:1920.9px){.mdws-back-v1{margin-left:6.25vw;margin-right:6.25vw;width:87.5vw}}@media screen and (max-width:767.9px){.mdws-back-v1{margin-left:auto;margin-right:auto;padding-left:unset;padding-right:unset;width:457.33px}}@media screen and (max-width:499.9px){.mdws-back-v1{width:calc(100% - 8.53333vw)}}.mdws-back-v1-box{align-items:center;box-sizing:content-box;cursor:pointer;display:flex}.mdws-back-v1-icon{transform:rotate(-90deg)}.mdws-back-v1-icon:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-size:20px;font-style:normal;line-height:28px}@media screen and (max-width:1920.9px){.mdws-back-v1-icon:after{font-size:calc(12px + .41667vw);line-height:calc(20px + .41667vw)}}@media screen and (max-width:1440.9px){.mdws-back-v1-icon:after{font-size:calc(11.07692px + .48077vw);line-height:calc(5.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.mdws-back-v1-icon:after{font-size:1.5625vw;line-height:1.953125vw}}.mdws-back-v1-txt{font-size:20px;line-height:28px}@media screen and (max-width:1920.9px){.mdws-back-v1-txt{font-size:calc(12px + .41667vw);line-height:calc(20px + .41667vw)}}@media screen and (max-width:1440.9px){.mdws-back-v1-txt{font-size:calc(11.07692px + .48077vw);line-height:calc(5.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.mdws-back-v1-txt{font-size:1.5625vw;line-height:1.953125vw}}.mdws-back-v1-txt{margin-left:4px}@media screen and (max-width:1920.9px){.mdws-back-v1-txt{margin-left:.2083333333vw}}@media screen and (max-width:767.9px){.mdws-back-v1{display:none}}.back-gap-top .mdws-back-v1-box{margin-top:32px}@media screen and (max-width:1920.9px){.back-gap-top .mdws-back-v1-box{margin-top:1.6666666667vw}}.back-gap-bottom .mdws-back-v1-box{margin-bottom:32px}@media screen and (max-width:1920.9px){.back-gap-bottom .mdws-back-v1-box{margin-bottom:1.6666666667vw}}.ts-top{align-items:center;background-color:#fff;border-radius:.1388888889vw;bottom:-6.9444444444vw;box-shadow:0 0 2.7777777778vw 0 rgba(0,0,0,.1);cursor:pointer!important;display:flex;height:4.8611111111vw;justify-content:center;padding:1.0416666667vw;position:fixed;right:1.9444444444vw;transition:all 1s;width:4.8611111111vw;z-index:5}.ts-top.active{bottom:25%}.ts-top__icon{display:flex}.ts-top__icon svg{height:100%;width:100%}@media screen and (max-width:767.9px){.ts-top{border-radius:.5333333333vw;bottom:-26.6666666667vw;box-shadow:0 0 10.6666666667vw 0 rgba(0,0,0,.1);height:11.7333333333vw;padding:1.8666666667vw;right:4vw;width:11.7333333333vw}.ts-top.active{bottom:15%}}.page-v2 .popup_container .popup_cover{background:#000;bottom:0;display:none;left:0;opacity:.5;position:fixed;right:0;top:0;z-index:9999}.page-v2 .popup_container .popup_content{background:#fff;bottom:0;display:none;left:0;padding-left:160px;position:fixed;width:100%;z-index:10000}.page-v2 .popup_container .popup_content.normal-z-index{z-index:1}.page-v2 .popup_container .popup_content_inBox{align-items:center;display:flex;gap:20px;justify-content:space-between}.page-v2 .popup_container .popup_content_inBox_title{color:#000;font-size:16px;font-weight:400;line-height:24px;margin:32px 0}@media screen and (max-width:1920.9px){.page-v2 .popup_container .popup_content_inBox_title{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.page-v2 .popup_container .popup_content_inBox_title{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.page-v2 .popup_container .popup_content_inBox_title{font-size:1.3671875vw;line-height:1.7578125vw}}.page-v2 .popup_container .popup_content_inBox_title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.page-v2 .popup_container .popup_content_inBox_flex{align-items:center;display:flex;gap:40px;padding:18px 60px}.page-v2 .popup_container .popup_content_inBox_selectBox{word-wrap:break-word;cursor:pointer;display:inline-block;text-align:center;white-space:normal}.page-v2 .popup_container .popup_content_inBox_selectBox[disabled]{pointer-events:none}.page-v2 .popup_container .popup_content_inBox_selectBox[hidden]{display:none}.page-v2 .popup_container .popup_content_inBox_selectBox:is(a:not([href])){cursor:default}.page-v2 .popup_container .popup_content_inBox_selectBox{background-color:unset;color:#000}.page-v2 .popup_container .popup_content_inBox_selectBox:hover{color:#ff0008}.page-v2 .popup_container .popup_content_inBox_selectBox:active{color:#df0303}.page-v2 .popup_container .popup_content_inBox_selectBox.tsws-btn--disabled,.page-v2 .popup_container .popup_content_inBox_selectBox[disabled]{color:#d4d4d4}.page-v2 .popup_container .popup_content_inBox_selectBox{font-size:18px;font-weight:400;line-height:18px}@media screen and (max-width:1920.9px){.page-v2 .popup_container .popup_content_inBox_selectBox{font-size:calc(10px + .41667vw);line-height:calc(10px + .41667vw)}}@media screen and (max-width:1440.9px){.page-v2 .popup_container .popup_content_inBox_selectBox{font-size:calc(9.07692px + .48077vw);line-height:calc(9.07692px + .48077vw)}}@media screen and (max-width:1024.9px){.page-v2 .popup_container .popup_content_inBox_selectBox{font-size:1.3671875vw;line-height:1.3671875vw}}.page-v2 .popup_container .popup_content_inBox_selectBox{align-items:center;display:flex;flex:1;gap:4px;justify-content:flex-end;position:relative;width:240px}.page-v2 .popup_container .popup_content_inBox_selectBox .popup_content_inBox-mask{display:none}.page-v2 .popup_container .popup_content_inBox_selectBox .fake-option-container{position:absolute;top:0;width:100%}.page-v2 .popup_container .popup_content_inBox_selectBox .fake-radio-outer{display:none}.page-v2 .popup_container .popup_content_inBox_selectBox .radio-text{-webkit-line-clamp:2;-webkit-box-orient:vertical;cursor:pointer;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.page-v2 .popup_container .popup_content_inBox_selectBox_tab{background:#fff;bottom:100%;box-shadow:0 0 2px 0 rgba(0,0,0,.078),0 2px 6px 0 rgba(0,0,0,.078),0 4px 12px 0 rgba(0,0,0,.078);display:none;flex-direction:column;margin-bottom:12px;padding:8px;position:absolute;right:0;width:calc(100% + 19px)}.page-v2 .popup_container .popup_content_inBox_selectBox_tab li{color:#000;margin-bottom:4px;padding:17px 16px;text-align:start}.page-v2 .popup_container .popup_content_inBox_selectBox_tab li:last-child{margin-bottom:0}.page-v2 .popup_container .popup_content_inBox_selectBox_tab li.active{background-color:#f6f6f6}.page-v2 .popup_container .popup_content_inBox_selectBox_value{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-align:start;text-overflow:ellipsis}.page-v2 .popup_container .popup_content_inBox_selectBox .i-selected{background:unset;display:flex}.page-v2 .popup_container .popup_content_inBox_selectBox .i-selected:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-style:normal;transform:rotate(180deg);transition:all .3s ease;vertical-align:middle}.page-v2 .popup_container .popup_content_inBox_selectBox .i-selected.active:before{transform:rotate(0)}.page-v2 .popup_container .popup_content_inBox_confirm{word-wrap:break-word;cursor:pointer;display:inline-block;text-align:center;white-space:normal}.page-v2 .popup_container .popup_content_inBox_confirm[disabled]{pointer-events:none}.page-v2 .popup_container .popup_content_inBox_confirm[hidden]{display:none}.page-v2 .popup_container .popup_content_inBox_confirm:is(a:not([href])){cursor:default}.page-v2 .popup_container .popup_content_inBox_confirm{background:#e61e1e;color:#fff}.page-v2 .popup_container .popup_content_inBox_confirm:hover{background:#ff0008}.page-v2 .popup_container .popup_content_inBox_confirm:active{background:#df0303}.page-v2 .popup_container .popup_content_inBox_confirm.tsws-btn--disabled,.page-v2 .popup_container .popup_content_inBox_confirm.tsws-btn--disabled:hover,.page-v2 .popup_container .popup_content_inBox_confirm[disabled],.page-v2 .popup_container .popup_content_inBox_confirm[disabled]:hover{background:#d4d4d4}.page-v2 .popup_container .popup_content_inBox_confirm{font-size:18px;font-weight:400;line-height:18px;min-width:104px;padding:17px 32px}@media screen and (max-width:1920.9px){.page-v2 .popup_container .popup_content_inBox_confirm{font-size:calc(10px + .41667vw);line-height:calc(10px + .41667vw);min-width:calc(20px + 4.375vw);padding:calc(-3px + 1.04167vw) 1.66667vw}}@media screen and (max-width:1440.9px){.page-v2 .popup_container .popup_content_inBox_confirm{font-size:calc(9.07692px + .48077vw);line-height:calc(9.07692px + .48077vw);min-width:calc(27.61538px + 3.84615vw);padding:calc(5.07692px + .48077vw) calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.page-v2 .popup_container .popup_content_inBox_confirm{font-size:1.3671875vw;line-height:1.3671875vw;min-width:6.54296875vw;padding:.97656vw 1.75781vw}}.page-v2 .popup_container .popup_content_close{color:#000;display:none;line-height:0;position:absolute;right:16px;top:16px}.page-v2 .popup_container .popup_content_close:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-size:20px;font-style:normal;font-weight:400;line-height:20px;transform:rotate(0deg);vertical-align:middle}.page-v2 .popup_container button{font-family:inherit}@media screen and (max-width:1920.9px){.page-v2 .popup_content{padding-left:8.3333333333vw}.page-v2 .popup_content.normal-z-index{z-index:1}.page-v2 .popup_content_inBox{gap:1.0416666667vw}.page-v2 .popup_content_inBox_title{margin:1.6666666667vw 0}.page-v2 .popup_content_inBox_flex{gap:2.0833333333vw;padding:.9375vw 3.125vw}.page-v2 .popup_content_inBox_selectBox{gap:.2083333333vw;width:12.5vw}.page-v2 .popup_content_inBox_selectBox_tab{background:#fff;box-shadow:0 0 .1041666667vw 0 rgba(0,0,0,.078),0 .1041666667vw .3125vw 0 rgba(0,0,0,.078),0 .2083333333vw .625vw 0 rgba(0,0,0,.078);margin-bottom:.625vw;padding:.4166666667vw;width:calc(100% + .98958vw)}.page-v2 .popup_content_inBox_selectBox_tab li{margin-bottom:.2083333333vw;padding:.8854166667vw .8333333333vw}.page-v2 .popup_content_close{right:.8333333333vw;top:.8333333333vw}.page-v2 .popup_content_close:before{font-size:1.0416666667vw;line-height:1.0416666667vw}}@media screen and (max-width:767.9px){.page-v2 .popup_container .popup_content{padding:32px 0 26.67px}.page-v2 .popup_container .popup_content_inBox{flex-direction:column;gap:42.67px}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 .popup_container .popup_content_inBox{margin-left:auto;margin-right:auto;padding-left:unset;padding-right:unset;width:457.33px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .popup_container .popup_content_inBox{width:calc(100% - 8.53333vw)}}@media screen and (max-width:767.9px){.page-v2 .popup_container .popup_content_inBox_title{-webkit-line-clamp:unset;-webkit-box-orient:unset;display:unset;margin:0;overflow:unset;padding-right:48px;text-overflow:unset}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 .popup_container .popup_content_inBox_title{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .popup_container .popup_content_inBox_title{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:767.9px){.page-v2 .popup_container .popup_content_inBox_flex{gap:16px;padding:0;width:100%}.page-v2 .popup_container .popup_content_inBox_selectBox{display:flex;font-weight:400;gap:5.33px;justify-content:center;width:50%}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 .popup_container .popup_content_inBox_selectBox{font-size:21.3333333333px;line-height:21.3333333333px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .popup_container .popup_content_inBox_selectBox{font-size:4.2666666667vw;line-height:4.2666666667vw}}@media screen and (max-width:767.9px){.page-v2 .popup_container .popup_content_inBox_selectBox .popup_content_inBox-mask{background:#000;bottom:0;left:0;opacity:.5;position:fixed;right:0;top:0}.page-v2 .popup_container .popup_content_inBox_selectBox .fake-option-container{background:#fff;bottom:0;left:0;position:fixed;top:unset;width:100%}.page-v2 .popup_container .popup_content_inBox_selectBox_tab{box-shadow:none;margin-bottom:0;padding:0;position:static}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 .popup_container .popup_content_inBox_selectBox_tab{margin-left:auto;margin-right:auto;padding-left:unset;padding-right:unset;width:457.33px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .popup_container .popup_content_inBox_selectBox_tab{width:calc(100% - 8.53333vw)}}@media screen and (max-width:767.9px){.page-v2 .popup_container .popup_content_inBox_selectBox_tab li{border-bottom:.67px solid #d4d4d4;margin-bottom:0;padding:24px 42.67px;text-align:center}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 .popup_container .popup_content_inBox_selectBox_tab li{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .popup_container .popup_content_inBox_selectBox_tab li{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:767.9px){.page-v2 .popup_container .popup_content_inBox_selectBox_tab li.active{background-color:#fff;color:#e61e1e}.page-v2 .popup_container .popup_content_inBox_selectBox_value{text-align:center}.page-v2 .popup_container .popup_content_inBox_confirm{font-weight:400;width:50%}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 .popup_container .popup_content_inBox_confirm{font-size:21.3333333333px;line-height:21.3333333333px;min-width:110.6666666667px;padding:16px 32px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .popup_container .popup_content_inBox_confirm{font-size:4.2666666667vw;line-height:4.2666666667vw;min-width:22.1333333333vw;padding:3.2vw 6.4vw}}@media screen and (max-width:767.9px){.page-v2 .popup_container .popup_content_close{right:21.33px;top:32px}.page-v2 .popup_container .popup_content_close:before{font-size:26.67px;line-height:26.67px}}@media screen and (max-width:499.9px){.page-v2 .popup_container .popup_content{padding:6.4vw 0 5.3333333333vw}.page-v2 .popup_container .popup_content_inBox{gap:8.5333333333vw}.page-v2 .popup_container .popup_content_inBox_title{padding-right:9.6vw}.page-v2 .popup_container .popup_content_inBox_flex{gap:3.2vw}.page-v2 .popup_container .popup_content_inBox_selectBox{gap:1.0666666667vw}.page-v2 .popup_container .popup_content_inBox_selectBox_tab li{border-bottom:.1333333333vw solid #d4d4d4;padding:4.8vw 8.5333333333vw}.page-v2 .popup_container .popup_content_close{right:4.2666666667vw;top:6.4vw}.page-v2 .popup_container .popup_content_close:before{font-size:5.3333333333vw;line-height:5.3333333333vw}}.page-v2 #onetrust-banner-sdk{box-shadow:unset}.page-v2 #onetrust-banner-sdk .ot-sdk-container{width:100%}.page-v2 #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row{display:flex}.page-v2 #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row:after{display:none}.page-v2 #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-group-container{align-items:center;display:flex;flex:1;float:unset;padding-left:20px;padding-right:20px;width:auto}.page-v2 #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row .ot-bnr-logo{flex:none;object-fit:contain;position:static;transform:unset;width:140px!important}.page-v2 #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-policy{margin:0!important;padding:32px 0}.page-v2 #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-policy-text{color:#000;float:unset;font-size:16px!important;font-weight:400;line-height:24px!important;margin:0}@media screen and (max-width:1920.9px){.page-v2 #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-policy-text{font-size:16px!important;line-height:24px!important}}@media screen and (max-width:1440.9px){.page-v2 #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-policy-text{font-size:calc(9.07692px + .48077vw)!important;line-height:calc(3.23077px + 1.44231vw)!important}}@media screen and (max-width:1024.9px){.page-v2 #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-policy-text{font-size:1.3671875vw!important;line-height:1.7578125vw!important}}.page-v2 #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group-parent{float:unset;margin:auto;min-height:unset;padding:20px 60px;position:static;transform:unset;width:auto}.page-v2 #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group{align-items:center;display:flex;gap:40px;margin:0;width:100%}.page-v2 #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group #onetrust-pc-btn-handler,.page-v2 #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group #onetrust-reject-all-handler{word-wrap:break-word;border:0!important;cursor:pointer;display:inline-block;letter-spacing:0;margin:0;min-width:unset;padding:0!important;text-align:center;white-space:normal}.page-v2 #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group #onetrust-pc-btn-handler[disabled],.page-v2 #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group #onetrust-reject-all-handler[disabled]{pointer-events:none}.page-v2 #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group #onetrust-pc-btn-handler[hidden],.page-v2 #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group #onetrust-reject-all-handler[hidden]{display:none}.page-v2 #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group #onetrust-pc-btn-handler:is(a:not([href])),.page-v2 #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group #onetrust-reject-all-handler:is(a:not([href])){cursor:default}.page-v2 #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group #onetrust-pc-btn-handler,.page-v2 #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group #onetrust-reject-all-handler{background-color:unset!important;color:#000!important}.page-v2 #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group #onetrust-pc-btn-handler:hover,.page-v2 #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group #onetrust-reject-all-handler:hover{color:#ff0008!important}.page-v2 #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group #onetrust-pc-btn-handler:active,.page-v2 #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group #onetrust-reject-all-handler:active{color:#df0303!important}.page-v2 #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group #onetrust-pc-btn-handler.tsws-btn--disabled,.page-v2 #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group #onetrust-pc-btn-handler[disabled],.page-v2 #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group #onetrust-reject-all-handler.tsws-btn--disabled,.page-v2 #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group #onetrust-reject-all-handler[disabled]{color:#d4d4d4!important}.page-v2 #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group #onetrust-pc-btn-handler,.page-v2 #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group #onetrust-reject-all-handler{font-size:18px!important;font-weight:400;line-height:18px!important}@media screen and (max-width:1920.9px){.page-v2 #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group #onetrust-pc-btn-handler,.page-v2 #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group #onetrust-reject-all-handler{font-size:calc(10px + .41667vw)!important;line-height:calc(10px + .41667vw)!important}}@media screen and (max-width:1440.9px){.page-v2 #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group #onetrust-pc-btn-handler,.page-v2 #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group #onetrust-reject-all-handler{font-size:calc(9.07692px + .48077vw)!important;line-height:calc(9.07692px + .48077vw)!important}}@media screen and (max-width:1024.9px){.page-v2 #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group #onetrust-pc-btn-handler,.page-v2 #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group #onetrust-reject-all-handler{font-size:1.3671875vw!important;line-height:1.3671875vw!important}}.page-v2 #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group #onetrust-accept-btn-handler{border:0;font-size:18px!important;font-weight:400;letter-spacing:0;line-height:18px!important;margin:0;min-width:104px!important;padding:17px 32px!important}@media screen and (max-width:1920.9px){.page-v2 #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group #onetrust-accept-btn-handler{font-size:calc(10px + .41667vw)!important;line-height:calc(10px + .41667vw)!important;min-width:calc(20px + 4.375vw)!important;padding:calc(-3px + 1.04167vw) 1.66667vw!important}}@media screen and (max-width:1440.9px){.page-v2 #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group #onetrust-accept-btn-handler{font-size:calc(9.07692px + .48077vw)!important;line-height:calc(9.07692px + .48077vw)!important;min-width:calc(27.61538px + 3.84615vw)!important;padding:calc(5.07692px + .48077vw) calc(3.23077px + 1.44231vw)!important}}@media screen and (max-width:1024.9px){.page-v2 #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group #onetrust-accept-btn-handler{font-size:1.3671875vw!important;line-height:1.3671875vw!important;min-width:6.54296875vw!important;padding:.97656vw 1.75781vw!important}}.page-v2 #onetrust-banner-sdk #onetrust-close-btn-container{position:absolute;right:16px;top:16px;transform:unset}.page-v2 #onetrust-banner-sdk #onetrust-close-btn-container button{background:unset!important;color:#000;display:flex;height:unset;padding:0!important;position:static;width:unset}.page-v2 #onetrust-banner-sdk #onetrust-close-btn-container button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-size:20px;font-style:normal;font-weight:400;letter-spacing:0;line-height:20px;transform:rotate(0deg);vertical-align:middle}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter{border-radius:0;bottom:0;box-shadow:unset;height:640px!important;margin:auto;max-width:unset!important;top:0;width:800px}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter .ot-pc-header{align-items:center;border-bottom:none;box-sizing:border-box;display:flex;height:auto;justify-content:space-between;padding:0 0 0 20px}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter .ot-pc-header .ot-pc-logo{align-items:center;display:flex;height:auto;justify-content:flex-start!important;width:160px}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter .ot-pc-header .ot-pc-logo img{max-height:100%;max-width:100%;object-fit:contain}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter .ot-pc-header #close-pc-btn-handler{background:unset!important;color:#000;display:flex;height:unset;margin-bottom:0;padding:20px!important;position:static;width:unset}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter .ot-pc-header #close-pc-btn-handler:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-size:24px;font-style:normal;font-weight:400;line-height:24px;transform:rotate(0deg);vertical-align:middle}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter #ot-pc-content{bottom:80px;box-sizing:border-box;margin:0;padding:20px;top:64px;width:100%}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter #ot-pc-title{color:#000;float:unset;font-size:20px!important;font-weight:600;line-height:28px!important;margin-bottom:8px;margin-top:0}@media screen and (max-width:1920.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter #ot-pc-title{font-size:calc(12px + .41667vw)!important;line-height:calc(20px + .41667vw)!important}}@media screen and (max-width:1440.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter #ot-pc-title{font-size:calc(11.07692px + .48077vw)!important;line-height:calc(5.23077px + 1.44231vw)!important}}@media screen and (max-width:1024.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter #ot-pc-title{font-size:1.5625vw!important;line-height:1.953125vw!important}}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter #ot-pc-desc{color:#000;font-size:16px;font-weight:400;line-height:24px;margin-bottom:20px}@media screen and (max-width:1920.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter #ot-pc-desc{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter #ot-pc-desc{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter #ot-pc-desc{font-size:1.3671875vw;line-height:1.7578125vw}}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter #ot-pc-desc .privacy-notice-link{border-bottom:1px solid #000;color:#000;display:inline-block;font-weight:inherit;margin:8px 0 0;text-decoration:unset}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter #accept-recommended-btn-handler{border:0;font-size:16px!important;font-weight:400;letter-spacing:0;line-height:16px!important;margin-bottom:20px;margin-right:0;max-width:unset;min-width:83px!important;padding:12px 24px!important}@media screen and (max-width:1920.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter #accept-recommended-btn-handler{font-size:calc(8px + .41667vw)!important;line-height:calc(8px + .41667vw)!important;min-width:calc(35px + 2.5vw)!important;padding:calc(4px + .41667vw) calc(8px + .83333vw)!important}}@media screen and (max-width:1440.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter #accept-recommended-btn-handler{font-size:calc(7.07692px + .48077vw)!important;line-height:calc(7.07692px + .48077vw)!important;min-width:calc(15.61538px + 3.84615vw)!important;padding:calc(3.07692px + .48077vw) calc(-.76923px + 1.44231vw)!important}}@media screen and (max-width:1024.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter #accept-recommended-btn-handler{font-size:1.171875vw!important;line-height:1.171875vw!important;min-width:5.37109375vw!important;padding:.78125vw 1.36719vw!important}}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-cat-grp{margin-top:0}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-category-title{color:#000;float:unset;font-size:20px!important;font-weight:600;line-height:28px!important;padding:20px 0}@media screen and (max-width:1920.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-category-title{font-size:calc(12px + .41667vw)!important;line-height:calc(20px + .41667vw)!important}}@media screen and (max-width:1440.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-category-title{font-size:calc(11.07692px + .48077vw)!important;line-height:calc(5.23077px + 1.44231vw)!important}}@media screen and (max-width:1024.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-category-title{font-size:1.5625vw!important;line-height:1.953125vw!important}}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout.ot-cat-item{border:1px solid #d4d4d4;border-radius:0;display:block;float:unset;margin-top:0;width:100%}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout.ot-cat-item:not(:last-of-type){border-bottom:0}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout.ot-cat-item:first-of-type{border-radius:2px 2px 0 0}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout.ot-cat-item:last-of-type{border-radius:0 0 2px 2px}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr{box-sizing:border-box;padding:16px 12px}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr .ot-always-active{color:#e61e1e;float:unset;font-size:14px!important;font-weight:600;line-height:22px!important;margin:0}@media screen and (max-width:1920.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr .ot-always-active{font-size:14px!important;line-height:22px!important}}@media screen and (max-width:1440.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr .ot-always-active{font-size:calc(7.07692px + .48077vw)!important;line-height:calc(1.23077px + 1.44231vw)!important}}@media screen and (max-width:1024.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr .ot-always-active{font-size:1.171875vw!important;line-height:1.5625vw!important}}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-plus-minus{margin:0;top:unset}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-cat-header{color:#000;font-size:14px!important;font-weight:400;line-height:22px!important;margin-left:12px;margin-right:14px;max-width:unset;width:auto}@media screen and (max-width:1920.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-cat-header{font-size:14px!important;line-height:22px!important}}@media screen and (max-width:1440.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-cat-header{font-size:calc(7.07692px + .48077vw)!important;line-height:calc(1.23077px + 1.44231vw)!important}}@media screen and (max-width:1024.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-cat-header{font-size:1.171875vw!important;line-height:1.5625vw!important}}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-tgl{margin:0}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-tgl .ot-switch{display:block;height:20px;width:34px}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-tgl .ot-switch-nob{background-color:#d4d4d4;border:0;border-radius:100px}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-tgl .ot-switch-nob:before{background-color:#fff;border:0;bottom:0;height:16px;left:2px;margin:auto;top:0;width:16px}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-tgl input:checked+.ot-switch .ot-switch-nob{background-color:#e61e1e}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-tgl input:checked+.ot-switch .ot-switch-nob:before{background-color:#fff;transform:translateX(14px)}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpcntr{background-color:#f6f6f6;padding:16px}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpcntr .ot-acc-grpdesc{color:#000;float:unset;font-size:12px;font-weight:400;line-height:16px;margin-bottom:8px;margin-top:0;padding:0;width:100%}@media screen and (max-width:1920.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpcntr .ot-acc-grpdesc{font-size:12px;line-height:16px}}@media screen and (max-width:1440.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpcntr .ot-acc-grpdesc{font-size:12px;line-height:16px}}@media screen and (max-width:1024.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpcntr .ot-acc-grpdesc{font-size:1.171875vw;line-height:1.5625vw}}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-hlst-cntr{display:block;margin:0;padding:0;width:100%}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .category-host-list-handler{border-radius:0;color:#e61e1e;float:unset;font-size:12px!important;font-weight:400;line-height:16px!important;padding:0!important}@media screen and (max-width:1920.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .category-host-list-handler{font-size:12px!important;line-height:16px!important}}@media screen and (max-width:1440.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .category-host-list-handler{font-size:12px!important;line-height:16px!important}}@media screen and (max-width:1024.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .category-host-list-handler{font-size:1.171875vw!important;line-height:1.5625vw!important}}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst{bottom:80px;display:flex;flex-direction:column;top:64px}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-hdr{margin:0;padding:20px 20px 0}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-lst-title{align-items:center;display:flex;gap:4px;margin:0 0 8px}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-lst-title .ot-link-btn{display:flex;padding:0!important}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-lst-title .ot-link-btn:hover{text-decoration:none}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-lst-title .ot-link-btn:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-size:16px;font-style:normal;font-weight:400;letter-spacing:0;line-height:16px;transform:rotate(-90deg);vertical-align:middle}@media screen and (max-width:1920.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-lst-title .ot-link-btn:before{font-size:calc(8px + .41667vw);line-height:calc(8px + .41667vw)}}@media screen and (max-width:1440.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-lst-title .ot-link-btn:before{font-size:calc(7.07692px + .48077vw);line-height:calc(7.07692px + .48077vw)}}@media screen and (max-width:1024.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-lst-title .ot-link-btn:before{font-size:1.171875vw;line-height:1.171875vw}}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-lst-title .ot-link-btn:before{font-weight:700}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-lst-title .ot-link-btn svg{display:none}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-lst-title h3{font-size:inherit;font-size:16px;font-weight:400;line-height:inherit;line-height:16px;margin-left:0}@media screen and (max-width:1920.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-lst-title h3{font-size:calc(8px + .41667vw);line-height:calc(8px + .41667vw)}}@media screen and (max-width:1440.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-lst-title h3{font-size:calc(7.07692px + .48077vw);line-height:calc(7.07692px + .48077vw)}}@media screen and (max-width:1024.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-lst-title h3{font-size:1.171875vw;line-height:1.171875vw}}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-lst-subhdr{align-items:center;display:flex;gap:16px}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-lst-subhdr .ot-search-cntr{flex:1;float:unset;width:auto}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-lst-subhdr .ot-search-cntr:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;bottom:0;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-size:16px;font-style:normal;height:16px;left:0;line-height:16px;margin:auto;position:absolute;top:0;transform:rotate(0deg);vertical-align:middle}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-lst-subhdr .ot-search-cntr #vendor-search-handler{border-color:#d4d4d4;border-radius:0;border-width:0 0 1px;color:#000;float:unset;font-size:14px;font-weight:400;height:auto;line-height:22px;margin-left:0;padding:12px 0 12px 36px}@media screen and (max-width:1920.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-lst-subhdr .ot-search-cntr #vendor-search-handler{font-size:14px;line-height:22px}}@media screen and (max-width:1440.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-lst-subhdr .ot-search-cntr #vendor-search-handler{font-size:calc(7.07692px + .48077vw);line-height:calc(1.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-lst-subhdr .ot-search-cntr #vendor-search-handler{font-size:1.171875vw;line-height:1.5625vw}}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-lst-subhdr .ot-search-cntr #vendor-search-handler::placeholder{color:#d4d4d4;font-style:normal}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-lst-subhdr .ot-search-cntr svg{display:none}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-lst-subhdr .ot-fltr-cntr{float:unset;right:unset}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-lst-subhdr #filter-btn-handler{border-radius:50%;height:auto;max-width:unset;padding:10px!important;width:auto}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-lst-subhdr #filter-btn-handler svg{height:12px;pointer-events:none;width:12px}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-lst-subhdr #ot-anchor{display:none!important}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal{bottom:0;overflow:unset;position:absolute}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt{border-radius:0;box-sizing:border-box;margin:0;max-height:unset;padding:16px 20px;right:0;top:3px;width:300px}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt #ot-filter-list-header{display:none}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt #clear-filters-handler{border-radius:0;color:#000;font-size:14px!important;font-weight:400;line-height:22px!important;margin:0 0 16px;max-width:unset;padding:0!important}@media screen and (max-width:1920.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt #clear-filters-handler{font-size:14px!important;line-height:22px!important}}@media screen and (max-width:1440.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt #clear-filters-handler{font-size:calc(7.07692px + .48077vw)!important;line-height:calc(1.23077px + 1.44231vw)!important}}@media screen and (max-width:1024.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt #clear-filters-handler{font-size:1.171875vw!important;line-height:1.5625vw!important}}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt{max-height:unset}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-fltr-opts{display:flex;flex-direction:column;gap:8px;max-height:160px;overflow:auto;padding:0}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-fltr-opt{flex:none;margin:0;width:100%}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-chkbox label{min-height:unset;padding-left:28px}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-chkbox label:before{border-color:#adadad;border-radius:2px;bottom:0;box-sizing:border-box;height:16px;left:0;margin:auto;outline:0;top:0;width:16px}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-chkbox label:after{border-bottom-width:2px;border-left-width:2px;left:3px;top:6px}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-chkbox label .ot-label-txt{color:#000;font-size:14px;font-weight:400;line-height:22px}@media screen and (max-width:1920.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-chkbox label .ot-label-txt{font-size:14px;line-height:22px}}@media screen and (max-width:1440.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-chkbox label .ot-label-txt{font-size:calc(7.07692px + .48077vw);line-height:calc(1.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-chkbox label .ot-label-txt{font-size:1.171875vw;line-height:1.5625vw}}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-chkbox input:checked~label:before{background-color:#e61e1e;border-color:#e61e1e}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-fltr-btns{align-items:center;display:flex;gap:24px;margin:24px 0 0}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-fltr-btns #filter-apply-handler{word-wrap:break-word;cursor:pointer;display:inline-block;letter-spacing:0;margin:0;max-width:unset;text-align:center;white-space:normal}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-fltr-btns #filter-apply-handler[disabled]{pointer-events:none}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-fltr-btns #filter-apply-handler[hidden]{display:none}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-fltr-btns #filter-apply-handler:is(a:not([href])){cursor:default}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-fltr-btns #filter-apply-handler{background:#e61e1e;color:#fff}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-fltr-btns #filter-apply-handler:hover{background:#ff0008}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-fltr-btns #filter-apply-handler:active{background:#df0303}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-fltr-btns #filter-apply-handler.tsws-btn--disabled,.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-fltr-btns #filter-apply-handler.tsws-btn--disabled:hover,.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-fltr-btns #filter-apply-handler[disabled],.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-fltr-btns #filter-apply-handler[disabled]:hover{background:#d4d4d4}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-fltr-btns #filter-apply-handler{font-size:14px!important;font-weight:400;line-height:14px!important;min-width:63px!important;padding:7px 16px!important}@media screen and (max-width:1920.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-fltr-btns #filter-apply-handler{font-size:calc(6px + .41667vw)!important;line-height:calc(6px + .41667vw)!important;min-width:calc(31px + 1.66667vw)!important;padding:calc(3px + .20833vw) calc(8px + .41667vw)!important}}@media screen and (max-width:1440.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-fltr-btns #filter-apply-handler{font-size:12px!important;line-height:12px!important;min-width:calc(27.30769px + 1.92308vw)!important;padding:calc(2.53846px + .24038vw) calc(.15385px + .96154vw)!important}}@media screen and (max-width:1024.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-fltr-btns #filter-apply-handler{font-size:1.171875vw!important;line-height:1.171875vw!important;min-width:4.58984375vw!important;padding:.48828vw .97656vw!important}}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-fltr-btns #filter-cancel-handler{word-wrap:break-word;cursor:pointer;display:inline-block;letter-spacing:0;margin:0;max-width:unset;text-align:center;white-space:normal}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-fltr-btns #filter-cancel-handler[disabled]{pointer-events:none}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-fltr-btns #filter-cancel-handler[hidden]{display:none}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-fltr-btns #filter-cancel-handler:is(a:not([href])){cursor:default}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-fltr-btns #filter-cancel-handler{background:unset;border:1px solid #e61e1e;color:#e61e1e}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-fltr-btns #filter-cancel-handler:hover{background:#ff0008;color:#fff}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-fltr-btns #filter-cancel-handler:active{background:#df0303;color:#fff}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-fltr-btns #filter-cancel-handler.tsws-btn--disabled,.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-fltr-btns #filter-cancel-handler[disabled]{background-color:#fff;border-color:#d4d4d4;color:#d4d4d4}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-fltr-btns #filter-cancel-handler.tsws-btn--disabled:hover,.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-fltr-btns #filter-cancel-handler[disabled]:hover{border-color:#d4d4d4;color:#d4d4d4}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-fltr-btns #filter-cancel-handler{font-size:14px!important;font-weight:400;line-height:14px!important;min-width:63px!important;padding:6px 15px!important}@media screen and (max-width:1920.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-fltr-btns #filter-cancel-handler{font-size:calc(6px + .41667vw)!important;line-height:calc(6px + .41667vw)!important;min-width:calc(31px + 1.66667vw)!important;padding:calc(2px + .20833vw) calc(7px + .41667vw)!important}}@media screen and (max-width:1440.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-fltr-btns #filter-cancel-handler{font-size:12px!important;line-height:12px!important;min-width:calc(27.30769px + 1.92308vw)!important;padding:calc(1.53846px + .24038vw) calc(-.84615px + .96154vw)!important}}@media screen and (max-width:1024.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-fltr-btns #filter-cancel-handler{font-size:1.171875vw!important;line-height:1.171875vw!important;min-width:4.58984375vw!important;padding:calc(.48828vw - 1px) calc(.97656vw - 1px)!important}}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-lst-cnt{box-sizing:border-box;flex:1;height:auto;margin:0;max-height:unset;padding:0 20px;width:100%}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-host-item{border-color:#d4d4d4;padding:0}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-host-item .ot-acc-hdr{align-items:center;display:flex;gap:12px;padding-bottom:16px;padding-top:20px}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-plus-minus{float:unset;height:20px;margin-right:0;top:unset;width:20px}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-plus-minus span{background:#000;margin:auto}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-plus-minus span:first-of-type{left:0;right:0;width:2.5%}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-plus-minus span:last-of-type{bottom:0;height:2.5%;top:0}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-host-hdr{float:unset}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-host-hdr .ot-host-name{color:#000;font-size:14px;font-weight:400;line-height:22px;width:100%}@media screen and (max-width:1920.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-host-hdr .ot-host-name{font-size:14px;line-height:22px}}@media screen and (max-width:1440.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-host-hdr .ot-host-name{font-size:calc(7.07692px + .48077vw);line-height:calc(1.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-host-hdr .ot-host-name{font-size:1.171875vw;line-height:1.5625vw}}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-host-hdr .ot-host-expand{color:#e61e1e;font-size:14px;font-weight:400;line-height:22px;margin-bottom:0;margin-top:4px}@media screen and (max-width:1920.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-host-hdr .ot-host-expand{font-size:14px;line-height:22px}}@media screen and (max-width:1440.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-host-hdr .ot-host-expand{font-size:calc(7.07692px + .48077vw);line-height:calc(1.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-host-hdr .ot-host-expand{font-size:1.171875vw;line-height:1.5625vw}}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-txt{box-sizing:border-box;margin-top:0;width:100%}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info{background-color:#f6f6f6;box-sizing:border-box;display:flex;flex-direction:column;gap:8px;margin-bottom:12px;padding:16px;width:100%}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info>div{display:flex;gap:16px}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info>div div{color:#7a7a7a;float:unset;font-size:12px;font-weight:400;line-height:16px;padding:0}@media screen and (max-width:1920.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info>div div{font-size:12px;line-height:16px}}@media screen and (max-width:1440.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info>div div{font-size:12px;line-height:16px}}@media screen and (max-width:1024.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info>div div{font-size:1.171875vw;line-height:1.5625vw}}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info>div div:first-child{width:96px}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #no-results p{color:#000}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer{border-color:#efefef}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-btn-container{display:flex;gap:24px;justify-content:flex-end;margin-top:0;padding:20px}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-btn-container .ot-pc-refuse-all-handler{word-wrap:break-word;cursor:pointer;display:inline-block;letter-spacing:0;margin:0;text-align:center;white-space:normal}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-btn-container .ot-pc-refuse-all-handler[disabled]{pointer-events:none}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-btn-container .ot-pc-refuse-all-handler[hidden]{display:none}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-btn-container .ot-pc-refuse-all-handler:is(a:not([href])){cursor:default}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-btn-container .ot-pc-refuse-all-handler{background:unset;border:1px solid #e61e1e;color:#e61e1e}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-btn-container .ot-pc-refuse-all-handler:hover{background:#ff0008;color:#fff}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-btn-container .ot-pc-refuse-all-handler:active{background:#df0303;color:#fff}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-btn-container .ot-pc-refuse-all-handler.tsws-btn--disabled,.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-btn-container .ot-pc-refuse-all-handler[disabled]{background-color:#fff;border-color:#d4d4d4;color:#d4d4d4}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-btn-container .ot-pc-refuse-all-handler.tsws-btn--disabled:hover,.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-btn-container .ot-pc-refuse-all-handler[disabled]:hover{border-color:#d4d4d4;color:#d4d4d4}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-btn-container .ot-pc-refuse-all-handler{font-size:16px!important;font-weight:400;line-height:16px!important;min-width:83px!important;padding:11px 23px!important}@media screen and (max-width:1920.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-btn-container .ot-pc-refuse-all-handler{font-size:calc(8px + .41667vw)!important;line-height:calc(8px + .41667vw)!important;min-width:calc(35px + 2.5vw)!important;padding:calc(3px + .41667vw) calc(7px + .83333vw)!important}}@media screen and (max-width:1440.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-btn-container .ot-pc-refuse-all-handler{font-size:calc(7.07692px + .48077vw)!important;line-height:calc(7.07692px + .48077vw)!important;min-width:calc(15.61538px + 3.84615vw)!important;padding:calc(2.07692px + .48077vw) calc(-1.76923px + 1.44231vw)!important}}@media screen and (max-width:1024.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-btn-container .ot-pc-refuse-all-handler{font-size:1.171875vw!important;line-height:1.171875vw!important;min-width:5.37109375vw!important;padding:calc(.78125vw - 1px) calc(1.36719vw - 1px)!important}}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-btn-container .save-preference-btn-handler{word-wrap:break-word;border:0;cursor:pointer;display:inline-block;letter-spacing:0;margin:0;text-align:center;white-space:normal}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-btn-container .save-preference-btn-handler[disabled]{pointer-events:none}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-btn-container .save-preference-btn-handler[hidden]{display:none}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-btn-container .save-preference-btn-handler:is(a:not([href])){cursor:default}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-btn-container .save-preference-btn-handler{background:#e61e1e;color:#fff}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-btn-container .save-preference-btn-handler:hover{background:#ff0008}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-btn-container .save-preference-btn-handler:active{background:#df0303}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-btn-container .save-preference-btn-handler.tsws-btn--disabled,.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-btn-container .save-preference-btn-handler.tsws-btn--disabled:hover,.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-btn-container .save-preference-btn-handler[disabled],.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-btn-container .save-preference-btn-handler[disabled]:hover{background:#d4d4d4}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-btn-container .save-preference-btn-handler{font-size:16px!important;font-weight:400;line-height:16px!important;min-width:83px!important;padding:12px 24px!important}@media screen and (max-width:1920.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-btn-container .save-preference-btn-handler{font-size:calc(8px + .41667vw)!important;line-height:calc(8px + .41667vw)!important;min-width:calc(35px + 2.5vw)!important;padding:calc(4px + .41667vw) calc(8px + .83333vw)!important}}@media screen and (max-width:1440.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-btn-container .save-preference-btn-handler{font-size:calc(7.07692px + .48077vw)!important;line-height:calc(7.07692px + .48077vw)!important;min-width:calc(15.61538px + 3.84615vw)!important;padding:calc(3.07692px + .48077vw) calc(-.76923px + 1.44231vw)!important}}@media screen and (max-width:1024.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-btn-container .save-preference-btn-handler{font-size:1.171875vw!important;line-height:1.171875vw!important;min-width:5.37109375vw!important;padding:.78125vw 1.36719vw!important}}@media screen and (max-width:1920.9px){.page-v2 #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-group-container{padding-left:1.0416666667vw;padding-right:1.0416666667vw}.page-v2 #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row .ot-bnr-logo{width:7.2916666667vw!important}.page-v2 #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-policy{padding:1.6666666667vw 0}.page-v2 #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group-parent{padding:1.0416666667vw 3.125vw}.page-v2 #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group{gap:2.0833333333vw}.page-v2 #onetrust-banner-sdk #onetrust-close-btn-container{right:.8333333333vw;top:.8333333333vw}.page-v2 #onetrust-banner-sdk #onetrust-close-btn-container button:before{font-size:1.0416666667vw;line-height:1.0416666667vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter{height:33.3333333333vw!important;width:41.6666666667vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter .ot-pc-header{padding:0 0 0 1.0416666667vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter .ot-pc-header .ot-pc-logo{width:8.3333333333vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter .ot-pc-header #close-pc-btn-handler{padding:1.0416666667vw!important}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter .ot-pc-header #close-pc-btn-handler:before{font-size:1.25vw;line-height:1.25vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter #ot-pc-content{bottom:4.1666666667vw;padding:1.0416666667vw;top:3.3333333333vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter #ot-pc-title{margin-bottom:.4166666667vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter #ot-pc-desc{margin-bottom:1.0416666667vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter #ot-pc-desc .privacy-notice-link{margin:.4166666667vw 0 0}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter #accept-recommended-btn-handler{margin-bottom:1.0416666667vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-category-title{padding:1.0416666667vw 0}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout.ot-cat-item:first-of-type{border-radius:.1041666667vw .1041666667vw 0 0}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout.ot-cat-item:last-of-type{border-radius:0 0 .1041666667vw .1041666667vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr{padding:.8333333333vw .625vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-cat-header{margin-left:.625vw;margin-right:.7291666667vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-tgl .ot-switch{height:1.0416666667vw;width:1.7708333333vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-tgl .ot-switch-nob:before{height:.8333333333vw;left:.1041666667vw;width:.8333333333vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-tgl input:checked+.ot-switch .ot-switch-nob:before{transform:translateX(.7291666667vw)}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpcntr{padding:.8333333333vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpcntr .ot-acc-grpdesc{margin-bottom:.4166666667vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst{bottom:4.1666666667vw;top:3.3333333333vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-hdr{padding:1.0416666667vw 1.0416666667vw 0}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-lst-title{gap:.2083333333vw;margin:0 0 .4166666667vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-lst-subhdr{gap:.8333333333vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-lst-subhdr .ot-search-cntr:before{font-size:.8333333333vw;height:.8333333333vw;line-height:.8333333333vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-lst-subhdr .ot-search-cntr #vendor-search-handler{padding:.625vw 0 .625vw 1.875vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-lst-subhdr #filter-btn-handler{padding:.5208333333vw!important}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-lst-subhdr #filter-btn-handler svg{height:.625vw;width:.625vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-lst-subhdr #ot-anchor{display:none!important}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt{padding:.8333333333vw 1.0416666667vw;top:.15625vw;width:15.625vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt #clear-filters-handler{margin:0 0 .8333333333vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-fltr-opts{gap:.4166666667vw;max-height:8.3333333333vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-chkbox label{padding-left:1.4583333333vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-chkbox label:before{border-radius:.1041666667vw;height:.8333333333vw;width:.8333333333vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-chkbox label:after{border-bottom-width:.1041666667vw;border-left-width:.1041666667vw;left:.15625vw;top:.3125vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-fltr-btns{gap:1.25vw;margin:1.25vw 0 0}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-lst-cnt{padding:0 1.0416666667vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-host-item .ot-acc-hdr{gap:.625vw;padding-bottom:.8333333333vw;padding-top:1.0416666667vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-plus-minus{height:1.0416666667vw;width:1.0416666667vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-host-hdr .ot-host-expand{margin-top:.2083333333vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info{gap:.4166666667vw;margin-bottom:.625vw;padding:.8333333333vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info>div{gap:.8333333333vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info>div div:first-child{width:5vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-btn-container{gap:1.25vw;padding:1.0416666667vw}}@media screen and (max-width:767.9px){.page-v2 #onetrust-banner-sdk.otFlat>div{box-sizing:border-box;position:relative}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 #onetrust-banner-sdk.otFlat>div{margin-left:auto;margin-right:auto;padding-left:unset;padding-right:unset;width:457.33px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 #onetrust-banner-sdk.otFlat>div{width:calc(100% - 8.53333vw)}}@media screen and (max-width:767.9px){.page-v2 #onetrust-banner-sdk.otFlat .ot-sdk-container{padding:0;width:100%}.page-v2 #onetrust-banner-sdk.otFlat .ot-sdk-container .ot-sdk-row{display:flex;flex-direction:column;gap:42.67px}.page-v2 #onetrust-banner-sdk.otFlat .ot-sdk-container .ot-sdk-row #onetrust-group-container{align-items:flex-start;flex-direction:column;padding-left:0;padding-right:0}.page-v2 #onetrust-banner-sdk.otFlat .ot-sdk-container .ot-sdk-row .ot-bnr-logo{height:72px!important;margin-left:-21.33px;width:auto!important}.page-v2 #onetrust-banner-sdk.otFlat .ot-sdk-container .ot-sdk-row #onetrust-policy{padding:0}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 #onetrust-banner-sdk.otFlat .ot-sdk-container .ot-sdk-row #onetrust-policy-text{font-size:21.3333333333px!important;height:unset!important;line-height:32px!important}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 #onetrust-banner-sdk.otFlat .ot-sdk-container .ot-sdk-row #onetrust-policy-text{font-size:4.2666666667vw!important;line-height:6.4vw!important}}@media screen and (max-width:767.9px){.page-v2 #onetrust-banner-sdk.otFlat .ot-sdk-container .ot-sdk-row #onetrust-button-group-parent{padding:0 0 26.67px;width:100%}.page-v2 #onetrust-banner-sdk.otFlat .ot-sdk-container .ot-sdk-row #onetrust-button-group-parent #onetrust-button-group{gap:42.67px}.page-v2 #onetrust-banner-sdk.otFlat .ot-sdk-container .ot-sdk-row #onetrust-button-group-parent #onetrust-button-group #onetrust-pc-btn-handler,.page-v2 #onetrust-banner-sdk.otFlat .ot-sdk-container .ot-sdk-row #onetrust-button-group-parent #onetrust-button-group #onetrust-reject-all-handler{font-weight:400;width:100%}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 #onetrust-banner-sdk.otFlat .ot-sdk-container .ot-sdk-row #onetrust-button-group-parent #onetrust-button-group #onetrust-pc-btn-handler,.page-v2 #onetrust-banner-sdk.otFlat .ot-sdk-container .ot-sdk-row #onetrust-button-group-parent #onetrust-button-group #onetrust-reject-all-handler{font-size:21.3333333333px!important;line-height:21.3333333333px!important}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 #onetrust-banner-sdk.otFlat .ot-sdk-container .ot-sdk-row #onetrust-button-group-parent #onetrust-button-group #onetrust-pc-btn-handler,.page-v2 #onetrust-banner-sdk.otFlat .ot-sdk-container .ot-sdk-row #onetrust-button-group-parent #onetrust-button-group #onetrust-reject-all-handler{font-size:4.2666666667vw!important;line-height:4.2666666667vw!important}}@media screen and (max-width:767.9px){.page-v2 #onetrust-banner-sdk.otFlat .ot-sdk-container .ot-sdk-row #onetrust-button-group-parent #onetrust-button-group #onetrust-accept-btn-handler{font-weight:400;width:100%}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 #onetrust-banner-sdk.otFlat .ot-sdk-container .ot-sdk-row #onetrust-button-group-parent #onetrust-button-group #onetrust-accept-btn-handler{font-size:21.3333333333px!important;line-height:21.3333333333px!important;min-width:110.6666666667px!important;padding:16px 32px!important}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 #onetrust-banner-sdk.otFlat .ot-sdk-container .ot-sdk-row #onetrust-button-group-parent #onetrust-button-group #onetrust-accept-btn-handler{font-size:4.2666666667vw!important;line-height:4.2666666667vw!important;min-width:22.1333333333vw!important;padding:3.2vw 6.4vw!important}}@media screen and (max-width:767.9px){.page-v2 #onetrust-banner-sdk.otFlat #onetrust-close-btn-container{right:21.33px;top:22.67px}.page-v2 #onetrust-banner-sdk.otFlat #onetrust-close-btn-container button{height:26.67px;width:26.67px}.page-v2 #onetrust-banner-sdk.otFlat #onetrust-close-btn-container button:before{font-size:26.67px;line-height:26.67px}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter{height:90vh!important;max-width:unset!important;top:auto;width:100%!important}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter .ot-pc-header{padding:0}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter .ot-pc-header{margin-left:auto;margin-right:auto;padding-left:unset;padding-right:unset;width:457.33px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter .ot-pc-header{width:calc(100% - 8.53333vw)}}@media screen and (max-width:767.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter .ot-pc-header .ot-pc-logo{height:21.33px;padding-bottom:25.33px;padding-top:25.33px;width:auto}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter .ot-pc-header #close-pc-btn-handler{letter-spacing:0;padding:0!important}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter .ot-pc-header #close-pc-btn-handler:before{font-size:26.67px;line-height:26.67px}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter #ot-pc-content{bottom:169.33px;left:0;padding:26.67px 21.33px;right:0;top:72px}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter #ot-pc-content{margin-left:unset;margin-right:unset;max-width:unset;padding-left:max(0px,(100% - 457.33px)/2);padding-right:max(0px,(100% - 457.33px)/2);width:100%}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter #ot-pc-content{padding-left:4.2666666667vw;padding-right:4.2666666667vw}}@media screen and (max-width:767.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter #ot-pc-title{margin-bottom:10.67px}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter #ot-pc-title{font-size:21.3333333333px!important;height:unset!important;line-height:32px!important}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter #ot-pc-title{font-size:4.2666666667vw!important;line-height:6.4vw!important}}@media screen and (max-width:767.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter #ot-pc-desc{margin-bottom:26.67px}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter #ot-pc-desc{font-size:21.3333333333px!important;height:unset!important;line-height:32px!important}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter #ot-pc-desc{font-size:4.2666666667vw!important;line-height:6.4vw!important}}@media screen and (max-width:767.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter #ot-pc-desc .privacy-notice-link{margin:10.67px 0 0}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter #accept-recommended-btn-handler{font-weight:400;margin-bottom:26.67px;margin-right:0;width:100%}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter #accept-recommended-btn-handler{font-size:21.3333333333px!important;line-height:21.3333333333px!important;min-width:110.6666666667px!important;padding:16px 32px!important}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter #accept-recommended-btn-handler{font-size:4.2666666667vw!important;line-height:4.2666666667vw!important;min-width:22.1333333333vw!important;padding:3.2vw 6.4vw!important}}@media screen and (max-width:767.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-category-title{padding:0 0 21.33px}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-category-title{font-size:21.3333333333px!important;height:unset!important;line-height:32px!important}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-category-title{font-size:4.2666666667vw!important;line-height:6.4vw!important}}@media screen and (max-width:767.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout.ot-cat-item:first-of-type{border-radius:2.67px 2.67px 0 0}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout.ot-cat-item:last-of-type{border-radius:0 0 2.67px 2.67px}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr{padding:21.33px 16px}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr .ot-always-active{font-size:18.6666666667px!important;height:unset!important;line-height:29.3333333333px!important}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr .ot-always-active{font-size:3.7333333333vw!important;line-height:5.8666666667vw!important}}@media screen and (max-width:767.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-cat-header{margin-left:16px;margin-right:21.33px}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-cat-header{font-size:18.6666666667px!important;height:unset!important;line-height:29.3333333333px!important}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-cat-header{font-size:3.7333333333vw!important;line-height:5.8666666667vw!important}}@media screen and (max-width:767.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-tgl .ot-switch{height:26.67px;width:45.33px}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-tgl .ot-switch-nob{border-radius:133.33px}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-tgl .ot-switch-nob:before{height:21.33px;left:2.67px;width:21.33px}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-tgl input:checked+.ot-switch .ot-switch-nob:before{transform:translateX(18.67px)}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpcntr{padding:21.33px}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpcntr .ot-acc-grpdesc{margin-bottom:10.67px}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpcntr .ot-acc-grpdesc{font-size:16px!important;height:unset!important;line-height:21.3333333333px!important}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpcntr .ot-acc-grpdesc{font-size:3.2vw!important;line-height:4.2666666667vw!important}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .category-host-list-handler{font-size:16px!important;height:unset!important;line-height:21.3333333333px!important}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .category-host-list-handler{font-size:3.2vw!important;line-height:4.2666666667vw!important}}@media screen and (max-width:767.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst{bottom:169.33px;box-sizing:border-box;left:0;right:0;top:72px;width:100%}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst{margin-left:unset;margin-right:unset;max-width:unset;padding-left:max(0px,(100% - 457.33px)/2);padding-right:max(0px,(100% - 457.33px)/2);width:100%}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst{padding-left:4.2666666667vw;padding-right:4.2666666667vw}}@media screen and (max-width:767.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-hdr{box-sizing:border-box;margin:0;padding:26.67px 0 0;width:100%}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-lst-title{gap:5.33px;margin:0 0 10.67px}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-lst-title .ot-link-btn:before{font-size:21.33px;line-height:21.33px}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-lst-title h3{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-lst-title h3{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:767.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-lst-subhdr{gap:21.33px}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-lst-subhdr .ot-search-cntr:before{color:#7a7a7a;font-size:26.67px;height:26.67px;line-height:26.67px}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-lst-subhdr .ot-search-cntr #vendor-search-handler{padding:10.67px 0 10.67px 37.33px}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-lst-subhdr .ot-search-cntr #vendor-search-handler{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-lst-subhdr .ot-search-cntr #vendor-search-handler{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:767.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-lst-subhdr #filter-btn-handler{padding:10.33px!important}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-lst-subhdr #filter-btn-handler svg{height:16px;width:16px}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt{padding:21.33px 21.33px 26.67px;top:0;width:346.67px}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt #clear-filters-handler{margin:0 0 21.33px;width:auto}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt #clear-filters-handler{font-size:21.3333333333px!important;height:unset!important;line-height:32px!important}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt #clear-filters-handler{font-size:4.2666666667vw!important;line-height:6.4vw!important}}@media screen and (max-width:767.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-fltr-opts{gap:10.67px;max-height:213.33px}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-chkbox label{padding-left:29.33px}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-chkbox label:before{border-radius:2.67px;height:21.33px;width:21.33px}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-chkbox label:after{border-bottom-width:2.67px;border-left-width:2.67px;left:4px;top:6.67px}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-chkbox label .ot-label-txt{color:#7a7a7a}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-chkbox label .ot-label-txt{font-size:16px;height:unset;line-height:21.3333333333px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-chkbox label .ot-label-txt{font-size:3.2vw;line-height:4.2666666667vw}}@media screen and (max-width:767.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-chkbox input:checked~label .ot-label-txt{color:#000}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-fltr-btns{gap:21.33px;margin:26.67px 0 0}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-fltr-btns #filter-apply-handler{border:0;font-weight:400;width:auto}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-fltr-btns #filter-apply-handler{font-size:16px!important;line-height:16px!important;min-width:68px!important;padding:8px 16px!important}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-fltr-btns #filter-apply-handler{font-size:3.2vw!important;line-height:3.2vw!important;min-width:13.6vw!important;padding:1.6vw 3.2vw!important}}@media screen and (max-width:767.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-fltr-btns #filter-cancel-handler{font-weight:400;width:auto}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-fltr-btns #filter-cancel-handler{font-size:16px!important;line-height:16px!important;min-width:68px!important;padding:7px 15px!important}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-fltr-btns #filter-cancel-handler{font-size:3.2vw!important;line-height:3.2vw!important;min-width:13.6vw!important;padding:calc(1.6vw - 1px) calc(3.2vw - 1px)!important}}@media screen and (max-width:767.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-lst-cnt{padding:0 0 26.67px}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-host-item .ot-acc-hdr{gap:16px;padding-bottom:21.33px;padding-top:26.67px}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-plus-minus{height:26.67px;width:26.67px}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-host-hdr .ot-host-name{font-size:18.6666666667px;height:unset;line-height:29.3333333333px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-host-hdr .ot-host-name{font-size:3.7333333333vw;line-height:5.8666666667vw}}@media screen and (max-width:767.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-host-hdr .ot-host-expand{margin-top:5.33px}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-host-hdr .ot-host-expand{font-size:18.6666666667px;height:unset;line-height:29.3333333333px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-host-hdr .ot-host-expand{font-size:3.7333333333vw;line-height:5.8666666667vw}}@media screen and (max-width:767.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info{gap:10.67px;margin-bottom:10.67px;padding:21.33px}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info>div{gap:21.33px}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info>div div{font-size:16px;height:unset;line-height:21.3333333333px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info>div div{font-size:3.2vw;line-height:4.2666666667vw}}@media screen and (max-width:767.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info>div div:first-child{width:128px}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-btn-container{box-sizing:border-box;flex-direction:column;gap:21.33px;padding:21.33px 0}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-btn-container{margin-left:auto;margin-right:auto;padding-left:unset;padding-right:unset;width:457.33px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-btn-container{width:calc(100% - 8.53333vw)}}@media screen and (max-width:767.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-btn-container .ot-pc-refuse-all-handler{font-weight:400;width:100%}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-btn-container .ot-pc-refuse-all-handler{font-size:21.3333333333px!important;line-height:21.3333333333px!important;min-width:110.6666666667px!important;padding:15px 31px!important}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-btn-container .ot-pc-refuse-all-handler{font-size:4.2666666667vw!important;line-height:4.2666666667vw!important;min-width:22.1333333333vw!important;padding:calc(3.2vw - 1px) calc(6.4vw - 1px)!important}}@media screen and (max-width:767.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-btn-container .save-preference-btn-handler{font-weight:400;width:100%}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-btn-container .save-preference-btn-handler{font-size:21.3333333333px!important;line-height:21.3333333333px!important;min-width:110.6666666667px!important;padding:16px 32px!important}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-btn-container .save-preference-btn-handler{font-size:4.2666666667vw!important;line-height:4.2666666667vw!important;min-width:22.1333333333vw!important;padding:3.2vw 6.4vw!important}}@media screen and (max-width:499.9px){.page-v2 #onetrust-banner-sdk.otFlat .ot-sdk-container .ot-sdk-row{gap:8.5333333333vw}.page-v2 #onetrust-banner-sdk.otFlat .ot-sdk-container .ot-sdk-row .ot-bnr-logo{height:14.4vw!important;margin-left:-4.2666666667vw}.page-v2 #onetrust-banner-sdk.otFlat .ot-sdk-container .ot-sdk-row #onetrust-button-group-parent{padding:0 0 5.3333333333vw}.page-v2 #onetrust-banner-sdk.otFlat .ot-sdk-container .ot-sdk-row #onetrust-button-group-parent #onetrust-button-group{gap:8.5333333333vw}.page-v2 #onetrust-banner-sdk.otFlat #onetrust-close-btn-container{right:4.2666666667vw;top:4.5333333333vw}.page-v2 #onetrust-banner-sdk.otFlat #onetrust-close-btn-container button{height:5.3333333333vw;width:5.3333333333vw}.page-v2 #onetrust-banner-sdk.otFlat #onetrust-close-btn-container button:before{font-size:5.3333333333vw;line-height:5.3333333333vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter .ot-pc-header .ot-pc-logo{height:4.2666666667vw;padding-bottom:5.0666666667vw;padding-top:5.0666666667vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter .ot-pc-header #close-pc-btn-handler:before{font-size:5.3333333333vw;line-height:5.3333333333vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter #ot-pc-content{bottom:33.8666666667vw;padding:5.3333333333vw 4.2666666667vw;top:14.4vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter #ot-pc-title{margin-bottom:2.1333333333vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter #ot-pc-desc{margin-bottom:5.3333333333vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter #ot-pc-desc .privacy-notice-link{margin:2.1333333333vw 0 0}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter #accept-recommended-btn-handler{margin-bottom:5.3333333333vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-category-title{padding:0 0 4.2666666667vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout.ot-cat-item:first-of-type{border-radius:.5333333333vw .5333333333vw 0 0}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout.ot-cat-item:last-of-type{border-radius:0 0 .5333333333vw .5333333333vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-acc-hdr{padding:4.2666666667vw 3.2vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-cat-header{margin-left:3.2vw;margin-right:4.2666666667vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-tgl .ot-switch{height:5.3333333333vw;width:9.0666666667vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-tgl .ot-switch-nob{border-radius:26.6666666667vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-tgl .ot-switch-nob:before{height:4.2666666667vw;left:.5333333333vw;width:4.2666666667vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-tgl input:checked+.ot-switch .ot-switch-nob:before{transform:translateX(3.7333333333vw)}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpcntr{padding:4.2666666667vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout .ot-acc-grpcntr .ot-acc-grpdesc{margin-bottom:2.1333333333vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-lst{bottom:33.8666666667vw;top:14.4vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-hdr{padding:5.3333333333vw 0 0}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-lst-title{gap:1.0666666667vw;margin:0 0 2.1333333333vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-lst-title .ot-link-btn:before{font-size:4.2666666667vw;line-height:4.2666666667vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-lst-subhdr{gap:4.2666666667vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-lst-subhdr .ot-search-cntr:before{font-size:5.3333333333vw;height:5.3333333333vw;line-height:5.3333333333vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-lst-subhdr .ot-search-cntr #vendor-search-handler{padding:2.1333333333vw 0 2.1333333333vw 7.4666666667vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-lst-subhdr #filter-btn-handler{padding:2.6666666667vw!important}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-lst-subhdr #filter-btn-handler svg{height:3.2vw;width:3.2vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt{padding:4.2666666667vw 4.2666666667vw 5.3333333333vw;width:69.3333333333vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt #clear-filters-handler{margin:0 0 4.2666666667vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-fltr-opts{gap:2.1333333333vw;max-height:42.6666666667vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-chkbox label{padding-left:5.8666666667vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-chkbox label:before{border-radius:.5333333333vw;height:4.2666666667vw;width:4.2666666667vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-chkbox label:after{border-bottom-width:.5333333333vw;border-left-width:.5333333333vw;left:.8vw;top:1.3333333333vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-fltr-modal #ot-fltr-cnt .ot-fltr-scrlcnt .ot-fltr-btns{gap:4.2666666667vw;margin:5.3333333333vw 0 0}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-lst-cnt{padding:0 0 5.3333333333vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-host-item .ot-acc-hdr{gap:3.2vw;padding-bottom:4.2666666667vw;padding-top:5.3333333333vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-plus-minus{height:5.3333333333vw;width:5.3333333333vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-host-hdr .ot-host-expand{margin-top:1.0666666667vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info{gap:2.1333333333vw;margin-bottom:2.1333333333vw;padding:4.2666666667vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info>div{gap:4.2666666667vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info>div div:first-child{width:25.6vw}.page-v2 #onetrust-consent-sdk #onetrust-pc-sdk .ot-btn-container{gap:4.2666666667vw;padding:4.2666666667vw 0}}.quickentrance_styles .gws-quick-entrance-v1{margin-left:auto;margin-right:auto;max-width:1920px}@media screen and (max-width:767.9px){.quickentrance_styles .gws-quick-entrance-v1{margin-left:auto;margin-right:auto;padding-left:unset;padding-right:unset;width:500px}}@media screen and (max-width:499.9px){.quickentrance_styles .gws-quick-entrance-v1{width:100%}}.quickentrance_styles .gws-quick-entrance-v1{display:flex;gap:20px;justify-content:space-between;margin:0 auto}@media screen and (max-width:1920.9px){.quickentrance_styles .gws-quick-entrance-v1{gap:1.0416666667vw}}@media screen and (max-width:767.9px){.quickentrance_styles .gws-quick-entrance-v1{flex-direction:column;gap:26.67px}}@media screen and (max-width:499.9px){.quickentrance_styles .gws-quick-entrance-v1{gap:20px}}.quickentrance_styles .gws-quick-entrance-v1 .gws-text-image_styles{width:100%}.quickentrance_styles .gws-quick-entrance-v1-left,.quickentrance_styles .gws-quick-entrance-v1-right{display:flex;flex-direction:column;gap:20px;width:calc(50% - 10px)}@media screen and (max-width:1920.9px){.quickentrance_styles .gws-quick-entrance-v1-left,.quickentrance_styles .gws-quick-entrance-v1-right{gap:1.0416666667vw;width:calc(50% - .52083vw)}}@media screen and (max-width:767.9px){.quickentrance_styles .gws-quick-entrance-v1-left,.quickentrance_styles .gws-quick-entrance-v1-right{gap:26.67px;width:100%}}@media screen and (max-width:499.9px){.quickentrance_styles .gws-quick-entrance-v1-left,.quickentrance_styles .gws-quick-entrance-v1-right{gap:5.3333333333vw}}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles{text-align:center}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles .gws-bannerV2__content{height:calc(100% - 160px);width:calc(100% - 160px)}@media screen and (max-width:1920.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles .gws-bannerV2__content{height:calc(100% - 8.33333vw);width:calc(100% - 8.33333vw)}}@media screen and (max-width:767.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles .gws-bannerV2__content{align-items:flex-end;height:calc(100% - 85.34px);justify-content:flex-end;width:calc(100% - 85.34px)}}@media screen and (max-width:499.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles .gws-bannerV2__content{height:calc(100% - 17.06667vw);width:calc(100% - 17.06667vw)}}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles .gws-bannerV2__content{left:50%;top:50%;transform:translateY(-50%);transform:translate(-50%,-50%)}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles .gws-bannerV2__content .gws-bannerV2__content__container{display:flex}@media screen and (max-width:767.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles .gws-bannerV2__content{transform:unset}}@media screen and (max-width:767.9px)and (max-width:767.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles .gws-bannerV2__content{top:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles .gws-bannerV2__content{top:8.5333333333vw}}@media screen and (max-width:767.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles .gws-bannerV2__content *{text-align:center}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:center}}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles .gws-bannerV2__content__actions{justify-content:center}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-left-top .gws-bannerV2__content{left:80px;right:unset;top:50%;transform:translateY(-50%)}@media screen and (max-width:1920.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-left-top .gws-bannerV2__content{left:4.1666666667vw}}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-left-top .gws-bannerV2__content .gws-bannerV2__content__container{display:flex}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-left-center .gws-bannerV2__content{left:80px;right:unset;top:50%;transform:translateY(-50%)}@media screen and (max-width:1920.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-left-center .gws-bannerV2__content{left:4.1666666667vw}}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-left-center .gws-bannerV2__content .gws-bannerV2__content__container{align-items:center;display:flex}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-left-bottom .gws-bannerV2__content{left:80px;right:unset;top:50%;transform:translateY(-50%)}@media screen and (max-width:1920.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-left-bottom .gws-bannerV2__content{left:4.1666666667vw}}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-left-bottom .gws-bannerV2__content .gws-bannerV2__content__container{align-items:flex-end;display:flex}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-center-top .gws-bannerV2__content{left:50%;top:50%;transform:translateY(-50%);transform:translate(-50%,-50%)}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-center-top .gws-bannerV2__content .gws-bannerV2__content__container{display:flex}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-center-center .gws-bannerV2__content{left:50%;top:50%;transform:translateY(-50%);transform:translate(-50%,-50%)}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-center-center .gws-bannerV2__content .gws-bannerV2__content__container{align-items:center;display:flex}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-center-bottom .gws-bannerV2__content{left:50%;top:50%;transform:translateY(-50%);transform:translate(-50%,-50%)}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-center-bottom .gws-bannerV2__content .gws-bannerV2__content__container{align-items:flex-end;display:flex}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-right-top .gws-bannerV2__content{left:unset;right:80px;top:50%;transform:translateY(-50%)}@media screen and (max-width:1920.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-right-top .gws-bannerV2__content{right:4.1666666667vw}}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-right-top .gws-bannerV2__content .gws-bannerV2__content__container{display:flex}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-right-center .gws-bannerV2__content{left:unset;right:80px;top:50%;transform:translateY(-50%)}@media screen and (max-width:1920.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-right-center .gws-bannerV2__content{right:4.1666666667vw}}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-right-center .gws-bannerV2__content .gws-bannerV2__content__container{align-items:center;display:flex}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-right-bottom .gws-bannerV2__content{left:unset;right:80px;top:50%;transform:translateY(-50%)}@media screen and (max-width:1920.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-right-bottom .gws-bannerV2__content{right:4.1666666667vw}}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-position-right-bottom .gws-bannerV2__content .gws-bannerV2__content__container{align-items:flex-end;display:flex}@media screen and (max-width:767.9px)and (max-width:767.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles[class*=c-text-in] .gws-bannerV2__content,.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles[class*=c-text-position] .gws-bannerV2__content{transform:unset}}@media screen and (max-width:767.9px)and (max-width:767.9px)and (max-width:767.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles[class*=c-text-in] .gws-bannerV2__content,.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles[class*=c-text-position] .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:767.9px)and (max-width:499.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles[class*=c-text-in] .gws-bannerV2__content,.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles[class*=c-text-position] .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px)and (max-width:767.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles[class*=c-text-in] .gws-bannerV2__content,.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles[class*=c-text-position] .gws-bannerV2__content{top:42.67px}}@media screen and (max-width:767.9px)and (max-width:767.9px)and (max-width:499.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles[class*=c-text-in] .gws-bannerV2__content,.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles[class*=c-text-position] .gws-bannerV2__content{top:8.5333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles[class*=c-text-in] .gws-bannerV2__content *,.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles[class*=c-text-position] .gws-bannerV2__content *{text-align:center}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles[class*=c-text-in] .gws-bannerV2__content .gws-bannerV2__content__actions,.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles[class*=c-text-position] .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:center}}@media screen and (max-width:767.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-left-top .gws-bannerV2__content{transform:unset}}@media screen and (max-width:767.9px)and (max-width:767.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-left-top .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-left-top .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-left-top .gws-bannerV2__content{top:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-left-top .gws-bannerV2__content{top:8.5333333333vw}}@media screen and (max-width:767.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-left-top .gws-bannerV2__content *{text-align:left}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-left-top .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:flex-start}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-left-center .gws-bannerV2__content{left:unset;top:unset;top:50%;transform:translateY(-50%)}}@media screen and (max-width:767.9px)and (max-width:767.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-left-center .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-left-center .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-left-center .gws-bannerV2__content *{text-align:left}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-left-center .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:flex-start}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-left-bottom .gws-bannerV2__content{top:unset;transform:unset}}@media screen and (max-width:767.9px)and (max-width:767.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-left-bottom .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-left-bottom .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-left-bottom .gws-bannerV2__content{bottom:42.67}}@media screen and (max-width:767.9px)and (max-width:499.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-left-bottom .gws-bannerV2__content{bottom:8.5333333333vw}}@media screen and (max-width:767.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-left-bottom .gws-bannerV2__content *{text-align:left}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-left-bottom .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:flex-start}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-center-top .gws-bannerV2__content{transform:unset}}@media screen and (max-width:767.9px)and (max-width:767.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-center-top .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-center-top .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-center-top .gws-bannerV2__content{top:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-center-top .gws-bannerV2__content{top:8.5333333333vw}}@media screen and (max-width:767.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-center-top .gws-bannerV2__content *{text-align:center}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-center-top .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:center}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-center-center .gws-bannerV2__content{left:unset;top:unset;top:50%;transform:translateY(-50%)}}@media screen and (max-width:767.9px)and (max-width:767.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-center-center .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-center-center .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-center-center .gws-bannerV2__content *{text-align:center}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-center-center .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:center}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-center-bottom .gws-bannerV2__content{top:unset;transform:unset}}@media screen and (max-width:767.9px)and (max-width:767.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-center-bottom .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-center-bottom .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-center-bottom .gws-bannerV2__content{bottom:42.67}}@media screen and (max-width:767.9px)and (max-width:499.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-center-bottom .gws-bannerV2__content{bottom:8.5333333333vw}}@media screen and (max-width:767.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-center-bottom .gws-bannerV2__content *{text-align:center}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-center-bottom .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:center}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-right-top .gws-bannerV2__content{transform:unset}}@media screen and (max-width:767.9px)and (max-width:767.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-right-top .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-right-top .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-right-top .gws-bannerV2__content{top:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-right-top .gws-bannerV2__content{top:8.5333333333vw}}@media screen and (max-width:767.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-right-top .gws-bannerV2__content *{text-align:right}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-right-top .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:flex-end}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-right-center .gws-bannerV2__content{left:unset;top:unset;top:50%;transform:translateY(-50%)}}@media screen and (max-width:767.9px)and (max-width:767.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-right-center .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-right-center .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-right-center .gws-bannerV2__content *{text-align:right}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-right-center .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:flex-end}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-right-bottom .gws-bannerV2__content{top:unset;transform:unset}}@media screen and (max-width:767.9px)and (max-width:767.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-right-bottom .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-right-bottom .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-right-bottom .gws-bannerV2__content{bottom:42.67}}@media screen and (max-width:767.9px)and (max-width:499.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-right-bottom .gws-bannerV2__content{bottom:8.5333333333vw}}@media screen and (max-width:767.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-right-bottom .gws-bannerV2__content *{text-align:right}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-m-text-position-right-bottom .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:flex-end}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-in-top .gws-bannerV2__content{transform:unset}}@media screen and (max-width:767.9px)and (max-width:767.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-in-top .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-in-top .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-in-top .gws-bannerV2__content{top:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-in-top .gws-bannerV2__content{top:8.5333333333vw}}@media screen and (max-width:767.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-in-top .gws-bannerV2__content *{text-align:center}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-in-top .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:center}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-in-middle .gws-bannerV2__content{left:unset;top:unset;top:50%;transform:translateY(-50%)}}@media screen and (max-width:767.9px)and (max-width:767.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-in-middle .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-in-middle .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-in-middle .gws-bannerV2__content *{text-align:center}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-in-middle .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:center}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-in-footer .gws-bannerV2__content{top:unset;transform:unset}}@media screen and (max-width:767.9px)and (max-width:767.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-in-footer .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-in-footer .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-in-footer .gws-bannerV2__content{bottom:42.67}}@media screen and (max-width:767.9px)and (max-width:499.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-in-footer .gws-bannerV2__content{bottom:8.5333333333vw}}@media screen and (max-width:767.9px){.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-in-footer .gws-bannerV2__content *{text-align:center}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-in-footer .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:center}}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-align-left .gws-bannerV2__content__actions{justify-content:flex-start}.quickentrance_styles .gws-quick-entrance-v1 .gws-bannerV2_styles.c-text-align-right .gws-bannerV2__content__actions{justify-content:flex-end}.gws-bannerV2_styles:not(.c-gap-between)+.quickentrance_styles,.quickentrance_styles+.gws-bannerV2_styles:not(.c-gap-between){margin-top:20px}@media screen and (max-width:1920.9px){.gws-bannerV2_styles:not(.c-gap-between)+.quickentrance_styles,.quickentrance_styles+.gws-bannerV2_styles:not(.c-gap-between){margin-top:1.0416666667vw}}@media screen and (max-width:767.9px){.gws-bannerV2_styles:not(.c-gap-between)+.quickentrance_styles,.quickentrance_styles+.gws-bannerV2_styles:not(.c-gap-between){margin-top:26.67px}}@media screen and (max-width:499.9px){.gws-bannerV2_styles:not(.c-gap-between)+.quickentrance_styles,.quickentrance_styles+.gws-bannerV2_styles:not(.c-gap-between){margin-top:5.3333333333vw}}.gws-sticky-menu-v1{margin-left:auto;margin-right:auto;max-width:1920px}@media screen and (max-width:767.9px){.gws-sticky-menu-v1{margin-left:auto;margin-right:auto;padding-left:unset;padding-right:unset;width:500px}}@media screen and (max-width:499.9px){.gws-sticky-menu-v1{width:100%}}.gws-sticky-menu-v1{align-items:center;display:flex;padding:60px 120px;position:relative}@media screen and (max-width:1920.9px){.gws-sticky-menu-v1{padding:3.125vw 6.25vw}}@media screen and (max-width:767.9px){.gws-sticky-menu-v1{padding:42.67px 21.33px}}@media screen and (max-width:499.9px){.gws-sticky-menu-v1{padding:8.5333333333vw 4.2666666667vw}}.gws-sticky-menu-v1__container{font-size:16px;line-height:24px}@media screen and (max-width:1920.9px){.gws-sticky-menu-v1__container{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.gws-sticky-menu-v1__container{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.gws-sticky-menu-v1__container{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:767.9px){.gws-sticky-menu-v1__container{font-size:18.6666666667px;height:unset;line-height:29.3333333333px}}@media screen and (max-width:499.9px){.gws-sticky-menu-v1__container{font-size:3.7333333333vw;line-height:5.8666666667vw}}.gws-sticky-menu-v1__container{min-height:24px}@media screen and (max-width:1920.9px){.gws-sticky-menu-v1__container{min-height:1.25vw}}@media screen and (max-width:767.9px){.gws-sticky-menu-v1__container{min-height:29.33px}}@media screen and (max-width:499.9px){.gws-sticky-menu-v1__container{min-height:5.8666666667vw}}.gws-sticky-menu-v1__container{align-items:center;display:flex;justify-content:center;margin:0 52px;width:100%}@media screen and (max-width:1920.9px){.gws-sticky-menu-v1__container{margin:0 2.7083333333vw}}@media screen and (max-width:767.9px){.gws-sticky-menu-v1__container{margin:0}}.gws-sticky-menu-v1__logo{display:none}.gws-sticky-menu-v1__menu{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.gws-sticky-menu-v1__menu[id^=swiper-wrapper]{justify-content:flex-start}.gws-sticky-menu-v1__menu[id^=swiper-wrapper] .gws-sticky-menu-v1__menu-item:last-child{margin-right:0}@media screen and (max-width:767.9px){.gws-sticky-menu-v1__menu[id^=swiper-wrapper] .gws-sticky-menu-v1__menu-item:last-child{margin-right:32px}}@media screen and (max-width:499.9px){.gws-sticky-menu-v1__menu[id^=swiper-wrapper] .gws-sticky-menu-v1__menu-item:last-child{margin-right:6.4vw}}.gws-sticky-menu-v1__menu:not([id^=swiper-wrapper]) .gws-sticky-menu-v1__menu-item:last-child{margin-right:0}.gws-sticky-menu-v1__menu-item{color:#7a7a7a;cursor:pointer;flex-shrink:0;font-size:16px;height:100%;line-height:24px;position:relative;width:auto}@media screen and (max-width:1920.9px){.gws-sticky-menu-v1__menu-item{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.gws-sticky-menu-v1__menu-item{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.gws-sticky-menu-v1__menu-item{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:767.9px){.gws-sticky-menu-v1__menu-item{font-size:18.6666666667px;height:unset;line-height:29.3333333333px}}@media screen and (max-width:499.9px){.gws-sticky-menu-v1__menu-item{font-size:3.7333333333vw;line-height:5.8666666667vw}}.gws-sticky-menu-v1__menu-item{margin-right:64px}@media screen and (max-width:1920.9px){.gws-sticky-menu-v1__menu-item{margin-right:3.3333333333vw}}@media screen and (max-width:767.9px){.gws-sticky-menu-v1__menu-item{margin-right:32px}}@media screen and (max-width:499.9px){.gws-sticky-menu-v1__menu-item{margin-right:6.4vw}}.gws-sticky-menu-v1__menu-item--actived{color:#000;font-weight:600}.gws-sticky-menu-v1__menu-item:hover{color:#e61e1e}.gws-sticky-menu-v1 .swiper-button-prev__outer{left:80px}@media screen and (max-width:1920.9px){.gws-sticky-menu-v1 .swiper-button-prev__outer{left:4.1666666667vw}}.gws-sticky-menu-v1 .swiper-button-prev__outer:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-style:normal;left:0;transform:rotate(0deg);transform:rotate(-90deg);vertical-align:middle}.gws-sticky-menu-v1 .swiper-button-next__outer{right:80px}@media screen and (max-width:1920.9px){.gws-sticky-menu-v1 .swiper-button-next__outer{right:4.1666666667vw}}.gws-sticky-menu-v1 .swiper-button-next__outer:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-style:normal;right:0;transform:rotate(0deg);transform:rotate(90deg);vertical-align:middle}.gws-sticky-menu-v1 .swiper-button-next__outer,.gws-sticky-menu-v1 .swiper-button-prev__outer{cursor:pointer;height:24px;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:24px;z-index:2}@media screen and (max-width:1920.9px){.gws-sticky-menu-v1 .swiper-button-next__outer,.gws-sticky-menu-v1 .swiper-button-prev__outer{height:1.25vw;width:1.25vw}}.gws-sticky-menu-v1 .swiper-button-next__outer:before,.gws-sticky-menu-v1 .swiper-button-prev__outer:before{align-items:center;color:#000;display:flex;font-size:24px;height:100%;justify-content:center;left:0;line-height:1;position:absolute;top:0;width:100%;z-index:1}@media screen and (max-width:1920.9px){.gws-sticky-menu-v1 .swiper-button-next__outer:before,.gws-sticky-menu-v1 .swiper-button-prev__outer:before{font-size:1.25vw}}.gws-sticky-menu-v1 .swiper-button-next__outer:after,.gws-sticky-menu-v1 .swiper-button-prev__outer:after{display:none}@media screen and (max-width:767.9px){.gws-sticky-menu-v1 .swiper-button-next,.gws-sticky-menu-v1 .swiper-button-prev{transition:all .3s ease;width:40px;z-index:2}.gws-sticky-menu-v1 .swiper-button-next:before,.gws-sticky-menu-v1 .swiper-button-prev:before{color:#000;height:21.33px!important;position:absolute;width:21.33px;z-index:1}.gws-sticky-menu-v1 .swiper-button-next:after,.gws-sticky-menu-v1 .swiper-button-prev:after{display:none}.gws-sticky-menu-v1 .swiper-button-prev{background:linear-gradient(90deg,#fff 70%,transparent);left:0}.gws-sticky-menu-v1 .swiper-button-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-style:normal;left:0;padding-left:10px;padding-right:10px;transform:rotate(0deg);transform:rotate(-90deg) translateY(-80%);vertical-align:middle}.gws-sticky-menu-v1 .swiper-button-next{background:linear-gradient(270deg,#fff 70%,transparent);right:0}.gws-sticky-menu-v1 .swiper-button-next:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-style:normal;padding-left:10px;padding-right:10px;right:0;transform:rotate(0deg);transform:rotate(90deg) translateY(-80%);vertical-align:middle}.gws-sticky-menu-v1 .swiper-button-next:before,.gws-sticky-menu-v1 .swiper-button-prev:before{align-items:center;display:flex;font-size:21.33px;line-height:1}}@media screen and (max-width:767.9px)and (max-width:499.9px){.gws-sticky-menu-v1 .swiper-button-next:before,.gws-sticky-menu-v1 .swiper-button-prev:before{font-size:4.2666666667vw}}@media screen and (max-width:767.9px){.gws-sticky-menu-v1 .swiper-button-disabled{display:none}}@media screen and (max-width:499.9px){.gws-sticky-menu-v1 .swiper-button-next,.gws-sticky-menu-v1 .swiper-button-prev{width:8vw}.gws-sticky-menu-v1 .swiper-button-next:before,.gws-sticky-menu-v1 .swiper-button-prev:before{height:4.2666666667vw!important;width:4.2666666667vw}}.gws-sticky-menu-v1 .swiper-button-disabled{display:none}.mdws-breadcrumb{margin-left:auto;margin-right:auto;width:1680px}@media screen and (max-width:1920.9px){.mdws-breadcrumb{margin-left:6.25vw;margin-right:6.25vw;width:87.5vw}}@media screen and (max-width:767.9px){.mdws-breadcrumb{margin-left:auto;margin-right:auto;padding-left:unset;padding-right:unset;width:457.33px}}@media screen and (max-width:499.9px){.mdws-breadcrumb{width:calc(100% - 8.53333vw)}}.mdws-breadcrumb-list{align-items:center;display:flex;flex-direction:row;font-size:14px;justify-content:flex-start;line-height:22px}@media screen and (max-width:1920.9px){.mdws-breadcrumb-list{font-size:14px;line-height:22px}}@media screen and (max-width:1440.9px){.mdws-breadcrumb-list{font-size:calc(7.07692px + .48077vw);line-height:calc(1.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.mdws-breadcrumb-list{font-size:1.171875vw;line-height:1.5625vw}}.mdws-breadcrumb-list{overflow:hidden;padding:12px 0}.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:#7a7a7a!important;font-size:14px;line-height:22px}@media screen and (max-width:1920.9px){.mdws-breadcrumb-list li a{font-size:14px;line-height:22px}}@media screen and (max-width:1440.9px){.mdws-breadcrumb-list li a{font-size:calc(7.07692px + .48077vw);line-height:calc(1.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.mdws-breadcrumb-list li a{font-size:1.171875vw;line-height:1.5625vw}}.mdws-breadcrumb-list li a{white-space:nowrap}.mdws-breadcrumb-list li a:hover{color:#e61e1e!important}.mdws-breadcrumb-list li:after{color:#7a7a7a!important;content:">";display:block;font-size:14px;line-height:22px}@media screen and (max-width:1920.9px){.mdws-breadcrumb-list li:after{font-size:14px;line-height:22px}}@media screen and (max-width:1440.9px){.mdws-breadcrumb-list li:after{font-size:calc(7.07692px + .48077vw);line-height:calc(1.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.mdws-breadcrumb-list li:after{font-size:1.171875vw;line-height:1.5625vw}}.mdws-breadcrumb-list li:after{margin-left:4px;margin-right:12px}.mdws-breadcrumb-list li:last-child a{cursor:default;pointer-events:none}.mdws-breadcrumb-list li:last-child:after{display:none}@media screen and (max-width:767.9px){.mdws-breadcrumb{display:none}}@media screen and (max-width:1920.9px){.mdws-breadcrumb-list{padding:.625vw 0}.mdws-breadcrumb-list li:after{margin-left:.2083333333vw;margin-right:.625vw}}.partial-display .gws-carousel-card-v1 .swiper-button-next:after,.partial-display .gws-carousel-card-v1 .swiper-button-prev:after{font-size:40px;line-height:40px}.partial-display .gws-carousel-card-v1 .swiper-button-prev{left:40px}.partial-display .gws-carousel-card-v1 .swiper-button-next{right:40px}.partial-display .gws-carousel-card-v1 .gws-carousel-card-item{width:940px}.partial-display .gws-carousel-card-v1 .gws-carousel-card-item-asset{height:660px}.partial-display .gws-carousel-card-v1 .gws-carousel-card-item-content{padding:24px 0 32px}.partial-display .gws-carousel-card-v1 .gws-carousel-card-item-content-title{font-size:32px;line-height:40px}@media screen and (max-width:1920.9px){.partial-display .gws-carousel-card-v1 .gws-carousel-card-item-content-title{font-size:calc(8px + 1.25vw);line-height:calc(16px + 1.25vw)}}@media screen and (max-width:1440.9px){.partial-display .gws-carousel-card-v1 .gws-carousel-card-item-content-title{font-size:calc(12.15385px + .96154vw);line-height:calc(6.30769px + 1.92308vw)}}@media screen and (max-width:1024.9px){.partial-display .gws-carousel-card-v1 .gws-carousel-card-item-content-title{font-size:2.1484375vw;line-height:2.5390625vw}}@media screen and (max-width:767.9px){.partial-display .gws-carousel-card-v1 .gws-carousel-card-item-content-title{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:499.9px){.partial-display .gws-carousel-card-v1 .gws-carousel-card-item-content-title{font-size:4.2666666667vw;line-height:6.4vw}}.partial-display .gws-carousel-card-v1 .gws-carousel-card-item-content-title{margin-bottom:16px}.partial-display .gws-carousel-card-v1 .gws-carousel-card-item-content-desc{font-size:16px;line-height:24px}@media screen and (max-width:1920.9px){.partial-display .gws-carousel-card-v1 .gws-carousel-card-item-content-desc{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.partial-display .gws-carousel-card-v1 .gws-carousel-card-item-content-desc{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.partial-display .gws-carousel-card-v1 .gws-carousel-card-item-content-desc{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:767.9px){.partial-display .gws-carousel-card-v1 .gws-carousel-card-item-content-desc{font-size:18.6666666667px;height:unset;line-height:29.3333333333px}}@media screen and (max-width:499.9px){.partial-display .gws-carousel-card-v1 .gws-carousel-card-item-content-desc{font-size:3.7333333333vw;line-height:5.8666666667vw}}.partial-display .gws-carousel-card-v1 .gws-carousel-card-item-content-desc{font-weight:400}.gws-carousel-card-v1{margin-left:auto;margin-right:auto;position:relative;width:1680px}@media screen and (max-width:1920.9px){.gws-carousel-card-v1{margin-left:6.25vw;margin-right:6.25vw;width:87.5vw}}@media screen and (max-width:767.9px){.gws-carousel-card-v1{margin-left:auto;margin-right:auto;padding-left:unset;padding-right:unset;width:457.33px}}@media screen and (max-width:499.9px){.gws-carousel-card-v1{width:calc(100% - 8.53333vw)}}.gws-carousel-card-v1-swiper{overflow:hidden}.gws-carousel-card-v1 .swiper-button-next,.gws-carousel-card-v1 .swiper-button-prev{color:#e61e1e;height:auto;margin-top:0;padding:0;top:50%;transform:translateY(-50%);width:auto}.gws-carousel-card-v1 .swiper-button-next:after,.gws-carousel-card-v1 .swiper-button-prev:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-size:24px;font-style:normal;line-height:24px;transform:rotate(0deg);vertical-align:middle}.gws-carousel-card-v1 .swiper-button-prev{left:20px}.gws-carousel-card-v1 .swiper-button-prev:after{transform:rotate(-90deg)}.gws-carousel-card-v1 .swiper-button-next{right:20px}.gws-carousel-card-v1 .swiper-button-next:after{transform:rotate(90deg)}.gws-carousel-card-v1 .swiper-button-disabled{display:none}.gws-carousel-card-v1 .gws-carousel-card-item{cursor:pointer;display:flex;flex-direction:column;height:auto;width:calc(33.33333% - 32px)}.gws-carousel-card-v1 .gws-carousel-card-item:hover .gws-carousel-card-item-content{color:#e61e1e}.gws-carousel-card-v1 .gws-carousel-card-item[data-url=null]{cursor:default}.gws-carousel-card-v1 .gws-carousel-card-item-asset{height:320px;position:relative;width:100%}.gws-carousel-card-v1 .gws-carousel-card-item-asset-video{height:100%;object-fit:cover;width:100%}.gws-carousel-card-v1 .gws-carousel-card-item-asset .gws-img{height:100%}.gws-carousel-card-v1 .gws-carousel-card-item-asset .gws-img img,.gws-carousel-card-v1 .gws-carousel-card-item-asset .gws-img picture{height:100%;object-fit:cover}.gws-carousel-card-v1 .gws-carousel-card-item-asset-play-button{border-bottom:30.2px solid transparent;border-left:48px solid #ec1c24;border-top:30.2px solid transparent;bottom:0;cursor:pointer;display:block;height:0;left:0;margin:auto;position:absolute;right:0;top:0;width:0;z-index:14999}@media screen and (max-width:1920.9px){.gws-carousel-card-v1 .gws-carousel-card-item-asset-play-button{border-bottom:1.5729166667vw solid transparent;border-left:2.5vw solid #ec1c24;border-top:1.5729166667vw solid transparent}}@media screen and (max-width:767.9px){.gws-carousel-card-v1 .gws-carousel-card-item-asset-play-button{border-bottom:17.58px solid transparent;border-left:27.1px solid #ec1c24;border-top:17.58px solid transparent}}@media screen and (max-width:499.9px){.gws-carousel-card-v1 .gws-carousel-card-item-asset-play-button{border-bottom:3.4666666667vw solid transparent;border-left:5.3333333333vw solid #ec1c24;border-top:3.4666666667vw solid transparent}}.gws-carousel-card-v1 .gws-carousel-card-item-asset-play-button{display:none}.gws-carousel-card-v1 .gws-carousel-card-item-content{color:#000;padding:20px 0}.gws-carousel-card-v1 .gws-carousel-card-item-content-title{font-size:20px;line-height:28px}@media screen and (max-width:1920.9px){.gws-carousel-card-v1 .gws-carousel-card-item-content-title{font-size:calc(12px + .41667vw);line-height:calc(20px + .41667vw)}}@media screen and (max-width:1440.9px){.gws-carousel-card-v1 .gws-carousel-card-item-content-title{font-size:calc(11.07692px + .48077vw);line-height:calc(5.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.gws-carousel-card-v1 .gws-carousel-card-item-content-title{font-size:1.5625vw;line-height:1.953125vw}}@media screen and (max-width:767.9px){.gws-carousel-card-v1 .gws-carousel-card-item-content-title{font-size:26.6666666667px;height:unset;line-height:37.3333333333px}}@media screen and (max-width:499.9px){.gws-carousel-card-v1 .gws-carousel-card-item-content-title{font-size:5.3333333333vw;line-height:7.4666666667vw}}.gws-carousel-card-v1 .gws-carousel-card-item-content-title{font-weight:600;margin-bottom:12px;word-break:break-word}.gws-carousel-card-v1 .gws-carousel-card-item-content-desc{font-size:16px;line-height:24px}@media screen and (max-width:1920.9px){.gws-carousel-card-v1 .gws-carousel-card-item-content-desc{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.gws-carousel-card-v1 .gws-carousel-card-item-content-desc{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.gws-carousel-card-v1 .gws-carousel-card-item-content-desc{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:767.9px){.gws-carousel-card-v1 .gws-carousel-card-item-content-desc{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:499.9px){.gws-carousel-card-v1 .gws-carousel-card-item-content-desc{font-size:4.2666666667vw;line-height:6.4vw}}.gws-carousel-card-v1 .gws-carousel-card-item-content-desc{font-weight:400;word-break:break-word}.gws-carousel-card-v1 .gws-carousel-card-item-content .gws-carousel-card-item-content-desc.animate-init-state,.gws-carousel-card-v1 .gws-carousel-card-item-content .gws-carousel-card-item-content-title.animate-init-state{opacity:0;transform:translateY(2.0833333333vw)}.gws-carousel-card-v1 .gws-carousel-card-item-content .gws-carousel-card-item-content-desc.animate,.gws-carousel-card-v1 .gws-carousel-card-item-content .gws-carousel-card-item-content-title.animate{animation:fade-in 1s ease-out forwards;will-change:transform,opacity}@media screen and (max-width:1920.9px){.partial-display .gws-carousel-card-v1 .swiper-button-next:after,.partial-display .gws-carousel-card-v1 .swiper-button-prev:after{font-size:2.0833333333vw;line-height:2.0833333333vw}.partial-display .gws-carousel-card-v1 .swiper-button-prev{left:2.0833333333vw}.partial-display .gws-carousel-card-v1 .swiper-button-next{right:2.0833333333vw}.partial-display .gws-carousel-card-v1 .gws-carousel-card-item{width:48.9583333333vw}.partial-display .gws-carousel-card-v1 .gws-carousel-card-item-asset{height:34.375vw}.partial-display .gws-carousel-card-v1 .gws-carousel-card-item-content{padding:1.25vw 0 1.6666666667vw}.partial-display .gws-carousel-card-v1 .gws-carousel-card-item-content-title{margin-bottom:.8333333333vw}.gws-carousel-card-v1 .swiper-button-next:after,.gws-carousel-card-v1 .swiper-button-prev:after{font-size:1.25vw;line-height:1.25vw}.gws-carousel-card-v1 .swiper-button-prev{left:1.0416666667vw}.gws-carousel-card-v1 .swiper-button-next{right:1.0416666667vw}.gws-carousel-card-v1 .gws-carousel-card-item{width:calc(33.33333% - 1.66667vw)}.gws-carousel-card-v1 .gws-carousel-card-item-asset{height:16.6666666667vw}.gws-carousel-card-v1 .gws-carousel-card-item-content{padding:1.0416666667vw 0}.gws-carousel-card-v1 .gws-carousel-card-item-content-title{margin-bottom:.625vw}}@media screen and (max-width:767.9px){.partial-display .gws-carousel-card-v1 .swiper-wrapper{gap:21.333px}.partial-display .gws-carousel-card-v1 .gws-carousel-card-item{width:100%}.partial-display .gws-carousel-card-v1 .gws-carousel-card-item-asset{height:320px}.partial-display .gws-carousel-card-v1 .gws-carousel-card-item-content{padding:21.333px 0}.partial-display .gws-carousel-card-v1 .gws-carousel-card-item-content-title{margin-bottom:5.333px}.gws-carousel-card-v1 .swiper-wrapper{flex-direction:column;gap:16px}.gws-carousel-card-v1 .swiper-button-next,.gws-carousel-card-v1 .swiper-button-prev{display:none}.gws-carousel-card-v1 .gws-carousel-card-item{width:100%}.gws-carousel-card-v1 .gws-carousel-card-item-asset{height:266.667px}.gws-carousel-card-v1 .gws-carousel-card-item-asset-play-button{display:block}.gws-carousel-card-v1 .gws-carousel-card-item-content{padding:21.333px 0 26.667px}.gws-carousel-card-v1 .gws-carousel-card-item-content-title{margin-bottom:10.667px}}@media screen and (max-width:499.9px){.partial-display .gws-carousel-card-v1 .swiper-wrapper{gap:4.2666666667vw}.partial-display .gws-carousel-card-v1 .gws-carousel-card-item-asset{height:64vw}.partial-display .gws-carousel-card-v1 .gws-carousel-card-item-content{padding:4.2666666667vw 0}.partial-display .gws-carousel-card-v1 .gws-carousel-card-item-content-title{margin-bottom:1.0666666667vw}.gws-carousel-card-v1 .swiper-wrapper{gap:3.2vw}.gws-carousel-card-v1 .gws-carousel-card-item-asset{height:53.3333333333vw}.gws-carousel-card-v1 .gws-carousel-card-item-content{padding:4.2666666667vw 0 5.3333333333vw}.gws-carousel-card-v1 .gws-carousel-card-item-content-title{margin-bottom:2.1333333333vw}}.gws-carousel .c-gap-bottom{padding-bottom:0!important}.gws-carousel .c-gap-top{padding-top:0!important}.gws-carousel .swiper{overflow:hidden;position:relative}.gws-carousel .swiper .swiper-button-prev{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzEiIGhlaWdodD0iNDkiPjxkZWZzPjxmaWx0ZXIgaWQ9ImEiIHdpZHRoPSIxNTkuMiUiIGhlaWdodD0iMTMzLjklIiB4PSItMjkuNiUiIHk9Ii0xMi4xJSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94Ij48ZmVPZmZzZXQgZHk9IjIiIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRPdXRlcjEiLz48ZmVHYXVzc2lhbkJsdXIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIiBzdGREZXZpYXRpb249IjIiLz48ZmVDb2xvck1hdHJpeCBpbj0ic2hhZG93Qmx1ck91dGVyMSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjUgMCIvPjwvZmlsdGVyPjxwYXRoIGlkPSJiIiBkPSJNNDEuNjYgMTMuOSAyNi44ODggMjguNjUgNDEuNjYgNDMuNGwtMi45NTUgNS45LTIwLjY4LTIwLjY1TDM4LjcwNiA4eiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQgLTYpIj48dXNlIGZpbGw9IiMwMDAiIGZpbHRlcj0idXJsKCNhKSIgeGxpbms6aHJlZj0iI2IiLz48dXNlIGZpbGw9IiNFQzFDMjQiIHhsaW5rOmhyZWY9IiNiIi8+PC9nPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0tMTQtNmg1OS4wODR2NTlILTE0eiIvPjwvZz48L3N2Zz4=);background-size:100% 100%;left:5.5555555556vw;margin-top:-1.5277777778vw;top:50%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-carousel .swiper .swiper-button-prev{display:none;margin-top:-5.8666666667vw}}.gws-carousel .swiper .swiper-button-prev:after{display:none}.gws-carousel .swiper .swiper-button-next{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzEiIGhlaWdodD0iNDkiPjxkZWZzPjxmaWx0ZXIgaWQ9ImEiIHdpZHRoPSIxNTkuMiUiIGhlaWdodD0iMTMzLjklIiB4PSItMjkuNiUiIHk9Ii0xMi4xJSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94Ij48ZmVPZmZzZXQgZHk9IjIiIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRPdXRlcjEiLz48ZmVHYXVzc2lhbkJsdXIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIiBzdGREZXZpYXRpb249IjIiLz48ZmVDb2xvck1hdHJpeCBpbj0ic2hhZG93Qmx1ck91dGVyMSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjUgMCIvPjwvZmlsdGVyPjxwYXRoIGlkPSJiIiBkPSJNNDEuNjYgMTIuOSAyNi44ODggMjcuNjUgNDEuNjYgNDIuNGwtMi45NTUgNS45LTIwLjY4LTIwLjY1TDM4LjcwNiA3eiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIj48ZyB0cmFuc2Zvcm09InJvdGF0ZSgtMTgwIDIyLjU0MiAyNykiPjx1c2UgZmlsbD0iIzAwMCIgZmlsdGVyPSJ1cmwoI2EpIiB4bGluazpocmVmPSIjYiIvPjx1c2UgZmlsbD0iI0VDMUMyNCIgeGxpbms6aHJlZj0iI2IiLz48L2c+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTQ1LjA4NCA1NEgtMTRWLTVoNTkuMDg0eiIvPjwvZz48L3N2Zz4=);background-size:100% 100%;margin-top:-1.5277777778vw;right:5.5555555556vw;top:50%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-carousel .swiper .swiper-button-next{display:none;margin-top:-5.8666666667vw}}.gws-carousel .swiper .swiper-button-next:after{display:none}.gws-carousel .swiper .swiper-pagination{align-items:center;bottom:6.9444444444vw;display:none;justify-content:center;left:50%;line-height:0;position:absolute;text-align:center;transform:translateX(-50%);z-index:20}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-carousel .swiper .swiper-pagination{bottom:9.6vw;display:flex;justify-content:center}}.gws-carousel .swiper .swiper-pagination .swiper-pagination-bullet{background:none;border:1px solid #d4d4d4;border-radius:50%;font-size:0;height:.3472222222vw;margin:0 0 0 2.0833333333vw;padding:0;width:.3472222222vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-carousel .swiper .swiper-pagination .swiper-pagination-bullet{height:1.6vw;margin-left:5.3333333333vw;opacity:.8;width:1.6vw}.gws-carousel .swiper .swiper-pagination .swiper-pagination-bullet:first-child{margin-left:0}}.gws-carousel .swiper .swiper-pagination .swiper-pagination-bullet-active{background:#ec1c24;border:1px solid #d4d4d4;height:.6944444444vw;opacity:1;width:.6944444444vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-carousel .swiper .swiper-pagination .swiper-pagination-bullet-active{height:2.6666666667vw;width:2.6666666667vw}}html[dir=rtl] .gws-carousel .swiper .swiper-button-prev{left:unset;right:5.5555555556vw;transform:rotate(180deg)}html[dir=rtl] .gws-carousel .swiper .swiper-button-next{left:5.5555555556vw;right:unset;transform:rotate(180deg)}html[dir=rtl] .gws-carousel .swiper .swiper-pagination .swiper-pagination-bullet{margin-left:0;margin-right:2.0833333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .gws-carousel .swiper .swiper-pagination .swiper-pagination-bullet{margin-left:0;margin-right:5.3333333333vw}}.page-v2 .gws-carousel-style .gws-carousel{margin-left:auto;margin-right:auto;max-width:1920px}@media screen and (max-width:767.9px){.page-v2 .gws-carousel-style .gws-carousel{margin-left:auto;margin-right:auto;padding-left:unset;padding-right:unset;width:500px}}@media screen and (max-width:499.9px){.page-v2 .gws-carousel-style .gws-carousel{width:100%}}.page-v2 .gws-carousel-style .gws-carousel .swiper [class*=swiper-button]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:unset;color:#fff;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-size:32px;font-style:normal;height:32px;margin-top:unset;opacity:0;transform:translateY(-50%);transition:opacity .3s ease;width:32px}.page-v2 .gws-carousel-style .gws-carousel .swiper [class*=swiper-button]:before{content:""}@media screen and (max-width:1920.9px){.page-v2 .gws-carousel-style .gws-carousel .swiper [class*=swiper-button]{font-size:1.6666666667vw;height:1.6666666667vw;width:1.6666666667vw}}@media screen and (max-width:767.9px){.page-v2 .gws-carousel-style .gws-carousel .swiper [class*=swiper-button]{display:none}}.page-v2 .gws-carousel-style .gws-carousel .swiper .swiper-button-prev{left:120px}.page-v2 .gws-carousel-style .gws-carousel .swiper .swiper-button-prev:before{transform:rotate(-90deg)}@media screen and (max-width:1920.9px){.page-v2 .gws-carousel-style .gws-carousel .swiper .swiper-button-prev{left:6.25vw}}.page-v2 .gws-carousel-style .gws-carousel .swiper .swiper-button-next{right:120px}.page-v2 .gws-carousel-style .gws-carousel .swiper .swiper-button-next:before{transform:rotate(90deg)}@media screen and (max-width:1920.9px){.page-v2 .gws-carousel-style .gws-carousel .swiper .swiper-button-next{right:6.25vw}}.page-v2 .gws-carousel-style .gws-carousel .swiper .swiper-pagination{bottom:24px;display:flex;gap:0 24px}.page-v2 .gws-carousel-style .gws-carousel .swiper .swiper-pagination-bullet{background-color:#fff;border:0;border-radius:32px;height:10px;margin:unset;opacity:.5;width:10px}.page-v2 .gws-carousel-style .gws-carousel .swiper .swiper-pagination-bullet-active{opacity:1}@media screen and (max-width:1920.9px){.page-v2 .gws-carousel-style .gws-carousel .swiper .swiper-pagination{bottom:1.25vw;gap:0 1.25vw}.page-v2 .gws-carousel-style .gws-carousel .swiper .swiper-pagination-bullet{height:.5208333333vw;width:.5208333333vw}}@media screen and (max-width:767.9px){.page-v2 .gws-carousel-style .gws-carousel .swiper .swiper-pagination{bottom:26.67px;gap:0 26.67px}.page-v2 .gws-carousel-style .gws-carousel .swiper .swiper-pagination-bullet{height:10.67px;width:10.67px}}@media screen and (max-width:499.9px){.page-v2 .gws-carousel-style .gws-carousel .swiper .swiper-pagination{bottom:5.3333333333vw;gap:0 5.3333333333vw}.page-v2 .gws-carousel-style .gws-carousel .swiper .swiper-pagination-bullet{height:2.1333333333vw;width:2.1333333333vw}}.page-v2 .gws-carousel-style .gws-carousel:hover .swiper [class*=swiper-button]:not(.swiper-button-disabled){opacity:1}.page-v2 .gws-carousel-style .gws-carousel .gws-bannerV2_styles.c-gap-between .gws-bannerV2{margin-left:unset;margin-right:unset;padding-left:unset;padding-right:unset}.page-v2 .gws-carousel-style .gws-carousel[data-swiper-auto-play^=true] .swiper-pagination-control{align-items:center;display:flex;height:16px;justify-content:center;width:16px}.page-v2 .gws-carousel-style .gws-carousel[data-swiper-auto-play^=true] .swiper-pagination-control-start,.page-v2 .gws-carousel-style .gws-carousel[data-swiper-auto-play^=true] .swiper-pagination-control-stop{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-size:16px;font-style:normal}.page-v2 .gws-carousel-style .gws-carousel[data-swiper-auto-play^=true] .swiper-pagination-control-start:before{content:""}.page-v2 .gws-carousel-style .gws-carousel[data-swiper-auto-play^=true] .swiper-pagination-control-stop:before{content:""}@media screen and (max-width:1920.9px){.page-v2 .gws-carousel-style .gws-carousel[data-swiper-auto-play^=true] .swiper-pagination-control{height:.8333333333vw;width:.8333333333vw}.page-v2 .gws-carousel-style .gws-carousel[data-swiper-auto-play^=true] .swiper-pagination-control-start,.page-v2 .gws-carousel-style .gws-carousel[data-swiper-auto-play^=true] .swiper-pagination-control-stop{font-size:.8333333333vw}}@media screen and (max-width:767.9px){.page-v2 .gws-carousel-style .gws-carousel[data-swiper-auto-play^=true] .swiper-pagination-control{height:21.33px;width:21.33px}.page-v2 .gws-carousel-style .gws-carousel[data-swiper-auto-play^=true] .swiper-pagination-control-start,.page-v2 .gws-carousel-style .gws-carousel[data-swiper-auto-play^=true] .swiper-pagination-control-stop{font-size:21.33px}}@media screen and (max-width:499.9px){.page-v2 .gws-carousel-style .gws-carousel[data-swiper-auto-play^=true] .swiper-pagination-control{height:4.2666666667vw;width:4.2666666667vw}.page-v2 .gws-carousel-style .gws-carousel[data-swiper-auto-play^=true] .swiper-pagination-control-start,.page-v2 .gws-carousel-style .gws-carousel[data-swiper-auto-play^=true] .swiper-pagination-control-stop{font-size:4.2666666667vw}}.page-v2 .gws-carousel-style.c-gap-between .gws-carousel__container{margin-left:120px;margin-right:120px}@media screen and (max-width:1920.9px){.page-v2 .gws-carousel-style.c-gap-between .gws-carousel__container{margin-left:6.25vw;margin-right:6.25vw}}@media screen and (max-width:767.9px){.page-v2 .gws-carousel-style.c-gap-between .gws-carousel__container{margin-left:0;margin-right:0}}@media screen and (max-width:499.9px){.page-v2 .gws-carousel-style.c-gap-between .gws-carousel__container{right-prop:0;margin-left:0}}.page-v2 .gws-carousel-style.c-gap-between .gws-bannerV2__content{width:720px}@media screen and (max-width:1920.9px){.page-v2 .gws-carousel-style.c-gap-between .gws-bannerV2__content{width:37.5vw}}@media screen and (max-width:767.9px){.page-v2 .gws-carousel-style.c-gap-between .gws-bannerV2__content{width:unset}}.page-v2 .gws-carousel-style.c-gap-between .gws-bannerV2__content{left:120px;right:unset;top:50%;transform:translateY(-50%)}@media screen and (max-width:1920.9px){.page-v2 .gws-carousel-style.c-gap-between .gws-bannerV2__content{left:6.25vw}}.page-v2 .gws-carousel-style.c-gap-between .gws-bannerV2__content .gws-bannerV2__content__container{display:flex}@media screen and (max-width:767.9px){.page-v2 .gws-carousel-style.c-gap-between .gws-bannerV2__content{transform:unset}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 .gws-carousel-style.c-gap-between .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .gws-carousel-style.c-gap-between .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 .gws-carousel-style.c-gap-between .gws-bannerV2__content{top:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .gws-carousel-style.c-gap-between .gws-bannerV2__content{top:8.5333333333vw}}@media screen and (max-width:767.9px){.page-v2 .gws-carousel-style.c-gap-between .gws-bannerV2__content *{text-align:center}.page-v2 .gws-carousel-style.c-gap-between .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:center}}.page-v2 .gws-carousel-style.c-gap-between.c-text-position-left-top .gws-bannerV2__content{left:120px;right:unset;top:50%;transform:translateY(-50%)}@media screen and (max-width:1920.9px){.page-v2 .gws-carousel-style.c-gap-between.c-text-position-left-top .gws-bannerV2__content{left:6.25vw}}.page-v2 .gws-carousel-style.c-gap-between.c-text-position-left-top .gws-bannerV2__content .gws-bannerV2__content__container{display:flex}.page-v2 .gws-carousel-style.c-gap-between.c-text-position-left-center .gws-bannerV2__content{left:120px;right:unset;top:50%;transform:translateY(-50%)}@media screen and (max-width:1920.9px){.page-v2 .gws-carousel-style.c-gap-between.c-text-position-left-center .gws-bannerV2__content{left:6.25vw}}.page-v2 .gws-carousel-style.c-gap-between.c-text-position-left-center .gws-bannerV2__content .gws-bannerV2__content__container{align-items:center;display:flex}.page-v2 .gws-carousel-style.c-gap-between.c-text-position-left-bottom .gws-bannerV2__content{left:120px;right:unset;top:50%;transform:translateY(-50%)}@media screen and (max-width:1920.9px){.page-v2 .gws-carousel-style.c-gap-between.c-text-position-left-bottom .gws-bannerV2__content{left:6.25vw}}.page-v2 .gws-carousel-style.c-gap-between.c-text-position-left-bottom .gws-bannerV2__content .gws-bannerV2__content__container{align-items:flex-end;display:flex}.page-v2 .gws-carousel-style.c-gap-between.c-text-position-center-top .gws-bannerV2__content{left:50%;top:50%;transform:translateY(-50%);transform:translate(-50%,-50%)}.page-v2 .gws-carousel-style.c-gap-between.c-text-position-center-top .gws-bannerV2__content .gws-bannerV2__content__container{display:flex}.page-v2 .gws-carousel-style.c-gap-between.c-text-position-center-center .gws-bannerV2__content{left:50%;top:50%;transform:translateY(-50%);transform:translate(-50%,-50%)}.page-v2 .gws-carousel-style.c-gap-between.c-text-position-center-center .gws-bannerV2__content .gws-bannerV2__content__container{align-items:center;display:flex}.page-v2 .gws-carousel-style.c-gap-between.c-text-position-center-bottom .gws-bannerV2__content{left:50%;top:50%;transform:translateY(-50%);transform:translate(-50%,-50%)}.page-v2 .gws-carousel-style.c-gap-between.c-text-position-center-bottom .gws-bannerV2__content .gws-bannerV2__content__container{align-items:flex-end;display:flex}.page-v2 .gws-carousel-style.c-gap-between.c-text-position-right-top .gws-bannerV2__content{left:unset;right:120px;top:50%;transform:translateY(-50%)}@media screen and (max-width:1920.9px){.page-v2 .gws-carousel-style.c-gap-between.c-text-position-right-top .gws-bannerV2__content{right:6.25vw}}.page-v2 .gws-carousel-style.c-gap-between.c-text-position-right-top .gws-bannerV2__content .gws-bannerV2__content__container{display:flex}.page-v2 .gws-carousel-style.c-gap-between.c-text-position-right-center .gws-bannerV2__content{left:unset;right:120px;top:50%;transform:translateY(-50%)}@media screen and (max-width:1920.9px){.page-v2 .gws-carousel-style.c-gap-between.c-text-position-right-center .gws-bannerV2__content{right:6.25vw}}.page-v2 .gws-carousel-style.c-gap-between.c-text-position-right-center .gws-bannerV2__content .gws-bannerV2__content__container{align-items:center;display:flex}.page-v2 .gws-carousel-style.c-gap-between.c-text-position-right-bottom .gws-bannerV2__content{left:unset;right:120px;top:50%;transform:translateY(-50%)}@media screen and (max-width:1920.9px){.page-v2 .gws-carousel-style.c-gap-between.c-text-position-right-bottom .gws-bannerV2__content{right:6.25vw}}.page-v2 .gws-carousel-style.c-gap-between.c-text-position-right-bottom .gws-bannerV2__content .gws-bannerV2__content__container{align-items:flex-end;display:flex}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 .gws-carousel-style.c-gap-between[class*=c-text-in] .gws-bannerV2__content,.page-v2 .gws-carousel-style.c-gap-between[class*=c-text-position] .gws-bannerV2__content{transform:unset}}@media screen and (max-width:767.9px)and (max-width:767.9px)and (max-width:767.9px){.page-v2 .gws-carousel-style.c-gap-between[class*=c-text-in] .gws-bannerV2__content,.page-v2 .gws-carousel-style.c-gap-between[class*=c-text-position] .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:767.9px)and (max-width:499.9px){.page-v2 .gws-carousel-style.c-gap-between[class*=c-text-in] .gws-bannerV2__content,.page-v2 .gws-carousel-style.c-gap-between[class*=c-text-position] .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px)and (max-width:767.9px){.page-v2 .gws-carousel-style.c-gap-between[class*=c-text-in] .gws-bannerV2__content,.page-v2 .gws-carousel-style.c-gap-between[class*=c-text-position] .gws-bannerV2__content{top:42.67px}}@media screen and (max-width:767.9px)and (max-width:767.9px)and (max-width:499.9px){.page-v2 .gws-carousel-style.c-gap-between[class*=c-text-in] .gws-bannerV2__content,.page-v2 .gws-carousel-style.c-gap-between[class*=c-text-position] .gws-bannerV2__content{top:8.5333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 .gws-carousel-style.c-gap-between[class*=c-text-in] .gws-bannerV2__content *,.page-v2 .gws-carousel-style.c-gap-between[class*=c-text-position] .gws-bannerV2__content *{text-align:center}.page-v2 .gws-carousel-style.c-gap-between[class*=c-text-in] .gws-bannerV2__content .gws-bannerV2__content__actions,.page-v2 .gws-carousel-style.c-gap-between[class*=c-text-position] .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:center}}@media screen and (max-width:767.9px){.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-left-top .gws-bannerV2__content{transform:unset}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-left-top .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-left-top .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-left-top .gws-bannerV2__content{top:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-left-top .gws-bannerV2__content{top:8.5333333333vw}}@media screen and (max-width:767.9px){.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-left-top .gws-bannerV2__content *{text-align:left}.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-left-top .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:flex-start}.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-left-center .gws-bannerV2__content{left:unset;top:unset;top:50%;transform:translateY(-50%)}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-left-center .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-left-center .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px){.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-left-center .gws-bannerV2__content *{text-align:left}.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-left-center .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:flex-start}.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-left-bottom .gws-bannerV2__content{top:unset;transform:unset}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-left-bottom .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-left-bottom .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-left-bottom .gws-bannerV2__content{bottom:106.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-left-bottom .gws-bannerV2__content{bottom:21.3333333333vw}}@media screen and (max-width:767.9px){.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-left-bottom .gws-bannerV2__content *{text-align:left}.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-left-bottom .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:flex-start}.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-center-top .gws-bannerV2__content{transform:unset}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-center-top .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-center-top .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-center-top .gws-bannerV2__content{top:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-center-top .gws-bannerV2__content{top:8.5333333333vw}}@media screen and (max-width:767.9px){.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-center-top .gws-bannerV2__content *{text-align:center}.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-center-top .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:center}.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-center-center .gws-bannerV2__content{left:unset;top:unset;top:50%;transform:translateY(-50%)}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-center-center .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-center-center .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px){.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-center-center .gws-bannerV2__content *{text-align:center}.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-center-center .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:center}.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-center-bottom .gws-bannerV2__content{top:unset;transform:unset}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-center-bottom .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-center-bottom .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-center-bottom .gws-bannerV2__content{bottom:106.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-center-bottom .gws-bannerV2__content{bottom:21.3333333333vw}}@media screen and (max-width:767.9px){.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-center-bottom .gws-bannerV2__content *{text-align:center}.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-center-bottom .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:center}.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-right-top .gws-bannerV2__content{transform:unset}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-right-top .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-right-top .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-right-top .gws-bannerV2__content{top:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-right-top .gws-bannerV2__content{top:8.5333333333vw}}@media screen and (max-width:767.9px){.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-right-top .gws-bannerV2__content *{text-align:right}.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-right-top .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:flex-end}.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-right-center .gws-bannerV2__content{left:unset;top:unset;top:50%;transform:translateY(-50%)}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-right-center .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-right-center .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px){.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-right-center .gws-bannerV2__content *{text-align:right}.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-right-center .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:flex-end}.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-right-bottom .gws-bannerV2__content{top:unset;transform:unset}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-right-bottom .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-right-bottom .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-right-bottom .gws-bannerV2__content{bottom:106.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-right-bottom .gws-bannerV2__content{bottom:21.3333333333vw}}@media screen and (max-width:767.9px){.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-right-bottom .gws-bannerV2__content *{text-align:right}.page-v2 .gws-carousel-style.c-gap-between.c-m-text-position-right-bottom .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:flex-end}.page-v2 .gws-carousel-style.c-gap-between.c-text-in-top .gws-bannerV2__content{transform:unset}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 .gws-carousel-style.c-gap-between.c-text-in-top .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .gws-carousel-style.c-gap-between.c-text-in-top .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 .gws-carousel-style.c-gap-between.c-text-in-top .gws-bannerV2__content{top:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .gws-carousel-style.c-gap-between.c-text-in-top .gws-bannerV2__content{top:8.5333333333vw}}@media screen and (max-width:767.9px){.page-v2 .gws-carousel-style.c-gap-between.c-text-in-top .gws-bannerV2__content *{text-align:center}.page-v2 .gws-carousel-style.c-gap-between.c-text-in-top .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:center}.page-v2 .gws-carousel-style.c-gap-between.c-text-in-middle .gws-bannerV2__content{left:unset;top:unset;top:50%;transform:translateY(-50%)}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 .gws-carousel-style.c-gap-between.c-text-in-middle .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .gws-carousel-style.c-gap-between.c-text-in-middle .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px){.page-v2 .gws-carousel-style.c-gap-between.c-text-in-middle .gws-bannerV2__content *{text-align:center}.page-v2 .gws-carousel-style.c-gap-between.c-text-in-middle .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:center}.page-v2 .gws-carousel-style.c-gap-between.c-text-in-footer .gws-bannerV2__content{top:unset;transform:unset}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 .gws-carousel-style.c-gap-between.c-text-in-footer .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .gws-carousel-style.c-gap-between.c-text-in-footer .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 .gws-carousel-style.c-gap-between.c-text-in-footer .gws-bannerV2__content{bottom:106.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .gws-carousel-style.c-gap-between.c-text-in-footer .gws-bannerV2__content{bottom:21.3333333333vw}}@media screen and (max-width:767.9px){.page-v2 .gws-carousel-style.c-gap-between.c-text-in-footer .gws-bannerV2__content *{text-align:center}.page-v2 .gws-carousel-style.c-gap-between.c-text-in-footer .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:center}}.gws-category-navigation-v1{background:#f6f6f6;margin:auto;max-width:1920px;padding:32px 0}@media screen and (max-width:767.9px){.gws-category-navigation-v1{margin-left:auto;margin-right:auto;padding-left:unset;padding-right:unset;width:500px}}@media screen and (max-width:499.9px){.gws-category-navigation-v1{width:100%}}@media screen and (max-width:1920.9px){.gws-category-navigation-v1{padding:1.6666666667vw 0}}@media screen and (max-width:767.9px){.gws-category-navigation-v1{padding:21px 0}}@media screen and (max-width:499.9px){.gws-category-navigation-v1{padding:4.2666666667vw 0}}.gws-category-navigation-v1 .gws-category-navigation-box{margin-left:auto;margin-right:auto;width:1200px}@media screen and (max-width:1920.9px){.gws-category-navigation-v1 .gws-category-navigation-box{margin-left:18.75vw;margin-right:18.75vw;width:62.5vw}}@media screen and (max-width:767.9px){.gws-category-navigation-v1 .gws-category-navigation-box{margin-left:auto;margin-right:auto;padding-left:unset;padding-right:unset;width:457.33px}}@media screen and (max-width:499.9px){.gws-category-navigation-v1 .gws-category-navigation-box{width:calc(100% - 8.53333vw)}}.gws-category-navigation-v1 .gws-category-navigation-box{padding:0 48px;position:relative}@media screen and (max-width:1920.9px){.gws-category-navigation-v1 .gws-category-navigation-box{padding:0 2.5vw}}@media screen and (max-width:767.9px){.gws-category-navigation-v1 .gws-category-navigation-box{padding-left:21px!important;padding-right:54px!important}}@media screen and (max-width:499.9px){.gws-category-navigation-v1 .gws-category-navigation-box{padding-left:4.2666666667vw!important;padding-right:10.9333333333vw!important}}@media screen and (max-width:499.9px)and (max-width:767.9px){.gws-category-navigation-v1 .gws-category-navigation-box{margin-left:unset;margin-right:unset;max-width:unset;padding-left:max(0px,(100% - 457.33px)/2);padding-right:max(0px,(100% - 457.33px)/2);width:100%}}@media screen and (max-width:499.9px)and (max-width:499.9px){.gws-category-navigation-v1 .gws-category-navigation-box{padding-left:4.2666666667vw;padding-right:4.2666666667vw}}.gws-category-navigation-v1 .gws-category-navigation-box .swiper .category-item-center{justify-content:center}.gws-category-navigation-v1 .gws-category-navigation-box .category-item{align-items:center;display:flex;flex-direction:column;height:100%}.gws-category-navigation-v1 .gws-category-navigation-box .category-item .category-link{align-items:center;display:flex;flex-direction:column;width:100%}.gws-category-navigation-v1 .gws-category-navigation-box .category-item .img-placeholder{display:flex;height:80px;justify-content:center;margin-bottom:8px;width:80px}@media screen and (max-width:1920.9px){.gws-category-navigation-v1 .gws-category-navigation-box .category-item .img-placeholder{height:4.1666666667vw;margin-bottom:.4166666667vw;width:4.1666666667vw}}@media screen and (max-width:767.9px){.gws-category-navigation-v1 .gws-category-navigation-box .category-item .img-placeholder{height:64px;margin-bottom:5px;width:64px}}@media screen and (max-width:499.9px){.gws-category-navigation-v1 .gws-category-navigation-box .category-item .img-placeholder{height:12.8vw;margin-bottom:1.0666666667vw;width:12.8vw}}.gws-category-navigation-v1 .gws-category-navigation-box .category-item .img-placeholder img{max-height:100%;max-width:100%;object-fit:contain}.gws-category-navigation-v1 .gws-category-navigation-box .category-item .text{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:16px;line-height:24px;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:1920.9px){.gws-category-navigation-v1 .gws-category-navigation-box .category-item .text{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.gws-category-navigation-v1 .gws-category-navigation-box .category-item .text{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.gws-category-navigation-v1 .gws-category-navigation-box .category-item .text{font-size:1.3671875vw;line-height:1.7578125vw}}.gws-category-navigation-v1 .gws-category-navigation-box .category-item .text{color:#000;text-align:center;word-break:break-all}@media screen and (max-width:767.9px){.gws-category-navigation-v1 .gws-category-navigation-box .category-item .text{font-size:18.6666666667px;height:unset;line-height:29.3333333333px}}@media screen and (max-width:499.9px){.gws-category-navigation-v1 .gws-category-navigation-box .category-item .text{font-size:3.7333333333vw;line-height:5.8666666667vw}}.gws-category-navigation-v1 .gws-category-navigation-box .category-item .text{width:100%}@media screen and (max-width:767.9px){.gws-category-navigation-v1 .gws-category-navigation-box .category-item .text{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;padding:0 10px;text-overflow:ellipsis}}@media screen and (max-width:499.9px){.gws-category-navigation-v1 .gws-category-navigation-box .category-item .text{padding:0 2.1333333333vw}}.gws-category-navigation-v1 .gws-category-navigation-box .swiper-button-prev:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-style:normal;transform:rotate(-90deg);vertical-align:middle}.gws-category-navigation-v1 .gws-category-navigation-box .swiper-button-prev{justify-content:start;left:0}.gws-category-navigation-v1 .gws-category-navigation-box .swiper-button-next:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-style:normal;transform:rotate(90deg);vertical-align:middle}.gws-category-navigation-v1 .gws-category-navigation-box .swiper-button-next{justify-content:end;right:0}@media screen and (max-width:767.9px){.gws-category-navigation-v1 .gws-category-navigation-box .swiper-button-prev:after{margin-left:21px}}@media screen and (max-width:499.9px){.gws-category-navigation-v1 .gws-category-navigation-box .swiper-button-prev:after{margin-left:4.2666666667vw}}@media screen and (max-width:767.9px){.gws-category-navigation-v1 .gws-category-navigation-box .swiper-button-next:after{margin-right:21px}}@media screen and (max-width:499.9px){.gws-category-navigation-v1 .gws-category-navigation-box .swiper-button-next:after{margin-right:4.2666666667vw}}.gws-category-navigation-v1 .gws-category-navigation-box .swiper-btn-category{color:#e61e1e;font-size:24px;height:100%;margin-top:0;position:absolute;text-align:right;transform:translateY(-50%);width:48px}@media screen and (max-width:1920.9px){.gws-category-navigation-v1 .gws-category-navigation-box .swiper-btn-category{font-size:1.25vw;width:2.5vw}}@media screen and (max-width:767.9px){.gws-category-navigation-v1 .gws-category-navigation-box .swiper-btn-category{font-size:21px;width:40px}}@media screen and (max-width:499.9px){.gws-category-navigation-v1 .gws-category-navigation-box .swiper-btn-category{font-size:4.2666666667vw;width:8vw}}.gws-category-navigation-v1 .gws-category-navigation-box .category-item-block{display:flex}.gws-category-navigation-v1 .gws-category-navigation-box .swiper-button-disabled{opacity:0;pointer-events:none}.gws-category-navigation .gws-category-navigation-v1{background:none;padding:0}.gws-category-navigation .gws-category-navigation-v1 .gws-category-navigation-box{margin-left:auto;margin-right:auto;width:1680px}@media screen and (max-width:1920.9px){.gws-category-navigation .gws-category-navigation-v1 .gws-category-navigation-box{margin-left:6.25vw;margin-right:6.25vw;width:87.5vw}}@media screen and (max-width:767.9px){.gws-category-navigation .gws-category-navigation-v1 .gws-category-navigation-box{margin-left:auto;margin-right:auto;padding-left:unset;padding-right:unset;width:457.33px}}@media screen and (max-width:499.9px){.gws-category-navigation .gws-category-navigation-v1 .gws-category-navigation-box{width:calc(100% - 8.53333vw)}}.gws-category-navigation .gws-category-navigation-v1 .gws-category-navigation-box{padding:0!important}@media screen and (max-width:767.9px)and (max-width:767.9px){.gws-category-navigation .gws-category-navigation-v1 .gws-category-navigation-box{margin-left:auto;margin-right:auto;padding-left:unset;padding-right:unset;width:500px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.gws-category-navigation .gws-category-navigation-v1 .gws-category-navigation-box{width:100%}}@media screen and (max-width:767.9px){.gws-category-navigation .gws-category-navigation-v1 .gws-category-navigation-box .swiper-button-next,.gws-category-navigation .gws-category-navigation-v1 .gws-category-navigation-box .swiper-button-prev{display:none!important}}.gws-category-navigation .gws-category-navigation-v1 .swiper-button-next,.gws-category-navigation .gws-category-navigation-v1 .swiper-button-prev{display:none;width:56px}@media screen and (max-width:1920.9px){.gws-category-navigation .gws-category-navigation-v1 .swiper-button-next,.gws-category-navigation .gws-category-navigation-v1 .swiper-button-prev{width:2.9166666667vw}}.gws-category-navigation .gws-category-navigation-v1 .gws-category-navigation-box:hover .swiper-button-next,.gws-category-navigation .gws-category-navigation-v1 .gws-category-navigation-box:hover .swiper-button-prev{display:flex}.gws-category-navigation .gws-category-navigation-v1 .swiper-button-prev:after{margin-left:16px}@media screen and (max-width:1920.9px){.gws-category-navigation .gws-category-navigation-v1 .swiper-button-prev:after{margin-left:.8333333333vw}}.gws-category-navigation .gws-category-navigation-v1 .swiper-button-next:after{margin-right:16px}@media screen and (max-width:1920.9px){.gws-category-navigation .gws-category-navigation-v1 .swiper-button-next:after{margin-right:.8333333333vw}}.gws-category-navigation .gws-category-navigation-v1 .category-item{background:#f6f6f6;min-height:100%;padding:50px 40px 22px}@media screen and (max-width:1920.9px){.gws-category-navigation .gws-category-navigation-v1 .category-item{padding:2.6041666667vw 2.0833333333vw 1.1458333333vw}}@media screen and (max-width:767.9px){.gws-category-navigation .gws-category-navigation-v1 .category-item{padding:26.67px 21px!important}}@media screen and (max-width:767.9px)and (max-width:767.9px){.gws-category-navigation .gws-category-navigation-v1 .category-item{margin-left:auto;margin-right:auto;padding-left:unset;padding-right:unset;width:500px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.gws-category-navigation .gws-category-navigation-v1 .category-item{width:100%}}@media screen and (max-width:499.9px){.gws-category-navigation .gws-category-navigation-v1 .category-item{padding:5.3333333333vw 4.2666666667vw!important}}.gws-category-navigation .gws-category-navigation-v1 .category-item .img-placeholder{height:160px;margin-bottom:32px;width:160px}@media screen and (max-width:1920.9px){.gws-category-navigation .gws-category-navigation-v1 .category-item .img-placeholder{height:8.3333333333vw;margin-bottom:1.6666666667vw;width:8.3333333333vw}}@media screen and (max-width:767.9px){.gws-category-navigation .gws-category-navigation-v1 .category-item .img-placeholder{height:133px;margin-bottom:21px;width:133px}}@media screen and (max-width:499.9px){.gws-category-navigation .gws-category-navigation-v1 .category-item .img-placeholder{height:26.6666666667vw;margin-bottom:4.2666666667vw;width:26.6666666667vw}}.gws-category-navigation .gws-category-navigation-v1 .category-item .category-link{width:100%}.gws-category-navigation .gws-category-navigation-v1 .category-item .category-link .text{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#000;display:-webkit-box;font-size:20px;line-height:28px;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:1920.9px){.gws-category-navigation .gws-category-navigation-v1 .category-item .category-link .text{font-size:calc(12px + .41667vw);line-height:calc(20px + .41667vw)}}@media screen and (max-width:1440.9px){.gws-category-navigation .gws-category-navigation-v1 .category-item .category-link .text{font-size:calc(11.07692px + .48077vw);line-height:calc(5.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.gws-category-navigation .gws-category-navigation-v1 .category-item .category-link .text{font-size:1.5625vw;line-height:1.953125vw}}@media screen and (max-width:767.9px){.gws-category-navigation .gws-category-navigation-v1 .category-item .category-link .text{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:499.9px){.gws-category-navigation .gws-category-navigation-v1 .category-item .category-link .text{font-size:4.2666666667vw;line-height:6.4vw}}.gws-category-navigation .gws-category-navigation-v1 .category-item .category-link .text{min-height:56px}@media screen and (max-width:1920.9px){.gws-category-navigation .gws-category-navigation-v1 .category-item .category-link .text{min-height:2.9166666667vw}}@media screen and (max-width:767.9px){.gws-category-navigation .gws-category-navigation-v1 .category-item .category-link .text{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;min-height:auto;overflow:hidden;text-overflow:ellipsis}}@media screen and (max-width:499.9px){.gws-category-navigation .gws-category-navigation-v1 .category-item .category-link .text{min-height:auto}}.gws-category-navigation .gws-category-navigation-v1 .none-margin-left{margin-left:0}.gws-email-subscription-v2_desc{color:#7a7a7a;font-size:14px;line-height:22px}@media screen and (max-width:1920.9px){.gws-email-subscription-v2_desc{font-size:14px;line-height:22px}}@media screen and (max-width:1440.9px){.gws-email-subscription-v2_desc{font-size:calc(7.07692px + .48077vw);line-height:calc(1.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.gws-email-subscription-v2_desc{font-size:1.171875vw;line-height:1.5625vw}}@media screen and (max-width:767.9px){.gws-email-subscription-v2_desc{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:499.9px){.gws-email-subscription-v2_desc{font-size:4.2666666667vw;line-height:6.4vw}}.gws-email-subscription-v2_email-box{margin-top:16px;position:relative}@media screen and (max-width:1920.9px){.gws-email-subscription-v2_email-box{margin-top:.8333333333vw}}@media screen and (max-width:767.9px){.gws-email-subscription-v2_email-box{margin-top:21.33px}}@media screen and (max-width:499.9px){.gws-email-subscription-v2_email-box{margin-top:4.2666666667vw}}.gws-email-subscription-v2_email-input{border:none;border-bottom:1px solid #d4d4d4;font-size:16px;line-height:24px;padding:12px 0;width:100%}@media screen and (max-width:1920.9px){.gws-email-subscription-v2_email-input{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.gws-email-subscription-v2_email-input{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.gws-email-subscription-v2_email-input{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:767.9px){.gws-email-subscription-v2_email-input{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:499.9px){.gws-email-subscription-v2_email-input{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:1920.9px){.gws-email-subscription-v2_email-input{padding:.625vw 0}}@media screen and (max-width:767.9px){.gws-email-subscription-v2_email-input{padding:10.67px 0}}@media screen and (max-width:499.9px){.gws-email-subscription-v2_email-input{padding:2.1333333333vw}}.gws-email-subscription-v2_email-suggestion-mask{display:none}@media screen and (max-width:767.9px){.gws-email-subscription-v2_email-suggestion-mask{background:rgba(0,0,0,.5);bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:2}}.gws-email-subscription-v2_email-suggestion{background:#fff;position:absolute;width:100%;z-index:3}@media screen and (max-width:767.9px){.gws-email-subscription-v2_email-suggestion{bottom:0;left:0;position:fixed;right:0}}.gws-email-subscription-v2_email-suggestion-header{display:none}@media screen and (max-width:767.9px){.gws-email-subscription-v2_email-suggestion-header{display:block;padding:21.33px;text-align:right}}@media screen and (max-width:499.9px){.gws-email-subscription-v2_email-suggestion-header{padding:4.2666666667vw}}@media screen and (max-width:767.9px){.gws-email-subscription-v2_email-suggestion-body{display:none}}.gws-email-subscription-v2_email-suggestion-btn{word-wrap:break-word;cursor:pointer;display:inline-block;text-align:center;white-space:normal}.gws-email-subscription-v2_email-suggestion-btn[disabled]{pointer-events:none}.gws-email-subscription-v2_email-suggestion-btn[hidden]{display:none}.gws-email-subscription-v2_email-suggestion-btn:is(a:not([href])){cursor:default}.gws-email-subscription-v2_email-suggestion-btn{background-color:unset;color:#000}.gws-email-subscription-v2_email-suggestion-btn:hover{color:#ff0008}.gws-email-subscription-v2_email-suggestion-btn:active{color:#df0303}.gws-email-subscription-v2_email-suggestion-btn.tsws-btn--disabled,.gws-email-subscription-v2_email-suggestion-btn[disabled]{color:#d4d4d4}.gws-email-subscription-v2_email-suggestion-btn{font-weight:400}@media screen and (max-width:767.9px){.gws-email-subscription-v2_email-suggestion-btn{font-size:18.6666666667px;line-height:18.6666666667px}}@media screen and (max-width:499.9px){.gws-email-subscription-v2_email-suggestion-btn{font-size:3.7333333333vw;line-height:3.7333333333vw}}.gws-email-subscription-v2_email-suggestion-footer{display:none}@media screen and (max-width:767.9px){.gws-email-subscription-v2_email-suggestion-footer{display:block;padding:21.33px 42.66px}}@media screen and (max-width:499.9px){.gws-email-subscription-v2_email-suggestion-footer{padding:4.2666666667vw 8.5333333333vw}}@media screen and (max-width:767.9px){.gws-email-subscription-v2_email-suggestion-input{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:499.9px){.gws-email-subscription-v2_email-suggestion-input{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:767.9px){.gws-email-subscription-v2_email-suggestion-input{border:none;border-bottom:1px solid #d4d4d4;padding:10.67px 0;width:100%}}@media screen and (max-width:499.9px){.gws-email-subscription-v2_email-suggestion-input{padding:2.1333333333vw 0}}.gws-email-subscription-v2_email-suggestion ul{background:#fff;box-shadow:0 2px 20px 0 rgba(0,0,0,.15);max-height:168px;overflow-y:auto;padding:8px 16px;width:100%}@media screen and (max-width:1920.9px){.gws-email-subscription-v2_email-suggestion ul{max-height:8.75vw;padding:.4166666667vw .8333333333vw}}@media screen and (max-width:767.9px){.gws-email-subscription-v2_email-suggestion ul{border-bottom:1px solid #d4d4d4;box-shadow:none;max-height:300px;padding:0 42.67px}}@media screen and (max-width:499.9px){.gws-email-subscription-v2_email-suggestion ul{max-height:59.7333333333vw;padding:0 8.5333333333vw}}.gws-email-subscription-v2_email-suggestion ul li{font-size:14px;line-height:22px;padding:8px}@media screen and (max-width:1920.9px){.gws-email-subscription-v2_email-suggestion ul li{font-size:14px;line-height:22px}}@media screen and (max-width:1440.9px){.gws-email-subscription-v2_email-suggestion ul li{font-size:calc(7.07692px + .48077vw);line-height:calc(1.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.gws-email-subscription-v2_email-suggestion ul li{font-size:1.171875vw;line-height:1.5625vw}}@media screen and (max-width:767.9px){.gws-email-subscription-v2_email-suggestion ul li{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:499.9px){.gws-email-subscription-v2_email-suggestion ul li{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:1920.9px){.gws-email-subscription-v2_email-suggestion ul li{padding:.4166666667vw}}@media screen and (max-width:767.9px){.gws-email-subscription-v2_email-suggestion ul li{border-bottom:1px solid #d4d4d4;padding:21.33px 0}.gws-email-subscription-v2_email-suggestion ul li:last-child{border-bottom:none}}@media screen and (max-width:499.9px){.gws-email-subscription-v2_email-suggestion ul li{padding:4.2666666667vw 0}}.gws-email-subscription-v2_email-suggestion ul li:hover{background-color:#f6f6f6;cursor:pointer}.gws-email-subscription-v2_email-tips{font-size:14px;line-height:22px}@media screen and (max-width:1920.9px){.gws-email-subscription-v2_email-tips{font-size:14px;line-height:22px}}@media screen and (max-width:1440.9px){.gws-email-subscription-v2_email-tips{font-size:calc(7.07692px + .48077vw);line-height:calc(1.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.gws-email-subscription-v2_email-tips{font-size:1.171875vw;line-height:1.5625vw}}@media screen and (max-width:767.9px){.gws-email-subscription-v2_email-tips{font-size:18.6666666667px;height:unset;line-height:29.3333333333px}}@media screen and (max-width:499.9px){.gws-email-subscription-v2_email-tips{font-size:3.7333333333vw;line-height:5.8666666667vw}}.gws-email-subscription-v2_email-tips{color:#ec1c24}.gws-email-subscription-v2_captcha-box{margin-top:16px}@media screen and (max-width:1920.9px){.gws-email-subscription-v2_captcha-box{margin-top:.8333333333vw}}@media screen and (max-width:767.9px){.gws-email-subscription-v2_captcha-box{margin-top:16px}}@media screen and (max-width:499.9px){.gws-email-subscription-v2_captcha-box{margin-top:4.2666666667vw}}.gws-email-subscription-v2_captcha-code-box{align-items:center;border-bottom:1px solid #d4d4d4;display:flex;gap:16px;justify-content:space-between;padding:12px 0}@media screen and (max-width:1920.9px){.gws-email-subscription-v2_captcha-code-box{gap:.8333333333vw;padding:.625vw 0}}@media screen and (max-width:767.9px){.gws-email-subscription-v2_captcha-code-box{gap:10.66px;padding:10.37px 0}}@media screen and (max-width:499.9px){.gws-email-subscription-v2_captcha-code-box{gap:2.1333333333vw;padding:2.1333333333vw 0}}.gws-email-subscription-v2_captcha-code-box input{border:none;font-size:16px;line-height:24px;width:100%}@media screen and (max-width:1920.9px){.gws-email-subscription-v2_captcha-code-box input{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.gws-email-subscription-v2_captcha-code-box input{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.gws-email-subscription-v2_captcha-code-box input{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:767.9px){.gws-email-subscription-v2_captcha-code-box input{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:499.9px){.gws-email-subscription-v2_captcha-code-box input{font-size:4.2666666667vw;line-height:6.4vw}}.gws-email-subscription-v2_captcha-countdown{flex-shrink:0}.gws-email-subscription-v2_captcha-btn{word-wrap:break-word;cursor:pointer;display:inline-block;text-align:center;white-space:normal}.gws-email-subscription-v2_captcha-btn[disabled]{pointer-events:none}.gws-email-subscription-v2_captcha-btn[hidden]{display:none}.gws-email-subscription-v2_captcha-btn:is(a:not([href])){cursor:default}.gws-email-subscription-v2_captcha-btn{background-color:unset;color:#000}.gws-email-subscription-v2_captcha-btn:hover{color:#ff0008}.gws-email-subscription-v2_captcha-btn:active{color:#df0303}.gws-email-subscription-v2_captcha-btn.tsws-btn--disabled,.gws-email-subscription-v2_captcha-btn[disabled]{color:#d4d4d4}.gws-email-subscription-v2_captcha-btn{font-size:16px;line-height:16px}@media screen and (max-width:1920.9px){.gws-email-subscription-v2_captcha-btn{font-size:calc(8px + .41667vw);line-height:calc(8px + .41667vw)}}@media screen and (max-width:1440.9px){.gws-email-subscription-v2_captcha-btn{font-size:calc(7.07692px + .48077vw);line-height:calc(7.07692px + .48077vw)}}@media screen and (max-width:1024.9px){.gws-email-subscription-v2_captcha-btn{font-size:1.171875vw;line-height:1.171875vw}}.gws-email-subscription-v2_captcha-btn{font-weight:400}@media screen and (max-width:767.9px){.gws-email-subscription-v2_captcha-btn{font-size:18.6666666667px;line-height:18.6666666667px}}@media screen and (max-width:499.9px){.gws-email-subscription-v2_captcha-btn{font-size:3.7333333333vw;line-height:3.7333333333vw}}.gws-email-subscription-v2_countdown{font-size:16px;line-height:24px}@media screen and (max-width:1920.9px){.gws-email-subscription-v2_countdown{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.gws-email-subscription-v2_countdown{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.gws-email-subscription-v2_countdown{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:767.9px){.gws-email-subscription-v2_countdown{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:499.9px){.gws-email-subscription-v2_countdown{font-size:4.2666666667vw;line-height:6.4vw}}.gws-email-subscription-v2_countdown{color:#d4d4d4}.gws-email-subscription-v2_captcha-btn-disabled{color:#7a7a7a;cursor:not-allowed;pointer-events:none}.gws-email-subscription-v2_captcha-btn-disabled:hover{color:#7a7a7a}.gws-email-subscription-v2_captcha-tips{font-size:14px;line-height:22px}@media screen and (max-width:1920.9px){.gws-email-subscription-v2_captcha-tips{font-size:14px;line-height:22px}}@media screen and (max-width:1440.9px){.gws-email-subscription-v2_captcha-tips{font-size:calc(7.07692px + .48077vw);line-height:calc(1.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.gws-email-subscription-v2_captcha-tips{font-size:1.171875vw;line-height:1.5625vw}}@media screen and (max-width:767.9px){.gws-email-subscription-v2_captcha-tips{font-size:18.6666666667px;height:unset;line-height:29.3333333333px}}@media screen and (max-width:499.9px){.gws-email-subscription-v2_captcha-tips{font-size:3.7333333333vw;line-height:5.8666666667vw}}.gws-email-subscription-v2_captcha-tips{color:#ec1c24}.gws-email-subscription-v2_agree-treaty{display:flex;gap:8px;margin-top:16px}@media screen and (max-width:1920.9px){.gws-email-subscription-v2_agree-treaty{gap:.4166666667vw;margin-top:.8333333333vw}}@media screen and (max-width:767.9px){.gws-email-subscription-v2_agree-treaty{gap:10.66px;margin-top:21.33px}}@media screen and (max-width:499.9px){.gws-email-subscription-v2_agree-treaty{gap:2.1333333333vw;margin-top:4.2666666667vw}}.gws-email-subscription-v2_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 #d4d4d4;border-radius:2px;cursor:pointer;display:flex;flex-shrink:0;height:16px;justify-content:center;margin-top:2px;position:relative;width:16px}@media screen and (max-width:1920.9px){.gws-email-subscription-v2_agree-treaty input[type=checkbox]{border-radius:.1041666667vw;height:.8333333333vw;margin-top:.1041666667vw;width:.8333333333vw}}@media screen and (max-width:767.9px){.gws-email-subscription-v2_agree-treaty input[type=checkbox]{border-radius:2.67px;height:21.33px;margin-top:2px;width:21.33px}}@media screen and (max-width:499.9px){.gws-email-subscription-v2_agree-treaty input[type=checkbox]{border-radius:.5333333333vw;height:4.2666666667vw;margin-top:.5333333333vw;width:4.2666666667vw}}.gws-email-subscription-v2_agree-treaty input[type=checkbox]:checked{background-color:#ec1c24;border-color:#ec1c24}.gws-email-subscription-v2_agree-treaty input[type=checkbox]:checked:after{border:2px solid #fff;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:1920.9px){.gws-email-subscription-v2_agree-treaty input[type=checkbox]:checked:after{height:.4166666667vw;width:.2083333333vw}}@media screen and (max-width:767.9px){.gws-email-subscription-v2_agree-treaty input[type=checkbox]:checked:after{border-width:2px;height:8px;width:4px}}@media screen and (max-width:499.9px){.gws-email-subscription-v2_agree-treaty input[type=checkbox]:checked:after{border-width:.5333333333vw;height:2.1333333333vw;width:1.0666666667vw}}.gws-email-subscription-v2_agree-treaty label{font-size:14px;line-height:22px}@media screen and (max-width:1920.9px){.gws-email-subscription-v2_agree-treaty label{font-size:14px;line-height:22px}}@media screen and (max-width:1440.9px){.gws-email-subscription-v2_agree-treaty label{font-size:calc(7.07692px + .48077vw);line-height:calc(1.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.gws-email-subscription-v2_agree-treaty label{font-size:1.171875vw;line-height:1.5625vw}}@media screen and (max-width:767.9px){.gws-email-subscription-v2_agree-treaty label{font-size:18.6666666667px;height:unset;line-height:29.3333333333px}}@media screen and (max-width:499.9px){.gws-email-subscription-v2_agree-treaty label{font-size:3.7333333333vw;line-height:5.8666666667vw}}.gws-email-subscription-v2_agree-treaty label{color:#7a7a7a}.gws-email-subscription-v2_agree-treaty label a{color:#000;text-decoration:underline}.gws-email-subscription-v2_submit-box{margin-top:16px;text-align:right}@media screen and (max-width:1920.9px){.gws-email-subscription-v2_submit-box{margin-top:.8333333333vw}}@media screen and (max-width:767.9px){.gws-email-subscription-v2_submit-box{margin-top:21.33px;text-align:center}}@media screen and (max-width:499.9px){.gws-email-subscription-v2_submit-box{margin-top:4.2666666667vw}}.gws-email-subscription-v2_submit-btn{font-size:16px;line-height:16px;min-width:83px;padding:12px 24px}@media screen and (max-width:1920.9px){.gws-email-subscription-v2_submit-btn{font-size:calc(8px + .41667vw);line-height:calc(8px + .41667vw);min-width:calc(35px + 2.5vw);padding:calc(4px + .41667vw) calc(8px + .83333vw)}}@media screen and (max-width:1440.9px){.gws-email-subscription-v2_submit-btn{font-size:calc(7.07692px + .48077vw);line-height:calc(7.07692px + .48077vw);min-width:calc(15.61538px + 3.84615vw);padding:calc(3.07692px + .48077vw) calc(-.76923px + 1.44231vw)}}@media screen and (max-width:1024.9px){.gws-email-subscription-v2_submit-btn{font-size:1.171875vw;line-height:1.171875vw;min-width:5.37109375vw;padding:.78125vw 1.36719vw}}.gws-email-subscription-v2_submit-btn{font-weight:400}@media screen and (max-width:767.9px){.gws-email-subscription-v2_submit-btn{font-size:18.6666666667px;line-height:18.6666666667px;min-width:84px;padding:12px 21.3333333333px}}@media screen and (max-width:499.9px){.gws-email-subscription-v2_submit-btn{font-size:3.7333333333vw;line-height:3.7333333333vw;min-width:16.8vw;padding:2.4vw 4.26667vw}}.gws-email-subscription-v2_submit-btn{word-wrap:break-word;cursor:pointer;display:inline-block;text-align:center;white-space:normal}.gws-email-subscription-v2_submit-btn[disabled]{pointer-events:none}.gws-email-subscription-v2_submit-btn[hidden]{display:none}.gws-email-subscription-v2_submit-btn:is(a:not([href])){cursor:default}.gws-email-subscription-v2_submit-btn{background:unset;border:1px solid #000;color:#000}.gws-email-subscription-v2_submit-btn:hover{border-color:#ff0008;color:#ff0008}.gws-email-subscription-v2_submit-btn:active{border-color:#df0303;color:#df0303}.gws-email-subscription-v2_submit-btn.tsws-btn--disabled,.gws-email-subscription-v2_submit-btn[disabled]{border-color:#d4d4d4;color:#d4d4d4}@media screen and (max-width:767.9px){.gws-email-subscription-v2_submit-btn{width:100%}}.gws-email-subscription-v2_hidden{display:none}.tsws-faq-detail-wrapper{margin-left:auto;margin-right:auto;width:1200px}@media screen and (max-width:1920.9px){.tsws-faq-detail-wrapper{margin-left:18.75vw;margin-right:18.75vw;width:62.5vw}}@media screen and (max-width:767.9px){.tsws-faq-detail-wrapper{margin-left:auto;margin-right:auto;padding-left:unset;padding-right:unset;width:457.33px}}@media screen and (max-width:499.9px){.tsws-faq-detail-wrapper{width:calc(100% - 8.53333vw)}}.tsws-faq-detail-wrapper{color:#000}.tsws-faq-detail-wrapper-title{font-size:36px;font-weight:600;line-height:44px}@media screen and (max-width:1920.9px){.tsws-faq-detail-wrapper-title{font-size:calc(12px + 1.25vw);line-height:calc(20px + 1.25vw)}}@media screen and (max-width:1440.9px){.tsws-faq-detail-wrapper-title{font-size:calc(9.23077px + 1.44231vw);line-height:calc(3.38462px + 2.40385vw)}}@media screen and (max-width:1024.9px){.tsws-faq-detail-wrapper-title{font-size:2.34375vw;line-height:2.734375vw}}@media screen and (max-width:767.9px){.tsws-faq-detail-wrapper-title{font-size:32px;height:unset;line-height:42.6666666667px}}@media screen and (max-width:499.9px){.tsws-faq-detail-wrapper-title{font-size:6.4vw;line-height:8.5333333333vw}}.tsws-faq-detail-wrapper-desc{font-size:16px;line-height:24px;margin-top:40px}@media screen and (max-width:1920.9px){.tsws-faq-detail-wrapper-desc{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.tsws-faq-detail-wrapper-desc{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-faq-detail-wrapper-desc{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:767.9px){.tsws-faq-detail-wrapper-desc{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:499.9px){.tsws-faq-detail-wrapper-desc{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:1920.9px){.tsws-faq-detail-wrapper-desc{margin-top:2.0833333333vw}}@media screen and (max-width:767.9px){.tsws-faq-detail-wrapper-desc{margin-top:42.67px}}@media screen and (max-width:499.9px){.tsws-faq-detail-wrapper-desc{margin-top:8.5333333333vw}}.tsws-faq-detail-wrapper-desc a{text-decoration:underline}.tsws-faq-detail-wrapper-desc a:hover{color:#e61e1e}.tsws-faq-detail-wrapper-desc video{cursor:pointer;display:block;height:auto;width:100%}.tsws-faq-detail-wrapper-desc h1{font-size:36px;font-weight:600;line-height:44px;margin:0;padding:0 0 40px}@media screen and (max-width:1920.9px){.tsws-faq-detail-wrapper-desc h1{font-size:calc(12px + 1.25vw);line-height:calc(20px + 1.25vw)}}@media screen and (max-width:1440.9px){.tsws-faq-detail-wrapper-desc h1{font-size:calc(9.23077px + 1.44231vw);line-height:calc(3.38462px + 2.40385vw)}}@media screen and (max-width:1024.9px){.tsws-faq-detail-wrapper-desc h1{font-size:2.34375vw;line-height:2.734375vw}}@media screen and (max-width:767.9px){.tsws-faq-detail-wrapper-desc h1{font-size:32px;height:unset;line-height:42.6666666667px}}@media screen and (max-width:499.9px){.tsws-faq-detail-wrapper-desc h1{font-size:6.4vw;line-height:8.5333333333vw}}@media screen and (max-width:1920.9px){.tsws-faq-detail-wrapper-desc h1{padding-bottom:2.0833333333vw}}@media screen and (max-width:767.9px){.tsws-faq-detail-wrapper-desc h1{padding-bottom:42.67px}}@media screen and (max-width:499.9px){.tsws-faq-detail-wrapper-desc h1{padding-bottom:8.5333333333vw}}.tsws-faq-detail-wrapper-desc h2{font-size:36px;font-weight:600;line-height:44px;margin:0;padding:0 0 40px}@media screen and (max-width:1920.9px){.tsws-faq-detail-wrapper-desc h2{font-size:calc(12px + 1.25vw);line-height:calc(20px + 1.25vw)}}@media screen and (max-width:1440.9px){.tsws-faq-detail-wrapper-desc h2{font-size:calc(9.23077px + 1.44231vw);line-height:calc(3.38462px + 2.40385vw)}}@media screen and (max-width:1024.9px){.tsws-faq-detail-wrapper-desc h2{font-size:2.34375vw;line-height:2.734375vw}}@media screen and (max-width:767.9px){.tsws-faq-detail-wrapper-desc h2{font-size:32px;height:unset;line-height:42.6666666667px}}@media screen and (max-width:499.9px){.tsws-faq-detail-wrapper-desc h2{font-size:6.4vw;line-height:8.5333333333vw}}@media screen and (max-width:1920.9px){.tsws-faq-detail-wrapper-desc h2{padding-bottom:2.0833333333vw}}@media screen and (max-width:767.9px){.tsws-faq-detail-wrapper-desc h2{padding-bottom:42.67px}}@media screen and (max-width:499.9px){.tsws-faq-detail-wrapper-desc h2{padding-bottom:8.5333333333vw}}.tsws-faq-detail-wrapper-desc h3{font-size:32px;font-weight:600;line-height:40px;margin:0;padding:0 0 40px}@media screen and (max-width:1920.9px){.tsws-faq-detail-wrapper-desc h3{font-size:calc(8px + 1.25vw);line-height:calc(16px + 1.25vw)}}@media screen and (max-width:1440.9px){.tsws-faq-detail-wrapper-desc h3{font-size:calc(12.15385px + .96154vw);line-height:calc(6.30769px + 1.92308vw)}}@media screen and (max-width:1024.9px){.tsws-faq-detail-wrapper-desc h3{font-size:2.1484375vw;line-height:2.5390625vw}}@media screen and (max-width:767.9px){.tsws-faq-detail-wrapper-desc h3{font-size:29.3333333333px;height:unset;line-height:40px}}@media screen and (max-width:499.9px){.tsws-faq-detail-wrapper-desc h3{font-size:5.8666666667vw;line-height:8vw}}@media screen and (max-width:1920.9px){.tsws-faq-detail-wrapper-desc h3{padding-bottom:2.0833333333vw}}@media screen and (max-width:767.9px){.tsws-faq-detail-wrapper-desc h3{padding-bottom:42.67px}}@media screen and (max-width:499.9px){.tsws-faq-detail-wrapper-desc h3{padding-bottom:8.5333333333vw}}.tsws-faq-detail-wrapper-desc h4{font-size:28px;font-weight:600;line-height:36px;margin:0;padding:0 0 40px}@media screen and (max-width:1920.9px){.tsws-faq-detail-wrapper-desc h4{font-size:calc(12px + .83333vw);line-height:calc(20px + .83333vw)}}@media screen and (max-width:1440.9px){.tsws-faq-detail-wrapper-desc h4{font-size:calc(10.15385px + .96154vw);line-height:calc(18.15385px + .96154vw)}}@media screen and (max-width:1024.9px){.tsws-faq-detail-wrapper-desc h4{font-size:1.953125vw;line-height:2.734375vw}}@media screen and (max-width:767.9px){.tsws-faq-detail-wrapper-desc h4{font-size:26.6666666667px;height:unset;line-height:37.3333333333px}}@media screen and (max-width:499.9px){.tsws-faq-detail-wrapper-desc h4{font-size:5.3333333333vw;line-height:7.4666666667vw}}@media screen and (max-width:1920.9px){.tsws-faq-detail-wrapper-desc h4{padding-bottom:2.0833333333vw}}@media screen and (max-width:767.9px){.tsws-faq-detail-wrapper-desc h4{padding-bottom:42.67px}}@media screen and (max-width:499.9px){.tsws-faq-detail-wrapper-desc h4{padding-bottom:8.5333333333vw}}.tsws-faq-detail-wrapper-desc h5{font-size:24px;font-weight:600;line-height:32px;margin:0;padding:0 0 40px}@media screen and (max-width:1920.9px){.tsws-faq-detail-wrapper-desc h5{font-size:calc(8px + .83333vw);line-height:calc(16px + .83333vw)}}@media screen and (max-width:1440.9px){.tsws-faq-detail-wrapper-desc h5{font-size:calc(6.15385px + .96154vw);line-height:calc(.30769px + 1.92308vw)}}@media screen and (max-width:1024.9px){.tsws-faq-detail-wrapper-desc h5{font-size:1.5625vw;line-height:1.953125vw}}@media screen and (max-width:767.9px){.tsws-faq-detail-wrapper-desc h5{font-size:24px;height:unset;line-height:34.6666666667px}}@media screen and (max-width:499.9px){.tsws-faq-detail-wrapper-desc h5{font-size:4.8vw;line-height:6.9333333333vw}}@media screen and (max-width:1920.9px){.tsws-faq-detail-wrapper-desc h5{padding-bottom:2.0833333333vw}}@media screen and (max-width:767.9px){.tsws-faq-detail-wrapper-desc h5{padding-bottom:42.67px}}@media screen and (max-width:499.9px){.tsws-faq-detail-wrapper-desc h5{padding-bottom:8.5333333333vw}}.tsws-faq-detail-wrapper-desc h6{font-size:20px;font-weight:600;line-height:28px;margin:0;padding:0 0 40px}@media screen and (max-width:1920.9px){.tsws-faq-detail-wrapper-desc h6{font-size:calc(12px + .41667vw);line-height:calc(20px + .41667vw)}}@media screen and (max-width:1440.9px){.tsws-faq-detail-wrapper-desc h6{font-size:calc(11.07692px + .48077vw);line-height:calc(5.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-faq-detail-wrapper-desc h6{font-size:1.5625vw;line-height:1.953125vw}}@media screen and (max-width:767.9px){.tsws-faq-detail-wrapper-desc h6{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:499.9px){.tsws-faq-detail-wrapper-desc h6{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:1920.9px){.tsws-faq-detail-wrapper-desc h6{padding-bottom:2.0833333333vw}}@media screen and (max-width:767.9px){.tsws-faq-detail-wrapper-desc h6{padding-bottom:42.67px}}@media screen and (max-width:499.9px){.tsws-faq-detail-wrapper-desc h6{padding-bottom:8.5333333333vw}}.tsws-faq-detail-wrapper-desc p{color:#000;font-size:inherit;font-weight:400;line-height:inherit;margin:0;padding:0 0 32px}@media screen and (max-width:1920.9px){.tsws-faq-detail-wrapper-desc p{padding-bottom:1.6666666667vw}}@media screen and (max-width:767.9px){.tsws-faq-detail-wrapper-desc p{padding-bottom:32px}}@media screen and (max-width:499.9px){.tsws-faq-detail-wrapper-desc p{padding-bottom:6.4vw}}.tsws-faq-detail-wrapper-desc div{font-size:20px;line-height:28px}@media screen and (max-width:1920.9px){.tsws-faq-detail-wrapper-desc div{font-size:calc(12px + .41667vw);line-height:calc(20px + .41667vw)}}@media screen and (max-width:1440.9px){.tsws-faq-detail-wrapper-desc div{font-size:calc(11.07692px + .48077vw);line-height:calc(5.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-faq-detail-wrapper-desc div{font-size:1.5625vw;line-height:1.953125vw}}@media screen and (max-width:767.9px){.tsws-faq-detail-wrapper-desc div{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:499.9px){.tsws-faq-detail-wrapper-desc div{font-size:4.2666666667vw;line-height:6.4vw}}.tsws-faq-detail-wrapper-desc div{color:#000;font-weight:400;margin:0;padding:0 0 40px}@media screen and (max-width:1920.9px){.tsws-faq-detail-wrapper-desc div{padding-bottom:2.0833333333vw}}@media screen and (max-width:767.9px){.tsws-faq-detail-wrapper-desc div{padding-bottom:42.67px}}@media screen and (max-width:499.9px){.tsws-faq-detail-wrapper-desc div{padding-bottom:8.5333333333vw}}.tsws-faq-detail-wrapper-desc article{font-size:16px;line-height:24px}@media screen and (max-width:1920.9px){.tsws-faq-detail-wrapper-desc article{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.tsws-faq-detail-wrapper-desc article{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-faq-detail-wrapper-desc article{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:767.9px){.tsws-faq-detail-wrapper-desc article{font-size:18.6666666667px;height:unset;line-height:29.3333333333px}}@media screen and (max-width:499.9px){.tsws-faq-detail-wrapper-desc article{font-size:3.7333333333vw;line-height:5.8666666667vw}}.tsws-faq-detail-wrapper-desc article{margin:0;padding:0 0 40px}@media screen and (max-width:1920.9px){.tsws-faq-detail-wrapper-desc article{padding-bottom:2.0833333333vw}}@media screen and (max-width:767.9px){.tsws-faq-detail-wrapper-desc article{padding-bottom:42.67px}}@media screen and (max-width:499.9px){.tsws-faq-detail-wrapper-desc article{padding-bottom:8.5333333333vw}}.tsws-faq-detail-wrapper-desc sup{vertical-align:text-top}.tsws-faq-detail-wrapper-desc img{display:block}.tsws-faq-detail-wrapper-desc ol{counter-reset:counter-name;font-size:inherit;font-weight:400;line-height:inherit;margin:0;padding:0 0 40px}@media screen and (max-width:1920.9px){.tsws-faq-detail-wrapper-desc ol{padding-bottom:2.0833333333vw}}@media screen and (max-width:767.9px){.tsws-faq-detail-wrapper-desc ol{padding-bottom:42.67px}}@media screen and (max-width:499.9px){.tsws-faq-detail-wrapper-desc ol{padding-bottom:8.5333333333vw}}.tsws-faq-detail-wrapper-desc ol li{font-size:inherit;line-height:inherit;list-style:none;padding-bottom:16px;padding-left:28px;position:relative}.tsws-faq-detail-wrapper-desc ol li:before{color:#000;content:counter(counter-name,decimal-leading-zero);counter-increment:counter-name;font-size:16px;font-weight:400;left:0;line-height:24px;position:absolute;top:0}@media screen and (max-width:1920.9px){.tsws-faq-detail-wrapper-desc ol li:before{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.tsws-faq-detail-wrapper-desc ol li:before{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-faq-detail-wrapper-desc ol li:before{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:767.9px){.tsws-faq-detail-wrapper-desc ol li:before{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:499.9px){.tsws-faq-detail-wrapper-desc ol li:before{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:1920.9px){.tsws-faq-detail-wrapper-desc ol li{padding-bottom:.8333333333vw;padding-left:1.4583333333vw}}@media screen and (max-width:767.9px){.tsws-faq-detail-wrapper-desc ol li{padding-bottom:16px;padding-left:37.34px}}@media screen and (max-width:499.9px){.tsws-faq-detail-wrapper-desc ol li{padding-bottom:3.2vw;padding-left:7.4666666667vw}}.tsws-faq-detail-wrapper-desc ol>:last-child{margin-bottom:0!important;padding-bottom:0!important}.tsws-faq-detail-wrapper-desc ul{font-size:inherit;font-weight:400;line-height:inherit;list-style:none;margin:0;padding:0 0 40px}@media screen and (max-width:1920.9px){.tsws-faq-detail-wrapper-desc ul{padding-bottom:2.0833333333vw}}@media screen and (max-width:767.9px){.tsws-faq-detail-wrapper-desc ul{padding-bottom:42.67px}}@media screen and (max-width:499.9px){.tsws-faq-detail-wrapper-desc ul{padding-bottom:8.5333333333vw}}.tsws-faq-detail-wrapper-desc ul li{font-size:inherit;list-style:none;padding-bottom:16px;padding-left:28px;position:relative}.tsws-faq-detail-wrapper-desc ul li:before{background-color:#000;border-radius:0;content:"";height:4px;left:8px;position:absolute;top:10px;width:4px}@media screen and (max-width:1920.9px){.tsws-faq-detail-wrapper-desc ul li:before{top:10px}}@media screen and (max-width:1440.9px){.tsws-faq-detail-wrapper-desc ul li:before{top:calc(3.07692px + .48077vw)}}@media screen and (max-width:1024.9px){.tsws-faq-detail-wrapper-desc ul li:before{top:.78125vw}}@media screen and (max-width:1920.9px){.tsws-faq-detail-wrapper-desc ul li{padding-bottom:.8333333333vw;padding-left:1.4583333333vw}.tsws-faq-detail-wrapper-desc ul li:before{height:.2083333333vw;left:.4166666667vw;width:.2083333333vw}}@media screen and (max-width:767.9px){.tsws-faq-detail-wrapper-desc ul li{padding-bottom:16px;padding-left:37.34px}.tsws-faq-detail-wrapper-desc ul li:before{height:5.33px;left:10.67px;top:14px;width:5.33px}}@media screen and (max-width:499.9px){.tsws-faq-detail-wrapper-desc ul li{padding-bottom:3.2vw;padding-left:7.4666666667vw}.tsws-faq-detail-wrapper-desc ul li:before{height:1.0666666667vw;left:2.1333333333vw;top:2.6666666667vw;width:1.0666666667vw}}.tsws-faq-detail-wrapper-desc ul>:last-child{margin-bottom:0!important;padding-bottom:0!important}.tsws-faq-detail-wrapper-desc .table-container{margin:0 0 40px;padding:0}@media screen and (max-width:1920.9px){.tsws-faq-detail-wrapper-desc .table-container{margin-bottom:2.0833333333vw}}@media screen and (max-width:767.9px){.tsws-faq-detail-wrapper-desc .table-container{margin-bottom:42.67px}}@media screen and (max-width:499.9px){.tsws-faq-detail-wrapper-desc .table-container{margin-bottom:8.5333333333vw}}.tsws-faq-detail-wrapper-desc table{border-collapse:collapse;font-size:16px;line-height:24px;width:100%}@media screen and (max-width:1920.9px){.tsws-faq-detail-wrapper-desc table{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.tsws-faq-detail-wrapper-desc table{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-faq-detail-wrapper-desc table{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:767.9px){.tsws-faq-detail-wrapper-desc table{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:499.9px){.tsws-faq-detail-wrapper-desc table{font-size:4.2666666667vw;line-height:6.4vw}}.tsws-faq-detail-wrapper-desc table td,.tsws-faq-detail-wrapper-desc table th{border:1px solid #d9d9d9;font-size:16px;line-height:24px;padding:10px;text-align:center}@media screen and (max-width:1920.9px){.tsws-faq-detail-wrapper-desc table td,.tsws-faq-detail-wrapper-desc table th{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.tsws-faq-detail-wrapper-desc table td,.tsws-faq-detail-wrapper-desc table th{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-faq-detail-wrapper-desc table td,.tsws-faq-detail-wrapper-desc table th{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:767.9px){.tsws-faq-detail-wrapper-desc table td,.tsws-faq-detail-wrapper-desc table th{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:499.9px){.tsws-faq-detail-wrapper-desc table td,.tsws-faq-detail-wrapper-desc table th{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:1920.9px){.tsws-faq-detail-wrapper-desc table td,.tsws-faq-detail-wrapper-desc table th{padding:.5208333333vw}}@media screen and (max-width:767.9px){.tsws-faq-detail-wrapper-desc table td,.tsws-faq-detail-wrapper-desc table th{padding:13.33px}}@media screen and (max-width:499.9px){.tsws-faq-detail-wrapper-desc table td,.tsws-faq-detail-wrapper-desc table th{padding:2.6666666667vw}}.tsws-faq-detail-wrapper-desc .align-left-img{margin-left:0}@media screen and (max-width:1920.9px){.tsws-faq-detail-wrapper-desc .align-left-img{margin-left:0}}@media screen and (max-width:767.9px){.tsws-faq-detail-wrapper-desc .align-left-img{margin-left:0}}@media screen and (max-width:499.9px){.tsws-faq-detail-wrapper-desc .align-left-img{margin-left:0}}.tsws-faq-detail-wrapper-desc .align-right-img{margin-right:0}@media screen and (max-width:1920.9px){.tsws-faq-detail-wrapper-desc .align-right-img{margin-right:0}}@media screen and (max-width:767.9px){.tsws-faq-detail-wrapper-desc .align-right-img{margin-right:0}}@media screen and (max-width:499.9px){.tsws-faq-detail-wrapper-desc .align-right-img{margin-right:0}}.tsws-faq-detail-wrapper-desc img{height:auto;margin:0 auto;max-width:100%}.tsws-faq-detail-wrapper-desc .video-contariner{margin-bottom:40px;padding-bottom:0;position:relative}@media screen and (max-width:1920.9px){.tsws-faq-detail-wrapper-desc .video-contariner{margin-bottom:2.0833333333vw}}@media screen and (max-width:767.9px){.tsws-faq-detail-wrapper-desc .video-contariner{margin-bottom:42.67px}}@media screen and (max-width:499.9px){.tsws-faq-detail-wrapper-desc .video-contariner{margin-bottom:8.5333333333vw}}.tsws-faq-detail-wrapper-desc .play__btn{border-bottom:30.2px solid transparent;border-left:48px solid #ec1c24;border-top:30.2px solid transparent;bottom:0;display:block;height:0;left:0;margin:auto;right:0;top:0;width:0;z-index:14999}@media screen and (max-width:1920.9px){.tsws-faq-detail-wrapper-desc .play__btn{border-bottom:1.5729166667vw solid transparent;border-left:2.5vw solid #ec1c24;border-top:1.5729166667vw solid transparent}}@media screen and (max-width:767.9px){.tsws-faq-detail-wrapper-desc .play__btn{border-bottom:17.58px solid transparent;border-left:27.1px solid #ec1c24;border-top:17.58px solid transparent}}@media screen and (max-width:499.9px){.tsws-faq-detail-wrapper-desc .play__btn{border-bottom:3.4666666667vw solid transparent;border-left:5.3333333333vw solid #ec1c24;border-top:3.4666666667vw solid transparent}}.tsws-faq-detail-wrapper-desc .play__btn{cursor:pointer;left:50%;margin:unset;position:absolute;top:50%;transform:translate(-50%,-50%)}.tsws-faq-detail-wrapper-desc video::-moz-media-controls-play-button{display:none}.tsws-faq-detail-wrapper-desc .video-contariner video{display:inline-block;height:675px;object-fit:cover;width:100%}@media screen and (max-width:1920.9px){.tsws-faq-detail-wrapper-desc .video-contariner video{height:35.15625vw}}@media screen and (max-width:767.9px){.tsws-faq-detail-wrapper-desc .video-contariner video{height:256px}}@media screen and (max-width:499.9px){.tsws-faq-detail-wrapper-desc .video-contariner video{height:51.2vw}}.tsws-faq-detail-wrapper-desc .no-gap{margin-bottom:0!important;padding-bottom:0!important}.tsws-faq-feedback{margin-left:auto;margin-right:auto;width:1200px}@media screen and (max-width:1920.9px){.tsws-faq-feedback{margin-left:18.75vw;margin-right:18.75vw;width:62.5vw}}@media screen and (max-width:767.9px){.tsws-faq-feedback{margin-left:auto;margin-right:auto;padding-left:unset;padding-right:unset;width:457.33px}}@media screen and (max-width:499.9px){.tsws-faq-feedback{width:calc(100% - 8.53333vw)}}.tsws-faq-feedback{align-items:flex-start;background-color:#f6f6f6;color:#000;display:flex;flex-direction:column;justify-content:flex-start;margin-top:96px;padding:32px 40px}@media screen and (max-width:1920.9px){.tsws-faq-feedback{margin-top:5vw;padding:1.6666666667vw 2.0833333333vw}}@media screen and (max-width:767.9px){.tsws-faq-feedback{margin-top:42.67px;padding:42.67px 53.33px}}@media screen and (max-width:499.9px){.tsws-faq-feedback{margin-top:8.5333333333vw;padding:8.5333333333vw 10.6666666667vw}}.tsws-faq-feedback-title{font-size:24px;font-weight:600;line-height:32px}@media screen and (max-width:1920.9px){.tsws-faq-feedback-title{font-size:calc(8px + .83333vw);line-height:calc(16px + .83333vw)}}@media screen and (max-width:1440.9px){.tsws-faq-feedback-title{font-size:calc(6.15385px + .96154vw);line-height:calc(.30769px + 1.92308vw)}}@media screen and (max-width:1024.9px){.tsws-faq-feedback-title{font-size:1.5625vw;line-height:1.953125vw}}@media screen and (max-width:767.9px){.tsws-faq-feedback-title{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:499.9px){.tsws-faq-feedback-title{font-size:4.2666666667vw;line-height:6.4vw}}.tsws-faq-feedback-btns{align-items:center;display:flex;margin-top:20px}@media screen and (max-width:1920.9px){.tsws-faq-feedback-btns{margin-top:1.0416666667vw}}@media screen and (max-width:767.9px){.tsws-faq-feedback-btns{margin-top:16px}}@media screen and (max-width:499.9px){.tsws-faq-feedback-btns{margin-top:3.2vw}}.tsws-faq-feedback-btns .tsws-btn:first-of-type{margin-right:16px}@media screen and (max-width:1920.9px){.tsws-faq-feedback-btns .tsws-btn:first-of-type{margin-right:.8333333333vw}}@media screen and (max-width:767.9px){.tsws-faq-feedback-btns .tsws-btn:first-of-type{margin-right:21.33px}}@media screen and (max-width:499.9px){.tsws-faq-feedback-btns .tsws-btn:first-of-type{margin-right:4.2666666667vw}}.tsws-faq-feedback-btns-text{font-size:16px;line-height:24px}@media screen and (max-width:1920.9px){.tsws-faq-feedback-btns-text{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.tsws-faq-feedback-btns-text{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-faq-feedback-btns-text{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:767.9px){.tsws-faq-feedback-btns-text{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:499.9px){.tsws-faq-feedback-btns-text{font-size:4.2666666667vw;line-height:6.4vw}}.tsws-faq-detail-v1_styles{margin-bottom:96px;margin-top:96px}@media screen and (max-width:1920.9px){.tsws-faq-detail-v1_styles{margin-bottom:5vw;margin-top:5vw}}@media screen and (max-width:767.9px){.tsws-faq-detail-v1_styles{margin-bottom:42.67px;margin-top:42.67px}}@media screen and (max-width:499.9px){.tsws-faq-detail-v1_styles{margin-bottom:8.5333333333vw;margin-top:8.5333333333vw}}.tsws-faq-list-v1{margin-left:auto;margin-right:auto;width:1200px}@media screen and (max-width:1920.9px){.tsws-faq-list-v1{margin-left:18.75vw;margin-right:18.75vw;width:62.5vw}}@media screen and (max-width:767.9px){.tsws-faq-list-v1{margin-left:auto;margin-right:auto;padding-left:unset;padding-right:unset;width:457.33px}}@media screen and (max-width:499.9px){.tsws-faq-list-v1{width:calc(100% - 8.53333vw)}}.tsws-faq-list-v1{margin-bottom:96px;margin-top:70px}@media screen and (max-width:1920.9px){.tsws-faq-list-v1{margin-bottom:5vw;margin-top:3.6458333333vw}}@media screen and (max-width:767.9px){.tsws-faq-list-v1{margin-bottom:42.67px;margin-top:42.67px}}@media screen and (max-width:499.9px){.tsws-faq-list-v1{margin-bottom:8.5333333333vw;margin-top:8.5333333333vw}}.tsws-faq-list-v1-search{align-items:center;color:#000;display:flex;flex-direction:column;justify-content:center}.tsws-faq-list-v1-search-title{font-size:36px;font-weight:600;line-height:44px}@media screen and (max-width:1920.9px){.tsws-faq-list-v1-search-title{font-size:calc(12px + 1.25vw);line-height:calc(20px + 1.25vw)}}@media screen and (max-width:1440.9px){.tsws-faq-list-v1-search-title{font-size:calc(9.23077px + 1.44231vw);line-height:calc(3.38462px + 2.40385vw)}}@media screen and (max-width:1024.9px){.tsws-faq-list-v1-search-title{font-size:2.34375vw;line-height:2.734375vw}}@media screen and (max-width:767.9px){.tsws-faq-list-v1-search-title{font-size:32px;height:unset;line-height:42.6666666667px}}@media screen and (max-width:499.9px){.tsws-faq-list-v1-search-title{font-size:6.4vw;line-height:8.5333333333vw}}.tsws-faq-list-v1-search-desc{font-size:14px;line-height:22px;margin-top:24px}@media screen and (max-width:1920.9px){.tsws-faq-list-v1-search-desc{font-size:14px;line-height:22px}}@media screen and (max-width:1440.9px){.tsws-faq-list-v1-search-desc{font-size:calc(7.07692px + .48077vw);line-height:calc(1.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-faq-list-v1-search-desc{font-size:1.171875vw;line-height:1.5625vw}}@media screen and (max-width:767.9px){.tsws-faq-list-v1-search-desc{font-size:18.6666666667px;height:unset;line-height:29.3333333333px}}@media screen and (max-width:499.9px){.tsws-faq-list-v1-search-desc{font-size:3.7333333333vw;line-height:5.8666666667vw}}@media screen and (max-width:1920.9px){.tsws-faq-list-v1-search-desc{margin-top:1.25vw}}@media screen and (max-width:767.9px){.tsws-faq-list-v1-search-desc{margin-top:10.67px}}@media screen and (max-width:499.9px){.tsws-faq-list-v1-search-desc{margin-top:2.1333333333vw}}.tsws-faq-list-v1-search-form{align-items:center;border-bottom:1px solid #d4d4d4;display:flex;justify-content:space-between;margin-top:32px;padding:12px 0;width:800px}@media screen and (max-width:1920.9px){.tsws-faq-list-v1-search-form{margin-top:1.6666666667vw;padding:.625vw 0;width:41.6666666667vw}}@media screen and (max-width:767.9px){.tsws-faq-list-v1-search-form{margin-top:21.33px;padding:10.67px 0;width:100%}}@media screen and (max-width:499.9px){.tsws-faq-list-v1-search-form{margin-top:4.2666666667vw;padding:2.1333333333vw 0}}.tsws-faq-list-v1-search-form .icon-search,.tsws-faq-list-v1-search-form .icon_fail{font-size:20px;line-height:28px}@media screen and (max-width:1920.9px){.tsws-faq-list-v1-search-form .icon-search,.tsws-faq-list-v1-search-form .icon_fail{font-size:calc(12px + .41667vw);line-height:calc(20px + .41667vw)}}@media screen and (max-width:1440.9px){.tsws-faq-list-v1-search-form .icon-search,.tsws-faq-list-v1-search-form .icon_fail{font-size:calc(11.07692px + .48077vw);line-height:calc(5.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-faq-list-v1-search-form .icon-search,.tsws-faq-list-v1-search-form .icon_fail{font-size:1.5625vw;line-height:1.953125vw}}@media screen and (max-width:767.9px){.tsws-faq-list-v1-search-form .icon-search,.tsws-faq-list-v1-search-form .icon_fail{font-size:26.6666666667px;height:unset;line-height:37.3333333333px}}@media screen and (max-width:499.9px){.tsws-faq-list-v1-search-form .icon-search,.tsws-faq-list-v1-search-form .icon_fail{font-size:5.3333333333vw;line-height:7.4666666667vw}}.tsws-faq-list-v1-search-form .icon-search,.tsws-faq-list-v1-search-form .icon_fail{color:#7a7a7a;cursor:pointer}.tsws-faq-list-v1-search-form .icon_fail.hide{display:block!important;visibility:hidden}.tsws-faq-list-v1-search-form__input{border:none;font-size:16px;line-height:24px;width:728px}@media screen and (max-width:1920.9px){.tsws-faq-list-v1-search-form__input{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.tsws-faq-list-v1-search-form__input{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-faq-list-v1-search-form__input{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:767.9px){.tsws-faq-list-v1-search-form__input{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:499.9px){.tsws-faq-list-v1-search-form__input{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:1920.9px){.tsws-faq-list-v1-search-form__input{width:37.9166666667vw}}@media screen and (max-width:767.9px){.tsws-faq-list-v1-search-form__input{width:382.67px}}@media screen and (max-width:499.9px){.tsws-faq-list-v1-search-form__input{width:76.5333333333vw}}.tsws-faq-list-v1-search-form__input::-webkit-input-placeholder{color:#d4d4d4}.tsws-faq-list-v1-contariner-list{align-items:flex-start;display:flex;justify-content:space-between;margin-top:96px}@media screen and (max-width:1920.9px){.tsws-faq-list-v1-contariner-list{margin-top:5vw}}@media screen and (max-width:767.9px){.tsws-faq-list-v1-contariner-list{flex-direction:column;margin-top:42.67px}}@media screen and (max-width:499.9px){.tsws-faq-list-v1-contariner-list{margin-top:8.5333333333vw}}.tsws-faq-list-v1-contariner-list:not(.allClass) .tsws-faq-list-v1-contariner-answer{width:100%}.tsws-faq-list-v1-contariner-question{color:#000;width:300px}@media screen and (max-width:1920.9px){.tsws-faq-list-v1-contariner-question{width:15.625vw}}@media screen and (max-width:767.9px){.tsws-faq-list-v1-contariner-question{margin-bottom:42.67px;width:100%}}@media screen and (max-width:499.9px){.tsws-faq-list-v1-contariner-question{margin-bottom:8.5333333333vw}}.tsws-faq-list-v1-contariner-question-title{border-bottom:1px solid #efefef;font-size:20px;font-weight:600;line-height:28px;padding:16px 0}@media screen and (max-width:1920.9px){.tsws-faq-list-v1-contariner-question-title{font-size:calc(12px + .41667vw);line-height:calc(20px + .41667vw)}}@media screen and (max-width:1440.9px){.tsws-faq-list-v1-contariner-question-title{font-size:calc(11.07692px + .48077vw);line-height:calc(5.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-faq-list-v1-contariner-question-title{font-size:1.5625vw;line-height:1.953125vw}}@media screen and (max-width:767.9px){.tsws-faq-list-v1-contariner-question-title{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:499.9px){.tsws-faq-list-v1-contariner-question-title{font-size:4.2666666667vw;line-height:6.4vw}}.tsws-faq-list-v1-contariner-question-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (max-width:1920.9px){.tsws-faq-list-v1-contariner-question-title{padding:.8333333333vw 0}}@media screen and (max-width:767.9px){.tsws-faq-list-v1-contariner-question-title{border-bottom:none;padding:16px 0}}@media screen and (max-width:499.9px){.tsws-faq-list-v1-contariner-question-title{padding:3.2vw 0}}.tsws-faq-list-v1-contariner-question ul>li{align-items:flex-start;display:flex;padding:13px 0}.tsws-faq-list-v1-contariner-question ul>li:nth-child(n+7){display:none}@media screen and (max-width:1920.9px){.tsws-faq-list-v1-contariner-question ul>li{padding:.6770833333vw 0}}@media screen and (max-width:767.9px){.tsws-faq-list-v1-contariner-question ul>li{padding:16px 0}}@media screen and (max-width:499.9px){.tsws-faq-list-v1-contariner-question ul>li{padding:3.2vw 0}}.tsws-faq-list-v1-contariner-question ul>li a{display:flex}.tsws-faq-list-v1-contariner-question ul>li a i{background-color:#efefef;display:inline-block;font-size:12px;font-style:normal;height:20px;line-height:16px;text-align:center;width:20px}@media screen and (max-width:1920.9px){.tsws-faq-list-v1-contariner-question ul>li a i{font-size:12px;line-height:16px}}@media screen and (max-width:1440.9px){.tsws-faq-list-v1-contariner-question ul>li a i{font-size:12px;line-height:16px}}@media screen and (max-width:1024.9px){.tsws-faq-list-v1-contariner-question ul>li a i{font-size:1.171875vw;line-height:1.5625vw}}@media screen and (max-width:767.9px){.tsws-faq-list-v1-contariner-question ul>li a i{font-size:16px;height:unset;line-height:21.3333333333px}}@media screen and (max-width:499.9px){.tsws-faq-list-v1-contariner-question ul>li a i{font-size:3.2vw;line-height:4.2666666667vw}}.tsws-faq-list-v1-contariner-question ul>li a i{line-height:20px}@media screen and (max-width:1920.9px){.tsws-faq-list-v1-contariner-question ul>li a i{height:1.0416666667vw;line-height:1.0416666667vw;width:1.0416666667vw}}@media screen and (max-width:767.9px){.tsws-faq-list-v1-contariner-question ul>li a i{height:26.67px;line-height:26.67px;width:26.67px}}@media screen and (max-width:499.9px){.tsws-faq-list-v1-contariner-question ul>li a i{height:5.3333333333vw;line-height:5.3333333333vw;width:5.3333333333vw}}.tsws-faq-list-v1-contariner-question ul>li a span{flex:1;font-size:14px;line-height:22px;margin-left:16px}@media screen and (max-width:1920.9px){.tsws-faq-list-v1-contariner-question ul>li a span{font-size:14px;line-height:22px}}@media screen and (max-width:1440.9px){.tsws-faq-list-v1-contariner-question ul>li a span{font-size:calc(7.07692px + .48077vw);line-height:calc(1.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-faq-list-v1-contariner-question ul>li a span{font-size:1.171875vw;line-height:1.5625vw}}@media screen and (max-width:767.9px){.tsws-faq-list-v1-contariner-question ul>li a span{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:499.9px){.tsws-faq-list-v1-contariner-question ul>li a span{font-size:4.2666666667vw;line-height:6.4vw}}.tsws-faq-list-v1-contariner-question ul>li a span{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:1920.9px){.tsws-faq-list-v1-contariner-question ul>li a span{margin-left:.8333333333vw}}@media screen and (max-width:767.9px){.tsws-faq-list-v1-contariner-question ul>li a span{margin-left:21.33px}}@media screen and (max-width:499.9px){.tsws-faq-list-v1-contariner-question ul>li a span{margin-left:4.2666666667vw}}.tsws-faq-list-v1-contariner-question ul>li img,.tsws-faq-list-v1-contariner-question ul>li video{display:none}.tsws-faq-list-v1-contariner-answer{color:#000;width:820px}@media screen and (max-width:1920.9px){.tsws-faq-list-v1-contariner-answer{width:42.7083333333vw}}@media screen and (max-width:767.9px){.tsws-faq-list-v1-contariner-answer{width:100%}}.tsws-faq-list-v1-contariner-answer-select{align-items:center;border-bottom:1px solid #efefef;cursor:pointer;display:flex;font-size:20px;line-height:28px;padding:16px 0;position:relative}@media screen and (max-width:1920.9px){.tsws-faq-list-v1-contariner-answer-select{font-size:calc(12px + .41667vw);line-height:calc(20px + .41667vw)}}@media screen and (max-width:1440.9px){.tsws-faq-list-v1-contariner-answer-select{font-size:calc(11.07692px + .48077vw);line-height:calc(5.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-faq-list-v1-contariner-answer-select{font-size:1.5625vw;line-height:1.953125vw}}@media screen and (max-width:767.9px){.tsws-faq-list-v1-contariner-answer-select{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:499.9px){.tsws-faq-list-v1-contariner-answer-select{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:1920.9px){.tsws-faq-list-v1-contariner-answer-select{padding:.8333333333vw 0}}@media screen and (max-width:767.9px){.tsws-faq-list-v1-contariner-answer-select{padding:21.33px 5.33px}}@media screen and (max-width:499.9px){.tsws-faq-list-v1-contariner-answer-select{padding:4.2666666667vw 1.0666666667vw}}.tsws-faq-list-v1-contariner-answer-select-drawer{align-items:center;display:flex;font-weight:600}.tsws-faq-list-v1-contariner-answer-select-drawer-icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PHBhdGggZD0iTTQuNjQ2IDEyLjE0NnEtLjA3LjA3LS4xMDguMTYzLS4wMzguMDkyLS4wMzguMTkxIDAgLjA1LjAxLjA5OHQuMDI4LjA5M3EuMDE5LjA0Ni4wNDYuMDg3LjAyOC4wNC4wNjIuMDc2LjAzNS4wMzQuMDc2LjA2Mi4wNDEuMDI3LjA4Ny4wNDYuMDQ1LjAxOS4wOTMuMDI4LjA0OS4wMS4wOTguMDEuMSAwIC4xOTEtLjAzOC4wOTItLjAzOC4xNjMtLjEwOGwyLjUtMi41TDEwIDguMjA3bDQuNjQ2IDQuNjQ3cS4wNy4wNy4xNjMuMTA4UTE0LjkgMTMgMTUgMTNxLjA1IDAgLjA5OC0uMDF0LjA5My0uMDI4cS4wNDYtLjAxOS4wODctLjA0Ni4wNC0uMDI4LjA3Ni0uMDYyLjAzNC0uMDM1LjA2Mi0uMDc2LjAyNy0uMDQxLjA0Ni0uMDg3LjAxOS0uMDQ1LjAyOC0uMDkzLjAxLS4wNDkuMDEtLjA5OCAwLS4xLS4wMzgtLjE5MS0uMDM4LS4wOTItLjEwOC0uMTYzbC0yLjUtMi41TDEwIDYuNzkzIDcuMTQ2IDkuNjQ2bC0yLjUgMi41WiIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjMDAwIi8+PC9zdmc+);background-size:100% 100%;height:20px;margin-left:4px;transform:rotate(180deg);width:20px}.tsws-faq-list-v1-contariner-answer-select-drawer-icon.actived{transform:rotate(0deg)}@media screen and (max-width:1920.9px){.tsws-faq-list-v1-contariner-answer-select-drawer-icon{height:1.0416666667vw;margin-left:.2083333333vw;width:1.0416666667vw}}@media screen and (max-width:767.9px){.tsws-faq-list-v1-contariner-answer-select-drawer-icon{height:21.33px;margin-left:5.34px;width:21.33px}}@media screen and (max-width:499.9px){.tsws-faq-list-v1-contariner-answer-select-drawer-icon{height:4.2666666667vw;margin-left:1.0666666667vw;width:4.2666666667vw}}.tsws-faq-list-v1-contariner-answer-select .answer-select-box{background:#fff;border-radius:4px;box-shadow:0 2px 20px 0 rgba(0,0,0,.15);display:none;left:0;max-height:328px;opacity:0;overflow-y:auto;padding:20px;position:absolute;top:48px;transition:opacity .3s ease;width:300px}.tsws-faq-list-v1-contariner-answer-select .answer-select-box.actived{display:block;opacity:1}@media screen and (max-width:1920.9px){.tsws-faq-list-v1-contariner-answer-select .answer-select-box{border-radius:.2083333333vw;box-shadow:0 .1041666667vw 1.0416666667vw 0 rgba(0,0,0,.15);max-height:17.0833333333vw;padding:1.0416666667vw;top:2.5vw;width:15.625vw}}@media screen and (max-width:767.9px){.tsws-faq-list-v1-contariner-answer-select .answer-select-box{border-radius:5.33px;box-shadow:0 2.67px 26.67px 0 rgba(0,0,0,.15);max-height:346.67px;padding:21.33px 26.67px 26.67px 21.33px;top:58.73px;width:266.67px}}@media screen and (max-width:499.9px){.tsws-faq-list-v1-contariner-answer-select .answer-select-box{border-radius:1.0666666667vw;box-shadow:0 .5333333333vw 5.3333333333vw 0 rgba(0,0,0,.15);max-height:69.3333333333vw;padding:4.2666666667vw 5.3333333333vw 5.3333333333vw 4.2666666667vw;top:11.7333333333vw;width:53.3333333333vw}}.tsws-faq-list-v1-contariner-answer-select .answer-select-box>li{color:#000;font-size:16px;line-height:24px;padding:12px}@media screen and (max-width:1920.9px){.tsws-faq-list-v1-contariner-answer-select .answer-select-box>li{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.tsws-faq-list-v1-contariner-answer-select .answer-select-box>li{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-faq-list-v1-contariner-answer-select .answer-select-box>li{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:767.9px){.tsws-faq-list-v1-contariner-answer-select .answer-select-box>li{font-size:18.6666666667px;height:unset;line-height:29.3333333333px}}@media screen and (max-width:499.9px){.tsws-faq-list-v1-contariner-answer-select .answer-select-box>li{font-size:3.7333333333vw;line-height:5.8666666667vw}}@media screen and (max-width:1920.9px){.tsws-faq-list-v1-contariner-answer-select .answer-select-box>li{padding:.625vw}}@media screen and (max-width:767.9px){.tsws-faq-list-v1-contariner-answer-select .answer-select-box>li{padding:10.67px}}@media screen and (max-width:499.9px){.tsws-faq-list-v1-contariner-answer-select .answer-select-box>li{padding:2.1333333333vw}}.tsws-faq-list-v1-contariner-answer-select .answer-select-box>li:hover{color:#e61e1e}.tsws-faq-list-v1-contariner-answer-select .answer-select-box>li.actived{background:#f6f6f6;border-radius:1px}.tsws-faq-list-v1-contariner-answer-content{list-style:none}.tsws-faq-list-v1-contariner-answer-content li{border-bottom:1px solid #efefef;padding:40px 0}.tsws-faq-list-v1-contariner-answer-content li:last-of-type,.tsws-faq-list-v1-contariner-answer-content li:nth-of-type(10n){border-bottom:none}@media screen and (max-width:1920.9px){.tsws-faq-list-v1-contariner-answer-content li{padding:2.0833333333vw 0}}@media screen and (max-width:767.9px){.tsws-faq-list-v1-contariner-answer-content li{padding:32px 0}.tsws-faq-list-v1-contariner-answer-content li:nth-of-type(10n){border-bottom:1px solid #efefef}.tsws-faq-list-v1-contariner-answer-content li:nth-of-type(6n){border-bottom:none}}@media screen and (max-width:499.9px){.tsws-faq-list-v1-contariner-answer-content li{padding:6.4vw 0}}.tsws-faq-list-v1-contariner-answer-content-title{font-size:20px;font-weight:600;line-height:28px}@media screen and (max-width:1920.9px){.tsws-faq-list-v1-contariner-answer-content-title{font-size:calc(12px + .41667vw);line-height:calc(20px + .41667vw)}}@media screen and (max-width:1440.9px){.tsws-faq-list-v1-contariner-answer-content-title{font-size:calc(11.07692px + .48077vw);line-height:calc(5.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-faq-list-v1-contariner-answer-content-title{font-size:1.5625vw;line-height:1.953125vw}}@media screen and (max-width:767.9px){.tsws-faq-list-v1-contariner-answer-content-title{font-size:26.6666666667px;height:unset;line-height:37.3333333333px}}@media screen and (max-width:499.9px){.tsws-faq-list-v1-contariner-answer-content-title{font-size:5.3333333333vw;line-height:7.4666666667vw}}.tsws-faq-list-v1-contariner-answer-content-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.tsws-faq-list-v1-contariner-answer-content-desc{color:#7a7a7a;font-size:16px;line-height:24px;margin-top:12px}@media screen and (max-width:1920.9px){.tsws-faq-list-v1-contariner-answer-content-desc{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.tsws-faq-list-v1-contariner-answer-content-desc{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-faq-list-v1-contariner-answer-content-desc{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:767.9px){.tsws-faq-list-v1-contariner-answer-content-desc{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:499.9px){.tsws-faq-list-v1-contariner-answer-content-desc{font-size:4.2666666667vw;line-height:6.4vw}}.tsws-faq-list-v1-contariner-answer-content-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:1920.9px){.tsws-faq-list-v1-contariner-answer-content-desc{margin-top:.625vw}}@media screen and (max-width:767.9px){.tsws-faq-list-v1-contariner-answer-content-desc{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;margin-top:16px;overflow:hidden;text-overflow:ellipsis}}@media screen and (max-width:499.9px){.tsws-faq-list-v1-contariner-answer-content-desc{margin-top:3.2vw}}.tsws-faq-list-v1-contariner-answer-content img,.tsws-faq-list-v1-contariner-answer-content video{display:none}.tsws-faq-list-v1-result{color:#000;margin-top:12px}@media screen and (max-width:1920.9px){.tsws-faq-list-v1-result{margin-top:.625vw}}@media screen and (max-width:767.9px){.tsws-faq-list-v1-result{margin-top:16px}}@media screen and (max-width:499.9px){.tsws-faq-list-v1-result{margin-top:3.2vw}}.tsws-faq-list-v1-result-text{font-size:16px;line-height:24px;padding:20px 0;text-align:right}@media screen and (max-width:1920.9px){.tsws-faq-list-v1-result-text{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.tsws-faq-list-v1-result-text{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-faq-list-v1-result-text{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:767.9px){.tsws-faq-list-v1-result-text{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:499.9px){.tsws-faq-list-v1-result-text{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:1920.9px){.tsws-faq-list-v1-result-text{padding:1.0416666667vw 0}}@media screen and (max-width:767.9px){.tsws-faq-list-v1-result-text{padding:10.67px 21.33px}}@media screen and (max-width:499.9px){.tsws-faq-list-v1-result-text{padding:2.1333333333vw 4.2666666667vw}}.tsws-faq-list-v1-result-text>i{color:#e61e1e;font-style:normal;margin-right:4px}@media screen and (max-width:1920.9px){.tsws-faq-list-v1-result-text>i{margin-right:.2083333333vw}}@media screen and (max-width:767.9px){.tsws-faq-list-v1-result-text>i{margin-right:5.34px}}@media screen and (max-width:499.9px){.tsws-faq-list-v1-result-text>i{margin-right:1.0666666667vw}}.tsws-faq-list-v1-result-list{margin-top:12px}@media screen and (max-width:1920.9px){.tsws-faq-list-v1-result-list{margin-top:.625vw}}@media screen and (max-width:767.9px){.tsws-faq-list-v1-result-list{margin-top:42.67px}}@media screen and (max-width:499.9px){.tsws-faq-list-v1-result-list{margin-top:8.5333333333vw}}.tsws-faq-list-v1-result-list>li{border-bottom:1px solid #efefef;padding:40px 0}.tsws-faq-list-v1-result-list>li:last-of-type,.tsws-faq-list-v1-result-list>li:nth-of-type(10n){border-bottom:none}@media screen and (max-width:1920.9px){.tsws-faq-list-v1-result-list>li{padding:2.0833333333vw 0}}@media screen and (max-width:767.9px){.tsws-faq-list-v1-result-list>li{padding:32px 0}.tsws-faq-list-v1-result-list>li:nth-of-type(10n){border-bottom:1px solid #efefef}.tsws-faq-list-v1-result-list>li:nth-of-type(6n){border-bottom:none}}@media screen and (max-width:499.9px){.tsws-faq-list-v1-result-list>li{padding:6.4vw 0}}.tsws-faq-list-v1-result-list>li em{color:#e61e1e;font-style:normal}.tsws-faq-list-v1-result-list>li img,.tsws-faq-list-v1-result-list>li video{display:none}.tsws-faq-list-v1-result-list-title{font-size:20px;font-weight:600;line-height:28px}@media screen and (max-width:1920.9px){.tsws-faq-list-v1-result-list-title{font-size:calc(12px + .41667vw);line-height:calc(20px + .41667vw)}}@media screen and (max-width:1440.9px){.tsws-faq-list-v1-result-list-title{font-size:calc(11.07692px + .48077vw);line-height:calc(5.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-faq-list-v1-result-list-title{font-size:1.5625vw;line-height:1.953125vw}}@media screen and (max-width:767.9px){.tsws-faq-list-v1-result-list-title{font-size:26.6666666667px;height:unset;line-height:37.3333333333px}}@media screen and (max-width:499.9px){.tsws-faq-list-v1-result-list-title{font-size:5.3333333333vw;line-height:7.4666666667vw}}.tsws-faq-list-v1-result-list-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.tsws-faq-list-v1-result-list-desc{color:#7a7a7a;font-size:16px;line-height:24px;margin-top:12px}@media screen and (max-width:1920.9px){.tsws-faq-list-v1-result-list-desc{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.tsws-faq-list-v1-result-list-desc{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-faq-list-v1-result-list-desc{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:767.9px){.tsws-faq-list-v1-result-list-desc{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:499.9px){.tsws-faq-list-v1-result-list-desc{font-size:4.2666666667vw;line-height:6.4vw}}.tsws-faq-list-v1-result-list-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:1920.9px){.tsws-faq-list-v1-result-list-desc{margin-top:.625vw}}@media screen and (max-width:767.9px){.tsws-faq-list-v1-result-list-desc{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;margin-top:16px;overflow:hidden;text-overflow:ellipsis}}@media screen and (max-width:499.9px){.tsws-faq-list-v1-result-list-desc{margin-top:3.2vw}}.tsws-faq-list-v1-result-empty{align-items:center;display:flex;flex-direction:column;height:375px;justify-content:center;margin-top:12px;width:100%}@media screen and (max-width:1920.9px){.tsws-faq-list-v1-result-empty{height:19.53125vw;margin-top:.625vw}}@media screen and (max-width:767.9px){.tsws-faq-list-v1-result-empty{height:408px;margin-top:42.67px}}@media screen and (max-width:499.9px){.tsws-faq-list-v1-result-empty{height:81.6vw;margin-top:8.5333333333vw}}.tsws-faq-list-v1-result-empty-img{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAAFACAYAAADNkKWqAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAB7ISURBVHic7d1/cJTVvcfxTxIDQaFZKwoFNBuNM9KmEOdWTYuGpDMKjr9AmdI63iGpt1pbJMlQq7d0htBObqsz1dCiV7l1DNN0prS2YplpwZnOBtBO26kF0mmp5Vo2QiXMGLOR8luy9w94nrt5yGafZ/ec3c3u+zXDTJ7dZ8/ZqHz9nuec8z0SAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADIqpKA98+RdIekmyXVnr+ebvpLAYBHk6Re041e5PO+OyStlLTY9BcAAB9CNhpNFQCvk/TfkhptdA4APmU9AH5Z0jOSKpwXKioqtGjRIt15552qr69XTU2NKioqkrcAAGlat26dOjo6nMupNvpIFgCfkdTmXFRUVGj16tVauXKlZs6caeN7AMAoZWVliZdW5hrGCoCjgt+CBQvU09OjcDhso38AGNOcOXMSLy+x0Uep5/o/lBD8HnzwQfX29hL8AOSalQwwMQBeJ+kHzsXDDz+sH/7wh7roIr8TxQBgjifxsjLZkBgA/9vpZMGCBdqwYYON/gAgHVYmH5wAeKfOL3WpqKhQT08PmR+AnPI8A7QSkJwA+FXnhdWrV/PMD0DOeZKwOcnuy0TJ+YYPSueyvwMHDrDUBUDOnTx5UlOmTHEuo5KqTfdRqnPDX0nSokWLCH4A8oJnk0XYRh+lkhY4F3feeec4twJAds2YMcNq+6WS6pyLT33qU1Y7A4AgPFmg8eeApUqYXq6pqTHdPgCkbfr0Ueufjc8ElyphhfXUqVb2GwNAWjwxyUoGCAB5KRQaVQXLSgYYcy4+/PBD0+0HdubMGZ0+fdpqH2fPntXp06c1MjJirY94PK4PP/wwL/6ZAhOVJwAaX6IyKgAeOnTIdPspnT17Vr29vbr//vtVU1OjKVOmaMqUKbrmmmu0fPly/eY3vzESRP7xj3+oo6NDN954o0KhkCZPnqwrrrhCTU1Neu655zQ4OJhxHx988IF+9KMfafHixZo1a5bKy8s1bdo0zZ8/X6tXr9af//znjPsAiolnCGxlP/CfJcUlxQ8cOBDPpoMHD8bvvvvuuNN/sj+33357PBqNptXHyZMn408++WS8srJy3D6uvPLK+M9+9rO0f5dIJBL/+Mc/Pm4fU6ZMiT/22GPx4eHhtPsBiklHR0fi36HVNgJgxOkgEolk7Rd7++234+FwOGXwSwxQb731VqA+Tpw4EX/44Yd991FeXh7v6uoK/Lts3rw5Pm3aNN/93H333fGhoaHA/QDF5jvf+U7i350O08GvVNK/TDeaSiwW07JlyxSNRn1/5uDBg7r33nv1/vvv+/7M008/rRdeeMH3/WfOnNHjjz+uX/3qV74/s3fvXn35y1/W0aNHfX/ml7/8pb7xjW/4vh8oVp6daZWm2y+V9J5zka1ngC+88IJ2794d+HN/+ctf9IMf/CD1jZLeeustPfnkk4H7OHXqlB577DH961+p/78wMjKi9vZ2DQ0NBe5n48aNeuONNwJ/DigmnoXQxg9GKpV00rnIxozl8ePH9fzzz6f9+Y0bN/rKtl588UV98MEHafXx17/+VZFIJOV9f/zjH33dN5azZ8/q6aefTuuzQLHwZIDGFyqXSjriXAwMDJhu/wJ79+4NNPT1evfdd/WnP/0p5X2//vWv0+5DkjZv3pzynu3bt2fURyQS0YkTJzJqAyhknpJYxsvil0py075Tp06Zbv8C+/fvz7iNt956a9z3jx07pr/97W8Z9fH3v/895T179+7NqI+hoSG98847GbUBFDJPUVQrGaD74O/w4cOm279ALBZLfVOGbZw+fTrj4byf4fPx48cz6kMSGSDgn5UM0HXy5Mlk9xnj2dyclssvv3zc9y+++GJNnjw5oz4uu+yylPd85CMfyagPSZo2bVrGbQCFyvbBSKU6V2lVkvTee+8lv9OQuXPnWm9j8uTJmjdvXkZ9fPKTn0x5z4033phRH7NmzfKm+ACSs7IVzuVn6UemamtrVVtbm/bnr732WtXV1aW8b+nSpWn3IUmf+9znUt5z2223qby8PO0+br/99owzVaDQzZ49O/HSaEGEUc8ATTyfS6W8vFxtbW2pb0yitbXVuzZoTCtWrNAVV1yRVh/19fW6+eabU95XW1ure++9N60+LrnkEq1atSqtzwLFxObhSKNmgbMRACXp/vvvT6v8/q233qrm5mZf986aNUvf/e53VVJSEqiPSy+9VM8++6wmTZrk6/4nn3xSs2bNCtSHJD3xxBMZD9OBYmD7nKKLdH6v3fTp07O2x29gYCC+cOFC3/tn6+vr4++++27gfjo7O+NlZWW++rj00kvjv/jFLwL38cYbb8Q/9rGP+f5dHn300fjJkycD9wMUI0+caLQRBN0Osun999+Pr169On7JJZeMW0Fl1apV8ffeey/tfl5++eX4NddckzLAvvnmm2n3sX///vjtt98+bh8zZsyIP//88/EzZ86k3Q9QbO677z5rAdAZHx7W+RmWEydO+HrGZtL+/fv185//XJFIRAcPHlQ8HteVV16phQsX6r777tN1112XcR/Dw8N67bXX9PLLL2v//v06evSopk+frtraWn3+85/XzTffnPGExMjIiH73u9/ppz/9qd58800dOXJEU6ZM0dVXX627775bd911l5FlQEAxaW5u1qZNm5zLf5fUY6ptJwAe0PlzNw8cOOBdewMAOfO1r31N3/ve95zLFkndptp2lsG4CwAp4Q4gn3g2Cxg9KNgJgO4CwFyUxQeAZCorR5UBnGKybScA5tXBSADg8ByMZCUDzOnBSACQjM2DkS4YAgNAPvGsnDC6jMIJgO6ZkP39/SbbB4CMeJblGa0JSAYIIK95tsIZPRfkgmUwBw8eNNk+AGTEUwzBSgDM6sFIAOCXzbL4TgB0T0PKxsFIABBEQhZoZRLETfuyURYfAILwFEU1thTGCYDu4r9slMUHgAwYKxBY6n0hG2XxASAIW4cjOQEw6rwwODg49p0AkB/IAAEUD89MsLGDkRIDYFYPRwIAv2wdjJTYqjsT/KUvfcm7ARkAcub3v/994uWDkham2VRL4kXikWm7JKU+CxIAJq5Rx0QmDoHZAgKgqCQOgd0tIKtXr1ZtbW0Ovg4AXOj111/Xiy++6F5KenGc231LDIDuFpDa2lrfB5ADgG2hUCgxAP6vDB2MlDgEZgsIgLzkKYtvZR3gMecHiqICyCe2yuInBkAW/wHIS56y+FYyQDcAUhQVQD7xlMW3kgG6e+Aoigogn3jK4hurCTjmJAhHYwLINwnb4YxtUyMDBDAheIqiGjkbZMwMkLL4APKc8QDoLoSmLD6AfOMpimpkGJwYAN20j6KoAPKckYkQb0HUDyWKogLIPzbK4nsDIEVRAUwERhZDX1AS30EABJBPbJTF9wbAqPMDw2AA+aS8vDzx0khZ/KQZIOcDA8gnM2bMSLwsM9Fm0meAZIAA8olnP7CVDNDdAkIGCCCfeCrCGJE0A2QxNIB84qkJGDbRpncm5azzw5EjR0y0P8rIyIjOnDljvF1gLJMmTVJJSUnqGzEheKpCG+ENgO5uEBuBqqSkRCMjI8bbBVD4PAHQyjNAd9xLSSxMdPF4PNdfAQZ5hsBW1gFanflgOAIgXTbK4nsDoLv2JRqNmmgfyBkywMKTkAVa2Qtsff8bWSCAdF122WWJlxmvi0kaAHkGiImODLDweBZDZ1wTMOkQ2FZZfDJAAOkyfTiSdybFnQT55z//mWnbQE6RAaYWjUbdP/39/ZKkoaEhtxpUKBTSpZdeKkmqrKxUXV2dQqGQ6urqcvJ9Ew5GkgxkgGNNJf9L0lQyQKCwRKNR9fb2qre3Vzt27FAsFsuo7F04HNb8+fPV2Niouro6NTY2mvuySXhKYmW8MnqsAPiezkfWgYEBb8oJTBjFngHGYjHt2bNH3d3devXVV43X+HQyx1dffdV9beHChWpublZjY6O3grMNVgKg1cORyAABu3p7e60FvVR27NihHTt2SLITDKurqxMvjU+CSAnb4agIg4msmDLAWCymrq4uVVdXq6mpSZs2bcp5VfcdO3aopaVF1dXVam5utrG22PgyGCmhJJaNmoBkgIA5sVhM69atU3V1tdrb2/N2A8OmTZuMBELP4eiTM/1eYwVADkZCQSj0DNDJ+Do6OibM39VMA6FnFjjjCYqkJfElOwGQDBDITG9vr66//nq1t7dPmMDntWnTJjU1NamjoyPQ50wfjDRWAOx3fqAsPiayQssAY7GYWlpa1NTUpD179uT662QsGo26w3e/2aAnA8y4JNa4GeDg4GCm7V+ADBAIzsn6uru7c/1VjItGo+5QPhXPsjwrGaD7DPDo0aOZtg/kVCFkgV1dXWpqasrbCQ5T1q1bp6VLl477e5o+GGncWWCWwQC5E4vF1NTUpPb29lx/lazZsmXLuEN80wcjjZsBshAaE91EzQCj0aiamprU29ub66+Sdc7vvmXLlgveM30w0rgZ4MDAwBhvA7DJCQCFMNGRrlgspqVLl6qrq+uC90wejjTuThAbBRHIAJFNEy0DdIJfoT/v86u9vf2CyZHKysrEy4yeA44VADkYCcgBgt/Y1q1bNyoTNHk40lgB0PrMB1kgsmWiZIAEv/G1t7e7zwRNHo6UrB6gJLkFEk0rKyubMP9hYmKbCP+zdZ53EfzG19LSonA47M0AMzocKVn6GJOBWlvJlJeX22oamHDa2tqKesLDL2dZ0E033ZT4ckbrYlIGwEOHDnn33wEwpKOjQ5s2bcrpdwiFQm515+rqalVWVo6aae3v79fQ0JD27Nmj4eHhnAbrWCym7du3J76UUU3AZAHQ+uFIQLFz9sJmm3Omxz333KMlS5YELlYai8XU29urLVu2aMeOHbkeul+W+pbkkgVAdyLk0KFD2ShtDRQVZziXTY2NjVqxYoWWLFmS0Vq6UCikJUuWaMmSJZL+vwJ1jjLZaZl8OFkxBDJAwKKOjo6sZU6NjY2KRCKKRCJqbm42upDYab+7u1sHDhzQihUrjLbtQ2XqW5JLFgDdDJDdIIBZ0WhU69evt95POBx2A182TmwLh8O5CITGF0JLlg9GAopZNoa+ra2t2r17d1YCn5cTCCORSDYeny1TBnuCkwXAI84PVIQBzOnu7rY69HWyvq6uLuND3aCcobfzrNCil9L9YLIA6D74O3bsWLptA/CwOevrBL9cZH3JhMNhvfLKK1q7dq3NbhrP/wksWQB0NwEPDQ2l0y4AD5vZX11dnXbv3p23KzY6OjpsB8G0Gi9L8nqdpCWSdN1112UjhQUK3tKlS60cYlRXV6dIJJLzIW8qTmbqHJxuWFjSDknRIB9KlgG6jXAwEpA5W9mfM8TM9+DnsJwJBm543EORJCZBABNsLHtxnvnl67A3mY6ODlujykYFnBFO+QyQDBDIzJ49e6zsn127du2EC36Ol156ydZ3bw5yc8pZYDJAIDM2jrJsbW1Vc3Oz8XazJRQK6aWX0l69Mp5AK7BTZoCnTp3K6NsAxe7VV1812l44HFZbW5vRNnOhsbFRra2tppsNK8CSmPGqRboVS20UL43FYtRAQ07U1dVlbdKgt7fX+M6Pl156aUJnf4lisZiqq6tNz453Scr4LNHDOhcE42fOnImbFolE4k77/OFPNv9EIhHj/z0n09raavS7h8PhrH33bOno6DD979j34uXxZoE5HAnIkOlRjuXFxDnR2tpqOiMPyeds8HgnKr3nt5F0hEIhLVy40FbzQFLZGv7GYjGji37D4XDBDH0ThUIhtbW1XXD8ZYYWysei6PECoLv+JRqNGp+yrqurK8pT71E8TGd/99xzj9H28smKFStMB8BGSSkrtI43BDa/ZwcoIqa3fBVi9ucIh8Omizj4asxXAOQZIBDc7t27jbUVDodVV1dnrL18ZDjDDcvHyZbjBUDK4gMZMHmudiEPfx0WynhlFAAHnR/IAIHgTD4DzKcaf7ZYWJ+ZMmX2tQzm7NmzRr4NUCxMl70q9OGvw/DvWZXqhvECoHsa0uHDh418G6BYmJ4BnqhFD4KaP3++yebCqW7wlQFyMBKQO8WS/UnGA31GzwDdDJCKMEAwJoufVlZmdPTthJLtwq7jBUB36peagEDuTJRqzyYYzgBTNjZeAHSnfm2cYwDAn2IKgNmWsiS+RAAEUJjGC4BR5wfOBgZQiMYrhuCyNQkSj8etFFsFcs3kf9fRaFQjIyPG2sumkpISlZSMV3d5NMOjzZSNpQqAhyTNkc5NhEydOtXElxqFkvsoRLNmzTLWVjQanbB/TyZNmqSysmTHj19o7969JrtPGQBTPQO0ejhSkP8zABOJyYkLk3uKsy1oJjw05LuYsx8ZB0B3LSCLoQH/rrrqKqPtTdQgGDQAGt5BE011Q6oA6Ea9gYGB8e5LG1kgClEoFDK6gHnXrl3G2spnhmsophxP+84AbZXEIgCiUFVVpdyL79vOnTuNtZVNQTJACxXiMx4CczASkKZ58+YZa2vr1q3G2spXW7ZsMd1kyvF0qgBofRMwGSAKlckAODw8PCGzwCAZoOED5Hv93JQqALoroCfqQ1ggV0wGQGliZoF+A+CePXuMFpCQj+xPSh0Are+BIwNEoWpoaDA6EdLT01Ow21K7urpMN+lrNsV3ADx48GBG3yYZAiAKmelh8LPPPmusvWzwkwFGo1Ft2pTyBMugev3clCoAcjASkIGGhgaj7W3YsKHgskDD5wFL54a/vv4h+Z4EsTULTAaIQvbAAw8Yba/QskBL2V+33xt9L4MhAwSCq6qq0i233GK0zQ0bNkyoScnxAqCF7E+SfE8n+14IzU4QID133XWX0faGh4f10EMPGW0zF7q7u21kf3vkYwucw3cGyF5gID2mh8HSua1xGzZsMN6uDWNlgNFoVO3t7Ta6Wx/kZt8Z4ODg4Hj3pY0MEIUuFAoZHwZL0te//vUJuTg6FoupqanJ1mROb5Cb/ZTE/1CydzASARDFYM2aNVbaXb58ed4/D/RmgC0tLaYXPTu6FWD4K/kLgByOBGSooaHBShY4PDysxYsX530QdLS1tdnY8+v4fdAP+DoUyWErAJIFohjYygL7+/vzOgg6GWBLS4vWrw/0iC6owEtV/ATAqPMD5wMD6bOVBUrngmB9fb36+vqstJ+JWCym66+/Xt3d3ba7mhP0A4EyQFuHI5EBoljYygKlc8Ph+vp6dXZ2WusjqJ07d+qGG24wXek5Gf+Hj5wX6BmgraUwBEAUi4aGBivLYhJ1dnZq0aJFOR8Sd3Z2Wh+aV1RUJF5ayQDdcbWtxdBAMVmzZo3RKjFj2bVrl+bOnavOzs6sT17u3LnT7du2O+64I6PP+wmA1g9GIgNEMamqqrI6FE7U2dmpT3/60+rp6bGeEe7cuVOLFi3K2oRMOBzWypUrR70UtA0/AdA9kPTIkSNB2wcwhpUrV1qbEPHq7+/XQw89pPr6ej300ENGF0/HYjFt2LDBDXzZOrwpFAopEolkfPxoqoPRpYQM8MyZMxl1lgwZIIrRxo0bVV9fr+Hh4az0Nzw8rJ6eHvX09LhFGhoaGjRv3jzfdQtjsZj6+vq0detW9fX15ey0umeeeUbhcNi7oDrwM0A/AdD6wUgEQBSjqqoqbd68WYsXL8563/39/erv71dPT4/72rx581RZWTnmaXZ9fX3q7+/PWrAeT2trq5qbmyVJU6dOTXzLTzwbxU/kuVPSVklasWKFlbU8Z8+e1enTp423C0wEnZ2debV0JZ+Fw2Ht3r171NA3IYE6KWlKkPb8PAN0Vz9b2r9HBoiitmbNGutLYwpBOBwe87lfwlKYigs+lIKfAMgGYMCyjRs3Zm1SZCJygl84HL7gvRkzZiReTg/SbqAAyDNAwJ7NmzcbP0qzUPz4xz8eM/hJFyyGnjrmTUkEGgLbKotPAATOLe0gCI7t5ZdfTvrezJkzEy+NZ4DuBmDWAQJ2VVVVadu2bcbL6E90zzzzjF577bUx37voolGTv8YzQOn8UhibZfHJAoFznEzQs8uh6LW0tIyZhM2ZM2r5X6CV0X4DoPXDkQCM9tRTT2Vty9xE8O677+qRRx5JdZuVAGj9cCQyQOBCa9as0bZt28ZcnFyMXnnlFT333HOjXquurk68tDIEdtM+agIC2dXQ0MBzwQRPPPGE3n777WRvG58EkRJKYlEVGsg+Z9vcmjVrij4bPHr0qJYvX+7WJpg9e3bi25ODtOU3AFo/GIkMEEjNGRIX+86RN998U9/61rckXTALPHPMDyQRqCS+xMlwQK5VVVVp48aN2rdvX1Fng52dnfrtb3/rXQcYqCCC3wDoVjfkfGAgP1RVVWnfvn3atm1bUW6ji8fjuv/++3XixInElwOVxAqcAQ4ODgb9iC8EQCA9DQ0N2r59u/bt25eXQ+NbbrlFjz76qJW2+/v79f3vfz/tzwd+BuiJtgDyROLQONfFFZyy/9u2bdP27dv17W9/2ztZYUxvb2/iZTjIZ/2Ol60fjEQGCJhRVVWlqqoqPfDAA+rv79euXbu0detW7dy502pB01tuuUXz5s3TXXfdpYaGhlHvTZo0SW1tbXrssces9Z8Ov1FnsaRfS9Ly5cv1k5/8xPgXGRkZ0alTp1LfCCBtfX196uvr086dO9Xf36933nkn8AFGTtVop5S+8yfV+RwnT55UTU2N3n///Ux+BT98Z1N+b2yUFJGkhQsXelNOI+LxuNW9xgCS6+vrc1d4DA8Pj8oUKysrVVlZqVAopKuuuirtg4gmTZqktWvXZqP6tfEAeJ2kfZK0YMECvf766+l8qZR4vggUrvLycg0ODurqq6/W8ePHbXbVJKnXz42B9wLbKooKoPDNmDHDPdDIoo2SLvFzo98AaGcDsAcTIUDhisfjkqT29nbbf9evlfRffm70GwDd1c/ZOPEdQOFxAmBNTY3uvfde292tknRHqpuCLIS2vgeODBAoDo8//ng2uvkfpdgbnFYA5DkggKCcDFCSbrjhBn32s5+13eXHdC4IJhUkAHI4EgBjspQF3ikp6T68IAHQnQhhNwiAoBIzQEm67bbbdP3112ej6/+SVDPWG0ECoPWy+ACKS5aywKmSfiZpkveNIAHQ+sFIZIBA4fJmgJK0bNmypAeeG1YnqcP7IhkggKzxBsGysjK1t7dnq/v/lDSqRE6QAOgeyMnBSABM+eIXv6jLL788W931SPqocxEkALpTv8eOHTP5hVwEQKCwjTUMnjp1qr761a9m6ytcJanLuQgSAN3Ff0NDQya/EIAi95WvfEVTpwY60jcT/y6pWUqjJL7EyXAA0jNWBihJl19+uR588MFsfpXvSaoKEgCjzg+cDQwgHckCoHSuSILniEubjkuan1YGyCQIANOqqqq0bNky290ck/QtSXMl/TKtZ4A2l8EQBIHCNV4GKFlfGL1Z5wLfWp3f2pvWLLCthdAAiltdXZ0WLVpkutk/6dz6v89LOpj4Rlo7QWweXkQGCBSuVBmgZDQLHJD0sKR/kzTmOR5Bo4377f38Iuk4deqURkZGrLQNILdKS0s1efLklPfddNNN+sMf/pBJVy9K+ppS1DENOgniZoGUxAJgi4EssFc+ijgHDYDWD0ciAAKFy+/IcenSpbr22mt9t/uJT3xCt912W+JLvtbTBA2AWTkcCUBxKykp8VUkYfr06Vq/fr327t2rz3zmM4lvzfDTT9AA6K6AjkajAT/qDxkgULiCzB2sWLFCM2aMHccuuugitba2at++fVq1apXKysq8zxan+Okj6LJr6wcjlZaWZnM1OIA8dfHFF+vRRx/VN7/5zVGv33rrrVq/fr3mzp076vWZM0edf3SZnz7SDoC2ngGWlpaqtDStDSoACswjjzyip556Sh988IFqamrU1dWlO+4Y+7RLT+Lkq7JC0ABo/WAkAHB89KMf1cqVKxUKhbRq1apxl9DMmTMn8TLkp/2gAXDQ+YHdIACyobOz09d9ngzQVwBMexmMzd0gABBUOhlg2guhDx8+HPCjAJA1djNADkYCkE88p8v5mgRJOwO0VRMQAAyY7uemoAHQnfqlKjSAfDN79uzEy4pU9wcNgO7iP1vnggBAujwzwTOT3edIe8UxARBAvvHsBkm5zC9oAIw6P9g6GxgA0lVRMWrUOyfZfY60M0AmQQDkm+nTfc19uNIJgFk5HAkAgvIcrh5OdX86AZDDkQDkpWxkgG7UIwMEkE+mTZuWeBlOdX86AdCNemSAAPJJZWVloPvTqTzqzn4MDAxYqwwNAEF5yvTNTnafI50A6G4B+cIXvpDGxwEgK4yvA5Q4GAnAxJByJ0g6GeA/lbAgGgDy1HCuvwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAECR+z+WwGksVBV74AAAAABJRU5ErkJggg==);background-size:100% 100%;height:80px;width:80px}@media screen and (max-width:1920.9px){.tsws-faq-list-v1-result-empty-img{height:4.1666666667vw;width:4.1666666667vw}}@media screen and (max-width:767.9px){.tsws-faq-list-v1-result-empty-img{height:80px;width:80px}}@media screen and (max-width:499.9px){.tsws-faq-list-v1-result-empty-img{height:16vw;width:16vw}}.tsws-faq-list-v1-result-empty-text{color:#7a7a7a;font-size:12px;line-height:16px;margin-top:12px;text-align:center}@media screen and (max-width:1920.9px){.tsws-faq-list-v1-result-empty-text{font-size:12px;line-height:16px}}@media screen and (max-width:1440.9px){.tsws-faq-list-v1-result-empty-text{font-size:12px;line-height:16px}}@media screen and (max-width:1024.9px){.tsws-faq-list-v1-result-empty-text{font-size:1.171875vw;line-height:1.5625vw}}@media screen and (max-width:767.9px){.tsws-faq-list-v1-result-empty-text{font-size:16px;height:unset;line-height:21.3333333333px}}@media screen and (max-width:499.9px){.tsws-faq-list-v1-result-empty-text{font-size:3.2vw;line-height:4.2666666667vw}}@media screen and (max-width:1920.9px){.tsws-faq-list-v1-result-empty-text{margin-top:.625vw}}@media screen and (max-width:767.9px){.tsws-faq-list-v1-result-empty-text{margin-top:16px}}@media screen and (max-width:499.9px){.tsws-faq-list-v1-result-empty-text{margin-top:3.2vw}}.tsws-faq-list-v1 .tsws-faq-list-pagination{margin-top:20px}@media screen and (max-width:1920.9px){.tsws-faq-list-v1 .tsws-faq-list-pagination{margin-top:1.0416666667vw}}.tsws-faq-list-v1 .tsws-faq-list-pagination .wsc-pagination__container{justify-content:center}.tsws-faq-list-v1 .tsws-faq-list-learn-more{display:flex;justify-content:center;margin-top:32px}@media screen and (max-width:499.9px){.tsws-faq-list-v1 .tsws-faq-list-learn-more{margin-top:8.5333333333vw}}.mdws-badges-box ul{align-items:center;display:flex;flex-direction:row-reverse;flex-wrap:wrap-reverse;gap:16px;justify-content:end}.mdws-badges-box li>a{display:inline-block}.mdws-badges-box li>a img{max-height:44px}@media screen and (max-width:1920.9px){.mdws-badges-box li>a img{max-height:44px}}@media screen and (max-width:1440.9px){.mdws-badges-box li>a img{max-height:calc(16.30769px + 1.92308vw)}}@media screen and (max-width:1024.9px){.mdws-badges-box li>a img{max-height:3.515625vw}}.mdws-badges-box li>a img{object-fit:contain}@media screen and (max-width:767.9px){.mdws-badges-box ul{flex-direction:row;flex-wrap:wrap;gap:8px;justify-content:start}.mdws-badges-box li>a img{max-height:58.67px;max-width:100%}}@media screen and (max-width:499.9px){.mdws-badges-box ul{gap:2.1333333333vw}.mdws-badges-box li>a img{max-height:11.7333333333vw}}.tsws-company-information-v1{display:flex;flex-direction:column;gap:10px}@media screen and (max-width:1920.9px){.tsws-company-information-v1{gap:10px}}@media screen and (max-width:1440.9px){.tsws-company-information-v1{gap:10px}}@media screen and (max-width:1024.9px){.tsws-company-information-v1{gap:.9765625vw}}.tsws-company-information-v1 .tsws-company-information__title{font-size:14px;line-height:22px}@media screen and (max-width:1920.9px){.tsws-company-information-v1 .tsws-company-information__title{font-size:14px;line-height:22px}}@media screen and (max-width:1440.9px){.tsws-company-information-v1 .tsws-company-information__title{font-size:calc(7.07692px + .48077vw);line-height:calc(1.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-company-information-v1 .tsws-company-information__title{font-size:1.171875vw;line-height:1.5625vw}}.tsws-company-information-v1 .tsws-company-information__title{color:#7a7a7a;font-weight:400}.tsws-company-information-v1 .tsws-company-information__detail{font-size:12px;line-height:16px}@media screen and (max-width:1920.9px){.tsws-company-information-v1 .tsws-company-information__detail{font-size:12px;line-height:16px}}@media screen and (max-width:1440.9px){.tsws-company-information-v1 .tsws-company-information__detail{font-size:12px;line-height:16px}}@media screen and (max-width:1024.9px){.tsws-company-information-v1 .tsws-company-information__detail{font-size:1.171875vw;line-height:1.5625vw}}.tsws-company-information-v1 .tsws-company-information__detail{color:#7a7a7a;font-weight:400;white-space:pre-line}@media screen and (max-width:767.9px){.tsws-company-information-v1{gap:10.67px}}@media screen and (max-width:767.9px)and (max-width:767.9px){.tsws-company-information-v1 .tsws-company-information__title{font-size:18.6666666667px;height:unset;line-height:29.3333333333px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-company-information-v1 .tsws-company-information__title{font-size:3.7333333333vw;line-height:5.8666666667vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.tsws-company-information-v1 .tsws-company-information__detail{font-size:16px;height:unset;line-height:21.3333333333px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-company-information-v1 .tsws-company-information__detail{font-size:3.2vw;line-height:4.2666666667vw}}@media screen and (max-width:499.9px){.tsws-company-information-v1{gap:2.1333333333vw}}.tsws-copyright-notice-v1{font-size:12px;line-height:16px}@media screen and (max-width:1920.9px){.tsws-copyright-notice-v1{font-size:12px;line-height:16px}}@media screen and (max-width:1440.9px){.tsws-copyright-notice-v1{font-size:12px;line-height:16px}}@media screen and (max-width:1024.9px){.tsws-copyright-notice-v1{font-size:1.171875vw;line-height:1.5625vw}}.tsws-copyright-notice-v1{color:#7a7a7a;font-weight:400;text-align:end}@media screen and (max-width:767.9px){.tsws-copyright-notice-v1{text-align:start}}@media screen and (max-width:767.9px)and (max-width:767.9px){.tsws-copyright-notice-v1{font-size:16px;height:unset;line-height:21.3333333333px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-copyright-notice-v1{font-size:3.2vw;line-height:4.2666666667vw}}.tsws-country-selector-v1{align-items:center;display:flex;font-size:14px;gap:4px;line-height:22px}@media screen and (max-width:1920.9px){.tsws-country-selector-v1{font-size:14px;line-height:22px}}@media screen and (max-width:1440.9px){.tsws-country-selector-v1{font-size:calc(7.07692px + .48077vw);line-height:calc(1.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-country-selector-v1{font-size:1.171875vw;line-height:1.5625vw}}.tsws-country-selector-v1{cursor:pointer;font-weight:400}.tsws-country-selector-v1:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-size:16px;font-style:normal;line-height:16px;transform:rotate(0deg);vertical-align:middle}@media screen and (max-width:767.9px){.tsws-country-selector-v1{gap:5.33px}}@media screen and (max-width:767.9px)and (max-width:767.9px){.tsws-country-selector-v1{font-size:18.6666666667px;height:unset;line-height:29.3333333333px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-country-selector-v1{font-size:3.7333333333vw;line-height:5.8666666667vw}}@media screen and (max-width:767.9px){.tsws-country-selector-v1:before{font-size:21.33px;line-height:21.33px}.tsws-country-selector-v1{gap:1.0666666667vw}.tsws-country-selector-v1:before{font-size:4.2666666667vw;line-height:4.2666666667vw}}.tsws-footer-v1__styles{background:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/images/toshiba/footer-bg-pc.png) 50% no-repeat;background-size:cover}@media screen and (max-width:767.9px){.tsws-footer-v1__styles{background-image:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/images/toshiba/footer-bg-mb.png);position:relative}.tsws-footer-v1__styles:before{background:#d4d4d4;content:"";height:.67px;left:0;position:absolute;width:100%}}.tsws-footer-v1{margin-left:auto;margin-right:auto;width:1680px}@media screen and (max-width:1920.9px){.tsws-footer-v1{margin-left:6.25vw;margin-right:6.25vw;width:87.5vw}}@media screen and (max-width:767.9px){.tsws-footer-v1{margin-left:auto;margin-right:auto;padding-left:unset;padding-right:unset;width:457.33px}}@media screen and (max-width:499.9px){.tsws-footer-v1{width:calc(100% - 8.53333vw)}}.tsws-footer-v1{padding-bottom:20px}.tsws-footer-v1 .tsws-footer__main-box{border-bottom:1px solid #efefef;border-top:1px solid #efefef;display:flex;flex-direction:column;gap:40px;padding:40px 0 20px}.tsws-footer-v1 .tsws-footer__main-box__top{display:flex;justify-content:space-between}.tsws-footer-v1 .tsws-footer__logo-quick-links__box{display:flex;gap:120px}@media screen and (max-width:1920.9px){.tsws-footer-v1 .tsws-footer__logo-quick-links__box{gap:calc(-200px + 16.66667vw)}}@media screen and (max-width:1440.9px){.tsws-footer-v1 .tsws-footer__logo-quick-links__box{gap:calc(12.30769px + 1.92308vw)}}@media screen and (max-width:1024.9px){.tsws-footer-v1 .tsws-footer__logo-quick-links__box{gap:3.125vw}}.tsws-footer-v1 .tsws-footer__logo{height:16px;line-height:16px;width:112px}.tsws-footer-v1 .tsws-footer__logo img{height:100%;width:100%}.tsws-footer-v1 .tsws-footer__quick-links{column-gap:32px;display:flex;flex:1;flex-wrap:wrap;row-gap:20px}@media screen and (max-width:1920.9px){.tsws-footer-v1 .tsws-footer__quick-links{column-gap:calc(-16px + 2.5vw)}}@media screen and (max-width:1440.9px){.tsws-footer-v1 .tsws-footer__quick-links{column-gap:20px}}@media screen and (max-width:1024.9px){.tsws-footer-v1 .tsws-footer__quick-links{column-gap:1.953125vw}}.tsws-footer-v1 .gws-links-v1__styles{width:200px}@media screen and (max-width:1920.9px){.tsws-footer-v1 .gws-links-v1__styles{width:200px}}@media screen and (max-width:1440.9px){.tsws-footer-v1 .gws-links-v1__styles{width:calc(130.76923px + 4.80769vw)}}@media screen and (max-width:1024.9px){.tsws-footer-v1 .gws-links-v1__styles{width:17.578125vw}}.tsws-footer-v1 .tsws-footer__social-media{flex:none;width:240px}@media screen and (max-width:1920.9px){.tsws-footer-v1 .tsws-footer__social-media{width:240px}}@media screen and (max-width:1440.9px){.tsws-footer-v1 .tsws-footer__social-media{width:calc(-36.92308px + 19.23077vw)}}@media screen and (max-width:1024.9px){.tsws-footer-v1 .tsws-footer__social-media{width:15.625vw}}.tsws-footer-v1 .tsws-footer__main-box__bottom{align-items:flex-end;display:flex;gap:80px;justify-content:space-between}@media screen and (max-width:1920.9px){.tsws-footer-v1 .tsws-footer__main-box__bottom{gap:4.16667vw}}@media screen and (max-width:1440.9px){.tsws-footer-v1 .tsws-footer__main-box__bottom{gap:calc(-9.23077px + 4.80769vw)}}@media screen and (max-width:1024.9px){.tsws-footer-v1 .tsws-footer__main-box__bottom{gap:3.90625vw}}.tsws-footer-v1 .tsws-company-information-v1__styles{max-width:1000px}@media screen and (max-width:1920.9px){.tsws-footer-v1 .tsws-company-information-v1__styles{max-width:52.08333vw}}@media screen and (max-width:1440.9px){.tsws-footer-v1 .tsws-company-information-v1__styles{max-width:calc(9.23077px + 51.44231vw)}}@media screen and (max-width:1024.9px){.tsws-footer-v1 .tsws-company-information-v1__styles{max-width:52.34375vw}}.tsws-footer-v1 .tsws-footer__budges-copyright-box{display:flex;flex-direction:column;gap:16px}.tsws-footer-v1 .tsws-footer__budges-copyright-box:not(:has(.tsws-footer__budges ul)){gap:unset}.tsws-footer-v1 .tsws-footer__sub-box{display:flex;gap:240px;justify-content:space-between;padding:20px 0}@media screen and (max-width:767.9px){.tsws-footer-v1{padding-bottom:21.333px}.tsws-footer-v1 .tsws-footer__main-box{border:unset;gap:0;padding:0}.tsws-footer-v1 .tsws-footer__main-box__top{flex-direction:column}.tsws-footer-v1 .tsws-footer__logo{display:none}.tsws-footer-v1 .tsws-footer__quick-links{flex-direction:column;gap:0;width:100%}.tsws-footer-v1 .gws-links-v1__styles,.tsws-footer-v1 .tsws-footer__social-media{width:100%}.tsws-footer-v1 .tsws-footer__main-box__bottom{align-items:flex-start;border-bottom:.67px solid #d4d4d4;flex-direction:column;gap:21.33px;padding:21.33px 0}.tsws-footer-v1 .tsws-footer__main-box__bottom:not(:has(.tsws-company-information__title,.tsws-company-information__detail)){gap:unset}.tsws-footer-v1 .tsws-company-information-v1__styles{max-width:unset}.tsws-footer-v1 .tsws-footer__budges-copyright-box{gap:21.33px}.tsws-footer-v1 .tsws-footer__sub-box{flex-direction:column;gap:16px;padding:21.33px 0}}@media screen and (max-width:499.9px){.tsws-footer-v1{padding-bottom:4.2666666667vw}.tsws-footer-v1:before{height:.1333333333vw}.tsws-footer-v1 .tsws-footer__main-box__bottom{border-bottom:.1333333333vw solid #d4d4d4;gap:4.2666666667vw;padding:4.2666666667vw 0}.tsws-footer-v1 .tsws-footer__budges-copyright-box{gap:4.2666666667vw}.tsws-footer-v1 .tsws-footer__sub-box{gap:3.2vw;padding:4.2666666667vw 0}}.tsws-footer__legal-information{flex:1}.mdws-legal-information-box{display:flex;flex-wrap:wrap;font-size:14px;font-weight:400;gap:12px 40px;line-height:22px}@media screen and (max-width:1920.9px){.mdws-legal-information-box{font-size:14px;line-height:22px}}@media screen and (max-width:1440.9px){.mdws-legal-information-box{font-size:calc(7.07692px + .48077vw);line-height:calc(1.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.mdws-legal-information-box{font-size:1.171875vw;line-height:1.5625vw}}.mdws-legal-information-box{color:#7a7a7a}.mdws-legal-information-box a{cursor:pointer!important}@media screen and (max-width:767.9px){.mdws-legal-information-box{flex-direction:column;font-weight:400;gap:16px}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-legal-information-box{font-size:18.6666666667px;height:unset;line-height:29.3333333333px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.mdws-legal-information-box{font-size:3.7333333333vw;line-height:5.8666666667vw}}@media screen and (max-width:499.9px){.mdws-legal-information-box{gap:3.2vw}}.gws-links .gws-links__title{font-size:16px;line-height:24px}@media screen and (max-width:1920.9px){.gws-links .gws-links__title{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.gws-links .gws-links__title{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.gws-links .gws-links__title{font-size:1.3671875vw;line-height:1.7578125vw}}.gws-links .gws-links__title{font-weight:400;margin-bottom:8px}.gws-links .gws-links__title .icon-arrow{display:none}.gws-links ul{display:flex;flex-direction:column;gap:4px}.gws-links li{font-size:14px;line-height:22px}@media screen and (max-width:1920.9px){.gws-links li{font-size:14px;line-height:22px}}@media screen and (max-width:1440.9px){.gws-links li{font-size:calc(7.07692px + .48077vw);line-height:calc(1.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.gws-links li{font-size:1.171875vw;line-height:1.5625vw}}.gws-links li{color:#7a7a7a;font-weight:400}.gws-links li:hover{color:#e61e1e}@media screen and (max-width:767.9px){.gws-links.gws-links--active .gws-links__title:after{transform:rotate(0deg)}.gws-links .gws-links__title{align-items:center;border-bottom:.67px solid #d4d4d4;display:flex;gap:37.33px;justify-content:space-between;margin-bottom:0;padding:21.33px 0}}@media screen and (max-width:767.9px)and (max-width:767.9px){.gws-links .gws-links__title{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.gws-links .gws-links__title{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:767.9px){.gws-links .gws-links__title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-size:26.67px;font-style:normal;line-height:26.67px;transform:rotate(90deg);transition:transform .3s ease;vertical-align:middle}.gws-links .gws-links__title .txt{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gws-links ul{display:none;gap:0;padding-top:10.67px}}@media screen and (max-width:767.9px)and (max-width:767.9px){.gws-links li{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.gws-links li{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:767.9px){.gws-links li a{display:block;padding:10.67px 0 10.67px 21.33px;width:100%}}@media screen and (max-width:499.9px){.gws-links .gws-links__title{border-bottom:.1333333333vw solid #d4d4d4;gap:7.4666666667vw;padding:4.2666666667vw 0}.gws-links .gws-links__title:after{font-size:5.3333333333vw;line-height:5.3333333333vw}.gws-links ul{padding-top:2.1333333333vw}.gws-links li a{padding:2.1333333333vw 0 2.1333333333vw 4.2666666667vw}}.mdws-social-media-box .mdws-social-media__title{font-size:16px;line-height:24px}@media screen and (max-width:1920.9px){.mdws-social-media-box .mdws-social-media__title{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.mdws-social-media-box .mdws-social-media__title{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.mdws-social-media-box .mdws-social-media__title{font-size:1.3671875vw;line-height:1.7578125vw}}.mdws-social-media-box .mdws-social-media__title{font-weight:400;margin-bottom:8px}.mdws-social-media-box ul{display:flex;flex-wrap:wrap;gap:12px}@media screen and (max-width:1920.9px){.mdws-social-media-box ul{gap:12px}}@media screen and (max-width:1440.9px){.mdws-social-media-box ul{gap:12px}}@media screen and (max-width:1024.9px){.mdws-social-media-box ul{gap:1.171875vw}}.mdws-social-media-box li{width:36px}@media screen and (max-width:1920.9px){.mdws-social-media-box li{width:36px}}@media screen and (max-width:1440.9px){.mdws-social-media-box li{width:calc(22.15385px + .96154vw)}}@media screen and (max-width:1024.9px){.mdws-social-media-box li{width:3.125vw}}.mdws-social-media-box li{height:36px}@media screen and (max-width:1920.9px){.mdws-social-media-box li{height:36px}}@media screen and (max-width:1440.9px){.mdws-social-media-box li{height:calc(22.15385px + .96154vw)}}@media screen and (max-width:1024.9px){.mdws-social-media-box li{height:3.125vw}}.mdws-social-media-box a{display:flex;font-size:36px;height:100%;line-height:1;width:100%}@media screen and (max-width:1920.9px){.mdws-social-media-box a{font-size:36px}}@media screen and (max-width:1440.9px){.mdws-social-media-box a{font-size:calc(22.15385px + .96154vw)}}@media screen and (max-width:1024.9px){.mdws-social-media-box a{font-size:3.125vw}}.mdws-social-media-box a img,.mdws-social-media-box a picture{display:none}.mdws-social-media-box a:hover{color:#e61e1e}.mdws-social-media-box a.facebook:after{content:""}.mdws-social-media-box a.facebook:after,.mdws-social-media-box a.instagram:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-style:normal;transform:rotate(0deg);vertical-align:middle}.mdws-social-media-box a.instagram:after{content:""}.mdws-social-media-box a.x:after{content:""}.mdws-social-media-box a.linkedin:after,.mdws-social-media-box a.x:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-style:normal;transform:rotate(0deg);vertical-align:middle}.mdws-social-media-box a.linkedin:after{content:""}.mdws-social-media-box a.tiktok:after{content:""}.mdws-social-media-box a.tiktok:after,.mdws-social-media-box a.youtube:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-style:normal;transform:rotate(0deg);vertical-align:middle}.mdws-social-media-box a.youtube:after{content:""}@media screen and (max-width:1920.9px){.mdws-social-media-box .mdws-social-media__title{margin-bottom:.4166666667vw}}@media screen and (max-width:767.9px){.mdws-social-media-box .mdws-social-media__title{margin-bottom:0;padding:21.33px 0}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-social-media-box .mdws-social-media__title{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.mdws-social-media-box .mdws-social-media__title{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:767.9px){.mdws-social-media-box ul{gap:26.67px}.mdws-social-media-box li{height:53.33px;width:53.33px}.mdws-social-media-box a{font-size:53.33px;line-height:53.33px}}@media screen and (max-width:499.9px){.mdws-social-media-box .mdws-social-media__title{padding:4.2666666667vw 0}.mdws-social-media-box ul{gap:5.3333333333vw}.mdws-social-media-box li{height:10.6666666667vw;width:10.6666666667vw}.mdws-social-media-box a{font-size:10.6666666667vw;line-height:10.6666666667vw}}#footer{background:#f6f6f6;color:#000;padding:4.1666666667vw 9.7222222222vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){#footer{padding:0 5.3333333333vw 8vw}}#footer .footer_links{display:flex;flex:0 0 66.6%;flex-wrap:wrap}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){#footer .footer_links{padding-bottom:8vw}}#footer .footer_function{width:100%}#footer .footer_links_group{flex:0 0 33.3%;padding-bottom:2.0833333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){#footer .footer_links_group{border-bottom:1px solid #333;flex:0 0 100%;padding-bottom:0}}#footer .footer_links_group.active .footer_links_tit:before{transform:translateY(50%) rotate(135deg)}#footer .footer_links_group.active .footer_links_tit:after{transform:translateY(50%) rotate(45deg)}#footer .footer_links_tit{color:inherit;font-size:1.25vw;font-weight:700;padding-bottom:.6944444444vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){#footer .footer_links_tit{font-size:4.2666666667vw;height:16vw;line-height:16vw;padding-bottom:0;position:relative}#footer .footer_links_tit:after,#footer .footer_links_tit:before{background-color:#000;content:"";height:1px;position:absolute;right:2px;top:50%;transform:translateY(50%);transition:transform .3s;width:3.4666666667vw}}#footer .footer_links_tit:before{transform:translateY(50%) rotate(90deg)}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){#footer .footer_link_items{display:none}}#footer .footer_link{color:inherit;font-size:1.1111111111vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){#footer .footer_link{display:block;font-size:3.7333333333vw;height:8vw;line-height:5.3333333333vw;padding-bottom:2.6666666667vw;padding-left:1em}}#footer .footer_link:hover{border-bottom:1px solid #333;color:#000;text-decoration:none}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){#footer .footer_link:hover{border:none}}#footer .footer_info{align-items:flex-end;display:flex;justify-content:space-between}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){#footer .footer_info{flex-wrap:wrap;text-align:center}}#footer .footer_copyright{max-width:80%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){#footer .footer_copyright{max-width:100%;order:2;width:100%}}#footer .footer_copyright_item{font-size:.8333333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){#footer .footer_copyright_item{font-size:3.7333333333vw;padding-top:2.6666666667vw}}#footer .footer_copyright_item p{clear:both!important;font-family:MyriadPro-SemiCn,Helvetica,Arial Unicode MS,serif;font-size:1.0416666667vw!important;font-style:normal;font-weight:400!important;font-weight:700;line-height:2!important;margin:0!important;overflow:hidden!important;padding:0!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){#footer .footer_copyright_item p{font-size:4vw!important;line-height:1.2!important;text-align:center!important}}#footer .footer_copyright_item .page-container{padding:0!important}#footer .footer_copyright_item img{display:block!important;margin:0!important;padding:0!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){#footer .footer_copyright_item img{margin:0 auto!important}}#footer .footer_copyright_link{display:inline-block;line-height:2}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){#footer .footer_copyright_link{line-height:1.5}}#footer .footer_copyright_txt{font-size:1.0416666667vw;line-height:2}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){#footer .footer_copyright_txt{font-size:4vw;line-height:1.2;padding-top:1.3333333333vw}}#footer .footer_social{font-weight:700}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){#footer .footer_social{order:1;width:100%}}#footer .footer_social_tit{font-size:1.1111111111vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){#footer .footer_social_tit{font-size:4.2666666667vw}}#footer .footer_social_links{padding:.5555555556vw 0 .6944444444vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){#footer .footer_social_links{padding:2.6666666667vw 0 3.2vw}}#footer .footer_social_link{padding:0 .4166666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){#footer .footer_social_link{padding:0 1.8666666667vw}}#footer .footer_social_link_img{height:1.3194444444vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){#footer .footer_social_link_img{height:5.0666666667vw}}#footer .footer_select_country{font-size:1.1111111111vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){#footer .footer_select_country{font-size:3.7333333333vw}}.footer_main{display:flex}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.footer_main{flex-direction:column}.footer_function{padding-bottom:8vw}}.tsws-product-full-specification-v1 .tsws-product-full-specification{margin-left:auto;margin-right:auto;width:1200px}@media screen and (max-width:1920.9px){.tsws-product-full-specification-v1 .tsws-product-full-specification{margin-left:18.75vw;margin-right:18.75vw;width:62.5vw}}@media screen and (max-width:767.9px){.tsws-product-full-specification-v1 .tsws-product-full-specification{margin-left:auto;margin-right:auto;padding-left:unset;padding-right:unset;width:457.33px}}@media screen and (max-width:499.9px){.tsws-product-full-specification-v1 .tsws-product-full-specification{width:calc(100% - 8.53333vw)}}.tsws-product-full-specification-v1 .tsws-product-full-specification-list{border-bottom:1px solid #efefef}.tsws-product-full-specification-v1 .tsws-product-full-specification-list:last-child{border-bottom:none}.tsws-product-full-specification-v1 .tsws-product-full-specification-list-header{color:#000;display:flex;font-size:20px;justify-content:space-between;line-height:28px}@media screen and (max-width:1920.9px){.tsws-product-full-specification-v1 .tsws-product-full-specification-list-header{font-size:calc(12px + .41667vw);line-height:calc(20px + .41667vw)}}@media screen and (max-width:1440.9px){.tsws-product-full-specification-v1 .tsws-product-full-specification-list-header{font-size:calc(11.07692px + .48077vw);line-height:calc(5.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-product-full-specification-v1 .tsws-product-full-specification-list-header{font-size:1.5625vw;line-height:1.953125vw}}.tsws-product-full-specification-v1 .tsws-product-full-specification-list-header-title{margin:24px 0}.tsws-product-full-specification-v1 .tsws-product-full-specification-list-header-right{cursor:pointer;margin:auto 0}.tsws-product-full-specification-v1 .tsws-product-full-specification-list-header-right .specification-item-btn{font-size:32px;line-height:40px}@media screen and (max-width:1920.9px){.tsws-product-full-specification-v1 .tsws-product-full-specification-list-header-right .specification-item-btn{font-size:calc(8px + 1.25vw);line-height:calc(16px + 1.25vw)}}@media screen and (max-width:1440.9px){.tsws-product-full-specification-v1 .tsws-product-full-specification-list-header-right .specification-item-btn{font-size:calc(12.15385px + .96154vw);line-height:calc(6.30769px + 1.92308vw)}}@media screen and (max-width:1024.9px){.tsws-product-full-specification-v1 .tsws-product-full-specification-list-header-right .specification-item-btn{font-size:2.1484375vw;line-height:2.5390625vw}}.tsws-product-full-specification-v1 .tsws-product-full-specification-list-header-right .icon-minus,.tsws-product-full-specification-v1 .tsws-product-full-specification-list:not(:first-child) .specification-slide-box{display:none}.tsws-product-full-specification-v1 .tsws-product-full-specification-list-content{color:#000;display:flex;flex-wrap:wrap;margin-bottom:60px}.tsws-product-full-specification-v1 .tsws-product-full-specification-list-content-item{border-right:1px solid #efefef;padding:16px 24px;text-align:left;width:25%}.tsws-product-full-specification-v1 .tsws-product-full-specification-list-content-item .content-item-top{font-size:16px;line-height:24px}@media screen and (max-width:1920.9px){.tsws-product-full-specification-v1 .tsws-product-full-specification-list-content-item .content-item-top{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.tsws-product-full-specification-v1 .tsws-product-full-specification-list-content-item .content-item-top{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-product-full-specification-v1 .tsws-product-full-specification-list-content-item .content-item-top{font-size:1.3671875vw;line-height:1.7578125vw}}.tsws-product-full-specification-v1 .tsws-product-full-specification-list-content-item .content-item-top{font-weight:600}.tsws-product-full-specification-v1 .tsws-product-full-specification-list-content-item .content-item-bottom{display:block;font-size:16px;line-height:24px;margin-top:16px}@media screen and (max-width:1920.9px){.tsws-product-full-specification-v1 .tsws-product-full-specification-list-content-item .content-item-bottom{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.tsws-product-full-specification-v1 .tsws-product-full-specification-list-content-item .content-item-bottom{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-product-full-specification-v1 .tsws-product-full-specification-list-content-item .content-item-bottom{font-size:1.3671875vw;line-height:1.7578125vw}}.tsws-product-full-specification-v1 .tsws-product-full-specification-list-content-item .content-item-bottom{word-wrap:break-word;transition:all .3s}.tsws-product-full-specification-v1 .tsws-product-full-specification-list-content-item .content-item-bottom:hover{color:#e61e1e}.tsws-product-full-specification-v1 .tsws-product-full-specification-list-content-item:nth-child(4n){border-right:none}.tsws-product-full-specification-v1 .tsws-product-full-specification .active .tsws-product-full-specification-list-header-right .icon-add{display:none}.tsws-product-full-specification-v1 .tsws-product-full-specification .active .tsws-product-full-specification-list-header-right .icon-minus{display:block}@media screen and (max-width:1920.9px){.tsws-product-full-specification-v1 .tsws-product-full-specification-list-title{margin:1.25vw 0}.tsws-product-full-specification-v1 .tsws-product-full-specification-content{margin-bottom:3.125vw}.tsws-product-full-specification-v1 .tsws-product-full-specification-content-item{padding:.8333333333vw 1.25vw}.tsws-product-full-specification-v1 .tsws-product-full-specification-content-item .content-item-bottom{margin-top:.8333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.tsws-product-full-specification-v1 .tsws-product-full-specification{margin-left:auto;margin-right:auto;padding-left:unset;padding-right:unset;width:457.33px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-product-full-specification-v1 .tsws-product-full-specification{width:calc(100% - 8.53333vw)}}@media screen and (max-width:767.9px)and (max-width:767.9px){.tsws-product-full-specification-v1 .tsws-product-full-specification-list-header{font-size:18.6666666667px;height:unset;line-height:29.3333333333px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-product-full-specification-v1 .tsws-product-full-specification-list-header{font-size:3.7333333333vw;line-height:5.8666666667vw}}@media screen and (max-width:767.9px){.tsws-product-full-specification-v1 .tsws-product-full-specification-list-header-title{margin:21.33px 0}}@media screen and (max-width:767.9px)and (max-width:767.9px){.tsws-product-full-specification-v1 .tsws-product-full-specification-list-header-right .specification-item-btn{font-size:32px;height:unset;line-height:42.6666666667px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-product-full-specification-v1 .tsws-product-full-specification-list-header-right .specification-item-btn{font-size:6.4vw;line-height:8.5333333333vw}}@media screen and (max-width:767.9px){.tsws-product-full-specification-v1 .tsws-product-full-specification-list-content{background-color:#f6f6f6;margin-bottom:0;max-height:400px;overflow:scroll}.tsws-product-full-specification-v1 .tsws-product-full-specification-list-content-item{border:none;padding:21.33px 16px;width:100%}}@media screen and (max-width:767.9px)and (max-width:767.9px){.tsws-product-full-specification-v1 .tsws-product-full-specification-list-content-item .content-item-top{font-size:18.6666666667px;height:unset;line-height:29.3333333333px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-product-full-specification-v1 .tsws-product-full-specification-list-content-item .content-item-top{font-size:3.7333333333vw;line-height:5.8666666667vw}}@media screen and (max-width:767.9px){.tsws-product-full-specification-v1 .tsws-product-full-specification-list-content-item .content-item-bottom{margin-top:21.33px}}@media screen and (max-width:767.9px)and (max-width:767.9px){.tsws-product-full-specification-v1 .tsws-product-full-specification-list-content-item .content-item-bottom{font-size:18.6666666667px;height:unset;line-height:29.3333333333px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-product-full-specification-v1 .tsws-product-full-specification-list-content-item .content-item-bottom{font-size:3.7333333333vw;line-height:5.8666666667vw}}@media screen and (max-width:499.9px){.tsws-product-full-specification-v1 .tsws-product-full-specification-list-header-title{margin:4.2666666667vw 0}.tsws-product-full-specification-v1 .tsws-product-full-specification-list-content{max-height:106.6666666667vw}.tsws-product-full-specification-v1 .tsws-product-full-specification-list-content-item{padding:4.2666666667vw 3.2vw}.tsws-product-full-specification-v1 .tsws-product-full-specification-list-content-item .content-item-bottom{margin-top:4.2666666667vw}}.tsws-header-v1 .iconfont-toshiba:before{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.tsws-header-v1_wrapper-outer{position:relative}.tsws-header-v1_wrapper{background-color:#fff;padding-left:calc(50% - 840px);padding-right:calc(50% - 840px);width:1680px}@media screen and (max-width:1920.9px){.tsws-header-v1_wrapper{box-sizing:border-box;padding-left:6.25vw;padding-right:6.25vw;width:100%}}@media screen and (max-width:767.9px){.tsws-header-v1_wrapper{margin-left:unset;margin-right:unset;max-width:unset;padding-left:max(0px,(100% - 457.33px)/2);padding-right:max(0px,(100% - 457.33px)/2);width:100%}}@media screen and (max-width:499.9px){.tsws-header-v1_wrapper{padding-left:4.2666666667vw;padding-right:4.2666666667vw}}.tsws-header-v1_wrapper{box-sizing:content-box}@media screen and (max-width:1920.9px){.tsws-header-v1_wrapper{box-sizing:border-box}}.tsws-header-v1_inner-wrapper{align-items:center;display:flex;gap:40px;height:70px;justify-content:space-between}@media screen and (max-width:1920.9px){.tsws-header-v1_inner-wrapper{gap:2.0833333333vw;height:3.6458333333vw}}@media screen and (max-width:767.9px){.tsws-header-v1_inner-wrapper{gap:55px;height:72px}}@media screen and (max-width:499.9px){.tsws-header-v1_inner-wrapper{gap:10.9333333333vw;height:14.4vw}}.tsws-header-v1_inner-wrapper-logo-text{align-items:center;display:flex;flex-shrink:0;gap:20px}@media screen and (max-width:1920.9px){.tsws-header-v1_inner-wrapper-logo-text{gap:20px}}@media screen and (max-width:1440.9px){.tsws-header-v1_inner-wrapper-logo-text{gap:calc(6.15385px + .96154vw)}}@media screen and (max-width:1024.9px){.tsws-header-v1_inner-wrapper-logo-text{gap:1.5625vw}}@media screen and (max-width:767.9px){.tsws-header-v1_inner-wrapper-logo-text{gap:10.67px}}@media screen and (max-width:499.9px){.tsws-header-v1_inner-wrapper-logo-text{gap:2.1333333333vw}}.tsws-header-v1_inner-wrapper-logo{align-items:center;display:flex;height:30px;width:196.9px}@media screen and (max-width:1920.9px){.tsws-header-v1_inner-wrapper-logo{height:1.5625vw;width:10.2552083333vw}}@media screen and (max-width:767.9px){.tsws-header-v1_inner-wrapper-logo{height:20.59px;width:140px}}@media screen and (max-width:499.9px){.tsws-header-v1_inner-wrapper-logo{height:4.2666666667vw;width:28vw}}.tsws-header-v1_inner-wrapper-logo img{object-fit:contain;width:100%}.tsws-header-v1_inner-wrapper-textlink{font-size:16px;font-weight:600}@media screen and (max-width:1920.9px){.tsws-header-v1_inner-wrapper-textlink{font-size:.83333vw}}@media screen and (max-width:1440.9px){.tsws-header-v1_inner-wrapper-textlink{font-size:calc(5.07692px + .48077vw)}}@media screen and (max-width:1024.9px){.tsws-header-v1_inner-wrapper-textlink{font-size:.9765625vw}}.tsws-header-v1_inner-wrapper-textlink{line-height:24px}@media screen and (max-width:1920.9px){.tsws-header-v1_inner-wrapper-textlink{line-height:calc(-8px + 1.66667vw)}}@media screen and (max-width:1440.9px){.tsws-header-v1_inner-wrapper-textlink{line-height:calc(9.07692px + .48077vw)}}@media screen and (max-width:1024.9px){.tsws-header-v1_inner-wrapper-textlink{line-height:1.3671875vw}}@media screen and (max-width:767.9px){.tsws-header-v1_inner-wrapper-textlink{font-size:9.33px;line-height:9.33px;max-width:129px}}@media screen and (max-width:499.9px){.tsws-header-v1_inner-wrapper-textlink{font-size:1.8666666667vw;line-height:1.8666666667vw;max-width:25.8666666667vw}}.tsws-header-v1_inner-wrapper-menu-icon{align-items:center;display:flex;flex:1;gap:40px;height:100%;justify-content:space-between;min-width:0}@media screen and (max-width:1920.9px){.tsws-header-v1_inner-wrapper-menu-icon{gap:2.0833333333vw}}@media screen and (max-width:1024.9px){.tsws-header-v1_inner-wrapper-menu-icon{justify-content:flex-end}}.tsws-header-v1_inner-wrapper-menu-list{display:flex;gap:20px;height:100%;position:relative;width:max-content}@media screen and (max-width:1920.9px){.tsws-header-v1_inner-wrapper-menu-list{gap:1.0416666667vw}}@media screen and (max-width:1024.9px){.tsws-header-v1_inner-wrapper-menu-list{display:none}}.tsws-header-v1_inner-wrapper-menu-list-item{align-items:center;display:flex;flex-shrink:0;font-size:16px;position:relative}@media screen and (max-width:1920.9px){.tsws-header-v1_inner-wrapper-menu-list-item{font-size:calc(8px + .41667vw)}}@media screen and (max-width:1440.9px){.tsws-header-v1_inner-wrapper-menu-list-item{font-size:calc(7.07692px + .48077vw)}}@media screen and (max-width:1024.9px){.tsws-header-v1_inner-wrapper-menu-list-item{font-size:1.171875vw}}.tsws-header-v1_inner-wrapper-menu-list-item{line-height:24px}@media screen and (max-width:1920.9px){.tsws-header-v1_inner-wrapper-menu-list-item{line-height:calc(16px + .41667vw)}}@media screen and (max-width:1440.9px){.tsws-header-v1_inner-wrapper-menu-list-item{line-height:calc(1.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-header-v1_inner-wrapper-menu-list-item{line-height:1.5625vw}}.tsws-header-v1_inner-wrapper-menu-list-item:before{background-color:#e61e1e;bottom:0;content:"";display:inline-block;height:2px;left:50%;opacity:0;position:absolute;transform:translateX(-50%) scaleX(0);transform-origin:center;transition:all .3s ease-in-out;visibility:hidden;width:0}.tsws-header-v1_inner-wrapper-menu-list-item-active:before{max-width:47px;opacity:1;transform:translateX(-50%) scaleX(1);visibility:visible;width:100%}@media screen and (max-width:1920.9px){.tsws-header-v1_inner-wrapper-menu-list-item-active:before{max-width:2.4479166667vw}}.tsws-header-v1_inner-wrapper-icon-list{align-items:center;display:flex;flex-shrink:0;gap:20px;height:100%}@media screen and (max-width:1920.9px){.tsws-header-v1_inner-wrapper-icon-list{gap:20px}}@media screen and (max-width:1440.9px){.tsws-header-v1_inner-wrapper-icon-list{gap:calc(6.15385px + .96154vw)}}@media screen and (max-width:1024.9px){.tsws-header-v1_inner-wrapper-icon-list{gap:1.5625vw}}@media screen and (max-width:767.9px){.tsws-header-v1_inner-wrapper-icon-list{gap:21.33px}}@media screen and (max-width:499.9px){.tsws-header-v1_inner-wrapper-icon-list{gap:4.2666666667vw}}.tsws-header-v1_inner-wrapper-icon-list-item{align-items:center;display:flex;position:relative}.tsws-header-v1_inner-wrapper-icon-list-item .iconfont-toshiba{align-items:center;display:flex;font-size:24px}@media screen and (max-width:1920.9px){.tsws-header-v1_inner-wrapper-icon-list-item .iconfont-toshiba{font-size:calc(8px + .83333vw)}}@media screen and (max-width:1440.9px){.tsws-header-v1_inner-wrapper-icon-list-item .iconfont-toshiba{font-size:calc(6.15385px + .96154vw)}}@media screen and (max-width:1024.9px){.tsws-header-v1_inner-wrapper-icon-list-item .iconfont-toshiba{font-size:1.5625vw}}@media screen and (max-width:767.9px){.tsws-header-v1_inner-wrapper-icon-list-item .iconfont-toshiba{font-size:26.67px}}@media screen and (max-width:499.9px){.tsws-header-v1_inner-wrapper-icon-list-item .iconfont-toshiba{font-size:5.3333333333vw}}.tsws-header-v1_inner-wrapper-icon-list-item-fontIcon{width:24px}@media screen and (max-width:1920.9px){.tsws-header-v1_inner-wrapper-icon-list-item-fontIcon{width:calc(8px + .83333vw)}}@media screen and (max-width:1440.9px){.tsws-header-v1_inner-wrapper-icon-list-item-fontIcon{width:calc(6.15385px + .96154vw)}}@media screen and (max-width:1024.9px){.tsws-header-v1_inner-wrapper-icon-list-item-fontIcon{width:1.5625vw}}.tsws-header-v1_inner-wrapper-icon-list-item-fontIcon{height:24px}@media screen and (max-width:1920.9px){.tsws-header-v1_inner-wrapper-icon-list-item-fontIcon{height:calc(8px + .83333vw)}}@media screen and (max-width:1440.9px){.tsws-header-v1_inner-wrapper-icon-list-item-fontIcon{height:calc(6.15385px + .96154vw)}}@media screen and (max-width:1024.9px){.tsws-header-v1_inner-wrapper-icon-list-item-fontIcon{height:1.5625vw}}@media screen and (max-width:767.9px){.tsws-header-v1_inner-wrapper-icon-list-item-fontIcon{height:26.67px;width:26.67px}}@media screen and (max-width:499.9px){.tsws-header-v1_inner-wrapper-icon-list-item-fontIcon{height:5.3333333333vw;width:5.3333333333vw}}.tsws-header-v1_inner-wrapper-icon-list-item-fontIcon:hover{color:#e61e1e;cursor:pointer}.tsws-header-v1_inner-wrapper-icon-list-item-fontIcon-active{color:#e61e1e}.tsws-header-v1_inner-wrapper-icon-list-item-global{height:100%}@media screen and (max-width:1024.9px){.tsws-header-v1_inner-wrapper-icon-list-item-global{display:none}}.tsws-header-v1_inner-wrapper-icon-list-item-language{height:100%}@media screen and (max-width:1024.9px){.tsws-header-v1_inner-wrapper-icon-list-item-language{display:none}}.tsws-header-v1_inner-wrapper-icon-list-item-language ul{background:#fff;border-radius:4px;box-shadow:0 2px 20px 0 rgba(0,0,0,.15);display:none;padding:20px;position:absolute;right:0;top:70px;z-index:102}@media screen and (max-width:1920.9px){.tsws-header-v1_inner-wrapper-icon-list-item-language ul{border-radius:.2083333333vw;box-shadow:0 .1041666667vw 1.0416666667vw 0 rgba(0,0,0,.15);padding:1.0416666667vw;top:3.6458333333vw}}@media screen and (max-width:1024.9px){.tsws-header-v1_inner-wrapper-icon-list-item-language ul{display:none}}.tsws-header-v1_inner-wrapper-icon-list-item-language ul li{font-size:16px;line-height:24px;min-width:104px;padding:8px 0}@media screen and (max-width:1920.9px){.tsws-header-v1_inner-wrapper-icon-list-item-language ul li{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.tsws-header-v1_inner-wrapper-icon-list-item-language ul li{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-header-v1_inner-wrapper-icon-list-item-language ul li{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:1920.9px){.tsws-header-v1_inner-wrapper-icon-list-item-language ul li{min-width:5.4166666667vw;padding:.4166666667vw 0}}.tsws-header-v1_inner-wrapper-icon-list-item-language ul li a:hover{color:#e61e1e}.tsws-header-v1_inner-wrapper-icon-list-item-user{height:100%}@media screen and (max-width:1024.9px){.tsws-header-v1_inner-wrapper-icon-list-item-user{display:none}}.tsws-header-v1_inner-wrapper-icon-list-item-user .tsws-header-v1_account-box{background:#fff;border-radius:4px;box-shadow:0 2px 20px 0 rgba(0,0,0,.15);display:none;padding:0 20px;position:absolute;right:0;top:70px;z-index:102}@media screen and (max-width:1920.9px){.tsws-header-v1_inner-wrapper-icon-list-item-user .tsws-header-v1_account-box{border-radius:.2083333333vw;box-shadow:0 .1041666667vw 1.0416666667vw 0 rgba(0,0,0,.15);padding:0 1.0416666667vw;top:3.6458333333vw}}@media screen and (max-width:1024.9px){.tsws-header-v1_inner-wrapper-icon-list-item-user .tsws-header-v1_account-box{display:none}}.tsws-header-v1_inner-wrapper-icon-list-item-user .tsws-header-v1_account-box .tsws-header-v1_userName{font-size:16px;line-height:24px;padding:16px 0}@media screen and (max-width:1920.9px){.tsws-header-v1_inner-wrapper-icon-list-item-user .tsws-header-v1_account-box .tsws-header-v1_userName{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.tsws-header-v1_inner-wrapper-icon-list-item-user .tsws-header-v1_account-box .tsws-header-v1_userName{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-header-v1_inner-wrapper-icon-list-item-user .tsws-header-v1_account-box .tsws-header-v1_userName{font-size:1.3671875vw;line-height:1.7578125vw}}.tsws-header-v1_inner-wrapper-icon-list-item-user .tsws-header-v1_account-box .tsws-header-v1_userName{border-bottom:1px solid #efefef}@media screen and (max-width:1920.9px){.tsws-header-v1_inner-wrapper-icon-list-item-user .tsws-header-v1_account-box .tsws-header-v1_userName{padding:.8333333333vw 0}}.tsws-header-v1_inner-wrapper-icon-list-item-user ul{padding:12px 0}@media screen and (max-width:1920.9px){.tsws-header-v1_inner-wrapper-icon-list-item-user ul{padding:.625vw 0}}@media screen and (max-width:1024.9px){.tsws-header-v1_inner-wrapper-icon-list-item-user ul{display:none}}.tsws-header-v1_inner-wrapper-icon-list-item-user ul li{font-size:16px;font-weight:300;line-height:24px;min-width:130px;padding:8px 0}@media screen and (max-width:1920.9px){.tsws-header-v1_inner-wrapper-icon-list-item-user ul li{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.tsws-header-v1_inner-wrapper-icon-list-item-user ul li{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-header-v1_inner-wrapper-icon-list-item-user ul li{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:1920.9px){.tsws-header-v1_inner-wrapper-icon-list-item-user ul li{min-width:6.7708333333vw;padding:.4166666667vw 0}}.tsws-header-v1_inner-wrapper-icon-list-item-user ul li a:hover{color:#e61e1e;cursor:pointer}@media screen and (max-width:1024.9px){.tsws-header-v1_inner-wrapper-icon-list-item-wish{display:none}}.tsws-header-v1_inner-wrapper-icon-list-item-more{display:none}@media screen and (max-width:1024.9px){.tsws-header-v1_inner-wrapper-icon-list-item-more{display:block}}.tsws-header-v1_inner-wrapper-icon-list .tsws-header-v1_car-numb{align-items:center;background-color:#e61e1e;border-radius:6px;color:#fff;display:flex;font-size:9px;height:12px;justify-content:center;letter-spacing:normal;line-height:9px;min-width:12px;padding:2px 2px 1px;position:absolute;right:0;top:-1px;transform:translate(50%,-50%)}@media screen and (max-width:1920.9px){.tsws-header-v1_inner-wrapper-icon-list .tsws-header-v1_car-numb{font-size:9px;line-height:9px}}@media screen and (max-width:1440.9px){.tsws-header-v1_inner-wrapper-icon-list .tsws-header-v1_car-numb{font-size:9px;line-height:9px}}@media screen and (max-width:1024.9px){.tsws-header-v1_inner-wrapper-icon-list .tsws-header-v1_car-numb{border-radius:.5859375vw;font-size:.87890625vw;height:1.171875vw;line-height:.87890625vw;min-width:1.171875vw;padding:.1953125vw .1953125vw .09765625vw;top:-.09765625vw}}@media screen and (max-width:767.9px){.tsws-header-v1_inner-wrapper-icon-list .tsws-header-v1_car-numb{border-radius:8px;font-size:12px;height:16px;line-height:12px;min-width:16px;padding-bottom:0}}@media screen and (max-width:499.9px){.tsws-header-v1_inner-wrapper-icon-list .tsws-header-v1_car-numb{border-radius:1.6vw;font-size:2.4vw;height:3.2vw;line-height:2.4vw;min-width:3.2vw;padding-bottom:.5333333333vw}}.tsws-header-v1_links-box-scroll{display:flex;flex:1;flex-shrink:0;height:100%;overflow:hidden}@media screen and (max-width:1024.9px){.tsws-header-v1_links-box-scroll{display:none}}.tsws-header-v1_links-box-scroll-arrow-box{align-items:center;display:none;height:100%;justify-content:center;position:relative;visibility:hidden;width:32px}@media screen and (max-width:1920.9px){.tsws-header-v1_links-box-scroll-arrow-box{width:1.6666666667vw}}.tsws-header-v1_links-box-scroll-arrow{align-items:center;display:flex;height:24px;justify-content:center;position:relative;width:24px}.tsws-header-v1_links-box-scroll-arrow:hover{color:#e61e1e;cursor:pointer}@media screen and (max-width:1920.9px){.tsws-header-v1_links-box-scroll-arrow{height:1.25vw;width:1.25vw}}.tsws-header-v1_links-box-scroll-arrow:before{font-size:16px;line-height:24px}@media screen and (max-width:1920.9px){.tsws-header-v1_links-box-scroll-arrow:before{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.tsws-header-v1_links-box-scroll-arrow:before{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-header-v1_links-box-scroll-arrow:before{font-size:1.3671875vw;line-height:1.7578125vw}}.tsws-header-v1_links-box-scroll-arrow-shadow{height:100%;position:absolute;width:20px;z-index:101}@media screen and (max-width:1920.9px){.tsws-header-v1_links-box-scroll-arrow-shadow{width:1.0416666667vw}}.tsws-header-v1_links-box-scroll-arrow-left .tsws-header-v1_links-box-scroll-arrow-shadow{background:linear-gradient(270deg,hsla(0,0%,100%,0),#fff);right:0;transform:translateX(100%)}.tsws-header-v1_links-box-scroll-arrow-right .tsws-header-v1_links-box-scroll-arrow-shadow{background:linear-gradient(270deg,#fff,hsla(0,0%,100%,0));left:0;transform:translateX(-100%)}.tsws-header-v1_links-box-scroll .show-scroll-arrow-btn{visibility:visible}.tsws-header-v1_links-box-scroll-active .tsws-header-v1_links-box-scroll-arrow-box{display:flex}.tsws-header-v1_links-box-scroll-active .tsws-header-v1_links-box-outer{display:block}.tsws-header-v1_links-box-outer{display:flex;flex:1;justify-content:flex-end;overflow:hidden}.tsws-header-v1_panel{background-color:#fff;left:0;opacity:0;padding:40px 0;position:absolute;right:0;top:70px;visibility:hidden;z-index:101}@media screen and (max-width:1920.9px){.tsws-header-v1_panel{top:3.6458333333vw}}@media screen and (max-width:1024.9px){.tsws-header-v1_panel{display:none}}.tsws-header-v1_panel-content{max-height:720px;overflow-y:auto;position:relative}@media screen and (max-width:1920.9px){.tsws-header-v1_panel-content{max-height:calc(80px + 33.33333vw)}}@media screen and (max-width:1440.9px){.tsws-header-v1_panel-content{max-height:calc(-63.07692px + 43.26923vw)}}@media screen and (max-width:1024.9px){.tsws-header-v1_panel-content{max-height:37.109375vw}}.tsws-header-v1_panel-content{margin-left:auto;margin-right:auto;width:1680px}@media screen and (max-width:1920.9px){.tsws-header-v1_panel-content{margin-left:6.25vw;margin-right:6.25vw;width:87.5vw}}@media screen and (max-width:767.9px){.tsws-header-v1_panel-content{margin-left:auto;margin-right:auto;padding-left:unset;padding-right:unset;width:457.33px}}@media screen and (max-width:499.9px){.tsws-header-v1_panel-content{width:calc(100% - 8.53333vw)}}.tsws-header-v1_panel-item{opacity:0;position:absolute;transform:translateX(-200%);transition:opacity .3s ease;visibility:hidden;width:100%}.tsws-header-v1_panel-item-active{opacity:1;transform:translateX(0);visibility:visible}.tsws-header-v1_panel-menu-img-box{display:flex;gap:84px;justify-content:space-between}@media screen and (max-width:1920.9px){.tsws-header-v1_panel-menu-img-box{gap:calc(-140px + 11.66667vw)}}@media screen and (max-width:1440.9px){.tsws-header-v1_panel-menu-img-box{gap:calc(-55.07692px + 5.76923vw)}}@media screen and (max-width:1024.9px){.tsws-header-v1_panel-menu-img-box{gap:.390625vw}}.tsws-header-v1_panel-menu-box{display:flex;flex:1;flex-wrap:wrap;gap:40px;margin-top:-24px}@media screen and (max-width:1920.9px){.tsws-header-v1_panel-menu-box{gap:calc(-24px + 3.33333vw)}}@media screen and (max-width:1440.9px){.tsws-header-v1_panel-menu-box{gap:calc(-3.69231px + 1.92308vw)}}@media screen and (max-width:1024.9px){.tsws-header-v1_panel-menu-box{gap:1.5625vw}}.tsws-header-v1_panel-menu-group-item{width:170px}@media screen and (max-width:1920.9px){.tsws-header-v1_panel-menu-group-item{width:170px}}@media screen and (max-width:1440.9px){.tsws-header-v1_panel-menu-group-item{width:calc(10.76923px + 11.05769vw)}}@media screen and (max-width:1024.9px){.tsws-header-v1_panel-menu-group-item{width:12.109375vw}}.tsws-header-v1_panel-second-menu-title{display:block;font-size:16px;font-weight:400;line-height:24px}@media screen and (max-width:1920.9px){.tsws-header-v1_panel-second-menu-title{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.tsws-header-v1_panel-second-menu-title{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-header-v1_panel-second-menu-title{font-size:1.3671875vw;line-height:1.7578125vw}}.tsws-header-v1_panel-second-menu-title{margin-top:24px}.tsws-header-v1_panel a.tsws-header-v1_panel-second-menu-title:hover{color:#e61e1e;cursor:pointer}.tsws-header-v1_panel-menu-item{color:#7a7a7a;font-size:14px;font-weight:400;line-height:22px}@media screen and (max-width:1920.9px){.tsws-header-v1_panel-menu-item{font-size:14px;line-height:22px}}@media screen and (max-width:1440.9px){.tsws-header-v1_panel-menu-item{font-size:calc(7.07692px + .48077vw);line-height:calc(1.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-header-v1_panel-menu-item{font-size:1.171875vw;line-height:1.5625vw}}.tsws-header-v1_panel-menu-item{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;margin-top:8px;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:1920.9px){.tsws-header-v1_panel-menu-item{margin-top:8px}}@media screen and (max-width:1440.9px){.tsws-header-v1_panel-menu-item{margin-top:calc(1.07692px + .48077vw)}}@media screen and (max-width:1024.9px){.tsws-header-v1_panel-menu-item{margin-top:.5859375vw}}.tsws-header-v1_panel-menu-item:hover{color:#e61e1e;cursor:pointer}.tsws-header-v1_panel-img-list-box{height:270px;width:360px}@media screen and (max-width:1920.9px){.tsws-header-v1_panel-img-list-box{height:14.0625vw;width:18.75vw}}.tsws-header-v1_panel-img-list-box img{height:100%;object-fit:cover;width:100%}.tsws-header-v1_panel-active{opacity:1;visibility:visible}.tsws-header-v1_search-box{background-color:#fff;display:none;left:0;padding:40px 0;position:absolute;right:0;top:70px;z-index:101}@media screen and (max-width:1920.9px){.tsws-header-v1_search-box{box-sizing:content-box;padding:2.0833333333vw calc(50% - 840px);top:3.6458333333vw;width:1680px}}@media screen and (max-width:1920.9px)and (max-width:1920.9px){.tsws-header-v1_search-box{box-sizing:border-box;padding-left:6.25vw;padding-right:6.25vw;width:100%}}@media screen and (max-width:1920.9px)and (max-width:767.9px){.tsws-header-v1_search-box{margin-left:unset;margin-right:unset;max-width:unset;padding-left:max(0px,(100% - 457.33px)/2);padding-right:max(0px,(100% - 457.33px)/2);width:100%}}@media screen and (max-width:1920.9px)and (max-width:499.9px){.tsws-header-v1_search-box{padding-left:4.2666666667vw;padding-right:4.2666666667vw}}@media screen and (max-width:767.9px){.tsws-header-v1_search-box{bottom:0;height:100vh;padding-bottom:0;padding-top:42.67px;position:fixed;top:0}}@media screen and (max-width:499.9px){.tsws-header-v1_search-box{padding-bottom:0;padding-top:8.5333333333vw}}.tsws-header-v1_search-inner-box{margin:0 auto;width:800px}@media screen and (max-width:1920.9px){.tsws-header-v1_search-inner-box{width:41.6666666667vw}}@media screen and (max-width:767.9px){.tsws-header-v1_search-inner-box{width:100%}}.tsws-header-v1_search-inner-box .iconfont-toshiba{align-items:center;color:#7a7a7a;display:flex;height:20px;width:20px}@media screen and (max-width:1920.9px){.tsws-header-v1_search-inner-box .iconfont-toshiba{height:1.0416666667vw;width:1.0416666667vw}}@media screen and (max-width:767.9px){.tsws-header-v1_search-inner-box .iconfont-toshiba{height:26.67px;width:26.67px}}@media screen and (max-width:499.9px){.tsws-header-v1_search-inner-box .iconfont-toshiba{height:5.3333333333vw;width:5.3333333333vw}}.tsws-header-v1_search-inner-box .iconfont-toshiba:hover{color:#e61e1e;cursor:pointer}.tsws-header-v1_search-inner-box .iconfont-toshiba:before{align-items:center;display:flex;font-size:20px;height:100%;line-height:28px;width:100%}@media screen and (max-width:1920.9px){.tsws-header-v1_search-inner-box .iconfont-toshiba:before{font-size:calc(12px + .41667vw);line-height:calc(20px + .41667vw)}}@media screen and (max-width:1440.9px){.tsws-header-v1_search-inner-box .iconfont-toshiba:before{font-size:calc(11.07692px + .48077vw);line-height:calc(5.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-header-v1_search-inner-box .iconfont-toshiba:before{font-size:1.5625vw;line-height:1.953125vw}}@media screen and (max-width:767.9px){.tsws-header-v1_search-inner-box .iconfont-toshiba:before{font-size:26.67px}}@media screen and (max-width:499.9px){.tsws-header-v1_search-inner-box .iconfont-toshiba:before{font-size:5.3333333333vw}}.tsws-header-v1_search-input-box{align-items:center;border-bottom:1px solid #efefef;display:flex;gap:16px;height:48px;padding:12px 0;position:relative}@media screen and (max-width:1920.9px){.tsws-header-v1_search-input-box{gap:.8333333333vw;height:2.5vw;padding:.8333333333vw 0}}@media screen and (max-width:767.9px){.tsws-header-v1_search-input-box{gap:10.67px;height:48px;padding:10.67px 0;width:calc(100% - 48px)}}@media screen and (max-width:499.9px){.tsws-header-v1_search-input-box{gap:2.1333333333vw;height:9.6vw;padding:2.1333333333vw 0;width:calc(100% - 9.6vw)}}.tsws-header-v1_search-input-box .icon-close{position:absolute;right:-180px;transform:translateX(100%)}@media screen and (max-width:1920.9px){.tsws-header-v1_search-input-box .icon-close{right:-9.375vw}}@media screen and (max-width:767.9px){.tsws-header-v1_search-input-box .icon-close{right:-21.33px}}@media screen and (max-width:499.9px){.tsws-header-v1_search-input-box .icon-close{right:-4.2666666667vw}}.tsws-header-v1_search-input{border:none;font-size:16px;line-height:24px;width:100%}@media screen and (max-width:1920.9px){.tsws-header-v1_search-input{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.tsws-header-v1_search-input{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-header-v1_search-input{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:767.9px){.tsws-header-v1_search-input{font-size:21.33px;line-height:32px}}@media screen and (max-width:499.9px){.tsws-header-v1_search-input{font-size:4.2666666667vw;line-height:6.4vw}}.tsws-header-v1_search-history-list-box{display:none;margin-top:32px}@media screen and (max-width:1920.9px){.tsws-header-v1_search-history-list-box{margin-top:1.6666666667vw}}@media screen and (max-width:767.9px){.tsws-header-v1_search-history-list-box{margin-top:21.33px}}@media screen and (max-width:499.9px){.tsws-header-v1_search-history-list-box{margin-top:4.2666666667vw}}.tsws-header-v1_search-history-list-box-hd{align-items:center;display:flex;gap:24px;justify-content:space-between}@media screen and (max-width:1920.9px){.tsws-header-v1_search-history-list-box-hd{gap:1.25vw}}@media screen and (max-width:767.9px){.tsws-header-v1_search-history-list-box-hd{gap:32px}}@media screen and (max-width:499.9px){.tsws-header-v1_search-history-list-box-hd{gap:6.4vw}}.tsws-header-v1_search-history-list-box-bd{max-height:256px;overflow:auto;padding-bottom:16px}@media screen and (max-width:1920.9px){.tsws-header-v1_search-history-list-box-bd{padding-bottom:.8333333333vw}}@media screen and (max-width:767.9px){.tsws-header-v1_search-history-list-box-bd{max-height:319.98px;padding-bottom:0}}@media screen and (max-width:499.9px){.tsws-header-v1_search-history-list-box-bd{max-height:64vw}}.tsws-header-v1_search-history-list-box-bd li{font-size:16px;line-height:24px}@media screen and (max-width:1920.9px){.tsws-header-v1_search-history-list-box-bd li{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.tsws-header-v1_search-history-list-box-bd li{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-header-v1_search-history-list-box-bd li{font-size:1.3671875vw;line-height:1.7578125vw}}.tsws-header-v1_search-history-list-box-bd li{color:#7a7a7a;margin-top:16px}@media screen and (max-width:1920.9px){.tsws-header-v1_search-history-list-box-bd li{margin-top:.8333333333vw}}@media screen and (max-width:767.9px){.tsws-header-v1_search-history-list-box-bd li{font-size:21.33px;line-height:32px;margin-top:21.33px}}@media screen and (max-width:499.9px){.tsws-header-v1_search-history-list-box-bd li{font-size:4.2666666667vw;line-height:6.4vw;margin-top:4.2666666667vw}}.tsws-header-v1_search-history-list-box-bd li span:hover{color:#e61e1e;cursor:pointer}.tsws-header-v1_search-history-title{flex:1;font-size:20px;font-weight:600;line-height:28px}@media screen and (max-width:1920.9px){.tsws-header-v1_search-history-title{font-size:calc(12px + .41667vw);line-height:calc(20px + .41667vw)}}@media screen and (max-width:1440.9px){.tsws-header-v1_search-history-title{font-size:calc(11.07692px + .48077vw);line-height:calc(5.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-header-v1_search-history-title{font-size:1.5625vw;line-height:1.953125vw}}@media screen and (max-width:767.9px){.tsws-header-v1_search-history-title{font-size:21.33px;line-height:32px}}@media screen and (max-width:499.9px){.tsws-header-v1_search-history-title{font-size:4.2666666667vw;line-height:6.4vw}}.tsws-header-v1_search-history-clean-box{align-items:center;display:flex;gap:4px}@media screen and (max-width:1920.9px){.tsws-header-v1_search-history-clean-box{gap:.2083333333vw}}@media screen and (max-width:767.9px){.tsws-header-v1_search-history-clean-box{gap:5.33px}}@media screen and (max-width:499.9px){.tsws-header-v1_search-history-clean-box{gap:1.0666666667vw}}.tsws-header-v1_search-history-clean-box:hover i,.tsws-header-v1_search-history-clean-box:hover span{color:#e61e1e;cursor:pointer}.tsws-header-v1_search-history-clean-box span{font-size:16px;line-height:24px}@media screen and (max-width:1920.9px){.tsws-header-v1_search-history-clean-box span{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.tsws-header-v1_search-history-clean-box span{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-header-v1_search-history-clean-box span{font-size:1.3671875vw;line-height:1.7578125vw}}.tsws-header-v1_search-history-clean-box span{color:#7a7a7a}@media screen and (max-width:767.9px){.tsws-header-v1_search-history-clean-box span{font-size:21.33px;line-height:32px}}@media screen and (max-width:499.9px){.tsws-header-v1_search-history-clean-box span{font-size:4.2666666667vw;line-height:6.4vw}}.tsws-header-v1_search-history-clean{color:#000}.tsws-header-v1_mask{background:#000;bottom:0;height:0;left:0;opacity:.5;position:absolute;right:0;top:70px;visibility:hidden;z-index:100}@media screen and (max-width:1920.9px){.tsws-header-v1_mask{top:3.6458333333vw}}@media screen and (max-width:1024.9px){.tsws-header-v1_mask-lang{position:fixed;top:0;z-index:101}}.tsws-header-v1_mask-active{height:100vh;opacity:.2;visibility:visible}.tsws-header-v1_panel-mobile{display:none}@media screen and (max-width:1024.9px){.tsws-header-v1_panel-mobile{background-color:#fff;bottom:0;height:100vh;left:0;padding:0 6.25vw 5.859375vw;position:fixed;right:0;top:0;z-index:100}}@media screen and (max-width:767.9px){.tsws-header-v1_panel-mobile{padding-bottom:21.33px}}@media screen and (max-width:499.9px){.tsws-header-v1_panel-mobile{padding-bottom:4.2666666667vw}}@media screen and (max-width:767.9px){.tsws-header-v1_panel-mobile{margin-left:unset;margin-right:unset;max-width:unset;padding-left:max(0px,(100% - 500px)/2);padding-left:max(0px,(100% - 457.33px)/2);padding-right:max(0px,(100% - 500px)/2);padding-right:max(0px,(100% - 457.33px)/2);width:100%}}@media screen and (max-width:499.9px){.tsws-header-v1_panel-mobile{padding-left:4.2666666667vw;padding-right:4.2666666667vw}}@media screen and (max-width:1024.9px){.tsws-header-v1_panel-mobile-close{align-items:center;display:flex;height:3.6455078125vw;justify-content:flex-end}.tsws-header-v1_panel-mobile-close .icon-close{height:1.953125vw;width:1.953125vw}.tsws-header-v1_panel-mobile-close .icon-close:before{font-size:20px;line-height:28px}}@media screen and (max-width:1024.9px)and (max-width:1920.9px){.tsws-header-v1_panel-mobile-close .icon-close:before{font-size:calc(12px + .41667vw);line-height:calc(20px + .41667vw)}}@media screen and (max-width:1024.9px)and (max-width:1440.9px){.tsws-header-v1_panel-mobile-close .icon-close:before{font-size:calc(11.07692px + .48077vw);line-height:calc(5.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px)and (max-width:1024.9px){.tsws-header-v1_panel-mobile-close .icon-close:before{font-size:1.5625vw;line-height:1.953125vw}}@media screen and (max-width:767.9px){.tsws-header-v1_panel-mobile-close{height:72px}.tsws-header-v1_panel-mobile-close .icon-close{height:26.67px;width:26.67px}.tsws-header-v1_panel-mobile-close .icon-close:before{font-size:26.67px;line-height:normal}}@media screen and (max-width:499.9px){.tsws-header-v1_panel-mobile-close{height:14.4vw}.tsws-header-v1_panel-mobile-close .icon-close{height:5.3333333333vw;width:5.3333333333vw}.tsws-header-v1_panel-mobile-close .icon-close:before{font-size:5.3333333333vw;line-height:normal}}@media screen and (max-width:1024.9px){.tsws-header-v1_panel-mobile-content-box{height:calc(100% - 3.64551vw);overflow:hidden;overflow-y:auto}}@media screen and (max-width:767.9px){.tsws-header-v1_panel-mobile-content-box{height:calc(100% - 72px)}}@media screen and (max-width:499.9px){.tsws-header-v1_panel-mobile-content-box{height:calc(100% - 14.4vw)}}@media screen and (max-width:1024.9px){.tsws-header-v1_panel-mobile-primary-menu{align-items:center;display:flex;gap:.78125vw;justify-content:space-between;padding:1.5625vw 0}.tsws-header-v1_panel-mobile-primary-menu a,.tsws-header-v1_panel-mobile-primary-menu span{font-size:1.5625vw;line-height:2.34375vw}.tsws-header-v1_panel-mobile-primary-menu .icon-arrow-down{height:1.5625vw;position:relative;transition:all .3s ease;width:1.5625vw}.tsws-header-v1_panel-mobile-primary-menu .icon-arrow-down:before{font-size:16px;line-height:24px}}@media screen and (max-width:1024.9px)and (max-width:1920.9px){.tsws-header-v1_panel-mobile-primary-menu .icon-arrow-down:before{font-size:16px;line-height:24px}}@media screen and (max-width:1024.9px)and (max-width:1440.9px){.tsws-header-v1_panel-mobile-primary-menu .icon-arrow-down:before{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px)and (max-width:1024.9px){.tsws-header-v1_panel-mobile-primary-menu .icon-arrow-down:before{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:767.9px){.tsws-header-v1_panel-mobile-primary-menu{gap:10.67px;padding:21.33px 0}.tsws-header-v1_panel-mobile-primary-menu a,.tsws-header-v1_panel-mobile-primary-menu span{font-size:21.33px;line-height:32px}.tsws-header-v1_panel-mobile-primary-menu .icon-arrow-down{height:21.33px;width:21.33px}.tsws-header-v1_panel-mobile-primary-menu .icon-arrow-down:before{font-size:21.33px;line-height:normal}}@media screen and (max-width:499.9px){.tsws-header-v1_panel-mobile-primary-menu{gap:2.1333333333vw;padding:4.2666666667vw 0}.tsws-header-v1_panel-mobile-primary-menu a,.tsws-header-v1_panel-mobile-primary-menu span{font-size:4.2666666667vw;line-height:6.4vw}.tsws-header-v1_panel-mobile-primary-menu .icon-arrow-down{height:4.2666666667vw;width:4.2666666667vw}.tsws-header-v1_panel-mobile-primary-menu .icon-arrow-down:before{font-size:16px;line-height:normal}}@media screen and (max-width:1024.9px){.tsws-header-v1_panel-mobile-primary-menu-active .icon-arrow-down{transform:rotate(-180deg)}.tsws-header-v1_panel-mobile-submenu-box{display:none;padding:0 3.125vw}}@media screen and (max-width:767.9px){.tsws-header-v1_panel-mobile-submenu-box{padding:0 42.67px}}@media screen and (max-width:499.9px){.tsws-header-v1_panel-mobile-submenu-box{padding:0 8.5333333333vw}}@media screen and (max-width:1024.9px){.tsws-header-v1_panel-mobile-submenu-box>div:not(.tsws-header-v1_panel-mobile-submenu-item){padding-top:.78125vw}}@media screen and (max-width:767.9px){.tsws-header-v1_panel-mobile-submenu-box>div:not(.tsws-header-v1_panel-mobile-submenu-item){padding-top:8px}}@media screen and (max-width:499.9px){.tsws-header-v1_panel-mobile-submenu-box>div:not(.tsws-header-v1_panel-mobile-submenu-item){padding-top:2.1333333333vw}}@media screen and (max-width:1024.9px){.tsws-header-v1_panel-mobile-submenu-box>div:not(.tsws-header-v1_panel-mobile-submenu-item)>a{font-size:1.5625vw;line-height:2.34375vw}}@media screen and (max-width:767.9px){.tsws-header-v1_panel-mobile-submenu-box>div:not(.tsws-header-v1_panel-mobile-submenu-item)>a{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:499.9px){.tsws-header-v1_panel-mobile-submenu-box>div:not(.tsws-header-v1_panel-mobile-submenu-item)>a{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:1024.9px){.tsws-header-v1_panel-mobile-submenu-item{margin-top:.78125vw}.tsws-header-v1_panel-mobile-submenu-item:first-child{margin-top:0}}@media screen and (max-width:767.9px){.tsws-header-v1_panel-mobile-submenu-item{margin-top:10.67px}}@media screen and (max-width:499.9px){.tsws-header-v1_panel-mobile-submenu-item{margin-top:2.1333333333vw}}.tsws-header-v1_panel-mobile-submenu-link-box{display:flex;flex-direction:column}@media screen and (max-width:1024.9px){.tsws-header-v1_panel-mobile-submenu,.tsws-header-v1_panel-mobile-submenu-link{display:inline-block;font-size:1.5625vw;line-height:2.34375vw;padding:.78125vw 0}}@media screen and (max-width:767.9px){.tsws-header-v1_panel-mobile-submenu,.tsws-header-v1_panel-mobile-submenu-link{font-size:21.33px;line-height:32px;padding:10.67px 0}}@media screen and (max-width:499.9px){.tsws-header-v1_panel-mobile-submenu,.tsws-header-v1_panel-mobile-submenu-link{font-size:4.2666666667vw;line-height:6.4vw;padding:2.1333333333vw 0}}.tsws-header-v1_panel-mobile-three-level-menu{color:#7a7a7a}@media screen and (max-width:1024.9px){.tsws-header-v1_panel-mobile-three-level-menu{font-size:1.5625vw;font-weight:300;line-height:2.34375vw;padding:.78125vw 0}.tsws-header-v1_panel-mobile-three-level-menu a{font-size:1.5625vw;font-weight:400;line-height:2.34375vw}}@media screen and (max-width:767.9px){.tsws-header-v1_panel-mobile-three-level-menu{font-size:21.33px;line-height:32px;padding:10.67px 0}.tsws-header-v1_panel-mobile-three-level-menu a{font-size:21.33px;line-height:32px}}@media screen and (max-width:499.9px){.tsws-header-v1_panel-mobile-three-level-menu{font-size:4.2666666667vw;line-height:6.4vw;padding:2.1333333333vw 0}.tsws-header-v1_panel-mobile-three-level-menu a{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:1024.9px){.tsws-header-v1_panel-mobile-iconList-box{border-top:1px solid #d4d4d4}.tsws-header-v1_panel-mobile-iconList-item{padding:1.5625vw 0}.tsws-header-v1_panel-mobile-iconList-item a{align-items:center;display:flex;gap:.78125vw;justify-content:space-between}}@media screen and (max-width:767.9px){.tsws-header-v1_panel-mobile-iconList-item{padding:21.33px 0}.tsws-header-v1_panel-mobile-iconList-item a{gap:10.67px}}@media screen and (max-width:499.9px){.tsws-header-v1_panel-mobile-iconList-item{padding:4.2666666667vw 0}.tsws-header-v1_panel-mobile-iconList-item a{gap:2.1333333333vw}}@media screen and (max-width:1024.9px){.tsws-header-v1_panel-mobile-iconName{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;font-size:1.5625vw;font-weight:400;line-height:2.34375vw;max-width:50%;overflow:hidden;text-overflow:ellipsis}}@media screen and (max-width:767.9px){.tsws-header-v1_panel-mobile-iconName{font-size:21.33px;line-height:32px}}@media screen and (max-width:499.9px){.tsws-header-v1_panel-mobile-iconName{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:1024.9px){.tsws-header-v1_panel-mobile-iconVal{align-items:center;display:flex;flex:1;gap:.78125vw;justify-content:flex-end;max-width:50%}.tsws-header-v1_panel-mobile-iconVal img{height:1.5625vw;object-fit:cover;width:2.34375vw}.tsws-header-v1_panel-mobile-iconVal span{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#7a7a7a;display:-webkit-box;font-size:14px;line-height:22px;overflow:hidden;text-overflow:ellipsis}}@media screen and (max-width:1024.9px)and (max-width:1920.9px){.tsws-header-v1_panel-mobile-iconVal span{font-size:14px;line-height:22px}}@media screen and (max-width:1024.9px)and (max-width:1440.9px){.tsws-header-v1_panel-mobile-iconVal span{font-size:calc(7.07692px + .48077vw);line-height:calc(1.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px)and (max-width:1024.9px){.tsws-header-v1_panel-mobile-iconVal span{font-size:1.171875vw;line-height:1.5625vw}}@media screen and (max-width:1024.9px){.tsws-header-v1_panel-mobile-iconVal .icon-arrow-right{height:1.5625vw;width:1.5625vw}}@media screen and (max-width:767.9px){.tsws-header-v1_panel-mobile-iconVal{gap:10.67px}.tsws-header-v1_panel-mobile-iconVal img{height:21.33px;width:32px}.tsws-header-v1_panel-mobile-iconVal span{font-size:18.67px;line-height:29.33px}.tsws-header-v1_panel-mobile-iconVal .icon-arrow-right{height:21.33px;width:21.33px}}@media screen and (max-width:499.9px){.tsws-header-v1_panel-mobile-iconVal{gap:2.1333333333vw}.tsws-header-v1_panel-mobile-iconVal img{height:4.2666666667vw;width:6.4vw}.tsws-header-v1_panel-mobile-iconVal span{font-size:3.7333333333vw;line-height:5.8666666667vw}.tsws-header-v1_panel-mobile-iconVal .icon-arrow-right{height:4.2666666667vw;width:4.2666666667vw}}.tsws-header-v1_lang-selector-mobile{display:none}@media screen and (max-width:1024.9px){.tsws-header-v1_lang-selector-mobile{background-color:#fff;bottom:0;height:17.96875vw;left:0;position:fixed;right:0;z-index:102}}@media screen and (max-width:1024.9px)and (max-width:767.9px){.tsws-header-v1_lang-selector-mobile{height:280px}}@media screen and (max-width:1024.9px)and (max-width:499.9px){.tsws-header-v1_lang-selector-mobile{height:56vw}}@media screen and (max-width:1024.9px){.tsws-header-v1_lang-selector-mobile-btns{border-bottom:1px solid #d4d4d4;display:flex;font-size:14px;height:5.46875vw;justify-content:space-between;line-height:22px;padding:1.5625vw 6.25vw}}@media screen and (max-width:1024.9px)and (max-width:1920.9px){.tsws-header-v1_lang-selector-mobile-btns{font-size:14px;line-height:22px}}@media screen and (max-width:1024.9px)and (max-width:1440.9px){.tsws-header-v1_lang-selector-mobile-btns{font-size:calc(7.07692px + .48077vw);line-height:calc(1.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px)and (max-width:1024.9px){.tsws-header-v1_lang-selector-mobile-btns{font-size:1.171875vw;line-height:1.5625vw}}@media screen and (max-width:1024.9px)and (max-width:767.9px){.tsws-header-v1_lang-selector-mobile-btns{font-size:18.67px;height:74.67px;line-height:29.33px;padding:21.33px}}@media screen and (max-width:1024.9px)and (max-width:499.9px){.tsws-header-v1_lang-selector-mobile-btns{font-size:3.7333333333vw;height:14.9333333333vw;line-height:5.8666666667vw;padding:4.2666666667vw}}@media screen and (max-width:1024.9px){.tsws-header-v1_lang-selector-mobile-swiper{height:calc(100% - 6.25vw);padding:0 6.25vw}}@media screen and (max-width:1024.9px)and (max-width:767.9px){.tsws-header-v1_lang-selector-mobile-swiper{height:calc(100% - 120px);padding:0 32px}}@media screen and (max-width:1024.9px)and (max-width:499.9px){.tsws-header-v1_lang-selector-mobile-swiper{height:calc(100% - 24vw);padding:0 6.4vw}}@media screen and (max-width:1024.9px){.tsws-header-v1_lang-selector-mobile-swiper .swiper-slide{align-items:center;border-top:1px solid #d4d4d4;display:flex;font-size:16px;justify-content:center;line-height:24px;padding:1.66015625vw 0}}@media screen and (max-width:1024.9px)and (max-width:1920.9px){.tsws-header-v1_lang-selector-mobile-swiper .swiper-slide{font-size:16px;line-height:24px}}@media screen and (max-width:1024.9px)and (max-width:1440.9px){.tsws-header-v1_lang-selector-mobile-swiper .swiper-slide{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px)and (max-width:1024.9px){.tsws-header-v1_lang-selector-mobile-swiper .swiper-slide{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:1024.9px)and (max-width:767.9px){.tsws-header-v1_lang-selector-mobile-swiper .swiper-slide{font-size:21.33px;line-height:32px;padding:22.67px 0}}@media screen and (max-width:1024.9px)and (max-width:499.9px){.tsws-header-v1_lang-selector-mobile-swiper .swiper-slide{font-size:4.2666666667vw;line-height:6.4vw;padding:4.5333333333vw 0}}@media screen and (max-width:1024.9px){.tsws-header-v1_lang-selector-mobile-swiper .swiper-slide:last-child{border:none}.tsws-header-v1_lang-selector-mobile-swiper .swiper-slide-active{border:none;color:#e61e1e}.tsws-header-v1_lang-selector-mobile-footer{display:none}}@media screen and (max-width:1024.9px)and (max-width:767.9px){.tsws-header-v1_lang-selector-mobile-footer{display:block;height:45.33px}}@media screen and (max-width:1024.9px)and (max-width:499.9px){.tsws-header-v1_lang-selector-mobile-footer{height:9.0666666667vw}}.tsws-header-v1_lang-cancel-btn{color:#7a7a7a}@media screen and (max-width:1024.9px){.tsws-header-v1_lang-title{font-size:16px;line-height:24px}}@media screen and (max-width:1024.9px)and (max-width:1920.9px){.tsws-header-v1_lang-title{font-size:16px;line-height:24px}}@media screen and (max-width:1024.9px)and (max-width:1440.9px){.tsws-header-v1_lang-title{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px)and (max-width:1024.9px){.tsws-header-v1_lang-title{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:767.9px){.tsws-header-v1_lang-title{font-size:21.33px;line-height:32px}}@media screen and (max-width:499.9px){.tsws-header-v1_lang-title{font-size:4.2666666667vw;line-height:6.4vw}}.tsws-header-v1_lang-Confirm-btn{color:#e61e1e}.tsws-header-v1_fixed{left:0;position:fixed!important;right:0;top:0;transform:translateY(0);transition:transform .3s ease;z-index:100}@media screen and (max-width:1024.9px){.tsws-header-v1_fixed .tsws-header-v1_lang-selector-mobile{bottom:calc(-100vh + 3.64583vw)}}@media screen and (max-width:767.9px){.tsws-header-v1_fixed .tsws-header-v1_lang-selector-mobile{bottom:calc(-100vh + 72px)}}@media screen and (max-width:499.9px){.tsws-header-v1_fixed .tsws-header-v1_lang-selector-mobile{bottom:calc(-100vh + 14.4vw)}}.tsws-header-v1_fixed-hide{transform:translateY(-70px)}@media screen and (max-width:1920.9px){.tsws-header-v1_fixed-hide{transform:translateY(-3.6458333333vw)}}@media screen and (max-width:767.9px){.tsws-header-v1_fixed-hide{transform:translateY(-72px)}}@media screen and (max-width:499.9px){.tsws-header-v1_fixed-hide{transform:translateY(-14.4vw)}}.tsws-header-v1_homeFixed{left:0;position:fixed!important;right:0;top:0;z-index:99}.tsws-header-v1_homePage .tsws-header-v1_wrapper{background-color:transparent}.tsws-header-v1_homePage .tsws-header-v1_links-box-scroll-arrow-shadow{display:none}.tsws-headline{background:pink}.tsws-headline-menu{box-sizing:content-box;padding-left:calc(50% - 840px);padding-right:calc(50% - 840px);width:1680px}@media screen and (max-width:1920.9px){.tsws-headline-menu{box-sizing:border-box;padding-left:6.25vw;padding-right:6.25vw;width:100%}}@media screen and (max-width:767.9px){.tsws-headline-menu{margin-left:unset;margin-right:unset;max-width:unset;padding-left:max(0px,(100% - 457.33px)/2);padding-right:max(0px,(100% - 457.33px)/2);width:100%}}@media screen and (max-width:499.9px){.tsws-headline-menu{padding-left:4.2666666667vw;padding-right:4.2666666667vw}}.tsws-headline-menu{background:#fff;z-index:9}.tsws-headline-menu-content{align-items:center;border-bottom:1px solid #efefef;display:flex;gap:40px;justify-content:space-between;padding-bottom:24px;padding-top:24px;width:100%}@media screen and (max-width:1920.9px){.tsws-headline-menu-content{gap:2.0833333333vw;padding-bottom:1.25vw;padding-top:1.25vw}}.tsws-headline-menu.active-fixed{left:0;position:fixed;z-index:599}.tsws-headline-menu-describe .product-name{font-size:16px;line-height:24px}@media screen and (max-width:1920.9px){.tsws-headline-menu-describe .product-name{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.tsws-headline-menu-describe .product-name{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-headline-menu-describe .product-name{font-size:1.3671875vw;line-height:1.7578125vw}}.tsws-headline-menu-describe .product-name{color:#000;font-weight:600}.tsws-headline-menu-describe .product-bazzzvioce{align-items:center;display:flex;margin-right:8px;margin-top:4px}@media screen and (max-width:1920.9px){.tsws-headline-menu-describe .product-bazzzvioce{margin-right:.4166666667vw;margin-top:.2083333333vw}}.tsws-headline-menu-describe .product-bazzzvioce-model{font-size:14px;line-height:22px}@media screen and (max-width:1920.9px){.tsws-headline-menu-describe .product-bazzzvioce-model{font-size:14px;line-height:22px}}@media screen and (max-width:1440.9px){.tsws-headline-menu-describe .product-bazzzvioce-model{font-size:calc(7.07692px + .48077vw);line-height:calc(1.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-headline-menu-describe .product-bazzzvioce-model{font-size:1.171875vw;line-height:1.5625vw}}.tsws-headline-menu-describe .product-bazzzvioce-model{color:#7a7a7a;font-weight:400;word-break:break-word}.tsws-headline-menu-describe .product-bazzzvioce .bv-rating{cursor:pointer;margin-top:-4px;position:relative}@media screen and (max-width:1440.9px){.tsws-headline-menu-describe .product-bazzzvioce .bv-rating{margin-top:-.2083333333vw}}@media screen and (max-width:767.9px){.tsws-headline-menu{display:none}}.tsws-headline-menu .tsws-headline-menu-pay{align-items:center;display:flex}.tsws-headline-menu .tsws-headline-menu-pay .csr-cp-price-v1-prefix,.tsws-headline-menu .tsws-headline-menu-pay .csr-cp-price-v1-suffix{display:none}.tsws-headline-menu .tsws-headline-menu-pay .csr-cp-price-v1__styles{margin-right:60px}@media screen and (max-width:1920.9px){.tsws-headline-menu .tsws-headline-menu-pay .csr-cp-price-v1__styles{margin-right:3.125vw}}.tsws-headline-menu .tsws-headline-menu-pay .csr-cp-price-v1 .csr-cp-price-v1-sale{font-size:20px;line-height:28px;text-align:right}@media screen and (max-width:1920.9px){.tsws-headline-menu .tsws-headline-menu-pay .csr-cp-price-v1 .csr-cp-price-v1-sale{font-size:calc(12px + .41667vw);line-height:calc(20px + .41667vw)}}@media screen and (max-width:1440.9px){.tsws-headline-menu .tsws-headline-menu-pay .csr-cp-price-v1 .csr-cp-price-v1-sale{font-size:calc(11.07692px + .48077vw);line-height:calc(5.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-headline-menu .tsws-headline-menu-pay .csr-cp-price-v1 .csr-cp-price-v1-sale{font-size:1.5625vw;line-height:1.953125vw}}.tsws-headline-menu .tsws-headline-menu-pay .csr-cp-price-v1 .csr-cp-price-v1-sale{white-space:nowrap}.tsws-headline-menu .tsws-headline-menu-pay .csr-cp-price-v1 .csr-cp-price-v1-original{display:flex}.tsws-headline-menu .tsws-headline-menu-pay .csr-cp-price-v1 .csr-cp-price-v1-original-cost{font-size:14px;line-height:22px;margin-right:8px}@media screen and (max-width:1920.9px){.tsws-headline-menu .tsws-headline-menu-pay .csr-cp-price-v1 .csr-cp-price-v1-original-cost{font-size:14px;line-height:22px}}@media screen and (max-width:1440.9px){.tsws-headline-menu .tsws-headline-menu-pay .csr-cp-price-v1 .csr-cp-price-v1-original-cost{font-size:calc(7.07692px + .48077vw);line-height:calc(1.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-headline-menu .tsws-headline-menu-pay .csr-cp-price-v1 .csr-cp-price-v1-original-cost{font-size:1.171875vw;line-height:1.5625vw}}@media screen and (max-width:1920.9px){.tsws-headline-menu .tsws-headline-menu-pay .csr-cp-price-v1 .csr-cp-price-v1-original-cost{margin-right:.4166666667vw}}.tsws-headline-menu .tsws-headline-menu-pay .csr-cp-price-v1 .csr-cp-price-v1-original-ratio{color:#e61e1e;font-size:14px;line-height:22px;white-space:nowrap}@media screen and (max-width:1920.9px){.tsws-headline-menu .tsws-headline-menu-pay .csr-cp-price-v1 .csr-cp-price-v1-original-ratio{font-size:14px;line-height:22px}}@media screen and (max-width:1440.9px){.tsws-headline-menu .tsws-headline-menu-pay .csr-cp-price-v1 .csr-cp-price-v1-original-ratio{font-size:calc(7.07692px + .48077vw);line-height:calc(1.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-headline-menu .tsws-headline-menu-pay .csr-cp-price-v1 .csr-cp-price-v1-original-ratio{font-size:1.171875vw;line-height:1.5625vw}}.tsws-headline-menu .tsws-headline-menu-pay .csr-wish-btn{font-size:24px;margin-left:60px}@media screen and (max-width:1920.9px){.tsws-headline-menu .tsws-headline-menu-pay .csr-wish-btn{font-size:1.25vw;margin-left:3.125vw}}.tsws-headline-menu .tsws-headline-menu-pay .csr-wish-btn .csr-wish-btn__icon:hover{color:#e61e1e}.tsws-headline-menu .tsws-headline-menu-pay .csr-wish-btn .csr-wish-btn__icon:before{font-size:24px;line-height:24px}@media screen and (max-width:1920.9px){.tsws-headline-menu .tsws-headline-menu-pay .csr-wish-btn .csr-wish-btn__icon:before{font-size:1.25vw;line-height:1.25vw}}.tsws-headline-menu .tsws-headline-menu-pay .csr-product-btns{display:flex}.tsws-headline-menu .tsws-headline-menu-pay .csr-product-btns a{font-size:16px;font-weight:400;line-height:16px;min-width:83px;padding:12px 24px}@media screen and (max-width:1920.9px){.tsws-headline-menu .tsws-headline-menu-pay .csr-product-btns a{font-size:calc(8px + .41667vw);line-height:calc(8px + .41667vw);min-width:calc(35px + 2.5vw);padding:calc(4px + .41667vw) calc(8px + .83333vw)}}@media screen and (max-width:1440.9px){.tsws-headline-menu .tsws-headline-menu-pay .csr-product-btns a{font-size:calc(7.07692px + .48077vw);line-height:calc(7.07692px + .48077vw);min-width:calc(15.61538px + 3.84615vw);padding:calc(3.07692px + .48077vw) calc(-.76923px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-headline-menu .tsws-headline-menu-pay .csr-product-btns a{font-size:1.171875vw;line-height:1.171875vw;min-width:5.37109375vw;padding:.78125vw 1.36719vw}}.tsws-headline-menu .tsws-headline-menu-pay .csr-product-btns a{padding:17px 0}@media screen and (max-width:1920.9px){.tsws-headline-menu .tsws-headline-menu-pay .csr-product-btns a{padding:.8854166667vw 0}}.tsws-headline-menu .tsws-headline-menu-pay .csr-product-btns{gap:32px}@media screen and (max-width:1920.9px){.tsws-headline-menu .tsws-headline-menu-pay .csr-product-btns{gap:1.6666666667vw}}.tsws-headline-menu .tsws-headline-menu-pay .csr-product-btns__item a{word-wrap:break-word;background:none;border:none;cursor:pointer;display:inline-block;text-align:center;white-space:normal}.tsws-headline-menu .tsws-headline-menu-pay .csr-product-btns__item a[disabled]{pointer-events:none}.tsws-headline-menu .tsws-headline-menu-pay .csr-product-btns__item a[hidden]{display:none}.tsws-headline-menu .tsws-headline-menu-pay .csr-product-btns__item a:is(a:not([href])){cursor:default}.tsws-headline-menu .tsws-headline-menu-pay .csr-product-btns__item a{background-color:unset;color:#000}.tsws-headline-menu .tsws-headline-menu-pay .csr-product-btns__item a:hover{color:#ff0008}.tsws-headline-menu .tsws-headline-menu-pay .csr-product-btns__item a:active{color:#df0303}.tsws-headline-menu .tsws-headline-menu-pay .csr-product-btns__item a.tsws-btn--disabled,.tsws-headline-menu .tsws-headline-menu-pay .csr-product-btns__item a[disabled]{color:#d4d4d4}.tsws-headline-menu .tsws-headline-menu-pay .csr-product-btns__item a:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-style:normal;margin-left:4px;transform:rotate(90deg);vertical-align:middle}@media screen and (max-width:1920.9px){.tsws-headline-menu .tsws-headline-menu-pay .csr-product-btns__item a:after{margin-left:.2083333333vw}}@media screen and (max-width:767.9px){.tsws-headline-menu .tsws-headline-menu-pay .csr-product-btns__item a:after{margin-left:5.33px}}@media screen and (max-width:499.9px){.tsws-headline-menu .tsws-headline-menu-pay .csr-product-btns__item a:after{margin-left:1.0666666667vw}}.tsws-headline-menu .tsws-headline-menu-pay .csr-product-btns__item a{white-space:nowrap}.tsws-headline-menu .tsws-headline-menu-pay .csr-product-btns__item:first-child a:not([disabled]),.tsws-headline-menu .tsws-headline-menu-pay .csr-product-btns__item:first-child a:not([disabled]):focus{color:#e61e1e}.tsws-headline-menu .tsws-headline-menu-pay .csr-product-btns__item:first-child a:not([disabled]):hover{color:#ff0008}.tsws-headline-menu .tsws-headline-menu-pay .csr-product-btns__item:first-child a:not([disabled]):active{color:#df0303}.tsws-headline-menu_position{position:fixed}.gws-hotspot{margin-left:8.3333333333vw;margin-right:8.3333333333vw;position:relative}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-hotspot{margin-left:5.3333333333vw;margin-right:5.3333333333vw}.gws-hotspot.noMobileImg{display:none}}.gws-hotspot-img{height:auto;width:100%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-hotspot_pc-spots{display:none}}.gws-hotspot_pc-spots-item{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAPKADAAQAAAABAAAAPAAAAACL3+lcAAABvUlEQVRoBe2asUrEQBCGN3IJaqGNpXbaKtpqKYJwnWBlY+FznD6HxTVWgp2PoK2iraWlNlroYQS9CbqXc3MmhPzLJPkHAnPD7jD/fLN7ObjgaXH52LTIplqkNZFKwU0nTsIk3LAOcKQbBtSRQ8JOSxoWIOGGAXXktI5wx2lBwcDC40Ov4FLIsuellZMyiVtHmILLjEmd9pBwnWiVqZWEy3StTnu8E/56ezcv3b3kEd+3eRccX12bz7v75BHft3kXbD7ikca0P4pCPf+CoXLyk1Nwfo/qvaL0r6U82XIDJ5fSn3Ma39zarWnfBqPQhFubJpidsaEqHZjg1/2D5Cb+r9jBad8MTN9Z0llbNfOXF068ioDOMxxUIS07B4zw3PnZxJEWsmLTR4cm3Fgfr+xnpMeD1X2CCZYzGO1sZ1b6O8YiNuruZq5BBXWONErtMC8FA5urIrV/wsNLyVrat0GsA7u0JpUtLxXyPSsmvm/zLlhub9RLRZHm+R/pIlUB11AwsLkqUpOwCgzAIkgY2FwVqQP+m1YFB1wRPMO43urITMI6OOCqIGFcb3VkJmEdHHBVkDCutzoyk7AODrgqvgEhmEieJoY+xgAAAABJRU5ErkJggg==) no-repeat;background-size:100% 100%;cursor:pointer;height:2.0833333333vw;position:absolute;transform:translate(-50%,-50%);width:2.0833333333vw}.gws-hotspot_pc-spots-item.active{z-index:88}.gws-hotspot_pc-spots-item.active:before{border:.6944444444vw solid transparent;border-top-color:#fff;bottom:85%;content:"";left:50%;margin-left:-.6944444444vw;position:absolute;z-index:99}.gws-hotspot_pc-spots-item.active .gws-hotspot-tooltip{opacity:1;visibility:visible;z-index:99}.gws-hotspot-tooltip{background-color:#fff;bottom:calc(100% + .625vw);box-shadow:0 .8333333333vw 2.5694444444vw .7638888889vw rgba(0,0,0,.051),0 .5555555556vw 1.4583333333vw 0 rgba(0,0,0,.078),0 .2777777778vw .4861111111vw -.3472222222vw rgba(0,0,0,.122);cursor:default;left:50%;opacity:0;padding:1.6666666667vw;position:absolute;transform:translateX(-50%);transition:visibility .3s ease;visibility:hidden;width:25.1388888889vw;z-index:-1}.gws-hotspot-tooltip-title{color:#000;font-size:1.4583333333vw;font-weight:700;line-height:2.2222222222vw}.gws-hotspot-tooltip-desc{color:#212b36;font-size:1.3194444444vw;font-weight:400;line-height:2.0138888889vw;margin-top:.5555555556vw;white-space:pre-wrap}.gws-hotspot-tooltip-link{color:#ec1c24;display:block;font-size:1.3194444444vw;font-weight:500;margin-top:.5555555556vw}.gws-hotspot_mb-spots{display:none}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-hotspot_mb-spots{display:block}.gws-hotspot_mb-spots-item{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAPKADAAQAAAABAAAAPAAAAACL3+lcAAABvUlEQVRoBe2asUrEQBCGN3IJaqGNpXbaKtpqKYJwnWBlY+FznD6HxTVWgp2PoK2iraWlNlroYQS9CbqXc3MmhPzLJPkHAnPD7jD/fLN7ObjgaXH52LTIplqkNZFKwU0nTsIk3LAOcKQbBtSRQ8JOSxoWIOGGAXXktI5wx2lBwcDC40Ov4FLIsuellZMyiVtHmILLjEmd9pBwnWiVqZWEy3StTnu8E/56ezcv3b3kEd+3eRccX12bz7v75BHft3kXbD7ikca0P4pCPf+CoXLyk1Nwfo/qvaL0r6U82XIDJ5fSn3Ma39zarWnfBqPQhFubJpidsaEqHZjg1/2D5Cb+r9jBad8MTN9Z0llbNfOXF068ioDOMxxUIS07B4zw3PnZxJEWsmLTR4cm3Fgfr+xnpMeD1X2CCZYzGO1sZ1b6O8YiNuruZq5BBXWONErtMC8FA5urIrV/wsNLyVrat0GsA7u0JpUtLxXyPSsmvm/zLlhub9RLRZHm+R/pIlUB11AwsLkqUpOwCgzAIkgY2FwVqQP+m1YFB1wRPMO43urITMI6OOCqIGFcb3VkJmEdHHBVkDCutzoyk7AODrgqvgEhmEieJoY+xgAAAABJRU5ErkJggg==) no-repeat;background-size:100% 100%;display:block;height:8vw;position:absolute;width:8vw}.gws-hotspot_mb-spots-item a{display:block;height:100%;width:100%}}.dz-container .gws-hotspot{margin:0}.tsws-latest-news-v1{margin-left:auto;margin-right:auto;width:1680px}@media screen and (max-width:1920.9px){.tsws-latest-news-v1{margin-left:6.25vw;margin-right:6.25vw;width:87.5vw}}@media screen and (max-width:767.9px){.tsws-latest-news-v1{margin-left:auto;margin-right:auto;padding-left:unset;padding-right:unset;width:457.33px}}@media screen and (max-width:499.9px){.tsws-latest-news-v1{width:calc(100% - 8.53333vw)}}@media screen and (max-width:767.9px)and (max-width:767.9px){.tsws-latest-news-v1{margin-left:auto;margin-right:auto;padding-left:unset;padding-right:unset;width:457.33px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-latest-news-v1{width:calc(100% - 8.53333vw)}}.tsws-latest-news-v1 .tsws-latest-news-box{display:flex;justify-content:space-between;width:100%}.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container{background-color:#fff;width:640px}@media screen and (max-width:1920.9px){.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container{width:33.3333333333vw}}@media screen and (max-width:767.9px){.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container{width:100%}}.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .latest-title{font-size:36px;line-height:44px}@media screen and (max-width:1920.9px){.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .latest-title{font-size:calc(12px + 1.25vw);line-height:calc(20px + 1.25vw)}}@media screen and (max-width:1440.9px){.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .latest-title{font-size:calc(9.23077px + 1.44231vw);line-height:calc(3.38462px + 2.40385vw)}}@media screen and (max-width:1024.9px){.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .latest-title{font-size:2.34375vw;line-height:2.734375vw}}.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .latest-title{color:#000;font-weight:600}@media screen and (max-width:767.9px){.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .latest-title{align-items:center;display:flex;justify-content:center;margin-bottom:16px;padding:42.67px 0;position:relative}}@media screen and (max-width:767.9px)and (max-width:767.9px){.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .latest-title{font-size:32px;height:unset;line-height:42.6666666667px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .latest-title{font-size:6.4vw;line-height:8.5333333333vw}}@media screen and (max-width:767.9px){.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .latest-title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#e61e1e;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-style:normal;height:2.67px;position:absolute;top:101.67px;transform:rotate(0deg);vertical-align:middle;width:53.33px}}@media screen and (max-width:499.9px){.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .latest-title{margin-bottom:3.2vw;padding:8.5333333333vw 0}.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .latest-title:after{background:#e61e1e;height:.5333333333vw;top:20.2666666667vw;width:10.6666666667vw}}.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item{border-bottom:1px solid #efefef;margin-top:32px;padding-bottom:32px}@media screen and (max-width:1920.9px){.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item{margin-top:1.6666666667vw;padding-bottom:1.6666666667vw}}@media screen and (max-width:767.9px){.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item{margin-top:26.67px;padding-bottom:26.67px}}@media screen and (max-width:499.9px){.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item{margin-top:5.3333333333vw;padding-bottom:5.3333333333vw}}.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item .collapse-header{display:flex;flex-direction:column;position:relative}@media screen and (max-width:767.9px){.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item .collapse-header{padding-right:26px}}@media screen and (max-width:499.9px){.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item .collapse-header{padding-right:5.3333333333vw}}.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item .collapse-header .tsws-header-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-family:MyriadPro,Helvetica,Arial Unicode MS;font-size:24px;line-height:32px;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:1920.9px){.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item .collapse-header .tsws-header-title{font-size:calc(8px + .83333vw);line-height:calc(16px + .83333vw)}}@media screen and (max-width:1440.9px){.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item .collapse-header .tsws-header-title{font-size:calc(6.15385px + .96154vw);line-height:calc(.30769px + 1.92308vw)}}@media screen and (max-width:1024.9px){.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item .collapse-header .tsws-header-title{font-size:1.5625vw;line-height:1.953125vw}}@media screen and (max-width:767.9px){.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item .collapse-header .tsws-header-title{font-size:26.6666666667px;height:unset;line-height:37.3333333333px}}@media screen and (max-width:499.9px){.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item .collapse-header .tsws-header-title{font-size:5.3333333333vw;line-height:7.4666666667vw}}.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item .collapse-header .tsws-header-title{color:#7a7a7a;font-weight:400;letter-spacing:normal;margin-bottom:4px}@media screen and (max-width:1920.9px){.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item .collapse-header .tsws-header-title{margin-bottom:.2083333333vw}}@media screen and (max-width:767.9px){.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item .collapse-header .tsws-header-title{display:block;margin-bottom:10.67px}}@media screen and (max-width:499.9px){.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item .collapse-header .tsws-header-title{display:block;margin-bottom:2.1333333333vw}}.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item .collapse-header .tsws-header-time{font-size:16px;font-weight:400;line-height:24px}@media screen and (max-width:1920.9px){.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item .collapse-header .tsws-header-time{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item .collapse-header .tsws-header-time{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item .collapse-header .tsws-header-time{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:767.9px){.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item .collapse-header .tsws-header-time{font-size:18.6666666667px;height:unset;line-height:29.3333333333px}}@media screen and (max-width:499.9px){.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item .collapse-header .tsws-header-time{font-size:3.7333333333vw;line-height:5.8666666667vw}}.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item .collapse-header .tsws-header-time{color:#7a7a7a;font-family:MyriadPro,Helvetica,Arial Unicode MS;letter-spacing:normal;margin-bottom:8px}@media screen and (max-width:1920.9px){.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item .collapse-header .tsws-header-time{margin-bottom:.4166666667vw}}@media screen and (max-width:767.9px){.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item .collapse-header .tsws-header-time{margin-bottom:0}}@media screen and (max-width:499.9px){.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item .collapse-header .tsws-header-time{margin-bottom:0}}.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item .collapse-header.active .tsws-header-title{color:#000}@media screen and (max-width:767.9px){.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item .collapse-header.active .tsws-header-time{margin-bottom:10.67px}}@media screen and (max-width:499.9px){.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item .collapse-header.active .tsws-header-time{margin-bottom:2.1333333333vw}}.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item .collapse-header .triangle-mb{display:none;position:absolute;right:0;top:0}.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item .collapse-header .triangle-mb:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-style:normal;transform:rotate(180deg);vertical-align:middle}.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item .collapse-header .triangle-mb{transition:transform .3s cubic-bezier(.645,.045,.355,1)}@media screen and (max-width:767.9px){.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item .collapse-header .triangle-mb{font-size:26.6666666667px;height:unset;line-height:37.3333333333px}}@media screen and (max-width:499.9px){.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item .collapse-header .triangle-mb{font-size:5.3333333333vw;line-height:7.4666666667vw}}@media screen and (max-width:767.9px){.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item .collapse-header .triangle-mb{display:block}}.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item .collapse-header.active .triangle-mb{transform:rotate(-180deg)}.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item .collapse-content{height:0;overflow:hidden;transition:height .3s ease-in-out}.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item .collapse-content .content-inner{font-size:16px;line-height:24px}@media screen and (max-width:1920.9px){.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item .collapse-content .content-inner{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item .collapse-content .content-inner{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item .collapse-content .content-inner{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:767.9px){.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item .collapse-content .content-inner{font-size:18.6666666667px;height:unset;line-height:29.3333333333px}}@media screen and (max-width:499.9px){.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item .collapse-content .content-inner{font-size:3.7333333333vw;line-height:5.8666666667vw}}.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item .collapse-content .content-inner{color:#000;font-family:MyriadPro,Helvetica,Arial Unicode MS;font-weight:400;letter-spacing:normal}.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item .collapse-content .content-inner .text{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:767.9px){.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item .collapse-content .content-inner .text{display:inline-block}}.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item .collapse-content .content-inner .mb-img-box{display:none;height:280px;width:457px}@media screen and (max-width:767.9px){.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item .collapse-content .content-inner .mb-img-box{display:block;margin-top:26.67px}}@media screen and (max-width:499.9px){.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item .collapse-content .content-inner .mb-img-box{display:block;height:56vw;margin-top:5.3333333333vw;width:91.4666666667vw}}@media screen and (max-width:767.9px){.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .collapse-item .collapse-content .content-inner .mb-img-box .mb-img{display:block;height:100%;object-fit:cover;object-position:center;width:100%}}.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .check-link:last-child .collapse-item{border-bottom:none;padding-bottom:0}@media screen and (max-width:767.9px){.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .check-link:last-child .collapse-item{margin-top:26px;padding-bottom:26px}}@media screen and (max-width:499.9px){.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .check-link:last-child .collapse-item{margin-top:5.3333333333vw;padding-bottom:5.3333333333vw}}@media screen and (max-width:767.9px){.tsws-latest-news-v1 .tsws-latest-news-box .collapse-container .check-link:first-child .collapse-item{margin-top:0}}.tsws-latest-news-v1 .tsws-latest-news-box .tsws-latest-news-img{display:flex;height:560px;justify-content:center;width:920px}@media screen and (max-width:1920.9px){.tsws-latest-news-v1 .tsws-latest-news-box .tsws-latest-news-img{height:29.1666666667vw;width:47.9166666667vw}}@media screen and (max-width:767.9px){.tsws-latest-news-v1 .tsws-latest-news-box .tsws-latest-news-img{display:none}}.tsws-latest-news-v1 .tsws-latest-news-box .tsws-latest-news-img .latest-news-img{cursor:pointer;height:100%;object-fit:cover;object-position:center;width:100%}.tsws-manuals-download-v1{margin-left:auto;margin-right:auto;width:1200px}@media screen and (max-width:1920.9px){.tsws-manuals-download-v1{margin-left:18.75vw;margin-right:18.75vw;width:62.5vw}}@media screen and (max-width:767.9px){.tsws-manuals-download-v1{margin-left:auto;margin-right:auto;padding-left:unset;padding-right:unset;width:457.33px}}@media screen and (max-width:499.9px){.tsws-manuals-download-v1{width:calc(100% - 8.53333vw)}}.tsws-manuals-download-v1 .tsws-manuals-download-list-content{color:#000;display:flex;flex-wrap:wrap;margin-bottom:60px}.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container{width:100%}.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-title{display:flex;margin-bottom:5px}.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-title .downloads-th:first-child,.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-title .downloads-th:last-child{height:10px}.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-title .downloads-th{align-items:center;color:#7a7a7a;display:flex;flex:1;font-size:16px;height:72px;line-height:24px;margin-right:20px;max-width:160px}@media screen and (max-width:1920.9px){.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-title .downloads-th{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-title .downloads-th{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-title .downloads-th{font-size:1.3671875vw;line-height:1.7578125vw}}.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-title .downloads-th:first-child{margin-right:24px;max-width:112px}.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-title .downloads-th:last-child{margin-right:0;padding:0 24px}.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-list{max-height:392px;overflow:auto}.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-list .list-item{align-items:center;background-color:#f6f6f6;display:flex;justify-content:flex-start}.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-list .list-item .item-td{align-items:center;display:flex;flex:1;font-size:16px;line-height:24px;margin-right:20px;max-width:160px;min-height:112px}@media screen and (max-width:1920.9px){.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-list .list-item .item-td{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-list .list-item .item-td{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-list .list-item .item-td{font-size:1.3671875vw;line-height:1.7578125vw}}.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-list .list-item .item-td{overflow-wrap:anywhere}.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-list .list-item .item-td:first-child{margin-right:24px;max-width:112px;padding:16px;text-align:center}.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-list .list-item .item-td:last-child{display:flex;margin-right:0;padding:0 24px}.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-list .list-item .item-td picture{align-items:center;display:flex;height:100%;justify-content:center;margin:0 auto;width:80%}.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-list .list-item .item-td .item-pic{height:auto;max-height:100%;max-width:100%;width:auto}.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-list .list-item .item-td .action-icon{font-size:20px;line-height:28px;margin-right:8px}@media screen and (max-width:1920.9px){.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-list .list-item .item-td .action-icon{font-size:calc(12px + .41667vw);line-height:calc(20px + .41667vw)}}@media screen and (max-width:1440.9px){.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-list .list-item .item-td .action-icon{font-size:calc(11.07692px + .48077vw);line-height:calc(5.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-list .list-item .item-td .action-icon{font-size:1.5625vw;line-height:1.953125vw}}.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-list .list-item .item-td .item-title{display:none}.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-list .list-item .action-td .action-txt{font-size:16px;line-height:24px}@media screen and (max-width:1920.9px){.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-list .list-item .action-td .action-txt{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-list .list-item .action-td .action-txt{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-list .list-item .action-td .action-txt{font-size:1.3671875vw;line-height:1.7578125vw}}.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-list .list-item .action-td:hover .action-txt,.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-list .list-item .action-td:hover .icon-download{color:#df0303}@media screen and (max-width:1920.9px){.tsws-manuals-download-v1 .tsws-manuals-download-list-content{margin-bottom:3.125vw}.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-title{margin-bottom:.2604166667vw}.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-title .downloads-th{height:3.75vw;margin-right:1.0416666667vw}.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-title .downloads-th:first-child{margin-right:1.25vw}.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-title .downloads-th:last-child{margin-right:0;padding:0 1.25vw}.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-list{max-height:20.4166666667vw}.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-list .list-item .item-td{margin-right:1.0416666667vw;min-height:5.8333333333vw}.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-list .list-item .item-td:first-child{margin-right:1.25vw;padding:.8333333333vw}.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-list .list-item .item-td:last-child{padding:0 1.25vw}.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-list .list-item .item-td .action-icon{margin-right:.4166666667vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.tsws-manuals-download-v1{margin-left:auto;margin-right:auto;padding-left:unset;padding-right:unset;width:457.33px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-manuals-download-v1{width:calc(100% - 8.53333vw)}}@media screen and (max-width:767.9px){.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-title{display:none}.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-list{max-height:386.67px}.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-list .list-item{align-items:unset;box-sizing:border-box;display:flex;flex-wrap:wrap;padding:26.67px 0 0;width:100%}.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-list .list-item .item-td{display:inline-block;flex:unset;height:auto;margin-bottom:26.67px;margin-right:0;max-width:unset;padding:0 10.67px;width:50%}}@media screen and (max-width:767.9px)and (max-width:767.9px){.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-list .list-item .item-td{font-size:18.6666666667px;height:unset;line-height:29.3333333333px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-list .list-item .item-td{font-size:3.7333333333vw;line-height:5.8666666667vw}}@media screen and (max-width:767.9px){.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-list .list-item .item-td .item-title{color:#7a7a7a;display:block;margin-bottom:10.67px}.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-list .list-item .item-td:nth-child(2n){border-right:1px solid #d4d4d4}.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-list .list-item .item-td:first-child{display:none}.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-list .list-item .item-td:last-child{padding:0 10.67px}}@media screen and (max-width:767.9px)and (max-width:767.9px){.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-list .list-item .action-td .action-txt{font-size:18.6666666667px;height:unset;line-height:29.3333333333px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-list .list-item .action-td .action-txt{font-size:3.7333333333vw;line-height:5.8666666667vw}}@media screen and (max-width:767.9px){.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-list .list-item .action-td .action-icon{margin-right:10.67px}}@media screen and (max-width:767.9px)and (max-width:767.9px){.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-list .list-item .action-td .action-icon{font-size:26.6666666667px;height:unset;line-height:37.3333333333px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-list .list-item .action-td .action-icon{font-size:5.3333333333vw;line-height:7.4666666667vw}}@media screen and (max-width:499.9px){.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-list{max-height:90.6666666667vw}.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-list .list-item{padding:5.3333333333vw 0 0}.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-list .list-item .item-td{margin-bottom:5.3333333333vw;padding:0 2.1333333333vw;width:50%}.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-list .list-item .item-td .item-title{margin-bottom:2.1333333333vw}.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-list .list-item .item-td .action-icon{margin-right:2.1333333333vw}.tsws-manuals-download-v1 .tsws-manuals-download-list-content .downloads-list-container .downloads-list .list-item .item-td:last-child{padding:0 2.1333333333vw}}.gws-media-share-v1__styles .gws-media-share-v1{bottom:80px;display:flex;flex-direction:column;gap:24px;height:auto;position:fixed;width:48px;z-index:98}@media screen and (max-width:1920.9px){.gws-media-share-v1__styles .gws-media-share-v1{gap:1.25vw;width:2.5vw}}@media screen and (max-width:767.9px){.gws-media-share-v1__styles .gws-media-share-v1{bottom:24px;gap:26.67px;width:40px}}@media screen and (max-width:499.9px){.gws-media-share-v1__styles .gws-media-share-v1{gap:5.3333333333vw;width:8.5333333333vw}}.gws-media-share-v1__styles .gws-media-share-v1 a{align-items:center;aspect-ratio:1/1;display:flex;height:auto;justify-content:center;width:100%}.gws-media-share-v1__styles .gws-media-share-v1-facebook:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-size:48px;font-style:normal;line-height:48px;transform:rotate(0deg);vertical-align:middle}@media screen and (max-width:1920.9px){.gws-media-share-v1__styles .gws-media-share-v1-facebook:after{font-size:2.5vw;line-height:2.5vw}}@media screen and (max-width:767.9px){.gws-media-share-v1__styles .gws-media-share-v1-facebook:after{font-size:40px;line-height:40px}}@media screen and (max-width:499.9px){.gws-media-share-v1__styles .gws-media-share-v1-facebook:after{font-size:8.5333333333vw;line-height:8.5333333333vw}}.gws-media-share-v1__styles .gws-media-share-v1-twitter:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-size:48px;font-style:normal;line-height:48px;transform:rotate(0deg);vertical-align:middle}@media screen and (max-width:1920.9px){.gws-media-share-v1__styles .gws-media-share-v1-twitter:after{font-size:2.5vw;line-height:2.5vw}}@media screen and (max-width:767.9px){.gws-media-share-v1__styles .gws-media-share-v1-twitter:after{font-size:40px;line-height:40px}}@media screen and (max-width:499.9px){.gws-media-share-v1__styles .gws-media-share-v1-twitter:after{font-size:8.5333333333vw;line-height:8.5333333333vw}}.gws-media-share-v1__styles .gws-media-share-v1-linkedIn:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-size:48px;font-style:normal;line-height:48px;transform:rotate(0deg);vertical-align:middle}@media screen and (max-width:1920.9px){.gws-media-share-v1__styles .gws-media-share-v1-linkedIn:after{font-size:2.5vw;line-height:2.5vw}}@media screen and (max-width:767.9px){.gws-media-share-v1__styles .gws-media-share-v1-linkedIn:after{font-size:40px;line-height:40px}}@media screen and (max-width:499.9px){.gws-media-share-v1__styles .gws-media-share-v1-linkedIn:after{font-size:8.5333333333vw;line-height:8.5333333333vw}}.gws-media-share-v1__styles .gws-media-share-v1-pinterest:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-size:48px;font-style:normal;line-height:48px;transform:rotate(0deg);vertical-align:middle}@media screen and (max-width:1920.9px){.gws-media-share-v1__styles .gws-media-share-v1-pinterest:after{font-size:2.5vw;line-height:2.5vw}}@media screen and (max-width:767.9px){.gws-media-share-v1__styles .gws-media-share-v1-pinterest:after{font-size:40px;line-height:40px}}@media screen and (max-width:499.9px){.gws-media-share-v1__styles .gws-media-share-v1-pinterest:after{font-size:8.5333333333vw;line-height:8.5333333333vw}}.news-container-detail-media-share .gws-media-share-v1__styles .gws-media-share-v1{bottom:unset!important;display:flex;flex-direction:column;gap:24px;height:auto;position:relative;top:unset!important;transform:unset!important;width:48px;z-index:1}@media screen and (max-width:1920.9px){.news-container-detail-media-share .gws-media-share-v1__styles .gws-media-share-v1{gap:1.25vw;width:2.5vw}}@media screen and (max-width:767.9px){.news-container-detail-media-share .gws-media-share-v1__styles .gws-media-share-v1{flex-direction:row;gap:32px;height:53.33px;width:auto}}@media screen and (max-width:499.9px){.news-container-detail-media-share .gws-media-share-v1__styles .gws-media-share-v1{gap:6.4vw;height:10.6666666667vw}}.news-container-detail-media-share .gws-media-share-v1__styles .gws-media-share-v1 a{align-items:center;aspect-ratio:1/1;display:flex;height:auto;justify-content:center;width:100%}@media screen and (max-width:767.9px){.news-container-detail-media-share .gws-media-share-v1__styles .gws-media-share-v1 a{flex-direction:row;height:100%;width:auto}}.news-container-detail-media-share .gws-media-share-v1__styles .gws-media-share-v1 a:hover{color:#e61e1e}.news-container-detail-media-share .gws-media-share-v1__styles .gws-media-share-v1-facebook:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-size:48px;font-style:normal;line-height:48px;transform:rotate(0deg);vertical-align:middle}@media screen and (max-width:1920.9px){.news-container-detail-media-share .gws-media-share-v1__styles .gws-media-share-v1-facebook:after{font-size:2.5vw;line-height:2.5vw}}@media screen and (max-width:767.9px){.news-container-detail-media-share .gws-media-share-v1__styles .gws-media-share-v1-facebook:after{font-size:53.33px;line-height:53.33px}}@media screen and (max-width:499.9px){.news-container-detail-media-share .gws-media-share-v1__styles .gws-media-share-v1-facebook:after{font-size:10.6666666667vw;line-height:10.6666666667vw}}.news-container-detail-media-share .gws-media-share-v1__styles .gws-media-share-v1-twitter:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-size:48px;font-style:normal;line-height:48px;transform:rotate(0deg);vertical-align:middle}@media screen and (max-width:1920.9px){.news-container-detail-media-share .gws-media-share-v1__styles .gws-media-share-v1-twitter:after{font-size:2.5vw;line-height:2.5vw}}@media screen and (max-width:767.9px){.news-container-detail-media-share .gws-media-share-v1__styles .gws-media-share-v1-twitter:after{font-size:53.33px;line-height:53.33px}}@media screen and (max-width:499.9px){.news-container-detail-media-share .gws-media-share-v1__styles .gws-media-share-v1-twitter:after{font-size:10.6666666667vw;line-height:10.6666666667vw}}.news-container-detail-media-share .gws-media-share-v1__styles .gws-media-share-v1-linkedIn:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-size:48px;font-style:normal;line-height:48px;transform:rotate(0deg);vertical-align:middle}@media screen and (max-width:1920.9px){.news-container-detail-media-share .gws-media-share-v1__styles .gws-media-share-v1-linkedIn:after{font-size:2.5vw;line-height:2.5vw}}@media screen and (max-width:767.9px){.news-container-detail-media-share .gws-media-share-v1__styles .gws-media-share-v1-linkedIn:after{font-size:53.33px;line-height:53.33px}}@media screen and (max-width:499.9px){.news-container-detail-media-share .gws-media-share-v1__styles .gws-media-share-v1-linkedIn:after{font-size:10.6666666667vw;line-height:10.6666666667vw}}.news-container-detail-media-share .gws-media-share-v1__styles .gws-media-share-v1-pinterest:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-size:48px;font-style:normal;line-height:48px;transform:rotate(0deg);vertical-align:middle}@media screen and (max-width:1920.9px){.news-container-detail-media-share .gws-media-share-v1__styles .gws-media-share-v1-pinterest:after{font-size:2.5vw;line-height:2.5vw}}@media screen and (max-width:767.9px){.news-container-detail-media-share .gws-media-share-v1__styles .gws-media-share-v1-pinterest:after{font-size:53.33px;line-height:53.33px}}@media screen and (max-width:499.9px){.news-container-detail-media-share .gws-media-share-v1__styles .gws-media-share-v1-pinterest:after{font-size:10.6666666667vw;line-height:10.6666666667vw}}.news-contariner{margin-left:auto;margin-right:auto;max-width:1920px;position:relative}@media screen and (max-width:767.9px){.news-contariner{margin-left:auto;margin-right:auto;padding-left:unset;padding-right:unset;width:500px}}@media screen and (max-width:499.9px){.news-contariner{width:100%}}.news-contariner{padding:0 360px 96px 120px}@media screen and (max-width:1920.9px){.news-contariner{padding:0 18.75vw 5vw 6.25vw}}@media screen and (max-width:767.9px){.news-contariner{padding:42.67px 21.33px}}@media screen and (max-width:499.9px){.news-contariner{padding:8.5333333333vw 4.2666666667vw}}.news-contariner .gws-news-detail{display:flex;flex-direction:column}.news-contariner .gws-news-basic-title{font-size:36px;font-weight:600;letter-spacing:normal;line-height:44px;order:1}@media screen and (max-width:1920.9px){.news-contariner .gws-news-basic-title{font-size:calc(12px + 1.25vw);line-height:calc(20px + 1.25vw)}}@media screen and (max-width:1440.9px){.news-contariner .gws-news-basic-title{font-size:calc(9.23077px + 1.44231vw);line-height:calc(3.38462px + 2.40385vw)}}@media screen and (max-width:1024.9px){.news-contariner .gws-news-basic-title{font-size:2.34375vw;line-height:2.734375vw}}@media screen and (max-width:767.9px){.news-contariner .gws-news-basic-title{font-size:32px;height:unset;line-height:42.6666666667px}}@media screen and (max-width:499.9px){.news-contariner .gws-news-basic-title{font-size:6.4vw;line-height:8.5333333333vw}}.news-contariner .gws-news-basic-date{font-size:20px;letter-spacing:normal;line-height:28px;margin-top:24px;order:2}@media screen and (max-width:1920.9px){.news-contariner .gws-news-basic-date{font-size:calc(12px + .41667vw);line-height:calc(20px + .41667vw)}}@media screen and (max-width:1440.9px){.news-contariner .gws-news-basic-date{font-size:calc(11.07692px + .48077vw);line-height:calc(5.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.news-contariner .gws-news-basic-date{font-size:1.5625vw;line-height:1.953125vw}}@media screen and (max-width:767.9px){.news-contariner .gws-news-basic-date{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:499.9px){.news-contariner .gws-news-basic-date{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:1920.9px){.news-contariner .gws-news-basic-date{margin-top:1.25vw}}@media screen and (max-width:767.9px){.news-contariner .gws-news-basic-date{margin-top:21.33px}}@media screen and (max-width:499.9px){.news-contariner .gws-news-basic-date{margin-top:4.2666666667vw}}.news-contariner .gws-news-basic-desc{display:none}.news-contariner{display:flex}.news-contariner .news-container-content{flex:1;width:100%}.news-contariner .news-container-detail{display:flex;gap:192px;justify-content:flex-end}@media screen and (max-width:1920.9px){.news-contariner .news-container-detail{gap:10vw}}@media screen and (max-width:767.9px){.news-contariner .news-container-detail{flex-direction:column-reverse;gap:42.67px}}@media screen and (max-width:499.9px){.news-contariner .news-container-detail{gap:8.5333333333vw}}.news-contariner .news-container-detail-media-share{padding-top:96px}@media screen and (max-width:1920.9px){.news-contariner .news-container-detail-media-share{padding-top:5vw}}@media screen and (max-width:767.9px){.news-contariner .news-container-detail-media-share{padding-top:0}}@media screen and (max-width:499.9px){.news-contariner .news-container-detail-media-share{padding-top:0}}.news-contariner .news-container-detail-media-share .gws-media-share-v1__styles{margin:0!important;padding:0!important}.news-contariner .news-contariner-richtext{padding-top:96px;width:1200px}@media screen and (max-width:1920.9px){.news-contariner .news-contariner-richtext{padding-top:5vw}}@media screen and (max-width:767.9px){.news-contariner .news-contariner-richtext{padding-top:42.67px}}@media screen and (max-width:499.9px){.news-contariner .news-contariner-richtext{padding-top:8.5333333333vw}}@media screen and (max-width:1920.9px){.news-contariner .news-contariner-richtext{width:62.5vw}}@media screen and (max-width:767.9px){.news-contariner .news-contariner-richtext{width:100%}}.news-contariner .s-right-sidebar .gws-email-subscription-v1__styles{display:none}.news-contariner .rich-text-box .rich-text-container{margin-left:0!important;margin-right:0!important;max-width:unset!important;padding-left:0!important;padding-right:0!important;width:unset!important}@media screen and (max-width:767.9px){.news-contariner{flex-direction:column}}.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-left:auto;margin-right:auto;max-width:1920px}@media screen and (max-width:767.9px){.gws-news-list{margin-left:auto;margin-right:auto;padding-left:unset;padding-right:unset;width:500px}}@media screen and (max-width:499.9px){.gws-news-list{width:100%}}.gws-news-list{padding-left:120px;padding-right:120px}@media screen and (max-width:1920.9px){.gws-news-list{padding-left:6.25vw;padding-right:6.25vw}}.gws-news-list-sectionTitle{display:none}.gws-news-list-contariner{display:flex;flex-wrap:wrap;gap:60px 48px}@media screen and (max-width:1920.9px){.gws-news-list-contariner{gap:3.125vw 2.5vw}}.gws-news-list-contariner-item{display:flex;flex-direction:column;padding-bottom:32px;width:calc(33.33333% - 32px)}@media screen and (max-width:1920.9px){.gws-news-list-contariner-item{padding-bottom:1.6666666667vw;width:calc(33.33333% - 1.66667vw)}}.gws-news-list-contariner-item{transition:all .3s ease}.gws-news-list-contariner-item-imgBox{height:320px;overflow:hidden;position:relative;width:100%}@media screen and (max-width:1920.9px){.gws-news-list-contariner-item-imgBox{height:16.6666666667vw}}.gws-news-list-contariner-item-img{height:100%;object-fit:cover;object-position:center;width:100%}.gws-news-list-contariner-item-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:20px;font-weight:600;height:56px;letter-spacing:normal;line-height:28px;margin-top:32px;order:2;overflow:hidden;overflow-wrap:normal;text-overflow:ellipsis;word-break:normal}@media screen and (max-width:1920.9px){.gws-news-list-contariner-item-title{font-size:calc(12px + .41667vw);height:calc(40px + .83333vw);line-height:calc(20px + .41667vw)}}@media screen and (max-width:1440.9px){.gws-news-list-contariner-item-title{font-size:calc(11.07692px + .48077vw);height:calc(10.46154px + 2.88462vw);line-height:calc(5.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.gws-news-list-contariner-item-title{font-size:1.5625vw;height:3.90625vw;line-height:1.953125vw}}@media screen and (max-width:1920.9px){.gws-news-list-contariner-item-title{margin-top:1.6666666667vw}}.gws-news-list-contariner-item-date{color:#7a7a7a;font-size:20px;font-weight:400;letter-spacing:normal;line-height:28px;margin-top:32px;order:1}@media screen and (max-width:1920.9px){.gws-news-list-contariner-item-date{font-size:calc(12px + .41667vw);line-height:calc(20px + .41667vw)}}@media screen and (max-width:1440.9px){.gws-news-list-contariner-item-date{font-size:calc(11.07692px + .48077vw);line-height:calc(5.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.gws-news-list-contariner-item-date{font-size:1.5625vw;line-height:1.953125vw}}@media screen and (max-width:1920.9px){.gws-news-list-contariner-item-date{margin-top:1.6666666667vw}}.gws-news-list-contariner-item-desc{color:#7a7a7a;font-size:16px;font-weight:400;letter-spacing:normal;line-height:24px;margin-top:32px;order:3;word-break:break-all}@media screen and (max-width:1920.9px){.gws-news-list-contariner-item-desc{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.gws-news-list-contariner-item-desc{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.gws-news-list-contariner-item-desc{font-size:1.3671875vw;line-height:1.7578125vw}}.gws-news-list-contariner-item-desc{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;overflow-wrap:normal;text-overflow:ellipsis;word-break:normal}@media screen and (max-width:1920.9px){.gws-news-list-contariner-item-desc{margin-top:.8333333333vw}}.gws-news-list-more{display:flex;justify-content:center;width:100%}@media screen and (max-width:767.9px){.gws-news-list-more{margin-top:42.67px}}@media screen and (max-width:499.9px){.gws-news-list-more{margin-top:8.5333333333vw}}.gws-news-list-more button{word-wrap:break-word;cursor:pointer;display:inline-block;text-align:center;white-space:normal}.gws-news-list-more button[disabled]{pointer-events:none}.gws-news-list-more button[hidden]{display:none}.gws-news-list-more button:is(a:not([href])){cursor:default}.gws-news-list-more button{background:unset;border:1px solid #000;color:#000}.gws-news-list-more button:hover{border-color:#ff0008;color:#ff0008}.gws-news-list-more button:active{border-color:#df0303;color:#df0303}.gws-news-list-more button.tsws-btn--disabled,.gws-news-list-more button[disabled]{border-color:#d4d4d4;color:#d4d4d4}.gws-news-list-more button{font-weight:400}@media screen and (max-width:767.9px){.gws-news-list-more button{font-size:18.6666666667px;line-height:18.6666666667px;min-width:84px;padding:12px 21.3333333333px}}@media screen and (max-width:499.9px){.gws-news-list-more button{font-size:3.7333333333vw;line-height:3.7333333333vw;min-width:16.8vw;padding:2.4vw 4.26667vw}}@media screen and (max-width:767.9px){.gws-news-list-more button:active,.gws-news-list-more button:hover{border-color:#000;color:#000}}.gws-news-list-pagination{margin-top:40px}@media screen and (max-width:1920.9px){.gws-news-list-pagination{margin-top:2.0833333333vw}}.gws-news-list-pagination .wsc-pagination__container{gap:10px;justify-content:center}@media screen and (max-width:1920.9px){.gws-news-list-pagination .wsc-pagination__container{gap:.5208333333vw}}.gws-news-list-pagination .wsc-pagination__container .wsc-pagination__item,.gws-news-list-pagination .wsc-pagination__container .wsc-pagination__next,.gws-news-list-pagination .wsc-pagination__container .wsc-pagination__prev{border:none;min-width:unset}.gws-news-list-pagination .wsc-pagination__container .wsc-pagination__item{align-items:center;display:flex;font-size:16px;height:32px;justify-content:center;line-height:1;text-align:center;width:32px}.gws-news-list-pagination .wsc-pagination__container .wsc-pagination__item--actived{background-color:transparent;color:#e61e1e}@media screen and (max-width:1920.9px){.gws-news-list-pagination .wsc-pagination__container .wsc-pagination__item{font-size:.8333333333vw;height:1.6666666667vw;width:1.6666666667vw}}.gws-news-list-pagination .wsc-pagination__container .wsc-pagination__next,.gws-news-list-pagination .wsc-pagination__container .wsc-pagination__prev{font-size:0!important;height:32px;width:32px}.gws-news-list-pagination .wsc-pagination__container .wsc-pagination__next--disabled:after,.gws-news-list-pagination .wsc-pagination__container .wsc-pagination__next--disabled:before,.gws-news-list-pagination .wsc-pagination__container .wsc-pagination__prev--disabled:after,.gws-news-list-pagination .wsc-pagination__container .wsc-pagination__prev--disabled:before{color:#7a7a7a!important}@media screen and (max-width:1920.9px){.gws-news-list-pagination .wsc-pagination__container .wsc-pagination__next,.gws-news-list-pagination .wsc-pagination__container .wsc-pagination__prev{height:1.6666666667vw;width:1.6666666667vw}}.gws-news-list-pagination .wsc-pagination__container .wsc-pagination__next:before,.gws-news-list-pagination .wsc-pagination__container .wsc-pagination__prev:before{font-size:16px!important;line-height:1}@media screen and (max-width:1920.9px){.gws-news-list-pagination .wsc-pagination__container .wsc-pagination__next:before,.gws-news-list-pagination .wsc-pagination__container .wsc-pagination__prev:before{font-size:.8333333333vw!important}}.gws-news-list-pagination .wsc-pagination__container .wsc-pagination__prev:before{transform:rotate(-90deg)}.gws-news-list-pagination .wsc-pagination__container .wsc-pagination__next:before,.gws-news-list-pagination .wsc-pagination__container .wsc-pagination__prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-style:normal;vertical-align:middle}.gws-news-list-pagination .wsc-pagination__container .wsc-pagination__next:before{transform:rotate(90deg)}@media screen and (max-width:767.9px){.gws-news-list{padding-left:21.34px;padding-right:21.34px;width:100%}.gws-news-list-contariner{gap:32px 0}.gws-news-list-contariner .gws-news-list-contariner-item{display:flex;flex-direction:column;padding-bottom:32px;width:100%}.gws-news-list-contariner .gws-news-list-contariner-item .gws-news-list-contariner-item-imgBox{height:280px;width:100%}.gws-news-list-contariner .gws-news-list-contariner-item .gws-news-list-contariner-item-title{-webkit-line-clamp:unset;display:inline-block;margin-top:10.67px;text-overflow:clip}}@media screen and (max-width:767.9px)and (max-width:767.9px){.gws-news-list-contariner .gws-news-list-contariner-item .gws-news-list-contariner-item-title{font-size:26.6666666667px;height:unset;line-height:37.3333333333px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.gws-news-list-contariner .gws-news-list-contariner-item .gws-news-list-contariner-item-title{font-size:5.3333333333vw;line-height:7.4666666667vw}}@media screen and (max-width:767.9px){.gws-news-list-contariner .gws-news-list-contariner-item .gws-news-list-contariner-item-date{margin-top:16px}}@media screen and (max-width:767.9px)and (max-width:767.9px){.gws-news-list-contariner .gws-news-list-contariner-item .gws-news-list-contariner-item-date{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.gws-news-list-contariner .gws-news-list-contariner-item .gws-news-list-contariner-item-date{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:767.9px){.gws-news-list-contariner .gws-news-list-contariner-item .gws-news-list-contariner-item-desc{-webkit-line-clamp:unset;display:inline-block;margin-top:10.67px;text-overflow:clip}}@media screen and (max-width:767.9px)and (max-width:767.9px){.gws-news-list-contariner .gws-news-list-contariner-item .gws-news-list-contariner-item-desc{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.gws-news-list-contariner .gws-news-list-contariner-item .gws-news-list-contariner-item-desc{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:767.9px){.gws-news-list-contariner .hide-border{border-bottom:none}}@media screen and (max-width:499.9px){.gws-news-list{padding-left:4.2666666667vw;padding-right:4.2666666667vw}.gws-news-list-contariner{gap:6.4vw 0}.gws-news-list-contariner .gws-news-list-contariner-item{padding-bottom:6.4vw}.gws-news-list-contariner .gws-news-list-contariner-item .gws-news-list-contariner-item-imgBox{height:56vw}.gws-news-list-contariner .gws-news-list-contariner-item .gws-news-list-contariner-item-title{margin-top:2.1333333333vw}.gws-news-list-contariner .gws-news-list-contariner-item .gws-news-list-contariner-item-date{margin-top:3.2vw}.gws-news-list-contariner .gws-news-list-contariner-item .gws-news-list-contariner-item-desc{margin-top:2.1333333333vw}}.gws-office-card-v1__card-box{display:flex;flex-wrap:wrap;margin-left:auto;margin-right:auto;width:1200px}@media screen and (max-width:1920.9px){.gws-office-card-v1__card-box{margin-left:18.75vw;margin-right:18.75vw;width:62.5vw}}@media screen and (max-width:767.9px){.gws-office-card-v1__card-box{margin-left:auto;margin-right:auto;padding-left:unset;padding-right:unset;width:457.33px}}@media screen and (max-width:499.9px){.gws-office-card-v1__card-box{width:calc(100% - 8.53333vw)}}.gws-office-card-v1__card-box{gap:24px}.gws-office-card-v1__card-box .gws-office-card-v1__card-item{border:1px solid #f1f1f1;color:#000;display:flex;flex-direction:column;justify-content:space-between;padding:24px 16px;position:relative;width:calc(50% - 12px)}.gws-office-card-v1__card-box .gws-office-card-v1__card-item-title{font-size:32px;line-height:40px}@media screen and (max-width:1920.9px){.gws-office-card-v1__card-box .gws-office-card-v1__card-item-title{font-size:calc(8px + 1.25vw);line-height:calc(16px + 1.25vw)}}@media screen and (max-width:1440.9px){.gws-office-card-v1__card-box .gws-office-card-v1__card-item-title{font-size:calc(12.15385px + .96154vw);line-height:calc(6.30769px + 1.92308vw)}}@media screen and (max-width:1024.9px){.gws-office-card-v1__card-box .gws-office-card-v1__card-item-title{font-size:2.1484375vw;line-height:2.5390625vw}}@media screen and (max-width:767.9px){.gws-office-card-v1__card-box .gws-office-card-v1__card-item-title{font-size:26.6666666667px;height:unset;line-height:37.3333333333px}}@media screen and (max-width:499.9px){.gws-office-card-v1__card-box .gws-office-card-v1__card-item-title{font-size:5.3333333333vw;line-height:7.4666666667vw}}.gws-office-card-v1__card-box .gws-office-card-v1__card-item-title{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;font-weight:600;overflow:hidden;text-overflow:ellipsis}.gws-office-card-v1__card-box .gws-office-card-v1__card-item-info{font-size:14px;line-height:22px;position:relative}@media screen and (max-width:1920.9px){.gws-office-card-v1__card-box .gws-office-card-v1__card-item-info{font-size:14px;line-height:22px}}@media screen and (max-width:1440.9px){.gws-office-card-v1__card-box .gws-office-card-v1__card-item-info{font-size:calc(7.07692px + .48077vw);line-height:calc(1.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.gws-office-card-v1__card-box .gws-office-card-v1__card-item-info{font-size:1.171875vw;line-height:1.5625vw}}@media screen and (max-width:767.9px){.gws-office-card-v1__card-box .gws-office-card-v1__card-item-info{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:499.9px){.gws-office-card-v1__card-box .gws-office-card-v1__card-item-info{font-size:4.2666666667vw;line-height:6.4vw}}.gws-office-card-v1__card-box .gws-office-card-v1__card-item-info{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#7a7a7a;display:-webkit-box;margin:8px 0;overflow:hidden;text-overflow:ellipsis;word-break:break-all}.gws-office-card-v1__card-box .gws-office-card-v1__card-item-name--link{text-decoration:underline;transition:color .5s}.gws-office-card-v1__card-box .gws-office-card-v1__card-item-name--link:hover{color:#e61e1e;text-decoration:underline}.gws-office-card-v1__card-box .gws-office-card-v1__card-item-desc{font-size:14px;line-height:22px}@media screen and (max-width:1920.9px){.gws-office-card-v1__card-box .gws-office-card-v1__card-item-desc{font-size:14px;line-height:22px}}@media screen and (max-width:1440.9px){.gws-office-card-v1__card-box .gws-office-card-v1__card-item-desc{font-size:calc(7.07692px + .48077vw);line-height:calc(1.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.gws-office-card-v1__card-box .gws-office-card-v1__card-item-desc{font-size:1.171875vw;line-height:1.5625vw}}@media screen and (max-width:767.9px){.gws-office-card-v1__card-box .gws-office-card-v1__card-item-desc{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:499.9px){.gws-office-card-v1__card-box .gws-office-card-v1__card-item-desc{font-size:4.2666666667vw;line-height:6.4vw}}.gws-office-card-v1__card-box .gws-office-card-v1__card-item-desc{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-break:break-all}.gws-office-card-v1__card-box .gws-office-card-v1__card-item-label{font-size:12px;line-height:16px}@media screen and (max-width:1920.9px){.gws-office-card-v1__card-box .gws-office-card-v1__card-item-label{font-size:12px;line-height:16px}}@media screen and (max-width:1440.9px){.gws-office-card-v1__card-box .gws-office-card-v1__card-item-label{font-size:12px;line-height:16px}}@media screen and (max-width:1024.9px){.gws-office-card-v1__card-box .gws-office-card-v1__card-item-label{font-size:1.171875vw;line-height:1.5625vw}}@media screen and (max-width:767.9px){.gws-office-card-v1__card-box .gws-office-card-v1__card-item-label{font-size:18.6666666667px;height:unset;line-height:29.3333333333px}}@media screen and (max-width:499.9px){.gws-office-card-v1__card-box .gws-office-card-v1__card-item-label{font-size:3.7333333333vw;line-height:5.8666666667vw}}.gws-office-card-v1__card-box .gws-office-card-v1__card-item-label{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#7a7a7a;display:-webkit-box;overflow:hidden;padding-left:8px;position:relative;text-overflow:ellipsis}.gws-office-card-v1__card-box .gws-office-card-v1__card-item-label:after{background-color:#e61e1e;content:"";height:10px;left:0;margin-right:4px;position:absolute;top:50%;transform:translateY(-50%);width:4px}@media screen and (max-width:1920.9px){.gws-office-card-v1__card-box{gap:1.25vw}.gws-office-card-v1__card-box .gws-office-card-v1__card-item{padding:1.25vw .8333333333vw;width:calc(50% - .625vw)}.gws-office-card-v1__card-box .gws-office-card-v1__card-item-info{margin:.4166666667vw 0}.gws-office-card-v1__card-box .gws-office-card-v1__card-item-label{padding-left:.4166666667vw}.gws-office-card-v1__card-box .gws-office-card-v1__card-item-label:after{height:.5208333333vw;margin-right:.2083333333vw;width:.2083333333vw}}@media screen and (max-width:767.9px){.gws-office-card-v1__card-box .gws-office-card-v1__card-item{border:none;border-bottom:1px solid #f1f1f1;padding:32px 21.33px;width:100%}.gws-office-card-v1__card-box .gws-office-card-v1__card-item:last-child{border-bottom:none}.gws-office-card-v1__card-box .gws-office-card-v1__card-item-title{line-clamp:none;-webkit-line-clamp:none}.gws-office-card-v1__card-box .gws-office-card-v1__card-item-info{line-clamp:none;-webkit-line-clamp:none;margin:10.67px 0}.gws-office-card-v1__card-box .gws-office-card-v1__card-item-label{word-wrap:break-word;line-clamp:none;-webkit-line-clamp:none;padding-left:10.67px}.gws-office-card-v1__card-box .gws-office-card-v1__card-item-label:after{height:13.33px;margin-right:5.33px;width:5.33px}}@media screen and (max-width:499.9px){.gws-office-card-v1__card-box .gws-office-card-v1__card-item{padding:6.4vw 4.2666666667vw}.gws-office-card-v1__card-box .gws-office-card-v1__card-item-info{margin:2.1333333333vw 0}.gws-office-card-v1__card-box .gws-office-card-v1__card-item-label{padding-left:2.1333333333vw}.gws-office-card-v1__card-box .gws-office-card-v1__card-item-label:after{height:2.6666666667vw;margin-right:1.0666666667vw;width:1.0666666667vw}}.tsws-price .csr-cp-price-v1 .csr-cp-price-v1-sale{color:#000;font-size:32px;line-height:40px}@media screen and (max-width:1920.9px){.tsws-price .csr-cp-price-v1 .csr-cp-price-v1-sale{font-size:calc(8px + 1.25vw);line-height:calc(16px + 1.25vw)}}@media screen and (max-width:1440.9px){.tsws-price .csr-cp-price-v1 .csr-cp-price-v1-sale{font-size:calc(12.15385px + .96154vw);line-height:calc(6.30769px + 1.92308vw)}}@media screen and (max-width:1024.9px){.tsws-price .csr-cp-price-v1 .csr-cp-price-v1-sale{font-size:2.1484375vw;line-height:2.5390625vw}}.tsws-price .csr-cp-price-v1 .csr-cp-price-v1-sale{margin-bottom:4px}@media screen and (max-width:1920.9px){.tsws-price .csr-cp-price-v1 .csr-cp-price-v1-sale{margin-bottom:.2083333333vw}}@media screen and (max-width:767.9px){.tsws-price .csr-cp-price-v1 .csr-cp-price-v1-sale{font-size:40px;line-height:50.67px;margin-bottom:5.33px;margin-top:26.67px}}@media screen and (max-width:499.9px){.tsws-price .csr-cp-price-v1 .csr-cp-price-v1-sale{font-size:8vw;line-height:10.1333333333vw;margin-bottom:1.0666666667vw;margin-top:5.3333333333vw}}.tsws-price .csr-cp-price-v1 .csr-cp-price-v1-original-cost{color:#7a7a7a;font-size:16px;line-height:24px}@media screen and (max-width:1920.9px){.tsws-price .csr-cp-price-v1 .csr-cp-price-v1-original-cost{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.tsws-price .csr-cp-price-v1 .csr-cp-price-v1-original-cost{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-price .csr-cp-price-v1 .csr-cp-price-v1-original-cost{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:767.9px){.tsws-price .csr-cp-price-v1 .csr-cp-price-v1-original-cost{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:499.9px){.tsws-price .csr-cp-price-v1 .csr-cp-price-v1-original-cost{font-size:4.2666666667vw;line-height:6.4vw}}.tsws-price .csr-cp-price-v1 .csr-cp-price-v1-original-cost{margin-right:8px}@media screen and (max-width:1920.9px){.tsws-price .csr-cp-price-v1 .csr-cp-price-v1-original-cost{margin-right:.4166666667vw}}@media screen and (max-width:767.9px){.tsws-price .csr-cp-price-v1 .csr-cp-price-v1-original-cost{margin-right:10.67px}}@media screen and (max-width:499.9px){.tsws-price .csr-cp-price-v1 .csr-cp-price-v1-original-cost{margin-right:2.1333333333vw}}.tsws-price .csr-cp-price-v1 .csr-cp-price-v1-original-ratio{font-size:16px;line-height:24px}@media screen and (max-width:1920.9px){.tsws-price .csr-cp-price-v1 .csr-cp-price-v1-original-ratio{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.tsws-price .csr-cp-price-v1 .csr-cp-price-v1-original-ratio{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-price .csr-cp-price-v1 .csr-cp-price-v1-original-ratio{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:767.9px){.tsws-price .csr-cp-price-v1 .csr-cp-price-v1-original-ratio{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:499.9px){.tsws-price .csr-cp-price-v1 .csr-cp-price-v1-original-ratio{font-size:4.2666666667vw;line-height:6.4vw}}.tsws-price .csr-cp-price-v1 .csr-cp-price-v1-original-ratio{color:#e61e1e}.tsws-price .wish-btn-box{display:none}@media screen and (max-width:767.9px){.tsws-price .wish-btn-box{display:block}}.tsws-sku-item__main__operation-text{background:#f5f7fe}.tsws-discount .tsws-sku-item__discount_icon{font-size:20px;line-height:28px}@media screen and (max-width:1920.9px){.tsws-discount .tsws-sku-item__discount_icon{font-size:calc(12px + .41667vw);line-height:calc(20px + .41667vw)}}@media screen and (max-width:1440.9px){.tsws-discount .tsws-sku-item__discount_icon{font-size:calc(11.07692px + .48077vw);line-height:calc(5.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-discount .tsws-sku-item__discount_icon{font-size:1.5625vw;line-height:1.953125vw}}.tsws-discount .tsws-sku-item__discount_icon{align-items:center;border-radius:2px;color:#000;display:flex;font-weight:600;gap:4px;height:32px;justify-content:space-between}@media screen and (max-width:767.9px){.tsws-discount .tsws-sku-item__discount_icon{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:499.9px){.tsws-discount .tsws-sku-item__discount_icon{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:1920.9px){.tsws-discount .tsws-sku-item__discount_icon{border-radius:.1041666667vw;gap:.2083333333vw;height:1.6666666667vw}}@media screen and (max-width:767.9px){.tsws-discount .tsws-sku-item__discount_icon{background:#f5f7fe;border-radius:2.67px;gap:5.33px;height:37.33px}}@media screen and (max-width:499.9px){.tsws-discount .tsws-sku-item__discount_icon{border-radius:.5333333333vw;gap:1.0666666667vw;height:7.4666666667vw}}.tsws-discount .tsws-sku-item__discount_icon:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-size:20px;font-style:normal;line-height:20px;transform:rotate(0deg);vertical-align:middle}@media screen and (max-width:1920.9px){.tsws-discount .tsws-sku-item__discount_icon:before{font-size:1.0416666667vw;line-height:1.0416666667vw}}@media screen and (max-width:767.9px){.tsws-discount .tsws-sku-item__discount_icon:before{font-size:18.67px;line-height:18.67px}}@media screen and (max-width:499.9px){.tsws-discount .tsws-sku-item__discount_icon:before{font-size:3.7333333333vw;line-height:3.7333333333vw}}.mdws-feature-icon{color:#7a7a7a;display:flex;flex-wrap:wrap;padding:16px 0}@media screen and (max-width:1920.9px){.mdws-feature-icon{padding:.8333333333vw 0}}.mdws-feature-icon-item{align-items:center;display:flex;margin-right:16px}@media screen and (max-width:1920.9px){.mdws-feature-icon-item{margin-right:.8333333333vw}}.mdws-feature-icon-item img{height:20px;margin-right:8px;width:20px}@media screen and (max-width:1920.9px){.mdws-feature-icon-item img{height:1.0416666667vw;margin-right:.4166666667vw;width:1.0416666667vw}}.mdws-feature-icon-item p{font-size:16px;line-height:24px}@media screen and (max-width:1920.9px){.mdws-feature-icon-item p{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.mdws-feature-icon-item p{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.mdws-feature-icon-item p{font-size:1.3671875vw;line-height:1.7578125vw}}.mdws-feature-icon{background:none!important}@media screen and (max-width:767.9px){.mdws-feature-icon{align-items:center;padding:21px 0}}@media screen and (max-width:767.9px)and (max-width:499.9px){.mdws-feature-icon{padding:4.2666666667vw 0}}@media screen and (max-width:767.9px){.mdws-feature-icon-item{margin:0 21px 10px 0}}@media screen and (max-width:767.9px)and (max-width:499.9px){.mdws-feature-icon-item{margin-bottom:2.1333333333vw;margin-right:2.1333333333vw}}@media screen and (max-width:767.9px){.mdws-feature-icon-item img{height:22px;width:22px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.mdws-feature-icon-item img{height:5.3333333333vw;width:5.3333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-feature-icon-item p{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.mdws-feature-icon-item p{font-size:4.2666666667vw;line-height:6.4vw}}.tsws-image-label{background:none!important;color:#7a7a7a;display:flex;flex-direction:column;flex-wrap:wrap;margin-top:24px;padding:16px 0}@media screen and (max-width:1920.9px){.tsws-image-label{margin-top:1.25vw;padding:.8333333333vw 0}}.tsws-image-label-item{align-items:center;display:flex;margin-bottom:32px}@media screen and (max-width:1920.9px){.tsws-image-label-item{margin-bottom:1.6666666667vw}}.tsws-image-label-item:last-child{margin-bottom:0}.tsws-image-label-item-downLoad{cursor:pointer}.tsws-image-label-item-downLoad img{height:52px;margin-right:10px;width:96px}@media screen and (max-width:1920.9px){.tsws-image-label-item-downLoad img{height:2.7083333333vw;margin-right:.5208333333vw;width:5vw}}.tsws-image-label-item-downLoad p{font-size:16px;line-height:24px}@media screen and (max-width:1920.9px){.tsws-image-label-item-downLoad p{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.tsws-image-label-item-downLoad p{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-image-label-item-downLoad p{font-size:1.3671875vw;line-height:1.7578125vw}}.tsws-image-label-item-downLoad p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.tsws-image-label-item-downLoad p:hover{border-color:#ec1c24;color:#ec1c24;text-decoration:none}.tsws-image-label-item-downLoad.emptyFile{cursor:default}.tsws-image-label-item-downLoad.emptyFile p:hover{border-bottom:none;color:#7a7a7a}@media screen and (max-width:767.9px){.tsws-image-label{align-items:center;align-items:flex-start;display:flex;margin-top:16px;padding:21px 0}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-image-label{margin-top:3.2vw;padding:4.2666666667vw 0}}@media screen and (max-width:767.9px){.tsws-image-label-item{align-items:center;display:flex;margin-bottom:21px}.tsws-image-label-item-downLoad{cursor:pointer;font-size:14px;font-weight:400;line-height:22px}.tsws-image-label-item-downLoad img{height:50px;margin-right:13px;object-fit:contain;width:92.89px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-image-label-item-downLoad img{height:10.1333333333vw;margin-right:2.6666666667vw;width:18.4vw}}@media screen and (max-width:767.9px){.tsws-image-label-item-downLoad p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}}@media screen and (max-width:767.9px)and (max-width:767.9px){.tsws-image-label-item-downLoad p{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-image-label-item-downLoad p{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:767.9px){.tsws-image-label-item-downLoad.emptyFile{cursor:default}.tsws-image-label-item-downLoad.emptyFile p:hover{border-bottom:none;color:#7a7a7a}.tsws-image-label:after{border-top:1px solid #d6d6d6;content:"";display:block;height:1px;left:0;margin-left:16px;position:absolute;top:0;width:calc(100% - 32px)}.tsws-image-label a:first-of-type{margin-right:8px}.tsws-image-label a:nth-of-type(2){flex:1}.tsws-image-label a img{height:16px;max-width:100%}.tsws-image-label a p{font-size:12px;font-weight:400;letter-spacing:normal;line-height:16px}}.tsws-width-box{box-sizing:content-box;padding-left:calc(50% - 840px);padding-right:calc(50% - 840px);width:1680px}@media screen and (max-width:1920.9px){.tsws-width-box{box-sizing:border-box;padding-left:6.25vw;padding-right:6.25vw;width:100%}}@media screen and (max-width:767.9px){.tsws-width-box{margin-left:unset;margin-right:unset;max-width:unset;padding-left:max(0px,(100% - 457.33px)/2);padding-right:max(0px,(100% - 457.33px)/2);width:100%}}@media screen and (max-width:499.9px){.tsws-width-box{padding-left:4.2666666667vw;padding-right:4.2666666667vw}}@media screen and (max-width:767.9px){.tsws-width-box{margin-left:auto;margin-right:auto;padding-left:unset;padding-right:unset;width:457.33px}}@media screen and (max-width:499.9px){.tsws-width-box{width:calc(100% - 8.53333vw)}}.tsws-product-basic-v2{font-family:MyriadPro,Helvetica,Arial Unicode MS!important;line-height:normal;position:relative}.tsws-product-basic-v2 .tsws-basic-container{display:flex;justify-content:space-between;padding:64px 120px 0;position:unset;top:99px}@media screen and (max-width:1920.9px){.tsws-product-basic-v2 .tsws-basic-container{padding:3.3333333333vw 6.25vw 0;top:5.15625vw}}.tsws-product-basic-v2__sku{flex-shrink:0;position:relative;width:720px}@media screen and (max-width:1920.9px){.tsws-product-basic-v2__sku{width:37.5vw}}.tsws-product-basic-v2__info{position:relative;width:480px}@media screen and (max-width:1920.9px){.tsws-product-basic-v2__info{width:25vw}}.tsws-product-basic-v2__info::-webkit-scrollbar{display:none}.tsws-product-basic-v2__info .product-name{font-size:24px;line-height:32px}@media screen and (max-width:1920.9px){.tsws-product-basic-v2__info .product-name{font-size:calc(8px + .83333vw);line-height:calc(16px + .83333vw)}}@media screen and (max-width:1440.9px){.tsws-product-basic-v2__info .product-name{font-size:calc(6.15385px + .96154vw);line-height:calc(.30769px + 1.92308vw)}}@media screen and (max-width:1024.9px){.tsws-product-basic-v2__info .product-name{font-size:1.5625vw;line-height:1.953125vw}}.tsws-product-basic-v2__info .product-name{color:#000;font-weight:600;margin-bottom:24px}@media screen and (max-width:1920.9px){.tsws-product-basic-v2__info .product-name{margin-bottom:1.25vw}}.tsws-product-basic-v2__info .tsws-opacity{opacity:.3}.tsws-product-basic-v2__info .tsws-opacity .price-car-box{pointer-events:none}.tsws-product-basic-v2__info .tsws-sold-out{display:inline-block}.tsws-product-basic-v2__info .tsws-sold-out:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-style:normal;transform:rotate(0deg);vertical-align:middle}.tsws-product-basic-v2__info .tsws-sold-out{font-size:16px;line-height:24px}@media screen and (max-width:1920.9px){.tsws-product-basic-v2__info .tsws-sold-out{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.tsws-product-basic-v2__info .tsws-sold-out{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-product-basic-v2__info .tsws-sold-out{font-size:1.3671875vw;line-height:1.7578125vw}}.tsws-product-basic-v2__info .tsws-sold-out{background:#7a7a7a;border-radius:2px;color:#fff;gap:8px;margin-bottom:24px;padding:4px 8px}@media screen and (max-width:1920.9px){.tsws-product-basic-v2__info .tsws-sold-out{border-radius:.1041666667vw;margin-bottom:1.25vw;padding:.2083333333vw .4166666667vw}}.tsws-product-basic-v2__info .tsws-sold-out:before{margin-right:8px}@media screen and (max-width:1920.9px){.tsws-product-basic-v2__info .tsws-sold-out:before{margin-right:.4166666667vw}}.tsws-product-basic-v2__info .tsws-masking{bottom:0;left:0;position:absolute;right:0;top:0;z-index:99}.tsws-product-basic-v2__info .product-shelf{align-items:center;display:flex;font-size:16px;line-height:24px}@media screen and (max-width:1920.9px){.tsws-product-basic-v2__info .product-shelf{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.tsws-product-basic-v2__info .product-shelf{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-product-basic-v2__info .product-shelf{font-size:1.3671875vw;line-height:1.7578125vw}}.tsws-product-basic-v2__info .product-shelf{color:#7a7a7a;margin-bottom:24px}@media screen and (max-width:1920.9px){.tsws-product-basic-v2__info .product-shelf{margin-bottom:1.25vw}}.tsws-product-basic-v2__info .product-shelf:before{background:#e61e1e;content:"";height:12px;min-width:4px;width:4px}@media screen and (max-width:1920.9px){.tsws-product-basic-v2__info .product-shelf:before{height:.625vw;width:.2083333333vw}}.tsws-product-basic-v2__info .product-shelf .product-shelf-text{padding-left:8px;word-break:break-word}@media screen and (max-width:1920.9px){.tsws-product-basic-v2__info .product-shelf .product-shelf-text{padding-left:.4166666667vw}}.tsws-product-basic-v2__info .product-parameter-box{max-height:288px;overflow:hidden}@media screen and (max-width:1920.9px){.tsws-product-basic-v2__info .product-parameter-box{max-height:15vw}}.tsws-product-basic-v2__info .product-parameter-margin{margin-bottom:24px}@media screen and (max-width:1920.9px){.tsws-product-basic-v2__info .product-parameter-margin{margin-bottom:1.25vw}}.tsws-product-basic-v2__info .product-parameter-auto{overflow:unset}.tsws-product-basic-v2__info .product-parameter{color:#7a7a7a;font-weight:400;list-style:none;margin-bottom:24px;text-align:left}@media screen and (max-width:1920.9px){.tsws-product-basic-v2__info .product-parameter{margin-bottom:1.25vw}}.tsws-product-basic-v2__info .product-parameter li{margin-bottom:8px;padding-left:18px;position:relative;word-break:break-word}@media screen and (max-width:1920.9px){.tsws-product-basic-v2__info .product-parameter li{margin-bottom:.4166666667vw;padding-left:.9375vw}}.tsws-product-basic-v2__info .product-parameter li .product-parameter-desc{font-size:16px;line-height:24px}@media screen and (max-width:1920.9px){.tsws-product-basic-v2__info .product-parameter li .product-parameter-desc{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.tsws-product-basic-v2__info .product-parameter li .product-parameter-desc{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-product-basic-v2__info .product-parameter li .product-parameter-desc{font-size:1.3671875vw;line-height:1.7578125vw}}.tsws-product-basic-v2__info .product-parameter li .product-parameter-desc{font-weight:400}.tsws-product-basic-v2__info .product-parameter li:before{background:#d4d4d4;border-radius:50%;content:"";height:6px;left:0;position:absolute;top:9px;width:6px}@media screen and (max-width:1920.9px){.tsws-product-basic-v2__info .product-parameter li:before{height:.3125vw;top:.46875vw;width:.3125vw}}.tsws-product-basic-v2__info .product-parameter li:last-of-type{margin-bottom:0}@media screen and (max-width:1920.9px){.tsws-product-basic-v2__info .product-parameter li:last-of-type{margin-bottom:1.25vw}}.tsws-product-basic-v2__info .view-class-has,.tsws-product-basic-v2__info .view-class-has li:last-of-type{margin-bottom:0}@media screen and (max-width:1920.9px){.tsws-product-basic-v2__info .view-class-has li:last-of-type{margin-bottom:0}}.tsws-product-basic-v2__info .view-box{align-items:center;cursor:pointer;display:flex;font-size:16px;font-weight:400;justify-content:center;line-height:16px;min-width:83px;padding:12px 24px}@media screen and (max-width:1920.9px){.tsws-product-basic-v2__info .view-box{font-size:calc(8px + .41667vw);line-height:calc(8px + .41667vw);min-width:calc(35px + 2.5vw);padding:calc(4px + .41667vw) calc(8px + .83333vw)}}@media screen and (max-width:1440.9px){.tsws-product-basic-v2__info .view-box{font-size:calc(7.07692px + .48077vw);line-height:calc(7.07692px + .48077vw);min-width:calc(15.61538px + 3.84615vw);padding:calc(3.07692px + .48077vw) calc(-.76923px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-product-basic-v2__info .view-box{font-size:1.171875vw;line-height:1.171875vw;min-width:5.37109375vw;padding:.78125vw 1.36719vw}}.tsws-product-basic-v2__info .view-box{color:#7a7a7a;margin-bottom:24px;padding-bottom:12px;padding-top:12px}.tsws-product-basic-v2__info .view-box .view-class{margin-right:4px}@media screen and (max-width:1920.9px){.tsws-product-basic-v2__info .view-box .view-class{margin-right:.2083333333vw}}.tsws-product-basic-v2__info .view-box .view-icon:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-style:normal;transform:rotate(180deg);vertical-align:middle}.tsws-product-basic-v2__info .view-box .view-icon{transition:transform .3s cubic-bezier(.645,.045,.355,1)}@media screen and (max-width:1920.9px){.tsws-product-basic-v2__info .view-box{margin-bottom:1.25vw;padding-bottom:.625vw;padding-top:.625vw}}.tsws-product-basic-v2__info .csr-product-variants .csr-product-variants__item__li:hover{color:#e61e1e;cursor:pointer}.tsws-product-basic-v2__info .csr-product-variants .title{color:#000!important}@media screen and (max-width:767.9px){.tsws-product-basic-v2__info .csr-product-variants .csr-product-variants__item:not(:has(.list.color)){margin-bottom:32px!important;padding-bottom:16px!important}}@media screen and (max-width:499.9px){.tsws-product-basic-v2__info .csr-product-variants .csr-product-variants__item:not(:has(.list.color)){margin-bottom:6.4vw!important;padding-bottom:3.2vw!important}}.tsws-product-basic-v2__info .list.spec .csr-product-variants__item__li{height:44px!important}@media screen and (max-width:1920.9px){.tsws-product-basic-v2__info .list.spec .csr-product-variants__item__li{height:2.2916666667vw!important}}@media screen and (max-width:767.9px){.tsws-product-basic-v2__info .list.spec .csr-product-variants__item__li{height:58.67px!important}}@media screen and (max-width:499.9px){.tsws-product-basic-v2__info .list.spec .csr-product-variants__item__li{height:11.7333333333vw!important}}@media screen and (max-width:767.9px){.tsws-product-basic-v2__info .list.color{padding-top:10.67px!important}}@media screen and (max-width:499.9px){.tsws-product-basic-v2__info .list.color{padding-top:2.1333333333vw!important}}.tsws-product-basic-v2__info .list.color .color-selector{height:24px!important;width:24px!important}@media screen and (max-width:1920.9px){.tsws-product-basic-v2__info .list.color .color-selector{height:1.25vw!important;width:1.25vw!important}}@media screen and (max-width:767.9px){.tsws-product-basic-v2__info .list.color .color-selector{height:30px!important;width:30px!important}}@media screen and (max-width:499.9px){.tsws-product-basic-v2__info .list.color .color-selector{height:5.8666666667vw!important;width:5.8666666667vw!important}}.tsws-product-basic-v2__info .list.color .color-selector:before{height:24px!important;width:24px!important}@media screen and (max-width:1920.9px){.tsws-product-basic-v2__info .list.color .color-selector:before{height:1.25vw!important;width:1.25vw!important}}@media screen and (max-width:767.9px){.tsws-product-basic-v2__info .list.color .color-selector:before{height:32px!important;width:32px!important}}@media screen and (max-width:499.9px){.tsws-product-basic-v2__info .list.color .color-selector:before{height:6.4vw!important;width:6.4vw!important}}.tsws-product-basic-v2__info .view-class-active .view-icon{transform:rotate(-180deg)}.tsws-product-basic-v2__info .view-none{display:none}.tsws-product-basic-v2__info .product-shipping{align-items:center;display:flex;font-family:MyriadPro,Helvetica,Arial Unicode MS!important;height:40px;justify-content:space-between;margin-bottom:24px}@media screen and (max-width:1920.9px){.tsws-product-basic-v2__info .product-shipping{height:2.0833333333vw;margin-bottom:1.25vw}}.tsws-product-basic-v2__info .product-shipping-text{font-size:16px;line-height:24px}@media screen and (max-width:1920.9px){.tsws-product-basic-v2__info .product-shipping-text{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.tsws-product-basic-v2__info .product-shipping-text{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-product-basic-v2__info .product-shipping-text{font-size:1.3671875vw;line-height:1.7578125vw}}.tsws-product-basic-v2__info .product-shipping-text{color:#000}.tsws-product-basic-v2__info .product-shipping-btn{cursor:unset;font-family:MyriadPro,Helvetica,Arial Unicode MS!important;font-size:16px;line-height:24px;padding-left:0;padding-right:0}@media screen and (max-width:1920.9px){.tsws-product-basic-v2__info .product-shipping-btn{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.tsws-product-basic-v2__info .product-shipping-btn{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-product-basic-v2__info .product-shipping-btn{font-size:1.3671875vw;line-height:1.7578125vw}}.tsws-product-basic-v2__info .product-shipping-btn{align-items:center;color:#000;display:flex;justify-content:center}.tsws-product-basic-v2__info .product-shipping-btn-icon{height:24px;margin-right:10px;width:24px}@media screen and (max-width:1920.9px){.tsws-product-basic-v2__info .product-shipping-btn-icon{height:1.25vw;margin-right:.5208333333vw;width:1.25vw}}.tsws-product-basic-v2__info .product-shipping-btn{text-decoration:underline}.tsws-product-basic-v2__info .wish-btn-box{display:none}.tsws-product-basic-v2__info .add-to-car .csr-product-btns{display:flex;flex-direction:column;gap:16px;margin-bottom:24px;margin-top:24px}@media screen and (max-width:1920.9px){.tsws-product-basic-v2__info .add-to-car .csr-product-btns{gap:.8333333333vw;margin-bottom:1.25vw;margin-top:1.25vw}}.tsws-product-basic-v2__info .add-to-car .csr-product-btns .csr-product-btns__item a{width:100%}.tsws-product-basic-v2__info .add-to-car .csr-product-btns .csr-product-btns__item:first-child a:not([disabled]){background:#e61e1e;color:#fff}.tsws-product-basic-v2__info .add-to-car .csr-product-btns .csr-product-btns__item:first-child a:not([disabled]):focus{background-color:#e61e1e;border:unset;color:#fff}.tsws-product-basic-v2__info .add-to-car .csr-product-btns .csr-product-btns__item:first-child a:not([disabled]):hover{background-color:#ff0008}.tsws-product-basic-v2__info .add-to-car .csr-product-btns .csr-product-btns__item:first-child a:not([disabled]):active{background-color:#df0303}.tsws-product-basic-v2__info .add-to-car .csr-product-btns:has(.csr-product-btns__item:first-child:empty) .csr-product-btns__item:nth-child(2) a:not([disabled]){background:#e61e1e;color:#fff}.tsws-product-basic-v2__info .add-to-car .csr-product-btns:has(.csr-product-btns__item:first-child:empty) .csr-product-btns__item:nth-child(2) a:not([disabled]):hover{background:#ff0008}@media screen and (max-width:767.9px){.tsws-product-basic-v2{flex-direction:column;padding-top:0}.tsws-product-basic-v2 .tsws-basic-container{flex-direction:column;padding:0}.tsws-product-basic-v2__info{height:auto;margin-top:26.67px;padding:0;width:100%}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-product-basic-v2__info{margin-top:5.3333333333vw}}@media screen and (max-width:767.9px){.tsws-product-basic-v2__info .product-name{margin-bottom:21px}}@media screen and (max-width:767.9px)and (max-width:767.9px){.tsws-product-basic-v2__info .product-name{font-size:26.6666666667px;height:unset;line-height:37.3333333333px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-product-basic-v2__info .product-name{font-size:5.3333333333vw;line-height:7.4666666667vw;margin-bottom:4.2666666667vw}}@media screen and (max-width:767.9px){.tsws-product-basic-v2__info .tsws-sold-out{border-radius:2.67px;margin-bottom:21.33px;padding:4px 10.67px}}@media screen and (max-width:767.9px)and (max-width:767.9px){.tsws-product-basic-v2__info .tsws-sold-out{font-size:18.6666666667px;height:unset;line-height:29.3333333333px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-product-basic-v2__info .tsws-sold-out{border-radius:.5333333333vw;font-size:3.7333333333vw;line-height:5.8666666667vw;margin-bottom:4.2666666667vw;padding:.8vw 2.1333333333vw}}@media screen and (max-width:767.9px){.tsws-product-basic-v2__info .tsws-sold-out:before{margin-right:10.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-product-basic-v2__info .tsws-sold-out:before{margin-right:2.1333333333vw}}@media screen and (max-width:767.9px){.tsws-product-basic-v2__info .product-shelf{color:#7a7a7a;margin-bottom:21px}}@media screen and (max-width:767.9px)and (max-width:767.9px){.tsws-product-basic-v2__info .product-shelf{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-product-basic-v2__info .product-shelf{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:767.9px){.tsws-product-basic-v2__info .product-shelf .product-shelf-text{padding-left:10px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-product-basic-v2__info .product-shelf .product-shelf-text{padding-left:2.1333333333vw}.tsws-product-basic-v2__info .product-shelf{margin-bottom:4.2666666667vw}}@media screen and (max-width:767.9px){.tsws-product-basic-v2__info .product-shelf:before{content:"";height:16px;min-width:5.33px;width:5.33px}}@media screen and (max-width:767.9px)and (max-width:1920.9px){.tsws-product-basic-v2__info .product-shelf:before{height:3.2vw;min-width:1.0666666667vw;width:1.0666666667vw}}@media screen and (max-width:767.9px){.tsws-product-basic-v2__info .product-parameter-box{max-height:341px;overflow:hidden}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-product-basic-v2__info .product-parameter-box{max-height:68.2666666667vw}}@media screen and (max-width:767.9px){.tsws-product-basic-v2__info .product-parameter{color:#7a7a7a}}@media screen and (max-width:767.9px)and (max-width:767.9px){.tsws-product-basic-v2__info .product-parameter{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-product-basic-v2__info .product-parameter{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:767.9px){.tsws-product-basic-v2__info .product-parameter li{margin-bottom:10px;padding-left:24px}}@media screen and (max-width:767.9px)and (max-width:767.9px){.tsws-product-basic-v2__info .product-parameter li .product-parameter-desc{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-product-basic-v2__info .product-parameter li .product-parameter-desc{font-size:4.2666666667vw;line-height:6.4vw}.tsws-product-basic-v2__info .product-parameter li{margin-bottom:2.1333333333vw;padding-left:4.8vw}}@media screen and (max-width:767.9px){.tsws-product-basic-v2__info .product-parameter li:before{height:8px;top:12px;width:8px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-product-basic-v2__info .product-parameter li:before{height:1.6vw;top:1.8666666667vw;width:1.6vw}}@media screen and (max-width:767.9px){.tsws-product-basic-v2__info .product-parameter li:last-of-type{margin-bottom:21px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-product-basic-v2__info .product-parameter li:last-of-type{margin-bottom:4.2666666667vw}}@media screen and (max-width:767.9px){.tsws-product-basic-v2__info .view-class-has li:last-of-type{margin-bottom:0}}@media screen and (max-width:767.9px)and (max-width:1920.9px){.tsws-product-basic-v2__info .view-class-has li:last-of-type{margin-bottom:0}}@media screen and (max-width:767.9px){.tsws-product-basic-v2__info .view-box{color:#7a7a7a;cursor:pointer;height:53.33px!important;line-height:21.33px!important;margin-bottom:21px;padding-bottom:16px;padding-top:16px}}@media screen and (max-width:767.9px)and (max-width:767.9px){.tsws-product-basic-v2__info .view-box{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-product-basic-v2__info .view-box{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:767.9px){.tsws-product-basic-v2__info .view-box .view-class{margin-right:5.33px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-product-basic-v2__info .view-box .view-class{margin-right:1.0666666667vw}.tsws-product-basic-v2__info .view-box{height:10.6666666667vw!important;line-height:4.2666666667vw!important;margin-bottom:4.2666666667vw;padding-bottom:3.2vw;padding-top:3.2vw}}@media screen and (max-width:767.9px){.tsws-product-basic-v2__info .product-shipping{align-items:center;display:flex;height:48px;margin-bottom:24px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-product-basic-v2__info .product-shipping{height:9.6vw;margin-bottom:4.8vw}}@media screen and (max-width:767.9px){.tsws-product-basic-v2__info .product-shipping-text{color:#000}}@media screen and (max-width:767.9px)and (max-width:767.9px){.tsws-product-basic-v2__info .product-shipping-text{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-product-basic-v2__info .product-shipping-text{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:767.9px){.tsws-product-basic-v2__info .product-shipping-btn-icon{height:32px;margin-right:13px;width:32px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-product-basic-v2__info .product-shipping-btn-icon{height:6.4vw;margin-right:2.6666666667vw;width:6.4vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.tsws-product-basic-v2__info .product-shipping-btn{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-product-basic-v2__info .product-shipping-btn{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:767.9px){.tsws-product-basic-v2__info .tsws-price-box{align-items:center;display:flex;justify-content:space-between}.tsws-product-basic-v2__info .price-car-box{background:#fff;bottom:0;left:50%;padding-left:21.33px;padding-right:21.33px;position:fixed;transform:translateX(-50%);width:500px;z-index:11}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-product-basic-v2__info .price-car-box{padding-left:4.2666666667vw;padding-right:4.2666666667vw;width:100vw}}@media screen and (max-width:767.9px){.tsws-product-basic-v2__info .wish-btn-box{display:block}.tsws-product-basic-v2__info .wish-btn-box .csr-wish-btn__icon:before{font-size:32px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-product-basic-v2__info .wish-btn-box .csr-wish-btn__icon:before{font-size:6.4vw}}@media screen and (max-width:767.9px){.tsws-product-basic-v2__info .add-to-car .csr-product-btns{gap:21.33px;margin-bottom:21.33px;margin-top:16px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-product-basic-v2__info .add-to-car .csr-product-btns{gap:4.2666666667vw;margin-bottom:4.2666666667vw;margin-top:3.2vw}}@media screen and (max-width:767.9px){.tsws-product-basic-v2__info .tsws-feature-icon{background:#f7f7f7;order:1}.tsws-product-basic-v2__info .tsws-image-label{background:#f7f7f7;order:2}.tsws-product-basic-v2__sku{height:auto;width:100%}}.wsc-dialog .gws-dynamic-image-dialog{width:auto}@media screen and (max-width:767.9px){.wsc-dialog .gws-dynamic-image-dialog{display:flex;justify-content:center}}.wsc-dialog .gws-dynamic-image-dialog .wsc-dialog__body{background-color:#fff;height:700px;padding:60px 310px 0;width:1200px}@media screen and (max-width:1920.9px){.wsc-dialog .gws-dynamic-image-dialog .wsc-dialog__body{height:36.4583333333vw;padding:3.125vw 16.1458333333vw 0;width:62.5vw}}@media screen and (max-width:767.9px){.wsc-dialog .gws-dynamic-image-dialog .wsc-dialog__body{background-color:#fff;height:533.33px;padding:69px 21.33px 0;width:457.33px}}@media screen and (max-width:499.9px){.wsc-dialog .gws-dynamic-image-dialog .wsc-dialog__body{background-color:#fff;height:106.6666666667vw;padding:13.8666666667vw 4.2666666667vw 0;width:91.4666666667vw}}.wsc-dialog .gws-dynamic-image-dialog .wsc-dialog__body .gws-dynamic-image{height:580px;padding:40px;width:580px}@media screen and (max-width:1920.9px){.wsc-dialog .gws-dynamic-image-dialog .wsc-dialog__body .gws-dynamic-image{height:30.2083333333vw;padding:2.0833333333vw;width:30.2083333333vw}}@media screen and (max-width:767.9px){.wsc-dialog .gws-dynamic-image-dialog .wsc-dialog__body .gws-dynamic-image{height:400px;padding:13.33px 20.67px;width:416px}}@media screen and (max-width:499.9px){.wsc-dialog .gws-dynamic-image-dialog .wsc-dialog__body .gws-dynamic-image{height:80vw;padding:2.6666666667vw 4vw;width:82.9333333333vw}}.wsc-dialog .gws-dynamic-image-dialog .wsc-dialog__body .gws-dynamic-image .gws-dynamic-image__container{height:500px;width:500px}@media screen and (max-width:1920.9px){.wsc-dialog .gws-dynamic-image-dialog .wsc-dialog__body .gws-dynamic-image .gws-dynamic-image__container{height:26.0416666667vw;width:26.0416666667vw}}@media screen and (max-width:767.9px){.wsc-dialog .gws-dynamic-image-dialog .wsc-dialog__body .gws-dynamic-image .gws-dynamic-image__container{height:373.33px;width:373.33px}}@media screen and (max-width:499.9px){.wsc-dialog .gws-dynamic-image-dialog .wsc-dialog__body .gws-dynamic-image .gws-dynamic-image__container{height:74.6666666667vw;width:74.6666666667vw}}.wsc-dialog .gws-dynamic-image-dialog .wsc-dialog__body .gws-dynamic-image .gws-dynamic-image__container img{height:100%;object-fit:contain;width:100%}.wsc-dialog .gws-dynamic-image-dialog .wsc-dialog__body .gws-dynamic-image .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=) no-repeat;background-position:50%;background-size:100%;bottom:-80px;height:40px;top:unset;width:40px}@media screen and (max-width:1920.9px){.wsc-dialog .gws-dynamic-image-dialog .wsc-dialog__body .gws-dynamic-image .gws-dynamic-image__container:before{bottom:-4.1666666667vw;height:2.0833333333vw;width:2.0833333333vw}}@media screen and (max-width:767.9px){.wsc-dialog .gws-dynamic-image-dialog .wsc-dialog__body .gws-dynamic-image .gws-dynamic-image__container:before{bottom:-56px;height:42.67px;width:42.67px}}@media screen and (max-width:499.9px){.wsc-dialog .gws-dynamic-image-dialog .wsc-dialog__body .gws-dynamic-image .gws-dynamic-image__container:before{bottom:-11.2vw;height:8.5333333333vw;width:8.5333333333vw}}.wsc-dialog .gws-dynamic-image-dialog .wsc-dialog__close{background-color:unset;height:auto;position:absolute;right:20px;top:20px;width:auto}.wsc-dialog .gws-dynamic-image-dialog .wsc-dialog__close .wsc-icon{display:none}.wsc-dialog .gws-dynamic-image-dialog .wsc-dialog__close:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-size:20px;font-style:normal;font-weight:400;letter-spacing:0;line-height:20px;transform:rotate(0deg);vertical-align:middle}@media screen and (max-width:1920.9px){.wsc-dialog .gws-dynamic-image-dialog .wsc-dialog__close{right:1.0416666667vw;top:1.0416666667vw}}@media screen and (max-width:767.9px){.wsc-dialog .gws-dynamic-image-dialog .wsc-dialog__close{right:21.33px;top:21.33px}}@media screen and (max-width:499.9px){.wsc-dialog .gws-dynamic-image-dialog .wsc-dialog__close{right:4.2666666667vw;top:4.2666666667vw}}@media screen and (max-width:1920.9px){.wsc-dialog .gws-dynamic-image-dialog .wsc-dialog__close:before{font-size:1.0416666667vw;line-height:1.0416666667vw}}@media screen and (max-width:767.9px){.wsc-dialog .gws-dynamic-image-dialog .wsc-dialog__close:before{font-size:26.67px;line-height:26.67px}}@media screen and (max-width:499.9px){.wsc-dialog .gws-dynamic-image-dialog .wsc-dialog__close:before{font-size:5.3333333333vw;line-height:5.3333333333vw}}@media screen and (max-width:767.9px){.wsc-dialog .gws-dynamic-image-dialog .wsc-dialog__header{position:unset}}.tsws-others{width:100%}.tsws-others .collapse-item .collapse-header{display:flex;justify-content:space-between;padding-bottom:12px;position:relative}@media screen and (max-width:1920.9px){.tsws-others .collapse-item .collapse-header{padding-bottom:.625vw}}@media screen and (max-width:767.9px){.tsws-others .collapse-item .collapse-header{padding-bottom:16px}}@media screen and (max-width:499.9px){.tsws-others .collapse-item .collapse-header{padding-bottom:3.2vw}}.tsws-others .collapse-item .collapse-header .tsws-header-title{font-size:16px;line-height:24px}@media screen and (max-width:1920.9px){.tsws-others .collapse-item .collapse-header .tsws-header-title{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.tsws-others .collapse-item .collapse-header .tsws-header-title{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-others .collapse-item .collapse-header .tsws-header-title{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:767.9px){.tsws-others .collapse-item .collapse-header .tsws-header-title{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:499.9px){.tsws-others .collapse-item .collapse-header .tsws-header-title{font-size:4.2666666667vw;line-height:6.4vw}}.tsws-others .collapse-item .collapse-header .tsws-header-title{align-items:center;color:#000;display:flex;height:100%}.tsws-others .collapse-item .collapse-content{height:0;overflow:hidden;transition:height .3s ease-in-out}.tsws-others .collapse-item .collapse-content .content-inner{font-family:MyriadPro,Helvetica,Arial Unicode MS!important;font-size:16px;line-height:24px}@media screen and (max-width:1920.9px){.tsws-others .collapse-item .collapse-content .content-inner{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.tsws-others .collapse-item .collapse-content .content-inner{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-others .collapse-item .collapse-content .content-inner{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:767.9px){.tsws-others .collapse-item .collapse-content .content-inner{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:499.9px){.tsws-others .collapse-item .collapse-content .content-inner{font-size:4.2666666667vw;line-height:6.4vw}}.tsws-others .collapse-item .collapse-content .content-inner{color:#000;font-weight:400;letter-spacing:normal}.tsws-others .collapse-item .collapse-content .content-inner .mdws-feature-icon{padding:0}@media screen and (max-width:1920.9px){.tsws-others .collapse-item .collapse-content .content-inner .mdws-feature-icon{margin-bottom:.8333333333vw}}@media screen and (max-width:767.9px){.tsws-others .collapse-item .collapse-content .content-inner .mdws-feature-icon{margin-bottom:10.65px;margin-top:21.33px}}@media screen and (max-width:499.9px){.tsws-others .collapse-item .collapse-content .content-inner .mdws-feature-icon{margin-bottom:2.1333333333vw;margin-top:4.2666666667vw}}@media screen and (max-width:767.9px){.tsws-others .collapse-item .collapse-content .content-inner .mdws-feature-icon .mdws-feature-icon-item{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:499.9px){.tsws-others .collapse-item .collapse-content .content-inner .mdws-feature-icon .mdws-feature-icon-item{font-size:4.2666666667vw;line-height:6.4vw}}.tsws-others .collapse-item .collapse-content .content-inner .mdws-feature-icon .mdws-feature-icon-item{color:#7a7a7a}@media screen and (max-width:1920.9px){.tsws-others .collapse-item .collapse-content .content-inner .mdws-feature-icon .mdws-feature-icon-item{color:#7a7a7a;margin-bottom:.4166666667vw}}@media screen and (max-width:767.9px){.tsws-others .collapse-item .collapse-content .content-inner .mdws-feature-icon .mdws-feature-icon-item{color:#000;margin-bottom:10.67px;margin-right:21.33px}}@media screen and (max-width:499.9px){.tsws-others .collapse-item .collapse-content .content-inner .mdws-feature-icon .mdws-feature-icon-item{color:#000;margin-bottom:2.1333333333vw;margin-right:4.2666666667vw}}@media screen and (max-width:767.9px){.tsws-others .collapse-item .collapse-content .content-inner .mdws-feature-icon .mdws-feature-icon-item img{height:26.67px;margin-right:10.67px;width:26.67px}}@media screen and (max-width:499.9px){.tsws-others .collapse-item .collapse-content .content-inner .mdws-feature-icon .mdws-feature-icon-item img{height:5.3333333333vw;margin-right:2.1333333333vw;width:5.3333333333vw}}.tsws-others .collapse-item .collapse-content .content-inner .tsws-image-label{gap:32px;margin:0;padding:16px 0}@media screen and (max-width:1920.9px){.tsws-others .collapse-item .collapse-content .content-inner .tsws-image-label{gap:1.6666666667vw;padding-bottom:.8333333333vw;padding-top:.8333333333vw}}@media screen and (max-width:767.9px){.tsws-others .collapse-item .collapse-content .content-inner .tsws-image-label{gap:21.33px;padding-bottom:21.33px;padding-top:21.33px}}@media screen and (max-width:499.9px){.tsws-others .collapse-item .collapse-content .content-inner .tsws-image-label{gap:4.2666666667vw;padding-bottom:4.2666666667vw;padding-top:4.2666666667vw}}.tsws-others .collapse-item .collapse-content .content-inner .tsws-image-label .tsws-image-label-item{color:#7a7a7a;margin:0}@media screen and (max-width:767.9px){.tsws-others .collapse-item .collapse-content .content-inner .tsws-image-label .tsws-image-label-item img{height:50.67px;margin-right:13.33px;width:92.89px}}@media screen and (max-width:499.9px){.tsws-others .collapse-item .collapse-content .content-inner .tsws-image-label .tsws-image-label-item img{height:10.1333333333vw;margin-right:2.6666666667vw;width:18.5786666667vw}}.tsws-others .collapse-item .collapse-content .content-inner .tsws-image-label .tsws-image-label-item p{align-items:center;display:flex}@media screen and (max-width:767.9px){.tsws-others .collapse-item .collapse-content .content-inner .tsws-image-label:after{display:none!important}}@media screen and (max-width:499.9px){.tsws-others .collapse-item .collapse-content .content-inner .tsws-image-label:after{display:none!important}}.tsws-sku-list{left:0;position:sticky;top:0;width:720px}@media screen and (max-width:1920.9px){.tsws-sku-list{width:37.5vw}}.tsws-sku-list .tsws-sku-item{display:flex;flex-direction:column-reverse;height:100%;justify-content:flex-end;overflow:hidden;position:relative}.tsws-sku-list .tsws-sku-item__main{height:784px;margin:0;padding-bottom:64px;position:relative;width:720px}@media screen and (max-width:1920.9px){.tsws-sku-list .tsws-sku-item__main{height:40.8333333333vw;padding-bottom:3.3333333333vw;width:37.5vw}}.tsws-sku-list .tsws-sku-item__main .swiper-slide{visibility:hidden}.tsws-sku-list .tsws-sku-item__main .swiper-slide,.tsws-sku-list .tsws-sku-item__main .swiper-slide .gws-img{align-items:center;display:flex;justify-content:center}.tsws-sku-list .tsws-sku-item__main .swiper-slide .gws-img img{height:100%;max-height:720px;object-fit:contain;width:100%}@media screen and (max-width:1920.9px){.tsws-sku-list .tsws-sku-item__main .swiper-slide .gws-img img{max-height:37.5vw}}.tsws-sku-list .tsws-sku-item__main .swiper-slide .badges{display:none;display:flex;flex-direction:column;position:absolute;right:16px;top:16px;width:64px}@media screen and (max-width:1920.9px){.tsws-sku-list .tsws-sku-item__main .swiper-slide .badges{right:.8333333333vw;top:.8333333333vw;width:3.3333333333vw}}.tsws-sku-list .tsws-sku-item__main .swiper-slide .badges .gws-img{margin-bottom:12px}@media screen and (max-width:1920.9px){.tsws-sku-list .tsws-sku-item__main .swiper-slide .badges .gws-img{margin-bottom:.625vw}}.tsws-sku-list .tsws-sku-item__main .swiper-slide .badges .gws-img:last-child{margin-bottom:0}.tsws-sku-list .tsws-sku-item__main .swiper-slide .badges img{height:64px;left:inherit;object-fit:contain;position:relative;top:inherit;transform:inherit;width:64px;z-index:9}@media screen and (max-width:1920.9px){.tsws-sku-list .tsws-sku-item__main .swiper-slide .badges img{height:3.3333333333vw;width:3.3333333333vw}}.tsws-sku-list .tsws-sku-item__main .swiper-slide:first-child .badges{display:flex}.tsws-sku-list .tsws-sku-item__main .swiper-button-next,.tsws-sku-list .tsws-sku-item__main .swiper-button-prev{display:none}.tsws-sku-list .tsws-sku-item__main .swiper-slide-active{visibility:visible}.tsws-sku-list .tsws-sku-item__main .swiper-button-prev{left:6px}@media screen and (max-width:1920.9px){.tsws-sku-list .tsws-sku-item__main .swiper-button-prev{left:.3125vw}}.tsws-sku-list .tsws-sku-item__main .swiper-button-next{right:6px}@media screen and (max-width:1920.9px){.tsws-sku-list .tsws-sku-item__main .swiper-button-next{right:.3125vw}}.tsws-sku-list .tsws-sku-item__main .custom-pagination,.tsws-sku-list .tsws-sku-item__main .swiper-pagination{display:none}.tsws-sku-list .tsws-sku-item__main__operation .gws-dynamic-image{bottom:24px;height:40px;left:50%;position:absolute;transform:translateX(-50%);z-index:2}@media screen and (max-width:1920.9px){.tsws-sku-list .tsws-sku-item__main__operation .gws-dynamic-image{bottom:1.25vw;height:2.0833333333vw}}.tsws-sku-list .tsws-sku-item__main__operation .gws-dynamic-image .gws-dynamic-image__btn{background-position:50%;height:40px;width:40px}@media screen and (max-width:1920.9px){.tsws-sku-list .tsws-sku-item__main__operation .gws-dynamic-image .gws-dynamic-image__btn{height:2.0833333333vw;width:2.0833333333vw}}.tsws-sku-list .tsws-sku-item__main__operation-sale{font-size:24px;left:16px;line-height:32px;position:absolute;top:16px;white-space:nowrap;width:50px;z-index:9}@media screen and (max-width:1920.9px){.tsws-sku-list .tsws-sku-item__main__operation-sale{font-size:calc(8px + .83333vw);line-height:calc(16px + .83333vw)}}@media screen and (max-width:1440.9px){.tsws-sku-list .tsws-sku-item__main__operation-sale{font-size:calc(6.15385px + .96154vw);line-height:calc(.30769px + 1.92308vw)}}@media screen and (max-width:1024.9px){.tsws-sku-list .tsws-sku-item__main__operation-sale{font-size:1.5625vw;line-height:1.953125vw}}.tsws-sku-list .tsws-sku-item__main__operation-sale{color:#e61e1e;font-weight:600}@media screen and (max-width:1920.9px){.tsws-sku-list .tsws-sku-item__main__operation-sale{left:.8333333333vw;top:.8333333333vw;width:2.6041666667vw}}.tsws-sku-list .tsws-sku-item__main__operation-text{gap:4px;left:16px;position:absolute;top:56px}@media screen and (max-width:1920.9px){.tsws-sku-list .tsws-sku-item__main__operation-text{border-radius:.1041666667vw;gap:.2083333333vw;left:.8333333333vw;padding:0 .4166666667vw}}@media screen and (max-width:767.9px){.tsws-sku-list .tsws-sku-item__main__operation-text{background:#f5f7fe;border-radius:2.67px;gap:5px;padding:2.67px 10.67px}}@media screen and (max-width:767.9px)and (max-width:767.9px){.tsws-sku-list .tsws-sku-item__main__operation-text{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-sku-list .tsws-sku-item__main__operation-text{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:499.9px){.tsws-sku-list .tsws-sku-item__main__operation-text{left:0;padding:0 2.1333333333vw;top:14.9333333333vw}}.tsws-sku-list .tsws-sku-item__main__operation-text{z-index:9}@media screen and (max-width:1920.9px){.tsws-sku-list .tsws-sku-item__main__operation-text{top:2.9166666667vw}}.tsws-sku-list .tsws-sku-item__main__operation-text .csr-cp-price-v1__styles{display:none}.tsws-sku-list .tsws-sku-item__main .no-sale .tsws-sku-item__main__operation-text{top:16px}@media screen and (max-width:1920.9px){.tsws-sku-list .tsws-sku-item__main .no-sale .tsws-sku-item__main__operation-text{top:.8333333333vw}}@media screen and (max-width:767.9px){.tsws-sku-list .tsws-sku-item__main .no-sale .tsws-sku-item__main__operation-text{top:32px}}@media screen and (max-width:499.9px){.tsws-sku-list .tsws-sku-item__main .no-sale .tsws-sku-item__main__operation-text{top:6.4vw}}.tsws-sku-list .tsws-sku-item .padding-small{height:744px;padding-bottom:24px}@media screen and (max-width:1920.9px){.tsws-sku-list .tsws-sku-item .padding-small{height:38.75vw;padding-bottom:1.25vw}}@media screen and (max-width:767.9px){.tsws-sku-list .tsws-sku-item .padding-small{height:auto;padding-bottom:0}.tsws-sku-list .tsws-sku-item .padding-small .custom-pagination{bottom:16px}}@media screen and (max-width:499.9px){.tsws-sku-list .tsws-sku-item .padding-small .custom-pagination{bottom:3.2vw}}.tsws-sku-list .tsws-sku-item__thumbnail{height:92px;margin:0 6px;padding:0 48px;position:relative}@media screen and (max-width:1920.9px){.tsws-sku-list .tsws-sku-item__thumbnail{height:4.7916666667vw;margin:0 .3125vw;padding:0 2.5vw}}.tsws-sku-list .tsws-sku-item__thumbnail .swiper-wrapper{flex-direction:row!important}.tsws-sku-list .tsws-sku-item__thumbnail_swiper{height:100%;overflow:hidden;width:100%}.tsws-sku-list .tsws-sku-item__thumbnail .swiper-slide{align-items:center;border:1px solid transparent;cursor:pointer;display:flex;height:100%!important;justify-content:center;position:relative;transition:border-color .3s ease;width:100%}@media screen and (max-width:1920.9px){.tsws-sku-list .tsws-sku-item__thumbnail .swiper-slide{border:.0520833333vw solid transparent}}.tsws-sku-list .tsws-sku-item__thumbnail .swiper-slide-thumb-active{border-color:#ec1c24}.tsws-sku-list .tsws-sku-item__thumbnail .swiper-slide:hover:not(.swiper-slide-thumb-active){border-color:#333}.tsws-sku-list .tsws-sku-item__thumbnail .swiper-slide img{height:100%;left:50%;object-fit:contain;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;z-index:1}.tsws-sku-list .tsws-sku-item__thumbnail .swiper-button-next,.tsws-sku-list .tsws-sku-item__thumbnail .swiper-button-prev{color:#000;font-size:24px;height:100%;margin-top:0;padding:0;top:0;width:48px}@media screen and (max-width:1920.9px){.tsws-sku-list .tsws-sku-item__thumbnail .swiper-button-next,.tsws-sku-list .tsws-sku-item__thumbnail .swiper-button-prev{font-size:1.25vw;width:2.5vw}}.tsws-sku-list .tsws-sku-item__thumbnail .swiper-button-prev:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-style:normal;transform:rotate(-90deg);vertical-align:middle}.tsws-sku-list .tsws-sku-item__thumbnail .swiper-button-prev{color:#e61e1e;display:flex;justify-content:flex-start;left:6px}@media screen and (max-width:1920.9px){.tsws-sku-list .tsws-sku-item__thumbnail .swiper-button-prev{left:.3125vw}}.tsws-sku-list .tsws-sku-item__thumbnail .swiper-button-next:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-style:normal;transform:rotate(90deg);vertical-align:middle}.tsws-sku-list .tsws-sku-item__thumbnail .swiper-button-next{color:#e61e1e;display:flex;justify-content:flex-end;right:6px}@media screen and (max-width:1920.9px){.tsws-sku-list .tsws-sku-item__thumbnail .swiper-button-next{right:.3125vw}}.tsws-sku-list .tsws-sku-item__thumbnail .swiper-button-disabled{opacity:0!important;pointer-events:none}.tsws-sku-list .tsws-sku-dialog-content{display:none}@media screen and (max-width:767.9px){.tsws-sku-list{height:inherit;position:relative;width:100%}.tsws-sku-list .tsws-sku-item{box-sizing:border-box;display:flex;height:auto;margin:auto;overflow:hidden;position:static}.tsws-sku-list .tsws-sku-item__main{height:542.67px;overflow:hidden;padding:0 0 42.67px;position:relative;width:100%}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-sku-list .tsws-sku-item__main{height:108.5333333333vw;padding-bottom:8.5333333333vw}}@media screen and (max-width:767.9px){.tsws-sku-list .tsws-sku-item__main .swiper-wrapper{height:inherit;height:500px;padding-top:0}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-sku-list .tsws-sku-item__main .swiper-wrapper{height:100vw}}@media screen and (max-width:767.9px){.tsws-sku-list .tsws-sku-item__main .swiper-slide{align-items:center;box-sizing:content-box;display:flex;justify-content:center;visibility:visible}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-sku-list .tsws-sku-item__main .swiper-slide{height:100vw}}@media screen and (max-width:767.9px){.tsws-sku-list .tsws-sku-item__main .swiper-slide .gws-img img{max-height:374px;max-width:374px;object-fit:contain}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-sku-list .tsws-sku-item__main .swiper-slide .gws-img img{max-height:74.6666666667vw;max-width:74.6666666667vw;object-fit:contain}}@media screen and (max-width:767.9px){.tsws-sku-list .tsws-sku-item__main .swiper-slide .badges{display:flex;flex-direction:column;position:absolute;right:0;top:32px;width:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-sku-list .tsws-sku-item__main .swiper-slide .badges{right:0;top:6.4vw!important;width:8.5333333333vw}}@media screen and (max-width:767.9px){.tsws-sku-list .tsws-sku-item__main .swiper-slide .badges .gws-img{margin-bottom:10.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-sku-list .tsws-sku-item__main .swiper-slide .badges .gws-img{margin-bottom:2.1333333333vw}}@media screen and (max-width:767.9px){.tsws-sku-list .tsws-sku-item__main .swiper-slide .badges .gws-img:last-child{margin-bottom:0}.tsws-sku-list .tsws-sku-item__main .swiper-slide .badges img{height:42.67px;left:inherit;object-fit:contain;position:relative;top:inherit;transform:inherit;width:42.67px;z-index:9}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-sku-list .tsws-sku-item__main .swiper-slide .badges img{height:8.5333333333vw;width:8.5333333333vw}}@media screen and (max-width:767.9px){.tsws-sku-list .tsws-sku-item__main .swiper-slide:first-child .badges{display:flex}.tsws-sku-list .tsws-sku-item__main .swiper-button-next,.tsws-sku-list .tsws-sku-item__main .swiper-button-prev{display:none;position:absolute;top:50%;transform:translateY(-50%)}.tsws-sku-list .tsws-sku-item__main .swiper-button-next,.tsws-sku-list .tsws-sku-item__main .swiper-button-prev,.tsws-sku-list .tsws-sku-item__main .swiper-pagination{display:none}.tsws-sku-list .tsws-sku-item__main .custom-pagination{bottom:58px;display:block;left:50%;position:absolute;transform:translateX(-50%);z-index:99}}@media screen and (max-width:767.9px)and (max-width:767.9px){.tsws-sku-list .tsws-sku-item__main .custom-pagination{font-size:18.6666666667px;height:unset;line-height:29.3333333333px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-sku-list .tsws-sku-item__main .custom-pagination{bottom:11.7333333333vw;font-size:3.7333333333vw;line-height:5.8666666667vw}}@media screen and (max-width:767.9px){.tsws-sku-list .tsws-sku-item__main__operation .gws-dynamic-image{align-items:center;bottom:0;display:flex;height:42.67px;justify-content:center;left:50%;transform:translateX(-50%);width:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-sku-list .tsws-sku-item__main__operation .gws-dynamic-image{bottom:0;height:8.5333333333vw;width:8.5333333333vw}}@media screen and (max-width:767.9px){.tsws-sku-list .tsws-sku-item__main__operation .gws-dynamic-image .gws-dynamic-image__btn{height:42.67px;width:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-sku-list .tsws-sku-item__main__operation .gws-dynamic-image .gws-dynamic-image__btn{bottom:0;height:8.5333333333vw;width:8.5333333333vw}}@media screen and (max-width:767.9px){.tsws-sku-list .tsws-sku-item__main__operation-sale{left:0;max-width:auto;top:32px;white-space:nowrap;width:auto}}@media screen and (max-width:767.9px)and (max-width:767.9px){.tsws-sku-list .tsws-sku-item__main__operation-sale{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-sku-list .tsws-sku-item__main__operation-sale{font-size:4.2666666667vw;left:0;line-height:6.4vw;top:6.4vw}}@media screen and (max-width:767.9px){.tsws-sku-list .tsws-sku-item__main__operation-text{left:0;top:74.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.tsws-sku-list .tsws-sku-item__main__operation-text{left:0;top:14.9333333333vw}}@media screen and (max-width:767.9px){.tsws-sku-list .tsws-sku-item__main__operation-text .csr-cp-price-v1__styles,.tsws-sku-list .tsws-sku-item__operation,.tsws-sku-list .tsws-sku-item__thumbnail{display:none}}.related-products{padding-left:8.3333333333vw;padding-right:8.3333333333vw;position:relative}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}.related-products__title{word-wrap:break-word;font-family:MyriadPro-SemiCn,Helvetica,Arial Unicode MS,serif;font-size:2.7777777778vw;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.05;margin-bottom:4.1666666667vw;padding-top:4.1666666667vw;position:relative;text-align:center;text-transform:uppercase}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){.related-products__title{font-size:8vw;margin-bottom:8vw;padding-top:8vw}}.related-products__title:after{background:#ec1c24;content:" ";display:block;height:.3472222222vw;margin-left:auto;margin-right:auto;margin-top:1.3888888889vw;width:4.1666666667vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){.related-products__title:after{height:1.3333333333vw;margin-top:5.3333333333vw;width:16vw}}.related-products__title .titleBg{display:none}.related-products__swiper{display:flex;flex-wrap:wrap;margin:0 -.6944444444vw -1.3888888889vw;overflow:hidden;padding-bottom:1.3888888889vw;position:relative;z-index:1}.related-products__swiper .swiper-slide{height:auto;margin:1.3888888889vw .6944444444vw 0;text-align:center;width:calc(50% - 1.04167vw)}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products__swiper .swiper-slide{width:100%}}@media screen and (min-width:1200px){.related-products__swiper .swiper-slide{width:calc(33.3% - 1.04167vw)}}@media screen and (min-width:1800px){.related-products__swiper .swiper-slide{width:calc(25% - 1.04167vw)}}.related-products__swiper .swiper-slide .product-item{cursor:unset}.related-products__swiper .swiper-slide .product-item-text{display:flex;flex-direction:column;padding:0 2.7777777778vw 6.9444444444vw;text-align:left}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-text{padding:0 12vw 26.6666666667vw}}.related-products__swiper .swiper-slide .product-item-text .flexCountarin{display:flex;flex-direction:column}.related-products__swiper .swiper-slide .product-item-img{align-items:center;display:flex;height:26.9444444444vw;justify-content:center;width:100%}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-img{height:103.4666666667vw}}.related-products__swiper .swiper-slide .product-item-img img,.related-products__swiper .swiper-slide .product-item-img picture{height:auto}.related-products__swiper .swiper-slide .product-item-img img{margin:0 auto;max-height:26.9444444444vw;max-width:73.43%}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-img img{max-height:69.3333333333vw;max-width:69.3333333333vw}}.related-products__swiper .swiper-slide .product-item-img:hover .image-hover{opacity:1;visibility:visible}.related-products__swiper .swiper-slide .product-item-title{font-family:MyriadPro-SemiCn,Helvetica,Arial Unicode MS,serif;font-size:1.3888888889vw;font-style:normal;font-weight:700;line-height:1.2;margin-bottom:0;order:2;padding-bottom:.6944444444vw;text-transform:uppercase}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-title{font-size:4.2666666667vw;padding-bottom:2.6666666667vw}}.related-products__swiper .swiper-slide .product-item-desc{font-size:1.1111111111vw;line-height:1.5;margin-bottom:1.3888888889vw;order:3;padding:0}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-desc{font-size:3.7333333333vw;margin-bottom:5.3333333333vw}}.related-products__swiper .swiper-slide .product-item-model{color:#ec1c24;font-size:.8333333333vw;font-weight:600;letter-spacing:.1041666667vw;line-height:1;order:1;padding:2.0833333333vw 0 .6944444444vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-model{font-size:3.2vw;padding:8vw 0 2.6666666667vw}}.related-products__swiper .swiper-slide .product-item-model:before{background:#ec1c24;content:" ";display:inline-block;height:.6944444444vw;margin-right:.6944444444vw;width:2.0833333333vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-model:before{height:2.6666666667vw;margin-right:2.6666666667vw;width:8vw}}.related-products__swiper .swiper-slide .product-item-reviews-holder,.related-products__swiper .swiper-slide .product-item-short-spec{display:none}.related-products__swiper .swiper-slide .product-item-property{font-size:1.1111111111vw;font-weight:300;margin-bottom:1.3888888889vw;order:4;padding:0}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-property{font-size:3.7333333333vw;margin-bottom:5.3333333333vw}}.related-products__swiper .swiper-slide .product-item-property-item{line-height:1.2;margin-bottom:.6944444444vw;padding-left:1.1805555556vw;position:relative}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-property-item{margin-bottom:2.6666666667vw;padding-left:4.5333333333vw}}.related-products__swiper .swiper-slide .product-item-property-item:last-child{margin-bottom:0}.related-products__swiper .swiper-slide .product-item-property-item:before{background-color:#e8e8e8;border:1px solid #d4d4d4;border-radius:50%;content:" ";display:inline-block;height:.3472222222vw;left:0;position:absolute;top:.2777777778vw;width:.3472222222vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-property-item:before{height:1.3333333333vw;top:1.0666666667vw;width:1.3333333333vw}}.related-products__swiper .swiper-slide .product-item-download{display:none}.related-products__swiper .swiper-slide .product-item-action{bottom:6.25vw;left:2.7777777778vw;order:5;position:absolute}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-action{bottom:22.6666666667vw;left:12vw;margin-top:5.3333333333vw}}.related-products__swiper .swiper-slide .product-item-action-btn{background-color:#ec1c24;color:#fff;cursor:pointer;display:inline-block;font-size:1.3888888889vw;line-height:1;margin-right:2.0833333333vw;padding:1.3888888889vw 2.0833333333vw;position:absolute;text-align:center;white-space:nowrap}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){.related-products__swiper .swiper-slide .product-item-action-btn{font-size:4.2666666667vw;padding:4.2666666667vw 8vw}}.related-products__swiper .swiper-slide .product-item-new,.related-products__swiper .swiper-slide .product-item-sale{display:none}.related-products .swiper-button-next,.related-products .swiper-button-prev{background-size:100% 100%;border:none;margin-top:-1.5277777778vw;top:50%;transform:translateY(-50%)}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.related-products .swiper-button-next,.related-products .swiper-button-prev{top:86.6666666667vw}}.related-products .swiper-button-next:after,.related-products .swiper-button-next:before,.related-products .swiper-button-prev:after,.related-products .swiper-button-prev:before{display:none}.related-products .swiper-button-next{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzEiIGhlaWdodD0iNDkiPjxkZWZzPjxmaWx0ZXIgaWQ9ImEiIHdpZHRoPSIxNTkuMiUiIGhlaWdodD0iMTMzLjklIiB4PSItMjkuNiUiIHk9Ii0xMi4xJSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94Ij48ZmVPZmZzZXQgZHk9IjIiIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRPdXRlcjEiLz48ZmVHYXVzc2lhbkJsdXIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIiBzdGREZXZpYXRpb249IjIiLz48ZmVDb2xvck1hdHJpeCBpbj0ic2hhZG93Qmx1ck91dGVyMSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjUgMCIvPjwvZmlsdGVyPjxwYXRoIGlkPSJiIiBkPSJNNDEuNjYgMTIuOSAyNi44ODggMjcuNjUgNDEuNjYgNDIuNGwtMi45NTUgNS45LTIwLjY4LTIwLjY1TDM4LjcwNiA3eiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIj48ZyB0cmFuc2Zvcm09InJvdGF0ZSgtMTgwIDIyLjU0MiAyNykiPjx1c2UgZmlsbD0iIzAwMCIgZmlsdGVyPSJ1cmwoI2EpIiB4bGluazpocmVmPSIjYiIvPjx1c2UgZmlsbD0iI0VDMUMyNCIgeGxpbms6aHJlZj0iI2IiLz48L2c+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTQ1LjA4NCA1NEgtMTRWLTVoNTkuMDg0eiIvPjwvZz48L3N2Zz4=);left:unset;right:5%}.related-products .swiper-button-prev{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzEiIGhlaWdodD0iNDkiPjxkZWZzPjxmaWx0ZXIgaWQ9ImEiIHdpZHRoPSIxNTkuMiUiIGhlaWdodD0iMTMzLjklIiB4PSItMjkuNiUiIHk9Ii0xMi4xJSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94Ij48ZmVPZmZzZXQgZHk9IjIiIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRPdXRlcjEiLz48ZmVHYXVzc2lhbkJsdXIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIiBzdGREZXZpYXRpb249IjIiLz48ZmVDb2xvck1hdHJpeCBpbj0ic2hhZG93Qmx1ck91dGVyMSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjUgMCIvPjwvZmlsdGVyPjxwYXRoIGlkPSJiIiBkPSJNNDEuNjYgMTMuOSAyNi44ODggMjguNjUgNDEuNjYgNDMuNGwtMi45NTUgNS45LTIwLjY4LTIwLjY1TDM4LjcwNiA4eiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQgLTYpIj48dXNlIGZpbGw9IiMwMDAiIGZpbHRlcj0idXJsKCNhKSIgeGxpbms6aHJlZj0iI2IiLz48dXNlIGZpbGw9IiNFQzFDMjQiIHhsaW5rOmhyZWY9IiNiIi8+PC9nPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0tMTQtNmg1OS4wODR2NTlILTE0eiIvPjwvZz48L3N2Zz4=);left:5%;right:unset}.related-products .arrow_next.right.swiper-button-disabled,.related-products .arrow_prev.left.swiper-button-disabled{display:none}.dz-container .related-products{padding:0}.dz-container .swiper-button-next{right:-5%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.dz-container .swiper-button-next{right:1%}}.dz-container .swiper-button-prev{left:-5%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.dz-container .swiper-button-prev{left:1%}}html[dir=rtl] .product-item-property-item{padding-left:0;padding-right:1.1805555556vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[dir=rtl] .product-item-property-item{padding-left:unset;padding-right:4.5333333333vw}}html[dir=rtl] .product-item-property-item:before{left:unset!important;right:0!important}html[dir=rtl] .product-item-action{left:unset!important;right:2.7777777778vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[dir=rtl] .product-item-action{right:12vw}}html[dir=rtl] .swiper-button-next{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzEiIGhlaWdodD0iNDkiPjxkZWZzPjxmaWx0ZXIgaWQ9ImEiIHdpZHRoPSIxNTkuMiUiIGhlaWdodD0iMTMzLjklIiB4PSItMjkuNiUiIHk9Ii0xMi4xJSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94Ij48ZmVPZmZzZXQgZHk9IjIiIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRPdXRlcjEiLz48ZmVHYXVzc2lhbkJsdXIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIiBzdGREZXZpYXRpb249IjIiLz48ZmVDb2xvck1hdHJpeCBpbj0ic2hhZG93Qmx1ck91dGVyMSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjUgMCIvPjwvZmlsdGVyPjxwYXRoIGlkPSJiIiBkPSJNNDEuNjYgMTMuOSAyNi44ODggMjguNjUgNDEuNjYgNDMuNGwtMi45NTUgNS45LTIwLjY4LTIwLjY1TDM4LjcwNiA4eiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQgLTYpIj48dXNlIGZpbGw9IiMwMDAiIGZpbHRlcj0idXJsKCNhKSIgeGxpbms6aHJlZj0iI2IiLz48dXNlIGZpbGw9IiNFQzFDMjQiIHhsaW5rOmhyZWY9IiNiIi8+PC9nPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0tMTQtNmg1OS4wODR2NTlILTE0eiIvPjwvZz48L3N2Zz4=);left:5%;right:unset}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .swiper-button-next{left:1%}}html[dir=rtl] .related-products__swiper .swiper-slide .product-item-text{text-align:right}html[dir=rtl] .related-products__swiper .swiper-slide .product-item-model:before{margin-left:.6944444444vw;margin-right:0}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[dir=rtl] .related-products__swiper .swiper-slide .product-item-model:before{margin-left:2.6666666667vw;margin-right:0}}html[dir=rtl] .swiper-button-prev{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzEiIGhlaWdodD0iNDkiPjxkZWZzPjxmaWx0ZXIgaWQ9ImEiIHdpZHRoPSIxNTkuMiUiIGhlaWdodD0iMTMzLjklIiB4PSItMjkuNiUiIHk9Ii0xMi4xJSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94Ij48ZmVPZmZzZXQgZHk9IjIiIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRPdXRlcjEiLz48ZmVHYXVzc2lhbkJsdXIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIiBzdGREZXZpYXRpb249IjIiLz48ZmVDb2xvck1hdHJpeCBpbj0ic2hhZG93Qmx1ck91dGVyMSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjUgMCIvPjwvZmlsdGVyPjxwYXRoIGlkPSJiIiBkPSJNNDEuNjYgMTIuOSAyNi44ODggMjcuNjUgNDEuNjYgNDIuNGwtMi45NTUgNS45LTIwLjY4LTIwLjY1TDM4LjcwNiA3eiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIj48ZyB0cmFuc2Zvcm09InJvdGF0ZSgtMTgwIDIyLjU0MiAyNykiPjx1c2UgZmlsbD0iIzAwMCIgZmlsdGVyPSJ1cmwoI2EpIiB4bGluazpocmVmPSIjYiIvPjx1c2UgZmlsbD0iI0VDMUMyNCIgeGxpbms6aHJlZj0iI2IiLz48L2c+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTQ1LjA4NCA1NEgtMTRWLTVoNTkuMDg0eiIvPjwvZz48L3N2Zz4=);left:unset;right:5%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .swiper-button-prev{right:1%}}html[dir=rtl] .related-products__swiper .swiper-slide .product-item-action-btn{margin-left:2.0833333333vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .related-products__swiper .swiper-slide .product-item-action-btn{margin-left:8vw;margin-right:0}}html[dir=rtl] .dz-container .related-products{padding:0}html[dir=rtl] .dz-container .related-products .swiper-button-next{left:-5%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .dz-container .related-products .swiper-button-next{left:1%}}html[dir=rtl] .dz-container .related-products .swiper-button-prev{right:-5%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .dz-container .related-products .swiper-button-prev{right:1%}}.rich-text-container{font-size:1.3888888889vw;font-style:normal;line-height:1.5;margin:0 auto;max-width:83.3333333333vw;overflow:hidden}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container{font-size:5.3333333333vw;max-width:none;padding:0 12vw}}.rich-text-container .read-more-btn{padding-bottom:0}.rich-text-container .more-button{background-color:#ec1c24;color:#fff;display:inline-block;font-size:1.3888888889vw;line-height:1;margin-top:1.3888888889vw;padding:1.3888888889vw 2.0833333333vw;text-decoration:none;transition:all .3s ease-in}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container .more-button{font-size:5.3333333333vw;margin-top:5.3333333333vw;padding:4.2666666667vw 5.3333333333vw}}.rich-text-container video{cursor:pointer;display:block;height:auto;width:100%}.rich-text-container h3{font-size:2.9166666667vw;font-weight:700;padding:.7em 0 .3em}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container h3{font-size:8.5333333333vw}}.rich-text-container h4{font-size:2.5vw;font-weight:700;padding:.7em 0 .3em}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container h4{font-size:6.9333333333vw}}.rich-text-container h5{font-size:2.0833333333vw;font-weight:700;padding:.7em 0 .3em}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container h5{font-size:5.8666666667vw}}.rich-text-container h6{font-size:1.6666666667vw;font-weight:700;padding:.7em 0 .3em}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container h6{font-size:4.8vw}}.rich-text-container div,.rich-text-container p{clear:both;font-size:inherit;font-weight:400;overflow:hidden;padding-bottom:1em}.rich-text-container a{color:#ec1c24;text-decoration:underline}.rich-text-container sup{vertical-align:text-top}.rich-text-container img{display:block;margin:0 auto;max-width:100%}.rich-text-container ol{counter-reset:counter-name;font-size:inherit;font-weight:400;padding-bottom:1em}.rich-text-container ol li{font-size:inherit;list-style:none;padding-bottom:1em;padding-left:2.5em;position:relative}.rich-text-container ol li:before{color:#ec1c24;content:counter(counter-name,decimal-leading-zero);counter-increment:counter-name;font-size:1.2em;font-weight:700;left:0;position:absolute;top:0}.rich-text-container ul{font-weight:400}.rich-text-container ul,.rich-text-container ul li{font-size:inherit;list-style:none;padding-bottom:1em}.rich-text-container ul li{padding-left:1.875em;position:relative}.rich-text-container ul li:before{background-color:#ec1c24;border-radius:50%;content:"";height:.4em;left:0;position:absolute;top:.55em;width:.4em}.rich-text-container .table-container{margin:2.7777777778vw 0;overflow-x:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container .table-container{margin:8vw 0}}.rich-text-container table{border-collapse:collapse;font-size:1.25vw;width:100%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container table{font-size:7.4666666667vw}}.rich-text-container table td,.rich-text-container table th{border:1px solid #d9d9d9;padding:.6944444444vw;text-align:center}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container table td,.rich-text-container table th{padding:2.6666666667vw}}.rich-text-container table th{font-weight:700;line-height:1.3}.rich-text-container .align-left-img{margin:1.3888888889vw 1.3888888889vw 1.3888888889vw 0}.rich-text-container .align-right-img{margin:1.3888888889vw 0 1.3888888889vw 1.3888888889vw}.rich-text_styles.c-not-width-limted .rich-text-container{margin-left:8.3333333333vw;margin-right:8.3333333333vw;max-width:none}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text_styles.c-not-width-limted .rich-text-container{margin-left:5.3333333333vw;margin-right:5.3333333333vw;width:100%}}.rich-text_styles.c-gap-top{padding-top:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text_styles.c-gap-top{padding-top:0}}.rich-text_styles.c-gap-top .rich-text-box{padding-top:4.1666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text_styles.c-gap-top .rich-text-box{padding-top:8vw}}.rich-text_styles .rich-text-box.c-grey-color .rich-text-container{color:#8e8e8e!important;font-size:.9722222222vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text_styles .rich-text-box.c-grey-color .rich-text-container{font-size:3.7333333333vw;padding:0 4vw}}.rich-text_styles .rich-text-box.c-grey-color .rich-text-container h2{font-size:1.4583333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text_styles .rich-text-box.c-grey-color .rich-text-container h2{font-size:5.6vw}}.rich-text_styles .rich-text-box.c-grey-bgc{background-color:#f6f6f6}.rich-text_styles .rich-text-fold{display:none}html[dir=rtl] .rich-text_styles .rich-text-container ol li{padding-left:0;padding-right:2.5em}html[dir=rtl] .rich-text_styles .rich-text-container ol li:before{left:unset;right:0}html[dir=rtl] .rich-text_styles .rich-text-container ul li{padding-left:0;padding-right:1.4583333333vw}html[dir=rtl] .rich-text_styles .rich-text-container ul li:before{left:unset;right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .rich-text_styles .rich-text-container ul li{padding-left:0;padding-right:5.3333333333vw}}.page-v2 .rich-text_styles.c-not-width-limted .rich-text-container{margin-left:auto;margin-right:auto;max-width:1920px}@media screen and (max-width:767.9px){.page-v2 .rich-text_styles.c-not-width-limted .rich-text-container{margin-left:auto;margin-right:auto;padding-left:unset;padding-right:unset;width:500px}}@media screen and (max-width:499.9px){.page-v2 .rich-text_styles.c-not-width-limted .rich-text-container{width:100%}}.page-v2 .rich-text_styles.c-not-width-limted .rich-text-container{padding-left:120px;padding-right:120px}@media screen and (max-width:1920.9px){.page-v2 .rich-text_styles.c-not-width-limted .rich-text-container{padding-left:6.25vw;padding-right:6.25vw}}@media screen and (max-width:767.9px){.page-v2 .rich-text_styles.c-not-width-limted .rich-text-container{padding-left:21.33px;padding-right:21.33px}}@media screen and (max-width:499.9px){.page-v2 .rich-text_styles.c-not-width-limted .rich-text-container{padding-left:4.2666666667vw;padding-right:4.2666666667vw}}.page-v2 .rich-text_styles .rich-text-box.c-grey-color .rich-text-container{color:#8e8e8e!important;font-size:16px;line-height:24px}@media screen and (max-width:1920.9px){.page-v2 .rich-text_styles .rich-text-box.c-grey-color .rich-text-container{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.page-v2 .rich-text_styles .rich-text-box.c-grey-color .rich-text-container{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.page-v2 .rich-text_styles .rich-text-box.c-grey-color .rich-text-container{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:767.9px){.page-v2 .rich-text_styles .rich-text-box.c-grey-color .rich-text-container{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:499.9px){.page-v2 .rich-text_styles .rich-text-box.c-grey-color .rich-text-container{font-size:4.2666666667vw;line-height:6.4vw}}.page-v2 .rich-text_styles .rich-text-box.c-grey-color .rich-text-container{padding:0}.page-v2 .rich-text_styles .rich-text-box.c-grey-color .rich-text-container h2{font-size:32px;line-height:40px}@media screen and (max-width:1920.9px){.page-v2 .rich-text_styles .rich-text-box.c-grey-color .rich-text-container h2{font-size:calc(8px + 1.25vw);line-height:calc(16px + 1.25vw)}}@media screen and (max-width:1440.9px){.page-v2 .rich-text_styles .rich-text-box.c-grey-color .rich-text-container h2{font-size:calc(12.15385px + .96154vw);line-height:calc(6.30769px + 1.92308vw)}}@media screen and (max-width:1024.9px){.page-v2 .rich-text_styles .rich-text-box.c-grey-color .rich-text-container h2{font-size:2.1484375vw;line-height:2.5390625vw}}@media screen and (max-width:767.9px){.page-v2 .rich-text_styles .rich-text-box.c-grey-color .rich-text-container h2{font-size:26.6666666667px;height:unset;line-height:37.3333333333px}}@media screen and (max-width:499.9px){.page-v2 .rich-text_styles .rich-text-box.c-grey-color .rich-text-container h2{font-size:5.3333333333vw;line-height:7.4666666667vw}}.page-v2 .rich-text_styles .rich-text-box.c-grey-bgc{background-color:#f6f6f6}.page-v2 .rich-text-container{margin-left:auto;margin-right:auto;max-width:1920px}@media screen and (max-width:767.9px){.page-v2 .rich-text-container{margin-left:auto;margin-right:auto;padding-left:unset;padding-right:unset;width:500px}}@media screen and (max-width:499.9px){.page-v2 .rich-text-container{width:100%}}.page-v2 .rich-text-container{padding-left:120px;padding-right:120px}@media screen and (max-width:1920.9px){.page-v2 .rich-text-container{padding-left:6.25vw;padding-right:6.25vw}}@media screen and (max-width:767.9px){.page-v2 .rich-text-container{padding-left:21.33px;padding-right:21.33px}}@media screen and (max-width:499.9px){.page-v2 .rich-text-container{padding-left:4.2666666667vw;padding-right:4.2666666667vw}}.page-v2 .rich-text-container.animate-init-state{opacity:0;transform:translateY(15%)}.page-v2 .rich-text-container.animate{animation:fade-in 1s ease-out forwards;will-change:transform,opacity}@keyframes fade-in{0%{opacity:0;transform:translateY(15%)}to{opacity:1;transform:translateY(0)}}.page-v2 .rich-text-container.c-fold-text-v3{height:auto;overflow:hidden;position:relative}.page-v2 .rich-text-container.c-fold-text-v3.fold-box{height:336px}@media screen and (max-width:1920.9px){.page-v2 .rich-text-container.c-fold-text-v3.fold-box{height:17.5vw}}@media screen and (max-width:767.9px){.page-v2 .rich-text-container.c-fold-text-v3.fold-box{height:448px}}@media screen and (max-width:499.9px){.page-v2 .rich-text-container.c-fold-text-v3.fold-box{height:89.6vw}}.page-v2 .rich-text-container.c-fold-text-v3 .fold-shadow{background:linear-gradient(0deg,#f7f7f7,hsla(0,0%,97%,0) 50%);bottom:0;display:none;height:40px;left:0;padding-bottom:0;position:absolute;width:100%}@media screen and (max-width:1920.9px){.page-v2 .rich-text-container.c-fold-text-v3 .fold-shadow{height:2.0833333333vw}}.page-v2 .rich-text-container{color:#000;font-size:16px;line-height:24px;margin:0 auto;overflow:hidden}@media screen and (max-width:1920.9px){.page-v2 .rich-text-container{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.page-v2 .rich-text-container{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.page-v2 .rich-text-container{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:767.9px){.page-v2 .rich-text-container{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:499.9px){.page-v2 .rich-text-container{font-size:4.2666666667vw;line-height:6.4vw}}.page-v2 .rich-text-container .read-more-btn{display:none;margin:0;padding:0}.page-v2 .rich-text-container .more-button{word-wrap:break-word;cursor:pointer;display:inline-block;margin-top:32px;text-align:center;text-decoration:none;white-space:normal}.page-v2 .rich-text-container .more-button[disabled]{pointer-events:none}.page-v2 .rich-text-container .more-button[hidden]{display:none}.page-v2 .rich-text-container .more-button:is(a:not([href])){cursor:default}.page-v2 .rich-text-container .more-button{background:#e61e1e;color:#fff}.page-v2 .rich-text-container .more-button:hover{background:#ff0008}.page-v2 .rich-text-container .more-button:active{background:#df0303}.page-v2 .rich-text-container .more-button.tsws-btn--disabled,.page-v2 .rich-text-container .more-button.tsws-btn--disabled:hover,.page-v2 .rich-text-container .more-button[disabled],.page-v2 .rich-text-container .more-button[disabled]:hover{background:#d4d4d4}.page-v2 .rich-text-container .more-button{font-size:16px;line-height:16px;min-width:83px;padding:12px 24px}@media screen and (max-width:1920.9px){.page-v2 .rich-text-container .more-button{font-size:calc(8px + .41667vw);line-height:calc(8px + .41667vw);min-width:calc(35px + 2.5vw);padding:calc(4px + .41667vw) calc(8px + .83333vw)}}@media screen and (max-width:1440.9px){.page-v2 .rich-text-container .more-button{font-size:calc(7.07692px + .48077vw);line-height:calc(7.07692px + .48077vw);min-width:calc(15.61538px + 3.84615vw);padding:calc(3.07692px + .48077vw) calc(-.76923px + 1.44231vw)}}@media screen and (max-width:1024.9px){.page-v2 .rich-text-container .more-button{font-size:1.171875vw;line-height:1.171875vw;min-width:5.37109375vw;padding:.78125vw 1.36719vw}}.page-v2 .rich-text-container .more-button{font-weight:400}@media screen and (max-width:767.9px){.page-v2 .rich-text-container .more-button{font-size:18.6666666667px;line-height:18.6666666667px;min-width:84px;padding:12px 21.3333333333px}}@media screen and (max-width:499.9px){.page-v2 .rich-text-container .more-button{font-size:3.7333333333vw;line-height:3.7333333333vw;min-width:16.8vw;padding:2.4vw 4.26667vw}}@media screen and (max-width:1920.9px){.page-v2 .rich-text-container .more-button{margin-top:1.6666666667vw}}.page-v2 .rich-text-container video{cursor:pointer;display:block;height:auto;width:100%}.page-v2 .rich-text-container h1{font-size:36px;font-weight:600;line-height:44px;margin:0;padding:0 0 32px}@media screen and (max-width:1920.9px){.page-v2 .rich-text-container h1{font-size:calc(12px + 1.25vw);line-height:calc(20px + 1.25vw)}}@media screen and (max-width:1440.9px){.page-v2 .rich-text-container h1{font-size:calc(9.23077px + 1.44231vw);line-height:calc(3.38462px + 2.40385vw)}}@media screen and (max-width:1024.9px){.page-v2 .rich-text-container h1{font-size:2.34375vw;line-height:2.734375vw}}@media screen and (max-width:767.9px){.page-v2 .rich-text-container h1{font-size:32px;height:unset;line-height:42.6666666667px}}@media screen and (max-width:499.9px){.page-v2 .rich-text-container h1{font-size:6.4vw;line-height:8.5333333333vw}}@media screen and (max-width:1920.9px){.page-v2 .rich-text-container h1{padding-bottom:1.6666666667vw}}@media screen and (max-width:767.9px){.page-v2 .rich-text-container h1{padding-bottom:32px}}@media screen and (max-width:499.9px){.page-v2 .rich-text-container h1{padding-bottom:6.4vw}}.page-v2 .rich-text-container h2{font-size:36px;font-weight:600;line-height:44px;margin:0;padding:0 0 32px}@media screen and (max-width:1920.9px){.page-v2 .rich-text-container h2{font-size:calc(12px + 1.25vw);line-height:calc(20px + 1.25vw)}}@media screen and (max-width:1440.9px){.page-v2 .rich-text-container h2{font-size:calc(9.23077px + 1.44231vw);line-height:calc(3.38462px + 2.40385vw)}}@media screen and (max-width:1024.9px){.page-v2 .rich-text-container h2{font-size:2.34375vw;line-height:2.734375vw}}@media screen and (max-width:767.9px){.page-v2 .rich-text-container h2{font-size:32px;height:unset;line-height:42.6666666667px}}@media screen and (max-width:499.9px){.page-v2 .rich-text-container h2{font-size:6.4vw;line-height:8.5333333333vw}}@media screen and (max-width:1920.9px){.page-v2 .rich-text-container h2{padding-bottom:1.6666666667vw}}@media screen and (max-width:767.9px){.page-v2 .rich-text-container h2{padding-bottom:32px}}@media screen and (max-width:499.9px){.page-v2 .rich-text-container h2{padding-bottom:6.4vw}}.page-v2 .rich-text-container h3{font-size:32px;font-weight:600;line-height:40px;margin:0;padding:0 0 32px}@media screen and (max-width:1920.9px){.page-v2 .rich-text-container h3{font-size:calc(8px + 1.25vw);line-height:calc(16px + 1.25vw)}}@media screen and (max-width:1440.9px){.page-v2 .rich-text-container h3{font-size:calc(12.15385px + .96154vw);line-height:calc(6.30769px + 1.92308vw)}}@media screen and (max-width:1024.9px){.page-v2 .rich-text-container h3{font-size:2.1484375vw;line-height:2.5390625vw}}@media screen and (max-width:767.9px){.page-v2 .rich-text-container h3{font-size:29.3333333333px;height:unset;line-height:40px}}@media screen and (max-width:499.9px){.page-v2 .rich-text-container h3{font-size:5.8666666667vw;line-height:8vw}}@media screen and (max-width:1920.9px){.page-v2 .rich-text-container h3{padding-bottom:1.6666666667vw}}@media screen and (max-width:767.9px){.page-v2 .rich-text-container h3{padding-bottom:32px}}@media screen and (max-width:499.9px){.page-v2 .rich-text-container h3{padding-bottom:6.4vw}}.page-v2 .rich-text-container h4{font-size:28px;font-weight:600;line-height:36px;margin:0;padding:0 0 32px}@media screen and (max-width:1920.9px){.page-v2 .rich-text-container h4{font-size:calc(12px + .83333vw);line-height:calc(20px + .83333vw)}}@media screen and (max-width:1440.9px){.page-v2 .rich-text-container h4{font-size:calc(10.15385px + .96154vw);line-height:calc(18.15385px + .96154vw)}}@media screen and (max-width:1024.9px){.page-v2 .rich-text-container h4{font-size:1.953125vw;line-height:2.734375vw}}@media screen and (max-width:767.9px){.page-v2 .rich-text-container h4{font-size:26.6666666667px;height:unset;line-height:37.3333333333px}}@media screen and (max-width:499.9px){.page-v2 .rich-text-container h4{font-size:5.3333333333vw;line-height:7.4666666667vw}}@media screen and (max-width:1920.9px){.page-v2 .rich-text-container h4{padding-bottom:1.6666666667vw}}@media screen and (max-width:767.9px){.page-v2 .rich-text-container h4{padding-bottom:32px}}@media screen and (max-width:499.9px){.page-v2 .rich-text-container h4{padding-bottom:6.4vw}}.page-v2 .rich-text-container h5{font-size:24px;font-weight:600;line-height:32px;margin:0;padding:0 0 32px}@media screen and (max-width:1920.9px){.page-v2 .rich-text-container h5{font-size:calc(8px + .83333vw);line-height:calc(16px + .83333vw)}}@media screen and (max-width:1440.9px){.page-v2 .rich-text-container h5{font-size:calc(6.15385px + .96154vw);line-height:calc(.30769px + 1.92308vw)}}@media screen and (max-width:1024.9px){.page-v2 .rich-text-container h5{font-size:1.5625vw;line-height:1.953125vw}}@media screen and (max-width:767.9px){.page-v2 .rich-text-container h5{font-size:24px;height:unset;line-height:34.6666666667px}}@media screen and (max-width:499.9px){.page-v2 .rich-text-container h5{font-size:4.8vw;line-height:6.9333333333vw}}@media screen and (max-width:1920.9px){.page-v2 .rich-text-container h5{padding-bottom:1.6666666667vw}}@media screen and (max-width:767.9px){.page-v2 .rich-text-container h5{padding-bottom:32px}}@media screen and (max-width:499.9px){.page-v2 .rich-text-container h5{padding-bottom:6.4vw}}.page-v2 .rich-text-container h6{font-size:20px;font-weight:600;line-height:28px;margin:0;padding:0 0 32px}@media screen and (max-width:1920.9px){.page-v2 .rich-text-container h6{font-size:calc(12px + .41667vw);line-height:calc(20px + .41667vw)}}@media screen and (max-width:1440.9px){.page-v2 .rich-text-container h6{font-size:calc(11.07692px + .48077vw);line-height:calc(5.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.page-v2 .rich-text-container h6{font-size:1.5625vw;line-height:1.953125vw}}@media screen and (max-width:767.9px){.page-v2 .rich-text-container h6{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:499.9px){.page-v2 .rich-text-container h6{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:1920.9px){.page-v2 .rich-text-container h6{padding-bottom:1.6666666667vw}}@media screen and (max-width:767.9px){.page-v2 .rich-text-container h6{padding-bottom:32px}}@media screen and (max-width:499.9px){.page-v2 .rich-text-container h6{padding-bottom:6.4vw}}.page-v2 .rich-text-container p{color:#000;font-size:inherit;font-weight:400;line-height:inherit;margin:0;padding:0 0 32px}@media screen and (max-width:1920.9px){.page-v2 .rich-text-container p{padding-bottom:1.6666666667vw}}@media screen and (max-width:767.9px){.page-v2 .rich-text-container p{padding-bottom:32px}}@media screen and (max-width:499.9px){.page-v2 .rich-text-container p{padding-bottom:6.4vw}}.page-v2 .rich-text-container div{font-size:20px;line-height:28px}@media screen and (max-width:1920.9px){.page-v2 .rich-text-container div{font-size:calc(12px + .41667vw);line-height:calc(20px + .41667vw)}}@media screen and (max-width:1440.9px){.page-v2 .rich-text-container div{font-size:calc(11.07692px + .48077vw);line-height:calc(5.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.page-v2 .rich-text-container div{font-size:1.5625vw;line-height:1.953125vw}}@media screen and (max-width:767.9px){.page-v2 .rich-text-container div{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:499.9px){.page-v2 .rich-text-container div{font-size:4.2666666667vw;line-height:6.4vw}}.page-v2 .rich-text-container div{color:#000;font-weight:400;margin:0;padding:0 0 32px}@media screen and (max-width:1920.9px){.page-v2 .rich-text-container div{padding-bottom:1.6666666667vw}}@media screen and (max-width:767.9px){.page-v2 .rich-text-container div{padding-bottom:32px}}@media screen and (max-width:499.9px){.page-v2 .rich-text-container div{padding-bottom:6.4vw}}.page-v2 .rich-text-container article{font-size:16px;line-height:24px}@media screen and (max-width:1920.9px){.page-v2 .rich-text-container article{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.page-v2 .rich-text-container article{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.page-v2 .rich-text-container article{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:767.9px){.page-v2 .rich-text-container article{font-size:18.6666666667px;height:unset;line-height:29.3333333333px}}@media screen and (max-width:499.9px){.page-v2 .rich-text-container article{font-size:3.7333333333vw;line-height:5.8666666667vw}}.page-v2 .rich-text-container article{margin:0;padding:0 0 32px}@media screen and (max-width:1920.9px){.page-v2 .rich-text-container article{padding-bottom:1.6666666667vw}}@media screen and (max-width:767.9px){.page-v2 .rich-text-container article{padding-bottom:32px}}@media screen and (max-width:499.9px){.page-v2 .rich-text-container article{padding-bottom:6.4vw}}.page-v2 .rich-text-container a{color:#000;text-decoration:underline}.page-v2 .rich-text-container sup{vertical-align:text-top}.page-v2 .rich-text-container img{display:block}.page-v2 .rich-text-container ol{counter-reset:counter-name;font-size:inherit;font-weight:400;line-height:inherit;margin:0;padding:0 0 32px}@media screen and (max-width:1920.9px){.page-v2 .rich-text-container ol{padding-bottom:1.6666666667vw}}@media screen and (max-width:767.9px){.page-v2 .rich-text-container ol{padding-bottom:32px}}@media screen and (max-width:499.9px){.page-v2 .rich-text-container ol{padding-bottom:6.4vw}}.page-v2 .rich-text-container ol li{font-size:inherit;line-height:inherit;list-style:none;padding-bottom:16px;padding-left:28px;position:relative}.page-v2 .rich-text-container ol li:before{color:#000;content:counter(counter-name,decimal-leading-zero);counter-increment:counter-name;font-size:16px;font-weight:400;left:0;line-height:24px;position:absolute;top:0}@media screen and (max-width:1920.9px){.page-v2 .rich-text-container ol li:before{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.page-v2 .rich-text-container ol li:before{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.page-v2 .rich-text-container ol li:before{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:767.9px){.page-v2 .rich-text-container ol li:before{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:499.9px){.page-v2 .rich-text-container ol li:before{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:1920.9px){.page-v2 .rich-text-container ol li{padding-bottom:.8333333333vw;padding-left:1.4583333333vw}}@media screen and (max-width:767.9px){.page-v2 .rich-text-container ol li{padding-bottom:16px;padding-left:37.34px}}@media screen and (max-width:499.9px){.page-v2 .rich-text-container ol li{padding-bottom:3.2vw;padding-left:7.4666666667vw}}.page-v2 .rich-text-container ol>:last-child{margin-bottom:0!important;padding-bottom:0!important}.page-v2 .rich-text-container ul{font-size:inherit;font-weight:400;line-height:inherit;list-style:none;margin:0;padding:0 0 32px}@media screen and (max-width:1920.9px){.page-v2 .rich-text-container ul{padding-bottom:1.6666666667vw}}@media screen and (max-width:767.9px){.page-v2 .rich-text-container ul{padding-bottom:32px}}@media screen and (max-width:499.9px){.page-v2 .rich-text-container ul{padding-bottom:6.4vw}}.page-v2 .rich-text-container ul li{font-size:inherit;list-style:none;padding-bottom:16px;padding-left:28px;position:relative}.page-v2 .rich-text-container ul li:before{background-color:#000;border-radius:0;content:"";height:4px;left:8px;position:absolute;top:10px;width:4px}@media screen and (max-width:1920.9px){.page-v2 .rich-text-container ul li:before{top:10px}}@media screen and (max-width:1440.9px){.page-v2 .rich-text-container ul li:before{top:calc(3.07692px + .48077vw)}}@media screen and (max-width:1024.9px){.page-v2 .rich-text-container ul li:before{top:.78125vw}}@media screen and (max-width:1920.9px){.page-v2 .rich-text-container ul li{padding-bottom:.8333333333vw;padding-left:1.4583333333vw}.page-v2 .rich-text-container ul li:before{height:.2083333333vw;left:.4166666667vw;width:.2083333333vw}}@media screen and (max-width:767.9px){.page-v2 .rich-text-container ul li{padding-bottom:16px;padding-left:37.34px}.page-v2 .rich-text-container ul li:before{height:5.33px;left:10.67px;top:14px;width:5.33px}}@media screen and (max-width:499.9px){.page-v2 .rich-text-container ul li{padding-bottom:3.2vw;padding-left:7.4666666667vw}.page-v2 .rich-text-container ul li:before{height:1.0666666667vw;left:2.1333333333vw;top:2.6666666667vw;width:1.0666666667vw}}.page-v2 .rich-text-container ul>:last-child{margin-bottom:0!important;padding-bottom:0!important}.page-v2 .rich-text-container .table-container{margin:0 0 32px;padding:0}@media screen and (max-width:1920.9px){.page-v2 .rich-text-container .table-container{margin-bottom:1.6666666667vw}}@media screen and (max-width:767.9px){.page-v2 .rich-text-container .table-container{margin-bottom:32px}}@media screen and (max-width:499.9px){.page-v2 .rich-text-container .table-container{margin-bottom:6.4vw}}.page-v2 .rich-text-container table{border-collapse:collapse;font-size:16px;line-height:24px;width:100%}@media screen and (max-width:1920.9px){.page-v2 .rich-text-container table{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.page-v2 .rich-text-container table{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.page-v2 .rich-text-container table{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:767.9px){.page-v2 .rich-text-container table{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:499.9px){.page-v2 .rich-text-container table{font-size:4.2666666667vw;line-height:6.4vw}}.page-v2 .rich-text-container table td,.page-v2 .rich-text-container table th{border:1px solid #d9d9d9;font-size:16px;line-height:24px;padding:10px;text-align:center}@media screen and (max-width:1920.9px){.page-v2 .rich-text-container table td,.page-v2 .rich-text-container table th{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.page-v2 .rich-text-container table td,.page-v2 .rich-text-container table th{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.page-v2 .rich-text-container table td,.page-v2 .rich-text-container table th{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:767.9px){.page-v2 .rich-text-container table td,.page-v2 .rich-text-container table th{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:499.9px){.page-v2 .rich-text-container table td,.page-v2 .rich-text-container table th{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:1920.9px){.page-v2 .rich-text-container table td,.page-v2 .rich-text-container table th{padding:.5208333333vw}}@media screen and (max-width:767.9px){.page-v2 .rich-text-container table td,.page-v2 .rich-text-container table th{padding:13.33px}}@media screen and (max-width:499.9px){.page-v2 .rich-text-container table td,.page-v2 .rich-text-container table th{padding:2.6666666667vw}}.page-v2 .rich-text-container .align-left-img{margin-left:0}@media screen and (max-width:1920.9px){.page-v2 .rich-text-container .align-left-img{margin-left:0}}@media screen and (max-width:767.9px){.page-v2 .rich-text-container .align-left-img{margin-left:0}}@media screen and (max-width:499.9px){.page-v2 .rich-text-container .align-left-img{margin-left:0}}.page-v2 .rich-text-container .align-right-img{margin-right:0}@media screen and (max-width:1920.9px){.page-v2 .rich-text-container .align-right-img{margin-right:0}}@media screen and (max-width:767.9px){.page-v2 .rich-text-container .align-right-img{margin-right:0}}@media screen and (max-width:499.9px){.page-v2 .rich-text-container .align-right-img{margin-right:0}}.page-v2 .rich-text-container img{height:auto;margin:0 auto;max-width:100%}.page-v2 .rich-text-container .video-contariner{margin-bottom:32px;padding-bottom:0;position:relative}@media screen and (max-width:1920.9px){.page-v2 .rich-text-container .video-contariner{margin-bottom:1.6666666667vw}}@media screen and (max-width:767.9px){.page-v2 .rich-text-container .video-contariner{margin-bottom:32px}}@media screen and (max-width:499.9px){.page-v2 .rich-text-container .video-contariner{margin-bottom:6.4vw}}.page-v2 .rich-text-container .play__btn{border-bottom:30.2px solid transparent;border-left:48px solid #ec1c24;border-top:30.2px solid transparent;bottom:0;display:block;height:0;left:0;margin:auto;right:0;top:0;width:0;z-index:14999}@media screen and (max-width:1920.9px){.page-v2 .rich-text-container .play__btn{border-bottom:1.5729166667vw solid transparent;border-left:2.5vw solid #ec1c24;border-top:1.5729166667vw solid transparent}}@media screen and (max-width:767.9px){.page-v2 .rich-text-container .play__btn{border-bottom:17.58px solid transparent;border-left:27.1px solid #ec1c24;border-top:17.58px solid transparent}}@media screen and (max-width:499.9px){.page-v2 .rich-text-container .play__btn{border-bottom:3.4666666667vw solid transparent;border-left:5.3333333333vw solid #ec1c24;border-top:3.4666666667vw solid transparent}}.page-v2 .rich-text-container .play__btn{cursor:pointer;left:50%;margin:unset;position:absolute;top:50%;transform:translate(-50%,-50%);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:675px;object-fit:cover;width:100%}@media screen and (max-width:1920.9px){.page-v2 .rich-text-container .video-contariner video{height:35.15625vw}}@media screen and (max-width:767.9px){.page-v2 .rich-text-container .video-contariner video{height:256px}}@media screen and (max-width:499.9px){.page-v2 .rich-text-container .video-contariner video{height:51.2vw}}.page-v2 .rich-text-container .no-gap{margin-bottom:0!important;padding-bottom:0!important}.page-v2 .rich-text-fold{align-items:center;display:flex;justify-content:center;margin-top:32px}@media screen and (max-width:1920.9px){.page-v2 .rich-text-fold{margin-top:1.6666666667vw}}@media screen and (max-width:767.9px){.page-v2 .rich-text-fold{margin-top:32px}}@media screen and (max-width:499.9px){.page-v2 .rich-text-fold{margin-top:6.4vw}}.page-v2 .rich-text-fold-down span,.page-v2 .rich-text-fold-up span{word-wrap:break-word;cursor:pointer;display:inline-block;text-align:center;white-space:normal}.page-v2 .rich-text-fold-down span[disabled],.page-v2 .rich-text-fold-up span[disabled]{pointer-events:none}.page-v2 .rich-text-fold-down span[hidden],.page-v2 .rich-text-fold-up span[hidden]{display:none}.page-v2 .rich-text-fold-down span:is(a:not([href])),.page-v2 .rich-text-fold-up span:is(a:not([href])){cursor:default}.page-v2 .rich-text-fold-down span,.page-v2 .rich-text-fold-up span{background-color:unset;color:#000}.page-v2 .rich-text-fold-down span:hover,.page-v2 .rich-text-fold-up span:hover{color:#ff0008}.page-v2 .rich-text-fold-down span:active,.page-v2 .rich-text-fold-up span:active{color:#df0303}.page-v2 .rich-text-fold-down span.tsws-btn--disabled,.page-v2 .rich-text-fold-down span[disabled],.page-v2 .rich-text-fold-up span.tsws-btn--disabled,.page-v2 .rich-text-fold-up span[disabled]{color:#d4d4d4}.page-v2 .rich-text-fold-down span,.page-v2 .rich-text-fold-up span{font-size:16px;line-height:16px}@media screen and (max-width:1920.9px){.page-v2 .rich-text-fold-down span,.page-v2 .rich-text-fold-up span{font-size:calc(8px + .41667vw);line-height:calc(8px + .41667vw)}}@media screen and (max-width:1440.9px){.page-v2 .rich-text-fold-down span,.page-v2 .rich-text-fold-up span{font-size:calc(7.07692px + .48077vw);line-height:calc(7.07692px + .48077vw)}}@media screen and (max-width:1024.9px){.page-v2 .rich-text-fold-down span,.page-v2 .rich-text-fold-up span{font-size:1.171875vw;line-height:1.171875vw}}.page-v2 .rich-text-fold-down span,.page-v2 .rich-text-fold-up span{font-weight:400}@media screen and (max-width:767.9px){.page-v2 .rich-text-fold-down span,.page-v2 .rich-text-fold-up span{font-size:21.3333333333px;line-height:21.3333333333px}}@media screen and (max-width:499.9px){.page-v2 .rich-text-fold-down span,.page-v2 .rich-text-fold-up span{font-size:4.2666666667vw;line-height:4.2666666667vw}}.page-v2 .rich-text-fold-down-icon,.page-v2 .rich-text-fold-up-icon{display:none}.page-v2 .rich-text-fold-down span{word-wrap:break-word;cursor:pointer;display:inline-block;text-align:center;white-space:normal}.page-v2 .rich-text-fold-down span[disabled]{pointer-events:none}.page-v2 .rich-text-fold-down span[hidden]{display:none}.page-v2 .rich-text-fold-down span:is(a:not([href])){cursor:default}.page-v2 .rich-text-fold-down span{background-color:unset;color:#000}.page-v2 .rich-text-fold-down span:hover{color:#ff0008}.page-v2 .rich-text-fold-down span:active{color:#df0303}.page-v2 .rich-text-fold-down span.tsws-btn--disabled,.page-v2 .rich-text-fold-down span[disabled]{color:#d4d4d4}.page-v2 .rich-text-fold-down span:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-style:normal;margin-left:4px;transform:rotate(0deg);vertical-align:middle}@media screen and (max-width:1920.9px){.page-v2 .rich-text-fold-down span:after{margin-left:.2083333333vw}}@media screen and (max-width:767.9px){.page-v2 .rich-text-fold-down span:after{margin-left:5.33px}}@media screen and (max-width:499.9px){.page-v2 .rich-text-fold-down span:after{margin-left:1.0666666667vw}}.page-v2 .rich-text-fold-up span{word-wrap:break-word;cursor:pointer;display:inline-block;text-align:center;white-space:normal}.page-v2 .rich-text-fold-up span[disabled]{pointer-events:none}.page-v2 .rich-text-fold-up span[hidden]{display:none}.page-v2 .rich-text-fold-up span:is(a:not([href])){cursor:default}.page-v2 .rich-text-fold-up span{background-color:unset;color:#000}.page-v2 .rich-text-fold-up span:hover{color:#ff0008}.page-v2 .rich-text-fold-up span:active{color:#df0303}.page-v2 .rich-text-fold-up span.tsws-btn--disabled,.page-v2 .rich-text-fold-up span[disabled]{color:#d4d4d4}.page-v2 .rich-text-fold-up span:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-style:normal;margin-left:4px;transform:rotate(180deg);vertical-align:middle}@media screen and (max-width:1920.9px){.page-v2 .rich-text-fold-up span:after{margin-left:.2083333333vw}}@media screen and (max-width:767.9px){.page-v2 .rich-text-fold-up span:after{margin-left:5.33px}}@media screen and (max-width:499.9px){.page-v2 .rich-text-fold-up span:after{margin-left:1.0666666667vw}}.page-v2 .news-contariner .rich-text_styles .rich-text-container h1{font-size:36px;line-height:44px}@media screen and (max-width:1920.9px){.page-v2 .news-contariner .rich-text_styles .rich-text-container h1{font-size:calc(12px + 1.25vw);line-height:calc(20px + 1.25vw)}}@media screen and (max-width:1440.9px){.page-v2 .news-contariner .rich-text_styles .rich-text-container h1{font-size:calc(9.23077px + 1.44231vw);line-height:calc(3.38462px + 2.40385vw)}}@media screen and (max-width:1024.9px){.page-v2 .news-contariner .rich-text_styles .rich-text-container h1{font-size:2.34375vw;line-height:2.734375vw}}.page-v2 .news-contariner .rich-text_styles .rich-text-container h3{font-size:24px;line-height:32px}@media screen and (max-width:1920.9px){.page-v2 .news-contariner .rich-text_styles .rich-text-container h3{font-size:calc(8px + .83333vw);line-height:calc(16px + .83333vw)}}@media screen and (max-width:1440.9px){.page-v2 .news-contariner .rich-text_styles .rich-text-container h3{font-size:calc(6.15385px + .96154vw);line-height:calc(.30769px + 1.92308vw)}}@media screen and (max-width:1024.9px){.page-v2 .news-contariner .rich-text_styles .rich-text-container h3{font-size:1.5625vw;line-height:1.953125vw}}.page-v2 .news-contariner .rich-text_styles .rich-text-container h4{font-size:20px;line-height:28px}@media screen and (max-width:1920.9px){.page-v2 .news-contariner .rich-text_styles .rich-text-container h4{font-size:calc(12px + .41667vw);line-height:calc(20px + .41667vw)}}@media screen and (max-width:1440.9px){.page-v2 .news-contariner .rich-text_styles .rich-text-container h4{font-size:calc(11.07692px + .48077vw);line-height:calc(5.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.page-v2 .news-contariner .rich-text_styles .rich-text-container h4{font-size:1.5625vw;line-height:1.953125vw}}.page-v2 .news-contariner .rich-text_styles .rich-text-container h4{font-weight:400}.page-v2 .news-contariner .rich-text_styles .rich-text-container h5{font-size:16px;line-height:24px}@media screen and (max-width:1920.9px){.page-v2 .news-contariner .rich-text_styles .rich-text-container h5{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.page-v2 .news-contariner .rich-text_styles .rich-text-container h5{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.page-v2 .news-contariner .rich-text_styles .rich-text-container h5{font-size:1.3671875vw;line-height:1.7578125vw}}.page-v2 .news-contariner .rich-text_styles .rich-text-container h5{font-weight:400}.gws-section-title-v1__styles.c-text-align-left{display:flex;justify-content:flex-start}.gws-section-title-v1__styles.c-text-align-left .gws-section-title-v1{text-align:left}.gws-section-title-v1__styles.c-text-align-right{display:flex;justify-content:flex-end}.gws-section-title-v1__styles.c-text-align-right .gws-section-title-v1{text-align:right}.gws-section-title-v1{margin-left:auto;margin-right:auto;width:1200px}@media screen and (max-width:1920.9px){.gws-section-title-v1{margin-left:18.75vw;margin-right:18.75vw;width:62.5vw}}@media screen and (max-width:767.9px){.gws-section-title-v1{margin-left:auto;margin-right:auto;padding-left:unset;padding-right:unset;width:457.33px}}@media screen and (max-width:499.9px){.gws-section-title-v1{width:calc(100% - 8.53333vw)}}.gws-section-title-v1{text-align:center}.gws-section-title-v1__main{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;font-size:36px;line-height:44px;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:1920.9px){.gws-section-title-v1__main{font-size:calc(12px + 1.25vw);line-height:calc(20px + 1.25vw)}}@media screen and (max-width:1440.9px){.gws-section-title-v1__main{font-size:calc(9.23077px + 1.44231vw);line-height:calc(3.38462px + 2.40385vw)}}@media screen and (max-width:1024.9px){.gws-section-title-v1__main{font-size:2.34375vw;line-height:2.734375vw}}@media screen and (max-width:767.9px){.gws-section-title-v1__main{font-size:32px;height:unset;line-height:42.6666666667px}}@media screen and (max-width:499.9px){.gws-section-title-v1__main{font-size:6.4vw;line-height:8.5333333333vw}}.gws-section-title-v1__main{box-sizing:border-box;color:#000;display:inline-block;font-weight:600;margin-bottom:32px;padding-bottom:12px;position:relative;vertical-align:bottom;white-space:pre-line}.gws-section-title-v1__main:after{background-color:#e61e1e;bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);width:48px}.gws-section-title-v1__sub{word-wrap:break-word;color:#000;margin-bottom:32px;white-space:pre-wrap}.gws-section-title-v1__sub[data-view=pc]{display:block}.gws-section-title-v1__sub[data-view=mobile]{display:none}.gws-section-title-v1__sub{font-size:16px;line-height:24px}@media screen and (max-width:1920.9px){.gws-section-title-v1__sub{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.gws-section-title-v1__sub{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.gws-section-title-v1__sub{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:767.9px){.gws-section-title-v1__sub{font-size:18.6666666667px;height:unset;line-height:29.3333333333px}}@media screen and (max-width:499.9px){.gws-section-title-v1__sub{font-size:3.7333333333vw;line-height:5.8666666667vw}}.gws-section-title-v1__achor-img,.gws-section-title-v1__achor-text{display:none}@media screen and (max-width:1920.9px){.gws-section-title-v1__main{margin-bottom:1.6666666667vw;padding-bottom:.625vw}.gws-section-title-v1__main:after{width:2.5vw}.gws-section-title-v1__sub{margin-bottom:1.6666666667vw}}@media screen and (max-width:767.9px){.gws-section-title-v1__main{margin-bottom:0;padding-bottom:18.67px}.gws-section-title-v1__main:only-child{margin-bottom:42.67px}.gws-section-title-v1__main:after{height:2.67px;width:53.33px}.gws-section-title-v1__sub{margin-bottom:42.67px;margin-top:21.33px}.gws-section-title-v1__sub[data-view=pc]{display:none}.gws-section-title-v1__sub[data-view=mobile]{display:block}}@media screen and (max-width:499.9px){.gws-section-title-v1__main{padding-bottom:3.7333333333vw}.gws-section-title-v1__main:only-child{margin-bottom:8.5333333333vw}.gws-section-title-v1__main:after{height:2px;width:10.6666666667vw}.gws-section-title-v1__sub{margin-bottom:8.5333333333vw;margin-top:4.2666666667vw}}@media screen and (max-width:767.9px){.gws-section-title-v1-style2 .gws-section-title-v1{margin-bottom:0}}.gws-section-title-v1-style2 .gws-section-title-v1__main:only-child{margin-bottom:32px}@media screen and (max-width:1920.9px){.gws-section-title-v1-style2 .gws-section-title-v1__main:only-child{margin-bottom:1.6666666667vw}}@media screen and (max-width:767.9px){.gws-section-title-v1-style2 .gws-section-title-v1__main:only-child{margin-bottom:42.67px}}@media screen and (max-width:499.9px){.gws-section-title-v1-style2 .gws-section-title-v1__main:only-child{margin-bottom:8.5333333333vw}}.gws-section-title-v1-style2 .gws-section-title-v1__main{margin-bottom:0;padding-bottom:0}@media screen and (max-width:767.9px){.gws-section-title-v1-style2 .gws-section-title-v1__main{margin-bottom:0}}.gws-section-title-v1-style2 .gws-section-title-v1__main:after{display:none}.gws-section-title-v1-style2 .gws-section-title-v1__sub{margin-bottom:32px;margin-top:16px}.gws-section-title-v1-style2 .gws-section-title-v1__sub[data-view=pc]{display:block}.gws-section-title-v1-style2 .gws-section-title-v1__sub[data-view=mobile]{display:none}@media screen and (max-width:1920.9px){.gws-section-title-v1-style2 .gws-section-title-v1__sub{margin-bottom:1.6666666667vw;margin-top:.8333333333vw}}@media screen and (max-width:767.9px){.gws-section-title-v1-style2 .gws-section-title-v1__sub{margin-bottom:42.67px;margin-top:5.33px}.gws-section-title-v1-style2 .gws-section-title-v1__sub[data-view=pc]{display:none}.gws-section-title-v1-style2 .gws-section-title-v1__sub[data-view=mobile]{display:block}}@media screen and (max-width:499.9px){.gws-section-title-v1-style2 .gws-section-title-v1__sub{margin-bottom:8.5333333333vw;margin-top:1.0666666667vw}}.tsws-country-selector-v1__styles .nav_lang_wraper,.tsws-header-v1 .nav_lang_wraper,.xf-web-container .nav_lang_wraper{background-color:#fff;bottom:0;color:#000;display:none;font-weight:400;left:0;max-height:none!important;overflow-x:hidden;position:fixed!important;right:0;top:0;z-index:20000}@media screen and (max-width:767.9px){.tsws-country-selector-v1__styles .nav_lang_wraper,.tsws-header-v1 .nav_lang_wraper,.xf-web-container .nav_lang_wraper{padding-top:72px}}@media screen and (max-width:499.9px){.tsws-country-selector-v1__styles .nav_lang_wraper,.tsws-header-v1 .nav_lang_wraper,.xf-web-container .nav_lang_wraper{padding-top:14.4vw}}.tsws-country-selector-v1__styles .nav_lang_wraper_title,.tsws-header-v1 .nav_lang_wraper_title,.xf-web-container .nav_lang_wraper_title{font-size:36px;font-weight:600;line-height:44px;text-align:center}@media screen and (max-width:1920.9px){.tsws-country-selector-v1__styles .nav_lang_wraper_title,.tsws-header-v1 .nav_lang_wraper_title,.xf-web-container .nav_lang_wraper_title{font-size:calc(12px + 1.25vw);line-height:calc(20px + 1.25vw)}}@media screen and (max-width:1440.9px){.tsws-country-selector-v1__styles .nav_lang_wraper_title,.tsws-header-v1 .nav_lang_wraper_title,.xf-web-container .nav_lang_wraper_title{font-size:calc(9.23077px + 1.44231vw);line-height:calc(3.38462px + 2.40385vw)}}@media screen and (max-width:1024.9px){.tsws-country-selector-v1__styles .nav_lang_wraper_title,.tsws-header-v1 .nav_lang_wraper_title,.xf-web-container .nav_lang_wraper_title{font-size:2.34375vw;line-height:2.734375vw}}.tsws-country-selector-v1__styles .nav_lang_wraper_title,.tsws-header-v1 .nav_lang_wraper_title,.xf-web-container .nav_lang_wraper_title{border-bottom:1px solid #efefef;margin-bottom:40px;padding:10px 0 30px}@media screen and (max-width:1920.9px){.tsws-country-selector-v1__styles .nav_lang_wraper_title,.tsws-header-v1 .nav_lang_wraper_title,.xf-web-container .nav_lang_wraper_title{margin-bottom:2.0833333333vw;padding:.5208333333vw 0 1.5625vw}}@media screen and (max-width:767.9px){.tsws-country-selector-v1__styles .nav_lang_wraper_title,.tsws-header-v1 .nav_lang_wraper_title,.xf-web-container .nav_lang_wraper_title{font-size:32px;line-height:42.67px;margin-bottom:32px;padding:0 0 21.33px}}@media screen and (max-width:499.9px){.tsws-country-selector-v1__styles .nav_lang_wraper_title,.tsws-header-v1 .nav_lang_wraper_title,.xf-web-container .nav_lang_wraper_title{font-size:6.4vw;line-height:8.5333333333vw;margin-bottom:6.4vw;padding:0 0 4.2666666667vw}}.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content{margin-left:auto;margin-right:auto;width:1200px}@media screen and (max-width:1920.9px){.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content{margin-left:18.75vw;margin-right:18.75vw;width:62.5vw}}@media screen and (max-width:767.9px){.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content{margin-left:auto;margin-right:auto;padding-left:unset;padding-right:unset;width:457.33px}}@media screen and (max-width:499.9px){.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content{width:calc(100% - 8.53333vw)}}@media screen and (max-width:767.9px){.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content{margin-left:auto;margin-right:auto;padding-left:unset;padding-right:unset;width:500px}}@media screen and (max-width:499.9px){.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content{width:100%}}.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content{padding-bottom:42px;padding-top:64px}@media screen and (max-width:1920.9px){.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content{padding-bottom:2.1875vw;padding-top:3.3333333333vw}}@media screen and (max-width:767.9px){.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content{height:100%;overflow:auto;padding:0 42.67px 48px}}@media screen and (max-width:499.9px){.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content{padding-bottom:9.6vw;padding-left:8.5333333333vw;padding-right:8.5333333333vw}}.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content.active,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content.active,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content.active{display:inline-block}.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group{margin-bottom:48px}@media screen and (max-width:1920.9px){.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group{margin-bottom:2.5vw}}@media screen and (max-width:767.9px){.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group{margin-bottom:53.34px}}@media screen and (max-width:499.9px){.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group{margin-bottom:10.6666666667vw}}.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group:last-child,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group:last-child,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group:last-child{margin-bottom:0}.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group_tit,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group_tit,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group_tit{font-size:20px;line-height:28px}@media screen and (max-width:1920.9px){.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group_tit,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group_tit,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group_tit{font-size:calc(12px + .41667vw);line-height:calc(20px + .41667vw)}}@media screen and (max-width:1440.9px){.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group_tit,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group_tit,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group_tit{font-size:calc(11.07692px + .48077vw);line-height:calc(5.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group_tit,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group_tit,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group_tit{font-size:1.5625vw;line-height:1.953125vw}}.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group_tit,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group_tit,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group_tit{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#000;display:-webkit-box;font-weight:600;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:1920.9px){.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group_tit,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group_tit,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group_tit{margin-bottom:.4166666667vw}}@media screen and (max-width:767.9px){.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group_tit,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group_tit,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group_tit{font-size:26.67px;line-height:37.33px;margin-bottom:16px;white-space:nowrap;width:100%}}@media screen and (max-width:499.9px){.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group_tit,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group_tit,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_group_tit{font-size:5.3333333333vw;line-height:7.4666666667vw;margin-bottom:3.2vw}}.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content .nav_lang_items,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content .nav_lang_items,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_items{display:flex;flex-wrap:wrap;gap:0 16px}@media screen and (max-width:1920.9px){.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content .nav_lang_items,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content .nav_lang_items,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_items{gap:0 .8333333333vw}}@media screen and (max-width:767.9px){.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content .nav_lang_items,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content .nav_lang_items,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_items{gap:16px}}@media screen and (max-width:499.9px){.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content .nav_lang_items,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content .nav_lang_items,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_items{gap:3.2vw}}.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content .nav_lang_items:last-child,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content .nav_lang_items:last-child,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_items:last-child{margin-bottom:0}.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item{align-items:center;box-sizing:content-box;color:#000;display:flex;font-size:16px;font-weight:400;gap:16px;height:48px;line-height:24px;margin:0;padding:12px 0;width:calc(25% - 12px)}@media screen and (max-width:1920.9px){.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:1920.9px){.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item{gap:.8333333333vw;height:2.5vw;padding:.625vw 0;width:calc(25% - .625vw)}}@media screen and (max-width:767.9px){.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item{flex-basis:100%;font-size:21.33px;gap:16px;height:auto;line-height:32px;padding:8px 0}}@media screen and (max-width:499.9px){.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item{font-size:4.2666666667vw;gap:3.2vw;line-height:6.4vw;padding:1.6vw 0}}.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item:hover,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item:hover,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item:hover{font-weight:600}.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_empty,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_empty,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_empty{height:16px;width:24px}@media screen and (max-width:1920.9px){.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_empty,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_empty,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_empty{height:.8333333333vw;width:1.25vw}}@media screen and (max-width:767.9px){.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_empty,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_empty,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_empty{height:21.33px;width:32px}}@media screen and (max-width:499.9px){.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_empty,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_empty,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_empty{height:4.2666666667vw;width:6.4vw}}.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content{font-size:16px;line-height:24px}@media screen and (max-width:1920.9px){.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content{font-size:1.3671875vw;line-height:1.7578125vw}}.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;flex:1;overflow:hidden;text-overflow:ellipsis;word-break:break-word}@media screen and (max-width:767.9px){.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content{display:flex;font-size:21.33px;gap:0 16px;justify-content:space-between;line-height:32px}.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content .nav_lang_item-country-text,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content .nav_lang_item-country-text,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content .nav_lang_item-country-text{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;width:calc(50% - 8px)}.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content .nav_lang_item-separator,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content .nav_lang_item-separator,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content .nav_lang_item-separator{display:none}.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content .nav_lang_item-language-text,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content .nav_lang_item-language-text,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content .nav_lang_item-language-text{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#7a7a7a;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;width:calc(50% - 8px)}}@media screen and (max-width:499.9px){.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content{font-size:4.2666666667vw;gap:0 3.2vw;line-height:6.4vw}.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content .nav_lang_item-country-text,.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content .nav_lang_item-language-text,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content .nav_lang_item-country-text,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content .nav_lang_item-language-text,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content .nav_lang_item-country-text,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item-content .nav_lang_item-language-text{width:calc(50% - 1.6vw)}}.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_container,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_container,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_container{display:flex;height:16px;width:24px}@media screen and (max-width:1920.9px){.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_container,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_container,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_container{height:.8333333333vw;width:1.25vw}}@media screen and (max-width:767.9px){.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_container,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_container,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_container{height:21.33px;width:32px}}@media screen and (max-width:499.9px){.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_container,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_container,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_container{height:4.2666666667vw;width:6.4vw}}.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_container .nav_lang_item_img,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_container .nav_lang_item_img,.xf-web-container .nav_lang_wraper .nav_lang_wraper_content .nav_lang_item .nav_lang_item_img_container .nav_lang_item_img{display:inline-block!important;height:100%;object-fit:contain;vertical-align:middle;width:100%}.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content a:not([href]),.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_content a[href="#"],.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content a:not([href]),.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_content a[href="#"],.xf-web-container .nav_lang_wraper .nav_lang_wraper_content a:not([href]),.xf-web-container .nav_lang_wraper .nav_lang_wraper_content a[href="#"]{cursor:default;font-weight:400;pointer-events:none}.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_close,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_close,.xf-web-container .nav_lang_wraper .nav_lang_wraper_close{align-items:center;color:#000;cursor:pointer;display:flex;height:24px;justify-content:center;position:fixed;right:calc(50% - 600px);top:40px;width:24px}.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_close:before,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_close:before,.xf-web-container .nav_lang_wraper .nav_lang_wraper_close:before{color:#000;content:"";display:inline-block;font-family:iconfont-toshiba!important;height:100%;line-height:100%;width:100%}.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_close:hover,.tsws-header-v1 .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:1920.9px){.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_close,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_close,.xf-web-container .nav_lang_wraper .nav_lang_wraper_close{height:1.25vw;right:calc(50% - 31.25vw);top:2.0833333333vw;width:1.25vw}}@media screen and (max-width:767.9px){.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_close,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_close,.xf-web-container .nav_lang_wraper .nav_lang_wraper_close{font-size:26.67px;height:26.67px;right:calc(50% - 228.67px);top:22.676px;width:26.67px}}@media screen and (max-width:499.9px){.tsws-country-selector-v1__styles .nav_lang_wraper .nav_lang_wraper_close,.tsws-header-v1 .nav_lang_wraper .nav_lang_wraper_close,.xf-web-container .nav_lang_wraper .nav_lang_wraper_close{font-size:5.3333333333vw;height:5.3333333333vw;right:4.2666666667vw;top:4.5333333333vw;transform:translateX(0);width:5.3333333333vw}}.mdws-star-product-v1{margin-left:auto;margin-right:auto;width:1680px}@media screen and (max-width:1920.9px){.mdws-star-product-v1{margin-left:6.25vw;margin-right:6.25vw;width:87.5vw}}@media screen and (max-width:767.9px){.mdws-star-product-v1{margin-left:auto;margin-right:auto;padding-left:unset;padding-right:unset;width:457.33px}}@media screen and (max-width:499.9px){.mdws-star-product-v1{width:calc(100% - 8.53333vw)}}.mdws-star-product-v1__wrap{display:flex;flex-wrap:wrap;gap:20px}.mdws-star-product-v1__item{cursor:pointer;height:450px;position:relative;width:calc(50% - 10px)}.mdws-star-product-v1__item picture{height:100%;width:100%}.mdws-star-product-v1__item:hover .mdws-star-product-v1__title{color:#e61e1e}.mdws-star-product-v1__image{height:100%;object-fit:cover;width:100%}.mdws-star-product-v1__msg{color:#333;color:#000;left:0;padding:40px 32px;position:absolute;text-align:center;top:0;width:100%}.mdws-star-product-v1__msg .mdws-star-product-v1__title{transition:color .3s ease}.mdws-star-product-v1__title{font-size:24px;line-height:32px}@media screen and (max-width:1920.9px){.mdws-star-product-v1__title{font-size:calc(8px + .83333vw);line-height:calc(16px + .83333vw)}}@media screen and (max-width:1440.9px){.mdws-star-product-v1__title{font-size:calc(6.15385px + .96154vw);line-height:calc(.30769px + 1.92308vw)}}@media screen and (max-width:1024.9px){.mdws-star-product-v1__title{font-size:1.5625vw;line-height:1.953125vw}}.mdws-star-product-v1__title{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;font-weight:600;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;width:100%}.mdws-star-product-v1__desc{font-size:16px;line-height:24px;width:100%}@media screen and (max-width:1920.9px){.mdws-star-product-v1__desc{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.mdws-star-product-v1__desc{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.mdws-star-product-v1__desc{font-size:1.3671875vw;line-height:1.7578125vw}}.mdws-star-product-v1__desc{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:1920.9px){.mdws-star-product-v1__wrap{gap:1.0416666667vw}.mdws-star-product-v1__item{height:23.4375vw;width:calc(50% - .52083vw)}.mdws-star-product-v1__msg{padding:2.0833333333vw 1.6666666667vw}.mdws-star-product-v1__title{margin-bottom:.4166666667vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-star-product-v1{margin-left:auto;margin-right:auto;padding-left:unset;padding-right:unset;width:500px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.mdws-star-product-v1{width:100%}}@media screen and (max-width:767.9px){.mdws-star-product-v1__wrap{gap:26.67px}.mdws-star-product-v1__item{height:373.33px;width:100%}.mdws-star-product-v1__msg{padding:32px 42.67px}.mdws-star-product-v1__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;margin-bottom:5.33px;overflow:hidden;text-overflow:ellipsis}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-star-product-v1__title{font-size:26.6666666667px;height:unset;line-height:37.3333333333px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.mdws-star-product-v1__title{font-size:5.3333333333vw;line-height:7.4666666667vw}}@media screen and (max-width:767.9px){.mdws-star-product-v1__desc{-webkit-line-clamp:unset;line-clamp:unset}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-star-product-v1__desc{font-size:18.6666666667px;height:unset;line-height:29.3333333333px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.mdws-star-product-v1__desc{font-size:3.7333333333vw;line-height:5.8666666667vw}}@media screen and (max-width:499.9px){.mdws-star-product-v1__wrap{gap:5.3333333333vw}.mdws-star-product-v1__item{height:74.6666666667vw;width:100%}.mdws-star-product-v1__msg{padding:6.4vw 8.5333333333vw}.mdws-star-product-v1__title{margin-bottom:1.0666666667vw}}.gm-style-mtc-bbw{display:none}.store-v2{padding-left:8.3333333333vw;padding-right:8.3333333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}.store-v2{padding-bottom:6.25vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2{padding-bottom:16vw}}.store-v2-title{display:none}.store-v2__wrapper-head{align-items:flex-end;display:flex;margin-bottom:2.7777777778vw;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.6666666667vw;margin-bottom:.6944444444vw}@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.3888888889vw}.store-v2__wrapper-search__icon{display:none}.store-v2__wrapper-search__input{border-radius:2.2916666667vw!important;box-sizing:border-box;height:3.8194444444vw;outline:none;padding:0 1.7361111111vw;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.3888888889vw;height:3.8194444444vw;justify-content:center;line-height:1;margin-right:1.3888888889vw;position:relative}.store-v2__wrapper-search__position span:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-style:normal;transform:rotate(0deg);vertical-align:middle}.store-v2__wrapper-search__position span{color:#000;font-size:16px}.store-v2__wrapper-search__position .span_none:before{background-size:100% 100%;content:"";display:inline-block;flex-shrink:0;height:1.25vw;margin-right:.6944444444vw;position:relative;width:.9722222222vw}.store-v2__wrapper-search__position .out{font-size:1.25vw;position:absolute;top:3.6111111111vw}@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;color:#fff!important;height:3.8194444444vw;line-height:3.8194444444vw;transition:all .3s;width:100%}.store-v2__wrapper-search__btn .btn:hover{background:#79bfe4}.store-v2__wrapper-search__btn .btn{background:linear-gradient(90deg,#2b85c3,#37a6f3);color:#fff}.store-v2__wrapper-search__btn .btn:hover{background:#0083de;border-color:#0083de!important}.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}.store-v2__wrapper-search__btn .btn{transition:none}@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:38.1944444444vw}@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:33.3333333333vw}@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.6666666667vw;margin:1.3888888889vw 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:1.25vw;min-height:9.7222222222vw;padding:1.3888888889vw}@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:1.25vw;margin-bottom:.6944444444vw}@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.3888888889vw}@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}@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.6666666667vw;margin:1.3888888889vw 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:22.2222222222vw}@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.3888888889vw;width:13.8888888889vw}.store-v2__filter-item select{appearance:none;-moz-appearance:none;-webkit-appearance:none;border:1px solid #d6d6d6;border-radius:2.2916666667vw!important;box-sizing:border-box;color:#858585;font-size:1.25vw;height:3.8194444444vw;outline:none;padding:0 1.7361111111vw;width:13.8888888889vw}.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:1.1111111111vw;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:3.8194444444vw;padding:.6944444444vw 2.4305555556vw .6944444444vw 1.7361111111vw}@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:1.25vw}@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}}.store-v2__search-area,.store-v2__search-area-mobile{display:none}.page-v2:has(.store-v2__filter-item:nth-of-type(2)) .store-v2__wrapper-head{flex-direction:column;gap:0}.page-v2:has(.store-v2__filter-item:nth-of-type(2)) .store-v2__filter{margin-bottom:32px;width:100%}@media screen and (max-width:1920.9px){.page-v2:has(.store-v2__filter-item:nth-of-type(2)) .store-v2__filter{margin-bottom:1.6666666667vw}}.page-v2:has(.store-v2__filter-item:nth-of-type(2)) .store-v2__filter-list{width:100%}.page-v2:has(.store-v2__filter-item:nth-of-type(2)) .store-v2__filter-item{flex:1;margin-right:0;width:240px}.page-v2:has(.store-v2__filter-item:only-child) .store-v2__wrapper-head{align-items:flex-start;display:flex;flex-direction:row;gap:40px}@media screen and (max-width:1920.9px){.page-v2:has(.store-v2__filter-item:only-child) .store-v2__wrapper-head{gap:2.0833333333vw}}.page-v2:has(.store-v2__filter-item:only-child) .store-v2__wrapper-head .store-v2__filter{margin-bottom:0;width:auto}.page-v2:has(.store-v2__filter-item:only-child) .store-v2__filter-item{flex:unset;margin-right:0;width:292px}@media screen and (max-width:1920.9px){.page-v2:has(.store-v2__filter-item:only-child) .store-v2__filter-item{width:15.2083333333vw}}.page-v2:has(.store-v2__filter-item:only-child) .store-v2__wrapper-head{align-items:flex-end}.page-v2 .store-v2{margin:0 auto;padding:0;width:1200px}@media screen and (max-width:1920.9px){.page-v2 .store-v2{margin-left:18.75vw;margin-right:18.75vw;width:62.5vw}}@media screen and (max-width:767.9px){.page-v2 .store-v2{margin-left:auto;margin-right:auto;padding-left:unset;padding-right:unset;width:457.33px}}@media screen and (max-width:499.9px){.page-v2 .store-v2{width:calc(100% - 8.53333vw)}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 .store-v2{margin-left:auto;margin-right:auto;padding-left:unset;padding-right:unset;width:457.33px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .store-v2{width:calc(100% - 8.53333vw)}}.page-v2 .store-v2 .store-v2-title{display:none}.page-v2 .store-v2 .store-v2__wrapper-head{align-items:center;display:flex;gap:0;margin-bottom:32px;padding:0}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__wrapper-head{margin-bottom:1.6666666667vw}}.page-v2 .store-v2 .store-v2__filter{display:flex}.page-v2 .store-v2 .store-v2__filter-list{flex-direction:row;gap:40px;min-width:unset}.page-v2 .store-v2 .store-v2__filter-item{flex:0 1 auto;margin:0 40px 0 0;width:292px}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__filter-item{width:15.2083333333vw}}.page-v2 .store-v2 .store-v2__filter-item .store-v2__filter-title{font-size:16px;line-height:24px}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__filter-item .store-v2__filter-title{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.page-v2 .store-v2 .store-v2__filter-item .store-v2__filter-title{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.page-v2 .store-v2 .store-v2__filter-item .store-v2__filter-title{font-size:1.3671875vw;line-height:1.7578125vw}}.page-v2 .store-v2 .store-v2__filter-item .store-v2__filter-title{color:#000;margin-bottom:0}.page-v2 .store-v2 .store-v2__filter-item select{color:#adadad;font-size:16px;font-weight:400;line-height:24px}.page-v2 .store-v2 .store-v2__filter-item .jcf-select,.page-v2 .store-v2 .store-v2__filter-item select{border:none!important;border-bottom:1px solid #d4d4d4!important;border-radius:0!important;height:unset;height:48px;padding:12px 0;width:100%}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__filter-item .jcf-select,.page-v2 .store-v2 .store-v2__filter-item select{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:499.9px){.page-v2 .store-v2 .store-v2__filter-item .jcf-select,.page-v2 .store-v2 .store-v2__filter-item select{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__filter-item .jcf-select,.page-v2 .store-v2 .store-v2__filter-item select{height:auto;min-height:2.5vw;padding:.625vw 0}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__filter-item .jcf-select,.page-v2 .store-v2 .store-v2__filter-item select{height:auto;min-height:53.33px;padding:10.67px 0 9.67px}}@media screen and (max-width:499.9px){.page-v2 .store-v2 .store-v2__filter-item .jcf-select,.page-v2 .store-v2 .store-v2__filter-item select{height:auto;min-height:10.6666666667vw;padding:2.1333333333vw 0 1.8666666667vw}}.page-v2 .store-v2 .store-v2__filter-item .jcf-drop-active .jcf-select-text:after{transform:rotate(0)}.page-v2 .store-v2 .store-v2__filter-item .jcf-select-text{align-items:center;color:#d4d4d4;display:flex;font-size:16px;font-weight:400;gap:10px;justify-content:space-between;line-height:24px;width:100%}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__filter-item .jcf-select-text{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.page-v2 .store-v2 .store-v2__filter-item .jcf-select-text{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.page-v2 .store-v2 .store-v2__filter-item .jcf-select-text{font-size:1.3671875vw;line-height:1.7578125vw}}.page-v2 .store-v2 .store-v2__filter-item .jcf-select-text:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-style:normal;transform:rotate(180deg);vertical-align:middle}.page-v2 .store-v2 .store-v2__filter-item .jcf-select-text.active{color:#000}.page-v2 .store-v2 .store-v2__filter-item .jcf-select-text:after{color:#000;font-size:20px;line-height:20px;padding:0 2px;transition:transform .3s ease}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__filter-item .jcf-select-text:after{font-size:1.0416666667vw;line-height:1.0416666667vw;padding:0 .1041666667vw}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__filter-item .jcf-select-text:after{font-size:26.67px;line-height:26.67px;padding:0}}@media screen and (max-width:499.9px){.page-v2 .store-v2 .store-v2__filter-item .jcf-select-text:after{font-size:5.3333333333vw;line-height:5.3333333333vw;padding:0}}.page-v2 .store-v2 .store-v2__search-area{display:block;flex:unset!important;width:fit-content!important}.page-v2 .store-v2 .store-v2__search-area .jcf-select,.page-v2 .store-v2 .store-v2__search-area select{border:none;padding:0}.page-v2 .store-v2 .store-v2__search-area .jcf-select-text{color:#333;gap:4px}.page-v2 .store-v2 .store-v2__search-area .jcf-select-text:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-style:normal;transform:rotate(180deg);vertical-align:middle}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__search-area .jcf-select-text{gap:.2083333333vw}}.page-v2 .store-v2 .store-v2__search-area .jcf-select-text span{font-size:20px;line-height:28px}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__search-area .jcf-select-text span{font-size:calc(12px + .41667vw);line-height:calc(20px + .41667vw)}}@media screen and (max-width:1440.9px){.page-v2 .store-v2 .store-v2__search-area .jcf-select-text span{font-size:calc(11.07692px + .48077vw);line-height:calc(5.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.page-v2 .store-v2 .store-v2__search-area .jcf-select-text span{font-size:1.5625vw;line-height:1.953125vw}}.page-v2 .store-v2 .store-v2__search-area .jcf-select-text:hover{color:#ec1c24;cursor:pointer}.page-v2 .store-v2 .store-v2__search-area .jcf-select-text:hover:after{color:#ec1c24}.page-v2 .store-v2 .store-v2__wrapper-search{align-items:flex-end;flex:2;flex-direction:row}.page-v2 .store-v2 .store-v2__wrapper-search__addr{margin-bottom:0}.page-v2 .store-v2 .store-v2__wrapper-search__title{display:none}.page-v2 .store-v2 .store-v2__wrapper-search__wrapper{margin-right:16px;position:relative}.page-v2 .store-v2 .store-v2__wrapper-search__wrapper:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-style:normal;transform:rotate(0deg);vertical-align:middle}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__wrapper-search__wrapper{margin-right:.8333333333vw}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-search__wrapper{margin-right:0}}.page-v2 .store-v2 .store-v2__wrapper-search__wrapper:after{font-size:18px;left:0;position:absolute;top:50%;transform:translateY(-50%)}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__wrapper-search__wrapper:after{color:#7a7a7a}}.page-v2 .store-v2 .store-v2__wrapper-search-list{background-color:#fff;border-radius:4px;bottom:0;box-shadow:0 2px 20px 0 rgba(0,0,0,.15);display:none;max-height:328px;overflow:hidden;overflow-y:auto;padding:20px;position:absolute;transform:translateY(calc(100% + 20px));width:100%;z-index:4}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__wrapper-search-list{border-radius:.2083333333vw;box-shadow:0 .1041666667vw 1.0416666667vw 0 rgba(0,0,0,.15);max-height:17.0833333333vw;padding:1.0416666667vw;transform:translateY(calc(100% + 1.04167vw))}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-search-list{border-radius:5.33px;box-shadow:0 2.67px 26.67px 0 rgba(0,0,0,.15);max-height:194px;padding:21.33px;transform:translateY(calc(100% + 10.67px))}}@media screen and (max-width:499.9px){.page-v2 .store-v2 .store-v2__wrapper-search-list{border-radius:1.0666666667vw;box-shadow:0 .5333333333vw 5.3333333333vw 0 rgba(0,0,0,.15);max-height:38.9333333333vw;padding:4.2666666667vw;transform:translateY(calc(100% + 2.13333vw))}}.page-v2 .store-v2 .store-v2__wrapper-search-list li{font-size:16px;line-height:24px;padding:12px}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__wrapper-search-list li{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.page-v2 .store-v2 .store-v2__wrapper-search-list li{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.page-v2 .store-v2 .store-v2__wrapper-search-list li{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-search-list li{font-size:18.6666666667px;height:unset;line-height:29.3333333333px}}@media screen and (max-width:499.9px){.page-v2 .store-v2 .store-v2__wrapper-search-list li{font-size:3.7333333333vw;line-height:5.8666666667vw}}.page-v2 .store-v2 .store-v2__wrapper-search-list li{box-sizing:content-box;color:#000}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__wrapper-search-list li{padding:.625vw}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-search-list li{padding:10.67px}}@media screen and (max-width:499.9px){.page-v2 .store-v2 .store-v2__wrapper-search-list li{padding:2.1333333333vw}}.page-v2 .store-v2 .store-v2__wrapper-search-list li:hover{color:#e61e1e;cursor:pointer}.page-v2 .store-v2 .store-v2__wrapper-search-list .no-result:hover{cursor:not-allowed}.page-v2 .store-v2 .store-v2__wrapper-search__input{-webkit-line-clamp:1;-webkit-box-orient:vertical;border:none;border-bottom:1px solid #d4d4d4;border-radius:0!important;display:-webkit-box;font-size:16px;font-weight:400;height:unset;height:48px;line-height:24px;overflow:hidden;padding-bottom:12px;padding-left:36px;padding-top:12px;text-overflow:ellipsis}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__wrapper-search__input{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.page-v2 .store-v2 .store-v2__wrapper-search__input{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.page-v2 .store-v2 .store-v2__wrapper-search__input{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__wrapper-search__input{height:2.5vw;padding-bottom:.625vw;padding-left:1.875vw;padding-top:.625vw}}.page-v2 .store-v2 .store-v2__wrapper-search__input::placeholder{color:#d4d4d4;font-size:16px;line-height:24px}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__wrapper-search__input::placeholder{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.page-v2 .store-v2 .store-v2__wrapper-search__input::placeholder{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.page-v2 .store-v2 .store-v2__wrapper-search__input::placeholder{font-size:1.3671875vw;line-height:1.7578125vw}}.page-v2 .store-v2 .store-v2__wrapper-search__position{align-items:center;flex:none;font-weight:400;height:unset;height:48px;margin:0;padding:0;width:unset}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__wrapper-search__position{height:2.5vw;padding:0}}.page-v2 .store-v2 .store-v2__wrapper-search__position.loading{opacity:.5}.page-v2 .store-v2 .store-v2__wrapper-search__position.loading span:before{height:20px;margin-right:8px;width:20px}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__wrapper-search__position.loading span:before{height:1.0416666667vw;margin-right:.4166666667vw;width:1.0416666667vw}}.page-v2 .store-v2 .store-v2__wrapper-search__position.loading span:before{animation:loading-animate 1.5s linear infinite;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGRlZnM+PGNsaXBQYXRoIGlkPSJhIj48cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHJ4PSIwIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMTYuMjQ1IDMuNzU0UTEzLjY1OCAxLjE2NyAxMCAxLjE2N3EtLjA0OSAwLS4wOTcuMDEtLjA0OC4wMDktLjA5NC4wMjgtLjA0NS4wMTktLjA4Ni4wNDYtLjA0MS4wMjctLjA3Ni4wNjItLjAzNS4wMzUtLjA2Mi4wNzYtLjAyOC4wNC0uMDQ3LjA4Ni0uMDE4LjA0Ni0uMDI4LjA5NC0uMDEuMDQ5LS4wMS4wOTh0LjAxLjA5N3EuMDEuMDQ5LjAyOC4wOTQuMDIuMDQ2LjA0Ny4wODcuMDI3LjA0LjA2Mi4wNzUuMDM1LjAzNS4wNzYuMDYyLjA0LjAyOC4wODYuMDQ3LjA0Ni4wMTkuMDk0LjAyOC4wNDguMDEuMDk3LjAxIDMuMjQ1IDAgNS41NCAyLjI5NCAyLjI5NCAyLjI5NCAyLjI5NCA1LjU0IDAgMy4yNDQtMi4yOTUgNS41MzgtMi4yOTQgMi4yOTQtNS41MzkgMi4yOTQtMy4yNDQgMC01LjUzOS0yLjI5NFEyLjE2NiAxMy4yNDUgMi4xNjYgMTBxMC0uMDUtLjAxLS4wOTctLjAxLS4wNDktLjAyOC0uMDk0LS4wMTktLjA0Ni0uMDQ2LS4wODctLjAyOC0uMDQtLjA2Mi0uMDc1LS4wMzUtLjAzNS0uMDc2LS4wNjMtLjA0MS0uMDI3LS4wODctLjA0Ni0uMDQ1LS4wMTktLjA5My0uMDI4LS4wNDktLjAxLS4wOTgtLjAxLS4wNSAwLS4wOTguMDF0LS4wOTMuMDI4cS0uMDQ2LjAxOS0uMDg3LjA0Ni0uMDQuMDI4LS4wNzYuMDYzLS4wMzQuMDM0LS4wNjIuMDc1LS4wMjcuMDQxLS4wNDYuMDg3LS4wMTkuMDQ1LS4wMjguMDk0LS4wMS4wNDgtLjAxLjA5NyAwIDMuNjU5IDIuNTg3IDYuMjQ2UTYuMzQgMTguODMzIDEwIDE4LjgzM3EzLjY2IDAgNi4yNDYtMi41ODdRMTguODMzIDEzLjY2IDE4LjgzMyAxMHEwLTMuNjU5LTIuNTg4LTYuMjQ2WiIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjN0E3QTdBIi8+PC9nPjwvc3ZnPg==);background-size:100% 100%;content:"";display:inline-block;flex-shrink:0;position:relative}.page-v2 .store-v2 .store-v2__wrapper-search__position span{word-wrap:break-word;align-items:center;cursor:pointer;display:flex;display:inline-block;text-align:center;white-space:normal}.page-v2 .store-v2 .store-v2__wrapper-search__position span[disabled]{pointer-events:none}.page-v2 .store-v2 .store-v2__wrapper-search__position span[hidden]{display:none}.page-v2 .store-v2 .store-v2__wrapper-search__position span:is(a:not([href])){cursor:default}.page-v2 .store-v2 .store-v2__wrapper-search__position span{background-color:unset;color:#000}.page-v2 .store-v2 .store-v2__wrapper-search__position span:hover{color:#ff0008}.page-v2 .store-v2 .store-v2__wrapper-search__position span:active{color:#df0303}.page-v2 .store-v2 .store-v2__wrapper-search__position span.tsws-btn--disabled,.page-v2 .store-v2 .store-v2__wrapper-search__position span[disabled]{color:#d4d4d4}.page-v2 .store-v2 .store-v2__wrapper-search__position span:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-style:normal;margin-right:4px;transform:rotate(0deg);vertical-align:middle}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__wrapper-search__position span:before{margin-right:.2083333333vw}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-search__position span:before{margin-right:5.33px}}@media screen and (max-width:499.9px){.page-v2 .store-v2 .store-v2__wrapper-search__position span:before{margin-right:1.0666666667vw}}.page-v2 .store-v2 .store-v2__wrapper-search__position span{font-size:16px;font-weight:400;line-height:16px;min-width:83px;padding:12px 24px}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__wrapper-search__position span{font-size:calc(8px + .41667vw);line-height:calc(8px + .41667vw);min-width:calc(35px + 2.5vw);padding:calc(4px + .41667vw) calc(8px + .83333vw)}}@media screen and (max-width:1440.9px){.page-v2 .store-v2 .store-v2__wrapper-search__position span{font-size:calc(7.07692px + .48077vw);line-height:calc(7.07692px + .48077vw);min-width:calc(15.61538px + 3.84615vw);padding:calc(3.07692px + .48077vw) calc(-.76923px + 1.44231vw)}}@media screen and (max-width:1024.9px){.page-v2 .store-v2 .store-v2__wrapper-search__position span{font-size:1.171875vw;line-height:1.171875vw;min-width:5.37109375vw;padding:.78125vw 1.36719vw}}.page-v2 .store-v2 .store-v2__wrapper-search__position .out{display:none!important}.page-v2 .store-v2 .store-v2__wrapper-search__btn{display:none;flex:none;width:unset}.page-v2 .store-v2 .store-v2__wrapper-search__btn .btn{height:unset;width:unset}.page-v2 .store-v2 .store-v2__wrapper-res-search .store-v2__search-area{padding:4px 0}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__wrapper-res-search .store-v2__search-area{padding:.2083333333vw 0}}.page-v2 .store-v2 .store-v2__wrapper-content{align-items:stretch;box-shadow:unset;flex-direction:row;height:unset}.page-v2 .store-v2 .store-v2__wrapper-empty,.page-v2 .store-v2 .store-v2__wrapper-res{align-self:stretch;display:flex;flex-direction:column;height:564px;overflow:hidden;width:340px}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__wrapper-empty,.page-v2 .store-v2 .store-v2__wrapper-res{height:29.375vw;width:17.7083333333vw}}.page-v2 .store-v2 .store-height-max{height:600px}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-height-max{height:31.25vw}}.page-v2 .store-v2 .store-v2__wrapper-empty{align-items:center;display:flex;display:none;flex-direction:column;justify-content:center;position:relative}.page-v2 .store-v2 .store-v2__wrapper-empty .store-v2__wrapper-empty-text{font-size:16px;line-height:24px}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__wrapper-empty .store-v2__wrapper-empty-text{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.page-v2 .store-v2 .store-v2__wrapper-empty .store-v2__wrapper-empty-text{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.page-v2 .store-v2 .store-v2__wrapper-empty .store-v2__wrapper-empty-text{font-size:1.3671875vw;line-height:1.7578125vw}}.page-v2 .store-v2 .store-v2__wrapper-empty .store-v2__wrapper-empty-text{position:absolute;text-align:center;top:328px;width:100%}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__wrapper-empty .store-v2__wrapper-empty-text{top:17.0833333333vw}}.page-v2 .store-v2 .store-v2__wrapper-empty .store-v2__wrapper-empty-text:before{background:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/images/toshiba/icon-empty.svg) no-repeat;background-position:50%;background-size:contain;content:"";height:80px;left:50%;position:absolute;top:-80px;transform:translateX(-50%);width:80px}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__wrapper-empty .store-v2__wrapper-empty-text:before{height:4.1666666667vw;top:-4.1666666667vw;width:4.1666666667vw}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-empty .store-v2__wrapper-empty-text:before{height:106.67px;top:-106.67px;width:106.67px}}@media screen and (max-width:499.9px){.page-v2 .store-v2 .store-v2__wrapper-empty .store-v2__wrapper-empty-text:before{height:21.3333333333vw;top:-21.3333333333vw;width:21.3333333333vw}}.page-v2 .store-v2 .store-v2__wrapper-empty .wrapper-empty-img{left:50%;position:absolute;top:248px;transform:translateX(-50%)}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__wrapper-empty .wrapper-empty-img{top:12.9166666667vw}}.page-v2 .store-v2 .store-v2__wrapper-empty,.page-v2 .store-v2 .store-v2__wrapper-res{margin-right:20px;overflow-x:hidden;width:312px}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__wrapper-empty,.page-v2 .store-v2 .store-v2__wrapper-res{margin-right:1.0416666667vw;width:16.25vw}}.page-v2 .store-v2 .store-v2__wrapper-list{height:auto;overflow:overlay;overflow-x:hidden;padding-right:20px;position:relative;width:100%}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__wrapper-list{padding-right:1.0416666667vw}}.page-v2 .store-v2 .store-v2__wrapper-list__item{background:#fff;margin-bottom:0;min-height:unset;padding:24px;width:292px}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item{padding:1.25vw;width:15.2083333333vw}}.page-v2 .store-v2 .store-v2__wrapper-list__item:last-of-type{border-bottom:none;margin-bottom:0}.page-v2 .store-v2 .store-v2__wrapper-list__item.active{background:#f6f6f6}.page-v2 .store-v2 .store-v2__wrapper-list__item .store-v2__wrapper-list__name{color:#000;font-size:20px;font-weight:600;line-height:28px;margin-bottom:12px}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .store-v2__wrapper-list__name{font-size:calc(12px + .41667vw);line-height:calc(20px + .41667vw)}}@media screen and (max-width:1440.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .store-v2__wrapper-list__name{font-size:calc(11.07692px + .48077vw);line-height:calc(5.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .store-v2__wrapper-list__name{font-size:1.5625vw;line-height:1.953125vw}}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .store-v2__wrapper-list__name{margin-bottom:.625vw}}.page-v2 .store-v2 .store-v2__wrapper-list__item .store-v2__wrapper-list__desc{color:#333;font-size:16px;line-height:24px}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .store-v2__wrapper-list__desc{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .store-v2__wrapper-list__desc{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .store-v2__wrapper-list__desc{font-size:1.3671875vw;line-height:1.7578125vw}}.page-v2 .store-v2 .store-v2__wrapper-list__item .store-v2__wrapper-list__desc.link{text-underline-offset:.25em}.page-v2 .store-v2 .store-v2__wrapper-list__item .store-v2__wrapper-list__desc.link:hover{color:#e61e1e}.page-v2 .store-v2 .store-v2__wrapper-list__item>div:not(.store-v2__wrapper-list__name){align-items:flex-start;display:flex;margin-bottom:8px}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item>div:not(.store-v2__wrapper-list__name){margin-bottom:.4166666667vw}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item>div:not(.store-v2__wrapper-list__name){margin-bottom:5.33px}}@media screen and (max-width:499.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item>div:not(.store-v2__wrapper-list__name){margin-bottom:1.0666666667vw}}.page-v2 .store-v2 .store-v2__wrapper-list__item>div:not(.store-v2__wrapper-list__name):last-of-type{margin-bottom:0!important}.page-v2 .store-v2 .store-v2__wrapper-list__item .address:before{display:none}.page-v2 .store-v2 .store-v2__wrapper-list__item .service-time:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-style:normal;transform:rotate(0deg);vertical-align:middle}.page-v2 .store-v2 .store-v2__wrapper-list__item .service-time{color:#000}.page-v2 .store-v2 .store-v2__wrapper-list__item .service-time:before{line-height:22px}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .service-time:before{font-size:14px;line-height:22px}}@media screen and (max-width:1440.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .service-time:before{font-size:calc(7.07692px + .48077vw);line-height:calc(1.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .service-time:before{font-size:1.171875vw;line-height:1.5625vw}}.page-v2 .store-v2 .store-v2__wrapper-list__item .service-time:before{font-size:14px;margin-right:14px}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .service-time:before{font-size:.7291666667vw;margin-right:.7291666667vw}}.page-v2 .store-v2 .store-v2__wrapper-list__item .email:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-style:normal;transform:rotate(0deg);vertical-align:middle}.page-v2 .store-v2 .store-v2__wrapper-list__item .email{color:#000}.page-v2 .store-v2 .store-v2__wrapper-list__item .email:before{line-height:22px}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .email:before{font-size:14px;line-height:22px}}@media screen and (max-width:1440.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .email:before{font-size:calc(7.07692px + .48077vw);line-height:calc(1.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .email:before{font-size:1.171875vw;line-height:1.5625vw}}.page-v2 .store-v2 .store-v2__wrapper-list__item .email:before{font-size:14px;margin-right:14px}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .email:before{font-size:.7291666667vw;margin-right:.7291666667vw}}.page-v2 .store-v2 .store-v2__wrapper-list__item .phone:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-style:normal;transform:rotate(0deg);vertical-align:middle}.page-v2 .store-v2 .store-v2__wrapper-list__item .phone{color:#000}.page-v2 .store-v2 .store-v2__wrapper-list__item .phone:before{font-size:14px;margin-right:14px}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .phone:before{font-size:.7291666667vw;margin-right:.7291666667vw}}.page-v2 .store-v2 .store-v2__wrapper-list__item .website:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-style:normal;transform:rotate(0deg);vertical-align:middle}.page-v2 .store-v2 .store-v2__wrapper-list__item .website{color:#000;display:flex}.page-v2 .store-v2 .store-v2__wrapper-list__item .website:before{line-height:22px}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .website:before{font-size:14px;line-height:22px}}@media screen and (max-width:1440.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .website:before{font-size:calc(7.07692px + .48077vw);line-height:calc(1.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .website:before{font-size:1.171875vw;line-height:1.5625vw}}.page-v2 .store-v2 .store-v2__wrapper-list__item .website:before{font-size:14px;margin-right:14px}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .website:before{font-size:.7291666667vw;margin-right:.7291666667vw}}.page-v2 .store-v2 .store-v2__wrapper-list__item .website a{text-decoration:underline}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .spaces{margin-bottom:10.67px!important}}@media screen and (max-width:499.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .spaces{margin-bottom:2.1333333333vw!important}}.page-v2 .store-v2 .store-v2__wrapper-list__item .spaces a,.page-v2 .store-v2 .store-v2__wrapper-list__item .spaces span{word-break:break-all}.page-v2 .store-v2 .store-v2__wrapper-list__item .spaces:before{align-items:center;display:flex;height:24px!important}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .spaces:before{height:1.25vw!important}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .spaces:before{height:32px!important;margin-right:18.67px}}@media screen and (max-width:499.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .spaces:before{height:6.4vw!important;margin-right:3.7333333333vw}}.page-v2 .store-v2 .store-v2__wrapper-list__item .store-v2__wrapper-list__distance{font-size:16px;line-height:24px}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .store-v2__wrapper-list__distance{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .store-v2__wrapper-list__distance{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .store-v2__wrapper-list__distance{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .store-v2__wrapper-list__distance{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:499.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .store-v2__wrapper-list__distance{font-size:4.2666666667vw;line-height:6.4vw}}.page-v2 .store-v2 .store-v2__wrapper-list__item .store-v2__wrapper-list__distance{color:#7a7a7a}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .store-v2__wrapper-list__distance{margin-top:-.2083333333vw!important}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .store-v2__wrapper-list__distance{margin-bottom:10.67px!important;margin-top:-5.34px!important}}@media screen and (max-width:499.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .store-v2__wrapper-list__distance{margin-bottom:2.1333333333vw!important;margin-top:-1.0666666667vw!important}}.page-v2 .store-v2 .store-v2__wrapper-empty-text{color:#7a7a7a;font-size:16px;font-weight:400;line-height:24px;margin:0;text-align:unset}.page-v2 .store-v2 .store-v2__wrapper-msg{margin:37.4px 0 58px}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__wrapper-msg{margin:1.9479166667vw 0 3.0208333333vw}}.page-v2 .store-v2 .store-v2__wrapper-msg .gws-loading-v2{height:34px;margin:auto;position:relative;width:34px}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__wrapper-msg .gws-loading-v2{height:1.7708333333vw;width:1.7708333333vw}}.page-v2 .store-v2 .store-v2__wrapper-msg .gws-loading-v2-spinner{height:100%;left:0;margin-top:0;top:0;width:100%}.page-v2 .store-v2 .store-v2__wrapper-msg .gws-spin{display:block;line-height:0}.page-v2 .store-v2 .store-v2__wrapper-msg .gws-spin-dot{height:34px;width:34px}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__wrapper-msg .gws-spin-dot{height:1.7708333333vw;width:1.7708333333vw}}.page-v2 .store-v2 .store-v2__wrapper-msg .gws-spin-dot-item{height:10px;width:10px}.page-v2 .store-v2 .store-v2__wrapper-msg .gws-spin-dot-item:first-child{left:50%;transform:translateX(-50%)}.page-v2 .store-v2 .store-v2__wrapper-msg .gws-spin-dot-item:nth-child(2){left:0;right:auto;top:50%;transform:translateY(-50%)}.page-v2 .store-v2 .store-v2__wrapper-msg .gws-spin-dot-item:nth-child(3){left:50%;right:auto;transform:translateX(-50%)}.page-v2 .store-v2 .store-v2__wrapper-msg .gws-spin-dot-item:nth-child(4){left:auto;right:0;top:50%;transform:translateY(-50%)}.page-v2 .store-v2 .store-v2__wrapper-pagination{margin-top:20px;padding-bottom:0;width:100%}.page-v2 .store-v2 .store-v2__wrapper-pagination .wsc-pagination__container{justify-content:space-between;padding-right:20px}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__wrapper-pagination .wsc-pagination__container{padding-right:1.0416666667vw}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-pagination .wsc-pagination__container{padding-right:0}}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__wrapper-pagination{margin-top:1.0416666667vw}}.page-v2 .store-v2 .store-v2__wrapper-pagination .wsc-pagination__item{align-items:center;background:#fff;border:none;color:#000;display:flex;font-size:16px;font-weight:400;height:32px;justify-content:center;line-height:16px;margin:0;width:32px}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__wrapper-pagination .wsc-pagination__item{font-size:.8333333333vw;height:1.6666666667vw;line-height:.8333333333vw;width:1.6666666667vw}}.page-v2 .store-v2 .store-v2__wrapper-pagination .wsc-pagination__item--actived,.page-v2 .store-v2 .store-v2__wrapper-pagination .wsc-pagination__item:hover{color:#e61e1e}.page-v2 .store-v2 .store-v2__wrapper-pagination .wsc-pagination__next,.page-v2 .store-v2 .store-v2__wrapper-pagination .wsc-pagination__prev{background:#fff;border:none;border-radius:4px;color:transparent;font-size:0;height:32px;margin:0;padding:0;position:relative;width:32px}.page-v2 .store-v2 .store-v2__wrapper-pagination .wsc-pagination__next:after,.page-v2 .store-v2 .store-v2__wrapper-pagination .wsc-pagination__prev:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-style:normal;transform:rotate(0deg);vertical-align:middle}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__wrapper-pagination .wsc-pagination__next,.page-v2 .store-v2 .store-v2__wrapper-pagination .wsc-pagination__prev{height:1.6666666667vw;width:1.6666666667vw}}.page-v2 .store-v2 .store-v2__wrapper-pagination .wsc-pagination__next:after,.page-v2 .store-v2 .store-v2__wrapper-pagination .wsc-pagination__prev:after{bottom:0;color:#000;font-size:16px;left:0;margin:auto;position:absolute;right:0;top:0}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__wrapper-pagination .wsc-pagination__next:after,.page-v2 .store-v2 .store-v2__wrapper-pagination .wsc-pagination__prev:after{font-size:.8333333333vw}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-pagination .wsc-pagination__next:after,.page-v2 .store-v2 .store-v2__wrapper-pagination .wsc-pagination__prev:after{font-size:18px}}@media screen and (max-width:499.9px){.page-v2 .store-v2 .store-v2__wrapper-pagination .wsc-pagination__next:after,.page-v2 .store-v2 .store-v2__wrapper-pagination .wsc-pagination__prev:after{font-size:4.2666666667vw}}.page-v2 .store-v2 .store-v2__wrapper-pagination .wsc-pagination__prev:after{transform:rotate(-90deg)}.page-v2 .store-v2 .store-v2__wrapper-pagination .wsc-pagination__next:after{transform:rotate(90deg)}.page-v2 .store-v2 .store-v2__wrapper-map{border-radius:4px;flex:1;height:auto}.page-v2 .store-v2 .store-v2__wrapper-map .store-v2__search-area{display:none}.page-v2 .store-v2 .gm-style .gm-style-iw-c{border-radius:4px;box-shadow:0 0 2px 0 rgba(0,0,0,.078),0 2px 6px 0 rgba(0,0,0,.078),0 4px 12px 0 rgba(0,0,0,.078);margin-top:-12px;max-height:146px!important;max-width:auto!important;overflow:auto;padding:20px 52px 20px 20px!important;width:480px}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .gm-style .gm-style-iw-c{max-height:7.6041666667vw!important;padding:1.0416666667vw 2.7083333333vw 1.0416666667vw 1.0416666667vw!important;width:25vw}}.page-v2 .store-v2 .gm-style .gm-style-iw-ch{display:block;padding-top:0}.page-v2 .store-v2 .gm-style .gm-style-iw-ch .transit-container{max-width:unset}.page-v2 .store-v2 .gm-style .gm-style-iw-ch .transit-container .gm-title{color:#333;font-size:16px;font-weight:500;line-height:24px;width:100%}.page-v2 .store-v2 .gm-style .gm-style-iw-chr button{height:16px!important;position:absolute!important;right:20px;top:20px;width:16px!important}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .gm-style .gm-style-iw-chr button{height:.8333333333vw!important;position:absolute!important;right:1.0416666667vw;top:1.0416666667vw;width:.8333333333vw!important}}.page-v2 .store-v2 .gm-style .gm-style-iw-chr button span{height:100%!important;margin:0!important;width:100%!important}.page-v2 .store-v2 .gm-style .gm-style-iw-d{max-height:unset!important;overflow:unset!important;padding-bottom:0}.page-v2 .store-v2 .gm-style .poi-info-window a,.page-v2 .store-v2 .gm-style .poi-info-window div{color:#7a7a7a;font-size:14px;font-weight:400;letter-spacing:normal;line-height:22px}.page-v2 .store-v2 .gm-style .poi-info-window a:link{color:#ec1c24;font-size:16px;font-weight:400;line-height:24px}.page-v2 .store-v2 .gm-style .poi-info-window .address{margin-top:0}.page-v2 .store-v2 .gm-style .poi-info-window .address .full-width{display:inline}.page-v2 .store-v2 .gm-style .store-v2__wrapper-map__window{font-family:HCo Gotham,sans-serif}.page-v2 .store-v2 .gm-style .store-v2__wrapper-map__window .name{color:#000;font-size:16px;font-weight:600;line-height:24px;margin-bottom:8px}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .gm-style .store-v2__wrapper-map__window .name{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.page-v2 .store-v2 .gm-style .store-v2__wrapper-map__window .name{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.page-v2 .store-v2 .gm-style .store-v2__wrapper-map__window .name{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .gm-style .store-v2__wrapper-map__window .name{margin-bottom:.4166666667vw!important}}.page-v2 .store-v2 .gm-style .store-v2__wrapper-map__window .address,.page-v2 .store-v2 .gm-style .store-v2__wrapper-map__window .phone{color:#000;font-size:14px;font-weight:400;line-height:22px}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .gm-style .store-v2__wrapper-map__window .address,.page-v2 .store-v2 .gm-style .store-v2__wrapper-map__window .phone{font-size:14px;line-height:22px}}@media screen and (max-width:1440.9px){.page-v2 .store-v2 .gm-style .store-v2__wrapper-map__window .address,.page-v2 .store-v2 .gm-style .store-v2__wrapper-map__window .phone{font-size:calc(7.07692px + .48077vw);line-height:calc(1.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.page-v2 .store-v2 .gm-style .store-v2__wrapper-map__window .address,.page-v2 .store-v2 .gm-style .store-v2__wrapper-map__window .phone{font-size:1.171875vw;line-height:1.5625vw}}.page-v2 .store-v2 .gm-style .store-v2__wrapper-map__window .store-v2__wrapper-map__window-drive{font-size:16px;line-height:24px;text-decoration:none}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .gm-style .store-v2__wrapper-map__window .store-v2__wrapper-map__window-drive{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.page-v2 .store-v2 .gm-style .store-v2__wrapper-map__window .store-v2__wrapper-map__window-drive{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.page-v2 .store-v2 .gm-style .store-v2__wrapper-map__window .store-v2__wrapper-map__window-drive{font-size:1.3671875vw;line-height:1.7578125vw}}.page-v2 .store-v2 .gm-style .store-v2__wrapper-map__window .store-v2__wrapper-map__window-drive{color:#e61e1e;font-weight:400;margin-top:8px}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .gm-style .store-v2__wrapper-map__window .store-v2__wrapper-map__window-drive{margin-top:.4166666667vw}}.page-v2 .store-v2 .gm-style .gm-style-iw-tc{height:16px;margin-top:-12px;width:24px}.page-v2 .store-v2 .gm-style .gm-style-iw-tc:after{height:100%;width:100%}.page-v2 .jcf-select-drop{padding-bottom:12px;padding-top:12px}.page-v2 .jcf-select-drop .jcf-scrollable-wrapper{height:100%!important;width:100%!important}.page-v2 .jcf-select-drop .jcf-select-drop-content{border-radius:4px;box-shadow:0 2px 20px 0 rgba(0,0,0,.15);overflow:hidden}@media screen and (max-width:1920.9px){.page-v2 .jcf-select-drop .jcf-select-drop-content{box-shadow:0 .1041666667vw 1.0416666667vw 0 rgba(0,0,0,.15)}}.page-v2 .jcf-select-drop .jcf-list-content{background:#fff;display:block;max-height:328px!important;overflow-y:auto;padding:20px;width:100%}@media screen and (max-width:1920.9px){.page-v2 .jcf-select-drop .jcf-list-content{max-height:17.0833333333vw!important;padding:1.0416666667vw}}.page-v2 .jcf-select-drop .jcf-list-content .jcf-option{cursor:pointer;display:block;font-size:16px;font-weight:400;line-height:24px;padding:12px}@media screen and (max-width:1920.9px){.page-v2 .jcf-select-drop .jcf-list-content .jcf-option{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.page-v2 .jcf-select-drop .jcf-list-content .jcf-option{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.page-v2 .jcf-select-drop .jcf-list-content .jcf-option{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:1920.9px){.page-v2 .jcf-select-drop .jcf-list-content .jcf-option{padding:.625vw!important;padding:1.0416666667vw}}.page-v2 .jcf-select-drop .jcf-list-content .jcf-option:hover{color:#e61e1e}.page-v2 .jcf-select-drop .jcf-list-content .jcf-selected{align-items:center;background:#f6f6f6;display:flex;font-weight:600;justify-content:space-between}.page-v2 .store-v2 .store-v2__wrapper-search__wrapper:after{font-size:20px}@media screen and (max-width:1920.9px){.page-v2 .store-v2 .store-v2__wrapper-search__wrapper:after{font-size:1.0416666667vw}}.page-v2 .jcf-select-store-v2__select-area{width:fit-content!important}.page-v2 .jcf-select-store-v2__select-area .jcf-list-content{padding:12px}@media screen and (max-width:767.9px){.page-v2:has(.store-v2__filter-item:only-child) .store-v2__wrapper-head{display:block}.page-v2 .store-v2{padding-top:0}.page-v2 .store-v2 .store-v2-title{font-size:24px;line-height:32px;margin-bottom:0;padding:32px 0;text-align:center}.page-v2 .store-v2 .store-v2__wrapper-head{display:flex;flex-direction:column;gap:20px;margin-bottom:0;padding:0}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .store-v2 .store-v2__wrapper-head{margin-bottom:0}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__filter{width:100%}.page-v2 .store-v2 .store-v2__filter-list{flex-direction:column;gap:0;width:100%}.page-v2 .store-v2 .store-v2__filter-list .store-v2__filter-item{margin-bottom:26.67px;width:100%}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .store-v2 .store-v2__filter-list .store-v2__filter-item{margin-bottom:5.3333333333vw}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__filter-item{margin-bottom:0;width:100%}.page-v2 .store-v2 .store-v2__filter-item .store-v2__filter-title{margin-bottom:0}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 .store-v2 .store-v2__filter-item .store-v2__filter-title{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .store-v2 .store-v2__filter-item .store-v2__filter-title{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__filter-item select{font-size:14px;line-height:22px}.page-v2 .store-v2 .store-v2__filter-item .jcf-drop-active .jcf-select-text:after{transform:rotate(0deg)}.page-v2 .store-v2 .store-v2__filter-item .jcf-select-text{gap:0}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 .store-v2 .store-v2__filter-item .jcf-select-text{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .store-v2 .store-v2__filter-item .jcf-select-text{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__search-area{width:vw2(84)}.page-v2 .store-v2 .store-v2__search-area .jcf-select,.page-v2 .store-v2 .store-v2__search-area select{padding:0}.page-v2 .store-v2 .store-v2__search-area .jcf-drop-active .jcf-select-text:after{transform:rotate(0deg)}.page-v2 .store-v2 .store-v2__search-area .jcf-select-text{gap:vw2(8)}.page-v2 .store-v2 .store-v2__search-area .jcf-select-text:after{font-size:vw2(16);height:vw2(16);transform:rotate(-90deg);width:vw2(16)}.page-v2 .store-v2 .store-v2__search-area{display:none}.page-v2 .store-v2 .store-v2__wrapper-search{flex-direction:column;gap:0;position:relative}.page-v2 .store-v2 .store-v2__wrapper-search__wrapper:after{font-size:26px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .store-v2 .store-v2__wrapper-search__wrapper:after{font-size:5.3333333333vw}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-search__addr{flex:unset;margin-bottom:26.67px;width:100%}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .store-v2 .store-v2__wrapper-search__addr{height:10.6666666667vw;margin-bottom:5.3333333333vw}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-search__title{font-size:14px;line-height:22px;margin-bottom:8px}.page-v2 .store-v2 .store-v2__wrapper-search__input{color:#000;padding:10.67px 0 10.67px 37.33px}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-search__input{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .store-v2 .store-v2__wrapper-search__input{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-search__input::placeholder{color:#d4d4d4;font-size:20px;line-height:20px}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-search__input::placeholder{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .store-v2 .store-v2__wrapper-search__input::placeholder{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .store-v2 .store-v2__wrapper-search__input{height:10.6666666667vw;padding:2.1333333333vw 0 2.1333333333vw 7.4666666667vw}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-search__position{height:42.67px;margin-bottom:0;padding:10.33px 0;width:unset}.page-v2 .store-v2 .store-v2__wrapper-search__position.loading{opacity:.5}.page-v2 .store-v2 .store-v2__wrapper-search__position.loading span:before{height:21.33px;margin-right:5.33px;width:21.33px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .store-v2 .store-v2__wrapper-search__position.loading span:before{height:4.2666666667vw;margin-right:1.0666666667vw;width:4.2666666667vw}.page-v2 .store-v2 .store-v2__wrapper-search__position{height:8.5333333333vw;padding:2.1333333333vw 0}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-search__position span{display:flex;font-size:21.33px;line-height:21.33px!important}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .store-v2 .store-v2__wrapper-search__position span{font-size:4.2666666667vw!important;line-height:4.2666666667vw!important}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-search__position span:hover{text-decoration:none}.page-v2 .store-v2 .store-v2__wrapper-search__position span:before{align-items:center;display:flex;font-size:21.33px;height:21.33px;margin-right:5px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .store-v2 .store-v2__wrapper-search__position span:before{font-size:4.2666666667vw;height:4.2666666667vw;margin-right:1.0666666667vw}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-search__btn{width:100%}.page-v2 .store-v2 .store-v2__wrapper-search__btn .btn{height:unset;width:100%}.page-v2 .store-v2 .store-v2__search-area-mobile{bottom:5.33px;display:block;left:0;margin-left:auto;padding:0;position:absolute;width:fit-content!important}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .store-v2 .store-v2__search-area-mobile{bottom:1.0666666667vw}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__search-area-mobile .jcf-select,.page-v2 .store-v2 .store-v2__search-area-mobile select{border:none;padding:0}.page-v2 .store-v2 .store-v2__search-area-mobile .jcf-select-text{color:#000!important;gap:5.33px!important}.page-v2 .store-v2 .store-v2__search-area-mobile .jcf-select-text:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-style:normal;transform:rotate(180deg);vertical-align:middle}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .store-v2 .store-v2__search-area-mobile .jcf-select-text{gap:1.0666666667vw!important}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__search-area-mobile .jcf-select-text:after{align-items:center;display:flex;height:21.33px;width:21.33px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .store-v2 .store-v2__search-area-mobile .jcf-select-text:after{height:4.2666666667vw;width:4.2666666667vw}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__search-area-mobile .jcf-select-store-v2__select-area.jcf-drop-active .jcf-select-text:after{transform:rotate(0deg)}.page-v2 .store-v2 .store-v2__wrapper-content{flex-direction:column-reverse;gap:0}.page-v2 .store-v2 .store-v2__wrapper-res-search .store-v2__search-area,.page-v2 .store-v2 .store-v2__wrapper-res-search .store-v2__search-area select{display:none}.page-v2 .store-v2 .store-v2__wrapper-res{margin-right:0;margin-top:26px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .store-v2 .store-v2__wrapper-res{margin-right:0;margin-top:5.3333333333vw}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-list{padding-bottom:12px;padding-right:0;width:100%}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .store-v2 .store-v2__wrapper-list{height:auto;padding-bottom:2.6666666667vw}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-empty,.page-v2 .store-v2 .store-v2__wrapper-res{gap:26.67px;height:auto;max-height:936px;width:100%}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .store-v2 .store-v2__wrapper-empty,.page-v2 .store-v2 .store-v2__wrapper-res{gap:5.3333333333vw;max-height:187.2vw}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-empty{display:none;height:544px;margin-top:26.67px;position:relative}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .store-v2 .store-v2__wrapper-empty{height:108.8vw}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-empty .store-v2__wrapper-empty-text{position:absolute;text-align:center;top:321px;width:100%}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-empty .store-v2__wrapper-empty-text{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .store-v2 .store-v2__wrapper-empty .store-v2__wrapper-empty-text{font-size:4.2666666667vw;line-height:6.4vw;top:64.2666666667vw}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item{border-bottom:1px solid #d4d4d4;margin-bottom:10.67px;padding:32px;width:auto}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item{margin-bottom:2.1333333333vw;padding:6.4vw}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .store-v2__wrapper-list__name{margin-bottom:16px}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .store-v2__wrapper-list__name{font-size:26.6666666667px;height:unset;line-height:37.3333333333px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .store-v2__wrapper-list__name{font-size:5.3333333333vw;line-height:7.4666666667vw;margin-bottom:3.2vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .store-v2__wrapper-list__desc{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .store-v2__wrapper-list__desc{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .service-time{display:flex}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .service-time{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .service-time{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .service-time:before{font-size:18px;height:18px;line-height:normal;width:18px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .service-time:before{font-size:3.7333333333vw;height:3.7333333333vw;width:3.7333333333vw}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .phone{display:flex}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .phone{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .phone{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .phone:before{font-size:18px;height:18px;line-height:normal;width:18px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .phone:before{font-size:3.7333333333vw;height:3.7333333333vw;width:3.7333333333vw}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .website{display:flex}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .website{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .website{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .website:before{font-size:18px;height:18px;line-height:normal;width:18px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .website:before{font-size:3.7333333333vw;height:3.7333333333vw;width:3.7333333333vw}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .email{display:flex}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .email{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .email{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .email:before{font-size:18px;height:18px;line-height:normal;width:18px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .store-v2 .store-v2__wrapper-list__item .email:before{font-size:3.7333333333vw;height:3.7333333333vw;width:3.7333333333vw}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-msg{margin:76px 0 96px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .store-v2 .store-v2__wrapper-msg{margin:20.2666666667vw 0 25.6vw}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-msg .gws-loading-v2{height:28px;width:28px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .store-v2 .store-v2__wrapper-msg .gws-loading-v2{height:7.4666666667vw;width:7.4666666667vw}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-msg .gws-spin-dot{height:28px;width:28px}.page-v2 .store-v2 .store-v2__wrapper-msg .gws-spin-dot-item{height:8px;width:8px}.page-v2 .store-v2 .wsc-pagination__container{justify-content:space-between}.page-v2 .store-v2 .store-v2__wrapper-pagination{margin-top:0;width:100%}.page-v2 .store-v2 .store-v2__wrapper-pagination .wsc-pagination__item{align-items:center;display:flex;font-size:21.33px;height:42px;justify-content:center;line-height:21.33px;width:42px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .store-v2 .store-v2__wrapper-pagination .wsc-pagination__item{font-size:4.2666666667vw;height:8.5333333333vw;line-height:4.2666666667vw;width:8.5333333333vw}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-pagination .wsc-pagination__next,.page-v2 .store-v2 .store-v2__wrapper-pagination .wsc-pagination__prev{align-items:center;border-radius:4px;display:flex;font-size:10px;height:42.67px;justify-content:center;width:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .store-v2 .store-v2__wrapper-pagination .wsc-pagination__next,.page-v2 .store-v2 .store-v2__wrapper-pagination .wsc-pagination__prev{height:8.5333333333vw;width:8.5333333333vw}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-pagination .wsc-pagination__next:after,.page-v2 .store-v2 .store-v2__wrapper-pagination .wsc-pagination__prev:after{align-items:center;display:flex;justify-content:center}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-pagination .wsc-pagination__next:after,.page-v2 .store-v2 .store-v2__wrapper-pagination .wsc-pagination__prev:after{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .store-v2 .store-v2__wrapper-pagination .wsc-pagination__next:after,.page-v2 .store-v2 .store-v2__wrapper-pagination .wsc-pagination__prev:after{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .store-v2__wrapper-map{aspect-ratio:1;flex:unset;height:400px;width:100%}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .store-v2 .store-v2__wrapper-map{height:80vw}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .gm-style .gm-style-iw-c{border-radius:5px;box-shadow:0 0 2px 0 rgba(0,0,0,.078),0 2px 6px 0 rgba(0,0,0,.078),0 4px 12px 0 rgba(0,0,0,.078);margin-top:-8px;max-height:222px!important;max-width:402.67px!important;padding:0!important;width:402.67px}.page-v2 .store-v2 .gm-style .gm-style-iw-c .store-v2__wrapper-map__window{padding:21.33px 61.33px 21.33px 21.33px!important}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .store-v2 .gm-style .gm-style-iw-c .store-v2__wrapper-map__window{padding:4.2666666667vw 12.2666666667vw 4.2666666667vw 4.2666666667vw!important}.page-v2 .store-v2 .gm-style .gm-style-iw-c{border-radius:1.0666666667vw;max-height:44.2666666667vw!important;max-width:80.5333333333vw!important;padding:0!important;width:80.5333333333vw}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .gm-style .gm-style-iw-ch .transit-container .gm-title{font-size:14px;line-height:22px}.page-v2 .store-v2 .gm-style .gm-style-iw-chr button{height:18.67px!important;margin:0!important;position:absolute!important;right:21.33px;top:26.67px;width:18.67px!important}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .store-v2 .gm-style .gm-style-iw-chr button{height:3.7333333333vw!important;margin:0!important;right:4.2666666667vw;top:5.3333333333vw;width:3.7333333333vw!important}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .gm-style .poi-info-window a,.page-v2 .store-v2 .gm-style .poi-info-window div{font-size:12px;line-height:16px}.page-v2 .store-v2 .gm-style .poi-info-window a:link{font-size:14px;line-height:22px}.page-v2 .store-v2 .gm-style .store-v2__wrapper-map__window .name{font-weight:600;margin-bottom:10px}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 .store-v2 .gm-style .store-v2__wrapper-map__window .name{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .store-v2 .gm-style .store-v2__wrapper-map__window .name{font-size:4.2666666667vw;line-height:6.4vw;margin-bottom:2.1333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 .store-v2 .gm-style .store-v2__wrapper-map__window .address,.page-v2 .store-v2 .gm-style .store-v2__wrapper-map__window .phone{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .store-v2 .gm-style .store-v2__wrapper-map__window .address,.page-v2 .store-v2 .gm-style .store-v2__wrapper-map__window .phone{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .gm-style .store-v2__wrapper-map__window .store-v2__wrapper-map__window-drive{margin-top:8px}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 .store-v2 .gm-style .store-v2__wrapper-map__window .store-v2__wrapper-map__window-drive{font-size:18.6666666667px;height:unset;line-height:29.3333333333px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .store-v2 .gm-style .store-v2__wrapper-map__window .store-v2__wrapper-map__window-drive{font-size:3.7333333333vw;line-height:5.8666666667vw}}@media screen and (max-width:767.9px){.page-v2 .store-v2 .gm-style .gm-style-iw-tc{height:8px;margin-top:-8px;width:12px}.page-v2:has(.jcf-select-drop){overflow:hidden}.page-v2 .jcf-select-drop{background:rgba(0,0,0,.502);height:100%;left:0!important;padding-bottom:0;padding-top:0;position:fixed!important;top:0!important;width:100%!important}.page-v2 .jcf-select-drop .jcf-select-drop-content{border-radius:0;box-shadow:none;overflow:unset}.page-v2 .jcf-select-drop .jcf-list-content{animation:slide-top .5s;animation-fill-mode:forwards;bottom:0;left:0;max-height:522.67px!important;overflow-x:hidden!important;padding:21.33px;position:absolute;width:100%}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .jcf-select-drop .jcf-list-content{max-height:104.5333333333vw!important;padding:4.2666666667vw}}@media screen and (max-width:767.9px){.page-v2 .jcf-select-drop .jcf-list-content .jcf-option{border-bottom:.5px solid #d6d6d6;color:#7a7a7a;display:flex;justify-content:center;padding:24px 0 23px!important;text-align:center}}@media screen and (max-width:767.9px)and (max-width:767.9px){.page-v2 .jcf-select-drop .jcf-list-content .jcf-option{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.page-v2 .jcf-select-drop .jcf-list-content .jcf-option{font-size:4.2666666667vw;line-height:6.4vw;padding:4.8vw 0 4.5333333333vw!important}}@media screen and (max-width:767.9px){.page-v2 .jcf-select-drop .jcf-list-content li:last-of-type .jcf-option{border-bottom:none}.page-v2 .jcf-select-drop .jcf-list-content .jcf-selected{background-color:unset;color:#000;font-weight:600}.page-v2 .jcf-select-drop .jcf-list-content .jcf-selected:after{height:20px;width:20px}}@keyframes loading-animate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes slide-top{0%{transform:translateY(100%)}to{transform:translateY(0)}}.gws-loading{z-index:2001}.gws-loading__progress{z-index:2002}.gws-loading__progress-loading{height:6.9444444444vw;width:6.9444444444vw}.gws-loading__progress-text{font-size:1.3888888889vw}.gws-loading-v2{background-color:hsla(0,0%,100%,.9);height:100%;left:0;position:fixed;top:0;width:100%;z-index:2001}.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:34px!important;width:34px!important}@media screen and (max-width:1920.9px){.gws-loading-v2-spinner .gws-spin-dot{height:1.7708333333vw!important;width:1.7708333333vw!important}}@media screen and (max-width:767.9px){.gws-loading-v2-spinner .gws-spin-dot{height:28px!important;width:28px!important}}@media screen and (max-width:499.9px){.gws-loading-v2-spinner .gws-spin-dot{height:5.3333333333vw!important;width:5.3333333333vw!important}}.gws-loading-v2-spinner .gws-spin-dot .gws-spin-dot-item{height:10px!important;width:10px!important}@media screen and (max-width:1920.9px){.gws-loading-v2-spinner .gws-spin-dot .gws-spin-dot-item{height:.5208333333vw!important;width:.5208333333vw!important}}@media screen and (max-width:767.9px){.gws-loading-v2-spinner .gws-spin-dot .gws-spin-dot-item{height:8px!important;width:8px!important}}@media screen and (max-width:499.9px){.gws-loading-v2-spinner .gws-spin-dot .gws-spin-dot-item{height:2.1333333333vw!important;width:2.1333333333vw!important}}.gws-loading-v2-spinner .gws-spin-dot .gws-spin-dot-item{background-color:#e61e1e;border-radius:100%;display:block;opacity:1;position:absolute}@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{left:0;top:0}.gws-loading-v2-spinner .gws-spin-dot .gws-spin-dot-item:nth-child(2){animation-delay:.4s;opacity:.7;right:0;top:0}.gws-loading-v2-spinner .gws-spin-dot .gws-spin-dot-item:nth-child(3){animation-delay:.8s;bottom:0;opacity:.4;right:0}.gws-loading-v2-spinner .gws-spin-dot .gws-spin-dot-item:nth-child(4){animation-delay:1.2s;bottom:0;left:0;opacity:.1}.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)}}.mdws-support-list-box{margin-left:auto;margin-right:auto;width:1200px}@media screen and (max-width:1920.9px){.mdws-support-list-box{margin-left:18.75vw;margin-right:18.75vw;width:62.5vw}}@media screen and (max-width:767.9px){.mdws-support-list-box{margin-left:auto;margin-right:auto;padding-left:unset;padding-right:unset;width:457.33px}}@media screen and (max-width:499.9px){.mdws-support-list-box{width:calc(100% - 8.53333vw)}}.mdws-support-list-box ul{display:flex;flex-wrap:wrap;gap:32px 0;justify-content:left}.mdws-support-list-box ul li{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;padding:40px;text-align:center;width:25%}.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;position:relative;width:100%}.mdws-support-list-box ul li .img-text-box .img-box{align-items:center;display:flex;height:64px;justify-content:center;position:relative;width:64px}.mdws-support-list-box ul li .img-text-box img{height:100%;left:50%;object-fit:contain;position:absolute;transform:translateX(-50%);transition:opacity .3s ease;width:100%}.mdws-support-list-box ul li .img-text-box .cursor-normal{opacity:1}.mdws-support-list-box ul li .img-text-box .cursor-active{opacity:0}.mdws-support-list-box ul li .text-box{align-items:center;display:flex;flex-direction:column;margin-top:20px;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{color:#000;font-size:20px;line-height:28px;width:100%}@media screen and (max-width:1920.9px){.mdws-support-list-box ul li .text-box .title{font-size:calc(12px + .41667vw);line-height:calc(20px + .41667vw)}}@media screen and (max-width:1440.9px){.mdws-support-list-box ul li .text-box .title{font-size:calc(11.07692px + .48077vw);line-height:calc(5.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.mdws-support-list-box ul li .text-box .title{font-size:1.5625vw;line-height:1.953125vw}}.mdws-support-list-box ul li .text-box .title{word-wrap:break-word;-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;font-weight:600;overflow:hidden;text-overflow:ellipsis;transition:color .3s ease}.mdws-support-list-box ul li .text-box .desc{font-size:16px;line-height:24px;text-align:center}@media screen and (max-width:1920.9px){.mdws-support-list-box ul li .text-box .desc{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.mdws-support-list-box ul li .text-box .desc{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.mdws-support-list-box ul li .text-box .desc{font-size:1.3671875vw;line-height:1.7578125vw}}.mdws-support-list-box ul li .text-box .desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#7a7a7a;display:-webkit-box;font-weight:400;margin-top:8px;overflow:hidden;text-overflow:ellipsis;transition:color .3s ease}.mdws-support-list-box ul li .text-box .mdws-btn{-webkit-tap-highlight-color:rgba(0,0,0,0);box-shadow:none;height:100%;left:0;opacity:0;outline:none;position:absolute;text-decoration:none;top:0;width:100%}.mdws-support-list-box ul li:hover .show-arrow-icon{cursor:pointer}.mdws-support-list-box ul li:hover .img-text-box .cursor-normal{opacity:0}.mdws-support-list-box ul li:hover .img-text-box .cursor-active{opacity:1}.mdws-support-list-box ul li:hover .text-box .desc-btn-box .desc,.mdws-support-list-box ul li:hover .text-box .title{color:#e61e1e}.mdws-support-left ul{justify-content:left}.mdws-support-center ul{justify-content:center}.mdws-support-col-2 ul{padding:0 calc(50% - 300px)}.mdws-support-col-2 ul li{width:50%}.mdws-support-col-3 ul{padding:0 calc(50% - 450px)}.mdws-support-col-3 ul li{width:33.333333333%}.mdws-support-col-4 ul li{width:25%}@media screen and (max-width:1920.9px){.mdws-support-list-box ul{gap:1.6666666667vw 0}.mdws-support-list-box ul li{padding:2.0833333333vw}.mdws-support-list-box ul li .img-text-box .img-box{height:3.3333333333vw;width:3.3333333333vw}.mdws-support-list-box ul li .text-box{margin-top:1.0416666667vw}.mdws-support-list-box ul li .text-box .desc{margin-top:.4166666667vw}.mdws-support-col-2 ul{padding:0 calc(50% - 15.625vw)}.mdws-support-col-2 ul li{width:50%}.mdws-support-col-3 ul{padding:0 calc(50% - 23.4375vw)}.mdws-support-col-3 ul li{width:33.333333333%}.mdws-support-col-4 ul li{width:25%}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-support-list-box{margin-left:auto;margin-right:auto;padding-left:unset;padding-right:unset;width:500px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.mdws-support-list-box{width:100%}}@media screen and (max-width:767.9px){.mdws-support-list-box ul{margin:0 42.67px;padding:0}.mdws-support-list-box ul li{align-items:center;margin-bottom:10.67px;padding:21.33px 9.33px 21.33px 10.67px;width:100%}.mdws-support-list-box ul li:last-child{margin-bottom:0}.mdws-support-list-box ul li .img-text-box{display:flex;flex-direction:row;position:relative}.mdws-support-list-box ul li .img-text-box .img-box{height:53.33px;margin-top:0;width:53.33px}.mdws-support-list-box ul li .img-text-box .text-box{align-items:flex-start;display:flex;flex-direction:column;margin:0 26.67px;width:266.67px}.mdws-support-list-box ul li .img-text-box .text-box .title{-webkit-line-clamp:unset;line-clamp:unset;text-align:left}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-support-list-box ul li .img-text-box .text-box .title{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.mdws-support-list-box ul li .img-text-box .text-box .title{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:767.9px){.mdws-support-list-box ul li .img-text-box .text-box .desc-btn-box{text-align:left}.mdws-support-list-box ul li .img-text-box .text-box .desc{-webkit-line-clamp:unset;line-clamp:unset;margin-top:0;text-align:left}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-support-list-box ul li .img-text-box .text-box .desc{font-size:18.6666666667px;height:unset;line-height:29.3333333333px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.mdws-support-list-box ul li .img-text-box .text-box .desc{font-size:3.7333333333vw;line-height:5.8666666667vw}}@media screen and (max-width:767.9px){.mdws-support-list-box ul li .show-arrow-icon:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-style:normal;transform:rotate(90deg)}}@media screen and (max-width:767.9px)and (max-width:767.9px){.mdws-support-list-box ul li .show-arrow-icon:after{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.mdws-support-list-box ul li .show-arrow-icon:after{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:499.9px){.mdws-support-list-box ul{margin:0 8.5333333333vw}.mdws-support-list-box ul li{margin-bottom:2.1333333333vw;padding:4.2666666667vw 1.8666666667vw 4.2666666667vw 2.1333333333vw}.mdws-support-list-box ul li:last-child{margin-bottom:0}.mdws-support-list-box ul li .img-text-box .img-box{height:10.6666666667vw;width:10.6666666667vw}.mdws-support-list-box ul li .img-text-box .text-box{margin:0 5.3333333333vw;width:53.3333333333vw}.mdws-support-list-box ul li .img-text-box:after{height:4.2666666667vw;width:4.2666666667vw}}.igws-survey{margin-top:4.1666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey{margin-top:16vw}}.igws-survey{margin-bottom:4.1666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey{margin-bottom:16vw}}.igws-survey .igws-survey__content{background:#f6f6f6;font-family:MyriadPro,Helvetica,Arial Unicode MS,serif;margin:0 auto;padding:4.1666666667vw 3.4722222222vw;width:83.3333333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content{padding:8vw 4vw;width:100vw}}.igws-survey .igws-survey__content .page{align-items:flex-start;background-color:#f6f6f6}.igws-survey .igws-survey__content .page .content{margin-right:0;width:64.5833333333vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .page .content{width:92vw!important}}.igws-survey .igws-survey__content .page .content .md-form .list .md-form-item .title-type{color:#999;font-family:MyriadPro,Helvetica,Arial Unicode MS,serif!important}.igws-survey .igws-survey__content .page .formName{text-align:left;width:64.5833333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .page .formName{width:78.6666666667vw}}.igws-survey .igws-survey__content .page .formName{font-size:2.5vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .page .formName{font-size:8.5333333333vw}}.igws-survey .igws-survey__content .page .formName{margin-bottom:2.0833333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .page .formName{margin-bottom:7.4666666667vw}}.igws-survey .igws-survey__content .page .formName{font-family:MyriadPro,Helvetica,Arial Unicode MS,serif!important}.igws-survey .igws-survey__content .md-form-item--default{margin-bottom:0!important}.igws-survey .igws-survey__content .md-form-item--default .md-form-item__content{line-height:2.2222222222vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-form-item--default .md-form-item__content{line-height:8.5333333333vw}}.igws-survey .igws-survey__content .md-form-item{margin-bottom:2.0833333333vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-form-item{margin-bottom:8vw!important}}.igws-survey .igws-survey__content .md-form-item__content .promptText{line-height:1.8055555556vw!important;min-height:1.8055555556vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-form-item__content .promptText{line-height:6.9333333333vw!important;min-height:6.9333333333vw}}.igws-survey .igws-survey__content .md-form-item__content .promptText+div{margin-bottom:.3472222222vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-form-item__content .promptText+div{margin-bottom:1.3333333333vw!important}}.igws-survey .igws-survey__content .md-form-item .md-form-item__label{color:#646464!important;font-family:MyriadPro,Helvetica,Arial Unicode MS,serif!important;font-size:.8333333333vw!important;line-height:.8333333333vw!important;margin-bottom:.6944444444vw!important;position:relative}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-form-item .md-form-item__label{font-size:3.2vw!important;line-height:3.2vw!important;margin-bottom:2.6666666667vw!important}}.igws-survey .igws-survey__content .is-required .md-form-item__label:before{display:none}.igws-survey .igws-survey__content .is-required .md-form-item__label:after{color:#ec1c24;content:"*";margin-left:4px}.igws-survey .igws-survey__content .startRate .startRateTemplate .md-rate{--md-rate-star-color:#ec1c24!important;--md-rate-void-color:#d1d1d1!important}.igws-survey .igws-survey__content .startRate .startRateTemplate .md-rate .md-rate__item{margin-right:.8333333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .startRate .startRateTemplate .md-rate .md-rate__item{margin-right:3.2vw}}.igws-survey .igws-survey__content .startRate .labelList{flex-direction:row;margin-top:1.1111111111vw;width:64.5833333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .startRate .labelList{margin-top:4.2666666667vw;width:92vw}}.igws-survey .igws-survey__content .startRate .tagsItem{border:1px solid #979797;border-radius:0;color:#000;display:inline-block;font-size:1.1111111111vw;height:2.5vw;line-height:2.5vw;margin-bottom:.6944444444vw;margin-right:.6944444444vw;max-width:none;overflow:visible;padding:0 1.3888888889vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .startRate .tagsItem{font-size:3.2vw!important;height:9.6vw;line-height:9.6vw;margin-bottom:2.6666666667vw;margin-right:2.6666666667vw;padding:0 5.3333333333vw}}.igws-survey .igws-survey__content .startRate .tagsItem.tagChecked{background:rgba(236,28,36,.1);border:1px solid #ec1c24;color:#ec1c24}.igws-survey .igws-survey__content .startRate .tagsItem.tagChecked:after{background:none;border:none}.igws-survey .igws-survey__content .md-rate{height:1.8055555556vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-rate{height:8.8vw}}.igws-survey .igws-survey__content .startRate .startRateTemplate .startRateDesc{line-height:1.8055555556vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .startRate .startRateTemplate .startRateDesc{line-height:8.8vw}}.igws-survey .igws-survey__content .startRate span{color:#000;font-size:1.1111111111vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .startRate span{font-size:4.2666666667vw}}.igws-survey .igws-survey__content .md-rate__decimal,.igws-survey .igws-survey__content .md-rate__icon,.igws-survey .igws-survey__content .md-rate__icon svg,.igws-survey .igws-survey__content .md-rate__item{height:1.8055555556vw;width:1.8055555556vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-rate__decimal,.igws-survey .igws-survey__content .md-rate__icon,.igws-survey .igws-survey__content .md-rate__icon svg,.igws-survey .igws-survey__content .md-rate__item{height:8.8vw;width:8.8vw}}.igws-survey .igws-survey__content .md-icon{margin-right:14px}.igws-survey .igws-survey__content .nps-main .nps-process{height:2.7777777778vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .nps-main .nps-process{height:8.5333333333vw}}.igws-survey .igws-survey__content .nps-main .nps-process .p{background:#fff;color:#000;font-family:MyriadPro,Helvetica,Arial Unicode MS,serif!important;font-size:1.1111111111vw;height:2.7777777778vw;line-height:2.7777777778vw;width:3.0555555556vw}.igws-survey .igws-survey__content .nps-main .nps-process .p:hover{background-color:#ec1c24;border-color:#ccc transparent #ccc #ccc!important;color:#fff}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .nps-main .nps-process .p{font-size:4.2666666667vw;height:8.5333333333vw;line-height:8.5333333333vw;width:9.0666666667vw}}.igws-survey .igws-survey__content .nps-main .nps-process:has(.p:hover) .p:not(:hover,:hover~*){background-color:#ec1c24;border-color:#ccc transparent #ccc #ccc!important;color:#fff}.igws-survey .igws-survey__content .nps-main .ctitle{margin-bottom:10px;width:33.6805555556vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .nps-main .ctitle{width:92vw!important}}.igws-survey .igws-survey__content .nps-main .ctitle .st{color:#000;display:block;font-size:1.1111111111vw;height:1.3888888889vw;line-height:1.3888888889vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .nps-main .ctitle .st{font-size:4.2666666667vw;height:5.3333333333vw;line-height:5.3333333333vw}}.igws-survey .igws-survey__content .nps-main .nps-process .p:first-child,.igws-survey .igws-survey__content .nps-main .nps-process .p:last-child{border-radius:0}.igws-survey .igws-survey__content .nps-main .nps-process .p.active{background-color:#ec1c24!important;border-color:#ccc transparent #ccc #ccc!important;color:#fff!important}.igws-survey .igws-survey__content .md-textarea{align-items:center;background:#fff!important;border:1px solid #d6d6d6;border-radius:0!important;display:flex;font-size:1.1111111111vw!important;height:3.3333333333vw!important;justify-content:center;padding:1.3888888889vw 2.0833333333vw!important;resize:none!important;transition:all .3s ease;width:35.7638888889vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-textarea{font-size:4.2666666667vw!important;height:12.8vw!important;line-height:12.8vw!important;padding:5.3333333333vw 8vw!important;width:92vw!important}}.igws-survey .igws-survey__content .md-textarea::placeholder{color:#c5c5c5}.igws-survey .igws-survey__content .md-textarea .md-textarea__inner{font-family:MyriadPro,Helvetica,Arial Unicode MS,serif!important;height:3.3333333333vw!important;line-height:3.3333333333vw!important;min-height:none!important;padding:0!important;resize:none!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-textarea .md-textarea__inner{height:12.8vw!important;line-height:12.8vw!important}}.igws-survey .igws-survey__content .md-textarea:hover{border-color:#ec1c24;box-shadow:0 0 0 2px rgba(121,191,228,.2)}.igws-survey .igws-survey__content .md-textarea .md-textarea__inner{background:transparent!important;border:none!important}.igws-survey .igws-survey__content .md-textarea .md-input__count,.igws-survey .igws-survey__content .md-textarea .md-input__suffix{display:none!important}.igws-survey .igws-survey__content .inputTextare{height:10.4166666667vw!important;width:71.5277777778vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .inputTextare{height:40vw!important}}.igws-survey .igws-survey__content .inputTextare .md-textarea__inner{height:10.4166666667vw!important;line-height:1.5!important;min-height:unset!important;padding:1.3888888889vw 0!important;scrollbar-width:none}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .inputTextare .md-textarea__inner{height:40vw!important;padding:5.3333333333vw 0!important}}.igws-survey .igws-survey__content .md-input{width:35.7638888889vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-input{width:92vw!important}}.igws-survey .igws-survey__content .md-input__inner{font-family:MyriadPro,Helvetica,Arial Unicode MS,serif!important;font-size:1.1111111111vw!important;height:3.3333333333vw!important;line-height:3.3333333333vw!important;padding:0!important;resize:none!important;text-indent:2em;width:35.7638888889vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-input__inner{font-size:4.2666666667vw!important;height:12.8vw!important;line-height:12.8vw!important;width:92vw!important}}.igws-survey .igws-survey__content .md-input__inner:focus,.igws-survey .igws-survey__content .md-input__inner:hover{border:1px solid #ec1c24}.igws-survey .igws-survey__content .md-input__count{display:none}.igws-survey .igws-survey__content .md-upload-list--picture-card .md-upload-list__item{height:7.6388888889vw!important;width:7.6388888889vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-upload-list--picture-card .md-upload-list__item{height:29.3333333333vw!important;width:29.3333333333vw!important}}.igws-survey .igws-survey__content .md-upload{display:block}.igws-survey .igws-survey__content .md-upload .md-button{background:transparent!important;border:none!important;color:#ec1c24!important;display:flex;font-size:.8333333333vw!important;font-weight:700;height:auto!important;justify-content:flex-start;padding:0!important;width:auto!important}.igws-survey .igws-survey__content .md-upload .md-button:hover{background:transparent!important;border-color:transparent!important;color:#ec1c24!important}.igws-survey .igws-survey__content .md-upload .md-icon{height:auto!important;margin-right:4px!important;width:auto!important}.igws-survey .igws-survey__content .md-upload .md-icon svg{display:none}.igws-survey .igws-survey__content .md-upload .md-icon:after{-webkit-font-smoothing:antialiased;content:"";font-family:iconfont-toshiba!important;font-size:1.1111111111vw;font-style:normal}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-upload .md-icon:after{font-size:4.2666666667vw}}.igws-survey .igws-survey__content .md-upload--picture-card{background:transparent;border:none;height:auto;width:auto}.igws-survey .igws-survey__content .md-upload--picture-card:hover{background:transparent}.igws-survey .igws-survey__content .md-upload--picture-card div{align-items:center;display:flex;justify-content:flex-start}.igws-survey .igws-survey__content .md-upload--picture-card i{color:#ec1c24;margin-top:0}.igws-survey .igws-survey__content .md-upload--picture-card .md-picture-card-text{color:#ec1c24;font-family:MyriadPro,Helvetica,Arial Unicode MS,serif!important;font-size:1.1111111111vw;font-weight:700;margin-left:4px;margin-top:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-upload--picture-card .md-picture-card-text{font-size:4.2666666667vw}}.igws-survey .igws-survey__content .md-button{background:#ec1c24!important;border-radius:0!important;font-size:1.3888888889vw!important;height:auto!important;max-width:100%;min-width:8.3333333333vw!important;padding:1.3888888889vw 2.0833333333vw!important;width:auto!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-button{border-radius:0!important;font-size:4.2666666667vw!important;height:auto!important;min-width:28.8vw!important;padding:4.2666666667vw 8vw!important;width:auto!important}}.igws-survey .igws-survey__content .md-button span{font-family:MyriadPro,Helvetica,Arial Unicode MS,serif!important;font-size:1.1111111111vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-button span{font-size:4.2666666667vw!important}}.igws-survey .igws-survey__content .status-page .md-button--default{background:#ec1c24!important;border-color:#ec1c24!important;margin:0!important}.igws-survey .igws-survey__content .status-page .md-button--default span{font-family:MyriadPro,Helvetica,Arial Unicode MS,serif!important;font-size:.8333333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .status-page .md-button--default span{font-size:3.2vw}}.igws-survey .igws-survey__content .page .bottom{padding:0!important;width:64.5833333333vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .page .bottom{width:78.6666666667vw!important}}.igws-survey .igws-survey__content .page .bottom .md-button--default{background:#ec1c24!important;border-color:#ec1c24!important;margin:0!important}.igws-survey .igws-survey__content .page .bottom .md-button--default span{font-family:MyriadPro,Helvetica,Arial Unicode MS,serif!important}.igws-survey .igws-survey__content .md-checkbox__inner:hover{border-color:#ec1c24!important}.igws-survey .igws-survey__content .md-checkbox__inner{height:1.1111111111vw!important;position:relative;width:1.1111111111vw!important}.igws-survey .igws-survey__content .md-checkbox__inner:after{border-width:.1388888889vw!important;height:.4861111111vw!important;left:.2777777778vw!important;top:.0833333333vw!important;width:.2777777778vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-checkbox__inner{height:4.2666666667vw!important;width:4.2666666667vw!important}.igws-survey .igws-survey__content .md-checkbox__inner:after{border-width:.5333333333vw!important;height:1.8666666667vw!important;left:1.0666666667vw!important;top:.5333333333vw!important;width:1.0666666667vw!important}}.igws-survey .igws-survey__content .md-checkbox-group .md-checkbox.is-checked .md-checkbox__inner{background:#ec1c24!important;border-color:#ec1c24!important}.igws-survey .igws-survey__content .md-checkbox-group .md-checkbox.is-checked .md-checkbox__inner:hover{border-color:#ec1c24!important}.igws-survey .igws-survey__content .md-checkbox-group .md-checkbox .md-checkbox__label{color:#000!important;font-family:MyriadPro,Helvetica,Arial Unicode MS,serif!important;font-size:1.1111111111vw;line-height:1.3888888889vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-checkbox-group .md-checkbox .md-checkbox__label{font-size:4.2666666667vw;line-height:5.3333333333vw}}.igws-survey .igws-survey__content .md-checkbox-group .md-checkbox.md-checkbox+.md-checkbox{padding-top:.6944444444vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-checkbox-group .md-checkbox.md-checkbox+.md-checkbox{padding-top:2.6666666667vw}}.igws-survey .igws-survey__content .md-checkbox-group .md-checkbox.is-checked .md-checkbox__label{color:#000!important}.igws-survey .igws-survey__content .md-checkbox-group .block{padding:.3472222222vw 0!important;width:auto!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-checkbox-group .block{padding:1.3333333333vw 0!important}}.igws-survey .igws-survey__content .md-checkbox-group .block div>div{margin:.3472222222vw 0!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-checkbox-group .block div>div{margin:1.3333333333vw 0!important}}.igws-survey .igws-survey__content .md-radio__inner{border-radius:50%;height:1.1111111111vw!important;width:1.1111111111vw!important}.igws-survey .igws-survey__content .md-radio__inner:after{border-radius:50%;height:.5555555556vw!important;width:.5555555556vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-radio__inner{height:4.2666666667vw!important;width:4.2666666667vw!important}.igws-survey .igws-survey__content .md-radio__inner:after{border-radius:50%;height:2.1333333333vw!important;width:2.1333333333vw!important}}.igws-survey .igws-survey__content .md-radio-group .md-radio .md-radio__label,.igws-survey .igws-survey__content .md-radio-group .md-radio.is-checked .md-radio__label,.igws-survey .igws-survey__content .promptText{color:#000!important;font-family:MyriadPro,Helvetica,Arial Unicode MS,serif!important;font-size:1.1111111111vw;line-height:1.3888888889vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-radio-group .md-radio .md-radio__label,.igws-survey .igws-survey__content .md-radio-group .md-radio.is-checked .md-radio__label,.igws-survey .igws-survey__content .promptText{font-size:4.2666666667vw;line-height:5.3333333333vw}}.igws-survey .igws-survey__content .md-radio-group .md-radio.is-checked .md-radio__inner{border-color:#ec1c24!important}.igws-survey .igws-survey__content .md-radio-group .md-radio:hover .md-radio__label{color:#000!important}.igws-survey .igws-survey__content .md-radio-group .md-radio:hover .md-radio__inner{border-color:#ec1c24!important}.igws-survey .igws-survey__content .md-radio-group .md-radio.is-checked .md-radio__inner:after{background:#ec1c24!important}.igws-survey .igws-survey__content .md-radio-group .block{align-items:flex-start;padding:.3472222222vw 0!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-radio-group .block{padding:1.3333333333vw 0!important}}.igws-survey .igws-survey__content .md-radio-group .block div>div{margin:.3472222222vw 0!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-radio-group .block div>div{margin:1.3333333333vw 0!important}}.igws-survey .igws-survey__content .is-error .md-form-item__label:after{color:#ec1c24!important}.igws-survey .igws-survey__content .is-error .md-form-item__error{color:#ec1c24;padding-top:.5555555556vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .is-error .md-form-item__error{padding-top:2.1333333333vw}}.igws-survey .igws-survey__content .is-error .md-form-item__error{font-size:.8333333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .is-error .md-form-item__error{font-size:3.2vw}}.igws-survey .igws-survey__content .is-error .md-textarea{border-color:#ec1c24!important}.igws-survey .igws-survey__content .is-error .nps-process{margin-bottom:6px}.igws-survey .igws-survey__content .is-error .nps-main .nps-process .p{border-bottom-color:#ec1c24!important;border-top-color:#ec1c24!important}.igws-survey .igws-survey__content .is-error .nps-main .nps-process .p:first-child{border-left-color:#ec1c24!important}.igws-survey .igws-survey__content .is-error .nps-main .nps-process .p:last-child{border-right-color:#ec1c24!important}.igws-survey .igws-survey__content .md-result__title p:first-child{color:#296300!important}.igws-survey .igws-survey__content .md-result .icon-success{--md-result-color:#296300!important;color:#296300!important;height:5.5555555556vw!important;width:5.5555555556vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-result .icon-success{height:21.3333333333vw!important;width:21.3333333333vw!important}}.igws-survey .igws-survey__content .md-result__icon .icon-info{height:5.5555555556vw!important;width:5.5555555556vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-result__icon .icon-info{height:21.3333333333vw!important;width:21.3333333333vw!important}}.igws-survey .igws-survey__content .md-result__subtitle p{color:#000!important;font-family:MyriadPro,Helvetica,Arial Unicode MS,serif!important;font-size:.9722222222vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-result__subtitle p{font-size:3.7333333333vw}}.igws-survey .igws-survey__content .status-page .word1{font-size:1.25vw;line-height:1.8055555556vw;margin-top:.8333333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .status-page .word1{font-size:4.8vw;line-height:6.9333333333vw;margin-top:3.2vw}}.igws-survey .igws-survey__content #mc-activity-web[dir=rtl] .formName{text-align:right}.igws-survey .igws-survey__content #mc-activity-web[dir=rtl] .nps-main .nps-process .p:first-child,.igws-survey .igws-survey__content #mc-activity-web[dir=rtl] .nps-main .nps-process .p:last-child{border-radius:0}.igws-survey .igws-survey__content .parapraph-content,.igws-survey .igws-survey__content .parapraph-content p{font-size:.8333333333vw!important;line-height:1.8055555556vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .parapraph-content,.igws-survey .igws-survey__content .parapraph-content p{font-size:3.2vw!important;line-height:6.9333333333vw!important}}.igws-survey .igws-survey__content .md-image-viewer__close .md-icon{margin-right:0}.igws-survey .igws-survey__content .md-image-viewer__wrapper{z-index:9000!important}.igws-survey .igws-survey__content .md-image{height:8.3333333333vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.igws-survey .igws-survey__content .md-image{height:32vw!important}}.new-products>.md-container{display:block!important}.gws-teaserV3__styles.c-flex-row .gws-teaserV3{flex-direction:row}.gws-teaserV3__styles.c-flex-row-reverse .gws-teaserV3{flex-direction:row-reverse}.gws-teaserV3__styles.c-flex-row-reverse .gws-teaserV3 .c-hover-display-another .gws-teaserV3-asset-hover img{left:100%;right:auto}.gws-teaserV3__styles.c-flex-row-reverse .gws-teaserV3 .c-hover-display-another .gws-teaserV3-asset-hover .gws-teaserV3-asset-block{bottom:0;top:auto;transform:translate(-50%,-30%)}.gws-teaserV3__styles.c-flex-row-reverse .gws-teaserV3 .c-hover-display-another:hover .gws-teaserV3-asset-hover img{left:50%}.gws-teaserV3{padding-left:8.3333333333vw;padding-right:8.3333333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-teaserV3{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}@media screen and (max-width:767.9px){.gws-teaserV3{padding-left:0;padding-right:0}}.gws-teaserV3{align-items:center;display:flex}@media screen and (max-width:767.9px){.gws-teaserV3{flex-direction:column-reverse!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{padding-left:7.9861111111vw}@media screen and (max-width:767.9px){.gws-teaserV3-content{padding-left:12vw}}.gws-teaserV3-content{padding-right:7.9861111111vw}@media screen and (max-width:767.9px){.gws-teaserV3-content{padding-right:12vw}}.gws-teaserV3-content{padding-top:0}@media screen and (max-width:767.9px){.gws-teaserV3-content{padding-top:16vw}}.gws-teaserV3-content{padding-bottom:0}@media screen and (max-width:767.9px){.gws-teaserV3-content{padding-bottom:16vw}}.gws-teaserV3-content{word-break:break-word}.gws-teaserV3-pre{font-size:.8333333333vw}@media screen and (max-width:767.9px){.gws-teaserV3-pre{font-size:3.2vw}}.gws-teaserV3-pre{margin-bottom:.6944444444vw}@media screen and (max-width:767.9px){.gws-teaserV3-pre{margin-bottom:2.6666666667vw}}.gws-teaserV3-pre{color:#ec1c24;font-weight:600;letter-spacing:1.5px}.gws-teaserV3-pre:before{background:#ec1c24;content:" ";display:inline-block;position:relative;width:1.3888888889vw}@media screen and (max-width:767.9px){.gws-teaserV3-pre:before{width:5.3333333333vw}}.gws-teaserV3-pre:before{height:.6944444444vw}@media screen and (max-width:767.9px){.gws-teaserV3-pre:before{height:2.6666666667vw}}.gws-teaserV3-pre:before{margin-right:.6944444444vw}@media screen and (max-width:767.9px){.gws-teaserV3-pre:before{margin-right:2.6666666667vw}}.gws-teaserV3-title{font-size:2.6388888889vw}@media screen and (max-width:767.9px){.gws-teaserV3-title{font-size:6.4vw}}.gws-teaserV3-title{font-family:MyriadPro-SemiCn,Helvetica,Arial Unicode MS,serif;font-style:normal;font-weight:700;line-height:1.35}.gws-teaserV3-sub{font-size:2.0833333333vw}@media screen and (max-width:767.9px){.gws-teaserV3-sub{font-size:6.4vw}}.gws-teaserV3-sub{font-style:normal;line-height:1.35}.gws-teaserV3-desc{font-size:1.3888888889vw}@media screen and (max-width:767.9px){.gws-teaserV3-desc{font-size:4.2666666667vw}}.gws-teaserV3-desc{margin-top:2.0833333333vw}@media screen and (max-width:767.9px){.gws-teaserV3-desc{margin-top:5.3333333333vw}}.gws-teaserV3-desc{margin-bottom:2.0833333333vw}@media screen and (max-width:767.9px){.gws-teaserV3-desc{margin-bottom:5.3333333333vw}}.gws-teaserV3-desc{font-weight:300;line-height:1.2}.gws-teaserV3-disclaimer{font-size:.9722222222vw}@media screen and (max-width:767.9px){.gws-teaserV3-disclaimer{font-size:3.2vw}}.gws-teaserV3-disclaimer{margin-bottom:1.3888888889vw}@media screen and (max-width:767.9px){.gws-teaserV3-disclaimer{margin-bottom:5.3333333333vw}}.gws-teaserV3-disclaimer{font-weight:400;line-height:1.5}.gws-teaserV3-action{margin-bottom:1.3888888889vw}@media screen and (max-width:767.9px){.gws-teaserV3-action{margin-bottom:0}}.gws-teaserV3-action{border-radius:0;color:#fff;cursor:pointer;display:inline-block;font-size:1.3888888889vw;line-height:1;padding:1.3888888889vw 2.0833333333vw;text-align:center}@media screen and (max-width:767.9px){.gws-teaserV3-action{font-size:4.2666666667vw;padding:4.2666666667vw 8vw}}.gws-teaserV3-action{background-color:#ec1c24}.gws-teaserV3-action:hover{background-color:#ec1c24;color:#fff!important}.gws-teaserV3-action.disable{background-color:#f58d91;color:#fff;cursor:default;pointer-events:none}@media screen and (max-width:767.9px){.gws-teaserV3-action{font-size:5.3333333333vw;padding-left:5.3333333333vw;padding-right:5.3333333333vw}}.gws-teaserV3-asset{overflow:hidden;position:relative}.gws-teaserV3-asset-link{bottom:0;left:0;position:absolute;right:0;top:0;z-index:10}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-teaserV3-asset-hover{display:none}}.gws-teaserV3-asset-hover:before{background-color:#fff;border:.6666666667vw solid #f6f6f6;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease;z-index:1}.gws-teaserV3-asset-hover img{max-height:60%;max-width:50%;position:absolute;right:100%;top:50%;transform:translateY(-50%);transition:all .3s ease;width:auto!important;z-index:2}.gws-teaserV3-asset-hover .gws-teaserV3-asset-block{background-color:#ec1c24;height:0;left:50%;position:absolute;top:0;transform:translate(-50%,30%);transition:all .3s ease;width:8.3333333333vw;z-index:1}.gws-teaserV3-asset.c-hover-enlarge{overflow:hidden}.gws-teaserV3-asset.c-hover-enlarge img{transition:all .3s}@media screen and (min-width:1200px){.gws-teaserV3-asset.c-hover-enlarge:hover img{transform:scale(1.1)}}.gws-teaserV3-asset.c-hover-display-another:hover .gws-teaserV3-asset-hover:before{opacity:1}.gws-teaserV3-asset.c-hover-display-another:hover .gws-teaserV3-asset-hover img{right:50%}.gws-teaserV3-asset.c-hover-display-another:hover .gws-teaserV3-asset-hover .gws-teaserV3-asset-block{height:30%}html[dir=rtl] .gws-teaserV3__styles.c-flex-row .gws-teaserV3{flex-direction:row-reverse}html[dir=rtl] .gws-teaserV3__styles.c-flex-row .gws-teaserV3 .c-hover-display-another .gws-teaserV3-asset-hover img{left:auto!important;right:100%!important}html[dir=rtl] .gws-teaserV3__styles.c-flex-row .gws-teaserV3 .c-hover-display-another .gws-teaserV3-asset-block{bottom:0;top:auto;transform:translate(-50%,-30%)}html[dir=rtl] .gws-teaserV3__styles.c-flex-row .gws-teaserV3 .c-hover-display-another:hover .gws-teaserV3-asset-hover img{right:50%!important}html[dir=rtl] .gws-teaserV3__styles.c-flex-row-reverse .gws-teaserV3{flex-direction:row}html[dir=rtl] .gws-teaserV3__styles.c-flex-row-reverse .gws-teaserV3 .c-hover-display-another .gws-teaserV3-asset-hover img{left:100%;right:auto}html[dir=rtl] .gws-teaserV3__styles.c-flex-row-reverse .gws-teaserV3 .c-hover-display-another .gws-teaserV3-asset-block{bottom:auto;top:0;transform:translate(-50%,30%)}html[dir=rtl] .gws-teaserV3__styles.c-flex-row-reverse .gws-teaserV3 .c-hover-display-another:hover .gws-teaserV3-asset-hover img{left:50%}html[dir=rtl] .gws-teaserV3__styles .gws-teaserV3-pre:before{margin-left:.6944444444vw}@media screen and (max-width:767.9px){html[dir=rtl] .gws-teaserV3__styles .gws-teaserV3-pre:before{margin-left:2.6666666667vw}}html[dir=rtl] .gws-teaserV3__styles .gws-teaserV3-pre:before{margin-right:0}html[dir=rtl] .gws-teaserV3__styles .gws-teaserV3-asset-hover img{left:100%;right:auto!important}html[dir=rtl] .gws-teaserV3__styles .gws-teaserV3-asset.c-hover-display-another:hover .gws-teaserV3-asset-hover img{left:50%}.page-v2 .gws-teaserV3__styles .gws-teaserV3{margin-left:auto;margin-right:auto;padding-left:unset;padding-right:unset;width:1680px}@media screen and (max-width:1920.9px){.page-v2 .gws-teaserV3__styles .gws-teaserV3{margin-left:6.25vw;margin-right:6.25vw;width:87.5vw}}@media screen and (max-width:767.9px){.page-v2 .gws-teaserV3__styles .gws-teaserV3{margin-left:auto;margin-right:auto;padding-left:unset;padding-right:unset;width:457.33px}}@media screen and (max-width:499.9px){.page-v2 .gws-teaserV3__styles .gws-teaserV3{width:calc(100% - 8.53333vw)}}@media screen and (max-width:767.9px){.page-v2 .gws-teaserV3__styles .gws-teaserV3{margin-left:auto;margin-right:auto;padding-left:unset;padding-right:unset;width:500px}}@media screen and (max-width:499.9px){.page-v2 .gws-teaserV3__styles .gws-teaserV3{width:100%}}@media screen and (max-width:767.9px){.page-v2 .gws-teaserV3__styles .gws-teaserV3{flex-direction:column!important}}.page-v2 .gws-teaserV3__styles .gws-teaserV3-content{padding:80px 120px}@media screen and (max-width:1920.9px){.page-v2 .gws-teaserV3__styles .gws-teaserV3-content{padding:4.1666666667vw 6.25vw}}@media screen and (max-width:767.9px){.page-v2 .gws-teaserV3__styles .gws-teaserV3-content{padding:32px 48px}}@media screen and (max-width:499.9px){.page-v2 .gws-teaserV3__styles .gws-teaserV3-content{padding:6.4vw 9.6vw}}.page-v2 .gws-teaserV3__styles .gws-teaserV3-pre{font-size:16px;line-height:24px}@media screen and (max-width:1920.9px){.page-v2 .gws-teaserV3__styles .gws-teaserV3-pre{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.page-v2 .gws-teaserV3__styles .gws-teaserV3-pre{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.page-v2 .gws-teaserV3__styles .gws-teaserV3-pre{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:767.9px){.page-v2 .gws-teaserV3__styles .gws-teaserV3-pre{font-size:18.6666666667px;height:unset;line-height:29.3333333333px}}@media screen and (max-width:499.9px){.page-v2 .gws-teaserV3__styles .gws-teaserV3-pre{font-size:3.7333333333vw;line-height:5.8666666667vw}}.page-v2 .gws-teaserV3__styles .gws-teaserV3-pre{color:#000;font-weight:400;letter-spacing:0;margin-bottom:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-v2 .gws-teaserV3__styles .gws-teaserV3-pre:before{background-color:#e61e1e;display:inline-block;height:14px;margin:unset;margin-right:8px;min-width:8px;width:8px}@media screen and (max-width:1920.9px){.page-v2 .gws-teaserV3__styles .gws-teaserV3-pre{margin-bottom:.8333333333vw}.page-v2 .gws-teaserV3__styles .gws-teaserV3-pre:before{height:.7291666667vw;margin-right:.4166666667vw;min-width:.4166666667vw;width:.4166666667vw}}@media screen and (max-width:767.9px){.page-v2 .gws-teaserV3__styles .gws-teaserV3-pre{margin-bottom:16px}.page-v2 .gws-teaserV3__styles .gws-teaserV3-pre:before{height:13.33px;margin-right:5.333px;min-width:5.33px;width:5.33px}}@media screen and (max-width:499.9px){.page-v2 .gws-teaserV3__styles .gws-teaserV3-pre{margin-bottom:3.2vw}.page-v2 .gws-teaserV3__styles .gws-teaserV3-pre:before{height:2.6666666667vw;margin-right:1.0666666667vw;min-width:1.0666666667vw;width:1.0666666667vw}}.page-v2 .gws-teaserV3__styles .gws-teaserV3-title{font-size:32px;line-height:40px}@media screen and (max-width:1920.9px){.page-v2 .gws-teaserV3__styles .gws-teaserV3-title{font-size:calc(8px + 1.25vw);line-height:calc(16px + 1.25vw)}}@media screen and (max-width:1440.9px){.page-v2 .gws-teaserV3__styles .gws-teaserV3-title{font-size:calc(12.15385px + .96154vw);line-height:calc(6.30769px + 1.92308vw)}}@media screen and (max-width:1024.9px){.page-v2 .gws-teaserV3__styles .gws-teaserV3-title{font-size:2.1484375vw;line-height:2.5390625vw}}@media screen and (max-width:767.9px){.page-v2 .gws-teaserV3__styles .gws-teaserV3-title{font-size:26.6666666667px;height:unset;line-height:37.3333333333px}}@media screen and (max-width:499.9px){.page-v2 .gws-teaserV3__styles .gws-teaserV3-title{font-size:5.3333333333vw;line-height:7.4666666667vw}}.page-v2 .gws-teaserV3__styles .gws-teaserV3-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-family:MyriadPro,Helvetica,Arial Unicode MS,serif;font-weight:600;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:767.9px){.page-v2 .gws-teaserV3__styles .gws-teaserV3-title{-webkit-line-clamp:unset;overflow:unset;text-overflow:unset}}.page-v2 .gws-teaserV3__styles .gws-teaserV3-desc{font-size:16px;line-height:24px}@media screen and (max-width:1920.9px){.page-v2 .gws-teaserV3__styles .gws-teaserV3-desc{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.page-v2 .gws-teaserV3__styles .gws-teaserV3-desc{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.page-v2 .gws-teaserV3__styles .gws-teaserV3-desc{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:767.9px){.page-v2 .gws-teaserV3__styles .gws-teaserV3-desc{font-size:18.6666666667px;height:unset;line-height:29.3333333333px}}@media screen and (max-width:499.9px){.page-v2 .gws-teaserV3__styles .gws-teaserV3-desc{font-size:3.7333333333vw;line-height:5.8666666667vw}}.page-v2 .gws-teaserV3__styles .gws-teaserV3-desc{font-weight:400;margin-bottom:0;margin-top:16px}@media screen and (max-width:1920.9px){.page-v2 .gws-teaserV3__styles .gws-teaserV3-desc{margin-top:.8333333333vw}}@media screen and (max-width:767.9px){.page-v2 .gws-teaserV3__styles .gws-teaserV3-desc{margin-top:16px}}@media screen and (max-width:499.9px){.page-v2 .gws-teaserV3__styles .gws-teaserV3-desc{margin-top:3.2vw}}.page-v2 .gws-teaserV3__styles .gws-teaserV3-operate{margin-top:32px}@media screen and (max-width:1920.9px){.page-v2 .gws-teaserV3__styles .gws-teaserV3-operate{margin-top:1.6666666667vw}}@media screen and (max-width:767.9px){.page-v2 .gws-teaserV3__styles .gws-teaserV3-operate{margin-top:32px}}@media screen and (max-width:499.9px){.page-v2 .gws-teaserV3__styles .gws-teaserV3-operate{margin-top:6.4vw}}.page-v2 .gws-teaserV3__styles .gws-teaserV3-action{word-wrap:break-word;background-color:transparent;cursor:pointer;display:inline-block;margin:0;padding:0;text-align:center;white-space:normal}.page-v2 .gws-teaserV3__styles .gws-teaserV3-action[disabled]{pointer-events:none}.page-v2 .gws-teaserV3__styles .gws-teaserV3-action[hidden]{display:none}.page-v2 .gws-teaserV3__styles .gws-teaserV3-action:is(a:not([href])){cursor:default}.page-v2 .gws-teaserV3__styles .gws-teaserV3-action{background-color:unset!important;color:#000!important}.page-v2 .gws-teaserV3__styles .gws-teaserV3-action:hover{color:#ff0008!important}.page-v2 .gws-teaserV3__styles .gws-teaserV3-action:active{color:#df0303!important}.page-v2 .gws-teaserV3__styles .gws-teaserV3-action.tsws-btn--disabled,.page-v2 .gws-teaserV3__styles .gws-teaserV3-action[disabled]{color:#d4d4d4!important}.page-v2 .gws-teaserV3__styles .gws-teaserV3-action:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-style:normal;transform:rotate(90deg);vertical-align:middle}.page-v2 .gws-teaserV3__styles .gws-teaserV3-action{font-size:16px;line-height:16px}@media screen and (max-width:1920.9px){.page-v2 .gws-teaserV3__styles .gws-teaserV3-action{font-size:calc(8px + .41667vw);line-height:calc(8px + .41667vw)}}@media screen and (max-width:1440.9px){.page-v2 .gws-teaserV3__styles .gws-teaserV3-action{font-size:calc(7.07692px + .48077vw);line-height:calc(7.07692px + .48077vw)}}@media screen and (max-width:1024.9px){.page-v2 .gws-teaserV3__styles .gws-teaserV3-action{font-size:1.171875vw;line-height:1.171875vw}}.page-v2 .gws-teaserV3__styles .gws-teaserV3-action{font-weight:400}@media screen and (max-width:767.9px){.page-v2 .gws-teaserV3__styles .gws-teaserV3-action{font-size:21.3333333333px;line-height:21.3333333333px}}@media screen and (max-width:499.9px){.page-v2 .gws-teaserV3__styles .gws-teaserV3-action{font-size:4.2666666667vw;line-height:4.2666666667vw}}.page-v2 .gws-teaserV3__styles .gws-teaserV3-terms{margin-top:16px}.page-v2 .gws-teaserV3__styles .gws-teaserV3-terms a{text-decoration:underline}.page-v2 .gws-teaserV3__styles .gws-teaserV3-terms *{font-size:16px;line-height:24px}@media screen and (max-width:1920.9px){.page-v2 .gws-teaserV3__styles .gws-teaserV3-terms *{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.page-v2 .gws-teaserV3__styles .gws-teaserV3-terms *{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.page-v2 .gws-teaserV3__styles .gws-teaserV3-terms *{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:767.9px){.page-v2 .gws-teaserV3__styles .gws-teaserV3-terms *{font-size:18.6666666667px;height:unset;line-height:29.3333333333px}}@media screen and (max-width:499.9px){.page-v2 .gws-teaserV3__styles .gws-teaserV3-terms *{font-size:3.7333333333vw;line-height:5.8666666667vw}}@media screen and (max-width:1920.9px){.page-v2 .gws-teaserV3__styles .gws-teaserV3-terms{margin-top:.8333333333vw}}@media screen and (max-width:767.9px){.page-v2 .gws-teaserV3__styles .gws-teaserV3-terms{margin-top:16px}}@media screen and (max-width:499.9px){.page-v2 .gws-teaserV3__styles .gws-teaserV3-terms{margin-top:3.2vw}}#amazon-connect-open-widget-button{display:none}#amazon-connect-close-widget-button{display:block}.gws-top-chat-v1{backface-visibility:hidden;bottom:160px;position:fixed;right:80px;touch-action:pan-y;will-change:transform;z-index:12}@media screen and (max-width:1920.9px){.gws-top-chat-v1{bottom:8.3333333333vw;right:4.1666666667vw}}@media screen and (max-width:767.9px){.gws-top-chat-v1{bottom:320px;right:21.33px}}@media screen and (max-width:499.9px){.gws-top-chat-v1{bottom:64vw;right:4.2666666667vw}}.gws-top-chat-v1_list{cursor:move;display:flex;flex-direction:column;gap:20px;user-select:none}@media screen and (max-width:1920.9px){.gws-top-chat-v1_list{gap:1.0416666667vw}}@media screen and (max-width:767.9px){.gws-top-chat-v1_list{gap:26.67px}}@media screen and (max-width:499.9px){.gws-top-chat-v1_list{gap:5.3333333333vw}}.gws-top-chat-v1_list-item{align-items:center;background-color:#fff;border-radius:262px;box-shadow:0 0 6px 0 rgba(0,0,0,.15);cursor:pointer;display:flex;height:48px;justify-content:center;width:48px}@media screen and (max-width:1920.9px){.gws-top-chat-v1_list-item{border-radius:13.6458333333vw;box-shadow:0 0 .3125vw 0 rgba(0,0,0,.15);height:2.5vw;width:2.5vw}}@media screen and (max-width:767.9px){.gws-top-chat-v1_list-item{border-radius:35.56px;box-shadow:0 0 6.67px 0 rgba(0,0,0,.15);height:53.33px;width:53.33px}}@media screen and (max-width:499.9px){.gws-top-chat-v1_list-item{border-radius:7.112vw;height:10.6666666667vw;width:10.6666666667vw}}.gws-top-chat-v1_list-item:hover{color:#e61e1e;cursor:pointer}.gws-top-chat-v1_list-item i{font-size:20px}@media screen and (max-width:1920.9px){.gws-top-chat-v1_list-item i{font-size:1.0416666667vw}}@media screen and (max-width:767.9px){.gws-top-chat-v1_list-item i{font-size:26.67px!important}}@media screen and (max-width:499.9px){.gws-top-chat-v1_list-item i{font-size:5.3333333333vw!important}}.gws-top-chat-v1_list-item i:before{font-size:20px}@media screen and (max-width:1920.9px){.gws-top-chat-v1_list-item i:before{font-size:1.0416666667vw}}@media screen and (max-width:767.9px){.gws-top-chat-v1_list-item i:before{font-size:26.67px!important}}@media screen and (max-width:499.9px){.gws-top-chat-v1_list-item i:before{font-size:5.3333333333vw!important}}.gws-top-chat-v1 .back-top{opacity:0;transition:all .3s ease;visibility:hidden}.gws-top-chat-v1 .back-top i:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-style:normal}.gws-top-chat-v1 .chat-box{display:none;opacity:0;transition:all .3s ease;visibility:hidden}.gws-top-chat-v1 .chat-box i:before{content:""}.gws-top-chat-v1 .chat-box i:before,.gws-top-chat-v1 .email i:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-style:normal}.gws-top-chat-v1 .email i:before{content:""}.gws-top-chat-v1 .active{display:flex;opacity:1;visibility:visible}.gws-top-chat-v1_email-dialog{background-color:#fff;bottom:0;box-shadow:0 4px 10px 0 rgba(0,0,0,.2);position:absolute;right:0;width:400px;z-index:13}@media screen and (max-width:1920.9px){.gws-top-chat-v1_email-dialog{width:20.8333333333vw}}@media screen and (max-width:767.9px){.gws-top-chat-v1_email-dialog{display:none}}.gws-top-chat-v1_email-dialog-title{align-items:center;display:flex;font-size:20px;height:68px;justify-content:space-between;line-height:28px;padding:20px}@media screen and (max-width:1920.9px){.gws-top-chat-v1_email-dialog-title{font-size:calc(12px + .41667vw);line-height:calc(20px + .41667vw)}}@media screen and (max-width:1440.9px){.gws-top-chat-v1_email-dialog-title{font-size:calc(11.07692px + .48077vw);line-height:calc(5.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.gws-top-chat-v1_email-dialog-title{font-size:1.5625vw;line-height:1.953125vw}}.gws-top-chat-v1_email-dialog-title{background-color:#f6f6f6}@media screen and (max-width:1920.9px){.gws-top-chat-v1_email-dialog-title{height:3.5416666667vw;padding:1.0416666667vw}}.gws-top-chat-v1_email-dialog-title i{transform:rotate(180deg)}.gws-top-chat-v1_email-dialog-title i:hover{color:#ec1c24;cursor:pointer}.gws-top-chat-v1_email-dialog-content{padding:16px 40px 20px}@media screen and (max-width:1920.9px){.gws-top-chat-v1_email-dialog-content{padding:.8333333333vw 2.0833333333vw 1.0416666667vw}}.gws-top-chat-v1_email-dialog-mobile-mask{display:none}@media screen and (max-width:767.9px){.gws-top-chat-v1_email-dialog-mobile-mask{background:rgba(0,0,0,.5);bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:13}}.gws-top-chat-v1_email-dialog-mobile{display:none}@media screen and (max-width:767.9px){.gws-top-chat-v1_email-dialog-mobile{bottom:0;display:block;left:0;position:fixed;right:0;z-index:13}.gws-top-chat-v1_email-dialog-mobile-title{align-items:center;background-color:#f6f6f6;display:flex;justify-content:space-between;padding:21.33px}}@media screen and (max-width:767.9px)and (max-width:767.9px){.gws-top-chat-v1_email-dialog-mobile-title{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.gws-top-chat-v1_email-dialog-mobile-title{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:499.9px){.gws-top-chat-v1_email-dialog-mobile-title{padding:4.2666666667vw}}@media screen and (max-width:767.9px){.gws-top-chat-v1_email-dialog-mobile-title i{transform:rotate(180deg)}}@media screen and (max-width:767.9px)and (max-width:767.9px){.gws-top-chat-v1_email-dialog-mobile-title i{font-size:21.3333333333px;height:unset;line-height:32px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.gws-top-chat-v1_email-dialog-mobile-title i{font-size:4.2666666667vw;line-height:6.4vw}}@media screen and (max-width:767.9px){.gws-top-chat-v1_email-dialog-mobile-title i:hover{color:#ec1c24;cursor:pointer}.gws-top-chat-v1_email-dialog-mobile-content{background-color:#fff;padding:21.33px 42.67px 42.67px}}@media screen and (max-width:499.9px){.gws-top-chat-v1_email-dialog-mobile-content{padding:4.2666666667vw 8.5333333333vw 8.5333333333vw}}.gws-top-chat-v1.dragging{opacity:.8;transition:none}.gws-top-chat-v1_hidden{display:none}html[dir=rtl] .gws-top-chat-v1{left:80px;right:auto}@media screen and (max-width:1920.9px){html[dir=rtl] .gws-top-chat-v1{left:4.1666666667vw}}@media screen and (max-width:767.9px){html[dir=rtl] .gws-top-chat-v1{left:16px}}@media screen and (max-width:499.9px){html[dir=rtl] .gws-top-chat-v1{left:3.2vw}}.wrapper-empty-img{background:url(https://cdnjs.midea.com/aem-fe/igws-fe/dist/assets/images/toshiba/icon-empty.svg) no-repeat;background-size:contain;height:80px;width:80px}@media screen and (max-width:1920.9px){.wrapper-empty-img{height:4.1666666667vw;width:4.1666666667vw}}html[dir=rtl],html[dir=rtl] body{overflow-x:hidden}html[dir=rtl] header .bbt:after{left:unset!important;right:0}html[dir=rtl] header .brand_icon{margin-left:1.3888888889vw;margin-right:0!important}html[dir=rtl] header .nav_info_item{margin-left:0!important;margin-right:2.0833333333vw}html[dir=rtl] header .nav_info_search_submit{left:auto!important;padding-left:0!important;padding-right:1.0416666667vw;right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] header .nav_info_search_submit{padding-right:4vw;right:auto!important}}html[dir=rtl] header .nav_info_search_close{left:0;padding-left:0!important;padding-right:1.8055555556vw;right:auto!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] header .nav_info_search_close{left:auto!important;padding-right:3.2vw}html[dir=rtl] header .nav_info_search{padding:2.6666666667vw 5.3333333333vw}html[dir=rtl] header .nav_info_search_input{padding:0 13.3333333333vw 0 0!important}html[dir=rtl] header .nav_mob_toggle{margin-left:-5.3333333333vw;margin-right:0!important}html[dir=rtl] header .nav_mob_search_toggle{margin:0 2.6666666667vw 0 5.3333333333vw!important}}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1)and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:1200px)and (max-aspect-ratio:1/1)and (max-width:639px),screen and (max-width:639px)and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px)and (max-width:639px){html[dir=rtl] header .nav_type_wrap:before{left:2.6666666667vw;right:auto!important;transform:translate(-50%,-50%) rotate(-45deg)!important}}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] header .nav_type_img{margin:0 0 0 2.6666666667vw!important}html[dir=rtl] header .nav_mob_back_box{text-align:right!important}html[dir=rtl] header .nav_mob_back_box .nav_mob_back_img{margin-left:2.6666666667vw;margin-right:0!important}}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1)and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:1200px)and (max-aspect-ratio:1/1)and (max-width:639px),screen and (max-width:639px)and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px)and (max-width:639px){html[dir=rtl] header .nav_mob_back_box:before{margin-left:2.6666666667vw!important;margin-right:0!important;transform:rotate(135deg)!important}}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] header .nav_sub_type_item{text-align:right!important}html[dir=rtl] header .nav_sub_type_item .nav_sub_type_link:after{left:0!important;margin-left:0!important;margin-right:-2px;right:auto!important;transform:translateY(-50%) rotate(-45deg)!important}}html[dir=rtl] header .nav_sub_type_item{text-align:right!important}html[dir=rtl] header .nav_sub_type_link:before{margin-left:.6944444444vw!important;margin-right:0!important}html[dir=rtl] header .nav_sub_type_close{left:15.9722222222vw!important;right:auto!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] footer .footer_links_tit:after,html[dir=rtl] footer .footer_links_tit:before{left:2px;right:auto!important}}html[dir=rtl] .cate-banner-bar{background-image:-webkit-linear-gradient(left,#000 20%,hsla(0,0%,100%,0));background-image:linear-gradient(90deg,#000 20%,hsla(0,0%,100%,0))}html[dir=rtl] .left-text-right-img .text-info .video-btn span{margin-left:0!important;margin-right:.6944444444vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .left-text-right-img .text-info .video-btn span{margin-left:0!important;margin-right:2.6666666667vw}}html[dir=rtl] .swiper-banner-main .textInfo-bg .video-btn span{margin-left:0!important;margin-right:.6944444444vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .swiper-banner-main .textInfo-bg .video-btn span{margin-left:0!important;margin-right:2.6666666667vw}}html[dir=rtl] .home-text-img .left-text-right-img .left-text-right-img-main .left-text-right-img-main{flex-direction:row}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .home-text-img .left-text-right-img .left-text-right-img-main .left-text-right-img-main{flex-direction:row}}html[dir=rtl] .home-text-img .left-text-right-img .left-text-right-img-main .red-title-left:before{margin-left:.6944444444vw!important;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .home-text-img .left-text-right-img .left-text-right-img-main .red-title-left:before{width:30px}}html[dir=rtl] .home-text-img .left-text-right-img:nth-child(2n){flex-direction:row-reverse}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .home-text-img .left-text-right-img:nth-child(2n){flex-direction:row}html[dir=rtl] .home-text-img .left-text-right-img .text-info .richtxt-title h5{font-size:8vw}}html[dir=rtl] .home-info-banner{padding-bottom:unset!important}html[dir=rtl] .home-info-banner .text-info .video-btn span{margin-left:0;margin-right:.6944444444vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .home-info-banner .text-info .video-btn span{margin-left:0;margin-right:2.6666666667vw}html[dir=rtl] .swiper-banner .swiper-banner-pagination .swiper-pagination-bullet:first-child{margin-left:5.3333333333vw;margin-right:0}}html[dir=rtl] .swiper-banner .swiper-button-prev{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzEiIGhlaWdodD0iNDkiPjxkZWZzPjxmaWx0ZXIgaWQ9ImEiIHdpZHRoPSIxNTkuMiUiIGhlaWdodD0iMTMzLjklIiB4PSItMjkuNiUiIHk9Ii0xMi4xJSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94Ij48ZmVPZmZzZXQgZHk9IjIiIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRPdXRlcjEiLz48ZmVHYXVzc2lhbkJsdXIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIiBzdGREZXZpYXRpb249IjIiLz48ZmVDb2xvck1hdHJpeCBpbj0ic2hhZG93Qmx1ck91dGVyMSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjUgMCIvPjwvZmlsdGVyPjxwYXRoIGlkPSJiIiBkPSJNNDEuNjYgMTIuOSAyNi44ODggMjcuNjUgNDEuNjYgNDIuNGwtMi45NTUgNS45LTIwLjY4LTIwLjY1TDM4LjcwNiA3eiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIj48ZyB0cmFuc2Zvcm09InJvdGF0ZSgtMTgwIDIyLjU0MiAyNykiPjx1c2UgZmlsbD0iIzAwMCIgZmlsdGVyPSJ1cmwoI2EpIiB4bGluazpocmVmPSIjYiIvPjx1c2UgZmlsbD0iI0VDMUMyNCIgeGxpbms6aHJlZj0iI2IiLz48L2c+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTQ1LjA4NCA1NEgtMTRWLTVoNTkuMDg0eiIvPjwvZz48L3N2Zz4=)!important;left:auto!important;right:5.5555555556vw!important}html[dir=rtl] .swiper-banner .swiper-button-next{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzEiIGhlaWdodD0iNDkiPjxkZWZzPjxmaWx0ZXIgaWQ9ImEiIHdpZHRoPSIxNTkuMiUiIGhlaWdodD0iMTMzLjklIiB4PSItMjkuNiUiIHk9Ii0xMi4xJSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94Ij48ZmVPZmZzZXQgZHk9IjIiIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRPdXRlcjEiLz48ZmVHYXVzc2lhbkJsdXIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIiBzdGREZXZpYXRpb249IjIiLz48ZmVDb2xvck1hdHJpeCBpbj0ic2hhZG93Qmx1ck91dGVyMSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjUgMCIvPjwvZmlsdGVyPjxwYXRoIGlkPSJiIiBkPSJNNDEuNjYgMTMuOSAyNi44ODggMjguNjUgNDEuNjYgNDMuNGwtMi45NTUgNS45LTIwLjY4LTIwLjY1TDM4LjcwNiA4eiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQgLTYpIj48dXNlIGZpbGw9IiMwMDAiIGZpbHRlcj0idXJsKCNhKSIgeGxpbms6aHJlZj0iI2IiLz48dXNlIGZpbGw9IiNFQzFDMjQiIHhsaW5rOmhyZWY9IiNiIi8+PC9nPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0tMTQtNmg1OS4wODR2NTlILTE0eiIvPjwvZz48L3N2Zz4=)!important;left:5.5555555556vw!important;right:auto!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .home-text-img .left-text-right-img .text-info{text-align:unset!important}html[dir=rtl] .home-text-img .left-text-right-img .left-text-right-img-main .red-title-left:before{margin-left:2.6666666667vw!important}}html[dir=rtl] .home-text-img .left-text-right-img .text-info .video-btn span{margin-top:0!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .home-text-img .left-text-right-img .text-info .video-btn span{margin-top:0!important}}html[dir=rtl] .compare-detail .compare-cards-container .compare-cards-list li .compare-cards-item-content .item-content-eyebrow:before{margin-left:.6944444444vw;margin-right:0!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .compare-detail .compare-cards-container .compare-cards-list li .compare-cards-item-content .item-content-eyebrow:before{margin-left:2.6666666667vw;margin-right:0!important}}html[dir=rtl] .compare-detail .compare-cards-container .compare-cards-list li .cards-item-delete{left:.6944444444vw;right:unset}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .compare-detail .compare-cards-container .compare-cards-list li .cards-item-delete{left:2.6666666667vw;right:unset}}html[dir=rtl] .comparison-header-content .header-content-link{left:unset!important;right:1.3888888889vw}html[dir=rtl] .comparison-header-content .header-content-link .icon-arrow-left{font-size:1.0416666667vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .comparison-header-content .header-content-link .icon-arrow-left{font-size:4vw!important}}html[dir=rtl] .comparison-header-content .header-content-link .icon-arrow-left:before{content:""!important}html[dir=rtl] .compare-product-specs .product-specs-list .specs-list-item .specs-list-box .specs-list-attr{border-left:1px solid #d4d4d4!important;border-right:unset!important;padding-right:1.1111111111vw}html[dir=rtl] .compare-product-specs .product-specs-list .specs-list-item .specs-list-box div:nth-child(4n+1){border-right:none!important;text-align:right!important}html[dir=rtl] .swiper-button-left-img{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzEiIGhlaWdodD0iNDkiPjxkZWZzPjxmaWx0ZXIgaWQ9ImEiIHdpZHRoPSIxNTkuMiUiIGhlaWdodD0iMTMzLjklIiB4PSItMjkuNiUiIHk9Ii0xMi4xJSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94Ij48ZmVPZmZzZXQgZHk9IjIiIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRPdXRlcjEiLz48ZmVHYXVzc2lhbkJsdXIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIiBzdGREZXZpYXRpb249IjIiLz48ZmVDb2xvck1hdHJpeCBpbj0ic2hhZG93Qmx1ck91dGVyMSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjUgMCIvPjwvZmlsdGVyPjxwYXRoIGlkPSJiIiBkPSJNNDEuNjYgMTMuOSAyNi44ODggMjguNjUgNDEuNjYgNDMuNGwtMi45NTUgNS45LTIwLjY4LTIwLjY1TDM4LjcwNiA4eiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQgLTYpIj48dXNlIGZpbGw9IiMwMDAiIGZpbHRlcj0idXJsKCNhKSIgeGxpbms6aHJlZj0iI2IiLz48dXNlIGZpbGw9IiNFQzFDMjQiIHhsaW5rOmhyZWY9IiNiIi8+PC9nPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0tMTQtNmg1OS4wODR2NTlILTE0eiIvPjwvZz48L3N2Zz4=)!important;left:6.6666666667vw!important;right:auto!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .swiper-button-left-img{left:2.4vw!important}}html[dir=rtl] .swiper-button-right-img{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzEiIGhlaWdodD0iNDkiPjxkZWZzPjxmaWx0ZXIgaWQ9ImEiIHdpZHRoPSIxNTkuMiUiIGhlaWdodD0iMTMzLjklIiB4PSItMjkuNiUiIHk9Ii0xMi4xJSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94Ij48ZmVPZmZzZXQgZHk9IjIiIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRPdXRlcjEiLz48ZmVHYXVzc2lhbkJsdXIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIiBzdGREZXZpYXRpb249IjIiLz48ZmVDb2xvck1hdHJpeCBpbj0ic2hhZG93Qmx1ck91dGVyMSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjUgMCIvPjwvZmlsdGVyPjxwYXRoIGlkPSJiIiBkPSJNNDEuNjYgMTIuOSAyNi44ODggMjcuNjUgNDEuNjYgNDIuNGwtMi45NTUgNS45LTIwLjY4LTIwLjY1TDM4LjcwNiA3eiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIj48ZyB0cmFuc2Zvcm09InJvdGF0ZSgtMTgwIDIyLjU0MiAyNykiPjx1c2UgZmlsbD0iIzAwMCIgZmlsdGVyPSJ1cmwoI2EpIiB4bGluazpocmVmPSIjYiIvPjx1c2UgZmlsbD0iI0VDMUMyNCIgeGxpbms6aHJlZj0iI2IiLz48L2c+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTQ1LjA4NCA1NEgtMTRWLTVoNTkuMDg0eiIvPjwvZz48L3N2Zz4=)!important;left:auto;right:6.6666666667vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .swiper-button-right-img{right:2.4vw!important}}html[dir=rtl] .wsc-product-basic__b1__back__link .i-arrow-left:before{content:""!important}html[dir=rtl] .wsc-product-basic__b2{left:0;right:auto}html[dir=rtl] .wsc-product-basic__b4__actions .btn_red{margin:0 0 0 2.0833333333vw}@media screen and (max-width:767.9px){html[dir=rtl] .wsc-product-basic__b4__actions .btn_red{margin:0 0 5.3333333333vw}}html[dir=rtl] .product__features__item:before{left:unset!important;right:0}html[dir=rtl] .product__features__item p{padding-left:unset!important;padding-right:1.1805555556vw}@media screen and (max-width:767.9px){html[dir=rtl] .product__features__item p{padding-left:unset!important;padding-right:4.5333333333vw}}html[dir=rtl] .product__model:before{margin:0 0 0 .6944444444vw}@media screen and (max-width:767.9px){html[dir=rtl] .product__model:before{margin:0 0 0 2.6666666667vw}}html[dir=rtl] .wsc-popup__close{left:2.7777777778vw;right:auto}@media screen and (max-width:767.9px){html[dir=rtl] .wsc-popup__close{left:5.3333333333vw}}html[dir=rtl] .wsc-popup__wrapper{right:50%;transform:translate(50%,-50%)}@media screen and (max-width:767.9px){html[dir=rtl] .wsc-popup__wrapper{left:0;right:0;transform:none}}html[dir=rtl] .product-buynow-areas__item.active:before{right:0}html[dir=rtl] .m-quick-specs .m-quick-specs-container .m-quick-specs-list .m-quick-specs-item-line:after{left:0;right:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .m-quick-specs .swiper-button-left-img{left:2.4vw!important;right:unset!important}html[dir=rtl] .m-quick-specs .swiper-button-right-img{left:unset!important;right:2.4vw!important}}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[dir=rtl] .product-product-box .range-bottom{padding-right:unset!important;text-align:center!important}}html[dir=rtl] .product-product-box .range-top .range-top-left{text-align:left}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .product-product-box .range-top .range-top-left{text-align:right}html[dir=rtl] .product-product-box .range-top .range-top-left .range-list .range-list-li{padding-left:unset!important;padding-right:4.5333333333vw}}html[dir=rtl] .product-product-box .range-top .range-top-left .range-list .range-list-li:before{margin-left:unset!important;margin-right:.3472222222vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[dir=rtl] .product-product-box .range-top .range-top-left .range-list .range-list-li:before{left:unset;margin-left:1.3333333333vw;margin-right:unset!important;right:0}html[dir=rtl] .product-product-box .range-top .range-top-right .range-list .range-list-li{padding-left:unset;padding-right:4.5333333333vw}}html[dir=rtl] .product-product-box .range-top .range-top-right .range-list .range-list-li:before{margin-left:.3472222222vw;margin-right:unset!important}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[dir=rtl] .product-product-box .range-top .range-top-right .range-list .range-list-li:before{left:unset;margin-left:1.3333333333vw;margin-right:unset!important;right:0}}html[dir=rtl] .product-product-box .range-top .range-info .range-list .range-list-li:before{top:.2777777778vw!important}html[dir=rtl] .product-product-box .range-top .range-center .range-center-text{padding:0 0 1.3888888889vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .p-w-r{margin:0 0 7.2vw 4vw!important}html[dir=rtl] .p-w-r .pr-review-snippet-container .pr-snippet-stars-reco-inline{text-align:right!important}}html[dir=rtl] .p-w-r .pr-snippet .pr-category-snippet__total{padding-left:unset!important;padding-right:.3472222222vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .p-w-r .pr-snippet .pr-category-snippet__total{padding-left:unset!important;padding-right:1.3333333333vw!important}}html[dir=rtl] .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-block{border-left:.0694444444vw solid #ccc!important;border-right:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-block{border-left:unset!important;border-right:unset!important}html[dir=rtl] .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-block .pr-review-snapshot-recomend .pr-snippet-reco-to-friend,html[dir=rtl] .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-block .pr-review-snapshot-snippets,html[dir=rtl] .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-block .pr-review-snapshot-snippets .pr-snippet .pr-snippet-read-and-write{text-align:right!important}html[dir=rtl] .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-block .pr-review-snapshot-recomend .pr-snippet-reco-to-friend .pr-reco-to-friend-message{margin-left:unset;margin-right:1.3333333333vw}}html[dir=rtl] .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-block:last-child{border-left:unset!important}html[dir=rtl] .p-w-r .pr-review-display .pr-review .pr-rd-description .pr-rd-side-content-block{left:-26%;right:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .p-w-r .pr-review-display .pr-review .pr-rd-description{text-align:right!important}html[dir=rtl] .p-w-r .pr-review-display .pr-review .pr-rd-header .pr-rd-star-rating .pr-snippet-stars .pr-rating-stars{float:right!important}html[dir=rtl] .p-w-r .pr-review-display .pr-review .pr-rd-footer,html[dir=rtl] .p-w-r .pr-review-display .pr-review .pr-rd-header .pr-rd-review-headline{text-align:right!important}}html[dir=rtl] .p-w-r .pr-review-display .pr-review .pr-rd-footer .pr-rd-helpful-action .pr-rd-helpful-action-group .pr-rd-helpful-action-btn-group .pr-helpful-yes{border-right:1px solid #ccc!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .p-w-r .pr-review-display .pr-rd-main-footer{text-align:right!important}}html[dir=rtl] .product-organ-far .product-organ .product-organ-list .product-organ-list-content .product-organ-list-content-item{border-left:unset!important;border-right:1px solid #d4d4d4!important;padding:0 1.0416666667vw 1.7361111111vw 0;text-align:right!important}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[dir=rtl] .product-organ-far .product-organ .product-organ-list .product-organ-list-content .product-organ-list-content-item{border-left:unset!important;border-right:none!important;margin-bottom:10.6666666667vw;padding:0 5.3333333333vw 0 9.3333333333vw!important;text-align:right!important}}html[dir=rtl] .product-organ-far .product-organ .product-organ-list .product-organ-list-content .product-organ-list-content-item:nth-child(4n+1){border-left:unset!important;border-right:none!important;text-align:right!important}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[dir=rtl] .product-organ-far .product-organ .product-organ-list .product-organ-list-content .product-organ-list-content-item:nth-child(4n+1){text-align:right!important}}html[dir=rtl] .m-list-cards-far .m-list-cards .m-list-cards-item .m-list-cards-item-desc{text-align:right!important}html[dir=rtl] .m-list-cards-far .m-list-cards .m-list-cards-item .m-list-cards-item-desc .m-list-cards-item-desc-details .u-btn-primary{margin-left:2.0833333333vw;margin-right:unset!important}html[dir=rtl] .range-product-box .dz-container .range-top .range-top-left{text-align:left!important}html[dir=rtl] .cate-container-main .cate-container .cate-instruction .cate-instruction-left .cate-instruction-item .cate-instruction-info .cate-instruction-subtitle:before{margin-left:.6944444444vw;margin-right:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .cate-container-main .cate-container .cate-instruction .cate-instruction-left .cate-instruction-item .cate-instruction-info .cate-instruction-subtitle:before{margin-left:2.6666666667vw;margin-right:unset!important}}html[dir=rtl] .cate-container-main .cate-container .cate-instruction .cate-instruction-left .cate-instruction-item .cate-instruction-info .cate-instruction-list .cate-instruction-list-item:before{left:unset!important;margin-left:.3472222222vw;margin-right:unset!important;right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .cate-container-main .cate-container .cate-instruction .cate-instruction-left .cate-instruction-item .cate-instruction-info .cate-instruction-list .cate-instruction-list-item:before{margin-left:1.3333333333vw;margin-right:unset!important}}html[dir=rtl] .cate-container-main .cate-container .cate-instruction .cate-instruction-left .cate-instruction-item .cate-instruction-info .cate-instruction-list .cate-instruction-list-item p{padding-left:unset!important;padding-right:.8333333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .cate-container-main .cate-container .cate-instruction .cate-instruction-left .cate-instruction-item .cate-instruction-info .cate-instruction-list .cate-instruction-list-item p{padding-left:unset!important;padding-right:3.2vw}}html[dir=rtl] .country-selector-main .mainland .countries .country .flag{margin-left:1.0416666667vw;margin-right:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .country-selector-main .mainland .countries .country .flag{margin-left:4vw;margin-right:unset!important}}html[dir=rtl] .faq-list-container .little-title:before{margin-left:.6944444444vw;margin-right:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .faq-list-container .little-title:before{margin-left:2.6666666667vw;margin-right:unset!important}}html[dir=rtl] .faq-search-result .back .back-to{margin-left:unset!important;margin-right:1.3888888889vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .faq-search-result .back .back-to .back-to{margin-left:unset!important;margin-right:5.3333333333vw}}html[dir=rtl] .faq-list-item-title{margin-left:1.3888888889vw;margin-right:unset!important}html[dir=rtl] .gas-body .u-eyebrow:before{margin-left:.6944444444vw;margin-right:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .gas-body .u-eyebrow:before{margin-left:2.6666666667vw;margin-right:unset!important}}html[dir=rtl] .gas-body .m-link-cards-container .total-results{left:3.8194444444vw;right:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .gas-body .m-link-cards-container .total-results{position:relative;right:unset!important}}html[dir=rtl] .gas-body .m-link-cards-container .distance-selection{left:auto;right:1.3888888889vw}html[dir=rtl] .gas-body .m-link-cards-container .distance-selection .select-text{margin-left:.6944444444vw;margin-right:0}@media screen and (max-width:767.9px){html[dir=rtl] .gas-body .m-link-cards-container .distance-selection .select-text{margin-left:2.6666666667vw}}html[dir=rtl] .gas-body .m-link-cards-container .distance-selection .radio-text{margin-left:0;margin-right:.6944444444vw}@media screen and (max-width:767.9px){html[dir=rtl] .gas-body .m-link-cards-container .distance-selection .radio-text{margin-right:2.6666666667vw}}html[dir=rtl] .gas-body .swiper-container-product .swiper-button-prev{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzEiIGhlaWdodD0iNDkiPjxkZWZzPjxmaWx0ZXIgaWQ9ImEiIHdpZHRoPSIxNTkuMiUiIGhlaWdodD0iMTMzLjklIiB4PSItMjkuNiUiIHk9Ii0xMi4xJSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94Ij48ZmVPZmZzZXQgZHk9IjIiIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRPdXRlcjEiLz48ZmVHYXVzc2lhbkJsdXIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIiBzdGREZXZpYXRpb249IjIiLz48ZmVDb2xvck1hdHJpeCBpbj0ic2hhZG93Qmx1ck91dGVyMSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjUgMCIvPjwvZmlsdGVyPjxwYXRoIGlkPSJiIiBkPSJNNDEuNjYgMTIuOSAyNi44ODggMjcuNjUgNDEuNjYgNDIuNGwtMi45NTUgNS45LTIwLjY4LTIwLjY1TDM4LjcwNiA3eiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIj48ZyB0cmFuc2Zvcm09InJvdGF0ZSgtMTgwIDIyLjU0MiAyNykiPjx1c2UgZmlsbD0iIzAwMCIgZmlsdGVyPSJ1cmwoI2EpIiB4bGluazpocmVmPSIjYiIvPjx1c2UgZmlsbD0iI0VDMUMyNCIgeGxpbms6aHJlZj0iI2IiLz48L2c+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTQ1LjA4NCA1NEgtMTRWLTVoNTkuMDg0eiIvPjwvZz48L3N2Zz4=)!important;left:unset!important;right:2.0833333333vw!important}html[dir=rtl] .gas-body .swiper-container-product .swiper-button-next{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzEiIGhlaWdodD0iNDkiPjxkZWZzPjxmaWx0ZXIgaWQ9ImEiIHdpZHRoPSIxNTkuMiUiIGhlaWdodD0iMTMzLjklIiB4PSItMjkuNiUiIHk9Ii0xMi4xJSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94Ij48ZmVPZmZzZXQgZHk9IjIiIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRPdXRlcjEiLz48ZmVHYXVzc2lhbkJsdXIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIiBzdGREZXZpYXRpb249IjIiLz48ZmVDb2xvck1hdHJpeCBpbj0ic2hhZG93Qmx1ck91dGVyMSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjUgMCIvPjwvZmlsdGVyPjxwYXRoIGlkPSJiIiBkPSJNNDEuNjYgMTMuOSAyNi44ODggMjguNjUgNDEuNjYgNDMuNGwtMi45NTUgNS45LTIwLjY4LTIwLjY1TDM4LjcwNiA4eiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQgLTYpIj48dXNlIGZpbGw9IiMwMDAiIGZpbHRlcj0idXJsKCNhKSIgeGxpbms6aHJlZj0iI2IiLz48dXNlIGZpbGw9IiNFQzFDMjQiIHhsaW5rOmhyZWY9IiNiIi8+PC9nPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0tMTQtNmg1OS4wODR2NTlILTE0eiIvPjwvZz48L3N2Zz4=)!important;left:2.0833333333vw;right:unset!important}html[dir=rtl] .i-arrowright:before{content:""!important}html[dir=rtl] .gap .notice_paragraph .notice_paragraph_cta .i-arrowright:before{content:""!important;font-size:1.1111111111vw!important}html[dir=rtl] .gas-pagination .m-pagination-contain .m-page .spage-number .pagination-button .i-arrow-left:before{content:""!important}html[dir=rtl] .gas-filter .m-filter-specs-box-attr{padding:0 2.7777777778vw 2.0833333333vw 0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .gas-filter .m-filter-specs-box-attr{padding:5.3333333333vw 10.6666666667vw 5.3333333333vw 5.3333333333vw}}html[dir=rtl] .gas-filter .m-filter-specs-box-attr .m-filter-specs-flex{direction:ltr!important}html[dir=rtl] .gas-filter .m-filter-specs-box-attr-list{padding-left:19.5%;padding-right:unset!important}html[dir=rtl] .gas-filter .m-filter-specs-box-attr-list .m-filter-specs-box-check-color{margin-left:unset!important;margin-right:1.0416666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .gas-filter .m-filter-specs-box-attr-list .m-filter-specs-box-check-color{margin-left:unset!important;margin-right:4vw}}html[dir=rtl] .gas-filter .m-filter-specs-box-attr-list .m-filter-specs-box-check-txt{margin-left:unset!important;margin-right:1.0416666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .gas-filter .m-filter-specs-box-attr-list .m-filter-specs-box-check-txt{margin-left:unset!important;margin-right:4vw}}html[dir=rtl] .news_details_head_content_label:before{margin-left:.9027777778vw;margin-right:unset!important}html[dir=rtl] .news_details .breadcrumb:before{margin-left:.6944444444vw;margin-right:unset!important;transform:rotate(225deg)!important}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[dir=rtl] .news_details .breadcrumb:before{margin-left:2.6666666667vw;margin-right:unset!important}}html[dir=rtl] .toshiba_rte ol li{padding-left:unset!important;padding-right:3.6805555556vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[dir=rtl] .toshiba_rte ol li{padding-left:unset!important;padding-right:6.6666666667vw}}html[dir=rtl] .toshiba_rte ol li:before{left:unset!important;right:0}html[dir=rtl] .toshiba_rte ul li{padding-left:unset!important;padding-right:2.7777777778vw}html[dir=rtl] .toshiba_rte ul li:before{left:unset!important;right:0}html[dir=rtl] .news-item-label:before{margin-left:.9027777778vw;margin-right:unset!important}html[dir=rtl] .news-list .news-item .content-wrapper .news-item-btn{left:unset!important;right:2.9166666667vw}html[dir=rtl] .inspirations .inspirations_hot_area{left:unset!important;right:30%}html[dir=rtl] .inspirations .inspirations_hot_area:last-child{left:unset!important;right:10%}html[dir=rtl] .inspirations:hover span{margin-left:unset!important;margin-right:.5555555556vw}html[dir=rtl] .search-content{padding:0 3.4722222222vw 0 1.3888888889vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .search-content{padding:0 13.3333333333vw 0 5.3333333333vw}}html[dir=rtl] .search-content .search-btn{left:unset!important;right:0}html[dir=rtl] .service-call .service-call-list .service-call-unit:nth-child(odd){margin-left:2.0833333333vw;margin-right:unset!important}html[dir=rtl] .service-call .service-call-list .service-call-unit .unit-label:before{margin-left:.6944444444vw;margin-right:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .service-call .service-call-list .service-call-unit .unit-label:before{margin-left:2.6666666667vw;margin-right:unset!important}}html[dir=rtl] .form .form-panel-body .form-input{padding:0 2.7777777778vw 0 0!important}html[dir=rtl] .form .form-panel-body .form-label .form-required{margin-left:unset!important;margin-right:.1388888889vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .form .form-panel-body .form-label .form-required{margin-left:unset!important;margin-right:.5333333333vw}}html[dir=rtl] .form .u-select .u-select-text .icon{margin-left:3.4722222222vw;margin-right:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .form .u-select .u-select-text .icon{margin-left:8vw;margin-right:unset!important}}html[dir=rtl] .form .u-select .u-select-options .u-select-options-item-text{margin-left:unset!important;margin-right:.6944444444vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .form .u-select .u-select-options .u-select-options-item-text{margin-left:unset!important;margin-right:2.6666666667vw}}html[dir=rtl] .form-group .help-icon{left:1.0416666667vw;right:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .form-group .help-icon{left:2.6666666667vw;right:unset!important}}html[dir=rtl] .products-page-container .page-number .i-arrow-left:before{content:""!important}html[dir=rtl] .tab-content-contain .tab-content .products-content .products-card .actions .details{margin-right:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .tab-content-contain .tab-content .products-content .products-card .actions .details{margin-right:unset!important}}html[dir=rtl] .tab-content-contain .tab-content .products-content .products-card .card-content .number:before{margin-left:.6944444444vw;margin-right:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .tab-content-contain .tab-content .products-content .products-card .card-content .number:before{margin-left:2.6666666667vw;margin-right:unset!important}}html[dir=rtl] .tab-content-contain .tab-content .products-content .products-card .card-content .feature li{padding-left:unset!important;padding-right:1.1805555556vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .tab-content-contain .tab-content .products-content .products-card .card-content .feature li{padding-left:unset!important;padding-right:4.5333333333vw}}html[dir=rtl] .tab-content-contain .tab-content .products-content .products-card .card-content .feature li:before{left:unset!important;right:0}html[dir=rtl] .tab-content-contain .tab-content .products-content .products-card .banner-swiper .swiper-button-next,html[dir=rtl] .tab-content-contain .tab-content .products-content .products-card .banner-swiper .swiper-button-prev{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}html[dir=rtl] .tab-content-contain .tab-content .products-content .products-card .banner-swiper .swiper-button-next{right:unset!important}html[dir=rtl] .form .btn-box{padding:2.0833333333vw 0 2.0833333333vw 2.0833333333vw!important}html[dir=rtl] .form .u-checkbox{margin-left:.6944444444vw;margin-right:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .form .u-checkbox{margin-left:2.6666666667vw;margin-right:unset!important}}html[dir=rtl] .form .form-group.upload .upload-action .help-icon{margin-left:unset!important;margin-right:.6944444444vw}html[dir=rtl] .form .form-group.upload .upload-action .upload-icon,html[dir=rtl] .service-store .store-map .store-distance-container .distance-selection .select-text{margin-left:.6944444444vw;margin-right:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .service-store .store-map .store-distance-container .distance-selection .select-text{margin-left:2.6666666667vw;margin-right:unset!important}}html[dir=rtl] .service-store .store-map .store-distance-container .distance-selection .distance-select .fake-select .distance-text{padding-left:1.3888888889vw;padding-right:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .service-store .store-map .store-distance-container .distance-selection .distance-select .fake-select .distance-text{padding-left:4vw;padding-right:unset!important}}html[dir=rtl] .service-store .store-map .store-filter .filter-box .show-filter .show-filter-icon{margin-left:.6944444444vw;margin-right:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .service-store .store-map .store-filter .filter-box .show-filter .show-filter-icon{margin-left:2.6666666667vw;margin-right:unset!important}}html[dir=rtl] .service-store .store-map .store-filter .filter-box .close-filter .show-filter-icon{margin-left:.6944444444vw;margin-right:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .service-store .store-map .store-filter .filter-box .close-filter .show-filter-icon{margin-left:2.6666666667vw;margin-right:unset!important}}html[dir=rtl] .service-store .store-map .store-filter .filter-list .check-box-list .check-box-unit .check-box-text{margin-left:unset!important;margin-right:1.0416666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .service-store .store-map .store-filter .filter-list .check-box-list .check-box-unit .check-box-text{margin-left:unset!important;margin-right:4vw}}html[dir=rtl] .service-downloads .downloads-filter .filter-box .show-filter .show-filter-icon{margin-left:.6944444444vw;margin-right:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .service-downloads .downloads-filter .filter-box .show-filter .show-filter-icon{margin-left:2.6666666667vw;margin-right:unset!important}}html[dir=rtl] .service-downloads .downloads-filter .filter-box .close-filter .show-filter-icon{margin-left:.6944444444vw;margin-right:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .service-downloads .downloads-filter .filter-box .close-filter .show-filter-icon{margin-left:2.6666666667vw;margin-right:unset!important}}html[dir=rtl] .service-downloads .downloads-filter .filter-list .check-box-list .check-box-unit .check-box-text{margin-left:unset!important;margin-right:1.0416666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .service-downloads .downloads-filter .filter-list .check-box-list .check-box-unit .check-box-text{margin-left:unset!important;margin-right:4vw}}html[dir=rtl] .form-panel-index{margin-left:2.0833333333vw;margin-right:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .form-panel-index{margin-left:5.3333333333vw;margin-right:unset!important}}html[dir=rtl] .cookie .cookie-btn .privacy-settings.btn{margin-left:0;margin-right:.6944444444vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .cookie .cookie-btn .privacy-settings.btn{margin-left:0;margin-right:2.6666666667vw}html[dir=rtl] .cookie .cookie-btn{padding-left:8vw}}html[dir=rtl] .news-swiper-banner .mask-white-bg .mask{background-color:transparent!important;background-image:linear-gradient(270deg,#fff 10%,hsla(0,0%,100%,0) 60%)!important}html[dir=rtl] .popup_container .popup_content .popup_operate a:first-child{margin-left:2.7777777778vw!important;margin-right:0!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .popup_container .popup_content .popup_operate a:first-child{margin-left:0!important}}html[dir=rtl] .popup_container .popup_content .popup_operate a:first-child{margin-left:2.7777777778vw;margin-right:unset!important}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[dir=rtl] .popup_container .popup_content .popup_operate a:first-child{margin-bottom:5.3333333333vw;margin-right:0}}html[dir=rtl] .popup_container .popup_content_close{left:2.0833333333vw;right:unset!important}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[dir=rtl] .popup_container .popup_content_close{left:5.3333333333vw;right:unset!important}}html[dir=rtl] .popup_container .popup_content_close:after{left:1px;right:unset!important}html[dir=rtl] .service-bar{background-image:linear-gradient(90deg,#000 20%,hsla(0,0%,100%,0))!important}html[dir=rtl] .z-cate-fixed{background-image:-webkit-linear-gradient(right,#000 5%,#000 70%)!important;background-image:linear-gradient(270deg,#000 5%,#000 70%)!important}html[dir=rtl] .service-map-content .service-map-list-main{left:unset!important;right:0}html[dir=rtl] .service-map-content .service-search{left:0;right:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .service-map-content .service-search{left:0!important;right:0!important}}html[dir=rtl] .service-map-content .service-search .search-form .clear-btn{left:1.3888888889vw;right:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .service-map-content .service-search .search-form .clear-btn{left:4vw;right:unset!important}}html[dir=rtl] .cookie{left:1.8%;right:unset!important}html[dir=rtl] .cookie .cookie-content{padding:1.3888888889vw 1.3888888889vw 1.0416666667vw 2.7777777778vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .cookie .cookie-content{padding:5.3333333333vw 0 4vw 5.3333333333vw!important}}html[dir=rtl] .cookie .cookie-close{left:.8333333333vw;right:unset!important}html[dir=rtl] .cookie .cookie-desc-attention{left:unset!important;right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .cookie .cookie-desc-attention{right:2.6666666667vw}}html[dir=rtl] .cookie .cookie-desc{padding-left:unset!important;padding-right:3.4722222222vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .cookie .cookie-desc{padding:0 13.3333333333vw 0 10.6666666667vw!important}}html[dir=rtl] #footer .footer_select_country,html[dir=rtl] #footer .footer_social .footer_social_tit,html[dir=rtl] #footer .footer_social_tit{font-weight:700!important}html[dir=rtl] .product-classify-list .m-category-item-check-icon{left:0;right:unset!important}html[dir=rtl] .service-map-content .service-map-list:before{left:unset;right:0}html[dir=rtl] .service-downloads .downloads-list-container .downloads-list .list-item .item-td .action-icon{margin-left:.3472222222vw;margin-right:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .service-downloads .downloads-list-container .downloads-list .list-item .item-td .action-icon{margin-left:1.3333333333vw;margin-right:0}}html[dir=rtl] .little-product-swiper .swiper-button-prev{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzEiIGhlaWdodD0iNDkiPjxkZWZzPjxmaWx0ZXIgaWQ9ImEiIHdpZHRoPSIxNTkuMiUiIGhlaWdodD0iMTMzLjklIiB4PSItMjkuNiUiIHk9Ii0xMi4xJSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94Ij48ZmVPZmZzZXQgZHk9IjIiIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRPdXRlcjEiLz48ZmVHYXVzc2lhbkJsdXIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIiBzdGREZXZpYXRpb249IjIiLz48ZmVDb2xvck1hdHJpeCBpbj0ic2hhZG93Qmx1ck91dGVyMSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjUgMCIvPjwvZmlsdGVyPjxwYXRoIGlkPSJiIiBkPSJNNDEuNjYgMTIuOSAyNi44ODggMjcuNjUgNDEuNjYgNDIuNGwtMi45NTUgNS45LTIwLjY4LTIwLjY1TDM4LjcwNiA3eiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIj48ZyB0cmFuc2Zvcm09InJvdGF0ZSgtMTgwIDIyLjU0MiAyNykiPjx1c2UgZmlsbD0iIzAwMCIgZmlsdGVyPSJ1cmwoI2EpIiB4bGluazpocmVmPSIjYiIvPjx1c2UgZmlsbD0iI0VDMUMyNCIgeGxpbms6aHJlZj0iI2IiLz48L2c+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTQ1LjA4NCA1NEgtMTRWLTVoNTkuMDg0eiIvPjwvZz48L3N2Zz4=)!important;left:unset!important;right:-5.5555555556vw!important}html[dir=rtl] .little-product-swiper .swiper-button-next{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzEiIGhlaWdodD0iNDkiPjxkZWZzPjxmaWx0ZXIgaWQ9ImEiIHdpZHRoPSIxNTkuMiUiIGhlaWdodD0iMTMzLjklIiB4PSItMjkuNiUiIHk9Ii0xMi4xJSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94Ij48ZmVPZmZzZXQgZHk9IjIiIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJzaGFkb3dPZmZzZXRPdXRlcjEiLz48ZmVHYXVzc2lhbkJsdXIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIiBzdGREZXZpYXRpb249IjIiLz48ZmVDb2xvck1hdHJpeCBpbj0ic2hhZG93Qmx1ck91dGVyMSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjUgMCIvPjwvZmlsdGVyPjxwYXRoIGlkPSJiIiBkPSJNNDEuNjYgMTMuOSAyNi44ODggMjguNjUgNDEuNjYgNDMuNGwtMi45NTUgNS45LTIwLjY4LTIwLjY1TDM4LjcwNiA4eiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQgLTYpIj48dXNlIGZpbGw9IiMwMDAiIGZpbHRlcj0idXJsKCNhKSIgeGxpbms6aHJlZj0iI2IiLz48dXNlIGZpbGw9IiNFQzFDMjQiIHhsaW5rOmhyZWY9IiNiIi8+PC9nPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0tMTQtNmg1OS4wODR2NTlILTE0eiIvPjwvZz48L3N2Zz4=);left:-5.5555555556vw;right:unset!important}html[dir=rtl] .gas-body .m-link-cards-item-actions .u-btn-primary{margin-left:2.0833333333vw;margin-right:unset!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .gas-body .m-link-cards-item-actions .u-btn-primary{margin-left:8vw;margin-right:unset!important}html[dir=rtl] .little-range-swiper .little-range-swiper-list{height:48vw!important;padding:6.6666666667vw 0 0!important}html[dir=rtl] .little-range-swiper .little-range-swiper-list a{word-wrap:break-word;height:100%;overflow:hidden;width:100%;word-break:normal}}html[dir=rtl] .news_details_head .news_details_head_content .news_details_head_content_title{font-family:MyriadPro-SemiCn,Helvetica,Arial Unicode MS,serif!important;font-style:normal;font-weight:700}html[dir=rtl] .m-compare .m-compare-cards-action .m-compare-cards-action-clear{margin-left:unset!important;margin-right:.6944444444vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .m-compare .m-compare-cards-action .m-compare-cards-action-clear{margin-left:unset!important;margin-right:2.6666666667vw}}html[dir=rtl] .m-compare .m-compare-cards-item-content{padding:1.0416666667vw 0 1.0416666667vw 1.3888888889vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .m-compare .m-compare-cards-item-content{padding:4.8vw 2.6666666667vw}}html[dir=rtl] .m-compare .card-close{left:.4166666667vw;right:unset!important}html[dir=rtl] .cate-feature-box .cate-feature .cate-feature-item .cate-part-one .cate-feature-info .cate-feature-title{text-align:right}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .cate-feature-box .cate-feature .cate-feature-item .cate-part-one .cate-feature-info{left:unset;right:0}}html[dir=rtl] .category-cards .swiper-button-next,html[dir=rtl] .category-cards .swiper-button-prev{transform:rotate(180deg)}html[dir=rtl] .category-cards .swiper-button-next{left:0;right:auto}html[dir=rtl] .category-cards .swiper-button-prev{left:auto;right:0}html[dir=rtl] .category-filter .filter-actions .icon{margin-left:.6944444444vw;margin-right:0}html[dir=rtl] .category-filter .filter-actions .filter-text{order:2}html[dir=rtl] .category-filter .filter-specs .filter-spec-item{padding-left:0;padding-right:2.7777777778vw}@media screen and (max-width:767.9px){html[dir=rtl] .category-filter .filter-specs .filter-spec-item{padding:5.3333333333vw 10.6666666667vw 5.3333333333vw 5.3333333333vw}}html[dir=rtl] .category-filter .filter-specs .filter-spec-item .filter-spec-list{padding-left:19.5%;padding-right:0}html[dir=rtl] .category-filter .filter-specs .filter-spec-item .filter-spec-list .filter-spec-icon.color{margin-left:0;margin-right:1.0416666667vw}@media screen and (max-width:767.9px){html[dir=rtl] .category-filter .filter-specs .filter-spec-item .filter-spec-list .filter-spec-icon.color{margin-right:4vw}}html[dir=rtl] .category-filter .filter-specs .filter-spec-item .filter-spec-list .filter-spec-text{margin-left:0;margin-right:1.0416666667vw}@media screen and (max-width:767.9px){html[dir=rtl] .category-filter .filter-specs .filter-spec-item .filter-spec-list .filter-spec-text{margin-right:4vw}}html[dir=rtl] .category-filter .filter-specs .filter-spec-item .filter-spec-list .see-more{margin-left:0;margin-right:2.2916666667vw}@media screen and (max-width:767.9px){html[dir=rtl] .category-filter .filter-specs .filter-spec-item .filter-spec-list .see-more{margin-right:8.8vw}}html[dir=rtl] .sort-by .sort-title{margin-left:.6944444444vw;margin-right:0}@media screen and (max-width:767.9px){html[dir=rtl] .sort-by .sort-title{margin-left:2.6666666667vw}}html[dir=rtl] .sort-by .sort-list .sort-label .item-text{margin-left:0;margin-right:.6944444444vw}@media screen and (max-width:767.9px){html[dir=rtl] .sort-by .sort-list .sort-label .item-text{margin-right:2.6666666667vw}}html[dir=rtl] .sort-by .sort-default .icon{left:0;right:auto}html[dir=rtl] .cards-container .total-result{align-items:flex-start;display:flex;justify-content:end;margin-left:3.75vw;margin-right:0;text-align:left}html[dir=rtl] .cards-container .total-result .total-num{margin-left:.3472222222vw;margin-right:0}@media screen and (max-width:767.9px){html[dir=rtl] .cards-container .total-result .total-num{margin-left:1.3333333333vw}html[dir=rtl] .cards-container .total-result{align-items:flex-end;margin-left:auto;margin-right:14.4vw}}html[dir=rtl] .product-cards .card-item .card-item-img .swiper-button-next,html[dir=rtl] .product-cards .card-item .card-item-img .swiper-button-prev{transform:rotate(180deg)}html[dir=rtl] .product-cards .card-item .card-item-img .swiper-button-next{left:8.1%!important;right:auto!important}html[dir=rtl] .product-cards .card-item .card-item-img .swiper-button-prev{left:auto!important;right:8.1%!important}html[dir=rtl] .product-cards .card-item .card-item-content .u-eyebrow:before{margin-left:.6944444444vw;margin-right:0}@media screen and (max-width:767.9px){html[dir=rtl] .product-cards .card-item .card-item-content .u-eyebrow:before{margin-left:2.6666666667vw}}html[dir=rtl] .product-cards .card-item .card-item-content .product-price .msrp,html[dir=rtl] .product-cards .card-item .card-item-content .product-price .price{margin-left:.6944444444vw;margin-right:0}@media screen and (max-width:767.9px){html[dir=rtl] .product-cards .card-item .card-item-content .product-price .msrp,html[dir=rtl] .product-cards .card-item .card-item-content .product-price .price{margin-left:2.6666666667vw}}html[dir=rtl] .product-cards .card-item .card-item-content .actions .details{margin-left:2.0833333333vw;margin-right:0}@media screen and (max-width:767.9px){html[dir=rtl] .product-cards .card-item .card-item-content .actions .details{margin-left:8vw}}html[dir=rtl] .product-cards .card-item .card-item-content .features .feature-item .text{padding-left:0;padding-right:1.1805555556vw}html[dir=rtl] .product-cards .card-item .card-item-content .features .feature-item .text:before{left:auto;right:0}@media screen and (max-width:767.9px){html[dir=rtl] .product-cards .card-item .card-item-content .features .feature-item{padding-right:4.5333333333vw}}html[dir=rtl] .u-eyebrow:before{margin-left:.6944444444vw;margin-right:0}@media screen and (max-width:767.9px){html[dir=rtl] .u-eyebrow:before{margin-left:2.6666666667vw}}html[dir=rtl] .compare-widget-cards-item-content{padding-left:1.3888888889vw;padding-right:0}@media screen and (max-width:767.9px){html[dir=rtl] .compare-widget-cards-item-content{padding-left:5.3333333333vw}}html[dir=rtl] .compare-widget-cards-item-delete{left:.4166666667vw;right:auto}@media screen and (max-width:767.9px){html[dir=rtl] .compare-widget-cards-item-delete{left:1.6vw}}html[dir=rtl] .compare-widget-cards-action .clear .clear-text{margin-left:0;margin-right:.6944444444vw}@media screen and (max-width:767.9px){html[dir=rtl] .compare-widget-cards-action .clear .clear-text{margin-right:.6944444444vw}}html[dir=rtl] .pagination-wrapper .spage-number .i-arrow-left:before{content:""!important}html[dir=rtl] .ts-top{left:1.9444444444vw;right:unset}@media screen and (max-width:767.9px){html[dir=rtl] .ts-top{left:4vw}}html[dir=rtl] .video-wrapper .wsc-dialog__header{left:-1.0416666667vw;right:unset}@media screen and (max-width:767.9px){html[dir=rtl] .video-wrapper .wsc-dialog__header{left:4vw}}html[dir=rtl] .red-title-left:before{margin-left:.6944444444vw;margin-right:0}@media screen and (max-width:767.9px){html[dir=rtl] .red-title-left:before{margin-left:2.6666666667vw}}html[dir=rtl] .cmp-teaser-remastered__content__btn.video:before{margin-left:.6944444444vw;margin-right:0;transform:rotate(180deg)}@media screen and (max-width:767.9px){html[dir=rtl] .cmp-teaser-remastered__content__btn.video:before{margin-left:2.6666666667vw}}html[dir=rtl] .store-v2 .store-v2__filter-operate span i{margin-left:.6944444444vw;margin-right:0}html[dir=rtl] .store-v2 .store-v2__total{text-align:left}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .store-v2 .store-v2__total{text-align:right}}html[dir=rtl] .store-v2 .store-v2__wrapper-search__wrapper{left:8.3333333333vw;right:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .store-v2 .store-v2__wrapper-search__wrapper{left:auto;right:4vw}}html[dir=rtl] .store-v2 .store-v2__wrapper-search__icon{left:auto;right:0}html[dir=rtl] .store-v2 .store-v2__wrapper-res{left:auto;right:8.3333333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .store-v2 .store-v2__wrapper-res{right:0}}html[lang=th] *{font-family:DB-Heavent,MyriadPro,Helvetica,Arial Unicode MS,serif!important}html[lang=th] .iconfont{font-family:iconfont,serif!important}html[lang=th] .iconfont-toshiba{font-family:iconfont-toshiba,serif!important}html[lang=th] .black-title,html[lang=th] .cate-container-main .cate-container .cate-instruction .cate-instruction-left .cate-instruction-item .cate-instruction-info .cate-instruction-title,html[lang=th] .cate-feature-box .cate-feature .cate-feature-item .cate-part-one .cate-feature-info .cate-feature-title,html[lang=th] .cate-feature-box .cate-feature .cate-feature-item .cate-part-two .cate-feature-fix .cate-feature-fix-title,html[lang=th] .compare-detail .compare-cards-container .compare-cards-list li .compare-cards-item-content .cards-item-content-title,html[lang=th] .comparison-header-content .header-content-title .u-title-tag,html[lang=th] .faq-list-container .title,html[lang=th] .faq-search .banner-search .banner-search-content .inner-content .title,html[lang=th] .font_semi,html[lang=th] .form .form-panel-header,html[lang=th] .gas-banner .cate-banner-wrap .u-title,html[lang=th] .gas-body .J-link-cards-item-title,html[lang=th] .home-cate-banner .cate-multiple .l-title,html[lang=th] .home-info-banner .text-info .title,html[lang=th] .home-support .home-support-item .home-support-item-name,html[lang=th] .home-support .home-support-title,html[lang=th] .home-text-img .left-text-right-img .text-info .title,html[lang=th] .little-product-swiper .little-product-title,html[lang=th] .m-compare .m-compare-cards-item-content .card-title,html[lang=th] .m-quick-specs .m-quick-specs-container .m-quick-specs-list .m-quick-specs-item .m-quick-specs-title,html[lang=th] .news-list .news-item .content-wrapper .news-item-title,html[lang=th] .news-top .news-top-item .content-wrapper .news-item-title,html[lang=th] .notice_paragraph_title,html[lang=th] .page-container .page-heading,html[lang=th] .red-line-title .sub-title,html[lang=th] .service-call .service-call-list .service-call-unit .unit-title,html[lang=th] .service-map-content .service-map-list .item-list .title,html[lang=th] .service-section .service-section-title,html[lang=th] .service-swiper .swiper-slide .service-banner-text .text-mark .service-swipper-title,html[lang=th] .swiper-banner .swiper-banner-main .textInfo-bg .textInfo .title,html[lang=th] .tab-content-contain .tab-content .products-content .products-card .card-content .title,html[lang=th] .video-popup-banner .video-popup-banner-title .title,html[lang=th] .wsc-product-basic__b1 .product__title{font-family:DB-Heavent,MyriadPro-SemiCn,Helvetica,Arial Unicode MS,serif!important}html[lang=en] *{font-family:MyriadPro,Helvetica,Arial Unicode MS}html[lang=th] body{font-size:1.5277777778vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[lang=th] body{font-size:5.8666666667vw}}html[lang=th] .black-title{font-size:2.9166666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .black-title{font-size:2.3611111111vw}}@media screen and (max-width:1024px){html[lang=th] input[type=color],html[lang=th] input[type=date],html[lang=th] input[type=datetime-local],html[lang=th] input[type=datetime],html[lang=th] input[type=email],html[lang=th] input[type=month],html[lang=th] input[type=number],html[lang=th] input[type=password],html[lang=th] input[type=search],html[lang=th] input[type=tel],html[lang=th] input[type=text],html[lang=th] input[type=time],html[lang=th] input[type=url],html[lang=th] input[type=week],html[lang=th] select:focus,html[lang=th] textarea{font-size:1.3888888889vw}}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[lang=th] input[type=color],html[lang=th] input[type=date],html[lang=th] input[type=datetime-local],html[lang=th] input[type=datetime],html[lang=th] input[type=email],html[lang=th] input[type=month],html[lang=th] input[type=number],html[lang=th] input[type=password],html[lang=th] input[type=search],html[lang=th] input[type=tel],html[lang=th] input[type=text],html[lang=th] input[type=time],html[lang=th] input[type=url],html[lang=th] input[type=week],html[lang=th] select:focus,html[lang=th] textarea{font-size:1.3888888889vw}}html[lang=th] .red-title{font-size:1.1111111111vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .red-title{font-size:4.2666666667vw}}html[lang=th] .home-support .home-support-title{font-size:2.9166666667vw}html[lang=th] .home-support .home-support-item .home-support-item-name{font-size:1.6666666667vw}html[lang=th] .home-support .home-support-item .home-support-item-info{font-size:1.3888888889vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[lang=th] .home-support .home-support-title{font-size:9.0666666667vw}html[lang=th] .home-support .home-support-item .home-support-item-name{font-size:6.4vw}html[lang=th] .home-support .home-support-item .home-support-item-info{font-size:5.3333333333vw}}html[lang=th] .red-btn{font-size:1.5277777778vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .red-btn{font-size:6.4vw}}html[lang=th] .red-line-title .sub-title{font-size:3.0555555556vw}html[lang=th] .red-line-title .description-title{font-size:1.6666666667vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[lang=th] .red-line-title .sub-title{font-size:9.0666666667vw}html[lang=th] .red-line-title .description-title{font-size:5.3333333333vw}}html[lang=th] #header .brand_tit{font-size:1.5277777778vw}html[lang=th] #header .nav_type_txt{font-size:1.3888888889vw}html[lang=th] #header .nav_sub_type_link{font-size:1.5277777778vw}html[lang=th] #header .nav_info_item,html[lang=th] #header .nav_sub_sub_type_link{font-size:1.3888888889vw}html[lang=th] #header .nav_info_search_submit{font-size:1.6666666667vw}html[lang=th] #header .nav_info_search_input{font-size:1.3888888889vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] #header .brand_tit{font-size:4.2666666667vw}html[lang=th] #header .nav_info_item,html[lang=th] #header .nav_mob_back_box,html[lang=th] #header .nav_sub_sub_type_link,html[lang=th] #header .nav_sub_type_link,html[lang=th] #header .nav_type_txt{font-size:5.0666666667vw}html[lang=th] #header .nav_info_search_submit{font-size:6.4vw}html[lang=th] #header .nav_info_search_input{font-size:5.3333333333vw}}html[lang=th] #footer .footer_links_tit,html[lang=th] #footer .footer_subscribe_title{font-size:1.5277777778vw}html[lang=th] #footer .footer_link,html[lang=th] #footer .footer_subscribe{font-size:1.3888888889vw}html[lang=th] #footer .footer_copyright_item{font-size:1.1111111111vw}html[lang=th] #footer .footer_copyright_item p{font-size:1.3194444444vw!important}html[lang=th] #footer .footer_copyright_txt{font-size:1.3194444444vw}html[lang=th] #footer .footer_select_country,html[lang=th] #footer .footer_social_tit{font-size:1.3888888889vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] #footer .footer_links_tit,html[lang=th] #footer .footer_subscribe_title{font-size:5.3333333333vw}html[lang=th] #footer .footer_copyright_item,html[lang=th] #footer .footer_link,html[lang=th] #footer .footer_subscribe{font-size:4.8vw}html[lang=th] #footer .footer_copyright_item p{font-size:5.0666666667vw!important}html[lang=th] #footer .footer_copyright_txt{font-size:5.0666666667vw}html[lang=th] #footer .footer_social_tit{font-size:tvwm-th(16)}html[lang=th] #footer .footer_select_country{font-size:4.8vw}}html[lang=th] .btn{font-size:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .btn{font-size:5.3333333333vw}}html[lang=th] .richtxt-title{font-size:2.7777777778vw}html[lang=th] .richtxt-title h1{font-size:4.5833333333vw}html[lang=th] .richtxt-title h2{font-size:4.0277777778vw}html[lang=th] .richtxt-title h3{font-size:3.6111111111vw}html[lang=th] .richtxt-title h4{font-size:3.0555555556vw}html[lang=th] .richtxt-title h5{font-size:2.7777777778vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .richtxt-title{font-size:8vw}html[lang=th] .richtxt-title h1{font-size:9.6vw}html[lang=th] .richtxt-title h2{font-size:9.0666666667vw}html[lang=th] .richtxt-title h3{font-size:8.5333333333vw}html[lang=th] .richtxt-title h4{font-size:8vw}html[lang=th] .richtxt-title h5{font-size:7.4666666667vw}}html[lang=th] .richtxt-description{font-size:1.25vw}html[lang=th] .richtxt-description h1{font-size:2.5vw}html[lang=th] .richtxt-description h2{font-size:2.2222222222vw}html[lang=th] .richtxt-description h3{font-size:1.9444444444vw}html[lang=th] .richtxt-description h4{font-size:1.6666666667vw}html[lang=th] .richtxt-description h5{font-size:1.3888888889vw}html[lang=th] .richtxt-description h6{font-size:1.25vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .richtxt-description{font-size:4.2666666667vw}html[lang=th] .richtxt-description h1{font-size:5.8666666667vw}html[lang=th] .richtxt-description h2{font-size:5.3333333333vw}html[lang=th] .richtxt-description h3{font-size:4.8vw}html[lang=th] .richtxt-description h4{font-size:4.2666666667vw}html[lang=th] .richtxt-description h5{font-size:3.7333333333vw}html[lang=th] .richtxt-description h6{font-size:3.2vw}}html[lang=th] .cookie .cookie-desc .cookie-desc-container{font-size:1.25vw!important}html[lang=th] .cookie .cookie-desc .cookie-content-tips{font-size:1.1111111111vw}html[lang=th] .cookie .cookie-btn,html[lang=th] .cookie .cookie-btn .btn{font-size:1.1111111111vw!important}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[lang=th] .cookie .cookie-desc .cookie-desc-container{font-size:4.8vw!important}html[lang=th] .cookie .cookie-desc .cookie-content-tips{font-size:4.2666666667vw}html[lang=th] .cookie .cookie-btn,html[lang=th] .cookie .cookie-btn .btn{font-size:4.2666666667vw!important}}html[lang=th] .toshiba_rte{font-size:1.3888888889vw}html[lang=th] .toshiba_rte h3{font-size:3.1944444444vw}html[lang=th] .toshiba_rte h4{font-size:2.7777777778vw}html[lang=th] .toshiba_rte h5{font-size:2.3611111111vw}html[lang=th] .toshiba_rte h6{font-size:1.9444444444vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[lang=th] .toshiba_rte{font-size:5.3333333333vw}html[lang=th] .toshiba_rte h3{font-size:9.6vw}html[lang=th] .toshiba_rte h4{font-size:8vw}html[lang=th] .toshiba_rte h5{font-size:6.9333333333vw}html[lang=th] .toshiba_rte h6{font-size:4.8vw}}html[lang=th] .comparison-header-content .header-content-link,html[lang=th] .comparison-header-content .header-content-link span{font-size:1.3888888889vw}html[lang=th] .comparison-header-content .header-content-title .u-title-tag{font-size:3.0555555556vw}html[lang=th] .comparison-header-content .header-content-title .comparison-header-content-count{font-size:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .comparison-header-content .header-content-link,html[lang=th] .comparison-header-content .header-content-link span{font-size:4.8vw}html[lang=th] .comparison-header-content .header-content-title .u-title-tag{font-size:9.0666666667vw}html[lang=th] .comparison-header-content .header-content-title .comparison-header-content-count{font-size:6.4vw}}html[lang=th] .compare-detail .compare-cards-container .compare-cards-list li .compare-cards-item-content .item-content-eyebrow{font-size:1.3888888889vw}html[lang=th] .compare-detail .compare-cards-container .compare-cards-list li .compare-cards-item-content .cards-item-content-title,html[lang=th] .compare-detail .compare-cards-container .compare-cards-list li .compare-cards-item-content .detail-subtitle{font-size:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .compare-detail .compare-cards-container .compare-cards-list li .compare-cards-item-content .cards-item-content-title,html[lang=th] .compare-detail .compare-cards-container .compare-cards-list li .compare-cards-item-content .detail-subtitle,html[lang=th] .compare-detail .compare-cards-container .compare-cards-list li .compare-cards-item-content .item-content-eyebrow{font-size:4.2666666667vw}}html[lang=th] .compare-product-specs .product-specs-list .specs-list-item .specs-list-title-row .specs-list-item-title{font-size:1.9444444444vw}html[lang=th] .compare-product-specs .product-specs-list .specs-list-item .specs-list-title-row .specs-list-hidden,html[lang=th] .compare-product-specs .product-specs-list .specs-list-item .specs-list-title-row .specs-list-open{font-size:2.0833333333vw}html[lang=th] .compare-product-specs .product-specs-list .specs-list-item .specs-list-box .duihao,html[lang=th] .compare-product-specs .product-specs-list .specs-list-item .specs-list-box .jian,html[lang=th] .compare-product-specs .product-specs-list .specs-list-item .specs-list-box .specs-list-attr{font-size:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .compare-product-specs .product-specs-list .specs-list-item .specs-list-title-row .specs-list-item-title{font-size:5.3333333333vw}html[lang=th] .compare-product-specs .product-specs-list .specs-list-item .specs-list-title-row .specs-list-hidden,html[lang=th] .compare-product-specs .product-specs-list .specs-list-item .specs-list-title-row .specs-list-open{font-size:7.4666666667vw}html[lang=th] .compare-product-specs .product-specs-list .specs-list-item .specs-list-box .specs-list-attr{font-size:6.4vw}html[lang=th] .compare-product-specs .product-specs-list .specs-list-item .specs-list-box .specs-list-attr-mobile{font-size:4.8vw}html[lang=th] .compare-product-specs .product-specs-list .specs-list-item .specs-list-box .duihao,html[lang=th] .compare-product-specs .product-specs-list .specs-list-item .specs-list-box .jian{font-size:6.4vw}html[lang=th] .compare-product-specs .product-specs-list .specs-list-item .specs-list-box div:nth-child(4n+1){font-size:4.8vw}}html[lang=th] .product__subtitle,html[lang=th] .product__title{font-size:2.3611111111vw}@media screen and (max-width:767.9px){html[lang=th] .product__subtitle,html[lang=th] .product__title{font-size:7.4666666667vw}}html[lang=th] .product__model{font-size:1.1111111111vw}@media screen and (max-width:767.9px){html[lang=th] .product__model{font-size:4.2666666667vw}}html[lang=th] .product__colors__name{font-size:1.3888888889vw}@media screen and (max-width:767.9px){html[lang=th] .product__colors__name{font-size:4.8vw}}html[lang=th] .product__desc,html[lang=th] .product__features{font-size:1.3888888889vw}@media screen and (max-width:767.9px){html[lang=th] .product__desc,html[lang=th] .product__features{font-size:4.8vw}}html[lang=th] .product__disclaimers{font-size:1.25vw}@media screen and (max-width:767.9px){html[lang=th] .product__disclaimers{font-size:4.2666666667vw}}html[lang=th] .product__price{font-size:2.3611111111vw}@media screen and (max-width:767.9px){html[lang=th] .product__price{font-size:7.4666666667vw}}html[lang=th] .product.list .product__subtitle,html[lang=th] .product.list .product__title{font-size:1.6666666667vw}@media screen and (max-width:767.9px){html[lang=th] .product.list .product__subtitle,html[lang=th] .product.list .product__title{font-size:5.3333333333vw}}html[lang=th] .product.list .product__price{font-size:2.3611111111vw}@media screen and (max-width:767.9px){html[lang=th] .product.list .product__price{font-size:7.4666666667vw}}html[lang=th] .wsc-product-basic a{font-size:1.3888888889vw}@media screen and (max-width:767.9px){html[lang=th] .wsc-product-basic a{font-size:5.3333333333vw}}html[lang=th] .wsc-product-basic__b1__back__link{font-size:1.3888888889vw}@media screen and (max-width:767.9px){html[lang=th] .wsc-product-basic__b1__back__link{font-size:4.8vw}}html[lang=th] .wsc-product-basic .btn{font-size:1.6666666667vw}@media screen and (max-width:767.9px){html[lang=th] .wsc-product-basic .btn{font-size:5.3333333333vw}}html[lang=th] .wsc-popup__header{font-size:1.6666666667vw}@media screen and (max-width:767.9px){html[lang=th] .wsc-popup__header{font-size:5.3333333333vw}}html[lang=th] .product-buynow-areas{font-size:1.3888888889vw}@media screen and (max-width:767.9px){html[lang=th] .product-buynow-areas{font-size:5.3333333333vw}html[lang=th] .product-buynow-areas__text{font-size:4.8vw}}html[lang=th] .product-buynow-shops__item{font-size:1.3888888889vw}@media screen and (max-width:767.9px){html[lang=th] .product-buynow-shops__item{font-size:5.3333333333vw}}html[lang=th] .product-buynow-shops__text{font-size:1.25vw}@media screen and (max-width:767.9px){html[lang=th] .product-buynow-shops__text{font-size:4.8vw}}html[lang=th] .m-fixed-nav .m-fixed-nav-bar .m-fixed-nav-bar-list{font-size:1.3888888889vw!important}html[lang=th] .m-quick-specs .m-quick-specs-container .m-quick-specs-title{font-size:4.5833333333vw!important}html[lang=th] .m-quick-specs .m-quick-specs-container .m-quick-specs-desc{font-size:1.3888888889vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .m-quick-specs .m-quick-specs-container .m-quick-specs-title{font-size:11.2vw!important}html[lang=th] .m-quick-specs .m-quick-specs-container .m-quick-specs-desc{font-size:4.8vw!important}}html[lang=th] .product-product-box .range-title{font-size:2.9166666667vw}html[lang=th] .product-product-box .range-top .range-info .range-list .range-list-li{font-size:1.3888888889vw}html[lang=th] .product-product-box .range-center-text{font-size:1.5277777778vw!important}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[lang=th] .product-product-box .range-title{font-size:8.5333333333vw!important}html[lang=th] .product-product-box .range-top .range-info .range-list .range-list-li{font-size:4.8vw}html[lang=th] .product-product-box .range-center-text{font-size:4.2666666667vw!important}}html[lang=th] .product-organ-far .product-organ-list .product-organ-list-title{font-size:1.9444444444vw}html[lang=th] .product-organ-far .product-organ-list .product-organ-list-title .product-organ-list-title-right .organ-item-btn{font-size:2.0833333333vw}html[lang=th] .product-organ-far .product-organ-list .product-organ-list-content .product-organ-list-content-item .content-item-bottom,html[lang=th] .product-organ-far .product-organ-list .product-organ-list-content .product-organ-list-content-item .content-item-top{font-size:1.3888888889vw}html[lang=th] .product-organ-far .product-organ-list .product-organ-list-content .downloads-list-container .downloads-list .item-td,html[lang=th] .product-organ-far .product-organ-list .product-organ-list-content .downloads-list-container .downloads-th{font-size:1.3888888889vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .product-organ-far .product-organ-list .product-organ-list-title{font-size:6.4vw}html[lang=th] .product-organ-far .product-organ-list .product-organ-list-title .product-organ-list-title-right .organ-item-btn{font-size:7.4666666667vw}html[lang=th] .product-organ-far .product-organ-list .product-organ-list-content .product-organ-list-content-item .content-item-bottom,html[lang=th] .product-organ-far .product-organ-list .product-organ-list-content .product-organ-list-content-item .content-item-top{font-size:5.3333333333vw}html[lang=th] .product-organ-far .product-organ-list .product-organ-list-content .downloads-list-container .downloads-list .item-td{font-size:5.3333333333vw!important}}html[lang=th] .m-list-cards-far .more .more-btn{font-size:1.5277777778vw}html[lang=th] .m-list-cards-far .m-list-cards .m-list-cards-item .m-list-cards-item-desc .m-detail-banner-content-description-title,html[lang=th] .m-list-cards-far .m-list-cards .m-list-cards-item .m-list-cards-item-desc .m-detail-banner-content-title,html[lang=th] .m-list-cards-far .m-list-cards .m-list-cards-item .m-list-cards-item-desc .m-list-cards-item-desc-details .u-btn-primary{font-size:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .m-list-cards-far .more .more-btn{font-size:4.8vw}html[lang=th] .m-list-cards-far .m-list-cards .m-list-cards-item .m-list-cards-item-desc .m-detail-banner-content-description-title,html[lang=th] .m-list-cards-far .m-list-cards .m-list-cards-item .m-list-cards-item-desc .m-detail-banner-content-title,html[lang=th] .m-list-cards-far .m-list-cards .m-list-cards-item .m-list-cards-item-desc .m-list-cards-item-desc-details .u-btn-primary{font-size:5.3333333333vw}}html[lang=th] .video-popup-banner .video-popup-banner-title .title{font-size:3.0555555556vw}html[lang=th] .video-popup-banner .video-popup-banner-title .dec{font-size:1.6666666667vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[lang=th] .video-popup-banner .video-popup-banner-title .title{font-size:9.0666666667vw}html[lang=th] .video-popup-banner .video-popup-banner-title .dec{font-size:5.3333333333vw}}html[lang=th] .range-product-box .range-top .range-title{font-size:2.9166666667vw}html[lang=th] .range-product-box .range-top .range-list .range-list-li{font-size:1.3888888889vw}html[lang=th] .range-product-box .range-center .range-center-text{font-size:1.5277777778vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[lang=th] .range-product-box .range-center .range-center-text{font-size:4.2666666667vw}}html[lang=th] .little-range-swiper .little-range-swiper-list .title{font-size:1.5277777778vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .little-range-swiper .little-range-swiper-list .title{font-size:5.8666666667vw}html[lang=th] .little-range-swiper .little-range-swiper-list .select-btn{font-size:6.4vw}}html[lang=th] .cate-container-main .cate-instruction-subtitle{font-size:1.3888888889vw!important}html[lang=th] .cate-container-main .cate-instruction-title{font-size:1.6666666667vw!important}html[lang=th] .cate-container-main .cate-instruction-content{font-size:1.3888888889vw!important}html[lang=th] .cate-container-main .cate-instruction-list-item{font-size:1.25vw!important}html[lang=th] .cate-container-main .more-button-common{font-size:1.6666666667vw!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .cate-container-main .cate-instruction-subtitle,html[lang=th] .cate-container-main .cate-instruction-title{font-size:4.2666666667vw!important}html[lang=th] .cate-container-main .cate-instruction-list-item{font-size:4.8vw!important}html[lang=th] .cate-container-main .more-button-common{font-size:6.4vw!important}}html[lang=th] .cate-banner-bar .cate-banner-bar-list .cate-banner-bar-item{font-size:1.3888888889vw!important}html[lang=th] .cate-feature-box .cate-feature .cate-feature-item .cate-part-one .cate-feature-title{font-size:3.0555555556vw!important}html[lang=th] .cate-feature-box .cate-feature .cate-feature-item .cate-part-one .cate-feature-content{font-size:1.6666666667vw!important}html[lang=th] .cate-feature-box .cate-feature .cate-feature-item .cate-part-one .cate-feature-dec{font-size:1.1111111111vw!important}html[lang=th] .cate-feature-box .cate-feature .cate-feature-item .cate-part-two .cate-feature-fix-title{font-size:2.7777777778vw!important}html[lang=th] .cate-feature-box .cate-feature .cate-feature-item .cate-part-two .cate-feature-model{font-size:1.25vw!important}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[lang=th] .cate-feature-box .cate-feature .cate-feature-item .cate-part-one .cate-feature-title{font-size:8.5333333333vw!important}html[lang=th] .cate-feature-box .cate-feature .cate-feature-item .cate-part-one .cate-feature-content{font-size:5.3333333333vw!important}html[lang=th] .cate-feature-box .cate-feature .cate-feature-item .cate-part-one .cate-feature-dec{font-size:4.2666666667vw!important}html[lang=th] .cate-feature-box .cate-feature .cate-feature-item .cate-part-two .cate-feature-fix-title{font-size:9.0666666667vw!important}html[lang=th] .cate-feature-box .cate-feature .cate-feature-item .cate-part-two .cate-feature-model{font-size:5.3333333333vw!important}}html[lang=th] .home-cate-banner .cate-multiple .l-title{font-size:3.0555555556vw!important}html[lang=th] .home-cate-banner .cate-multiple .cate-multiple-content{font-size:1.9444444444vw!important}html[lang=th] .home-cate-banner .cate-multiple .cate-multiple-content-text{font-size:1.1111111111vw!important}html[lang=th] .home-cate-banner .cate-multiple .cate-multiple-item-title{font-size:1.6666666667vw!important}html[lang=th] .home-cate-banner .cate-multiple .cate-multiple-item-model{font-size:1.3888888889vw!important}html[lang=th] .home-cate-banner .cate-multiple .button-box .more-button-common{font-size:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .home-cate-banner .cate-multiple .l-title{font-size:9.0666666667vw!important}html[lang=th] .home-cate-banner .cate-multiple .cate-multiple-content{font-size:5.3333333333vw!important}html[lang=th] .home-cate-banner .cate-multiple .cate-multiple-content-text{font-size:4.2666666667vw!important}html[lang=th] .home-cate-banner .cate-multiple .cate-multiple-item-title{font-size:4.8vw!important}html[lang=th] .home-cate-banner .cate-multiple .cate-multiple-item-model{font-size:4.2666666667vw!important}html[lang=th] .home-cate-banner .cate-multiple .button-box .more-button-common{font-size:6.4vw}}html[lang=th] .product-classify-bottom-text{font-size:1.1805555556vw}html[lang=th] .product-classify-bottom-text .button-box .more-button-common{font-size:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .product-classify-bottom-text{font-size:4.5333333333vw}html[lang=th] .product-classify-bottom-text .button-box .more-button-common{font-size:6.4vw}}html[lang=th] .country-selector-main .mainland .name{font-size:1.9444444444vw}html[lang=th] .country-selector-main .mainland .countries .country{font-size:1.25vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .country-selector-main .mainland .name{font-size:6.4vw}html[lang=th] .country-selector-main .mainland .countries .country{font-size:4.8vw}}html[lang=th] .faq-search .banner-search .banner-search-content .inner-content .title{font-size:3.0555555556vw}html[lang=th] .faq-search .banner-search .banner-search-content .inner-content .desc,html[lang=th] .faq-search .banner-search .banner-search-content .inner-content .search-form .search-input{font-size:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .faq-search .banner-search .banner-search-content .inner-content .title{font-size:11.7333333333vw}html[lang=th] .faq-search .banner-search .banner-search-content .inner-content .desc{font-size:5.3333333333vw}html[lang=th] .faq-search .banner-search .banner-search-content .inner-content .search-form .search-input{font-size:6.4vw}}html[lang=th] .little-product-title{font-size:1.5277777778vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .little-product-title{font-size:5.8666666667vw}}html[lang=th] .faq-list-container .little-title{font-size:1.1111111111vw}html[lang=th] .faq-list-container .title{font-size:2.9166666667vw}html[lang=th] .faq-list-container .faq-list-items .faq-list-item .faq-list-item-title .title-text{font-size:1.9444444444vw}html[lang=th] .faq-list-container .faq-list-items .faq-list-item .faq-list-item-title .collapse-item-button{font-size:2.0833333333vw}html[lang=th] .faq-list-container .faq-list-items .faq-list-item .faq-list-item-title .faq-list-item-answer{font-size:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .faq-list-container .little-title{font-size:4.2666666667vw}html[lang=th] .faq-list-container .title{font-size:8.5333333333vw}html[lang=th] .faq-list-container .faq-list-items .faq-list-item .faq-list-item-title .title-text{font-size:6.4vw}html[lang=th] .faq-list-container .faq-list-items .faq-list-item .faq-list-item-title .collapse-item-button{font-size:7.4666666667vw}html[lang=th] .faq-list-container .faq-list-items .faq-list-item .faq-list-item-title .faq-list-item-answer{font-size:6.4vw}}html[lang=th] .faq-search-result .back .back-to .text{font-size:1.3888888889vw}html[lang=th] .faq-search-result .faq-list-wrap .no-data{font-size:1.6666666667vw}html[lang=th] .faq-search-result .faq-list-wrap .faq-list-item .faq-list-item-row .faq-list-item-title{font-size:1.9444444444vw}html[lang=th] .faq-search-result .faq-list-wrap .faq-list-box .faq-list-description{font-size:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .faq-search-result .back .back-to .text{font-size:5.3333333333vw}html[lang=th] .faq-search-result .faq-list-wrap .faq-list-box .faq-list-description,html[lang=th] .faq-search-result .faq-list-wrap .faq-list-item .faq-list-item-row .faq-list-item-title,html[lang=th] .faq-search-result .faq-list-wrap .no-data{font-size:6.4vw}}html[lang=th] .gas-banner .cate-banner-wrap .u-title{font-size:3.0555555556vw}html[lang=th] .gas-banner .cate-banner-wrap .u-content{font-size:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .gas-banner .cate-banner-wrap .u-title{font-size:6.9333333333vw}html[lang=th] .gas-banner .cate-banner-wrap .u-content{font-size:5.3333333333vw}}html[lang=th] .product-classify-list-title{font-size:1.3888888889vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .product-classify-list-title{font-size:5.3333333333vw}}html[lang=th] .product-classify-list .little-title,html[lang=th] .product-classify-list .m-category-item-title{font-size:1.3888888889vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .product-classify-list .little-title{font-size:5.3333333333vw}html[lang=th] .product-classify-list .m-category-item-title{font-size:4.2666666667vw}}html[lang=th] .gas-filter .m-filter-sortby,html[lang=th] .gas-filter .m-filter-specs,html[lang=th] .gas-filter .m-filter-specs-flex span{font-size:1.3888888889vw}html[lang=th] .gas-filter .m-filter-specs-box-check-icon span{font-size:1.25vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .gas-filter .m-filter-specs{font-size:fvmw-th(14)}html[lang=th] .gas-filter .m-filter-specs,html[lang=th] .gas-filter .m-filter-specs-flex span{font-size:5.3333333333vw}html[lang=th] .gas-filter .m-filter-specs-actions-btns-icon{font-size:6.4vw}html[lang=th] .gas-filter .m-filter-specs-box-check-icon span,html[lang=th] .gas-filter .m-filter-specs-box-check-txt,html[lang=th] .gas-filter .m-filter-specs-box-row .m-filter-title,html[lang=th] .gas-filter .m-filter-title{font-size:4.8vw}}html[lang=th] .gas-body .gas-subtitle{font-size:1.6666666667vw}html[lang=th] .gas-body .m-link-cards-container .total-results{font-size:1.3888888889vw}html[lang=th] .gas-body .u-eyebrow{font-size:1.1111111111vw}html[lang=th] .gas-body .J-link-cards-item-title{font-size:1.6666666667vw}html[lang=th] .gas-body .m-link-cards-desc{font-size:1.3888888889vw}html[lang=th] .gas-body .m-link-cards-item-content-color .gas-price{font-size:2.3611111111vw}html[lang=th] .gas-body .m-link-cards-item-actions .u-btn-primary{font-size:1.6666666667vw}html[lang=th] .gas-body .m-link-cards-item-actions .add-to-compare{font-size:1.3888888889vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .gas-body .gas-subtitle{font-size:6.4vw}html[lang=th] .gas-body .m-link-cards-container .total-results{font-size:5.3333333333vw}html[lang=th] .gas-body .u-eyebrow{font-size:4.2666666667vw}html[lang=th] .gas-body .J-link-cards-item-title{font-size:5.3333333333vw}html[lang=th] .gas-body .m-link-cards-desc{font-size:4.8vw}html[lang=th] .gas-body .m-link-cards-item-content-color .gas-price{font-size:9.0666666667vw}html[lang=th] .gas-body .m-link-cards-item-actions .u-btn-primary{font-size:5.3333333333vw}html[lang=th] .gas-body .m-link-cards-item-actions .add-to-compare{font-size:4.8vw}}html[lang=th] .gas-pagination .m-page,html[lang=th] .gas-pagination .m-page .spage-number .pagination-button{font-size:1.3888888889vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .gas-pagination .m-page{font-size:4.8vw}html[lang=th] .gas-pagination .m-page .spage-number .pagination-button{font-size:5.3333333333vw}}html[lang=th] .m-compare .gas-subtitle{font-size:1.3194444444vw}html[lang=th] .m-compare .m-compare-cards-item-content .card-tag{font-size:1.1111111111vw}html[lang=th] .m-compare .m-compare-cards-item-content .card-desc,html[lang=th] .m-compare .m-compare-cards-item-content .card-title{font-size:1.3888888889vw}html[lang=th] .m-compare .m-compare-cards-action .u-btn-primary{font-size:1.6666666667vw}html[lang=th] .m-compare .m-compare-cards-action .add-to-compare{font-size:1.3888888889vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .m-compare .gas-subtitle{font-size:5.0666666667vw}html[lang=th] .m-compare .m-compare-cards-item-content .card-desc,html[lang=th] .m-compare .m-compare-cards-item-content .card-tag,html[lang=th] .m-compare .m-compare-cards-item-content .card-title{font-size:4.2666666667vw}html[lang=th] .m-compare .m-compare-cards-action .u-btn-primary{font-size:5.3333333333vw}html[lang=th] .m-compare .m-compare-cards-action .add-to-compare{font-size:4.8vw}}html[lang=th] .product-cards .card-item .card-item-content .actions .add-to-compare{font-size:1.3888888889vw}@media screen and (max-width:767.9px){html[lang=th] .product-cards .card-item .card-item-content .actions .add-to-compare{font-size:4.8vw}}html[lang=th] .swiper-banner .swiper-slide .slide-more-btn-1,html[lang=th] .swiper-banner .swiper-slide .slide-more-btn-2{font-size:1.3888888889vw}html[lang=th] .swiper-banner .swiper-banner-main .textInfo-bg .textInfo .title{font-size:3.0555555556vw}html[lang=th] .swiper-banner .swiper-banner-main .textInfo-bg .textInfo .sub-title{font-size:2.9166666667vw}html[lang=th] .swiper-banner .swiper-banner-main .textInfo-bg .textInfo .description-title,html[lang=th] .swiper-banner .swiper-banner-main .textInfo-bg .textInfo .text-btn{font-size:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .swiper-banner .swiper-slide .slide-more-btn-1,html[lang=th] .swiper-banner .swiper-slide .slide-more-btn-2{font-size:5.3333333333vw}html[lang=th] .swiper-banner .swiper-banner-main .textInfo-bg .textInfo .sub-title,html[lang=th] .swiper-banner .swiper-banner-main .textInfo-bg .textInfo .title{font-size:8.5333333333vw}html[lang=th] .swiper-banner .swiper-banner-main .textInfo-bg .textInfo .description-title{font-size:5.3333333333vw}html[lang=th] .swiper-banner .swiper-banner-main .textInfo-bg .textInfo .text-btn{font-size:6.4vw}}html[lang=th] .home-info-banner .text-info .title{font-size:2.9166666667vw}html[lang=th] .home-info-banner .text-info .btn-info,html[lang=th] .home-info-banner .text-info .sub-title{font-size:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .home-info-banner .text-info .title{font-size:9.0666666667vw}html[lang=th] .home-info-banner .text-info .sub-title{font-size:5.3333333333vw}html[lang=th] .home-info-banner .text-info .btn-info,html[lang=th] .home-info-banner .text-info .video-btn{font-size:6.4vw}}html[lang=th] .home-notices{font-size:1.6666666667vw}html[lang=th] .home-notices .home-notices-button-box .home-notices-button{font-size:1.5277777778vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .home-notices{font-size:4.2666666667vw}html[lang=th] .home-notices .home-notices-button-box .home-notices-button{font-size:4.8vw}}html[lang=th] .home-bottom-text{font-size:1.2847222222vw}html[lang=th] .home-bottom-text .button-box .more-button-common{font-size:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .home-bottom-text{font-size:4.9333333333vw}html[lang=th] .home-bottom-text .button-box .more-button-common{font-size:6.4vw}}html[lang=th] .home-text-img .left-text-right-img .text-info .title{font-size:2.3611111111vw}html[lang=th] .home-text-img .left-text-right-img .text-info .link-btn,html[lang=th] .home-text-img .left-text-right-img .text-info .sub-title{font-size:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .home-text-img .left-text-right-img .text-info .title{font-size:7.4666666667vw}html[lang=th] .home-text-img .left-text-right-img .text-info .sub-title{font-size:5.3333333333vw}html[lang=th] .home-text-img .left-text-right-img .text-info .link-btn,html[lang=th] .home-text-img .left-text-right-img .text-info .video-btn{font-size:6.4vw}}html[lang=th] .little-product-swiper .little-product-swiper-list .title,html[lang=th] .little-product-swiper .little-product-title{font-size:1.5277777778vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .little-product-swiper .little-product-title{font-size:5.3333333333vw}html[lang=th] .little-product-swiper .little-product-swiper-list .title{font-size:5.8666666667vw}}html[lang=th] .news_details .breadcrumb{font-size:1.3888888889vw}html[lang=th] .news_details_head_content_label{font-size:1.1111111111vw}html[lang=th] .news_details_head_content_title{font-size:3.0555555556vw}html[lang=th] .news_details_head_content_info{font-size:1.3888888889vw}html[lang=th] .news_details_share p{font-size:1.6666666667vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[lang=th] .news_details .breadcrumb{font-size:4.8vw}html[lang=th] .news_details_head_content_label{font-size:3.7333333333vw}html[lang=th] .news_details_head_content_title{font-size:9.0666666667vw}html[lang=th] .news_details_head_content_info{font-size:5.3333333333vw}html[lang=th] .news_details_share p{font-size:4.8vw}}html[lang=th] .product_card_name{font-size:1.6666666667vw}html[lang=th] .product_card_description{font-size:1.3888888889vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[lang=th] .product_card_name{font-size:5.3333333333vw}html[lang=th] .product_card_description{font-size:4.8vw}}html[lang=th] .news-tabs .news-tabs-item{font-size:1.6666666667vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[lang=th] .news-tabs .news-tabs-item{font-size:6.4vw}}html[lang=th] .news-item-label{font-size:1.1111111111vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[lang=th] .news-item-label{font-size:3.7333333333vw}}html[lang=th] .news-top .news-top-item .content-wrapper .news-item-title{font-size:2.3611111111vw}html[lang=th] .news-top .news-top-item .content-wrapper .news-item-btn,html[lang=th] .news-top .news-top-item .content-wrapper .news-item-desc{font-size:1.6666666667vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[lang=th] .news-top .news-top-item .content-wrapper .news-item-title{font-size:7.7333333333vw}html[lang=th] .news-top .news-top-item .content-wrapper .news-item-btn,html[lang=th] .news-top .news-top-item .content-wrapper .news-item-desc{font-size:5.3333333333vw}}html[lang=th] .news-list .news-item .content-wrapper .news-item-title{font-size:2.3611111111vw}html[lang=th] .news-list .news-item .content-wrapper .news-item-btn,html[lang=th] .news-list .news-item .content-wrapper .news-item-desc,html[lang=th] .news-list .u-result-tips{font-size:1.6666666667vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[lang=th] .news-list .news-item .content-wrapper .news-item-label{font-size:3.7333333333vw}html[lang=th] .news-list .news-item .content-wrapper .news-item-title{font-size:7.7333333333vw}html[lang=th] .news-list .news-item .content-wrapper .news-item-btn,html[lang=th] .news-list .news-item .content-wrapper .news-item-desc{font-size:5.3333333333vw}html[lang=th] .news-list .u-result-tips{font-size:6.4vw}}html[lang=th] .notice_paragraph_title{font-size:1.9444444444vw}html[lang=th] .notice_paragraph_content,html[lang=th] .notice_paragraph_cta{font-size:1.3888888889vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[lang=th] .notice_paragraph_title{font-size:6.4vw}html[lang=th] .notice_paragraph_content{font-size:4.8vw}html[lang=th] .notice_paragraph_cta{font-size:5.3333333333vw}}html[lang=th] .inspirations_hot_area span{font-size:1.6666666667vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[lang=th] .inspirations_hot_area span{font-size:6.4vw}}html[lang=th] .popular_questions_title{font-size:2.9166666667vw}html[lang=th] .popular_questions_item a p{font-size:2.3611111111vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[lang=th] .popular_questions_title{font-size:9.0666666667vw}html[lang=th] .popular_questions_item a p{font-size:5.3333333333vw}}html[lang=th] .popup_container .popup_content,html[lang=th] .popup_container .popup_content .popup_operate{font-size:1.6666666667vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[lang=th] .popup_container .popup_content{font-size:5.3333333333vw}html[lang=th] .popup_container .popup_content .popup_operate{font-size:6.4vw}}html[lang=th] .search-content .search-content-input{font-size:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .search-content .search-content-input{font-size:5.3333333333vw}}html[lang=th] .product-tabs{font-size:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .product-tabs{font-size:6.4vw}}html[lang=th] .tab-content-contain .total-results{font-size:1.3888888889vw}html[lang=th] .tab-content-contain .tab-content .no-result{font-size:1.6666666667vw}html[lang=th] .tab-content-contain .tab-content .pages-content .pages-news-item .title{font-size:1.9444444444vw}html[lang=th] .tab-content-contain .tab-content .pages-content .pages-news-item .desc{font-size:1.6666666667vw}html[lang=th] .tab-content-contain .tab-content .products-content .number{font-size:1.1111111111vw!important}html[lang=th] .tab-content-contain .tab-content .products-content .subtitle,html[lang=th] .tab-content-contain .tab-content .products-content .title{font-size:1.6666666667vw!important}html[lang=th] .tab-content-contain .tab-content .products-content .desc,html[lang=th] .tab-content-contain .tab-content .products-content .feature{font-size:1.3888888889vw!important}html[lang=th] .tab-content-contain .tab-content .products-content .m-price{font-size:1.9444444444vw!important}html[lang=th] .tab-content-contain .tab-content .products-content .actions .details{font-size:1.6666666667vw!important}html[lang=th] .tab-content-contain .tab-content .products-content .actions .add{font-size:1.3888888889vw!important}html[lang=th] .tab-content-contain .tab-content .news-content .item .title{font-size:1.9444444444vw}html[lang=th] .tab-content-contain .tab-content .news-content .item .desc{font-size:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .tab-content-contain .total-results{font-size:5.3333333333vw}html[lang=th] .tab-content-contain .tab-content .no-result{font-size:6.4vw}html[lang=th] .tab-content-contain .tab-content .pages-content .pages-news-item .title{font-size:7.4666666667vw}html[lang=th] .tab-content-contain .tab-content .pages-content .pages-news-item .desc{font-size:5.3333333333vw}html[lang=th] .tab-content-contain .tab-content .products-content .number{font-size:4.2666666667vw!important}html[lang=th] .tab-content-contain .tab-content .products-content .subtitle{font-size:5.3333333333vw!important}html[lang=th] .tab-content-contain .tab-content .products-content .desc,html[lang=th] .tab-content-contain .tab-content .products-content .feature{font-size:4.8vw!important}html[lang=th] .tab-content-contain .tab-content .products-content .m-price{font-size:6.9333333333vw!important}html[lang=th] .tab-content-contain .tab-content .products-content .actions .details{font-size:5.3333333333vw!important}html[lang=th] .tab-content-contain .tab-content .products-content .actions .add{font-size:4.8vw!important}html[lang=th] .tab-content-contain .tab-content .news-content .item .title{font-size:7.4666666667vw}html[lang=th] .tab-content-contain .tab-content .news-content .item .desc{font-size:5.3333333333vw!important}}html[lang=th] .products-page-container .page-number,html[lang=th] .products-page-container .page-number button{font-size:1.3888888889vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .products-page-container .page-number,html[lang=th] .products-page-container .page-number button{font-size:5.3333333333vw}}html[lang=th] .service-swiper .swiper-slide .service-banner-text .text-mark .service-swipper-title{font-size:3.0555555556vw}html[lang=th] .service-swiper .swiper-slide .service-banner-text .text-mark .service-swipper-sub-title{font-size:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .service-swiper .swiper-slide .service-banner-text .text-mark .service-swipper-title{font-size:8.5333333333vw}html[lang=th] .service-swiper .swiper-slide .service-banner-text .text-mark .service-swipper-sub-title{font-size:5.3333333333vw}}html[lang=th] .service-bar .service-bar-list .service-bar-item,html[lang=th] .service-nav .service-nav-list .service-nav-unit{font-size:1.3888888889vw}html[lang=th] .service-section .service-section-title{font-size:3.0555555556vw}html[lang=th] .service-section .service-section-sub-title{font-size:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .service-section .service-section-title{font-size:9.0666666667vw}html[lang=th] .service-section .service-section-sub-title{font-size:5.3333333333vw}}html[lang=th] .service-call .service-call-list .service-call-unit .unit-label{font-size:1.1111111111vw}html[lang=th] .service-call .service-call-list .service-call-unit .unit-title{font-size:2.9166666667vw}html[lang=th] .service-call .service-call-list .service-call-unit .unit-sub-title{font-size:1.9444444444vw}html[lang=th] .service-call .service-call-list .service-call-unit .unit-sub-des{font-size:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .service-call .service-call-list .service-call-unit .unit-label{font-size:4.2666666667vw}html[lang=th] .service-call .service-call-list .service-call-unit .unit-title{font-size:9.0666666667vw}html[lang=th] .service-call .service-call-list .service-call-unit .unit-sub-des,html[lang=th] .service-call .service-call-list .service-call-unit .unit-sub-title{font-size:5.3333333333vw}}html[lang=th] .service-store .store-map .store-filter{font-size:1.3888888889vw}html[lang=th] .service-store .store-map .store-filter .filter-list .check-box-list .check-box-unit .check-box-fake .check-box-active{font-size:1.1111111111vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .service-store .store-map .store-filter .filter-box,html[lang=th] .service-store .store-map .store-filter .filter-list .check-box-list .check-box-unit .check-box-fake .check-box-active,html[lang=th] .service-store .store-map .store-filter .filter-list .check-box-list .check-box-unit .check-box-text{font-size:4.8vw}}html[lang=th] .service-downloads .downloads-filter{font-size:1.3888888889vw}html[lang=th] .service-downloads .downloads-filter .filter-list .check-box-list .check-box-unit .check-box-fake .check-box-active{font-size:1.25vw}html[lang=th] .service-downloads .downloads-list-container .downloads-list .list-item .item-td,html[lang=th] .service-downloads .downloads-list-container .downloads-title .downloads-th{font-size:1.3888888889vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .service-downloads .downloads-filter .filter-box,html[lang=th] .service-downloads .downloads-filter .filter-list .check-box-list .check-box-unit .check-box-fake .check-box-active,html[lang=th] .service-downloads .downloads-filter .filter-list .check-box-list .check-box-unit .check-box-text{font-size:4.8vw}html[lang=th] .service-downloads .downloads-list-container .downloads-list .list-item .item-td{font-size:5.3333333333vw}html[lang=th] .service-downloads .downloads-list-container .downloads-list .list-item .item-td .item-title{font-size:3.7333333333vw}}html[lang=th] .service-map-content .service-map-list,html[lang=th] .service-map-content .service-search .search-form .search-input{font-size:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .service-map-content .service-search .search-form .search-input{font-size:6.4vw}html[lang=th] .service-map-content .service-map-list{font-size:5.3333333333vw}}html[lang=th] .store-distance-container .distance-result,html[lang=th] .store-distance-container .distance-selection{font-size:1.3888888889vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .store-distance-container .distance-result,html[lang=th] .store-distance-container .distance-selection{font-size:5.3333333333vw}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){html[lang=th] .service-store .store-map .store-filter .filter-list .check-box-list .check-box-unit .check-box-fake .check-box-active{font-size:1.0416666667vw}}@media screen and (-ms-high-contrast:active)and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (-ms-high-contrast:active)and (max-width:639px),screen and (-ms-high-contrast:none)and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (-ms-high-contrast:none)and (max-width:639px){html[lang=th] .service-store .store-map .store-filter .filter-list .check-box-list .check-box-unit .check-box-fake .check-box-active{font-size:4vw}}html[lang=th] .form .form-panel-header .form-panel-index{font-size:2.9166666667vw}html[lang=th] .form .form-panel-header .form-panel-title{font-size:2.3611111111vw}html[lang=th] .form .form-panel-body .form-title,html[lang=th] .form .form-panel-header .form-panel-title p{font-size:1.3194444444vw}html[lang=th] .form .form-panel-body .form-title .title{font-size:2.3611111111vw}html[lang=th] .form .form-panel-body .form-group{font-size:1.3888888889vw}html[lang=th] .form .form-panel-body .form-label{font-size:1.1111111111vw}html[lang=th] .form .form-panel-body .form-input{font-size:1.3888888889vw}html[lang=th] .form .form-panel-body .form-tips{font-size:1.1111111111vw}html[lang=th] .form .form-panel-body .form-textarea{font-size:1.3888888889vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[lang=th] .form .form-panel-body .form-title{font-size:5.0666666667vw}html[lang=th] .form .form-panel-body .form-title .title{font-size:9.0666666667vw}html[lang=th] .form .form-panel-body .form-group{font-size:5.3333333333vw}html[lang=th] .form .form-panel-body .form-label{font-size:4.2666666667vw}html[lang=th] .form .form-panel-body .form-input{font-size:5.3333333333vw}html[lang=th] .form .form-panel-body .form-tips{font-size:4.2666666667vw}html[lang=th] .form .form-panel-body .form-textarea{font-size:5.3333333333vw}}html[lang=th] .form .u-select{font-size:1.3888888889vw}html[lang=th] .form .u-select .u-select-text{font-size:fvm-th(16)}html[lang=th] .form .form-footer .form-agree,html[lang=th] .form .form-link{font-size:1.6666666667vw}html[lang=th] .form .form-desc{font-size:1.3194444444vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){html[lang=th] .form .form-panel-header .form-panel-index,html[lang=th] .form .form-panel-header .form-panel-title{font-size:6.4vw}html[lang=th] .form .form-panel-header .form-panel-title p{font-size:5.0666666667vw}html[lang=th] .form .u-select{font-size:5.3333333333vw}html[lang=th] .form .u-select .u-select-text{font-size:fvmm-th(16)}html[lang=th] .form .form-footer .form-agree{font-size:6.4vw}html[lang=th] .form .form-footer .form-link{font-size:5.3333333333vw}html[lang=th] .form .form-desc{font-size:5.0666666667vw}}html[lang=th] .page-container .page-heading{font-size:3.0555555556vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .page-container .page-heading{font-size:9.0666666667vw}}html[lang=th] .richtext-cont{font-size:1.6666666667vw}html[lang=th] .richtext-cont .grey{font-size:1.25vw}html[lang=th] .richtext-cont .more-button{font-size:1.6666666667vw}html[lang=th] .richtext-cont h1{font-weight:3.0555555556vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[lang=th] .richtext-cont{font-size:6.4vw}html[lang=th] .richtext-cont .grey{font-size:4.8vw}html[lang=th] .richtext-cont .more-button{font-size:6.4vw}html[lang=th] .richtext-cont h1{font-weight:11.7333333333vw}}html[lang=th] .cmp-teaser-remastered__content__title p{font-size:2.3611111111vw}html[lang=th] .cmp-teaser-remastered__content__desc p{font-size:1.6666666667vw}html[lang=th] .cmp-teaser-remastered__content__dscm p{font-size:1.25vw}html[lang=th] .cmp-teaser-remastered__content .btn{font-size:1.6666666667vw}@media screen and (max-width:767.9px){html[lang=th] .cmp-teaser-remastered__content__title p{font-size:7.4666666667vw}html[lang=th] .cmp-teaser-remastered__content__desc p{font-size:5.3333333333vw}html[lang=th] .cmp-teaser-remastered__content__dscm p{font-size:4.8vw}html[lang=th] .cmp-teaser-remastered__content .btn{font-size:6.4vw}}html[lang=vi] *{font-family:MyriadPro,Helvetica,Arial Unicode MS}html[lang=vi] .iconfont{font-family:iconfont,serif!important}html[lang=vi] .iconfont-toshiba{font-family:iconfont-toshiba,serif!important}html[lang=vi] b,html[lang=vi] strong{font-weight:700}.video-wrapper{max-height:90%;max-width:100%;min-height:34.7222222222vw;padding:0;width:83.3333333333vw}@media screen and (max-width:1024.9px){.video-wrapper{height:auto;width:100%}}.video-wrapper video{background-color:#000;max-height:100%;max-width:100%;width:100%}.video-wrapper iframe{display:block!important;height:100%!important;width:100%!important}.video-wrapper .vimeo-wrapper,.video-wrapper .vimeo-wrapper__video{height:100%;width:100%}.video-wrapper .wsc-dialog__body{background-color:#000;height:100%;padding-top:0;text-align:center}.video-wrapper .wsc-dialog__header{align-items:center;background-color:#000;border-radius:50%;display:flex;height:2.0833333333vw;justify-content:center;padding:0;position:absolute;right:-1.0416666667vw;top:-1.0416666667vw;width:2.0833333333vw;z-index:1}@media screen and (max-width:1024.9px){.video-wrapper .wsc-dialog__header{height:8vw;right:4vw;top:-10.8vw;width:8vw}}.video-wrapper .wsc-dialog__close{display:inline-flex;position:relative;width:.8333333333vw}@media screen and (max-width:1024.9px){.video-wrapper .wsc-dialog__close{width:3.2vw}}.video-wrapper .wsc-icon__close,.video-wrapper .wsc-icon__close:before{height:.1388888889vw}@media screen and (max-width:1024.9px){.video-wrapper .wsc-icon__close,.video-wrapper .wsc-icon__close:before{height:.5333333333vw}}.gws-dialog{background-color:initial;max-height:90%;max-width:100%;min-height:26.0416666667vw;padding:0;width:62.5vw}@media screen and (max-width:1024.9px){.gws-dialog{height:auto;width:100%}}@media screen and (max-width:767.9px){.gws-dialog{height:auto;width:100%}}.gws-dialog video{background-color:#000;max-height:100%;max-width:100%;width:100%}.gws-dialog iframe{display:block!important}.gws-dialog .vimeo-wrapper,.gws-dialog .vimeo-wrapper__video{height:100%;width:100%}.gws-dialog .wsc-dialog__body{background-color:#000;font-size:0;height:100%;padding-top:0;text-align:center}.gws-dialog .wsc-dialog__header{padding:0}.gws-dialog .wsc-dialog__close{align-items:center;background-color:#000;border-radius:50%;display:flex;height:3.4722222222vw;justify-content:center;padding:0;position:absolute;right:-1.0416666667vw;top:-1.0416666667vw;width:3.4722222222vw;z-index:100}@media screen and (max-width:1024.9px){.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%}body.page-v2 .gws-dialog.asset-video-popup-dialog,body.page-v2 .gws-dialog.youtube-video-popup-dialog{max-height:90%;min-height:unset;width:1080px}@media screen and (max-width:1920.9px){body.page-v2 .gws-dialog.asset-video-popup-dialog,body.page-v2 .gws-dialog.youtube-video-popup-dialog{width:56.25vw}}@media screen and (max-width:767.9px){body.page-v2 .gws-dialog.asset-video-popup-dialog,body.page-v2 .gws-dialog.youtube-video-popup-dialog{margin-left:auto;margin-right:auto;padding-left:unset;padding-right:unset;width:457.33px}}@media screen and (max-width:499.9px){body.page-v2 .gws-dialog.asset-video-popup-dialog,body.page-v2 .gws-dialog.youtube-video-popup-dialog{width:calc(100% - 8.53333vw)}}body.page-v2 .gws-dialog.asset-video-popup-dialog.gws-dialog .wsc-dialog__header,body.page-v2 .gws-dialog.youtube-video-popup-dialog.gws-dialog .wsc-dialog__header{display:flex;justify-content:flex-end}body.page-v2 .gws-dialog.asset-video-popup-dialog.gws-dialog .wsc-dialog__close,body.page-v2 .gws-dialog.youtube-video-popup-dialog.gws-dialog .wsc-dialog__close{background-color:unset;height:unset;margin-bottom:20px;position:relative;right:unset;top:unset;width:unset}@media screen and (max-width:1920.9px){body.page-v2 .gws-dialog.asset-video-popup-dialog.gws-dialog .wsc-dialog__close,body.page-v2 .gws-dialog.youtube-video-popup-dialog.gws-dialog .wsc-dialog__close{margin-bottom:1.0416666667vw}}@media screen and (max-width:767.9px){body.page-v2 .gws-dialog.asset-video-popup-dialog.gws-dialog .wsc-dialog__close,body.page-v2 .gws-dialog.youtube-video-popup-dialog.gws-dialog .wsc-dialog__close{margin-bottom:16px}}@media screen and (max-width:499.9px){body.page-v2 .gws-dialog.asset-video-popup-dialog.gws-dialog .wsc-dialog__close,body.page-v2 .gws-dialog.youtube-video-popup-dialog.gws-dialog .wsc-dialog__close{margin-bottom:3.2vw}}body.page-v2 .gws-dialog.asset-video-popup-dialog.gws-dialog .wsc-dialog__close .wsc-icon__close,body.page-v2 .gws-dialog.youtube-video-popup-dialog.gws-dialog .wsc-dialog__close .wsc-icon__close{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:unset;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-style:normal;height:unset;transform:unset;width:unset}body.page-v2 .gws-dialog.asset-video-popup-dialog.gws-dialog .wsc-dialog__close .wsc-icon__close:before,body.page-v2 .gws-dialog.youtube-video-popup-dialog.gws-dialog .wsc-dialog__close .wsc-icon__close:before{display:none}body.page-v2 .gws-dialog.asset-video-popup-dialog.gws-dialog .wsc-dialog__close .wsc-icon__close:after,body.page-v2 .gws-dialog.youtube-video-popup-dialog.gws-dialog .wsc-dialog__close .wsc-icon__close:after{color:#fff;content:"";font-size:24px}@media screen and (max-width:1920.9px){body.page-v2 .gws-dialog.asset-video-popup-dialog.gws-dialog .wsc-dialog__close .wsc-icon__close:after,body.page-v2 .gws-dialog.youtube-video-popup-dialog.gws-dialog .wsc-dialog__close .wsc-icon__close:after{font-size:1.25vw}}@media screen and (max-width:767.9px){body.page-v2 .gws-dialog.asset-video-popup-dialog.gws-dialog .wsc-dialog__close .wsc-icon__close:after,body.page-v2 .gws-dialog.youtube-video-popup-dialog.gws-dialog .wsc-dialog__close .wsc-icon__close:after{font-size:26.67px}}@media screen and (max-width:499.9px){body.page-v2 .gws-dialog.asset-video-popup-dialog.gws-dialog .wsc-dialog__close .wsc-icon__close:after,body.page-v2 .gws-dialog.youtube-video-popup-dialog.gws-dialog .wsc-dialog__close .wsc-icon__close:after{font-size:5.3333333333vw}}.drawer_assets .wsc-drawer__container{background-color:transparent;left:50%;padding:0;top:50%;transform:translate(-50%,-200%);width:50%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.drawer_assets .wsc-drawer__container{width:100%}}.drawer_assets .wsc-drawer__content{font-size:0;overflow-y:auto;text-align:center}.drawer_assets .wsc-drawer__content video{height:auto;width:100%}.drawer_assets.wsc-drawer--actived .wsc-drawer__container{transform:translate(-50%,-50%)}.gws-loading{left:0;position:absolute;top:0;z-index:1}.gws-loading,.gws-loading__cover{height:100%;width:100%}.gws-loading__cover-grey{background-color:#f6f6f6}.gws-loading__cover-white{background-color:#fff}.gws-loading__progress{z-index:1}.gws-loading__progress,.gws-loading__progress-loading{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.gws-loading__progress-loading{width:5.2083333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-loading__progress-loading{width:16vw}}.gws-loading__progress-loading{height: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}}.gws-loading__progress-text{font-size:1.25vw}@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}}.gws-loading__progress-text{font-weight:700}html[dir=rtl] .gws-loading__progress-text{display:flex;flex-direction:row-reverse}.gws-toast .wsc-drawer__cover{display:none}.gws-toast .wsc-drawer__container{background-color:transparent}.gws-toast__content{background-color:#fff;border-radius:4px;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);display:flex;font-size:16px;gap:8px;line-height:24px;margin:0 auto;max-width:600px;padding:8px 16px;width:fit-content}@media screen and (max-width:1920.9px){.gws-toast__content{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.gws-toast__content{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.gws-toast__content{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:1920.9px){.gws-toast__content{border-radius:.2083333333vw;gap:.4166666667vw;max-width:31.25vw;padding:.4166666667vw .8333333333vw}}@media screen and (max-width:767.9px){.gws-toast__content{border-radius:4px;gap:10.67px;max-width:414.67px;padding:10.67px 16px}}@media screen and (max-width:767.9px)and (max-width:767.9px){.gws-toast__content{font-size:16px;height:unset;line-height:21.3333333333px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.gws-toast__content{font-size:3.2vw;line-height:4.2666666667vw}}@media screen and (max-width:499.9px){.gws-toast__content{border-radius:1.0666666667vw;gap:2.1333333333vw;max-width:82.9333333333vw;padding:2.1333333333vw 3.2vw}}.gws-toast__content:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-size:16px;font-style:normal;line-height:24px}@media screen and (max-width:1920.9px){.gws-toast__content:before{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.gws-toast__content:before{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.gws-toast__content:before{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.gws-toast__content:before{font-size:16px;height:unset;line-height:21.3333333333px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.gws-toast__content:before{font-size:3.2vw;line-height:4.2666666667vw}}.gws-toast__content>div{flex:1}.gws-toast__content--error:before{color:#ed0d0d;content:""}.gws-toast__content--warning:before{color:#f70;content:""}.gws-toast__content--success:before{color:#00b53c;content:""}.gws-toast__content--info:before{color:#1f94d2;content:""}.gws-toast__close{height:16px;width:16px}@media screen and (max-width:1920.9px){.gws-toast__close{height:.8333333333vw;width:.8333333333vw}}@media screen and (max-width:767.9px){.gws-toast__close{height:16px;width:16px}}@media screen and (max-width:499.9px){.gws-toast__close{height:3.2vw;width:3.2vw}}.gws-toast__close:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";cursor:pointer;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-size:16px;font-style:normal;line-height:24px}@media screen and (max-width:1920.9px){.gws-toast__close:before{font-size:16px;line-height:24px}}@media screen and (max-width:1440.9px){.gws-toast__close:before{font-size:calc(9.07692px + .48077vw);line-height:calc(3.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){.gws-toast__close:before{font-size:1.3671875vw;line-height:1.7578125vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){.gws-toast__close:before{font-size:16px;height:unset;line-height:21.3333333333px}}@media screen and (max-width:767.9px)and (max-width:499.9px){.gws-toast__close:before{font-size:3.2vw;line-height:4.2666666667vw}}body:not(.page-v2) .gws-bannerV2_styles.c-bg-black .mask{background-color:rgba(0,0,0,.55);height:100%;left:0;position:absolute;top:0;width:100%}body:not(.page-v2) .gws-bannerV2_styles.c-bg-white .mask{background-color:hsla(0,0%,100%,.35);height:100%;left:0;position:absolute;top:0;width:100%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body:not(.page-v2) .gws-bannerV2_styles.c-text-above .gws-bannerV2{align-items:center;display:flex;flex-direction:column-reverse}body:not(.page-v2) .gws-bannerV2_styles.c-text-above .gws-bannerV2 .gws-bannerV2__content{height:auto;position:static;transform:unset!important}body:not(.page-v2) .gws-bannerV2_styles.c-text-above .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__wrapper{margin:8vw auto}body:not(.page-v2) .gws-bannerV2_styles.c-text-under .gws-bannerV2{align-items:center;display:flex;flex-direction:column}body:not(.page-v2) .gws-bannerV2_styles.c-text-under .gws-bannerV2 .gws-bannerV2__content{height:auto;position:static;transform:unset!important}body:not(.page-v2) .gws-bannerV2_styles.c-text-under .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__wrapper{margin:8vw auto}body:not(.page-v2) .gws-bannerV2_styles.c-text-in-top .gws-bannerV2__content{top:0!important;transform:translate(-50%)!important}body:not(.page-v2) .gws-bannerV2_styles.c-text-in-middle .gws-bannerV2__content{top:50%;transform:translate(-50%,-50%)!important}body:not(.page-v2) .gws-bannerV2_styles.c-text-in-footer .gws-bannerV2__content{bottom:10%;top:unset!important;transform:translate(-50%)!important}}body:not(.page-v2) .gws-bannerV2_styles.c-font-bg-brand .gws-bannerV2__content__container{background-color:#ec1c24;padding:2.0833333333vw 2.7777777778vw 4.8611111111vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body:not(.page-v2) .gws-bannerV2_styles.c-font-bg-brand .gws-bannerV2__content__container{padding:2.6666666667vw 5.3333333333vw 16vw}}body:not(.page-v2) .gws-bannerV2_styles.c-font-bg-white .gws-bannerV2__content__container{background-color:hsla(0,0%,100%,.35);padding:2.0833333333vw 2.7777777778vw 4.8611111111vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body:not(.page-v2) .gws-bannerV2_styles.c-font-bg-white .gws-bannerV2__content__container{padding:2.6666666667vw 5.3333333333vw 16vw}}body:not(.page-v2) .gws-bannerV2_styles.c-font-bg-black .gws-bannerV2__content__container{background-color:rgba(0,0,0,.55);padding:2.0833333333vw 2.7777777778vw 4.8611111111vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body:not(.page-v2) .gws-bannerV2_styles.c-font-bg-black .gws-bannerV2__content__container{padding:2.6666666667vw 5.3333333333vw 16vw}}body:not(.page-v2) .gws-bannerV2_styles.c-text-position-left .gws-bannerV2__content{left:15.2777777778vw;transform:translateY(-50%)}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body:not(.page-v2) .gws-bannerV2_styles.c-text-position-left .gws-bannerV2__content{left:50%;right:unset!important;transform:translate(-50%,-50%)}}body:not(.page-v2) .gws-bannerV2_styles.c-text-position-center .gws-bannerV2__content{left:50%;top:50%;transform:translate(-50%,-50%)}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body:not(.page-v2) .gws-bannerV2_styles.c-text-position-center .gws-bannerV2__content{left:50%;right:unset!important;transform:translate(-50%,-50%)}}body:not(.page-v2) .gws-bannerV2_styles.c-text-position-right .gws-bannerV2__content{left:unset;right:15.2777777778vw;transform:translateY(-50%)}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body:not(.page-v2) .gws-bannerV2_styles.c-text-position-right .gws-bannerV2__content{left:50%;right:unset!important;transform:translate(-50%,-50%)}}body:not(.page-v2) .gws-bannerV2_styles.c-text-align-right .gws-bannerV2__content__actions{justify-content:flex-end}body:not(.page-v2) .gws-bannerV2_styles.c-text-align-right .gws-bannerV2__content__btn,body:not(.page-v2) .gws-bannerV2_styles.c-text-align-right .gws-bannerV2__content__link{margin-left:2.0833333333vw;margin-right:0}body:not(.page-v2) .gws-bannerV2_styles.c-text-align-center .gws-bannerV2__content__actions{justify-content:center}body:not(.page-v2) .gws-bannerV2_styles.c-text-align-center .gws-bannerV2__content__actions .gws-bannerV2__content__btn,body:not(.page-v2) .gws-bannerV2_styles.c-text-align-center .gws-bannerV2__content__actions .gws-bannerV2__content__link{margin-left:1.0416666667vw;margin-right:1.0416666667vw}body:not(.page-v2) .gws-bannerV2_styles.c-text-align-left .gws-bannerV2__content__actions{justify-content:flex-start}body:not(.page-v2) .gws-bannerV2.c-img-Hover-magnify{overflow:hidden}body:not(.page-v2) .gws-bannerV2.c-img-Hover-magnify img{transition:all .3s}@media screen and (min-width:1200px){body:not(.page-v2) .gws-bannerV2.c-img-Hover-magnify:hover img{transform:scale(1.1)}}body:not(.page-v2) .gws-bannerV2{position:relative}body:not(.page-v2) .gws-bannerV2__asset-link{bottom:0;left:0;position:absolute;right:0;top:0;z-index:2}body:not(.page-v2) .gws-bannerV2__content{left:15.2777777778vw;position:absolute;top:50%;transform:translateY(-50%);z-index:1}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body:not(.page-v2) .gws-bannerV2__content{left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;width:69.3333333333vw}body:not(.page-v2) .gws-bannerV2__content__container{max-width:unset;width:100%}body:not(.page-v2) .gws-bannerV2__content__container *{text-align:center!important}}body:not(.page-v2) .gws-bannerV2__content__wrapper{position:relative;width:28.8888888889vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body:not(.page-v2) .gws-bannerV2__content__wrapper{width:100%}}body:not(.page-v2) .gws-bannerV2__content__preTitle{color:#ec1c24;font-size:.8333333333vw;font-weight:600;letter-spacing:1.5px;padding-bottom:.6944444444vw}body:not(.page-v2) .gws-bannerV2__content__preTitle:before{background:#ec1c24;content:" ";display:inline-block;height:10px;margin-left:0;margin-right:10px;width:20px}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body:not(.page-v2) .gws-bannerV2__content__preTitle{font-size:3.2vw;padding-bottom:2.6666666667vw}}body:not(.page-v2) .gws-bannerV2__content__title{font-family:MyriadPro-SemiCn,Helvetica,Arial Unicode MS,serif;font-size:2.7777777778vw;font-style:normal;font-weight:700;line-height:1.05;text-transform:uppercase}body:not(.page-v2) .gws-bannerV2__content__title p{line-height:inherit}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body:not(.page-v2) .gws-bannerV2__content__title{font-size:7.4666666667vw;font-weight:700;line-height:1.1}}body:not(.page-v2) .gws-bannerV2__content__subTitle{font-size:2.6388888889vw;font-weight:300;line-height:1}body:not(.page-v2) .gws-bannerV2__content__subTitle p{line-height:inherit}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body:not(.page-v2) .gws-bannerV2__content__subTitle{font-size:7.4666666667vw}}body:not(.page-v2) .gws-bannerV2__content__desc,body:not(.page-v2) .gws-bannerV2__content__disclaimer{font-size:1.3888888889vw;font-weight:300;line-height:1.2;margin-top:2.0833333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body:not(.page-v2) .gws-bannerV2__content__desc,body:not(.page-v2) .gws-bannerV2__content__disclaimer{font-size:4.2666666667vw;line-height:1.125;margin-top:5.3333333333vw}}body:not(.page-v2) .gws-bannerV2__content__actions{display:flex;flex-wrap:wrap}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body:not(.page-v2) .gws-bannerV2__content__actions{align-items:center;flex-direction:column}}body:not(.page-v2) .gws-bannerV2__content__btn,body:not(.page-v2) .gws-bannerV2__content__link{align-items:center;background-color:#ec1c24;color:#fff!important;cursor:pointer;display:flex;height:4.4444444444vw;justify-content:center;margin-right:2.0833333333vw;margin-top:2.7777777778vw;padding:1.3888888889vw 2.0833333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body:not(.page-v2) .gws-bannerV2__content__btn,body:not(.page-v2) .gws-bannerV2__content__link{font-size:5.3333333333vw;height:13.8666666667vw;margin-right:0;margin-top:5.3333333333vw;padding:4.2666666667vw 5.3333333333vw}}body:not(.page-v2) .gws-bannerV2__content__btn img,body:not(.page-v2) .gws-bannerV2__content__link img{height:1.6666666667vw;margin-right:.6944444444vw;width:1.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){body:not(.page-v2) .gws-bannerV2__content__btn img,body:not(.page-v2) .gws-bannerV2__content__link img{height:4.5333333333vw;margin-right:2.6666666667vw;width:4.5333333333vw}}body:not(.page-v2) .gws-bannerV2__content__btn .gws-video,body:not(.page-v2) .gws-bannerV2__content__link .gws-video{display:none}body:not(.page-v2) .gws-bannerV2 .c-cta-white-color.gws-bannerV2__content__btn,body:not(.page-v2) .gws-bannerV2 .c-cta-white-color.gws-bannerV2__content__link{background-color:#fff;color:#ec1c24!important}html[dir=rtl] .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__btn img{margin-left:.6944444444vw;margin-right:unset;transform:rotate(180deg)}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){html[dir=rtl] .gws-bannerV2 .gws-bannerV2__content .gws-bannerV2__content__btn img{margin-left:2.6666666667vw;margin-right:unset}}html[dir=rtl] .c-text-align-right .gws-bannerV2__content__actions{justify-content:flex-start}html[dir=rtl] .c-text-align-left .gws-bannerV2__content__actions{justify-content:flex-end}body.page-v2 .gws-bannerV2_styles{margin-left:auto;margin-right:auto;max-width:1920px}@media screen and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles{margin-left:auto;margin-right:auto;padding-left:unset;padding-right:unset;width:500px}}@media screen and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles{width:100%}}body.page-v2 .gws-bannerV2_styles .gws-bannerV2{position:relative}body.page-v2 .gws-bannerV2_styles .gws-bannerV2__asset-link{bottom:0;left:0;position:absolute;right:0;top:0;z-index:2}body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content{height:60%;position:absolute;width:800px;z-index:1}@media screen and (max-width:1920.9px){body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content{width:41.6666666667vw}}@media screen and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content{height:unset;width:unset}}body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__wrapper{display:flex;flex-direction:column;justify-content:flex-start;position:relative;width:100%}body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__disclaimer,body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__preTitle,body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__subTitle{display:none}body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__title{font-size:32px;line-height:40px}@media screen and (max-width:1920.9px){body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__title{font-size:calc(8px + 1.25vw);line-height:calc(16px + 1.25vw)}}@media screen and (max-width:1440.9px){body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__title{font-size:calc(12.15385px + .96154vw);line-height:calc(6.30769px + 1.92308vw)}}@media screen and (max-width:1024.9px){body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__title{font-size:2.1484375vw;line-height:2.5390625vw}}@media screen and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__title{font-size:26.6666666667px;height:unset;line-height:37.3333333333px}}@media screen and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__title{font-size:5.3333333333vw;line-height:7.4666666667vw}}body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__desc{font-size:20px;line-height:28px}@media screen and (max-width:1920.9px){body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__desc{font-size:calc(12px + .41667vw);line-height:calc(20px + .41667vw)}}@media screen and (max-width:1440.9px){body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__desc{font-size:calc(11.07692px + .48077vw);line-height:calc(5.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__desc{font-size:1.5625vw;line-height:1.953125vw}}@media screen and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__desc{font-size:18.6666666667px;height:unset;line-height:29.3333333333px}}@media screen and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__desc{font-size:3.7333333333vw;line-height:5.8666666667vw}}body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__desc{margin-top:8px}@media screen and (max-width:1920.9px){body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__desc{margin-top:.4166666667vw}}@media screen and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__desc{margin-top:5.33px}}@media screen and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__desc{margin-top:1.0666666667vw}}body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__actions{display:flex;flex-wrap:wrap;gap:10px 40px;margin-top:32px}@media screen and (max-width:1920.9px){body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__actions{gap:.5208333333vw 2.0833333333vw;margin-top:1.6666666667vw}}@media screen and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__actions{gap:8px 32px;justify-content:center;margin-top:16px}}@media screen and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__actions{gap:1.0666666667vw 6.4vw;margin-top:3.2vw}}body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__btn,body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__link{word-wrap:break-word;cursor:pointer;display:inline-block;text-align:center;white-space:normal}body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__btn[disabled],body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__link[disabled]{pointer-events:none}body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__btn[hidden],body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__link[hidden]{display:none}body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__btn:is(a:not([href])),body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__link:is(a:not([href])){cursor:default}body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__btn,body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__link{background-color:unset;color:#000}body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__btn:hover,body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__link:hover{color:#ff0008}body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__btn:active,body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__link:active{color:#df0303}body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__btn.tsws-btn--disabled,body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__btn[disabled],body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__link.tsws-btn--disabled,body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__link[disabled]{color:#d4d4d4}body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__btn:after,body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__link:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:iconfont-toshiba,sans-serif!important;font-size:inherit;font-style:normal;margin-left:4px;transform:rotate(90deg);vertical-align:middle}@media screen and (max-width:1920.9px){body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__btn:after,body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__link:after{margin-left:.2083333333vw}}@media screen and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__btn:after,body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__link:after{margin-left:5.33px}}@media screen and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__btn:after,body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__link:after{margin-left:1.0666666667vw}}body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__btn,body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__link{font-size:16px;line-height:16px}@media screen and (max-width:1920.9px){body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__btn,body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__link{font-size:calc(8px + .41667vw);line-height:calc(8px + .41667vw)}}@media screen and (max-width:1440.9px){body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__btn,body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__link{font-size:calc(7.07692px + .48077vw);line-height:calc(7.07692px + .48077vw)}}@media screen and (max-width:1024.9px){body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__btn,body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__link{font-size:1.171875vw;line-height:1.171875vw}}body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__btn,body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__link{font-weight:400}@media screen and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__btn,body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__link{font-size:21.3333333333px;line-height:21.3333333333px}}@media screen and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__btn,body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__link{font-size:4.2666666667vw;line-height:4.2666666667vw}}body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__btn .gws-video,body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__link .gws-video{display:none}body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__terms{color:#000;margin-top:32px}@media screen and (max-width:1920.9px){body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__terms{margin-top:1.6666666667vw}}@media screen and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__terms{margin-top:16px}}@media screen and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__terms{margin-top:3.2vw}}body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__terms a{text-decoration:underline}body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__terms *{font-size:20px;line-height:28px}@media screen and (max-width:1920.9px){body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__terms *{font-size:calc(12px + .41667vw);line-height:calc(20px + .41667vw)}}@media screen and (max-width:1440.9px){body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__terms *{font-size:calc(11.07692px + .48077vw);line-height:calc(5.23077px + 1.44231vw)}}@media screen and (max-width:1024.9px){body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__terms *{font-size:1.5625vw;line-height:1.953125vw}}@media screen and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__terms *{font-size:18.6666666667px;height:unset;line-height:29.3333333333px}}@media screen and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__terms *{font-size:3.7333333333vw;line-height:5.8666666667vw}}body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content{left:240px;right:unset;top:50%;transform:translateY(-50%)}@media screen and (max-width:1920.9px){body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content{left:12.5vw}}body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content .gws-bannerV2__content__container{display:flex}@media screen and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content{transform:unset}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content{top:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content{top:8.5333333333vw}}@media screen and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content *{text-align:center}body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:center}}body.page-v2 .gws-bannerV2_styles .gws-bannerV2__content__container{height:100%;position:relative;width:100%}body.page-v2 .gws-bannerV2_styles.c-gap-between .gws-bannerV2{margin-left:120px;margin-right:120px}@media screen and (max-width:1920.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between .gws-bannerV2{margin-left:6.25vw;margin-right:6.25vw}}@media screen and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between .gws-bannerV2{margin-left:0;margin-right:0}}@media screen and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between .gws-bannerV2{right-prop:0;margin-left:0}}body.page-v2 .gws-bannerV2_styles.c-gap-between .gws-bannerV2__content{width:720px}@media screen and (max-width:1920.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between .gws-bannerV2__content{width:37.5vw}}@media screen and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between .gws-bannerV2__content{width:unset}}body.page-v2 .gws-bannerV2_styles.c-gap-between .gws-bannerV2__content{left:120px;right:unset;top:50%;transform:translateY(-50%)}@media screen and (max-width:1920.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between .gws-bannerV2__content{left:6.25vw}}body.page-v2 .gws-bannerV2_styles.c-gap-between .gws-bannerV2__content .gws-bannerV2__content__container{display:flex}@media screen and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between .gws-bannerV2__content{transform:unset}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between .gws-bannerV2__content{top:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between .gws-bannerV2__content{top:8.5333333333vw}}@media screen and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between .gws-bannerV2__content *{text-align:center}body.page-v2 .gws-bannerV2_styles.c-gap-between .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:center}}body.page-v2 .gws-bannerV2_styles.c-gap-between.c-text-position-left-top .gws-bannerV2__content{left:120px;right:unset;top:50%;transform:translateY(-50%)}@media screen and (max-width:1920.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-text-position-left-top .gws-bannerV2__content{left:6.25vw}}body.page-v2 .gws-bannerV2_styles.c-gap-between.c-text-position-left-top .gws-bannerV2__content .gws-bannerV2__content__container{display:flex}body.page-v2 .gws-bannerV2_styles.c-gap-between.c-text-position-left-center .gws-bannerV2__content{left:120px;right:unset;top:50%;transform:translateY(-50%)}@media screen and (max-width:1920.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-text-position-left-center .gws-bannerV2__content{left:6.25vw}}body.page-v2 .gws-bannerV2_styles.c-gap-between.c-text-position-left-center .gws-bannerV2__content .gws-bannerV2__content__container{align-items:center;display:flex}body.page-v2 .gws-bannerV2_styles.c-gap-between.c-text-position-left-bottom .gws-bannerV2__content{left:120px;right:unset;top:50%;transform:translateY(-50%)}@media screen and (max-width:1920.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-text-position-left-bottom .gws-bannerV2__content{left:6.25vw}}body.page-v2 .gws-bannerV2_styles.c-gap-between.c-text-position-left-bottom .gws-bannerV2__content .gws-bannerV2__content__container{align-items:flex-end;display:flex}body.page-v2 .gws-bannerV2_styles.c-gap-between.c-text-position-center-top .gws-bannerV2__content{left:50%;top:50%;transform:translateY(-50%);transform:translate(-50%,-50%)}body.page-v2 .gws-bannerV2_styles.c-gap-between.c-text-position-center-top .gws-bannerV2__content .gws-bannerV2__content__container{display:flex}body.page-v2 .gws-bannerV2_styles.c-gap-between.c-text-position-center-center .gws-bannerV2__content{left:50%;top:50%;transform:translateY(-50%);transform:translate(-50%,-50%)}body.page-v2 .gws-bannerV2_styles.c-gap-between.c-text-position-center-center .gws-bannerV2__content .gws-bannerV2__content__container{align-items:center;display:flex}body.page-v2 .gws-bannerV2_styles.c-gap-between.c-text-position-center-bottom .gws-bannerV2__content{left:50%;top:50%;transform:translateY(-50%);transform:translate(-50%,-50%)}body.page-v2 .gws-bannerV2_styles.c-gap-between.c-text-position-center-bottom .gws-bannerV2__content .gws-bannerV2__content__container{align-items:flex-end;display:flex}body.page-v2 .gws-bannerV2_styles.c-gap-between.c-text-position-right-top .gws-bannerV2__content{left:unset;right:120px;top:50%;transform:translateY(-50%)}@media screen and (max-width:1920.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-text-position-right-top .gws-bannerV2__content{right:6.25vw}}body.page-v2 .gws-bannerV2_styles.c-gap-between.c-text-position-right-top .gws-bannerV2__content .gws-bannerV2__content__container{display:flex}body.page-v2 .gws-bannerV2_styles.c-gap-between.c-text-position-right-center .gws-bannerV2__content{left:unset;right:120px;top:50%;transform:translateY(-50%)}@media screen and (max-width:1920.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-text-position-right-center .gws-bannerV2__content{right:6.25vw}}body.page-v2 .gws-bannerV2_styles.c-gap-between.c-text-position-right-center .gws-bannerV2__content .gws-bannerV2__content__container{align-items:center;display:flex}body.page-v2 .gws-bannerV2_styles.c-gap-between.c-text-position-right-bottom .gws-bannerV2__content{left:unset;right:120px;top:50%;transform:translateY(-50%)}@media screen and (max-width:1920.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-text-position-right-bottom .gws-bannerV2__content{right:6.25vw}}body.page-v2 .gws-bannerV2_styles.c-gap-between.c-text-position-right-bottom .gws-bannerV2__content .gws-bannerV2__content__container{align-items:flex-end;display:flex}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between[class*=c-text-in] .gws-bannerV2__content,body.page-v2 .gws-bannerV2_styles.c-gap-between[class*=c-text-position] .gws-bannerV2__content{transform:unset}}@media screen and (max-width:767.9px)and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between[class*=c-text-in] .gws-bannerV2__content,body.page-v2 .gws-bannerV2_styles.c-gap-between[class*=c-text-position] .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:767.9px)and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between[class*=c-text-in] .gws-bannerV2__content,body.page-v2 .gws-bannerV2_styles.c-gap-between[class*=c-text-position] .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between[class*=c-text-in] .gws-bannerV2__content,body.page-v2 .gws-bannerV2_styles.c-gap-between[class*=c-text-position] .gws-bannerV2__content{top:42.67px}}@media screen and (max-width:767.9px)and (max-width:767.9px)and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between[class*=c-text-in] .gws-bannerV2__content,body.page-v2 .gws-bannerV2_styles.c-gap-between[class*=c-text-position] .gws-bannerV2__content{top:8.5333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between[class*=c-text-in] .gws-bannerV2__content *,body.page-v2 .gws-bannerV2_styles.c-gap-between[class*=c-text-position] .gws-bannerV2__content *{text-align:center}body.page-v2 .gws-bannerV2_styles.c-gap-between[class*=c-text-in] .gws-bannerV2__content .gws-bannerV2__content__actions,body.page-v2 .gws-bannerV2_styles.c-gap-between[class*=c-text-position] .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:center}}@media screen and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-left-top .gws-bannerV2__content{transform:unset}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-left-top .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-left-top .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-left-top .gws-bannerV2__content{top:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-left-top .gws-bannerV2__content{top:8.5333333333vw}}@media screen and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-left-top .gws-bannerV2__content *{text-align:left}body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-left-top .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:flex-start}body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-left-center .gws-bannerV2__content{left:unset;top:unset;top:50%;transform:translateY(-50%)}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-left-center .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-left-center .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-left-center .gws-bannerV2__content *{text-align:left}body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-left-center .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:flex-start}body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-left-bottom .gws-bannerV2__content{top:unset;transform:unset}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-left-bottom .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-left-bottom .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-left-bottom .gws-bannerV2__content{bottom:106.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-left-bottom .gws-bannerV2__content{bottom:21.3333333333vw}}@media screen and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-left-bottom .gws-bannerV2__content *{text-align:left}body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-left-bottom .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:flex-start}body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-center-top .gws-bannerV2__content{transform:unset}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-center-top .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-center-top .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-center-top .gws-bannerV2__content{top:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-center-top .gws-bannerV2__content{top:8.5333333333vw}}@media screen and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-center-top .gws-bannerV2__content *{text-align:center}body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-center-top .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:center}body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-center-center .gws-bannerV2__content{left:unset;top:unset;top:50%;transform:translateY(-50%)}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-center-center .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-center-center .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-center-center .gws-bannerV2__content *{text-align:center}body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-center-center .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:center}body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-center-bottom .gws-bannerV2__content{top:unset;transform:unset}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-center-bottom .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-center-bottom .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-center-bottom .gws-bannerV2__content{bottom:106.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-center-bottom .gws-bannerV2__content{bottom:21.3333333333vw}}@media screen and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-center-bottom .gws-bannerV2__content *{text-align:center}body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-center-bottom .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:center}body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-right-top .gws-bannerV2__content{transform:unset}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-right-top .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-right-top .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-right-top .gws-bannerV2__content{top:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-right-top .gws-bannerV2__content{top:8.5333333333vw}}@media screen and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-right-top .gws-bannerV2__content *{text-align:right}body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-right-top .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:flex-end}body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-right-center .gws-bannerV2__content{left:unset;top:unset;top:50%;transform:translateY(-50%)}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-right-center .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-right-center .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-right-center .gws-bannerV2__content *{text-align:right}body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-right-center .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:flex-end}body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-right-bottom .gws-bannerV2__content{top:unset;transform:unset}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-right-bottom .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-right-bottom .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-right-bottom .gws-bannerV2__content{bottom:106.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-right-bottom .gws-bannerV2__content{bottom:21.3333333333vw}}@media screen and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-right-bottom .gws-bannerV2__content *{text-align:right}body.page-v2 .gws-bannerV2_styles.c-gap-between.c-m-text-position-right-bottom .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:flex-end}body.page-v2 .gws-bannerV2_styles.c-gap-between.c-text-in-top .gws-bannerV2__content{transform:unset}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-text-in-top .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-text-in-top .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-text-in-top .gws-bannerV2__content{top:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-text-in-top .gws-bannerV2__content{top:8.5333333333vw}}@media screen and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-text-in-top .gws-bannerV2__content *{text-align:center}body.page-v2 .gws-bannerV2_styles.c-gap-between.c-text-in-top .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:center}body.page-v2 .gws-bannerV2_styles.c-gap-between.c-text-in-middle .gws-bannerV2__content{left:unset;top:unset;top:50%;transform:translateY(-50%)}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-text-in-middle .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-text-in-middle .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-text-in-middle .gws-bannerV2__content *{text-align:center}body.page-v2 .gws-bannerV2_styles.c-gap-between.c-text-in-middle .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:center}body.page-v2 .gws-bannerV2_styles.c-gap-between.c-text-in-footer .gws-bannerV2__content{top:unset;transform:unset}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-text-in-footer .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-text-in-footer .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-text-in-footer .gws-bannerV2__content{bottom:106.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-text-in-footer .gws-bannerV2__content{bottom:21.3333333333vw}}@media screen and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-gap-between.c-text-in-footer .gws-bannerV2__content *{text-align:center}body.page-v2 .gws-bannerV2_styles.c-gap-between.c-text-in-footer .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:center}}body.page-v2 .gws-bannerV2_styles.c-text-position-left-top .gws-bannerV2__content{left:240px;right:unset;top:50%;transform:translateY(-50%)}@media screen and (max-width:1920.9px){body.page-v2 .gws-bannerV2_styles.c-text-position-left-top .gws-bannerV2__content{left:12.5vw}}body.page-v2 .gws-bannerV2_styles.c-text-position-left-top .gws-bannerV2__content .gws-bannerV2__content__container{display:flex}body.page-v2 .gws-bannerV2_styles.c-text-position-left-center .gws-bannerV2__content{left:240px;right:unset;top:50%;transform:translateY(-50%)}@media screen and (max-width:1920.9px){body.page-v2 .gws-bannerV2_styles.c-text-position-left-center .gws-bannerV2__content{left:12.5vw}}body.page-v2 .gws-bannerV2_styles.c-text-position-left-center .gws-bannerV2__content .gws-bannerV2__content__container{align-items:center;display:flex}body.page-v2 .gws-bannerV2_styles.c-text-position-left-bottom .gws-bannerV2__content{left:240px;right:unset;top:50%;transform:translateY(-50%)}@media screen and (max-width:1920.9px){body.page-v2 .gws-bannerV2_styles.c-text-position-left-bottom .gws-bannerV2__content{left:12.5vw}}body.page-v2 .gws-bannerV2_styles.c-text-position-left-bottom .gws-bannerV2__content .gws-bannerV2__content__container{align-items:flex-end;display:flex}body.page-v2 .gws-bannerV2_styles.c-text-position-center-top .gws-bannerV2__content{left:50%;top:50%;transform:translateY(-50%);transform:translate(-50%,-50%)}body.page-v2 .gws-bannerV2_styles.c-text-position-center-top .gws-bannerV2__content .gws-bannerV2__content__container{display:flex}body.page-v2 .gws-bannerV2_styles.c-text-position-center-center .gws-bannerV2__content{left:50%;top:50%;transform:translateY(-50%);transform:translate(-50%,-50%)}body.page-v2 .gws-bannerV2_styles.c-text-position-center-center .gws-bannerV2__content .gws-bannerV2__content__container{align-items:center;display:flex}body.page-v2 .gws-bannerV2_styles.c-text-position-center-bottom .gws-bannerV2__content{left:50%;top:50%;transform:translateY(-50%);transform:translate(-50%,-50%)}body.page-v2 .gws-bannerV2_styles.c-text-position-center-bottom .gws-bannerV2__content .gws-bannerV2__content__container{align-items:flex-end;display:flex}body.page-v2 .gws-bannerV2_styles.c-text-position-right-top .gws-bannerV2__content{left:unset;right:240px;top:50%;transform:translateY(-50%)}@media screen and (max-width:1920.9px){body.page-v2 .gws-bannerV2_styles.c-text-position-right-top .gws-bannerV2__content{right:12.5vw}}body.page-v2 .gws-bannerV2_styles.c-text-position-right-top .gws-bannerV2__content .gws-bannerV2__content__container{display:flex}body.page-v2 .gws-bannerV2_styles.c-text-position-right-center .gws-bannerV2__content{left:unset;right:240px;top:50%;transform:translateY(-50%)}@media screen and (max-width:1920.9px){body.page-v2 .gws-bannerV2_styles.c-text-position-right-center .gws-bannerV2__content{right:12.5vw}}body.page-v2 .gws-bannerV2_styles.c-text-position-right-center .gws-bannerV2__content .gws-bannerV2__content__container{align-items:center;display:flex}body.page-v2 .gws-bannerV2_styles.c-text-position-right-bottom .gws-bannerV2__content{left:unset;right:240px;top:50%;transform:translateY(-50%)}@media screen and (max-width:1920.9px){body.page-v2 .gws-bannerV2_styles.c-text-position-right-bottom .gws-bannerV2__content{right:12.5vw}}body.page-v2 .gws-bannerV2_styles.c-text-position-right-bottom .gws-bannerV2__content .gws-bannerV2__content__container{align-items:flex-end;display:flex}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles[class*=c-text-in] .gws-bannerV2__content,body.page-v2 .gws-bannerV2_styles[class*=c-text-position] .gws-bannerV2__content{transform:unset}}@media screen and (max-width:767.9px)and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles[class*=c-text-in] .gws-bannerV2__content,body.page-v2 .gws-bannerV2_styles[class*=c-text-position] .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:767.9px)and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles[class*=c-text-in] .gws-bannerV2__content,body.page-v2 .gws-bannerV2_styles[class*=c-text-position] .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles[class*=c-text-in] .gws-bannerV2__content,body.page-v2 .gws-bannerV2_styles[class*=c-text-position] .gws-bannerV2__content{top:42.67px}}@media screen and (max-width:767.9px)and (max-width:767.9px)and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles[class*=c-text-in] .gws-bannerV2__content,body.page-v2 .gws-bannerV2_styles[class*=c-text-position] .gws-bannerV2__content{top:8.5333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles[class*=c-text-in] .gws-bannerV2__content *,body.page-v2 .gws-bannerV2_styles[class*=c-text-position] .gws-bannerV2__content *{text-align:center}body.page-v2 .gws-bannerV2_styles[class*=c-text-in] .gws-bannerV2__content .gws-bannerV2__content__actions,body.page-v2 .gws-bannerV2_styles[class*=c-text-position] .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:center}}@media screen and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-m-text-position-left-top .gws-bannerV2__content{transform:unset}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-m-text-position-left-top .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles.c-m-text-position-left-top .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-m-text-position-left-top .gws-bannerV2__content{top:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles.c-m-text-position-left-top .gws-bannerV2__content{top:8.5333333333vw}}@media screen and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-m-text-position-left-top .gws-bannerV2__content *{text-align:left}body.page-v2 .gws-bannerV2_styles.c-m-text-position-left-top .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:flex-start}body.page-v2 .gws-bannerV2_styles.c-m-text-position-left-center .gws-bannerV2__content{left:unset;top:unset;top:50%;transform:translateY(-50%)}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-m-text-position-left-center .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles.c-m-text-position-left-center .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-m-text-position-left-center .gws-bannerV2__content *{text-align:left}body.page-v2 .gws-bannerV2_styles.c-m-text-position-left-center .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:flex-start}body.page-v2 .gws-bannerV2_styles.c-m-text-position-left-bottom .gws-bannerV2__content{top:unset;transform:unset}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-m-text-position-left-bottom .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles.c-m-text-position-left-bottom .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-m-text-position-left-bottom .gws-bannerV2__content{bottom:106.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles.c-m-text-position-left-bottom .gws-bannerV2__content{bottom:21.3333333333vw}}@media screen and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-m-text-position-left-bottom .gws-bannerV2__content *{text-align:left}body.page-v2 .gws-bannerV2_styles.c-m-text-position-left-bottom .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:flex-start}body.page-v2 .gws-bannerV2_styles.c-m-text-position-center-top .gws-bannerV2__content{transform:unset}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-m-text-position-center-top .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles.c-m-text-position-center-top .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-m-text-position-center-top .gws-bannerV2__content{top:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles.c-m-text-position-center-top .gws-bannerV2__content{top:8.5333333333vw}}@media screen and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-m-text-position-center-top .gws-bannerV2__content *{text-align:center}body.page-v2 .gws-bannerV2_styles.c-m-text-position-center-top .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:center}body.page-v2 .gws-bannerV2_styles.c-m-text-position-center-center .gws-bannerV2__content{left:unset;top:unset;top:50%;transform:translateY(-50%)}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-m-text-position-center-center .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles.c-m-text-position-center-center .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-m-text-position-center-center .gws-bannerV2__content *{text-align:center}body.page-v2 .gws-bannerV2_styles.c-m-text-position-center-center .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:center}body.page-v2 .gws-bannerV2_styles.c-m-text-position-center-bottom .gws-bannerV2__content{top:unset;transform:unset}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-m-text-position-center-bottom .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles.c-m-text-position-center-bottom .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-m-text-position-center-bottom .gws-bannerV2__content{bottom:106.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles.c-m-text-position-center-bottom .gws-bannerV2__content{bottom:21.3333333333vw}}@media screen and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-m-text-position-center-bottom .gws-bannerV2__content *{text-align:center}body.page-v2 .gws-bannerV2_styles.c-m-text-position-center-bottom .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:center}body.page-v2 .gws-bannerV2_styles.c-m-text-position-right-top .gws-bannerV2__content{transform:unset}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-m-text-position-right-top .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles.c-m-text-position-right-top .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-m-text-position-right-top .gws-bannerV2__content{top:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles.c-m-text-position-right-top .gws-bannerV2__content{top:8.5333333333vw}}@media screen and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-m-text-position-right-top .gws-bannerV2__content *{text-align:right}body.page-v2 .gws-bannerV2_styles.c-m-text-position-right-top .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:flex-end}body.page-v2 .gws-bannerV2_styles.c-m-text-position-right-center .gws-bannerV2__content{left:unset;top:unset;top:50%;transform:translateY(-50%)}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-m-text-position-right-center .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles.c-m-text-position-right-center .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-m-text-position-right-center .gws-bannerV2__content *{text-align:right}body.page-v2 .gws-bannerV2_styles.c-m-text-position-right-center .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:flex-end}body.page-v2 .gws-bannerV2_styles.c-m-text-position-right-bottom .gws-bannerV2__content{top:unset;transform:unset}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-m-text-position-right-bottom .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles.c-m-text-position-right-bottom .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-m-text-position-right-bottom .gws-bannerV2__content{bottom:106.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles.c-m-text-position-right-bottom .gws-bannerV2__content{bottom:21.3333333333vw}}@media screen and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-m-text-position-right-bottom .gws-bannerV2__content *{text-align:right}body.page-v2 .gws-bannerV2_styles.c-m-text-position-right-bottom .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:flex-end}body.page-v2 .gws-bannerV2_styles.c-text-in-top .gws-bannerV2__content{transform:unset}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-text-in-top .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles.c-text-in-top .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-text-in-top .gws-bannerV2__content{top:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles.c-text-in-top .gws-bannerV2__content{top:8.5333333333vw}}@media screen and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-text-in-top .gws-bannerV2__content *{text-align:center}body.page-v2 .gws-bannerV2_styles.c-text-in-top .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:center}body.page-v2 .gws-bannerV2_styles.c-text-in-middle .gws-bannerV2__content{left:unset;top:unset;top:50%;transform:translateY(-50%)}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-text-in-middle .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles.c-text-in-middle .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-text-in-middle .gws-bannerV2__content *{text-align:center}body.page-v2 .gws-bannerV2_styles.c-text-in-middle .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:center}body.page-v2 .gws-bannerV2_styles.c-text-in-footer .gws-bannerV2__content{top:unset;transform:unset}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-text-in-footer .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles.c-text-in-footer .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-text-in-footer .gws-bannerV2__content{bottom:106.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){body.page-v2 .gws-bannerV2_styles.c-text-in-footer .gws-bannerV2__content{bottom:21.3333333333vw}}@media screen and (max-width:767.9px){body.page-v2 .gws-bannerV2_styles.c-text-in-footer .gws-bannerV2__content *{text-align:center}body.page-v2 .gws-bannerV2_styles.c-text-in-footer .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:center}}body.page-v2.site.page .container.responsivegrid.aem-GridColumn>.cmp-container>.aem-Grid .gws-bannerV2_styles.aem-GridColumn:first-child .gws-bannerV2__content,body.page-v2.site.page .container.responsivegrid.aem-GridColumn>.cmp-container>.aem-Grid .gws-carousel-style.aem-GridColumn:first-child .gws-bannerV2__content{left:240px;right:unset;top:50%;transform:translateY(-50%)}@media screen and (max-width:1920.9px){body.page-v2.site.page .container.responsivegrid.aem-GridColumn>.cmp-container>.aem-Grid .gws-bannerV2_styles.aem-GridColumn:first-child .gws-bannerV2__content,body.page-v2.site.page .container.responsivegrid.aem-GridColumn>.cmp-container>.aem-Grid .gws-carousel-style.aem-GridColumn:first-child .gws-bannerV2__content{left:12.5vw}}body.page-v2.site.page .container.responsivegrid.aem-GridColumn>.cmp-container>.aem-Grid .gws-bannerV2_styles.aem-GridColumn:first-child .gws-bannerV2__content .gws-bannerV2__content__container,body.page-v2.site.page .container.responsivegrid.aem-GridColumn>.cmp-container>.aem-Grid .gws-carousel-style.aem-GridColumn:first-child .gws-bannerV2__content .gws-bannerV2__content__container{display:flex}@media screen and (max-width:767.9px){body.page-v2.site.page .container.responsivegrid.aem-GridColumn>.cmp-container>.aem-Grid .gws-bannerV2_styles.aem-GridColumn:first-child .gws-bannerV2__content,body.page-v2.site.page .container.responsivegrid.aem-GridColumn>.cmp-container>.aem-Grid .gws-carousel-style.aem-GridColumn:first-child .gws-bannerV2__content{transform:unset}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2.site.page .container.responsivegrid.aem-GridColumn>.cmp-container>.aem-Grid .gws-bannerV2_styles.aem-GridColumn:first-child .gws-bannerV2__content,body.page-v2.site.page .container.responsivegrid.aem-GridColumn>.cmp-container>.aem-Grid .gws-carousel-style.aem-GridColumn:first-child .gws-bannerV2__content{left:42.67px;right:42.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){body.page-v2.site.page .container.responsivegrid.aem-GridColumn>.cmp-container>.aem-Grid .gws-bannerV2_styles.aem-GridColumn:first-child .gws-bannerV2__content,body.page-v2.site.page .container.responsivegrid.aem-GridColumn>.cmp-container>.aem-Grid .gws-carousel-style.aem-GridColumn:first-child .gws-bannerV2__content{left:8.5333333333vw;right:8.5333333333vw}}@media screen and (max-width:767.9px)and (max-width:767.9px){body.page-v2.site.page .container.responsivegrid.aem-GridColumn>.cmp-container>.aem-Grid .gws-bannerV2_styles.aem-GridColumn:first-child .gws-bannerV2__content,body.page-v2.site.page .container.responsivegrid.aem-GridColumn>.cmp-container>.aem-Grid .gws-carousel-style.aem-GridColumn:first-child .gws-bannerV2__content{top:114.67px}}@media screen and (max-width:767.9px)and (max-width:499.9px){body.page-v2.site.page .container.responsivegrid.aem-GridColumn>.cmp-container>.aem-Grid .gws-bannerV2_styles.aem-GridColumn:first-child .gws-bannerV2__content,body.page-v2.site.page .container.responsivegrid.aem-GridColumn>.cmp-container>.aem-Grid .gws-carousel-style.aem-GridColumn:first-child .gws-bannerV2__content{top:22.9333333333vw}}@media screen and (max-width:767.9px){body.page-v2.site.page .container.responsivegrid.aem-GridColumn>.cmp-container>.aem-Grid .gws-bannerV2_styles.aem-GridColumn:first-child .gws-bannerV2__content *,body.page-v2.site.page .container.responsivegrid.aem-GridColumn>.cmp-container>.aem-Grid .gws-carousel-style.aem-GridColumn:first-child .gws-bannerV2__content *{text-align:center}body.page-v2.site.page .container.responsivegrid.aem-GridColumn>.cmp-container>.aem-Grid .gws-bannerV2_styles.aem-GridColumn:first-child .gws-bannerV2__content .gws-bannerV2__content__actions,body.page-v2.site.page .container.responsivegrid.aem-GridColumn>.cmp-container>.aem-Grid .gws-carousel-style.aem-GridColumn:first-child .gws-bannerV2__content .gws-bannerV2__content__actions{justify-content:center}}body.page-v2 .cmp-categorynavigation.gws-category-navigation+.gws-bannerV2_styles.c-gap-between,body.page-v2 .gws-bannerV2_styles.c-gap-between+.cmp-categorynavigation.gws-category-navigation{margin-top:20px}@media screen and (max-width:1920.9px){body.page-v2 .cmp-categorynavigation.gws-category-navigation+.gws-bannerV2_styles.c-gap-between,body.page-v2 .gws-bannerV2_styles.c-gap-between+.cmp-categorynavigation.gws-category-navigation{margin-top:1.0416666667vw}}@media screen and (max-width:767.9px){body.page-v2 .cmp-categorynavigation.gws-category-navigation+.gws-bannerV2_styles.c-gap-between,body.page-v2 .gws-bannerV2_styles.c-gap-between+.cmp-categorynavigation.gws-category-navigation{margin-top:21.33px}}@media screen and (max-width:499.9px){body.page-v2 .cmp-categorynavigation.gws-category-navigation+.gws-bannerV2_styles.c-gap-between,body.page-v2 .gws-bannerV2_styles.c-gap-between+.cmp-categorynavigation.gws-category-navigation{margin-top:4.2666666667vw}}.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{content:"";width:3.2291666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-dynamic-image__container:before{width:8.2666666667vw}}.gws-dynamic-image__container:before{height:2.3958333333vw}@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}}.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;position:absolute;top:1.5625vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-dynamic-image__container:before{top:5.3333333333vw}}.gws-dynamic-image__container:before{left:50%;transform:translateX(-50%);z-index:1}.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{display:inline-block;width:2.7083333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-dynamic-image__btn{width:8.2666666667vw}}.gws-dynamic-image__btn{height:1.7708333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-dynamic-image__btn{height:6.1333333333vw}}.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}.gws-dialog .gws-dynamic-image{display:block}.gws-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__container{display:flex;height:41.6666666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__container{height:100vw}}.gws-dialog .gws-dynamic-image[data-type=popup] .gws-dynamic-image__btn{display:none}.gws-img{font-size:0}.gws-img img{width:100%}.footer_subscribe{font-size:1.1111111111vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.footer_subscribe{font-size:3.7333333333vw}}.footer_subscribe_title{color:inherit;font-size:1.25vw;font-weight:700;padding-bottom:.6944444444vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.footer_subscribe_title{font-size:4.2666666667vw;height:16vw;line-height:16vw;padding-bottom:0;position:relative}}.footer_subscribe_txt{line-height:normal;margin-bottom:.6944444444vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.footer_subscribe_txt{margin-bottom:2.6666666667vw}}.footer_subscribe_label span{color:#ec1c24}.footer_subscribe_email{border:1px solid #979797;display:block;height:2.0833333333vw;margin-bottom:.8333333333vw;margin-top:.3472222222vw;text-indent:8px;width:100%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.footer_subscribe_email{height:8vw;margin-bottom:3.2vw;margin-top:1.3333333333vw}}.footer_subscribe_submit{border-radius:0;color:#fff;cursor:pointer;display:inline-block;font-size:1.3888888889vw;line-height:1;padding:1.3888888889vw 2.0833333333vw;text-align:center}@media screen and (max-width:767.9px){.footer_subscribe_submit{font-size:4.2666666667vw;padding:4.2666666667vw 8vw}}.footer_subscribe_submit:hover{background-color:#ec1c24;color:#fff!important}.footer_subscribe_submit.disable{background-color:#f58d91;color:#fff;cursor:default;pointer-events:none}.footer_subscribe_submit{background-color:#ec1c24;padding:.6944444444vw 1.8055555556vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.footer_subscribe_submit{padding:2.6666666667vw 6.9333333333vw}}.gws-video{font-size:0;position:relative}.gws-video video{background-color:#000;width:100%}.gws-video iframe{width:100%!important}.gws-video__play{border-bottom:2.9166666667vw solid transparent;border-left:4.5833333333vw solid #ec1c24;border-top:2.9166666667vw solid transparent;bottom:0;cursor:pointer;display:block;height:0;left:0;margin:auto;position:absolute;right:0;top:0;width:0;z-index:10}@media screen and (max-width:767.9px){.gws-video__play{border-bottom:8vw solid transparent;border-left:12vw solid #ec1c24;border-top:8vw solid transparent}}@media screen and (min-width:1200px){.gws-video .c-video-autoplay:not(.video-loaded) .gws-video__asset{display:none!important}.gws-video .c-video-autoplay .gws-video__play,.gws-video .c-video-autoplay.video-loaded .gws-img{display:none}.gws-video .c-video-autoplay.video-loaded .gws-video__asset{display:inline-block}}@media screen and (max-width:767.9px){.gws-video .c-video-mobile-autoplay:not(.video-loaded) .gws-video__asset{display:none!important}.gws-video .c-video-mobile-autoplay .gws-video__play,.gws-video .c-video-mobile-autoplay.video-loaded .gws-img{display:none}.gws-video .c-video-mobile-autoplay.video-loaded .gws-video__asset{display:inline-block}}@media screen and (min-width:1200px){.gws-video .c-video-hover-play .gws-video__asset,.gws-video .c-video-hover-play .gws-video__play,.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}}@media screen and (max-width:767.9px){.gws-video .gws-video__asset,.gws-video .gws-video__vimeo,.gws-video .gws-video__youtube{display:none}}.page-v2 .gws-video{font-size:0;position:relative;width:100%}.page-v2 .gws-video video{background-color:#000;width:100%}.page-v2 .gws-video iframe{width:100%!important}.page-v2 .gws-video__play{background-color:unset;border:unset;height:60px;padding:6px 9px 6px 13px;width:60px}.page-v2 .gws-video__play:before{border-bottom:24px solid transparent;border-left:38px solid #e61e1e;border-top:24px solid transparent;content:"";display:block}@media screen and (max-width:1920.9px){.page-v2 .gws-video__play{height:3.125vw;padding:.3125vw .46875vw .3125vw .6770833333vw;width:3.125vw}.page-v2 .gws-video__play:before{border-bottom-width:1.25vw;border-left-width:1.9791666667vw;border-top-width:1.25vw}}@media screen and (max-width:767.9px){.page-v2 .gws-video__play{height:42.67px;padding:4.27px 6.4px 4.27px 9.24px;width:42.67px}.page-v2 .gws-video__play:before{border-bottom-width:17.065px;border-left-width:26px;border-top-width:17.065px}}@media screen and (max-width:499.9px){.page-v2 .gws-video__play{height:8.5333333333vw;padding:.8533333333vw 1.28vw .8533333333vw 1.848vw;width:8.5333333333vw}.page-v2 .gws-video__play:before{border-bottom-width:3.4133333333vw;border-left-width:5.4053333333vw;border-top-width:3.4133333333vw}}@media screen and (min-width:768px){.page-v2 .gws-video .c-video-autoplay:not(.video-loaded) .gws-video__asset{display:none!important}.page-v2 .gws-video .c-video-autoplay .gws-video__play,.page-v2 .gws-video .c-video-autoplay.video-loaded .gws-img{display:none}.page-v2 .gws-video .c-video-autoplay.video-loaded .gws-video__asset{display:inline-block}}@media screen and (max-width:767.9px){.page-v2 .gws-video .c-video-mobile-autoplay:not(.video-loaded) .gws-video__asset{display:none!important}.page-v2 .gws-video .c-video-mobile-autoplay .gws-video__play,.page-v2 .gws-video .c-video-mobile-autoplay.video-loaded .gws-img{display:none}.page-v2 .gws-video .c-video-mobile-autoplay.video-loaded .gws-video__asset{display:inline-block}}@media screen and (min-width:768px){.page-v2 .gws-video .c-video-hover-play .gws-video__asset,.page-v2 .gws-video .c-video-hover-play .gws-video__play,.page-v2 .gws-video .c-video-hover-play .gws-video__vimeo,.page-v2 .gws-video .c-video-hover-play .gws-video__youtube,.page-v2 .gws-video .c-video-inline-play .gws-video__asset,.page-v2 .gws-video .c-video-inline-play .gws-video__vimeo,.page-v2 .gws-video .c-video-inline-play .gws-video__youtube,.page-v2 .gws-video .c-video-popup-play .gws-video__asset,.page-v2 .gws-video .c-video-popup-play .gws-video__vimeo,.page-v2 .gws-video .c-video-popup-play .gws-video__youtube{display:none}}@media screen and (max-width:767.9px){.page-v2 .gws-video .gws-video__asset,.page-v2 .gws-video .gws-video__vimeo,.page-v2 .gws-video .gws-video__youtube{display:none}}