@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Light.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'TT-Norms-Pro-Normal';
  src: url("../fonts/TT-Norms-Pro-Normal.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'TT-Norms-Pro-Medium';
  src: url("../fonts/TT-Norms-Pro-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'TT-Norms-Pro-Bold';
  src: url("../fonts/TT-Norms-Pro-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Xolonium_regular';
  src: url("../fonts/xolonium-regular.otf"), url("../fonts/xolonium-regular.otf") format("embedded-opentype"), url("../fonts/xolonium-regular.ttf") format("opentype"), url("../fonts/xolonium-regular.eot");
  font-weight: normal;
  font-style: normal; }

/* ---------- ANIMATION ---------- */
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes colorrun {
  from {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg); }
  to {
    -webkit-filter: hue-rotate(359deg);
    filter: hue-rotate(359deg); } }

@-webkit-keyframes colorrun {
  from {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg); }
  to {
    -webkit-filter: hue-rotate(359deg);
    filter: hue-rotate(359deg); } }

/* ---------- COLOR EFFECT ---------- */
@-webkit-keyframes static {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; } }

@keyframes static {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; } }

@-webkit-keyframes breathing {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; } }

@keyframes breathing {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; } }

@-webkit-keyframes strobing {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; } }

@keyframes strobing {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; } }

@-webkit-keyframes music {
  0% {
    opacity: 1; }
  10% {
    opacity: .3; }
  40% {
    opacity: 1; }
  60% {
    opacity: .3; }
  70% {
    opacity: 1; }
  100% {
    opacity: .3; } }

@keyframes music {
  0% {
    opacity: 1; }
  10% {
    opacity: .3; }
  40% {
    opacity: 1; }
  60% {
    opacity: .3; }
  70% {
    opacity: 1; }
  100% {
    opacity: .3; } }

