<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*** Global ***/
.text-left {
  text-align: left; }

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

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

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

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

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

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

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

html {
  font-size: 15px; }

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

.inline__block {
  display: inline-block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal-button-container.bg-gray .modal-button-text {
  color: #6f6f6f; }

.modal-button-container.bg-gray .modal-button .modal-button-start-cap, .modal-button-container.bg-gray .modal-button .modal-button-scaler, .modal-button-container.bg-gray .modal-button .modal-button-end-cap {
  background: #66382e; }

.modal-button-container.bg-white .modal-button.old__browser .modal-button-start-cap, .modal-button-container.bg-white .modal-button.old__browser .modal-button-copy, .modal-button-container.bg-white .modal-button.old__browser .modal-button-end-cap {
  background: #fff; }

.modal-button-container.bg-white .modal-button.old__browser .modal-button-copy {
  color: #66382e; }

.modal-button-container.bg-white .modal-button.old__browser .pluscircle-icon {
  background-image: url(/websites/global/productcustomizedTab/5106/v3/pageA/images/icon_modalbtn_gray.png) !important; }

.modal-button-container.bg-white .modal-button .modal-button-copy {
  color: #66382e; }

.modal-button-container.bg-white .modal-button .modal-button-start-cap, .modal-button-container.bg-white .modal-button .modal-button-scaler, .modal-button-container.bg-white .modal-button .modal-button-end-cap {
  background: #fff; }

.modal-button-container.bg-white .modal-button .pluscircle-icon svg path {
  fill: #6f6f6f; }

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

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

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

.border__radius-ie8 {
  behavior: url("/websites/global/productcustomizedTab/5106/v3/pageA/css/css3-IE8-PIE.htc"); }

.stopScrollbar {
  overflow: hidden; }

.modal-button-container {
  z-index: 2147483647; }
  @media (max-width: 720px) {
    .modal-button-container {
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8); } }
  .modal-button-container.inner {
    position: fixed;
    left: 50%;
    bottom: 30px;
    -webkit-transform: translate3d(-50%, 0px, 0px);
    transform: translate3d(-50%, 0px, 0px); }
  .modal-button-container.outer {
    position: relative;
    text-align: center; }
    .modal-button-container.outer .modal-button-target {
      top: 50px; }
    @media (max-width: 720px) {
      .modal-button-container.outer .modal-button-target {
        top: 42px; } }
  .modal-button-container button {
    background: none;
    border: 0;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent; }
    .modal-button-container button:focus {
      outline: 0; }
  .modal-button-container .modal-button-text {
    display: block;
    margin-bottom: 12px;
    font-size: 22px; }
    @media (min-width: 721px) and (max-width: 1300px) {
      .modal-button-container .modal-button-text {
        font-size: 18px; } }
    @media (max-width: 720px) {
      .modal-button-container .modal-button-text {
        margin-bottom: 8px;
        font-size: 19px; } }
  .modal-button-container .modal-button-target {
    position: absolute;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    height: 50px;
    left: 50%;
    top: 10px;
    z-index: 10;
    pointer-events: all;
    cursor: pointer;
    display: block;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .modal-button-container .modal-button {
    position: relative;
    display: inline-block;
    pointer-events: none;
    text-align: left;
    z-index: 1;
    margin: 10px 0;
    padding: 0;
    min-width: 50px;
    height: 50px;
    border: 0;
    color: #fff;
    font-weight: 200;
    background: none;
    -webkit-transition: -webkit-transform 500ms ease-out;
    transition: -webkit-transform 500ms ease-out;
    transition: transform 500ms ease-out;
    transition: transform 500ms ease-out, -webkit-transform 500ms ease-out; }
    .modal-button-container .modal-button .pluscircle-icon {
      position: absolute;
      z-index: 2;
      top: 50%;
      left: 25px;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 40px;
      height: 40px; }
      .modal-button-container .modal-button .pluscircle-icon svg {
        position: absolute;
        top: 0;
        left: 0; }
      .modal-button-container .modal-button .pluscircle-icon .svg-close {
        opacity: 0;
        -webkit-transition: opacity 100ms linear 100ms;
        transition: opacity 100ms linear 100ms; }
      .modal-button-container .modal-button .pluscircle-icon .svg-open {
        opacity: 1;
        -webkit-transition: opacity 100ms linear 100ms;
        transition: opacity 100ms linear 100ms; }
    .modal-button-container .modal-button .modal-button-start-cap, .modal-button-container .modal-button .modal-button-end-cap {
      position: absolute;
      z-index: 1;
      top: 0;
      height: 50px;
      width: 25px;
      background: #111111; }
    .modal-button-container .modal-button .modal-button-copy {
      position: absolute;
      white-space: nowrap;
      opacity: 1;
      z-index: 2;
      left: 46px;
      top: 12px;
      margin-top: 0;
      padding-right: 1em;
      font-size: 22px;
      -webkit-transition: opacity 450ms ease-out 450ms;
      transition: opacity 450ms ease-out 450ms; }
    .modal-button-container .modal-button .modal-button-scaler {
      width: 1px;
      position: absolute;
      -webkit-transform-origin: left;
      -ms-transform-origin: left;
      transform-origin: left;
      left: 23px;
      -webkit-transform: scaleX(0.5);
      -ms-transform: scaleX(0.5);
      transform: scaleX(0.5);
      top: 0;
      height: 50px;
      background: #111111;
      will-change: auto !important;
      -webkit-transition: all 500ms ease-out;
      transition: all 500ms ease-out; }
  .modal-button-container .modal-button-start-cap {
    left: 0;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px; }
  .modal-button-container .modal-button-end-cap {
    right: 0;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-transition: -webkit-transform 510ms ease-out;
    transition: -webkit-transform 510ms ease-out;
    transition: transform 510ms ease-out;
    transition: transform 510ms ease-out, -webkit-transform 510ms ease-out; }
  .modal-button-container.only-icon .modal-button-target {
    width: 50px !important; }
  .modal-button-container.only-icon .modal-button {
    -webkit-transform: translateX(0px) !important;
    -ms-transform: translateX(0px) !important;
    transform: translateX(0px) !important; }
    .modal-button-container.only-icon .modal-button .pluscircle-icon .svg-close {
      opacity: 1; }
    .modal-button-container.only-icon .modal-button .pluscircle-icon .svg-open {
      opacity: 0; }
    .modal-button-container.only-icon .modal-button .modal-button-scaler {
      -webkit-transform: scale(2, 1) !important;
      -ms-transform: scale(2, 1) !important;
      transform: scale(2, 1) !important;
      -webkit-transition: -webkit-transform 500ms ease-out;
      transition: -webkit-transform 500ms ease-out;
      transition: transform 500ms ease-out;
      transition: transform 500ms ease-out, -webkit-transform 500ms ease-out; }
    .modal-button-container.only-icon .modal-button .modal-button-copy {
      opacity: 0;
      -webkit-transition: null;
      transition: null; }
    .modal-button-container.only-icon .modal-button .modal-button-end-cap {
      -webkit-transform: translateX(0px) !important;
      -ms-transform: translateX(0px) !important;
      transform: translateX(0px) !important;
      -webkit-transition: -webkit-transform 490ms ease-out;
      transition: -webkit-transform 490ms ease-out;
      transition: transform 490ms ease-out;
      transition: transform 490ms ease-out, -webkit-transform 490ms ease-out; }

.mask {
  z-index: 1;
  position: absolute;
  display: none;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background-color: black; }

.outer-view {
  z-index: 0;
  -webkit-transform-origin: 50vw 50vh;
  -ms-transform-origin: 50vw 50vh;
  transform-origin: 50vw 50vh; }
  .outer-view .wd__section {
    -webkit-transform: translateZ(0px) scale(1);
    transform: translateZ(0px) scale(1);
    -webkit-transition: opacity 300ms, -webkit-transform 200ms ease-out 100ms;
    transition: opacity 300ms, -webkit-transform 200ms ease-out 100ms;
    transition: transform 200ms ease-out 100ms, opacity 300ms;
    transition: transform 200ms ease-out 100ms, opacity 300ms, -webkit-transform 200ms ease-out 100ms;
    opacity: 1; }
  .outer-view .animate-scale.wd__section {
    -webkit-transform: translateZ(0px) scale(0.95);
    transform: translateZ(0px) scale(0.95);
    -webkit-transition: opacity 300ms 100ms, -webkit-transform 200ms ease-out;
    transition: opacity 300ms 100ms, -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out, opacity 300ms 100ms;
    transition: transform 200ms ease-out, opacity 300ms 100ms, -webkit-transform 200ms ease-out;
    opacity: 0; }
  .outer-view.animate-hide {
    visibility: hidden;
    position: absolute; }
  .outer-view.animate-reset {
    visibility: visible;
    position: relative; }
  .outer-view .modal-button-container.ready .modal-button {
    -webkit-transform: translate(0, 0px) !important;
    -ms-transform: translate(0, 0px) !important;
    transform: translate(0, 0px) !important; }
    .outer-view .modal-button-container.ready .modal-button .modal-button-copy {
      visibility: hidden;
      opacity: 0;
      -webkit-transition: opacity 600ms ease;
      transition: opacity 600ms ease; }
    .outer-view .modal-button-container.ready .modal-button .modal-button-scaler {
      -webkit-transform: scale(0, 1) !important;
      -ms-transform: scale(0, 1) !important;
      transform: scale(0, 1) !important; }
    .outer-view .modal-button-container.ready .modal-button .modal-button-end-cap {
      -webkit-transform: translate(0, 0px) !important;
      -ms-transform: translate(0, 0px) !important;
      transform: translate(0, 0px) !important; }
  .outer-view .modal-button-container .modal-button-scaler {
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out; }
  .outer-view .modal-button-container .modal-button-end-cap {
    width: 27px;
    -webkit-transition: -webkit-transform 530ms ease-out;
    transition: -webkit-transform 530ms ease-out;
    transition: transform 530ms ease-out;
    transition: transform 530ms ease-out, -webkit-transform 530ms ease-out; }

.inner-view {
  position: fixed;
  text-align: center;
  z-index: 1000000000;
  display: block;
  visibility: hidden;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -50%;
  width: 100vw;
  background-color: white;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.08, 1.04, 0.37, 0.92) 220ms;
  transition: -webkit-transform 500ms cubic-bezier(0.08, 1.04, 0.37, 0.92) 220ms;
  transition: transform 500ms cubic-bezier(0.08, 1.04, 0.37, 0.92) 220ms;
  transition: transform 500ms cubic-bezier(0.08, 1.04, 0.37, 0.92) 220ms, -webkit-transform 500ms cubic-bezier(0.08, 1.04, 0.37, 0.92) 220ms; }
  .inner-view.bgBlack .inner-view-container {
    background-color: #000 !important; }
  .inner-view .inner-view-container {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden; }
  .inner-view .inner-modal {
    position: relative;
    visibility: hidden;
    display: none;
    padding-bottom: 50px;
    width: 100vw; }
  .inner-view .modal-button-container {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
    .inner-view .modal-button-container.only-icon .modal-button {
      -webkit-transform: translateX(0px) !important;
      -ms-transform: translateX(0px) !important;
      transform: translateX(0px) !important; }
      .inner-view .modal-button-container.only-icon .modal-button .modal-button-copy {
        visibility: hidden; }
      .inner-view .modal-button-container.only-icon .modal-button .modal-button-end-cap {
        -webkit-transform: translateX(0px) !important;
        -ms-transform: translateX(0px) !important;
        transform: translateX(0px) !important; }
  .inner-view .section__btn__home {
    position: relative;
    padding-bottom: 140px; }
    .inner-view .section__btn__home:before {
      display: block;
      position: absolute;
      content: '';
      top: 0;
      left: 50%;
      margin-left: -50px;
      width: 100px;
      height: 1px;
      background-color: #000; }
  .inner-view .modal-button-container {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
    -webkit-transition: opacity 200ms ease-out, -webkit-transform 200ms ease-out;
    transition: opacity 200ms ease-out, -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out, opacity 200ms ease-out;
    transition: transform 200ms ease-out, opacity 200ms ease-out, -webkit-transform 200ms ease-out; }
    @media (max-width: 720px) {
      .inner-view .modal-button-container {
        -webkit-transform: translate3d(-50%, 100px, 0) scale(0.8);
        transform: translate3d(-50%, 100px, 0) scale(0.8); } }
  .inner-view.show-start {
    visibility: visible; }
    .inner-view.show-start .modal-active {
      display: block;
      visibility: visible; }
    .inner-view.show-start .modal-button-container {
      opacity: 1;
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
      -webkit-transition: opacity 400ms ease-out, -webkit-transform 400ms ease-out;
      transition: opacity 400ms ease-out, -webkit-transform 400ms ease-out;
      transition: transform 400ms ease-out, opacity 400ms ease-out;
      transition: transform 400ms ease-out, opacity 400ms ease-out, -webkit-transform 400ms ease-out;
      -webkit-transition-delay: 1200ms;
      transition-delay: 1200ms; }
      @media (max-width: 720px) {
        .inner-view.show-start .modal-button-container {
          -webkit-transform: translate3d(-50%, 0, 0) scale(0.8);
          transform: translate3d(-50%, 0, 0) scale(0.8); } }
  .inner-view.showing {
    opacity: 1; }
  .inner-view.hide-start {
    position: fixed; }
    .inner-view.hide-start .modal-button-container {
      -webkit-transform: translate3d(-50%, 100px, 0);
      transform: translate3d(-50%, 100px, 0);
      -webkit-transition: opacity 200ms ease-out, -webkit-transform 200ms ease-out;
      transition: opacity 200ms ease-out, -webkit-transform 200ms ease-out;
      transition: transform 200ms ease-out, opacity 200ms ease-out;
      transition: transform 200ms ease-out, opacity 200ms ease-out, -webkit-transform 200ms ease-out; }

.ie8 .inner-view, .ie9 .inner-view, .ie10 .inner-view {
  top: 0 !important; }

.ie8 .modal-button-container, .ie9 .modal-button-container, .ie10 .modal-button-container {
  text-align: center; }
  .ie8 .modal-button-container .modal-button-target, .ie9 .modal-button-container .modal-button-target, .ie10 .modal-button-container .modal-button-target {
    position: absolute !important;
    visibility: hidden !important; }
  .ie8 .modal-button-container .modal-button, .ie9 .modal-button-container .modal-button, .ie10 .modal-button-container .modal-button {
    display: inline-block;
    width: auto; }
  .ie8 .modal-button-container .modal-button, .ie9 .modal-button-container .modal-button, .ie10 .modal-button-container .modal-button {
    overflow: visible;
    cursor: pointer; }
    .ie8 .modal-button-container .modal-button .pluscircle-icon, .ie9 .modal-button-container .modal-button .pluscircle-icon, .ie10 .modal-button-container .modal-button .pluscircle-icon {
      position: absolute !important;
      z-index: 10001;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
    .ie8 .modal-button-container .modal-button .modal-button-start-cap,
    .ie8 .modal-button-container .modal-button .modal-button-end-cap, .ie9 .modal-button-container .modal-button .modal-button-start-cap,
    .ie9 .modal-button-container .modal-button .modal-button-end-cap, .ie10 .modal-button-container .modal-button .modal-button-start-cap,
    .ie10 .modal-button-container .modal-button .modal-button-end-cap {
      position: absolute !important;
      z-index: 10001;
      top: 0;
      background-color: #66382e; }
    .ie8 .modal-button-container .modal-button .modal-button-start-cap, .ie9 .modal-button-container .modal-button .modal-button-start-cap, .ie10 .modal-button-container .modal-button .modal-button-start-cap {
      left: -25px; }
    .ie8 .modal-button-container .modal-button .modal-button-end-cap, .ie9 .modal-button-container .modal-button .modal-button-end-cap, .ie10 .modal-button-container .modal-button .modal-button-end-cap {
      right: -25px; }
    .ie8 .modal-button-container .modal-button .modal-button-copy, .ie9 .modal-button-container .modal-button .modal-button-copy, .ie10 .modal-button-container .modal-button .modal-button-copy {
      position: relative !important;
      display: inline-block;
      left: 0;
      top: 0;
      margin-top: 0;
      padding-left: 40px;
      line-height: 50px;
      background-color: #66382e; }
  .ie8 .modal-button-container.outer-container, .ie9 .modal-button-container.outer-container, .ie10 .modal-button-container.outer-container {
    position: relative; }
    .ie8 .modal-button-container.outer-container .modal-button, .ie9 .modal-button-container.outer-container .modal-button, .ie10 .modal-button-container.outer-container .modal-button {
      overflow: visible; }
      .ie8 .modal-button-container.outer-container .modal-button .pluscircle-icon, .ie9 .modal-button-container.outer-container .modal-button .pluscircle-icon, .ie10 .modal-button-container.outer-container .modal-button .pluscircle-icon {
        top: 5px;
        left: -8px;
        width: 54px;
        height: 40px;
        background-image: url("data:image/png;base64,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"); }
  .ie8 .modal-button-container.inner-container, .ie9 .modal-button-container.inner-container, .ie10 .modal-button-container.inner-container {
    position: fixed;
    text-align: center;
    left: 50%;
    bottom: 30px;
    margin-left: -400px;
    width: 800px; }
    .ie8 .modal-button-container.inner-container.only-icon .modal-button .modal-button-start-cap, .ie9 .modal-button-container.inner-container.only-icon .modal-button .modal-button-start-cap, .ie10 .modal-button-container.inner-container.only-icon .modal-button .modal-button-start-cap {
      left: 0; }
    .ie8 .modal-button-container.inner-container.only-icon .modal-button .pluscircle-icon, .ie9 .modal-button-container.inner-container.only-icon .modal-button .pluscircle-icon, .ie10 .modal-button-container.inner-container.only-icon .modal-button .pluscircle-icon {
      z-index: 10003;
      left: 50%;
      margin-left: -27px;
      width: 53px;
      height: 40px;
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAAAoCAYAAABerrI1AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACXBIWXMAAAsTAAALEwEAmpwYAAABWWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS40LjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyI+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgpMwidZAAABuklEQVRoBe2Wa24CMQyE6UuihSP1cam2l2h59liVeqTC5+06GmWzEkgU/MORwji2s4zHS8JkkiMVSAVSgVQgFUgFUoFwCux2uyubhxA7JveQ5/1LDiSv/cFqu09R41acxsLYLWJKXIniv9G12a39dc5Z10oI+525cR94p2RY3/oa+4v5Jus4HXOi4AvTx0LIdoUQ0IJWngg+WS446KA/4+wIme63BM6Ypr6PlZPBcS/22hNAy59ZDIzTqZ5QURly2oWlkzWsYlp02e/Fh0AIj71en8QemIY+tKCyL0QhNQkYl4MBe+sVgN9ib3wfvtgFtYhCWrtjdX208tx3CiyX5SkeNvKM+jvq9ci2QG59nbD1JPxh/cu0sXXK2LFfPyWIrcf2gvWUaegj/kEB03IkY+uRruTrI30pHSv73XdRpAi/fOfY+sqtnRj+qdjaRcufWwyMc/lCpvtdgM9MH8f8TXrsi4rTLaooCmPbH1rrROcDy73VEy9rYnaPvZrfhu/5WwX4hNDgqG75evKDjoQryDXVItT2uKLG1dacMDYE7YQbdK1F0PIsvxVLXyqQCqQCqUAqkAqkApdVYA/3OymyIiWKqgAAAABJRU5ErkJggg=="); }
    .ie8 .modal-button-container.inner-container.only-icon .modal-button .modal-button-copy, .ie9 .modal-button-container.inner-container.only-icon .modal-button .modal-button-copy, .ie10 .modal-button-container.inner-container.only-icon .modal-button .modal-button-copy {
      display: none; }
    .ie8 .modal-button-container.inner-container.only-icon .modal-button .modal-button-end-cap, .ie9 .modal-button-container.inner-container.only-icon .modal-button .modal-button-end-cap, .ie10 .modal-button-container.inner-container.only-icon .modal-button .modal-button-end-cap {
      right: 0; }
    .ie8 .modal-button-container.inner-container .modal-button-target, .ie9 .modal-button-container.inner-container .modal-button-target, .ie10 .modal-button-container.inner-container .modal-button-target {
      position: relative;
      display: inline-block;
      left: 0;
      margin: 0; }
    .ie8 .modal-button-container.inner-container .modal-button .pluscircle-icon, .ie9 .modal-button-container.inner-container .modal-button .pluscircle-icon, .ie10 .modal-button-container.inner-container .modal-button .pluscircle-icon {
      top: 5px;
      left: -8px;
      width: 51px;
      height: 40px;
      background-image: url("data:image/png;base64,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"); }

.ie9 .inner-view.showing {
  -ms-transform: none !important; }

.ie9 .wd__content.text-show {
  opacity: 1 !important;
  display: block !important; }

.ie9 .grace-show.show {
  opacity: 1 !important;
  display: block !important; }

.ie10 .modal-button-container .modal-button .pluscircle-icon {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important; }

.ie10 .modal-button-container.inner-container {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important; }

@media (min-width: 721px) and (max-width: 1300px) {
  .modal-button-container.inner {
    bottom: 20px; }
  .inner-view .section__btn__home {
    padding-bottom: 120px; } }

@media (max-width: 720px) {
  .modal-button-container.inner {
    bottom: 9px; }
  .inner-view .section__btn__home {
    padding-bottom: 100px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.inner-modal .wd__content.text__animation .content__slogan, .inner-modal .wd__content.text__animation .content__title, .inner-modal .wd__content.text__animation .content__info, .inner-modal .wd__content.text__animation .content__comment, .inner-modal .wd__content.text__animation .content__link, .inner-modal .wd__content.text__animation .wd__feature__list {
  opacity: 0;
  -webkit-transform: translateZ(0) translateY(30px);
  transform: translateZ(0) translateY(30px);
  -webkit-transition: opacity 400ms ease-out, -webkit-transform 400ms ease-out;
  transition: opacity 400ms ease-out, -webkit-transform 400ms ease-out;
  transition: transform 400ms ease-out, opacity 400ms ease-out;
  transition: transform 400ms ease-out, opacity 400ms ease-out, -webkit-transform 400ms ease-out; }

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

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

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

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

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

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

@-webkit-keyframes shadowScale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.4; }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1; } }

@keyframes shadowScale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.4; }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1; } }

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

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

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

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

#CMD {
  margin-bottom: 0px;
  background-color: #0e0e0e; }

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

#main-zone &gt; .container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important; }
  #main-zone &gt; .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; }

.wd__section .slick-dots {
  margin-left: auto;
  margin-right: auto; }

#CMD .outer-view {
  margin-top: 56px \9  !important; }

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

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

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

@media (max-width: 768px) and (min-width: 720px) {
  #rog_black_style .page-title {
    background: #222222 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGgAAABWCAYAAAAjbNN8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAF52lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcDpDcmVhdGVEYXRlPSIyMDE4LTA1LTExVDE1OjI5OjUyKzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxOC0wNS0xMVQxNTozMToxNCswODowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxOC0wNS0xMVQxNTozMToxNCswODowMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDphYmYzM2VmNi05ODYwLTQ2ZGItODU2NC1kMzU1ODE4Y2FkMTgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NThERTEwNzlFRTZCMTFFNjkzNkNFQjU4RTUwM0REQzkiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1OERFMTA3OUVFNkIxMUU2OTM2Q0VCNThFNTAzRERDOSIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU4REUxMDc2RUU2QjExRTY5MzZDRUI1OEU1MDNEREM5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU4REUxMDc3RUU2QjExRTY5MzZDRUI1OEU1MDNEREM5Ii8+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmFiZjMzZWY2LTk4NjAtNDZkYi04NTY0LWQzNTU4MThjYWQxOCIgc3RFdnQ6d2hlbj0iMjAxOC0wNS0xMVQxNTozMToxNCswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkzXgSYAAAJqSURBVHic7dzRbdNQGIbhN4gBvAEdwUzQdAPYIEwATEA2KJ2AjJANajYwG3gEbxAuTi5ycWpO8UnPl1/fI1WqHFv6pVc+SWPXm9PptAUGTNK71gPYMgcS50DiHEicA4lzIHEOJM6BxDmQOAcS50DiHEicA4lzIHEOJM6BxDmQuGiBtsCp4GffZrzXixioxP01h6jpfesBrughs+0R6N94jlUiBxoy2+bCYz8Bv4Cuzij/ZQQeoi1xtXylbRxIZ/rOgfKm1gOcjZGXuDW+A39ov8QNkQM9Z7b1hcfOwM9ag6wRLdB88fu2cD9p0QIdgA8snykT8PQGs1QRLdBMev8Iw5/ixDmQOAcS50DiHEicA4lzIHEOJC7aH6qQruX0C69PwJEb+bonWqAd6ULbv9wDX647Sh3Rlri7yvs1F+0MurTJbHum/MaSnrbXgyZgihxojT3wo/EMM/Ax2hJXi8JtWR2+J+FFv1sPQDqDDl7i8vakj+Jdwxkmgr8HnVYeP9YYYq1oS9xUeb/mop1BB9La3S/sM5GWr5uw8fPitEVb4sJxIHEOJM6BxDmQOAcS50DiHEhctG8SOtJ1nH5hn4n03w3j1aepIFqgHfCtYL8O+HzNQWqJFqi7+H3IvN6f9+kyr0mKFuhS7jkJpfckdKSzsas2zeuNwDFyoDUeSYFa83MSXnDXeoCz3oHynmh/5+lI8HsStpltXeGxR0Qu6kUOlHtOws2JtsQNhfsp3FZVJNoZNJC/5fdmRTuDwnEgcQ4kzoHEOZA4BxLnQOIcSJwDiXMgcQ4kzoHEOZA4BxLnQOIcSJwDiXMgcX8BVn1OSUK1/rIAAAAASUVORK5CYII=) 96% center no-repeat;
    background-size: 48px; } }

@media (max-width: 719px) {
  #overview-top-nav .page-title {
    background: #222222 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGgAAABWCAYAAAAjbNN8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAF52lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcDpDcmVhdGVEYXRlPSIyMDE4LTA1LTExVDE1OjI5OjUyKzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxOC0wNS0xMVQxNTozMToxNCswODowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxOC0wNS0xMVQxNTozMToxNCswODowMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDphYmYzM2VmNi05ODYwLTQ2ZGItODU2NC1kMzU1ODE4Y2FkMTgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NThERTEwNzlFRTZCMTFFNjkzNkNFQjU4RTUwM0REQzkiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1OERFMTA3OUVFNkIxMUU2OTM2Q0VCNThFNTAzRERDOSIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU4REUxMDc2RUU2QjExRTY5MzZDRUI1OEU1MDNEREM5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU4REUxMDc3RUU2QjExRTY5MzZDRUI1OEU1MDNEREM5Ii8+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmFiZjMzZWY2LTk4NjAtNDZkYi04NTY0LWQzNTU4MThjYWQxOCIgc3RFdnQ6d2hlbj0iMjAxOC0wNS0xMVQxNTozMToxNCswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkzXgSYAAAJqSURBVHic7dzRbdNQGIbhN4gBvAEdwUzQdAPYIEwATEA2KJ2AjJANajYwG3gEbxAuTi5ycWpO8UnPl1/fI1WqHFv6pVc+SWPXm9PptAUGTNK71gPYMgcS50DiHEicA4lzIHEOJM6BxDmQOAcS50DiHEicA4lzIHEOJM6BxDmQuGiBtsCp4GffZrzXixioxP01h6jpfesBrughs+0R6N94jlUiBxoy2+bCYz8Bv4Cuzij/ZQQeoi1xtXylbRxIZ/rOgfKm1gOcjZGXuDW+A39ov8QNkQM9Z7b1hcfOwM9ag6wRLdB88fu2cD9p0QIdgA8snykT8PQGs1QRLdBMev8Iw5/ixDmQOAcS50DiHEicA4lzIHEOJC7aH6qQruX0C69PwJEb+bonWqAd6ULbv9wDX647Sh3Rlri7yvs1F+0MurTJbHum/MaSnrbXgyZgihxojT3wo/EMM/Ax2hJXi8JtWR2+J+FFv1sPQDqDDl7i8vakj+Jdwxkmgr8HnVYeP9YYYq1oS9xUeb/mop1BB9La3S/sM5GWr5uw8fPitEVb4sJxIHEOJM6BxDmQOAcS50DiHEhctG8SOtJ1nH5hn4n03w3j1aepIFqgHfCtYL8O+HzNQWqJFqi7+H3IvN6f9+kyr0mKFuhS7jkJpfckdKSzsas2zeuNwDFyoDUeSYFa83MSXnDXeoCz3oHynmh/5+lI8HsStpltXeGxR0Qu6kUOlHtOws2JtsQNhfsp3FZVJNoZNJC/5fdmRTuDwnEgcQ4kzoHEOZA4BxLnQOIcSJwDiXMgcQ4kzoHEOZA4BxLnQOIcSJwDiXMgcX8BVn1OSUK1/rIAAAAASUVORK5CYII=) 96% center no-repeat;
    background-size: 48px; } }

@media (max-width: 768px) and (min-width: 0px) {
  body#rog_black_style #overview-top-nav .nav-tabs &gt; .active {
    background-color: #222 !important; }
  body #overview-top-nav .inner .features-menu .nav-sub &gt; li.active {
    background: #222222 !important; } }

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

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .footnotes {
    padding-left: 16px;
    padding-right: 16px; } }

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

.large_use {
  display: inline; }

.wd__innerbtn .inner__btn .toggleSlide {
  -webkit-transform: translateY(0px) rotate(0deg) !important;
  -ms-transform: translateY(0px) rotate(0deg) !important;
  transform: translateY(0px) rotate(0deg) !important; }

.ie9 #CMD .section__performance .img__performance {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/websites/global/productcustomizedTab/7189/v5/tutorial/images/small/2x/09_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) {
    .ie9 #CMD .section__performance .img__performance {
      background-image: url("/websites/global/productcustomizedTab/7189/v5/tutorial/images/small/2x/09_performance.jpg"); } }
  .ie9 #CMD .section__performance .img__performance .px__phone,
  .ie9 #CMD .section__performance .img__performance .img__phone,
  .ie9 #CMD .section__performance .img__performance .img__scene-back,
  .ie9 #CMD .section__performance .img__performance .img__scene-front {
    display: none !important;
    background: none !important; }

.ie9 #CMD .section__slots .img__slots {
  background-image: url("/websites/global/productcustomizedTab/7189/v5/tutorial/images/large/1x/11_slots.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) {
    .ie9 #CMD .section__slots .img__slots {
      background-image: url("/websites/global/productcustomizedTab/7189/v5/tutorial/images/large/2x/11_slots.jpg"); } }
  .ie9 #CMD .section__slots .img__slots .img__slot__bg,
  .ie9 #CMD .section__slots .img__slots .img__slot,
  .ie9 #CMD .section__slots .img__slots .img__slot__cover {
    display: none !important;
    background: none !important; }

.ie8 #CMD .modal-button-container .modal-button .pluscircle-icon,
.ie9 #CMD .modal-button-container .modal-button .pluscircle-icon {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  left: -15px; }

.ie8 #CMD .modal-button-container.inner-container.only-icon .modal-button .pluscircle-icon,
.ie9 #CMD .modal-button-container.inner-container.only-icon .modal-button .pluscircle-icon {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  left: 25px; }

.ie8 #CMD .modal-button-container.inner-container .modal-button .pluscircle-icon,
.ie9 #CMD .modal-button-container.inner-container .modal-button .pluscircle-icon {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  left: -25px; }

.ie8 #CMD .section__camera__inner-btn .wd__innerbtn .inner__btn.active span,
.ie9 #CMD .section__camera__inner-btn .wd__innerbtn .inner__btn.active span {
  display: none; }

.ie8 #CMD .section__camera__inner-btn .wd__innerbtn .inner__btn.active .toggleSlide,
.ie9 #CMD .section__camera__inner-btn .wd__innerbtn .inner__btn.active .toggleSlide {
  top: 125px; }

.ie8 #CMD .section__camera__inner-btn .wd__innerbtn .inner__btn .toggleSlide.fixed,
.ie9 #CMD .section__camera__inner-btn .wd__innerbtn .inner__btn .toggleSlide.fixed {
  top: 95px !important; }

