@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@charset "UTF-8";@font-face{font-family:xolonium;src:url(font/xolonium.eot);src:url(font/xolonium.eot) format("embedded-opentype"),url(font/xolonium.otf) format("opentype"),url(font/xolonium.woff) format("woff"),url(font/xolonium.ttf) format("truetype"),url(font/xolonium.svg) format("svg");font-weight:400;font-style:normal}#x299ROG h1,#x299ROG h2,#x299ROG h3,#x299ROG h4,#x299ROG h5,#x299ROG h6,#x299ROG p{padding:0;margin:0}#x299ROG h2{font-family:xolonium,sans-serif;letter-spacing:.2em;font-size:24px;line-height:24px}@media only screen and (min-width:640px){#x299ROG h2{font-size:40px;line-height:40px}}@media only screen and (min-width:1300px){#x299ROG h2{font-size:60px;line-height:60px;letter-spacing:.2em}}#x299ROG h3{font-family:xolonium,sans-serif;font-size:20px;line-height:normal}@media only screen and (min-width:1300px){#x299ROG h3{font-size:30px;line-height:normal;letter-spacing:0}}#x299ROG h4{font-family:xolonium,sans-serif;font-size:18px;line-height:normal}@media only screen and (min-width:1300px){#x299ROG h4{font-size:24px;line-height:normal;letter-spacing:0}}#x299ROG p{font-size:16px;line-height:26px;font-weight:300}@media only screen and (min-width:640px){#x299ROG p{font-size:16px;line-height:30px}}#x299ROG p.font__xs{font-size:15px;line-height:20px}@media only screen and (min-width:640px){#x299ROG p.font__xs{font-size:15px;line-height:20px}}#x299ROG .font__highlight{font-weight:700}#x299ROG{position:relative;width:100vw;overflow:hidden}#x299ROG *{-webkit-box-sizing:border-box;box-sizing:border-box}#x299ROG img{display:block;width:100%;height:auto}#x299ROG a{display:block;padding:0;margin:0;color:#fff;text-decoration:none}#x299ROG a:hover{text-decoration:none}#x299ROG a:focus{outline:0;outline-color:rgba(0,0,0,0)}#x299ROG button{display:block;padding:0;margin:0;border:none;background-color:rgba(0,0,0,0)}#x299ROG button:focus{outline:0;outline-color:rgba(0,0,0,0)}#x299ROG ol,#x299ROG ul{position:relative;margin:0;padding:0;list-style:none}#x299ROG ol li,#x299ROG ul li{margin:0;padding:0;display:inline-block}#x299ROG label{margin:0;padding:0}.slick-slider{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid rgba(0,0,0,0)}.slick-arrow.slick-hidden{display:none}#x299ROG .reinvented-color-wheel,#x299ROG .reinvented-color-wheel--hue-handle,#x299ROG .reinvented-color-wheel--hue-wheel,#x299ROG .reinvented-color-wheel--sv-handle,#x299ROG .reinvented-color-wheel--sv-space{-ms-touch-action:manipulation;touch-action:manipulation;-ms-touch-action:none;touch-action:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#x299ROG .reinvented-color-wheel{position:relative;display:inline-block;line-height:0;border-radius:50%}#x299ROG .reinvented-color-wheel--hue-wheel{border-radius:50%}#x299ROG .reinvented-color-wheel--sv-space{position:absolute;left:0;top:0;right:0;bottom:0;margin:auto}#x299ROG .reinvented-color-wheel--hue-handle,#x299ROG .reinvented-color-wheel--sv-handle{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;pointer-events:none;border-radius:50%;border:2px solid #fff;-webkit-box-shadow:inset 0 0 0 1px #000;box-shadow:inset 0 0 0 1px #000}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translateZ(0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:none;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}.owl-height{-webkit-transition:height .5s ease-in-out;transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(~owl.carousel/src/img/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:-webkit-transform .1s ease;transition:-webkit-transform .1s ease;transition:transform .1s ease;transition:transform .1s ease,-webkit-transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:50%;background-repeat:no-repeat;background-size:contain;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.owl-carousel .owl-stage{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.software__carousel.owl-carousel .owl-item{opacity:.3;-webkit-transition:opacity .3s linear;transition:opacity .3s linear}.software__carousel.owl-carousel .owl-item.active.center{opacity:1}#x299ROG .tab__divider{z-index:0;-webkit-transition:-webkit-transform .8s cubic-bezier(.895,.03,.685,.22);transition:-webkit-transform .8s cubic-bezier(.895,.03,.685,.22);transition:transform .8s cubic-bezier(.895,.03,.685,.22);transition:transform .8s cubic-bezier(.895,.03,.685,.22),-webkit-transform .8s cubic-bezier(.895,.03,.685,.22);-webkit-transition-delay:.2s;transition-delay:.2s;-webkit-transform:translateY(-1.5px) scaleX(0);-ms-transform:translateY(-1.5px) scaleX(0);transform:translateY(-1.5px) scaleX(0);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}#x299ROG .tab__divider.t-in{-webkit-transform:translateY(-1.5px) scale(1);-ms-transform:translateY(-1.5px) scale(1);transform:translateY(-1.5px) scale(1)}#x299ROG .tab__nav{position:relative;width:100%;text-align:center;z-index:10;overflow-x:auto;overflow-y:visible;-ms-overflow-style:none;padding:0 20px}@media only screen and (min-width:1300px){#x299ROG .tab__nav{padding:0 45px}}#x299ROG .tab__nav::-webkit-scrollbar{display:none}#x299ROG .tab__nav__link{position:relative;font-family:xolonium,sans-serif;color:#fff;font-size:18px;padding:20px 0;-webkit-transition:all .5s ease-out;transition:all .5s ease-out}@media only screen and (min-width:640px){#x299ROG .tab__nav__link{font-size:24px;padding:25px 0}}#x299ROG .tab__nav__link:after{display:block;position:absolute;content:"";width:0;height:3px;left:50%;bottom:0;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);background-color:#000;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}#x299ROG .tab__nav__link.active:after,#x299ROG .tab__nav__link:hover:after{width:100%}#x299ROG .tab__nav.sub__type1{margin-bottom:45px}@media only screen and (min-width:640px){#x299ROG .tab__nav.sub__type1{margin-bottom:50px}}#x299ROG .tab__nav.sub__type1 .tab__nav__link{padding:0 0 15px;font-family:Roboto,sans-serif;font-size:16px;color:var(--x299-light-gray)}@media only screen and (min-width:1300px){#x299ROG .tab__nav.sub__type1 .tab__nav__link{font-size:18px}}#x299ROG .tab__nav.sub__type1 .tab__nav__link:after{width:100%;height:1px;background-color:var(--x299-light-gray)}#x299ROG .tab__nav.sub__type1 .tab__nav__link:hover{color:#fff}#x299ROG .tab__nav.sub__type1 .tab__nav__link.active{color:#fff}#x299ROG .tab__nav.sub__type1 .tab__nav__link.active:after{height:3px;background-color:#fff}#x299ROG .tab__nav.sub__type2{margin-bottom:45px}@media only screen and (min-width:640px){#x299ROG .tab__nav.sub__type2{margin-bottom:50px}}#x299ROG .tab__nav.sub__type2 .tab__nav__link{width:100px;font-family:Roboto,sans-serif;font-size:16px;color:#fff;padding:10px 0;text-align:center;border:1px solid var(--x299-red)}@media only screen and (min-width:1300px){#x299ROG .tab__nav.sub__type2 .tab__nav__link{width:135px;font-size:18px;padding:15px 0}}#x299ROG .tab__nav.sub__type2 .tab__nav__link:after{content:none}#x299ROG .tab__nav.sub__type2 .tab__nav__link.active,#x299ROG .tab__nav.sub__type2 .tab__nav__link:hover{background-color:var(--x299-red2)}#x299ROG .tab__nav__list{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin:0 -15px}@media only screen and (min-width:640px){#x299ROG .tab__nav__list{padding:0 -22.5px}}#x299ROG .tab__nav__list li{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:auto;flex-basis:auto;display:inline-block;padding:0 15px}@media only screen and (min-width:640px){#x299ROG .tab__nav__list li{padding:0 22.5px}}#x299ROG .tab__content{position:relative;width:100%;overflow:hidden}#x299ROG .tab__content__item{display:none;opacity:0}#x299ROG .tab__content__item.active{display:block;opacity:1}#x299ROG .tab__carousel{position:relative;width:100%}#x299ROG .tab__carousel .tab__content__item{display:block;opacity:1}#x299ROG .tab__intro{position:relative;width:100%}#x299ROG .tab__info{width:100%}#x299ROG .tab__info__title{color:#fff;margin-bottom:30px;text-align:left}@media only screen and (min-width:640px){#x299ROG .tab__info__title{text-align:center}}#x299ROG .tab__info__desc{margin-bottom:50px;text-align:left}@media only screen and (min-width:640px){#x299ROG .tab__info__desc{text-align:center}}#x299ROG .tab__sub .tab__info__title{text-align:left}@media only screen and (min-width:640px){#x299ROG .tab__sub .tab__info__title{text-align:center}}#x299ROG .tab__sub .tab__info__desc{text-align:left}@media only screen and (min-width:640px){#x299ROG .tab__sub .tab__info__desc{text-align:center}}#x299ROG .divider{position:relative;display:block;width:100%;height:1px;z-index:0}#x299ROG .bg__red{background-color:var(--x299-red)}#x299ROG .bg__dark-gray{background-color:var(--x299-dark-gray)}#x299ROG .bg__black{background-color:#000}#x299ROG .bg__gradient-gray{background:linear-gradient(135deg,#333,#000)}#x299ROG .font__red{color:var(--x299-red)!important}#x299ROG .font__light-gray{color:var(--x299-light-gray)!important}:root{--x299-red:#e2001d;--x299-red2:#790716;--x299-dark-red:#200004;--x299-light-gray:#a4a4a4;--x299-dark-gray:#0f0f0f;--x299-dark-gray-2:#202020}#x299ROG{color:#fff;font-family:Roboto,sans-serif}#x299ROG .s_connectivity .section__banner .section__banner__img,#x299ROG .s_cooling .section__banner .section__banner__img,#x299ROG .s_overclocking .section__banner .section__banner__img,#x299ROG .s_performance .section__banner .section__banner__img,#x299ROG .s_personalize .section__banner .section__banner__img{left:50%;top:50%;-webkit-transform:translate(-50%,-50%) scale(1.5);-ms-transform:translate(-50%,-50%) scale(1.5);transform:translate(-50%,-50%) scale(1.5);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transition:opacity 4s cubic-bezier(.215,.61,.355,1),-webkit-transform 1.5s cubic-bezier(.215,.61,.355,1);transition:opacity 4s cubic-bezier(.215,.61,.355,1),-webkit-transform 1.5s cubic-bezier(.215,.61,.355,1);transition:transform 1.5s cubic-bezier(.215,.61,.355,1),opacity 4s cubic-bezier(.215,.61,.355,1);transition:transform 1.5s cubic-bezier(.215,.61,.355,1),opacity 4s cubic-bezier(.215,.61,.355,1),-webkit-transform 1.5s cubic-bezier(.215,.61,.355,1);opacity:0}#x299ROG .s_connectivity .section__banner.t-in .section__banner__img,#x299ROG .s_cooling .section__banner.t-in .section__banner__img,#x299ROG .s_overclocking .section__banner.t-in .section__banner__img,#x299ROG .s_performance .section__banner.t-in .section__banner__img,#x299ROG .s_personalize .section__banner.t-in .section__banner__img{opacity:1;-webkit-transform:translate(-50%,-50%) scale(1);-ms-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}#x299ROG .s_connectivity .section__intro .section__info__title,#x299ROG .s_cooling .section__intro .section__info__title,#x299ROG .s_overclocking .section__intro .section__info__title,#x299ROG .s_performance .section__intro .section__info__title,#x299ROG .s_personalize .section__intro .section__info__title{-webkit-transition:all 1.5s cubic-bezier(.215,.61,.355,1);transition:all 1.5s cubic-bezier(.215,.61,.355,1);-webkit-transition-delay:1s;transition-delay:1s;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px);opacity:0}#x299ROG .s_connectivity .section__intro .section__info__title.t-in,#x299ROG .s_cooling .section__intro .section__info__title.t-in,#x299ROG .s_overclocking .section__intro .section__info__title.t-in,#x299ROG .s_performance .section__intro .section__info__title.t-in,#x299ROG .s_personalize .section__intro .section__info__title.t-in{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1}#x299ROG .s_connectivity .section__intro .section__info__desc,#x299ROG .s_cooling .section__intro .section__info__desc,#x299ROG .s_overclocking .section__intro .section__info__desc,#x299ROG .s_performance .section__intro .section__info__desc,#x299ROG .s_personalize .section__intro .section__info__desc{-webkit-transition:all 1.5s cubic-bezier(.215,.61,.355,1);transition:all 1.5s cubic-bezier(.215,.61,.355,1);-webkit-transition-delay:1.2s;transition-delay:1.2s;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px);opacity:0}#x299ROG .s_connectivity .section__intro .section__info__desc.t-in,#x299ROG .s_cooling .section__intro .section__info__desc.t-in,#x299ROG .s_overclocking .section__intro .section__info__desc.t-in,#x299ROG .s_performance .section__intro .section__info__desc.t-in,#x299ROG .s_personalize .section__intro .section__info__desc.t-in{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1}@media only screen and (min-width:1300px){#x299ROG .customized-scrollbar{padding-right:10px;overflow:hidden;overflow-y:auto!important}#x299ROG .customized-scrollbar::-webkit-scrollbar{width:.5em;height:.5em}#x299ROG .customized-scrollbar::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.1);border-radius:3px}#x299ROG .customized-scrollbar::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.2)}#x299ROG .customized-scrollbar::-webkit-scrollbar-track{background-color:#202020}}#x299ROG .preloading{position:fixed;width:100vw;height:100vh;top:0;left:0;background-color:#000;z-index:999}#x299ROG .mosaic{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;position:absolute;width:100%;max-width:900px;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}#x299ROG .mosaic:before{display:block;content:"";width:100%;padding-top:40%}#x299ROG .mosaic>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}#x299ROG .mosaic__rect-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;position:relative;width:100%}#x299ROG .mosaic__rect{position:relative;width:10%}#x299ROG .mosaic__rect:before{display:block;content:"";width:100%;padding-top:100%}#x299ROG .mosaic__rect>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}#x299ROG .section,#x299ROG .section__banner,#x299ROG .section__intro{position:relative;width:100%}#x299ROG .section__banner{height:530px;overflow:hidden}@media only screen and (min-width:1300px){#x299ROG .section__banner{height:1000px}}#x299ROG .section__banner__mask{position:relative;width:100%;height:100%}#x299ROG .section__banner__img{position:relative;width:1365px;left:50%;top:50%;-webkit-transform:translate(-50%,-50%) scale(1.5);-ms-transform:translate(-50%,-50%) scale(1.5);transform:translate(-50%,-50%) scale(1.5)}#x299ROG .section__banner__img:before{display:block;content:"";width:100%;padding-top:46.875%}#x299ROG .section__banner__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (min-width:640px){#x299ROG .section__banner__img{width:1365px}}@media only screen and (min-width:1300px){#x299ROG .section__banner__img{width:2560px}}#x299ROG .section__info{position:absolute;width:100%;max-width:730px;padding:0 20px;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media only screen and (min-width:640px){#x299ROG .section__info{padding:0 30px}}@media only screen and (min-width:1300px){#x299ROG .section__info{padding:0 45px}}#x299ROG .section__info__title{position:relative;font-family:xolonium,sans-serif;width:100%;color:#fff;text-align:center;text-transform:uppercase;margin-bottom:20px}@media only screen and (min-width:640px){#x299ROG .section__info__title{margin-bottom:30px}}#x299ROG .section__info__desc{position:relative;color:#fff;text-align:center}#x299ROG .section__info__link{color:var(--x299-red);text-decoration:underline}#x299ROG .flexCon{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}#x299ROG .flexCon__item{position:relative;padding:0 22.5px}#x299ROG .flex__reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media only screen and (min-width:1300px){#x299ROG .flex__reverse{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}#x299ROG .item__center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}#x299ROG .flex__col-2{margin:0}@media only screen and (min-width:1300px){#x299ROG .flex__col-2{margin:0 -22.5px}}#x299ROG .flex__col-2>.flexCon__item{width:100%;padding:0}#x299ROG .flex__col-2>.flexCon__item:first-child{margin-bottom:30px}#x299ROG .flex__col-2>.flexCon__item:nth-child(2){margin-bottom:0}@media only screen and (min-width:1300px){#x299ROG .flex__col-2>.flexCon__item{width:50%;padding:0 22.5px}#x299ROG .flex__col-2>.flexCon__item:first-child{margin-bottom:0}#x299ROG .flex__col-2>.flexCon__item:nth-child(2){margin-bottom:0}}#x299ROG .flex__col-2.flex__reverse>.flexCon__item:first-child{margin-bottom:0}#x299ROG .flex__col-2.flex__reverse>.flexCon__item:nth-child(2){margin-bottom:30px}#x299ROG .flex__col-3{margin:0}@media only screen and (min-width:1300px){#x299ROG .flex__col-3{margin:0 -22.5px}}#x299ROG .flex__col-3>.flexCon__item{width:100%;padding:0}@media only screen and (min-width:1300px){#x299ROG .flex__col-3>.flexCon__item{width:33.3334%;padding:0 22.5px}}#x299ROG .item__gutter{padding-top:45px;padding-bottom:45px}@media only screen and (min-width:640px){#x299ROG .item__gutter{padding-top:50px;padding-bottom:50px}}#x299ROG .item__gutter-top{padding-top:45px}@media only screen and (min-width:640px){#x299ROG .item__gutter-top{padding-top:50px}}#x299ROG .item__gutter-bottom{padding-bottom:45px}@media only screen and (min-width:640px){#x299ROG .item__gutter-bottom{padding-bottom:50px}}#x299ROG .container__full{position:relative;width:100%;margin:0 auto;padding-left:20px;padding-right:20px}@media only screen and (min-width:640px){#x299ROG .container__full{padding-left:0;padding-right:0}}#x299ROG .container__1300{position:relative;width:100%;max-width:1300px;margin:0 auto;padding-left:20px;padding-right:20px}@media only screen and (min-width:1300px){#x299ROG .container__1300{padding-left:45px;padding-right:45px}}#x299ROG .container__1000{position:relative;width:100%;max-width:1000px;margin:0 auto;padding-left:20px;padding-right:20px}@media only screen and (min-width:1300px){#x299ROG .container__1000{padding-left:45px;padding-right:45px}}#x299ROG .product__cover{position:relative;width:100%;max-width:640px;margin:0 auto}@media only screen and (min-width:1300px){#x299ROG .product__cover{max-width:100%}}#x299ROG .product__cover.cover-full{max-width:calc(100% + 60px);left:50%;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%)}@media only screen and (min-width:1300px){#x299ROG .product__cover.cover-full{max-width:100%;left:0;-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0)}}#x299ROG .product__img{width:100%}#x299ROG .product__intro{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:30px}@media only screen and (min-width:1300px){#x299ROG .product__intro{margin-bottom:0}}#x299ROG .product__info{width:100%;max-width:640px;margin:0 auto}@media only screen and (min-width:1300px){#x299ROG .product__info{max-width:100%}}#x299ROG .product__info__title{color:#fff;margin-bottom:20px}#x299ROG .product__info__subtitle{font-family:Roboto,sans-serif;font-weight:700;margin-bottom:5px;color:#fff}#x299ROG .product__info__desc{margin-bottom:30px}#x299ROG .product__info__table{width:100%;text-align:left}#x299ROG .product__info__table tr td,#x299ROG .product__info__table tr th{padding:15px 10px 5px 0}#x299ROG .product__info__table thead tr{border:none}#x299ROG .product__info__table thead th{padding:0 10px 10px 0}#x299ROG .product__info__table tbody td,#x299ROG .product__info__table tbody th{border-bottom:1px solid #fff}#x299ROG .product__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 -10px}@media only screen and (min-width:640px){#x299ROG .product__nav{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}#x299ROG .product__nav li{display:inline-block;width:50%;padding:0 10px;margin-bottom:30px}@media only screen and (min-width:640px){#x299ROG .product__nav li{width:25%}}#x299ROG .product__nav__icon{display:block;position:relative;width:100%;max-width:80px;margin:0 auto 10px;background-color:var(--x299-dark-gray-2);border-radius:99em}#x299ROG .product__nav__icon:before{display:block;content:"";width:100%;padding-top:100%}#x299ROG .product__nav__icon>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}#x299ROG .product__nav__text{text-align:center;font-weight:700;line-height:1.2}#x299ROG .product__highlight{position:relative;width:100%;height:100%}#x299ROG .product__highlight__item{display:none;position:absolute;width:100%;height:100%}#x299ROG .product__highlight__item.active{display:block}#x299ROG .product__highlight__item.active .product__highlight__icon{opacity:1}#x299ROG .product__highlight__item .product__highlight__icon{position:absolute!important;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transition:all .5s ease-out;transition:all .5s ease-out;opacity:0}#x299ROG .product__highlight__desc{display:none}#x299ROG .product__highlight__desc.active{display:block}#x299ROG .product__highlight__desc__img{margin-top:30px}#x299ROG .product__line{display:none}@media only screen and (min-width:1300px){#x299ROG .product__line{display:block}}#x299ROG .product__line__info{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;margin:0 -10px}@media only screen and (min-width:1300px){#x299ROG .product__line__info{display:block;width:100%;height:100%;margin:0}}#x299ROG .product__line__info__item{position:relative;width:100%;padding:0 10px 0 50px;margin-bottom:20px}@media only screen and (min-width:640px){#x299ROG .product__line__info__item{width:50%}}@media only screen and (min-width:1300px){#x299ROG .product__line__info__item{position:absolute;padding:0;margin-bottom:0}}#x299ROG .product__line__info__marker{display:block;position:absolute;left:10px;top:0;width:30px;height:30px;border-radius:99em;background-color:rgba(226,0,29,.6)}#x299ROG .product__line__info__marker .text{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media only screen and (min-width:1300px){#x299ROG .product__line__info__marker{display:none}}#x299ROG .software__carousel .tab__content__item{padding-left:30px;padding-right:30px}@media only screen and (min-width:1300px){#x299ROG .software__carousel .tab__content__item{padding-left:0;padding-right:0}}#x299ROG .footer{width:100%}@media only screen and (min-width:1300px){#x299ROG .footer{padding-top:100px;padding-bottom:100px}}#x299ROG .footer .section__info__title{margin-bottom:45px}@media only screen and (min-width:1300px){#x299ROG .footer .section__info__title{margin-bottom:100px}}#x299ROG .footer__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px}#x299ROG .footer__list:last-child{margin-bottom:0}#x299ROG .footer__list>.flexCon__item{text-align:center}#x299ROG .footer__list>.flexCon__item:first-child{width:100%;margin-bottom:30px!important}#x299ROG .footer__list>.flexCon__item:nth-child(2){width:100%}@media only screen and (min-width:640px){#x299ROG .footer__list>.flexCon__item{text-align:left;margin-bottom:0!important}#x299ROG .footer__list>.flexCon__item:first-child{width:175px}#x299ROG .footer__list>.flexCon__item:nth-child(2){width:calc(100% - 175px)}}@media only screen and (min-width:1300px){#x299ROG .footer__list>.flexCon__item:first-child{margin-bottom:0!important}}#x299ROG .footer__list:first-child .product__img{position:relative;width:130px;max-width:130px;margin:0 auto;background-image:url(../img/footer/icon-intel.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .footer__list:first-child .product__img:before{display:block;content:"";width:100%;padding-top:100%}#x299ROG .footer__list:first-child .product__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .footer__list:first-child .product__img{background-image:url(../img/footer/icon-intel@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .footer__list:nth-child(2) .product__img{position:relative;width:130px;max-width:130px;margin:0 auto;background-image:url(../img/footer/icon-core.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .footer__list:nth-child(2) .product__img:before{display:block;content:"";width:100%;padding-top:100%}#x299ROG .footer__list:nth-child(2) .product__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .footer__list:nth-child(2) .product__img{background-image:url(../img/footer/icon-core@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px){#x299ROG .s_spec{padding-top:100px;padding-bottom:100px}}#x299ROG .s_spec .product__info{margin-top:30px}@media only screen and (min-width:1300px){#x299ROG .s_spec .product__info{margin-top:0}}@media only screen and (min-width:1300px){#x299ROG .s_spec .product__line__info__item .distance,#x299ROG .s_spec .product__line__info__item .font__highlight{display:inline-block;margin-bottom:5px}}#x299ROG .s_spec .product__line__info__item .product__line__info__img{margin-top:10px}@media only screen and (min-width:1300px){#x299ROG .s_spec .left{padding-bottom:100px}}#x299ROG .s_spec .left .product__cover .gap{width:10px;height:120%;background-color:#e2001d}#x299ROG .s_spec .left .product__img{position:relative;width:108%;max-width:690px;margin:0 auto;-webkit-transform:translate(-2%);-ms-transform:translate(-2%);transform:translate(-2%);background-image:url(../img/spec/mobile/product-left.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_spec .left .product__img:before{display:block;content:"";width:100%;padding-top:141.09375%}#x299ROG .s_spec .left .product__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:visiable}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_spec .left .product__img{background-image:url(../img/spec/mobile/product-left@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px){#x299ROG .s_spec .left .product__img{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;position:relative;width:484px;-webkit-transform:translate(5%);-ms-transform:translate(5%);transform:translate(5%);background-image:url(../img/spec/desktop/product-left.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_spec .left .product__img:before{display:block;content:"";width:100%;padding-top:140.28926%}#x299ROG .s_spec .left .product__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:visiable}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_spec .left .product__img{background-image:url(../img/spec/desktop/product-left@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_spec .left .product__line{position:relative;position:absolute;width:67.7686%; height: 100%; left:50%;top:1%;-webkit-transform:translate(-143%);-ms-transform:translate(-143%);transform:translate(-143%);background-image:url(../img/spec/line-left.png);background-position:0 0;background-repeat:no-repeat;background-size:100%}#x299ROG .s_spec .left .product__line:before{display:block;content:"";width:100%;padding-top:156.40244%}#x299ROG .s_spec .left .product__line>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_spec .left .product__line{background-image:url(../img/spec/line-left@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:100%}}@media only screen and (min-width:1300px){#x299ROG .s_spec .left .product__info{position:absolute;max-width:100%;height:100%;top:0;left:50%;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%)}}@media only screen and (min-width:1300px){#x299ROG .s_spec .left .product__line__info__item{position:absolute;width:360px}}#x299ROG .s_spec .left .product__line__info__item:first-child{left:0;top:0}#x299ROG .s_spec .left .product__line__info__item:nth-child(2){left:0;top:10.6%}#x299ROG .s_spec .left .product__line__info__item:nth-child(3){left:0;top:14.5%}#x299ROG .s_spec .left .product__line__info__item:nth-child(4){left:0;top:35%}#x299ROG .s_spec .left .product__line__info__item:nth-child(5){left:0;top:49.8%}#x299ROG .s_spec .left .product__line__info__item:nth-child(6){left:0;top:81.8%}#x299ROG .s_spec .diy .product__img{position:relative;width:100%;max-width:640px;margin:0 auto;-webkit-transform:translate(-2%);-ms-transform:translate(-2%);transform:translate(-2%);background-image:url(../img/spec/mobile/product-diy.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_spec .diy .product__img:before{display:block;content:"";width:100%;padding-top:106.875%}#x299ROG .s_spec .diy .product__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:visiable}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_spec .diy .product__img{background-image:url(../img/spec/mobile/product-diy@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px){#x299ROG .s_spec .diy .product__img{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;position:relative;width:568px;-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0);background-image:url(../img/spec/desktop/product-diy.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_spec .diy .product__img:before{display:block;content:"";width:100%;padding-top:107.74648%}#x299ROG .s_spec .diy .product__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:visiable}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_spec .diy .product__img{background-image:url(../img/spec/desktop/product-diy@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_spec .diy .product__line{position:relative;position:absolute;width:151.05634%;left:50%;top:50%;-webkit-transform:translate(-61.5%,-49.8%);-ms-transform:translate(-61.5%,-49.8%);transform:translate(-61.5%,-49.8%);background-image:url(../img/spec/line-diy.png);background-position:0 0;background-repeat:no-repeat;background-size:100%}#x299ROG .s_spec .diy .product__line:before{display:block;content:"";width:100%;padding-top:67.36597%}#x299ROG .s_spec .diy .product__line>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_spec .diy .product__line{background-image:url(../img/spec/line-diy@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:100%}}@media only screen and (min-width:1300px){#x299ROG .s_spec .diy .product__info{position:absolute;max-width:100%;height:100%;top:0;left:50%;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%)}}@media only screen and (min-width:1300px){#x299ROG .s_spec .diy .product__line__info__item{position:absolute;width:270px}}#x299ROG .s_spec .diy .product__line__info__item:first-child{left:0;top:1.5%}#x299ROG .s_spec .diy .product__line__info__item:first-child .product__line__info__img{position:relative;width:166px;background-image:url(../img/spec/info-diy-esd.png);background-position:0 0;background-repeat:no-repeat;background-size:100%}#x299ROG .s_spec .diy .product__line__info__item:first-child .product__line__info__img:before{display:block;content:"";width:100%;padding-top:68.07229%}#x299ROG .s_spec .diy .product__line__info__item:first-child .product__line__info__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_spec .diy .product__line__info__item:first-child .product__line__info__img{background-image:url(../img/spec/info-diy-esd.png);background-position:0 0;background-repeat:no-repeat;background-size:100%}}#x299ROG .s_spec .diy .product__line__info__item:nth-child(2){left:0;top:38.5%}#x299ROG .s_spec .diy .product__line__info__item:nth-child(2) .product__line__info__img{position:relative;width:130px;background-image:url(../img/spec/info-diy-usb.png);background-position:0 0;background-repeat:no-repeat;background-size:100%}#x299ROG .s_spec .diy .product__line__info__item:nth-child(2) .product__line__info__img:before{display:block;content:"";width:100%;padding-top:100%}#x299ROG .s_spec .diy .product__line__info__item:nth-child(2) .product__line__info__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_spec .diy .product__line__info__item:nth-child(2) .product__line__info__img{background-image:url(../img/spec/info-diy-usb.png);background-position:0 0;background-repeat:no-repeat;background-size:100%}}#x299ROG .s_spec .diy .product__line__info__item:nth-child(3){left:0;top:57.2%}#x299ROG .s_spec .diy .product__line__info__item:nth-child(4){left:0;top:79.5%}#x299ROG .s_spec .diy .product__line__info__item:nth-child(5){right:0;top:3%}#x299ROG .s_spec .diy .product__line__info__item:nth-child(5) .product__line__info__img{position:relative;width:227px;background-image:url(../img/spec/info-diy-dimm.png);background-position:0 0;background-repeat:no-repeat;background-size:100%}#x299ROG .s_spec .diy .product__line__info__item:nth-child(5) .product__line__info__img:before{display:block;content:"";width:100%;padding-top:68.26347%}#x299ROG .s_spec .diy .product__line__info__item:nth-child(5) .product__line__info__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_spec .diy .product__line__info__item:nth-child(5) .product__line__info__img{background-image:url(../img/spec/info-diy-dimm.png);background-position:0 0;background-repeat:no-repeat;background-size:100%}}#x299ROG .s_spec .diy .product__line__info__item:nth-child(6){right:0;top:43.5%}#x299ROG .s_spec .diy .product__line__info__item:nth-child(6) .product__line__info__img{position:relative;width:227px;background-image:url(../img/spec/info-diy-safeslot.png);background-position:0 0;background-repeat:no-repeat;background-size:100%}#x299ROG .s_spec .diy .product__line__info__item:nth-child(6) .product__line__info__img:before{display:block;content:"";width:100%;padding-top:58.59031%}#x299ROG .s_spec .diy .product__line__info__item:nth-child(6) .product__line__info__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_spec .diy .product__line__info__item:nth-child(6) .product__line__info__img{background-image:url(../img/spec/info-diy-safeslot.png);background-position:0 0;background-repeat:no-repeat;background-size:100%}}#x299ROG .s_spec .diy .product__line__info__item:nth-child(7){right:0;top:79.8%}#x299ROG .s_spec .diy .product__line__info__item:nth-child(7) .product__line__info__img{position:relative;width:130px;background-image:url(../img/spec/info-diy-connector.png);background-position:0 0;background-repeat:no-repeat;background-size:100%;-webkit-transform:translate(-21px,-10px);-ms-transform:translate(-21px,-10px);transform:translate(-21px,-10px)}#x299ROG .s_spec .diy .product__line__info__item:nth-child(7) .product__line__info__img:before{display:block;content:"";width:100%;padding-top:69.23077%}#x299ROG .s_spec .diy .product__line__info__item:nth-child(7) .product__line__info__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_spec .diy .product__line__info__item:nth-child(7) .product__line__info__img{background-image:url(../img/spec/info-diy-connector.png);background-position:0 0;background-repeat:no-repeat;background-size:100%}}#x299ROG .s_spec .right .product__img{position:relative;width:100%;max-width:640px;margin:0 auto;-webkit-transform:translate(-2%);-ms-transform:translate(-2%);transform:translate(-2%);background-image:url(../img/spec/mobile/product-right.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_spec .right .product__img:before{display:block;content:"";width:100%;padding-top:119.53125%}#x299ROG .s_spec .right .product__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:visiable}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_spec .right .product__img{background-image:url(../img/spec/mobile/product-right@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px){#x299ROG .s_spec .right .product__img{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;position:relative;width:537px;-webkit-transform:translate(-5%);-ms-transform:translate(-5%);transform:translate(-5%);background-image:url(../img/spec/desktop/product-right.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_spec .right .product__img:before{display:block;content:"";width:100%;padding-top:119.92551%}#x299ROG .s_spec .right .product__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:visiable}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_spec .right .product__img{background-image:url(../img/spec/desktop/product-right@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_spec .right .product__line{position:relative;position:absolute;width:64.43203%;left:50%;top:50%;-webkit-transform:translate(-12.5%,-51.6%);-ms-transform:translate(-12.5%,-51.6%);transform:translate(-12.5%,-51.6%);background-image:url(../img/spec/line-right.png);background-position:0 0;background-repeat:no-repeat;background-size:100%}#x299ROG .s_spec .right .product__line:before{display:block;content:"";width:100%;padding-top:171.09827%}#x299ROG .s_spec .right .product__line>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_spec .right .product__line{background-image:url(../img/spec/line-right@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:100%}}@media only screen and (min-width:1300px){#x299ROG .s_spec .right .product__info{position:absolute;max-width:100%;height:100%;top:0;left:50%;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%)}}@media only screen and (min-width:1300px){#x299ROG .s_spec .right .product__line__info__item{position:absolute;width:320px}}#x299ROG .s_spec .right .product__line__info__item:first-child{right:0;top:1%}#x299ROG .s_spec .right .product__line__info__item:nth-child(2){right:0;top:9.3%}#x299ROG .s_spec .right .product__line__info__item:nth-child(3){right:0;top:20.2%}#x299ROG .s_spec .right .product__line__info__item:nth-child(4){right:0;top:27.8%}#x299ROG .s_spec .right .product__line__info__item:nth-child(5){right:0;top:42.3%}#x299ROG .s_spec .right .product__line__info__item:nth-child(6){right:0;top:56.8%}#x299ROG .s_spec .right .product__line__info__item:nth-child(7){right:0;top:66.4%}#x299ROG .s_spec .right .product__line__info__item:nth-child(8){right:0;top:83.5%}#x299ROG .s_spec .right .product__line__info__item:nth-child(9){right:0;top:87.8%}#x299ROG .s_spec .right .product__line__info__item:nth-child(10){right:0;top:92.5%}#x299ROG .s_performance .banner .section__banner__img{background-image:url(../img/performance/mobile/banner.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_performance .banner .section__banner__img{background-image:url(../img/performance/mobile/banner@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px){#x299ROG .s_performance .banner .section__banner__img{background-image:url(../img/performance/desktop/banner.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_performance .banner .section__banner__img{background-image:url(../img/performance/desktop/banner@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_performance .memory .product__img{position:relative;width:100%;max-width:100%;margin:0 auto;background-image:url(../img/performance/mobile/product-memory.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_performance .memory .product__img:before{display:block;content:"";width:100%;padding-top:78.68852%}#x299ROG .s_performance .memory .product__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_performance .memory .product__img{background-image:url(../img/performance/mobile/product-memory@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px){#x299ROG .s_performance .memory .product__img{max-width:854px;background-image:url(../img/performance/desktop/product-memory.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_performance .memory .product__img{background-image:url(../img/performance/desktop/product-memory@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_performance #productPowerDesign .product__cover{opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}#x299ROG .s_performance #productPowerDesign .product__cover.active{opacity:1}#x299ROG .s_performance #productPowerDesign .product__img{position:relative;width:100%;-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0);background-image:url(../img/performance/mobile/product-pd.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_performance #productPowerDesign .product__img:before{display:block;content:"";width:100%;padding-top:55.72816%}#x299ROG .s_performance #productPowerDesign .product__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_performance #productPowerDesign .product__img{background-image:url(../img/performance/mobile/product-pd@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px){#x299ROG .s_performance #productPowerDesign .product__img{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:auto;flex-basis:auto;width:1030px;-webkit-transform:translate(-43.68932%);-ms-transform:translate(-43.68932%);transform:translate(-43.68932%);background-image:url(../img/performance/desktop/product-pd.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_performance #productPowerDesign .product__img{background-image:url(../img/performance/desktop/product-pd@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_performance #productPowerDesign .product__info{position:relative;width:100%}@media only screen and (min-width:1300px){#x299ROG .s_performance #productPowerDesign .product__info{max-width:100%}}#x299ROG .s_performance #productPowerDesign .product__highlight__item{position:relative;width:100%;height:100%}#x299ROG .s_performance #productPowerDesign .product__highlight__item .product__highlight__icon{position:absolute!important}#x299ROG .s_performance #productPowerDesign .product__highlight__item:first-child .product__highlight__icon{position:relative;width:6.1165%;top:0;right:1.9%;background-image:url(../img/performance/highlight-pd-power.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_performance #productPowerDesign .product__highlight__item:first-child .product__highlight__icon:before{display:block;content:"";width:100%;padding-top:271.42857%}#x299ROG .s_performance #productPowerDesign .product__highlight__item:first-child .product__highlight__icon>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_performance #productPowerDesign .product__highlight__item:first-child .product__highlight__icon{background-image:url(../img/performance/highlight-pd-power@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_performance #productPowerDesign .product__highlight__item:nth-child(2) .product__highlight__icon{position:relative;width:57.6699%;top:15.5%;left:22%;background-image:url(../img/performance/highlight-pd-mosfet.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_performance #productPowerDesign .product__highlight__item:nth-child(2) .product__highlight__icon:before{display:block;content:"";width:100%;padding-top:21.04377%}#x299ROG .s_performance #productPowerDesign .product__highlight__item:nth-child(2) .product__highlight__icon>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_performance #productPowerDesign .product__highlight__item:nth-child(2) .product__highlight__icon{background-image:url(../img/performance/highlight-pd-mosfet@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_performance #productPowerDesign .product__highlight__item:nth-child(3) .product__highlight__icon{position:relative;width:58.83495%;top:18.8%;left:21.8%;opacity:.9;background-image:url(../img/performance/highlight-pd-choke.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_performance #productPowerDesign .product__highlight__item:nth-child(3) .product__highlight__icon:before{display:block;content:"";width:100%;padding-top:21.45215%}#x299ROG .s_performance #productPowerDesign .product__highlight__item:nth-child(3) .product__highlight__icon>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_performance #productPowerDesign .product__highlight__item:nth-child(3) .product__highlight__icon{background-image:url(../img/performance/highlight-pd-choke@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_performance #productPowerDesign .product__highlight__item:nth-child(4) .product__highlight__icon{position:relative;width:21.45631%;top:44.5%;left:40%;background-image:url(../img/performance/highlight-pd-capacitor.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_performance #productPowerDesign .product__highlight__item:nth-child(4) .product__highlight__icon:before{display:block;content:"";width:100%;padding-top:28.0543%}#x299ROG .s_performance #productPowerDesign .product__highlight__item:nth-child(4) .product__highlight__icon>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_performance #productPowerDesign .product__highlight__item:nth-child(4) .product__highlight__icon{background-image:url(../img/performance/highlight-pd-capacitor@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_performance #productPowerDesign .product__highlight__item:nth-child(5) .product__highlight__icon{position:relative;width:100%;top:0;left:0;background-image:url(../img/performance/highlight-pd-sp.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_performance #productPowerDesign .product__highlight__item:nth-child(5) .product__highlight__icon:before{display:block;content:"";width:100%;padding-top:55.72816%}#x299ROG .s_performance #productPowerDesign .product__highlight__item:nth-child(5) .product__highlight__icon>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_performance #productPowerDesign .product__highlight__item:nth-child(5) .product__highlight__icon{background-image:url(../img/performance/highlight-pd-sp@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_performance #productPowerDesign .product__nav li{width:33.3334%}#x299ROG .s_performance #productPowerDesign .product__nav li:first-child .product__nav__link .product__nav__icon{background-image:url(../img/performance/icon-power.png);background-position:50%;background-repeat:no-repeat;background-size:contain}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_performance #productPowerDesign .product__nav li:first-child .product__nav__link .product__nav__icon{background-image:url(../img/performance/icon-power@2x.png);background-position:50%;background-repeat:no-repeat;background-size:contain}}#x299ROG .s_performance #productPowerDesign .product__nav li:first-child .product__nav__link.active .product__nav__icon,#x299ROG .s_performance #productPowerDesign .product__nav li:first-child .product__nav__link:hover .product__nav__icon{background-image:url(../img/performance/icon-power-active.png);background-position:0 1px;background-repeat:no-repeat;background-size:contain}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_performance #productPowerDesign .product__nav li:first-child .product__nav__link.active .product__nav__icon,#x299ROG .s_performance #productPowerDesign .product__nav li:first-child .product__nav__link:hover .product__nav__icon{background-image:url(../img/performance/icon-power-active@2x.png);background-position:0 1px;background-repeat:no-repeat;background-size:contain}}#x299ROG .s_performance #productPowerDesign .product__nav li:nth-child(2) .product__nav__link .product__nav__icon{background-image:url(../img/performance/icon-moseft.png);background-position:50%;background-repeat:no-repeat;background-size:contain}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_performance #productPowerDesign .product__nav li:nth-child(2) .product__nav__link .product__nav__icon{background-image:url(../img/performance/icon-moseft@2x.png);background-position:50%;background-repeat:no-repeat;background-size:contain}}#x299ROG .s_performance #productPowerDesign .product__nav li:nth-child(2) .product__nav__link.active .product__nav__icon,#x299ROG .s_performance #productPowerDesign .product__nav li:nth-child(2) .product__nav__link:hover .product__nav__icon{background-image:url(../img/performance/icon-moseft-active.png);background-position:0 1px;background-repeat:no-repeat;background-size:contain}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_performance #productPowerDesign .product__nav li:nth-child(2) .product__nav__link.active .product__nav__icon,#x299ROG .s_performance #productPowerDesign .product__nav li:nth-child(2) .product__nav__link:hover .product__nav__icon{background-image:url(../img/performance/icon-moseft-active@2x.png);background-position:0 1px;background-repeat:no-repeat;background-size:contain}}#x299ROG .s_performance #productPowerDesign .product__nav li:nth-child(3) .product__nav__link .product__nav__icon{background-image:url(../img/performance/icon-choke.png);background-position:50%;background-repeat:no-repeat;background-size:contain}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_performance #productPowerDesign .product__nav li:nth-child(3) .product__nav__link .product__nav__icon{background-image:url(../img/performance/icon-choke@2x.png);background-position:50%;background-repeat:no-repeat;background-size:contain}}#x299ROG .s_performance #productPowerDesign .product__nav li:nth-child(3) .product__nav__link.active .product__nav__icon,#x299ROG .s_performance #productPowerDesign .product__nav li:nth-child(3) .product__nav__link:hover .product__nav__icon{background-image:url(../img/performance/icon-choke-active.png);background-position:0 1px;background-repeat:no-repeat;background-size:contain}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_performance #productPowerDesign .product__nav li:nth-child(3) .product__nav__link.active .product__nav__icon,#x299ROG .s_performance #productPowerDesign .product__nav li:nth-child(3) .product__nav__link:hover .product__nav__icon{background-image:url(../img/performance/icon-choke-active@2x.png);background-position:0 1px;background-repeat:no-repeat;background-size:contain}}#x299ROG .s_performance #productPowerDesign .product__nav li:nth-child(4) .product__nav__link .product__nav__icon{background-image:url(../img/performance/icon-capacitor.png);background-position:50%;background-repeat:no-repeat;background-size:contain}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_performance #productPowerDesign .product__nav li:nth-child(4) .product__nav__link .product__nav__icon{background-image:url(../img/performance/icon-capacitor@2x.png);background-position:50%;background-repeat:no-repeat;background-size:contain}}#x299ROG .s_performance #productPowerDesign .product__nav li:nth-child(4) .product__nav__link.active .product__nav__icon,#x299ROG .s_performance #productPowerDesign .product__nav li:nth-child(4) .product__nav__link:hover .product__nav__icon{background-image:url(../img/performance/icon-capacitor-active.png);background-position:0 1px;background-repeat:no-repeat;background-size:contain}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_performance #productPowerDesign .product__nav li:nth-child(4) .product__nav__link.active .product__nav__icon,#x299ROG .s_performance #productPowerDesign .product__nav li:nth-child(4) .product__nav__link:hover .product__nav__icon{background-image:url(../img/performance/icon-capacitor-active@2x.png);background-position:0 1px;background-repeat:no-repeat;background-size:contain}}#x299ROG .s_performance #productPowerDesign .product__nav li:nth-child(5) .product__nav__link .product__nav__icon{background-image:url(../img/performance/icon-sp.png);background-position:50%;background-repeat:no-repeat;background-size:contain}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_performance #productPowerDesign .product__nav li:nth-child(5) .product__nav__link .product__nav__icon{background-image:url(../img/performance/icon-sp@2x.png);background-position:50%;background-repeat:no-repeat;background-size:contain}}#x299ROG .s_performance #productPowerDesign .product__nav li:nth-child(5) .product__nav__link.active .product__nav__icon,#x299ROG .s_performance #productPowerDesign .product__nav li:nth-child(5) .product__nav__link:hover .product__nav__icon{background-image:url(../img/performance/icon-sp-active.png);background-position:0 1px;background-repeat:no-repeat;background-size:contain}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_performance #productPowerDesign .product__nav li:nth-child(5) .product__nav__link.active .product__nav__icon,#x299ROG .s_performance #productPowerDesign .product__nav li:nth-child(5) .product__nav__link:hover .product__nav__icon{background-image:url(../img/performance/icon-sp-active@2x.png);background-position:0 1px;background-repeat:no-repeat;background-size:contain}}@media only screen and (min-width:1300px){#x299ROG .s_performance #powerDesignCarousel .flexCon .flexCon__item:first-child{padding-left:0}#x299ROG .s_performance #powerDesignCarousel .flexCon .flexCon__item:nth-child(2){padding-right:0}}#x299ROG .s_performance .video__cover{position:relative;cursor:pointer}#x299ROG .s_performance .video__cover:after{display:block;content:"";position:absolute;width:76px;height:76px;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:url(../img/performance/icon-play.png) 50%;background-size:contain;opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}#x299ROG .s_performance .video__cover:hover:after{opacity:1}#x299ROG .s_performance .video__cover.active:after{background:url(../img/performance/icon-stop.png) 50%;background-size:contain}#x299ROG .s_performance .video__cover video{position:relative;width:100%;left:50%;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%)}#x299ROG .s_performance .text__animate{margin:10px 0;text-align:center;-webkit-animation:blinker 1.5s linear infinite;animation:blinker 1.5s linear infinite}@-webkit-keyframes blinker{50%{opacity:.5}}@keyframes blinker{50%{opacity:.5}}#x299ROG .s_performance .transient .product__cover__container{position:relative}#x299ROG .s_performance .transient .product__cover__container:before{display:block;content:"";width:100%;padding-top:93.33333%}#x299ROG .s_performance .transient .product__cover__container>*{position:absolute;width:100%;/*height:100%*/;top:0;left:0;overflow:hidden}#x299ROG .s_performance .transient .product__cover{position:absolute;width:100%;height:auto;top:0;left:0}#x299ROG .s_performance .transient .product__cover:nth-child(2){opacity:0;-webkit-transition:opacity 2s ease;transition:opacity 2s ease}#x299ROG .s_performance .transient .product__cover:nth-child(2).active{opacity:1}#x299ROG .s_performance .teamed .product__info__toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px;cursor:pointer}#x299ROG .s_performance .teamed .product__info__toggle .icon{display:block;width:20px;height:20px;background-image:url(../img/performance/icon-plus.png);background-size:contain;margin-right:10px}#x299ROG .s_performance .teamed .product__info__toggle.active .icon{background-image:url(../img/performance/icon-minus.png);background-size:contain}#x299ROG .s_performance .teamed .product__info__img{position:relative;width:100%;max-width:568px;background-image:url(../img/performance/info-thermal.jpg);background-size:100% auto; background-repeat: no-repeat;opacity:0}#x299ROG .s_performance .teamed .product__info__img:before{display:block;content:"";width:100%;padding-top:30.10563%}#x299ROG .s_performance .teamed .product__info__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}#x299ROG .s_performance .teamed .product__info__img.active{opacity:1}#x299ROG .s_performance .product__cover__container{width:100%;margin:0 auto}@media only screen and (min-width:640px){#x299ROG .s_performance .product__cover__container{max-width:640px}}@media only screen and (min-width:1300px){#x299ROG .s_performance .product__cover__container{max-width:100%}}#x299ROG .s_cooling .banner .section__banner__img{background-image:url(../img/cooling/mobile/banner.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_cooling .banner .section__banner__img{background-image:url(../img/cooling/mobile/banner@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px){#x299ROG .s_cooling .banner .section__banner__img{background-image:url(../img/cooling/desktop/banner.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_cooling .banner .section__banner__img{background-image:url(../img/cooling/desktop/banner@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_cooling #productHeatsink​ .product__cover{display:block}#x299ROG .s_cooling #productHeatsink​ .product__img{position:relative;width:100%;max-width:640px;margin:0 auto 30px;background-image:url(../img/cooling/mobile/hk.jpg);background-position:0 0;background-repeat:no-repeat;background-size:100%}#x299ROG .s_cooling #productHeatsink​ .product__img:before{display:block;content:"";width:100%;padding-top:110.29412%}#x299ROG .s_cooling #productHeatsink​ .product__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:visiable}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_cooling #productHeatsink​ .product__img{background-image:url(../img/cooling/mobile/hk@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:100%}}@media only screen and (min-width:1300px){#x299ROG .s_cooling #productHeatsink​ .product__img{width:612px;margin-bottom:0;-webkit-transform:translate(-5%);-ms-transform:translate(-5%);transform:translate(-5%);background-image:url(../img/cooling/desktop/hk.jpg);background-position:0 0;background-repeat:no-repeat;background-size:100%}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_cooling #productHeatsink​ .product__img{background-image:url(../img/cooling/desktop/hk@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:100%}}#x299ROG .s_cooling #productHeatsink​ .product__line{position:relative;position:absolute;width:126.63398692810458%;left:50%;top:50%;-webkit-transform:translate(-53.2%,-50%);-ms-transform:translate(-53.2%,-50%);transform:translate(-53.2%,-50%);background-image:url(../img/cooling/heatsink-line.png);background-position:0 0;background-repeat:no-repeat;background-size:100%}#x299ROG .s_cooling #productHeatsink​ .product__line:before{display:block;content:"";width:100%;padding-top:87.22581%}#x299ROG .s_cooling #productHeatsink​ .product__line>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_cooling #productHeatsink​ .product__line{background-image:url(../img/cooling/heatsink-line@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:100%}}@media only screen and (min-width:1300px){#x299ROG .s_cooling #productHeatsink​ .product__info{position:absolute;max-width:100%;height:100%;top:0;left:50%;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%)}}@media only screen and (min-width:1300px){#x299ROG .s_cooling #productHeatsink​ .product__line__info__item{position:absolute;width:260px}}#x299ROG .s_cooling #productHeatsink​ .product__line__info__item:first-child{left:0;top:15.8%}#x299ROG .s_cooling #productHeatsink​ .product__line__info__item:nth-child(2){left:0;top:48.5%}#x299ROG .s_cooling #productHeatsink​ .product__line__info__item:nth-child(3){left:0;top:80.5%}#x299ROG .s_cooling #productHeatsink​ .product__line__info__item:nth-child(4){right:0;top:15.2%}#x299ROG .s_cooling #productHeatsink​ .product__line__info__item:nth-child(5){right:0;top:46.5%}#x299ROG .s_cooling #productHeatsink​ .product__line__info__item:nth-child(6){right:0;top:80.8%}#x299ROG .s_cooling #productHeaders .product__img{position:relative;width:100%;max-width:711px;margin:0 auto;-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0);background-image:url(../img/cooling/mobile/h.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_cooling #productHeaders .product__img:before{display:block;content:"";width:100%;padding-top:108.01688%}#x299ROG .s_cooling #productHeaders .product__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:visiable}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_cooling #productHeaders .product__img{background-image:url(../img/cooling/mobile/h@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px){#x299ROG .s_cooling #productHeaders .product__img{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:auto;flex-basis:auto;width:711px;-webkit-transform:translate(-18.9415%);-ms-transform:translate(-18.9415%);transform:translate(-18.9415%);background-image:url(../img/cooling/desktop/h.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_cooling #productHeaders .product__img{background-image:url(../img/cooling/desktop/h@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_cooling #productHeaders .product__nav li:first-child .product__nav__link .product__nav__icon{background-image:url(../img/cooling/icon-mts.png);background-position:50%;background-repeat:no-repeat;background-size:contain}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_cooling #productHeaders .product__nav li:first-child .product__nav__link .product__nav__icon{background-image:url(../img/cooling/icon-mts@2x.png);background-position:50%;background-repeat:no-repeat;background-size:contain}}#x299ROG .s_cooling #productHeaders .product__nav li:first-child .product__nav__link.active .product__nav__icon,#x299ROG .s_cooling #productHeaders .product__nav li:first-child .product__nav__link:hover .product__nav__icon{background-image:url(../img/cooling/icon-mts-active.png);background-position:0 1px;background-repeat:no-repeat;background-size:contain}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_cooling #productHeaders .product__nav li:first-child .product__nav__link.active .product__nav__icon,#x299ROG .s_cooling #productHeaders .product__nav li:first-child .product__nav__link:hover .product__nav__icon{background-image:url(../img/cooling/icon-mts-active@2x.png);background-position:0 1px;background-repeat:no-repeat;background-size:contain}}#x299ROG .s_cooling #productHeaders .product__nav li:nth-child(2) .product__nav__link .product__nav__icon{background-image:url(../img/cooling/icon-4pin.png);background-position:50%;background-repeat:no-repeat;background-size:contain}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_cooling #productHeaders .product__nav li:nth-child(2) .product__nav__link .product__nav__icon{background-image:url(../img/cooling/icon-4pin@2x.png);background-position:50%;background-repeat:no-repeat;background-size:contain}}#x299ROG .s_cooling #productHeaders .product__nav li:nth-child(2) .product__nav__link.active .product__nav__icon,#x299ROG .s_cooling #productHeaders .product__nav li:nth-child(2) .product__nav__link:hover .product__nav__icon{background-image:url(../img/cooling/icon-4pin-active.png);background-position:0 1px;background-repeat:no-repeat;background-size:contain}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_cooling #productHeaders .product__nav li:nth-child(2) .product__nav__link.active .product__nav__icon,#x299ROG .s_cooling #productHeaders .product__nav li:nth-child(2) .product__nav__link:hover .product__nav__icon{background-image:url(../img/cooling/icon-4pin-active@2x.png);background-position:0 1px;background-repeat:no-repeat;background-size:contain}}#x299ROG .s_cooling #productHeaders .product__nav li:nth-child(3) .product__nav__link .product__nav__icon{border:2px solid #fff;background-image:url(../img/cooling/icon-4pin.png);background-position:50%;background-repeat:no-repeat;background-size:contain}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_cooling #productHeaders .product__nav li:nth-child(3) .product__nav__link .product__nav__icon{background-image:url(../img/cooling/icon-4pin@2x.png);background-position:50%;background-repeat:no-repeat;background-size:contain}}#x299ROG .s_cooling #productHeaders .product__nav li:nth-child(3) .product__nav__link.active .product__nav__icon,#x299ROG .s_cooling #productHeaders .product__nav li:nth-child(3) .product__nav__link:hover .product__nav__icon{background-image:url(../img/cooling/icon-4pin-active.png);background-position:0 1px;background-repeat:no-repeat;background-size:contain}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_cooling #productHeaders .product__nav li:nth-child(3) .product__nav__link.active .product__nav__icon,#x299ROG .s_cooling #productHeaders .product__nav li:nth-child(3) .product__nav__link:hover .product__nav__icon{background-image:url(../img/cooling/icon-4pin-active@2x.png);background-position:0 1px;background-repeat:no-repeat;background-size:contain}}#x299ROG .s_cooling #productHeaders .product__nav li:nth-child(4) .product__nav__link .product__nav__icon{background-image:url(../img/cooling/icon-bundled.png);background-position:2px -3px;background-repeat:no-repeat;background-size:contain}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_cooling #productHeaders .product__nav li:nth-child(4) .product__nav__link .product__nav__icon{background-image:url(../img/cooling/icon-bundled@2x.png);background-position:2px -3px;background-repeat:no-repeat;background-size:contain}}#x299ROG .s_cooling #productHeaders .product__nav li:nth-child(4) .product__nav__link.active .product__nav__icon,#x299ROG .s_cooling #productHeaders .product__nav li:nth-child(4) .product__nav__link:hover .product__nav__icon{background-image:url(../img/cooling/icon-bundled-active.png);background-position:2px -2px;background-repeat:no-repeat;background-size:contain}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_cooling #productHeaders .product__nav li:nth-child(4) .product__nav__link.active .product__nav__icon,#x299ROG .s_cooling #productHeaders .product__nav li:nth-child(4) .product__nav__link:hover .product__nav__icon{background-image:url(../img/cooling/icon-bundled-active@2x.png);background-position:2px -2px;background-repeat:no-repeat;background-size:contain}}#x299ROG .s_cooling #productHeaders .product__highlight__item:first-child .product__highlight__icon{position:relative;position:absolute;width:101.82841%;left:0;top:0;background-image:url(../img/cooling/highlight-multiple-temp.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_cooling #productHeaders .product__highlight__item:first-child .product__highlight__icon:before{display:block;content:"";width:100%;padding-top:107.59669%}#x299ROG .s_cooling #productHeaders .product__highlight__item:first-child .product__highlight__icon>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_cooling #productHeaders .product__highlight__item:first-child .product__highlight__icon{background-image:url(../img/cooling/highlight-multiple-temp@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_cooling #productHeaders .product__highlight__item:nth-child(2) .product__highlight__icon{position:relative;position:absolute;width:101.82841%;left:0;top:0;background-image:url(../img/cooling/h-4.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_cooling #productHeaders .product__highlight__item:nth-child(2) .product__highlight__icon:before{display:block;content:"";width:100%;padding-top:107.59669%}#x299ROG .s_cooling #productHeaders .product__highlight__item:nth-child(2) .product__highlight__icon>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_cooling #productHeaders .product__highlight__item:nth-child(2) .product__highlight__icon{background-image:url(../img/cooling/h-4@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_cooling #productHeaders .product__highlight__item:nth-child(3) .product__highlight__icon{position:relative;position:absolute;width:101.82841%;left:0;top:0;background-image:url(../img/cooling/highlight-heatsink-fan.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_cooling #productHeaders .product__highlight__item:nth-child(3) .product__highlight__icon:before{display:block;content:"";width:100%;padding-top:107.59669%}#x299ROG .s_cooling #productHeaders .product__highlight__item:nth-child(3) .product__highlight__icon>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_cooling #productHeaders .product__highlight__item:nth-child(3) .product__highlight__icon{background-image:url(../img/cooling/highlight-heatsink-fan@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_cooling #productHeaders .product__highlight__item:nth-child(4) .product__highlight__icon{position:relative;position:absolute;width:101.82841%;left:0;top:0;background-image:url(../img/cooling/hb.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_cooling #productHeaders .product__highlight__item:nth-child(4) .product__highlight__icon:before{display:block;content:"";width:100%;padding-top:107.59669%}#x299ROG .s_cooling #productHeaders .product__highlight__item:nth-child(4) .product__highlight__icon>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_cooling #productHeaders .product__highlight__item:nth-child(4) .product__highlight__icon{background-image:url(../img/cooling/hb@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_cooling #productHeaders .product__highlight__info .product__highlight__desc:nth-child(4) .product__highlight__desc__img{position:relative;width:216px;background-image:url(../img/cooling/product-bundled.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_cooling #productHeaders .product__highlight__info .product__highlight__desc:nth-child(4) .product__highlight__desc__img:before{display:block;content:"";width:100%;padding-top:73.61111%}#x299ROG .s_cooling #productHeaders .product__highlight__info .product__highlight__desc:nth-child(4) .product__highlight__desc__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_cooling #productHeaders .product__highlight__info .product__highlight__desc:nth-child(4) .product__highlight__desc__img{background-image:url(../img/cooling/product-bundled.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_cooling #productWaterCooling .product__img{position:relative;width:100%;max-width:711px;margin:0 auto;-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0);background-image:url(../img/cooling/mobile/h.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_cooling #productWaterCooling .product__img:before{display:block;content:"";width:100%;padding-top:108.01688%}#x299ROG .s_cooling #productWaterCooling .product__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:visiable}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_cooling #productWaterCooling .product__img{background-image:url(../img/cooling/mobile/h@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px){#x299ROG .s_cooling #productWaterCooling .product__img{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:auto;flex-basis:auto;width:711px;-webkit-transform:translate(-18.9415%);-ms-transform:translate(-18.9415%);transform:translate(-18.9415%);background-image:url(../img/cooling/desktop/h.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_cooling #productWaterCooling .product__img{background-image:url(../img/cooling/desktop/h@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_cooling #productWaterCooling .product__nav li:first-child .product__nav__link .product__nav__icon{background-image:url(../img/cooling/icon-pump.png);background-position:50%;background-repeat:no-repeat;background-size:contain}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_cooling #productWaterCooling .product__nav li:first-child .product__nav__link .product__nav__icon{background-image:url(../img/cooling/icon-pump@2x.png);background-position:50%;background-repeat:no-repeat;background-size:contain}}#x299ROG .s_cooling #productWaterCooling .product__nav li:first-child .product__nav__link.active .product__nav__icon,#x299ROG .s_cooling #productWaterCooling .product__nav li:first-child .product__nav__link:hover .product__nav__icon{background-image:url(../img/cooling/icon-pump-active.png);background-position:0 2px;background-repeat:no-repeat;background-size:contain}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_cooling #productWaterCooling .product__nav li:first-child .product__nav__link.active .product__nav__icon,#x299ROG .s_cooling #productWaterCooling .product__nav li:first-child .product__nav__link:hover .product__nav__icon{background-image:url(../img/cooling/icon-pump-active@2x.png);background-position:0 2px;background-repeat:no-repeat;background-size:contain}}#x299ROG .s_cooling #productWaterCooling .product__nav li:nth-child(2) .product__nav__link .product__nav__icon{background-image:url(../img/cooling/icon-inout.png);background-position:50%;background-repeat:no-repeat;background-size:contain}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_cooling #productWaterCooling .product__nav li:nth-child(2) .product__nav__link .product__nav__icon{background-image:url(../img/cooling/icon-inout@2x.png);background-position:50%;background-repeat:no-repeat;background-size:contain}}#x299ROG .s_cooling #productWaterCooling .product__nav li:nth-child(2) .product__nav__link.active .product__nav__icon,#x299ROG .s_cooling #productWaterCooling .product__nav li:nth-child(2) .product__nav__link:hover .product__nav__icon{background-image:url(../img/cooling/icon-inout-active.png);background-position:0 1px;background-repeat:no-repeat;background-size:contain}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_cooling #productWaterCooling .product__nav li:nth-child(2) .product__nav__link.active .product__nav__icon,#x299ROG .s_cooling #productWaterCooling .product__nav li:nth-child(2) .product__nav__link:hover .product__nav__icon{background-image:url(../img/cooling/icon-inout-active@2x.png);background-position:0 1px;background-repeat:no-repeat;background-size:contain}}#x299ROG .s_cooling #productWaterCooling .product__nav li:nth-child(3) .product__nav__link .product__nav__icon{background-image:url(../img/cooling/icon-flow.png);background-position:50%;background-repeat:no-repeat;background-size:contain}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_cooling #productWaterCooling .product__nav li:nth-child(3) .product__nav__link .product__nav__icon{background-image:url(../img/cooling/icon-flow@2x.png);background-position:50%;background-repeat:no-repeat;background-size:contain}}#x299ROG .s_cooling #productWaterCooling .product__nav li:nth-child(3) .product__nav__link.active .product__nav__icon,#x299ROG .s_cooling #productWaterCooling .product__nav li:nth-child(3) .product__nav__link:hover .product__nav__icon{background-image:url(../img/cooling/icon-flow-active.png);background-position:0 1px;background-repeat:no-repeat;background-size:contain}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_cooling #productWaterCooling .product__nav li:nth-child(3) .product__nav__link.active .product__nav__icon,#x299ROG .s_cooling #productWaterCooling .product__nav li:nth-child(3) .product__nav__link:hover .product__nav__icon{background-image:url(../img/cooling/icon-flow-active@2x.png);background-position:0 1px;background-repeat:no-repeat;background-size:contain}}#x299ROG .s_cooling #productWaterCooling .product__nav li:nth-child(4) .product__nav__link .product__nav__icon{background-image:url(../img/cooling/icon-block.png);background-position:50%;background-repeat:no-repeat;background-size:contain}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_cooling #productWaterCooling .product__nav li:nth-child(4) .product__nav__link .product__nav__icon{background-image:url(../img/cooling/icon-block@2x.png);background-position:50%;background-repeat:no-repeat;background-size:contain}}#x299ROG .s_cooling #productWaterCooling .product__nav li:nth-child(4) .product__nav__link.active .product__nav__icon,#x299ROG .s_cooling #productWaterCooling .product__nav li:nth-child(4) .product__nav__link:hover .product__nav__icon{background-image:url(../img/cooling/icon-block-active.png);background-position:0 1px;background-repeat:no-repeat;background-size:contain}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_cooling #productWaterCooling .product__nav li:nth-child(4) .product__nav__link.active .product__nav__icon,#x299ROG .s_cooling #productWaterCooling .product__nav li:nth-child(4) .product__nav__link:hover .product__nav__icon{background-image:url(../img/cooling/icon-block-active@2x.png);background-position:0 1px;background-repeat:no-repeat;background-size:contain}}#x299ROG .s_cooling #productWaterCooling .product__highlight__item:first-child .product__highlight__icon{position:relative;position:absolute;width:101.82841%;left:0;top:0;background-image:url(../img/cooling/highlight-water-pump.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_cooling #productWaterCooling .product__highlight__item:first-child .product__highlight__icon:before{display:block;content:"";width:100%;padding-top:107.59669%}#x299ROG .s_cooling #productWaterCooling .product__highlight__item:first-child .product__highlight__icon>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_cooling #productWaterCooling .product__highlight__item:first-child .product__highlight__icon{background-image:url(../img/cooling/highlight-water-pump@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_cooling #productWaterCooling .product__highlight__item:nth-child(2) .product__highlight__icon{position:relative;position:absolute;width:101.82841%;left:0;top:0;background-image:url(../img/cooling/w-io.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_cooling #productWaterCooling .product__highlight__item:nth-child(2) .product__highlight__icon:before{display:block;content:"";width:100%;padding-top:107.59669%}#x299ROG .s_cooling #productWaterCooling .product__highlight__item:nth-child(2) .product__highlight__icon>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_cooling #productWaterCooling .product__highlight__item:nth-child(2) .product__highlight__icon{background-image:url(../img/cooling/w-io@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_cooling #productWaterCooling .product__highlight__item:nth-child(3) .product__highlight__icon{position:relative;position:absolute;width:101.82841%;left:0;top:0;background-image:url(../img/cooling/w-f.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_cooling #productWaterCooling .product__highlight__item:nth-child(3) .product__highlight__icon:before{display:block;content:"";width:100%;padding-top:107.59669%}#x299ROG .s_cooling #productWaterCooling .product__highlight__item:nth-child(3) .product__highlight__icon>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_cooling #productWaterCooling .product__highlight__item:nth-child(3) .product__highlight__icon{background-image:url(../img/cooling/w-f@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_cooling #productWaterCooling .product__highlight__item:nth-child(4) .product__highlight__icon{position:relative;position:absolute;width:101.82841%;left:0;top:0;background-image:url(../img/cooling/highlight-water-block.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_cooling #productWaterCooling .product__highlight__item:nth-child(4) .product__highlight__icon:before{display:block;content:"";width:100%;padding-top:107.59669%}#x299ROG .s_cooling #productWaterCooling .product__highlight__item:nth-child(4) .product__highlight__icon>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_cooling #productWaterCooling .product__highlight__item:nth-child(4) .product__highlight__icon{background-image:url(../img/cooling/highlight-water-block@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_cooling #productWaterCooling .product__highlight__info .product__highlight__desc:first-child .product__highlight__desc__img{position:relative;width:158px;background-image:url(../img/cooling/product-pump.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_cooling #productWaterCooling .product__highlight__info .product__highlight__desc:first-child .product__highlight__desc__img:before{display:block;content:"";width:100%;padding-top:82.27848%}#x299ROG .s_cooling #productWaterCooling .product__highlight__info .product__highlight__desc:first-child .product__highlight__desc__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_cooling #productWaterCooling .product__highlight__info .product__highlight__desc:first-child .product__highlight__desc__img{background-image:url(../img/cooling/product-pump.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_cooling #productWaterCooling .product__highlight__info .product__highlight__desc:nth-child(2) .product__highlight__desc__img{position:relative;width:135px;background-image:url(../img/cooling/product-inout.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_cooling #productWaterCooling .product__highlight__info .product__highlight__desc:nth-child(2) .product__highlight__desc__img:before{display:block;content:"";width:100%;padding-top:111.85185%}#x299ROG .s_cooling #productWaterCooling .product__highlight__info .product__highlight__desc:nth-child(2) .product__highlight__desc__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_cooling #productWaterCooling .product__highlight__info .product__highlight__desc:nth-child(2) .product__highlight__desc__img{background-image:url(../img/cooling/product-inout.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_cooling #productWaterCooling .product__highlight__info .product__highlight__desc:nth-child(3) .product__highlight__desc__img{position:relative;width:157px;background-image:url(../img/cooling/product-flow.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_cooling #productWaterCooling .product__highlight__info .product__highlight__desc:nth-child(3) .product__highlight__desc__img:before{display:block;content:"";width:100%;padding-top:66.24204%}#x299ROG .s_cooling #productWaterCooling .product__highlight__info .product__highlight__desc:nth-child(3) .product__highlight__desc__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_cooling #productWaterCooling .product__highlight__info .product__highlight__desc:nth-child(3) .product__highlight__desc__img{background-image:url(../img/cooling/product-flow.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_cooling #productFEC{padding-top:45px;padding-bottom:45px}@media only screen and (min-width:640px){#x299ROG .s_cooling #productFEC{padding-top:50px;padding-bottom:50px}}@media only screen and (min-width:1300px){#x299ROG .s_cooling #productFEC{padding:0}}#x299ROG .s_cooling #productFEC .product__cover{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:30px}@media only screen and (min-width:1300px){#x299ROG .s_cooling #productFEC .product__cover{margin-bottom:0}}#x299ROG .s_cooling #productFEC .product__img{position:relative;width:100%;background-image:url(../img/cooling/mobile/fec-product.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_cooling #productFEC .product__img:before{display:block;content:"";width:100%;padding-top:75.63025%}#x299ROG .s_cooling #productFEC .product__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:visiable}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_cooling #productFEC .product__img{background-image:url(../img/cooling/mobile/fec-product@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px){#x299ROG .s_cooling #productFEC .product__img{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:auto;flex-basis:auto;width:1190px;left:50%;-webkit-transform:translate(-2%);-ms-transform:translate(-2%);transform:translate(-2%);background-image:url(../img/cooling/desktop/fec-product.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_cooling #productFEC .product__img{background-image:url(../img/cooling/desktop/fec-product@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_cooling #productFEC .product__line{position:relative;position:absolute;width:576px;left:-5%;top:50%;-webkit-transform:translateY(-46%);-ms-transform:translateY(-46%);transform:translateY(-46%);background-image:url(../img/cooling/fec-line.png);background-position:0 0;background-repeat:no-repeat;background-size:100%}#x299ROG .s_cooling #productFEC .product__line:before{display:block;content:"";width:100%;padding-top:29.51389%}#x299ROG .s_cooling #productFEC .product__line>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_cooling #productFEC .product__line{background-image:url(../img/cooling/fec-line@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:100%}}#x299ROG .s_cooling #productFEC .product__intro{position:relative;margin-bottom:0}#x299ROG .s_cooling #productFEC .product__intro>.flexCon{width:100%}#x299ROG .s_cooling #productFEC .product__intro .flexCon__item{margin-bottom:0!important}@media only screen and (min-width:1300px){#x299ROG .s_cooling #productFEC .product__intro{position:absolute;height:100%;top:0;left:50%;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%)}}@media only screen and (min-width:1300px){#x299ROG .s_cooling #productFEC .product__info,#x299ROG .s_cooling #productFEC .product__intro .flexCon{height:100%}#x299ROG .s_cooling #productFEC .product__info__mask{position:relative;top:50%;-webkit-transform:translateY(-120%);-ms-transform:translateY(-120%);transform:translateY(-120%)}}#x299ROG .s_cooling #productFEC .product__line__info{position:relative}@media only screen and (min-width:1300px){#x299ROG .s_cooling #productFEC .product__line__info{position:absolute;width:100%;height:100%;top:0}#x299ROG .s_cooling #productFEC .product__line__info__item{position:absolute;width:100%}#x299ROG .s_cooling #productFEC .product__line__info__item:first-child{top:54%}#x299ROG .s_cooling #productFEC .product__line__info__item:nth-child(2){top:58.9%}}#x299ROG .s_overclocking .banner .section__banner__img{background-image:url(../img/overclocking/mobile/banner.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_overclocking .banner .section__banner__img{background-image:url(../img/overclocking/mobile/banner@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px){#x299ROG .s_overclocking .banner .section__banner__img{background-image:url(../img/overclocking/desktop/banner.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_overclocking .banner .section__banner__img{background-image:url(../img/overclocking/desktop/banner@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_overclocking .d-sensing .product__img{position:relative;width:100%;max-width:554px;margin:0 auto;background-image:url(../img/overclocking/mobile/product-ds.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_overclocking .d-sensing .product__img:before{display:block;content:"";width:100%;padding-top:120.39711%}#x299ROG .s_overclocking .d-sensing .product__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_overclocking .d-sensing .product__img{background-image:url(../img/overclocking/mobile/product-ds@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px){#x299ROG .s_overclocking .d-sensing .product__img{background-image:url(../img/overclocking/desktop/product-ds.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_overclocking .d-sensing .product__img{background-image:url(../img/overclocking/desktop/product-ds@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_overclocking #tabAIOC .tab__content__item{position:relative}#x299ROG .s_overclocking #tabAIOC .tab__content__item .product__img{position:relative;width:100%}#x299ROG .s_overclocking #tabAIOC .tab__content__item .product__img:before{display:block;content:"";width:100%;padding-top:78.78788%}#x299ROG .s_overclocking #tabAIOC .tab__content__item .product__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}#x299ROG .s_overclocking #tabAIOC .product__info__desc{margin-bottom:0}#x299ROG .s_overclocking #tabAIOC .intro .flexCon{-webkit-box-align:center;-ms-flex-align:center;align-items:center}#x299ROG .s_overclocking #tabAIOC .intro .tab__info__desc{margin-bottom:0!important;text-align:left}#x299ROG .s_overclocking #tabAIOC .intro .icon__img{margin:0 auto 20px}@media only screen and (min-width:640px){#x299ROG .s_overclocking #tabAIOC .intro .icon__img{margin:0 auto}}#x299ROG .s_overclocking #tabAIOC .intro>.flexCon:first-child{width:100%;max-width:640px;margin:0 auto;padding:20px 0;border:2px solid #fff}@media only screen and (min-width:640px){#x299ROG .s_overclocking #tabAIOC .intro>.flexCon:first-child{padding:30px 20px}}@media only screen and (min-width:1300px){#x299ROG .s_overclocking #tabAIOC .intro>.flexCon:first-child{max-width:1200px;padding:45px 20px}}#x299ROG .s_overclocking #tabAIOC .intro>.flexCon:first-child>.flexCon__item{width:33.3334%;padding:0 20px}#x299ROG .s_overclocking #tabAIOC .intro>.flexCon:first-child>.flexCon__item:nth-child(2){width:100%;padding:30px 20px}@media only screen and (min-width:1300px){#x299ROG .s_overclocking #tabAIOC .intro>.flexCon:first-child>.flexCon__item:nth-child(2){width:94px;padding:20px 0}}#x299ROG .s_overclocking #tabAIOC .intro>.flexCon:first-child>.flexCon__item:first-child,#x299ROG .s_overclocking #tabAIOC .intro>.flexCon:first-child>.flexCon__item:nth-child(3){width:100%}@media only screen and (min-width:1300px){#x299ROG .s_overclocking #tabAIOC .intro>.flexCon:first-child>.flexCon__item:first-child,#x299ROG .s_overclocking #tabAIOC .intro>.flexCon:first-child>.flexCon__item:nth-child(3){width:calc(50% - 47px)}}#x299ROG .s_overclocking #tabAIOC .intro>.flexCon:first-child>.flexCon__item:first-child>.flexCon,#x299ROG .s_overclocking #tabAIOC .intro>.flexCon:first-child>.flexCon__item:nth-child(3)>.flexCon{margin:0 -10px}#x299ROG .s_overclocking #tabAIOC .intro>.flexCon:first-child>.flexCon__item:first-child>.flexCon>.flexCon__item,#x299ROG .s_overclocking #tabAIOC .intro>.flexCon:first-child>.flexCon__item:nth-child(3)>.flexCon>.flexCon__item{padding:0 10px}#x299ROG .s_overclocking #tabAIOC .intro>.flexCon:first-child>.flexCon__item:first-child>.flexCon>.flexCon__item:first-child,#x299ROG .s_overclocking #tabAIOC .intro>.flexCon:first-child>.flexCon__item:nth-child(3)>.flexCon>.flexCon__item:first-child{width:100%}@media only screen and (min-width:640px){#x299ROG .s_overclocking #tabAIOC .intro>.flexCon:first-child>.flexCon__item:first-child>.flexCon>.flexCon__item:first-child,#x299ROG .s_overclocking #tabAIOC .intro>.flexCon:first-child>.flexCon__item:nth-child(3)>.flexCon>.flexCon__item:first-child{width:117px}}#x299ROG .s_overclocking #tabAIOC .intro>.flexCon:first-child>.flexCon__item:first-child>.flexCon>.flexCon__item:nth-child(2),#x299ROG .s_overclocking #tabAIOC .intro>.flexCon:first-child>.flexCon__item:nth-child(3)>.flexCon>.flexCon__item:nth-child(2){width:100%}@media only screen and (min-width:640px){#x299ROG .s_overclocking #tabAIOC .intro>.flexCon:first-child>.flexCon__item:first-child>.flexCon>.flexCon__item:nth-child(2),#x299ROG .s_overclocking #tabAIOC .intro>.flexCon:first-child>.flexCon__item:nth-child(3)>.flexCon>.flexCon__item:nth-child(2){width:calc(100% - 117px)}}#x299ROG .s_overclocking #tabAIOC .intro>.flexCon:nth-child(2){width:100%;max-width:640px;margin:0 auto}@media only screen and (min-width:1300px){#x299ROG .s_overclocking #tabAIOC .intro>.flexCon:nth-child(2){max-width:720px}}#x299ROG .s_overclocking #tabAIOC .intro>.flexCon:nth-child(2)>.flexCon__item{width:100%;padding:0 20px}#x299ROG .s_overclocking #tabAIOC .intro>.flexCon:nth-child(2)>.flexCon__item:first-child{padding-top:20px;padding-bottom:20px}@media only screen and (min-width:1300px){#x299ROG .s_overclocking #tabAIOC .intro>.flexCon:nth-child(2)>.flexCon__item:first-child{padding-top:40px;padding-bottom:40px}}#x299ROG .s_overclocking #tabAIOC .intro>.flexCon:nth-child(2)>.flexCon__item:nth-child(2)>.flexCon{margin:0 -10px}#x299ROG .s_overclocking #tabAIOC .intro>.flexCon:nth-child(2)>.flexCon__item:nth-child(2)>.flexCon>.flexCon__item{padding:0 10px}#x299ROG .s_overclocking #tabAIOC .intro>.flexCon:nth-child(2)>.flexCon__item:nth-child(2)>.flexCon>.flexCon__item:first-child{width:100%}@media only screen and (min-width:640px){#x299ROG .s_overclocking #tabAIOC .intro>.flexCon:nth-child(2)>.flexCon__item:nth-child(2)>.flexCon>.flexCon__item:first-child{width:192px}}#x299ROG .s_overclocking #tabAIOC .intro>.flexCon:nth-child(2)>.flexCon__item:nth-child(2)>.flexCon>.flexCon__item:nth-child(2){width:100%}@media only screen and (min-width:640px){#x299ROG .s_overclocking #tabAIOC .intro>.flexCon:nth-child(2)>.flexCon__item:nth-child(2)>.flexCon>.flexCon__item:nth-child(2){width:calc(100% - 192px)}}#x299ROG .s_overclocking #tabAIOC .intro .intro-cpu .icon__img{position:relative;width:100%;max-width:94px;background-image:url(../img/overclocking/icon-cpu.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_overclocking #tabAIOC .intro .intro-cpu .icon__img:before{display:block;content:"";width:100%;padding-top:102.12766%}#x299ROG .s_overclocking #tabAIOC .intro .intro-cpu .icon__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_overclocking #tabAIOC .intro .intro-cpu .icon__img{background-image:url(../img/overclocking/icon-cpu@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_overclocking #tabAIOC .intro .intro-cooling .icon__img{position:relative;width:100%;max-width:97px;background-image:url(../img/overclocking/icon-cooling.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_overclocking #tabAIOC .intro .intro-cooling .icon__img:before{display:block;content:"";width:100%;padding-top:100%}#x299ROG .s_overclocking #tabAIOC .intro .intro-cooling .icon__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_overclocking #tabAIOC .intro .intro-cooling .icon__img{background-image:url(../img/overclocking/icon-cooling@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_overclocking #tabAIOC .intro .intro-overclocking .icon__img{position:relative;width:100%;max-width:192px;background-image:url(../img/overclocking/icon-overclocking.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_overclocking #tabAIOC .intro .intro-overclocking .icon__img:before{display:block;content:"";width:100%;padding-top:99.47917%}#x299ROG .s_overclocking #tabAIOC .intro .intro-overclocking .icon__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_overclocking #tabAIOC .intro .intro-overclocking .icon__img{background-image:url(../img/overclocking/icon-overclocking@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_overclocking #tabAIOC .intro .intro-plus .icon__img{position:relative;width:100%;max-width:54px;margin-bottom:0!important;background-image:url(../img/overclocking/icon-plus.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_overclocking #tabAIOC .intro .intro-plus .icon__img:before{display:block;content:"";width:100%;padding-top:100%}#x299ROG .s_overclocking #tabAIOC .intro .intro-plus .icon__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_overclocking #tabAIOC .intro .intro-plus .icon__img{background-image:url(../img/overclocking/icon-plus@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_overclocking #tabAIOC .intro .intro-equal .icon__img{position:relative;width:100%;max-width:54px;margin-bottom:0!important;background-image:url(../img/overclocking/icon-equal.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_overclocking #tabAIOC .intro .intro-equal .icon__img:before{display:block;content:"";width:100%;padding-top:100%}#x299ROG .s_overclocking #tabAIOC .intro .intro-equal .icon__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_overclocking #tabAIOC .intro .intro-equal .icon__img{background-image:url(../img/overclocking/icon-equal@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_overclocking #tabAIOC .prediction .product__img{width:100%;background-image:url(../img/overclocking/mobile/product-aioc-1.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_overclocking #tabAIOC .prediction .product__img{background-image:url(../img/overclocking/mobile/product-aioc-1@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px){#x299ROG .s_overclocking #tabAIOC .prediction .product__img{background-image:url(../img/overclocking/desktop/product-aioc-1.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_overclocking #tabAIOC .prediction .product__img{background-image:url(../img/overclocking/desktop/product-aioc-1@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_overclocking #tabAIOC .ao-guide .product__img{position:relative;width:100%;background-image:url(../img/overclocking/mobile/product-aioc-2.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_overclocking #tabAIOC .ao-guide .product__img:before{display:block;content:"";width:100%;padding-top:78%}#x299ROG .s_overclocking #tabAIOC .ao-guide .product__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_overclocking #tabAIOC .ao-guide .product__img{background-image:url(../img/overclocking/mobile/product-aioc-2@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px){#x299ROG .s_overclocking #tabAIOC .ao-guide .product__img{background-image:url(../img/overclocking/desktop/product-aioc-2.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_overclocking #tabAIOC .ao-guide .product__img{background-image:url(../img/overclocking/desktop/product-aioc-2@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_overclocking #tabAIOC .turn .product__img{position:relative;width:100%;background-image:url(../img/overclocking/mobile/product-aioc-3.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_overclocking #tabAIOC .turn .product__img:before{display:block;content:"";width:100%;padding-top:78%}#x299ROG .s_overclocking #tabAIOC .turn .product__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_overclocking #tabAIOC .turn .product__img{background-image:url(../img/overclocking/mobile/product-aioc-3@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px){#x299ROG .s_overclocking #tabAIOC .turn .product__img{background-image:url(../img/overclocking/desktop/product-aioc-3.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_overclocking #tabAIOC .turn .product__img{background-image:url(../img/overclocking/desktop/product-aioc-3@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_overclocking #tabAIOC .oneclick .product__img{width:100%;background-image:url(../img/overclocking/mobile/product-aioc-5.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_overclocking #tabAIOC .oneclick .product__img{background-image:url(../img/overclocking/mobile/product-aioc-5@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px){#x299ROG .s_overclocking #tabAIOC .oneclick .product__img{background-image:url(../img/overclocking/desktop/product-aioc-5.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_overclocking #tabAIOC .oneclick .product__img{background-image:url(../img/overclocking/desktop/product-aioc-5@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_overclocking #tabBIOS .tab__content__item{position:relative}#x299ROG .s_overclocking #tabBIOS .tab__content__item .product__img{position:relative;width:100%}#x299ROG .s_overclocking #tabBIOS .tab__content__item .product__img:before{display:block;content:"";width:100%;padding-top:78.1155%}#x299ROG .s_overclocking #tabBIOS .tab__content__item .product__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}#x299ROG .s_overclocking #tabBIOS .advanced .product__img{background-image:url(../img/overclocking/mobile/product-bios-1.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_overclocking #tabBIOS .advanced .product__img{background-image:url(../img/overclocking/mobile/product-bios-1@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px){#x299ROG .s_overclocking #tabBIOS .advanced .product__img{background-image:url(../img/overclocking/desktop/product-bios-1.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_overclocking #tabBIOS .advanced .product__img{background-image:url(../img/overclocking/desktop/product-bios-1@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_overclocking #tabBIOS .ez .product__img{background-image:url(../img/overclocking/mobile/product-bios-2.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_overclocking #tabBIOS .ez .product__img{background-image:url(../img/overclocking/mobile/product-bios-2@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px){#x299ROG .s_overclocking #tabBIOS .ez .product__img{background-image:url(../img/overclocking/desktop/product-bios-2.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_overclocking #tabBIOS .ez .product__img{background-image:url(../img/overclocking/desktop/product-bios-2@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px){#x299ROG .s_overclocking #tabBIOS .product__info__mask{position:relative;width:100%}#x299ROG .s_overclocking #tabBIOS .product__info__mask:before{display:block;content:"";width:100%;padding-top:71.42857%}#x299ROG .s_overclocking #tabBIOS .product__info__mask>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}#x299ROG .s_overclocking #tabBIOS .product__info__mask>*{overflow-y:auto!important}}#x299ROG .s_overclocking #tabBIOS .product__info__title{margin-bottom:10px;color:var(--x299-red)}#x299ROG .s_overclocking #tabBIOS .product__info__list li{margin-bottom:10px}@media only screen and (min-width:1300px){#x299ROG .s_overclocking #tab5way .flex__col-2>.flexCon__item:first-child{width:60%}#x299ROG .s_overclocking #tab5way .flex__col-2>.flexCon__item:nth-child(2){width:40%}}#x299ROG .s_overclocking #tab5way .tab__content .product__img{position:relative;width:100%}#x299ROG .s_overclocking #tab5way .tab__content .product__img:before{display:block;content:"";width:100%;padding-top:71.21212%}#x299ROG .s_overclocking #tab5way .tab__content .product__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}#x299ROG .s_overclocking #tab5way .product__info__title{color:var(--x299-red)}#x299ROG .s_overclocking #tab5way .tpu .product__img{background-image:url(../img/overclocking/mobile/product-5way-tpu.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_overclocking #tab5way .tpu .product__img{background-image:url(../img/overclocking/mobile/product-5way-tpu@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px){#x299ROG .s_overclocking #tab5way .tpu .product__img{background-image:url(../img/overclocking/desktop/product-5way-tpu.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_overclocking #tab5way .tpu .product__img{background-image:url(../img/overclocking/desktop/product-5way-tpu@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_overclocking #tab5way .epu .product__img{background-image:url(../img/overclocking/mobile/product-5way-epu.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_overclocking #tab5way .epu .product__img{background-image:url(../img/overclocking/mobile/product-5way-epu@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px){#x299ROG .s_overclocking #tab5way .epu .product__img{background-image:url(../img/overclocking/desktop/product-5way-epu.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_overclocking #tab5way .epu .product__img{background-image:url(../img/overclocking/desktop/product-5way-epu@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_overclocking #tab5way .fan-xpert .product__img{background-image:url(../img/overclocking/mobile/product-5way-fan.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_overclocking #tab5way .fan-xpert .product__img{background-image:url(../img/overclocking/mobile/product-5way-fan@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px){#x299ROG .s_overclocking #tab5way .fan-xpert .product__img{background-image:url(../img/overclocking/desktop/product-5way-fan.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_overclocking #tab5way .fan-xpert .product__img{background-image:url(../img/overclocking/desktop/product-5way-fan@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_overclocking #tab5way .digi .product__img{background-image:url(../img/overclocking/mobile/product-5way-digi.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_overclocking #tab5way .digi .product__img{background-image:url(../img/overclocking/mobile/product-5way-digi@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px){#x299ROG .s_overclocking #tab5way .digi .product__img{background-image:url(../img/overclocking/desktop/product-5way-digi.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_overclocking #tab5way .digi .product__img{background-image:url(../img/overclocking/desktop/product-5way-digi@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_overclocking #tab5way .turbo .product__img{background-image:url(../img/overclocking/mobile/product-5way-turbo.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_overclocking #tab5way .turbo .product__img{background-image:url(../img/overclocking/mobile/product-5way-turbo@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px){#x299ROG .s_overclocking #tab5way .turbo .product__img{background-image:url(../img/overclocking/desktop/product-5way-turbo.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_overclocking #tab5way .turbo .product__img{background-image:url(../img/overclocking/desktop/product-5way-turbo@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_connectivity .banner .section__banner__img{background-image:url(../img/connectivity/desktop/banner.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_connectivity .banner .section__banner__img{background-image:url(../img/connectivity/desktop/banner@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px){#x299ROG .s_connectivity .banner .section__banner__img{background-image:url(../img/connectivity/desktop/banner.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_connectivity .banner .section__banner__img{background-image:url(../img/connectivity/desktop/banner@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_connectivity .storage h4.product__info__title{font-family:Roboto,sans-serif;font-weight:700}#x299ROG .s_connectivity .storage .product__intro{margin-bottom:20px}@media only screen and (min-width:1300px){#x299ROG .s_connectivity .storage .product__intro{margin-bottom:60px}}#x299ROG .s_connectivity .storage .product__intro:last-child{margin-bottom:0}#x299ROG .s_connectivity .storage .product__intro .product__info__desc{margin-bottom:0}#x299ROG .s_connectivity .storage .product__img{position:relative;width:100%;margin:0 auto;-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0);background-image:url(../img/connectivity/mobile/product-storage.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_connectivity .storage .product__img:before{display:block;content:"";width:100%;padding-top:125.78512%}#x299ROG .s_connectivity .storage .product__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_connectivity .storage .product__img{background-image:url(../img/connectivity/mobile/product-storage@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px){#x299ROG .s_connectivity .storage .product__img{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:auto;flex-basis:auto;width:605px;-webkit-transform:translate(-3.80165%);-ms-transform:translate(-3.80165%);transform:translate(-3.80165%);background-image:url(../img/connectivity/desktop/product-storage.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_connectivity .storage .product__img{background-image:url(../img/connectivity/desktop/product-storage@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_connectivity .usb .product__cover{margin-top:-13%}@media only screen and (min-width:640px){#x299ROG .s_connectivity .usb .product__cover{margin-top:-8%}}@media only screen and (min-width:1300px){#x299ROG .s_connectivity .usb .product__cover{margin-top:0}}#x299ROG .s_connectivity .usb .product__img{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:auto;flex-basis:auto;position:relative;width:213.28125%;left:50%;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);background-image:url(../img/connectivity/mobile/product-usb.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_connectivity .usb .product__img:before{display:block;content:"";width:100%;padding-top:35.16484%}#x299ROG .s_connectivity .usb .product__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_connectivity .usb .product__img{background-image:url(../img/connectivity/mobile/product-usb@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:640px){#x299ROG .s_connectivity .usb .product__img{width:1365px}}@media only screen and (min-width:1300px){#x299ROG .s_connectivity .usb .product__img{position:relative;width:2560px;background-image:url(../img/connectivity/desktop/product-usb.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_connectivity .usb .product__img:before{display:block;content:"";width:100%;padding-top:35.15625%}#x299ROG .s_connectivity .usb .product__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_connectivity .usb .product__img{background-image:url(../img/connectivity/desktop/product-usb@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_connectivity .usb .section__info__title{text-align:left}#x299ROG .s_connectivity .usb .product__intro{position:relative;z-index:1}@media only screen and (min-width:1300px){#x299ROG .s_connectivity .usb .product__intro{position:absolute;top:45px;top:50px}}#x299ROG .s_connectivity .usb .product__info__desc{margin-bottom:0}#x299ROG .s_connectivity .networking .flexCon__item{margin-bottom:0!important}#x299ROG .s_connectivity .networking .product__cover{margin-top:-35%}@media only screen and (min-width:640px){#x299ROG .s_connectivity .networking .product__cover{margin-top:-20%}}@media only screen and (min-width:1300px){#x299ROG .s_connectivity .networking .product__cover{margin-top:0}}#x299ROG .s_connectivity .networking .product__img{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:auto;flex-basis:auto;position:relative;width:213.28125%;left:50%;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);background-image:url(../img/connectivity/mobile/product-networking.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_connectivity .networking .product__img:before{display:block;content:"";width:100%;padding-top:35.16484%}#x299ROG .s_connectivity .networking .product__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_connectivity .networking .product__img{background-image:url(../img/connectivity/mobile/product-networking@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:640px){#x299ROG .s_connectivity .networking .product__img{width:1365px}}@media only screen and (min-width:1300px){#x299ROG .s_connectivity .networking .product__img{position:relative;width:2560px;background-image:url(../img/connectivity/desktop/product-networking.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_connectivity .networking .product__img:before{display:block;content:"";width:100%;padding-top:35.15625%}#x299ROG .s_connectivity .networking .product__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_connectivity .networking .product__img{background-image:url(../img/connectivity/desktop/product-networking@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_connectivity .networking .font__warning{position:relative;width:100%;max-width:640px;margin-bottom:20px;text-align:left;left:50%;bottom:0;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%)}@media only screen and (min-width:640px){#x299ROG .s_connectivity .networking .font__warning{padding:0}}@media only screen and (min-width:1300px){#x299ROG .s_connectivity .networking .font__warning{position:absolute;max-width:1300px;margin-bottom:0;padding:0 20px;bottom:2%;text-align:center;-webkit-transform:translate(-46%);-ms-transform:translate(-46%);transform:translate(-46%)}}#x299ROG .s_connectivity .networking .font__warning-md{display:none}@media only screen and (min-width:1300px){#x299ROG .s_connectivity .networking .font__warning-md{display:block}}#x299ROG .s_connectivity .networking .font__warning-xs{display:block}@media only screen and (min-width:1300px){#x299ROG .s_connectivity .networking .font__warning-xs{display:none}}#x299ROG .s_connectivity .networking .product__intro{position:relative;z-index:1}@media only screen and (min-width:1300px){#x299ROG .s_connectivity .networking .product__intro{position:absolute;top:45px;top:50px}}#x299ROG .s_connectivity .networking .product__info .font__center{text-align:left}@media only screen and (min-width:1300px){#x299ROG .s_connectivity .networking .product__info .font__center{text-align:center}}#x299ROG .s_connectivity .audio{padding-top:45px;padding-bottom:45px}@media only screen and (min-width:640px){#x299ROG .s_connectivity .audio{padding-top:50px;padding-bottom:50px}}@media only screen and (min-width:1300px){#x299ROG .s_connectivity .audio{padding:0}}#x299ROG .s_connectivity .audio .product__cover{display:block!important;margin-top:-15%}@media only screen and (min-width:1300px){#x299ROG .s_connectivity .audio .product__cover{margin-top:0}}#x299ROG .s_connectivity .audio .product__img{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:auto;flex-basis:auto;position:relative;width:213.28125%;left:50%;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);background-image:url(../img/connectivity/mobile/product-audio.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_connectivity .audio .product__img:before{display:block;content:"";width:100%;padding-top:35.16484%}#x299ROG .s_connectivity .audio .product__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_connectivity .audio .product__img{background-image:url(../img/connectivity/mobile/product-audio@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:640px){#x299ROG .s_connectivity .audio .product__img{width:1365px}}@media only screen and (min-width:1300px){#x299ROG .s_connectivity .audio .product__img{position:relative;width:2560px;background-image:url(../img/connectivity/desktop/product-audio.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_connectivity .audio .product__img:before{display:block;content:"";width:100%;padding-top:35.15625%}#x299ROG .s_connectivity .audio .product__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_connectivity .audio .product__img{background-image:url(../img/connectivity/desktop/product-audio@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_connectivity .audio .product__intro{display:block;position:relative;z-index:1}@media only screen and (min-width:1300px){#x299ROG .s_connectivity .audio .product__intro{position:absolute;top:45px;left:50%;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);top:50px}}#x299ROG .s_connectivity .audio .section__info__title{text-align:left}@media only screen and (min-width:640px){#x299ROG .s_connectivity .audio .section__info__title{text-align:center}}#x299ROG .s_connectivity .audio .section__info__desc{margin-bottom:30px}#x299ROG .s_connectivity .audio .section__info__desc p{text-align:left}@media only screen and (min-width:640px){#x299ROG .s_connectivity .audio .section__info__desc p{text-align:center}}#x299ROG .s_connectivity .audio .product__nav{display:block;text-align:center;padding:0;margin:0 0 30px}#x299ROG .s_connectivity .audio .product__nav__list{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:auto;margin:0 -15px}@media only screen and (min-width:640px){#x299ROG .s_connectivity .audio .product__nav__list{width:100%;margin:0}}#x299ROG .s_connectivity .audio .product__nav__list li{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:auto;flex-basis:auto;width:auto!important;height:100%;padding:0 15px;margin-bottom:0}@media only screen and (min-width:640px){#x299ROG .s_connectivity .audio .product__nav__list li{padding:0 22.5px}}#x299ROG .s_connectivity .audio .product__nav__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;height:100%}#x299ROG .s_connectivity .audio .product__highlight__item:first-child .product__highlight__icon{position:relative;width:11.99219%;left:50%;bottom:2%;-webkit-transform:translate(-200%);-ms-transform:translate(-200%);transform:translate(-200%);background-image:url(../img/connectivity/highlight-audio-led.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_connectivity .audio .product__highlight__item:first-child .product__highlight__icon:before{display:block;content:"";width:100%;padding-top:100%}#x299ROG .s_connectivity .audio .product__highlight__item:first-child .product__highlight__icon>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_connectivity .audio .product__highlight__item:first-child .product__highlight__icon{background-image:url(../img/connectivity/highlight-audio-led.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_connectivity .audio .product__highlight__item:nth-child(2) .product__highlight__icon{position:relative;width:7.57812%;left:50%;bottom:15%;-webkit-transform:translate(78%);-ms-transform:translate(78%);transform:translate(78%);background-image:url(../img/connectivity/highlight-audio-ess.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_connectivity .audio .product__highlight__item:nth-child(2) .product__highlight__icon:before{display:block;content:"";width:100%;padding-top:100%}#x299ROG .s_connectivity .audio .product__highlight__item:nth-child(2) .product__highlight__icon>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_connectivity .audio .product__highlight__item:nth-child(2) .product__highlight__icon{background-image:url(../img/connectivity/highlight-audio-ess.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_connectivity .audio .product__highlight__item:nth-child(3) .product__highlight__icon{position:relative;width:7.61719%;left:50%;bottom:12%;-webkit-transform:translate(108%);-ms-transform:translate(108%);transform:translate(108%);background-image:url(../img/connectivity/highlight-audio-s1220.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_connectivity .audio .product__highlight__item:nth-child(3) .product__highlight__icon:before{display:block;content:"";width:100%;padding-top:100%}#x299ROG .s_connectivity .audio .product__highlight__item:nth-child(3) .product__highlight__icon>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_connectivity .audio .product__highlight__item:nth-child(3) .product__highlight__icon{background-image:url(../img/connectivity/highlight-audio-s1220.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_connectivity .audio .product__highlight__item:nth-child(4) .product__highlight__icon{position:relative;width:8.24219%;left:50%;bottom:10%;-webkit-transform:translate(186%);-ms-transform:translate(186%);transform:translate(186%);background-image:url(../img/connectivity/highlight-audio-switching.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_connectivity .audio .product__highlight__item:nth-child(4) .product__highlight__icon:before{display:block;content:"";width:100%;padding-top:100%}#x299ROG .s_connectivity .audio .product__highlight__item:nth-child(4) .product__highlight__icon>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_connectivity .audio .product__highlight__item:nth-child(4) .product__highlight__icon{background-image:url(../img/connectivity/highlight-audio-switching.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_connectivity .audio .product__highlight__item:nth-child(5) .product__highlight__icon{position:relative}#x299ROG .s_connectivity .audio .product__highlight__item:nth-child(5) .product__highlight__icon:before{display:block;content:"";width:100%;padding-top:100%}#x299ROG .s_connectivity .audio .product__highlight__item:nth-child(5) .product__highlight__icon>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}#x299ROG .s_connectivity .audio .product__highlight__item:nth-child(5) .product__highlight__icon:first-child{width:5.85938%;left:50%;bottom:14%;-webkit-transform:translate(86%);-ms-transform:translate(86%);transform:translate(86%);background-image:url(../img/connectivity/highlight-audio-nichicon-1.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_connectivity .audio .product__highlight__item:nth-child(5) .product__highlight__icon:first-child{background-image:url(../img/connectivity/highlight-audio-nichicon-1.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_connectivity .audio .product__highlight__item:nth-child(5) .product__highlight__icon:nth-child(2){width:9.53125%;left:50%;bottom:10%;-webkit-transform:translate(160%);-ms-transform:translate(160%);transform:translate(160%);background-image:url(../img/connectivity/highlight-audio-nichicon-2.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_connectivity .audio .product__highlight__item:nth-child(5) .product__highlight__icon:nth-child(2){background-image:url(../img/connectivity/highlight-audio-nichicon-2.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_connectivity .audio .product__highlight__info{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0}#x299ROG .s_connectivity .audio .product__highlight__info.d-none{display:none}@media only screen and (min-width:1300px){#x299ROG .s_connectivity .audio .product__highlight__info.d-none{display:-webkit-box;display:-ms-flexbox;display:flex}}#x299ROG .s_connectivity .audio .product__highlight__info.d-lg-none{display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (min-width:1300px){#x299ROG .s_connectivity .audio .product__highlight__info.d-lg-none{display:none}}@media only screen and (min-width:1300px){#x299ROG .s_connectivity .audio .product__highlight__info{-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin:0 -22.5px}}@media only screen and (min-width:1300px){#x299ROG .s_connectivity .audio .product__highlight__info .product__highlight__desc:first-child{-webkit-transform:translate(-6%);-ms-transform:translate(-6%);transform:translate(-6%)}}@media only screen and (min-width:1300px){#x299ROG .s_connectivity .audio .product__highlight__info .product__highlight__desc:nth-child(2){-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0)}}@media only screen and (min-width:1300px){#x299ROG .s_connectivity .audio .product__highlight__info .product__highlight__desc:nth-child(3){-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0)}}@media only screen and (min-width:1300px){#x299ROG .s_connectivity .audio .product__highlight__info .product__highlight__desc:nth-child(4){-webkit-transform:translate(2%);-ms-transform:translate(2%);transform:translate(2%)}}@media only screen and (min-width:1300px){#x299ROG .s_connectivity .audio .product__highlight__info .product__highlight__desc:nth-child(5){-webkit-transform:translate(6%);-ms-transform:translate(6%);transform:translate(6%)}}#x299ROG .s_connectivity .audio .product__highlight__desc{display:none;width:100%;padding:0 15px}#x299ROG .s_connectivity .audio .product__highlight__desc.active{display:block}#x299ROG .s_connectivity .audio .product__highlight__desc.active p,#x299ROG .s_connectivity .audio .product__highlight__desc p{opacity:1}@media only screen and (min-width:1300px){#x299ROG .s_connectivity .audio .product__highlight__desc p{opacity:0}}@media only screen and (min-width:640px){#x299ROG .s_connectivity .audio .product__highlight__desc{padding:0 22.5px}}@media only screen and (min-width:1300px){#x299ROG .s_connectivity .audio .product__highlight__desc{display:block;width:25%;text-align:center}#x299ROG .s_connectivity .audio .product__highlight__desc.active{display:block}}#x299ROG .s_connectivity .node .product__cover{display:block!important}#x299ROG .s_connectivity .node .product__img{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:auto;flex-basis:auto;position:relative;width:1365px;left:50%;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);background-image:url(../img/connectivity/mobile/product-node.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_connectivity .node .product__img:before{display:block;content:"";width:100%;padding-top:35.16484%}#x299ROG .s_connectivity .node .product__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_connectivity .node .product__img{background-image:url(../img/connectivity/mobile/product-node@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:640px){#x299ROG .s_connectivity .node .product__img{width:1365px}}@media only screen and (min-width:1300px){#x299ROG .s_connectivity .node .product__img{position:relative;width:2560px;background-image:url(../img/connectivity/desktop/product-node.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_connectivity .node .product__img:before{display:block;content:"";width:100%;padding-top:35.15625%}#x299ROG .s_connectivity .node .product__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_connectivity .node .product__img{background-image:url(../img/connectivity/desktop/product-node@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_connectivity .node .product__intro{position:absolute;top:30px;padding:0 20px;z-index:1}@media only screen and (min-width:640px){#x299ROG .s_connectivity .node .product__intro{position:absolute;width:100%;top:45px;left:50%;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%)}}@media only screen and (min-width:1300px){#x299ROG .s_connectivity .node .product__intro{top:50px;max-width:900px}}#x299ROG .s_connectivity .node .section__info__title{text-align:left}@media only screen and (min-width:640px){#x299ROG .s_connectivity .node .product__info__desc,#x299ROG .s_connectivity .node .section__info__title{text-align:center}}#x299ROG .s_connectivity .node .product__info__icon{position:relative;width:18.75%;margin-bottom:10px;background-image:url(../img/connectivity/icon-node.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_connectivity .node .product__info__icon:before{display:block;content:"";width:100%;padding-top:97.11538%}#x299ROG .s_connectivity .node .product__info__icon>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (min-width:640px){#x299ROG .s_connectivity .node .product__info__icon{margin:0 auto 20px}}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_connectivity .node .product__info__icon{background-image:url(../img/connectivity/icon-node@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:640px){#x299ROG .s_connectivity .node .product__info__icon{width:104px}}@-webkit-keyframes KeyStarryNight{0%{opacity:.2}30%{opacity:1}70%{opacity:1}to{opacity:.2}}@keyframes KeyStarryNight{0%{opacity:.2}30%{opacity:1}70%{opacity:1}to{opacity:.2}}#x299ROG .board .color-area.starryNightFilter .color-area__split{display:block!important}#x299ROG .board .color-area.starryNightFilter .color-area__split:first-child{background-color:#500!important}#x299ROG .board .color-area.starryNightFilter .color-area__split:nth-child(2){-webkit-animation:breathing 4.15s infinite;animation:breathing 4.15s infinite}#x299ROG .board .color-area.starryNightFilter .color-area__split:nth-child(3){-webkit-animation:breathing 3s infinite;animation:breathing 3s infinite}#x299ROG .board .color-area.starryNightFilter .color-area__split:nth-child(4){-webkit-animation:breathing 3s infinite;animation:breathing 3s infinite}#x299ROG .board .color-area.starryNightFilter .color-area__split:nth-child(5){-webkit-animation:breathing 2s -1s infinite;animation:breathing 2s -1s infinite}#x299ROG .board .color-area.starryNightFilter .color-area__split:nth-child(6){-webkit-animation:breathing 3s infinite;animation:breathing 3s infinite}#x299ROG .board .color-area.starryNightFilter .color-area__split:nth-child(7){-webkit-animation:breathing 2.75s infinite;animation:breathing 2.75s infinite}#x299ROG .board .color-area.starryNightFilter .color-area__split:nth-child(8){-webkit-animation:breathing 4s infinite;animation:breathing 4s infinite}#x299ROG .header__a .color-area.starryNightFilter{background-color:rgba(0,0,0,0)!important}#x299ROG .header__a .color-area.starryNightFilter .color-area__split{display:block!important;background-color:#e2001d!important}#x299ROG .header__a .color-area.starryNightFilter .color-area__split:first-child{background-color:#500!important}#x299ROG .header__a .color-area.starryNightFilter .color-area__split:nth-child(2){-webkit-animation:breathing 3.5s infinite;animation:breathing 3.5s infinite}#x299ROG .header__a .color-area.starryNightFilter .color-area__split:nth-child(3){-webkit-animation:breathing 3.5s infinite;animation:breathing 3.5s infinite}#x299ROG .header__a .color-area.starryNightFilter .color-area__split:nth-child(4){background-color:#500!important}#x299ROG .header__a .color-area.starryNightFilter .color-area__split:nth-child(5){-webkit-animation:breathing 4s infinite;animation:breathing 4s infinite}#x299ROG .header__a .color-area.starryNightFilter .color-area__split:nth-child(6){-webkit-animation:breathing 4s infinite;animation:breathing 4s infinite}#x299ROG .header__a .color-area.starryNightFilter .color-area__split:nth-child(7){background-color:#500!important}#x299ROG .header__a .color-area.starryNightFilter .color-area__split:nth-child(8){-webkit-animation:breathing 3s infinite;animation:breathing 3s infinite}#x299ROG .header__a .color-area.starryNightFilter .color-area__split:nth-child(9){-webkit-animation:breathing 3s infinite;animation:breathing 3s infinite}#x299ROG .header__b .color-area.starryNightFilter{background-color:#e2001d!important;-webkit-animation:flashStrobing 5s infinite;animation:flashStrobing 5s infinite}@-webkit-keyframes KeyRainbow{0%{background-position-y:0}to{background-position-y:-200%}}@keyframes KeyRainbow{0%{background-position-y:0}to{background-position-y:-200%}}@-webkit-keyframes HeaderA_KeyRainbow{0%{background-position-x:0}to{background-position-x:-200%}}@keyframes HeaderA_KeyRainbow{0%{background-position-x:0}to{background-position-x:-200%}}#x299ROG .rainbowFilter{background:-webkit-gradient(linear,left top,left bottom,from(#fd118d),color-stop(#fc0613),color-stop(#fe580e),color-stop(#ffd832),color-stop(#d0f945),color-stop(#53fe3d),color-stop(#2ffe3e),color-stop(#2cfea7),color-stop(#23f6ff),color-stop(#007dfb),color-stop(#0023f9),color-stop(#6a1cfb),color-stop(#f01cfa),color-stop(#fd118d),color-stop(#fc0613),color-stop(#fe580e),color-stop(#ffd832),color-stop(#d0f945),color-stop(#53fe3d),color-stop(#2ffe3e),color-stop(#2cfea7),color-stop(#23f6ff),color-stop(#007dfb),color-stop(#0023f9),color-stop(#6a1cfb),color-stop(#f01cfa),to(#fd118d))!important;background:linear-gradient(180deg,#fd118d,#fc0613,#fe580e,#ffd832,#d0f945,#53fe3d,#2ffe3e,#2cfea7,#23f6ff,#007dfb,#0023f9,#6a1cfb,#f01cfa,#fd118d,#fc0613,#fe580e,#ffd832,#d0f945,#53fe3d,#2ffe3e,#2cfea7,#23f6ff,#007dfb,#0023f9,#6a1cfb,#f01cfa,#fd118d)!important;background-size:100% 400%!important;background-position:0 0!important;-webkit-animation:KeyRainbow 15s linear infinite;animation:KeyRainbow 15s linear infinite}#x299ROG .header__a .color-area.rainbowFilter{background:-webkit-gradient(linear,left top,right top,from(#fd118d),color-stop(#fc0613),color-stop(#fe580e),color-stop(#ffd832),color-stop(#d0f945),color-stop(#53fe3d),color-stop(#2ffe3e),color-stop(#2cfea7),color-stop(#23f6ff),color-stop(#007dfb),color-stop(#0023f9),color-stop(#6a1cfb),color-stop(#f01cfa),color-stop(#fd118d),color-stop(#fc0613),color-stop(#fe580e),color-stop(#ffd832),color-stop(#d0f945),color-stop(#53fe3d),color-stop(#2ffe3e),color-stop(#2cfea7),color-stop(#23f6ff),color-stop(#007dfb),color-stop(#0023f9),color-stop(#6a1cfb),color-stop(#f01cfa),to(#fd118d))!important;background:linear-gradient(90deg,#fd118d,#fc0613,#fe580e,#ffd832,#d0f945,#53fe3d,#2ffe3e,#2cfea7,#23f6ff,#007dfb,#0023f9,#6a1cfb,#f01cfa,#fd118d,#fc0613,#fe580e,#ffd832,#d0f945,#53fe3d,#2ffe3e,#2cfea7,#23f6ff,#007dfb,#0023f9,#6a1cfb,#f01cfa,#fd118d)!important;background-size:400% 100%!important;background-position:0 0!important;-webkit-animation:HeaderA_KeyRainbow 15s linear infinite;animation:HeaderA_KeyRainbow 15s linear infinite}#x299ROG .header__b .color-area.rainbowFilter{-webkit-animation:KeyCycle 10s linear infinite;animation:KeyCycle 10s linear infinite}#x299ROG .staticFilter{opacity:0;-webkit-animation:KeyStatic 3s linear;animation:KeyStatic 3s linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes KeyStatic{0%{opacity:0}30%{opacity:1}to{opacity:1}}@keyframes KeyStatic{0%{opacity:0}30%{opacity:1}to{opacity:1}}#x299ROG .strobingFilter{opacity:0;-webkit-animation:KeyStrobing 1.5s ease-in infinite;animation:KeyStrobing 1.5s ease-in infinite}@-webkit-keyframes KeyStrobing{0%{display:block;opacity:0}20%{display:block;opacity:1}65%{display:block;opacity:1}to{display:block;opacity:0}}@keyframes KeyStrobing{0%{display:block;opacity:0}20%{display:block;opacity:1}65%{display:block;opacity:1}to{display:block;opacity:0}}#x299ROG .breathingFilter{opacity:0;-webkit-animation:KeyBreathing 4s linear infinite;animation:KeyBreathing 4s linear infinite}@-webkit-keyframes breathing{0%{opacity:1}50%{opacity:0}}@keyframes breathing{0%{opacity:1}50%{opacity:0}}@-webkit-keyframes KeyBreathing{0%{opacity:0}30%{opacity:1}70%{opacity:1}to{opacity:0}}@keyframes KeyBreathing{0%{opacity:0}30%{opacity:1}70%{opacity:1}to{opacity:0}}#x299ROG .musicFilter{-webkit-animation:music 3s ease 0s infinite normal none running,cycle 8s ease 0s infinite normal none running;animation:music 3s ease 0s infinite normal none running,cycle 8s ease 0s infinite normal none running}@-webkit-keyframes music{0%{opacity:1}10%{opacity:.3}40%{opacity:1}60%{opacity:.3}70%{opacity:1}to{opacity:.3}}@keyframes music{0%{opacity:1}10%{opacity:.3}40%{opacity:1}60%{opacity:.3}70%{opacity:1}to{opacity:.3}}@-webkit-keyframes KeyMusic{0%{-webkit-filter:brightness(1);filter:brightness(1);opacity:1;background:#fc0613}8.3%{background:#fd118d}16.6%{background:#6a1cfb}24.9%{background:#0023f9}30%{opacity:1}31%{opacity:0}32%{opacity:1;-webkit-filter:brightness(1);filter:brightness(1)}33.2%{opacity:1;-webkit-filter:brightness(2);filter:brightness(2);background:#007dfb}35%{-webkit-filter:brightness(1);filter:brightness(1)}41.5%{background:#23f6ff}49.8%{background:#2cfea7}58.1%{background:#2ffe3e}66.4%{background:#53fe3d}67%{opacity:1}68%{opacity:0}69%{opacity:1;-webkit-filter:brightness(1);filter:brightness(1)}70.2%{opacity:1;-webkit-filter:brightness(2);filter:brightness(2)}72.2%{-webkit-filter:brightness(1);filter:brightness(1)}74.7%{background:#d0f945}83.0%{background:#ffd832}91.3%{background:#fe580e}to{opacity:1;background:#fc0613}}@keyframes KeyMusic{0%{-webkit-filter:brightness(1);filter:brightness(1);opacity:1;background:#fc0613}8.3%{background:#fd118d}16.6%{background:#6a1cfb}24.9%{background:#0023f9}30%{opacity:1}31%{opacity:0}32%{opacity:1;-webkit-filter:brightness(1);filter:brightness(1)}33.2%{opacity:1;-webkit-filter:brightness(2);filter:brightness(2);background:#007dfb}35%{-webkit-filter:brightness(1);filter:brightness(1)}41.5%{background:#23f6ff}49.8%{background:#2cfea7}58.1%{background:#2ffe3e}66.4%{background:#53fe3d}67%{opacity:1}68%{opacity:0}69%{opacity:1;-webkit-filter:brightness(1);filter:brightness(1)}70.2%{opacity:1;-webkit-filter:brightness(2);filter:brightness(2)}72.2%{-webkit-filter:brightness(1);filter:brightness(1)}74.7%{background:#d0f945}83.0%{background:#ffd832}91.3%{background:#fe580e}to{opacity:1;background:#fc0613}}#x299ROG .cycleFilter{-webkit-animation:cycle 8s ease 0s infinite normal none running;animation:cycle 8s ease 0s infinite normal none running}@-webkit-keyframes cycle{0%{background-color:red}15%{background-color:orange}30%{background-color:#ff0}45%{background-color:#00cb07}60%{background-color:#07a9ff}75%{background-color:#1044ff}90%{background-color:#a12fd9}to{background-color:red}}@keyframes cycle{0%{background-color:red}15%{background-color:orange}30%{background-color:#ff0}45%{background-color:#00cb07}60%{background-color:#07a9ff}75%{background-color:#1044ff}90%{background-color:#a12fd9}to{background-color:red}}@-webkit-keyframes KeyCycle{0%{background:#fc0613}8.3%{background:#fd118d}16.6%{background:#6a1cfb}24.9%{background:#0023f9}33.2%{background:#007dfb}41.5%{background:#23f6ff}49.8%{background:#2cfea7}58.1%{background:#2ffe3e}66.4%{background:#53fe3d}74.7%{background:#d0f945}83.0%{background:#ffd832}91.3%{background:#fe580e}to{background:#fc0613}}@keyframes KeyCycle{0%{background:#fc0613}8.3%{background:#fd118d}16.6%{background:#6a1cfb}24.9%{background:#0023f9}33.2%{background:#007dfb}41.5%{background:#23f6ff}49.8%{background:#2cfea7}58.1%{background:#2ffe3e}66.4%{background:#53fe3d}74.7%{background:#d0f945}83.0%{background:#ffd832}91.3%{background:#fe580e}to{background:#fc0613}}#x299ROG .smartFilter{animation:KeySmart 6s ease 0s infinite alternate-reverse none running;background:#33d7cf}@-webkit-keyframes KeySmart{0%{background-color:red}30%{background-color:#ff0}60%{background-color:green}90%{background-color:#ff0}}@keyframes KeySmart{0%{background-color:red}30%{background-color:#ff0}60%{background-color:green}90%{background-color:#ff0}}@-webkit-keyframes flashStrobing{2%,12%{opacity:1}0%,4%,11%,13%,to{opacity:.6}}@keyframes flashStrobing{2%,12%{opacity:1}0%,4%,11%,13%,to{opacity:.6}}#x299ROG .s_personalize .banner .section__banner__img{background-image:url(../img/personalize/mobile/banner.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_personalize .banner .section__banner__img{background-image:url(../img/personalize/mobile/banner@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px){#x299ROG .s_personalize .banner .section__banner__img{background-image:url(../img/personalize/desktop/banner.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_personalize .banner .section__banner__img{background-image:url(../img/personalize/desktop/banner@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_personalize .aura .product__cover .color-area{top:50%;left:50%;-webkit-transform:translate(-50%,-50%) scale(.95);-ms-transform:translate(-50%,-50%) scale(.95);transform:translate(-50%,-50%) scale(.95)}@media only screen and (min-width:1300px){#x299ROG .s_personalize .aura .product__cover .color-area{max-width:566px}}#x299ROG .s_personalize .aura .product__img{position:relative;width:100%;background-image:url(../img/personalize/mobile/product-aura.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_personalize .aura .product__img:before{display:block;content:"";width:100%;padding-top:117.84452%}#x299ROG .s_personalize .aura .product__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_personalize .aura .product__img{background-image:url(../img/personalize/mobile/product-aura@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px){#x299ROG .s_personalize .aura .product__img{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:auto;flex-basis:auto;width:566px;background-image:url(../img/personalize/desktop/product-aura.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_personalize .aura .product__img{background-image:url(../img/personalize/desktop/product-aura@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_personalize .aura .tab__intro{padding-top:135px}#x299ROG .s_personalize .aura__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;max-width:640px;margin:0 auto 20px}@media only screen and (min-width:1300px){#x299ROG .s_personalize .aura__nav{max-width:100%;margin:0 -10px 20px}}#x299ROG .s_personalize .aura__nav li{width:33.3334%;padding:0;margin-bottom:20px}@media only screen and (min-width:640px){#x299ROG .s_personalize .aura__nav li{width:25%;padding:0 10px}}#x299ROG .s_personalize .aura__nav li__link{color:#fff}#x299ROG .s_personalize .aura__nav li:first-child .aura__nav__link .aura__nav__link__icon{position:relative;background-image:url(../img/personalize/icon-static.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_personalize .aura__nav li:first-child .aura__nav__link .aura__nav__link__icon:before{display:block;content:"";width:100%;padding-top:100%}#x299ROG .s_personalize .aura__nav li:first-child .aura__nav__link .aura__nav__link__icon>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_personalize .aura__nav li:first-child .aura__nav__link .aura__nav__link__icon{background-image:url(../img/personalize/icon-static@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_personalize .aura__nav li:first-child .aura__nav__link.active .aura__nav__link__icon,#x299ROG .s_personalize .aura__nav li:first-child .aura__nav__link:hover .aura__nav__link__icon{position:relative;background-image:url(../img/personalize/icon-static-active.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_personalize .aura__nav li:first-child .aura__nav__link.active .aura__nav__link__icon:before,#x299ROG .s_personalize .aura__nav li:first-child .aura__nav__link:hover .aura__nav__link__icon:before{display:block;content:"";width:100%;padding-top:100%}#x299ROG .s_personalize .aura__nav li:first-child .aura__nav__link.active .aura__nav__link__icon>*,#x299ROG .s_personalize .aura__nav li:first-child .aura__nav__link:hover .aura__nav__link__icon>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_personalize .aura__nav li:first-child .aura__nav__link.active .aura__nav__link__icon,#x299ROG .s_personalize .aura__nav li:first-child .aura__nav__link:hover .aura__nav__link__icon{background-image:url(../img/personalize/icon-static-active@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_personalize .aura__nav li:nth-child(2) .aura__nav__link .aura__nav__link__icon{position:relative;background-image:url(../img/personalize/icon-breathing.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_personalize .aura__nav li:nth-child(2) .aura__nav__link .aura__nav__link__icon:before{display:block;content:"";width:100%;padding-top:100%}#x299ROG .s_personalize .aura__nav li:nth-child(2) .aura__nav__link .aura__nav__link__icon>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_personalize .aura__nav li:nth-child(2) .aura__nav__link .aura__nav__link__icon{background-image:url(../img/personalize/icon-breathing@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_personalize .aura__nav li:nth-child(2) .aura__nav__link.active .aura__nav__link__icon,#x299ROG .s_personalize .aura__nav li:nth-child(2) .aura__nav__link:hover .aura__nav__link__icon{position:relative;background-image:url(../img/personalize/icon-breathing-active.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_personalize .aura__nav li:nth-child(2) .aura__nav__link.active .aura__nav__link__icon:before,#x299ROG .s_personalize .aura__nav li:nth-child(2) .aura__nav__link:hover .aura__nav__link__icon:before{display:block;content:"";width:100%;padding-top:100%}#x299ROG .s_personalize .aura__nav li:nth-child(2) .aura__nav__link.active .aura__nav__link__icon>*,#x299ROG .s_personalize .aura__nav li:nth-child(2) .aura__nav__link:hover .aura__nav__link__icon>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_personalize .aura__nav li:nth-child(2) .aura__nav__link.active .aura__nav__link__icon,#x299ROG .s_personalize .aura__nav li:nth-child(2) .aura__nav__link:hover .aura__nav__link__icon{background-image:url(../img/personalize/icon-breathing-active@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_personalize .aura__nav li:nth-child(3) .aura__nav__link .aura__nav__link__icon{position:relative;background-image:url(../img/personalize/icon-strobing.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_personalize .aura__nav li:nth-child(3) .aura__nav__link .aura__nav__link__icon:before{display:block;content:"";width:100%;padding-top:100%}#x299ROG .s_personalize .aura__nav li:nth-child(3) .aura__nav__link .aura__nav__link__icon>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_personalize .aura__nav li:nth-child(3) .aura__nav__link .aura__nav__link__icon{background-image:url(../img/personalize/icon-strobing@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_personalize .aura__nav li:nth-child(3) .aura__nav__link.active .aura__nav__link__icon,#x299ROG .s_personalize .aura__nav li:nth-child(3) .aura__nav__link:hover .aura__nav__link__icon{position:relative;background-image:url(../img/personalize/icon-strobing-active.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_personalize .aura__nav li:nth-child(3) .aura__nav__link.active .aura__nav__link__icon:before,#x299ROG .s_personalize .aura__nav li:nth-child(3) .aura__nav__link:hover .aura__nav__link__icon:before{display:block;content:"";width:100%;padding-top:100%}#x299ROG .s_personalize .aura__nav li:nth-child(3) .aura__nav__link.active .aura__nav__link__icon>*,#x299ROG .s_personalize .aura__nav li:nth-child(3) .aura__nav__link:hover .aura__nav__link__icon>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_personalize .aura__nav li:nth-child(3) .aura__nav__link.active .aura__nav__link__icon,#x299ROG .s_personalize .aura__nav li:nth-child(3) .aura__nav__link:hover .aura__nav__link__icon{background-image:url(../img/personalize/icon-strobing-active@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_personalize .aura__nav li:nth-child(4) .aura__nav__link .aura__nav__link__icon{position:relative;background-image:url(../img/personalize/icon-rainbow.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_personalize .aura__nav li:nth-child(4) .aura__nav__link .aura__nav__link__icon:before{display:block;content:"";width:100%;padding-top:100%}#x299ROG .s_personalize .aura__nav li:nth-child(4) .aura__nav__link .aura__nav__link__icon>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_personalize .aura__nav li:nth-child(4) .aura__nav__link .aura__nav__link__icon{background-image:url(../img/personalize/icon-rainbow@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_personalize .aura__nav li:nth-child(4) .aura__nav__link.active .aura__nav__link__icon,#x299ROG .s_personalize .aura__nav li:nth-child(4) .aura__nav__link:hover .aura__nav__link__icon{position:relative;background-image:url(../img/personalize/icon-rainbow-active.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_personalize .aura__nav li:nth-child(4) .aura__nav__link.active .aura__nav__link__icon:before,#x299ROG .s_personalize .aura__nav li:nth-child(4) .aura__nav__link:hover .aura__nav__link__icon:before{display:block;content:"";width:100%;padding-top:100%}#x299ROG .s_personalize .aura__nav li:nth-child(4) .aura__nav__link.active .aura__nav__link__icon>*,#x299ROG .s_personalize .aura__nav li:nth-child(4) .aura__nav__link:hover .aura__nav__link__icon>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_personalize .aura__nav li:nth-child(4) .aura__nav__link.active .aura__nav__link__icon,#x299ROG .s_personalize .aura__nav li:nth-child(4) .aura__nav__link:hover .aura__nav__link__icon{background-image:url(../img/personalize/icon-rainbow-active@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_personalize .aura__nav li:nth-child(5) .aura__nav__link .aura__nav__link__icon{position:relative;background-image:url(../img/personalize/icon-cycle.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_personalize .aura__nav li:nth-child(5) .aura__nav__link .aura__nav__link__icon:before{display:block;content:"";width:100%;padding-top:100%}#x299ROG .s_personalize .aura__nav li:nth-child(5) .aura__nav__link .aura__nav__link__icon>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_personalize .aura__nav li:nth-child(5) .aura__nav__link .aura__nav__link__icon{background-image:url(../img/personalize/icon-cycle@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_personalize .aura__nav li:nth-child(5) .aura__nav__link.active .aura__nav__link__icon,#x299ROG .s_personalize .aura__nav li:nth-child(5) .aura__nav__link:hover .aura__nav__link__icon{position:relative;background-image:url(../img/personalize/icon-cycle-active.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_personalize .aura__nav li:nth-child(5) .aura__nav__link.active .aura__nav__link__icon:before,#x299ROG .s_personalize .aura__nav li:nth-child(5) .aura__nav__link:hover .aura__nav__link__icon:before{display:block;content:"";width:100%;padding-top:100%}#x299ROG .s_personalize .aura__nav li:nth-child(5) .aura__nav__link.active .aura__nav__link__icon>*,#x299ROG .s_personalize .aura__nav li:nth-child(5) .aura__nav__link:hover .aura__nav__link__icon>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_personalize .aura__nav li:nth-child(5) .aura__nav__link.active .aura__nav__link__icon,#x299ROG .s_personalize .aura__nav li:nth-child(5) .aura__nav__link:hover .aura__nav__link__icon{background-image:url(../img/personalize/icon-cycle-active@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_personalize .aura__nav li:nth-child(6) .aura__nav__link .aura__nav__link__icon{position:relative;background-image:url(../img/personalize/icon-night.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_personalize .aura__nav li:nth-child(6) .aura__nav__link .aura__nav__link__icon:before{display:block;content:"";width:100%;padding-top:100%}#x299ROG .s_personalize .aura__nav li:nth-child(6) .aura__nav__link .aura__nav__link__icon>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_personalize .aura__nav li:nth-child(6) .aura__nav__link .aura__nav__link__icon{background-image:url(../img/personalize/icon-night@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_personalize .aura__nav li:nth-child(6) .aura__nav__link.active .aura__nav__link__icon,#x299ROG .s_personalize .aura__nav li:nth-child(6) .aura__nav__link:hover .aura__nav__link__icon{position:relative;background-image:url(../img/personalize/icon-night-active.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_personalize .aura__nav li:nth-child(6) .aura__nav__link.active .aura__nav__link__icon:before,#x299ROG .s_personalize .aura__nav li:nth-child(6) .aura__nav__link:hover .aura__nav__link__icon:before{display:block;content:"";width:100%;padding-top:100%}#x299ROG .s_personalize .aura__nav li:nth-child(6) .aura__nav__link.active .aura__nav__link__icon>*,#x299ROG .s_personalize .aura__nav li:nth-child(6) .aura__nav__link:hover .aura__nav__link__icon>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_personalize .aura__nav li:nth-child(6) .aura__nav__link.active .aura__nav__link__icon,#x299ROG .s_personalize .aura__nav li:nth-child(6) .aura__nav__link:hover .aura__nav__link__icon{background-image:url(../img/personalize/icon-night-active@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_personalize .aura__nav li:nth-child(7) .aura__nav__link .aura__nav__link__icon{position:relative;background-image:url(../img/personalize/icon-music.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_personalize .aura__nav li:nth-child(7) .aura__nav__link .aura__nav__link__icon:before{display:block;content:"";width:100%;padding-top:100%}#x299ROG .s_personalize .aura__nav li:nth-child(7) .aura__nav__link .aura__nav__link__icon>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_personalize .aura__nav li:nth-child(7) .aura__nav__link .aura__nav__link__icon{background-image:url(../img/personalize/icon-music@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_personalize .aura__nav li:nth-child(7) .aura__nav__link.active .aura__nav__link__icon,#x299ROG .s_personalize .aura__nav li:nth-child(7) .aura__nav__link:hover .aura__nav__link__icon{position:relative;background-image:url(../img/personalize/icon-music-active.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_personalize .aura__nav li:nth-child(7) .aura__nav__link.active .aura__nav__link__icon:before,#x299ROG .s_personalize .aura__nav li:nth-child(7) .aura__nav__link:hover .aura__nav__link__icon:before{display:block;content:"";width:100%;padding-top:100%}#x299ROG .s_personalize .aura__nav li:nth-child(7) .aura__nav__link.active .aura__nav__link__icon>*,#x299ROG .s_personalize .aura__nav li:nth-child(7) .aura__nav__link:hover .aura__nav__link__icon>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_personalize .aura__nav li:nth-child(7) .aura__nav__link.active .aura__nav__link__icon,#x299ROG .s_personalize .aura__nav li:nth-child(7) .aura__nav__link:hover .aura__nav__link__icon{background-image:url(../img/personalize/icon-music-active@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_personalize .aura__nav li:nth-child(8) .aura__nav__link .aura__nav__link__icon{position:relative;background-image:url(../img/personalize/icon-smart.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_personalize .aura__nav li:nth-child(8) .aura__nav__link .aura__nav__link__icon:before{display:block;content:"";width:100%;padding-top:100%}#x299ROG .s_personalize .aura__nav li:nth-child(8) .aura__nav__link .aura__nav__link__icon>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_personalize .aura__nav li:nth-child(8) .aura__nav__link .aura__nav__link__icon{background-image:url(../img/personalize/icon-smart@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_personalize .aura__nav li:nth-child(8) .aura__nav__link.active .aura__nav__link__icon,#x299ROG .s_personalize .aura__nav li:nth-child(8) .aura__nav__link:hover .aura__nav__link__icon{position:relative;background-image:url(../img/personalize/icon-smart-active.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_personalize .aura__nav li:nth-child(8) .aura__nav__link.active .aura__nav__link__icon:before,#x299ROG .s_personalize .aura__nav li:nth-child(8) .aura__nav__link:hover .aura__nav__link__icon:before{display:block;content:"";width:100%;padding-top:100%}#x299ROG .s_personalize .aura__nav li:nth-child(8) .aura__nav__link.active .aura__nav__link__icon>*,#x299ROG .s_personalize .aura__nav li:nth-child(8) .aura__nav__link:hover .aura__nav__link__icon>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_personalize .aura__nav li:nth-child(8) .aura__nav__link.active .aura__nav__link__icon,#x299ROG .s_personalize .aura__nav li:nth-child(8) .aura__nav__link:hover .aura__nav__link__icon{background-image:url(../img/personalize/icon-smart-active@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_personalize .aura__nav__link__icon{display:block;position:relative;width:100%;max-width:54px;margin:0 auto 15px}#x299ROG .s_personalize .aura__nav__link__icon:before{display:block;content:"";width:100%;padding-top:100%}#x299ROG .s_personalize .aura__nav__link__icon>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}#x299ROG .s_personalize .aura__nav__link__text{text-align:center;font-weight:700}#x299ROG .s_personalize .aura__highlight{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;width:100%;max-width:640px;margin:0 auto}@media only screen and (min-width:640px){#x299ROG .s_personalize .aura__highlight{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media only screen and (min-width:1300px){#x299ROG .s_personalize .aura__highlight{max-width:100%;margin:0 -15px}}#x299ROG .s_personalize .aura__highlight>.flexCon__item{padding:0 15px;width:100%}@media only screen and (min-width:640px){#x299ROG .s_personalize .aura__highlight>.flexCon__item:first-child{width:calc(100% - 150px)}#x299ROG .s_personalize .aura__highlight>.flexCon__item:nth-child(2){width:150px}}#x299ROG .s_personalize .aura__highlight .aura__header{margin-bottom:15px}#x299ROG .s_personalize .aura__highlight .aura__header__desc{-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-bottom:10px}#x299ROG .s_personalize .aura__highlight .aura__header__cover{position:relative;width:100%;-webkit-transform:translate(-5px);-ms-transform:translate(-5px);transform:translate(-5px)}@media only screen and (min-width:640px){#x299ROG .s_personalize .aura__highlight .aura__header__cover{max-width:337px}}#x299ROG .s_personalize .aura__highlight .aura__header:first-child .color-area{-webkit-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95)}#x299ROG .s_personalize .aura__highlight .aura__header:first-child .color-area__split{display:none;position:absolute;width:9%;height:100%}#x299ROG .s_personalize .aura__highlight .aura__header:first-child .color-area__split:first-child{width:100%;height:100%}#x299ROG .s_personalize .aura__highlight .aura__header:first-child .color-area__split:nth-child(2){left:0}#x299ROG .s_personalize .aura__highlight .aura__header:first-child .color-area__split:nth-child(3){left:9%}#x299ROG .s_personalize .aura__highlight .aura__header:first-child .color-area__split:nth-child(4){left:27%}#x299ROG .s_personalize .aura__highlight .aura__header:first-child .color-area__split:nth-child(5){left:43%}#x299ROG .s_personalize .aura__highlight .aura__header:first-child .color-area__split:nth-child(6){left:54%}#x299ROG .s_personalize .aura__highlight .aura__header:first-child .color-area__split:nth-child(7){left:69%}#x299ROG .s_personalize .aura__highlight .aura__header:first-child .color-area__split:nth-child(8){left:82%}#x299ROG .s_personalize .aura__highlight .aura__header:first-child .color-area__split:nth-child(9){left:93%}#x299ROG .s_personalize .aura__highlight .aura__header:first-child .aura__header__img{position:relative;width:100%;background-image:url(../img/personalize/aura-header-a.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_personalize .aura__highlight .aura__header:first-child .aura__header__img:before{display:block;content:"";width:100%;padding-top:8.01187%}#x299ROG .s_personalize .aura__highlight .aura__header:first-child .aura__header__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_personalize .aura__highlight .aura__header:first-child .aura__header__img{background-image:url(../img/personalize/aura-header-a.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_personalize .aura__highlight .aura__header:nth-child(2) .color-area{-webkit-transform:translate(1%) scale(.95);-ms-transform:translate(1%) scale(.95);transform:translate(1%) scale(.95)}#x299ROG .s_personalize .aura__highlight .aura__header:nth-child(2) .aura__header__img{position:relative;width:100%;background-image:url(../img/personalize/aura-header-b.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_personalize .aura__highlight .aura__header:nth-child(2) .aura__header__img:before{display:block;content:"";width:100%;padding-top:8.90208%}#x299ROG .s_personalize .aura__highlight .aura__header:nth-child(2) .aura__header__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_personalize .aura__highlight .aura__header:nth-child(2) .aura__header__img{background-image:url(../img/personalize/aura-header-b.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_personalize .aura .color-area{position:absolute;width:100%;height:100%;background-color:#e2001d}#x299ROG .s_personalize .aura .board .color-area__split{display:none}#x299ROG .s_personalize .aura .board .color-area__split:first-child{position:absolute;width:100%;height:100%}#x299ROG .s_personalize .aura .board .color-area__split:nth-child(2){position:relative;position:absolute;width:25%;top:11%;left:0;background:radial-gradient(circle,red,red,#900,#500,rgba(0,0,0,0))}#x299ROG .s_personalize .aura .board .color-area__split:nth-child(2):before{display:block;content:"";width:100%;padding-top:100%}#x299ROG .s_personalize .aura .board .color-area__split:nth-child(2)>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}#x299ROG .s_personalize .aura .board .color-area__split:nth-child(3){position:relative;position:absolute;width:50%;bottom:13%;right:13%;background:radial-gradient(circle,red,red,#900,#500,rgba(0,0,0,0))}#x299ROG .s_personalize .aura .board .color-area__split:nth-child(3):before{display:block;content:"";width:100%;padding-top:100%}#x299ROG .s_personalize .aura .board .color-area__split:nth-child(3)>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}#x299ROG .s_personalize .aura .board .color-area__split:nth-child(4){position:relative;position:absolute;width:52%;right:5%;bottom:9%;background:radial-gradient(circle,red,red,#900,rgba(0,0,0,0))}#x299ROG .s_personalize .aura .board .color-area__split:nth-child(4):before{display:block;content:"";width:100%;padding-top:100%}#x299ROG .s_personalize .aura .board .color-area__split:nth-child(4)>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}#x299ROG .s_personalize .aura .board .color-area__split:nth-child(5){position:relative;position:absolute;width:18%;right:-1%;top:0;background:radial-gradient(circle,red,red,#900,#500,rgba(0,0,0,0))}#x299ROG .s_personalize .aura .board .color-area__split:nth-child(5):before{display:block;content:"";width:100%;padding-top:100%}#x299ROG .s_personalize .aura .board .color-area__split:nth-child(5)>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}#x299ROG .s_personalize .aura .board .color-area__split:nth-child(6){position:relative;position:absolute;width:18%;right:-1%;top:18%;background:radial-gradient(circle,red,red,#900,#500,rgba(0,0,0,0))}#x299ROG .s_personalize .aura .board .color-area__split:nth-child(6):before{display:block;content:"";width:100%;padding-top:200%}#x299ROG .s_personalize .aura .board .color-area__split:nth-child(6)>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}#x299ROG .s_personalize .aura .board .color-area__split:nth-child(7){position:relative;position:absolute;width:18%;right:-1%;top:50%;background:radial-gradient(circle,red,red,#900,#500,rgba(0,0,0,0))}#x299ROG .s_personalize .aura .board .color-area__split:nth-child(7):before{display:block;content:"";width:100%;padding-top:100%}#x299ROG .s_personalize .aura .board .color-area__split:nth-child(7)>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}#x299ROG .s_personalize .aura .board .color-area__split:nth-child(8){position:relative;position:absolute;width:18%;right:-1%;bottom:0;background:radial-gradient(circle,red,red,#900,#500,rgba(0,0,0,0))}#x299ROG .s_personalize .aura .board .color-area__split:nth-child(8):before{display:block;content:"";width:100%;padding-top:100%}#x299ROG .s_personalize .aura .board .color-area__split:nth-child(8)>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}#x299ROG .s_personalize .aura .aura__header__label{position:relative;width:30px;height:30px;background-color:#303030;border-radius:99em;border:1px solid #e2001d;margin-right:10px}#x299ROG .s_personalize .aura .aura__header__label__text{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}#x299ROG .s_personalize .aura .colorPicker__area{position:relative;width:100%;max-width:120px;margin:0 auto 20px}#x299ROG .s_personalize .aura .colorPicker__area:before{display:block;content:"";width:100%;padding-top:100%}#x299ROG .s_personalize .aura .colorPicker__area>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (min-width:640px){#x299ROG .s_personalize .aura .colorPicker__area{margin-bottom:0}}#x299ROG .s_personalize .aura .colorPicker__area.disabled{opacity:.3;pointer-events:none}#x299ROG .s_personalize .aura #colorPicker{width:100%;height:100%}#x299ROG .s_personalize .rgb{overflow-x:hidden}#x299ROG .s_personalize .rgb .product__cover{position:relative;display:block;margin-top:-30%}@media only screen and (min-width:640px){#x299ROG .s_personalize .rgb .product__cover{margin-top:-10%}}@media only screen and (min-width:1300px){#x299ROG .s_personalize .rgb .product__cover{margin-top:0}}#x299ROG .s_personalize .rgb .product__img{position:relative;width:1365px;left:50%;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);background-image:url(../img/personalize/mobile/product-rgb.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_personalize .rgb .product__img:before{display:block;content:"";width:100%;padding-top:35.16484%}#x299ROG .s_personalize .rgb .product__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_personalize .rgb .product__img{background-image:url(../img/personalize/mobile/product-rgb@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:640px){#x299ROG .s_personalize .rgb .product__img{width:1365px}}@media only screen and (min-width:1300px){#x299ROG .s_personalize .rgb .product__img{position:relative;width:2560px;background-image:url(../img/personalize/desktop/product-rgb.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_personalize .rgb .product__img:before{display:block;content:"";width:100%;padding-top:35.15625%}#x299ROG .s_personalize .rgb .product__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_personalize .rgb .product__img{background-image:url(../img/personalize/desktop/product-rgb@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_personalize .rgb .tab__intro{position:relative;z-index:1;margin-top:85px}@media only screen and (min-width:1300px){#x299ROG .s_personalize .rgb .tab__intro{position:absolute;top:85px;left:50%;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%)}}#x299ROG .s_personalize .rgb .tab__info__desc{margin-bottom:20px}@media only screen and (min-width:1300px){#x299ROG .s_personalize .rgb .tab__info__desc{margin-bottom:0}}#x299ROG .s_personalize .dts .product__info__icon{position:relative;width:165px;margin:0 auto 50px;background-image:url(../img/personalize/icon-dts.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_personalize .dts .product__info__icon:before{display:block;content:"";width:100%;padding-top:24.84848%}#x299ROG .s_personalize .dts .product__info__icon>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_personalize .dts .product__info__icon{background-image:url(../img/personalize/icon-dts@2x.png);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_personalize .dts .flexCon{margin:0}#x299ROG .s_personalize .dts .flexCon>.flexCon__item{padding:0;overflow:visible}#x299ROG .s_personalize .dts .flexCon>.flexCon__item p{text-align:center;margin-bottom:10px}#x299ROG .s_personalize .dts .product__info__desc,#x299ROG .s_personalize .dts .product__info__title{text-align:left}@media only screen and (min-width:640px){#x299ROG .s_personalize .dts .product__info__desc,#x299ROG .s_personalize .dts .product__info__title{text-align:center}}#x299ROG .s_personalize .dts .stereo .product__img{position:relative;width:100%;background-image:url(../img/personalize/desktop/product-dts-1.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_personalize .dts .stereo .product__img:before{display:block;content:"";width:100%;padding-top:58.82353%}#x299ROG .s_personalize .dts .stereo .product__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_personalize .dts .stereo .product__img{background-image:url(../img/personalize/desktop/product-dts-1.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_personalize .dts .surround{-webkit-transform:translateY(-10%);-ms-transform:translateY(-10%);transform:translateY(-10%)}@media only screen and (min-width:1300px){#x299ROG .s_personalize .dts .surround{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}#x299ROG .s_personalize .dts .surround .product__img{position:relative;width:100%;background-image:url(../img/personalize/desktop/product-dts-2.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_personalize .dts .surround .product__img:before{display:block;content:"";width:100%;padding-top:58.82353%}#x299ROG .s_personalize .dts .surround .product__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_personalize .dts .surround .product__img{background-image:url(../img/personalize/desktop/product-dts-2.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_personalize .dts .spatial .product__img{position:relative;width:100%;background-image:url(../img/personalize/desktop/product-dts-3.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_personalize .dts .spatial .product__img:before{display:block;content:"";width:100%;padding-top:58.82353%}#x299ROG .s_personalize .dts .spatial .product__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_personalize .dts .spatial .product__img{background-image:url(../img/personalize/desktop/product-dts-3.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_personalize .livedash{padding-top:45px;padding-bottom:45px}@media only screen and (min-width:1300px){#x299ROG .s_personalize .livedash{padding-top:0;padding-bottom:0}}#x299ROG .s_personalize #tabAura>.tab__nav{z-index:2}#x299ROG .s_personalize #tabAura>.tab__content{margin-top:-135px}#x299ROG .s_personalize #tabGamefirst .channel .product__img{position:relative;background-image:url(../img/personalize/mobile/product-gamefirst-1.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_personalize #tabGamefirst .channel .product__img:before{display:block;content:"";width:100%;padding-top:68.93939%}#x299ROG .s_personalize #tabGamefirst .channel .product__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_personalize #tabGamefirst .channel .product__img{background-image:url(../img/personalize/mobile/product-gamefirst-1@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px){#x299ROG .s_personalize #tabGamefirst .channel .product__img{background-image:url(../img/personalize/desktop/product-gamefirst-1.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_personalize #tabGamefirst .channel .product__img{background-image:url(../img/personalize/desktop/product-gamefirst-1@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_personalize #tabGamefirst .extreme .product__img{position:relative;background-image:url(../img/personalize/mobile/product-gamefirst-2.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_personalize #tabGamefirst .extreme .product__img:before{display:block;content:"";width:100%;padding-top:68.93939%}#x299ROG .s_personalize #tabGamefirst .extreme .product__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_personalize #tabGamefirst .extreme .product__img{background-image:url(../img/personalize/mobile/product-gamefirst-2@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px){#x299ROG .s_personalize #tabGamefirst .extreme .product__img{background-image:url(../img/personalize/desktop/product-gamefirst-2.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_personalize #tabGamefirst .extreme .product__img{background-image:url(../img/personalize/desktop/product-gamefirst-2@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_personalize #tabGamefirst .prioritization .product__img{position:relative;background-image:url(../img/personalize/mobile/product-gamefirst-3.gif);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_personalize #tabGamefirst .prioritization .product__img:before{display:block;content:"";width:100%;padding-top:68.93939%}#x299ROG .s_personalize #tabGamefirst .prioritization .product__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_personalize #tabGamefirst .prioritization .product__img{background-image:url(../img/personalize/mobile/product-gamefirst-3.gif);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px){#x299ROG .s_personalize #tabGamefirst .prioritization .product__img{background-image:url(../img/personalize/mobile/product-gamefirst-3.gif);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_personalize #tabGamefirst .prioritization .product__img{background-image:url(../img/personalize/mobile/product-gamefirst-3.gif);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_personalize #tabGamefirst .overlay .product__img{position:relative;background-image:url(../img/personalize/mobile/product-gamefirst-4.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_personalize #tabGamefirst .overlay .product__img:before{display:block;content:"";width:100%;padding-top:68.93939%}#x299ROG .s_personalize #tabGamefirst .overlay .product__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_personalize #tabGamefirst .overlay .product__img{background-image:url(../img/personalize/mobile/product-gamefirst-4@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px){#x299ROG .s_personalize #tabGamefirst .overlay .product__img{background-image:url(../img/personalize/desktop/product-gamefirst-4.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_personalize #tabGamefirst .overlay .product__img{background-image:url(../img/personalize/desktop/product-gamefirst-4@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px){#x299ROG .s_personalize #tabRamcache .flex__col-2>.flexCon__item:first-child{width:60%}#x299ROG .s_personalize #tabRamcache .flex__col-2>.flexCon__item:nth-child(2){width:40%}}#x299ROG .s_personalize #tabRamcache .product__img{position:relative;width:100%}#x299ROG .s_personalize #tabRamcache .product__img:before{display:block;content:"";width:100%;padding-top:80.95238%}#x299ROG .s_personalize #tabRamcache .product__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}#x299ROG .s_personalize #tabRamcache .smart .product__img{background-image:url(../img/personalize/mobile/product-ramcache-1.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_personalize #tabRamcache .smart .product__img{background-image:url(../img/personalize/mobile/product-ramcache-1@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px){#x299ROG .s_personalize #tabRamcache .smart .product__img{background-image:url(../img/personalize/desktop/product-ramcache-1.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_personalize #tabRamcache .smart .product__img{background-image:url(../img/personalize/desktop/product-ramcache-1@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_personalize #tabRamcache .real-time .product__img{background-image:url(../img/personalize/mobile/product-ramcache-2.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_personalize #tabRamcache .real-time .product__img{background-image:url(../img/personalize/mobile/product-ramcache-2@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px){#x299ROG .s_personalize #tabRamcache .real-time .product__img{background-image:url(../img/personalize/desktop/product-ramcache-2.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_personalize #tabRamcache .real-time .product__img{background-image:url(../img/personalize/desktop/product-ramcache-2@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_personalize #tabRamcache .health .product__img{background-image:url(../img/personalize/mobile/product-ramcache-3.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_personalize #tabRamcache .health .product__img{background-image:url(../img/personalize/mobile/product-ramcache-3@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px){#x299ROG .s_personalize #tabRamcache .health .product__img{background-image:url(../img/personalize/desktop/product-ramcache-3.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_personalize #tabRamcache .health .product__img{background-image:url(../img/personalize/desktop/product-ramcache-3@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_personalize #tabSonic .product__img{position:relative;width:100%}#x299ROG .s_personalize #tabSonic .product__img:before{display:block;content:"";width:100%;padding-top:77.14286%}#x299ROG .s_personalize #tabSonic .product__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}#x299ROG .s_personalize #tabSonic .sonic .product__img{background-image:url(../img/personalize/mobile/product-sonic-1.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_personalize #tabSonic .sonic .product__img{background-image:url(../img/personalize/mobile/product-sonic-1@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px){#x299ROG .s_personalize #tabSonic .sonic .product__img{background-image:url(../img/personalize/desktop/product-sonic-1.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_personalize #tabSonic .sonic .product__img{background-image:url(../img/personalize/desktop/product-sonic-1@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_personalize #tabSonic .advanced .product__img{background-image:url(../img/personalize/mobile/product-sonic-2.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_personalize #tabSonic .advanced .product__img{background-image:url(../img/personalize/mobile/product-sonic-2@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px){#x299ROG .s_personalize #tabSonic .advanced .product__img{background-image:url(../img/personalize/desktop/product-sonic-2.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_personalize #tabSonic .advanced .product__img{background-image:url(../img/personalize/desktop/product-sonic-2@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_personalize #tabSonic .mixer .product__img{background-image:url(../img/personalize/mobile/product-sonic-3.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_personalize #tabSonic .mixer .product__img{background-image:url(../img/personalize/mobile/product-sonic-3@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px){#x299ROG .s_personalize #tabSonic .mixer .product__img{background-image:url(../img/personalize/desktop/product-sonic-3.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_personalize #tabSonic .mixer .product__img{background-image:url(../img/personalize/desktop/product-sonic-3@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_personalize #productLivedash .product__cover{display:block!important}#x299ROG .s_personalize #productLivedash .product__img{position:relative;width:1365px;left:50%;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);background-image:url(../img/personalize/mobile/product-livedash.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_personalize #productLivedash .product__img:before{display:block;content:"";width:100%;padding-top:35.16484%}#x299ROG .s_personalize #productLivedash .product__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_personalize #productLivedash .product__img{background-image:url(../img/personalize/mobile/product-livedash@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:640px){#x299ROG .s_personalize #productLivedash .product__img{width:1365px}}@media only screen and (min-width:1300px){#x299ROG .s_personalize #productLivedash .product__img{position:relative;width:2560px;background-image:url(../img/personalize/desktop/product-livedash.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}#x299ROG .s_personalize #productLivedash .product__img:before{display:block;content:"";width:100%;padding-top:35.15625%}#x299ROG .s_personalize #productLivedash .product__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_personalize #productLivedash .product__img{background-image:url(../img/personalize/desktop/product-livedash@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_personalize #productLivedash .product__intro{display:block;position:relative;z-index:1}@media only screen and (min-width:1300px){#x299ROG .s_personalize #productLivedash .product__intro{position:absolute;top:45px;left:50%;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);top:50px}}#x299ROG .s_personalize #productLivedash .product__info__title{text-align:left}@media only screen and (min-width:640px){#x299ROG .s_personalize #productLivedash .product__info__title{text-align:center}}#x299ROG .s_personalize #productLivedash .product__info__desc{text-align:left}@media only screen and (min-width:640px){#x299ROG .s_personalize #productLivedash .product__info__desc{text-align:center}}#x299ROG .s_personalize #productLivedash .product__nav{display:block;text-align:center;padding:0;margin:0 0 30px}#x299ROG .s_personalize #productLivedash .product__nav__list{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:auto;margin:0 -15px}@media only screen and (min-width:640px){#x299ROG .s_personalize #productLivedash .product__nav__list{margin:0}}#x299ROG .s_personalize #productLivedash .product__nav__list li{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:auto;flex-basis:auto;width:auto!important;padding:0 15px;margin-bottom:0}@media only screen and (min-width:640px){#x299ROG .s_personalize #productLivedash .product__nav__list li{padding:0 22.5px}}#x299ROG .s_personalize #productLivedash .product__nav__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;height:100%}#x299ROG .s_personalize #productLivedash .product__highlight__item .product__highlight__icon{position:relative;width:6.44531%;left:50%;top:50%;-webkit-transform:translate(-55%,21%);-ms-transform:translate(-55%,21%);transform:translate(-55%,21%)}#x299ROG .s_personalize #productLivedash .product__highlight__item .product__highlight__icon:before{display:block;content:"";width:100%;padding-top:80%}#x299ROG .s_personalize #productLivedash .product__highlight__item .product__highlight__icon>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}#x299ROG .s_personalize #productLivedash .product__highlight__item:first-child .product__highlight__icon{background-image:url(../img/personalize/highlight-monitor.gif);background-position:0 0;background-repeat:no-repeat;background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_personalize #productLivedash .product__highlight__item:first-child .product__highlight__icon{background-image:url(../img/personalize/highlight-monitor.gif);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_personalize #productLivedash .product__highlight__item:nth-child(2) .product__highlight__icon{background-image:url(../img/personalize/highlight-logo.gif);background-position:0 0;background-repeat:no-repeat;background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_personalize #productLivedash .product__highlight__item:nth-child(2) .product__highlight__icon{background-image:url(../img/personalize/highlight-logo.gif);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_personalize #productLivedash .product__highlight__item:nth-child(3) .product__highlight__icon{background-image:url(../img/personalize/highlight-name.gif);background-position:0 0;background-repeat:no-repeat;background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_personalize #productLivedash .product__highlight__item:nth-child(3) .product__highlight__icon{background-image:url(../img/personalize/highlight-name.gif);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_personalize #productLivedash .product__highlight__item:nth-child(4) .product__highlight__icon{background-image:url(../img/personalize/highlight-bios.gif);background-position:0 0;background-repeat:no-repeat;background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_personalize #productLivedash .product__highlight__item:nth-child(4) .product__highlight__icon{background-image:url(../img/personalize/highlight-bios.gif);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_personalize #tabAC .product__img{position:relative;width:100%}#x299ROG .s_personalize #tabAC .product__img:before{display:block;content:"";width:100%;padding-top:57.29167%}#x299ROG .s_personalize #tabAC .product__img>*{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}#x299ROG .s_personalize #tabAC .ac-aura .product__img{background-image:url(../img/personalize/mobile/product-armour-1.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_personalize #tabAC .ac-aura .product__img{background-image:url(../img/personalize/mobile/product-armour-1@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px){#x299ROG .s_personalize #tabAC .ac-aura .product__img{background-image:url(../img/personalize/desktop/product-armour-1.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_personalize #tabAC .ac-aura .product__img{background-image:url(../img/personalize/desktop/product-armour-1@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_personalize #tabAC .device .product__img{background-image:url(../img/personalize/mobile/product-armour-2.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_personalize #tabAC .device .product__img{background-image:url(../img/personalize/mobile/product-armour-2@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px){#x299ROG .s_personalize #tabAC .device .product__img{background-image:url(../img/personalize/desktop/product-armour-2.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_personalize #tabAC .device .product__img{background-image:url(../img/personalize/desktop/product-armour-2@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_personalize #tabAC .driver .product__img{background-image:url(../img/personalize/mobile/product-armour-3.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_personalize #tabAC .driver .product__img{background-image:url(../img/personalize/mobile/product-armour-3@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px){#x299ROG .s_personalize #tabAC .driver .product__img{background-image:url(../img/personalize/desktop/product-armour-3.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_personalize #tabAC .driver .product__img{background-image:url(../img/personalize/desktop/product-armour-3@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_personalize #tabAC .gaming .product__img{background-image:url(../img/personalize/mobile/product-armour-4.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_personalize #tabAC .gaming .product__img{background-image:url(../img/personalize/mobile/product-armour-4@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px){#x299ROG .s_personalize #tabAC .gaming .product__img{background-image:url(../img/personalize/desktop/product-armour-4.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_personalize #tabAC .gaming .product__img{background-image:url(../img/personalize/desktop/product-armour-4@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}#x299ROG .s_personalize #tabAC .account .product__img{background-image:url(../img/personalize/mobile/product-armour-5.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){#x299ROG .s_personalize #tabAC .account .product__img{background-image:url(../img/personalize/mobile/product-armour-5@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px){#x299ROG .s_personalize #tabAC .account .product__img{background-image:url(../img/personalize/desktop/product-armour-5.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}@media only screen and (min-width:1300px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-device-pixel-ratio:1.5),only screen and (min-width:1300px) and (min-resolution:1.5dppx),only screen and (min-width:1300px) and (min-resolution:144dpi){#x299ROG .s_personalize #tabAC .account .product__img{background-image:url(../img/personalize/desktop/product-armour-5@2x.jpg);background-position:0 0;background-repeat:no-repeat;background-size:cover}}html #overview #sectionOverview{padding-top:0;line-height:inherit}html #overview img{max-width:none!important}html #overview #sectionOverview,html #overview #special-sectionOverview{width:100%!important;padding-right:0!important;padding-left:0!important;padding-bottom:0!important;margin:0!important;border:0!important;float:none!important}::-moz-selection{background:#888;color:#ddd}::selection{background:#888;color:#ddd}body,html{padding:0;margin:0;overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;background-color:#000}

