@charset "UTF-8";
/*** Global ***/
.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

html {
  font-size: 15px; }

body {
  font-size: 1em;
  line-height: 1.33333;
  margin-bottom: 0em; }

.inline__block {
  display: inline-block; }

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0); }
  20% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1) translate3d(-50%, 0, 0);
    transform: scale3d(1.1, 1.1, 1.1) translate3d(-50%, 0, 0); }
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.9, 0.9, 0.9) translate3d(-50%, 0, 0);
    transform: scale3d(0.9, 0.9, 0.9) translate3d(-50%, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03) translate3d(-50%, 0, 0);
    transform: scale3d(1.03, 1.03, 1.03) translate3d(-50%, 0, 0); }
  80% {
    opacity: 1;
    -webkit-transform: scale3d(0.97, 0.97, 0.97) translate3d(-50%, 0, 0);
    transform: scale3d(0.97, 0.97, 0.97) translate3d(-50%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0); } }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0); }
  20% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1) translate3d(-50%, 0, 0);
    transform: scale3d(1.1, 1.1, 1.1) translate3d(-50%, 0, 0); }
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.9, 0.9, 0.9) translate3d(-50%, 0, 0);
    transform: scale3d(0.9, 0.9, 0.9) translate3d(-50%, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03) translate3d(-50%, 0, 0);
    transform: scale3d(1.03, 1.03, 1.03) translate3d(-50%, 0, 0); }
  80% {
    opacity: 1;
    -webkit-transform: scale3d(0.97, 0.97, 0.97) translate3d(-50%, 0, 0);
    transform: scale3d(0.97, 0.97, 0.97) translate3d(-50%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0); } }

.sprite {
  background-repeat: no-repeat;
  display: block; }

.sprite-arrow_l {
  width: 65px;
  height: 130px;
  background-position: -5px -5px; }

.sprite-arrow_l_black {
  width: 49px;
  height: 96px;
  background-position: -80px -5px; }

.sprite-arrow_r {
  width: 65px;
  height: 130px;
  background-position: -139px -5px; }

.sprite-arrow_r_black {
  width: 49px;
  height: 96px;
  background-position: -214px -5px; }

.sprite-black {
  width: 41px;
  height: 41px;
  background-position: -80px -111px; }

.sprite-gray {
  width: 41px;
  height: 41px;
  background-position: -214px -111px; }

.sprite-green {
  width: 44px;
  height: 44px;
  background-position: -5px -162px; }

.sprite-pink {
  width: 45px;
  height: 44px;
  background-position: -59px -162px; }

.sprite-white {
  width: 45px;
  height: 44px;
  background-position: -114px -162px; }

.wd__section .large__text-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }
  .wd__section .large__text-center .content__comment,
  .wd__section .large__text-center .content__info,
  .wd__section .large__text-center .content__link,
  .wd__section .large__text-center .content__slogan,
  .wd__section .large__text-center .content__title {
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
  .wd__section .large__text-center .content__slogan:after {
    margin-left: auto;
    margin-right: auto; }

.wd__section .large__text-left.wd__content {
  text-align: left; }
  .wd__section .large__text-left.wd__content .content__comment,
  .wd__section .large__text-left.wd__content .content__info,
  .wd__section .large__text-left.wd__content .content__link,
  .wd__section .large__text-left.wd__content .content__slogan,
  .wd__section .large__text-left.wd__content .content__title {
    text-align: left;
    margin-left: 0; }
  .wd__section .large__text-left.wd__content .content__slogan:after {
    left: 0;
    margin-left: 0px; }

.wd__section .large__text-left.wd__feature__list {
  text-align: left; }
  .wd__section .large__text-left.wd__feature__list .wd__feature {
    margin-left: 0;
    margin-right: 50px; }

.wd__section .large__text-right.wd__content {
  text-align: right; }
  .wd__section .large__text-right.wd__content .content__slogan:after {
    right: 0;
    margin-right: 0px; }

.wd__section .large__text-right.wd__feature__list {
  text-align: right; }
  .wd__section .large__text-right.wd__feature__list .wd__feature {
    margin-left: 50px;
    margin-right: 0; }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .wd__section .medium__text-left.wd__content {
    text-align: left; }
  .wd__section .medium__text-left.wd__feature__list {
    text-align: left; }
    .wd__section .medium__text-left.wd__feature__list .wd__feature {
      margin-left: 0;
      margin-right: 50px; }
  .wd__section .medium__text-left.wd__content {
    left: 0; }
    .wd__section .medium__text-left.wd__content .content__comment,
    .wd__section .medium__text-left.wd__content .content__info,
    .wd__section .medium__text-left.wd__content .content__link,
    .wd__section .medium__text-left.wd__content .content__slogan,
    .wd__section .medium__text-left.wd__content .content__title {
      text-align: left;
      margin-left: 0; }
    .wd__section .medium__text-left.wd__content .content__slogan:after {
      margin-left: 0px; }
  .wd__section .medium__text-center.wd__content {
    text-align: center; }
  .wd__section .medium__text-center.wd__feature__list {
    text-align: center; }
    .wd__section .medium__text-center.wd__feature__list .wd__feature {
      margin-left: 30px;
      margin-right: 30px; }
      .wd__section .medium__text-center.wd__feature__list .wd__feature .wd__feature__describe__top, .wd__section .medium__text-center.wd__feature__list .wd__feature .wd__feature__data, .wd__section .medium__text-center.wd__feature__list .wd__feature .wd__feature__describe {
        text-align: center; }
  .wd__section .medium__text-center.wd__content {
    left: 0;
    margin-left: auto;
    margin-right: auto; }
    .wd__section .medium__text-center.wd__content .content__comment,
    .wd__section .medium__text-center.wd__content .content__info,
    .wd__section .medium__text-center.wd__content .content__link,
    .wd__section .medium__text-center.wd__content .content__slogan,
    .wd__section .medium__text-center.wd__content .content__title {
      text-align: center;
      margin-left: auto;
      margin-right: auto; }
    .wd__section .medium__text-center.wd__content .content__slogan:after {
      margin-left: auto;
      margin-right: auto; } }

@media all and (max-width: 720px) {
  .wd__section .small__text-left.wd__content {
    text-align: left; }
  .wd__section .small__text-left.wd__feature__list {
    text-align: left; }
    .wd__section .small__text-left.wd__feature__list .wd__feature__list .wd__feature {
      margin-left: 0;
      margin-right: 20px; }
  .wd__section .small__text-left.wd__content {
    left: 0; }
    .wd__section .small__text-left.wd__content .content__comment,
    .wd__section .small__text-left.wd__content .content__info,
    .wd__section .small__text-left.wd__content .content__link,
    .wd__section .small__text-left.wd__content .content__slogan,
    .wd__section .small__text-left.wd__content .content__title {
      text-align: left;
      margin-left: 0; }
    .wd__section .small__text-left.wd__content .content__slogan:after {
      margin-left: 0; }
  .wd__section .small__text-center {
    text-align: center; }
    .wd__section .small__text-center.wd__content {
      text-align: center; }
    .wd__section .small__text-center.wd__feature__list {
      text-align: center; }
      .wd__section .small__text-center.wd__feature__list .wd__feature {
        margin-left: 14px;
        margin-right: 14px; }
    .wd__section .small__text-center.wd__content {
      left: 0;
      margin-left: auto;
      margin-right: auto; }
      .wd__section .small__text-center.wd__content .content__comment,
      .wd__section .small__text-center.wd__content .content__info,
      .wd__section .small__text-center.wd__content .content__link,
      .wd__section .small__text-center.wd__content .content__slogan,
      .wd__section .small__text-center.wd__content .content__title {
        text-align: center;
        margin-left: auto;
        margin-right: auto; }
      .wd__section .small__text-center.wd__content .content__slogan:after {
        margin-left: auto;
        margin-right: auto; } }