.ie8 #CMD .section__selfie__inner-btn .wd__innerbtn .inner__btn.active span,
.ie9 #CMD .section__selfie__inner-btn .wd__innerbtn .inner__btn.active span {
  display: none; }

.ie8 #CMD .section__selfie__inner-btn .wd__innerbtn .inner__btn.active .toggleSlide,
.ie9 #CMD .section__selfie__inner-btn .wd__innerbtn .inner__btn.active .toggleSlide {
  top: 130px; }

.ie8 #CMD .section__selfie__inner-btn .wd__innerbtn .inner__btn .toggleSlide.fixed,
.ie9 #CMD .section__selfie__inner-btn .wd__innerbtn .inner__btn .toggleSlide.fixed {
  top: 91px !important; }

.ie9 #CMD .section__kv .img__kv {
  position: relative;
  left: 50%;
  margin-left: -1280px;
  width: 2560px;
  background-image: url("/websites/global/productcustomizedTab/7189/v5/tutorial/images/large/1x/01_kv.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .ie9 #CMD .section__kv .img__kv {
      background-image: url("/websites/global/productcustomizedTab/7189/v5/tutorial/images/large/2x/01_kv.jpg"); } }
  .ie9 #CMD .section__kv .img__kv .area__bg .img__kv__bg {
    display: none;
    background: none; }
  .ie9 #CMD .section__kv .img__kv .kv__phone__animation {
    display: none; }
    .ie9 #CMD .section__kv .img__kv .kv__phone__animation .img__kv__phone {
      display: none;
      background: none; }
    .ie9 #CMD .section__kv .img__kv .kv__phone__animation .img__kv__phone__cover {
      display: none;
      background: none; }
  .ie9 #CMD .section__kv .img__kv .img__kv__people {
    display: none;
    background: none; }