/*# sourceMappingURL=all.7ad1398.css.map*/







/* October 2019 */



@font-face {
    font-family: 'Geforce Light';
    src: url("../fonts/geforce-light.ttf");
    font-weight: lighter;
    font-style: normal;
}



#x299ROG .tab__info__title {
    font-weight: normal;
}
#x299ROG .product__info__title {
    font-weight: normal;
}
#x299ROG .section__info__title {
    font-weight: normal;
}
#x299ROG .tab__nav__link {
    cursor: pointer;
}




@media screen and (max-width: 600px) {
#x299ROG .s_performance .transient .product__cover__container::before {
    padding-top: 110%;
}
}
@media screen and (max-width: 450px) {
#x299ROG .s_performance .transient .product__cover__container::before {
    padding-top: 140%;
}
}

#x299ROG .s_personalize #productLivedash .product__highlight__item:nth-child(2) .product__highlight__icon {
    background-image: url(../img/personalize/highlight-name.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}
#x299ROG .s_personalize #productLivedash .product__highlight__item:nth-child(3) .product__highlight__icon {
    background-image: url(../img/personalize/highlight-bios.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}




/* hero */

#x299ROG .s_hero{
  position: relative;
}
#x299ROG .s_hero .text{
  position: absolute;
  left: 10%;
  width: 40%;
  top: 30%;
}
#x299ROG .s_hero .text h2{
  color: #ffffff !important;
  font-size: 3.5em !important;
  letter-spacing: 0 !important;
  line-height: 1.2em !important;
  margin-bottom: 20px !important;
  font-weight: lighter;
}
#x299ROG .s_hero .image{
  overflow: hidden;
}
#x299ROG .s_hero .image .mobile{
  display: none !important;
}