.wd__section .section_content.text-white .wd__content .content__comment,
.wd__section .section_content.text-white .wd__content .content__info,
.wd__section .section_content.text-white .wd__content .content__title {
  color: #fff; }

.wd__section .section_content.text-white .wd__feature__list .wd__feature .wd__feature__describe span,
.wd__section .section_content.text-white .wd__feature__list .wd__feature .wd__feature__describe__top,
.wd__section .section_content.text-white .wd__feature__list .wd__feature .wd__feature__describe__top span .wd__feature__describe {
  color: #fff; }

.wd__section .section_content .wd__content.theme-dark .content__comment {
  color: #999; }

.wd__section .section_content .wd__content.theme-dark .content__info,
.wd__section .section_content .wd__content.theme-dark .content__title {
  color: #fff; }

.wd__section .section_content .wd__content.theme-dark .wd__feature__list .wd__feature .wd__feature__describe, .wd__section .section_content .wd__content.theme-dark .wd__feature__list .wd__feature .wd__feature__describe span, .wd__section .section_content .wd__content.theme-dark .wd__feature__list .wd__feature .wd__feature__describe__top, .wd__section .section_content .wd__content.theme-dark .wd__feature__list .wd__feature .wd__feature__describe__top span {
  color: #fff; }

.wd__section .section_content .wd__feature__list.theme-dark .wd__feature .wd__feature__describe, .wd__section .section_content .wd__feature__list.theme-dark .wd__feature .wd__feature__describe span, .wd__section .section_content .wd__feature__list.theme-dark .wd__feature .wd__feature__describe__top, .wd__section .section_content .wd__feature__list.theme-dark .wd__feature .wd__feature__describe__top span {
  color: #fff; }

.play__icon:after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAADJklEQVRYw73YTWwWVRQG4KdD1RjTEmNjt0ZNtC4GXQiiTLAmklShdKFbomAYSQTqRjbu3IhuBBd2iPizM42Jjb9JF/7kolgIQWcBGuLCJVhi2iYSNRUXc1vqZ03nm6/1LGfuOee9d+697/tOlzYiK8qNeAwbcRduwXrM4DJ+xCl8GvL0VN26XTUa34jdOIh5fIwTOIdLIU9nsqJcj1sxgAzb0Y0jOB7y9EpjEFlR7oyFzuLVkKfftLFqm/EC7sNoyNOJtkBkRXkDjuIR7A15+kXd5svUGsQxfI4DIU9/XxFEVpS9mMCveDrk6WxTAC0138bNGGmt2dUy+Hp8hp+Qhzy92imAJbXXYQy3Yyjk6R8L75KWsa9jDvtWEwCEPJ3Hs5iNfRZjEURWlCMYxK6YsOoR6+7CYOyH+DniMTyv2gONN2HdyIryYbyDgZCnVxZWYje+/z8AxBX5Et9hD9c+x0EcbnM2R7Oi7O4Ay2EcgCQryk34q52LKMZ+TGZF2ddwNU5iPivKTQm24cOGsxnE6awoNzTM/wjbEjyg4oKmcRu+zoryiQa5J7A5UZHO+Q5AwE0Yz4rypawokzbyzuHuREXHFzsEQXXcX8REvKbrxCX0JehdDX5YEjvwbp2BsW9Pgtk2kNeJT/BUnYFZUfZgLlEpov5VaH4VL2M45OlMzZx+THerNuUALnQA4DfsCXn6Xpt59+CHBN9iSwcAfsaWBgDgIZxMMInhhgC+wv0hT882zB/GZBLydEp1fT/YZoExPBry9Jcm3aMGXRfydGqBgI7gEHbWLRLydF/D2S/EIZWOXWTRt7AhitI1j6gn7sXxRRDRF4yiiGd3LQH0qNT36IIfaRW6x9CHJ9dC4kWxO47LIU/3LjxvJZvnIog3sqJc0Z01ADCmcmr7l777B4gow7fjTry/Wtd5rDOOO/B4qwH6F+1GUhnCNM5kRbm1QwBbcSbWG1qOLFfyoiN4TeVFX4mSrG7zpV70+ZCnH/zX2Lqu/BmVGP5TJcmCinMuhjydizu+3zVXvgPXqe6fNzty5csAav0/0YdelauaVv2fOK2yklN1XdzfdfIarq20xZsAAAAASUVORK5CYII=");
  width: 24px;
  height: 24px; }

.icon__left__arrow {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFEAAACbCAYAAAAa/HfkAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0MDM3YTljNy1lZjkwLWQ4NGMtYTcwZC03OGM4NDg0NjAzYmQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDVGQjNDREY4MDYyMTFFNTg0QTFBRTczNzFDNDFDNTMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDVGQjNDREU4MDYyMTFFNTg0QTFBRTczNzFDNDFDNTMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZGNkZjRmNDItMzk0ZS1jNDRhLTg4ZTctNWY1M2Y5NjI4MTUwIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NDZhZjExODAtNjFhMy0xMWU1LTkzZGUtOTIwNmM2N2RmYjRiIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+lOkdwQAAAthJREFUeNrs3U1Ow0AMhuEWdZVzAregEj+XAHHObANdsKFhUcb2+LNfS9lEahaPMkkjjT8ft207UGN1BwGIIIJIgQgiiCBSIIIIIogUiN512ju5rmtnk5dlWc7cif+v5+/jieU8Bnj+zw9BHAQE0QAQxH3ATxDHAR9BHAfcQAwG7IhoDtgN0QWwE6IbYBdEV8AOiO6A1RFDACsjhgFWRQwFrIgYDlgNcQpgJcRpgFUQpwJWQJwOqI6YAlAZMQ2gKmIqQEXEdIBqiCkBlRDTAqogpgZUQEwPmB1RAjAzogxgVkQpwIyIcoDZECUBMyHKAmZBlAbMgCgPOBuxBOBMxDKAsxBLAc5ALAcYjVgSMBKxLGAUYmnACMTygN6ILQA9EdsAXurkcM2Xw3W7a1lAjzuxHaA1YktAS8S2gFaIrQEtENsDjiICOIgI4CAigIOIAA4iAjiICOAgIoCDiAAOIgI4iAigAeJx5xx4NyJe7sK3X+cevo/3P4BBBNL37Qyk0f9EII2+WIA0+nYG0gARSCNEII0QgTRCBNIIEUgjRCAPdjsgWkNa7sVpC2m9K6wlpMcmz3aQXjtlW0F67tluA+ndPXCBfK0OGdHHcq4OGdVRVRoysrevLGR0l+lfkB/KkDP6nfcg75UhZ3Xel4KcmQFRBnJ2GkkJyAy5OPKQWRKapCEzZYXJQmZLrZOEzJifKAeZNclTCjJzpqwMZPZ0YwlIhZzt9JAqie+pIZVmD6SFVJuCkRJScR5LOkjVyUCpIJVnVKWBVJ+WlgKywty+6ZBVJkhOhaw0y3QaZLWpulMgK853DoesOmk8FLLyzPswyMqIYZDVEUMgOyC6Q3ZBdIXshOgG2Q3RBbIjojnk6dC3fmL9n35BXurhlgsdt+06vWpd106YV7loy7IcWc7jS5tnYjQkiAaQJ+x2XzY31e6LhWI5gwgiiBSIIIIIIgQggggiBaJlfQkwAFslPR5pZL7CAAAAAElFTkSuQmCC"); }

.icon__right__arrow {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFIAAACbCAYAAADxy8znAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0MDM3YTljNy1lZjkwLWQ4NGMtYTcwZC03OGM4NDg0NjAzYmQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDVGQjNDRTM4MDYyMTFFNTg0QTFBRTczNzFDNDFDNTMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDVGQjNDRTI4MDYyMTFFNTg0QTFBRTczNzFDNDFDNTMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZGNkZjRmNDItMzk0ZS1jNDRhLTg4ZTctNWY1M2Y5NjI4MTUwIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NDZhZjExODAtNjFhMy0xMWU1LTkzZGUtOTIwNmM2N2RmYjRiIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+TCPT7wAAAshJREFUeNrs3MFKA0EQBNBEctrvVP/CgPErFL9zr+vm4CUHCaZ6prqqGoZAYC+PyQ7p6e7jtm2HxOPxFIJABjKQiUAGMpCBTAQykIFMBDKQjHF65OF1XS/7x9kVb1kW2I5829cl+xHz0w4m8B1pj4k8bKwxH4X8DiYG8jWYGMgtmLh3ZDCBh409JvLUtsZE/9e2xaxIWlhiVmV/7DAr02hWmNX5SBvMEYldC8xRGXJ5zJFXDdKYo+9sZDFnXH5JYs66RZTDnHkdK4U5+15bBpOhQEACk6XSoj0mU8lKa0y22p+2mIxFVC0xWavR2mEyl/W1wmSvj2yD2aHQtAVml4pdesxOpc/UmN1qyGkxOxbjU2J27Wqgw+zcHkKF2b3PhgZToWGJAlOl82s6plIL3VRMtV7EaZiKTZ1TMFW7Y4djKrcZD8VU79cehunQ+D4E02WCQDmm0yiGvzDfA4nBPD+K6TgcpATTdcoKHNN5XA0U033uDwwzA5RAmIEEYQYShBlIEGYgQZiBBGEGEoQZSBBmIO8HvY1jIO+PK9bnvl5uvv843AwgDSQAMZAgxECCEAMJQgwkCDGQIMRAghADCUJ0h4QhOkNCEV0h4YiOkCWIbpBliE6QpYgukOWIDpBDENUhhyEqQw5FVIUcjqgIOQVRDXIaohLkVEQVyOmICpAUiN0haRA7Q1IhdoWkQ+wISYnYDZIWsRMkNWIXSHrEDpAtENkh2yAyQ7ZCZIVsh8gI2RKRDbItIhNka0QWyPaIDJASiLMhZRBnQkohzoKUQ5wBKYk4GlIWcSSkNOIoSHnEEZAWiNc4FSN+7etZHbFyR1ohVkHaIVZAWiKiIW0RkZDWiChIe0QEZBBBkEH83VHbtv374XVdN2fEZVlKTm3LnYiGtEZEQdojIiCDiDhsErVJi0AmAhnIQCYCGchABjIRyEAG0jl+BBgCMDs+2El12r0AAAAASUVORK5CYII=");
  width: 24px;
  height: 24px; }

.border__radius-ie8 {
  behavior: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/css/css3-IE8-PIE.htc"); }

.col-1 {
  width: 1%; }

.col-pull-1 {
  margin-left: 1% !important; }

.col-2 {
  width: 2%; }

.col-pull-2 {
  margin-left: 2% !important; }

.col-3 {
  width: 3%; }

.col-pull-3 {
  margin-left: 3% !important; }

.col-4 {
  width: 4%; }

.col-pull-4 {
  margin-left: 4% !important; }

.col-5 {
  width: 5%; }

.col-pull-5 {
  margin-left: 5% !important; }

.col-6 {
  width: 6%; }

.col-pull-6 {
  margin-left: 6% !important; }

.col-7 {
  width: 7%; }

.col-pull-7 {
  margin-left: 7% !important; }

.col-8 {
  width: 8%; }

.col-pull-8 {
  margin-left: 8% !important; }

.col-9 {
  width: 9%; }

.col-pull-9 {
  margin-left: 9% !important; }

.col-10 {
  width: 10%; }

.col-pull-10 {
  margin-left: 10% !important; }

.col-11 {
  width: 11%; }

.col-pull-11 {
  margin-left: 11% !important; }

.col-12 {
  width: 12%; }

.col-pull-12 {
  margin-left: 12% !important; }

.col-13 {
  width: 13%; }

.col-pull-13 {
  margin-left: 13% !important; }

.col-14 {
  width: 14%; }

.col-pull-14 {
  margin-left: 14% !important; }

.col-15 {
  width: 15%; }

.col-pull-15 {
  margin-left: 15% !important; }

.col-16 {
  width: 16%; }

.col-pull-16 {
  margin-left: 16% !important; }

.col-17 {
  width: 17%; }

.col-pull-17 {
  margin-left: 17% !important; }

.col-18 {
  width: 18%; }

.col-pull-18 {
  margin-left: 18% !important; }

.col-19 {
  width: 19%; }

.col-pull-19 {
  margin-left: 19% !important; }

.col-20 {
  width: 20%; }

.col-pull-20 {
  margin-left: 20% !important; }

.col-21 {
  width: 21%; }

.col-pull-21 {
  margin-left: 21% !important; }

.col-22 {
  width: 22%; }

.col-pull-22 {
  margin-left: 22% !important; }

.col-23 {
  width: 23%; }

.col-pull-23 {
  margin-left: 23% !important; }

.col-24 {
  width: 24%; }

.col-pull-24 {
  margin-left: 24% !important; }

.col-25 {
  width: 25%; }

.col-pull-25 {
  margin-left: 25% !important; }

.col-26 {
  width: 26%; }

.col-pull-26 {
  margin-left: 26% !important; }

.col-27 {
  width: 27%; }

.col-pull-27 {
  margin-left: 27% !important; }

.col-28 {
  width: 28%; }

.col-pull-28 {
  margin-left: 28% !important; }

.col-29 {
  width: 29%; }

.col-pull-29 {
  margin-left: 29% !important; }

.col-30 {
  width: 30%; }

.col-pull-30 {
  margin-left: 30% !important; }

.col-31 {
  width: 31%; }

.col-pull-31 {
  margin-left: 31% !important; }

.col-32 {
  width: 32%; }

.col-pull-32 {
  margin-left: 32% !important; }

.col-33 {
  width: 33%; }

.col-pull-33 {
  margin-left: 33% !important; }

.col-34 {
  width: 34%; }

.col-pull-34 {
  margin-left: 34% !important; }

.col-35 {
  width: 35%; }

.col-pull-35 {
  margin-left: 35% !important; }

.col-36 {
  width: 36%; }

.col-pull-36 {
  margin-left: 36% !important; }

.col-37 {
  width: 37%; }

.col-pull-37 {
  margin-left: 37% !important; }

.col-38 {
  width: 38%; }

.col-pull-38 {
  margin-left: 38% !important; }

.col-39 {
  width: 39%; }

.col-pull-39 {
  margin-left: 39% !important; }

.col-40 {
  width: 40%; }

.col-pull-40 {
  margin-left: 40% !important; }

.col-41 {
  width: 41%; }

.col-pull-41 {
  margin-left: 41% !important; }

.col-42 {
  width: 42%; }

.col-pull-42 {
  margin-left: 42% !important; }

.col-43 {
  width: 43%; }

.col-pull-43 {
  margin-left: 43% !important; }

.col-44 {
  width: 44%; }

.col-pull-44 {
  margin-left: 44% !important; }

.col-45 {
  width: 45%; }

.col-pull-45 {
  margin-left: 45% !important; }

.col-46 {
  width: 46%; }

.col-pull-46 {
  margin-left: 46% !important; }

.col-47 {
  width: 47%; }

.col-pull-47 {
  margin-left: 47% !important; }

.col-48 {
  width: 48%; }

.col-pull-48 {
  margin-left: 48% !important; }

.col-49 {
  width: 49%; }

.col-pull-49 {
  margin-left: 49% !important; }

.col-50 {
  width: 50%; }

.col-pull-50 {
  margin-left: 50% !important; }

.col-51 {
  width: 51%; }

.col-pull-51 {
  margin-left: 51% !important; }

.col-52 {
  width: 52%; }

.col-pull-52 {
  margin-left: 52% !important; }

.col-53 {
  width: 53%; }

.col-pull-53 {
  margin-left: 53% !important; }

.col-54 {
  width: 54%; }

.col-pull-54 {
  margin-left: 54% !important; }

.col-55 {
  width: 55%; }

.col-pull-55 {
  margin-left: 55% !important; }

.col-56 {
  width: 56%; }

.col-pull-56 {
  margin-left: 56% !important; }

.col-57 {
  width: 57%; }

.col-pull-57 {
  margin-left: 57% !important; }

.col-58 {
  width: 58%; }

.col-pull-58 {
  margin-left: 58% !important; }

.col-59 {
  width: 59%; }

.col-pull-59 {
  margin-left: 59% !important; }

.col-60 {
  width: 60%; }

.col-pull-60 {
  margin-left: 60% !important; }

.col-61 {
  width: 61%; }

.col-pull-61 {
  margin-left: 61% !important; }

.col-62 {
  width: 62%; }

.col-pull-62 {
  margin-left: 62% !important; }

.col-63 {
  width: 63%; }

.col-pull-63 {
  margin-left: 63% !important; }

.col-64 {
  width: 64%; }

.col-pull-64 {
  margin-left: 64% !important; }

.col-65 {
  width: 65%; }

.col-pull-65 {
  margin-left: 65% !important; }

.col-66 {
  width: 66%; }

.col-pull-66 {
  margin-left: 66% !important; }

.col-67 {
  width: 67%; }

.col-pull-67 {
  margin-left: 67% !important; }

.col-68 {
  width: 68%; }

.col-pull-68 {
  margin-left: 68% !important; }

.col-69 {
  width: 69%; }

.col-pull-69 {
  margin-left: 69% !important; }

.col-70 {
  width: 70%; }

.col-pull-70 {
  margin-left: 70% !important; }

.col-71 {
  width: 71%; }

.col-pull-71 {
  margin-left: 71% !important; }

.col-72 {
  width: 72%; }

.col-pull-72 {
  margin-left: 72% !important; }

.col-73 {
  width: 73%; }

.col-pull-73 {
  margin-left: 73% !important; }

.col-74 {
  width: 74%; }

.col-pull-74 {
  margin-left: 74% !important; }

.col-75 {
  width: 75%; }

.col-pull-75 {
  margin-left: 75% !important; }

.col-76 {
  width: 76%; }

.col-pull-76 {
  margin-left: 76% !important; }

.col-77 {
  width: 77%; }

.col-pull-77 {
  margin-left: 77% !important; }

.col-78 {
  width: 78%; }

.col-pull-78 {
  margin-left: 78% !important; }

.col-79 {
  width: 79%; }

.col-pull-79 {
  margin-left: 79% !important; }

.col-80 {
  width: 80%; }

.col-pull-80 {
  margin-left: 80% !important; }

.col-81 {
  width: 81%; }

.col-pull-81 {
  margin-left: 81% !important; }

.col-82 {
  width: 82%; }

.col-pull-82 {
  margin-left: 82% !important; }

.col-83 {
  width: 83%; }

.col-pull-83 {
  margin-left: 83% !important; }

.col-84 {
  width: 84%; }

.col-pull-84 {
  margin-left: 84% !important; }

.col-85 {
  width: 85%; }

.col-pull-85 {
  margin-left: 85% !important; }

.col-86 {
  width: 86%; }

.col-pull-86 {
  margin-left: 86% !important; }

.col-87 {
  width: 87%; }

.col-pull-87 {
  margin-left: 87% !important; }

.col-88 {
  width: 88%; }

.col-pull-88 {
  margin-left: 88% !important; }

.col-89 {
  width: 89%; }

.col-pull-89 {
  margin-left: 89% !important; }

.col-90 {
  width: 90%; }

.col-pull-90 {
  margin-left: 90% !important; }

.col-91 {
  width: 91%; }

.col-pull-91 {
  margin-left: 91% !important; }

.col-92 {
  width: 92%; }

.col-pull-92 {
  margin-left: 92% !important; }

.col-93 {
  width: 93%; }

.col-pull-93 {
  margin-left: 93% !important; }

.col-94 {
  width: 94%; }

.col-pull-94 {
  margin-left: 94% !important; }

.col-95 {
  width: 95%; }

.col-pull-95 {
  margin-left: 95% !important; }

.col-96 {
  width: 96%; }

.col-pull-96 {
  margin-left: 96% !important; }

.col-97 {
  width: 97%; }

.col-pull-97 {
  margin-left: 97% !important; }

.col-98 {
  width: 98%; }

.col-pull-98 {
  margin-left: 98% !important; }

.col-99 {
  width: 99%; }

.col-pull-99 {
  margin-left: 99% !important; }

.col-100 {
  width: 100%; }

.col-pull-100 {
  margin-left: 100% !important; }

@media (max-width: 1300px) and (min-width: 721px) {
  .small_col-1 {
    width: 1%; }
  .small_col-pull-1 {
    margin-left: 1% !important; }
  .small_col-2 {
    width: 2%; }
  .small_col-pull-2 {
    margin-left: 2% !important; }
  .small_col-3 {
    width: 3%; }
  .small_col-pull-3 {
    margin-left: 3% !important; }
  .small_col-4 {
    width: 4%; }
  .small_col-pull-4 {
    margin-left: 4% !important; }
  .small_col-5 {
    width: 5%; }
  .small_col-pull-5 {
    margin-left: 5% !important; }
  .small_col-6 {
    width: 6%; }
  .small_col-pull-6 {
    margin-left: 6% !important; }
  .small_col-7 {
    width: 7%; }
  .small_col-pull-7 {
    margin-left: 7% !important; }
  .small_col-8 {
    width: 8%; }
  .small_col-pull-8 {
    margin-left: 8% !important; }
  .small_col-9 {
    width: 9%; }
  .small_col-pull-9 {
    margin-left: 9% !important; }
  .small_col-10 {
    width: 10%; }
  .small_col-pull-10 {
    margin-left: 10% !important; }
  .small_col-11 {
    width: 11%; }
  .small_col-pull-11 {
    margin-left: 11% !important; }
  .small_col-12 {
    width: 12%; }
  .small_col-pull-12 {
    margin-left: 12% !important; }
  .small_col-13 {
    width: 13%; }
  .small_col-pull-13 {
    margin-left: 13% !important; }
  .small_col-14 {
    width: 14%; }
  .small_col-pull-14 {
    margin-left: 14% !important; }
  .small_col-15 {
    width: 15%; }
  .small_col-pull-15 {
    margin-left: 15% !important; }
  .small_col-16 {
    width: 16%; }
  .small_col-pull-16 {
    margin-left: 16% !important; }
  .small_col-17 {
    width: 17%; }
  .small_col-pull-17 {
    margin-left: 17% !important; }
  .small_col-18 {
    width: 18%; }
  .small_col-pull-18 {
    margin-left: 18% !important; }
  .small_col-19 {
    width: 19%; }
  .small_col-pull-19 {
    margin-left: 19% !important; }
  .small_col-20 {
    width: 20%; }
  .small_col-pull-20 {
    margin-left: 20% !important; }
  .small_col-21 {
    width: 21%; }
  .small_col-pull-21 {
    margin-left: 21% !important; }
  .small_col-22 {
    width: 22%; }
  .small_col-pull-22 {
    margin-left: 22% !important; }
  .small_col-23 {
    width: 23%; }
  .small_col-pull-23 {
    margin-left: 23% !important; }
  .small_col-24 {
    width: 24%; }
  .small_col-pull-24 {
    margin-left: 24% !important; }
  .small_col-25 {
    width: 25%; }
  .small_col-pull-25 {
    margin-left: 25% !important; }
  .small_col-26 {
    width: 26%; }
  .small_col-pull-26 {
    margin-left: 26% !important; }
  .small_col-27 {
    width: 27%; }
  .small_col-pull-27 {
    margin-left: 27% !important; }
  .small_col-28 {
    width: 28%; }
  .small_col-pull-28 {
    margin-left: 28% !important; }
  .small_col-29 {
    width: 29%; }
  .small_col-pull-29 {
    margin-left: 29% !important; }
  .small_col-30 {
    width: 30%; }
  .small_col-pull-30 {
    margin-left: 30% !important; }
  .small_col-31 {
    width: 31%; }
  .small_col-pull-31 {
    margin-left: 31% !important; }
  .small_col-32 {
    width: 32%; }
  .small_col-pull-32 {
    margin-left: 32% !important; }
  .small_col-33 {
    width: 33%; }
  .small_col-pull-33 {
    margin-left: 33% !important; }
  .small_col-34 {
    width: 34%; }
  .small_col-pull-34 {
    margin-left: 34% !important; }
  .small_col-35 {
    width: 35%; }
  .small_col-pull-35 {
    margin-left: 35% !important; }
  .small_col-36 {
    width: 36%; }
  .small_col-pull-36 {
    margin-left: 36% !important; }
  .small_col-37 {
    width: 37%; }
  .small_col-pull-37 {
    margin-left: 37% !important; }
  .small_col-38 {
    width: 38%; }
  .small_col-pull-38 {
    margin-left: 38% !important; }
  .small_col-39 {
    width: 39%; }
  .small_col-pull-39 {
    margin-left: 39% !important; }
  .small_col-40 {
    width: 40%; }
  .small_col-pull-40 {
    margin-left: 40% !important; }
  .small_col-41 {
    width: 41%; }
  .small_col-pull-41 {
    margin-left: 41% !important; }
  .small_col-42 {
    width: 42%; }
  .small_col-pull-42 {
    margin-left: 42% !important; }
  .small_col-43 {
    width: 43%; }
  .small_col-pull-43 {
    margin-left: 43% !important; }
  .small_col-44 {
    width: 44%; }
  .small_col-pull-44 {
    margin-left: 44% !important; }
  .small_col-45 {
    width: 45%; }
  .small_col-pull-45 {
    margin-left: 45% !important; }
  .small_col-46 {
    width: 46%; }
  .small_col-pull-46 {
    margin-left: 46% !important; }
  .small_col-47 {
    width: 47%; }
  .small_col-pull-47 {
    margin-left: 47% !important; }
  .small_col-48 {
    width: 48%; }
  .small_col-pull-48 {
    margin-left: 48% !important; }
  .small_col-49 {
    width: 49%; }
  .small_col-pull-49 {
    margin-left: 49% !important; }
  .small_col-50 {
    width: 50%; }
  .small_col-pull-50 {
    margin-left: 50% !important; }
  .small_col-51 {
    width: 51%; }
  .small_col-pull-51 {
    margin-left: 51% !important; }
  .small_col-52 {
    width: 52%; }
  .small_col-pull-52 {
    margin-left: 52% !important; }
  .small_col-53 {
    width: 53%; }
  .small_col-pull-53 {
    margin-left: 53% !important; }
  .small_col-54 {
    width: 54%; }
  .small_col-pull-54 {
    margin-left: 54% !important; }
  .small_col-55 {
    width: 55%; }
  .small_col-pull-55 {
    margin-left: 55% !important; }
  .small_col-56 {
    width: 56%; }
  .small_col-pull-56 {
    margin-left: 56% !important; }
  .small_col-57 {
    width: 57%; }
  .small_col-pull-57 {
    margin-left: 57% !important; }
  .small_col-58 {
    width: 58%; }
  .small_col-pull-58 {
    margin-left: 58% !important; }
  .small_col-59 {
    width: 59%; }
  .small_col-pull-59 {
    margin-left: 59% !important; }
  .small_col-60 {
    width: 60%; }
  .small_col-pull-60 {
    margin-left: 60% !important; }
  .small_col-61 {
    width: 61%; }
  .small_col-pull-61 {
    margin-left: 61% !important; }
  .small_col-62 {
    width: 62%; }
  .small_col-pull-62 {
    margin-left: 62% !important; }
  .small_col-63 {
    width: 63%; }
  .small_col-pull-63 {
    margin-left: 63% !important; }
  .small_col-64 {
    width: 64%; }
  .small_col-pull-64 {
    margin-left: 64% !important; }
  .small_col-65 {
    width: 65%; }
  .small_col-pull-65 {
    margin-left: 65% !important; }
  .small_col-66 {
    width: 66%; }
  .small_col-pull-66 {
    margin-left: 66% !important; }
  .small_col-67 {
    width: 67%; }
  .small_col-pull-67 {
    margin-left: 67% !important; }
  .small_col-68 {
    width: 68%; }
  .small_col-pull-68 {
    margin-left: 68% !important; }
  .small_col-69 {
    width: 69%; }
  .small_col-pull-69 {
    margin-left: 69% !important; }
  .small_col-70 {
    width: 70%; }
  .small_col-pull-70 {
    margin-left: 70% !important; }
  .small_col-71 {
    width: 71%; }
  .small_col-pull-71 {
    margin-left: 71% !important; }
  .small_col-72 {
    width: 72%; }
  .small_col-pull-72 {
    margin-left: 72% !important; }
  .small_col-73 {
    width: 73%; }
  .small_col-pull-73 {
    margin-left: 73% !important; }
  .small_col-74 {
    width: 74%; }
  .small_col-pull-74 {
    margin-left: 74% !important; }
  .small_col-75 {
    width: 75%; }
  .small_col-pull-75 {
    margin-left: 75% !important; }
  .small_col-76 {
    width: 76%; }
  .small_col-pull-76 {
    margin-left: 76% !important; }
  .small_col-77 {
    width: 77%; }
  .small_col-pull-77 {
    margin-left: 77% !important; }
  .small_col-78 {
    width: 78%; }
  .small_col-pull-78 {
    margin-left: 78% !important; }
  .small_col-79 {
    width: 79%; }
  .small_col-pull-79 {
    margin-left: 79% !important; }
  .small_col-80 {
    width: 80%; }
  .small_col-pull-80 {
    margin-left: 80% !important; }
  .small_col-81 {
    width: 81%; }
  .small_col-pull-81 {
    margin-left: 81% !important; }
  .small_col-82 {
    width: 82%; }
  .small_col-pull-82 {
    margin-left: 82% !important; }
  .small_col-83 {
    width: 83%; }
  .small_col-pull-83 {
    margin-left: 83% !important; }
  .small_col-84 {
    width: 84%; }
  .small_col-pull-84 {
    margin-left: 84% !important; }
  .small_col-85 {
    width: 85%; }
  .small_col-pull-85 {
    margin-left: 85% !important; }
  .small_col-86 {
    width: 86%; }
  .small_col-pull-86 {
    margin-left: 86% !important; }
  .small_col-87 {
    width: 87%; }
  .small_col-pull-87 {
    margin-left: 87% !important; }
  .small_col-88 {
    width: 88%; }
  .small_col-pull-88 {
    margin-left: 88% !important; }
  .small_col-89 {
    width: 89%; }
  .small_col-pull-89 {
    margin-left: 89% !important; }
  .small_col-90 {
    width: 90%; }
  .small_col-pull-90 {
    margin-left: 90% !important; }
  .small_col-91 {
    width: 91%; }
  .small_col-pull-91 {
    margin-left: 91% !important; }
  .small_col-92 {
    width: 92%; }
  .small_col-pull-92 {
    margin-left: 92% !important; }
  .small_col-93 {
    width: 93%; }
  .small_col-pull-93 {
    margin-left: 93% !important; }
  .small_col-94 {
    width: 94%; }
  .small_col-pull-94 {
    margin-left: 94% !important; }
  .small_col-95 {
    width: 95%; }
  .small_col-pull-95 {
    margin-left: 95% !important; }
  .small_col-96 {
    width: 96%; }
  .small_col-pull-96 {
    margin-left: 96% !important; }
  .small_col-97 {
    width: 97%; }
  .small_col-pull-97 {
    margin-left: 97% !important; }
  .small_col-98 {
    width: 98%; }
  .small_col-pull-98 {
    margin-left: 98% !important; }
  .small_col-99 {
    width: 99%; }
  .small_col-pull-99 {
    margin-left: 99% !important; }
  .small_col-100 {
    width: 100%; }
  .small_col-pull-100 {
    margin-left: 100% !important; } }

.table {
  position: relative;
  margin: 0 auto;
  width: 542px; }
  .table .table__column, .table .table__row {
    position: relative;
    width: 100%;
    overflow: hidden; }
    .table .table__column div, .table .table__row div {
      display: inline-block;
      position: relative;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  .table .col__label, .table .row__label {
    vertical-align: middle;
    color: #888888;
    font-size: 20px;
    text-align: center; }
  .table .table__column {
    margin-bottom: 11px; }
    .table .table__column .col__label {
      padding-left: 3px; }
      .table .table__column .col__label:first-child {
        left: 11px; }
      .table .table__column .col__label:last-child {
        left: 5px; }
  .table .table__row {
    border-bottom: 1px solid #e0e0e0;
    text-align: right; }
    .table .table__row.line__top {
      border-top: 1px solid #c8c8c8; }
    .table .table__row.line__bottom {
      border-bottom: 1px solid #c8c8c8; }
    .table .table__row .row__label {
      top: -4px;
      left: -2px;
      text-align: left; }
    .table .table__row .row__data {
      margin-left: -5px;
      border-left: 1px solid white;
      background-color: #f8f7f2;
      padding-top: 13px;
      padding-left: 2px;
      min-height: 50px;
      font-size: 20px;
      text-align: center; }

body {
  background-attachment: scroll !important;
  -moz-osx-font-smoothing: grayscale; }

#CMD {
  -webkit-transition-duration: 700ms;
  transition-duration: 700ms;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.33, 0.98);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.33, 0.98);
  position: relative;
  margin-bottom: 60px;
  text-align: center;
  line-height: 1.3;
  font-size: 15px;
  -webkit-tap-highlight-color: transparent; }
  @media all and (min-width: 1px) {
    #CMD {
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }

@media all and (max-width: 720px) {
  #CMD {
    margin-bottom: 30px; } }

.fix_ie_png {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#00FFFFFF, endColorstr=#00FFFFFF ); }

@media all and (min-width: 1301px) {
  .clear__background__src {
    background-image: none !important; } }

section {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 2560px; }
  @media all and (min-width: 721px) and (max-width: 1300px) {
    section.limit__width {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      min-width: 721px;
      max-width: 1300px; } }
  @media all and (min-width: 0px) and (max-width: 720px) {
    section.limit__width {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      min-width: 320px;
      max-width: 720px; } }

.progressive-image {
  background-image: none !important; }

@media all and (min-width: 1px) {
  .grace-show {
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 800ms;
    transition: opacity 800ms; }
    .grace-show.show {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      will-change: opacity; }
    .grace-show.animated {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      will-change: null; } }

.in.moving__element {
  will-change: transform, opacity; }

.smooth__animation {
  -webkit-transition-duration: 1.25s, 1.25s;
  transition-duration: 1.25s, 1.25s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1); }

.smooth__animation-fast {
  -webkit-transition-duration: 400ms, 400ms;
  transition-duration: 400ms, 400ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1); }

.wd__animation__easeout {
  -webkit-transition-duration: 500ms, 500ms;
  transition-duration: 500ms, 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -moz-transition-duration: 500ms;
  -moz-transition-property: all; }

.wd__animation__easeout__slow {
  -webkit-transition-duration: 1200ms, 1200ms;
  transition-duration: 1200ms, 1200ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1); }

.wd__animation__easeout-fast {
  -webkit-transition-duration: 400ms, 400ms;
  transition-duration: 400ms, 400ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -moz-transition-duration: 400ms;
  -moz-transition-property: all; }

@-webkit-keyframes ripple {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  60% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes ripple {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  60% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes soundCirclePlay {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8); }
  10% {
    opacity: 0.6; }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.2);
    transform: scale(0.2); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.2);
    transform: scale(0.2); } }

@keyframes soundCirclePlay {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8); }
  10% {
    opacity: 0.6; }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.2);
    transform: scale(0.2); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.2);
    transform: scale(0.2); } }

@-webkit-keyframes soundRipple {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  50% {
    opacity: 1; }
  51% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0); } }

@keyframes soundRipple {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  50% {
    opacity: 1; }
  51% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0); } }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-webkit-keyframes ballRotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes ballRotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.wd__content.text__animation .content__slogan {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 400ms ease-out, -webkit-transform 400ms ease-out;
  transition: opacity 400ms ease-out, -webkit-transform 400ms ease-out;
  transition: transform 400ms ease-out, opacity 400ms ease-out;
  transition: transform 400ms ease-out, opacity 400ms ease-out, -webkit-transform 400ms ease-out; }

.wd__content.text__animation .content__title {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 400ms ease-out 300ms, -webkit-transform 400ms ease-out 300ms;
  transition: opacity 400ms ease-out 300ms, -webkit-transform 400ms ease-out 300ms;
  transition: transform 400ms ease-out 300ms, opacity 400ms ease-out 300ms;
  transition: transform 400ms ease-out 300ms, opacity 400ms ease-out 300ms, -webkit-transform 400ms ease-out 300ms; }

.wd__content.text__animation .content__info {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 400ms ease-out 600ms, -webkit-transform 400ms ease-out 600ms;
  transition: opacity 400ms ease-out 600ms, -webkit-transform 400ms ease-out 600ms;
  transition: transform 400ms ease-out 600ms, opacity 400ms ease-out 600ms;
  transition: transform 400ms ease-out 600ms, opacity 400ms ease-out 600ms, -webkit-transform 400ms ease-out 600ms; }

.wd__content.text__animation .content__comment {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 400ms ease-out 600ms, -webkit-transform 400ms ease-out 600ms;
  transition: opacity 400ms ease-out 600ms, -webkit-transform 400ms ease-out 600ms;
  transition: transform 400ms ease-out 600ms, opacity 400ms ease-out 600ms;
  transition: transform 400ms ease-out 600ms, opacity 400ms ease-out 600ms, -webkit-transform 400ms ease-out 600ms; }

.wd__content.text__animation .content__link {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 400ms ease-out 600ms, -webkit-transform 400ms ease-out 600ms;
  transition: opacity 400ms ease-out 600ms, -webkit-transform 400ms ease-out 600ms;
  transition: transform 400ms ease-out 600ms, opacity 400ms ease-out 600ms;
  transition: transform 400ms ease-out 600ms, opacity 400ms ease-out 600ms, -webkit-transform 400ms ease-out 600ms; }

.wd__content.text__animation .wd__feature__list {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 400ms ease-out 900ms, -webkit-transform 400ms ease-out 900ms;
  transition: opacity 400ms ease-out 900ms, -webkit-transform 400ms ease-out 900ms;
  transition: transform 400ms ease-out 900ms, opacity 400ms ease-out 900ms;
  transition: transform 400ms ease-out 900ms, opacity 400ms ease-out 900ms, -webkit-transform 400ms ease-out 900ms; }

.wd__content.text__animation.text-show .content__slogan,
.wd__content.text__animation.text-show .content__title,
.wd__content.text__animation.text-show .content__info,
.wd__content.text__animation.text-show .content__comment,
.wd__content.text__animation.text-show .content__link,
.wd__content.text__animation.text-show .wd__feature__list {
  opacity: 1;
  will-change: transform;
  -webkit-transform: translateZ(0) translateY(0);
  transform: translateZ(0) translateY(0); }

.wd__content.text__animation.text-showed .content__slogan,
.wd__content.text__animation.text-showed .content__title,
.wd__content.text__animation.text-showed .content__info,
.wd__content.text__animation.text-showed .content__comment,
.wd__content.text__animation.text-showed .content__link,
.wd__content.text__animation.text-showed .wd__feature__list {
  will-change: null;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.section__kv .wd__content.text__animation .wd__feature__list {
  -webkit-transition: opacity 400ms ease-out, -webkit-transform 400ms ease-out;
  transition: opacity 400ms ease-out, -webkit-transform 400ms ease-out;
  transition: transform 400ms ease-out, opacity 400ms ease-out;
  transition: transform 400ms ease-out, opacity 400ms ease-out, -webkit-transform 400ms ease-out; }

.section__kv .wd__content.text__animation .content__info {
  -webkit-transition: opacity 400ms ease-out 300ms, -webkit-transform 400ms ease-out 300ms;
  transition: opacity 400ms ease-out 300ms, -webkit-transform 400ms ease-out 300ms;
  transition: transform 400ms ease-out 300ms, opacity 400ms ease-out 300ms;
  transition: transform 400ms ease-out 300ms, opacity 400ms ease-out 300ms, -webkit-transform 400ms ease-out 300ms; }

#ctl00_ContentPlaceHolder1_ctl00_span_model_name img {
  max-width: 100%; }

