@font-face {
  font-family: 'MyriadPro';
  src: url("../fonts/MyriadPro-Regular.otf"), url("../fonts/MyriadPro-Regular.otf") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.ttf") format("opentype"), url("../fonts/MyriadPro-Regular.eot");
  font-weight: normal;
  font-style: normal; }

html, body {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
  color: #fff;
  font-family: "MyriadPro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
  background-color: #fff;
  -webkit-overflow-scrolling: touch; }

body {
  overflow-x: hidden; }

.noscript {
  padding: 20px;
  margin: 0;
  position: fixed;
  bottom: 0px;
  display: block;
  width: 100%;
  z-index: 9999;
  text-align: center;
  background-color: #337dfa; }

sup {
  font-size: 60%; }

.wrap-m {
  display: block; }
  @media only screen and (min-width: 768px) {
    .wrap-m {
      display: inline-block; } }

.wrap-d {
  display: inline-block; }
  @media only screen and (min-width: 768px) {
    .wrap-d {
      display: block; } }

.meta {
  position: fixed;
  left: -1000%; }

@media only screen and (max-width: 768px) {
  iframe {
    width: 100%; } }

#scrollUp {
  float: left;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 17;
  width: 45px;
  height: 45px;
  border-radius: 26px;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  border: 2px solid #337dfa;
  transition: all .25s ease; }

#scrollUp.hd-show {
  opacity: 1; }

#scrollUp svg {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 5px;
  left: 0;
  fill: #337dfa;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

#scrollUp:hover svg {
  fill: #fff; }

#scrollUp:active, #scrollUp:hover {
  background-color: #337dfa; }

/* Carousel style */
.owl-dots {
  padding-top: 20px; }

.owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 0;
  z-index: 1; }
  @media only screen and (max-width: 768px) {
    .owl-nav {
      position: relative;
      top: 45px;
      z-index: 1; } }
  .owl-nav .owl-next, .owl-nav .owl-prev {
    position: absolute;
    top: 90px;
    margin: auto;
    width: 60px;
    height: 60px; }
    @media only screen and (max-width: 768px) {
      .owl-nav .owl-next, .owl-nav .owl-prev {
        top: calc(50% - 43px); } }
    .owl-nav .owl-next:hover, .owl-nav .owl-prev:hover {
      background-color: rgba(225, 225, 225, 0.1) !important; }
    .owl-nav .owl-next:focus, .owl-nav .owl-prev:focus {
      outline-color: transparent; }
  .owl-nav .owl-next {
    right: -60px; }
    @media only screen and (max-width: 768px) {
      .owl-nav .owl-next {
        right: 0; } }
  .owl-nav .owl-prev {
    left: -60px; }
    @media only screen and (max-width: 768px) {
      .owl-nav .owl-prev {
        left: 0; } }
  .owl-nav span {
    font-size: 8rem;
    line-height: 45px;
    display: block;
    height: 60px;
    width: 60px; }

.top-line {
  border-top: 1px solid #337dfa;
  position: relative;
  overflow: hidden; }
  .top-line:before {
    content: "";
    position: absolute;
    width: 60%;
    height: 12px;
    top: 0;
    left: -10px;
    display: block;
    background-color: #337dfa;
    -webkit-transform: skewX(-60deg);
            transform: skewX(-60deg); }

.bottom-line {
  border-bottom: 1px solid #337dfa;
  position: relative;
  overflow: hidden; }
  .bottom-line:after {
    content: "";
    position: absolute;
    width: 60%;
    height: 12px;
    bottom: 0;
    right: -10px;
    display: block;
    background-color: #337dfa;
    -webkit-transform: skewX(-60deg);
            transform: skewX(-60deg); }

.top-right-line {
  position: relative; }
  .top-right-line:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 49px;
    top: 0;
    right: 0;
    display: block;
    background-image: url("../images/divider-right.png");
    background-position: top center;
    background-repeat: no-repeat; }

.top-left-line {
  position: relative; }
  .top-left-line:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 46px;
    top: 0;
    left: 0;
    display: block;
    background-image: url("../images/divider-left.png");
    background-position: top center;
    background-repeat: no-repeat; }

.hd-hidden {
  display: none; }

.hd-active {
  display: block; }

@media only screen and (min-width: 768px) {
  #owl-wallpaper {
    margin-bottom: 2rem; } }

#owl-wallpaper .item-list {
  padding-top: 5px; }
  #owl-wallpaper .item-list a {
    text-decoration: underline;
    font-family: "MyriadPro", sans-serif;
    font-size: 0.9rem; }
    #owl-wallpaper .item-list a:hover {
      text-decoration: none; }

.owl-theme .owl-dots .owl-dot:focus {
  outline-color: transparent; }