@media screen and (max-width: 1800px) {
#x299ROG .s_hero .text h2{
  font-size: 3em !important;
}
}
@media screen and (max-width: 1400px) {
#x299ROG .s_hero .text{
  left: 5%;
  width: 54%;
}
#x299ROG .s_hero .text h2{
  font-size: 2.5em !important;
}
#x299ROG .s_hero .image .default{
  margin-left: 10%;
}
}
@media screen and (max-width: 1200px) {
#x299ROG .s_hero .text{
  top: 20%;
}
}
@media screen and (max-width: 1000px) {
#x299ROG .s_hero .text{
  left: auto;
  width: auto;
  top: auto;
  position: relative;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  max-width: 800px;
  margin: 30px auto 0 auto;
}
#x299ROG .s_hero .image .mobile{
  display: block !important;
}
#x299ROG .s_hero .image .default{
  display: none !important;
}
}

@media screen and (max-width: 600px) {
#x299ROG .s_hero .text h2{
  font-size: 1.7em !important;
}
}



/* Performance > Overclocking > Memory */
#x299ROG .rc-Performance-Overclocking-Memory{
  margin: 50px 0 80px 0;
}
#x299ROG .rc-Performance-Overclocking-Memory .content-1{
}
#x299ROG .rc-Performance-Overclocking-Memory .content-1 .img{
  max-width: 700px;
  margin: 0 auto;
}
#x299ROG .rc-Performance-Overclocking-Memory .content-1 .text{
  text-align: center;
  margin-top: 30px;
}