#main-zone > .container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important; }
  #main-zone > .container .overview-wrapper {
    width: 100% !important; }

#product-footer-zone {
  margin-top: 0 !important; }

#main-zone #overview-top-nav .inner {
  padding: 0; }

#special-sectionOverview {
  margin-top: 0px; }

#CMD {
  overflow: hidden;
  z-index: 1;
  margin-top: 56px \9  !important; }

@media all and (min-width: 769px) {
  #CMD {
    margin-top: 56px; } }

@media (max-width: 959px) and (min-width: 720px) {
  #af-header,
  #af-header .af-inner,
  body #asus-api-footer {
    min-width: 100%;
    width: 100%; }
  #main-zone > .container {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important; } }

@media all and (max-width: 720px) {
  #CMD {
    margin-top: 0px !important; }
  #main-zone,
  #main-zone-5,
  #main-zone-3,
  #main-zone-4,
  #main-zone-6 {
    padding-right: 0 !important;
    padding-left: 0 !important; } }

.footnotes {
  margin: 25px auto 0;
  width: 1180px; }
  sup.footnote-num {
    font-size: 12px;
    top: -0.7rem;
    color: #999999;
    vertical-align: baseline !important; }
  .footnotes ul.footnote {
    font-size: 18px;
    color: #999999;
    line-height: 1.4; }
    .footnotes ul.footnote li {
      list-style-type: decimal;
      line-height: 1.3;
      text-align: left;
      margin-bottom: 9px; }

@media all and (max-width: 720px) {
  sup.footnote-num {
    font-size: 11px;
    top: -0.5rem; }
  .footnotes {
    width: 90%; }
    .footnotes ul.footnote {
      font-size: 13.3px;
      line-height: 1.4; }
      .footnotes ul.footnote li {
        margin-bottom: 12px; } }

section {
  position: relative;
  width: 100%; }

.section_content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%; }

section.no-pad {
  padding: 0; }

section.no-pad-bot {
  padding-bottom: 0; }

section.no-pad-top {
  padding-top: 0; }

#CMD .row {
  position: relative;
  margin-left: auto;
  margin-right: auto; }
  #CMD .row:after {
    content: "";
    display: table;
    clear: both; }
  #CMD .row .col {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0; }
    #CMD .row .col[class*="push-"], #CMD .row .col[class*="pull-"] {
      position: relative; }
    #CMD .row .col.l1 {
      width: 8.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l2 {
      width: 16.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l3 {
      width: 25%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l4 {
      width: 33.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l5 {
      width: 41.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l6 {
      width: 50%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l7 {
      width: 58.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l8 {
      width: 66.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l9 {
      width: 75%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l10 {
      width: 83.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l11 {
      width: 91.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.l12 {
      width: 100%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #CMD .row .col.offset-l1 {
      margin-left: 8.33333%; }
    #CMD .row .col.pull-l1 {
      right: 8.33333%; }
    #CMD .row .col.push-l1 {
      left: 8.33333%; }
    #CMD .row .col.offset-l2 {
      margin-left: 16.66667%; }
    #CMD .row .col.pull-l2 {
      right: 16.66667%; }
    #CMD .row .col.push-l2 {
      left: 16.66667%; }
    #CMD .row .col.offset-l3 {
      margin-left: 25%; }
    #CMD .row .col.pull-l3 {
      right: 25%; }
    #CMD .row .col.push-l3 {
      left: 25%; }
    #CMD .row .col.offset-l4 {
      margin-left: 33.33333%; }
    #CMD .row .col.pull-l4 {
      right: 33.33333%; }
    #CMD .row .col.push-l4 {
      left: 33.33333%; }
    #CMD .row .col.offset-l5 {
      margin-left: 41.66667%; }
    #CMD .row .col.pull-l5 {
      right: 41.66667%; }
    #CMD .row .col.push-l5 {
      left: 41.66667%; }
    #CMD .row .col.offset-l6 {
      margin-left: 50%; }
    #CMD .row .col.pull-l6 {
      right: 50%; }
    #CMD .row .col.push-l6 {
      left: 50%; }
    #CMD .row .col.offset-l7 {
      margin-left: 58.33333%; }
    #CMD .row .col.pull-l7 {
      right: 58.33333%; }
    #CMD .row .col.push-l7 {
      left: 58.33333%; }
    #CMD .row .col.offset-l8 {
      margin-left: 66.66667%; }
    #CMD .row .col.pull-l8 {
      right: 66.66667%; }
    #CMD .row .col.push-l8 {
      left: 66.66667%; }
    #CMD .row .col.offset-l9 {
      margin-left: 75%; }
    #CMD .row .col.pull-l9 {
      right: 75%; }
    #CMD .row .col.push-l9 {
      left: 75%; }
    #CMD .row .col.offset-l10 {
      margin-left: 83.33333%; }
    #CMD .row .col.pull-l10 {
      right: 83.33333%; }
    #CMD .row .col.push-l10 {
      left: 83.33333%; }
    #CMD .row .col.offset-l11 {
      margin-left: 91.66667%; }
    #CMD .row .col.pull-l11 {
      right: 91.66667%; }
    #CMD .row .col.push-l11 {
      left: 91.66667%; }
    #CMD .row .col.offset-l12 {
      margin-left: 100%; }
    #CMD .row .col.pull-l12 {
      right: 100%; }
    #CMD .row .col.push-l12 {
      left: 100%; }
    @media only screen and (min-width: 721px) and (max-width: 1300px) {
      #CMD .row .col.m1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.m12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.offset-m1 {
        margin-left: 8.33333%; }
      #CMD .row .col.pull-m1 {
        right: 8.33333%; }
      #CMD .row .col.push-m1 {
        left: 8.33333%; }
      #CMD .row .col.offset-m2 {
        margin-left: 16.66667%; }
      #CMD .row .col.pull-m2 {
        right: 16.66667%; }
      #CMD .row .col.push-m2 {
        left: 16.66667%; }
      #CMD .row .col.offset-m3 {
        margin-left: 25%; }
      #CMD .row .col.pull-m3 {
        right: 25%; }
      #CMD .row .col.push-m3 {
        left: 25%; }
      #CMD .row .col.offset-m4 {
        margin-left: 33.33333%; }
      #CMD .row .col.pull-m4 {
        right: 33.33333%; }
      #CMD .row .col.push-m4 {
        left: 33.33333%; }
      #CMD .row .col.offset-m5 {
        margin-left: 41.66667%; }
      #CMD .row .col.pull-m5 {
        right: 41.66667%; }
      #CMD .row .col.push-m5 {
        left: 41.66667%; }
      #CMD .row .col.offset-m6 {
        margin-left: 50%; }
      #CMD .row .col.pull-m6 {
        right: 50%; }
      #CMD .row .col.push-m6 {
        left: 50%; }
      #CMD .row .col.offset-m7 {
        margin-left: 58.33333%; }
      #CMD .row .col.pull-m7 {
        right: 58.33333%; }
      #CMD .row .col.push-m7 {
        left: 58.33333%; }
      #CMD .row .col.offset-m8 {
        margin-left: 66.66667%; }
      #CMD .row .col.pull-m8 {
        right: 66.66667%; }
      #CMD .row .col.push-m8 {
        left: 66.66667%; }
      #CMD .row .col.offset-m9 {
        margin-left: 75%; }
      #CMD .row .col.pull-m9 {
        right: 75%; }
      #CMD .row .col.push-m9 {
        left: 75%; }
      #CMD .row .col.offset-m10 {
        margin-left: 83.33333%; }
      #CMD .row .col.pull-m10 {
        right: 83.33333%; }
      #CMD .row .col.push-m10 {
        left: 83.33333%; }
      #CMD .row .col.offset-m11 {
        margin-left: 91.66667%; }
      #CMD .row .col.pull-m11 {
        right: 91.66667%; }
      #CMD .row .col.push-m11 {
        left: 91.66667%; }
      #CMD .row .col.offset-m12 {
        margin-left: 100%; }
      #CMD .row .col.pull-m12 {
        right: 100%; }
      #CMD .row .col.push-m12 {
        left: 100%; } }
    @media only screen and (max-width: 720px) {
      #CMD .row .col.s1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.s12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #CMD .row .col.offset-s1 {
        margin-left: 8.33333%; }
      #CMD .row .col.pull-s1 {
        right: 8.33333%; }
      #CMD .row .col.push-s1 {
        left: 8.33333%; }
      #CMD .row .col.offset-s2 {
        margin-left: 16.66667%; }
      #CMD .row .col.pull-s2 {
        right: 16.66667%; }
      #CMD .row .col.push-s2 {
        left: 16.66667%; }
      #CMD .row .col.offset-s3 {
        margin-left: 25%; }
      #CMD .row .col.pull-s3 {
        right: 25%; }
      #CMD .row .col.push-s3 {
        left: 25%; }
      #CMD .row .col.offset-s4 {
        margin-left: 33.33333%; }
      #CMD .row .col.pull-s4 {
        right: 33.33333%; }
      #CMD .row .col.push-s4 {
        left: 33.33333%; }
      #CMD .row .col.offset-s5 {
        margin-left: 41.66667%; }
      #CMD .row .col.pull-s5 {
        right: 41.66667%; }
      #CMD .row .col.push-s5 {
        left: 41.66667%; }
      #CMD .row .col.offset-s6 {
        margin-left: 50%; }
      #CMD .row .col.pull-s6 {
        right: 50%; }
      #CMD .row .col.push-s6 {
        left: 50%; }
      #CMD .row .col.offset-s7 {
        margin-left: 58.33333%; }
      #CMD .row .col.pull-s7 {
        right: 58.33333%; }
      #CMD .row .col.push-s7 {
        left: 58.33333%; }
      #CMD .row .col.offset-s8 {
        margin-left: 66.66667%; }
      #CMD .row .col.pull-s8 {
        right: 66.66667%; }
      #CMD .row .col.push-s8 {
        left: 66.66667%; }
      #CMD .row .col.offset-s9 {
        margin-left: 75%; }
      #CMD .row .col.pull-s9 {
        right: 75%; }
      #CMD .row .col.push-s9 {
        left: 75%; }
      #CMD .row .col.offset-s10 {
        margin-left: 83.33333%; }
      #CMD .row .col.pull-s10 {
        right: 83.33333%; }
      #CMD .row .col.push-s10 {
        left: 83.33333%; }
      #CMD .row .col.offset-s11 {
        margin-left: 91.66667%; }
      #CMD .row .col.pull-s11 {
        right: 91.66667%; }
      #CMD .row .col.push-s11 {
        left: 91.66667%; }
      #CMD .row .col.offset-s12 {
        margin-left: 100%; }
      #CMD .row .col.pull-s12 {
        right: 100%; }
      #CMD .row .col.push-s12 {
        left: 100%; } }