.owl-theme .owl-dots .owl-dot.active span {
  background: #337dfa; }

@media only screen and (min-width: 1200px) {
  .owl-theme .owl-dots .owl-dot:hover span {
    background: #337dfa; } }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px; }

.owl-carousel .owl-stage-outer {
  overflow: initial; }
  @media only screen and (max-width: 768px) {
    .owl-carousel .owl-stage-outer {
      overflow: hidden; } }

.owl-item {
  transition: all .5s;
  opacity: 0; }
  @media only screen and (min-width: 992px) {
    .owl-item .card {
      cursor: default; } }

.owl-item.active {
  transition: all .5s;
  opacity: 1; }
  @media only screen and (min-width: 992px) {
    .owl-item.active .card {
      cursor: pointer; } }

a {
  color: #337dfa;
  text-decoration: none;
  transition: color 0.25s ease-in-out; }
  a:hover {
    color: #337dfa;
    text-decoration: underline; }

.btn-contest {
  color: #fff;
  font-size: 1.5rem;
  background: #327ef8;
  background: linear-gradient(135deg, #327ef8 20%, #0040aa 70%);
  border: none;
  border-radius: 0;
  min-width: 140px;
  padding: 7px 15px;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  line-height: 1; }
  .btn-contest:hover, .btn-contest:focus {
    color: #fff;
    text-decoration: none; }

.btn-watch {
  padding: 10px 30px;
  font-size: 1rem;
  color: #fff;
  border-radius: 2px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #1a6df9;
  border-radius: 0;
  min-width: 160px; }
  .btn-watch:hover {
    color: #fff;
    background-color: #4c8dfb;
    opacity: 1 !important; }
  .btn-watch:focus, .btn-watch:active {
    color: #fff;
    background-color: #4c8dfb;
    outline-color: transparent; }

.btn-rog {
  position: relative;
  display: block;
  width: 70%;
  margin: 0 auto;
  padding: 10px 20px;
  font-size: 1rem;
  border: 1px solid #1a6df9;
  border-radius: 2px;
  outline: 0;
  background-color: #212121;
  color: #fff;
  font-weight: 700;
  transition: background-color 0.25s ease-in-out;
  text-transform: uppercase;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  transition: all 0.5s; }
  .btn-rog:hover {
    color: #fff;
    background-color: #000;
    border: 1px solid #1a6df9; }
  .btn-rog:focus, .btn-rog:active {
    color: #fff;
    border: 1px solid #1a6df9;
    background-color: #000;
    outline-color: transparent; }
  .btn-rog span {
    display: block;
    -webkit-transform: skewX(15deg);
            transform: skewX(15deg); }

.btn-rog:after {
  content: 'BUY NOW';
  width: 100%;
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
  display: inline-block; }

.btn-learn {
  margin: 10px auto; }
  .btn-learn:hover {
    color: #1a6df9;
    text-decoration: underline; }

.txt-gradient-r {
  display: inline-block;
  padding-bottom: 5px;
  color: #337dfa;
  background: #337dfa;
  background: linear-gradient(90deg, #337dfa 30%, #c9aa59 70%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; }

/* For IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS here */
  .txt-gradient-r {
    background: none; }
  .dropdown-content {
    width: 240px; } }

.text-bold {
  font-weight: 700; }

.text-highlight {
  color: #337dfa; }

.img-center {
  margin: auto; }

.border-horizontal-gradient {
  background: #5b5b5b;
  background: linear-gradient(to right, #fff 0%, #5b5b5b 50%, #fff 100%); }

.divider {
  width: 100%;
  height: .0625rem;
  display: inline-block; }
  .divider.solid {
    background: #111;
    line-height: 0; }

header {
  width: 100%;
  max-width: 1920px;
  height: auto;
  position: relative;
  padding: 0;
  position: fixed;
  top: 0;
  z-index: 9999; }
  header .navbar-brand {
    padding: 10px 10px; }
    @media only screen and (min-width: 768px) {
      header .navbar-brand {
        padding: 6px 10px; } }
  header .navbar-nav > li > a {
    text-align: center;
    padding: 2rem 0;
    font-size: 1.5rem; }
    @media only screen and (min-width: 768px) {
      header .navbar-nav > li > a {
        text-align: left;
        padding: 15px 10px;
        font-size: 1rem; } }
    @media only screen and (min-width: 992px) {
      header .navbar-nav > li > a {
        padding: 15px 15px; } }
  header .navbar-inverse .navbar-toggle:focus, header .navbar-inverse .navbar-toggle:hover {
    background-color: transparent; }
  header .navbar {
    z-index: 99;
    border-radius: 0; }
    header .navbar a {
      text-decoration: none; }
    header .navbar .container {
      position: relative; }
    header .navbar .logo-primary {
      margin-top: 4px;
      height: 24px;
      transition: all 0.3s ease-out; }
      @media only screen and (min-width: 768px) {
        header .navbar .logo-primary {
          margin-top: 5px;
          height: 30px; } }
    header .navbar .logo-nvidia {
      position: absolute;
      top: 10px;
      right: 1rem;
      width: 110px; }
      @media only screen and (min-width: 992px) {
        header .navbar .logo-nvidia {
          top: 40px;
          width: auto; } }
    header .navbar .navbar-toggle {
      border-radius: 0;
      border: none; }
      @media only screen and (max-width: 480px) {
        header .navbar .navbar-toggle {
          margin-right: 0; } }
      header .navbar .navbar-toggle .icon-bar {
        transition: all .1s; }
        header .navbar .navbar-toggle .icon-bar:nth-child(2) {
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          position: relative;
          top: 6px; }
        header .navbar .navbar-toggle .icon-bar:nth-child(3) {
          display: none; }
        header .navbar .navbar-toggle .icon-bar:last-child {
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
      header .navbar .navbar-toggle.collapsed .icon-bar:nth-child(2) {
        -webkit-transform: inherit;
                transform: inherit;
        position: relative;
        top: 0px; }
      header .navbar .navbar-toggle.collapsed .icon-bar:nth-child(3) {
        display: block; }
      header .navbar .navbar-toggle.collapsed .icon-bar:last-child {
        -webkit-transform: inherit;
                transform: inherit; }

.module {
  width: 100%;
  height: auto;
  padding: 0;
  display: block; }
  .module .green-line {
    border-bottom: 5px solid #76b900;
    margin-bottom: 60px;
    position: relative;
    height: 30px; }
    .module .green-line:before {
      content: "";
      position: absolute;
      top: 12px;
      left: -45px;
      width: 50px;
      border-bottom: 5px solid #76b900;
      -webkit-transform: rotate(32deg);
              transform: rotate(32deg); }
  .module .module-titles {
    text-align: left; }
    .module .module-titles .title, .module .module-titles .sub-title {
      margin: 1rem 0; }
      @media only screen and (min-width: 768px) {
        .module .module-titles .title, .module .module-titles .sub-title {
          margin: 3rem 0; } }
    .module .module-titles .title {
      display: inline-block;
      margin-bottom: 0;
      text-align: left; }
      @media only screen and (min-width: 768px) {
        .module .module-titles .title {
          margin-bottom: 1rem; } }
      .module .module-titles .title h2 {
        font-size: 2rem;
        line-height: 2.5rem;
        color: #337dfa; }
        @media only screen and (min-width: 768px) {
          .module .module-titles .title h2 {
            font-size: 2.3rem;
            line-height: 1; } }
        .module .module-titles .title h2 i {
          font-size: 50%;
          font-style: normal;
          top: -.5em;
          vertical-align: super; }
      .module .module-titles .title span {
        font-family: 'Xolonium_regular', sans-serif;
        display: block;
        font-size: 1rem;
        color: #337dfa;
        margin-top: 5px; }
        @media only screen and (min-width: 768px) {
          .module .module-titles .title span {
            font-size: 1.5rem; } }
    .module .module-titles .inline-title {
      width: 100%;
      display: inline-block;
      margin-bottom: 1rem;
      font-size: 1rem;
      border-bottom: 0; }
      @media only screen and (min-width: 768px) {
        .module .module-titles .inline-title {
          width: auto;
          margin-left: 1rem;
          font-size: 1
 rem; } }
    .module .module-titles b {
      color: #76b900; }
    .module .module-titles .sub-title {
      margin: 0 0 1rem; }
  .module p {
    line-height: 1.5rem;
    font-size: 1rem;
    margin: 0 auto 1rem;
    max-width: 900px;
    text-align: center;
    font-weight: 300; }
  @media only screen and (max-width: 768px) {
    .module .kv {
      padding: 0; } }
  @media only screen and (max-width: 768px) {
    .module .content {
      padding: 0 2rem 2rem; } }

/* video wrapper */
.video-wrapper {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed; }

.video-wrapper {
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.95);
  display: none; }
  .video-wrapper iframe {
    width: 100%;
    height: 100%; }

.video-wrapper .btn-close {
  width: 50px;
  height: 50px;
  right: 40px;
  top: 20px;
  position: absolute;
  z-index: 99999;
  background: url("../images/close-light.png") 50% no-repeat;
  transition: all .2s;
  background-size: 100%;
  cursor: pointer; }
  .video-wrapper .btn-close:hover {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  @media only screen and (max-width: 768px) {
    .video-wrapper .btn-close {
      right: 10px;
      top: 10px; } }

.video-wrapper .video-player {
  width: 100vw;
  height: 100vh;
  position: relative;
  z-index: 9999;
  padding: 4%; }
  @media only screen and (max-width: 768px) {
    .video-wrapper .video-player {
      padding: 65px 4%; } }

.desc {
  background-repeat: no-repeat;
  background-size: 500px;
  padding-top: 6rem;
  padding-bottom: 2rem; }
  @media only screen and (min-width: 768px) {
    .desc {
      padding-bottom: 0;
      min-height: 300px;
      padding-top: 0;
      background-size: cover; } }
  @media only screen and (min-width: 1200px) {
    .desc {
      background-size: contain; } }
  .desc .container:after {
    display: none; }
  .desc .content .module-titles, .desc .content .module-titles .title, .desc .content p {
    text-align: left; }
  .desc .content p {
    font-size: 1rem;
    color: #999; }
    @media only screen and (min-width: 768px) {
      .desc .content p {
        font-size: 1.3rem;
        line-height: 2rem; } }
  .desc .content .content-box {
    padding-top: 1rem; }

.top-div-line {
  border-top: 1px solid #5b5b5b; }

.intro {
  background-image: url("../../assets/images/bg-intro.jpg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 767px;
  padding: 17rem 0 3rem; }
  @media only screen and (min-width: 768px) {
    .intro {
      padding: 3rem 0;
      min-height: 619px;
      background-position: top right;
      background-size: cover; } }
  @media only screen and (min-width: 992px) {
    .intro {
      background-position: top center; } }
  .intro p {
    font-size: 1.4rem;
    font-weight: 200;
    max-width: 1000px;
    line-height: 2.3rem; }
    .intro p span {
      display: block;
      font-weight: 700;
      font-size: 1.5rem; }
  .intro ul {
    width: 100%;
    margin: 3rem auto;
    list-style: none; }
    @media only screen and (min-width: 768px) {
      .intro ul {
        width: 70%; } }
    @media only screen and (min-width: 992px) {
      .intro ul {
        width: 70%; } }
    .intro ul li {
      font-size: 1.8rem;
      font-family: 'Xolonium_regular', sans-serif;
      color: #e60012;
      margin-bottom: 1rem;
      counter-increment: myIndex;
      position: relative; }
      .intro ul li span {
        display: block;
        font-family: "Roboto", sans-serif;
        font-size: 1rem;
        color: #fff; }
      .intro ul li:after {
        content: counter(myIndex);
        color: #fff;
        background-color: #337dfa;
        position: absolute;
        left: -40px;
        top: 7px;
        font-family: 'ROGFontsv', sans-serif;
        font-size: 2rem;
        padding: 3px;
        height: 27px;
        width: 27px;
        line-height: 0.15;
        text-align: center; }

.bg_1 {
  background-image: url("../../assets/images/proart@mobile.jpg");
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 65% 0 3rem; }
  @media only screen and (min-width: 992px) {
    .bg_1 {
      background-image: url("../../assets/images/proart.jpg");
      background-position: 50% 50%;
      padding-top: 1rem;
      padding-bottom: 2rem;
      min-height: 614px;
      background-size: auto; } }

.bg_2 {
  background-image: url("../../assets/images/benefits@mobile.jpg");
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 65% 0 3rem; }
  @media only screen and (min-width: 992px) {
    .bg_2 {
      background-image: url("../../assets/images/benefits.jpg");
      background-position: 50% 50%;
      padding-top: 1rem;
      padding-bottom: 3rem;
      min-height: 619px;
      background-size: auto; } }
  @media only screen and (min-width: 768px) {
    .bg_2 .content {
      float: right; } }

.bg_3 {
  background-image: url("../../assets/images/bg-virtual.jpg");
  background-position: 80% 0%;
  background-repeat: no-repeat;
  background-size: 930px;
  padding: 17rem 0 3rem; }
  @media only screen and (min-width: 992px) {
    .bg_3 {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover;
      padding-top: 1rem;
      padding-bottom: 3rem;
      min-height: 563px; } }
  .bg_3 .content b {
    font-size: 1.4rem;
    font-weight: 400;
    display: block;
    margin-bottom: 10px; }

#navi__tab .tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media only screen and (min-width: 768px) {
    #navi__tab .tab_list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  #navi__tab .tab_list .tab {
    text-decoration: none;
    cursor: pointer;
    font-size: 0.875rem;
    font-family: 'Xolonium_regular', sans-serif;
    padding: 5px 10px;
    background-color: #0e0e0e;
    color: #337dfa;
    -webkit-transform: skewX(-15deg);
            transform: skewX(-15deg);
    width: 48%;
    margin: 5px auto;
    text-align: center;
    text-transform: uppercase; }
    @media only screen and (min-width: 768px) {
      #navi__tab .tab_list .tab {
        font-size: 1rem;
        width: 23%;
        margin: auto;
        padding: 10px 10px;
        font-size: 0.875rem; } }
    @media only screen and (min-width: 1200px) {
      #navi__tab .tab_list .tab {
        padding: 10px 20px;
        width: 20%;
        font-size: 1rem; } }
    #navi__tab .tab_list .tab.active {
      color: #fff;
      background-color: #1a6df9; }
    #navi__tab .tab_list .tab span {
      display: block;
      -webkit-transform: skewX(15deg);
              transform: skewX(15deg); }

#navi__tab.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  z-index: 999; }

@media only screen and (min-width: 992px) {
  #proart .content-box {
    width: 75%; } }

#prizes img {
  margin: 0 auto; }

#prizes .tagline {
  position: relative;
  font-size: 1.6rem;
  font-weight: 300;
  max-width: 1000px;
  padding-bottom: 1rem;
  margin: 1rem auto 0;
  text-align: center; }
  @media only screen and (max-width: 480px) {
    #prizes .tagline {
      font-size: 1.1rem; } }
  @media only screen and (min-width: 1200px) {
    #prizes .tagline {
      text-align: left;
      border-bottom: 1px solid #999;
      margin: 3rem auto 13rem; } }
  #prizes .tagline img {
    margin-top: 1rem;
    display: block; }
    @media only screen and (min-width: 1200px) {
      #prizes .tagline img {
        margin-top: 0;
        position: absolute;
        top: 0;
        right: -3rem; } }

#product {
  background-color: #1f1f1f; }
  #product .module-titles {
    text-align: center; }
  #product .card .img-center {
    margin: auto auto 0; }
  #product .card figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 200px; }
  @media only screen and (min-width: 768px) {
    #product .card {
      float: left;
      min-height: 40rem; } }
  @media only screen and (min-width: 992px) {
    #product .card {
      min-height: 34rem; } }
  #product .content-box {
    padding-top: 3rem; }
    #product .content-box .size {
      border-top: 1px solid #337dfa;
      position: relative; }
      #product .content-box .size:after {
        position: absolute;
        font-size: 1.2rem;
        text-align: center;
        padding: 3px 10px;
        top: -30px;
        left: 0;
        height: 30px;
        width: 60px;
        display: block;
        background-color: #337dfa;
        -webkit-transform: skewX(-14deg);
                transform: skewX(-14deg); }
      #product .content-box .size:before {
        content: '';
        position: absolute;
        height: 20px;
        width: 1px;
        top: 0;
        right: 0;
        background-color: #337dfa; }
  #product .s-22:after {
    content: '22"'; }
  #product .s-24:after {
    content: '24"'; }
  #product .s-27:after {
    content: '27"'; }
  #product .s-32:after {
    content: '32"'; }
  #product .s-34:after {
    content: '34"'; }
  #product .col-sm-4 > .size .card {
    width: 100%;
    display: inline-block; }
  #product .col-sm-8 > .size .card {
    width: 50%;
    display: inline-block; }
  #product .col-sm-12 > .s-32, #product .col-sm-8 > .s-32 {
    border-top: none; }
    #product .col-sm-12 > .s-32:after, #product .col-sm-12 > .s-32:before, #product .col-sm-8 > .s-32:after, #product .col-sm-8 > .s-32:before {
      display: none; }
    @media only screen and (min-width: 768px) {
      #product .col-sm-12 > .s-32, #product .col-sm-8 > .s-32 {
        border-top: 1px solid #337dfa; }
        #product .col-sm-12 > .s-32:after, #product .col-sm-12 > .s-32:before, #product .col-sm-8 > .s-32:after, #product .col-sm-8 > .s-32:before {
          display: block; } }
  #product .col-sm-12 > .size .card {
    width: 33.3333333%;
    display: inline-block; }
  @media only screen and (max-width: 480px) {
    #product .col-xs-12 > .size .card {
      width: 100%;
      display: inline-block; } }
  @media only screen and (max-width: 480px) {
    #product .col-sm-8 > .s-24,
    #product .col-sm-8 > .s-27,
    #product .col-sm-4 > .s-32,
    #product .col-sm-4 > .s-34 {
      margin-top: 3rem; } }