@-webkit-keyframes cycle {
  0% {
    background-color: #fc5050; }
  15% {
    background-color: #fc9d50; }
  30% {
    background-color: #fffc51; }
  45% {
    background-color: #71f276; }
  60% {
    background-color: #82d3ff; }
  75% {
    background-color: #6d8dff; }
  90% {
    background-color: #d47cff; }
  100% {
    background-color: #fc5050; } }

@keyframes cycle {
  0% {
    background-color: #fc5050; }
  15% {
    background-color: #fc9d50; }
  30% {
    background-color: #fffc51; }
  45% {
    background-color: #71f276; }
  60% {
    background-color: #82d3ff; }
  75% {
    background-color: #6d8dff; }
  90% {
    background-color: #d47cff; }
  100% {
    background-color: #fc5050; } }

@-webkit-keyframes rainbow {
  0% {
    -webkit-transform: translateY(-100%) skewY(-40deg) scale(2, 2);
            transform: translateY(-100%) skewY(-40deg) scale(2, 2); }
  100% {
    -webkit-transform: translateY(0%) skewY(-40deg) scale(2, 2);
            transform: translateY(0%) skewY(-40deg) scale(2, 2); } }

@keyframes rainbow {
  0% {
    -webkit-transform: translateY(-100%) skewY(-40deg) scale(2, 2);
            transform: translateY(-100%) skewY(-40deg) scale(2, 2); }
  100% {
    -webkit-transform: translateY(0%) skewY(-40deg) scale(2, 2);
            transform: translateY(0%) skewY(-40deg) scale(2, 2); } }

@-webkit-keyframes cpu {
  0% {
    background-color: #fc5050; }
  30% {
    background-color: #fffc51; }
  60% {
    background-color: #59f773; }
  90% {
    background-color: #fffc51; } }

@keyframes cpu {
  0% {
    background-color: #fc5050; }
  30% {
    background-color: #fffc51; }
  60% {
    background-color: #59f773; }
  90% {
    background-color: #fffc51; } }

@-webkit-keyframes flash {
  0% {
    background-color: #56d4ff; }
  30% {
    background-color: #56d4ff; }
  40% {
    background-color: #ffffff; }
  50% {
    background-color: #56d4ff; }
  100% {
    background-color: #56d4ff; } }

@keyframes flash {
  0% {
    background-color: #56d4ff; }
  30% {
    background-color: #56d4ff; }
  40% {
    background-color: #ffffff; }
  50% {
    background-color: #56d4ff; }
  100% {
    background-color: #56d4ff; } }

@keyframes comet {
  0% {
    height: 200%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    height: 200%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%); } }

@-webkit-keyframes comet {
  0% {
    height: 200%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    height: 200%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%); } }

@-webkit-keyframes yoyo {
  0% {
    opacity: 1; }
  60% {
    opacity: 0; }
  80% {
    opacity: 1; }
  95% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@keyframes yoyo {
  0% {
    opacity: 1; }
  60% {
    opacity: 0; }
  80% {
    opacity: 1; }
  95% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@-webkit-keyframes starryNight {
  0% {
    opacity: 0; }
  80% {
    opacity: 0; }
  95% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes starryNight {
  0% {
    opacity: 0; }
  80% {
    opacity: 0; }
  95% {
    opacity: 1; }
  100% {
    opacity: 1; } }

/*---Liz---*/
#hd .hd-controls-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  clear: both; }

#hd .hd-controls-L {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  padding-left: 120px; }

li.Aura-Sync {
  width: 250px; }

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
  background-color: #03001e;
  -webkit-overflow-scrolling: touch; }

@media only screen and (min-width: 1600px) {
  .container {
    width: 1400px; } }

sup {
  font-size: 100%;
  top: -.1em; }

h1, h2, h3 {
  font-family: "TT-Norms-Pro-Medium", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  color: #fff; }

h2 {
  font-size: 2rem; }
  @media only screen and (min-width: 768px) {
    h2 {
      font-size: 2.5rem; } }
  @media only screen and (min-width: 1200px) {
    h2 {
      font-size: 3.5rem; } }

h3 {
  font-size: 1.5rem; }
  @media only screen and (min-width: 768px) {
    h3 {
      font-size: 2rem; } }
  @media only screen and (min-width: 1200px) {
    h3 {
      font-size: 2.5rem; } }

h4 {
  font-size: 1.5rem; }

.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: 9996;
  width: 45px;
  height: 45px;
  border-radius: 26px;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  border: 2px solid #ff0000;
  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: #ff0000;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

#scrollUp:hover svg {
  fill: #fff; }

#scrollUp:active, #scrollUp:hover {
  background-color: #212121; }

/* Carousel style */
.owl-dots {
  padding-top: 0; }

.owl-theme .owl-nav .disabled {
  opacity: 0;
  cursor: default; }

.owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 0;
  z-index: 1; }
  .owl-nav .owl-next, .owl-nav .owl-prev {
    position: absolute;
    top: 120px;
    margin: auto;
    width: 30px;
    height: 30px; }
    @media only screen and (min-width: 768px) {
      .owl-nav .owl-next, .owl-nav .owl-prev {
        width: 30px;
        height: 30px;
        top: 120px; } }
    @media only screen and (min-width: 1200px) {
      .owl-nav .owl-next, .owl-nav .owl-prev {
        top: 120px; } }
    @media only screen and (min-width: 1600px) {
      .owl-nav .owl-next, .owl-nav .owl-prev {
        top: 120px; } }
    .owl-nav .owl-next:hover, .owl-nav .owl-prev:hover {
      background-color: transparent !important;
      color: #ff1a1a; }
    .owl-nav .owl-next:focus, .owl-nav .owl-prev:focus {
      outline-color: transparent;
      outline: transparent; }
  .owl-nav .owl-next {
    right: 0px; }
    @media only screen and (max-width: 768px) {
      .owl-nav .owl-next {
        right: 0; } }
  .owl-nav .owl-prev {
    left: 0px; }
    @media only screen and (max-width: 768px) {
      .owl-nav .owl-prev {
        left: 0; } }
  .owl-nav span {
    display: block;
    font-size: 4rem;
    line-height: 20px;
    height: 30px;
    width: 30px; }

.owl-theme .owl-nav button[class*=owl-] {
  color: #ff1a1a;
  margin: 0; }

.owl-theme .owl-nav [class*=owl-]:hover {
  color: #ff1a1a; }

.owl-theme .owl-dots .owl-dot:focus {
  outline-color: transparent;
  outline: transparent; }

.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid #ff0000;
  border-radius: 0;
  width: 14px;
  height: 14px; }

.owl-theme .owl-dots .owl-dot.active span {
  background: #e60000; }

@media only screen and (min-width: 1200px) {
  .owl-theme .owl-dots .owl-dot:hover span {
    background: #e60000; } }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px; }

@media only screen and (min-width: 992px) {
  .owl-item .card a, .owl-item .card .btn {
    cursor: default; } }

.owl-item .card img {
  width: auto; }

@media only screen and (min-width: 992px) {
  .owl-item.active .card a, .owl-item.active .card .btn {
    cursor: pointer; } }

.owl-item.active .card img {
  width: auto; }

a {
  color: #ff0000;
  text-decoration: none;
  transition: color 0.25s ease-in-out; }
  a:hover {
    color: #ff0000;
    text-decoration: underline; }

.btn {
  background-color: #ff0000;
  border: 1px solid #e60000;
  border-radius: 0;
  font-size: 1.1rem;
  padding: 7px 25px;
  font-weight: 400; }
  .btn:hover {
    color: #fff;
    background-color: #000;
    border: 1px solid #e60000; }
  .btn:focus, .btn:active {
    color: #fff;
    border: 1px solid #e60000;
    background-color: #000;
    outline-color: transparent;
    outline: none; }

.btn-rog {
  position: relative;
  display: block;
  width: 70%;
  margin: 0 auto;
  padding: 10px 20px;
  font-size: 1rem;
  border: 1px solid #e60000;
  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 #e60000; }
  .btn-rog:focus, .btn-rog:active {
    color: #fff;
    border: 1px solid #e60000;
    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: #e60000;
    text-decoration: underline; }

.txt-gradient-r {
  display: inline-block;
  padding-bottom: 5px;
  color: #ff0000;
  background: #ff0000;
  background: linear-gradient(90deg, #ff0000 30%, #ff1a1a 70%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; }

.play-button {
  position: absolute;
  background-image: url("../images/play-icon.png");
  background-repeat: no-repeat;
  height: 94px;
  width: 94px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  opacity: 0.7; }

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

.img-center {
  margin: auto; }

.border-horizontal-gradient {
  background: #ff0000;
  background: linear-gradient(to right, #03001e 0%, #ff0000 50%, #03001e 100%); }

.divider {
  width: 100%;
  height: .0625rem;
  display: inline-block; }
  .divider.solid {
    background: #111;
    line-height: 0; }

header {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0;
  position: fixed;
  z-index: 999; }
  header .logo-secondary {
    display: none; }
  header .navbar-brand {
    padding: 10px 10px; }
    @media only screen and (min-width: 768px) {
      header .navbar-brand {
        padding: 6px 10px; } }
  header .navbar-inverse .navbar-toggle:focus, header .navbar-inverse .navbar-toggle:hover {
    background-color: transparent; }
  header .navbar-nav > li > a {
    margin: 3rem 0;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      header .navbar-nav > li > a {
        margin: 5px 0 0 0;
        text-align: left; } }
    header .navbar-nav > li > a:hover:after {
      content: "";
      position: relative;
      display: block;
      width: 100%;
      top: 6px; }
      @media only screen and (min-width: 768px) {
        header .navbar-nav > li > a:hover:after {
          height: 2px;
          background-color: #ff0000; } }
  header .navbar-inverse .lang {
    width: auto;
    margin-top: -10px;
    margin-bottom: 10px;
    margin-left: 20px;
    text-align: right;
    display: inline-block;
    float: right; }
    @media only screen and (min-width: 480px) {
      header .navbar-inverse .lang {
        margin-top: 10px; } }
    @media only screen and (min-width: 768px) {
      header .navbar-inverse .lang {
        margin-top: 5px;
        float: right; } }
    @media only screen and (min-width: 992px) {
      header .navbar-inverse .lang {
        margin-top: 10px;
        float: none; } }
    header .navbar-inverse .lang a {
      background-color: #000;
      padding: 0px 12px;
      margin: 0px;
      font-size: 1rem;
      color: #fff;
      border: 2px solid #fff; }
      @media only screen and (max-width: 480px) {
        header .navbar-inverse .lang a {
          padding: 0 8px;
          font-size: 0.875rem; } }
    header .navbar-inverse .lang a.selected {
      background-color: #fff;
      color: #000;
      margin-right: -5px; }
  header .navbar-inverse .logo-secondary {
    display: block;
    width: 100%;
    float: left; }
    @media only screen and (min-width: 480px) {
      header .navbar-inverse .logo-secondary {
        float: left;
        margin-top: 0px; } }
    @media only screen and (min-width: 768px) {
      header .navbar-inverse .logo-secondary {
        float: none;
        width: auto;
        margin-top: 10px;
        position: absolute;
        top: -5px;
        right: 3%; } }
    header .navbar-inverse .logo-secondary img {
      height: 34px;
      display: inline-block; }
      @media only screen and (min-width: 768px) {
        header .navbar-inverse .logo-secondary img {
          height: 43px; } }
  @media only screen and (min-width: 768px) {
    header .navbar-inverse .navbar-right {
      margin-right: 110px; } }
  @media only screen and (min-width: 1200px) {
    header .navbar-inverse .navbar-right {
      margin-right: 40px; } }
  @media only screen and (min-width: 1600px) {
    header .navbar-inverse .navbar-right {
      margin-right: 10px; } }
  header .navbar {
    z-index: 99; }
    header .navbar a {
      text-decoration: none;
      text-transform: uppercase;
      font-size: 1.2rem; }
      @media only screen and (min-width: 768px) {
        header .navbar a {
          font-size: 0.875rem;
          padding: 10px 10px;
          margin-top: 5px; } }
      @media only screen and (min-width: 992px) {
        header .navbar a {
          font-size: 1.2rem;
          padding: 10px 15px;
          margin-top: 0; } }
      header .navbar a:hover, header .navbar a:focus {
        color: #ff0000 !important; }
    header .navbar .logo-primary {
      margin: 0;
      height: 28px;
      transition: all 0.3s ease-out; }
      @media only screen and (min-width: 768px) {
        header .navbar .logo-primary {
          height: 28px; } }
      @media only screen and (min-width: 992px) {
        header .navbar .logo-primary {
          height: 28px; } }
    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; }

.site-title .title {
  font-size: 2rem;
  font-weight: 200; }
  @media only screen and (min-width: 768px) {
    .site-title .title {
      font-size: 3rem; } }

.site-title .sub-title {
  font-weight: 300; }

.module {
  width: 100%;
  height: auto;
  padding: 2rem 0;
  display: block;
  text-align: center; }
  .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: center; }
    .module .module-titles .title {
      display: inline-block;
      margin-bottom: 0;
      text-align: center; }
      .module .module-titles .title h2 {
        font-size: 2rem;
        line-height: 2rem;
        margin-top: 0; }
        @media only screen and (min-width: 768px) {
          .module .module-titles .title h2 {
            font-size: 2.5rem;
            line-height: 1; } }
        @media only screen and (min-width: 1200px) {
          .module .module-titles .title h2 {
            font-size: 3.5rem; } }
        .module .module-titles .title h2 i {
          font-size: 50%;
          font-style: normal;
          top: -.5em;
          vertical-align: super; }
        .module .module-titles .title h2 span {
          display: block;
          font-size: 1.4rem;
          text-transform: none;
          margin-bottom: 0.5rem;
          line-height: 1.2; }
      .module .module-titles .title > span {
        font-family: 'Xolonium_regular', sans-serif;
        display: block;
        font-size: 1.5rem; }
        @media only screen and (min-width: 768px) {
          .module .module-titles .title > span {
            font-size: 1.6rem; } }
    .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: 1rem; } }
    .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 0 1rem; }
    @media only screen and (min-width: 1200px) {
      .module p {
        line-height: 1.7rem;
        font-size: 1rem;
        font-weight: 300;
        max-width: 1020px;
        margin: 1rem auto; } }

/* Key Features */
ul.features {
  list-style: none;
  font-size: 0.875rem;
  padding: 0;
  font-family: "TT-Norms-Pro-Medium", sans-serif; }
  @media only screen and (min-width: 360px) {
    ul.features {
      font-size: 1rem; } }
  @media only screen and (min-width: 480px) {
    ul.features {
      font-size: 1.3rem; } }
  ul.features li {
    display: inline-block;
    padding: 10px 10px;
    position: relative; }
    ul.features li::after {
      content: '';
      border-bottom: 3px solid #fff;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 10%;
      bottom: -3px; }
      @media only screen and (min-width: 768px) {
        ul.features li::after {
          border-bottom: none;
          border-right: 3px solid #fff;
          padding-right: 20px;
          bottom: inherit;
          width: 3px;
          margin-right: 0;
          top: 3px;
          height: 80%; } }
    ul.features li:last-child::after {
      border-bottom: none; }
      @media only screen and (min-width: 768px) {
        ul.features li:last-child::after {
          border-right: none; } }
    @media only screen and (min-width: 768px) {
      ul.features li {
        padding: 0 20px; } }
    ul.features li a {
      text-decoration: none; }
      ul.features li a:hover {
        color: #fff; }

/* video wrapper */
.video-wrapper {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  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-player {
  width: 100vw;
  height: 100vh;
  position: relative;
  z-index: 9999;
  padding: 4%;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .video-player {
      padding: 65px 4%; } }
  .video-player .img-popup {
    height: 100%;
    max-height: 800px; }
    @media only screen and (max-width: 768px) {
      .video-player .img-popup {
        width: 100%;
        height: auto; } }

.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: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto; }
  .item-list .p-logo {
    margin: auto; }

.top-line {
  border-top: 1px solid #ff0000;
  position: relative;
  overflow: hidden; }
  .top-line:before {
    content: "";
    position: absolute;
    width: 60%;
    height: 12px;
    top: 0;
    left: -10px;
    display: block;
    background-color: #ff0000;
    -webkit-transform: skewX(-60deg);
            transform: skewX(-60deg); }

.bottom-line {
  border-bottom: 1px solid #ff0000;
  position: relative;
  overflow: hidden; }
  .bottom-line:after {
    content: "";
    position: absolute;
    width: 60%;
    height: 12px;
    bottom: 0;
    right: -10px;
    display: block;
    background-color: #ff0000;
    -webkit-transform: skewX(-60deg);
            transform: skewX(-60deg); }

.module.intro {
  background-color: #621c75;
  background-image: url("../images/intro-bg.jpg");
  background-repeat: no-repeat;
  background-size: 1000px;
  background-position: top right;
  padding: 15rem 0 2rem; }
  @media only screen and (min-width: 768px) {
    .module.intro {
      background-size: cover;
      background-position: 68% 50%;
      padding: 4rem 0; } }
  @media only screen and (min-width: 1200px) {
    .module.intro {
      background-size: cover;
      background-position: 68% 50%; } }
  .module.intro p {
    text-align: left; }
    @media only screen and (min-width: 480px) {
      .module.intro p {
        text-align: center; } }
    @media only screen and (min-width: 1200px) {
      .module.intro p {
        font-size: clamp(1.125rem, 1.5vw, 1.5rem);
        line-height: 1.5; } }
  .module.intro .intro-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    @media only screen and (min-width: 992px) {
      .module.intro .intro-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-flow: row-reverse;
                flex-flow: row-reverse;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .module.intro .intro-list .item {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin: 10px 20px; }
      @media only screen and (min-width: 992px) {
        .module.intro .intro-list .item {
          margin: 20px; } }

.module.project {
  background-color: #150e00;
  background-image: url("../images/bg-2.jpg");
  background-repeat: no-repeat;
  background-size: 1000px;
  background-position: top left;
  text-align: left;
  padding: 9rem 0 2rem; }
  @media only screen and (min-width: 768px) {
    .module.project {
      background-image: none;
      padding: 2rem 0; } }
  @media only screen and (min-width: 992px) {
    .module.project {
      background-image: url("../images/bg-2.jpg");
      background-size: cover;
      background-position: top left;
      padding: 2rem 0; } }
  @media only screen and (min-width: 1200px) {
    .module.project {
      background-size: cover;
      background-position: top left; } }
  .module.project img {
    margin: 0 0 1rem auto; }
    @media only screen and (min-width: 768px) {
      .module.project img {
        margin: 30px auto 0; } }
  .module.project p {
    text-align: left; }

.module.partners {
  background-image: url("../images/bg-3.jpg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top center;
  padding: 0; }
  .module.partners .item-list {
    max-width: 1300px;
    min-height: 355px; }
    .module.partners .item-list a {
      margin: auto; }

.module.builds {
  border-top: 1px solid #000; }
  .module.builds a {
    color: #fff;
    text-decoration: underline;
    text-underline-position: under; }
    .module.builds a:hover {
      text-decoration: none; }
  .module.builds.main-bg {
    background-color: #03001e; }
  .module.builds .vid {
    margin-top: 10px;
    text-align: center; }
    .module.builds .vid .btn-video {
      display: inline-block;
      max-width: 700px; }
  .module.builds .product-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; }
    .module.builds .product-list .item {
      display: inline-block;
      width: 33.3333%;
      padding: 10px; }
      @media only screen and (min-width: 480px) {
        .module.builds .product-list .item {
          width: 25%; } }
      @media only screen and (min-width: 768px) {
        .module.builds .product-list .item {
          width: 20%; } }
      @media only screen and (min-width: 992px) {
        .module.builds .product-list .item {
          width: 25%; } }
      @media only screen and (min-width: 1200px) {
        .module.builds .product-list .item {
          width: 20%; } }
      .module.builds .product-list .item:hover {
        background-color: #222; }
      .module.builds .product-list .item .product-type {
        background-color: #b8008e;
        padding: 7px 5px 5px;
        font-size: 0.875rem;
        line-height: 1;
        font-family: "TT-Norms-Pro-Medium", sans-serif; }
      .module.builds .product-list .item .item-kv .img {
        width: 80%;
        margin: 10px auto; }
      .module.builds .product-list .item .item-desc {
        font-size: 0.875rem;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
  .module.builds .item-list {
    max-width: 730px;
    margin: 3rem auto;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    @media only screen and (max-width: 480px) {
      .module.builds .item-list .p-logo {
        width: 100%;
        margin: 10px auto; } }
  .module.builds .kv {
    position: relative;
    background-color: #292929; }
    .module.builds .kv .tagline {
      position: absolute;
      top: calc(50% - 28px);
      left: 0;
      right: 0;
      margin: 0 auto;
      font-size: 2.5rem;
      font-family: "TT-Norms-Pro-Medium", sans-serif; }
  .module.builds .product-spec {
    text-align: left;
    border: none; }
    @media only screen and (min-width: 992px) {
      .module.builds .product-spec {
        padding-left: 25px; } }
    .module.builds .product-spec .table {
      font-size: 0.875rem; }
    .module.builds .product-spec .table > tbody > tr > td {
      border: none;
      padding: 5px 10px; }
    .module.builds .product-spec .table > tbody > tr > td:nth-child(1) {
      width: 30%; }
    .module.builds .product-spec .table > tbody > tr:nth-child(even) {
      background-color: #b8008e; }
  .module.builds.alt-bg {
    background-color: #05002d; }
  .module.builds .tidbit-video {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 25px;
    line-height: 1; }
    .module.builds .tidbit-video span {
      color: #b8008e; }
  .module.builds .btn-video {
    display: block;
    cursor: pointer;
    position: relative; }
    .module.builds .btn-video img {
      width: 100%;
      border: 1px solid #fff; }
    .module.builds .btn-video:hover .play-button {
      opacity: 1; }
  .module.builds h3 {
    text-align: left;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 20px; }
  .module.builds .tagline {
    font-size: 1.3rem;
    margin-bottom: 3rem; }
  .module.builds .coming-soon {
    position: relative;
    border: 1px solid #e60000; }
    .module.builds .coming-soon span {
      position: absolute;
      font-size: 2rem;
      font-weight: 600;
      text-transform: uppercase;
      margin: auto;
      line-height: 0;
      text-shadow: 0px 0px 20px #000;
      top: 50%;
      left: 0;
      right: 0;
      margin: 0 auto;
      color: #e60000; }
      @media only screen and (min-width: 480px) {
        .module.builds .coming-soon span {
          font-size: 3rem; } }

.module.products {
  background: #320f3b;
  background: radial-gradient(ellipse at center top, #320f3b 0%, #1b0222 50%, #050006 100%); }
  .module.products .product-item {
    margin-top: 5rem; }
  .module.products .category {
    background-color: #03001e;
    width: 100%;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    transition: all 0.3s; }
    @media only screen and (min-width: 768px) {
      .module.products .category {
        width: 47%; } }
    @media only screen and (min-width: 992px) {
      .module.products .category {
        width: 31%; } }
    @media only screen and (min-width: 1200px) {
      .module.products .category {
        width: 31.5%; } }
    .module.products .category:hover {
      box-shadow: 0px 0px 40px rgba(145, 50, 169, 0.7); }
    .module.products .category .category-title {
      font-family: "TT-Norms-Pro-Medium", sans-serif;
      font-size: 2rem;
      padding: 1.5rem 0 1rem;
      position: relative;
      margin-bottom: 2rem; }
      @media only screen and (min-width: 768px) {
        .module.products .category .category-title {
          font-size: 2rem; } }
      @media only screen and (min-width: 1200px) {
        .module.products .category .category-title {
          font-size: 2.3rem; } }
      .module.products .category .category-title:before {
        content: "";
        width: 76%;
        height: 1px;
        background-color: #ff0000;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto; }
      .module.products .category .category-title:after {
        content: "";
        position: absolute;
        width: 40%;
        position: absolute;
        bottom: -13px;
        left: 12%;
        border-top: 13px solid #ff0000;
        border-right: 24px solid transparent; }

.module.winners {
  background: #040029;
  background: linear-gradient(180deg, #040029 16%, #1a0020 83%); }
  .module.winners .flex-box {
    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; }
    .module.winners .flex-box .item {
      width: 100%;
      margin-top: 2rem; }
      @media only screen and (min-width: 992px) {
        .module.winners .flex-box .item {
          width: 32%; } }
      .module.winners .flex-box .item .title {
        font-family: "TT-Norms-Pro-Medium", sans-serif;
        min-height: 4rem; }
  .module.winners .btn-video {
    margin: 1rem 0 3rem;
    display: block;
    position: relative;
    cursor: pointer; }
    .module.winners .btn-video img {
      border: 1px solid #fff; }
    .module.winners .btn-video:hover .play-button {
      opacity: 1; }

section.redeem {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px; }
  section.redeem p {
    color: #ff0000;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 15px auto 15px;
    line-height: 1; }
  section.redeem span {
    font-family: "Saira Semi Condensed", sans-serif;
    font-size: 2rem;
    color: #ff0000;
    font-weight: 700;
    padding-top: 10px;
    display: block; }
  section.redeem .card {
    margin-bottom: 0; }
  section.redeem .card-button {
    margin-top: 30px;
    color: #000;
    font-size: 1.8rem;
    font-weight: 700; }
  section.redeem .col-sm-6:nth-child(1) {
    padding-bottom: 60px; }
    @media only screen and (min-width: 768px) {
      section.redeem .col-sm-6:nth-child(1) {
        border-right: 1px solid #ff0000;
        padding-bottom: 0px; } }

section.video {
  text-align: center;
  margin: 3rem 0; }
  section.video h1 {
    font-family: 'geforce-light', sans-serif; }
  section.video h2 {
    color: #ff0000;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 30px auto 0;
    line-height: 1.5rem; }
  section.video .card {
    margin-top: 30px;
    margin-bottom: 10px; }
    section.video .card p {
      margin-bottom: 20px; }
  section.video .card-button {
    margin-top: 20px;
    color: #000;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase; }
  section.video .youtube {
    position: relative;
    cursor: pointer;
    margin: 0 auto; }
    section.video .youtube:hover {
      opacity: 0.9; }
      section.video .youtube:hover .play-button {
        opacity: 1; }
    section.video .youtube iframe {
      width: 100%;
      height: 187px; }
      @media only screen and (min-width: 480px) {
        section.video .youtube iframe {
          width: 438px;
          height: 245px; } }
      @media only screen and (min-width: 768px) {
        section.video .youtube iframe {
          width: 330px;
          height: 184px; } }
      @media only screen and (min-width: 992px) {
        section.video .youtube iframe {
          width: 438px;
          height: 245px; } }
      @media only screen and (min-width: 1200px) {
        section.video .youtube iframe {
          width: 720px;
          height: 384px; } }
  section.video .play-button {
    position: absolute;
    background-image: url("../images/play-icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 60px;
    width: 60px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    opacity: 0.7; }
  section.video .tagline {
    color: #ff0000;
    font-size: 1.7rem;
    font-weight: 600;
    text-align: left;
    line-height: 1.2;
    margin-top: 20px;
    padding: 0 10px; }

#rog-tech .motion {
  text-align: center; }
  @media only screen and (min-width: 1200px) {
    #rog-tech .motion {
      width: 920px;
      margin: 0 auto; } }
  #rog-tech .motion b {
    display: block;
    font-size: 18px;
    line-height: 1.5; }

#rog-tech .default-content {
  margin: 4rem auto 0;
  text-align: center; }

#rog-tech img {
  display: block;
  margin: 0 auto;
  max-width: 100% !important;
  height: auto;
  border: none; }

#rog-tech .default-t {
  color: #e12525;
  font-family: 'xolonium', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 20px;
  position: relative; }

#rog-tech .default-p {
  color: #fff;
  font-family: "Roboto";
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.9rem; }
  @media only screen and (min-width: 1200px) {
    #rog-tech .default-p {
      font-size: 18px;
      line-height: 1.4em; } }

#rog-tech .blue-light {
  max-width: 1200px;
  margin: 4rem auto 0; }

#rog-tech .blue-light:after {
  content: '';
  clear: both;
  display: block; }

#rog-tech .blue-light .text {
  float: right;
  width: 50%; }

#rog-tech .blue-light .img {
  float: left;
  width: 50%;
  position: relative; }

#rog-tech .blue-light .img img {
  margin: 0; }

#rog-tech .blue-light .control {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  width: 375px; }

#rog-tech .blue-light .control:after {
  content: '';
  clear: both;
  display: block; }

#rog-tech .blue-light .control li {
  margin: 0 10px;
  padding: 0;
  height: 120px;
  width: 55px;
  color: #fff;
  font-family: "Xolonium";
  font-size: 30px;
  font-weight: 500;
  line-height: 120px;
  text-align: center;
  float: left;
  cursor: pointer;
  background-color: #8a1e20;
  transition: all 0.2s;
  box-shadow: inset 0px 0px 0 rgba(255, 255, 255, 0), inset 0px 0px 0 rgba(255, 255, 255, 0); }

#rog-tech .blue-light .control li:hover {
  box-shadow: inset 0px -5px 0 rgba(255, 255, 255, 0.3), inset 0px 5px 0 rgba(255, 255, 255, 0.2); }

#rog-tech .blue-light .control li.control-1 {
  background-color: rgba(138, 30, 32, 0.85); }

#rog-tech .blue-light .control li.control-2 {
  background-color: rgba(138, 30, 32, 0.7); }

#rog-tech .blue-light .control li.control-3 {
  background-color: rgba(138, 30, 32, 0.55); }

#rog-tech .blue-light .control li.control-4 {
  background-color: rgba(138, 30, 32, 0.4); }

#rog-tech .blue-light .screenshot {
  list-style-type: none;
  margin: 0;
  padding: 0; }

#rog-tech .blue-light .screenshot li {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0; }

#rog-tech .blue-light .screenshot li.screenshot-1,
#rog-tech .blue-light .screenshot li.screenshot-2,
#rog-tech .blue-light .screenshot li.screenshot-3,
#rog-tech .blue-light .screenshot li.screenshot-4 {
  display: none; }

@media screen and (max-width: 800px) {
  #rog-tech .blue-light .text {
    float: none;
    width: 100%;
    text-align: center; }
  #rog-tech .blue-light .img {
    float: none;
    width: 420px;
    margin: 0 auto; }
  #rog-tech .blue-light .control li {
    float: none;
    display: inline-block; } }

@media screen and (max-width: 450px) {
  #rog-tech .blue-light .control {
    margin: 0 -5px;
    width: 100%; }
  #rog-tech .blue-light .control li {
    margin: 0 5px;
    width: 40px; }
  #rog-tech .blue-light .img {
    width: 100%; }
  #rog-tech .default-t {
    font-size: 1.2rem;
    line-height: 1.5rem; } }

.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: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.card > a {
  display: block;
  position: relative; }

.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;
  padding: 1rem 0;
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 768px) {
    .card .card-img {
      height: 280px; } }
  @media only screen and (min-width: 1200px) {
    .card .card-img {
      height: 280px; } }
  .card .card-img img {
    margin: 0 auto; }
  .card .card-content.hd-active .specs {
    display: block; }
  .card .card-content.hd-active .btn-specs:after {
    content: "\e082"; }
  .card .card-title {
    height: auto;
    color: #fff;
    overflow: hidden;
    font-size: 1.5rem;
    font-family: "TT-Norms-Pro-Medium", sans-serif;
    margin-top: 3rem;
    margin-bottom: 1rem;
    line-height: 1.2; }
    @media only screen and (min-width: 360px) {
      .card .card-title {
        font-size: 1.5rem; } }
    @media only screen and (min-width: 768px) {
      .card .card-title {
        font-size: 1.3rem; } }
    @media only screen and (min-width: 992px) {
      .card .card-title {
        font-size: 1.1rem; } }
    @media only screen and (min-width: 1200px) {
      .card .card-title {
        font-size: 1.4rem; } }
    @media only screen and (min-width: 1600px) {
      .card .card-title {
        font-size: 1.5rem; } }
  .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, .card .card-button-coming {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 7px 20px;
    font-family: "TT-Norms-Pro-Medium", sans-serif;
    font-size: 1.1rem;
    border: 1px solid #ff0000;
    border-radius: 0;
    outline: 0;
    background-color: #000;
    color: #fff;
    transition: background-color 0.25s ease-in-out;
    transition: all 0.5s; }
    @media only screen and (min-width: 480px) {
      .card .card-button, .card .card-button-coming {
        width: 60%; } }
    .card .card-button:hover, .card .card-button-coming:hover {
      color: #fff;
      background-color: #ff0000;
      border: 1px solid #ff0000; }
    .card .card-button:focus, .card .card-button:active, .card .card-button-coming:focus, .card .card-button-coming:active {
      color: #fff;
      background-color: #ff0000;
      border: 1px solid #ff0000;
      outline-color: transparent;
      outline: transparent; }
    .card .card-button span, .card .card-button-coming span {
      display: block; }
  .card .card-button:after, .card .card-button-coming:after {
    width: 100%;
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
    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 .btn-specs {
    margin-bottom: 1rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    display: inline-block; }
    .card .btn-specs:before {
      display: inline-block;
      top: 0;
      color: #ff0000; }
    .card .btn-specs:after {
      content: "\e081";
      display: inline-block;
      font-family: Glyphicons Halflings;
      top: 0;
      font-size: 2.5rem;
      color: #b8008e; }
  .card .specs {
    margin: 10px auto;
    display: none;
    overflow: hidden;
    width: auto; }
    @media only screen and (min-width: 480px) {
      .card .specs {
        width: 100%; } }
  .card .specs ul {
    list-style: none;
    text-align: left;
    padding-left: 18px; }
  .card .specs ul li {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
    word-wrap: break-word;
    font-weight: 300;
    position: relative; }
    .card .specs ul li:before {
      content: "";
      width: 5px;
      height: 5px;
      background-color: #ff0000;
      display: inline-block;
      position: absolute;
      top: 8px;
      left: -18px; }
  .card i {
    display: block;
    color: #fff;
    position: relative;
    bottom: 0;
    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; } }

.wtb-dropdown {
  position: relative; }

.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: 55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 4px; }
  .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; }
  .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; }

.dropdown-content a {
  color: #e60000;
  padding: 3px;
  text-decoration: none;
  display: block;
  font-weight: 400;
  font-size: 0.875rem;
  border-bottom: 1px solid #eee;
  width: 100%;
  text-align: left;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .dropdown-content a {
      width: 100%; } }
  .dropdown-content a:hover {
    background-color: #f8f8f8;
    color: #e60000;
    box-shadow: inset 3px 0 0 #e60000, inset -3px 0 0 #e60000; }
  .dropdown-content a div {
    margin: 0 auto;
    width: auto;
    height: 32px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain; }
    @media only screen and (min-width: 768px) {
      .dropdown-content a div {
        height: 36px; } }
  .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; }

.show-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.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_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_cdw {
  background: url("../images/logos/logo-cdw.png"); }

.logo_cukusa {
  background: url("../images/logos/logo-cukusa.png"); }

.logo_EXcaliberpc {
  background: url("../images/logos/logo-EXcaliberpc.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_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_walmart {
  background: url("../images/logos/logo-walmart.png"); }

.logo_centralCom {
  background: url("../images/logos/logo-central_computers.png"); }

/* JS Tab ROG Elite Rewards Activities */
.nav-rog {
  width: 100%;
  text-align: center; }

.nav-rog li {
  float: none;
  display: inline-block;
  margin: 0 10px; }
  @media only screen and (max-width: 768px) {
    .nav-rog li {
      margin: 0 4px; } }

.nav-rog > li > a {
  text-transform: uppercase;
  border-radius: 20px;
  border: 2px solid #ff0000;
  padding: 7px 10px; }
  @media only screen and (max-width: 768px) {
    .nav-rog > li > a {
      padding: 5px 5px;
      font-size: 11px; } }
  .nav-rog > li > a:hover {
    background-color: #222; }

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #ff0000; }

.nav-rog > li > a:focus, .nav-rog > li > a:hover {
  color: #ff0000; }

.tab-content {
  margin-top: 60px; }

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  left: 50%;
  margin-left: -50%;
  background-color: #111;
  padding: 10px 0;
  z-index: 99; }
  @media only screen and (max-width: 768px) {
    .fixed {
      top: 0px; } }

section.badges ul.badge-list {
  margin-bottom: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 30px;
  list-style: none; }
  @media only screen and (min-width: 768px) {
    section.badges ul.badge-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;
      padding: 0;
      width: 700px;
      margin: 0 auto 0px; } }
  section.badges ul.badge-list li {
    vertical-align: middle;
    margin-bottom: 30px; }
    @media only screen and (min-width: 768px) {
      section.badges ul.badge-list li {
        margin: auto;
        width: 30%; } }
    @media only screen and (min-width: 768px) {
      section.badges ul.badge-list li:nth-child(4), section.badges ul.badge-list li:nth-child(5) {
        width: 100%;
        margin: 20px auto 10px; } }

section.legal {
  background-color: #252525;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 3rem 0; }
  @media only screen and (min-width: 992px) {
    section.legal {
      background-position: top; } }
  section.legal a {
    color: #8b8b8b;
    text-decoration: none;
    vertical-align: top; }
    section.legal a:hover {
      color: #ff0000;
      text-decoration: none; }
  section.legal p {
    color: #8b8b8b;
    font-size: .8rem;
    text-align: left;
    text-align-last: left;
    width: 100%;
    max-width: 850px;
    line-height: 1.2rem; }
    @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 .terms {
    font-size: 1rem;
    text-align: center;
    padding-top: 1rem; }
    section.legal .terms a {
      padding: 0 10px; }
  section.legal .social {
    margin-top: 1rem;
    text-align: center; }
    section.legal .social a.btn-social {
      display: inline-block;
      width: 42px;
      height: 42px;
      margin: 0 auto;
      border: 1px solid #8b8b8b;
      padding: 10px;
      border-radius: 50%;
      text-align: center;
      padding-top: 11px;
      margin: 0 10px; }
      section.legal .social a.btn-social:hover {
        border: 1px solid #ff0000; }
      @media only screen and (min-width: 768px) {
        section.legal .social a.btn-social {
          margin: 0 15px; } }
      section.legal .social a.btn-social:hover svg .st0 {
        fill: #ff0000; }
      section.legal .social a.btn-social svg {
        height: 18px; }
        section.legal .social a.btn-social svg .st0 {
          fill: #8b8b8b; }
  section.legal .newsletter {
    margin-top: 1rem;
    text-align: center; }
    section.legal .newsletter a {
      text-decoration: none;
      vertical-align: top;
      color: #8b8b8b; }
      section.legal .newsletter a .glyphicon {
        font-size: 1.2rem;
        line-height: 1.5rem;
        top: 4px; }
      section.legal .newsletter a:hover {
        color: #ff0000;
        text-decoration: none; }

.step-box {
  width: 100%;
  height: 6.25rem;
  display: inline-block;
  position: relative;
  margin: 1rem auto;
  border: 0.125rem solid #ff0000;
  border-radius: .3125rem;
  overflow: hidden; }
  .step-box .number {
    width: 5.3125rem;
    height: 6.25rem;
    float: left;
    display: table;
    margin-right: 1rem;
    border-right: 0.0625rem solid #ff0000; }
    @media only screen and (min-width: 768px) {
      .step-box .number {
        margin-right: .5rem; } }
    @media only screen and (min-width: 992px) {
      .step-box .number {
        margin-right: 1rem; } }
    .step-box .number span {
      display: table-cell;
      vertical-align: middle;
      font-size: 3.5rem;
      font-weight: 700;
      text-align: center; }
  .step-box .title {
    padding: .5rem .25rem 0 0;
    font-size: 1rem; }
    @media only screen and (min-width: 1200px) {
      .step-box .title {
        font-size: 1.25rem; } }
  .step-box i {
    position: absolute;
    top: initial;
    right: .5rem;
    bottom: .25rem;
    font-size: 1.5rem; }

.step-box-redeem-button-container {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
  margin: 2rem 0 3rem;
  text-align: center; }
  .step-box-redeem-button-container .step-box-redeem-button {
    position: relative;
    padding: 1rem 1.5rem;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    text-shadow: 0.25rem 0.25rem 0.375rem #000;
    text-transform: uppercase;
    border: 0.25rem solid #ff0000;
    border-radius: 4rem;
    background-color: #03001e;
    z-index: 2;
    transition: all 0.25s ease-in-out; }
    @media only screen and (min-width: 768px) {
      .step-box-redeem-button-container .step-box-redeem-button {
        padding: 2rem 3rem;
        font-size: 2rem; } }
    .step-box-redeem-button-container .step-box-redeem-button:hover {
      color: #fff;
      background-color: maroon; }
  .step-box-redeem-button-container .step-box-redeem-button-styler {
    width: 100%;
    height: .0625rem;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1; }
    .step-box-redeem-button-container .step-box-redeem-button-styler.solid {
      background-color: #ff0000; }

section.hero {
  background-color: #000;
  padding: 0; }
  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; } }
    @media only screen and (min-width: 992px) {
      section.hero .container-fluid .hero-text {
        position: absolute;
        top: 0;
        left: 0; } }
    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 .hero-text .badge-list {
      display: table;
      width: 100%;
      margin-left: 0; }
      @media only screen and (min-width: 768px) {
        section.hero .container-fluid .hero-text .badge-list {
          display: block; } }
      section.hero .container-fluid .hero-text .badge-list li {
        display: table-cell;
        vertical-align: middle; }
        @media only screen and (min-width: 768px) {
          section.hero .container-fluid .hero-text .badge-list li {
            display: block; } }
        section.hero .container-fluid .hero-text .badge-list li:last-child {
          float: right; }
          @media only screen and (min-width: 768px) {
            section.hero .container-fluid .hero-text .badge-list li:last-child {
              float: none; } }
    section.hero .container-fluid img {
      margin: 0 auto; }
  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 .title {
    font-size: 0;
    width: 1px;
    height: 1px;
    display: inline-block;
    overflow: hidden;
    position: absolute !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    clip: rect(1px, 1px, 1px, 1px); }
  section.hero h2 {
    font-size: 2.5rem;
    color: #76b900;
    font-weight: 600;
    margin-top: 30px;
    font-family: 'Saira Semi Condensed', sans-serif; }
    @media only screen and (min-width: 992px) {
      section.hero h2 {
        margin-top: 60px; } }
    section.hero h2 sup {
      top: -1.6em;
      font-size: 30%; }
  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 {
    font-size: 1.4rem;
    line-height: 2.2rem;
    max-width: 860px;
    padding: 0 10px; }
    section.hero p a {
      font-weight: 400; }

.cookie-notice {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  width: 100%; }

.rog-container-pop-up {
  position: relative;
  padding: 2.2em 2em 2.6em;
  background: #3b3b3b;
  font-family: Tahoma; }
  @media only screen and (max-width: 768px) {
    .rog-container-pop-up {
      padding: 2rem; } }

.rog-inner {
  max-width: 1600px;
  margin: 0 auto; }

.rog-container-pop-up a {
  color: #0074D9; }

.rog-container-pop-up .pop-up-content {
  width: 70%;
  position: relative;
  z-index: 4; }
  @media only screen and (max-width: 768px) {
    .rog-container-pop-up .pop-up-content {
      width: 100%; } }

.rog-container-pop-up p {
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  padding: 2px 0;
  margin: 0 0 10px; }
  @media only screen and (max-width: 768px) {
    .rog-container-pop-up p {
      font-size: 13px;
      line-height: 1.2rem; } }

.rog-container-pop-up .btn {
  min-width: 155px;
  margin: 6px 0 2px;
  line-height: 1;
  padding: 10px 18px;
  border: 1px solid #0074D9;
  background: transparent;
  position: relative;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  @media only screen and (max-width: 768px) {
    .rog-container-pop-up .btn {
      min-width: auto;
      width: 49%; } }

.btn-policy-ok.btn {
  background-color: #0074D9;
  color: #fff; }

.btn-policy-no.btn:hover {
  color: #0074D9; }

.products {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .products .sub-title {
    padding: 3rem 10px;
    font-size: 2rem; }

.products .btn[disabled]::after {
  background-color: #aaa; }

.products .tab-content {
  padding-bottom: 2rem;
  display: none;
  min-height: 510px; }

.products .tab-content.show {
  display: block;
  opacity: 0;
  position: relative;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
  @media only screen and (min-width: 1200px) {
    .products .tab-content.show {
      margin-left: 48px; } }

.product-category {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 20px; }

.product-category .tab {
  /* width: 20%; */
  margin: 10px;
  padding: 14px 26px;
  background-color: #eaeaea;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  color: #000; }

@media only screen and (max-width: 992px) {
  .product-category {
    padding: 40px 0px; }
  .product-category .tab {
    padding: 10px 20px;
    font-size: 1.125rem;
    margin: 10px; } }

@media only screen and (max-width: 480px) {
  .product-category {
    padding: 40px 0px; }
  .product-category .tab {
    padding: 10px 16px;
    font-size: 1rem;
    width: calc(50% - 10px);
    margin: 5px; } }

.product-category .tab:hover {
  background-color: #fff; }

.product-category .tab.active {
  background-color: #ff0000;
  color: #fff; }

/* .products .item-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
  padding: 60px 0px;
} */
/* .products .item-list .item {
  text-align: center;
  width: calc(50% - 5px);
  border: 5px solid #fff;
  padding: 20px;
  position: relative;
  overflow: hidden;
  background-color: #549ebb;
} */
.products .item {
  text-align: center;
  border: 5px solid #fff;
  padding: 20px;
  position: relative;
  overflow: hidden;
  background-color: #eaeaea; }
  .products .item .btn {
    margin-top: 1rem; }

/* .products .item-list .item::before {
  content: "";
  position: absolute;
  background-image: url("../images/bow-tie.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 30px;
  left: -22px;
  top: 10px;
  transform: rotate(-40deg);
} */
/* .products .item-list .item .item-title {
  font-family: 'Trade-Gothic-LT-Bold', sans-serif;
  color: #fff;
  height: 35px;
  margin-top: 10px;
} */
.products .item .item-title {
  font-family: "TT-Norms-Pro-Medium", sans-serif;
  height: 40px;
  margin-top: 10px;
  color: #000;
  font-weight: 400;
  line-height: 1.1; }

.owl-carousel.owl-loaded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.owl-carousel .owl-dots {
  text-align: center;
  margin: 2.5em auto 0; }

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  vertical-align: top;
  width: 1em;
  height: .6em;
  border: 1px solid white;
  border-radius: 1em;
  margin: 0 .35em;
  background: transparent;
  transition: width 0.25s ease; }

.owl-carousel .owl-dots .owl-dot:hover {
  background: rgba(255, 255, 255, 0.25); }

.owl-carousel .owl-dots .owl-dot.active {
  width: 3em;
  background: white;
  pointer-events: none; }

.owl-carousel.nav-arrow {
  padding: 0 2em; }

.owl-carousel.nav-arrow .owl-nav {
  width: 100%;
  height: 2.625em;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  pointer-events: none; }

.owl-carousel.nav-arrow .owl-nav .owl-prev, .owl-carousel.nav-arrow .owl-nav .owl-next {
  width: 0;
  height: 0;
  margin: 1em;
  pointer-events: all;
  position: absolute;
  top: -30px; }

.owl-carousel.nav-arrow .owl-nav .owl-prev:before, .owl-carousel.nav-arrow .owl-nav .owl-next:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5em 0 2.5em 2.5em;
  border-color: transparent transparent transparent white;
  opacity: .5;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 50%;
  left: 0;
  margin: auto; }

.owl-carousel.nav-arrow .owl-nav .owl-prev:hover:before, .owl-carousel.nav-arrow .owl-nav .owl-next:hover:before {
  opacity: .75; }

.owl-carousel.nav-arrow .owl-nav .owl-prev.disabled, .owl-carousel.nav-arrow .owl-nav .owl-next.disabled {
  opacity: 0;
  pointer-events: none; }

.owl-carousel.nav-arrow .owl-nav .owl-prev {
  right: 100%;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.owl-carousel.nav-arrow .owl-nav .owl-next {
  left: 100%; }

@media screen and (max-width: 1280px) {
  .owl-carousel.nav-arrow {
    padding: 0 1em; }
  .owl-carousel.nav-arrow .owl-nav {
    height: 2.25em; }
  .owl-carousel.nav-arrow .owl-nav .owl-prev, .owl-carousel.nav-arrow .owl-nav .owl-next {
    margin: .5em; }
  .owl-carousel.nav-arrow .owl-nav .owl-prev:before, .owl-carousel.nav-arrow .owl-nav .owl-next:before {
    border-width: 2em 0 2em 2em; } }

@media screen and (max-width: 1024px) {
  .owl-carousel.nav-arrow .owl-nav .owl-prev, .owl-carousel.nav-arrow .owl-nav .owl-next {
    margin: .5em; }
  .owl-carousel.nav-arrow .owl-nav .owl-prev:before, .owl-carousel.nav-arrow .owl-nav .owl-next:before {
    border-width: 1.25em 0 1.25em 1.25em; } }

@media screen and (max-width: 480px) {
  .owl-carousel .owl-dots {
    margin: 1.5em auto 0; }
  .owl-carousel.nav-arrow {
    padding: 0; } }