.wd__section {
  /* Slider */
  /* Icons */
  /* Arrows */
  /* Dots */
  /* Slider */ }
  .wd__section .wd__content {
    color: #333333; }
    .wd__section .wd__content .content__slogan {
      position: relative;
      color: #a89d5b;
      font-size: 29px; }
      @media all and (max-width: 720px) {
        .wd__section .wd__content .content__slogan {
          font-size: 18px; } }
    .wd__section .wd__content .content__title {
      position: relative;
      margin-top: 35px;
      font-size: 48px;
      line-height: 1.2; }
      @media all and (min-width: 721px) and (max-width: 1300px) {
        .wd__section .wd__content .content__title {
          margin-top: 27px; } }
      @media all and (max-width: 720px) {
        .wd__section .wd__content .content__title {
          margin-top: 11px;
          font-size: 30px;
          letter-spacing: -0.4px; } }
    .wd__section .wd__content .content__info {
      position: relative;
      margin-top: 20px;
      font-size: 20px;
      line-height: 1.5; }
      @media all and (max-width: 720px) {
        .wd__section .wd__content .content__info {
          margin-top: 8px;
          font-size: 15px;
          letter-spacing: 0.05px;
          line-height: 1.43; } }
    .wd__section .wd__content .content__comment {
      margin-top: 16px;
      font-size: 18px;
      color: #717171;
      line-height: 1.4; }
      @media all and (max-width: 720px) {
        .wd__section .wd__content .content__comment {
          margin-top: 12px;
          font-size: 13px;
          letter-spacing: 0.2px; } }
    .wd__section .wd__content .content__link {
      display: block;
      margin-top: 15px;
      font-size: 20px;
      line-height: 27px; }
      @media all and (min-width: 721px) and (max-width: 1300px) {
        .wd__section .wd__content .content__link {
          margin-top: 16px; } }
      @media all and (max-width: 720px) {
        .wd__section .wd__content .content__link {
          margin-top: 10px;
          font-size: 15.5px;
          line-height: 24px; } }
      .wd__section .wd__content .content__link span {
        display: inline;
        border-bottom: 1px solid transparent;
        color: #0188c8; }
      .wd__section .wd__content .content__link *,
      .wd__section .wd__content .content__link:active span,
      .wd__section .wd__content .content__link:link span,
      .wd__section .wd__content .content__link:visited span {
        border-bottom: 1px solid transparent; }
      .wd__section .wd__content .content__link:hover span {
        border-bottom: 1px solid #0188c8; }
  .wd__section .wd__link__arrow:after {
    content: '>';
    padding-left: 7px;
    color: #0188c8; }
    @media all and (min-width: 721px) and (max-width: 1300px) {
      .wd__section .wd__link__arrow:after {
        padding-left: 3px; } }
    @media all and (max-width: 720px) {
      .wd__section .wd__link__arrow:after {
        padding-left: 4px; } }
  .wd__section .wd__feature__list {
    position: relative;
    margin-top: 55px; }
    @media all and (min-width: 721px) and (max-width: 1300px) {
      .wd__section .wd__feature__list {
        margin-top: 44px; } }
    @media all and (max-width: 720px) {
      .wd__section .wd__feature__list {
        margin-top: 34px; } }
    .wd__section .wd__feature__list .wd__feature {
      position: relative;
      display: inline-block;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      vertical-align: bottom;
      color: #333333;
      margin: 0 25px 50px; }
      @media all and (min-width: 721px) and (max-width: 1300px) {
        .wd__section .wd__feature__list .wd__feature {
          margin: 0 33px 47px; } }
      @media all and (max-width: 720px) {
        .wd__section .wd__feature__list .wd__feature {
          margin: 0 17px 34px; } }
      .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top {
        position: relative;
        margin-bottom: 2px; }
        @media all and (max-width: 720px) {
          .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top {
            margin-bottom: 1px; } }
      .wd__section .wd__feature__list .wd__feature .wd__feature__data {
        color: #a89d5b;
        font-size: 65px;
        line-height: 1; }
        @media all and (max-width: 720px) {
          .wd__section .wd__feature__list .wd__feature .wd__feature__data {
            margin-bottom: 2px;
            font-size: 47px; } }
        .wd__section .wd__feature__list .wd__feature .wd__feature__data span {
          font-size: 28px; }
          @media all and (min-width: 721px) and (max-width: 1300px) {
            .wd__section .wd__feature__list .wd__feature .wd__feature__data span {
              font-size: 30px; } }
          @media all and (max-width: 720px) {
            .wd__section .wd__feature__list .wd__feature .wd__feature__data span {
              font-size: 25px; } }
      .wd__section .wd__feature__list .wd__feature .wd__feature__describe {
        position: relative;
        margin-top: -3px; }
      .wd__section .wd__feature__list .wd__feature .wd__feature__describe span,
      .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top,
      .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top span .wd__feature__describe {
        font-size: 16px;
        letter-spacing: 0.4px; }
        @media all and (min-width: 721px) and (max-width: 1300px) {
          .wd__section .wd__feature__list .wd__feature .wd__feature__describe span,
          .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top,
          .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top span .wd__feature__describe {
            font-size: 16px;
            line-height: 18px; } }
        @media all and (max-width: 720px) {
          .wd__section .wd__feature__list .wd__feature .wd__feature__describe span,
          .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top,
          .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top span .wd__feature__describe {
            display: block;
            font-size: 13px;
            line-height: 16px !important;
            letter-spacing: .1px; } }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-left-l {
    padding-left: 7px; }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-left-m {
    padding-left: 5px; }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-left-s {
    padding-left: 3px; }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-right-l {
    padding-right: 7px; }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-right-m {
    padding-right: 5px; }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-right-s {
    padding-right: 3px; }
  @media all and (min-width: 721px) and (max-width: 1300px) {
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-left-l {
      padding-left: 7px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-left-m {
      padding-left: 5px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-left-s {
      padding-left: 3px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-right-l {
      padding-right: 7px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-right-m {
      padding-right: 5px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-right-s {
      padding-right: 3px; } }
  @media all and (max-width: 720px) {
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-left-l {
      padding-left: 3px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-left-m {
      padding-left: 2px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-left-s {
      padding-left: 1px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-right-l {
      padding-right: 3px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-right-m {
      padding-right: 2px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-right-s {
      padding-right: 1px; } }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data sup.sign-deg {
    top: -22px;
    font-size: 40px; }
  @media all and (min-width: 721px) and (max-width: 1300px) {
    .wd__section .wd__feature__list .wd__feature .wd__feature__data sup.sign-deg {
      top: -22px;
      font-size: 40px; } }
  @media all and (max-width: 720px) {
    .wd__section .wd__feature__list .wd__feature .wd__feature__data sup.sign-deg {
      top: -15px;
      font-size: 28px; } }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data sup.sign-star-small {
    top: -21px;
    font-size: 28px; }
  @media all and (min-width: 721px) and (max-width: 1300px) {
    .wd__section .wd__feature__list .wd__feature .wd__feature__data sup.sign-star-small {
      top: -21px;
      font-size: 28px; } }
  @media all and (max-width: 720px) {
    .wd__section .wd__feature__list .wd__feature .wd__feature__data sup.sign-star-small {
      top: -12px;
      font-size: 25px; } }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data sup.sign-star {
    top: -25px;
    font-size: 28px; }
  @media all and (min-width: 721px) and (max-width: 1300px) {
    .wd__section .wd__feature__list .wd__feature .wd__feature__data sup.sign-star {
      top: -25px;
      font-size: 28px; } }
  @media all and (max-width: 720px) {
    .wd__section .wd__feature__list .wd__feature .wd__feature__data sup.sign-star {
      top: -15px;
      font-size: 25px; } }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data span.sign-TM {
    position: relative;
    top: -18px;
    font-size: 30px; }
  @media all and (min-width: 721px) and (max-width: 1300px) {
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.sign-TM {
      top: -18px;
      font-size: 30px; } }
  @media all and (max-width: 720px) {
    .wd__section .wd__feature__list .wd__feature .wd__feature__data span.sign-TM {
      top: -14px;
      font-size: 20px; } }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data.text__long-en {
    padding-top: 5px;
    font-size: 54px;
    line-height: 60px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data.text__long-en * {
      line-height: 1; }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data.text__long-tw {
    margin-top: 8px;
    font-size: 46px;
    line-height: 58px; }
  @media all and (min-width: 721px) and (max-width: 1300px) {
    .wd__section .wd__feature__list .wd__feature .wd__feature__data.text__long-en {
      padding-top: 0;
      font-size: 54px;
      line-height: 65px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data.text__long-tw {
      margin-top: 10px;
      font-size: 46px;
      line-height: 56px; } }
  @media all and (max-width: 720px) {
    .wd__section .wd__feature__list .wd__feature .wd__feature__data.text__long-en {
      font-size: 37.8px;
      line-height: 49px;
      padding-top: 0px;
      margin-bottom: -4px !important; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data.text__long-tw {
      font-size: 32px;
      line-height: 36px;
      padding-top: 5px; } }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data.plus {
    position: relative;
    margin-right: 32px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data.plus span {
      position: absolute;
      top: 4px;
      right: -33px;
      font-size: 51px; }

@font-face {
  .wd__section {
    font-family: "slick";
    src: url("/font/slick.eot");
    src: url("/font/slick.eot?#iefix") format("embedded-opentype"), url("/font/slick.woff") format("woff"), url("/font/slick.ttf") format("truetype"), url("/font/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal; } }
  .wd__section .slick-prev,
  .wd__section .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none; }
    .wd__section .slick-prev:hover, .wd__section .slick-prev:focus,
    .wd__section .slick-next:hover,
    .wd__section .slick-next:focus {
      outline: none;
      color: transparent; }
      .wd__section .slick-prev:hover:before, .wd__section .slick-prev:focus:before,
      .wd__section .slick-next:hover:before,
      .wd__section .slick-next:focus:before {
        opacity: 1; }
    .wd__section .slick-prev.slick-disabled:before,
    .wd__section .slick-next.slick-disabled:before {
      opacity: 0.25; }
  .wd__section .slick-prev {
    left: -25px; }
    [dir="rtl"] .wd__section .slick-prev {
      left: auto;
      right: -25px; }
  .wd__section .slick-next {
    right: -25px; }
    [dir="rtl"] .wd__section .slick-next {
      left: -25px;
      right: auto; }
  .wd__section .slick-slider {
    margin-bottom: 30px; }
  .wd__section .slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%; }
    .wd__section .slick-dots li {
      position: relative;
      display: inline-block;
      height: 20px;
      width: 20px;
      margin: 0 5px;
      padding: 0;
      cursor: pointer; }
      .wd__section .slick-dots li button {
        border: 0;
        background: transparent;
        display: block;
        height: 20px;
        width: 20px;
        outline: none;
        line-height: 0px;
        font-size: 0px;
        color: transparent;
        padding: 5px;
        cursor: pointer; }
        .wd__section .slick-dots li button:hover, .wd__section .slick-dots li button:focus {
          outline: none; }
          .wd__section .slick-dots li button:hover:before, .wd__section .slick-dots li button:focus:before {
            opacity: 1; }
        .wd__section .slick-dots li button:before {
          position: absolute;
          top: 0;
          left: 0;
          content: "•";
          width: 20px;
          height: 20px;
          font-family: "slick";
          font-size: 6px;
          line-height: 20px;
          text-align: center;
          color: black;
          opacity: 0.25;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
      .wd__section .slick-dots li.slick-active button:before {
        color: black;
        opacity: 0.75; }
  .wd__section .slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }
  .wd__section .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }
    .wd__section .slick-list:focus {
      outline: none; }
    .wd__section .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
  .wd__section .slick-slider .slick-track,
  .wd__section .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .wd__section .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block; }
    .wd__section .slick-track:before, .wd__section .slick-track:after {
      content: "";
      display: table; }
    .wd__section .slick-track:after {
      clear: both; }
    .slick-loading .wd__section .slick-track {
      visibility: hidden; }
  .wd__section .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none; }
    [dir="rtl"] .wd__section .slick-slide {
      float: right; }
    .wd__section .slick-slide img {
      display: block; }
    .wd__section .slick-slide.slick-loading img {
      display: none; }
    .wd__section .slick-slide.dragging img {
      pointer-events: none; }
    .slick-initialized .wd__section .slick-slide {
      display: block; }
    .slick-loading .wd__section .slick-slide {
      visibility: hidden; }
    .slick-vertical .wd__section .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent; }
  .wd__section .slick-arrow.slick-hidden {
    display: none; }
  .wd__section .slick__nav {
    margin-bottom: 40px;
    color: #636360;
    text-align: center;
    font-size: 1.5em;
    line-height: 1.6; }
    .wd__section .slick__nav a {
      color: #636360; }
  .wd__section .slick-slide {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    outline: none !important;
    -webkit-tap-highlight-color: transparent; }
  .wd__section .slick-next {
    right: 25px; }
  .wd__section .slick-prev {
    left: 25px; }
  .wd__section .slick__prev, .wd__section .slick__next {
    z-index: 9999;
    content: ''; }
    .wd__section .slick__prev:before, .wd__section .slick__next:before {
      content: '';
      display: none; }
  .wd__section [dir='rtl'] .slick__prev:before {
    content: '';
    display: none; }
  .wd__section [dir='rtl'] .slick__next:before {
    content: '';
    display: none; }
  .wd__section .wd__slick .container {
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 900px; }
    .wd__section .wd__slick .container.e1 .slick__info {
      margin-top: 15em; }
    .wd__section .wd__slick .container .slick__half {
      width: 45%; }
    .wd__section .wd__slick .container .slick__left {
      float: left; }
    .wd__section .wd__slick .container .slick__right {
      float: right; }
    .wd__section .wd__slick .container .slick__img, .wd__section .wd__slick .container .slick__info {
      width: 100%; }
  .wd__section .sprite__arrow__right {
    z-index: 1000;
    background-position: -214px -5px;
    width: 49px;
    height: 96px; }
  .wd__section .sprite__arrow__left {
    z-index: 1000;
    background-position: -80px -5px;
    width: 49px;
    height: 96px; }
  .wd__section .sprite-arrow_r {
    width: 65px;
    height: 130px; }
  .wd__section .sprite-arrow_l {
    width: 65px;
    height: 130px; }
  .wd__section .slick-prev, .wd__section .slick-next {
    z-index: 1;
    background-color: transparent;
    margin-top: -19px;
    width: 50px;
    height: 118px;
    background-color: rgba(0, 0, 0, 0.3);
    background-color: gray\9;
    border-radius: 0 10px 10px 0; }
    .wd__section .slick-prev:before, .wd__section .slick-next:before {
      position: absolute;
      display: block;
      z-index: 1000;
      top: 57px;
      top: 0\9;
      font-size: 34px;
      color: white; }
  .wd__section .slick-prev {
    left: 0px;
    border-radius: 0 10px 10px 0; }
    .wd__section .slick-prev:before {
      content: '<';
      right: 18px; }
  .wd__section .slick-next {
    right: 0;
    border-radius: 10px 0 0 10px; }
    .wd__section .slick-next:before {
      content: '>';
      left: 18px; }
  @media all and (min-width: 721px) and (max-width: 1300px) {
    .wd__section .slick-prev, .wd__section .slick-next {
      margin-top: -19px;
      width: 35px;
      height: 88px; }
      .wd__section .slick-prev:before, .wd__section .slick-next:before {
        position: absolute;
        display: block;
        z-index: 1000;
        top: 43px;
        font-size: 26px;
        color: white; }
    .wd__section .slick-prev:before {
      right: 10px; }
    .wd__section .slick-next:before {
      left: 10px; } }
  @media all and (max-width: 720px) {
    .wd__section .slick-prev, .wd__section .slick-next {
      display: none !important; } }
  .wd__section .wd__border__center__text {
    display: inline-block; }
    .wd__section .wd__border__center__text .center__text {
      font-family: "Myriad W01_n1", "Myriad W01", "Segoe UI", sans-serif;
      font-weight: 100;
      font-style: normal;
      color: #a89d5b;
      font-size: 2.27em;
      display: table-cell;
      vertical-align: middle;
      border: 1px solid #c4c4c4;
      border-radius: 5px;
      height: 174px;
      width: 4em;
      min-width: 180px;
      text-align: center; }
  .wd__section .wd__border__center__text__list {
    text-align: center; }
    .wd__section .wd__border__center__text__list .wd__border__center__text {
      margin-left: 3px;
      margin-right: 3px; }
  .wd__section .wd__performance__graph {
    position: relative;
    text-align: left;
    margin-top: 32px; }
    .wd__section .wd__performance__graph .graph__heading {
      display: block;
      padding-bottom: 40px;
      font-size: 25px; }
    .wd__section .wd__performance__graph .graph__description {
      display: block;
      margin-top: -34px;
      padding-bottom: 40px;
      font-size: 17px; }
    .wd__section .wd__performance__graph .space-left-m {
      padding-left: 3px; }
    .wd__section .wd__performance__graph .space-right-m {
      padding-right: 3px; }
    .wd__section .wd__performance__graph .graph .graph__line {
      margin-bottom: 28px; }
      .wd__section .wd__performance__graph .graph .graph__line.line-1 .bar__value {
        display: none; }
      .wd__section .wd__performance__graph .graph .graph__line.line-1 .graph__bar {
        -webkit-transition: width 1200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms;
        transition: width 1200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0ms; }
        .wd__section .wd__performance__graph .graph .graph__line.line-1 .graph__bar .bar__value {
          -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 800ms;
          transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 800ms; }
      .wd__section .wd__performance__graph .graph .graph__line.line-1 .graph__caption {
        -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 200ms;
        transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 200ms; }
      .wd__section .wd__performance__graph .graph .graph__line.line-2 .graph__bar {
        -webkit-transition: width 1200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 400ms;
        transition: width 1200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 400ms; }
        .wd__section .wd__performance__graph .graph .graph__line.line-2 .graph__bar .bar__value {
          -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1200ms;
          transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1200ms; }
      .wd__section .wd__performance__graph .graph .graph__line.line-2 .graph__caption {
        -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 600ms;
        transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 600ms; }
      .wd__section .wd__performance__graph .graph .graph__line.line-3 .graph__bar {
        -webkit-transition: width 1200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 800ms;
        transition: width 1200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 800ms; }
        .wd__section .wd__performance__graph .graph .graph__line.line-3 .graph__bar .bar__value {
          -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1600ms;
          transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1600ms; }
      .wd__section .wd__performance__graph .graph .graph__line.line-3 .graph__caption {
        -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1000ms;
        transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1000ms; }
      .wd__section .wd__performance__graph .graph .graph__line.line-4 .graph__bar {
        -webkit-transition: width 1200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 1200ms;
        transition: width 1200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 1200ms; }
        .wd__section .wd__performance__graph .graph .graph__line.line-4 .graph__bar .bar__value {
          -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 2000ms;
          transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 2000ms; }
      .wd__section .wd__performance__graph .graph .graph__line.line-4 .graph__caption {
        -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1400ms;
        transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1400ms; }
      .wd__section .wd__performance__graph .graph .graph__line.line-5 .graph__bar {
        -webkit-transition: width 1200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 1600ms;
        transition: width 1200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 1600ms; }
        .wd__section .wd__performance__graph .graph .graph__line.line-5 .graph__bar .bar__value {
          -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 2400ms;
          transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 2400ms; }
      .wd__section .wd__performance__graph .graph .graph__line.line-5 .graph__caption {
        -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1800ms;
        transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1800ms; }
      .wd__section .wd__performance__graph .graph .graph__line.line-6 .graph__bar {
        -webkit-transition: width 1200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 2000ms;
        transition: width 1200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 2000ms; }
        .wd__section .wd__performance__graph .graph .graph__line.line-6 .graph__bar .bar__value {
          -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 2800ms;
          transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 2800ms; }
      .wd__section .wd__performance__graph .graph .graph__line.line-6 .graph__caption {
        -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 2200ms;
        transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 2200ms; }
      .wd__section .wd__performance__graph .graph .graph__line .graph__bar {
        position: relative;
        margin-bottom: 10px;
        height: 12px; }
        .wd__section .wd__performance__graph .graph .graph__line .graph__bar .bar__value {
          position: absolute;
          opacity: 1;
          left: 100%;
          margin-top: -8px;
          margin-left: 19px;
          font-size: 22px;
          letter-spacing: .05em; }
          .wd__section .wd__performance__graph .graph .graph__line .graph__bar .bar__value .value__unit {
            font-size: 0.4em; }
      .wd__section .wd__performance__graph .graph .graph__line .graph__caption {
        opacity: 1;
        font-size: 17px;
        letter-spacing: .05em; }
    .wd__section .wd__performance__graph .graph-badge {
      margin-left: -31px;
      margin-top: -40px;
      -webkit-transform: translate3d(0px, 0px, 0px);
      transform: translate3d(0px, 0px, 0px);
      -webkit-transition: opacity 700ms cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s, -webkit-transform 900ms cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
      transition: opacity 700ms cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s, -webkit-transform 900ms cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
      transition: transform 900ms cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s, opacity 700ms cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
      transition: transform 900ms cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s, opacity 700ms cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s, -webkit-transform 900ms cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s; }
      .wd__section .wd__performance__graph .graph-badge .badge__caption-top,
      .wd__section .wd__performance__graph .graph-badge .badge__caption-bottom {
        display: block;
        font-size: 16px;
        letter-spacing: 0.4px;
        line-height: 1; }
      .wd__section .wd__performance__graph .graph-badge .badge__value {
        display: block;
        font-size: 65px;
        line-height: 1; }
        .wd__section .wd__performance__graph .graph-badge .badge__value .value__unit {
          font-size: 0.4em; }
      .wd__section .wd__performance__graph .graph-badge .badge__caption-bottom {
        margin-top: -3px; }
  .wd__section .wd__performance__graph.reset .graph .graph__line .graph__bar {
    width: 0% !important; }
    .wd__section .wd__performance__graph.reset .graph .graph__line .graph__bar .bar__value {
      opacity: 0 !important; }
  .wd__section .wd__performance__graph.reset .graph .graph__line .graph__caption {
    opacity: 0 !important; }
  .wd__section .wd__performance__graph.reset .graph-badge {
    -webkit-transform: translate3d(-40px, 0px, 0px) !important;
    transform: translate3d(-40px, 0px, 0px) !important;
    opacity: 0 !important; }
  @media all and (min-width: 721px) and (max-width: 1300px) {
    .wd__section .wd__performance__graph .graph .graph__line .graph__bar .bar__value {
      margin-top: -4px;
      font-size: 17px; }
    .wd__section .wd__performance__graph .graph-badge {
      margin-top: -34px; }
      .wd__section .wd__performance__graph .graph-badge .badge__value {
        font-size: 58px; } }
  @media all and (min-width: 1px) and (max-width: 720px) {
    .wd__section .wd__performance__graph .graph__heading {
      font-size: 19px; }
    .wd__section .wd__performance__graph .graph .graph__line {
      margin-bottom: 28px; }
      .wd__section .wd__performance__graph .graph .graph__line.line-1 {
        position: relative; }
        .wd__section .wd__performance__graph .graph .graph__line.line-1 .graph__bar .bar__value {
          display: block;
          position: absolute;
          text-align: right;
          right: 0;
          margin-top: 16px;
          margin-left: -150px;
          font-size: 32px; }
      .wd__section .wd__performance__graph .graph .graph__line .graph__bar .bar__value {
        margin-left: 12px; }
      .wd__section .wd__performance__graph .graph .graph__line .graph__caption {
        opacity: 1;
        font-size: 17px;
        letter-spacing: .05em; }
    .wd__section .wd__performance__graph .graph-badge {
      display: none; } }
  .wd__section .wd__performance__graph.theme-black .graph__heading,
  .wd__section .wd__performance__graph.theme-black .graph__description {
    color: #eee; }
  .wd__section .wd__performance__graph.theme-black .bar__value,
  .wd__section .wd__performance__graph.theme-black .graph__caption {
    color: #eee; }
  .wd__section .wd__performance__graph.theme-black .line-1 .bar__value {
    color: #ee1382; }
  .wd__section .wd__performance__graph.theme-black .graph-badges .graph-badge .badge__caption-top,
  .wd__section .wd__performance__graph.theme-black .graph-badges .graph-badge .badge__caption-bottom {
    color: white; }
  .wd__section .wd__performance__graph.theme-black .graph-badges .graph-badge .badge__value {
    color: #ee1382; }
  .wd__section .wd__performance__graph.theme-white .graph__heading,
  .wd__section .wd__performance__graph.theme-white .graph__description {
    color: #333; }
  .wd__section .wd__performance__graph.theme-white .bar__value,
  .wd__section .wd__performance__graph.theme-white .graph__caption {
    color: #555; }
  .wd__section .wd__performance__graph.theme-white .line-1 .bar__value {
    color: #00c6ff; }
  .wd__section .wd__performance__graph.theme-white .graph-badges .graph-badge .badge__caption-top,
  .wd__section .wd__performance__graph.theme-white .graph-badges .graph-badge .badge__caption-bottom {
    color: #333; }
  .wd__section .wd__performance__graph.theme-white .graph-badges .graph-badge .badge__value {
    color: #00c6ff; }

.ie10 .inner__page.active, .ie11 .inner__page.active {
  display: inline-block !important; }

.inner__nav {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 0 auto 0;
  width: 1000px; }
  .inner__nav .nav__heading {
    font-size: 21px;
    color: #ffe092;
    -webkit-transition: opacity 600ms ease-out;
    transition: opacity 600ms ease-out; }
    .inner__nav .nav__heading.clicked {
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .inner__nav .nav__switch__btn {
    position: absolute;
    cursor: pointer;
    bottom: -62px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    -webkit-transition: all 600ms ease-out, top 1000ms ease-out;
    transition: all 600ms ease-out, top 1000ms ease-out; }
    .inner__nav .nav__switch__btn .icon__switch {
      position: absolute;
      top: 0;
      left: 0;
      width: 40px;
      height: 40px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      -webkit-transition: all 500ms ease-out;
      transition: all 500ms ease-out;
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/icon/inner/icon_open.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__nav .nav__switch__btn .icon__switch {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/icon/inner/icon_open.png"); } }
    .inner__nav .nav__switch__btn.clicked {
      -webkit-transform: translate3d(0px, 210px, 0px);
      transform: translate3d(0px, 210px, 0px); }
      .inner__nav .nav__switch__btn.clicked .icon__switch {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(405deg) translate3d(0px, 0px, 0px);
        transform: rotate(405deg) translate3d(0px, 0px, 0px); }
    .inner__nav .nav__switch__btn.fixed {
      position: fixed;
      top: -30px;
      left: 50%;
      margin-left: -20px; }
    .inner__nav .nav__switch__btn.disable {
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      top: -300px !important; }

.inner__page {
  background-color: #f5f5f5;
  margin-top: 0;
  padding-top: 0; }
  .inner__page .wd__content .content__title {
    font-size: 27px;
    line-height: 1.2; }
  .inner__page .inner__mask {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-transition: opacity 500ms ease-out;
    transition: opacity 500ms ease-out;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .inner__page.darknight .inner__mask {
    z-index: 1000000;
    -webkit-transition: opacity 500ms ease-out;
    transition: opacity 500ms ease-out;
    -webkit-opacity: 0.6;
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    -ms-opacity: 0.6;
    -o-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
  .inner__page .section_content {
    background-color: #fff;
    max-width: 2560px;
    z-index: 0; }
    .inner__page .section_content.theme-gray {
      background-color: #e7e7e7;
      max-width: 1366px;
      margin-bottom: 4px;
      padding-bottom: 0; }
      .inner__page .section_content.theme-gray .wd__content {
        padding-top: 39px; }
  .inner__page .icon {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 11px;
    width: 120px;
    height: 120px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    .inner__page .icon.icon-allSmiles {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/icon/icon_all_smiles.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-allSmiles {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/icon/icon_all_smiles.png"); } }
    .inner__page .icon.icon-auto {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/icon/icon_auto.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-auto {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/icon/icon_auto.png"); } }
    .inner__page .icon.icon-beautification {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/icon/icon_beautification.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-beautification {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/icon/icon_beautification.png"); } }
    .inner__page .icon.icon-depthOfField {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/icon/icon_depth_of_field.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-depthOfField {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/icon/icon_depth_of_field.png"); } }
    .inner__page .icon.icon-effect {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/icon/icon_effect.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-effect {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/icon/icon_effect.png"); } }
    .inner__page .icon.icon-gif {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/icon/icon_gif.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-gif {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/icon/icon_gif.png"); } }
    .inner__page .icon.icon-hdrPro {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/icon/icon_hdr_pro.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-hdrPro {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/icon/icon_hdr_pro.png"); } }
    .inner__page .icon.icon-kids {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/icon/icon_kids.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-kids {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/icon/icon_kids.png"); } }
    .inner__page .icon.icon-lowlight {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/icon/icon_lowlight.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-lowlight {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/icon/icon_lowlight.png"); } }
    .inner__page .icon.icon-miniature {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/icon/icon_miniature.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-miniature {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/icon/icon_miniature.png"); } }
    .inner__page .icon.icon-night {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/icon/icon_night.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-night {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/icon/icon_night.png"); } }
    .inner__page .icon.icon-qrCode {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/icon/icon_qr_code.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-qrCode {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/icon/icon_qr_code.png"); } }
    .inner__page .icon.icon-selfiePanorama {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/icon/icon_selfie_panorama.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-selfiePanorama {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/icon/icon_selfie_panorama.png"); } }
    .inner__page .icon.icon-selfie {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/icon/icon_selfie.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-selfie {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/icon/icon_selfie.png"); } }
    .inner__page .icon.icon-slowMotion {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/icon/icon_slow_motion.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-slowMotion {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/icon/icon_slow_motion.png"); } }
    .inner__page .icon.icon-smartRemove {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/icon/icon_smart_remove.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-smartRemove {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/icon/icon_smart_remove.png"); } }
    .inner__page .icon.icon-superResolution {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/icon/icon_super_resolution.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-superResolution {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/icon/icon_super_resolution.png"); } }
    .inner__page .icon.icon-manual {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/icon/icon_manual.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-manual {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/icon/icon_manual.png"); } }
    .inner__page .icon.icon-timeLapse {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/icon/icon_time_lapse.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-timeLapse {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/icon/icon_time_lapse.png"); } }
    .inner__page .icon.icon-timeRewind {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/icon/icon_time_rewind.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-timeRewind {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/icon/icon_time_rewind.png"); } }
    .inner__page .icon.icon-youtube {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/icon/icon_youtube.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-youtube {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/icon/icon_youtube.png"); } }
    .inner__page .icon.icon-panaroma {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/icon/icon_panaroma.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-panaroma {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/icon/icon_panaroma.png"); } }
    .inner__page .icon.icon-pro {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/icon/icon_pro.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-pro {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/icon/icon_pro.png"); } }
    .inner__page .icon.icon-portrait {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/icon/icon_portrait.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .inner__page .icon.icon-portrait {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/icon/icon_portrait.png"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .inner__nav {
    margin: 0 auto 0;
    width: 100%; }
    .inner__nav .nav__heading {
      font-size: 21px; }
    .inner__nav .nav__switch__btn {
      bottom: -63px;
      left: 50%;
      margin-left: -20px;
      width: 40px;
      height: 40px; }
      .inner__nav .nav__switch__btn .icon__switch {
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 40px; }
      .inner__nav .nav__switch__btn.clicked {
        -webkit-transform: translate3d(0px, 210px, 0px);
        transform: translate3d(0px, 210px, 0px); }
        .inner__nav .nav__switch__btn.clicked .icon__switch {
          -webkit-transform-origin: center;
          -ms-transform-origin: center;
          transform-origin: center;
          -webkit-transform: rotate(405deg) translate3d(0px, 0px, 0px);
          transform: rotate(405deg) translate3d(0px, 0px, 0px); }
      .inner__nav .nav__switch__btn.fixed {
        top: -30px;
        left: 50%;
        margin-left: -20px; }
  .inner__page .wd__content .content__title {
    font-size: 27px;
    line-height: 1.2; }
  .inner__page .section_content {
    padding-bottom: 205px; }
    .inner__page .section_content.theme-gray {
      max-width: 1300px;
      max-width: 722px; }
      .inner__page .section_content.theme-gray .wd__content {
        padding-top: 39px; }
      .inner__page .section_content.theme-gray .col.always__on__top {
        background-color: #FFF; }
  .inner__page .icon {
    margin-bottom: 11px;
    width: 120px;
    height: 120px; } }

@media all and (max-width: 720px) {
  .inner__nav {
    margin: 0 auto 0;
    width: 100%; }
    .inner__nav .nav__heading {
      font-size: 15px;
      letter-spacing: 0.2px; }
    .inner__nav .nav__switch__btn {
      bottom: -55px;
      left: 50%;
      margin-left: -19px;
      width: 38px;
      height: 38px; }
      .inner__nav .nav__switch__btn .icon__switch {
        position: absolute;
        top: 0;
        left: 0;
        width: 38px;
        height: 38px; }
      .inner__nav .nav__switch__btn.clicked {
        -webkit-transform: translate3d(0px, 210px, 0px);
        transform: translate3d(0px, 210px, 0px); }
        .inner__nav .nav__switch__btn.clicked .icon__switch {
          -webkit-transform-origin: center;
          -ms-transform-origin: center;
          transform-origin: center;
          -webkit-transform: rotate(405deg) translate3d(0px, 0px, 0px);
          transform: rotate(405deg) translate3d(0px, 0px, 0px); }
      .inner__nav .nav__switch__btn.fixed {
        top: -30px;
        left: 50%;
        margin-left: -19px; }
  .inner__page .wd__content .content__title {
    font-size: 20px;
    line-height: 1.1; }
  .inner__page .section_content {
    padding-bottom: 205px; }
    .inner__page .section_content.theme-gray {
      max-width: 414px; }
      .inner__page .section_content.theme-gray .col.always__on__top {
        background-color: #FFF; }
  .inner__page .icon {
    margin-bottom: 11px;
    width: 120px;
    height: 120px; } }

.wd__innerbtn {
  position: relative;
  padding: 0;
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2; }
  .wd__innerbtn.blackTheme {
    margin-top: -2px;
    background: #0f0d10; }
  .wd__innerbtn .inner__btn {
    position: absolute;
    width: 100%;
    height: 80px;
    margin: 0 auto; }
    .wd__innerbtn .inner__btn span {
      font-size: 21px;
      text-align: center;
      display: block;
      margin-bottom: 22px;
      opacity: 1;
      -webkit-transition: opacity 400ms;
      transition: opacity 400ms; }
    .wd__innerbtn .inner__btn .toggleSlide {
      width: 40px;
      height: 40px;
      position: absolute;
      left: 50%;
      margin-left: -20px;
      cursor: pointer;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
      transform-origin: center center;
      -webkit-transform: translateY(0px) translateZ(0px) rotate(0deg);
      transform: translateY(0px) translateZ(0px) rotate(0deg);
      -webkit-transition: background-image 300ms ease-out, -webkit-transform 800ms 50ms;
      transition: background-image 300ms ease-out, -webkit-transform 800ms 50ms;
      transition: transform 800ms 50ms, background-image 300ms ease-out;
      transition: transform 800ms 50ms, background-image 300ms ease-out, -webkit-transform 800ms 50ms; }
      .wd__innerbtn .inner__btn .toggleSlide.fixed {
        position: fixed;
        top: -100px; }
    .wd__innerbtn .inner__btn.active span {
      opacity: 0; }
    .wd__innerbtn .inner__btn.active .toggleSlide {
      -webkit-transform: translateY(180px) translateZ(0px) rotate(0deg);
      transform: translateY(180px) translateZ(0px) rotate(0deg); }

.wd__innerbtn.theme-black .inner__btn span {
  color: #333; }

.wd__innerbtn.theme-black .inner__btn .toggleSlide {
  background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/icon/inner/icon_open_black.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .wd__innerbtn.theme-black .inner__btn .toggleSlide {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/icon/inner/icon_open_black.png"); } }

.wd__innerbtn.theme-black .inner__btn.active .toggleSlide {
  background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/icon/inner/icon_close_black.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .wd__innerbtn.theme-black .inner__btn.active .toggleSlide {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/icon/inner/icon_close_black.png"); } }

.wd__innerbtn.theme-white .inner__btn span {
  color: #fff; }

.wd__innerbtn.theme-white .inner__btn .toggleSlide {
  background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/icon/inner/icon_open_white.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .wd__innerbtn.theme-white .inner__btn .toggleSlide {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/icon/inner/icon_open_white.png"); } }

.wd__innerbtn.theme-white .inner__btn.active .toggleSlide {
  background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/icon/inner/icon_close_white.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .wd__innerbtn.theme-white .inner__btn.active .toggleSlide {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/icon/inner/icon_close_white.png"); } }

.inner__page {
  display: block;
  overflow: hidden;
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1; }
  .inner__page .section_content {
    max-width: 1366px; }
    .inner__page .section_content .wd__content .content__title {
      color: #333 !important;
      font-size: 24px;
      font-weight: 200 !important; }
      .inner__page .section_content .wd__content .content__title * {
        font-weight: 200 !important; }
    .inner__page .section_content .wd__content .content__info {
      color: #333 !important; }
  .inner__page .row {
    opacity: 0;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms; }
  .inner__page.active .row {
    opacity: 1; }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .wd__innerbtn {
    padding: 20px 0; }
    .wd__innerbtn.blackTheme {
      margin-top: -2px; }
    .wd__innerbtn .inner__btn {
      width: 100%;
      height: 80px;
      margin: 0 auto; }
      .wd__innerbtn .inner__btn span {
        font-size: 21px;
        margin-bottom: 11px; }
      .wd__innerbtn .inner__btn .toggleSlide {
        z-index: 999;
        width: 40px;
        height: 40px;
        position: absolute;
        left: 50%;
        margin-left: -20px;
        cursor: pointer;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: translateY(0px) translateZ(0px) rotate(0deg);
        transform: translateY(0px) translateZ(0px) rotate(0deg);
        -webkit-transition: background-image 300ms ease-out, -webkit-transform 800ms 50ms;
        transition: background-image 300ms ease-out, -webkit-transform 800ms 50ms;
        transition: transform 800ms 50ms, background-image 300ms ease-out;
        transition: transform 800ms 50ms, background-image 300ms ease-out, -webkit-transform 800ms 50ms; }
      .wd__innerbtn .inner__btn.active span {
        opacity: 0; }
      .wd__innerbtn .inner__btn.active .toggleSlide {
        -webkit-transform: translateY(120px) translateZ(0px) rotate(0deg);
        transform: translateY(120px) translateZ(0px) rotate(0deg); }
        .wd__innerbtn .inner__btn.active .toggleSlide.fixed {
          top: -38px; }
  .wd__inner {
    overflow: hidden;
    display: none; }
    .wd__inner .limit__width {
      max-width: 720px; }
      .wd__inner .limit__width .wd__content {
        position: absolute; }
        .wd__inner .limit__width .wd__content .content__title {
          font-size: 24px;
          font-weight: 200 !important; }
          .wd__inner .limit__width .wd__content .content__title * {
            font-weight: 200 !important; }
    .wd__inner .row {
      opacity: 0;
      -webkit-transition: opacity 400ms;
      transition: opacity 400ms;
      margin-top: 150px;
      margin-bottom: 150px; }
    .wd__inner.active .row {
      opacity: 1; } }

@media all and (max-width: 720px) {
  .wd__innerbtn {
    padding: 20px 0; }
    .wd__innerbtn.blackTheme {
      margin-top: -2px;
      background: #0f0d10; }
    .wd__innerbtn .inner__btn {
      left: 0;
      margin: 0 2%;
      width: 96%;
      height: 80px; }
      .wd__innerbtn .inner__btn span {
        font-size: 15.5px;
        margin-bottom: 19px; }
      .wd__innerbtn .inner__btn .toggleSlide {
        width: 38px;
        height: 38px;
        position: absolute;
        left: 50%;
        margin-left: -19px;
        margin-top: -5px;
        cursor: pointer;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: translateY(0px) translateZ(0px) rotate(0deg);
        transform: translateY(0px) translateZ(0px) rotate(0deg);
        -webkit-transition: background-image 300ms ease-out, -webkit-transform 800ms 50ms;
        transition: background-image 300ms ease-out, -webkit-transform 800ms 50ms;
        transition: transform 800ms 50ms, background-image 300ms ease-out;
        transition: transform 800ms 50ms, background-image 300ms ease-out, -webkit-transform 800ms 50ms; }
        .wd__innerbtn .inner__btn .toggleSlide.fixed {
          top: -25px; }
      .wd__innerbtn .inner__btn.active span {
        opacity: 0; }
      .wd__innerbtn .inner__btn.active .toggleSlide {
        -webkit-transform: translateY(103px) translateZ(0px) rotate(0deg);
        transform: translateY(103px) translateZ(0px) rotate(0deg); }
  .inner__page .section_content .wd__content {
    max-width: 414px !important; } }

#CMD .wd__section .row .col[class*="push-"],
#CMD .wd__section .row .col[class*="pull-"] {
  position: relative; }

#CMD .wd__section .always__on__top {
  position: relative;
  z-index: 1000; }

#CMD .wd__section .no__wrap {
  white-space: nowrap;
  display: inline-block; }

#CMD .wd__section .wd__content .content__slogan {
  color: #f09b08; }

#CMD .wd__section .wd__content .content__title {
  color: #e8e8e8; }

#CMD .wd__section .wd__content .content__info {
  color: #e8e8e8; }

#CMD .wd__section .wd__content .content__slogan {
  display: inline-block; }
  #CMD .wd__section .wd__content .content__slogan:before {
    position: relative;
    display: inline-block;
    content: '';
    top: 17px;
    margin-right: 12px;
    width: 80px;
    height: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/icon/icon_heart.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      #CMD .wd__section .wd__content .content__slogan:before {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/icon/icon_heart.png"); } }

#CMD .wd__section .wd__content .content__link span {
  color: #15aabf; }

#CMD .wd__section .wd__feature__list .wd__feature {
  vertical-align: top; }
  #CMD .wd__section .wd__feature__list .wd__feature .wd__feature__data {
    color: #f09b08; }
  #CMD .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top {
    color: #fff; }
  #CMD .wd__section .wd__feature__list .wd__feature .wd__feature__describe {
    color: #fff; }

#CMD .wd__section.theme__text-white .wd__content .content__title {
  color: #333; }

#CMD .wd__section.theme__text-white .wd__content .content__info {
  color: #333; }

#CMD .wd__section.theme__text-white .wd__content .content__link span {
  color: #333; }

#CMD .wd__section.theme__text-white .wd__feature__list .wd__feature .wd__feature__data {
  color: #f09b08; }

#CMD .wd__section.theme__text-white .wd__feature__list .wd__feature .wd__feature__describe__top {
  color: #333; }

#CMD .wd__section.theme__text-white .wd__feature__list .wd__feature .wd__feature__describe {
  color: #333; }

#CMD .wd__section .large_use,
#CMD .wd__section .medium_use,
#CMD .wd__section .small_use {
  display: none; }

#CMD .wd__section .large_use {
  display: block \9; }

#CMD .wd__section .large_unuse {
  display: none \9; }

#CMD .wd__section .img {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

#CMD .section__kv {
  background: #121a34;
  padding-top: 0px;
  padding-bottom: 50px; }
  #CMD .section__kv .wd__content {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 1300px; }
    #CMD .section__kv .wd__content .content__slogan {
      display: block;
      left: 0;
      margin-top: 0px;
      color: white;
      font-size: 73px; }
    #CMD .section__kv .wd__content .content__title {
      margin-top: 26px;
      width: 920px;
      color: white;
      font-size: 43px;
      line-height: 1.3; }
    #CMD .section__kv .wd__content .content__info {
      margin-top: 9px;
      width: 1190px;
      color: white !important;
      font-size: 26px; }
    #CMD .section__kv .wd__content .content__slogan:before {
      display: none; }
  #CMD .section__kv .bottom_content {
    margin-top: -352px; }
    #CMD .section__kv .bottom_content .wd__feature__list .wd__feature {
      margin-left: 27px;
      margin-right: 27px; }
      #CMD .section__kv .bottom_content .wd__feature__list .wd__feature .wd__feature__data {
        font-size: 40px;
        padding-bottom: 12px; }
      #CMD .section__kv .bottom_content .wd__feature__list .wd__feature .wd__feature__describe, #CMD .section__kv .bottom_content .wd__feature__list .wd__feature .wd__feature__describe span {
        white-space: normal;
        font-size: 26px;
        line-height: 1.2;
        color: white; }
  #CMD .section__kv .img__kv__logo {
    left: 50%;
    margin-top: 52px;
    margin-left: -497px;
    width: 1000px;
    height: 110px;
    background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/01_kv_logo.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      #CMD .section__kv .img__kv__logo {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/01_kv_logo.png"); } }
  #CMD .section__kv .img__kv {
    position: relative;
    left: 50%;
    margin-top: -611px;
    margin-left: -1280px;
    width: 2560px;
    height: 2163px;
    background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/01_kv.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      #CMD .section__kv .img__kv {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/01_kv.jpg"); } }

#CMD .section__performance {
  padding-top: 140px;
  background-color: #121a34; }
  #CMD .section__performance .wd__content {
    width: 1010px; }
    #CMD .section__performance .wd__content .content__title {
      color: white !important; }
    #CMD .section__performance .wd__content .content__info {
      color: white !important; }
  #CMD .section__performance .wd__feature__list .wd__feature {
    vertical-align: top; }
    #CMD .section__performance .wd__feature__list .wd__feature .wd__feature__describe__top, #CMD .section__performance .wd__feature__list .wd__feature .wd__feature__describe__top span, #CMD .section__performance .wd__feature__list .wd__feature .wd__feature__describe__top sup, #CMD .section__performance .wd__feature__list .wd__feature .wd__feature__describe, #CMD .section__performance .wd__feature__list .wd__feature .wd__feature__describe span, #CMD .section__performance .wd__feature__list .wd__feature .wd__feature__describe sup {
      color: white; }
  #CMD .section__performance .wd__performance__graph {
    left: 13px;
    margin-left: auto;
    margin-right: auto;
    width: 720px; }
    #CMD .section__performance .wd__performance__graph .graph__line.line-1 .graph__bar {
      width: 100%; }
    #CMD .section__performance .wd__performance__graph .graph__line.line-1 .graph__bar {
      background: -webkit-gradient(linear, left top, right top, from(#117dd5), to(#ee1382));
      background: -webkit-linear-gradient(left, #117dd5, #ee1382);
      background: linear-gradient(to right, #117dd5, #ee1382); }
    #CMD .section__performance .wd__performance__graph .graph__line.line-2 .graph__bar {
      width: 66.39%; }
    #CMD .section__performance .wd__performance__graph .graph__line.line-2 .graph__bar {
      background: gray; }
    #CMD .section__performance .wd__performance__graph .graph__line .graph__bar .bar__value {
      width: 150px; }
  #CMD .section__performance .img__performance {
    z-index: 999;
    margin-top: -465px;
    max-width: 2560px;
    width: 100%;
    height: 1726px;
    background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/02_performance.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      #CMD .section__performance .img__performance {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/02_performance.jpg"); } }

#CMD .section__power {
  display: inline-block;
  margin-top: -340px;
  background-color: #141414; }
  #CMD .section__power .wd__content {
    width: 820px; }
  #CMD .section__power .wd__feature__list .wd__feature {
    vertical-align: top;
    width: 189px; }
  #CMD .section__power .img__power {
    position: relative;
    margin-top: -380px;
    max-width: 2560px;
    width: 100%;
    height: 1846px;
    background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/03_power.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      #CMD .section__power .img__power {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/03_power.jpg"); } }
  #CMD .section__power .compare {
    position: absolute;
    text-align: left;
    left: 50%;
    bottom: 190px;
    margin-left: -600px;
    width: 800px;
    z-index: 1000000000; }
    #CMD .section__power .compare .compare__text {
      position: relative;
      display: block;
      color: #e8e8e8; }
    #CMD .section__power .compare .text__title {
      font-size: 27px; }
    #CMD .section__power .compare .text__comment {
      margin-top: 3px;
      font-size: 18px; }
    #CMD .section__power .compare .img__compare {
      position: relative;
      display: block;
      margin-top: 10px;
      margin-left: 0;
      width: 720px;
      height: 218px;
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/03_compare.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        #CMD .section__power .compare .img__compare {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/03_compare.png"); } }

#CMD .section__display {
  margin-top: -10px;
  padding-top: 28px;
  background-color: #141414; }
  #CMD .section__display .wd__content {
    width: 880px; }
  #CMD .section__display .wd__feature__list {
    width: 750px; }
    #CMD .section__display .wd__feature__list .wd__feature {
      width: 190px; }
  #CMD .section__display .img__display {
    z-index: 999;
    margin-top: -495px;
    max-width: 2560px;
    width: 100%;
    height: 1368px;
    background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/04_display.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      #CMD .section__display .img__display {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/04_display.jpg"); } }

#CMD .section__more__screen {
  background: #f3f3f3;
  padding-top: 613px; }
  #CMD .section__more__screen .wd__content {
    position: relative;
    left: 100%;
    margin-left: -579px;
    width: 520px; }
  #CMD .section__more__screen .phone__compare {
    position: relative;
    text-align: center;
    left: -19px;
    margin-top: 55px; }
    #CMD .section__more__screen .phone__compare figure {
      position: relative;
      display: inline-block;
      text-align: center;
      margin-left: 30px;
      margin-right: 30px;
      width: 190px;
      height: 240px; }
      #CMD .section__more__screen .phone__compare figure.phone__1 {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/05_compare_phone_1.jpg"); }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
          #CMD .section__more__screen .phone__compare figure.phone__1 {
            background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/05_compare_phone_1.jpg"); } }
      #CMD .section__more__screen .phone__compare figure.phone__2 {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/05_compare_phone_2.jpg"); }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
          #CMD .section__more__screen .phone__compare figure.phone__2 {
            background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/05_compare_phone_2.jpg"); } }
    #CMD .section__more__screen .phone__compare span {
      position: absolute;
      left: 50%;
      top: 246px;
      margin-left: -85px;
      width: 170px;
      color: #333;
      font-size: 16px;
      letter-spacing: 0.4px;
      line-height: 1.3; }
  #CMD .section__more__screen .img__more__screen {
    margin-top: -460px;
    margin-left: -411px;
    width: 1284px;
    height: 1175px;
    background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/05_more_screen.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      #CMD .section__more__screen .img__more__screen {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/05_more_screen.jpg"); } }

#CMD .section__matal__design {
  background: #f3f3f3;
  padding-top: 292px; }
  #CMD .section__matal__design .wd__content {
    position: relative;
    left: 50%;
    margin-left: 30px;
    width: 560px; }
  #CMD .section__matal__design .img__matal__design {
    margin-top: -574px;
    max-width: 2560px;
    width: 100%;
    height: 1572px;
    background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/06_matal_design.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      #CMD .section__matal__design .img__matal__design {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/06_matal_design.jpg"); } }
    #CMD .section__matal__design .img__matal__design .display__text {
      position: absolute;
      z-index: 1000;
      left: 50%;
      top: 50%;
      width: 400px;
      font-size: 26px;
      letter-spacing: 2px;
      color: #fff;
      text-transform: uppercase; }
      #CMD .section__matal__design .img__matal__design .display__text.text-1 {
        margin-top: -25px;
        margin-left: -21px; }
      #CMD .section__matal__design .img__matal__design .display__text.text-2 {
        margin-top: 387px;
        margin-left: 128px; }
      #CMD .section__matal__design .img__matal__design .display__text.text-3 {
        margin-top: 798px;
        margin-left: 315px; }
    #CMD .section__matal__design .img__matal__design .img__matal__design__cover {
      position: absolute;
      z-index: 999;
      left: 50%;
      margin-left: 438px;
      bottom: 14px;
      width: 843px;
      height: 894px;
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/06_matal_design_cover.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        #CMD .section__matal__design .img__matal__design .img__matal__design__cover {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/06_matal_design_cover.png"); } }

#CMD .section__dual__camera {
  margin-top: -101px; }
  #CMD .section__dual__camera .wd__content {
    position: relative;
    left: 100%;
    margin-left: -545px;
    width: 597px; }
  #CMD .section__dual__camera .wd__feature__list .wd__feature {
    text-align: center;
    width: 130px; }
    #CMD .section__dual__camera .wd__feature__list .wd__feature figure {
      margin-top: -16px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 9px;
      width: 72px;
      height: 72px; }
      #CMD .section__dual__camera .wd__feature__list .wd__feature figure.icon-1 {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/icon/07_icon_1.png"); }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
          #CMD .section__dual__camera .wd__feature__list .wd__feature figure.icon-1 {
            background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/icon/07_icon_1.png"); } }
  #CMD .section__dual__camera .img__dual__camera {
    z-index: 1;
    margin-top: 87px;
    margin-left: 0;
    width: 1205px;
    height: 1338px;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/07_dual_camera.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      #CMD .section__dual__camera .img__dual__camera {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/07_dual_camera.jpg"); } }

#CMD .section__portraits {
  margin-top: -168px;
  background-color: #fff; }
  #CMD .section__portraits .wd__content {
    width: 830px; }
  #CMD .section__portraits .img__portraits {
    position: relative;
    left: 50%;
    margin-top: -56px;
    margin-left: -777px;
    width: 2062px;
    height: 1292px;
    background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/08_bokehmode.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      #CMD .section__portraits .img__portraits {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/08_bokehmode.jpg"); } }

#CMD .section__beauty__mode {
  margin-top: -80px; }
  #CMD .section__beauty__mode .wd__content {
    margin-left: 66px;
    width: 590px; }
    #CMD .section__beauty__mode .wd__content .content__info {
      width: 530px; }
  #CMD .section__beauty__mode .img__beauty__mode {
    left: 100%;
    margin-top: -127px;
    margin-left: -998px;
    width: 1682px;
    height: 1450px;
    background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/09_beauty_mode.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      #CMD .section__beauty__mode .img__beauty__mode {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/09_beauty_mode.jpg"); } }

#CMD .section__audio {
  overflow: hidden;
  padding-top: 199px; }
  #CMD .section__audio .wd__content {
    margin-left: 49px;
    width: 588px; }
    #CMD .section__audio .wd__content .content__info {
      max-width: 540px; }
  #CMD .section__audio .wd__feature__list {
    width: 600px; }
    #CMD .section__audio .wd__feature__list .wd__feature {
      text-align: center; }
      #CMD .section__audio .wd__feature__list .wd__feature figure {
        margin-top: -3px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -5px;
        width: 125px;
        height: 70px; }
        #CMD .section__audio .wd__feature__list .wd__feature figure.icon-1 {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/icon/10_icon_1.png"); }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
            #CMD .section__audio .wd__feature__list .wd__feature figure.icon-1 {
              background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/icon/10_icon_1.png"); } }
  #CMD .section__audio .wd__content.text__animation .table {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: transform 400ms ease-out 1200ms, opacity 400ms ease-out 1200ms, -webkit-transform 400ms ease-out 1200ms; }
  #CMD .section__audio .wd__content.text-show .table {
    opacity: 1;
    will-change: transform;
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0); }
  #CMD .section__audio .table {
    width: 533px;
    margin-top: -1px;
    margin-left: 0; }
    #CMD .section__audio .table .col__label, #CMD .section__audio .table .row__label {
      color: lightgray; }
    #CMD .section__audio .table .table__column {
      margin-bottom: 7px; }
      #CMD .section__audio .table .table__column .col__label {
        left: 9px; }
    #CMD .section__audio .table .table__row {
      background: transparent; }
      #CMD .section__audio .table .table__row.line__top {
        border-top: 1px solid #555;
        border-bottom: 1px solid #555; }
      #CMD .section__audio .table .table__row.line__bottom {
        border-bottom: 1px solid #555; }
      #CMD .section__audio .table .table__row .row__data {
        color: white;
        border-left: 1px solid #555;
        background: transparent; }
    #CMD .section__audio .table .label__0-60 {
      left: 0;
      letter-spacing: .4px; }
    #CMD .section__audio .table .label__capscity {
      left: 0;
      top: -2px; }
  #CMD .section__audio .img__audio {
    left: 100%;
    margin-top: -357px;
    margin-left: -1280px;
    width: 2560px;
    height: 2164px;
    background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/10_audio.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      #CMD .section__audio .img__audio {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/10_audio.jpg"); } }

#CMD .section__triple__slots {
  overflow: hidden;
  padding-top: 0;
  background-color: #000; }
  #CMD .section__triple__slots .wd__content {
    position: relative;
    left: 100%;
    margin-left: -574px;
    width: 450px; }
  #CMD .section__triple__slots .wd__feature__list .wd__feature {
    width: 160px; }
  #CMD .section__triple__slots .img__triple__slots {
    position: relative;
    z-index: 1;
    margin-top: -259px;
    margin-left: -1228px;
    width: 2547px;
    height: 2305px;
    background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/11_tripleslots.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      #CMD .section__triple__slots .img__triple__slots {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/11_tripleslots.jpg"); } }

#CMD .section__security {
  margin-top: -739px;
  padding-bottom: 96px;
  background-color: #000; }
  #CMD .section__security .wd__content {
    margin-top: 275px;
    margin-left: 67px;
    width: 601px; }
    #CMD .section__security .wd__content .content__info {
      width: 519px; }
  #CMD .section__security .wd__feature__list .wd__feature {
    text-align: center; }
    #CMD .section__security .wd__feature__list .wd__feature figure {
      margin-top: -13px;
      margin-bottom: 8px;
      width: 100px;
      height: 70px; }
      #CMD .section__security .wd__feature__list .wd__feature figure.icon-1 {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/icon/12_icon_1.png"); }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
          #CMD .section__security .wd__feature__list .wd__feature figure.icon-1 {
            background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/icon/12_icon_1.png"); } }
      #CMD .section__security .wd__feature__list .wd__feature figure.icon-2 {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/icon/12_icon_2.png"); }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
          #CMD .section__security .wd__feature__list .wd__feature figure.icon-2 {
            background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/icon/12_icon_2.png"); } }
  #CMD .section__security .img__security {
    position: relative;
    z-index: 1;
    left: 100%;
    margin-left: -616px;
    width: 644px;
    height: 1314px;
    background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/12_security.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      #CMD .section__security .img__security {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/12_security.jpg"); } }

#CMD .section__oreo {
  margin-top: -1px;
  padding-top: 0;
  padding-bottom: 66px;
  background-color: #000; }
  #CMD .section__oreo .wd__content {
    position: relative;
    left: 100%;
    margin-top: 275px;
    margin-left: -572px;
    width: 601px; }
    #CMD .section__oreo .wd__content .content__info {
      width: 489px; }
  #CMD .section__oreo .img__oreo {
    position: relative;
    z-index: 1;
    left: 50%;
    margin-top: -830px;
    margin-left: -38px;
    width: 644px;
    height: 1314px;
    background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/13_oreo.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      #CMD .section__oreo .img__oreo {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/13_oreo.jpg"); } }

#CMD .inner-view .inner-view-container {
  position: relative;
  background: #fff;
  margin-left: auto;
  margin-right: auto; }
  #CMD .inner-view .inner-view-container .wd__section {
    max-width: 1366px; }
    #CMD .inner-view .inner-view-container .wd__section .wd__content .content__slogan {
      color: #333; }
    #CMD .inner-view .inner-view-container .wd__section .wd__content .content__title {
      font-size: 34px; }
    #CMD .inner-view .inner-view-container .wd__section .wd__content .content__info {
      margin-top: 15px; }
    #CMD .inner-view .inner-view-container .wd__section .wd__content .content__slogan:before, #CMD .inner-view .inner-view-container .wd__section .wd__content .content__slogan:after, #CMD .inner-view .inner-view-container .wd__section .wd__content .content__title:before, #CMD .inner-view .inner-view-container .wd__section .wd__content .content__title:after {
      display: none; }

#CMD .inner-view .section__btn__home:before {
  background: none; }

#CMD .section__wefie {
  padding-top: 100px; }
  #CMD .section__wefie .wd__content {
    width: 530px; }
  #CMD .section__wefie .img__compares {
    margin-top: 78px; }
    #CMD .section__wefie .img__compares figure {
      display: inline-block;
      margin: 0 23px 0;
      width: 588px;
      height: 331px; }
      #CMD .section__wefie .img__compares figure .compare__text {
        position: absolute;
        left: 0;
        bottom: -35px;
        width: 100%;
        color: #333;
        font-size: 16px; }
    #CMD .section__wefie .img__compares .img__compare-1 {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/01/01-1.jpg"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        #CMD .section__wefie .img__compares .img__compare-1 {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/01/01-1.jpg"); } }
    #CMD .section__wefie .img__compares .img__compare-2 {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/01/01-2.jpg"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        #CMD .section__wefie .img__compares .img__compare-2 {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/01/01-2.jpg"); } }

#CMD .section__selfiebackground {
  padding-top: 157px; }
  #CMD .section__selfiebackground .wd__content {
    width: 750px; }
  #CMD .section__selfiebackground .img__compares {
    margin-top: 78px; }
    #CMD .section__selfiebackground .img__compares figure {
      display: inline-block;
      margin: 0 23px 0;
      width: 588px;
      height: 331px; }
      #CMD .section__selfiebackground .img__compares figure .compare__text {
        position: absolute;
        left: 0;
        bottom: -35px;
        width: 100%;
        color: #333;
        font-size: 16px; }
    #CMD .section__selfiebackground .img__compares .img__compare-1 {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/01/02-1.jpg"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        #CMD .section__selfiebackground .img__compares .img__compare-1 {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/01/02-1.jpg"); } }
    #CMD .section__selfiebackground .img__compares .img__compare-2 {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/01/02-2.jpg"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        #CMD .section__selfiebackground .img__compares .img__compare-2 {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/01/02-2.jpg"); } }
    #CMD .section__selfiebackground .img__compares .img__compare-3 {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/01/02-3.jpg"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        #CMD .section__selfiebackground .img__compares .img__compare-3 {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/01/02-3.jpg"); } }

#CMD .section__scenery {
  background: #eee;
  margin-top: 170px;
  padding-top: 90px;
  padding-bottom: 40px; }
  #CMD .section__scenery .wd__content {
    width: 940px; }
  #CMD .section__scenery .img__compares {
    margin-top: 78px; }
    #CMD .section__scenery .img__compares figure {
      display: inline-block;
      margin: 0 23px 0;
      width: 588px;
      height: 331px; }
      #CMD .section__scenery .img__compares figure .compare__text {
        position: absolute;
        left: 0;
        bottom: -35px;
        width: 100%;
        color: #333;
        font-size: 16px; }
    #CMD .section__scenery .img__compares .img__compare-1 {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/01/03-1.jpg"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        #CMD .section__scenery .img__compares .img__compare-1 {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/01/03-1.jpg"); } }
    #CMD .section__scenery .img__compares .img__compare-2 {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/01/03-2.jpg"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        #CMD .section__scenery .img__compares .img__compare-2 {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/01/03-2.jpg"); } }
    #CMD .section__scenery .img__compares .img__compare-3 {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/01/03-3.jpg"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        #CMD .section__scenery .img__compares .img__compare-3 {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/01/03-3.jpg"); } }