#x299ROG .rc-Performance-Overclocking-Memory h3{
  color: #890000 !important;
  font-weight: normal;
  margin-bottom: 20px;
}

#x299ROG .rc-Performance-Overclocking-Memory .content-2{
  margin: 30px auto 30px auto;
  max-width: 850px;
}
#x299ROG .rc-Performance-Overclocking-Memory .content-2 img{
}

@media screen and (max-width: 700px) {
#x299ROG .rc-Performance-Overclocking-Memory{
  margin: 20px 0 40px 0;
}
#x299ROG .rc-Performance-Overclocking-Memory .content-1{
  display: block;
  padding: 0 20px;
}
#x299ROG .rc-Performance-Overclocking-Memory .content-1 .img{
  width: 100%;
}
#x299ROG .rc-Performance-Overclocking-Memory .content-1 .text{
  width: 100%;
}
}


/* Performance > Overclocking > UEFI BIOS > Overclocking | @TAB */

#x299ROG .overclocking-intro{
  max-width: 1200px;
  margin: 30px auto 70px auto;
  padding: 0 30px;
  box-sizing: border-box;
  text-align: center;
}


#x299ROG .tab__nav.sub__type1 .tab__nav__link {
    cursor: pointer;
}


#x299ROG #tabNewOverclockingContent > div{
  display: none;
}
#x299ROG #tabNewOverclockingContent > div.active{
  display: block;
}
#x299ROG .tabNewOverclockingContent-1{
}
#x299ROG .tabNewOverclockingContent-2{
}
#x299ROG .tabNewOverclockingContent-3{
}