.ie9 #CMD .section__kv .brush__animation {
  display: none; }

.ie9 #CMD .section__kv #svg__kv__line {
  display: none; }

.ie9 #CMD .section__display .img__display {
  background-image: url("/websites/global/productcustomizedTab/7189/v5/tutorial/images/large/1x/06_display.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .ie9 #CMD .section__display .img__display {
      background-image: url("/websites/global/productcustomizedTab/7189/v5/tutorial/images/large/2x/06_display.jpg"); } }
  .ie9 #CMD .section__display .img__display .scene {
    display: none; }
    .ie9 #CMD .section__display .img__display .scene .scene__mask {
      display: none; }
    .ie9 #CMD .section__display .img__display .scene .arrows {
      display: none; }
      .ie9 #CMD .section__display .img__display .scene .arrows .img__arrow.img__arrow-top {
        background: none; }
      .ie9 #CMD .section__display .img__display .scene .arrows .img__arrow.img__arrow-bottom {
        background: none; }
    .ie9 #CMD .section__display .img__display .scene .img__scene {
      background: none; }

.ie9 #CMD .section__wefie .img__compares,
.ie9 #CMD .section__selfiebackground .img__compares,
.ie9 #CMD .section__scenery .img__compares,
.ie9 #CMD .section__portrait .img__compares {
  position: relative;
  left: 50%;
  margin-left: -634px;
  width: 1268px; }
  .ie9 #CMD .section__wefie .img__compares figure,
  .ie9 #CMD .section__selfiebackground .img__compares figure,
  .ie9 #CMD .section__scenery .img__compares figure,
  .ie9 #CMD .section__portrait .img__compares figure {
    float: left; }