#CMD .section__portrait {
  background: #eee;
  margin-bottom: -20px;
  padding-top: 140px;
  padding-bottom: 140px; }
  #CMD .section__portrait .wd__content {
    width: 940px; }
  #CMD .section__portrait .img__compares {
    margin-top: 78px; }
    #CMD .section__portrait .img__compares figure {
      display: inline-block;
      margin: 0 23px 0;
      width: 588px;
      height: 331px; }
      #CMD .section__portrait .img__compares figure .compare__text {
        position: absolute;
        left: 0;
        bottom: -35px;
        width: 100%;
        color: #333;
        font-size: 16px; }
    #CMD .section__portrait .img__compares .img__compare-1 {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/01/04-1.jpg"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        #CMD .section__portrait .img__compares .img__compare-1 {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/01/04-1.jpg"); } }
    #CMD .section__portrait .img__compares .img__compare-2 {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/01/04-2.jpg"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        #CMD .section__portrait .img__compares .img__compare-2 {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/01/04-2.jpg"); } }
    #CMD .section__portrait .img__compares .img__compare-3 {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/01/04-3.jpg"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        #CMD .section__portrait .img__compares .img__compare-3 {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/01/04-3.jpg"); } }

#CMD .section__beautylive {
  padding-top: 300px; }
  #CMD .section__beautylive .wd__content {
    width: 610px; }
  #CMD .section__beautylive .wd__feature__list .wd__feature {
    text-align: center;
    vertical-align: top;
    width: 145px; }
    #CMD .section__beautylive .wd__feature__list .wd__feature .wd__feature__data figure {
      margin-top: 14px;
      margin-bottom: 8px;
      width: 102px;
      height: 72px; }
    #CMD .section__beautylive .wd__feature__list .wd__feature .wd__feature__data .icon-1 {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/02/icon-1-1.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        #CMD .section__beautylive .wd__feature__list .wd__feature .wd__feature__data .icon-1 {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/02/icon-1-1.png"); } }
    #CMD .section__beautylive .wd__feature__list .wd__feature .wd__feature__data .icon-2 {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/02/icon-1-2.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        #CMD .section__beautylive .wd__feature__list .wd__feature .wd__feature__data .icon-2 {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/02/icon-1-2.png"); } }
    #CMD .section__beautylive .wd__feature__list .wd__feature .wd__feature__data .icon-3 {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/02/icon-1-3.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        #CMD .section__beautylive .wd__feature__list .wd__feature .wd__feature__data .icon-3 {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/02/icon-1-3.png"); } }
  #CMD .section__beautylive .img__beautylive {
    position: relative;
    left: 100%;
    margin-top: -210px;
    margin-left: -510px;
    width: 462px;
    height: 980px;
    background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/02/02-1-bg.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      #CMD .section__beautylive .img__beautylive {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/02/02-1-bg.jpg"); } }