#x299ROG .tabNewOverclockingContent-3 .product__img img{
  max-width: 550px !important;
  margin: 0 auto !important;
}



#x299ROG .s_performance .banner .section__banner__img {
    background-image: url(../img/performance/mobile/banner.jpg);
}
@media screen and (min-width: 1300px) { /*覆蓋*/
#x299ROG .s_performance .banner .section__banner__img {
    background-image: url(../img/performance/desktop/banner.jpg);
}
}
















/* Cooling > Heatsinks > Cooling Heatsinks */



#x299ROG .s_cooling #productHeatsink​ .product__line__info__item:nth-child(6) {
    top: 68%;
}
#x299ROG .s_cooling #productHeatsink​ .product__line__info__item:nth-child(7) {
    right: 0;
    top: 80.8%;
}










#tabCoolingHeatsinks_c1{
  display: none;
}
#tabCoolingHeatsinks_c1.active{
  display: block;
}
#tabCoolingHeatsinks_c2{
  display: none;
}
#tabCoolingHeatsinks_c2.active{
  display: block;
}






#tabCoolingHeatsinks_c2 .content-1{
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
}
#tabCoolingHeatsinks_c2 .content-1 .entry{
  width: 50%;
  box-sizing: border-box;
  padding: 0 5%;
  transition: all 0.3s;
}
#tabCoolingHeatsinks_c2 .content-1 .entry h4{
  color: #e2001d;
  font-family: Roboto,sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}
