<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root{--wsc-drawer-z-index:199920}.wsc-drawer{position:fixed;width:100%;height:100%;top:0;left:0;z-index:199920;z-index:var(--wsc-drawer-z-index)}.wsc-drawer--actived .wsc-drawer__cover{opacity:1}.wsc-drawer--actived .wsc-drawer__container{transform:translate(0)}.wsc-drawer__cover{width:100%;height:100%;background-color:rgba(0,0,0,.7019607843137254);background-color:var(--wsc-color-cover);opacity:0;transition:opacity .3s ease}.wsc-drawer__container{position:absolute;background-color:#fff;background-color:var(--wsc-color-white);padding:20px;padding:var(--wsc-mob-padding-common);overflow:auto;transition:transform .3s ease}.wsc-drawer__container--top{width:100%;top:0;left:0;transform:translateY(-100%)}.wsc-drawer__container--bottom{width:100%;bottom:0;left:0;transform:translateY(100%)}.wsc-drawer__container--right{width:85%;height:100%;top:0;right:0;transform:translate(100%)}.wsc-drawer__container--left{width:85%;height:100%;top:0;left:0;transform:translate(-100%)}.wsc-filter__group,.wsc-filter__group__title{margin-bottom:10px;margin-bottom:var(--wsc-filter-option-gap)}.wsc-filter__group__title{font-size:14px;font-size:var(--wsc-filter-title-font-size)}.wsc-filter__list{display:flex;flex-wrap:wrap;overflow:hidden;transition:height .3s ease}.wsc-filter__option{margin-right:10px;margin-right:var(--wsc-filter-option-gap);margin-bottom:10px;margin-bottom:var(--wsc-filter-option-gap)}.wsc-filter__expand{display:inline-block}:root{--wsc-filter-drawer-operate-gap:10px}.wsc-filter__drawer{position:relative}.wsc-filter__drawer__operate{display:flex;background-color:#fff}.wsc-filter__drawer__operate .wsc-button{flex:1}.wsc-filter__drawer__operate .wsc-button:first-child{margin-right:10px;margin-right:var(--wsc-filter-drawer-operate-gap)}:root{--wsc-pagination-btn-gap-vertical:4px;--wsc-pagination-btn-gap-horizontal:8px;--wsc-pagination-btn-border-color:var(--wsc-color-border);--wsc-pagination-btn-actived-color:var(--wsc-color-main);--wsc-pagination-btn-actived-font-color:#fff;--wsc-pagination-fraction-btn-gap:30px}.wsc-pagination__container{display:flex;align-items:center}.wsc-pagination__item,.wsc-pagination__next,.wsc-pagination__prev{padding:4px 8px;padding:var(--wsc-pagination-btn-gap-vertical) var(--wsc-pagination-btn-gap-horizontal);border:1px solid #ccc;border:1px solid var(--wsc-pagination-btn-border-color);cursor:pointer;min-width:34px;text-align:center;transition:all .3s ease}.wsc-pagination__item--disabled,.wsc-pagination__next--disabled,.wsc-pagination__prev--disabled{opacity:.5;cursor:no-drop}.wsc-pagination__item--actived{background-color:#498ff2;background-color:var(--wsc-pagination-btn-actived-color);border-color:#498ff2;border-color:var(--wsc-pagination-btn-actived-color);color:#fff;color:var(--wsc-pagination-btn-actived-font-color)}.wsc-pagination__nums{margin:0 30px;margin:0 var(--wsc-pagination-fraction-btn-gap)}.wsc-dialog{position:fixed;top:0;left:0;right:0;bottom:0!important;overflow:auto;background-color:rgba(0,0,0,.7019607843137254);background-color:var(--wsc-color-cover);opacity:0;transform:translate3d(0,-20px,0);transition:all .3s ease;font-size:16px}.wsc-dialog--space{padding:10px 0}.wsc-dialog--space:first-child{padding-top:0}.wsc-dialog--space:last-child{padding-bottom:0}.wsc-dialog--actived{opacity:1;transform:translateZ(0);z-index:200000}.wsc-dialog__wrapper{width:50%;background-color:#fff;background-color:var(--wsc-color-white);position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);padding:20px}@media screen and (max-width:767px){.wsc-dialog__wrapper{width:100%}}.wsc-dialog__header{position:relative}.wsc-dialog__close{position:absolute;right:0;padding:0;width:12px}.wsc-dialog__parent--hidden{overflow:hidden}:root{--wsc-theme-color:#af6437}.wsc-address{color:#f6f6f6}.wsc-address__wrapper{display:flex;flex:1;flex-wrap:wrap}@media screen and (max-width:767px){.wsc-address__wrapper{flex-direction:column}}.wsc-address__select{padding:22px 20px 22px 10px;margin-left:2%;background-image:linear-gradient(45deg,transparent 50%,#ccc 0),linear-gradient(135deg,#ccc 50%,transparent 0),linear-gradient(90deg,transparent,transparent);background-position:calc(100% - 11px) 50%,calc(100% - 5px) 50%,100% 0;background-size:6px 6px,6px 6px,3em 3em;background-repeat:no-repeat}.wsc-address__select:first-child{margin-left:0}.wsc-address__select option{overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:767px){.wsc-address__select{width:100%;margin-left:0;margin-bottom:20px;padding:13px 20px 13px 8px}.wsc-address__select:last-child{margin-bottom:0}}.form__group{display:flex;margin-bottom:40px}.form__label{text-align:justify;font-size:18px;color:#333;width:10%;margin:11px 40px 0 0;display:flex}.form__label--required:before{content:"*";display:inline-block;font-size:26px;color:#af6437;color:var(--wsc-theme-color);padding-right:30%;line-height:1}@media screen and (max-width:767px){.form__label--required:before{padding-right:10%}}@media screen and (max-width:767px){.form__label{width:25%;font-size:14px}}@media screen and (max-width:767px) and (max-width:767px){.form__label{margin-right:20px}}.form__fields{appearance:none;-moz-appearance:none;-webkit-appearance:none;border:none;background-color:#f6f6f6;font-size:14px;line-height:1.3;position:relative;flex:1}.form__error{width:100%;color:#af6437;color:var(--wsc-theme-color);font-size:14px}.form__input{width:100%;padding:22px 10px}:root{--wsc-color-white:#fff;--wsc-color-main:#498ff2;--wsc-color-common:#666;--wsc-color-cover:rgba(0,0,0,0.7);--wsc-color-border:#ccc;--wsc-font-size-common:14px;--wsc-mob-padding-common:20px;--wsc-z-index-high-level:200000}*,:focus{outline:none}a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,form,h1,h2,h3,h4,h5,h6,html,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{vertical-align:baseline;margin:0;padding:0;border:0;outline:0}table{border-collapse:separate}caption,table,td,th{vertical-align:middle}a img{border:none}a{background-color:transparent}[hidden],audio:not([controls]){display:none}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}svg:not(:root){overflow:hidden}[hidden],template{display:none}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-style:inherit;vertical-align:baseline}button,input,optgroup,select,textarea{margin:0}button{overflow:visible;background-color:transparent;border:none}input{line-height:normal}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;mbox-sizing:content-box}optgroup{font-weight:700}td,th{padding:0}a:hover{text-decoration:none}a:focus,li:focus{outline:none}body{margin:0 auto;overflow-x:hidden;position:relative}*{box-sizing:border-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{padding:8px 20px;padding:var(--wsc-button-padding-vertical) var(--wsc-button-padding-horizontal);border-radius:4px;border-radius:var(--wsc-button-border-radius);border:1px solid transparent;font-size:12px;font-size:var(--wsc-button-font-size);cursor:pointer;text-align:center;display:inline-block;transition:all .3s ease}.wsc-button--default{border-color:#ccc;border-color:var(--wsc-button-border-color)}.wsc-button--main{background-color:#498ff2;background-color:var(--wsc-button-background-color);color:#fff}.wsc-icon{display:inline-block;line-height:1;vertical-align:baseline}.wsc-icon__plus{position:relative}.wsc-icon__plus,.wsc-icon__plus:before{width:100%;height:2px;background-color:#ccc}.wsc-icon__plus:before{position:absolute;left:50%;transform:translate(-50%) rotate(90deg);content:""}.wsc-icon__close{position:relative;transform:rotate(45deg)}.wsc-icon__close,.wsc-icon__close:before{width:100%;height:2px;background-color:#ccc}.wsc-icon__close:before{position:absolute;left:50%;transform:translate(-50%) rotate(90deg);content:""}.wsc-icon__triangle--down{width:0;height:0;border:6 solid transparent;border-top-color:#aaa}@media screen and (max-width:767px){.wsc-icon__triangle--down{border-width:6}}.show{display:initial!important}:root{--wsc-filter-title-font-size:14px;--wsc-filter-option-gap:10px;--wsc-message-box-z-index:199920}.wsc-message-box{position:fixed;top:0;left:0;width:100%;height:100%;z-index:199920;z-index:var(--wsc-message-box-z-index)}.wsc-message-box__cover{width:100%;height:100%;background-color:rgba(0,0,0,.7019607843137254);background-color:var(--wsc-color-cover)}.wsc-message-box__container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;background-color:#fff;background-color:var(--wsc-color-white);padding:2em;width:345px;animation:cmpFadeIn .4s ease;transform-origin:0 0}.wsc-message-box__container--success path{fill:#52c41a}.wsc-message-box__container--error path{fill:#dc3545}.wsc-message-box__container svg{width:40px;height:40px}.wsc-message-box__message{margin:1em 0 2em}@keyframes cmpFadeIn{0%{transform:scale(0) translate(-50%,-50%)}to{transform:scale(1) translate(-50%,-50%)}}a,abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;box-sizing:border-box}:focus{outline:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}.blur-up{-webkit-filter:blur(5px);filter:blur(5px);-webkit-transition:-webkit-filter .4s;transition:-webkit-filter .4s;transition:filter .4s;transition:filter .4s,-webkit-filter .4s}.blur-up.lazyloaded{-webkit-filter:blur(0);filter:blur(0)}.lazyload:not([src]){display:none}body{line-height:1;font-size:1.11111vw;background-color:#fff}@media screen and (max-width:767px){body{font-size:3.73333vw}}@media screen and (min-width:768px) and (max-width:1024px){body{font-size:1.5625vw}}.white-bg-cont{background-color:#fff}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;-moz-appearance:none}input[type=search]{-webkit-appearance:none;-moz-appearance:none}audio,canvas,video{display:inline-block;*display:inline;*zoom:1;max-width:100%}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a{text-decoration:none;color:inherit;outline:none}a:active,a:hover{outline:0}a:not([href]):not([tabindex]){color:inherit;text-decoration:none;cursor:default}img{border:0;-ms-interpolation-mode:bicubic}figure,form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{box-sizing:border-box;font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}body,button,html,input,select,textarea{color:#222;font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important}::selection{background:#b3d4fc;text-shadow:none}img{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.content-container,.dynamic-form-wrapper,.pl-container{width:86.71875%!important;margin:0 auto}@media screen and (max-width:767px){.content-container,.dynamic-form-wrapper,.pl-container{width:89.33333%!important}}@media screen and (min-width:768px) and (max-width:1024px){.content-container,.dynamic-form-wrapper,.pl-container{width:95.11719%!important}}.pl-ipad-container{padding-left:6.64062vw;padding-right:6.64062vw}@media screen and (max-width:767px){.pl-ipad-container{padding-left:5.33333vw;padding-right:5.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-ipad-container{padding-left:2.44141vw;padding-right:2.44141vw}}.pl-space-container{width:86.71875%!important;margin:0 auto}@media screen and (max-width:767px){.pl-space-container{width:100%!important}}@media screen and (min-width:768px) and (max-width:1024px){.pl-space-container{width:100%!important}}.pl-richtext-container{width:75vw!important;margin:0 auto!important;padding-left:0!important;padding-right:0!important}@media screen and (max-width:767px){.pl-richtext-container{width:89.33333vw!important;padding-left:0!important;padding-right:0!important}}@media screen and (min-width:768px) and (max-width:1024px){.pl-richtext-container{width:95.11719vw!important;padding-left:0!important;padding-right:0!important}}.gap{padding-bottom:4.16667vw!important}@media screen and (max-width:767px){.gap{padding-bottom:16vw!important}}@media screen and (min-width:768px) and (max-width:1024px){.gap{padding-bottom:5.85938vw!important}}.gap-space{margin-bottom:4.16667vw!important}@media screen and (max-width:767px){.gap-space{margin-bottom:16vw!important}}@media screen and (min-width:768px) and (max-width:1024px){.gap-space{margin-bottom:5.85938vw!important}}.cf:after,.cf:before{content:" ";display:table}.cf:after{clear:both}.cf{zoom:1}@media screen and (max-width:767px){.show-pc{display:none!important}}.show-mob{display:none!important}@media screen and (max-width:767px){.show-mob{display:block!important}}.show-mob-ib{display:none!important}@media screen and (max-width:767px){.show-mob-ib{display:inline-block!important}}.main{margin-top:4.86111vw;min-height:55vh}@media screen and (max-width:767px){.main{margin-top:12.8vw;min-height:42vh}}@media screen and (min-width:768px) and (max-width:1024px){.main{margin-top:6.83594vw;min-height:72vh}}picture{display:block;width:100%}.pl-link-button{color:#fff;background-color:#ad8d50;padding:1.38889vw 1.04167vw;display:inline-block;box-sizing:border-box;min-width:8.68056vw;cursor:pointer;-webkit-transition:all 125ms ease-in-out;transition:all 125ms ease-in-out;text-align:center;font-size:1.11111vw;font-weight:700}@media screen and (max-width:767px){.pl-link-button{font-size:3.73333vw;padding:4vw 2.66667vw;min-width:33.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-link-button{font-size:1.5625vw;padding:1.95312vw 1.46484vw;min-width:12.20703vw}}.pl-link-button:hover{background-color:#806a3f}.pl-link-button-left{text-align:left}.pl-link-button-center{text-align:center}.pl-link-button-right{text-align:right}.richtxt-title{font-size:2.5vw;font-weight:700;line-height:1.25}@media screen and (max-width:767px){.richtxt-title{font-size:6.93333vw}}@media screen and (min-width:768px) and (max-width:1024px){.richtxt-title{font-size:3.51562vw}}.richtxt-title h2{font-size:4.16667vw;color:inherit}@media screen and (max-width:767px){.richtxt-title h2{font-size:9.6vw}}@media screen and (min-width:768px) and (max-width:1024px){.richtxt-title h2{font-size:5.85938vw}}.richtxt-title h3{font-size:3.61111vw;color:inherit}@media screen and (max-width:767px){.richtxt-title h3{font-size:8vw}}@media screen and (min-width:768px) and (max-width:1024px){.richtxt-title h3{font-size:5.07812vw}}.richtxt-title h4{font-size:3.05556vw;color:inherit}@media screen and (max-width:767px){.richtxt-title h4{font-size:7.46667vw}}@media screen and (min-width:768px) and (max-width:1024px){.richtxt-title h4{font-size:4.29688vw}}.richtxt-title h5{font-size:2.5vw;color:inherit}@media screen and (max-width:767px){.richtxt-title h5{font-size:6.93333vw}}@media screen and (min-width:768px) and (max-width:1024px){.richtxt-title h5{font-size:3.51562vw}}.richtxt-title h6{font-size:1.25vw;color:inherit}@media screen and (max-width:767px){.richtxt-title h6{font-size:3.73333vw}}@media screen and (min-width:768px) and (max-width:1024px){.richtxt-title h6{font-size:1.75781vw}}.pl-simple-header .header-main .text{padding-bottom:1.73611vw;color:#1a1a1a}@media screen and (max-width:767px){.pl-simple-header .header-main .text{padding-bottom:6.66667vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-simple-header .header-main .text{padding-bottom:2.44141vw}}.pl-simple-header.has-border .header-main .text{border-bottom:1px solid #ccc}.pl-simple-header.center{text-align:center}.pl-simple-header.right{text-align:right}.grey-bg{background-color:#f7f7f7!important}.bread-crumb-nav-container{max-width:115.625vw;margin:0 auto;padding-top:1.38889vw;padding-bottom:1.38889vw;box-sizing:border-box}@media screen and (max-width:767px){.bread-crumb-nav-container{max-width:444vw;padding-top:2.66667vw;padding-bottom:2.66667vw}}@media screen and (min-width:768px) and (max-width:1024px){.bread-crumb-nav-container{max-width:162.59766vw;padding-top:1.95312vw;padding-bottom:1.95312vw}}.bread-crumb-nav-container .nav-wrapper{max-width:90.97222vw;margin:0 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:767px){.bread-crumb-nav-container .nav-wrapper{max-width:349.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.bread-crumb-nav-container .nav-wrapper{max-width:127.92969vw}}.bread-crumb-nav-container .nav-wrapper .bread-crumbs{color:#ccc;text-decoration:none}.bread-crumb-nav-container .nav-wrapper .bread-crumbs a{text-decoration:none;color:#ccc;font-weight:400;text-transform:capitalize;font-size:1.11111vw}@media screen and (max-width:767px){.bread-crumb-nav-container .nav-wrapper .bread-crumbs a{font-size:3.73333vw}}@media screen and (min-width:768px) and (max-width:1024px){.bread-crumb-nav-container .nav-wrapper .bread-crumbs a{font-size:1.5625vw}}.bread-crumb-nav-container .nav-wrapper .bread-crumbs a:hover{color:#1a1a1a}.bread-crumb-nav-container .nav-wrapper .bread-crumbs .current-location{font-size:1.11111vw;color:#1a1a1a}@media screen and (max-width:767px){.bread-crumb-nav-container .nav-wrapper .bread-crumbs .current-location{font-size:3.73333vw}}@media screen and (min-width:768px) and (max-width:1024px){.bread-crumb-nav-container .nav-wrapper .bread-crumbs .current-location{font-size:1.5625vw}}@media screen and (max-width:767px){.pl-category{padding-bottom:0!important}}@media screen and (min-width:768px) and (max-width:1024px){.pl-category{padding-bottom:0!important}}.pl-category .box{background-color:#fff}.pl-category .top-level{padding:3.47222vw 0;background-color:#fff}@media screen and (max-width:767px){.pl-category .top-level{padding:13.33333vw 0 5.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-category .top-level{padding:4.88281vw 0 3.41797vw}}.pl-category .h1{font-size:4.16667vw;line-height:4.30556vw;text-align:center;margin-bottom:1.73611vw;font-weight:700;color:#1a1a1a}@media screen and (max-width:767px){.pl-category .h1{font-size:9.6vw;line-height:10.13333vw;margin-bottom:6.66667vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-category .h1{font-size:5.85938vw;line-height:6.05469vw;margin-bottom:2.44141vw}}.pl-category .horizontal-line{margin:0 auto;height:1px;width:100%;background-color:#ccc}.pl-category .sub-category-navigation{padding:1.73611vw 0 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background-color:#fff}@media screen and (max-width:767px){.pl-category .sub-category-navigation{padding:2.66667vw 0 0}}.pl-category .sub-category-navigation .category-list{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:space-evenly;-webkit-justify-content:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;max-width:75vw}@media screen and (max-width:767px){.pl-category .sub-category-navigation .category-list{max-width:288vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-category .sub-category-navigation .category-list{max-width:105.46875vw}}.pl-category .sub-category-navigation .category-list .category-item{padding:0 2.77778vw;font-size:1.11111vw;line-height:1.52778vw}@media screen and (max-width:767px){.pl-category .sub-category-navigation .category-list .category-item{padding:0 1.86667vw;font-size:3.73333vw;line-height:5.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-category .sub-category-navigation .category-list .category-item{padding:0 2.44141vw;font-size:1.5625vw;line-height:2.14844vw}}.pl-category .sub-category-navigation .category-list .category-item .category-item-a{color:#1a1a1a;font-weight:700;-webkit-transition:all 75ms ease-in-out;transition:all 75ms ease-in-out}.pl-category .sub-category-navigation .category-list .category-item .category-item-a:hover{color:#ad8d50}.pl-category .sub-category-navigation ul a,.pl-category .sub-category-navigation ul li{text-decoration:none;text-transform:capitalize;text-align:center}.showcase-mask{background:#f7f7f7;margin:0 auto;box-sizing:border-box}@media screen and (max-width:767px){.showcase-mask .pl-ipad-container{overflow-x:auto}}.showcase-mask .showcase-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:767px){.showcase-mask .showcase-list{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;max-width:360vw;min-width:192vw;overflow:hidden}}.showcase-mask .product-tile:hover{margin:.48611vw 0 .90278vw;box-shadow:0 0 8px rgba(0,0,0,.33)}@media screen and (max-width:767px){.showcase-mask .product-tile:hover{margin:10px 0;box-shadow:none}}.showcase-mask .product-tile:hover .clear-btn{opacity:1;pointer-events:all;color:#ad8d50}.showcase-mask .product-tile:hover .clear-btn:hover{color:#fff;background:#ad8d50}@media screen and (max-width:767px){.showcase-mask .product-tile:hover .clear-btn:hover{color:#ad8d50;background-color:transparent}}.showcase-mask .product-tile:last-child:nth-child(3n-1){margin-right:calc(33% + 10px)}.showcase-mask .product-tile{width:-webkit-calc(33% - 10px);width:calc(33% - 10px);background:#fff;padding:1.38889vw;margin:1.38889vw 0 0;box-sizing:border-box;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-transition:all 125ms ease-in-out;transition:all 125ms ease-in-out}.showcase-mask .product-tile .compare-btn-container{text-align:right}@media screen and (max-width:767px){.showcase-mask .product-tile{margin:5.33333vw 0 0;font-size:4.26667vw;width:-webkit-calc(33% - 10px);width:calc(33% - 10px)}}@media screen and (min-width:768px) and (max-width:1024px){.showcase-mask .product-tile{margin:1.95312vw 0 0}}.showcase-mask .product-tile .product-price{margin-top:.69444vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;color:#1a1a1a!important;font-size:1.66667vw;font-weight:700}@media screen and (max-width:767px){.showcase-mask .product-tile .product-price{margin-top:2.66667vw;font-size:4.26667vw;width:-webkit-calc(33% - 10px);width:calc(33% - 10px)}}@media screen and (min-width:768px) and (max-width:1024px){.showcase-mask .product-tile .product-price{width:-webkit-calc(33% - 10px);width:calc(33% - 10px);font-size:2.34375vw}}.showcase-mask .product-tile .product-price span{font-size:.83333vw;margin-left:.34722vw;color:#ccc}@media screen and (max-width:767px){.showcase-mask .product-tile .product-price span{margin-left:1.33333vw;font-size:2.66667vw}}@media screen and (min-width:768px) and (max-width:1024px){.showcase-mask .product-tile .product-price span{font-size:1.17188vw;margin-left:.48828vw}}.showcase-mask .product-tile .clear-btn{opacity:0;pointer-events:none;display:inline-block;cursor:pointer;background:var(--clear);padding:.48611vw .69444vw;min-width:0;-webkit-transition:all 125ms ease-in-out;transition:all 125ms ease-in-out;font-size:1.11111vw;font-weight:700}@media screen and (max-width:767px){.showcase-mask .product-tile .clear-btn{opacity:1;font-size:3.73333vw;padding:1.86667vw 2.66667vw;color:#ad8d50}}@media screen and (min-width:768px) and (max-width:1024px){.showcase-mask .product-tile .clear-btn{font-size:1.5625vw;padding:.68359vw .97656vw}}.showcase-mask .product-tile .placeholder-img{display:block;max-width:75%;margin:.69444vw auto;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;object-fit:cover}.showcase-mask .product-tile .product-details{width:100%;height:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.showcase-mask .product-tile .product-details .details{width:100%}.showcase-mask .product-tile .product-details *{text-align:center}.showcase-mask .product-tile .product-details .product-model-no{font-size:.97222vw;color:#ccc}@media screen and (max-width:767px){.showcase-mask .product-tile .product-details .product-model-no{font-size:3.73333vw}}@media screen and (min-width:768px) and (max-width:1024px){.showcase-mask .product-tile .product-details .product-model-no{font-size:1.36719vw}}.showcase-mask .product-tile .product-details h5{margin:.34722vw 0;font-size:1.11111vw;line-height:1.38889vw;color:#1a1a1a;font-weight:700}@media screen and (max-width:767px){.showcase-mask .product-tile .product-details h5{margin:1.33333vw 0;font-size:3.73333vw;line-height:4.8vw}}@media screen and (min-width:768px) and (max-width:1024px){.showcase-mask .product-tile .product-details h5{font-size:1.5625vw;line-height:1.95312vw}}.showcase-mask .product-tile:first-child{margin-left:0}.showcase-mask .product-tile:last-child{margin-right:0}.pl-compare-page{overflow:auto}.pl-compare-page .inner-wrapper{width:100%}@media screen and (max-width:767px){.pl-compare-page .inner-wrapper{width:229.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-compare-page .inner-wrapper{width:117.1875vw}}.pl-compare-page .pl-compare-page-title{font-weight:700;font-size:3.33333vw;line-height:3.47222vw;padding-top:3.47222vw;color:#1a1a1a}@media screen and (max-width:767px){.pl-compare-page .pl-compare-page-title{font-size:6.4vw;line-height:6.93333vw;padding-top:13.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-compare-page .pl-compare-page-title{font-size:4.6875vw;line-height:4.88281vw;padding-top:4.88281vw}}.pl-compare-page .card-container{width:100%;margin-top:3.47222vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}@media screen and (max-width:767px){.pl-compare-page .card-container{margin-top:13.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-compare-page .card-container{margin-top:4.88281vw}}.pl-compare-page .card-container .comparison-cards{width:75%;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;height:auto;margin:0 -.69444vw;padding:1.38889vw 0;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:767px){.pl-compare-page .card-container .comparison-cards{width:85%;margin:0 -2.66667vw;padding:5.33333vw 0}}@media screen and (min-width:768px) and (max-width:1024px){.pl-compare-page .card-container .comparison-cards{margin:0 -.97656vw;padding:1.95312vw 0}}.pl-compare-page .card-container .comparison-cards .product-card{width:-webkit-calc(25% - 1.38889vw);width:calc(25% - 1.38889vw);margin:.69444vw;padding:.69444vw;border:1px dashed #ccc;box-sizing:border-box;position:relative;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;color:#1a1a1a}.pl-compare-page .card-container .comparison-cards .product-card:hover{border-color:#ad8d50!important;color:#ad8d50}@media screen and (max-width:767px){.pl-compare-page .card-container .comparison-cards .product-card{width:-webkit-calc(25% - 5.33333vw);width:calc(25% - 5.33333vw);margin:2.66667vw;padding:2.66667vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-compare-page .card-container .comparison-cards .product-card{width:-webkit-calc(25% - 1.95312vw);width:calc(25% - 1.95312vw);margin:.97656vw;padding:.97656vw}}.pl-compare-page .card-container .comparison-cards .product-card .where-to-buy-button{background-color:#ad8d50}.pl-compare-page .card-container .comparison-cards .product-card .product-card-item{text-decoration:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;min-height:5.55556vw;height:100%}@media screen and (max-width:767px){.pl-compare-page .card-container .comparison-cards .product-card .product-card-item{min-height:21.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-compare-page .card-container .comparison-cards .product-card .product-card-item{min-height:7.8125vw}}.pl-compare-page .card-container .comparison-cards .product-card .picture{text-align:center}.pl-compare-page .card-container .comparison-cards .product-card .picture .img{max-width:6.94444vw;height:6.94444vw;margin:0 auto;object-fit:cover}@media screen and (max-width:767px){.pl-compare-page .card-container .comparison-cards .product-card .picture .img{max-width:26.66667vw;height:26.66667vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-compare-page .card-container .comparison-cards .product-card .picture .img{max-width:9.76562vw;height:9.76562vw}}.pl-compare-page .card-container .comparison-cards .product-card .card-info{width:100%;padding:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.pl-compare-page .card-container .comparison-cards .product-card .card-info p{font-size:1.11111vw;line-height:1.52778vw}@media screen and (max-width:767px){.pl-compare-page .card-container .comparison-cards .product-card .card-info p{font-size:3.73333vw;line-height:5.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-compare-page .card-container .comparison-cards .product-card .card-info p{font-size:1.5625vw;line-height:2.14844vw}}.pl-compare-page .card-container .comparison-cards .product-card .button-container{margin-top:.69444vw}@media screen and (max-width:767px){.pl-compare-page .card-container .comparison-cards .product-card .button-container{margin-top:2.66667vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-compare-page .card-container .comparison-cards .product-card .button-container{margin-top:.97656vw}}.pl-compare-page .card-container .comparison-cards .product-card.active-card{border:1px solid #ccc}.pl-compare-page .comparison-data-sheet{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;box-sizing:border-box}.pl-compare-page .comparison-data-sheet .data-sheet-header{background:#1a1a1a;color:#fff;box-sizing:border-box;padding:.69444vw;font-size:1.11111vw;line-height:1.38889vw;font-weight:700}@media screen and (max-width:767px){.pl-compare-page .comparison-data-sheet .data-sheet-header{padding:2.66667vw;font-size:3.73333vw;line-height:4.8vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-compare-page .comparison-data-sheet .data-sheet-header{padding:.97656vw;font-size:1.5625vw;line-height:1.95312vw}}.pl-compare-page .comparison-data-sheet .data-sheet{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;box-sizing:border-box}.pl-compare-page .comparison-data-sheet .data-sheet .data-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;background:#fff;border-bottom:1px solid #ccc}.pl-compare-page .comparison-data-sheet .data-sheet .data-row:nth-child(2n){background:#f7f7f7}.pl-compare-page .comparison-data-sheet .data-sheet .data-label-container{width:25%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media screen and (max-width:767px){.pl-compare-page .comparison-data-sheet .data-sheet .data-label-container{width:15%}}.pl-compare-page .comparison-data-sheet .data-sheet .data-label-container .data-label{padding:.69444vw 1.38889vw;font-size:1.11111vw;font-weight:700}@media screen and (max-width:767px){.pl-compare-page .comparison-data-sheet .data-sheet .data-label-container .data-label{padding:2.66667vw;font-size:3.2vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-compare-page .comparison-data-sheet .data-sheet .data-label-container .data-label{padding:.97656vw 1.95312vw;font-size:1.5625vw}}.pl-compare-page .comparison-data-sheet .data-sheet .data-cell-container{width:75%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media screen and (max-width:767px){.pl-compare-page .comparison-data-sheet .data-sheet .data-cell-container{width:85%}}.pl-compare-page .comparison-data-sheet .data-sheet .data-cell-container .data-cell{padding:.69444vw 1.38889vw;font-size:1.11111vw;width:-webkit-calc(25% - 1.04167vw);width:calc(25% - 1.04167vw);-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;text-align:center;word-break:break-all}@media screen and (max-width:767px){.pl-compare-page .comparison-data-sheet .data-sheet .data-cell-container .data-cell{padding:2.66667vw 5.33333vw;font-size:3.2vw;width:-webkit-calc(25% - 4vw);width:calc(25% - 4vw)}}@media screen and (min-width:768px) and (max-width:1024px){.pl-compare-page .comparison-data-sheet .data-sheet .data-cell-container .data-cell{padding:.97656vw 1.95312vw;font-size:1.5625vw;width:-webkit-calc(25% - 1.46484vw);width:calc(25% - 1.46484vw)}}.pl-compare-page .cross-button{width:1.38889vw;height:1.38889vw;-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute;top:5px;right:5px;cursor:pointer}.pl-compare-page .cross-button:hover .plus-1,.pl-compare-page .cross-button:hover .plus-2{background:#ad8d50!important}@media screen and (max-width:767px){.pl-compare-page .cross-button{width:5.33333vw;height:5.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-compare-page .cross-button{width:1.95312vw;height:1.95312vw}}.pl-compare-page .cross-button .plus-1{-webkit-transform:translate(-7.5px,-.5px);transform:translate(-7.5px,-.5px);width:15px;height:1px}.pl-compare-page .cross-button .plus-1,.pl-compare-page .cross-button .plus-2{position:absolute;top:50%;left:50%;display:block;background:#1a1a1a;-webkit-transition:all 75ms ease-in-out;transition:all 75ms ease-in-out}.pl-compare-page .cross-button .plus-2{-webkit-transform:translate(-.5px,-7.5px);transform:translate(-.5px,-7.5px);width:1px;height:15px}.pl-compare-widget{position:fixed;left:0;right:0;z-index:500;padding-top:.69444vw;padding-bottom:.69444vw;border-top:2px solid #ccc;height:4.02778vw;-webkit-transition:all 125ms ease-in-out;transition:all 125ms ease-in-out;bottom:-27.77778vw}.pl-compare-widget.opened-block{height:auto}.pl-compare-widget.opened-block .carrot-icon{-webkit-transform:rotate(45deg)!important;transform:rotate(45deg)!important}@media screen and (max-width:767px){.pl-compare-widget{padding-top:2.66667vw;padding-bottom:2.66667vw;height:26.66667vw;bottom:-106.66667vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-compare-widget{padding-top:.97656vw;padding-bottom:.97656vw;height:5.66406vw;bottom:-39.0625vw}}.pl-compare-widget .compare-widget{-webkit-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.pl-compare-widget .compare-widget,.pl-compare-widget .compare-widget .compare-controls{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;width:100%}.pl-compare-widget .compare-widget .compare-controls{-webkit-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;max-width:115.625vw;margin:0 auto;padding:0;box-sizing:border-box}@media screen and (max-width:767px){.pl-compare-widget .compare-widget .compare-controls{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:0;max-width:444vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-compare-widget .compare-widget .compare-controls{padding:0;max-width:162.59766vw}}.pl-compare-widget .compare-widget .compare-controls .compare-info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:767px){.pl-compare-widget .compare-widget .compare-controls .compare-info{padding-bottom:4vw}}.pl-compare-widget .compare-widget .compare-controls .compare-info .compare-info-title{font-size:1.11111vw;line-height:1.38889vw;font-weight:700;color:#1a1a1a}@media screen and (max-width:767px){.pl-compare-widget .compare-widget .compare-controls .compare-info .compare-info-title{font-size:4.26667vw;line-height:5.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-compare-widget .compare-widget .compare-controls .compare-info .compare-info-title{font-size:1.5625vw;line-height:1.95312vw}}.pl-compare-widget .compare-widget .compare-controls .compare-info .compare-info-title span{font-weight:400}.pl-compare-widget .compare-widget .compare-controls .compare-info .compare-toggle{margin:0 1.04167vw;height:1.38889vw;width:1.38889vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;cursor:pointer}@media screen and (max-width:767px){.pl-compare-widget .compare-widget .compare-controls .compare-info .compare-toggle{margin:0 4vw;height:5.33333vw;width:5.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-compare-widget .compare-widget .compare-controls .compare-info .compare-toggle{margin:0 1.46484vw;height:1.95312vw;width:1.95312vw}}.pl-compare-widget .compare-widget .compare-controls .compare-info .compare-toggle:hover .carrot-icon{border-color:#ad8d50}.pl-compare-widget .compare-widget .compare-controls .compare-info .compare-toggle .carrot-icon{height:10px;width:10px;border-left-style:solid;border-top-style:solid;border-left-color:#1a1a1a;border-bottom:2px solid #1a1a1a;border-right:2px solid #1a1a1a;border-top-color:#1a1a1a;-webkit-transform:rotate(-135deg) translateX(-7px);transform:rotate(-135deg) translateX(-7px)}.pl-compare-widget .compare-widget .compare-controls .compare-actions{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.pl-compare-widget .compare-widget .compare-controls .compare-actions span{cursor:pointer;text-decoration:underline}.pl-compare-widget .compare-widget .compare-controls .compare-actions span:hover{color:#ad8d50}.pl-compare-widget .compare-widget .compare-controls .compare-actions .btn{padding:.69444vw 1.38889vw;margin-left:1.04167vw}@media screen and (max-width:767px){.pl-compare-widget .compare-widget .compare-controls .compare-actions .btn{padding:2.66667vw 5.33333vw;margin-left:4vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-compare-widget .compare-widget .compare-controls .compare-actions .btn{padding:.97656vw 1.95312vw;margin-left:1.46484vw}}.pl-compare-widget .compare-widget .compare-bucket-mask{width:100%;overflow:auto}.pl-compare-widget .compare-widget .compare-bucket-mask .compare-bucket{width:100%;min-width:75vw;max-width:113.54167vw;padding:1.38889vw 0;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}@media screen and (max-width:767px){.pl-compare-widget .compare-widget .compare-bucket-mask .compare-bucket{width:100%;min-width:288vw;max-width:436vw;padding:5.33333vw 0}}@media screen and (min-width:768px) and (max-width:1024px){.pl-compare-widget .compare-widget .compare-bucket-mask .compare-bucket{width:100%;min-width:105.46875vw;max-width:159.66797vw;padding:1.95312vw 0}}.pl-compare-widget .compare-widget .compare-bucket-mask .compare-bucket .product-card{width:-webkit-calc(25% - 1.04167vw);width:calc(25% - 1.04167vw);min-height:5.55556vw;padding:.69444vw;border:1px dashed #ccc;box-sizing:border-box;position:relative;text-decoration:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-transition:all 75ms ease-in-out;transition:all 75ms ease-in-out}.pl-compare-widget .compare-widget .compare-bucket-mask .compare-bucket .product-card+.product-card{margin-left:1.38889vw}@media screen and (max-width:767px){.pl-compare-widget .compare-widget .compare-bucket-mask .compare-bucket .product-card+.product-card{margin-left:5.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-compare-widget .compare-widget .compare-bucket-mask .compare-bucket .product-card+.product-card{margin-left:1.95312vw}}@media screen and (max-width:767px){.pl-compare-widget .compare-widget .compare-bucket-mask .compare-bucket .product-card{width:-webkit-calc(25% - 4vw);width:calc(25% - 4vw);min-height:21.33333vw;padding:2.66667vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-compare-widget .compare-widget .compare-bucket-mask .compare-bucket .product-card{width:-webkit-calc(25% - 1.46484vw);width:calc(25% - 1.46484vw);min-height:7.8125vw;padding:.97656vw}}.pl-compare-widget .compare-widget .compare-bucket-mask .compare-bucket .product-card.active-card{border:1px solid #ccc}.pl-compare-widget .compare-widget .compare-bucket-mask .compare-bucket .product-card.active-card:hover{border:1px solid #ad8d50}.pl-compare-widget .compare-widget .compare-bucket-mask .compare-bucket .product-card.active-card:hover .card-info p{color:#ad8d50}.pl-compare-widget .compare-widget .compare-bucket-mask .compare-bucket .product-card .img-container{width:-webkit-calc(33% - 1.04167vw);width:calc(33% - 1.04167vw);margin:0 1.04167vw 0 0;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}@media screen and (max-width:767px){.pl-compare-widget .compare-widget .compare-bucket-mask .compare-bucket .product-card .img-container{width:-webkit-calc(33% - 4vw);width:calc(33% - 4vw);margin:0 4vw 0 0}}@media screen and (min-width:768px) and (max-width:1024px){.pl-compare-widget .compare-widget .compare-bucket-mask .compare-bucket .product-card .img-container{width:-webkit-calc(33% - 1.46484vw);width:calc(33% - 1.46484vw);margin:0 1.46484vw 0 0}}.pl-compare-widget .compare-widget .compare-bucket-mask .compare-bucket .product-card .img-container .img{width:100%;height:auto;object-fit:cover}.pl-compare-widget .compare-widget .compare-bucket-mask .compare-bucket .product-card .card-info{width:-webkit-calc(66% - 1.04167vw);width:calc(66% - 1.04167vw);padding-right:1.04167vw;color:#1a1a1a}@media screen and (max-width:767px){.pl-compare-widget .compare-widget .compare-bucket-mask .compare-bucket .product-card .card-info{width:-webkit-calc(66% - 4vw);width:calc(66% - 4vw);padding-right:4vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-compare-widget .compare-widget .compare-bucket-mask .compare-bucket .product-card .card-info{width:-webkit-calc(66% - 1.46484vw);width:calc(66% - 1.46484vw);padding-right:1.46484vw}}.pl-compare-widget .compare-widget .compare-bucket-mask .compare-bucket .product-card .card-info p{font-size:.97222vw;line-height:1.52778vw;word-break:break-all}@media screen and (max-width:767px){.pl-compare-widget .compare-widget .compare-bucket-mask .compare-bucket .product-card .card-info p{font-size:3.73333vw;line-height:5.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-compare-widget .compare-widget .compare-bucket-mask .compare-bucket .product-card .card-info p{font-size:1.36719vw;line-height:2.14844vw}}.pl-compare-widget .compare-widget .compare-bucket-mask .compare-bucket .product-card .card-info p+p{margin-top:.69444vw}@media screen and (max-width:767px){.pl-compare-widget .compare-widget .compare-bucket-mask .compare-bucket .product-card .card-info p+p{margin-top:2.66667vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-compare-widget .compare-widget .compare-bucket-mask .compare-bucket .product-card .card-info p+p{margin-top:.97656vw}}.pl-compare-widget .compare-widget .compare-bucket-mask .compare-bucket .product-card .card-info strong{font-weight:700;font-size:1.25vw;color:#1a1a1a!important}@media screen and (max-width:767px){.pl-compare-widget .compare-widget .compare-bucket-mask .compare-bucket .product-card .card-info strong{font-size:4.8vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-compare-widget .compare-widget .compare-bucket-mask .compare-bucket .product-card .card-info strong{font-size:1.75781vw}}.pl-compare-widget .cross-button{width:1.38889vw;height:1.38889vw;-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute;top:5px;right:5px;cursor:pointer}.pl-compare-widget .cross-button:hover .plus-1,.pl-compare-widget .cross-button:hover .plus-2{background:#ad8d50!important}@media screen and (max-width:767px){.pl-compare-widget .cross-button{width:5.33333vw;height:5.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-compare-widget .cross-button{width:1.95312vw;height:1.95312vw}}.pl-compare-widget .cross-button .plus-1{-webkit-transform:translate(-7.5px,-.5px);transform:translate(-7.5px,-.5px);width:15px;height:1px}.pl-compare-widget .cross-button .plus-1,.pl-compare-widget .cross-button .plus-2{position:absolute;top:50%;left:50%;display:block;background:#1a1a1a;-webkit-transition:all 75ms ease-in-out;transition:all 75ms ease-in-out}.pl-compare-widget .cross-button .plus-2{-webkit-transform:translate(-.5px,-7.5px);transform:translate(-.5px,-7.5px);width:1px;height:15px}.pl-cta-cards{width:100%}.pl-cta-cards .cta-cards{width:clac(100% + 1.38889vw);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -.69444vw}@media screen and (max-width:767px){.pl-cta-cards .cta-cards{margin:0}}@media screen and (min-width:768px) and (max-width:1024px){.pl-cta-cards .cta-cards{margin:0 -.97656vw}}.pl-cta-cards .card{width:-webkit-calc(33% - 1.38889vw);width:calc(33% - 1.38889vw);-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin:0 .69444vw}@media screen and (max-width:767px){.pl-cta-cards .card{width:100%;margin-left:0;margin-right:0}.pl-cta-cards .card+.card{margin-top:9.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-cta-cards .card{width:-webkit-calc(33% - 1.95312vw);width:calc(33% - 1.95312vw);margin:0 .97656vw}}.pl-cta-cards .card .picture{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%}.pl-cta-cards .card .picture .item-img{width:100%;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;object-fit:cover}.pl-cta-cards .card .card-info{margin-top:1.38889vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}@media screen and (max-width:767px){.pl-cta-cards .card .card-info{margin-top:5.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-cta-cards .card .card-info{margin-top:1.95312vw}}.pl-cta-cards .card .card-info p{width:100%;margin-top:.69444vw;margin-bottom:0}@media screen and (max-width:767px){.pl-cta-cards .card .card-info p{margin-top:2.66667vw;margin-bottom:0}}@media screen and (min-width:768px) and (max-width:1024px){.pl-cta-cards .card .card-info p{margin-top:.97656vw;margin-bottom:0}}.pl-cta-cards .card .card-info .btn{margin-top:.69444vw;color:#ad8d50;display:block;cursor:pointer;background:transparent;padding:.48611vw .69444vw .48611vw 0;text-align:center;font-weight:700;font-size:1.11111vw;min-width:0;text-decoration:none}.pl-cta-cards .card .card-info .btn:hover{color:#806a3f}@media screen and (max-width:767px){.pl-cta-cards .card .card-info .btn{margin-top:2.66667vw;font-size:3.73333vw;padding:1.86667vw 2.66667vw 1.86667vw 0}}@media screen and (min-width:768px) and (max-width:1024px){.pl-cta-cards .card .card-info .btn{margin-top:.97656vw;font-size:1.5625vw;padding:.68359vw .97656vw .68359vw 0}}.video-wrapper{width:83.33333vw;height:34.72222vw;max-width:100%;max-height:90%;padding:0}@media screen and (max-width:767px){.video-wrapper{width:100%;height:auto}}.video-wrapper video{max-width:100%;max-height:100%;background-color:#1a1a1a}.video-wrapper iframe{width:100%!important;height:100%!important;display:block!important}.video-wrapper .wsc-dialog__body{padding-top:0;height:100%;background-color:#1a1a1a;text-align:center}.video-wrapper .wsc-dialog__header{padding:0;position:absolute;right:-1.04167vw;top:-1.04167vw;width:2.08333vw;height:2.08333vw;background-color:#1a1a1a;border-radius:50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:767px){.video-wrapper .wsc-dialog__header{right:4vw;top:-10.8vw;width:8vw;height:8vw}}.video-wrapper .wsc-dialog__close{width:.83333vw;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;position:relative}@media screen and (max-width:767px){.video-wrapper .wsc-dialog__close{width:3.2vw}}.video-wrapper .wsc-icon__close,.video-wrapper .wsc-icon__close:before{height:.13889vw}@media screen and (max-width:767px){.video-wrapper .wsc-icon__close,.video-wrapper .wsc-icon__close:before{height:.53333vw}}.video-wrapper .vimeo-wrapper,.video-wrapper .vimeo-wrapper__video{height:100%;width:100%}.pl-faq-filter{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}@media screen and (max-width:767px){.pl-faq-filter{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.pl-faq-filter .faq-item-list{width:25%}@media screen and (max-width:767px){.pl-faq-filter .faq-item-list{width:100%}}.pl-faq-filter .faq-item-list .faq-category-block+.faq-category-block{margin-top:.69444vw}@media screen and (max-width:767px){.pl-faq-filter .faq-item-list .faq-category-block+.faq-category-block{margin-top:2.66667vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-faq-filter .faq-item-list .faq-category-block+.faq-category-block{margin-top:.97656vw}}.pl-faq-filter .faq-item-list .faq-category-block .faq-category-header{cursor:pointer;padding:.69444vw;background:#000;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}@media screen and (max-width:767px){.pl-faq-filter .faq-item-list .faq-category-block .faq-category-header{padding:2.66667vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-faq-filter .faq-item-list .faq-category-block .faq-category-header{padding:.97656vw}}.pl-faq-filter .faq-item-list .faq-category-block .faq-category-header:hover{background:#ad8d50}.pl-faq-filter .faq-item-list .faq-category-block .faq-category-header .faq-category-header-title{color:#fff;font-size:1.11111vw;line-height:1.38889vw;font-weight:700;word-break:break-all}@media screen and (max-width:767px){.pl-faq-filter .faq-item-list .faq-category-block .faq-category-header .faq-category-header-title{font-size:4.26667vw;line-height:5.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-faq-filter .faq-item-list .faq-category-block .faq-category-header .faq-category-header-title{font-size:1.5625vw;line-height:1.95312vw}}.pl-faq-filter .faq-item-list .faq-category-block.opened-block .faq-category-header .plus-2{display:none}.pl-faq-filter .faq-item-list .faq-category-block.opened-block .faq-sub-categories{display:block}.pl-faq-filter .faq-item-list .faq-sub-categories{display:none;overflow:hidden;background:#f7f7f7;padding:.69444vw}@media screen and (max-width:767px){.pl-faq-filter .faq-item-list .faq-sub-categories{padding:2.66667vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-faq-filter .faq-item-list .faq-sub-categories{padding:.97656vw}}.pl-faq-filter .faq-item-list .faq-sub-categories .faq-sub-category-container+.faq-sub-category-container{margin-top:.69444vw}@media screen and (max-width:767px){.pl-faq-filter .faq-item-list .faq-sub-categories .faq-sub-category-container+.faq-sub-category-container{margin-top:2.66667vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-faq-filter .faq-item-list .faq-sub-categories .faq-sub-category-container+.faq-sub-category-container{margin-top:.97656vw}}.pl-faq-filter .faq-item-list .faq-sub-categories .faq-sub-category-container .faq-sub-category-header{cursor:pointer;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.pl-faq-filter .faq-item-list .faq-sub-categories .faq-sub-category-container .faq-sub-category-header .faq-sub-header-title{color:#1a1a1a;font-size:.97222vw;line-height:1.38889vw;font-weight:700;word-break:break-all}@media screen and (max-width:767px){.pl-faq-filter .faq-item-list .faq-sub-categories .faq-sub-category-container .faq-sub-category-header .faq-sub-header-title{font-size:3.73333vw;line-height:5.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-faq-filter .faq-item-list .faq-sub-categories .faq-sub-category-container .faq-sub-category-header .faq-sub-header-title{font-size:1.36719vw;line-height:1.95312vw}}.pl-faq-filter .faq-item-list .faq-sub-categories .faq-sub-category-container .faq-sub-category-header .plus-1,.pl-faq-filter .faq-item-list .faq-sub-categories .faq-sub-category-container .faq-sub-category-header .plus-2{background:#000}.pl-faq-filter .faq-item-list .faq-sub-categories .faq-sub-category-container .faq-sub-category-header:hover .faq-sub-header-title{color:#ad8d50}.pl-faq-filter .faq-item-list .faq-sub-categories .faq-sub-category-container .faq-sub-category-header:hover .plus-1,.pl-faq-filter .faq-item-list .faq-sub-categories .faq-sub-category-container .faq-sub-category-header:hover .plus-2{background:#ad8d50}.pl-faq-filter .faq-item-list .faq-sub-categories .faq-sub-category-container .faq-product-list,.pl-faq-filter .faq-item-list .faq-sub-categories .faq-sub-category-container.opened-block .faq-sub-category-header .plus-2{display:none}.pl-faq-filter .faq-item-list .faq-sub-categories .faq-sub-category-container.opened-block .faq-product-list,.pl-faq-filter .faq-product-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.pl-faq-filter .faq-product-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;overflow:hidden;padding-top:.34722vw}@media screen and (max-width:767px){.pl-faq-filter .faq-product-list{padding-top:1.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-faq-filter .faq-product-list{padding-top:.48828vw}}.pl-faq-filter .faq-product-list .faq-product{font-size:.97222vw;padding:.34722vw 0 .34722vw .69444vw;-webkit-transition:all 75ms ease-in-out;transition:all 75ms ease-in-out;cursor:pointer}@media screen and (max-width:767px){.pl-faq-filter .faq-product-list .faq-product{font-size:3.73333vw;padding:1.33333vw 0 1.33333vw 2.66667vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-faq-filter .faq-product-list .faq-product{font-size:1.36719vw;padding:.48828vw 0 .48828vw .97656vw}}.pl-faq-filter .faq-product-list .faq-product:hover{color:#ad8d50;text-decoration:underline}.pl-faq-filter .plus-button{position:relative;width:1.38889vw;height:1.38889vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:767px){.pl-faq-filter .plus-button{width:5.33333vw;height:5.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-faq-filter .plus-button{width:1.95312vw;height:1.95312vw}}.pl-faq-filter .plus-button .plus-1{width:16px;height:2px}.pl-faq-filter .plus-button .plus-1,.pl-faq-filter .plus-button .plus-2{display:block;background:#fff;-webkit-transition:all 75ms ease-in-out;transition:all 75ms ease-in-out}.pl-faq-filter .plus-button .plus-2{position:absolute;top:50%;left:50%;-webkit-transform:translate(-1px,-8px);transform:translate(-1px,-8px);width:2px;height:16px}.pl-faq-filter .faq-info-container{padding-left:6.94444vw;width:75%;box-sizing:border-box}@media screen and (max-width:767px){.pl-faq-filter .faq-info-container{width:100%;padding-left:0;margin-bottom:6.66667vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-faq-filter .faq-info-container{padding-left:9.76562vw}}.pl-faq-filter .faq-info-container .faq-block{display:none}.pl-faq-filter .faq-info-container .faq-block .faq-block-head{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding-bottom:1.73611vw;border-bottom:2px solid #1a1a1a}@media screen and (max-width:767px){.pl-faq-filter .faq-info-container .faq-block .faq-block-head{padding-bottom:6.66667vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-faq-filter .faq-info-container .faq-block .faq-block-head{padding-bottom:2.44141vw}}.pl-faq-filter .faq-info-container .faq-block .faq-block-head .model-img{width:7.98611vw}@media screen and (max-width:767px){.pl-faq-filter .faq-info-container .faq-block .faq-block-head .model-img{width:30.66667vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-faq-filter .faq-info-container .faq-block .faq-block-head .model-img{width:11.23047vw}}.pl-faq-filter .faq-info-container .faq-block .faq-block-head .model-no{margin-left:1.73611vw;font-size:1.66667vw;line-height:1.94444vw;font-weight:700}@media screen and (max-width:767px){.pl-faq-filter .faq-info-container .faq-block .faq-block-head .model-no{margin-left:6.66667vw;font-size:6.4vw;line-height:7.46667vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-faq-filter .faq-info-container .faq-block .faq-block-head .model-no{margin-left:2.44141vw;font-size:2.34375vw;line-height:2.73438vw}}.pl-faq-filter .faq-info-container .faq-block .faq-container .faq-answer-item{border-bottom:1px solid #ccc}.pl-faq-filter .faq-info-container .faq-block .faq-container .faq-answer-item .faq-question{cursor:pointer;padding:1.04167vw .69444vw;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}@media screen and (max-width:767px){.pl-faq-filter .faq-info-container .faq-block .faq-container .faq-answer-item .faq-question{padding:4vw 2.66667vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-faq-filter .faq-info-container .faq-block .faq-container .faq-answer-item .faq-question{padding:1.46484vw .97656vw}}.pl-faq-filter .faq-info-container .faq-block .faq-container .faq-answer-item .faq-question h5{color:#1a1a1a;font-size:1.11111vw;line-height:1.38889vw;font-weight:700;word-break:break-all}@media screen and (max-width:767px){.pl-faq-filter .faq-info-container .faq-block .faq-container .faq-answer-item .faq-question h5{font-size:3.73333vw;line-height:4.8vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-faq-filter .faq-info-container .faq-block .faq-container .faq-answer-item .faq-question h5{font-size:1.5625vw;line-height:1.95312vw}}.pl-faq-filter .faq-info-container .faq-block .faq-container .faq-answer-item .faq-question .plus-1,.pl-faq-filter .faq-info-container .faq-block .faq-container .faq-answer-item .faq-question .plus-2{background:#000}.pl-faq-filter .faq-info-container .faq-block .faq-container .faq-answer-item .faq-question:hover h5{color:#ad8d50}.pl-faq-filter .faq-info-container .faq-block .faq-container .faq-answer-item .faq-question:hover .plus-1,.pl-faq-filter .faq-info-container .faq-block .faq-container .faq-answer-item .faq-question:hover .plus-2{background:#ad8d50}.pl-faq-filter .faq-info-container .faq-block .faq-container .faq-answer-item .faq-answer{display:none;padding:0 .69444vw 1.04167vw}@media screen and (max-width:767px){.pl-faq-filter .faq-info-container .faq-block .faq-container .faq-answer-item .faq-answer{padding:0 2.66667vw 4vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-faq-filter .faq-info-container .faq-block .faq-container .faq-answer-item .faq-answer{padding:0 .97656vw 1.46484vw}}.pl-faq-filter .faq-info-container .faq-block .faq-container .faq-answer-item .faq-answer h1,.pl-faq-filter .faq-info-container .faq-block .faq-container .faq-answer-item .faq-answer h2,.pl-faq-filter .faq-info-container .faq-block .faq-container .faq-answer-item .faq-answer h3,.pl-faq-filter .faq-info-container .faq-block .faq-container .faq-answer-item .faq-answer h4,.pl-faq-filter .faq-info-container .faq-block .faq-container .faq-answer-item .faq-answer h5,.pl-faq-filter .faq-info-container .faq-block .faq-container .faq-answer-item .faq-answer h6{color:#1a1a1a}.pl-faq-filter .faq-info-container .faq-block .faq-container .faq-answer-item .faq-answer p{margin-bottom:0;font-size:.97222vw;line-height:1.45833vw}@media screen and (max-width:767px){.pl-faq-filter .faq-info-container .faq-block .faq-container .faq-answer-item .faq-answer p{font-size:3.73333vw;line-height:5.6vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-faq-filter .faq-info-container .faq-block .faq-container .faq-answer-item .faq-answer p{font-size:1.36719vw;line-height:2.05078vw}}.pl-faq-filter .faq-info-container .faq-block .faq-container .faq-answer-item.opened-block .plus-2{display:none}.pl-faq-filter .faq-info-container .faq-block .faq-container .faq-answer-item.opened-block .faq-answer{display:block}.pl-faq-filter .faq-info-container .faq-block.faq-intro h1,.pl-faq-filter .faq-info-container .faq-block.faq-intro h2,.pl-faq-filter .faq-info-container .faq-block.faq-intro h3,.pl-faq-filter .faq-info-container .faq-block.faq-intro h4,.pl-faq-filter .faq-info-container .faq-block.faq-intro h5,.pl-faq-filter .faq-info-container .faq-block.faq-intro h6{color:#1a1a1a}.pl-faq-filter .faq-info-container .faq-block.faq-intro p{margin-top:1.38889vw}@media screen and (max-width:767px){.pl-faq-filter .faq-info-container .faq-block.faq-intro p{margin-top:5.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-faq-filter .faq-info-container .faq-block.faq-intro p{margin-top:1.95312vw}}footer#footer{background-color:#1a1a1a;padding-top:3.47222vw}@media screen and (max-width:767px){footer#footer{padding-top:8vw}}@media screen and (min-width:768px) and (max-width:1024px){footer#footer{padding-top:4.88281vw}}footer#footer .pl-footer-container{width:75vw;margin:0 auto}@media screen and (max-width:767px){footer#footer .pl-footer-container{width:89.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){footer#footer .pl-footer-container{width:95.11719vw}}footer#footer .pl-footer-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-bottom:1px solid #414141;padding-bottom:3.47222vw}@media screen and (max-width:767px){footer#footer .pl-footer-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding-bottom:0}}@media screen and (min-width:768px) and (max-width:1024px){footer#footer .pl-footer-content{padding-bottom:4.88281vw}}footer#footer .pl-footer-links{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;text-transform:capitalize}footer#footer .pl-footer-links a{color:#fff}@media screen and (max-width:767px){footer#footer .pl-footer-links{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}footer#footer .pl-footer-links-block{width:32%}@media screen and (max-width:767px){footer#footer .pl-footer-links-block{width:100%;padding-top:2.66667vw;border-top:1px solid #414141;position:relative}}@media screen and (max-width:767px){footer#footer .pl-footer-links-block.active{padding-bottom:2.66667vw}}@media screen and (max-width:767px){footer#footer .pl-footer-links-block.active .pl-footer-links-items{display:block}}footer#footer .pl-footer-links-block.active .pl-footer-links-plus span:last-child,footer#footer .pl-footer-links-plus-wrapper{display:none}@media screen and (max-width:767px){footer#footer .pl-footer-links-plus-wrapper{display:block;height:5.33333vw;width:5.33333vw;position:absolute;top:2.4vw;right:1.6vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}}@media screen and (max-width:767px){footer#footer .pl-footer-links-plus{height:4.26667vw;width:4.26667vw;-webkit-transition:all 125ms ease-in-out;transition:all 125ms ease-in-out}}footer#footer .pl-footer-links-plus span{display:block;height:2px;width:100%;position:relative;top:1.86667vw;left:0;background:#fff;-webkit-transition:all 75ms ease-in-out;transition:all 75ms ease-in-out}@media screen and (max-width:767px){footer#footer .pl-footer-links-plus span:last-child{top:1.33333vw;-webkit-transform:rotate(90deg);transform:rotate(90deg)}}@media screen and (min-width:500px){footer#footer .pl-footer-links-plus span:last-child{top:1.73333vw}}footer#footer .pl-footer-links-header{font-size:1.11111vw;line-height:1.38889vw;margin-bottom:.69444vw;color:#fff;font-weight:700}@media screen and (max-width:767px){footer#footer .pl-footer-links-header{font-size:3.73333vw;line-height:4.8vw;margin-bottom:2.66667vw}}@media screen and (min-width:768px) and (max-width:1024px){footer#footer .pl-footer-links-header{font-size:1.5625vw;line-height:1.95312vw;margin-bottom:.97656vw}}footer#footer .pl-footer-links-items{font-size:.83333vw;color:#ccc}@media screen and (max-width:767px){footer#footer .pl-footer-links-items{font-size:3.2vw;display:none}}@media screen and (min-width:768px) and (max-width:1024px){footer#footer .pl-footer-links-items{font-size:1.17188vw}}@media screen and (max-width:767px){footer#footer .pl-footer-links-items.active{display:block}}footer#footer .pl-footer-links-items a{line-height:2.08333vw}@media screen and (max-width:767px){footer#footer .pl-footer-links-items a{line-height:8vw}}@media screen and (min-width:768px) and (max-width:1024px){footer#footer .pl-footer-links-items a{line-height:2.73438vw}}footer#footer .pl-footer-links-items a:hover{color:#ad8d50}footer#footer .pl-footer-newsletter{width:20.83333vw;max-width:300px;color:#fff;font-size:1.04167vw}@media screen and (max-width:767px){footer#footer .pl-footer-newsletter{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1;width:100%;max-width:none;margin-bottom:6.66667vw;font-size:4vw}}@media screen and (min-width:768px) and (max-width:1024px){footer#footer .pl-footer-newsletter{width:29.29688vw;max-width:300px;font-size:1.46484vw}}footer#footer .pl-footer-newsletter h5{font-size:1.11111vw;line-height:1.38889vw;margin-bottom:1.18056vw;font-weight:700}@media screen and (max-width:767px){footer#footer .pl-footer-newsletter h5{font-size:3.73333vw;margin-bottom:9.33333vw;text-align:center}}@media screen and (min-width:768px) and (max-width:1024px){footer#footer .pl-footer-newsletter h5{font-size:1.5625vw;line-height:1.95312vw;margin-bottom:1.66016vw}}footer#footer .pl-footer-newsletter input{width:100%;padding:1.04167vw .69444vw;background:#414141;border:1px solid transparent;color:inherit}@media screen and (max-width:767px){footer#footer .pl-footer-newsletter input{padding:4vw 2.66667vw}}@media screen and (min-width:768px) and (max-width:1024px){footer#footer .pl-footer-newsletter input{padding:1.46484vw .97656vw}}footer#footer .pl-footer-newsletter input:focus{border:1px solid #ad8d50;box-shadow:0 0 2px #ad8d50}footer#footer .pl-footer-btn{width:100%;padding:1.04167vw;margin-top:1.04167vw;background:#ad8d50;-webkit-transition:all 125ms ease-in-out;transition:all 125ms ease-in-out;color:inherit;font-weight:700;outline:none;border:0}@media screen and (max-width:767px){footer#footer .pl-footer-btn{padding:4vw;margin-top:4vw;font-size:3.73333vw}}@media screen and (min-width:768px) and (max-width:1024px){footer#footer .pl-footer-btn{padding:1.46484vw;margin-top:1.46484vw}}footer#footer .pl-footer-btn:hover{background-color:#806a3f}footer#footer .pl-footer-base{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:1.04167vw 0}@media screen and (max-width:767px){footer#footer .pl-footer-base{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:4vw 0;-webkit-box-align:start;-webkit-align-items:start;-ms-flex-align:start;align-items:start}}@media screen and (min-width:768px) and (max-width:1024px){footer#footer .pl-footer-base{padding:1.46484vw 0}}footer#footer .pl-footer-logo{width:10.41667vw}@media screen and (max-width:767px){footer#footer .pl-footer-logo{width:40vw}}@media screen and (min-width:768px) and (max-width:1024px){footer#footer .pl-footer-logo{width:14.64844vw}}footer#footer .pl-footer-logo:hover svg{fill:#fff}footer#footer .pl-footer-logo svg{fill:#414141}footer#footer .pl-footer-base-copyright{color:#fff;font-size:.83333vw}@media screen and (min-width:768px) and (max-width:1024px){footer#footer .pl-footer-base-copyright{font-size:1.17188vw}}@media screen and (max-width:767px){footer#footer .pl-footer-base-copyright{font-size:3.2vw;margin-top:6.66667vw}}footer#footer .pl-footer-base-links{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-weight:700;color:#fff;text-transform:capitalize;font-size:.83333vw}footer#footer .pl-footer-base-links a{color:#fff}@media screen and (max-width:767px){footer#footer .pl-footer-base-links{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;font-size:3.2vw;line-height:1.75;margin-bottom:6.66667vw}}@media screen and (min-width:768px) and (max-width:1024px){footer#footer .pl-footer-base-links{font-size:1.17188vw}}footer#footer .pl-footer-base-link{padding-left:1.04167vw}@media screen and (max-width:767px){footer#footer .pl-footer-base-link{padding-left:0}}@media screen and (min-width:768px) and (max-width:1024px){footer#footer .pl-footer-base-link{padding-left:1.46484vw}}footer#footer .pl-footer-base-link:hover{color:#ad8d50}header#header{position:fixed;top:0;left:0;right:0;height:4.86111vw;z-index:1000;border-bottom:2px solid #ccc;background-color:#fff}@media screen and (max-width:767px){header#header{height:12.8vw}}@media screen and (min-width:768px) and (max-width:1024px){header#header{height:6.83594vw}}header#header .pl-nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:100%;font-size:.97222vw;position:relative;z-index:1000}@media screen and (max-width:767px){header#header .pl-nav{font-size:4.26667vw}}@media screen and (min-width:768px) and (max-width:1024px){header#header .pl-nav{font-size:1.36719vw}}@media screen and (max-width:767px){header#header .pl-menu-trigger{width:6.66667vw;padding:.69444vw 0;cursor:pointer;line-height:0}}@media screen and (max-width:767px){header#header .pl-menu-trigger span{display:inline-block;height:2px;width:100%;margin-top:.27778vw;background-color:#1a1a1a}}@media screen and (max-width:767px){header#header .pl-menu-trigger span:first-child{margin-top:0}}header#header .pl-nav-brand{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:11.80556vw;height:4.51389vw;padding:1.38889vw 1.38889vw 1.38889vw 0;display:block}@media screen and (max-width:767px){header#header .pl-nav-brand{padding:0;width:26.66667vw;height:auto;line-height:0}}@media screen and (min-width:768px) and (max-width:1024px){header#header .pl-nav-brand{width:16.60156vw;height:6.34766vw;padding:1.95312vw 1.95312vw 1.95312vw 0}}header#header .pl-nav-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}header#header .pl-nav-menu-clear-container{display:none}@media screen and (max-width:767px){header#header .pl-nav-menu-clear-container{position:fixed;top:4vw;left:5.33333vw;z-index:1400}}header#header .pl-nav-links{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media screen and (max-width:767px){header#header .pl-nav-links{position:fixed;top:0;height:100%;background-color:#fff;width:80vw;left:-112vw;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding-top:12vw;padding-bottom:12vw;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;z-index:1020;overflow:auto}}@media screen and (max-width:767px){header#header .pl-nav-links.active{left:0}}@media screen and (max-width:767px){header#header .pl-nav-links.active .pl-nav-menu-clear-container{display:block}}header#header .pl-nav-links.active~.pl-nav-mask{display:block}@media screen and (max-width:767px){header#header .pl-nav-drop-container.disable{display:none}}header#header .pl-nav-mask{display:none}header#header .pl-nav-link.active a,header#header .pl-nav-link.active span{color:#ad8d50;border-bottom-color:#ad8d50}@media screen and (max-width:767px){header#header .pl-nav-link.active a,header#header .pl-nav-link.active span{border-bottom-color:transparent}}@media screen and (max-width:767px){header#header .pl-nav-link.disable{opacity:0}}header#header .pl-nav-link a,header#header .pl-nav-link span{display:block;line-height:1;color:inherit;text-decoration:none;font-weight:700;text-transform:uppercase;margin:0 1.04167vw;padding:1.66667vw .69444vw;cursor:pointer;border-color:transparent;border-style:solid;border-width:.27778vw 0}@media screen and (max-width:767px){header#header .pl-nav-link a,header#header .pl-nav-link span{margin:0;padding:0 5.33333vw;line-height:10.66667vw;font-weight:400;text-transform:capitalize;color:#1a1a1a}}@media screen and (min-width:768px) and (max-width:1024px){header#header .pl-nav-link a,header#header .pl-nav-link span{margin:0 1.46484vw;padding:2.34375vw .97656vw;border-width:.39062vw 0}}header#header .pl-nav-link a:hover,header#header .pl-nav-link span:hover{color:#ad8d50;border-bottom-color:#ad8d50}@media screen and (max-width:767px){header#header .pl-nav-link a:hover,header#header .pl-nav-link span:hover{border-bottom-color:transparent}}header#header .pl-nav-cates{position:fixed;z-index:-1;background-color:#fff;overflow:hidden;width:100%;height:0;top:4.86111vw;left:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:767px){header#header .pl-nav-cates{height:auto;position:static;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-bottom:4vw;overflow:visible}}@media screen and (min-width:768px) and (max-width:1024px){header#header .pl-nav-cates{top:6.83594vw}}header#header .pl-nav-cates.active{height:auto;border-bottom:2px solid #ccc;padding:2.43056vw 0;z-index:1200}@media screen and (min-width:768px) and (max-width:1024px){header#header .pl-nav-cates.active{padding:3.41797vw 0}}header#header .pl-nav-cates .swiper-header{width:83.33333vw;margin:0 18.75vw;overflow:hidden}@media screen and (max-width:767px){header#header .pl-nav-cates .swiper-header{width:100%;margin:0}}@media screen and (max-width:767px){header#header .pl-nav-cates .swiper-header .swiper-wrapper{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}header#header .pl-nav-cates .swiper-header .slider-nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:absolute;z-index:-2;top:0;bottom:0;margin:auto;height:100px;background:transparent;width:100%;text-align:center;left:0;padding:0 10%}header#header .pl-nav-cates .swiper-header .slider-nav button{border:0;cursor:pointer}@media screen and (max-width:767px){header#header .pl-nav-cates .swiper-header .slider-nav{display:none}}header#header .pl-nav-cates .swiper-header .slider-nav span.prev-trigger{left:.34722vw}@media screen and (max-width:767px){header#header .pl-nav-cates .swiper-header .slider-nav span.prev-trigger{left:1.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){header#header .pl-nav-cates .swiper-header .slider-nav span.prev-trigger{left:.48828vw}}header#header .pl-nav-cates .swiper-header .slider-nav span.next-trigger{right:.34722vw}@media screen and (max-width:767px){header#header .pl-nav-cates .swiper-header .slider-nav span.next-trigger{right:1.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){header#header .pl-nav-cates .swiper-header .slider-nav span.next-trigger{right:.48828vw}}header#header .pl-nav-cates .swiper-header .slider-nav span.next-trigger,header#header .pl-nav-cates .swiper-header .slider-nav span.prev-trigger{height:2.77778vw;width:2.77778vw;display:block;position:relative}@media screen and (max-width:767px){header#header .pl-nav-cates .swiper-header .slider-nav span.next-trigger,header#header .pl-nav-cates .swiper-header .slider-nav span.prev-trigger{height:5.33333vw;width:5.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){header#header .pl-nav-cates .swiper-header .slider-nav span.next-trigger,header#header .pl-nav-cates .swiper-header .slider-nav span.prev-trigger{height:3.90625vw;width:3.90625vw}}header#header .pl-nav-cates .swiper-header .slider-nav span span{width:2.77778vw;height:.13889vw;display:block;background:#1a1a1a;position:absolute;bottom:0;right:0;z-index:10}@media screen and (max-width:767px){header#header .pl-nav-cates .swiper-header .slider-nav span span{width:5.33333vw;height:.53333vw}}@media screen and (min-width:768px) and (max-width:1024px){header#header .pl-nav-cates .swiper-header .slider-nav span span{width:3.90625vw;height:.19531vw}}header#header .pl-nav-cates .swiper-header .slider-nav span span:last-child{bottom:1.31944vw;left:1.31944vw;-webkit-transform:rotate(90deg);transform:rotate(90deg)}@media screen and (max-width:767px){header#header .pl-nav-cates .swiper-header .slider-nav span span:last-child{bottom:2.4vw;left:2.4vw}}@media screen and (min-width:768px) and (max-width:1024px){header#header .pl-nav-cates .swiper-header .slider-nav span span:last-child{bottom:1.85547vw;left:1.85547vw}}header#header .pl-nav-cates .swiper-header .slider-nav span.next-trigger{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}header#header .pl-nav-cates .swiper-header .slider-nav span.prev-trigger{-webkit-transform:rotate(135deg);transform:rotate(135deg)}header#header .pl-nav-cates .swiper-header .slider-nav .swiper-button-disabled{visibility:hidden}header#header .pl-nav-cate{padding:.34722vw 3.47222vw;border-left:1px solid #ccc;-webkit-transition:all 75ms ease-in-out;transition:all 75ms ease-in-out}@media screen and (max-width:767px){header#header .pl-nav-cate{padding:0 5.33333vw;border-left:0}}@media screen and (min-width:768px) and (max-width:1024px){header#header .pl-nav-cate{padding:.48828vw 1.95312vw}}header#header .pl-nav-cate:first-child{border-left-width:0}header#header .pl-nav-cate:hover{-webkit-transform:translateY(-.34722vw);transform:translateY(-.34722vw);color:#ad8d50}@media screen and (max-width:767px){header#header .pl-nav-cate:hover{-webkit-transform:none;transform:none;color:inherit}}@media screen and (min-width:768px) and (max-width:1024px){header#header .pl-nav-cate:hover{-webkit-transform:translateY(-.48828vw);transform:translateY(-.48828vw)}}header#header .pl-nav-cate.swiper-slide{min-width:auto}@media screen and (max-width:767px){header#header .pl-nav-cate.swiper-slide{min-width:unset;width:100%;height:auto}}header#header .pl-nav-cate-link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:.97222vw;font-weight:700;color:inherit;text-decoration:none;text-transform:capitalize}header#header .pl-nav-cate-link .blur-up{-webkit-transition:none;transition:none}header#header .pl-nav-cate-link:hover a,header#header .pl-nav-cate-link:hover span{color:#ad8d50;border-bottom-color:#ad8d50}@media screen and (max-width:767px){header#header .pl-nav-cate-link{font-size:4.26667vw;line-height:1;padding:5.33333vw 0;border-bottom:1px solid #ccc;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;color:#1a1a1a}}@media screen and (min-width:768px) and (max-width:1024px){header#header .pl-nav-cate-link{font-size:1.36719vw}}header#header .pl-nav-cate-img{max-width:8.68056vw;width:100%;margin-bottom:.69444vw}@media screen and (max-width:767px){header#header .pl-nav-cate-img{display:none}}@media screen and (min-width:768px) and (max-width:1024px){header#header .pl-nav-cate-img{max-width:12.20703vw;margin-bottom:.97656vw}}@media screen and (max-width:767px){header#header .pl-nav-cate-trigger-wrapper,header#header .pl-nav-subcate-trigger-wrapper{height:4.26667vw;padding-left:10.66667vw;position:relative}}header#header .pl-nav-cate-trigger,header#header .pl-nav-subcate-trigger{display:none}@media screen and (max-width:767px){header#header .pl-nav-cate-trigger,header#header .pl-nav-subcate-trigger{display:block;width:2.66667vw;-webkit-transform:rotate(45deg) translateY(-50%);transform:rotate(45deg) translateY(-50%);position:absolute;top:45%;right:0}}@media screen and (max-width:767px){header#header .pl-nav-cate-trigger span,header#header .pl-nav-subcate-trigger span{display:inline-block;width:100%;height:2px;background-color:#1a1a1a;position:absolute}}@media screen and (max-width:767px){header#header .pl-nav-cate-trigger span:last-child,header#header .pl-nav-subcate-trigger span:last-child{-webkit-transform:rotate(90deg);transform:rotate(90deg);top:1.06667vw;left:1.06667vw}}@media screen and (max-width:767px){header#header .pl-nav-subcates{position:fixed;top:0;bottom:0;background-color:#fff;width:80vw;left:-112vw;z-index:1300;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;color:#1a1a1a}}@media screen and (max-width:767px){header#header .pl-nav-subcates.active{left:0}}header#header .pl-nav-subcate-item{line-height:5.33333vw;padding:4vw 0;font-size:4.26667vw;text-transform:capitalize;margin:0 5.33333vw}header#header .pl-nav-subcate-item:hover a,header#header .pl-nav-subcate-item:hover span{color:#ad8d50;border-bottom-color:#ad8d50}@media screen and (max-width:767px){header#header .pl-nav-subcate-head{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #ccc;font-weight:700}}@media screen and (max-width:767px){header#header .pl-nav-subcate-trigger-wrapper{padding-left:8vw}}@media screen and (max-width:767px){header#header .pl-nav-subcate-trigger{-webkit-transform:rotate(-135deg) translateY(-50%);transform:rotate(-135deg) translateY(-50%);top:58%;right:auto;left:0}}header#header .pl-nav-search{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0 .20833vw 0 1.04167vw;padding:1.38889vw .69444vw;cursor:pointer;border-color:transparent;border-style:solid;border-width:.27778vw 0}@media screen and (max-width:767px){header#header .pl-nav-search{padding:2.66667vw;margin-right:-2.66667vw}}@media screen and (min-width:768px) and (max-width:1024px){header#header .pl-nav-search{margin:0 .29297vw 0 1.46484vw;padding:1.95312vw .97656vw;border-width:.39062vw 0}}header#header .pl-nav-search.active,header#header .pl-nav-search:hover{color:#ad8d50;border-bottom-color:#ad8d50}@media screen and (max-width:767px){header#header .pl-nav-search.active,header#header .pl-nav-search:hover{color:inherit;border-bottom-color:transparent}}header#header .pl-nav-search.active svg,header#header .pl-nav-search:hover svg{fill:#ad8d50}@media screen and (max-width:767px){header#header .pl-nav-search.active svg,header#header .pl-nav-search:hover svg{fill:inherit}}header#header .pl-nav-links .nav_lang{display:none}@media screen and (max-width:767px){header#header .pl-nav-links .nav_lang{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:10.66667vw;padding:0 5.33333vw}header#header .pl-nav-links .nav_lang img{height:4.26667vw;width:auto;margin-right:2.66667vw}header#header .pl-nav-links .nav_lang:after{content:none}}header#header .nav_lang{padding:1.38889vw .69444vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:767px){header#header .nav_lang{display:none}}header#header .nav_lang img{margin-right:.69444vw;width:1.38889vw}header#header .nav_lang:after{content:"";position:relative;width:6px;height:6px;border-color:#222;border-style:solid;border-width:0 1px 1px 0;margin-top:-8px;margin-left:20px;left:-4px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}header#header .pl-nav-search-icon{width:1.38889vw;margin-right:.34722vw;height:1.38889vw}@media screen and (max-width:767px){header#header .pl-nav-search-icon{margin-right:0;width:5.33333vw;height:5.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){header#header .pl-nav-search-icon{width:1.95312vw;margin-right:.48828vw;height:1.95312vw}}header#header .pl-nav-search-icon svg{width:100%}header#header .pl-nav-search-bar{position:fixed;top:4.86111vw;left:0;width:100%;height:0;overflow:hidden;z-index:1000}@media screen and (max-width:767px){header#header .pl-nav-search-bar{top:12.8vw}}@media screen and (min-width:768px) and (max-width:1024px){header#header .pl-nav-search-bar{top:6.83594vw}}header#header .pl-nav-search-bar.active{height:auto;border-bottom:.13889vw solid #ccc}@media screen and (max-width:767px){header#header .pl-nav-search-bar.active{border-bottom-width:.53333vw}}@media screen and (min-width:768px) and (max-width:1024px){header#header .pl-nav-search-bar.active{border-bottom-width:.19531vw}}header#header .pl-nav-search-bar-icon{position:absolute;height:1.73611vw;width:1.73611vw;left:1.38889vw;top:1.73611vw}@media screen and (max-width:767px){header#header .pl-nav-search-bar-icon{height:6.66667vw;width:6.66667vw;left:5.33333vw;top:6.66667vw}}@media screen and (min-width:768px) and (max-width:1024px){header#header .pl-nav-search-bar-icon{height:2.44141vw;width:2.44141vw;left:1.95312vw;top:2.44141vw}}header#header #pl-nav-search-bar-form{width:100%}header#header #pl-nav-search-bar-input{height:5.13889vw;width:100%;padding:0 3.47222vw;border:1px solid transparent;font-size:1.11111vw}@media screen and (max-width:767px){header#header #pl-nav-search-bar-input{height:19.73333vw;padding:0 13.33333vw;font-size:4.26667vw}}@media screen and (min-width:768px) and (max-width:1024px){header#header #pl-nav-search-bar-input{height:7.22656vw;padding:0 4.88281vw;font-size:1.5625vw}}header#header #pl-nav-search-bar-input:active,header#header #pl-nav-search-bar-input:focus{border:1px solid #ad8d50;box-shadow:0 0 2px #ad8d50}header#header .pl-nav-search-bar-clear-container{top:1.73611vw;right:1.38889vw;position:absolute}@media screen and (max-width:767px){header#header .pl-nav-search-bar-clear-container{top:6.66667vw;right:5.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){header#header .pl-nav-search-bar-clear-container{top:2.44141vw;right:1.95312vw}}header#header .pl-nav-clear-container{width:1.73611vw;height:1.73611vw;cursor:pointer;-webkit-transform:rotate(45deg);transform:rotate(45deg)}@media screen and (max-width:767px){header#header .pl-nav-clear-container{width:6.66667vw;height:6.66667vw}}@media screen and (min-width:768px) and (max-width:1024px){header#header .pl-nav-clear-container{width:2.44141vw;height:2.44141vw}}header#header .pl-nav-clear-icon{width:100%;height:100%}header#header .pl-nav-clear-icon:hover span{background-color:#ad8d50}@media screen and (max-width:767px){header#header .pl-nav-clear-icon:hover span{background-color:#1a1a1a}}header#header .pl-nav-clear-icon span{display:block;height:2px;width:100%;background-color:#1a1a1a;position:relative;top:.76389vw;-webkit-transition:all 75ms ease-in-out;transition:all 75ms ease-in-out}@media screen and (max-width:767px){header#header .pl-nav-clear-icon span{top:2.93333vw}}@media screen and (min-width:768px) and (max-width:1024px){header#header .pl-nav-clear-icon span{top:1.07422vw}}header#header .pl-nav-clear-icon span:last-child{-webkit-transform:rotate(90deg);transform:rotate(90deg);top:.65972vw}@media screen and (max-width:767px){header#header .pl-nav-clear-icon span:last-child{top:2.53333vw}}@media screen and (min-width:768px) and (max-width:1024px){header#header .pl-nav-clear-icon span:last-child{top:.92773vw}}.pl-nav-mask{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.5);opacity:0;z-index:200;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;pointer-events:none}.pl-nav-mask.active{opacity:1;pointer-events:all}body .nav_lang_wraper{display:none;position:fixed;z-index:30;top:0;left:0;width:100%;height:100vh;padding:7.22222vw 6.66667vw 2.36111vw;overflow-x:auto;background-color:#fff;color:#313131;font-weight:300;letter-spacing:0}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){body .nav_lang_wraper{margin-top:0;position:fixed;z-index:1002;top:0;height:100vh;font-weight:700;padding:13.33333vw 5.33333vw}}body .nav_lang_wraper.active{display:inline-block}body .nav_lang_wraper_close{color:#000;width:1.38889vw;height:1.38889vw;position:fixed;top:7.63889vw;right:6.94444vw;cursor:pointer}body .nav_lang_wraper_close:before{-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}body .nav_lang_wraper_close:after,body .nav_lang_wraper_close:before{content:"";width:100%;height:1px;background-color:currentColor;position:absolute;top:50%;left:50%}body .nav_lang_wraper_close:after{-webkit-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}body .nav_lang_wraper_close:hover{opacity:.6}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){body .nav_lang_wraper_close{width:6.66667vw;height:6.66667vw}}body .nav_lang_group{margin-bottom:2.91667vw}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){body .nav_lang_group{margin-bottom:9.06667vw}}body .nav_lang_group:last-child{margin-bottom:0}body .nav_lang_group_tit{font-size:1.52778vw;margin-bottom:1em}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){body .nav_lang_group_tit{font-size:5.33333vw}}body .nav_lang_items{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}body .nav_lang_item{font-size:1.11111vw;color:#313131;-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;margin-bottom:1.52778vw}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){body .nav_lang_item{font-size:3.73333vw;margin-bottom:6.4vw;-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}}body .nav_lang_item:hover{text-decoration:underline}body .nav_lang_item_img{height:1.38889vw;margin-right:.69444vw;vertical-align:middle;width:auto}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){body .nav_lang_item_img{height:4.8vw;max-width:7.2vw;margin-right:4vw}}.pl-hero-slider{width:100%;position:relative}.pl-hero-slider .swiper-button-prev{left:.69444vw;background-image:url(data:image/png;base64,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);background-size:100% 100%;top:50%;width:3.88889vw;height:3.88889vw;margin-top:-1.94444vw;-webkit-transform:rotate(180deg);transform:rotate(180deg);outline:none}@media screen and (max-width:767px){.pl-hero-slider .swiper-button-prev{display:none}}.pl-hero-slider .swiper-button-next{right:.69444vw;background-image:url(data:image/png;base64,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);background-size:100% 100%;top:50%;width:3.88889vw;height:3.88889vw;margin-top:-1.94444vw;outline:none}@media screen and (max-width:767px){.pl-hero-slider .swiper-button-next{display:none}}.pl-hero-slider .swiper-wrapper{width:100%}.pl-hero-slider .video-banner{background-color:#000}.pl-hero-slider .swiper-banner-btn:after,.pl-hero-slider .swiper-banner-btn:before{width:.625vw;background-color:#fff;bottom:1.31944vw;-webkit-transform:translateX(-50%) rotate(-45deg);transform:translateX(-50%) rotate(-45deg);-webkit-transition:background-color .3s;transition:background-color .3s;height:.13889vw;content:"";position:absolute;left:48%;display:none}.pl-hero-slider .swiper-banner-btn:before{top:1.31944vw;-webkit-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg)}.pl-hero-slider .swiper-banner-btn:hover:after,.pl-hero-slider .swiper-banner-btn:hover:before{background-color:#313131}.pl-hero-slider .swiper-banner-pagination{bottom:3.47222vw!important}@media screen and (max-width:767px){.pl-hero-slider .swiper-banner-pagination{bottom:6.66667vw!important}}.pl-hero-slider .swiper-pagination-bullet{width:2.43056vw;height:.13889vw;margin:.34722vw .48611vw;background-color:hsla(0,0%,100%,.33);border-radius:2.08333vw;opacity:1}@media screen and (max-width:767px){.pl-hero-slider .swiper-pagination-bullet{width:9.33333vw;height:.53333vw;margin:1.33333vw 1.86667vw;border-radius:8vw}}.pl-hero-slider .swiper-pagination-bullet-active{background-color:#fff}.pl-hero-slider .content-center .textInfo-bg{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.pl-hero-slider .content-right .textInfo-bg{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.pl-hero-slider .text-center .textInfo-bg{text-align:center}.pl-hero-slider .text-center .video-btn{margin:2.77778vw auto 0}.pl-hero-slider .text-right .textInfo-bg{text-align:right}.pl-hero-slider .text-right .video-btn{float:right}.pl-hero-slider .show-link .text-btn{display:inline-block!important}.pl-hero-slider .show-video .video-btn{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.pl-hero-slider .white{color:#fff}@media screen and (max-width:767px){.pl-hero-slider .white{color:#fff}}.pl-hero-slider .black{color:#1a1a1a}.pl-hero-slider .mask-white-bg .mask{position:absolute;z-index:5;width:100%;height:100%;left:0;top:0;background-color:hsla(0,0%,100%,.33)}.pl-hero-slider .mask-black-bg .mask{position:absolute;z-index:5;width:100%;height:100%;left:0;top:0;background-color:rgba(0,0,0,.33)}@media screen and (max-width:767px){.pl-hero-slider .video-banner.asset-video{display:none}}.pl-hero-slider .video-banner video{width:100%;display:block;height:auto}.pl-hero-slider .video-banner iframe{width:100%;display:block;height:41.66667vw}@media screen and (min-width:768px) and (max-width:1024px){.pl-hero-slider .video-banner iframe{height:58.59375vw}}.pl-hero-slider .video-mob-img{display:none}@media screen and (max-width:767px){.pl-hero-slider .video-mob-img{width:100%;height:auto;display:block}}.pl-hero-slider .slider-main .swiper-banner-img{height:auto;width:100%;display:block}.pl-hero-slider .slider-main .textInfo-bg{width:86.71875%;height:100%;left:0;right:0;top:0;margin:0 auto;position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;z-index:6;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:767px){.pl-hero-slider .slider-main .textInfo-bg{width:89.33333%}}@media screen and (min-width:768px) and (max-width:1024px){.pl-hero-slider .slider-main .textInfo-bg{width:83.33333vw!important}}.pl-hero-slider .slider-main .textInfo-bg .textInfo{width:59.72222vw;max-width:100%;position:relative;z-index:10}@media screen and (max-width:767px){.pl-hero-slider .slider-main .textInfo-bg .textInfo{width:100%}}@media screen and (min-width:768px) and (max-width:1024px){.pl-hero-slider .slider-main .textInfo-bg .textInfo{width:66.79688vw}}.pl-hero-slider .slider-main .textInfo-bg .textInfo .richtxt-title{margin-bottom:1.38889vw;line-height:1.033}@media screen and (max-width:767px){.pl-hero-slider .slider-main .textInfo-bg .textInfo .richtxt-title{margin-bottom:4vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-hero-slider .slider-main .textInfo-bg .textInfo .richtxt-title{margin-bottom:1.95312vw}}.pl-hero-slider .slider-main .textInfo-bg .textInfo .hero-slider-btn{margin-top:3.47222vw}.pl-hero-slider .slider-main .textInfo-bg .textInfo .text-btn{font-size:1.38889vw;padding:1.38889vw 2.08333vw;background-color:#ec1c24;color:#fff;margin-top:2.77778vw;display:inline-block;z-index:19;display:none;cursor:pointer}@media screen and (max-width:767px){.pl-hero-slider .slider-main .textInfo-bg .textInfo .text-btn{font-size:5.33333vw;padding:4.26667vw 5.33333vw;margin-top:5.33333vw}}.pl-hero-slider .slider-main .textInfo-bg .textInfo .video-btn{padding:1.38889vw 2.08333vw;height:4.44444vw;background-color:#ec1c24;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;color:#fff;display:none;margin-top:2.77778vw;cursor:pointer}@media screen and (max-width:767px){.pl-hero-slider .slider-main .textInfo-bg .textInfo .video-btn{padding:4.26667vw 5.33333vw;height:13.86667vw;margin-top:5.33333vw;font-size:5.33333vw}}.pl-hero-slider .slider-main .textInfo-bg .textInfo .video-btn img{height:1.66667vw;width:auto}@media screen and (max-width:767px){.pl-hero-slider .slider-main .textInfo-bg .textInfo .video-btn img{height:4.53333vw;width:auto}}.pl-hero-slider .slider-main .textInfo-bg .textInfo .video-btn span{margin-left:.69444vw}@media screen and (max-width:767px){.pl-hero-slider .slider-main .textInfo-bg .textInfo .video-btn span{margin-left:2.66667vw}}@media screen and (max-width:767px){.pl-history-image-text.pl-ipad-container{padding:0}}@media screen and (min-width:768px) and (max-width:1024px){.pl-history-image-text.pl-ipad-container{padding:0}}.pl-history-image-text.pl-ipad-container .split-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.pl-history-image-text.pl-ipad-container .split-block .split-block-content{background:#fff;padding:3.47222vw;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;color:#000;box-sizing:border-box}@media screen and (max-width:767px){.pl-history-image-text.pl-ipad-container .split-block .split-block-content{padding:10.66667vw 5.33333vw;width:100%}}@media screen and (min-width:768px) and (max-width:1024px){.pl-history-image-text.pl-ipad-container .split-block .split-block-content{padding:4.88281vw;width:50%}}.pl-history-image-text.pl-ipad-container .split-block .split-block-content .content-container{width:100%}.pl-history-image-text.pl-ipad-container .split-block .split-block-content .content-container p{margin-top:1.04167vw;font-size:1.11111vw;line-height:1.52778vw}@media screen and (max-width:767px){.pl-history-image-text.pl-ipad-container .split-block .split-block-content .content-container p{margin-top:2.66667vw;font-size:3.73333vw;line-height:5.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-history-image-text.pl-ipad-container .split-block .split-block-content .content-container p{margin-top:1.46484vw;font-size:1.5625vw;line-height:2.14844vw}}.pl-history-image-text.pl-ipad-container .split-block .split-block-content .content-container .color-font{color:#1a1a1a}.pl-history-image-text.pl-ipad-container .split-block .background-black{background-color:#000}.pl-history-image-text.pl-ipad-container .split-block .background-black p{color:#fff}.pl-history-image-text.pl-ipad-container .split-block .split-block-media{width:50%;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;overflow:hidden}@media screen and (max-width:767px){.pl-history-image-text.pl-ipad-container .split-block .split-block-media{width:100%;height:auto}}@media screen and (min-width:768px) and (max-width:1024px){.pl-history-image-text.pl-ipad-container .split-block .split-block-media{width:50%}}.pl-history-image-text.pl-ipad-container .split-block .split-block-media picture{width:100%;height:100%}.pl-history-image-text.pl-ipad-container .split-block .split-block-media picture img{width:100%;height:100%;object-position:left;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;object-fit:cover;vertical-align:middle}.pl-history-image-text.pl-ipad-container .split-block .color-bl{color:#ad8d50}.pl-history-image-text.pl-ipad-container .right-align{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}@media screen and (max-width:767px){.pl-history-image-text.pl-ipad-container .right-align{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.pl-history-image-text.pl-ipad-container .right-align picture img{object-position:right!important}.pl-history-image-text.pl-ipad-container .left-align{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media screen and (max-width:767px){.pl-history-image-text.pl-ipad-container .left-align{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.pl-history-image-text.pl-ipad-container .left-align picture img{object-position:left!important}.pl-main-category{padding:1.73611vw 0;position:relative}@media screen and (max-width:767px){.pl-main-category{padding:4vw 0;width:100%!important}}@media screen and (min-width:768px) and (max-width:1024px){.pl-main-category{padding:2.44141vw 0}}.pl-main-category .basic-slider .slider-dot,.pl-main-category .basic-slider .slider-nav .slider-next,.pl-main-category .basic-slider .slider-nav .slider-prev{cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;color:#222;outline:none}.pl-main-category .slider-nav span.prev-trigger{left:.34722vw}@media screen and (max-width:767px){.pl-main-category .slider-nav span.prev-trigger{left:1.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-main-category .slider-nav span.prev-trigger{left:.48828vw}}.pl-main-category .slider-nav span.next-trigger{right:.34722vw}@media screen and (max-width:767px){.pl-main-category .slider-nav span.next-trigger{right:1.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-main-category .slider-nav span.next-trigger{right:.48828vw}}.pl-main-category .slider-nav span.next-trigger,.pl-main-category .slider-nav span.prev-trigger{height:2.77778vw;width:2.77778vw;display:block;position:relative}@media screen and (max-width:767px){.pl-main-category .slider-nav span.next-trigger,.pl-main-category .slider-nav span.prev-trigger{height:5.33333vw;width:5.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-main-category .slider-nav span.next-trigger,.pl-main-category .slider-nav span.prev-trigger{height:3.90625vw;width:3.90625vw}}.pl-main-category .category-swiper-item{position:relative}@media screen and (max-width:767px){.pl-main-category .category-swiper-item{width:100%!important}}.pl-main-category .slider-nav span span{width:2.77778vw;height:.13889vw;display:block;background:#1a1a1a;position:absolute;bottom:0;right:0}@media screen and (max-width:767px){.pl-main-category .slider-nav span span{width:5.33333vw;height:.53333vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-main-category .slider-nav span span{width:3.90625vw;height:.19531vw}}.pl-main-category .slider-nav span span:last-child{bottom:1.31944vw;left:1.31944vw;-webkit-transform:rotate(90deg);transform:rotate(90deg)}@media screen and (max-width:767px){.pl-main-category .slider-nav span span:last-child{bottom:2.4vw;left:2.4vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-main-category .slider-nav span span:last-child{bottom:1.85547vw;left:1.85547vw}}.pl-main-category .slider-nav span.next-trigger{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.pl-main-category .slider-nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:absolute;z-index:-1;top:0;bottom:0;margin:auto;height:100px;background:transparent;width:100%;text-align:center;left:0}.pl-main-category .slider-nav button{border:0;cursor:pointer}.pl-main-category .slider-nav .swiper-button-disabled{visibility:hidden}.pl-main-category .slider-stage-outer{position:relative;overflow:hidden}.pl-main-category .slider-stage{position:relative;z-index:2}.pl-main-category .slider-stage .pl-main-category-swiper{max-width:55.55556vw;margin:0 auto;overflow:hidden}@media screen and (max-width:767px){.pl-main-category .slider-stage .pl-main-category-swiper{width:80vw;max-width:100%}}@media screen and (min-width:768px) and (max-width:1024px){.pl-main-category .slider-stage .pl-main-category-swiper{width:100%;max-width:78.125vw}}.pl-main-category .slider-nav span.prev-trigger{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.pl-main-category .swiper-slide{width:13.88889vw}@media screen and (max-width:767px){.pl-main-category .swiper-slide{width:40vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-main-category .swiper-slide{width:19.53125vw}}.pl-main-category .swiper-slide:hover a{color:#ad8d50}@media screen and (max-width:767px){.pl-main-category .swiper-slide:hover a{color:#1a1a1a}}.pl-main-category .swiper-slide:hover .item-img{top:-.20833vw}@media screen and (max-width:767px){.pl-main-category .swiper-slide:hover .item-img{top:0}}@media screen and (min-width:768px) and (max-width:1024px){.pl-main-category .swiper-slide:hover .item-img{top:-.29297vw}}.pl-main-category .swiper-slide:last-child picture{border:none!important}.pl-main-category .quick-link-item{width:13.88889vw;text-align:center;cursor:pointer}@media screen and (max-width:767px){.pl-main-category .quick-link-item{width:40vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-main-category .quick-link-item{width:19.53125vw}}.pl-main-category .quick-link-item .quick-link{font-size:1.11111vw;text-align:center;text-decoration:none;word-break:break-all;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#1a1a1a;font-weight:700}@media screen and (max-width:767px){.pl-main-category .quick-link-item .quick-link{font-size:3.2vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-main-category .quick-link-item .quick-link{font-size:1.5625vw}}.pl-main-category .quick-link-item .picture{border-right:1px solid #ccc;height:7.63889vw}@media screen and (max-width:767px){.pl-main-category .quick-link-item .picture{height:22.66667vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-main-category .quick-link-item .picture{height:10.74219vw}}.pl-main-category .quick-link-item .picture img{position:relative;top:0;max-width:50%;max-height:92%;margin:0 auto;padding:0 .69444vw .69444vw;-webkit-transition:all 125ms ease-in-out;transition:all 125ms ease-in-out;box-sizing:content-box}@media screen and (max-width:767px){.pl-main-category .quick-link-item .picture img{padding:0 2.66667vw 2.66667vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-main-category .quick-link-item .picture img{padding:0 .97656vw .97656vw}}.pl-product-category-gallery{overflow:hidden}@media screen and (min-width:768px) and (max-width:1024px){.pl-product-category-gallery{width:100%}}@media screen and (max-width:767px){.pl-product-category-gallery{width:100%}}.pl-product-category-gallery .product-category-gallery-title{font-size:3.33333vw;line-height:3.47222vw;font-weight:700;color:#1a1a1a;text-align:center;padding-top:3.47222vw}@media screen and (max-width:767px){.pl-product-category-gallery .product-category-gallery-title{font-size:6.4vw;line-height:6.93333vw;padding-top:6.66667vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-product-category-gallery .product-category-gallery-title{font-size:4.6875vw;line-height:4.88281vw;padding-top:4.88281vw}}.pl-product-category-gallery .product-category-gallery-swiper{position:relative;margin-top:4.86111vw}@media screen and (max-width:767px){.pl-product-category-gallery .product-category-gallery-swiper{margin-top:10.66667vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-product-category-gallery .product-category-gallery-swiper{margin-top:6.83594vw}}.pl-product-category-gallery .product-category-gallery-swiper .swiper-slide{width:auto!important}.pl-product-category-gallery .product-category-gallery-swiper .swiper-slide:hover .item-img{box-shadow:0 0 1.11111vw rgba(0,0,0,.33)}.pl-product-category-gallery .product-category-gallery-swiper .swiper-slide:hover .slider-content a{color:#ad8d50!important}.pl-product-category-gallery .product-category-gallery-swiper .swiper-slide:hover .slider-content p a{color:initial!important}.pl-product-category-gallery .product-category-gallery-swiper .swiper-slide:first-child .item{padding-left:0}.pl-product-category-gallery .product-category-gallery-swiper .swiper-slide:last-child .item{padding-right:0}.pl-product-category-gallery .product-category-gallery-swiper .swiper-slide .item{-webkit-tap-highlight-color:rgba(0,0,0,0);width:29.16667vw;position:relative;padding:1.04167vw .69444vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-decoration:none;box-sizing:content-box}@media screen and (max-width:767px){.pl-product-category-gallery .product-category-gallery-swiper .swiper-slide .item{width:53.33333vw!important;padding:4vw 2.66667vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-product-category-gallery .product-category-gallery-swiper .swiper-slide .item{width:41.01562vw;padding:1.46484vw .97656vw}}.pl-product-category-gallery .product-category-gallery-swiper .swiper-slide .item .picture{width:100%;height:100%;text-align:center}.pl-product-category-gallery .product-category-gallery-swiper .swiper-slide .item .picture .item-img{width:100%;margin:0 auto}.pl-product-category-gallery .product-category-gallery-swiper .swiper-slide .item .slider-content-container{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;z-index:15;padding:0}.pl-product-category-gallery .product-category-gallery-swiper .swiper-slide .item .slider-content-container .slider-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;z-index:15;padding:0 1.38889vw;margin-top:0;text-align:center;word-break:break-all;color:#1a1a1a}@media screen and (max-width:767px){.pl-product-category-gallery .product-category-gallery-swiper .swiper-slide .item .slider-content-container .slider-content{padding:0 5.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-product-category-gallery .product-category-gallery-swiper .swiper-slide .item .slider-content-container .slider-content{padding:0 1.95312vw}}.pl-product-category-gallery .product-category-gallery-swiper .swiper-slide .item .slider-content-container .slider-content object{text-align:left}.pl-product-category-gallery .product-category-gallery-swiper .swiper-slide .item .slider-content-container .slider-content a{color:inherit;font-weight:700;text-decoration:underline}.pl-product-category-gallery .product-category-gallery-swiper .swiper-slide .item .slider-content-container .slider-content a:hover{color:#ad8d50!important}.pl-product-category-gallery .product-category-gallery-swiper .swiper-slide .item .slider-content-container .slider-content b{font-weight:700}.pl-product-category-gallery .product-category-gallery-swiper .swiper-slide .item .slider-content-container .slider-content i{font-style:oblique!important}.pl-product-category-gallery .product-category-gallery-swiper .swiper-slide .item .slider-content-container .slider-content p{text-align:center;color:#1a1a1a;width:100%;margin-top:.34722vw;margin-bottom:0}@media screen and (max-width:767px){.pl-product-category-gallery .product-category-gallery-swiper .swiper-slide .item .slider-content-container .slider-content p{margin-top:1.33333vw;margin-bottom:0}}@media screen and (min-width:768px) and (max-width:1024px){.pl-product-category-gallery .product-category-gallery-swiper .swiper-slide .item .slider-content-container .slider-content p{margin-top:.48828vw;margin-bottom:0}}.pl-product-category-gallery .product-category-gallery-swiper .slide-button{border:0;z-index:999;background:#fff;height:4.16667vw;width:4.16667vw;border-radius:6.94444vw;box-shadow:0 2px 3px rgba(0,0,0,.33);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-tap-highlight-color:rgba(0,0,0,0)}@media screen and (max-width:767px){.pl-product-category-gallery .product-category-gallery-swiper .slide-button{height:16vw;width:16vw;border-radius:26.66667vw;display:none}}@media screen and (min-width:768px) and (max-width:1024px){.pl-product-category-gallery .product-category-gallery-swiper .slide-button{height:5.85938vw;width:5.85938vw;border-radius:9.76562vw}}.pl-product-category-gallery .product-category-gallery-swiper .slide-button.slider-prev{left:-webkit-calc(5% + 1.38889vw);left:calc(5% + 1.38889vw)}@media screen and (min-width:768px) and (max-width:1024px){.pl-product-category-gallery .product-category-gallery-swiper .slide-button.slider-prev{left:-webkit-calc(5% + 1.95312vw);left:calc(5% + 1.95312vw)}}.pl-product-category-gallery .product-category-gallery-swiper .slide-button.slider-prev:active{left:-webkit-calc(5% + 1.18056vw);left:calc(5% + 1.18056vw)}@media screen and (min-width:768px) and (max-width:1024px){.pl-product-category-gallery .product-category-gallery-swiper .slide-button.slider-prev:active{left:-webkit-calc(5% + 1.66016vw);left:calc(5% + 1.66016vw)}}.pl-product-category-gallery .product-category-gallery-swiper .slide-button.slider-next{right:-webkit-calc(5% + 1.38889vw);right:calc(5% + 1.38889vw)}@media screen and (min-width:768px) and (max-width:1024px){.pl-product-category-gallery .product-category-gallery-swiper .slide-button.slider-next{right:-webkit-calc(5% + 1.95312vw);right:calc(5% + 1.95312vw)}}.pl-product-category-gallery .product-category-gallery-swiper .slide-button.slider-next:active{right:-webkit-calc(5% + 1.18056vw);right:calc(5% + 1.18056vw)}@media screen and (min-width:768px) and (max-width:1024px){.pl-product-category-gallery .product-category-gallery-swiper .slide-button.slider-next:active{right:-webkit-calc(5% + 1.66016vw);right:calc(5% + 1.66016vw)}}.pl-product-category-gallery .product-category-gallery-swiper .slide-button.swiper-button-disabled{opacity:0;cursor:default}.pl-product-category-gallery .product-category-gallery-swiper .slide-button .arrow{display:block;width:1.38889vw;height:1.38889vw;position:relative;border-top:2px solid #1a1a1a;border-left:2px solid #1a1a1a}@media screen and (max-width:767px){.pl-product-category-gallery .product-category-gallery-swiper .slide-button .arrow{width:5.33333vw;height:5.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-product-category-gallery .product-category-gallery-swiper .slide-button .arrow{width:1.95312vw;height:1.95312vw}}.pl-product-category-gallery .product-category-gallery-swiper .slide-button .arrow.next-trigger{-webkit-transform:rotate(135deg);transform:rotate(135deg);margin-right:.69444vw}@media screen and (max-width:767px){.pl-product-category-gallery .product-category-gallery-swiper .slide-button .arrow.next-trigger{margin-right:2.66667vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-product-category-gallery .product-category-gallery-swiper .slide-button .arrow.next-trigger{margin-right:.97656vw}}.pl-product-category-gallery .product-category-gallery-swiper .slide-button .arrow.prev-trigger{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);margin-left:.69444vw}@media screen and (max-width:767px){.pl-product-category-gallery .product-category-gallery-swiper .slide-button .arrow.prev-trigger{margin-left:2.66667vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-product-category-gallery .product-category-gallery-swiper .slide-button .arrow.prev-trigger{margin-left:.97656vw}}.product-manuals-container{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media screen and (max-width:767px){.product-manuals-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.product-manuals-container .manuals{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:767px){.product-manuals-container .manuals{margin-bottom:13.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.product-manuals-container .manuals{margin-bottom:4.88281vw}}.product-manuals-container .manuals .manual-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:1.38889vw 2.77778vw;width:100%;box-sizing:border-box}@media screen and (max-width:767px){.product-manuals-container .manuals .manual-container{padding:5.33333vw 10.66667vw}}@media screen and (min-width:768px) and (max-width:1024px){.product-manuals-container .manuals .manual-container{padding:1.95312vw 3.90625vw}}.product-manuals-container .manuals .manual-container .icon{height:4.16667vw;width:3.47222vw}@media screen and (max-width:767px){.product-manuals-container .manuals .manual-container .icon{height:16vw;width:13.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.product-manuals-container .manuals .manual-container .icon{height:5.85938vw;width:4.88281vw}}.product-manuals-container .manuals .manual-container .icon img,.product-manuals-container .manuals .manual-container .icon picture{height:100%}.product-manuals-container .manuals .manual-container .manual-info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin-left:1.38889vw}@media screen and (max-width:767px){.product-manuals-container .manuals .manual-container .manual-info{margin-left:5.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.product-manuals-container .manuals .manual-container .manual-info{margin-left:1.95312vw}}.product-manuals-container .manuals .manual-container .manual-info a{margin:0;padding:.69444vw 1.04167vw 0 0;color:#1a1a1a;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:transparent;font-weight:700}@media screen and (max-width:767px){.product-manuals-container .manuals .manual-container .manual-info a{padding:2.66667vw 4vw 0 0}}@media screen and (min-width:768px) and (max-width:1024px){.product-manuals-container .manuals .manual-container .manual-info a{padding:.97656vw 1.46484vw 0 0}}.product-manuals-container .manuals .manual-container .manual-info a .arrow-icon{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border:2px solid #ad8d50;background:transparent;border-radius:3.47222vw;padding:4px;margin-right:.83333vw}@media screen and (max-width:767px){.product-manuals-container .manuals .manual-container .manual-info a .arrow-icon{border-radius:8vw;margin-right:3.2vw}}@media screen and (min-width:768px) and (max-width:1024px){.product-manuals-container .manuals .manual-container .manual-info a .arrow-icon{border-radius:2.92969vw;margin-right:1.17188vw}}.product-manuals-container .manuals .manual-container .manual-info a .arrow-icon svg{width:.97222vw;height:.97222vw;padding:.20833vw;transform:rotate(90deg);-ms-transform:rotate(90deg);-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);-o-transform:rotate(90deg)}@media screen and (max-width:767px){.product-manuals-container .manuals .manual-container .manual-info a .arrow-icon svg{width:3.73333vw;height:3.73333vw;padding:.8vw}}@media screen and (min-width:768px) and (max-width:1024px){.product-manuals-container .manuals .manual-container .manual-info a .arrow-icon svg{width:1.36719vw;height:1.36719vw;padding:.29297vw}}.product-manuals-container .manuals .manual-container .manual-info a:hover{color:#ad8d50}.product-manuals-container .manuals .manual-container .manual-info a:hover .arrow-icon{background-color:#ad8d50;fill:#fff}.product-manuals-container .help-container{width:50%;box-sizing:border-box}@media screen and (max-width:767px){.product-manuals-container .help-container{width:100%}}.product-manuals-container .help-container .product-help{background:#f7f7f7;padding:1.38889vw}@media screen and (max-width:767px){.product-manuals-container .help-container .product-help{padding:5.33333vw}}.product-manuals-container .help-container .product-help .title{font-weight:700;display:block}@media screen and (max-width:767px){.product-manuals-container .help-container .product-help .title{font-size:4.26667vw}}.product-manuals-container .help-container .product-help p{margin-top:.69444vw;font-size:1.11111vw;line-height:1.52778vw}@media screen and (max-width:767px){.product-manuals-container .help-container .product-help p{margin-top:2.66667vw;font-size:4.26667vw;line-height:5.86667vw}}.product-manuals-container .help-container .product-help p a{color:#000;font-weight:700;text-decoration:underline}.product-manuals-container .help-container .product-help p a:hover{color:#ad8d50}.product-main{margin-top:8.05556vw}@media screen and (max-width:767px){.product-main{margin-top:24.53333vw}}@media screen and (min-width:768px) and (max-width:1024px){.product-main{margin-top:11.32812vw}}.vimeo-box-container,.vimeo-box-container .vimeo-video-player{height:100%}.product-sub-nav{width:100%;padding:0;background:#1a1a1a;box-sizing:border-box;position:relative;top:0;z-index:99}.product-sub-nav .nav-wrapper{margin:0 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}@media screen and (max-width:767px){.product-sub-nav .nav-wrapper{max-width:352vw;width:100%!important;height:11.73333vw;overflow:hidden}}@media screen and (min-width:768px) and (max-width:1024px){.product-sub-nav .nav-wrapper{max-width:128.90625vw;width:100%!important}}.product-sub-nav .nav-wrapper .model-id{font-weight:700;font-size:1.11111vw;color:#fff}@media screen and (max-width:767px){.product-sub-nav .nav-wrapper .model-id{font-size:3.73333vw}}@media screen and (min-width:768px) and (max-width:1024px){.product-sub-nav .nav-wrapper .model-id{font-size:1.5625vw}}.product-sub-nav .nav-wrapper .center-sub-nav{padding:0}@media screen and (max-width:767px){.product-sub-nav .nav-wrapper .center-sub-nav{display:none}}.product-sub-nav .nav-wrapper .center-sub-nav a{font-weight:400;font-size:.97222vw;text-decoration:none;padding:.83333vw 1.38889vw;color:#fff;outline:none;display:inline-block}@media screen and (max-width:767px){.product-sub-nav .nav-wrapper .center-sub-nav a{padding:3.2vw 5.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.product-sub-nav .nav-wrapper .center-sub-nav a{font-size:1.36719vw;padding:1.17188vw 1.95312vw}}.product-sub-nav .nav-wrapper .center-sub-nav a:hover{color:#ad8d50}@media screen and (max-width:767px){.product-sub-nav .nav-wrapper .right-sub-nav{position:absolute;right:0}}.product-sub-nav .nav-wrapper .right-sub-nav .where-to-buy-button{color:#ad8d50}.product-sub-nav .nav-wrapper .right-sub-nav .where-to-buy-button.disable{opacity:.25!important;pointer-events:none!important;background:transparent!important;color:#ccc!important}.product-sub-nav .nav-wrapper .nav-btn{color:#ad8d50;padding:1.04167vw .69444vw;display:inline-block;box-sizing:border-box;font-size:1.11111vw;min-width:8.68056vw;-webkit-transition:all 125ms ease-in-out;transition:all 125ms ease-in-out;cursor:pointer;font-weight:700;text-align:center}.product-sub-nav .nav-wrapper .nav-btn:hover{background:#ad8d50;color:#fff}@media screen and (max-width:767px){.product-sub-nav .nav-wrapper .nav-btn{padding:4vw 2.66667vw;background:#ad8d50;font-size:3.73333vw;color:#fff}}@media screen and (min-width:768px) and (max-width:1024px){.product-sub-nav .nav-wrapper .nav-btn{padding:1.46484vw .97656vw;font-size:1.5625vw;min-width:12.20703vw}}.product-sub-nav .nav-wrapper .nav-btn-disable{color:#ccc;opacity:.25;cursor:default}.product-sub-nav .nav-wrapper .nav-btn-disable:hover{background:none;color:#ccc}@media screen and (max-width:767px){.product-sub-nav .nav-wrapper .nav-btn-disable{background:transparent}}.product .product-price{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;color:#1a1a1a!important;font-size:1.66667vw;font-weight:700;margin-left:1.38889vw}@media screen and (max-width:767px){.product .product-price{font-size:6.4vw;margin-left:5.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.product .product-price{font-size:2.34375vw}}.product .product-price span{font-size:.83333vw;margin-left:.34722vw;color:#ccc;font-weight:400}@media screen and (max-width:767px){.product .product-price span{margin-left:1.33333vw;font-size:2.66667vw}}@media screen and (min-width:768px) and (max-width:1024px){.product .product-price span{font-size:1.17188vw;margin-left:.48828vw}}.product .product-top-level{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding-top:1.73611vw}@media screen and (max-width:767px){.product .product-top-level{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:6.66667vw 0 0}}@media screen and (min-width:768px) and (max-width:1024px){.product .product-top-level{padding-top:2.44141vw;padding-bottom:2.44141vw 0 0}}.product .product-image-gallery-container{width:55%;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;padding:0 2.08333vw 0 0}@media screen and (max-width:767px){.product .product-image-gallery-container{width:100%;padding:0}}@media screen and (min-width:768px) and (max-width:1024px){.product .product-image-gallery-container{padding:0 2.92969vw 0 0}}.product .product-image-gallery-container .thumbnail-icon{padding:.69444vw;box-sizing:border-box;position:absolute;top:0;left:0;height:3.47222vw;width:3.47222vw;margin:auto;bottom:0;right:0;border-radius:50%;z-index:3;background:#ad8d50}@media screen and (max-width:767px){.product .product-image-gallery-container .thumbnail-icon{height:13.33333vw;width:13.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.product .product-image-gallery-container .thumbnail-icon{height:4.88281vw;width:4.88281vw}}.product .product-image-gallery-container .featured-product-image-container{width:100%;height:34.72222vw;margin-bottom:1.38889vw;cursor:pointer;position:relative;-webkit-tap-highlight-color:rgba(255,255,255,0)}@media screen and (max-width:767px){.product .product-image-gallery-container .featured-product-image-container{height:85.33333vw;margin-bottom:5.33333vw;cursor:auto}}@media screen and (min-width:768px) and (max-width:1024px){.product .product-image-gallery-container .featured-product-image-container{height:39.0625vw;margin-bottom:1.95312vw}}.product .product-image-gallery-container .featured-product-image-container .thumbnail-icon{height:8.68056vw;width:8.68056vw}@media screen and (max-width:767px){.product .product-image-gallery-container .featured-product-image-container .thumbnail-icon{height:33.33333vw;width:33.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.product .product-image-gallery-container .featured-product-image-container .thumbnail-icon{height:12.20703vw;width:12.20703vw}}.product .product-image-gallery-container .featured-product-image-container .thumbnail-icon svg{margin-left:10px;margin-top:5px}.product .product-image-gallery-container .featured-product-image-container picture{height:100%}.product .product-image-gallery-container .featured-product-image-container img{max-height:100%;max-width:100%;display:block;margin:0 auto}.product .product-image-gallery-container .featured-product-image-container .video-popup{width:100%;height:100%;padding:0;background:none;position:absolute;margin:auto;left:0;top:0;bottom:0;right:0;max-width:100%!important}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){.product .product-image-gallery-container .featured-product-image-container .video-popup{padding:0;width:100%;height:100%}}.product .product-image-gallery-container .featured-product-image-container .video-popup iframe{width:100%!important;height:100%!important;display:block!important}.product .product-image-gallery-container .featured-product-image-container .video-popup video{width:100%!important;height:100%!important;display:block!important;background-color:#000}.product .product-image-gallery-container .product-image-gallery{z-index:1;position:relative;width:41.66667vw;display:block}@media screen and (max-width:767px){.product .product-image-gallery-container .product-image-gallery{padding:0;width:100%}}@media screen and (min-width:768px) and (max-width:1024px){.product .product-image-gallery-container .product-image-gallery{width:46.875vw}}.product .product-image-gallery-container .product-image-gallery .product-view-swiper{overflow:hidden;margin:0 3.47222vw}@media screen and (max-width:767px){.product .product-image-gallery-container .product-image-gallery .product-view-swiper{margin:0}}@media screen and (min-width:768px) and (max-width:1024px){.product .product-image-gallery-container .product-image-gallery .product-view-swiper{margin:0 3.90625vw}}.product .product-image-gallery-container .product-image-gallery .product-view-swiper .swiper-wrapper{box-sizing:border-box}.product .product-image-gallery-container .product-image-gallery .product-view-swiper .swiper-slide{width:5.90278vw;height:5.90278vw;border:5px solid transparent;cursor:pointer;position:relative;-webkit-tap-highlight-color:rgba(255,255,255,0)}@media screen and (max-width:767px){.product .product-image-gallery-container .product-image-gallery .product-view-swiper .swiper-slide{width:22.66667vw;height:22.66667vw}}@media screen and (min-width:768px) and (max-width:1024px){.product .product-image-gallery-container .product-image-gallery .product-view-swiper .swiper-slide{width:8.30078vw;height:8.30078vw}}.product .product-image-gallery-container .product-image-gallery .product-view-swiper .swiper-slide img{width:102%;top:-1%;left:-1%;max-height:102%;position:absolute;object-fit:cover;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.product .product-image-gallery-container .product-image-gallery .product-view-swiper .swiper-slide-click,.product .product-image-gallery-container .product-image-gallery .product-view-swiper .swiper-slide:hover{border:5px solid #ad8d50}.product .product-image-gallery-container .product-image-gallery .swiper_btn{height:3.47222vw;width:2.08333vw;-webkit-tap-highlight-color:rgba(255,255,255,0)}@media screen and (max-width:767px){.product .product-image-gallery-container .product-image-gallery .swiper_btn{display:none}}@media screen and (min-width:768px) and (max-width:1024px){.product .product-image-gallery-container .product-image-gallery .swiper_btn{height:4.88281vw;width:2.92969vw}}.product .product-image-gallery-container .product-image-gallery .swiper_btn:after{margin:0;padding:0 .69444vw;font-size:1.25vw;color:#222;font-weight:700}@media screen and (min-width:768px) and (max-width:1024px){.product .product-image-gallery-container .product-image-gallery .swiper_btn:after{font-size:1.5625vw;padding:0 .97656vw}}.product .product-details-container{width:45%;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}@media screen and (max-width:767px){.product .product-details-container{width:100%;padding:8vw 0}}.product .product-details-container .product-detail-header{width:100%}.product .product-details-container .product-detail-header span{font-size:.83333vw}@media screen and (max-width:767px){.product .product-details-container .product-detail-header span{font-size:3.2vw}}@media screen and (min-width:768px) and (max-width:1024px){.product .product-details-container .product-detail-header span{font-size:1.17188vw}}.product .product-details-container .product-detail-header span:first-child{margin-bottom:.69444vw;display:block;color:#ccc}@media screen and (max-width:767px){.product .product-details-container .product-detail-header span:first-child{margin-bottom:2.66667vw}}@media screen and (min-width:768px) and (max-width:1024px){.product .product-details-container .product-detail-header span:first-child{margin-bottom:.97656vw}}.product .product-details-container .product-detail-header h3{font-size:2.36111vw;line-height:2.63889vw;color:#1a1a1a;font-weight:700}@media screen and (max-width:767px){.product .product-details-container .product-detail-header h3{font-size:5.33333vw;line-height:5.86667vw}}@media screen and (min-width:768px) and (max-width:1024px){.product .product-details-container .product-detail-header h3{font-size:3.32031vw;line-height:3.71094vw}}.product .product-details-container .product-description-container{width:100%;margin-top:1.73611vw}@media screen and (max-width:767px){.product .product-details-container .product-description-container{margin-top:6.66667vw}}@media screen and (min-width:768px) and (max-width:1024px){.product .product-details-container .product-description-container{margin-top:2.44141vw}}.product .product-details-container .product-description-container .main-description{margin-bottom:1.38889vw;font-size:1.11111vw;line-height:1.52778vw}@media screen and (max-width:767px){.product .product-details-container .product-description-container .main-description{margin-bottom:5.33333vw;font-size:3.73333vw;line-height:5.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.product .product-details-container .product-description-container .main-description{margin-bottom:1.95312vw;font-size:1.5625vw;line-height:2.14844vw}}.product .product-details-container .product-highlight-container .product-highlight{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:1.04167vw 0}@media screen and (max-width:767px){.product .product-details-container .product-highlight-container .product-highlight{padding:4vw 0}}@media screen and (min-width:768px) and (max-width:1024px){.product .product-details-container .product-highlight-container .product-highlight{padding:1.46484vw 0}}.product .product-details-container .product-highlight-container .product-highlight .highlight-icon{height:3.81944vw;width:3.81944vw;margin-right:1.04167vw}@media screen and (max-width:767px){.product .product-details-container .product-highlight-container .product-highlight .highlight-icon{height:14.66667vw;width:14.66667vw;margin-right:4vw;min-width:14.66667vw}}@media screen and (min-width:768px) and (max-width:1024px){.product .product-details-container .product-highlight-container .product-highlight .highlight-icon{height:5.37109vw;width:5.37109vw;margin-right:1.46484vw}}.product .product-details-container .product-highlight-container .product-highlight .highlight-icon picture{height:100%}.product .product-details-container .product-highlight-container .product-highlight .highlight-icon img{height:100%;width:100%}.product .product-details-container .product-highlight-container .product-highlight .highlight-copy{max-width:85%}.product .product-details-container .product-highlight-container .product-highlight .highlight-copy span{font-weight:700;font-size:1.11111vw}@media screen and (max-width:767px){.product .product-details-container .product-highlight-container .product-highlight .highlight-copy span{font-size:3.73333vw}}.product .product-details-container .product-highlight-container .product-highlight .highlight-copy p{font-size:.97222vw;line-height:1.52778vw}@media screen and (max-width:767px){.product .product-details-container .product-highlight-container .product-highlight .highlight-copy p{font-size:3.73333vw;line-height:5.86667vw}}@media screen and (min-width:768px) and (max-width:1024px){.product .product-details-container .product-highlight-container .product-highlight .highlight-copy p{font-size:1.36719vw;line-height:2.14844vw}}.product .product-details-container .purchase-details-container{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;padding:2.77778vw 0 0}@media screen and (max-width:767px){.product .product-details-container .purchase-details-container{padding:10.66667vw 0 0}}@media screen and (min-width:768px) and (max-width:1024px){.product .product-details-container .purchase-details-container{padding:3.90625vw 0 0}}.product .product-details-container .purchase-details-container .where-to-buy-button{background-color:#ad8d50}.product .product-details-container .purchase-details-container .where-to-buy-button:hover{background-color:#806a3f;color:#fff}.product .product-details-container .purchase-details-container .disable{cursor:default;background-color:#ccc!important;color:rgba(0,0,0,.33)!important}.product .product-details-container .richtext-cont ul{padding-left:1.11111vw}@media screen and (max-width:767px){.product .product-details-container .richtext-cont ul{padding-left:4.26667vw}}@media screen and (min-width:768px) and (max-width:1024px){.product .product-details-container .richtext-cont ul{padding-left:1.66016vw}}.product .product-details-container .richtext-cont ol,.product .product-details-container .richtext-cont ol li,.product .product-details-container .richtext-cont ul li{padding-bottom:0}.lightbox-mask{position:fixed;z-index:99999;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.lightbox-mask .lightbox-container{width:100%;max-width:-webkit-calc(100% - 200px);max-width:calc(100% - 200px);height:-webkit-calc(100% - 100px);height:calc(100% - 100px);margin:auto;position:fixed;left:0;top:3.125vw;right:0;-webkit-transform:translateY(-25%);transform:translateY(-25%);-webkit-transition:-webkit-transform 125ms ease-in-out;transition:-webkit-transform 125ms ease-in-out;transition:transform 125ms ease-in-out;transition:transform 125ms ease-in-out,-webkit-transform 125ms ease-in-out}@media screen and (min-width:768px) and (max-width:1024px){.lightbox-mask .lightbox-container{top:4.39453vw}}.lightbox-mask .lightbox-container .close-btn-container{position:absolute;top:2.08333vw;right:3.125vw;height:2.77778vw;width:2.77778vw;z-index:999}@media screen and (min-width:768px) and (max-width:1024px){.lightbox-mask .lightbox-container .close-btn-container{height:3.90625vw;width:3.90625vw;top:2.92969vw;right:4.39453vw}}.lightbox-mask .lightbox-container .close-btn-container .close-btn{height:100%;width:100%;cursor:pointer;-webkit-tap-highlight-color:rgba(255,255,255,0);position:relative;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.lightbox-mask .lightbox-container .close-btn-container .close-btn span{height:2.77778vw;width:2px;display:block;background:#000;position:absolute;top:0;right:1.31944vw}@media screen and (min-width:768px) and (max-width:1024px){.lightbox-mask .lightbox-container .close-btn-container .close-btn span{height:3.90625vw;right:1.85547vw}}.lightbox-mask .lightbox-container .close-btn-container .close-btn span:last-child{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.lightbox-mask .lightbox-container .product-dialog-view-swiper{width:100%;height:100%;overflow:hidden;padding:2.77778vw 0;background:#fff;text-align:center;-webkit-tap-highlight-color:rgba(255,255,255,0)}@media screen and (min-width:768px) and (max-width:1024px){.lightbox-mask .lightbox-container .product-dialog-view-swiper{padding:3.90625vw 0}}.lightbox-mask .lightbox-container .product-dialog-view-swiper .picture{height:100%}.lightbox-mask .lightbox-container .product-dialog-view-swiper .swiper-slide{width:100%;height:100%;border:5px solid transparent;cursor:pointer;position:relative}.lightbox-mask .lightbox-container .product-dialog-view-swiper .swiper-slide img{max-height:100%;max-width:100%}@media screen and (min-width:768px) and (max-width:1024px){.lightbox-mask .lightbox-container .product-dialog-view-swiper .swiper-slide img{width:100%;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}}.lightbox-mask .lightbox-container .product-dialog-view-swiper .swiper-dialog-next{right:10%}@media screen and (min-width:768px) and (max-width:1024px){.lightbox-mask .lightbox-container .product-dialog-view-swiper .swiper-dialog-next{right:5%}}.lightbox-mask .lightbox-container .product-dialog-view-swiper .swiper-dialog-prev{left:10%}@media screen and (min-width:768px) and (max-width:1024px){.lightbox-mask .lightbox-container .product-dialog-view-swiper .swiper-dialog-prev{left:5%}}.lightbox-mask .lightbox-container .product-dialog-view-swiper .swiper_btn{height:3.47222vw;width:2.08333vw;-webkit-tap-highlight-color:rgba(255,255,255,0)}@media screen and (min-width:768px) and (max-width:1024px){.lightbox-mask .lightbox-container .product-dialog-view-swiper .swiper_btn{height:4.88281vw;width:2.92969vw}}.lightbox-mask .lightbox-container .product-dialog-view-swiper .swiper_btn:after{margin:0;font-size:4.16667vw;color:#222}@media screen and (min-width:768px) and (max-width:1024px){.lightbox-mask .lightbox-container .product-dialog-view-swiper .swiper_btn:after{font-size:5.85938vw}}.lightbox-mask .video-popup{width:70%;height:100%;padding:0;background:none;position:absolute!important;margin:auto;left:0;top:0;bottom:0;right:0;max-width:100%!important}@media screen and (max-width:639px),screen and (max-width:1200px) and (max-aspect-ratio:1/1){.lightbox-mask .video-popup{padding:0;width:70%;height:70%}}.lightbox-mask .video-popup iframe,.lightbox-mask .video-popup video{width:100%!important;height:100%!important;display:block!important}.lightbox-mask .video-popup video{background-color:#000}.lightbox-mask-in .lightbox-container{-webkit-transform:translate(0);transform:translate(0)}.pl-promise .pelonis-promise *{text-align:center}.pl-promise .pelonis-promise{padding:3.47222vw 1.73611vw;text-align:center;background-color:#fff}@media screen and (max-width:767px){.pl-promise .pelonis-promise{padding:13.33333vw 6.66667vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-promise .pelonis-promise{padding:4.88281vw 2.44141vw}}.pl-promise .pelonis-promise .pelonis-badge{height:4.16667vw;width:3.47222vw;margin:0 auto 1.38889vw}@media screen and (max-width:767px){.pl-promise .pelonis-promise .pelonis-badge{height:16vw;width:13.33333vw;margin:0 auto 5.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-promise .pelonis-promise .pelonis-badge{height:5.85938vw;width:4.88281vw;margin:0 auto 1.95312vw}}.pl-promise .pelonis-promise svg{width:3.47222vw}@media screen and (max-width:767px){.pl-promise .pelonis-promise svg{width:13.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-promise .pelonis-promise svg{width:4.88281vw}}.pl-promise .pelonis-promise .badge0{fill:#ad8d50;-webkit-transition:all 125ms ease-in-out;transition:all 125ms ease-in-out}.pl-promise .pelonis-promise .badge1{fill:#fff}.pl-promise .promise-title{font-size:1.66667vw;line-height:1.94444vw;font-weight:700;color:#1a1a1a}@media screen and (max-width:767px){.pl-promise .promise-title{font-size:6.4vw;line-height:7.46667vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-promise .promise-title{font-size:2.34375vw;line-height:2.73438vw}}.pl-promise .promise-desc{margin:.69444vw auto 0;max-width:34.72222vw;font-size:1.11111vw;line-height:1.52778vw}@media screen and (max-width:767px){.pl-promise .promise-desc{margin:2.66667vw auto 0;max-width:133.33333vw;font-size:3.73333vw;line-height:5.86667vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-promise .promise-desc{margin:.97656vw auto 0;max-width:48.82812vw;font-size:1.5625vw;line-height:2.14844vw}}.related-products{padding:3.47222vw 0;background-color:#f7f7f7}@media screen and (max-width:767px){.related-products{padding:13.33333vw 0}}@media screen and (min-width:768px) and (max-width:1024px){.related-products{padding:4.88281vw 0}}.related-products .related-products-title{text-align:center;font-size:1.66667vw;line-height:1.94444vw;font-weight:700;color:#1a1a1a}@media screen and (max-width:767px){.related-products .related-products-title{font-size:6.4vw;line-height:7.46667vw}}@media screen and (min-width:768px) and (max-width:1024px){.related-products .related-products-title{font-size:2.34375vw;line-height:2.73438vw}}.related-products .related-products-main{width:100%;overflow:hidden}@media screen and (max-width:767px){.related-products .related-products-main{overflow-x:auto}}.related-products .related-products-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:1.73611vw}@media screen and (max-width:767px){.related-products .related-products-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin-top:6.66667vw;min-width:720px;overflow-x:auto}}.related-products .related-products-container a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;margin:10px;box-sizing:border-box;background:#fff;padding:1.38889vw;text-decoration:none;-webkit-transition:all 125ms ease-in-out;transition:all 125ms ease-in-out;width:-webkit-calc(33% - 20px);width:calc(33% - 20px)}@media screen and (max-width:767px){.related-products .related-products-container a{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin:10px}}.related-products .related-products-container a .compare-btn-container span{display:block;cursor:pointer;padding:7px 10px;opacity:0;color:#ad8d50;font-size:1.11111vw;font-weight:700}@media screen and (max-width:767px){.related-products .related-products-container a .compare-btn-container span{font-size:3.73333vw;opacity:1}}@media screen and (min-width:768px) and (max-width:1024px){.related-products .related-products-container a .compare-btn-container span{font-size:1.5625vw}}.related-products .related-products-container a .compare-btn-container:hover{background-color:#ad8d50}.related-products .related-products-container a .compare-btn-container:hover span{color:#fff}.related-products .related-products-container a:hover .compare-btn-container span{opacity:1}.related-products .related-products-container a:hover{box-shadow:0 0 8px rgba(0,0,0,.33);margin:7px 10px 13px}@media screen and (max-width:767px){.related-products .related-products-container a:hover{margin:0}}.related-products .related-products-container a .picture{max-width:70%;margin:0 auto}.related-products .related-products-container a img{max-width:100%;margin:10px auto}.related-products .related-products-container a .product-details{width:100%;height:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.related-products .related-products-container a .product-details .details{width:100%;text-align:center}.related-products .related-products-container a .product-details .details .product-model-no{font-size:.97222vw;color:#ccc}@media screen and (max-width:767px){.related-products .related-products-container a .product-details .details .product-model-no{font-size:3.73333vw}}@media screen and (min-width:768px) and (max-width:1024px){.related-products .related-products-container a .product-details .details .product-model-no{font-size:1.36719vw}}.related-products .related-products-container a .product-details .details h5{margin:5px 0;font-weight:700;font-size:1.11111vw;line-height:1.38889vw;color:#1a1a1a}@media screen and (max-width:767px){.related-products .related-products-container a .product-details .details h5{font-size:4.26667vw;line-height:5.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.related-products .related-products-container a .product-details .details h5{font-size:1.5625vw;line-height:1.95312vw}}.pl-rich-text{color:#222}.pl-rich-text .top-level{background-color:#f7f7f7!important}.pl-rich-text .top-level .simple-header-container{box-sizing:border-box;overflow:auto;padding-top:3.47222vw}@media screen and (max-width:767px){.pl-rich-text .top-level .simple-header-container{padding-top:13.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-rich-text .top-level .simple-header-container{padding-top:4.88281vw}}.pl-rich-text .top-level .simple-header-container h1{font-size:4.16667vw;line-height:4.30556vw;font-weight:700}@media screen and (max-width:767px){.pl-rich-text .top-level .simple-header-container h1{font-size:9.6vw;line-height:10.13333vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-rich-text .top-level .simple-header-container h1{font-size:5.85938vw;line-height:6.05469vw;font-weight:700}}.pl-rich-text .top-level .simple-header-container .horizontal-line{margin:0 auto;background:#ccc;height:.06944vw;max-width:75vw}@media screen and (max-width:767px){.pl-rich-text .top-level .simple-header-container .horizontal-line{height:.26667vw;max-width:288vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-rich-text .top-level .simple-header-container .horizontal-line{height:.09766vw;max-width:105.46875vw}}.pl-rich-text .top-level .simple-header-container .grey-line{display:none}.pl-rich-text .pl-rich-text-mb{margin-bottom:1.73611vw}@media screen and (max-width:767px){.pl-rich-text .pl-rich-text-mb{margin-bottom:6.66667vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-rich-text .pl-rich-text-mb{margin-bottom:2.44141vw}}.cm__rte,.richtext-cont{font-style:normal;font-size:1.11111vw;line-height:1.25}@media screen and (max-width:767px){.cm__rte,.richtext-cont{font-size:3.73333vw}}@media screen and (min-width:768px) and (max-width:1024px){.cm__rte,.richtext-cont{font-size:1.5625vw}}.cm__rte b,.cm__rte strong,.richtext-cont b,.richtext-cont strong{font-weight:700;font-size:1.11111vw}@media screen and (max-width:767px){.cm__rte b,.cm__rte strong,.richtext-cont b,.richtext-cont strong{font-size:3.73333vw}}@media screen and (min-width:768px) and (max-width:1024px){.cm__rte b,.cm__rte strong,.richtext-cont b,.richtext-cont strong{font-size:1.5625vw}}.cm__rte em,.cm__rte i,.richtext-cont em,.richtext-cont i{font-style:italic;font-size:1.11111vw}@media screen and (max-width:767px){.cm__rte em,.cm__rte i,.richtext-cont em,.richtext-cont i{font-size:3.73333vw}}@media screen and (min-width:768px) and (max-width:1024px){.cm__rte em,.cm__rte i,.richtext-cont em,.richtext-cont i{font-size:1.5625vw}}.cm__rte h2,.richtext-cont h2{font-weight:700;line-height:1.25;font-size:4.16667vw}@media screen and (max-width:767px){.cm__rte h2,.richtext-cont h2{font-size:9.6vw}}@media screen and (min-width:768px) and (max-width:1024px){.cm__rte h2,.richtext-cont h2{font-size:5.85938vw}}.cm__rte h3,.richtext-cont h3{font-size:3.61111vw;font-weight:700;line-height:1.25}@media screen and (max-width:767px){.cm__rte h3,.richtext-cont h3{font-size:8vw}}@media screen and (min-width:768px) and (max-width:1024px){.cm__rte h3,.richtext-cont h3{font-size:5.07812vw}}.cm__rte h4,.richtext-cont h4{font-size:3.05556vw;font-weight:700;line-height:1.25}@media screen and (max-width:767px){.cm__rte h4,.richtext-cont h4{font-size:7.46667vw}}@media screen and (min-width:768px) and (max-width:1024px){.cm__rte h4,.richtext-cont h4{font-size:4.29688vw}}.cm__rte h5,.richtext-cont h5{font-size:2.01389vw;font-weight:700;line-height:1.25}@media screen and (max-width:767px){.cm__rte h5,.richtext-cont h5{font-size:6.93333vw}}@media screen and (min-width:768px) and (max-width:1024px){.cm__rte h5,.richtext-cont h5{font-size:2.83203vw}}.cm__rte h6,.richtext-cont h6{font-size:1.25vw;font-weight:700;line-height:1.25}@media screen and (max-width:767px){.cm__rte h6,.richtext-cont h6{font-size:3.73333vw}}@media screen and (min-width:768px) and (max-width:1024px){.cm__rte h6,.richtext-cont h6{font-size:1.75781vw}}.cm__rte p,.richtext-cont p{font-style:normal;clear:both;overflow:hidden}.cm__rte a,.richtext-cont a{color:#0563c1;font-weight:700;text-decoration:underline}.cm__rte sup,.richtext-cont sup{font-size:1.11111vw;vertical-align:text-top}@media screen and (max-width:767px){.cm__rte sup,.richtext-cont sup{font-size:3.73333vw}}@media screen and (min-width:768px) and (max-width:1024px){.cm__rte sup,.richtext-cont sup{font-size:1.5625vw}}.cm__rte img,.richtext-cont img{max-width:100%;display:block;margin:0 auto}.cm__rte ol,.richtext-cont ol{counter-reset:counter-name;font-size:inherit;font-weight:400;padding-bottom:1em;text-align:left!important}.cm__rte ol li,.richtext-cont ol li{list-style:none;font-size:inherit;padding-bottom:1.38889vw;position:relative;padding-left:1em}@media screen and (max-width:767px){.cm__rte ol li,.richtext-cont ol li{padding-bottom:5.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.cm__rte ol li,.richtext-cont ol li{padding-bottom:1.95312vw}}.cm__rte ol li:before,.richtext-cont ol li:before{position:absolute;top:0;left:0;counter-increment:counter-name;content:counter(counter-name);font-size:1em;font-weight:700;color:#34364e}.cm__rte ul,.richtext-cont ul{font-size:1.11111vw;padding-left:1.52778vw}@media screen and (max-width:767px){.cm__rte ul,.richtext-cont ul{padding-left:8vw;font-size:3.73333vw}}@media screen and (min-width:768px) and (max-width:1024px){.cm__rte ul,.richtext-cont ul{padding-left:2.92969vw;font-size:1.5625vw}}.cm__rte ul li,.richtext-cont ul li{font-size:1.11111vw;padding-bottom:1.38889vw;position:relative}@media screen and (max-width:767px){.cm__rte ul li,.richtext-cont ul li{padding-bottom:5.33333vw;font-size:3.73333vw}}@media screen and (min-width:768px) and (max-width:1024px){.cm__rte ul li,.richtext-cont ul li{font-size:1.5625vw;padding-bottom:1.95312vw}}.cm__rte ul li:before,.richtext-cont ul li:before{content:"";position:absolute;width:.41667vw;height:.41667vw;border-radius:50%;background-color:#34364e;left:-1.04167vw;top:.83333vw;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media screen and (max-width:767px){.cm__rte ul li:before,.richtext-cont ul li:before{width:1.06667vw;height:1.06667vw;left:-4vw;top:2.66667vw}}@media screen and (min-width:768px) and (max-width:1024px){.cm__rte ul li:before,.richtext-cont ul li:before{width:.48828vw;height:.48828vw;left:-1.46484vw;top:1.17188vw}}.cm__rte .font-30,.richtext-cont .font-30{font-size:2.08333vw}@media screen and (max-width:767px){.cm__rte .font-30,.richtext-cont .font-30{font-size:8vw}}@media screen and (min-width:768px) and (max-width:1024px){.cm__rte .font-30,.richtext-cont .font-30{font-size:2.92969vw}}.cm__rte .font-20,.richtext-cont .font-20{font-size:1.38889vw}@media screen and (max-width:767px){.cm__rte .font-20,.richtext-cont .font-20{font-size:5.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.cm__rte .font-20,.richtext-cont .font-20{font-size:1.95312vw}}.cm__rte .font-18,.richtext-cont .font-18{font-size:1.25vw}@media screen and (max-width:767px){.cm__rte .font-18,.richtext-cont .font-18{font-size:4.8vw}}@media screen and (min-width:768px) and (max-width:1024px){.cm__rte .font-18,.richtext-cont .font-18{font-size:1.75781vw}}.cm__rte .font-14,.richtext-cont .font-14{font-size:.97222vw}@media screen and (max-width:767px){.cm__rte .font-14,.richtext-cont .font-14{font-size:3.73333vw}}@media screen and (min-width:768px) and (max-width:1024px){.cm__rte .font-14,.richtext-cont .font-14{font-size:1.36719vw}}.cm__rte .font-12,.richtext-cont .font-12{font-size:.83333vw}@media screen and (max-width:767px){.cm__rte .font-12,.richtext-cont .font-12{font-size:3.2vw}}@media screen and (min-width:768px) and (max-width:1024px){.cm__rte .font-12,.richtext-cont .font-12{font-size:1.17188vw}}.pl-search-result .search-results-header{padding:4.16667vw 0;background-color:#f7f7f7}@media screen and (max-width:767px){.pl-search-result .search-results-header{padding:8vw 0}}@media screen and (min-width:768px) and (max-width:1024px){.pl-search-result .search-results-header{padding:5.85938vw 0}}.pl-search-result .search-results-header .search-results-text{font-size:2.5vw;line-height:2.63889vw;font-weight:700;word-break:break-all;color:#1a1a1a}@media screen and (max-width:767px){.pl-search-result .search-results-header .search-results-text{font-size:5.33333vw;line-height:5.86667vw;margin:0;width:100%!important}}@media screen and (min-width:768px) and (max-width:1024px){.pl-search-result .search-results-header .search-results-text{font-size:3.51562vw;line-height:3.71094vw;margin:0;width:100%!important}}.pl-search-result .search-results-header .search-results-text .search-results-title{font-weight:400}.pl-search-result .search-results{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}@media screen and (max-width:767px){.pl-search-result .search-results{padding:0}}.pl-search-result .search-results .search-result-item{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:1.38889vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;text-decoration:none;color:#1a1a1a;font-weight:700}@media screen and (max-width:767px){.pl-search-result .search-results .search-result-item{padding:2.66667vw 5.33333vw;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}}@media screen and (min-width:768px) and (max-width:1024px){.pl-search-result .search-results .search-result-item{padding:1.95312vw}}.pl-search-result .search-results .search-result-item .search-result-item-picture{width:8.68056vw;margin-top:0;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}@media screen and (max-width:767px){.pl-search-result .search-results .search-result-item .search-result-item-picture{width:20vw;margin-top:2.66667vw;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}}@media screen and (min-width:768px) and (max-width:1024px){.pl-search-result .search-results .search-result-item .search-result-item-picture{width:12.20703vw}}.pl-search-result .search-results .search-result-item .search-result-item-picture .search-result-item-img{width:100%}.pl-search-result .search-results .search-result-item .item-content{width:-webkit-calc(100% - 8.68056vw);width:calc(100% - 8.68056vw);padding:1.38889vw}@media screen and (max-width:767px){.pl-search-result .search-results .search-result-item .item-content{width:-webkit-calc(100% - 20vw);width:calc(100% - 20vw);padding:2.66667vw 0 2.66667vw 5.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-search-result .search-results .search-result-item .item-content{width:-webkit-calc(100% - 12.20703vw);width:calc(100% - 12.20703vw);padding:1.95312vw}}.pl-search-result .search-results .search-result-item .item-content .item-content-model{color:#ccc;font-size:1.11111vw;line-height:1.38889vw;font-weight:700}@media screen and (max-width:767px){.pl-search-result .search-results .search-result-item .item-content .item-content-model{font-size:3.73333vw;line-height:4.8vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-search-result .search-results .search-result-item .item-content .item-content-model{font-size:1.5625vw;line-height:1.95312vw}}.pl-search-result .search-results .search-result-item .item-content .item-content-name{color:#1a1a1a;font-size:1.66667vw;line-height:1.94444vw;font-weight:700;margin-top:.69444vw}@media screen and (max-width:767px){.pl-search-result .search-results .search-result-item .item-content .item-content-name{font-size:6.4vw;line-height:7.46667vw;margin-top:2.66667vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-search-result .search-results .search-result-item .item-content .item-content-name{font-size:2.34375vw;line-height:2.73438vw;margin-top:.97656vw}}.pl-search-result .search-results .search-result-item:hover{color:#ad8d50}.pl-search-result .search-results .search-result-item:hover .search-result-item-picture{margin:-.34722vw 0 .34722vw}@media screen and (min-width:768px) and (max-width:1024px){.pl-search-result .search-results .search-result-item:hover .search-result-item-picture{margin:-.48828vw 0 .48828vw}}.pl-search-result .search-results .search-result-item:hover .item-content-name{color:#ad8d50}.product-specs-and-manuals-container{margin:0 auto}@media screen and (max-width:767px){.product-specs-and-manuals-container{width:100%}}@media screen and (min-width:768px) and (max-width:1024px){.product-specs-and-manuals-container{width:100%}}.product-specs-and-manuals-container .product-specs-and-manuals-header{margin:0 0 3.47222vw}@media screen and (max-width:767px){.product-specs-and-manuals-container .product-specs-and-manuals-header{margin:0 0 5.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.product-specs-and-manuals-container .product-specs-and-manuals-header{margin:0 0 4.88281vw}}.product-specs-and-manuals-container .product-specs-and-manuals-header .header-main{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center}@media screen and (max-width:767px){.product-specs-and-manuals-container .product-specs-and-manuals-header .header-main{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}}.product-specs-and-manuals-container .product-specs-and-manuals-header span{font-weight:700;text-align:center;cursor:pointer;-webkit-transition:all 75ms ease-in-out;transition:all 75ms ease-in-out;padding:.34722vw 5.20833vw 1.04167vw;font-size:1.11111vw}@media screen and (max-width:767px){.product-specs-and-manuals-container .product-specs-and-manuals-header span{font-size:4.26667vw;padding:1.33333vw 2.66667vw 4vw}}@media screen and (min-width:768px) and (max-width:1024px){.product-specs-and-manuals-container .product-specs-and-manuals-header span{font-size:1.5625vw;padding:.48828vw 7.32422vw 1.46484vw}}.product-specs-and-manuals-container .product-specs-and-manuals-header .active,.product-specs-and-manuals-container .product-specs-and-manuals-header span:hover{color:#ad8d50;border-bottom:2px solid #ad8d50}.product-specs-and-manuals-container .product-specs-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.product-specs-and-manuals-container .product-specs-container .product-spec{width:50%;height:auto;margin-bottom:3.47222vw;overflow:hidden;box-sizing:border-box;-webkit-transition:opacity 225ms ease-in-out;transition:opacity 225ms ease-in-out}@media screen and (max-width:767px){.product-specs-and-manuals-container .product-specs-container .product-spec{width:100%;margin-bottom:0;border-top:1px solid #ccc}}@media screen and (min-width:768px) and (max-width:1024px){.product-specs-and-manuals-container .product-specs-container .product-spec{margin-bottom:4.88281vw}}.product-specs-and-manuals-container .product-specs-container .product-spec:last-child{border-bottom:none;margin-bottom:0}.product-specs-and-manuals-container .product-specs-container .product-spec .spec-header{font-weight:700;padding:0 0 .69444vw .69444vw;border-bottom:1px solid #ccc;cursor:auto;position:relative;font-size:1.11111vw}@media screen and (max-width:767px){.product-specs-and-manuals-container .product-specs-container .product-spec .spec-header{border-bottom:none;padding:4vw 0;font-size:4.26667vw}}@media screen and (min-width:768px) and (max-width:1024px){.product-specs-and-manuals-container .product-specs-container .product-spec .spec-header{font-size:1.5625vw;padding:0 0 .97656vw .97656vw}}.product-specs-and-manuals-container .product-specs-container .product-spec .spec-header .plus-sign-container{position:absolute;right:6px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;display:none}@media screen and (max-width:767px){.product-specs-and-manuals-container .product-specs-container .product-spec .spec-header .plus-sign-container{height:5.33333vw;width:5.33333vw;display:block;top:3.46667vw}}.product-specs-and-manuals-container .product-specs-container .product-spec .spec-header .plus-sign-container .plus-sign{height:1.11111vw;width:1.11111vw}@media screen and (max-width:767px){.product-specs-and-manuals-container .product-specs-container .product-spec .spec-header .plus-sign-container .plus-sign{height:4.26667vw;width:4.26667vw}}.product-specs-and-manuals-container .product-specs-container .product-spec .spec-header .plus-sign-container .plus-sign span{display:block;height:2px;width:1.11111vw;position:relative;top:7px;left:0;background:#1a1a1a;-webkit-transition:all 75ms ease-in-out;transition:all 75ms ease-in-out}@media screen and (max-width:767px){.product-specs-and-manuals-container .product-specs-container .product-spec .spec-header .plus-sign-container .plus-sign span{width:4.26667vw}}.product-specs-and-manuals-container .product-specs-container .product-spec .spec-header .plus-sign-container .plus-sign span:last-child{top:5px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.product-specs-and-manuals-container .product-specs-container .product-spec .spec-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;padding:.69444vw;opacity:0}@media screen and (max-width:767px){.product-specs-and-manuals-container .product-specs-container .product-spec .spec-item{padding:2.66667vw 0}}@media screen and (min-width:768px) and (max-width:1024px){.product-specs-and-manuals-container .product-specs-container .product-spec .spec-item{padding:.97656vw}}.product-specs-and-manuals-container .product-specs-container .product-spec .spec-item span{width:50%;line-height:1.38889vw}@media screen and (max-width:767px){.product-specs-and-manuals-container .product-specs-container .product-spec .spec-item span{line-height:5.33333vw;font-size:4.26667vw}}@media screen and (min-width:768px) and (max-width:1024px){.product-specs-and-manuals-container .product-specs-container .product-spec .spec-item span{line-height:1.95312vw}}.product-specs-and-manuals-container .product-specs-container .product-spec .spec-item span:nth-child(2){text-align:right;word-wrap:break-word;word-break:normal}.product-specs-and-manuals-container .product-specs-container .product-spec .spec-item:nth-child(odd){background:#f7f7f7}.product-specs-and-manuals-container .product-specs-container .fade-in .spec-item{opacity:1}.pl-horizontal-line{height:1px;background-color:#ccc}.pl-sub-category .showcase-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:767px){.pl-sub-category .showcase-list{margin:0 -10px}}.pl-sub-category .product-tile-feature{width:-webkit-calc(50% - 20px);width:calc(50% - 20px);position:relative;margin:10px;overflow:hidden}@media screen and (max-width:767px){.pl-sub-category .product-tile-feature{width:-webkit-calc(100% - 20px);width:calc(100% - 20px);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}}.pl-sub-category .product-tile-feature .media-overlay{position:absolute;left:0;top:0;height:100%;width:100%;background:rgba(0,0,0,.33);z-index:11}.pl-sub-category .product-tile-feature img{width:100%}.pl-sub-category .product-tile-feature .featured-details{position:absolute;z-index:20;padding-right:1.73611vw;bottom:0;margin:0 0 2.77778vw 1.73611vw;color:#fff}@media screen and (max-width:767px){.pl-sub-category .product-tile-feature .featured-details{margin:0 0 5.33333vw 4vw;padding-right:6.66667vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-sub-category .product-tile-feature .featured-details{padding-right:2.44141vw;margin:0 0 3.90625vw 2.44141vw}}.pl-sub-category .product-tile-feature .featured-details h5{color:#ad8d50;font-size:1.11111vw;line-height:1.38889vw;font-weight:700}@media screen and (max-width:767px){.pl-sub-category .product-tile-feature .featured-details h5{font-size:3.73333vw;line-height:4.8vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-sub-category .product-tile-feature .featured-details h5{font-size:1.5625vw;line-height:1.95312vw}}.pl-sub-category .product-tile-feature .featured-details h4{font-size:1.66667vw;line-height:1.94444vw;font-weight:700}@media screen and (max-width:767px){.pl-sub-category .product-tile-feature .featured-details h4{font-size:6.4vw;line-height:7.46667vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-sub-category .product-tile-feature .featured-details h4{font-size:2.34375vw;line-height:2.73438vw}}.pl-sub-category .product-tile:hover{margin:7px 10px 13px;box-shadow:0 0 8px rgba(0,0,0,.33)}@media screen and (max-width:767px){.pl-sub-category .product-tile:hover{margin:10px;box-shadow:none}}.pl-sub-category .product-tile:hover .clear-btn{opacity:1;pointer-events:all;color:#ad8d50}.pl-sub-category .product-tile:hover .clear-btn:hover{color:#fff;background:#ad8d50}@media screen and (max-width:767px){.pl-sub-category .product-tile:hover .clear-btn:hover{color:#ad8d50;background-color:transparent}}.pl-sub-category .product-tile{width:-webkit-calc(25% - 20px);width:calc(25% - 20px);background:#fff;padding:1.38889vw;margin:10px;box-sizing:border-box;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-transition:all 125ms ease-in-out;transition:all 125ms ease-in-out}.pl-sub-category .product-tile .compare-btn-container{text-align:right}@media screen and (max-width:767px){.pl-sub-category .product-tile{margin:10px;font-size:4.26667vw;width:-webkit-calc(50% - 20px);width:calc(50% - 20px)}}.pl-sub-category .product-tile .product-price{margin-top:.69444vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;color:#1a1a1a!important;font-size:1.66667vw;font-weight:700}@media screen and (max-width:767px){.pl-sub-category .product-tile .product-price{margin-top:2.66667vw;font-size:4.26667vw;width:-webkit-calc(33% - 10px);width:calc(33% - 10px)}}@media screen and (min-width:768px) and (max-width:1024px){.pl-sub-category .product-tile .product-price{width:-webkit-calc(33% - 10px);width:calc(33% - 10px);font-size:2.34375vw}}.pl-sub-category .product-tile .product-price span{font-size:.83333vw;margin-left:.34722vw;color:#ccc}@media screen and (max-width:767px){.pl-sub-category .product-tile .product-price span{margin-left:1.33333vw;font-size:2.66667vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-sub-category .product-tile .product-price span{font-size:1.17188vw;margin-left:.48828vw}}.pl-sub-category .product-tile .clear-btn{opacity:0;pointer-events:none;display:inline-block;cursor:pointer;background:var(--clear);padding:.48611vw .69444vw;min-width:0;-webkit-transition:all 125ms ease-in-out;transition:all 125ms ease-in-out;font-size:1.11111vw;font-weight:700}@media screen and (max-width:767px){.pl-sub-category .product-tile .clear-btn{opacity:1;font-size:3.73333vw;padding:1.86667vw 2.66667vw;color:#ad8d50}}@media screen and (min-width:768px) and (max-width:1024px){.pl-sub-category .product-tile .clear-btn{font-size:1.5625vw;padding:.68359vw .97656vw}}.pl-sub-category .product-tile .placeholder-img{display:block;max-width:75%;margin:.69444vw auto;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;object-fit:cover}.pl-sub-category .product-tile .product-details{width:100%;height:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.pl-sub-category .product-tile .product-details .details{width:100%}.pl-sub-category .product-tile .product-details *{text-align:center}.pl-sub-category .product-tile .product-details .product-model-no{font-size:.97222vw;color:#ccc}@media screen and (max-width:767px){.pl-sub-category .product-tile .product-details .product-model-no{font-size:3.73333vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-sub-category .product-tile .product-details .product-model-no{font-size:1.36719vw}}.pl-sub-category .product-tile .product-details h5{margin:.34722vw 0;font-size:1.11111vw;line-height:1.38889vw;color:#1a1a1a;font-weight:700}@media screen and (max-width:767px){.pl-sub-category .product-tile .product-details h5{margin:1.33333vw 0;font-size:3.73333vw;line-height:4.8vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-sub-category .product-tile .product-details h5{font-size:1.5625vw;line-height:1.95312vw}}.pl-support-form{background-color:#fff}.pl-support-form .dropdown-border{height:2px;background-color:#ccc;width:100%;position:absolute;bottom:0}.pl-support-form .dropdown-border10{height:.69444vw}.pl-support-form .dropdown-borders{margin-bottom:0!important}@media screen and (min-width:768px) and (max-width:1024px){.pl-support-form .pl-ipad-container{padding:0}}@media screen and (max-width:767px){.pl-support-form .pl-ipad-container{padding:0}}.pl-support-form .simple-header-container{padding-top:3.47222vw;margin:0 auto;box-sizing:border-box}@media screen and (min-width:768px) and (max-width:1024px){.pl-support-form .simple-header-container{padding:4.88281vw 2.44141vw 0;max-width:105.46875vw}}@media screen and (max-width:767px){.pl-support-form .simple-header-container{width:100%;margin:0 auto;box-sizing:border-box;overflow:auto;padding:13.33333vw 5.33333vw 0;max-width:100%}}.pl-support-form .simple-header-container h1{font-size:4.16667vw;line-height:4.30556vw;font-weight:700;color:#1a1a1a;margin-bottom:1.73611vw}@media screen and (min-width:768px) and (max-width:1024px){.pl-support-form .simple-header-container h1{font-size:5.85938vw;line-height:6.05469vw;margin-bottom:2.44141vw}}@media screen and (max-width:767px){.pl-support-form .simple-header-container h1{font-size:9.6vw;line-height:10.13333vw;margin-bottom:6.66667vw}}.pl-support-form .simple-header-container h1 span{color:#ad8d50;font-weight:400}.pl-support-form .simple-header-container .horizontal-line{background-color:#ccc;height:1px;margin:0 auto}.pl-support-form .side-rail-container.right-side{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}@media screen and (max-width:767px){.pl-support-form .side-rail-container.right-side{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.pl-support-form .side-rail-container.left-side{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.pl-support-form .side-rail-container.left-side .form-product-registration{padding:0 0 0 3.47222vw!important}@media screen and (max-width:767px){.pl-support-form .side-rail-container.left-side .form-product-registration{padding-left:0!important}}@media screen and (max-width:767px){.pl-support-form .side-rail-container.left-side{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:767px){.pl-support-form .pl-link-button-left.gap{padding-bottom:0!important}}.pl-support-form .side-rail-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:100%;margin:0 auto;box-sizing:border-box}@media screen and (min-width:768px) and (max-width:1024px){.pl-support-form .side-rail-container{padding:0 2.44141vw;margin:0 auto}}@media screen and (max-width:767px){.pl-support-form .side-rail-container{width:100%;max-width:100%;padding:0 6.66667vw;margin:0 auto}}.pl-support-form .side-rail-container .main-rail{width:70%}@media screen and (max-width:767px){.pl-support-form .side-rail-container .main-rail{width:100%}}.pl-support-form .side-rail-container .main-rail .pl-link-button{margin-top:3.47222vw;border:0}@media screen and (min-width:768px) and (max-width:1024px){.pl-support-form .side-rail-container .main-rail .pl-link-button{margin-top:4.88281vw}}@media screen and (max-width:767px){.pl-support-form .side-rail-container .main-rail .pl-link-button{margin-top:13.33333vw}}.pl-support-form .side-rail-container .main-rail .dynamic-form-cmp,.pl-support-form .side-rail-container .main-rail .form-product-registration{padding-right:3.47222vw}@media screen and (min-width:768px) and (max-width:1024px){.pl-support-form .side-rail-container .main-rail .dynamic-form-cmp,.pl-support-form .side-rail-container .main-rail .form-product-registration{padding-right:4.88281vw}}@media screen and (max-width:767px){.pl-support-form .side-rail-container .main-rail .dynamic-form-cmp,.pl-support-form .side-rail-container .main-rail .form-product-registration{margin-bottom:13.33333vw;padding:0}}.pl-support-form .side-rail-container .main-rail .form-header{margin-bottom:1.73611vw}@media screen and (min-width:768px) and (max-width:1024px){.pl-support-form .side-rail-container .main-rail .form-header{margin-bottom:2.44141vw}}@media screen and (max-width:767px){.pl-support-form .side-rail-container .main-rail .form-header{margin-bottom:6.66667vw}}.pl-support-form .side-rail-container .main-rail .form-header h4{font-size:1.66667vw;line-height:1.94444vw;margin-bottom:.34722vw;color:#1a1a1a;font-weight:700}@media screen and (min-width:768px) and (max-width:1024px){.pl-support-form .side-rail-container .main-rail .form-header h4{font-size:2.34375vw;line-height:2.73438vw;margin-bottom:.48828vw}}@media screen and (max-width:767px){.pl-support-form .side-rail-container .main-rail .form-header h4{font-size:6.4vw;line-height:7.46667vw;margin-bottom:1.33333vw}}.pl-support-form .side-rail-container .main-rail .form-header p{font-size:1.11111vw;line-height:1.52778vw}@media screen and (min-width:768px) and (max-width:1024px){.pl-support-form .side-rail-container .main-rail .form-header p{font-size:1.5625vw;line-height:2.14844vw}}@media screen and (max-width:767px){.pl-support-form .side-rail-container .main-rail .form-header p{font-size:3.73333vw;line-height:5.33333vw}}.pl-support-form .side-rail-container .main-rail form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.pl-support-form .side-rail-container .main-rail form .form-dropdown-container.opened .form-dropdown-list{display:block;height:10.06944vw;padding:.34722vw .69444vw;border-top:1px solid #ccc}@media screen and (min-width:768px) and (max-width:1024px){.pl-support-form .side-rail-container .main-rail form .form-dropdown-container.opened .form-dropdown-list{height:14.16016vw;padding:.48828vw .97656vw}}@media screen and (max-width:767px){.pl-support-form .side-rail-container .main-rail form .form-dropdown-container.opened .form-dropdown-list{height:38.66667vw;padding:1.33333vw 2.66667vw}}.pl-support-form .side-rail-container .main-rail form .form-dropdown-container.opened .list-toggle{bottom:1.04167vw}@media screen and (max-width:767px){.pl-support-form .side-rail-container .main-rail form .form-dropdown-container.opened .list-toggle{bottom:4vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-support-form .side-rail-container .main-rail form .form-dropdown-container.opened .list-toggle{bottom:1.46484vw}}.pl-support-form .side-rail-container .main-rail form .form-dropdown-container.opened .list-toggle .carrot-icon{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.pl-support-form .side-rail-container .main-rail form .form-dropdown-container{width:100%;position:relative;cursor:pointer;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.pl-support-form .side-rail-container .main-rail form .form-dropdown-container .list-toggle{height:1.04167vw;width:1.04167vw;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;position:absolute;bottom:1.25vw;right:1.04167vw;-webkit-transition:all 75ms ease-in-out;transition:all 75ms ease-in-out}@media screen and (min-width:768px) and (max-width:1024px){.pl-support-form .side-rail-container .main-rail form .form-dropdown-container .list-toggle{bottom:1.75781vw;right:1.46484vw;height:1.46484vw;width:1.46484vw}}@media screen and (max-width:767px){.pl-support-form .side-rail-container .main-rail form .form-dropdown-container .list-toggle{bottom:4.8vw;right:4vw;height:4vw;width:4vw}}.pl-support-form .side-rail-container .main-rail form .form-dropdown-container .carrot-icon{height:.69444vw;width:.69444vw;position:relative;-webkit-transform:rotate(225deg);transform:rotate(225deg);-webkit-transition:all 75ms ease-in-out;transition:all 75ms ease-in-out}@media screen and (min-width:768px) and (max-width:1024px){.pl-support-form .side-rail-container .main-rail form .form-dropdown-container .carrot-icon{height:.97656vw;width:.97656vw}}@media screen and (max-width:767px){.pl-support-form .side-rail-container .main-rail form .form-dropdown-container .carrot-icon{height:2.66667vw;width:2.66667vw}}.pl-support-form .side-rail-container .main-rail form .form-dropdown-container .carrot-icon span{height:.13889vw;width:.69444vw;display:block;background:#1a1a1a;position:absolute;-webkit-transition:all 75ms ease-in-out;transition:all 75ms ease-in-out}@media screen and (min-width:768px) and (max-width:1024px){.pl-support-form .side-rail-container .main-rail form .form-dropdown-container .carrot-icon span{height:.19531vw;width:.97656vw}}@media screen and (max-width:767px){.pl-support-form .side-rail-container .main-rail form .form-dropdown-container .carrot-icon span{height:.53333vw;width:2.66667vw}}.pl-support-form .side-rail-container .main-rail form .form-dropdown-container .carrot-icon span:last-child{top:.27778vw;left:-.27778vw;-webkit-transform:rotate(90deg);transform:rotate(90deg)}@media screen and (min-width:768px) and (max-width:1024px){.pl-support-form .side-rail-container .main-rail form .form-dropdown-container .carrot-icon span:last-child{top:.39062vw;left:-.39062vw}}@media screen and (max-width:767px){.pl-support-form .side-rail-container .main-rail form .form-dropdown-container .carrot-icon span:last-child{top:1.06667vw;left:-1.06667vw}}.pl-support-form .side-rail-container .main-rail form .double-input{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin-top:1.04167vw}@media screen and (min-width:768px) and (max-width:1024px){.pl-support-form .side-rail-container .main-rail form .double-input{margin-top:1.46484vw}}@media screen and (max-width:767px){.pl-support-form .side-rail-container .main-rail form .double-input{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.pl-support-form .side-rail-container .main-rail form .double-input .input-container{width:50%;margin-bottom:0}@media screen and (max-width:767px){.pl-support-form .side-rail-container .main-rail form .double-input .input-container{width:100%;margin:0}}.pl-support-form .side-rail-container .main-rail form .double-input .input-container:last-child{margin-left:.34722vw}@media screen and (min-width:768px) and (max-width:1024px){.pl-support-form .side-rail-container .main-rail form .double-input .input-container:last-child{margin-left:.48828vw}}@media screen and (max-width:767px){.pl-support-form .side-rail-container .main-rail form .double-input .input-container:last-child{margin:0}}.pl-support-form .side-rail-container .main-rail form .double-input .input-container:first-child{margin-right:.34722vw}@media screen and (min-width:768px) and (max-width:1024px){.pl-support-form .side-rail-container .main-rail form .double-input .input-container:first-child{margin-right:.48828vw}}@media screen and (max-width:767px){.pl-support-form .side-rail-container .main-rail form .double-input .input-container:first-child{margin:0 0 2.66667vw}}.pl-support-form .side-rail-container .main-rail form label{font-size:.97222vw;font-weight:500;margin-top:1.04167vw;display:block}@media screen and (min-width:768px) and (max-width:1024px){.pl-support-form .side-rail-container .main-rail form label{font-size:1.36719vw;margin-top:1.46484vw}}@media screen and (max-width:767px){.pl-support-form .side-rail-container .main-rail form label{font-size:3.73333vw;margin-top:4vw}}.pl-support-form .side-rail-container .main-rail form .tooltip{position:relative;margin-left:.20833vw;cursor:pointer}@media screen and (min-width:768px) and (max-width:1024px){.pl-support-form .side-rail-container .main-rail form .tooltip{margin-left:.29297vw}}@media screen and (max-width:767px){.pl-support-form .side-rail-container .main-rail form .tooltip{margin-left:.8vw}}.pl-support-form .side-rail-container .main-rail form .tooltip .tool-trigger:hover{border-color:#ad8d50;color:#ad8d50}.pl-support-form .side-rail-container .main-rail form .tooltip .tool-trigger{-webkit-transition:all 75ms ease-in-out;transition:all 75ms ease-in-out;border:.06944vw solid #ccc;padding:.06944vw .34722vw;box-sizing:border-box;border-radius:50%;font-size:.83333vw;font-weight:700;color:#ccc}@media screen and (min-width:768px) and (max-width:1024px){.pl-support-form .side-rail-container .main-rail form .tooltip .tool-trigger{font-size:1.17188vw;padding:.09766vw .48828vw}}@media screen and (max-width:767px){.pl-support-form .side-rail-container .main-rail form .tooltip .tool-trigger{font-size:3.2vw;padding:.26667vw 1.33333vw}}.pl-support-form .side-rail-container .main-rail form .tooltip .tool-message{position:absolute;top:-.69444vw;left:1.73611vw;padding:.69444vw;background:#fff;width:12.15278vw;border-radius:.27778vw;opacity:0;box-shadow:0 1px .13889vw rgba(0,0,0,.33)}@media screen and (min-width:768px) and (max-width:1024px){.pl-support-form .side-rail-container .main-rail form .tooltip .tool-message{top:-.97656vw;left:2.44141vw;width:17.08984vw;border-radius:.39062vw;padding:.97656vw;box-shadow:0 1px .19531vw rgba(0,0,0,.33)}}@media screen and (max-width:767px){.pl-support-form .side-rail-container .main-rail form .tooltip .tool-message{top:-2.66667vw;left:6.66667vw;width:46.66667vw;border-radius:1.06667vw;padding:2.66667vw;box-shadow:0 1px .53333vw rgba(0,0,0,.33)}}.pl-support-form .side-rail-container .main-rail form .tooltip .tool-message.opened{opacity:1}.pl-support-form .side-rail-container .main-rail form input{border:1px solid #ccc;padding:1.04167vw .69444vw;margin:.69444vw 0;width:100%}@media screen and (min-width:768px) and (max-width:1024px){.pl-support-form .side-rail-container .main-rail form input{padding:1.46484vw .97656vw;margin:.97656vw 0}}@media screen and (max-width:767px){.pl-support-form .side-rail-container .main-rail form input{padding:4vw 2.66667vw;margin:2.66667vw 0}}.pl-support-form .side-rail-container .main-rail form input:focus{border:1px solid #ad8d50;box-shadow:0 0 .13889vw #ad8d50}@media screen and (min-width:768px) and (max-width:1024px){.pl-support-form .side-rail-container .main-rail form input:focus{box-shadow:0 0 .19531vw #ad8d50}}@media screen and (max-width:767px){.pl-support-form .side-rail-container .main-rail form input:focus{box-shadow:0 0 .53333vw #ad8d50}}.pl-support-form .side-rail-container .main-rail form .form-dropdown-input{pointer-events:none}.pl-support-form .side-rail-container .main-rail form .form-dropdown-list{display:none;box-sizing:border-box;background:#fff;overflow:auto;border:1px solid #ccc;border-top:0 solid #ccc;padding:0 .69444vw;margin:.69444vw 0;width:100%;height:0;position:absolute;top:4.58333vw;z-index:10;margin-top:0!important;-webkit-transition:all 75ms ease-in-out;transition:all 75ms ease-in-out}@media screen and (min-width:768px) and (max-width:1024px){.pl-support-form .side-rail-container .main-rail form .form-dropdown-list{padding:0 .97656vw;margin:.97656vw 0;top:6.44531vw}}@media screen and (max-width:767px){.pl-support-form .side-rail-container .main-rail form .form-dropdown-list{padding:0 2.66667vw;margin:2.66667vw 0;top:16vw;margin-top:2.66667vw!important}}.pl-support-form .side-rail-container .main-rail form .form-dropdown-list .option{-webkit-transition:all 75ms ease-in-out;transition:all 75ms ease-in-out;padding:.69444vw 0;display:block;color:#333}@media screen and (min-width:768px) and (max-width:1024px){.pl-support-form .side-rail-container .main-rail form .form-dropdown-list .option{padding:.97656vw 0}}@media screen and (max-width:767px){.pl-support-form .side-rail-container .main-rail form .form-dropdown-list .option{padding:2.66667vw 0}}.pl-support-form .side-rail-container .main-rail form .form-dropdown-list .option:hover{color:#ad8d50}.pl-support-form .side-rail-container .main-rail .dynamic-form-wrapper{width:100%!important}.pl-support-form .side-rail-container .side-rail{width:30%;margin:0}@media screen and (max-width:767px){.pl-support-form .side-rail-container .side-rail{width:-webkit-calc(100% + 20px);width:calc(100% + 20px);margin:0 0 0 -10px}}.pl-support-form .side-rail-container .side-rail .richtext-cont a{color:#ad8d50!important}.pl-support-form .side-rail-container .side-rail .richtext-cont a:hover{color:#806a3f!important}.pl-support-form .side-rail-container .side-rail .richtext-cont h6{color:#1a1a1a}.pl-support-form .side-rail-container .side-rail .cta-block{padding:1.38889vw;background-color:#f7f7f7}@media screen and (min-width:768px) and (max-width:1024px){.pl-support-form .side-rail-container .side-rail .cta-block{padding:1.95312vw}}@media screen and (max-width:767px){.pl-support-form .side-rail-container .side-rail .cta-block{padding:2.66667vw}}.pl-support-form .side-rail-container .side-rail .cta-block h4{margin-bottom:.34722vw;color:#1a1a1a;font-weight:700}@media screen and (min-width:768px) and (max-width:1024px){.pl-support-form .side-rail-container .side-rail .cta-block h4{margin-bottom:.48828vw}}@media screen and (max-width:767px){.pl-support-form .side-rail-container .side-rail .cta-block h4{margin-bottom:1.33333vw}}.pl-support-form .side-rail-container .side-rail .cta-block p{font-size:1.11111vw}@media screen and (min-width:768px) and (max-width:1024px){.pl-support-form .side-rail-container .side-rail .cta-block p{font-size:1.5625vw}}@media screen and (max-width:767px){.pl-support-form .side-rail-container .side-rail .cta-block p{font-size:3.73333vw}}.pl-support-form .side-rail-container .side-rail .cta-block .btn.arrow-btn:hover .arrow-icon{border:.13889vw solid #ad8d50;background:#ad8d50}@media screen and (min-width:768px) and (max-width:1024px){.pl-support-form .side-rail-container .side-rail .cta-block .btn.arrow-btn:hover .arrow-icon{border:.19531vw solid #ad8d50}}@media screen and (max-width:767px){.pl-support-form .side-rail-container .side-rail .cta-block .btn.arrow-btn:hover .arrow-icon{border:.53333vw solid #ad8d50}}.pl-support-form .side-rail-container .side-rail .cta-block .btn.arrow-btn:hover svg{fill:#fff}.pl-support-form .side-rail-container .side-rail .cta-block .btn.arrow-btn{margin-top:1.04167vw;color:#1a1a1a;padding:1.38889vw 1.04167vw 1.38889vw 0;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-weight:700}@media screen and (min-width:768px) and (max-width:1024px){.pl-support-form .side-rail-container .side-rail .cta-block .btn.arrow-btn{margin-top:1.46484vw;padding:1.95312vw 1.46484vw 1.95312vw 0}}@media screen and (max-width:767px){.pl-support-form .side-rail-container .side-rail .cta-block .btn.arrow-btn{margin-top:4vw;padding:4vw 2.66667vw 4vw 0}}.pl-support-form .side-rail-container .side-rail .cta-block .btn.arrow-btn .arrow-icon{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border:.13889vw solid #ad8d50;background:transparent;border-radius:2.08333vw;padding:.48611vw;margin-right:.69444vw}@media screen and (min-width:768px) and (max-width:1024px){.pl-support-form .side-rail-container .side-rail .cta-block .btn.arrow-btn .arrow-icon{border:.19531vw solid #ad8d50;border-radius:2.92969vw;padding:.68359vw;margin-right:.97656vw}}@media screen and (max-width:767px){.pl-support-form .side-rail-container .side-rail .cta-block .btn.arrow-btn .arrow-icon{border:.53333vw solid #ad8d50;border-radius:8vw;padding:1.86667vw;margin-right:2.66667vw}}.pl-support-form .side-rail-container .side-rail .cta-block .btn.arrow-btn svg{fill:#1a1a1a;height:.97222vw;width:.97222vw;-webkit-transition:all 125ms ease-in-out;transition:all 125ms ease-in-out}@media screen and (min-width:768px) and (max-width:1024px){.pl-support-form .side-rail-container .side-rail .cta-block .btn.arrow-btn svg{height:1.36719vw;width:1.36719vw}}@media screen and (max-width:767px){.pl-support-form .side-rail-container .side-rail .cta-block .btn.arrow-btn svg{height:3.73333vw;width:3.73333vw}}.pl-support-form .side-rail-container .side-rail .text-block-container{padding:0 1.38889vw;width:100%}@media screen and (min-width:768px) and (max-width:1024px){.pl-support-form .side-rail-container .side-rail .text-block-container{padding:0 1.95312vw}}@media screen and (max-width:767px){.pl-support-form .side-rail-container .side-rail .text-block-container{padding:0 2.66667vw}}.pl-support-form .side-rail-container .side-rail .text-block-container h5{margin-bottom:.13889vw}@media screen and (min-width:768px) and (max-width:1024px){.pl-support-form .side-rail-container .side-rail .text-block-container h5{padding:0 .19531vw}}@media screen and (max-width:767px){.pl-support-form .side-rail-container .side-rail .text-block-container h5{padding:0 .53333vw}}.pl-support-form .side-rail-container .side-rail .text-block-container h4{font-size:1.66667vw;line-height:1.94444vw;margin-bottom:.34722vw;font-weight:700}@media screen and (min-width:768px) and (max-width:1024px){.pl-support-form .side-rail-container .side-rail .text-block-container h4{font-size:2.34375vw;line-height:2.73438vw;margin-bottom:.48828vw}}@media screen and (max-width:767px){.pl-support-form .side-rail-container .side-rail .text-block-container h4{font-size:6.4vw;line-height:7.46667vw;margin-bottom:1.33333vw}}.pl-support-form .side-rail-container .side-rail .text-block-container .text-block-copy p{font-size:1.11111vw;line-height:1.52778vw;margin-bottom:1.38889vw}@media screen and (min-width:768px) and (max-width:1024px){.pl-support-form .side-rail-container .side-rail .text-block-container .text-block-copy p{font-size:1.5625vw;line-height:2.14844vw;margin-bottom:1.95312vw}}@media screen and (max-width:767px){.pl-support-form .side-rail-container .side-rail .text-block-container .text-block-copy p{font-size:3.73333vw;line-height:5.33333vw;margin-bottom:5.33333vw}}.pl-support-form .side-rail-container .side-rail .text-block-container .text-block-copy h5{margin-bottom:.34722vw;font-size:1.11111vw;line-height:1.38889vw;font-weight:700;color:#1a1a1a}@media screen and (min-width:768px) and (max-width:1024px){.pl-support-form .side-rail-container .side-rail .text-block-container .text-block-copy h5{margin-bottom:.48828vw;font-size:1.5625vw;line-height:1.95312vw}}@media screen and (max-width:767px){.pl-support-form .side-rail-container .side-rail .text-block-container .text-block-copy h5{font-size:3.73333vw;line-height:4.8vw;margin-bottom:.53333vw}}.pl-support-form .side-rail-container .side-rail .text-block-container .text-block-copy a{color:#ad8d50;text-decoration:underline;-webkit-transition:all 75ms ease-in-out;transition:all 75ms ease-in-out;font-weight:700}.pl-support-form .side-rail-container .side-rail .text-block-container .text-block-copy a:hover{color:#806a3f}.pl-support-form .main-rail,.pl-support-form .side-rail{height:auto;padding:0}.pl-support-form .form-notification{padding:.83333vw 1.73611vw;font-size:1.25vw;font-weight:700;background-color:#ff1744;display:none;margin-top:.69444vw;width:100%;text-align:center}@media screen and (min-width:768px) and (max-width:1024px){.pl-support-form .form-notification{padding:1.17188vw 2.44141vw;font-size:1.75781vw;margin-top:2.66667vw}}@media screen and (max-width:767px){.pl-support-form .form-notification{padding:3.2vw 6.66667vw;font-size:4.8vw;margin-top:2.66667vw}}.pl-support-form .success-submission{background-color:#00e676;display:block}.pl-support-form .failed-submission{display:block}.cmp-teaser-remastered{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media screen and (max-width:767px){.cmp-teaser-remastered{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:0 -5.33333vw}}.cmp-teaser-remastered__cover{position:absolute;left:0;top:0;right:0;bottom:0!important;width:100%;height:100%;cursor:pointer}.cmp-teaser-remastered__cover--black{background-color:rgba(0,0,0,.7)}.cmp-teaser-remastered__content{width:50%}@media screen and (max-width:767px){.cmp-teaser-remastered__content{width:100%}}.cmp-teaser-remastered__media{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:767px){.cmp-teaser-remastered__media{width:100%}}.cmp-teaser-remastered__media{position:relative;overflow:hidden}.cmp-teaser-remastered__media__extral,.cmp-teaser-remastered__media__origin .cmp-teaser-remastered__cover,.cmp-teaser-remastered__media__video{display:none}.cmp-teaser-remastered__media img{width:100%;-webkit-transition:all .3s;transition:all .3s}.cmp-teaser-remastered__media__extral__video{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%}.cmp-teaser-remastered__media__extral__video video{max-width:100%;max-height:100%;background-color:#1a1a1a}.cmp-teaser-remastered__media__extral__video iframe{width:100%!important;height:100%!important;display:block!important}.cmp-teaser-remastered__media__extral__video__container{width:100%;height:100%;background-color:#1a1a1a;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.cmp-teaser-remastered__content,.cmp-teaser-remastered__media__extral__video__container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.cmp-teaser-remastered__content{padding:3.47222vw 5.20833vw 3.47222vw 6.59722vw;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.cmp-teaser-remastered__content .cm__rte *{padding:0;margin:0}@media screen and (max-width:767px){.cmp-teaser-remastered__content{padding:5.33333vw}}.cmp-teaser-remastered__content__subtitle{margin-left:0;word-wrap:break-word;font-size:1.11111vw;margin-bottom:.69444vw;color:#ad8d50;font-weight:700}@media screen and (max-width:767px){.cmp-teaser-remastered__content__subtitle{font-size:3.73333vw;margin-bottom:1.33333vw}}.cmp-teaser-remastered__content__title{font-weight:700;line-height:1.2;word-wrap:break-word}.cmp-teaser-remastered__content__title p{font-size:4.16667vw}@media screen and (max-width:767px){.cmp-teaser-remastered__content__title p{font-size:9.6vw}}.cmp-teaser-remastered__content__desc{line-height:1.4;margin:1.04167vw 0 0;word-wrap:break-word}.cmp-teaser-remastered__content__desc p{font-size:1.11111vw}@media screen and (max-width:767px){.cmp-teaser-remastered__content__desc p{font-size:3.73333vw}}@media screen and (max-width:767px){.cmp-teaser-remastered__content__desc{margin:2.66667vw 0 0}}.cmp-teaser-remastered__content__dscm{margin-top:2.08333vw;word-wrap:break-word}.cmp-teaser-remastered__content__dscm p{font-size:.83333vw}@media screen and (max-width:767px){.cmp-teaser-remastered__content__dscm p{font-size:3.2vw}}@media screen and (max-width:767px){.cmp-teaser-remastered__content__dscm{margin-top:5.33333vw}}.cmp-teaser-remastered__content__btn{margin-top:2.43056vw;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-weight:700}.cmp-teaser-remastered__content__btn[href=""]{cursor:default}.cmp-teaser-remastered__content__btn:before{content:"";display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border:2px solid #ad8d50;border-radius:50%;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MiAzMCI+PHBhdGggY2xhc3M9InN0MCIgZD0iTTQxLjU2IDE1TDIxLjA2IDF2OS42MkguOTR2OC43NmgyMC4xMlYyOXoiLz48L3N2Zz4=) 50% no-repeat;background-size:.97222vw;width:2.22222vw;height:2.22222vw;margin-right:.69444vw}@media screen and (max-width:767px){.cmp-teaser-remastered__content__btn:before{width:8.53333vw;height:8.53333vw;margin-right:2.66667vw;background-size:3.73333vw}}.cmp-teaser-remastered__content__btn:hover:before{background-color:#ad8d50}@media screen and (max-width:767px){.cmp-teaser-remastered__content__btn{margin-top:9.33333vw}}.cmp-teaser-remastered.bg-black .cmp-teaser-remastered__content{background-color:#1a1a1a}.cmp-teaser-remastered.bg-black .cmp-teaser-remastered__content__btn,.cmp-teaser-remastered.bg-black .cmp-teaser-remastered__content__desc,.cmp-teaser-remastered.bg-black .cmp-teaser-remastered__content__dscm,.cmp-teaser-remastered.bg-black .cmp-teaser-remastered__content__title{color:#fff}.cmp-teaser-remastered.bg-black .cmp-teaser-remastered__content__btn:before{background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MiAzMCI+PHBhdGggY2xhc3M9InN0MCIgZD0iTTQxLjU2IDE1TDIxLjA2IDF2OS42MkguOTR2OC43NmgyMC4xMlYyOXoiLz48L3N2Zz4=)}.cmp-teaser-remastered.align-left .cmp-teaser-remastered__content{text-align:left}.cmp-teaser-remastered.align-center .cmp-teaser-remastered__content{text-align:center}.cmp-teaser-remastered.align-right .cmp-teaser-remastered__content{text-align:right}.cmp-teaser-remastered.media-hover-enlarge .cmp-teaser-remastered__media__origin:hover img{-webkit-transform:scale(1.1);transform:scale(1.1)}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media__origin,.cmp-teaser-remastered.media-video.play-hover .cmp-teaser-remastered__media__origin{opacity:1;-webkit-transition:all .3s;transition:all .3s;z-index:5}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media__extral,.cmp-teaser-remastered.media-video.play-hover .cmp-teaser-remastered__media__extral{width:100%;height:100%;position:absolute;left:0;top:0;z-index:-1;display:block}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media:hover .cmp-teaser-remastered__media__origin,.cmp-teaser-remastered.media-video.play-hover .cmp-teaser-remastered__media:hover .cmp-teaser-remastered__media__origin{opacity:0}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media__extral__video{display:none}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media__extral__img,.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media__extral__img picture{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:100%}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media__extral__img picture{z-index:4;-webkit-transition:all .3s;transition:all .3s;opacity:0;width:100%}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media__extral__img picture img{width:auto;height:auto;max-width:100%;max-height:100%}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media:hover .cmp-teaser-remastered__media__extral__img picture{opacity:1}.cmp-teaser-remastered.media-video.play-hover .cmp-teaser-remastered__media__extral{border:none;z-index:0}.cmp-teaser-remastered.media-video.play-hover .cmp-teaser-remastered__media__extral__img,.cmp-teaser-remastered.media-video.play-hover .cmp-teaser-remastered__media__extral__video{display:none}.cmp-teaser-remastered.media-video.play-hover .cmp-teaser-remastered__media:hover .cmp-teaser-remastered__media__extral__video{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.cmp-teaser-remastered.media-video.play-popup .cmp-teaser-remastered__cover{display:block}@media screen and (max-width:767px){.cmp-teaser-remastered.media-video.play-hover .cmp-teaser-remastered__cover,.cmp-teaser-remastered.media-video.play-hover.play .cmp-teaser-remastered__media__extral__video{display:block}}@media screen and (max-width:767px){.cmp-teaser-remastered.media-hover-enlarge .cmp-teaser-remastered__media__origin:hover img{-webkit-transform:none;transform:none}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media:hover .cmp-teaser-remastered__media__origin{opacity:1}.cmp-teaser-remastered.media-hover-image .cmp-teaser-remastered__media:hover .cmp-teaser-remastered__media__extral{display:none}}.cmp-teaser-remastered.media-video.play-auto.play .cmp-teaser-remastered__cover--black{display:none}@media screen and (min-width:1201px){.cmp-teaser-remastered.media-video.play-auto.play .cmp-teaser-remastered__media:hover .cmp-teaser-remastered__cover--black{display:block}}.cmp-teaser-remastered.media-video.play-auto.play .cmp-teaser-remastered__media__origin{opacity:0}.cmp-teaser-remastered.media-video.play-auto.play .cmp-teaser-remastered__media__extral{width:100%;height:100%;position:absolute;left:0;top:0;display:block}.teaser.text-first .cmp-teaser-remastered{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media screen and (max-width:767px){.teaser.text-first .cmp-teaser-remastered{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.teaser.text-first .cmp-teaser-remastered__content{padding:3.47222vw 6.59722vw 3.47222vw 5.20833vw}@media screen and (max-width:767px){.teaser.text-first .cmp-teaser-remastered__content{padding:10.66667vw 5.33333vw}}.video-btn{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;height:5.55556vw;width:5.55556vw;cursor:pointer!important;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.video-btn__play{background-color:#ad8d50;border-radius:50%;background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NCA1MCI+PHBhdGggY2xhc3M9InN0MCIgZD0iTTIgNDguMzdsNDEuNDQtMjMuNjhMMiAxeiIvPjwvc3ZnPg==);background-size:2.43056vw}.video-btn__enlarge,.video-btn__play{background-repeat:no-repeat;background-position:50%}.video-btn__enlarge{background-image:url(data:image/png;base64,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);background-size:1.94444vw}@media screen and (max-width:767px){.video-btn{height:21.33333vw;width:21.33333vw}.video-btn__enlarge,.video-btn__play{background-size:9.33333vw}}@media screen and (max-width:767px){.pl-teaser.pl-container{width:100%!important}}.pl-teaser{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media screen and (max-width:767px){.pl-teaser{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.pl-teaser .text-container{width:50%;padding:3.47222vw 5.20833vw 3.47222vw 6.64062vw;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}@media screen and (max-width:767px){.pl-teaser .text-container{padding:10.66667vw 5.33333vw!important;width:100vw;height:auto}}@media screen and (min-width:768px) and (max-width:1024px){.pl-teaser .text-container{padding:4.88281vw 9.76562vw 4.88281vw 2.44141vw}}.pl-teaser .text-container .model{color:#ad8d50;font-weight:700}.pl-teaser .text-container .title{font-size:4.16667vw;margin-top:.69444vw;font-weight:700;line-height:4.30556vw}@media screen and (max-width:767px){.pl-teaser .text-container .title{font-size:9.6vw;margin-top:1.33333vw;line-height:10.13333vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-teaser .text-container .title{font-size:5.85938vw;margin-top:.97656vw;line-height:6.05469vw}}.pl-teaser .text-container .info{margin-top:1.04167vw;line-height:1.52778vw}@media screen and (max-width:767px){.pl-teaser .text-container .info{margin-top:2.66667vw;line-height:5.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-teaser .text-container .info{line-height:2.14844vw;margin-top:1.46484vw}}.pl-teaser .text-container .btn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:1.38889vw 1.04167vw 1.38889vw 0;margin-top:1.73611vw;text-decoration:none;font-weight:700;outline:none}@media screen and (max-width:767px){.pl-teaser .text-container .btn{padding:4vw 2.66667vw 4vw 0;margin-top:5.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-teaser .text-container .btn{padding:1.95312vw 1.46484vw 1.95312vw 0;margin-top:2.44141vw}}.pl-teaser .text-container .btn:hover .arrow-icon{background-color:#ad8d50!important}.pl-teaser .text-container .arrow-icon{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border:2px solid #ad8d50;border-radius:2.08333vw;padding:.48611vw;margin-right:.69444vw;-webkit-transition:all 125ms ease-in-out;transition:all 125ms ease-in-out}@media screen and (max-width:767px){.pl-teaser .text-container .arrow-icon{border-radius:8vw;padding:1.86667vw;margin-right:2.66667vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-teaser .text-container .arrow-icon{border-radius:2.92969vw;padding:.68359vw;margin-right:.97656vw}}.pl-teaser .text-container .arrow-icon svg{height:.97222vw;width:.97222vw}@media screen and (max-width:767px){.pl-teaser .text-container .arrow-icon svg{height:3.73333vw;width:3.73333vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-teaser .text-container .arrow-icon svg{height:1.36719vw;width:1.36719vw}}.pl-teaser .img-container{width:50%;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;overflow:hidden}@media screen and (max-width:767px){.pl-teaser .img-container{width:100vw;height:auto;min-height:53.33333vw}}.pl-teaser .img-container picture{height:100%}.pl-teaser .img-container .img{width:100%;height:100%;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;object-fit:cover}@media screen and (max-width:767px){.pl-teaser .img-container .img{width:100%;height:auto}}.pl-teaser .img-container .video-play-btn{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;height:5.55556vw;width:5.55556vw;cursor:pointer;background:#ad8d50;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border-radius:3.47222vw}@media screen and (max-width:767px){.pl-teaser .img-container .video-play-btn{border-radius:13.33333vw;height:21.33333vw;width:21.33333vw}}.pl-teaser .img-container .video-play-btn svg{height:2.43056vw;width:2.43056vw;fill:#fff;margin-left:.34722vw}@media screen and (max-width:767px){.pl-teaser .img-container .video-play-btn svg{height:9.33333vw;width:9.33333vw;margin-left:1.33333vw}}.pl-teaser .video-container{width:100%;height:100%;overflow:hidden}@media screen and (max-width:767px){.pl-teaser .video-container{width:100%;height:auto}}.pl-teaser .video-container video{width:100%;height:100%;background-color:#000;display:block}@media screen and (max-width:767px){.pl-teaser .video-container video{width:100%;height:auto}}.pl-teaser .video-container img{display:none;width:100%;height:100%}@media screen and (max-width:767px){.pl-teaser .video-container img{width:100%;height:auto}}.pl-teaser .video-container iframe{width:100%;height:100%;background-color:#000;display:block}@media screen and (max-width:767px){.pl-teaser .video-container iframe{width:100%;height:auto}}.pl-teaser .video-container .vimeo-video-player{width:100%;height:100%;background-color:#000}@media screen and (max-width:767px){.pl-teaser .video-container .vimeo-video-player{width:100%;height:auto}}.pl-teaser.black-bg{color:#fff}.pl-teaser.black-bg .text-container{background-color:#1a1a1a}.pl-teaser.black-bg .arrow-icon svg{fill:#fff}.pl-teaser.black-bg a{color:#fff}.pl-teaser.white-bg{color:#1a1a1a}.pl-teaser.white-bg .text-container{background-color:#fff}.pl-teaser.white-bg .arrow-icon svg{fill:#1a1a1a}.pl-teaser.white-bg a{color:#1a1a1a}.pl-teaser.img-left{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media screen and (max-width:767px){.pl-teaser.img-left{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.pl-teaser.img-left .text-container{padding:3.47222vw 6.64062vw 3.47222vw 5.20833vw}@media screen and (min-width:768px) and (max-width:1024px){.pl-teaser.img-left .text-container{padding:3.47222vw 2.44141vw 3.47222vw 9.76562vw}}.pl-video{padding-top:3.47222vw;padding-bottom:3.47222vw}@media screen and (max-width:767px){.pl-video{padding-top:6.66667vw;padding-bottom:6.66667vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-video{padding-top:4.88281vw;padding-bottom:4.88281vw}}.pl-video h2{padding:0 0 3.47222vw;text-align:center;color:#000;font-size:3.33333vw;line-height:3.47222vw;font-weight:700}@media screen and (max-width:767px){.pl-video h2{padding:0 0 8vw;font-size:6.4vw;line-height:6.93333vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-video h2{padding:0 0 4.88281vw;font-size:4.6875vw;line-height:4.88281vw}}.pl-video .video-media{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:767px){.pl-video .video-media{max-width:288vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-video .video-media{max-width:105.46875vw}}.pl-video .video-media .video-modal-trigger{height:6.25vw;width:6.25vw;position:absolute;top:0;bottom:0;cursor:pointer;background:#ad8d50;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-weight:400;border-radius:3.47222vw;margin:auto;-webkit-transition:all 125ms ease-in-out;transition:all 125ms ease-in-out;z-index:1}@media screen and (max-width:767px){.pl-video .video-media .video-modal-trigger{height:18.66667vw;width:18.66667vw;border-radius:13.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-video .video-media .video-modal-trigger{height:8.78906vw;width:8.78906vw;border-radius:4.88281vw}}.pl-video .video-media .video-modal-trigger svg{height:2.43056vw;width:2.43056vw;fill:#fff;overflow:hidden;margin-left:.34722vw;cursor:pointer}@media screen and (max-width:767px){.pl-video .video-media .video-modal-trigger svg{height:8vw;width:9.33333vw;margin-left:1.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.pl-video .video-media .video-modal-trigger svg{height:3.41797vw;width:3.41797vw;margin-left:.48828vw}}.pl-video .video-media picture{width:100%;height:100%}.pl-video .video-media picture img{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;object-fit:cover;vertical-align:middle;width:100%}.hide{display:none!important}.video-bg{position:fixed;width:100%;height:100%;top:0;left:0;right:0;background-color:rgba(0,0,0,.5);z-index:1000}.video-in{-webkit-transform:translateY(50%);transform:translateY(75%);-webkit-transition:all .3s ease;transition:all .3s ease}@media screen and (max-width:767px){.video-in{-webkit-transform:translateY(33%);transform:translateY(33%)}}@media screen and (min-width:768px) and (max-width:1024px){.video-in{-webkit-transform:translateY(95%);transform:translateY(95%)}}.video-out{-webkit-transform:translateY(50%);transform:translateY(0);-webkit-transition:all .3s ease;transition:all .3s ease}.pl-video.black-bg{background-color:#000}.pl-video.black-bg h2{color:#fff}.pl-video.white-bg{background-color:#fff}.pl-video.white-bg h2{color:#000}.video-popup{position:relative!important;background-color:#000!important}.blocker{z-index:1000!important;padding:unset!important;display:inline-block!important;-webkit-box-align:center!important;-webkit-align-items:center!important;-ms-flex-align:center!important;align-items:center!important;-webkit-box-pack:center!important;-webkit-justify-content:center!important;-ms-flex-pack:center!important;justify-content:center!important;overflow:hidden!important}.vimeo-video-popup{width:62.5vw!important;height:35.13889vw!important;padding:0!important;background:unset!important;top:-24.30556vw;margin:0 auto}@media screen and (max-width:767px){.vimeo-video-popup{top:-45.33333vw!important;width:94%!important;margin:2.66667vw!important;height:136vw!important}}@media screen and (min-width:768px) and (max-width:1024px){.vimeo-video-popup{width:87.89062vw!important;height:49.41406vw!important;top:-43.94531vw!important}}.vimeo-video-popup iframe{background-color:#000;width:100%!important;height:35.13889vw!important}@media screen and (max-width:767px){.vimeo-video-popup iframe{width:100%!important;height:136vw!important}}@media screen and (min-width:768px) and (max-width:1024px){.vimeo-video-popup iframe{width:87.89062vw!important;height:49.41406vw!important}}.vimeo-video-popup .player{max-width:unset!important;height:unset!important}@media screen and (max-width:767px){.vimeo-video-popup .player{max-width:100%!important;width:100%!important;height:100%!important}}@media screen and (min-width:768px) and (max-width:1024px){.vimeo-video-popup .player{width:87.89062vw!important;height:49.41406vw!important}}.asset-video-popup{width:62.5vw!important;height:35.13889vw!important;padding:0!important;margin:0 auto;top:-24.30556vw}@media screen and (max-width:767px){.asset-video-popup{top:-45.33333vw!important;width:94%!important;margin:2.66667vw!important;height:136vw!important}}@media screen and (min-width:768px) and (max-width:1024px){.asset-video-popup{width:87.89062vw!important;height:49.41406vw!important;top:-43.94531vw!important}}.asset-video-popup iframe,.asset-video-popup video{width:100%!important;height:100%!important;display:block!important}@media screen and (max-width:767px){.asset-video-popup video{object-fit:contain!important}}.youtube-video-popup{top:-24.30556vw;background:unset!important;padding:unset!important;width:62.5vw!important;height:35.13889vw;margin:0 auto;box-shadow:unset!important}@media screen and (max-width:767px){.youtube-video-popup{top:-45.33333vw!important;width:94%!important;margin:2.66667vw!important;height:136vw!important}}@media screen and (min-width:768px) and (max-width:1024px){.youtube-video-popup{width:87.89062vw!important;height:49.41406vw!important;top:-43.94531vw!important}}.modal{max-width:unset!important}.where-to-buy .where-to-buy-button{width:100%;padding:1.04167vw;min-width:8.68056vw;color:#fff;cursor:pointer;display:inline-block;box-sizing:border-box;text-align:center;font-weight:700}.where-to-buy .where-to-buy-button:hover{background:#806a3f!important;color:#fff!important}@media screen and (max-width:767px){.where-to-buy .where-to-buy-button{padding:4vw;min-width:33.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.where-to-buy .where-to-buy-button{padding:1.46484vw;min-width:12.20703vw}}.where-to-buy .where-to-buy-button.disable{background:#ccc!important;color:rgba(0,0,0,.33)!important}.where-to-buy .dialog-container{overflow:auto;position:fixed;z-index:1300;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.where-to-buy .dialog-container .modal-content{width:41.66667vw;margin:2.08333vw auto;background:#fff;color:#1a1a1a;-webkit-transform:translateY(-25%);transform:translateY(-25%);-webkit-transition:-webkit-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;padding:3.47222vw 3.47222vw 2.08333vw;box-shadow:0 5px 15px rgba(0,0,0,.5);position:relative}@media screen and (max-width:767px){.where-to-buy .dialog-container .modal-content{width:auto;margin:2.66667vw;padding:13.33333vw 13.33333vw 8vw}}@media screen and (min-width:768px) and (max-width:1024px){.where-to-buy .dialog-container .modal-content{width:58.59375vw;margin:2.92969vw auto;padding:4.88281vw 4.88281vw 2.92969vw}}.where-to-buy .dialog-container .modal-content .close-btn-container{position:absolute;top:1.38889vw;right:1.73611vw;height:2.77778vw;width:2.77778vw;z-index:999}@media screen and (max-width:767px){.where-to-buy .dialog-container .modal-content .close-btn-container{top:5.33333vw;right:6.66667vw;height:10.66667vw;width:10.66667vw}}@media screen and (min-width:768px) and (max-width:1024px){.where-to-buy .dialog-container .modal-content .close-btn-container{height:3.90625vw;width:3.90625vw;top:1.95312vw;right:2.44141vw}}.where-to-buy .dialog-container .modal-content .close-btn-container .close-btn{height:100%;width:100%;cursor:pointer;-webkit-tap-highlight-color:rgba(255,255,255,0);position:relative;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.where-to-buy .dialog-container .modal-content .close-btn-container .close-btn span{height:2.08333vw;width:2px;display:block;background:#000;position:absolute;top:0;right:1.31944vw}@media screen and (max-width:767px){.where-to-buy .dialog-container .modal-content .close-btn-container .close-btn span{height:8vw;right:5.06667vw}}@media screen and (min-width:768px) and (max-width:1024px){.where-to-buy .dialog-container .modal-content .close-btn-container .close-btn span{height:2.92969vw;right:1.85547vw}}.where-to-buy .dialog-container .modal-content .close-btn-container .close-btn span:last-child{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.where-to-buy .dialog-container .modal-content h5{text-align:center;margin-bottom:3.47222vw;display:block;font-size:1.11111vw;line-height:1.38889vw;font-weight:700}@media screen and (max-width:767px){.where-to-buy .dialog-container .modal-content h5{font-size:3.73333vw;line-height:4.8vw;margin-bottom:13.33333vw}}@media screen and (min-width:768px) and (max-width:1024px){.where-to-buy .dialog-container .modal-content h5{font-size:1.5625vw;line-height:1.95312vw;margin-bottom:4.88281vw}}.where-to-buy .dialog-container .modal-content .logo-icon{margin:2.77778vw auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;text-decoration:none;border:1px solid #ccc;max-width:17.15278vw;padding:1.38889vw .69444vw;border-radius:5px;-webkit-transition:all 75ms ease-in-out;transition:all 75ms ease-in-out;font-weight:700;vertical-align:baseline}@media screen and (max-width:767px){.where-to-buy .dialog-container .modal-content .logo-icon{max-width:65.86667vw;padding:5.33333vw 2.66667vw;margin:10.66667vw auto}}@media screen and (min-width:768px) and (max-width:1024px){.where-to-buy .dialog-container .modal-content .logo-icon{max-width:24.12109vw;padding:1.95312vw .97656vw;margin:3.90625vw auto}}.where-to-buy .dialog-container .modal-content .logo-icon picture{height:100%}.where-to-buy .dialog-container .modal-content .logo-icon img{height:4.16667vw;margin:0 auto;display:block}@media screen and (max-width:767px){.where-to-buy .dialog-container .modal-content .logo-icon img{height:16vw}}@media screen and (min-width:768px) and (max-width:1024px){.where-to-buy .dialog-container .modal-content .logo-icon img{height:5.85938vw}}.where-to-buy .dialog-container .modal-content .logo-icon:hover{border:1px solid #ad8d50}.where-to-buy .where-to-buy-in .modal-content{-webkit-transform:translate(0);transform:translate(0)}</pre></body></html>