#CMD .section__automatic {
  padding-top: 258px; }
  #CMD .section__automatic .wd__content {
    position: relative;
    left: 100%;
    margin-left: -480px;
    width: 472px; }
  #CMD .section__automatic .wd__feature__list .wd__feature {
    text-align: center;
    vertical-align: top; }
    #CMD .section__automatic .wd__feature__list .wd__feature .wd__feature__data figure {
      margin-top: 14px;
      margin-bottom: 8px;
      width: 82px;
      height: 72px; }
    #CMD .section__automatic .wd__feature__list .wd__feature .wd__feature__data .icon-1 {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/02/icon-2-1.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        #CMD .section__automatic .wd__feature__list .wd__feature .wd__feature__data .icon-1 {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/02/icon-2-1.png"); } }
    #CMD .section__automatic .wd__feature__list .wd__feature .wd__feature__data .icon-2 {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/02/icon-2-2.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        #CMD .section__automatic .wd__feature__list .wd__feature .wd__feature__data .icon-2 {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/02/icon-2-2.png"); } }
    #CMD .section__automatic .wd__feature__list .wd__feature .wd__feature__data .icon-3 {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/02/icon-2-3.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        #CMD .section__automatic .wd__feature__list .wd__feature .wd__feature__data .icon-3 {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/02/icon-2-3.png"); } }
  #CMD .section__automatic .img__automatic {
    position: relative;
    margin-top: -278px;
    margin-left: 51px;
    width: 432px;
    height: 1032px;
    background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/02/02-2-bg.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      #CMD .section__automatic .img__automatic {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/02/02-2-bg.jpg"); } }

#CMD .section__enhance {
  padding-top: 37px; }
  #CMD .section__enhance .wd__content {
    width: 830px; }
  #CMD .section__enhance .img__mode {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 870px;
    height: 722px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    #CMD .section__enhance .img__mode.img__mode-1 {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/02/02-3/b1.jpg"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        #CMD .section__enhance .img__mode.img__mode-1 {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/02/02-3/b1.jpg"); } }
    #CMD .section__enhance .img__mode.img__mode-2 {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/02/02-3/b2.jpg"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        #CMD .section__enhance .img__mode.img__mode-2 {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/02/02-3/b2.jpg"); } }
    #CMD .section__enhance .img__mode.img__mode-3 {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/02/02-3/b3.jpg"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        #CMD .section__enhance .img__mode.img__mode-3 {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/02/02-3/b3.jpg"); } }
    #CMD .section__enhance .img__mode.img__mode-4 {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/02/02-3/b4.jpg"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        #CMD .section__enhance .img__mode.img__mode-4 {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/02/02-3/b4.jpg"); } }
    #CMD .section__enhance .img__mode.img__mode-5 {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/02/02-3/b5.jpg"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        #CMD .section__enhance .img__mode.img__mode-5 {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/02/02-3/b5.jpg"); } }
    #CMD .section__enhance .img__mode.img__mode-6 {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/02/02-3/b6.jpg"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        #CMD .section__enhance .img__mode.img__mode-6 {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/02/02-3/b6.jpg"); } }
    #CMD .section__enhance .img__mode:before {
      position: absolute;
      z-index: -1;
      content: '';
      display: block;
      top: 0;
      width: 1366px;
      height: 722px;
      background-color: #e7e7e7; }
  #CMD .section__enhance.wd__section .slick-dots li button:hover:before,
  #CMD .section__enhance.wd__section .slick-dots li button:focus:before {
    color: black;
    opacity: 0.25; }
  #CMD .section__enhance.wd__section .slick-dots li.slick-active button:before {
    color: #e83e0b;
    opacity: 1; }
  #CMD .section__enhance .option__sections {
    margin-bottom: 59px; }
  #CMD .section__enhance .slick-prev, #CMD .section__enhance .slick-next {
    margin-top: -154px; }
    #CMD .section__enhance .slick-prev:before, #CMD .section__enhance .slick-next:before {
      top: 59px;
      height: 70px;
      background-size: contain; }
  #CMD .section__enhance .slick-prev {
    left: 0; }
  #CMD .section__enhance .slick-next {
    right: 0; }
  #CMD .section__enhance .slick-dots {
    top: 791px !important; }
  #CMD .section__enhance .option__sections {
    position: relative;
    margin-top: 38px;
    padding-top: 42px;
    padding-bottom: 63px; }
    #CMD .section__enhance .option__sections .wd__content {
      padding-top: 44px; }
      #CMD .section__enhance .option__sections .wd__content .title__icon {
        position: relative;
        display: inline-block;
        top: 11px;
        margin-right: 12px;
        width: 40px;
        height: 40px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
        #CMD .section__enhance .option__sections .wd__content .title__icon.icon-1 {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/02/02-3/icon/icon-1-hide.png"); }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
            #CMD .section__enhance .option__sections .wd__content .title__icon.icon-1 {
              background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/02/02-3/icon/icon-1-hide.png"); } }
        #CMD .section__enhance .option__sections .wd__content .title__icon.icon-2 {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/02/02-3/icon/icon-2-hide.png"); }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
            #CMD .section__enhance .option__sections .wd__content .title__icon.icon-2 {
              background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/02/02-3/icon/icon-2-hide.png"); } }
        #CMD .section__enhance .option__sections .wd__content .title__icon.icon-3 {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/02/02-3/icon/icon-3-hide.png"); }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
            #CMD .section__enhance .option__sections .wd__content .title__icon.icon-3 {
              background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/02/02-3/icon/icon-3-hide.png"); } }
        #CMD .section__enhance .option__sections .wd__content .title__icon.icon-4 {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/02/02-3/icon/icon-4-hide.png"); }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
            #CMD .section__enhance .option__sections .wd__content .title__icon.icon-4 {
              background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/02/02-3/icon/icon-4-hide.png"); } }
        #CMD .section__enhance .option__sections .wd__content .title__icon.icon-5 {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/02/02-3/icon/icon-5-hide.png"); }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
            #CMD .section__enhance .option__sections .wd__content .title__icon.icon-5 {
              background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/02/02-3/icon/icon-5-hide.png"); } }

#CMD .section__perfect {
  margin-bottom: -36px;
  padding-top: 186px;
  padding-bottom: 0; }
  #CMD .section__perfect .wd__content {
    margin-left: 384px;
    width: 370px; }
  #CMD .section__perfect .img__perfect {
    position: relative;
    left: 100%;
    margin-top: -156px;
    margin-left: -227px;
    width: 632px;
    height: 988px;
    background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/02/02-4-bg.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      #CMD .section__perfect .img__perfect {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/02/02-4-bg.jpg"); } }

#CMD .section__modes {
  padding-top: 100px; }
  #CMD .section__modes .wd__content {
    width: 990px; }
  #CMD .section__modes .img__modes {
    position: relative;
    margin: -36px auto 0;
    width: 100%;
    max-width: 1238px;
    height: 644px;
    background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/03/03-1-bg.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      #CMD .section__modes .img__modes {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/03/03-1-bg.jpg"); } }

#CMD .section__autofocus {
  margin-bottom: -50px;
  padding-top: 88px; }
  #CMD .section__autofocus .wd__content {
    width: 650px; }
  #CMD .section__autofocus .img__autofocus {
    position: relative;
    margin: -50px auto 0;
    width: 100%;
    max-width: 1364px;
    height: 688px;
    background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/03/03-2-bg.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      #CMD .section__autofocus .img__autofocus {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/03/03-2-bg.jpg"); } }

#CMD .modal-display {
  overflow: hidden; }

#CMD .section__amazing {
  padding-top: 100px; }
  #CMD .section__amazing .wd__content {
    width: 800px; }
  #CMD .section__amazing .phone__compare {
    position: relative;
    left: 50%;
    margin-top: 55px;
    margin-left: -400px;
    padding-bottom: 100px;
    width: 800px; }
    #CMD .section__amazing .phone__compare figure {
      position: relative;
      display: inline-block;
      text-align: center;
      margin-left: 33px;
      margin-right: -8px;
      height: 364px; }
      #CMD .section__amazing .phone__compare figure.phone__1 {
        width: 288px;
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/04/04-1-hand1.jpg"); }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
          #CMD .section__amazing .phone__compare figure.phone__1 {
            background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/04/04-1-hand1.jpg"); } }
      #CMD .section__amazing .phone__compare figure.phone__2 {
        width: 288px;
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/04/04-1-hand2.jpg"); }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
          #CMD .section__amazing .phone__compare figure.phone__2 {
            background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/04/04-1-hand2.jpg"); } }
    #CMD .section__amazing .phone__compare span {
      position: absolute;
      left: 50%;
      top: 370px;
      margin-left: -102px;
      width: 170px;
      color: #4c4c4c;
      font-size: 16px;
      letter-spacing: 0.4px;
      line-height: 1.3; }
  #CMD .section__amazing .img__amazing {
    position: relative;
    left: 50%;
    margin-top: -37px;
    margin-left: -667px;
    width: 1947px;
    height: 1023px;
    background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/04/04-1-bg.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      #CMD .section__amazing .img__amazing {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/04/04-1-bg.jpg"); } }

#CMD .section__livestream {
  background: #eee;
  margin-top: 0;
  padding-top: 348px; }
  #CMD .section__livestream .wd__content {
    margin-left: 138px;
    width: 400px; }
    #CMD .section__livestream .wd__content .content__title {
      width: 300px; }
  #CMD .section__livestream .img__livestream {
    position: relative;
    z-index: 1;
    left: 100%;
    margin-top: -290px;
    margin-left: -682px;
    width: 800px;
    height: 1208px;
    background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/04/04-2-bg.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      #CMD .section__livestream .img__livestream {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/04/04-2-bg.jpg"); } }

#CMD .section__multiwindow {
  background: #eee;
  margin-top: -63px;
  margin-bottom: -30px;
  padding-bottom: 30px; }
  #CMD .section__multiwindow .wd__content {
    width: 680px; }
  #CMD .section__multiwindow .wd__feature__list .wd__feature {
    text-align: center;
    vertical-align: top;
    width: 145px; }
    #CMD .section__multiwindow .wd__feature__list .wd__feature .wd__feature__data figure {
      margin-top: 14px;
      margin-bottom: 8px;
      width: 120px;
      height: 72px; }
    #CMD .section__multiwindow .wd__feature__list .wd__feature .wd__feature__data .icon-1 {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/04/icon-2.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        #CMD .section__multiwindow .wd__feature__list .wd__feature .wd__feature__data .icon-1 {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/04/icon-2.png"); } }
  #CMD .section__multiwindow .img__multiwindow {
    position: relative;
    margin: -15px auto 0;
    width: 100%;
    max-width: 1240px;
    height: 584px;
    background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/inner/04/04-3-bg.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      #CMD .section__multiwindow .img__multiwindow {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/inner/04/04-3-bg.jpg"); } }

#CMD .product_price .current_price .heading {
  color: #fff; }

#CMD .product_price .current_price .price, #CMD .product_price .current_price .price p {
  color: #fff; }

#CMD .product_price .btn_buy .label {
  color: #000;
  background-color: #fff; }

#CMD .product_price .btn_buy .etailers .etailers_list li a:hover {
  color: #f09b06; }

#CMD .product_price .btn_buy .etailers .etailers_list li a:link:hover {
  color: #f09b06; }

#CMD .product_price.active {
  margin-bottom: -33px;
  padding-top: 34px; }

#CMD .product_pdguide .link {
  color: #f09b06; }

#CMD .product_pdguide.active {
  padding-top: 15px; }

#CMD .section__pdc {
  background: #121a34; }

#CMD .product_videos.active {
  padding-top: 163px; }

#CMD .product_medias .media .text {
  color: white; }

#CMD .product_medias .media a {
  color: #f09b06; }

#CMD .product_medias .slick-dots li.slick-active button:before,
#CMD .product_videos .slick-dots li.slick-active button:before {
  color: #f09b06; }

#CMD .media-bottom {
  padding-bottom: 59px; }

@media all and (min-width: 1301px) {
  #CMD .large_use {
    display: block; }
  #CMD .large_unuse {
    display: none; }
  @-webkit-keyframes ballMove {
    0% {
      opacity: 0.2;
      -webkit-transform: translate3d(40px, 40px, 0);
      transform: translate3d(40px, 40px, 0); }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }
  @keyframes ballMove {
    0% {
      opacity: 0.2;
      -webkit-transform: translate3d(40px, 40px, 0);
      transform: translate3d(40px, 40px, 0); }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }
  #CMD .section__more__screen .img__more__screen {
    position: relative;
    background: none;
    -webkit-transform: translate3d(0px, -230px, 0px);
    transform: translate3d(0px, -230px, 0px); }
    #CMD .section__more__screen .img__more__screen figure {
      position: absolute; }
    #CMD .section__more__screen .img__more__screen .img__hand {
      top: 0;
      left: 0;
      width: 1284px;
      height: 1175px;
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/animation/05_hand.jpg"); } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      #CMD .section__more__screen .img__more__screen .img__hand {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/animation/05_hand.jpg"); } }

@media all and (min-width: 1301px) {
    #CMD .section__more__screen .img__more__screen .action__point {
      position: relative;
      top: -24px;
      left: 50%;
      margin-left: -354px;
      width: 908px;
      height: 1188px; }
      #CMD .section__more__screen .img__more__screen .action__point .arrows .arrow__text {
        position: absolute;
        z-index: 100;
        top: 50%;
        left: 50%;
        margin-top: -84px;
        color: #fff;
        font-size: 130px;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateX(-50%) translateZ(0) scale(0.6);
        transform: translateX(-50%) translateZ(0) scale(0.6);
        -webkit-transition: opacity 0ms ease-out, -webkit-transform 0ms;
        transition: opacity 0ms ease-out, -webkit-transform 0ms;
        transition: transform 0ms, opacity 0ms ease-out;
        transition: transform 0ms, opacity 0ms ease-out, -webkit-transform 0ms; }
      #CMD .section__more__screen .img__more__screen .action__point .arrows .img__arrow {
        position: absolute;
        z-index: 100;
        top: 50%;
        left: 50%;
        width: 170px;
        height: 339px;
        -webkit-transition: opacity 0ms ease-out, -webkit-transform 0ms ease-out;
        transition: opacity 0ms ease-out, -webkit-transform 0ms ease-out;
        transition: transform 0ms ease-out, opacity 0ms ease-out;
        transition: transform 0ms ease-out, opacity 0ms ease-out, -webkit-transform 0ms ease-out;
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/animation/05_line.png"); } }
      @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
        #CMD .section__more__screen .img__more__screen .action__point .arrows .img__arrow {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/animation/05_line.png"); } }

@media all and (min-width: 1301px) {
        #CMD .section__more__screen .img__more__screen .action__point .arrows .img__arrow.img__arrow-top {
          margin-top: -412px;
          margin-left: 38px; }
        #CMD .section__more__screen .img__more__screen .action__point .arrows .img__arrow.img__arrow-bottom {
          margin-top: 74px;
          margin-left: -208px; }
      #CMD .section__more__screen .img__more__screen .action__point .arrows.active .arrow__text {
        opacity: 0;
        -webkit-transform: translateX(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateZ(0) scale(1);
        -webkit-transition: opacity 900ms ease-out 1800ms, -webkit-transform 500ms cubic-bezier(0.56, -2.27, 0.47, 2.83);
        transition: opacity 900ms ease-out 1800ms, -webkit-transform 500ms cubic-bezier(0.56, -2.27, 0.47, 2.83);
        transition: transform 500ms cubic-bezier(0.56, -2.27, 0.47, 2.83), opacity 900ms ease-out 1800ms;
        transition: transform 500ms cubic-bezier(0.56, -2.27, 0.47, 2.83), opacity 900ms ease-out 1800ms, -webkit-transform 500ms cubic-bezier(0.56, -2.27, 0.47, 2.83); }
      #CMD .section__more__screen .img__more__screen .action__point .arrows.active .img__arrow {
        -webkit-transition: opacity 600ms ease-out 1500ms, -webkit-transform 400ms ease-out;
        transition: opacity 600ms ease-out 1500ms, -webkit-transform 400ms ease-out;
        transition: transform 400ms ease-out, opacity 600ms ease-out 1500ms;
        transition: transform 400ms ease-out, opacity 600ms ease-out 1500ms, -webkit-transform 400ms ease-out; }
        #CMD .section__more__screen .img__more__screen .action__point .arrows.active .img__arrow.img__arrow-top {
          opacity: 0;
          -webkit-transform: translate(29px, -75px);
          -ms-transform: translate(29px, -75px);
          transform: translate(29px, -75px); }
        #CMD .section__more__screen .img__more__screen .action__point .arrows.active .img__arrow.img__arrow-bottom {
          opacity: 0;
          -webkit-transform: translate(-34px, 67px);
          -ms-transform: translate(-34px, 67px);
          transform: translate(-34px, 67px); }
      #CMD .section__more__screen .img__more__screen .action__point .scene__view {
        position: absolute;
        overflow: hidden;
        margin: 0 auto;
        opacity: 0.4;
        border-radius: 10px;
        top: 50%;
        left: 50%;
        width: 423px;
        height: 829px;
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0px) scale(1);
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transition: width 300ms, height 300ms, opacity 1300ms ease, -webkit-transform 800ms ease;
        transition: width 300ms, height 300ms, opacity 1300ms ease, -webkit-transform 800ms ease;
        transition: width 300ms, height 300ms, transform 800ms ease, opacity 1300ms ease;
        transition: width 300ms, height 300ms, transform 800ms ease, opacity 1300ms ease, -webkit-transform 800ms ease; }
        #CMD .section__more__screen .img__more__screen .action__point .scene__view.active {
          opacity: 1;
          width: 908px;
          height: 1188px; }
        #CMD .section__more__screen .img__more__screen .action__point .scene__view .img__scene {
          position: relative;
          top: 50%;
          left: 50%;
          -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
          width: 908px;
          height: 1188px;
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/animation/05_scene.png"); } }
        @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
          #CMD .section__more__screen .img__more__screen .action__point .scene__view .img__scene {
            background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/animation/05_scene.png"); } }