#tabCoolingHeatsinks_c2 .content-1 .entry.fade{
  opacity: 0.5;
}



#tabCoolingHeatsinks_c2 .content-2{
  display: flex;
  max-width: 1400px;
  margin: 20px auto 0 auto;
  box-sizing: border-box;
  padding: 0 40px;
  align-items: center;
}
#tabCoolingHeatsinks_c2 .content-2 .mb{
  width: 50%;
  position: relative;
}
#tabCoolingHeatsinks_c2 .content-2 .text{
  width: 50%;
}
#tabCoolingHeatsinks_c2 .content-2 .text > div{
  margin-bottom: 30px;
  opacity: 0.7;
  transition: all 0.2s;
  box-sizing: border-box;
  padding-left: 15px;
  cursor: pointer;
  border-left: 3px solid transparent;
}
#tabCoolingHeatsinks_c2 .content-2 .text > div:hover{
  opacity: 1;
}
#tabCoolingHeatsinks_c2 .content-2 .text > div.active{
  opacity: 1;
  border-color: #fff;
}
#tabCoolingHeatsinks_c2 .content-2 h4{
  color: #fff;
  font-family: Roboto,sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 1.3em;
}
#tabCoolingHeatsinks_c2 .content-2 p{
  line-height: 1.4em;
  margin-bottom: 5px;
}
#tabCoolingHeatsinks_c2 .content-2 .note{
  font-size: 0.9em;
}