#sponsor {
  padding: 1rem 0 0;
  background-color: #252525; }
  #sponsor img {
    margin: 0 auto; }
    @media only screen and (min-width: 992px) {
      #sponsor img {
        max-width: 700px; } }

#video {
  background-color: #000; }
  @media only screen and (min-width: 992px) {
    #video {
      min-height: 632px; } }
  #video h2:after {
    content: "";
    background-color: #337dfa;
    height: 1px;
    position: relative;
    width: 100%;
    top: 10px;
    display: block; }

#contest-terms {
  padding-top: 3rem; }
  #contest-terms .module p {
    text-align: left; }
  #contest-terms .site-title .title {
    font-size: 2rem;
    text-align: center; }
  #contest-terms .site-title .sub-title {
    font-size: 1.3rem;
    text-align: center; }
  #contest-terms ol {
    padding-left: 15px; }

#Security {
  background-color: #171717;
  margin-top: 0.5rem; }
  #Security .content {
    padding-left: 2rem; }
  #Security .module-titles .title {
    border: none; }
    #Security .module-titles .title h2 {
      color: #0dac8a; }
  #Security .sub-title {
    border-bottom: 1px solid #666;
    margin-bottom: 30px; }
    @media only screen and (max-width: 480px) {
      #Security .sub-title h2 {
        font-size: 1.7rem; } }
  #Security p {
    text-align: left;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 400;
    line-height: 1.7rem; }

