:root{--swiper-theme-color:#007aff}
:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}
.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}
.swiper-vertical>.swiper-wrapper{flex-direction:column}
.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}
.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}
.swiper-horizontal{touch-action:pan-y}
.swiper-vertical{touch-action:pan-x}
.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}
.swiper-slide-invisible-blank{visibility:hidden}
.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}
.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}
.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}
.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}
.swiper-3d .swiper-wrapper{transform-style:preserve-3d}
.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}
}
.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}
}
>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}
&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}
>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}
>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}
}
&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}
>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}
>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}
}
&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}
>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}
}
&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}
>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}
}
&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}
>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}
}
&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}
>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}
}
}
.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}
.swiper-slide-shadow{background:#00000026}
.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}
.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}
.swiper-slide-shadow-top{background-image:linear-gradient(0,#00000080,#0000)}
.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}
}
.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}
.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}
}
.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}
.swiper-lazy-preloader-black{--swiper-preloader-color:#000}
@keyframes swiper-preloader-spin{0{transform:rotate(0)}
to{transform:rotate(1turn)}
}
.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}
.swiper-virtual.swiper-css-mode{.swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}
}
.swiper-virtual.swiper-css-mode.swiper-horizontal{.swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}
}
.swiper-virtual.swiper-css-mode.swiper-vertical{.swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}
}
:root{--swiper-navigation-size:44px}
.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;position:absolute;width:var(--swiper-navigation-size);z-index:10;&.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}
&.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}
.swiper-navigation-disabled &{display:none !important}
svg{height:100%;object-fit:contain;transform-origin:center;width:100%;fill:currentColor;pointer-events:none}
}
.swiper-button-lock{display:none}
.swiper-button-next,.swiper-button-prev{margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}
.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto;.swiper-navigation-icon{transform:rotate(180deg)}
}
.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}
.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{margin-left:0;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}
&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}
&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}
&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon{transform:rotate(180deg)}
}
&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon{transform:rotate(0)}
}
}
.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}
.swiper-button-prev,~.swiper-button-prev{bottom:auto;top:var(--swiper-navigation-sides-offset,4px);.swiper-navigation-icon{transform:rotate(-90deg)}
}
.swiper-button-next,~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon{transform:rotate(90deg)}
}
}
.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10;&.swiper-pagination-hidden{opacity:0}
&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none !important}
}
.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}
.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;.swiper-pagination-bullet{position:relative;transform:scale(.33)}
.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}
.swiper-pagination-bullet-active-prev{transform:scale(.66)}
.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}
.swiper-pagination-bullet-active-next{transform:scale(.66)}
.swiper-pagination-bullet-active-next-next{transform:scale(.33)}
}
.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));button&{appearance:none;border:0;box-shadow:none;margin:0;padding:0}
.swiper-pagination-clickable &{cursor:pointer}
&:only-child{display:none !important}
}
.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}
.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}
&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}
}
}
.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}
&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}
}
}
.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}
.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}
.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}
.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}
&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}
&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}
}
.swiper-pagination-lock{display:none}
.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,#0000001a);border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;&.swiper-scrollbar-disabled,.swiper-scrollbar-disabled>&{display:none !important}
&.swiper-scrollbar-horizontal,.swiper-horizontal>&{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}
&.swiper-scrollbar-vertical,.swiper-vertical>&{height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:var(--swiper-scrollbar-left,auto);position:absolute;right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50}
}
.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,#00000080);border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}
.swiper-scrollbar-cursor-drag{cursor:move}
.swiper-scrollbar-lock{display:none}
.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%;>canvas,>img,>svg{max-height:100%;max-width:100%;object-fit:contain}
}
.swiper-slide-zoomed{cursor:move;touch-action:none}
.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}
.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}
.swiper-grid>.swiper-wrapper{flex-wrap:wrap}
.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}
.swiper-fade{&.swiper-free-mode{.swiper-slide{transition-timing-function:ease-out}
}
.swiper-slide{pointer-events:none;transition-property:opacity;.swiper-slide{pointer-events:none}
}
.swiper-slide-active{pointer-events:auto;& .swiper-slide-active{pointer-events:auto}
}
}
.swiper.swiper-cube{overflow:visible}
.swiper-cube{.swiper-slide{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1;.swiper-slide{pointer-events:none}
}
&.swiper-rtl .swiper-slide{transform-origin:100% 0}
.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}
}
.swiper-slide-active,.swiper-slide-next,.swiper-slide-prev{pointer-events:auto;visibility:visible}
.swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0;&:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}
}
}
.swiper-cube{.swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}
}
.swiper-cube{.swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-slide-shadow-cube.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}
}
.swiper.swiper-flip{overflow:visible}
.swiper-flip{.swiper-slide{backface-visibility:hidden;pointer-events:none;z-index:1;.swiper-slide{pointer-events:none}
}
.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}
}
}
.swiper-flip{.swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-slide-shadow-flip.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}
}
.swiper-creative{.swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}
}
.swiper.swiper-cards{overflow:visible}
.swiper-cards{.swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}
}
.product-feature-lr-layout-component{overflow:hidden;background-color:#f1f3f5}
.product-feature-lr-layout-component .hide,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRightInCard] .icon-group,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeftInCard] .icon-group{display:none}
.product-feature-lr-layout-component .transition,.product-feature-lr-layout-component .main-title,.product-feature-lr-layout-component .desc-content,.product-feature-lr-layout-component .icon-desc,.product-feature-lr-layout-component .icon,.product-feature-lr-layout-component .nav-btn{transition:all .3s}
.product-feature-lr-layout-component>.product-feature-lr-layout-wrapper{width:100%;transition:all .35s;position:relative;box-sizing:border-box;box-shadow:0 4px 4px rgba(0,0,0,0.01);padding-top:calc(var(--top-pc, 0) / 1920 * 100vw);padding-bottom:calc(var(--bottom-pc, 0) / 1920 * 100vw)}
.product-feature-lr-layout-component>.product-feature-lr-layout-wrapper.init-editor{height:57vw;background-image:url("../../../../../../content/dam/huawei-cbg-site/common/component/image/product-feature-left-right-layout-component.png");background-size:100.5%;background-position:center;background-repeat:no-repeat;outline:1px solid red}
@media screen and (max-width:991.98px){.product-feature-lr-layout-component>.product-feature-lr-layout-wrapper{padding-top:calc(var(--top-mob, 0) / 360 * 100vw);padding-bottom:calc(var(--bottom-mob, 0) / 360 * 100vw)}
}
.product-feature-lr-layout-component>.product-feature-lr-layout-wrapper.light-style{background-color:#fff}
.product-feature-lr-layout-component>.product-feature-lr-layout-wrapper.light-style .main-title{color:#000}
.product-feature-lr-layout-component>.product-feature-lr-layout-wrapper.light-style .desc-content{color:#1e2022}
.product-feature-lr-layout-component>.product-feature-lr-layout-wrapper.light-style .icon-desc{color:#7b7b7b}
.product-feature-lr-layout-component>.product-feature-lr-layout-wrapper.light-style .card-item{background-color:transparent}
.product-feature-lr-layout-component>.product-feature-lr-layout-wrapper.light-style .nav-btn{background-color:#7b7b7b}
.product-feature-lr-layout-component>.product-feature-lr-layout-wrapper.dark-style{background-color:#000}
.product-feature-lr-layout-component>.product-feature-lr-layout-wrapper.dark-style .main-title{color:#fff}
.product-feature-lr-layout-component>.product-feature-lr-layout-wrapper.dark-style .desc-content{color:#fff}
.product-feature-lr-layout-component>.product-feature-lr-layout-wrapper.dark-style .icon-desc{color:#7b7b7b}
.product-feature-lr-layout-component>.product-feature-lr-layout-wrapper.dark-style .card-item{background-color:transparent}
.product-feature-lr-layout-component>.product-feature-lr-layout-wrapper.dark-style .nav-btn{background-color:#313336}
.product-feature-lr-layout-component .product-feature-lr-layout-container{position:relative;opacity:0}
.product-feature-lr-layout-component .product-feature-lr-layout-container.no-opacity{opacity:1}
.product-feature-lr-layout-component .body-area{display:flex;justify-content:space-between;align-items:center;position:relative;overflow:hidden}
.product-feature-lr-layout-component .main-title{line-height:1.25;font-size:calc(var(--title-fontsize-pc) * 100vw / 1920);font-weight:bold;margin-bottom:1.563vw}
html[dir=rtl] .product-feature-lr-layout-component .main-title.is-enable-gradient{padding:0 4px 0 0}
.product-feature-lr-layout-component .desc-content{line-height:1.6;font-size:calc(var(--desc-fontsize-pc) * 100vw / 1920);margin-bottom:1.042vw}
.product-feature-lr-layout-component .desc-scope{pointer-events:none}
.product-feature-lr-layout-component [data-anchor]{pointer-events:all;cursor:pointer}
.product-feature-lr-layout-component .goto{font-size:.833vw;font-weight:bold;pointer-events:all}
.product-feature-lr-layout-component .goto a{cursor:pointer;display:inline-flex;flex-direction:row;align-items:center}
.product-feature-lr-layout-component .goto a svg{width:10px;height:10px;margin-left:4px}
html[dir=rtl] .product-feature-lr-layout-component .goto a svg{transform:rotate(180deg);margin-left:0;margin-right:4px}
.product-feature-lr-layout-component .icon-group{padding:0 .833vw .833vw;display:flex;flex-wrap:wrap}
.product-feature-lr-layout-component .icon-group .icon-item{width:5.729vw;margin-top:2.083vw;margin-right:3.646vw;display:flex;flex-direction:column;flex-direction:column;align-items:center}
html[dir=rtl] .product-feature-lr-layout-component .icon-group .icon-item{margin-left:3.646vw;margin-right:0}
.product-feature-lr-layout-component .icon-group .icon{overflow:hidden}
.product-feature-lr-layout-component .icon-group img{width:4.167vw;height:4.167vw}
.product-feature-lr-layout-component .icon-group .icon-desc{margin-top:1.042vw;font-size:1.042vw;line-height:1.667vw;text-align:center;max-width:100%}
.product-feature-lr-layout-component .icon-group.size-2,.product-feature-lr-layout-component .icon-group.size-4{max-width:22.5vw}
.product-feature-lr-layout-component .media-cards-pagination>li.swiper-pagination-bullet{display:inline-block;transition:all .3s;width:6px;height:6px;border-radius:50%;background-color:currentColor;opacity:.5;margin:0}
html:not([dir=rtl]) .product-feature-lr-layout-component .media-cards-pagination>li.swiper-pagination-bullet:not(:last-child){margin:0 6px 0 0}
html[dir=rtl] .product-feature-lr-layout-component .media-cards-pagination>li.swiper-pagination-bullet:not(:last-child){margin:0 0 0 6px}
@media screen and (max-width:991.98px){html:not([dir=rtl]) .product-feature-lr-layout-component .media-cards-pagination>li.swiper-pagination-bullet:not(:last-child){margin:0 8px 0 0}
html[dir=rtl] .product-feature-lr-layout-component .media-cards-pagination>li.swiper-pagination-bullet:not(:last-child){margin:0 0 0 8px}
}
.product-feature-lr-layout-component .media-cards-pagination>li.swiper-pagination-bullet.active{opacity:1;width:12px;border-radius:3px}
.product-feature-lr-layout-component .media-scope{flex:50% 0 0;overflow:hidden;position:relative}
.product-feature-lr-layout-component .media-scope .media-container{width:100%;overflow:hidden;position:relative}
.product-feature-lr-layout-component .media-scope .media-container>.media-cards{width:100%;align-items:center}
.product-feature-lr-layout-component .media-scope .media-container .card-item{width:100%;position:relative;display:flex;flex-direction:row;justify-content:center;align-items:center;font-size:0}
.product-feature-lr-layout-component .media-scope .media-container .card-item video{width:100%;height:auto}
.product-feature-lr-layout-component .media-scope .media-container .card-item picture{display:block;width:100%;height:auto}
.product-feature-lr-layout-component .media-scope .media-container .card-item img.cover.lazyloading,.product-feature-lr-layout-component .media-scope .media-container .card-item img.cover.lazyload{max-width:100%;height:auto;margin:auto}
.product-feature-lr-layout-component .media-scope .media-container .card-item img.cover.lazyloaded{width:100%;height:auto}
.product-feature-lr-layout-component .media-scope .media-container .card-item .media-tips{display:flex;align-items:center;flex-direction:row}
.product-feature-lr-layout-component .media-scope .media-cards-pagination{position:absolute;width:100%;bottom:1.042vw;z-index:10;display:flex;flex-direction:row;justify-content:center}
.product-feature-lr-layout-component .desc-scope{margin:0 5.208vw 0 8.333vw}
.product-feature-lr-layout-component .desc-scope.is-text-center .main-title,.product-feature-lr-layout-component .desc-scope.is-text-center .desc-content,.product-feature-lr-layout-component .desc-scope.is-text-center .goto{text-align:center}
.product-feature-lr-layout-component .nav-btn{cursor:pointer;width:2.604vw;height:2.604vw;position:absolute;z-index:11;border-radius:50%;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5LjA3IDE2LjE0Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjtmaWxsLXJ1bGU6ZXZlbm9kZDt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IuWbvuWxgl8yIiA+PGcgaWQ9IuWbvuWxgl8xLTIiID48ZyBpZD0i5bem5Y+z566t5aS0Ij48ZyBpZD0i57yW57uELTciPjxnIGlkPSLnvJbnu4QtNjkiPjxwYXRoIGlkPSLnn6nlvaIiIGNsYXNzPSJjbHMtMSIgZD0iTTEuNzEuMjksOC43OCw3LjM2YTEsMSwwLDAsMSwwLDEuNDJoMGExLDEsMCwwLDEtMS40MiwwTC4yOSwxLjcxQTEsMSwwLDAsMSwuMjkuMjloMEExLDEsMCwwLDEsMS43MS4yOVoiLz48cGF0aCBpZD0i55+p5b2iLTIiIGNsYXNzPSJjbHMtMSIgZD0iTS4yOSwxNC40NCw3LjM2LDcuMzZhMSwxLDAsMCwxLDEuNDIsMGgwYTEsMSwwLDAsMSwwLDEuNDJMMS43MSwxNS44NWExLDEsMCwwLDEtMS40MiwwaDBBMSwxLDAsMCwxLC4yOSwxNC40NFoiLz48L2c+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==) no-repeat 50%/50% 35%;opacity:.3;transition:opacity .5s}
.product-feature-lr-layout-component .nav-btn:hover{opacity:.5}
@media screen and (max-width:991.98px){.product-feature-lr-layout-component .nav-btn{display:none}
}
.product-feature-lr-layout-component .nav-btn.btn-prev{left:calc(50% + 2.083vw);transform:rotate(180deg)}
.product-feature-lr-layout-component .nav-btn.btn-next{right:2.083vw}
.product-feature-lr-layout-component .disclaimer{font-size:12px;line-height:1.6;text-align:right;width:20.833vw;float:right;margin:1.042vw 2.604vw 0;z-index:23}
@media screen and (min-width:1920px){.product-feature-lr-layout-component .disclaimer{font-size:.625vw}
}
html[dir=rtl] .product-feature-lr-layout-component .disclaimer{text-align:left}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeft] .body-area{flex-direction:row}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeft] .nav-btn{top:50%}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeft] .nav-btn.btn-prev{left:2.083vw;transform:translateY(-50%) rotate(180deg)}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeft] .nav-btn.btn-next{right:2.083vw;transform:translateY(-50%)}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeft] .media-scope{flex:50% 0 0}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeft] .desc-scope{margin:0 5.208vw 0 8.333vw}
@media screen and (min-width:991.99px){html[dir=rtl] .product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeft] .desc-scope{margin:0 8.333vw 0 5.208vw}
}
html[dir=rtl] .product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeft] .disclaimer{float:left}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRight] .body-area{flex-direction:row-reverse;justify-content:flex-end}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRight] .nav-btn{top:50%}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRight] .nav-btn.btn-prev{left:2.083vw;transform:translateY(-50%) rotate(180deg)}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRight] .nav-btn.btn-next{right:2.083vw;transform:translateY(-50%)}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRight] .desc-scope{margin:0 8.333vw 0 5.208vw}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRight] .disclaimer{margin:1.042vw 0 0}
html[dir=rtl] .product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRight] .disclaimer{float:left;margin:1.042vw 2.604vw 0 0}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeft] .media-tips,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRight] .media-tips{overflow:hidden;position:absolute;bottom:2.083vw;right:2.604vw;z-index:10;font-size:1.146vw;line-height:1.823vw;cursor:pointer}
.product-feature-lr-layout-component .product-feature-lr-layout-container .media-tips>span+picture{flex:0}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeft] .media-tips>span,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRight] .media-tips>span{padding:0 .833vw}
html[dir=rtl] .product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeft] .media-tips,html[dir=rtl] .product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRight] .media-tips{left:2.604vw;right:auto}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeft] .media-tips img.play-icon,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRight] .media-tips img.play-icon{width:2.344vw;height:2.344vw}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeftInCard] .desc-scope,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRightInCard] .desc-scope{transition:opacity .35s;opacity:0}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeftInCard] .desc-scope.show,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRightInCard] .desc-scope.show{opacity:1}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeftInCard] .desc-scope .desc-content,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRightInCard] .desc-scope .desc-content,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeftInCard] .desc-scope .goto,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRightInCard] .desc-scope .goto{transition:transform .3s;transform:translatey(24px);will-change:transform}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeftInCard] .desc-scope.show .desc-content,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRightInCard] .desc-scope.show .desc-content,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeftInCard] .desc-scope.show .goto,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRightInCard] .desc-scope.show .goto{transform:translatey(0)}
@media screen and (max-width:991.98px){.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeft] .body-area,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRight] .body-area{flex-direction:column;justify-content:center;align-items:stretch}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeft] .media-scope,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRight] .media-scope{width:100%;flex:none}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeft] .desc-scope,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRight] .desc-scope{margin:0 8.333vw 8.333vw}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeft] .main-title,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRight] .main-title{font-size:calc(var(--title-fontsize-mob) * 100vw / 720);font-weight:bold;margin-bottom:0}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeft] .desc-content,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRight] .desc-content{font-size:calc(var(--desc-fontsize-mob) * 100vw / 720);margin-top:4.167vw;margin-bottom:0}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeft] .goto,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRight] .goto{font-size:3.889vw;line-height:6.25vw;margin-top:2.778vw}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeft] .goto a svg,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRight] .goto a svg{width:2.778vw;height:2.778vw;margin-left:8px}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeft] .icon-group,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRight] .icon-group{padding:0;justify-content:center;margin:auto}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeft] .icon-group.size-2,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeft] .icon-group.size-4,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRight] .icon-group.size-2,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRight] .icon-group.size-4{max-width:56.667vw}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeft] .icon-group.size-5,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRight] .icon-group.size-5{justify-content:flex-start}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeft] .icon-group .icon-item,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRight] .icon-group .icon-item{width:22.222vw;margin:5.556vw 2.778vw 0}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeft] .icon-group .icon,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRight] .icon-group .icon{overflow:hidden}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeft] .icon-group img,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRight] .icon-group img{width:13.889vw;height:13.889vw}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeft] .icon-group .icon-desc,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRight] .icon-group .icon-desc{margin-top:2.778vw;font-size:3.333vw;line-height:5.278vw}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeft] .media-tips,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRight] .media-tips{bottom:5.556vw;right:5.556vw;font-size:4.444vw;line-height:5.556vw}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeft] .media-tips>span,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRight] .media-tips>span{padding:0 .833vw}
html[dir=rtl] .product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeft] .media-tips,html[dir=rtl] .product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRight] .media-tips{left:5.556vw;right:auto}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeft] .media-tips img.play-icon,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRight] .media-tips img.play-icon{width:8.333vw;height:8.333vw}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeft] .media-cards-pagination,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRight] .media-cards-pagination{bottom:2.778vw}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeft] .media-cards-pagination>li.swiper-pagination-bullet,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRight] .media-cards-pagination>li.swiper-pagination-bullet{width:8px;height:8px}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeft] .media-cards-pagination>li.swiper-pagination-bullet.active,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRight] .media-cards-pagination>li.swiper-pagination-bullet.active{width:16px;border-radius:4px}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeft] .disclaimer,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRight] .disclaimer{width:55.556vw;font-size:2.778vw;margin:2.778vw 4.167vw 0 0;float:right}
html[dir=rtl] .product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeft] .disclaimer,html[dir=rtl] .product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRight] .disclaimer{float:left;margin:2.778vw 0 0 4.167vw}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeft].has-copyright-text .disclaimer,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRight].has-copyright-text .disclaimer{margin:2.778vw 4.167vw 0 0}
html[dir=rtl] .product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeft].has-copyright-text .disclaimer,html[dir=rtl] .product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRight].has-copyright-text .disclaimer{margin:2.778vw 0 0 4.167vw}
}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeftInCard] .desc-scope{max-width:31.25vw;position:absolute;margin:0 8.333vw;z-index:15}
html[dir=rtl] .product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeftInCard] .desc-scope{right:0;left:auto}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeftInCard] .desc-scope.hide-intr{z-index:-1;opacity:0}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeftInCard] .media-scope{flex:100% 0 0}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeftInCard] .media-scope .media-tips{bottom:4.167vw}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeftInCard] .nav-btn.btn-prev{left:2.604vw}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeftInCard] .nav-btn.btn-next{right:2.604vw}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRightInCard] .desc-scope{max-width:31.25vw;position:absolute;z-index:11;right:0;margin:0 8.333vw}
html[dir=rtl] .product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRightInCard] .desc-scope{right:auto;left:0}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRightInCard] .desc-scope.hide-intr{z-index:-1;opacity:0}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRightInCard] .media-scope{flex:100% 0 0}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRightInCard] .media-scope .media-tips{bottom:4.167vw}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRightInCard] .nav-btn.btn-prev{left:2.604vw}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRightInCard] .nav-btn.btn-next{right:2.604vw}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRightInCard] .media-tips{right:4.167vw}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeftInCard] .media-desc-wrapper,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRightInCard] .media-desc-wrapper{width:calc(100% - 4.167vw);position:absolute;bottom:1.563vw;right:2.083vw;text-align:right;display:flex;flex-direction:column;align-items:flex-end}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeftInCard] .media-tips,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRightInCard] .media-tips{cursor:pointer;z-index:10;font-size:1.146vw;line-height:1.823vw;margin-right:2.083vw;margin-bottom:1.771vw}
html[dir=rtl] .product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeftInCard] .media-tips,html[dir=rtl] .product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRightInCard] .media-tips{text-align:left;margin-right:0;margin-left:2.083vw}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeftInCard] .media-tips>span,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRightInCard] .media-tips>span{padding:0 .833vw}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeftInCard] .media-tips img.play-icon,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRightInCard] .media-tips img.play-icon{width:2.344vw;height:2.344vw}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeftInCard] .disclaimer,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRightInCard] .disclaimer{margin:0}
@media screen and (min-width:991.99px){.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeftInCard] .disclaimer,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRightInCard] .disclaimer{max-width:20.833vw}
.product-feature-lr-layout-component .disclaimer.disc-pc-hide{display:none}
}
@media screen and (max-width:991.98px){.product-feature-lr-layout-component .disclaimer.disc-mob-hide{display:none}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeftInCard] .desc-scope,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRightInCard] .desc-scope{margin:0 8.333vw;max-width:calc(100% - 16.667vw);bottom:30.556vw;left:0;right:auto}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeftInCard] .desc-scope.has-no-bt-content,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRightInCard] .desc-scope.has-no-bt-content{bottom:22.222vw}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeftInCard] .main-title,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRightInCard] .main-title{font-size:calc(var(--title-fontsize-mob) * 100vw / 720);font-weight:bold;margin-bottom:0}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeftInCard] .desc-content,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRightInCard] .desc-content{margin-top:4.167vw;font-size:calc(var(--desc-fontsize-mob) * 100vw / 720);margin-bottom:0}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeftInCard] .goto,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRightInCard] .goto{font-size:3.889vw;line-height:6.25vw;margin-top:2.778vw}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeftInCard] .goto a svg,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRightInCard] .goto a svg{width:2.778vw;height:2.778vw;margin-left:8px}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeftInCard] .media-desc-wrapper,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRightInCard] .media-desc-wrapper{width:calc(100% - 11.111vw);bottom:8.889vw;right:5.556vw}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeftInCard] .media-tips,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRightInCard] .media-tips{font-size:4.444vw;line-height:5.556vw;margin-right:5.556vw;margin-bottom:4.167vw}
html[dir=rtl] .product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeftInCard] .media-tips,html[dir=rtl] .product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRightInCard] .media-tips{text-align:left;margin-right:0;margin-left:5.556vw}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeftInCard] .media-tips>span,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRightInCard] .media-tips>span{padding:0 2.222vw}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeftInCard] .media-tips img.play-icon,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRightInCard] .media-tips img.play-icon{width:8.333vw;height:8.333vw}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeftInCard] .media-cards-pagination,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRightInCard] .media-cards-pagination{bottom:2.778vw}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeftInCard] .media-cards-pagination>li.swiper-pagination-bullet,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRightInCard] .media-cards-pagination>li.swiper-pagination-bullet{width:8px;height:8px}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeftInCard] .media-cards-pagination>li.swiper-pagination-bullet.active,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRightInCard] .media-cards-pagination>li.swiper-pagination-bullet.active{width:16px;border-radius:4px}
.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtLeftInCard] .disclaimer,.product-feature-lr-layout-component .product-feature-lr-layout-container[data-layout=infoAreaAtRightInCard] .disclaimer{width:69.444vw;font-size:2.778vw;bottom:20vw;margin-top:0;margin-bottom:0;right:5.556vw;z-index:20}
}