#tabCoolingHeatsinks_c2 .content-2 .number{
}
#tabCoolingHeatsinks_c2 .content-2 .number > div{
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
#tabCoolingHeatsinks_c2 .content-2 .number > div.active{
  display: block;
}


@media screen and (max-width: 850px) {
#tabCoolingHeatsinks_c2 .content-2{
  display: block;
  padding: 0 40px;
}
#tabCoolingHeatsinks_c2 .content-2 .mb{
  width: 100%;
}
#tabCoolingHeatsinks_c2 .content-2 .text{
  width: 100%;
}
}




@media screen and (max-width: 750px) {
#tabCoolingHeatsinks_c2 .content-1{
  display: block;
}
#tabCoolingHeatsinks_c2 .content-1 .entry{
  width: 100%;
  padding: 0 40px;
  margin-bottom: 30px;
}
}





/* Audio */

#x299ROG .s_personalize .banner .section__banner__img {
    background-image: url(../img/personalize/desktop/banner.jpg);
}

#x299ROG .s_audio .banner .section__banner__img {
    background-image: url(../img/audio/desktop/banner.jpg);
}
#x299ROG .SonicStudioIII {
    background-color: #0f0f0f;
}
#x299ROG .aura {
    background-color: #000;
}
 

/*#x299ROG .s_connectivity .audio .product__highlight__desc p {
    opacity: 0.5;
}
#x299ROG .s_connectivity .audio .product__highlight__desc p.aaa {
    opacity: 1;
}
*/