.Security-product {
  background-color: #0dac8a;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .Security-product .card .card-title {
    color: #000; }

#work {
  background-color: #171717;
  margin-top: 0.5rem; }
  #work .content {
    padding-left: 2rem; }
  #work .module-titles .title {
    border: none; }
    #work .module-titles .title h2 {
      color: #0dac8a; }
  #work .sub-title {
    border-bottom: 1px solid #666;
    margin-bottom: 30px; }
    @media only screen and (max-width: 480px) {
      #work .sub-title h2 {
        font-size: 1.7rem; } }
  #work p {
    text-align: left;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 400;
    line-height: 1.7rem; }

.work-product {
  background-color: #0dac8a;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .work-product .card .card-title {
    color: #000; }

#learn {
  background-color: #f9fbfc;
  margin-top: 0.5rem; }
  #learn .kv {
    float: right; }
  #learn .content {
    padding-right: 2rem; }
  #learn .module-titles .title {
    border: none; }
    #learn .module-titles .title h2 {
      color: #fe5931; }
  #learn .sub-title {
    border-bottom: 1px solid #666;
    margin-bottom: 30px; }
    @media only screen and (max-width: 480px) {
      #learn .sub-title h2 {
        font-size: 1.7rem; } }
  #learn p {
    text-align: left;
    font-size: 1.2rem;
    color: #000;
    font-weight: 400;
    line-height: 1.7rem; }