@media all and (min-width: 1301px) {
    #CMD .section__more__screen .img__more__screen .img__ball {
      opacity: 0;
      top: 290px;
      left: 81px;
      width: 140px;
      height: 150px;
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/animation/05_ball.png"); } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      #CMD .section__more__screen .img__more__screen .img__ball {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/animation/05_ball.png"); } }

@media all and (min-width: 1301px) {
      #CMD .section__more__screen .img__more__screen .img__ball.active {
        -webkit-animation: ballMove 200ms ease-out 500ms 1 normal;
        animation: ballMove 200ms ease-out 500ms 1 normal;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
  #CMD .section__dual__camera .img__dual__camera {
    position: relative;
    background-image: none; }
    #CMD .section__dual__camera .img__dual__camera .img__phone {
      position: absolute;
      top: 0;
      left: 0;
      width: 1205px;
      height: 1338px;
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/animation/07/phone.jpg"); } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      #CMD .section__dual__camera .img__dual__camera .img__phone {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/animation/07/phone.jpg"); } }

@media all and (min-width: 1301px) {
    #CMD .section__dual__camera .img__dual__camera .lens__left, #CMD .section__dual__camera .img__dual__camera .lens__right {
      position: absolute;
      left: 50%;
      width: 1px;
      height: 1px; }
      #CMD .section__dual__camera .img__dual__camera .lens__left figure, #CMD .section__dual__camera .img__dual__camera .lens__right figure {
        position: absolute;
        left: 50%;
        opacity: 0;
        width: 171px;
        height: 121px; }
    #CMD .section__dual__camera .img__dual__camera .lens__left {
      margin-top: 577px;
      margin-left: -386px; }
      #CMD .section__dual__camera .img__dual__camera .lens__left .img__len-1 {
        margin-top: 14px;
        margin-left: 0px;
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/animation/07/img_lens_left_1.png"); } }
      @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
        #CMD .section__dual__camera .img__dual__camera .lens__left .img__len-1 {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/animation/07/img_lens_left_1.png"); } }

@media all and (min-width: 1301px) {
      #CMD .section__dual__camera .img__dual__camera .lens__left .img__len-2 {
        margin-top: -27px;
        margin-left: -8px;
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/animation/07/img_lens_left_2.png"); } }
      @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
        #CMD .section__dual__camera .img__dual__camera .lens__left .img__len-2 {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/animation/07/img_lens_left_2.png"); } }

@media all and (min-width: 1301px) {
      #CMD .section__dual__camera .img__dual__camera .lens__left .img__len-3 {
        margin-top: -104px;
        margin-left: -27px;
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/animation/07/img_lens_left_3.png"); } }
      @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
        #CMD .section__dual__camera .img__dual__camera .lens__left .img__len-3 {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/animation/07/img_lens_left_3.png"); } }

@media all and (min-width: 1301px) {
      #CMD .section__dual__camera .img__dual__camera .lens__left .img__len-4 {
        margin-top: -184px;
        margin-left: -44px;
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/animation/07/img_lens_left_4.png"); } }
      @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
        #CMD .section__dual__camera .img__dual__camera .lens__left .img__len-4 {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/animation/07/img_lens_left_4.png"); } }

@media all and (min-width: 1301px) {
      #CMD .section__dual__camera .img__dual__camera .lens__left .img__len-5 {
        margin-top: -266px;
        margin-left: -64px;
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/animation/07/img_lens_left_5.png"); } }
      @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
        #CMD .section__dual__camera .img__dual__camera .lens__left .img__len-5 {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/animation/07/img_lens_left_5.png"); } }

@media all and (min-width: 1301px) {
      #CMD .section__dual__camera .img__dual__camera .lens__left .img__len-6 {
        margin-top: -347px;
        margin-left: -83px;
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/animation/07/img_lens_left_6.png"); } }
      @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
        #CMD .section__dual__camera .img__dual__camera .lens__left .img__len-6 {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/animation/07/img_lens_left_6.png"); } }

@media all and (min-width: 1301px) {
    #CMD .section__dual__camera .img__dual__camera .lens__right {
      margin-top: 621px;
      margin-left: -257px; }
      #CMD .section__dual__camera .img__dual__camera .lens__right .img__len-1 {
        margin-top: 14px;
        margin-left: 0px;
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/animation/07/img_lens_right_1.png"); } }
      @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
        #CMD .section__dual__camera .img__dual__camera .lens__right .img__len-1 {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/animation/07/img_lens_right_1.png"); } }

@media all and (min-width: 1301px) {
      #CMD .section__dual__camera .img__dual__camera .lens__right .img__len-2 {
        margin-top: -26px;
        margin-left: -2px;
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/animation/07/img_lens_right_2.png"); } }
      @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
        #CMD .section__dual__camera .img__dual__camera .lens__right .img__len-2 {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/animation/07/img_lens_right_2.png"); } }

@media all and (min-width: 1301px) {
      #CMD .section__dual__camera .img__dual__camera .lens__right .img__len-3 {
        margin-top: -121px;
        margin-left: -23px;
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/animation/07/img_lens_right_3.png"); } }
      @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
        #CMD .section__dual__camera .img__dual__camera .lens__right .img__len-3 {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/animation/07/img_lens_right_3.png"); } }

@media all and (min-width: 1301px) {
      #CMD .section__dual__camera .img__dual__camera .lens__right .img__len-4 {
        margin-top: -217px;
        margin-left: -45px;
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/animation/07/img_lens_right_4.png"); } }
      @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
        #CMD .section__dual__camera .img__dual__camera .lens__right .img__len-4 {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/animation/07/img_lens_right_4.png"); } }

@media all and (min-width: 1301px) {
      #CMD .section__dual__camera .img__dual__camera .lens__right .img__len-5 {
        margin-top: -284px;
        margin-left: -58px;
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/animation/07/img_lens_right_5.png"); } }
      @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
        #CMD .section__dual__camera .img__dual__camera .lens__right .img__len-5 {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/animation/07/img_lens_right_5.png"); } }

@media all and (min-width: 1301px) {
      #CMD .section__dual__camera .img__dual__camera .lens__right .img__len-6 {
        margin-top: -379px;
        margin-left: -75px;
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/1x/animation/07/img_lens_right_6.png"); } }
      @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
        #CMD .section__dual__camera .img__dual__camera .lens__right .img__len-6 {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/large/2x/animation/07/img_lens_right_6.png"); } }

@media all and (min-width: 1301px) {
      #CMD .section__dual__camera .img__dual__camera .lens__right .img__len-1 {
        width: 185px;
        height: 127px; }
  @-webkit-keyframes lensAni {
    from {
      opacity: 0;
      -webkit-transform: translate3d(14px, 70px, 0px);
      transform: translate3d(14px, 70px, 0px); }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0px, 0px, 0px);
      transform: translate3d(0px, 0px, 0px); } }
  @keyframes lensAni {
    from {
      opacity: 0;
      -webkit-transform: translate3d(14px, 70px, 0px);
      transform: translate3d(14px, 70px, 0px); }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0px, 0px, 0px);
      transform: translate3d(0px, 0px, 0px); } }
  #CMD .section__dual__camera .img__dual__camera.active .lens__left .img__len-1 {
    -webkit-animation-name: lensAni;
    animation-name: lensAni;
    -webkit-animation-duration: 700ms;
    animation-duration: 700ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-timing-function: cubic-bezier(0.01, 1.05, 0.26, 0.96);
    animation-timing-function: cubic-bezier(0.01, 1.05, 0.26, 0.96);
    -webkit-animation-delay: 50ms;
    animation-delay: 50ms;
    -webkit-animation-fill-mode : forwards;
    animation-fill-mode : forwards;
    opacity: 1\0; }
  #CMD .section__dual__camera .img__dual__camera.active .lens__left .img__len-2 {
    -webkit-animation-name: lensAni;
    animation-name: lensAni;
    -webkit-animation-duration: 700ms;
    animation-duration: 700ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-timing-function: cubic-bezier(0.01, 1.05, 0.26, 0.96);
    animation-timing-function: cubic-bezier(0.01, 1.05, 0.26, 0.96);
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
    -webkit-animation-fill-mode : forwards;
    animation-fill-mode : forwards;
    opacity: 1\0; }
  #CMD .section__dual__camera .img__dual__camera.active .lens__left .img__len-3 {
    -webkit-animation-name: lensAni;
    animation-name: lensAni;
    -webkit-animation-duration: 700ms;
    animation-duration: 700ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-timing-function: cubic-bezier(0.01, 1.05, 0.26, 0.96);
    animation-timing-function: cubic-bezier(0.01, 1.05, 0.26, 0.96);
    -webkit-animation-delay: 150ms;
    animation-delay: 150ms;
    -webkit-animation-fill-mode : forwards;
    animation-fill-mode : forwards;
    opacity: 1\0; }
  #CMD .section__dual__camera .img__dual__camera.active .lens__left .img__len-4 {
    -webkit-animation-name: lensAni;
    animation-name: lensAni;
    -webkit-animation-duration: 700ms;
    animation-duration: 700ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-timing-function: cubic-bezier(0.01, 1.05, 0.26, 0.96);
    animation-timing-function: cubic-bezier(0.01, 1.05, 0.26, 0.96);
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
    -webkit-animation-fill-mode : forwards;
    animation-fill-mode : forwards;
    opacity: 1\0; }
  #CMD .section__dual__camera .img__dual__camera.active .lens__left .img__len-5 {
    -webkit-animation-name: lensAni;
    animation-name: lensAni;
    -webkit-animation-duration: 700ms;
    animation-duration: 700ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-timing-function: cubic-bezier(0.01, 1.05, 0.26, 0.96);
    animation-timing-function: cubic-bezier(0.01, 1.05, 0.26, 0.96);
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms;
    -webkit-animation-fill-mode : forwards;
    animation-fill-mode : forwards;
    opacity: 1\0; }
  #CMD .section__dual__camera .img__dual__camera.active .lens__left .img__len-6 {
    -webkit-animation-name: lensAni;
    animation-name: lensAni;
    -webkit-animation-duration: 700ms;
    animation-duration: 700ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-timing-function: cubic-bezier(0.01, 1.05, 0.26, 0.96);
    animation-timing-function: cubic-bezier(0.01, 1.05, 0.26, 0.96);
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
    -webkit-animation-fill-mode : forwards;
    animation-fill-mode : forwards;
    opacity: 1\0; }
  #CMD .section__dual__camera .img__dual__camera.active .lens__right .img__len-1 {
    -webkit-animation-name: lensAni;
    animation-name: lensAni;
    -webkit-animation-duration: 700ms;
    animation-duration: 700ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-timing-function: cubic-bezier(0.01, 1.05, 0.26, 0.96);
    animation-timing-function: cubic-bezier(0.01, 1.05, 0.26, 0.96);
    -webkit-animation-delay: 50ms;
    animation-delay: 50ms;
    -webkit-animation-fill-mode : forwards;
    animation-fill-mode : forwards;
    opacity: 1\0; }
  #CMD .section__dual__camera .img__dual__camera.active .lens__right .img__len-2 {
    -webkit-animation-name: lensAni;
    animation-name: lensAni;
    -webkit-animation-duration: 700ms;
    animation-duration: 700ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-timing-function: cubic-bezier(0.01, 1.05, 0.26, 0.96);
    animation-timing-function: cubic-bezier(0.01, 1.05, 0.26, 0.96);
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
    -webkit-animation-fill-mode : forwards;
    animation-fill-mode : forwards;
    opacity: 1\0; }
  #CMD .section__dual__camera .img__dual__camera.active .lens__right .img__len-3 {
    -webkit-animation-name: lensAni;
    animation-name: lensAni;
    -webkit-animation-duration: 700ms;
    animation-duration: 700ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-timing-function: cubic-bezier(0.01, 1.05, 0.26, 0.96);
    animation-timing-function: cubic-bezier(0.01, 1.05, 0.26, 0.96);
    -webkit-animation-delay: 150ms;
    animation-delay: 150ms;
    -webkit-animation-fill-mode : forwards;
    animation-fill-mode : forwards;
    opacity: 1\0; }
  #CMD .section__dual__camera .img__dual__camera.active .lens__right .img__len-4 {
    -webkit-animation-name: lensAni;
    animation-name: lensAni;
    -webkit-animation-duration: 700ms;
    animation-duration: 700ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-timing-function: cubic-bezier(0.01, 1.05, 0.26, 0.96);
    animation-timing-function: cubic-bezier(0.01, 1.05, 0.26, 0.96);
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
    -webkit-animation-fill-mode : forwards;
    animation-fill-mode : forwards;
    opacity: 1\0; }
  #CMD .section__dual__camera .img__dual__camera.active .lens__right .img__len-5 {
    -webkit-animation-name: lensAni;
    animation-name: lensAni;
    -webkit-animation-duration: 700ms;
    animation-duration: 700ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-timing-function: cubic-bezier(0.01, 1.05, 0.26, 0.96);
    animation-timing-function: cubic-bezier(0.01, 1.05, 0.26, 0.96);
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms;
    -webkit-animation-fill-mode : forwards;
    animation-fill-mode : forwards;
    opacity: 1\0; }
  #CMD .section__dual__camera .img__dual__camera.active .lens__right .img__len-6 {
    -webkit-animation-name: lensAni;
    animation-name: lensAni;
    -webkit-animation-duration: 700ms;
    animation-duration: 700ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-timing-function: cubic-bezier(0.01, 1.05, 0.26, 0.96);
    animation-timing-function: cubic-bezier(0.01, 1.05, 0.26, 0.96);
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
    -webkit-animation-fill-mode : forwards;
    animation-fill-mode : forwards;
    opacity: 1\0; } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  #CMD .wd__section .medium_use {
    display: block; }
  #CMD .wd__section .medium_unuse {
    display: none; }
  #CMD .wd__section .no__wrap {
    white-space: nowrap;
    display: inline-block; }
  #CMD .wd__section .wd__content .content__info {
    margin-top: 17px; }
  #CMD .wd__section .wd__link__arrow:after {
    padding-left: 5px; }
  #CMD .section__kv {
    margin-top: 0px;
    padding-bottom: 50px; }
    #CMD .section__kv .wd__content {
      width: 100%; }
      #CMD .section__kv .wd__content .content__slogan {
        margin-top: 1px;
        font-size: 63px; }
      #CMD .section__kv .wd__content .content__title {
        font-size: 43px;
        margin-top: 26px;
        width: 91%;
        max-width: 570px; }
      #CMD .section__kv .wd__content .content__info {
        margin-top: 2px;
        width: 83%;
        max-width: 755px;
        font-size: 26px;
        line-height: 1.55; }
    #CMD .section__kv .bottom_content {
      margin-top: -255px; }
      #CMD .section__kv .bottom_content .wd__feature__list .wd__feature {
        width: 280px; }
    #CMD .section__kv .img__kv__logo {
      left: 50%;
      margin: 46px 0 0 -411px;
      width: 830px;
      height: 76px;
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/medium/1x/01_kv_logo.png"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      #CMD .section__kv .img__kv__logo {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/medium/2x/01_kv_logo.png"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
    #CMD .section__kv .img__kv__slogan {
      margin: 6px auto 0;
      max-width: 664px;
      height: 72px;
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/medium/1x/01_kv_slogan.png"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      #CMD .section__kv .img__kv__slogan {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/medium/2x/01_kv_slogan.png"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
    #CMD .section__kv .img__kv {
      left: 50%;
      margin-top: -557px;
      margin-left: -650px;
      width: 1300px;
      height: 1545px;
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/medium/1x/01_kv.jpg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      #CMD .section__kv .img__kv {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/medium/2x/01_kv.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  #CMD .section__performance {
    padding-top: 106px; }
    #CMD .section__performance .wd__content {
      width: 82%;
      max-width: 720px; }
      #CMD .section__performance .wd__content .content__title {
        max-width: 600px; }
    #CMD .section__performance .wd__performance__graph {
      margin-top: 7px;
      width: 100%;
      max-width: 600px; }
    #CMD .section__performance .bg-bottom {
      background-color: #fff; }
    #CMD .section__performance .img__performance {
      margin-top: -249px;
      max-width: 1300px;
      height: 990px;
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/medium/1x/02_performance.jpg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      #CMD .section__performance .img__performance {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/medium/2x/02_performance.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  #CMD .section__power {
    padding-top: 166px; }
    #CMD .section__power .wd__content {
      width: 83%;
      max-width: 660px; }
      #CMD .section__power .wd__content .content__comment {
        width: 94%;
        max-width: 520px; }
    #CMD .section__power .img__power {
      margin-top: -396px;
      max-width: 1300px;
      height: 1280px;
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/medium/1x/03_power.jpg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      #CMD .section__power .img__power {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/medium/2x/03_power.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
    #CMD .section__power .compare {
      bottom: -88px;
      margin-left: -343px; }
  #CMD .section__display {
    padding-top: 247px; }
    #CMD .section__display .wd__content {
      width: 77%;
      max-width: 800px; }
      #CMD .section__display .wd__content .content__info {
        max-width: 690px; }
    #CMD .section__display .bg-bottom {
      background-color: #fff; }
    #CMD .section__display .wd__feature__list {
      left: 50%;
      margin-left: -345px;
      width: 690px; }
    #CMD .section__display .img__display {
      margin-top: -587px;
      max-width: 1300px;
      height: 1070px;
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/medium/1x/04_display.jpg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      #CMD .section__display .img__display {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/medium/2x/04_display.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  #CMD .section__more__screen {
    margin-top: 0;
    padding-top: 0; }
    #CMD .section__more__screen .wd__content {
      position: relative;
      left: 0;
      margin: 7px auto 0;
      padding: 0;
      width: 81%;
      max-width: 760px; }
    #CMD .section__more__screen .phone__compare {
      left: 0;
      margin-top: 44px; }
      #CMD .section__more__screen .phone__compare span {
        line-height: 1.2; }
    #CMD .section__more__screen .img__more__screen {
      z-index: 100;
      left: 50%;
      margin-top: 50px;
      margin-left: -434px;
      width: 868px;
      height: 765px;
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/medium/1x/05_more_screen.jpg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      #CMD .section__more__screen .img__more__screen {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/medium/2x/05_more_screen.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
      #CMD .section__more__screen .img__more__screen .arrow__text {
        display: none; }
  #CMD .section__matal__design {
    padding-top: 193px; }
    #CMD .section__matal__design .wd__content {
      left: 0;
      margin-left: auto;
      width: 86%;
      max-width: 650px; }
    #CMD .section__matal__design .wd__feature__list .wd__feature {
      text-align: center;
      margin-left: 20px;
      margin-right: 20px; }
    #CMD .section__matal__design .img__matal__design {
      z-index: 1;
      margin-top: 14px;
      max-width: 1300px;
      height: 878px;
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/medium/1x/06_matal_design.jpg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      #CMD .section__matal__design .img__matal__design {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/medium/2x/06_matal_design.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
      #CMD .section__matal__design .img__matal__design .display__text {
        text-align: left;
        width: 90px;
        font-size: 19px; }
        #CMD .section__matal__design .img__matal__design .display__text.text-1 {
          margin-top: -37px;
          margin-left: 16px; }
        #CMD .section__matal__design .img__matal__design .display__text.text-2 {
          margin-top: 195px;
          margin-left: 110px; }
        #CMD .section__matal__design .img__matal__design .display__text.text-3 {
          margin-top: 438px;
          margin-left: 212px; }
      #CMD .section__matal__design .img__matal__design .img__matal__design__cover {
        display: none; }
  #CMD .section__dual__camera {
    margin-top: -55px;
    padding-top: 0; }
    #CMD .section__dual__camera .wd__content {
      left: 0;
      margin-left: auto;
      width: 80%;
      max-width: 740px; }
    #CMD .section__dual__camera .wd__feature__list {
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      max-width: 680px; }
      #CMD .section__dual__camera .wd__feature__list .wd__feature {
        margin-left: 20px;
        margin-right: 20px; }
    #CMD .section__dual__camera .img__dual__camera {
      left: 50%;
      margin-top: -325px;
      margin-left: -230px;
      width: 932px;
      height: 1160px;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/medium/1x/07_dual_camera.jpg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      #CMD .section__dual__camera .img__dual__camera {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/medium/2x/07_dual_camera.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  #CMD .section__portraits {
    margin-top: -71px;
    padding-top: 0; }
    #CMD .section__portraits .wd__content {
      width: 99%;
      max-width: 640px; }
    #CMD .section__portraits .bg-bottom {
      background-color: #fff; }
    #CMD .section__portraits .img__portraits {
      margin-top: 20px;
      margin-left: -422px;
      width: 1072px;
      height: 638px;
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/medium/1x/08_bokehmode.jpg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      #CMD .section__portraits .img__portraits {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/medium/2x/08_bokehmode.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  #CMD .section__beauty__mode {
    z-index: 90;
    padding-top: 82px; }
    #CMD .section__beauty__mode .wd__content {
      margin: 0 auto 0;
      width: 74%; }
      #CMD .section__beauty__mode .wd__content .content__title {
        width: 100%; }
      #CMD .section__beauty__mode .wd__content .content__info {
        width: 100%;
        max-width: 740px; }
    #CMD .section__beauty__mode .wd__feature__list {
      position: relative;
      left: 0;
      margin-left: auto;
      margin-right: auto;
      width: 100%; }
    #CMD .section__beauty__mode .img__beauty__mode {
      left: 0;
      margin: -23px auto 0;
      width: 100%;
      max-width: 1300px;
      height: 1080px;
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/medium/1x/09_beauty_mode.jpg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      #CMD .section__beauty__mode .img__beauty__mode {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/medium/2x/09_beauty_mode.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  #CMD .section__audio {
    overflow: visible;
    z-index: 1000;
    background: #000;
    margin-top: -49px;
    padding-top: 101px; }
    #CMD .section__audio .wd__content {
      margin: 0 auto 0;
      width: 84%; }
      #CMD .section__audio .wd__content .content__title {
        width: 100%; }
      #CMD .section__audio .wd__content .content__info {
        max-width: 740px; }
    #CMD .section__audio .wd__feature__list {
      left: 50%;
      margin-left: -315px;
      width: 630px; }
      #CMD .section__audio .wd__feature__list .wd__feature figure {
        margin-left: auto; }
    #CMD .section__audio .table {
      width: 568px;
      margin: 5px auto 30px; }
      #CMD .section__audio .table .table__row .label__0-60 {
        left: 1px;
        font-size: 20.9px;
        top: -6px; }
      #CMD .section__audio .table .table__row .offset__right {
        padding-right: 4px; }
    #CMD .section__audio .img__audio {
      left: 0;
      margin: -349px auto 0;
      width: 100%;
      max-width: 1300px;
      height: 1826px;
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/medium/1x/10_audio.jpg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      #CMD .section__audio .img__audio {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/medium/2x/10_audio.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  #CMD .section__triple__slots {
    margin-top: -192px;
    padding-top: 0; }
    #CMD .section__triple__slots .wd__content {
      left: 0;
      margin: 0 auto 0;
      width: 77%;
      max-width: 690px; }
      #CMD .section__triple__slots .wd__content .content__title {
        max-width: 100%; }
    #CMD .section__triple__slots .img__triple__slots {
      margin: 10px auto 0;
      width: 638px;
      height: 1130px;
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/medium/1x/11_tripleslots.jpg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      #CMD .section__triple__slots .img__triple__slots {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/medium/2x/11_tripleslots.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  #CMD .section__security {
    margin-top: 0;
    padding-top: 146px;
    padding-bottom: 12px; }
    #CMD .section__security .wd__content {
      left: 0;
      margin: 0 auto 0;
      width: 85%; }
      #CMD .section__security .wd__content .content__info {
        width: 656px; }
    #CMD .section__security .wd__feature__list {
      position: relative;
      left: 50%;
      margin-left: -360px;
      width: 720px; }
      #CMD .section__security .wd__feature__list .wd__feature figure {
        margin-top: -6px;
        margin-bottom: 11px;
        width: 100px;
        height: 60px;
        background-size: contain; }
    #CMD .section__security .img__security {
      left: 0;
      margin: -14px auto 0;
      width: 720px;
      height: 1030px;
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/medium/1x/12_security.jpg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      #CMD .section__security .img__security {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/medium/2x/12_security.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  #CMD .section__oreo {
    margin-top: 0;
    padding-top: 66px;
    padding-bottom: 12px; }
    #CMD .section__oreo .wd__content {
      left: 0;
      margin: 0 auto 0;
      width: 85%; }
      #CMD .section__oreo .wd__content .content__title {
        max-width: 510px; }
      #CMD .section__oreo .wd__content .content__info {
        width: 619px; }
    #CMD .section__oreo .wd__feature__list {
      position: relative;
      left: 50%;
      margin-left: -360px;
      width: 720px; }
      #CMD .section__oreo .wd__feature__list .wd__feature figure {
        margin-top: -5px;
        margin-bottom: 10px;
        width: 60px;
        height: 60px; }
    #CMD .section__oreo .img__oreo {
      left: 0;
      margin: -14px auto 0;
      width: 720px;
      height: 1030px;
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/medium/1x/13_oreo.jpg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      #CMD .section__oreo .img__oreo {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/medium/2x/13_oreo.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  #CMD .section__comment .footnotes {
    width: 90%; }
  #CMD .product_price.active {
    margin-bottom: 0px;
    padding-top: 34px; }
  #CMD .product_pdguide.active {
    padding-top: 15px; }
  #CMD .product_videos.active {
    padding-top: 127px; }
  #CMD .media-bottom {
    padding-bottom: 45px; } }

