/*** 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; }

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

@media all and (min-width: 721px) and (max-width: 1300px) {
  .medium__text-left {
    text-align: left; }
    .medium__text-left.wd__content {
      text-align: left;
      left: 0; }
      .medium__text-left.wd__content .content__comment,
      .medium__text-left.wd__content .content__info,
      .medium__text-left.wd__content .content__link,
      .medium__text-left.wd__content .content__slogan,
      .medium__text-left.wd__content .content__title {
        margin-left: 0; }
  .medium__text-center {
    text-align: center; }
    .medium__text-center.wd__content {
      left: 0;
      margin-left: auto;
      margin-right: auto; }
      .medium__text-center.wd__content .content__comment,
      .medium__text-center.wd__content .content__info,
      .medium__text-center.wd__content .content__link,
      .medium__text-center.wd__content .content__slogan,
      .medium__text-center.wd__content .content__title {
        margin-left: auto;
        margin-right: auto; } }

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

.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+BBgAWDs+2El12r0AAAAASUVORK5CYII=");
  width: 24px;
  height: 24px; }

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

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

#AWD {
  -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-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;
  line-height: 1.3;
  font-size: 15px;
  z-index: 1; }

.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.limit__width {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  min-width: 1301px;
  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; }

.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; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes ripple {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  70% {
    opacity: 1; }
  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); } }

#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; }

#AWD {
  margin-top: 58px \9  !important; }

@media all and (min-width: 721px) {
  #AWD {
    margin-top: 51px; } }

@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) {
  #AWD {
    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; } }

.lity {
  z-index: 1000000000 !important; }

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; }

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

.video-js .vjs-audio-button, .video-js .vjs-big-play-button, .video-js .vjs-captions-button, .video-js .vjs-chapters-button, .video-js .vjs-control.vjs-close-button, .video-js .vjs-descriptions-button, .video-js .vjs-fullscreen-control, .video-js .vjs-mouse-display, .video-js .vjs-mute-control, .video-js .vjs-mute-control.vjs-vol-0, .video-js .vjs-mute-control.vjs-vol-1, .video-js .vjs-mute-control.vjs-vol-2, .video-js .vjs-play-control, .video-js .vjs-play-control.vjs-playing, .video-js .vjs-play-progress, .video-js .vjs-subtitles-button, .video-js .vjs-volume-level, .video-js .vjs-volume-menu-button, .video-js .vjs-volume-menu-button.vjs-vol-0, .video-js .vjs-volume-menu-button.vjs-vol-1, .video-js .vjs-volume-menu-button.vjs-vol-2, .video-js.vjs-fullscreen .vjs-fullscreen-control, .vjs-icon-audio, .vjs-icon-audio-description, .vjs-icon-cancel, .vjs-icon-captions, .vjs-icon-chapters, .vjs-icon-circle, .vjs-icon-circle-inner-circle, .vjs-icon-circle-outline, .vjs-icon-cog, .vjs-icon-facebook, .vjs-icon-fullscreen-enter, .vjs-icon-fullscreen-exit, .vjs-icon-gplus, .vjs-icon-hd, .vjs-icon-linkedin, .vjs-icon-pause, .vjs-icon-pinterest, .vjs-icon-play, .vjs-icon-play-circle, .vjs-icon-replay, .vjs-icon-spinner, .vjs-icon-square, .vjs-icon-subtitles, .vjs-icon-tumblr, .vjs-icon-twitter, .vjs-icon-volume-high, .vjs-icon-volume-low, .vjs-icon-volume-mid, .vjs-icon-volume-mute {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.video-js, .vjs-no-js {
  color: #fff;
  background-color: #000; }

.video-js .vjs-big-play-button:before, .video-js .vjs-control, .video-js .vjs-control:before, .vjs-menu li, .vjs-no-js {
  text-align: center; }

.video-js .vjs-big-play-button:before, .video-js .vjs-control:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@font-face {
  font-family: VideoJS;
  src: url(font/VideoJS.eot?#iefix) format("eot"); }

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,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FjY3PgE3LgEnIwYfAR4BFw4BBTM/ARUzESMGAyUVJwMchM2UWwgNq4JHrQgBAapUaAoJcWMBfiIhDiMrAQJLMB0BBAokNAIBPmMiIQ4iLAECSzAeAQUKJDQBP2MiIQ4iLAECSzAeAQUKJDQBAT75g+5B4arNLNIBJ44ByQL9BQ9mvYCKwA8FBQMDwwJVTGdzBf6VB8IHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvVJkAWUDDEf+tYP5AQAAAAEAAAAABiAGtgAbAAABBAADER4BFzMRITU2ADcWABcVIREzPgE3EQIAA4D+4v6FBwJ/X+D+1QYBJ97eAScG/tXgX38CB/6FBrUH/oX+4v32X38CAlWV3gEnBgb+2d6V/asCf18CCgEeAXsAAAAAEADGAAEAAAAAAAEABwAAAAEAAAAAAAIABwAHAAEAAAAAAAMABwAOAAEAAAAAAAQABwAVAAEAAAAAAAUACwAcAAEAAAAAAAYABwAnAAEAAAAAAAoAKwAuAAEAAAAAAAsAEwBZAAMAAQQJAAEADgBsAAMAAQQJAAIADgB6AAMAAQQJAAMADgCIAAMAAQQJAAQADgCWAAMAAQQJAAUAFgCkAAMAAQQJAAYADgC6AAMAAQQJAAoAVgDIAAMAAQQJAAsAJgEeVmlkZW9KU1JlZ3VsYXJWaWRlb0pTVmlkZW9KU1ZlcnNpb24gMS4wVmlkZW9KU0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAABAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwAAAAAA) format("truetype");
  font-weight: 400;
  font-style: normal; }

.video-js .vjs-big-play-button:before, .video-js .vjs-play-control:before, .vjs-icon-play:before {
  content: "\f101"; }

.vjs-icon-play-circle:before {
  content: "\f102"; }

.video-js .vjs-play-control.vjs-playing:before, .vjs-icon-pause:before {
  content: "\f103"; }

.video-js .vjs-mute-control.vjs-vol-0:before, .video-js .vjs-volume-menu-button.vjs-vol-0:before, .vjs-icon-volume-mute:before {
  content: "\f104"; }

.video-js .vjs-mute-control.vjs-vol-1:before, .video-js .vjs-volume-menu-button.vjs-vol-1:before, .vjs-icon-volume-low:before {
  content: "\f105"; }

.video-js .vjs-mute-control.vjs-vol-2:before, .video-js .vjs-volume-menu-button.vjs-vol-2:before, .vjs-icon-volume-mid:before {
  content: "\f106"; }

.video-js .vjs-mute-control:before, .video-js .vjs-volume-menu-button:before, .vjs-icon-volume-high:before {
  content: "\f107"; }

.video-js .vjs-fullscreen-control:before, .vjs-icon-fullscreen-enter:before {
  content: "\f108"; }

.video-js.vjs-fullscreen .vjs-fullscreen-control:before, .vjs-icon-fullscreen-exit:before {
  content: "\f109"; }

.vjs-icon-square:before {
  content: "\f10a"; }

.vjs-icon-spinner:before {
  content: "\f10b"; }

.video-js .vjs-subtitles-button:before, .vjs-icon-subtitles:before {
  content: "\f10c"; }

.video-js .vjs-captions-button:before, .vjs-icon-captions:before {
  content: "\f10d"; }

.video-js .vjs-chapters-button:before, .vjs-icon-chapters:before {
  content: "\f10e"; }

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.vjs-icon-share:before {
  content: "\f10f"; }

.vjs-icon-cog:before {
  content: "\f110"; }

.video-js .vjs-mouse-display:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before, .vjs-icon-circle:before {
  content: "\f111"; }

.vjs-icon-circle-outline:before {
  content: "\f112"; }

.vjs-icon-circle-inner-circle:before {
  content: "\f113"; }

.vjs-icon-hd:before {
  content: "\f114"; }

.video-js .vjs-control.vjs-close-button:before, .vjs-icon-cancel:before {
  content: "\f115"; }

.vjs-icon-replay:before {
  content: "\f116"; }

.vjs-icon-facebook:before {
  content: "\f117"; }

.vjs-icon-gplus:before {
  content: "\f118"; }

.vjs-icon-linkedin:before {
  content: "\f119"; }

.vjs-icon-twitter:before {
  content: "\f11a"; }

.vjs-icon-tumblr:before {
  content: "\f11b"; }

.vjs-icon-pinterest:before {
  content: "\f11c"; }

.video-js .vjs-descriptions-button:before, .vjs-icon-audio-description:before {
  content: "\f11d"; }

.video-js .vjs-audio-button:before, .vjs-icon-audio:before {
  content: "\f11e"; }

.video-js {
  display: block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  font-family: Arial,Helvetica,sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.video-js:-moz-full-screen {
  position: absolute; }

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important; }

.video-js .vjs-tech, .video-js.vjs-fill {
  width: 100%;
  height: 100%; }

.video-js *, .video-js :after, .video-js :before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin: 0; }

.vjs-error .vjs-error-display:before, .vjs-menu .vjs-menu-content, .vjs-no-js {
  font-family: Arial,Helvetica,sans-serif; }

.video-js.vjs-16-9, .video-js.vjs-4-3, .video-js.vjs-fluid {
  width: 100%;
  max-width: 100%;
  height: 0; }

.video-js.vjs-16-9 {
  padding-top: 56.25%; }

.video-js.vjs-4-3 {
  padding-top: 75%; }

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0; }

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto; }

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important; }

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none; }

.vjs-hidden {
  display: none !important; }

.vjs-disabled {
  opacity: .5;
  cursor: default; }

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px; }

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible; }

.vjs-no-js {
  padding: 20px;
  font-size: 18px;
  width: 300px;
  height: 150px;
  margin: 0 auto; }

.vjs-no-js a, .vjs-no-js a:visited {
  color: #66A8CC; }

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: .06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: .3em;
  -webkit-transition: all .4s;
  transition: all .4s; }

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -.75em;
  margin-left: -1.5em; }

.video-js .vjs-big-play-button:focus, .video-js:hover .vjs-big-play-button {
  outline: 0;
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  transition: all 0s; }

.vjs-controls-disabled .vjs-big-play-button, .vjs-error .vjs-big-play-button, .vjs-has-started .vjs-big-play-button, .vjs-using-native-controls .vjs-big-play-button {
  display: none; }

.video-js button {
  background: 0 0;
  border: none;
  color: inherit;
  display: inline-block;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: .5em;
  z-index: 2; }

.vjs-menu-button {
  cursor: pointer; }

.vjs-menu-button.vjs-disabled {
  cursor: default; }

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none; }

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto; }

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
  display: none; }

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: .2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-transform: lowercase; }

.vjs-menu li:focus, .vjs-menu li:hover {
  outline: 0;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.vjs-menu li.vjs-selected, .vjs-menu li.vjs-selected:focus, .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F; }

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 .3em;
  font-weight: 700;
  cursor: default; }

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7); }

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em; }

.vjs-menu-button-popup .vjs-menu.vjs-lock-showing, .vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu {
  display: block; }

.video-js .vjs-menu-button-inline {
  -webkit-transition: all .4s;
  transition: all .4s;
  overflow: hidden; }

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em; }

.video-js .vjs-menu-button-inline.vjs-slider-active, .video-js .vjs-menu-button-inline:focus, .video-js .vjs-menu-button-inline:hover, .video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em; }

.video-js .vjs-menu-button-inline.vjs-slider-active {
  -webkit-transition: none;
  transition: none; }

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all .4s;
  transition: all .4s; }

.vjs-menu-button-inline.vjs-slider-active .vjs-menu, .vjs-menu-button-inline:focus .vjs-menu, .vjs-menu-button-inline:hover .vjs-menu {
  display: block;
  opacity: 1; }

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto; }

.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu, .vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu, .vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu {
  width: auto; }

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden; }

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7); }

.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility .1s,opacity .1s;
  transition: visibility .1s,opacity .1s; }

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  -webkit-transition: visibility 1s,opacity 1s;
  transition: visibility 1s,opacity 1s; }

.vjs-controls-disabled .vjs-control-bar, .vjs-error .vjs-control-bar, .vjs-using-native-controls .vjs-control-bar {
  display: none !important; }

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible; }

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table; }

.video-js .vjs-control {
  outline: 0;
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none; }

.video-js .vjs-control:before {
  font-size: 1.8em;
  line-height: 1.67; }

.video-js .vjs-control:focus, .video-js .vjs-control:focus:before, .video-js .vjs-control:hover:before {
  text-shadow: 0 0 1em #fff; }

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle; }

.video-js .vjs-custom-control-spacer {
  display: none; }

.video-js .vjs-progress-control {
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4em; }

.vjs-live .vjs-progress-control {
  display: none; }

.video-js .vjs-progress-holder {
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all .2s;
  transition: all .2s;
  height: .3em; }

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.666666666666666666em; }

.video-js .vjs-progress-control:hover .vjs-mouse-display:after, .video-js .vjs-progress-control:hover .vjs-play-progress:after, .video-js .vjs-progress-control:hover .vjs-time-tooltip {
  font-family: Arial,Helvetica,sans-serif;
  visibility: visible;
  font-size: .6em; }

.video-js .vjs-progress-holder .vjs-load-progress, .video-js .vjs-progress-holder .vjs-load-progress div, .video-js .vjs-progress-holder .vjs-play-progress, .video-js .vjs-progress-holder .vjs-tooltip-progress-bar {
  position: absolute;
  display: block;
  height: .3em;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0; }

.video-js .vjs-mouse-display:before, .video-js .vjs-progress-control .vjs-keep-tooltips-inside:after {
  display: none; }

.video-js .vjs-play-progress {
  background-color: #fff; }

.video-js .vjs-play-progress:before {
  position: absolute;
  top: -.333333333333333em;
  right: -.5em;
  font-size: .9em; }

.video-js .vjs-mouse-display:after, .video-js .vjs-play-progress:after, .video-js .vjs-time-tooltip {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  right: -1.9em;
  font-size: .9em;
  color: #000;
  content: attr(data-current-time);
  padding: 6px 8px 8px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: .3em; }

.video-js .vjs-play-progress:after, .video-js .vjs-play-progress:before, .video-js .vjs-time-tooltip {
  z-index: 1; }

.video-js .vjs-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, 0.5); }

.video-js .vjs-load-progress div {
  background: #fff;
  background: rgba(115, 133, 159, 0.75); }

.video-js.vjs-no-flex .vjs-progress-control {
  width: auto; }

.video-js .vjs-time-tooltip {
  display: inline-block;
  height: 2.4em;
  position: relative;
  float: right;
  right: -1.9em; }

.vjs-tooltip-progress-bar {
  visibility: hidden; }

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1; }

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0; }

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block; }

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display, .video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s,opacity 1s;
  transition: visibility 1s,opacity 1s; }

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display, .video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
  display: none; }

.video-js .vjs-progress-control .vjs-mouse-display:after, .vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8); }

.video-js .vjs-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 .45em;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.video-js .vjs-slider:focus {
  text-shadow: 0 0 1em #fff;
  -webkit-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff; }

.video-js .vjs-mute-control, .video-js .vjs-volume-menu-button {
  cursor: pointer;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none; }

.video-js .vjs-volume-control {
  width: 5em;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.video-js .vjs-volume-bar {
  margin: 1.35em .45em; }

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: .3em; }

.vjs-volume-bar.vjs-slider-vertical {
  width: .3em;
  height: 5em;
  margin: 1.35em auto; }

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff; }

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: .9em; }

.vjs-slider-vertical .vjs-volume-level {
  width: .3em; }

.vjs-slider-vertical .vjs-volume-level:before {
  top: -.5em;
  left: -.3em; }

.vjs-slider-horizontal .vjs-volume-level {
  height: .3em; }

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -.3em;
  right: -.5em; }

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%; }

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%; }

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent; }

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
  left: .5em;
  height: 8em; }

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
  left: -2em; }

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
  height: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden; }

.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content, .vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content, .vjs-volume-menu-button-vertical:focus .vjs-menu-content, .vjs-volume-menu-button-vertical:hover .vjs-menu-content {
  height: 8em;
  width: 2.9em; }

.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content, .vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content, .vjs-volume-menu-button-horizontal:focus .vjs-menu-content, .vjs-volume-menu-button-horizontal:hover .vjs-menu-content {
  height: 2.9em;
  width: 8em; }

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
  background-color: transparent !important; }

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%; }

.vjs-poster img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%; }

.vjs-has-started .vjs-poster {
  display: none; }

.vjs-audio.vjs-has-started .vjs-poster {
  display: block; }

.vjs-controls-disabled .vjs-poster, .vjs-using-native-controls .vjs-poster {
  display: none; }

.video-js .vjs-live-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em; }

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left; }

.video-js .vjs-current-time, .video-js .vjs-duration, .vjs-live .vjs-time-control, .vjs-live .vjs-time-divider, .vjs-no-flex .vjs-current-time, .vjs-no-flex .vjs-duration {
  display: none; }

.video-js .vjs-time-control {
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em; }

.vjs-time-divider {
  display: none;
  line-height: 3em; }

.video-js .vjs-play-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none; }

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none; }

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em; }

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: .1em;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5); }

.vjs-subtitles {
  color: #fff; }

.vjs-captions {
  color: #fc6; }

.vjs-tt-cue {
  display: block; }

video::-webkit-media-text-track-display {
  -ms-transform: translateY(-3em);
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em); }

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -ms-transform: translateY(-1.5em);
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em); }

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none; }

.vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center; }

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0; }

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center; }

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -.5em;
  position: absolute;
  text-shadow: .05em .05em .1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%; }

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px; }

.vjs-seeking .vjs-loading-spinner, .vjs-waiting .vjs-loading-spinner {
  display: block; }

.vjs-loading-spinner:after, .vjs-loading-spinner:before {
  content: "";
  position: absolute;
  margin: -6px;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: #fff transparent transparent; }

.vjs-seeking .vjs-loading-spinner:after, .vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:before {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; }

.vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:before {
  border-top-color: #fff; }

.vjs-seeking .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:after {
  border-top-color: #fff;
  -webkit-animation-delay: .44s;
  animation-delay: .44s; }

@keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes vjs-spinner-fade {
  0%, 100%, 20%, 60% {
    border-top-color: #73859f; }
  35% {
    border-top-color: #fff; } }

@-webkit-keyframes vjs-spinner-fade {
  0%, 100%, 20%, 60% {
    border-top-color: #73859f; }
  35% {
    border-top-color: #fff; } }

.vjs-chapters-button .vjs-menu ul {
  width: 24em; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto; }

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button {
  display: none; }

.vjs-caption-settings {
  position: relative;
  top: 1em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  margin: 0 auto;
  padding: .5em;
  height: 16em;
  font-size: 12px;
  width: 40em; }

.vjs-caption-settings .vjs-tracksettings {
  top: 0;
  bottom: 1em;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto; }

.vjs-caption-settings .vjs-tracksettings-colors, .vjs-caption-settings .vjs-tracksettings-font {
  float: left; }

.vjs-caption-settings .vjs-tracksettings-colors:after, .vjs-caption-settings .vjs-tracksettings-controls:after, .vjs-caption-settings .vjs-tracksettings-font:after {
  clear: both; }

.vjs-caption-settings .vjs-tracksettings-controls {
  position: absolute;
  bottom: 1em;
  right: 1em; }

.vjs-caption-settings .vjs-tracksetting {
  margin: 5px;
  padding: 3px;
  min-height: 40px;
  border: none; }

.vjs-caption-settings .vjs-tracksetting label, .vjs-caption-settings .vjs-tracksetting legend {
  display: block;
  width: 100px;
  margin-bottom: 5px; }

.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px;
  vertical-align: top;
  float: right; }

.vjs-caption-settings .vjs-tracksetting > div {
  margin-bottom: 5px;
  min-height: 20px; }

.vjs-caption-settings .vjs-tracksetting > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0; }

.vjs-caption-settings label > input {
  margin-right: 10px; }

.vjs-caption-settings fieldset {
  margin-top: 1em;
  margin-left: .5em; }

.vjs-caption-settings fieldset .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.vjs-caption-settings input[type=button] {
  width: 40px;
  height: 40px; }

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0)); }

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1; }

@media print {
  .video-js > :not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden; } }

@media \0screen {
  .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: ""; }
  .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: hidden; } }

/*! Lity - v1.6.6 - 2016-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2016 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial,Helvetica,sans-serif;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease; }

.lity-loading .lity-content, .lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

.lity-iframe .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

.wd__section .wd__content {
  color: #333333; }
  .wd__section .wd__content .content__slogan {
    position: relative;
    color: #a89d5b;
    font-size: 36px; }
    @media all and (max-width: 720px) {
      .wd__section .wd__content .content__slogan {
        font-size: 19px; } }
  .wd__section .wd__content .content__title {
    position: relative;
    margin-top: 11px;
    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: 7px;
        margin-bottom: 7px; } }
    @media all and (max-width: 720px) {
      .wd__section .wd__content .content__title {
        margin-top: 11px;
        font-size: 29.4px;
        line-height: 33px;
        letter-spacing: -0.5px; } }
  .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: 13px;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 21px; } }
  .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: 13px;
        font-size: 13px;
        letter-spacing: 0.2px; } }
  .wd__section .wd__content .content__link {
    display: inline-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: 7px;
        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: 53px; }
  @media all and (min-width: 721px) and (max-width: 1300px) {
    .wd__section .wd__feature__list {
      margin-top: 39px; } }
  .wd__section .wd__feature__list .wd__feature {
    display: inline-block;
    vertical-align: bottom;
    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; } }
  .wd__section .wd__feature__list .wd__feature {
    position: relative;
    color: #333333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .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 {
          font-size: 45px; } }
      .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__top {
      position: relative;
      margin-bottom: 3px; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__describe {
      position: relative;
      margin-top: 0; }
    .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;
      color: #636360; }
      @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 {
          font-size: 13px;
          line-height: 18px;
          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.text__long-en {
  font-size: 54px;
  line-height: 64px; }

.wd__section .wd__feature__list .wd__feature .wd__feature__data.text__long-tw {
  font-size: 46px;
  line-height: 60px; }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .wd__section .wd__feature__list .wd__feature .wd__feature__data.text__long-en {
    font-size: 54px;
    line-height: 64px; }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data.text__long-tw {
    font-size: 46px;
    line-height: 60px; } }

@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: 48px;
    padding-top: 5px; }
  .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; }

.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__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 {
  margin-top: 125px; }

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

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

.wd__section .dis_block {
  display: block !important; }

.wd__section .dis_none {
  display: none !important; }

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

.wd__section .wd__content .content__slogan {
  color: #ffa801; }

.wd__section .wd__content .content__title {
  color: #333333; }

.wd__section .wd__content .content__info {
  color: #333333; }

.wd__section .wd__content .content__link span {
  color: #ffa801; }

.wd__section .wd__feature__list .wd__feature {
  vertical-align: bottom; }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data {
    color: #ffa801; }

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

.wd__section.theme__text-white .wd__content .content__slogan {
  color: #ffa801; }

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

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

.wd__section.theme__text-white .wd__feature__list .wd__feature .wd__feature__describe__top span {
  color: #cfcfcf; }

.wd__section.theme__text-white .wd__feature__list .wd__feature .wd__feature__describe span {
  color: #cfcfcf; }

.section__kv {
  overflow: hidden;
  margin-top: 0px;
  padding-bottom: 0px; }
  .section__kv .wd__content {
    position: relative;
    z-index: 1;
    width: 1300px;
    margin-left: auto;
    margin-right: auto; }
    .section__kv .wd__content .content__title {
      font-size: 65px;
      margin-top: -14px; }
    .section__kv .wd__content .content__info {
      font-size: 26px;
      margin-top: -135px;
      width: 1022px; }
  .section__kv .img__kv__logo {
    position: relative;
    margin: 35px auto 0;
    width: 100%;
    max-width: 494px;
    height: 144px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/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) {
      .section__kv .img__kv__logo {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/kv_logo.png"); } }
  .section__kv .img__kv {
    position: relative;
    margin: -1135px auto 0;
    width: 100%;
    max-width: 2560px;
    height: 2600px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/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) {
      .section__kv .img__kv {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/kv.jpg"); } }
  .section__kv .icon__bc {
    position: absolute;
    bottom: 255px;
    left: 50%;
    margin-left: 428px;
    width: 123px;
    height: 124px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/icon/bc_logo.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) {
      .section__kv .icon__bc {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/icon/bc_logo.jpg"); } }

.section__ar {
  margin-top: 0;
  padding-top: 212px; }
  .section__ar .wd__content {
    position: relative;
    left: 100%;
    margin-left: -524px;
    width: 500px; }
  .section__ar .wd__feature__list {
    margin-top: 26px;
    left: -7px; }
    .section__ar .wd__feature__list .wd__feature {
      width: auto;
      margin-bottom: 0;
      margin-left: 0;
      margin-right: 0; }
      .section__ar .wd__feature__list .wd__feature .icon {
        position: relative;
        display: block;
        height: 67px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
        .section__ar .wd__feature__list .wd__feature .icon.img__ar__icon-1 {
          width: 236px;
          background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/icon/ar_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) {
            .section__ar .wd__feature__list .wd__feature .icon.img__ar__icon-1 {
              background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/icon/ar_icon-1.png"); } }
        .section__ar .wd__feature__list .wd__feature .icon.img__ar__icon-2 {
          width: 169px;
          background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/icon/ar_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) {
            .section__ar .wd__feature__list .wd__feature .icon.img__ar__icon-2 {
              background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/icon/ar_icon-2.png"); } }
    .section__ar .wd__feature__list .icon__space__line {
      position: relative;
      display: inline-block;
      top: -6px;
      margin: 0 10px;
      width: 2;
      height: 40px;
      border-left: 2px solid #cecece; }
  .section__ar .img__ar {
    margin: -418px auto 0;
    width: 100%;
    max-width: 1920px;
    height: 1359px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/ar.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) {
      .section__ar .img__ar {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/ar.jpg"); } }

.section__tango {
  margin-top: 87px; }
  .section__tango .wd__content {
    margin-left: auto;
    margin-right: auto;
    width: 960px; }
    .section__tango .wd__content .content__info {
      width: 920px; }
  .section__tango .wd__feature__list .wd__feature {
    margin-left: 81px;
    margin-right: 81px; }
    .section__tango .wd__feature__list .wd__feature .wd__feature__describe {
      margin-top: 2px; }
    .section__tango .wd__feature__list .wd__feature.feature__01 {
      margin-left: auto;
      margin-right: auto;
      width: 100%; }
  .section__tango .wd__feature__list .icon {
    position: relative;
    display: block;
    width: 154px;
    height: 154px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .section__tango .wd__feature__list .icon.img__tango__icon-1 {
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/icon/tango_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) {
        .section__tango .wd__feature__list .icon.img__tango__icon-1 {
          background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/icon/tango_icon-1.png"); } }
    .section__tango .wd__feature__list .icon.img__tango__icon-2 {
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/icon/tango_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) {
        .section__tango .wd__feature__list .icon.img__tango__icon-2 {
          background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/icon/tango_icon-2.png"); } }
    .section__tango .wd__feature__list .icon.img__tango__icon-3 {
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/icon/tango_icon-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) {
        .section__tango .wd__feature__list .icon.img__tango__icon-3 {
          background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/icon/tango_icon-3.png"); } }
  .section__tango .img__tango {
    margin: 33px auto 0;
    width: 100%;
    max-width: 2560px;
    height: 1067px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/tango.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) {
      .section__tango .img__tango {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/tango.jpg"); } }

.section__tricam {
  margin-top: 52px; }
  .section__tricam .wd__content {
    margin-left: auto;
    margin-right: auto;
    width: 1053px; }
  .section__tricam .img__tricam {
    position: relative;
    left: 50%;
    margin-top: -40px;
    margin-left: -852px;
    width: 2127px;
    height: 1128px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/tricam.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) {
      .section__tricam .img__tricam {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/tricam.jpg"); } }

.section__utility {
  margin-top: 89px; }
  .section__utility .wd__content {
    margin-left: auto;
    margin-right: auto;
    width: 1300px; }
    .section__utility .wd__content .content__info {
      width: 870px; }
  .section__utility .wd__feature__list {
    margin-top: 74px; }
    .section__utility .wd__feature__list .wd__feature {
      margin-left: 16px;
      margin-right: 16px; }
      .section__utility .wd__feature__list .wd__feature .wd__feature__describe {
        margin: 4px auto 0;
        width: 100px;
        height: 0; }
    .section__utility .wd__feature__list .icon {
      position: relative;
      display: block;
      width: 112px;
      height: 112px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      .section__utility .wd__feature__list .icon.img__utility__icon-1 {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/icon/utility_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) {
          .section__utility .wd__feature__list .icon.img__utility__icon-1 {
            background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/icon/utility_icon-1.png"); } }
      .section__utility .wd__feature__list .icon.img__utility__icon-2 {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/icon/utility_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) {
          .section__utility .wd__feature__list .icon.img__utility__icon-2 {
            background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/icon/utility_icon-2.png"); } }
      .section__utility .wd__feature__list .icon.img__utility__icon-3 {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/icon/utility_icon-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) {
          .section__utility .wd__feature__list .icon.img__utility__icon-3 {
            background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/icon/utility_icon-3.png"); } }
      .section__utility .wd__feature__list .icon.img__utility__icon-4 {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/icon/utility_icon-4.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) {
          .section__utility .wd__feature__list .icon.img__utility__icon-4 {
            background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/icon/utility_icon-4.png"); } }
      .section__utility .wd__feature__list .icon.img__utility__icon-5 {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/icon/utility_icon-5.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) {
          .section__utility .wd__feature__list .icon.img__utility__icon-5 {
            background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/icon/utility_icon-5.png"); } }
  .section__utility .img__utility {
    margin: 68px auto 0;
    width: 100%;
    max-width: 2560px;
    height: 1250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/utility.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) {
      .section__utility .img__utility {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/utility.jpg"); } }

.section__entertainment {
  margin-top: 231px; }
  .section__entertainment .wd__content {
    margin-left: auto;
    margin-right: auto;
    width: 1200px; }
    .section__entertainment .wd__content .content__info {
      width: 930px; }
  .section__entertainment .wd__feature__list {
    margin-top: 75px; }
    .section__entertainment .wd__feature__list .wd__feature {
      margin-left: 17px;
      margin-right: 17px; }
      .section__entertainment .wd__feature__list .wd__feature .wd__feature__describe {
        margin: 5px auto 0;
        width: 100px;
        height: 0; }
    .section__entertainment .wd__feature__list .icon {
      position: relative;
      display: block;
      width: 112px;
      height: 112px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      .section__entertainment .wd__feature__list .icon.img__entertainment__icon-1 {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/icon/entertainment_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) {
          .section__entertainment .wd__feature__list .icon.img__entertainment__icon-1 {
            background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/icon/entertainment_icon-1.png"); } }
      .section__entertainment .wd__feature__list .icon.img__entertainment__icon-2 {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/icon/entertainment_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) {
          .section__entertainment .wd__feature__list .icon.img__entertainment__icon-2 {
            background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/icon/entertainment_icon-2.png"); } }
      .section__entertainment .wd__feature__list .icon.img__entertainment__icon-3 {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/icon/entertainment_icon-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) {
          .section__entertainment .wd__feature__list .icon.img__entertainment__icon-3 {
            background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/icon/entertainment_icon-3.png"); } }
      .section__entertainment .wd__feature__list .icon.img__entertainment__icon-4 {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/icon/entertainment_icon-4.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) {
          .section__entertainment .wd__feature__list .icon.img__entertainment__icon-4 {
            background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/icon/entertainment_icon-4.png"); } }
      .section__entertainment .wd__feature__list .icon.img__entertainment__icon-5 {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/icon/entertainment_icon-5.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) {
          .section__entertainment .wd__feature__list .icon.img__entertainment__icon-5 {
            background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/icon/entertainment_icon-5.png"); } }
      .section__entertainment .wd__feature__list .icon.img__entertainment__icon-6 {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/icon/entertainment_icon-6.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) {
          .section__entertainment .wd__feature__list .icon.img__entertainment__icon-6 {
            background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/icon/entertainment_icon-6.png"); } }
      .section__entertainment .wd__feature__list .icon.img__entertainment__icon-7 {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/icon/entertainment_icon-7.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) {
          .section__entertainment .wd__feature__list .icon.img__entertainment__icon-7 {
            background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/icon/entertainment_icon-7.png"); } }
  .section__entertainment .img__entertainment {
    margin: 69px auto 0;
    width: 100%;
    max-width: 2560px;
    height: 1165px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/entertainment.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) {
      .section__entertainment .img__entertainment {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/entertainment.jpg"); } }

.section__daydream {
  background-color: #1d1e20;
  margin-top: 0;
  padding-top: 232px;
  padding-bottom: 149px; }
  .section__daydream .wd__content {
    margin-left: auto;
    margin-right: auto;
    width: 1200px; }
    .section__daydream .wd__content .content__title {
      width: 630px; }
    .section__daydream .wd__content .content__info {
      width: 926px; }
  .section__daydream .img__daydream {
    margin: -2px auto 0;
    width: 100%;
    max-width: 2560px;
    height: 1294px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/daydream.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) {
      .section__daydream .img__daydream {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/daydream.jpg"); } }
  .section__daydream a {
    display: block;
    position: relative; }
    .section__daydream a:hover .img__daydream__play {
      -webkit-transform: scale(0.65);
      -ms-transform: scale(0.65);
      transform: scale(0.65); }
    .section__daydream a:hover .img__daydream__video {
      opacity: 0.6; }
  .section__daydream .img__daydream__video {
    position: relative;
    cursor: pointer;
    left: 50%;
    margin-left: -1280px;
    width: 2560px;
    height: 434px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
    background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/video/daydream_video.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) {
      .section__daydream .img__daydream__video {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/video/daydream_video.jpg"); } }
    .section__daydream .img__daydream__video.actived {
      max-height: 434px !important; }
  .section__daydream .img__daydream__play {
    position: absolute;
    cursor: pointer;
    top: 50%;
    left: 50%;
    margin-top: -102px;
    margin-left: -102px;
    width: 204px;
    height: 204px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
    background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/video/play.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) {
      .section__daydream .img__daydream__play {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/video/play.png"); } }

.section__performance {
  position: relative;
  background-color: #1d1e20;
  padding-top: 291px;
  height: 1105px;
  margin: 0 auto; }
  .section__performance .wd__content {
    position: absolute;
    left: 50%;
    margin-left: 62px;
    width: 540px; }
    .section__performance .wd__content .content__title {
      width: 570px; }
  .section__performance .wd__feature__list .wd__feature {
    margin-left: 0;
    margin-right: 44px; }
  .section__performance .img__performance {
    position: absolute;
    top: 236px;
    left: 50%;
    margin-left: -705px;
    width: 674px;
    height: 1058px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/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) {
      .section__performance .img__performance {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/performance.jpg"); } }

.section__sonicmaster {
  background-color: #1d1e20;
  margin-top: 0;
  padding-top: 196px; }
  .section__sonicmaster .wd__content {
    position: relative;
    left: 100%;
    margin-left: -598px;
    width: 670px; }
  .section__sonicmaster .wd__feature__list.list__text {
    margin-top: 63px;
    margin-left: 115px;
    width: 600px; }
    .section__sonicmaster .wd__feature__list.list__text .feature__03 {
      max-width: 166px; }
      .section__sonicmaster .wd__feature__list.list__text .feature__03 .wd__feature__describe {
        height: 20px; }
  .section__sonicmaster .wd__feature__list.list__icon {
    position: relative;
    z-index: 1;
    left: 50%;
    margin-left: -628px;
    width: 680px; }
    .section__sonicmaster .wd__feature__list.list__icon .wd__feature {
      margin-right: 0px; }
    .section__sonicmaster .wd__feature__list.list__icon .icon {
      position: relative;
      display: block;
      height: 83px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      .section__sonicmaster .wd__feature__list.list__icon .icon.img__sonicmaster__icon-1 {
        width: 83px;
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/icon/sonicmaster_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) {
          .section__sonicmaster .wd__feature__list.list__icon .icon.img__sonicmaster__icon-1 {
            background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/icon/sonicmaster_icon-1.png"); } }
      .section__sonicmaster .wd__feature__list.list__icon .icon.img__sonicmaster__icon-2 {
        width: 164px;
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/icon/sonicmaster_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) {
          .section__sonicmaster .wd__feature__list.list__icon .icon.img__sonicmaster__icon-2 {
            background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/icon/sonicmaster_icon-2.png"); } }
      .section__sonicmaster .wd__feature__list.list__icon .icon.img__sonicmaster__icon-3 {
        width: 192px;
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/icon/sonicmaster_icon-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) {
          .section__sonicmaster .wd__feature__list.list__icon .icon.img__sonicmaster__icon-3 {
            background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/icon/sonicmaster_icon-3.png"); } }
  .section__sonicmaster .img__sonicmaster {
    margin: -126px auto 0;
    width: 100%;
    max-width: 2560px;
    height: 1092px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/sonicmaster.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) {
      .section__sonicmaster .img__sonicmaster {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/sonicmaster.jpg"); } }

.section__pixelmaster {
  position: relative;
  background-color: #1d1e20;
  margin-top: 0;
  padding-top: 105px; }
  .section__pixelmaster .wd__content {
    margin-left: auto;
    margin-right: auto;
    width: 1110px; }
  .section__pixelmaster .wd__feature__list {
    margin-left: auto;
    margin-right: auto;
    width: 730px; }
  .section__pixelmaster .img__pixelmaster {
    position: relative;
    margin: -570px auto 0;
    width: 100%;
    max-width: 2560px;
    height: 1774px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/pixelmaster.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) {
      .section__pixelmaster .img__pixelmaster {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/pixelmaster.jpg"); } }

.section__design {
  position: relative;
  margin-top: -315px; }
  .section__design .wd__content {
    margin-left: auto;
    margin-right: auto;
    width: 1100px; }
  .section__design .img__design {
    position: relative;
    margin: 85px auto 0;
    width: 100%;
    max-width: 2560px;
    height: 1684px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/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) {
      .section__design .img__design {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/design.jpg"); } }

.product_price.active {
  position: relative;
  margin-top: 36px;
  margin-bottom: -1175px; }
  .product_price.active .price {
    color: #000; }
  .product_price.active .btn_buy .label {
    background-color: #ffa801;
    color: #fff; }
  .product_price.active .btn_buy .etailers .etailers_list li a:hover {
    color: #ffa801; }

.product_videos {
  background: #eeeeee; }

.product_videos.active {
  position: relative;
  top: -2px;
  padding-top: 30px !important; }

.product_pdguide.limit__width,
.product_videos.limit__width,
.product_medias.limit__width {
  max-width: 2560px;
  margin-right: auto;
  margin-left: auto; }

.product_medias.active {
  margin-bottom: -96px !important; }

.product_medias .media a,
.product_medias .slick-dots li.slick-active button:before,
.product_videos .slick-dots li.slick-active button:before {
  color: #ffa801 !important; }

.product_pdguide.active {
  position: relative;
  top: -1px;
  padding-top: 92px;
  background: #eee; }

.product_pdguide .link {
  width: auto;
  margin: 0 auto;
  color: #ffa801 !important; }

.section__award721 {
  margin-top: -4px; }

@media all and (min-width: 1921px) and (max-width: 3000px) {
  .section__seamless .img__seamless {
    padding-bottom: 617px; } }

@media all and (min-width: 1301px) {
  .large_use {
    display: inline; }
  .section__tango .img__tango {
    position: relative;
    background-image: none; }
    .section__tango .img__tango figure {
      position: absolute;
      left: 50%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
    .section__tango .img__tango .img__tango__bg {
      top: 0;
      margin-left: -1280px;
      width: 2560px;
      height: 886px;
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/tango_bg.jpg"); } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      .section__tango .img__tango .img__tango__bg {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/tango_bg.jpg"); } }

@media all and (min-width: 1301px) {
    .section__tango .img__tango .img__tango__net-1 {
      top: 86px;
      margin-left: 48px;
      width: 223px;
      height: 280px;
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/tango_line_1_net.png"); } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      .section__tango .img__tango .img__tango__net-1 {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/tango_line_1_net.png"); } }

@media all and (min-width: 1301px) {
    .section__tango .img__tango .img__tango__net-2 {
      top: 567px;
      margin-left: -58px;
      width: 386px;
      height: 215px;
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/tango_line_2_net.png"); } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      .section__tango .img__tango .img__tango__net-2 {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/tango_line_2_net.png"); } }

@media all and (min-width: 1301px) {
    .section__tango .img__tango .img__tango__light-1 {
      top: 86px;
      margin-left: -452px;
      width: 724px;
      height: 343px;
      -webkit-transform-origin: left;
      -ms-transform-origin: left;
      transform-origin: left;
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/tango_line_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) {
      .section__tango .img__tango .img__tango__light-1 {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/tango_line_1.png"); } }

@media all and (min-width: 1301px) {
    .section__tango .img__tango .img__tango__light-2 {
      top: 397px;
      margin-left: -574px;
      width: 808px;
      height: 399px;
      -webkit-transform-origin: left;
      -ms-transform-origin: left;
      transform-origin: left;
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/tango_line_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) {
      .section__tango .img__tango .img__tango__light-2 {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/tango_line_2.png"); } }

@media all and (min-width: 1301px) {
    .section__tango .img__tango .img__tango__phone {
      top: 267px;
      margin-left: -642px;
      width: 404px;
      height: 758px;
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/tango_phone.png"); } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      .section__tango .img__tango .img__tango__phone {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/tango_phone.png"); } }

@media all and (min-width: 1301px) {
  .section__tricam .img__tricam {
    position: relative;
    background-image: none; }
    .section__tricam .img__tricam figure {
      position: absolute;
      left: 50%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
    .section__tricam .img__tricam .img__tricam__phone {
      bottom: 21px;
      margin-left: -980px;
      width: 2530px;
      height: 637px;
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/lens/tricam.jpg"); } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      .section__tricam .img__tricam .img__tricam__phone {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/lens/tricam.jpg"); } }

@media all and (min-width: 1301px) {
    .section__tricam .img__tricam .len__a figure {
      margin-left: -254px;
      width: 279px; }
    .section__tricam .img__tricam .len__a .img__len__a-1 {
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/lens/len_a-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) {
      .section__tricam .img__tricam .len__a .img__len__a-1 {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/lens/len_a-1.png"); } }

@media all and (min-width: 1301px) {
    .section__tricam .img__tricam .len__a .img__len__a-2 {
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/lens/len_a-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) {
      .section__tricam .img__tricam .len__a .img__len__a-2 {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/lens/len_a-2.png"); } }

@media all and (min-width: 1301px) {
    .section__tricam .img__tricam .len__a .img__len__a-3 {
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/lens/len_a-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) {
      .section__tricam .img__tricam .len__a .img__len__a-3 {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/lens/len_a-3.png"); } }

@media all and (min-width: 1301px) {
    .section__tricam .img__tricam .len__a .img__len__a-4 {
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/lens/len_a-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) {
      .section__tricam .img__tricam .len__a .img__len__a-4 {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/lens/len_a-4.png"); } }

@media all and (min-width: 1301px) {
    .section__tricam .img__tricam .len__a .img__len__a-5 {
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/lens/len_a-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) {
      .section__tricam .img__tricam .len__a .img__len__a-5 {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/lens/len_a-5.png"); } }

@media all and (min-width: 1301px) {
    .section__tricam .img__tricam .len__a .img__len__a-6 {
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/lens/len_a-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) {
      .section__tricam .img__tricam .len__a .img__len__a-6 {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/lens/len_a-6.png"); } }

@media all and (min-width: 1301px) {
    .section__tricam .img__tricam .len__a .img__len__a-7 {
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/lens/len_a-7.png"); } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      .section__tricam .img__tricam .len__a .img__len__a-7 {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/lens/len_a-7.png"); } }

@media all and (min-width: 1301px) {
    .section__tricam .img__tricam .len__a .img__len__a-8 {
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/lens/len_a-8.png"); } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      .section__tricam .img__tricam .len__a .img__len__a-8 {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/lens/len_a-8.png"); } }

@media all and (min-width: 1301px) {
    .section__tricam .img__tricam .len__a .img__len__a-9 {
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/lens/len_a-9.png"); } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      .section__tricam .img__tricam .len__a .img__len__a-9 {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/lens/len_a-9.png"); } }

@media all and (min-width: 1301px) {
    .section__tricam .img__tricam .len__a .img__len__a-10 {
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/lens/len_a-10.png"); } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      .section__tricam .img__tricam .len__a .img__len__a-10 {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/lens/len_a-10.png"); } }

@media all and (min-width: 1301px) {
    .section__tricam .img__tricam .len__a .img__len__a-1 {
      bottom: 498px;
      height: 49px; }
    .section__tricam .img__tricam .len__a .img__len__a-2 {
      bottom: 541px;
      height: 64px; }
    .section__tricam .img__tricam .len__a .img__len__a-3 {
      bottom: 597px;
      height: 58px; }
    .section__tricam .img__tricam .len__a .img__len__a-4 {
      bottom: 655px;
      height: 67px; }
    .section__tricam .img__tricam .len__a .img__len__a-5 {
      bottom: 721px;
      height: 68px; }
    .section__tricam .img__tricam .len__a .img__len__a-6 {
      bottom: 790px;
      height: 68px; }
    .section__tricam .img__tricam .len__a .img__len__a-7 {
      bottom: 858px;
      height: 68px; }
    .section__tricam .img__tricam .len__a .img__len__a-8 {
      bottom: 926px;
      height: 77px; }
    .section__tricam .img__tricam .len__a .img__len__a-9 {
      bottom: 1013px;
      height: 51px; }
    .section__tricam .img__tricam .len__b figure {
      margin-left: -451px;
      width: 239px; }
    .section__tricam .img__tricam .len__b .img__len__b-1 {
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/lens/len_b-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) {
      .section__tricam .img__tricam .len__b .img__len__b-1 {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/lens/len_b-1.png"); } }

@media all and (min-width: 1301px) {
    .section__tricam .img__tricam .len__b .img__len__b-2 {
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/lens/len_b-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) {
      .section__tricam .img__tricam .len__b .img__len__b-2 {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/lens/len_b-2.png"); } }

@media all and (min-width: 1301px) {
    .section__tricam .img__tricam .len__b .img__len__b-3 {
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/lens/len_b-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) {
      .section__tricam .img__tricam .len__b .img__len__b-3 {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/lens/len_b-3.png"); } }

@media all and (min-width: 1301px) {
    .section__tricam .img__tricam .len__b .img__len__b-4 {
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/lens/len_b-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) {
      .section__tricam .img__tricam .len__b .img__len__b-4 {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/lens/len_b-4.png"); } }

@media all and (min-width: 1301px) {
    .section__tricam .img__tricam .len__b .img__len__b-5 {
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/lens/len_b-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) {
      .section__tricam .img__tricam .len__b .img__len__b-5 {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/lens/len_b-5.png"); } }

@media all and (min-width: 1301px) {
    .section__tricam .img__tricam .len__b .img__len__b-6 {
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/lens/len_b-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) {
      .section__tricam .img__tricam .len__b .img__len__b-6 {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/lens/len_b-6.png"); } }

@media all and (min-width: 1301px) {
    .section__tricam .img__tricam .len__b .img__len__b-7 {
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/lens/len_b-7.png"); } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      .section__tricam .img__tricam .len__b .img__len__b-7 {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/lens/len_b-7.png"); } }

@media all and (min-width: 1301px) {
    .section__tricam .img__tricam .len__b .img__len__b-8 {
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/lens/len_b-8.png"); } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      .section__tricam .img__tricam .len__b .img__len__b-8 {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/lens/len_b-8.png"); } }

@media all and (min-width: 1301px) {
    .section__tricam .img__tricam .len__b .img__len__b-9 {
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/lens/len_b-9.png"); } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      .section__tricam .img__tricam .len__b .img__len__b-9 {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/lens/len_b-9.png"); } }

@media all and (min-width: 1301px) {
    .section__tricam .img__tricam .len__b .img__len__b-10 {
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/lens/len_b-10.png"); } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      .section__tricam .img__tricam .len__b .img__len__b-10 {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/lens/len_b-10.png"); } }

@media all and (min-width: 1301px) {
    .section__tricam .img__tricam .len__b .img__len__b-11 {
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/lens/len_b-11.png"); } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      .section__tricam .img__tricam .len__b .img__len__b-11 {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/lens/len_b-11.png"); } }

@media all and (min-width: 1301px) {
    .section__tricam .img__tricam .len__b .img__len__b-1 {
      bottom: 501px;
      height: 39px; }
    .section__tricam .img__tricam .len__b .img__len__b-2 {
      bottom: 534px;
      height: 54px; }
    .section__tricam .img__tricam .len__b .img__len__b-3 {
      bottom: 584px;
      height: 37px; }
    .section__tricam .img__tricam .len__b .img__len__b-4 {
      bottom: 624px;
      height: 48px; }
    .section__tricam .img__tricam .len__b .img__len__b-5 {
      bottom: 672px;
      height: 50px; }
    .section__tricam .img__tricam .len__b .img__len__b-6 {
      bottom: 722px;
      height: 54px; }
    .section__tricam .img__tricam .len__b .img__len__b-7 {
      bottom: 776px;
      height: 59px; }
    .section__tricam .img__tricam .len__b .img__len__b-8 {
      bottom: 835px;
      height: 64px; }
    .section__tricam .img__tricam .len__b .img__len__b-9 {
      bottom: 899px;
      height: 68px; }
    .section__tricam .img__tricam .len__b .img__len__b-10 {
      bottom: 967px;
      height: 50px; }
    .section__tricam .img__tricam .len__c figure {
      margin-left: -330px;
      width: 141px; }
    .section__tricam .img__tricam .len__c .img__len__c-1 {
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/lens/len_c-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) {
      .section__tricam .img__tricam .len__c .img__len__c-1 {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/lens/len_c-1.png"); } }

@media all and (min-width: 1301px) {
    .section__tricam .img__tricam .len__c .img__len__c-2 {
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/lens/len_c-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) {
      .section__tricam .img__tricam .len__c .img__len__c-2 {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/lens/len_c-2.png"); } }

@media all and (min-width: 1301px) {
    .section__tricam .img__tricam .len__c .img__len__c-3 {
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/lens/len_c-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) {
      .section__tricam .img__tricam .len__c .img__len__c-3 {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/lens/len_c-3.png"); } }

@media all and (min-width: 1301px) {
    .section__tricam .img__tricam .len__c .img__len__c-4 {
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/lens/len_c-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) {
      .section__tricam .img__tricam .len__c .img__len__c-4 {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/lens/len_c-4.png"); } }

@media all and (min-width: 1301px) {
    .section__tricam .img__tricam .len__c .img__len__c-5 {
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/lens/len_c-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) {
      .section__tricam .img__tricam .len__c .img__len__c-5 {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/lens/len_c-5.png"); } }

@media all and (min-width: 1301px) {
    .section__tricam .img__tricam .len__c .img__len__c-6 {
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/lens/len_c-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) {
      .section__tricam .img__tricam .len__c .img__len__c-6 {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/lens/len_c-6.png"); } }

@media all and (min-width: 1301px) {
    .section__tricam .img__tricam .len__c .img__len__c-7 {
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/lens/len_c-7.png"); } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      .section__tricam .img__tricam .len__c .img__len__c-7 {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/lens/len_c-7.png"); } }

@media all and (min-width: 1301px) {
    .section__tricam .img__tricam .len__c .img__len__c-8 {
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/lens/len_c-8.png"); } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      .section__tricam .img__tricam .len__c .img__len__c-8 {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/lens/len_c-8.png"); } }

@media all and (min-width: 1301px) {
    .section__tricam .img__tricam .len__c .img__len__c-1 {
      bottom: 566px;
      height: 30px; }
    .section__tricam .img__tricam .len__c .img__len__c-2 {
      bottom: 593px;
      height: 33px; }
    .section__tricam .img__tricam .len__c .img__len__c-3 {
      bottom: 627px;
      height: 33px; }
    .section__tricam .img__tricam .len__c .img__len__c-4 {
      bottom: 660px;
      height: 35px; }
    .section__tricam .img__tricam .len__c .img__len__c-5 {
      bottom: 695px;
      height: 42px; }
    .section__tricam .img__tricam .len__c .img__len__c-6 {
      bottom: 737px;
      height: 42px; }
    .section__tricam .img__tricam .len__c .img__len__c-7 {
      bottom: 779px;
      height: 42px; }
  .section__utility .img__utility {
    overflow: hidden;
    position: relative;
    background-image: none; }
    .section__utility .img__utility figure {
      position: absolute;
      left: 50%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
    .section__utility .img__utility .utility_bg {
      top: 0;
      margin-left: -1280px;
      width: 2560px;
      height: 1250px;
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/utility_bg.jpg"); } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      .section__utility .img__utility .utility_bg {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/utility_bg.jpg"); } }

@media all and (min-width: 1301px) {
    .section__utility .img__utility .frame__theme {
      position: relative;
      left: 50%;
      overflow: hidden;
      top: 500px;
      margin-left: -79px;
      width: 467px;
      height: 492px; }
      .section__utility .img__utility .frame__theme .utility_theme {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -213px;
        width: 394px;
        height: 492px;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/utility_chair.png"); } }
      @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
        .section__utility .img__utility .frame__theme .utility_theme {
          background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/utility_chair.png"); } }

@media all and (min-width: 1301px) {
    .section__utility .img__utility .utility_phone {
      top: 136px;
      margin-left: -194px;
      width: 1090px;
      height: 1537px;
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/utility_phone.png"); } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      .section__utility .img__utility .utility_phone {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/utility_phone.png"); } }

@media all and (min-width: 1301px) {
  .section__entertainment .img__entertainment {
    overflow: hidden;
    position: relative;
    background-image: none; }
    .section__entertainment .img__entertainment figure {
      position: absolute;
      left: 50%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
    .section__entertainment .img__entertainment .entertainment_bg {
      top: 0;
      margin-left: -1280px;
      width: 2560px;
      height: 1165px;
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/entertainment_bg.jpg"); } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      .section__entertainment .img__entertainment .entertainment_bg {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/entertainment_bg.jpg"); } }

@media all and (min-width: 1301px) {
    .section__entertainment .img__entertainment .entertainment_theme {
      top: 520px;
      margin-left: -463px;
      width: 952px;
      height: 530px;
      -webkit-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center;
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/entertainment_theme.png"); } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      .section__entertainment .img__entertainment .entertainment_theme {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/entertainment_theme.png"); } }

@media all and (min-width: 1301px) {
    .section__entertainment .img__entertainment .entertainment_phone {
      top: 422px;
      margin-left: -802px;
      width: 1388px;
      height: 743px;
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/entertainment_phone.png"); } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      .section__entertainment .img__entertainment .entertainment_phone {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/entertainment_phone.png"); } }

@media all and (min-width: 1301px) {
  .section__daydream {
    padding-bottom: 0; }
    .section__daydream .img__daydream {
      overflow: hidden;
      position: relative;
      background-image: none; }
      .section__daydream .img__daydream.end {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/daydream.jpg"); } }
      @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
        .section__daydream .img__daydream.end {
          background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/daydream.jpg"); } }

@media all and (min-width: 1301px) {
      .section__daydream .img__daydream figure {
        position: absolute;
        left: 50%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
      .section__daydream .img__daydream .img__daydream__bg {
        top: 30px;
        margin-left: -1280px;
        width: 2560px;
        height: 1264px;
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/video/daydream_video.jpg"); } }
      @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
        .section__daydream .img__daydream .img__daydream__bg {
          background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/video/daydream_video.jpg"); } }

@media all and (min-width: 1301px) {
      .section__daydream .img__daydream .img__daydream__glasses {
        top: -36px;
        margin-left: -1280px;
        width: 2560px;
        height: 915px;
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/daydream_glasses.png"); } }
      @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
        .section__daydream .img__daydream .img__daydream__glasses {
          background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/daydream_glasses.png"); } }

@media all and (min-width: 1301px) {
      .section__daydream .img__daydream .img__daydream__phone {
        top: 50px;
        margin-left: -596px;
        width: 1192px;
        height: 589.5px;
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/daydream_phone_with_theme.jpg"); } }
      @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
        .section__daydream .img__daydream .img__daydream__phone {
          background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/daydream_phone_with_theme.jpg"); } }

@media all and (min-width: 1301px) {
  .section__performance .img__performance {
    background-image: none; }
  .section__performance .img__performance figure {
    position: absolute;
    left: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
  .section__performance .img__performance__phone-inside {
    margin-left: -229px;
    top: -40px;
    width: 585px;
    height: 1095px;
    background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/performance_phone_inside.jpg"); } }
  @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
    .section__performance .img__performance__phone-inside {
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/performance_phone_inside.jpg"); } }

@media all and (min-width: 1301px) {
  .section__performance .img__performance__phone-outside {
    margin-left: -380px;
    top: -40px;
    width: 601px;
    height: 1095px;
    background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/performance_phone_outside.png"); } }
  @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
    .section__performance .img__performance__phone-outside {
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/performance_phone_outside.png"); } }

@media all and (min-width: 1301px) {
  .section__performance .img__performance__phone-outside {
    display: none\9;
    background: none\9; }
  .section__sonicmaster .img__sonicmaster {
    overflow: hidden;
    position: relative;
    background-image: none; }
    .section__sonicmaster .img__sonicmaster figure {
      position: absolute;
      left: 50%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
    .section__sonicmaster .img__sonicmaster .img__sonicmaster__phone {
      top: -54px;
      margin-left: -1280px;
      width: 2560px;
      height: 1092px;
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/sonicmaster_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) {
      .section__sonicmaster .img__sonicmaster .img__sonicmaster__phone {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/sonicmaster_phone.jpg"); } }

@media all and (min-width: 1301px) {
    .section__sonicmaster .img__sonicmaster .img__sonicmaster__ripple {
      top: -54px;
      margin-left: -1280px;
      width: 2560px;
      height: 1092px;
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/sonicmaster_phone_ripple.jpg"); }
      .section__sonicmaster .img__sonicmaster .img__sonicmaster__ripple.active {
        -webkit-animation: ripple 2200ms infinite;
        animation: ripple 2200ms infinite; } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      .section__sonicmaster .img__sonicmaster .img__sonicmaster__ripple {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/sonicmaster_phone_ripple.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .wd__section .medium_use {
    display: inline-block; }
  .wd__section .no__wrap {
    white-space: nowrap;
    display: inline-block; }
  .wd__section .wd__content {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center; }
    .wd__section .wd__content .content__slogan {
      text-align: center; }
    .wd__section .wd__content .content__title {
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
    .wd__section .wd__content .content__info {
      margin-left: auto;
      margin-right: auto;
      max-width: 1200px;
      width: 95%; }
  .wd__section .wd__feature__list {
    text-align: center; }
    .wd__section .wd__feature__list .wd__feature {
      text-align: left; }
  .wd__section .wd__link__arrow:after {
    padding-left: 5px; }
  .section__kv {
    margin-top: 0px;
    padding-bottom: 0px; }
    .section__kv .wd__content .content__title {
      font-size: 65px;
      margin-top: 4px;
      width: 95%;
      max-width: 1300px; }
    .section__kv .wd__content .content__info {
      font-size: 26px;
      margin-top: -135px;
      width: 82%;
      max-width: 783px;
      line-height: 1.6; }
    .section__kv .img__kv__logo {
      margin-top: 50px;
      max-width: 500px;
      height: 100px;
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/medium/1x/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) {
      .section__kv .img__kv__logo {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/medium/2x/kv_logo.png"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
    .section__kv .img__kv {
      position: relative;
      margin-top: -532px;
      max-width: 1300px;
      height: 1500px;
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/medium/1x/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) {
      .section__kv .img__kv {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/medium/2x/kv.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
    .section__kv .icon__bc {
      bottom: 111px;
      margin-left: 276px;
      width: 91px;
      height: 88px;
      background-size: contain; }
  .section__ar {
    margin-top: 0;
    padding-top: 137px; }
    .section__ar .wd__content {
      left: 0; }
      .section__ar .wd__content .content__title {
        width: 84%;
        max-width: 860px; }
      .section__ar .wd__content .content__info {
        width: 74%;
        max-width: 700px; }
    .section__ar .wd__feature__list {
      margin-top: 24px;
      left: 0; }
    .section__ar .img__ar {
      margin-top: -121px;
      max-width: 1300px;
      height: 1044px;
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/medium/1x/ar.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) {
      .section__ar .img__ar {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/medium/2x/ar.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__tango {
    margin-top: -65px;
    padding-top: 65px; }
    .section__tango .wd__content .content__info {
      width: 84%;
      max-width: 820px; }
    .section__tango .wd__feature__list .wd__feature {
      margin-left: 37px;
      margin-right: 37px;
      text-align: center; }
      .section__tango .wd__feature__list .wd__feature.feature__01 {
        margin-left: auto;
        margin-right: auto;
        width: 100%; }
    .section__tango .wd__feature__list .icon {
      width: 150px;
      height: 150px;
      background-size: contain; }
    .section__tango .img__tango {
      margin-top: 19px;
      max-width: 1300px;
      height: 692px;
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/medium/1x/tango.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) {
      .section__tango .img__tango {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/medium/2x/tango.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__tricam {
    margin-top: 102px; }
    .section__tricam .wd__content .content__info {
      width: 87%;
      max-width: 810px; }
    .section__tricam .wd__feature__list {
      margin-left: auto;
      margin-right: auto;
      width: 700px; }
      .section__tricam .wd__feature__list .wd__feature {
        text-align: center; }
    .section__tricam .img__tricam {
      position: relative;
      left: 50%;
      margin-top: -12px;
      margin-left: -551px;
      width: 1217px;
      height: 596px;
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/medium/1x/tricam.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) {
      .section__tricam .img__tricam {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/medium/2x/tricam.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__utility {
    margin-top: 46px; }
    .section__utility .wd__content .content__info {
      width: 84%;
      max-width: 810px; }
    .section__utility .wd__feature__list {
      margin-top: 44px; }
      .section__utility .wd__feature__list .wd__feature {
        text-align: center; }
    .section__utility .img__utility {
      margin-top: 58px;
      max-width: 1300px;
      height: 625px;
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/medium/1x/utility.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) {
      .section__utility .img__utility {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/medium/2x/utility.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__entertainment {
    margin-top: 135px; }
    .section__entertainment .wd__content .content__info {
      width: 87%;
      max-width: 750px; }
    .section__entertainment .wd__feature__list {
      margin: 44px auto 0;
      width: 600px; }
      .section__entertainment .wd__feature__list .wd__feature {
        text-align: center;
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 72px; }
    .section__entertainment .img__entertainment {
      margin-top: 29px;
      max-width: 1300px;
      height: 625px;
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/medium/1x/entertainment.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) {
      .section__entertainment .img__entertainment {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/medium/2x/entertainment.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__daydream {
    margin-top: 0;
    padding-top: 132px;
    padding-bottom: 149px; }
    .section__daydream .wd__content .content__title {
      width: 94%;
      max-width: 670px; }
    .section__daydream .wd__content .content__info {
      width: 84%;
      max-width: 790px; }
    .section__daydream .wd__feature__list {
      margin-left: auto;
      margin-right: auto;
      width: 720px; }
      .section__daydream .wd__feature__list .wd__feature {
        text-align: center;
        margin-left: 16px;
        margin-right: 16px; }
    .section__daydream .img__daydream {
      margin-top: 2px;
      max-width: 1300px;
      height: 704px; }
    .section__daydream .img__daydream__video {
      margin-left: -650px;
      width: 1300px;
      height: 221px;
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/medium/1x/video/daydream_video.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) {
      .section__daydream .img__daydream__video {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/medium/2x/video/daydream_video.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
      .section__daydream .img__daydream__video.actived {
        max-height: 221px !important; }
    .section__daydream .img__daydream__play {
      margin-top: -60px;
      margin-left: -60px;
      width: 120px;
      height: 120px;
      background-size: contain; }
  .section__daydream {
    padding-bottom: 0; }
    .section__daydream .img__daydream {
      overflow: hidden;
      position: relative;
      background-image: none; }
      .section__daydream .img__daydream.end {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/daydream.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) {
        .section__daydream .img__daydream.end {
          background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/daydream.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
      .section__daydream .img__daydream figure {
        position: absolute;
        left: 50%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
      .section__daydream .img__daydream .img__daydream__bg {
        top: 30px;
        margin-left: -1280px;
        width: 2560px;
        height: 1264px;
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/video/daydream_video.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) {
        .section__daydream .img__daydream .img__daydream__bg {
          background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/video/daydream_video.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
      .section__daydream .img__daydream .img__daydream__glasses {
        top: -36px;
        margin-left: -1280px;
        width: 2560px;
        height: 915px;
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/daydream_glasses.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) {
        .section__daydream .img__daydream .img__daydream__glasses {
          background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/daydream_glasses.png"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
      .section__daydream .img__daydream .img__daydream__phone {
        top: 50px;
        margin-left: -596px;
        width: 1192px;
        height: 589.5px;
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/daydream_phone_with_theme.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) {
        .section__daydream .img__daydream .img__daydream__phone {
          background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/daydream_phone_with_theme.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__daydream {
    padding-bottom: 0; }
    .section__daydream .img__daydream {
      position: relative; }
      .section__daydream .img__daydream figure {
        background-size: contain; }
      .section__daydream .img__daydream.end {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/medium/1x/daydream.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) {
        .section__daydream .img__daydream.end {
          background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/medium/2x/daydream.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
      .section__daydream .img__daydream .img__daydream__bg {
        top: 0;
        margin-left: -650px;
        width: 1300px;
        height: 704px;
        background-size: contain; }
      .section__daydream .img__daydream .img__daydream__glasses {
        position: relative;
        top: 0px;
        margin-top: -386px;
        margin-left: -650px;
        width: 1300px;
        height: 466px;
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/medium/1x/animation/daydream_glasses.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) {
        .section__daydream .img__daydream .img__daydream__glasses {
          background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/medium/2x/animation/daydream_glasses.png"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
      .section__daydream .img__daydream .img__daydream__phone {
        position: relative;
        top: -12px;
        margin-left: -330px;
        width: 665px;
        height: 387px; }
  .section__performance {
    margin-top: 0;
    padding-top: 137px;
    padding-bottom: 0;
    height: auto; }
    .section__performance .wd__content {
      position: relative;
      top: 0;
      left: auto;
      margin: 0 auto;
      width: 100%;
      text-align: center; }
      .section__performance .wd__content .content__title {
        width: 80%;
        max-width: 511px;
        margin-left: auto;
        margin-right: auto; }
      .section__performance .wd__content .content__info {
        width: 79%;
        max-width: 750px;
        margin-left: auto;
        margin-right: auto; }
    .section__performance .wd__feature__list .wd__feature {
      margin-left: 20px;
      margin-right: 20px; }
    .section__performance .img__performance {
      position: relative;
      top: 0;
      left: auto;
      margin: -8px auto 0;
      width: 100%;
      max-width: 429px;
      height: 863px;
      background-size: cover;
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/medium/1x/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) {
      .section__performance .img__performance {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/medium/2x/performance.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__sonicmaster {
    margin-top: 0;
    padding-top: 108px; }
    .section__sonicmaster .wd__content {
      left: 0; }
      .section__sonicmaster .wd__content .content__info {
        width: 87%;
        max-width: 790px; }
    .section__sonicmaster .wd__feature__list.list__text {
      margin-top: 39px;
      margin-left: auto;
      margin-right: auto;
      width: 720px; }
      .section__sonicmaster .wd__feature__list.list__text .wd__feature {
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 36px; }
      .section__sonicmaster .wd__feature__list.list__text .feature__03 {
        max-width: 104px; }
        .section__sonicmaster .wd__feature__list.list__text .feature__03 .wd__feature__describe {
          height: 19px; }
    .section__sonicmaster .wd__feature__list.list__icon {
      left: 0;
      margin: 8px auto 0;
      width: 680px; }
      .section__sonicmaster .wd__feature__list.list__icon .wd__feature {
        margin-right: 19px;
        margin-left: 19px; }
    .section__sonicmaster .img__sonicmaster {
      margin-top: 9px;
      max-width: 1300px;
      height: 754px;
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/medium/1x/sonicmaster.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) {
      .section__sonicmaster .img__sonicmaster {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/medium/2x/sonicmaster.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__pixelmaster {
    margin-top: 0;
    padding-top: 51px; }
    .section__pixelmaster .wd__content .content__info {
      width: 86%;
      max-width: 880px; }
    .section__pixelmaster .wd__feature__list {
      width: 730px; }
      .section__pixelmaster .wd__feature__list .wd__feature {
        text-align: center;
        margin-left: 21px;
        margin-right: 21px; }
    .section__pixelmaster .img__pixelmaster {
      margin-top: -326px;
      max-width: 1300px;
      height: 1406px;
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/medium/1x/pixelmaster.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) {
      .section__pixelmaster .img__pixelmaster {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/medium/2x/pixelmaster.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__design {
    margin-top: -455px; }
    .section__design .wd__content {
      margin-top: 0; }
      .section__design .wd__content .content__title {
        width: 100%; }
      .section__design .wd__content .content__info {
        width: 88%;
        max-width: 670px; }
    .section__design .img__design {
      position: relative;
      z-index: 0;
      margin-top: 39px;
      max-width: 1300px;
      height: 872px;
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/medium/1x/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) {
      .section__design .img__design {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/medium/2x/design.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .product_price.active {
    position: relative;
    margin-top: 27px;
    margin-bottom: -568px; }
  .product_videos {
    background: #eeeeee; }
  .product_videos.active {
    padding-top: 20px !important; }
  .product_pdguide.active {
    padding-top: 30px !important; }
  .product_medias.active {
    margin-bottom: -3px !important; } }

@media (max-width: 800px) and (min-width: 721px) {
  .section__kv .icon__bc {
    margin-left: 234px;
    bottom: 102px; } }

@media all and (max-width: 720px) {
  .wd__section {
    margin-top: 141px; }
  .wd__section .wd__content {
    margin-left: auto;
    margin-right: auto;
    width: 89.2%;
    text-align: left; }
    .wd__section .wd__content .content__title {
      width: 100%;
      max-width: 700px; }
    .wd__section .wd__content .content__info {
      margin-left: 0;
      width: 100%;
      max-width: 700px; }
  .wd__section .wd__feature__list {
    margin-top: 31px;
    text-align: center;
    width: 100%; }
    .wd__section .wd__feature__list .wd__feature {
      margin: 0 17px 31px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .wd__section .wd__feature__list .wd__feature .wd__feature__data {
        margin-bottom: 0px; }
      .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top {
        margin-bottom: 0; }
      .wd__section .wd__feature__list .wd__feature .wd__feature__describe {
        margin-top: -1px;
        line-height: 18px; }
  .wd__section .wd__link__arrow:after {
    padding-left: 5px; }
  .section__kv {
    margin-top: 0px;
    padding-bottom: 0px; }
    .section__kv .wd__content {
      margin-top: 0px;
      position: relative;
      width: 100%;
      left: 0; }
      .section__kv .wd__content .content__title {
        font-size: 35px;
        margin-top: 12px;
        width: 100%;
        max-width: 720px;
        line-height: 1.2;
        text-align: center; }
      .section__kv .wd__content .content__info {
        font-size: 19px;
        margin: -52px auto 0;
        width: 86%;
        max-width: 480px;
        line-height: 1.45;
        text-align: center; }
    .section__kv .img__kv__logo {
      margin-top: 38px;
      max-width: 243px;
      height: 41px;
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/small/1x/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) {
      .section__kv .img__kv__logo {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/small/2x/kv_logo.png"); } }

@media all and (max-width: 720px) {
    .section__kv .img__kv {
      position: relative;
      margin-top: -398px;
      max-width: 720px;
      height: 834px;
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/small/1x/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) {
      .section__kv .img__kv {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/small/2x/kv.jpg"); } }

@media all and (max-width: 720px) {
    .section__kv .icon__bc {
      bottom: 37px;
      margin-left: 66px;
      width: 68px;
      height: 57px;
      background-size: contain;
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/icon/bc_logo.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      .section__kv .icon__bc {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/icon/bc_logo.jpg"); } }

@media all and (max-width: 720px) {
  .section__ar {
    margin-top: 0;
    padding-top: 70px; }
    .section__ar .wd__content {
      left: 0; }
      .section__ar .wd__content .content__title {
        max-width: 400px; }
      .section__ar .wd__content .content__info {
        max-width: 600px; }
    .section__ar .wd__feature__list {
      position: relative;
      left: 50%;
      margin-top: 24px;
      margin-left: -160px;
      width: 320px; }
      .section__ar .wd__feature__list .wd__feature {
        width: auto;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0; }
        .section__ar .wd__feature__list .wd__feature .icon {
          height: 45px;
          background-size: contain; }
          .section__ar .wd__feature__list .wd__feature .icon.img__ar__icon-1 {
            width: 157px; }
          .section__ar .wd__feature__list .wd__feature .icon.img__ar__icon-2 {
            width: 115px; }
      .section__ar .wd__feature__list .icon__space__line {
        position: relative;
        display: inline-block;
        top: -5px;
        margin: 0 3px;
        width: 2px;
        height: 25px;
        border-left: 2px solid #cecece; }
    .section__ar .img__ar {
      margin-top: 17px;
      max-width: 484px;
      height: 389px;
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/small/1x/ar.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      .section__ar .img__ar {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/small/2x/ar.jpg"); } }

@media all and (max-width: 720px) {
  .section__tango {
    margin-top: 47px; }
    .section__tango .wd__content .content__info {
      width: 100%;
      max-width: 720px; }
    .section__tango .wd__feature__list {
      position: relative;
      left: 50%;
      margin-left: -160px;
      width: 320px; }
      .section__tango .wd__feature__list .wd__feature {
        margin-left: 8px;
        margin-right: 8px;
        text-align: center; }
        .section__tango .wd__feature__list .wd__feature .wd__feature__describe {
          line-height: 20px; }
        .section__tango .wd__feature__list .wd__feature.feature__01 {
          margin-left: auto;
          margin-right: auto;
          width: 100%; }
      .section__tango .wd__feature__list .icon {
        margin-left: auto;
        margin-right: auto;
        width: 67px;
        height: 67px;
        background-size: contain; }
    .section__tango .img__tango {
      margin-top: 3px;
      max-width: 720px;
      height: 356px;
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/small/1x/tango.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      .section__tango .img__tango {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/small/2x/tango.jpg"); } }

@media all and (max-width: 720px) {
  .section__tricam {
    margin-top: 77px; }
    .section__tricam .wd__content .content__info {
      width: 100%;
      max-width: 720px; }
    .section__tricam .wd__feature__list {
      text-align: left; }
      .section__tricam .wd__feature__list .wd__feature {
        margin-bottom: 16px; }
    .section__tricam .img__tricam {
      position: relative;
      left: 50%;
      margin-top: 0;
      margin-left: -205px;
      width: 611px;
      height: 363px;
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/small/1x/tricam.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      .section__tricam .img__tricam {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/small/2x/tricam.jpg"); } }

@media all and (max-width: 720px) {
  .section__utility {
    margin-top: 50px; }
    .section__utility .wd__content .content__info {
      width: 100%;
      max-width: 620px; }
    .section__utility .wd__feature__list {
      margin-top: 44px; }
      .section__utility .wd__feature__list .wd__feature {
        text-align: center;
        margin-left: 13px;
        margin-right: 13px;
        margin-bottom: 55px; }
        .section__utility .wd__feature__list .wd__feature .wd__feature__describe {
          margin: 4px auto 0;
          width: 65px;
          height: 0; }
      .section__utility .wd__feature__list .icon {
        width: 65px;
        height: 65px;
        background-size: contain; }
    .section__utility .img__utility {
      margin-top: 8px;
      max-width: 720px;
      height: 348px;
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/small/1x/utility.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      .section__utility .img__utility {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/small/2x/utility.jpg"); } }

@media all and (max-width: 720px) {
  .section__entertainment {
    margin-top: 93px; }
    .section__entertainment .wd__content .content__info {
      width: 100%;
      max-width: 610px; }
    .section__entertainment .wd__feature__list {
      position: relative;
      left: 50%;
      margin-top: 40px;
      margin-left: -160px;
      width: 320px; }
      .section__entertainment .wd__feature__list .wd__feature {
        width: 82px;
        text-align: center;
        margin-left: 8px;
        margin-right: 8px;
        margin-bottom: 50px; }
        .section__entertainment .wd__feature__list .wd__feature .wd__feature__describe {
          margin: 5px auto 0;
          width: 82px;
          height: 0; }
        .section__entertainment .wd__feature__list .wd__feature .wd__feature__describe, .section__entertainment .wd__feature__list .wd__feature .wd__feature__describe span {
          line-height: 14px !important; }
      .section__entertainment .wd__feature__list .feature__02 .wd__feature__describe {
        margin-left: auto;
        margin-right: auto;
        width: 40px; }
      .section__entertainment .wd__feature__list .icon {
        margin-left: auto;
        margin-right: auto;
        width: 70px;
        height: 70px;
        background-size: contain; }
    .section__entertainment .img__entertainment {
      margin-top: 9px;
      max-width: 720px;
      height: 360px;
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/small/1x/entertainment.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      .section__entertainment .img__entertainment {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/small/2x/entertainment.jpg"); } }

@media all and (max-width: 720px) {
  .section__daydream {
    margin-top: 0;
    padding-top: 96px;
    padding-bottom: 149px; }
    .section__daydream .wd__content .content__title {
      margin-left: 0;
      width: 99%;
      max-width: 380px; }
    .section__daydream .wd__content .content__info {
      width: 100%;
      max-width: 720px; }
    .section__daydream .wd__feature__list {
      position: relative;
      text-align: left;
      left: 50%;
      margin-left: -144px;
      width: 320px; }
    .section__daydream .img__daydream {
      margin-top: 10px;
      max-width: 720px;
      height: 299px;
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/small/1x/daydream.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      .section__daydream .img__daydream {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/small/2x/daydream.jpg"); } }

@media all and (max-width: 720px) {
    .section__daydream .img__daydream__video {
      margin-left: -360px;
      width: 720px;
      height: 122px;
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/small/1x/video/daydream_video.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      .section__daydream .img__daydream__video {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/small/2x/video/daydream_video.jpg"); } }

@media all and (max-width: 720px) {
      .section__daydream .img__daydream__video.actived {
        max-height: 122px !important; }
    .section__daydream .img__daydream__play {
      margin-top: -30px;
      margin-left: -30px;
      width: 60px;
      height: 60px;
      background-size: contain; }
  .section__daydream {
    padding-bottom: 0; }
    .section__daydream .img__daydream {
      overflow: hidden;
      position: relative;
      background-image: none; }
      .section__daydream .img__daydream.end {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/daydream.jpg"); } }
      @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
        .section__daydream .img__daydream.end {
          background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/daydream.jpg"); } }

@media all and (max-width: 720px) {
      .section__daydream .img__daydream figure {
        position: absolute;
        left: 50%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
      .section__daydream .img__daydream .img__daydream__bg {
        top: 30px;
        margin-left: -1280px;
        width: 2560px;
        height: 1264px;
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/video/daydream_video.jpg"); } }
      @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
        .section__daydream .img__daydream .img__daydream__bg {
          background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/video/daydream_video.jpg"); } }

@media all and (max-width: 720px) {
      .section__daydream .img__daydream .img__daydream__glasses {
        top: -36px;
        margin-left: -1280px;
        width: 2560px;
        height: 915px;
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/daydream_glasses.png"); } }
      @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
        .section__daydream .img__daydream .img__daydream__glasses {
          background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/daydream_glasses.png"); } }

@media all and (max-width: 720px) {
      .section__daydream .img__daydream .img__daydream__phone {
        top: 50px;
        margin-left: -596px;
        width: 1192px;
        height: 589.5px;
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/1x/animation/daydream_phone_with_theme.jpg"); } }
      @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
        .section__daydream .img__daydream .img__daydream__phone {
          background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/large/2x/animation/daydream_phone_with_theme.jpg"); } }

@media all and (max-width: 720px) {
  .section__daydream {
    padding-bottom: 0; }
    .section__daydream .img__daydream {
      position: relative; }
      .section__daydream .img__daydream.end {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/small/1x/daydream.jpg"); } }
      @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
        .section__daydream .img__daydream.end {
          background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/small/2x/daydream.jpg"); } }

@media all and (max-width: 720px) {
      .section__daydream .img__daydream figure {
        background-size: contain; }
      .section__daydream .img__daydream .img__daydream__bg {
        top: 0;
        margin-left: -360px;
        width: 720px;
        height: 299px;
        background-size: contain; }
      .section__daydream .img__daydream .img__daydream__phone {
        position: relative;
        top: 8px;
        margin-left: -148px;
        width: 296px;
        height: 173px; }
      .section__daydream .img__daydream .img__daydream__glasses {
        position: relative;
        top: 0px;
        margin-top: -164px;
        margin-left: -360px;
        width: 720px;
        height: 216px;
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/small/1x/animation/daydream_glasses.png"); } }
      @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
        .section__daydream .img__daydream .img__daydream__glasses {
          background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/small/2x/animation/daydream_glasses.png"); } }

@media all and (max-width: 720px) {
  .section__performance {
    margin-top: 0;
    padding-top: 99px;
    padding-bottom: 0;
    height: auto; }
    .section__performance .wd__content {
      position: relative;
      top: 0;
      left: auto;
      margin: 0 auto;
      text-align: left; }
      .section__performance .wd__content .content__title {
        max-width: 470px; }
      .section__performance .wd__content .content__info {
        margin-left: 0;
        width: 100%;
        max-width: 654px; }
    .section__performance .img__performance {
      position: relative;
      top: 0;
      left: auto;
      margin: 15px auto 1px;
      width: 229px;
      max-width: 100%;
      height: 464px;
      background-size: cover;
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/small/1x/performance.png"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      .section__performance .img__performance {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/small/2x/performance.png"); } }

@media all and (max-width: 720px) {
  .section__sonicmaster {
    margin-top: 0;
    padding-top: 97px; }
    .section__sonicmaster .wd__content {
      left: 0; }
      .section__sonicmaster .wd__content .content__title {
        width: 90%;
        max-width: 720px; }
      .section__sonicmaster .wd__content .content__info {
        width: 99%;
        max-width: 610px; }
    .section__sonicmaster .wd__feature__list.list__text {
      position: relative;
      left: 50%;
      text-align: left;
      margin-top: 31px;
      margin-left: -142px;
      width: 320px; }
      .section__sonicmaster .wd__feature__list.list__text .wd__feature {
        width: 119px;
        margin-left: 0;
        margin-right: 18px; }
      .section__sonicmaster .wd__feature__list.list__text .feature__03 {
        max-width: auto; }
        .section__sonicmaster .wd__feature__list.list__text .feature__03 .wd__feature__describe {
          height: 20px; }
      .section__sonicmaster .wd__feature__list.list__text .feature__06 {
        width: auto; }
    .section__sonicmaster .wd__feature__list.list__icon {
      position: relative;
      left: 50%;
      margin-top: 0px;
      margin-left: -160px;
      width: 320px; }
      .section__sonicmaster .wd__feature__list.list__icon .wd__feature {
        margin-right: 3px;
        margin-left: 3px; }
      .section__sonicmaster .wd__feature__list.list__icon .icon {
        height: 52px;
        background-size: contain; }
        .section__sonicmaster .wd__feature__list.list__icon .icon.img__sonicmaster__icon-1 {
          width: 52px; }
        .section__sonicmaster .wd__feature__list.list__icon .icon.img__sonicmaster__icon-2 {
          width: 103px; }
        .section__sonicmaster .wd__feature__list.list__icon .icon.img__sonicmaster__icon-3 {
          width: 121px; }
    .section__sonicmaster .img__sonicmaster {
      margin-top: -12px;
      max-width: 720px;
      height: 340px;
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/small/1x/sonicmaster.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      .section__sonicmaster .img__sonicmaster {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/small/2x/sonicmaster.jpg"); } }

@media all and (max-width: 720px) {
  .section__pixelmaster {
    margin-top: 0;
    padding-top: 59px; }
    .section__pixelmaster .wd__content .content__info {
      width: 100%;
      max-width: 610px; }
    .section__pixelmaster .wd__feature__list {
      text-align: left;
      margin-left: auto;
      margin-right: auto;
      width: 320px; }
    .section__pixelmaster .img__pixelmaster {
      margin-top: -139px;
      max-width: 720px;
      height: 536px;
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/small/1x/pixelmaster.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      .section__pixelmaster .img__pixelmaster {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/small/2x/pixelmaster.jpg"); } }

@media all and (max-width: 720px) {
  .section__design {
    background-color: #1e1f21;
    margin-top: -56px; }
    .section__design .wd__content {
      margin-top: 0; }
      .section__design .wd__content .content__title {
        width: 100%; }
      .section__design .wd__content .content__info {
        width: 100%;
        max-width: 720px; }
    .section__design .img__design {
      margin-top: 44px;
      width: 100%;
      max-width: 720px;
      height: 0;
      padding-bottom: 209.53125%;
      background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/small/1x/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) {
      .section__design .img__design {
        background-image: url("/websites/global/products/tEJAZcdlMFKh2Lmt/v2/features/images/small/2x/design.jpg"); } }

@media all and (max-width: 720px) {
  .product_price.active {
    position: relative;
    margin-top: 17px;
    margin-bottom: 4px; }
  .product_videos {
    background: #eeeeee; }
  .product_videos.active {
    padding-top: 10px !important;
    margin-bottom: 15px; }
  .product_pdguide.active {
    padding-top: 10px !important; }
  .product_medias.active {
    margin-bottom: -77px !important; } }

@media (max-width: 720px) and (min-width: 600px) {
  .product_medias.active {
    margin-bottom: -5px !important; } }