.learn-product {
  background-color: #fe5931;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .learn-product .card .card-title {
    color: #fff; }

#create {
  background-color: #000;
  margin-top: 0.5rem; }
  #create .content {
    padding-left: 2rem; }
  #create .module-titles .title {
    border: none; }
    #create .module-titles .title h2 {
      color: #f31a37; }
  #create .sub-title {
    border-bottom: 1px solid #666;
    margin-bottom: 30px; }
    @media only screen and (max-width: 480px) {
      #create .sub-title h2 {
        font-size: 1.7rem; } }
  #create p {
    text-align: left;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 400;
    line-height: 1.7rem; }

.create-product {
  background-color: #f31a37;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .create-product .card .card-title {
    color: #000; }

#game {
  background-color: #f9fbfc;
  margin-top: 0.5rem; }
  #game .kv {
    float: right; }
  #game .content {
    padding-right: 2rem; }
  #game .module-titles .title {
    border: none; }
    #game .module-titles .title h2 {
      color: #6f52c0; }
  #game .sub-title {
    border-bottom: 1px solid #666;
    margin-bottom: 30px; }
    @media only screen and (max-width: 480px) {
      #game .sub-title h2 {
        font-size: 1.7rem; } }
  #game p {
    text-align: left;
    font-size: 1.2rem;
    color: #000;
    font-weight: 400;
    line-height: 1.7rem; }