.ie9 #CMD .inner-view .inner-view-container .modal-button-container {
  margin-top: -80px !important; }

.ie #CMD .section__performance .img__performance .moniter__block #s4__shadow {
  display: none !important; }

.ie10 #CMD .section__beauty .img__beauty .img__model .model__bg {
  top: 70px; }

.ie10 #CMD .section__performance .img__performance {
  background-image: url("/websites/global/productcustomizedTab/7189/v5/tutorial/images/large/1x/04_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) {
    .ie10 #CMD .section__performance .img__performance {
      background-image: url("/websites/global/productcustomizedTab/7189/v5/tutorial/images/large/2x/04_performance.jpg"); } }
  .ie10 #CMD .section__performance .img__performance .moniter__block {
    display: none;
    background-image: none; }

.ie10 #CMD .section__cooler .img__cooler {
  background-image: url("/websites/global/productcustomizedTab/7189/v5/tutorial/images/large/1x/inner/04/04_inner_2.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .ie10 #CMD .section__cooler .img__cooler {
      background-image: url("/websites/global/productcustomizedTab/7189/v5/tutorial/images/large/2x/inner/04/04_inner_2.jpg"); } }
  .ie10 #CMD .section__cooler .img__cooler &gt; * {
    display: none;
    background-image: none; }

.ie10 #CMD .section__nano .img__nano {
  background-image: url("/websites/global/productcustomizedTab/7189/v5/tutorial/images/large/1x/inner/07/07_inner_1.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .ie10 #CMD .section__nano .img__nano {
      background-image: url("/websites/global/productcustomizedTab/7189/v5/tutorial/images/large/2x/inner/07/07_inner_1.jpg"); } }
</pre></body></html>