#x299ROG .s_audio .audio .product__highlight__desc.myactive p {
    opacity: 1;
}

#x299ROG .tab__nav.sub__type1 .tab__nav__link.myactive {
    color: #fff;
}


#x299ROG .s_connectivity .audio .d-lg-none .product__highlight__desc {
    display: none;
}
#x299ROG .s_connectivity .audio .d-lg-none .product__highlight__desc.myactive {
    display: block;
}



/* spec */

#x299ROG .s_spec .right .product__line {
    top: 54%;
    left: 40%;
    width: 74.11545623836127%;
}
#x299ROG .s_spec .right .product__line::before {
    padding-top: 160.8040201005025%;
}

#x299ROG .s_spec .left .product__line__info__item:nth-child(2) {
    top: 13%;
}
#x299ROG .s_spec .left .product__line__info__item:nth-child(3) {
    top: 35%;
}
#x299ROG .s_spec .left .product__line__info__item:nth-child(4) {
    top: 54%;
}
#x299ROG .s_spec .left .product__line__info__item:nth-child(5) {
    top: 60%;
}
#x299ROG .s_spec .left .product__line__info__item:nth-child(6) {
    top: 74%;
}


#x299ROG .s_spec .right .product__line__info__item:nth-child(2) {
    top: 12.5%;
}
#x299ROG .s_spec .right .product__line__info__item:nth-child(3) {
    right: 0;
    top: 28%;
}
#x299ROG .s_spec .right .product__line__info__item:nth-child(4) {
    right: 0;
    top: 39%;
}
#x299ROG .s_spec .right .product__line__info__item:nth-child(5) {
    right: 0;
    top: 45%;
}
#x299ROG .s_spec .right .product__line__info__item:nth-child(6) {
    right: 0;
    top: 62%;
}
#x299ROG .s_spec .right .product__line__info__item:nth-child(7) {
    right: 0;
    top: 69%;
}
#x299ROG .s_spec .right .product__line__info__item:nth-child(8) {
    right: 0;
    top: 75%;
}
#x299ROG .s_spec .right .product__line__info__item:nth-child(9) {
    right: 0;
    top: 94%;
}
#x299ROG .s_spec .right .product__line__info__item:nth-child(10) {
    right: 0;
    top: 98.5%;
    top: 98%;
}



/* Performance > Power solution > High quality components */

#x299ROG .s_performance #productPowerDesign .product__highlight__item:first-child .product__highlight__icon {
    width: 100%;
    height: 100%;
    right: 0;
    background-image: url(../img/performance/highlight-pd-1.png);
}
#x299ROG .s_performance #productPowerDesign .product__highlight__item:nth-child(2) .product__highlight__icon {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../img/performance/highlight-pd-2.png);
}
#x299ROG .s_performance #productPowerDesign .product__highlight__item:nth-child(3) .product__highlight__icon {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../img/performance/highlight-pd-3.png);
}
#x299ROG .s_performance #productPowerDesign .product__highlight__item:nth-child(4) .product__highlight__icon {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../img/performance/highlight-pd-4.png);
}




/* connectivity > networking */
@media screen and (min-width: 1300px) {
#x299ROG .s_connectivity .usb .product__intro {
    position: relative;
    top: auto;
    top: auto;
}
}
#x299ROG .s_connectivity .new_product__img {
  max-width: 635px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 10px 15px;
  margin-bottom: 50px;
}




#x299ROG .footer .product__info__subtitle {
    font-size: 1.2em;
    line-height: 1.4em;
    margin-bottom: 10px;
}


/*20191106*/
#x299ROG .s_overclocking #tabBIOS .product__info__list li {
    display: block;
}