.game-product {
  background-color: #6f52c0;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .game-product .card .card-title {
    color: #fff; }

.gradient-bg-black {
  background: #2f3234;
  background: linear-gradient(180deg, #2f3234 0%, #060607 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2f3234",endColorstr="#060607",GradientType=1); }

.gradient-bg-white {
  background: #d2dce3;
  background: linear-gradient(180deg, #d2dce3 0%, #f9fbfc 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d2dce3",endColorstr="#f9fbfc",GradientType=1); }

.item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .item-list .item {
    width: 80%;
    margin: 1rem auto; }
    @media only screen and (min-width: 992px) {
      .item-list .item {
        width: 30%;
        margin: auto; } }

.card > a {
  text-decoration: none; }

.card > a > img {
  opacity: 1;
  transition: all 0.5s; }

.card > a:hover > img {
  opacity: 0.7;
  transition: all 0.5s; }

.card {
  width: 80%;
  height: auto;
  display: block;
  margin: 2rem auto;
  padding: 0 10px;
  position: relative;
  text-align: center; }
  @media only screen and (min-width: 360px) {
    .card {
      margin: 1rem auto; } }
  @media only screen and (min-width: 992px) {
    .card {
      margin: auto;
      margin-bottom: 0rem; } }
  .card .card-title {
    height: auto;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400; }
    @media only screen and (min-width: 360px) {
      .card .card-title {
        font-size: 1rem; } }
    @media only screen and (min-width: 480px) {
      .card .card-title {
        font-size: 1rem; } }
  .card .card-sub-title {
    height: 1.25rem;
    margin-bottom: 1.5rem;
    overflow: hidden; }
  .card ul.card-wtbs {
    min-height: 3rem;
    display: block;
    padding: 0;
    list-style: none;
    text-align: center; }
    .card ul.card-wtbs li {
      padding: .2rem 0; }
      .card ul.card-wtbs li a {
        color: #76b900; }
        .card ul.card-wtbs li a:hover {
          color: #76b900; }
  .card .card-button {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 5px 10px;
    font-size: 1.1rem;
    border: 1px solid #1a6df9;
    border-radius: 4px;
    outline: 0;
    background-color: #337dfa;
    color: #fff;
    transition: background-color 0.25s ease-in-out;
    transition: all 0.5s; }
    @media only screen and (min-width: 480px) {
      .card .card-button {
        width: 60%; } }
    .card .card-button:hover {
      color: #fff;
      background-color: #000;
      border: 1px solid #1a6df9; }
    .card .card-button:focus, .card .card-button:active {
      color: #fff;
      border: 1px solid #1a6df9;
      background-color: #000;
      outline-color: transparent; }
    .card .card-button span {
      display: block; }
  .card .card-button-coming {
    padding: 5px 10px;
    border: 1px solid #999;
    background-color: transparent; }
    .card .card-button-coming:hover {
      border: 1px solid #999; }
  .card .card-button:after, .card .card-button-coming:after {
    width: 100%;
    display: inline-block; }
  .card .discount {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 88px;
    height: 88px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    z-index: 1; }
    @media only screen and (min-width: 360px) {
      .card .discount {
        width: 60px;
        height: 60px; } }
    @media only screen and (min-width: 480px) {
      .card .discount {
        width: 88px;
        height: 88px; } }
  .card span.glyphicon-certificate {
    color: #fe6b00;
    font-size: 5.5rem; }
    @media only screen and (min-width: 360px) {
      .card span.glyphicon-certificate {
        font-size: 4rem; } }
    @media only screen and (min-width: 480px) {
      .card span.glyphicon-certificate {
        font-size: 5.5rem; } }
  .card span.txt-disc {
    position: absolute;
    width: 50%;
    top: 30%;
    left: 0;
    right: 0;
    font-size: 1rem;
    line-height: 1;
    margin: auto; }
    @media only screen and (min-width: 360px) {
      .card span.txt-disc {
        font-size: 0.8rem; } }
    @media only screen and (min-width: 480px) {
      .card span.txt-disc {
        font-size: 1rem; } }
    .card span.txt-disc b {
      display: block;
      font-size: 1.4rem;
      letter-spacing: -0.05rem; }
      @media only screen and (min-width: 360px) {
        .card span.txt-disc b {
          font-size: 1.1rem; } }
      @media only screen and (min-width: 480px) {
        .card span.txt-disc b {
          font-size: 1.4rem; } }
  .card .specs {
    margin: 10px auto;
    width: auto;
    color: #ddd; }
    @media only screen and (min-width: 992px) {
      .card .specs {
        min-height: 12rem;
        width: 250px; } }
  .card .specs ul {
    list-style: none;
    text-align: left;
    padding-left: 10%; }
    @media only screen and (min-width: 992px) {
      .card .specs ul {
        padding-left: 20%; } }
  .card .specs ul li {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1px;
    position: relative;
    font-weight: 300;
    color: #999; }
    .card .specs ul li:after {
      content: "";
      height: 4px;
      width: 4px;
      background-color: #0f7dc2;
      position: absolute;
      top: 10px;
      left: -15px; }
  .card i {
    display: block;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    font-size: 0.8rem; }
    @media only screen and (min-width: 480px) {
      .card i {
        font-size: 0.875rem; } }

.card-button, .card-button-coming, .btn-link {
  position: relative;
  margin: 0 auto 0;
  padding: 10px 30px;
  font-size: 1.3rem;
  border: 1px solid #1a6df9;
  border-radius: 0;
  outline: 0;
  background-color: #337dfa;
  color: #fff;
  transition: background-color 0.25s ease-in-out;
  transition: all 0.5s;
  min-width: 160px; }
  .card-button:hover, .card-button-coming:hover, .btn-link:hover {
    color: #fff;
    background-color: #000;
    border: 1px solid #1a6df9;
    text-decoration: none; }
  .card-button:focus, .card-button:active, .card-button-coming:focus, .card-button-coming:active, .btn-link:focus, .btn-link:active {
    color: #fff;
    border: 1px solid #1a6df9;
    background-color: #000;
    outline-color: transparent;
    text-decoration: none; }
  .card-button span, .card-button-coming span, .btn-link span {
    display: block; }

.dropdown {
  position: relative;
  display: inline-block; }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  max-width: 240px;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
  z-index: 99;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 4px; }
  @media only screen and (max-width: 768px) {
    .dropdown-content {
      position: static;
      margin-top: 20px; } }
  .dropdown-content:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff; }
    @media only screen and (max-width: 768px) {
      .dropdown-content:after {
        top: 47px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        border-top: none; } }
  .dropdown-content:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -11px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #fff; }
    @media only screen and (max-width: 768px) {
      .dropdown-content:before {
        border: none; } }

.dropdown-content a {
  color: #1a6df9;
  padding: 7px 10px;
  text-decoration: none;
  display: block;
  font-weight: 400;
  font-size: 0.875rem;
  border-bottom: 1px solid #eee;
  text-align: left;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .dropdown-content a {
      padding: 5px 10px; } }
  .dropdown-content a:hover {
    background-color: #f8f8f8;
    color: #1a6df9;
    box-shadow: inset 3px 0 0 #1a6df9, inset -3px 0 0 #1a6df9; }
  .dropdown-content a div {
    margin: 0 auto;
    width: auto;
    height: 40px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 120px; }
  .dropdown-content a:first-child:hover {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .dropdown-content a:last-child {
    border-bottom: 0; }
    .dropdown-content a:last-child:hover {
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px; }
  .dropdown-content a .promo {
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #fe6b00;
    color: #fff;
    display: inline;
    height: auto;
    padding: 1px 3px;
    font-size: 0.8rem;
    text-transform: uppercase; }

.show {
  display: block; }

.logo_london {
  background: url("../images/logos/logo-london-drugs.png"); }

.logo_memoryEx {
  background: url("../images/logos/logo-MX.png"); }

.logo_canadaCom {
  background: url("../images/logos/logo-canadaCom.png"); }

.logo_tiger {
  background: url("../images/logos/logo_tiger-direct.png"); }

.logo_asus {
  background: url("../images/logos/logo-asus.png"); }

.logo_adorama {
  background: url("../images/logos/logo-adorama.png"); }

.logo_office-depot {
  background: url("../images/logos/logo-OfficeDepot.png"); }

.logo_abt {
  background: url("../images/logos/logo-abt.png"); }

.logo_frys {
  background: url("../images/logos/logo-frys.png"); }

.logo_newegg {
  background: url("../images/logos/logo_newegg.png"); }

.logo_amazon {
  background: url("../images/logos/logo-amazon.png"); }

.logo_B_H {
  background: url("../images/logos/logo-B_H.png"); }

.logo_bestbuy {
  background: url("../images/logos/logo-bestbuy.png"); }

.logo_cukusa {
  background: url("../images/logos/logo-cukusa.png"); }

.logo_EXcaliberpc {
  background: url("../images/logos/logo-EXcaliberpc.png"); }

.logo_nfm {
  background: url("../images/logos/logo-nfm.png"); }

.logo_gentechpc {
  background: url("../images/logos/logo-gentechpc.png"); }

.logo_hid {
  background: url("../images/logos/logo-hid.png"); }

.logo_iBUY {
  background: url("../images/logos/logo-iBUY.png"); }

.logo_microcenter {
  background: url("../images/logos/logo-microcenter.png"); }

.logo_microsoft {
  background: url("../images/logos/logo-ms-store.png"); }

.logo_mikes_computer {
  background: url("../images/logos/logo-mikes-computer.png"); }

.logo_MobileAdvance {
  background: url("../images/logos/logo-MobileAdvance.png"); }

.logo_PROSTAR {
  background: url("../images/logos/logo-PROSTAR.png"); }

.logo_XoticPC {
  background: url("../images/logos/logo-XoticPC.png"); }

.logo_costco {
  background: url("../images/logos/logo-Costco.png"); }

.logo_staples {
  background: url("../images/logos/logo-staples.png"); }

.logo_walmart {
  background: url("../images/logos/logo-walmart.png"); }

/* JS Tab ROG Elite Rewards Activities */
section.legal {
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 3rem 0;
  border-bottom: none;
  background-color: #fff; }
  @media only screen and (min-width: 992px) {
    section.legal {
      background-position: top; } }
  section.legal a {
    color: #999;
    text-decoration: none;
    vertical-align: top; }
    section.legal a .glyphicon {
      font-size: 1.2rem;
      line-height: 1.5rem;
      top: 4px; }
    section.legal a:hover {
      color: #151515;
      text-decoration: none; }
  section.legal .container::after {
    display: none; }
  section.legal .terms {
    font-size: 1rem;
    text-align: center;
    padding-top: 1rem;
    margin-bottom: 2rem; }
    section.legal .terms a {
      padding: 0 10px; }
  section.legal p {
    color: #999;
    font-size: .8rem;
    text-align: left;
    text-align-last: left;
    width: 100%;
    max-width: 100%;
    line-height: 1rem; }
    @media only screen and (min-width: 992px) {
      section.legal p {
        text-align: center;
        text-align-last: center; } }
  section.legal p.note {
    font-size: 0.875rem;
    text-align: left;
    text-align-last: left; }
  section.legal .social {
    margin-top: 0px;
    text-align: center; }
    section.legal .social a.btn-social {
      display: inline-block;
      width: 42px;
      height: 42px;
      margin: 0 auto;
      border: 1px solid #999;
      padding: 10px;
      border-radius: 50%;
      text-align: center;
      padding-top: 11px;
      margin: 0 8px; }
      section.legal .social a.btn-social:hover {
        border: 1px solid #151515; }
      section.legal .social a.btn-social:hover svg .st0 {
        fill: #151515; }
      section.legal .social a.btn-social svg {
        height: 18px; }
        section.legal .social a.btn-social svg .st0 {
          fill: #999; }
  section.legal .newsletter {
    margin-top: 20px;
    text-align: center; }

section.hero {
  background-image: url("../../assets/images/hero/hero@mobile.jpg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top center;
  padding-top: 0px;
  padding-bottom: 0;
  border-bottom: none;
  position: relative;
  height: 1058px;
  margin-top: 50px; }
  @media only screen and (min-width: 480px) {
    section.hero {
      background-size: cover;
      height: 1058px; } }
  @media only screen and (min-width: 768px) {
    section.hero {
      background-image: url("../../assets/images/hero/hero.jpg");
      background-size: 1160px;
      padding-top: 155px;
      height: 448px; }
	  
    section.nico {
/*
      background-image: url("../../assets/images/hero/security.jpg");
*/
      background-color: #000;
      background-size: 1920px;
      padding-top: 60px;
      height: 745px; } 
	  
	section.qq {
      background-image: url("../../assets/images/hero/all-products.jpg");
      background-size: 1920px;
      padding-top: 55px;
      height: 745px; } 
}
  @media only screen and (min-width: 992px) {
    section.hero {
      background-size: 1400px;
      padding-top: 190px;
      height: 540px; } }
  @media only screen and (min-width: 1200px) {
    section.hero {
      background-size: auto;
      padding-top: 268px;
      height: 743px; } }



  section.hero .container:after {
    display: none; }
  section.hero .container-fluid {
    position: relative;
    padding: 0; }
    section.hero .container-fluid .row {
      margin: 0; }
    section.hero .container-fluid .row > div {
      padding: 0; }
    section.hero .container-fluid .mobile {
      display: block; }
      @media only screen and (min-width: 768px) {
        section.hero .container-fluid .mobile {
          display: none; } }
    section.hero .container-fluid .desktop {
      display: none; }
      @media only screen and (min-width: 768px) {
        section.hero .container-fluid .desktop {
          display: block; } }
    section.hero .container-fluid .hero-text {
      color: #222;
      font-size: 1.5rem; }
      @media only screen and (min-width: 992px) {
        section.hero .container-fluid .hero-text {
          position: relative; } }
      section.hero .container-fluid .hero-text p {
        line-height: 1.6rem;
        color: #f1f1f1;
        margin-bottom: 30px; }
      section.hero .container-fluid .hero-text .logo-primary {
        margin-bottom: 0px; }
        @media only screen and (min-width: 768px) {
          section.hero .container-fluid .hero-text .logo-primary {
            margin-bottom: 30px; } }
        @media only screen and (min-width: 1200px) {
          section.hero .container-fluid .hero-text .logo-primary {
            margin-bottom: 60px; } }
      section.hero .container-fluid .hero-text .logo-secondary {
        margin-bottom: 0px; }
        @media only screen and (min-width: 768px) {
          section.hero .container-fluid .hero-text .logo-secondary {
            margin-bottom: 30px; } }
    section.hero .container-fluid img {
      margin: 0 auto; }
  section.hero .hero-text {
    text-align: center;
    color: #fff;
    font-size: 1rem; }
    @media only screen and (min-width: 480px) {
      section.hero .hero-text {
        font-size: 1.2rem; } }
    @media only screen and (min-width: 768px) {
      section.hero .hero-text {
        text-align: left;
        color: #222;
        position: relative;
        left: 0px;
        font-size: 1rem; } }
    @media only screen and (min-width: 992px) {
      section.hero .hero-text {
        left: 35px;
        font-size: 1rem; } }
    @media only screen and (min-width: 1200px) {
      section.hero .hero-text {
        left: -25px;
        font-size: 1.5rem; } }
    section.hero .hero-text h1 {
      font-size: 30px; }
      @media only screen and (min-width: 480px) {
        section.hero .hero-text h1 {
          font-size: 36px; } }
      @media only screen and (min-width: 768px) {
        section.hero .hero-text h1 {
          font-size: 22px;
          margin-bottom: 0; } }
      @media only screen and (min-width: 992px) {
        section.hero .hero-text h1 {
          font-size: 26px;
          margin-bottom: 10px; } }
      @media only screen and (min-width: 1200px) {
        section.hero .hero-text h1 {
          font-size: 36px; } }
    section.hero .hero-text p {
      line-height: 1.6rem;
      color: #f1f1f1;
      margin-bottom: 30px; }
    section.hero .hero-text .logo-primary {
      margin-bottom: 0px; }
      @media only screen and (min-width: 768px) {
        section.hero .hero-text .logo-primary {
          margin-bottom: 30px; } }
      @media only screen and (min-width: 1200px) {
        section.hero .hero-text .logo-primary {
          margin-bottom: 60px; } }
    section.hero .hero-text .logo-secondary {
      margin-bottom: 0px; }
      @media only screen and (min-width: 768px) {
        section.hero .hero-text .logo-secondary {
          margin-bottom: 30px; } }
  section.hero .hero-image {
    background-repeat: no-repeat;
    height: 220px;
    background-size: contain;
    background-position: right; }
    @media only screen and (min-width: 480px) {
      section.hero .hero-image {
        height: 500px; } }
    @media only screen and (min-width: 992px) {
      section.hero .hero-image {
        height: 500px;
        background-size: contain; } }
  section.hero .module-titles {
    text-align: left;
    padding-bottom: 0.5rem; }
    @media only screen and (min-width: 768px) {
      section.hero .module-titles {
        text-align: center;
        padding-bottom: 0; } }
  section.hero .module-titles .title h2 {
    font-size: 3.5rem;
    color: #fff;
    font-weight: 400;
    margin-top: 30px;
    font-style: italic; }
    @media only screen and (min-width: 768px) {
      section.hero .module-titles .title h2 {
        font-size: 6rem; } }
  section.hero .module-titles .title span {
    letter-spacing: 1px; }
    @media only screen and (max-width: 480px) {
      section.hero .module-titles .title span {
        font-size: 1.1rem;
        margin-top: 5px;
        padding: 10px 0; } }
  section.hero h2 {
    text-align: center;
    color: #337dfa;
    font-size: 3rem; }
  section.hero h3 {
    font-family: 'Saira Semi Condensed', sans-serif;
    margin-top: 0px;
    margin-bottom: 30px; }
    section.hero h3 sup {
      top: -1.1em;
      font-size: 40%; }
  section.hero p {
    text-align: left;
    max-width: 700px;
    margin: 0 auto 1rem;
    font-size: 1.3rem;
    padding: 0 10px;
    text-align: center;
    font-weight: 300;
    line-height: 2rem; }
  section.hero b {
    color: #337dfa; }

.img1{
    width: 300px;
    height: 300px;
    background-size: cover;
  background-image: url("../../assets/images/Whole-home WiFi.png");
}
.img2{
    width: 300px;
    height: 300px;
    background-size: cover;
  background-image: url("../../assets/images/Commercial-grade security.png");
}
.img3{
    width: 300px;
    height: 300px;
    background-size: cover;
  background-image: url("../../assets/images/Advanced Parental Controls.png");
}

.pimg1{
    width: 150px;
	margin-left:15px;
    height: 150px;
    background-size: cover;
    background-image: url("../../assets/images/ZenWifi-ax-white.png");
}

.pimg2{
    width: 150px;
    height: 150px;margin-left:15px;
    background-size: cover;
  background-image: url("../../assets/images/ZenWifi.png"); href="https://www.asus.com/us/Mesh-WiFi-System/RT-AX58U/" target="_blank"
}


.pimg3{
    width: 150px;
    height: 150px;
	margin-left:15px;
    background-size: cover;
  background-image: url("../../assets/images/rt-ax88u.png");
}


.pimg4{
    width: 150px;
    height: 150px;margin-left:15px;
    background-size: cover;
  background-image: url("../../assets/images/rt-ax58u.png");
}


.pimg5{
    width: 150px;
    height: 150px;margin-left:15px;
    background-size: cover;
  background-image: url("../../assets/images/rt-ac88u.png");
}


.pimg6{
    
    height: 150px;
	margin-left:15px;
    background-size: cover;
  background-image: url("../../assets/images/gt-ax11000.png");
}


.pimg7{
    width: 150px;
    height: 150px;margin-left:15px;
    background-size: cover;
  background-image: url("../../assets/images/gt-ac5300.png");
}


.pimg8{
    width: 150px;
    height: 150px;margin-left:15px;
    background-size: cover;
  background-image: url("../../assets/images/tuf-ax3000.png");
}


.pimg9{
    width: 150px;
    height: 150px;margin-left:15px;
    background-size: cover;
  background-image: url("../../assets/images/rt-ax92u.png");
}


.pimg10{
    width: 150px;
    height: 150px;margin-left:15px;
    background-size: cover;
  background-image: url("../../assets/images/rt-ac86u.png");
}






.ptxt1{
  text-align: center;
}

.ptxt2{
  text-align: center;
}

.ptxt3{
  text-align: center;
}

.ptxt4{
  text-align: center;
}

.ptxt5{
  text-align: center;
}

.ptxt6{
  text-align: center;
}

.ptxt7{
  text-align: center;
}

.ptxt8{
  text-align: center;
}

.ptxt9{
  text-align: center;
}

.ptxt10{
  text-align: center;
}