@media all and (min-width: 1024px) and (max-width: 1300px) {
  #CMD .section__inner__camera .content-1 .img__auto__focus {
    margin-top: -33px;
    margin-bottom: 26px;
    margin-left: -717px; } }

@media all and (max-width: 720px) {
  #CMD .wd__section .small_use {
    display: block; }
  #CMD .wd__section .small_unuse {
    display: none; }
  #CMD .wd__section .wd__content {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 89.2%;
    text-align: left; }
    #CMD .wd__section .wd__content .content__slogan {
      letter-spacing: 0.7px; }
    #CMD .wd__section .wd__content .content__title {
      margin-top: 11px;
      width: 100%;
      max-width: 720px; }
    #CMD .wd__section .wd__content .content__info {
      margin-top: 11px;
      margin-left: 0;
      width: 100%;
      max-width: 720px; }
    #CMD .wd__section .wd__content .content__comment {
      width: 100%;
      max-width: 720px; }
    #CMD .wd__section .wd__content .content__slogan {
      margin-left: 2.3em; }
      #CMD .wd__section .wd__content .content__slogan:before {
        position: absolute;
        left: -2.4em;
        top: -6px;
        width: 44px;
        height: 29px;
        background-size: contain; }
  #CMD .wd__section .wd__feature__list {
    text-align: center;
    width: 100%; }
    #CMD .wd__section .wd__feature__list .wd__feature {
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      #CMD .wd__section .wd__feature__list .wd__feature .wd__feature__data {
        margin-bottom: 0px; }
  #CMD .wd__section .wd__link__arrow:after {
    padding-left: 5px; }
  #CMD .section__kv {
    padding-top: 40px;
    padding-bottom: 0px; }
    #CMD .section__kv .wd__content {
      margin-top: 0px;
      position: relative;
      width: 100%;
      left: 0; }
      #CMD .section__kv .wd__content .content__slogan {
        display: block;
        text-align: center;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        font-size: 30px; }
      #CMD .section__kv .wd__content .content__title {
        margin: 7px auto 0;
        width: 98%;
        max-width: 450px;
        line-height: 1.3;
        font-size: 25px;
        text-align: center; }
      #CMD .section__kv .wd__content .content__info {
        text-align: center;
        margin: 3px auto 0;
        width: 88%;
        max-width: 474px;
        font-size: 19px;
        line-height: 1.45; }
    #CMD .section__kv .bottom_content {
      margin-top: -122px; }
      #CMD .section__kv .bottom_content .wd__feature__list {
        width: 280px; }
        #CMD .section__kv .bottom_content .wd__feature__list .no__wrap {
          white-space: normal; }
        #CMD .section__kv .bottom_content .wd__feature__list .wd__feature .wd__feature__data {
          padding-bottom: 10px;
          font-size: 32px; }
        #CMD .section__kv .bottom_content .wd__feature__list .wd__feature .wd__feature__describe, #CMD .section__kv .bottom_content .wd__feature__list .wd__feature .wd__feature__describe span {
          font-size: 19px;
          line-height: 1.16 !important; }
    #CMD .section__kv .img__kv__logo {
      left: 50%;
      margin: -22px 0 0 -208px;
      width: 418px;
      height: 56px;
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/small/2x/01_kv_logo.png"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      #CMD .section__kv .img__kv__logo {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/small/2x/01_kv_logo.png"); } }

@media all and (max-width: 720px) {
    #CMD .section__kv .img__kv__slogan {
      margin: 3px auto 0;
      max-width: 304px;
      height: 36px;
      background-size: contain;
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/small/1x/01_kv_slogan.png"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      #CMD .section__kv .img__kv__slogan {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/small/2x/01_kv_slogan.png"); } }

@media all and (max-width: 720px) {
    #CMD .section__kv .img__kv {
      left: 50%;
      margin-top: -282px;
      margin-left: -360px;
      width: 720px;
      height: 852px;
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/small/1x/01_kv.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      #CMD .section__kv .img__kv {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/small/2x/01_kv.jpg"); } }

@media all and (max-width: 720px) {
  #CMD .section__performance {
    padding-top: 87px; }
    #CMD .section__performance .wd__content .content__info {
      width: 100%; }
    #CMD .section__performance .bg-bottom {
      background-color: #fff; }
    #CMD .section__performance .wd__feature__list .wd__feature {
      margin-left: 10px;
      margin-right: 10px;
      width: 183px; }
    #CMD .section__performance .wd__performance__graph {
      left: 0;
      margin-top: 22px;
      width: 100%;
      max-width: 414px; }
      #CMD .section__performance .wd__performance__graph .graph .graph__line .graph__caption {
        width: 61%; }
    #CMD .section__performance .img__performance {
      margin-top: -176px;
      max-width: 720px;
      height: 730px;
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/small/1x/02_performance.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      #CMD .section__performance .img__performance {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/small/2x/02_performance.jpg"); } }

@media all and (max-width: 720px) {
  #CMD .section__power {
    padding-top: 162px; }
    #CMD .section__power .wd__content .content__info {
      width: 99%; }
    #CMD .section__power .wd__feature__list {
      left: 50%;
      margin-left: -160px;
      width: 320px; }
      #CMD .section__power .wd__feature__list .wd__feature {
        width: 120px;
        margin-left: 17px;
        margin-right: 17px; }
        #CMD .section__power .wd__feature__list .wd__feature.feature__1 {
          width: 147px; }
    #CMD .section__power .img__power {
      margin-top: -182px;
      max-width: 720px;
      height: 687px;
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/small/1x/03_power.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      #CMD .section__power .img__power {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/small/2x/03_power.jpg"); } }

@media all and (max-width: 720px) {
    #CMD .section__power .compare {
      position: relative;
      margin-top: -142px;
      bottom: 0;
      margin-left: -207px;
      width: 414px; }
      #CMD .section__power .compare .text__title {
        font-size: 21px; }
      #CMD .section__power .compare .text__comment {
        font-size: 14px; }
      #CMD .section__power .compare .img__compare {
        left: -4px;
        margin-top: 12px;
        width: 414px;
        height: 284px;
        background-size: contain;
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/small/1x/03_compare.png"); } }
      @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
        #CMD .section__power .compare .img__compare {
          background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/small/2x/03_compare.png"); } }

@media all and (max-width: 720px) {
  #CMD .section__display {
    margin-top: -10px;
    padding-top: 93px; }
    #CMD .section__display .wd__content .content__info {
      width: 100%; }
    #CMD .section__display .bg-bottom {
      background-color: #fff; }
    #CMD .section__display .wd__feature__list {
      left: 50%;
      margin-left: -160px;
      width: 320px; }
      #CMD .section__display .wd__feature__list .wd__feature {
        width: 150px;
        margin-left: 2px;
        margin-right: 2px; }
    #CMD .section__display .img__display {
      margin-top: -201px;
      max-width: 720px;
      height: 479px;
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/small/1x/04_display.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      #CMD .section__display .img__display {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/small/2x/04_display.jpg"); } }

@media all and (max-width: 720px) {
    #CMD .section__display .img__display-bottom {
      margin-top: 0;
      max-width: 720px;
      height: 479px;
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/small/1x/04_display_bottom.png"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      #CMD .section__display .img__display-bottom {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/small/2x/04_display_bottom.png"); } }

@media all and (max-width: 720px) {
  #CMD .section__more__screen {
    margin-top: 0;
    padding-top: 0; }
    #CMD .section__more__screen .wd__content {
      position: relative;
      left: 0;
      padding: 0;
      margin: 40px auto 0; }
      #CMD .section__more__screen .wd__content .content__info {
        width: 98%; }
    #CMD .section__more__screen .action__point {
      display: none; }
    #CMD .section__more__screen .phone__compare {
      left: 0;
      margin-top: 34px; }
      #CMD .section__more__screen .phone__compare figure {
        margin-bottom: 60px; }
      #CMD .section__more__screen .phone__compare span {
        font-size: 13px;
        line-height: 16px;
        letter-spacing: .1px; }
    #CMD .section__more__screen .img__more__screen {
      z-index: 100;
      left: 50%;
      margin-top: 33px;
      margin-left: -207px;
      width: 414px;
      height: 420px;
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/small/1x/05_more_screen.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      #CMD .section__more__screen .img__more__screen {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/small/2x/05_more_screen.jpg"); } }

@media all and (max-width: 720px) {
      #CMD .section__more__screen .img__more__screen .arrow__text {
        display: none; }
  #CMD .section__matal__design {
    padding-top: 75px; }
    #CMD .section__matal__design .wd__content {
      left: 0;
      margin-left: auto; }
    #CMD .section__matal__design .wd__feature__list .wd__feature {
      text-align: center;
      margin-left: 20px;
      margin-right: 20px; }
    #CMD .section__matal__design .img__matal__design {
      z-index: 1;
      margin-top: 9px;
      max-width: 720px;
      height: 496px;
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/small/1x/06_matal_design.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      #CMD .section__matal__design .img__matal__design {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/small/2x/06_matal_design.jpg"); } }

@media all and (max-width: 720px) {
      #CMD .section__matal__design .img__matal__design .display__text {
        text-align: left;
        width: 70px;
        font-size: 14px;
        letter-spacing: 1px; }
        #CMD .section__matal__design .img__matal__design .display__text.text-1 {
          margin-top: -79px;
          margin-left: -19px; }
        #CMD .section__matal__design .img__matal__design .display__text.text-2 {
          margin-top: 46px;
          margin-left: 16px; }
        #CMD .section__matal__design .img__matal__design .display__text.text-3 {
          margin-top: 187px;
          margin-left: 72px; }
      #CMD .section__matal__design .img__matal__design .img__matal__design__cover {
        display: none; }
  #CMD .section__dual__camera {
    margin-top: -21px;
    padding-top: 0; }
    #CMD .section__dual__camera .wd__content {
      left: 0;
      margin-left: auto; }
      #CMD .section__dual__camera .wd__content .content__info {
        width: 100%;
        max-width: 513px; }
    #CMD .section__dual__camera .wd__feature__list {
      left: 50%;
      margin-left: -160px;
      width: 320px; }
      #CMD .section__dual__camera .wd__feature__list .wd__feature {
        width: 110px;
        margin-left: 20px;
        margin-right: 20px; }
        #CMD .section__dual__camera .wd__feature__list .wd__feature figure {
          margin-top: 0px;
          width: 53px;
          height: 53px;
          background-size: contain; }
        #CMD .section__dual__camera .wd__feature__list .wd__feature.feature__3 .wd__feature__describe__top {
          display: none; }
        #CMD .section__dual__camera .wd__feature__list .wd__feature.feature__3 figure {
          position: relative; }
    #CMD .section__dual__camera .img__dual__camera {
      left: 50%;
      margin-top: -150px;
      margin-left: -125px;
      width: 486px;
      height: 609px;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/small/1x/07_dual_camera.png"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      #CMD .section__dual__camera .img__dual__camera {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/small/2x/07_dual_camera.png"); } }

@media all and (max-width: 720px) {
  #CMD .section__portraits {
    padding-top: 139px; }
    #CMD .section__portraits .wd__content .content__info {
      width: 100%; }
    #CMD .section__portraits .bg-bottom {
      background-color: #fff; }
    #CMD .section__portraits .img__portraits {
      margin-top: 36px;
      margin-left: -360px;
      width: 720px;
      height: 390px;
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/small/1x/08_bokehmode.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      #CMD .section__portraits .img__portraits {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/small/2x/08_bokehmode.jpg"); } }

@media all and (max-width: 720px) {
  #CMD .section__beauty__mode {
    padding-top: 85px;
    padding-bottom: 60px; }
    #CMD .section__beauty__mode .wd__content {
      margin: 0 auto 0; }
    #CMD .section__beauty__mode .wd__feature__list {
      left: 0;
      margin-left: auto;
      margin-right: auto;
      width: 100%; }
      #CMD .section__beauty__mode .wd__feature__list .wd__feature.feature__1 {
        width: 94px; }
    #CMD .section__beauty__mode .img__beauty__mode {
      left: 0;
      margin: 4px auto 0;
      width: 100%;
      max-width: 720px;
      height: 494px;
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/small/1x/09_beauty_mode.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      #CMD .section__beauty__mode .img__beauty__mode {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/small/2x/09_beauty_mode.jpg"); } }

@media all and (max-width: 720px) {
  #CMD .section__audio {
    background: #000;
    margin-top: -40px;
    padding-top: 87px;
    padding-bottom: 60px; }
    #CMD .section__audio .wd__content {
      margin: 0 auto 0; }
    #CMD .section__audio .wd__feature__list {
      left: 50%;
      margin-left: -155px;
      width: 310px; }
      #CMD .section__audio .wd__feature__list .wd__feature figure {
        margin-top: -7px;
        margin-bottom: -7px;
        width: 104px;
        height: 58px;
        background-size: contain; }
      #CMD .section__audio .wd__feature__list .wd__feature.feature__2 {
        width: 250px; }
      #CMD .section__audio .wd__feature__list .wd__feature.feature__3, #CMD .section__audio .wd__feature__list .wd__feature.feature__4, #CMD .section__audio .wd__feature__list .wd__feature.feature__5, #CMD .section__audio .wd__feature__list .wd__feature.feature__6 {
        width: 117px; }
    #CMD .section__audio .table {
      width: 284px;
      margin: 15px auto 0; }
      #CMD .section__audio .table .table__column {
        margin-bottom: 4px; }
        #CMD .section__audio .table .table__column .col__label {
          font-size: 12.8px;
          text-align: center; }
          #CMD .section__audio .table .table__column .col__label.col__single__magnet {
            width: 111px;
            padding-left: 25px;
            padding-top: 15px; }
          #CMD .section__audio .table .table__column .col__label.col__flagship {
            width: 73px;
            padding-left: 34px; }
      #CMD .section__audio .table .table__row .row__label {
        font-size: 13.8px; }
        #CMD .section__audio .table .table__row .row__label.label__capscity {
          margin-top: -3px; }
      #CMD .section__audio .table .table__row .row__data {
        font-size: 14px;
        min-height: 42px;
        padding-left: 0;
        padding-right: 2px; }
      #CMD .section__audio .table .table__row.line__bottom .row__data {
        padding-top: 16px; }
      #CMD .section__audio .table .table__row .offset__right {
        padding-right: 2px !important; }
    #CMD .section__audio .img__audio {
      left: 0;
      margin: -186px auto 0;
      width: 100%;
      max-width: 720px;
      height: 1096px;
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/small/1x/10_audio.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      #CMD .section__audio .img__audio {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/small/2x/10_audio.jpg"); } }

@media all and (max-width: 720px) {
  #CMD .section__triple__slots {
    z-index: 1000;
    margin-top: -198px;
    padding-top: 10px; }
    #CMD .section__triple__slots .wd__content {
      left: 0;
      margin: 0 auto 0; }
      #CMD .section__triple__slots .wd__content .content__title {
        max-width: 600px; }
      #CMD .section__triple__slots .wd__content .content__info {
        width: 91%; }
    #CMD .section__triple__slots .wd__feature__list {
      position: relative;
      left: 50%;
      margin-left: -160px;
      width: 320px; }
      #CMD .section__triple__slots .wd__feature__list .wd__feature {
        vertical-align: top;
        margin-left: 17px;
        margin-right: 17px;
        width: auto; }
        #CMD .section__triple__slots .wd__feature__list .wd__feature.feature__2 {
          width: 126px; }
    #CMD .section__triple__slots .img__triple__slots {
      left: 50%;
      margin-top: 2px;
      margin-left: -184px;
      width: 546px;
      height: 648px;
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/small/1x/11_tripleslots.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      #CMD .section__triple__slots .img__triple__slots {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/small/2x/11_tripleslots.jpg"); } }

@media all and (max-width: 720px) {
  #CMD .section__security {
    margin-top: -124px;
    padding-top: 10px;
    padding-bottom: 1px; }
    #CMD .section__security .wd__content {
      margin-top: 0; }
      #CMD .section__security .wd__content .content__info {
        width: 99%;
        max-width: 490px; }
    #CMD .section__security .wd__feature__list {
      left: 0;
      margin-left: auto;
      margin-right: auto;
      width: 100%; }
      #CMD .section__security .wd__feature__list .wd__feature {
        margin-left: 17px;
        margin-right: 17px;
        width: auto; }
        #CMD .section__security .wd__feature__list .wd__feature figure {
          margin-top: -5px;
          margin-bottom: 1px;
          width: 59px;
          height: 50px;
          background-size: contain; }
    #CMD .section__security .img__security {
      left: 0;
      margin: -25px auto 0;
      width: 320px;
      height: 523px;
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/small/1x/12_security.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      #CMD .section__security .img__security {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/small/2x/12_security.jpg"); } }

@media all and (max-width: 720px) {
  #CMD .section__oreo {
    margin-top: -1px;
    padding-top: 30px;
    padding-bottom: 1px; }
    #CMD .section__oreo .wd__content {
      margin-top: 0; }
      #CMD .section__oreo .wd__content .content__title {
        max-width: 320px; }
      #CMD .section__oreo .wd__content .content__info {
        width: 99%;
        max-width: 490px; }
    #CMD .section__oreo .wd__feature__list {
      left: 0;
      margin-left: auto;
      margin-right: auto;
      width: 100%; }
      #CMD .section__oreo .wd__feature__list .wd__feature {
        margin-left: 17px;
        margin-right: 17px;
        width: auto; }
        #CMD .section__oreo .wd__feature__list .wd__feature figure {
          margin-top: -9px;
          margin-bottom: 6px;
          width: 59px;
          height: 50px;
          background-size: contain; }
    #CMD .section__oreo .img__oreo {
      left: 0;
      margin: -25px auto 0;
      width: 320px;
      height: 523px;
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/small/1x/13_oreo.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      #CMD .section__oreo .img__oreo {
        background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/small/2x/13_oreo.jpg"); } }

@media all and (max-width: 720px) {
  #CMD .section__comment .footnotes {
    width: 90%; } }

@media all and (min-width: 1px) and (max-width: 720px) {
  #CMD .product_price.active {
    margin-bottom: 7px;
    padding-top: 27px; }
  #CMD .product_pdguide.active {
    padding-top: 13px; }
  #CMD .section__pdc {
    position: relative;
    z-index: 1; }
    #CMD .section__pdc .product_videos.active {
      padding-top: 87px; }
    #CMD .section__pdc .media-bottom {
      margin-bottom: -64px;
      padding-bottom: 0; }
    #CMD .section__pdc .product_medias.slick-dotted .slick-dots {
      bottom: 15px; } }

@media all and (min-width: 600px) and (max-width: 720px) {
  #CMD .section__pdc .media-bottom {
    margin-bottom: -28px; } }

@media all and (min-width: 1px) and (max-width: 460px) {
  #CMD .section__power .compare {
    position: relative;
    margin-top: -138px;
    left: 0;
    margin-left: 5.4%;
    width: 90.2%; }
    #CMD .section__power .compare .img__compare {
      left: -3px;
      padding-bottom: 68.59%;
      width: 100%;
      height: 0; } }

@media all and (min-width: 600px) and (max-width: 720px) {
  #CMD .section__kv .bottom_content .wd__feature__list {
    width: 600px; }
    #CMD .section__kv .bottom_content .wd__feature__list .wd__feature {
      margin-left: 20px;
      margin-right: 20px;
      margin-bottom: 30px; }
  #CMD .section__power .wd__feature__list {
    left: 50%;
    margin-left: -255px;
    width: 510px; }
  #CMD .section__display .wd__feature__list {
    margin-left: -300px;
    width: 600px; }
  #CMD .section__portraits .img__portraits {
    margin-left: -293px; }
  #CMD .section__audio .wd__feature__list {
    margin-left: -260px;
    width: 520px; }
    #CMD .section__audio .wd__feature__list .wd__feature figure {
      margin-top: -7px;
      margin-bottom: -7px;
      width: 104px;
      height: 58px;
      background-size: contain; }
    #CMD .section__audio .wd__feature__list .wd__feature.feature__2 {
      width: 163px; }
    #CMD .section__audio .wd__feature__list .wd__feature.feature__3, #CMD .section__audio .wd__feature__list .wd__feature.feature__4, #CMD .section__audio .wd__feature__list .wd__feature.feature__5 {
      width: auto; } }

@media all and (min-width: 414px) and (max-width: 720px) {
  #CMD .section__audio .table {
    width: 370px; }
    #CMD .section__audio .table .table__column .col__label.col__single__magnet {
      width: 175px;
      padding-left: 65px;
      padding-top: 15px; }
    #CMD .section__audio .table .table__column .col__label.col__flagship {
      width: 90px;
      padding-left: 0; } }

@media all and (min-width: 486px) and (max-width: 720px) {
  #CMD .section__display .img__display {
    background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/small/1x/04_display_center.jpg"); } }
  @media all and (min-width: 486px) and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 486px) and (max-width: 720px) and (min-resolution: 144dpi) {
    #CMD .section__display .img__display {
      background-image: url("/websites/global/products/iVRluouPvFloRZJK/v2/features/images/small/2x/04_display_center.jpg"); } }

@media all and (min-width: 600px) and (max-width: 720px) {
  #CMD .section__inner__camera .content-1 .img__auto__focus {
    margin-top: -31px;
    margin-bottom: 30px;
    margin-left: -438px; }
  #CMD .section__beauty__mode .wd__feature__list {
    max-width: 560px; } }
