@font-face {
  font-family: 'MyriadPro';
  src: url("../fonts/MyriadPro-Regular.ttf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MyriadPro-Light';
  src: url("../fonts/MyriadPro-Light.ttf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MyriadPro-Bold';
  src: url("../fonts/MyriadPro-Bold.ttf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MyriadPro-Condensed';
  src: url("../fonts/MyriadPro-Cond.otf"), url("../fonts/MyriadPro-Cond.otf") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

.year-info .item, .year-info .item .item-kv, .year-info .item .item-content {
  opacity: 0; }

.year-info .item.in-viewport {
  -webkit-animation: bottomFadeIn 1s forwards .3s;
          animation: bottomFadeIn 1s forwards .3s; }

.year-info .item.in-viewport .item-kv {
  -webkit-animation: bottomFadeIn 1s forwards 0.3s;
          animation: bottomFadeIn 1s forwards 0.3s; }

.year-info .item.in-viewport .item-content {
  -webkit-animation: bottomFadeIn 1s forwards .6s;
          animation: bottomFadeIn 1s forwards .6s; }

@-webkit-keyframes fadeInBottom {
  from {
    bottom: -30px;
    opacity: 0; }
  to {
    bottom: 0px;
    opacity: 1; } }

@keyframes fadeInBottom {
  from {
    bottom: -30px;
    opacity: 0; }
  to {
    bottom: 0px;
    opacity: 1; } }

@-webkit-keyframes leftFadeIn {
  from {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; } }

@keyframes leftFadeIn {
  from {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; } }

@-webkit-keyframes rightFadeIn {
  from {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; } }

@keyframes rightFadeIn {
  from {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; } }

@-webkit-keyframes bottomFadeIn {
  from {
    -webkit-transform: translate(0, 10%);
            transform: translate(0, 10%);
    opacity: 0; }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; } }

@keyframes bottomFadeIn {
  from {
    -webkit-transform: translate(0, 10%);
            transform: translate(0, 10%);
    opacity: 0; }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; } }

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

@keyframes fadeIn {
  from {
    visibility: hidden;
    opacity: 0; }
  to {
    visibility: visible;
    opacity: 1; } }

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(3.2);
    transform: scale(3.2);
    opacity: .5; }
  75% {
    -webkit-transform: scale(3.2);
    transform: scale(3.2);
    opacity: 0; }
  to {
    -webkit-transform: scale(3.2);
    transform: scale(3.2);
    opacity: 0; } }

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(3.2);
    transform: scale(3.2);
    opacity: .5; }
  75% {
    -webkit-transform: scale(3.2);
    transform: scale(3.2);
    opacity: 0; }
  to {
    -webkit-transform: scale(3.2);
    transform: scale(3.2);
    opacity: 0; } }

html, body {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
  color: #49587a;
  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; }

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

.noscript {
  padding: 20px;
  margin: 0;
  position: fixed;
  bottom: 0px;
  display: block;
  width: 100%;
  z-index: 9999;
  text-align: center;
  background-color: #49587a; }

sup {
  font-size: 60%; }

.wrap-m {
  display: block !important; }
  @media only screen and (min-width: 768px) {
    .wrap-m {
      display: inline-block !important; } }

.wrap-d {
  display: inline-block !important; }
  @media only screen and (min-width: 768px) {
    .wrap-d {
      display: block !important; } }

.meta {
  position: fixed;
  left: -1000%; }

.desktop {
  display: none !important; }
  @media only screen and (min-width: 768px) {
    .desktop {
      display: block !important; } }

.mobile {
  display: block !important; }
  @media only screen and (min-width: 768px) {
    .mobile {
      display: none !important; } }

@media only screen and (max-width: 768px) {
  iframe {
    width: 100%; } }

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

#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 #49587a;
  transition: all .25s ease;
  display: none; }
  @media only screen and (min-width: 1200px) {
    #scrollUp {
      display: block; } }

#scrollUp.hd-show {
  opacity: 1; }

#scrollUp svg {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 5px;
  left: 0;
  fill: #49587a;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

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

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

.module.animation {
  opacity: 0; }

.module.animation.in-viewport {
  -webkit-animation: fadeIn .5s forwards .3s;
          animation: fadeIn .5s forwards .3s; }

.module.animation.in-viewport .content {
  -webkit-animation: fadeIn .5s forwards .6s;
          animation: fadeIn .5s forwards .6s; }

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

.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: 80px;
    margin: auto;
    width: 50px;
    height: 50px; }
    @media only screen and (min-width: 768px) {
      .owl-nav .owl-next, .owl-nav .owl-prev {
        width: 60px;
        height: 60px;
        top: 170px; } }
    @media only screen and (min-width: 1200px) {
      .owl-nav .owl-next, .owl-nav .owl-prev {
        top: 170px; } }
    @media only screen and (min-width: 1500px) {
      .owl-nav .owl-next, .owl-nav .owl-prev {
        top: 170px; } }
    .owl-nav .owl-next:hover, .owl-nav .owl-prev:hover {
      background-color: rgba(225, 225, 225, 0.1) !important;
      color: #53648a; }
    .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 {
    font-size: 6rem;
    line-height: 36px;
    display: block;
    height: 50px;
    width: 50px; }
    @media only screen and (min-width: 768px) {
      .owl-nav span {
        font-size: 8rem;
        line-height: 45px;
        height: 60px;
        width: 60px; } }

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

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

.bottom-line {
  border-bottom: 1px solid #49587a;
  position: relative;
  overflow: hidden; }
  .bottom-line:after {
    content: "";
    position: absolute;
    width: 60%;
    height: 12px;
    bottom: 0;
    right: -10px;
    display: block;
    background-color: #49587a;
    -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-Light", 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;
  outline: transparent; }

.owl-theme .owl-dots .owl-dot span {
  background: transparent; }

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

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

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

.owl-item {
  transition: all .5s;
  opacity: 0; }
  @media only screen and (min-width: 992px) {
    .owl-item .card a, .owl-item .card .btn {
      cursor: default; } }
  @media only screen and (min-width: 992px) {
    .owl-item .card img {
      width: 1px; } }

.owl-item.active {
  transition: all .5s;
  opacity: 1; }
  @media only screen and (min-width: 992px) {
    .owl-item.active .card a, .owl-item.active .card .btn {
      cursor: pointer; } }
  @media only screen and (min-width: 992px) {
    .owl-item.active .card img {
      width: 100%; } }

.bg {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff; }

.bg-1 {
  background-color: #e9f3f7;
  padding: 1rem 0 3rem; }

.bg-2 {
  background-color: #49587a;
  color: #f9f3e5;
  padding: 1rem 0 3rem; }
  .bg-2 h2 {
    color: #f9f3e5; }
  .bg-2 p {
    color: #f9f3e5; }

.bg-3 {
  background-image: url("../images/Sprites.png");
  background-position: center 166px;
  background-repeat: no-repeat;
  background-size: contain; }

.bg-header {
  background: #a32e86;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto; }
  @media only screen and (min-width: 768px) {
    .bg-header {
      background: url("../images/Bar-Header.png");
      background-position: top center;
      background-repeat: no-repeat;
      background-size: auto; } }

.bg-header-flip {
  background: #a32e86;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto; }
  @media only screen and (min-width: 768px) {
    .bg-header-flip {
      background: url("../images/Bar-Header_flip.png");
      background-position: top center;
      background-repeat: no-repeat;
      background-size: auto; } }

.gradient-btn {
  background: #7f54f6;
  background: linear-gradient(47deg, #7f54f6 0%, #c748e0 100%); }

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

.btn-cta {
  color: #fff;
  background-color: #49587a;
  border-radius: 30px;
  letter-spacing: 0px;
  font-size: 1.2rem;
  padding: 3px 20px;
  margin-top: 1.5rem;
  display: inline-block;
  text-decoration: none;
  font-family: "MyriadPro-Condensed", sans-serif; }
  @media only screen and (min-width: 768px) {
    .btn-cta {
      font-size: 1.4rem; } }
  .btn-cta:hover, .btn-cta:focus {
    color: #fff;
    background-color: #3c4864;
    text-decoration: none;
    outline: transparent;
    outline-color: transparent; }

  .btn-wtb {

     
  
  background-color: whitesmoke;
  Color: #49587a ;
  margin-bottom: 10px;

    }

  .btn-wtb:hover, .btn-wtb:focus {
    color: White;
    background-color: #00aeef;
    text-decoration: none;
    outline: transparent;
    outline-color: transparent; }

.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: #3f4c6a;
  border-radius: 0;
  min-width: 160px; }
  .btn-watch:hover {
    color: #fff;
    background-color: #53648a;
    opacity: 1 !important; }
  .btn-watch:focus, .btn-watch:active {
    color: #fff;
    background-color: #53648a;
    outline-color: transparent; }

.btn-rog {
  position: relative;
  display: inline-block;
  padding: 7px 20px;
  font-size: 1.3rem;
  border-radius: 0;
  outline: 0;
  text-decoration: none;
  font-family: "MyriadPro", sans-serif;
  background-color: #49587a;
  color: #fff;
  transition: background-color 0.25s ease-in-out;
  text-transform: uppercase;
  min-width: 200px; }
  @media only screen and (min-width: 768px) {
    .btn-rog {
      font-size: 1.2rem; } }
  @media only screen and (min-width: 1200px) {
    .btn-rog {
      font-size: 1.3rem; } }
  .btn-rog:hover {
    color: #fff;
    background-color: #3f4c6a;
    text-decoration: none; }
    .btn-rog:hover:focus {
      outline: transparent; }
  .btn-rog:focus, .btn-rog:active {
    color: #fff;
    background-color: #3f4c6a;
    outline-color: transparent;
    outline: transparent;
    text-decoration: none; }

.btn-learn {
  margin: 10px auto; }
  .btn-learn:hover {
    color: #3f4c6a;
    text-decoration: underline; }

.btn-social {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  padding: 5px;
  text-align: center;
  padding-top: 11px;
  margin: 0 8px; }
  @media only screen and (min-width: 768px) {
    .btn-social {
      padding-top: 15px;
      width: 70px;
      height: 70px; } }
  .btn-social:hover svg .st0 {
    fill: #49587a; }
  .btn-social svg {
    height: 42px; }
    .btn-social svg .st0 {
      fill: #fff; }

.txt-gradient-r {
  display: inline-block;
  color: #49587a;
  background: #e4f3fe;
  background: linear-gradient(47deg, #e4f3fe 0%, #fea4e5 100%);
  -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: #49587a; }

.img-center {
  margin: auto; }

.border-horizontal-gradient {
  background: #5b5b5b;
  background: linear-gradient(to right, #fff 0%, #5b5b5b 50%, #fff 100%); }

.bg-gradient-blk {
  background: #07090b;
  background: linear-gradient(180deg, #07090b 0%, #0a0c0f 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 .navbar .navbar-brand {
    padding: 0 7px;
    position: relative; }
    @media only screen and (min-width: 768px) {
      header .navbar .navbar-brand {
        padding: 0 15px; } }
    header .navbar .navbar-brand a {
      position: absolute;
      top: 0;
      display: inline-block; }
    header .navbar .navbar-brand a:nth-child(2) {
      left: 0;
      width: 130px;
      height: 100%; }
      @media only screen and (min-width: 768px) {
        header .navbar .navbar-brand a:nth-child(2) {
          width: 95px; } }
      @media only screen and (min-width: 1200px) {
        header .navbar .navbar-brand a:nth-child(2) {
          width: 165px; } }
    header .navbar .navbar-brand a:nth-child(3) {
      left: 130px;
      width: 50px;
      height: 100%; }
      @media only screen and (min-width: 768px) {
        header .navbar .navbar-brand a:nth-child(3) {
          left: 88px; } }
      @media only screen and (min-width: 1200px) {
        header .navbar .navbar-brand a:nth-child(3) {
          left: 170px;
          width: 65px; } }
    header .navbar .navbar-brand a:nth-child(4) {
      left: 185px;
      width: 45px;
      height: 100%; }
      @media only screen and (min-width: 768px) {
        header .navbar .navbar-brand a:nth-child(4) {
          left: 135px; } }
      @media only screen and (min-width: 1200px) {
        header .navbar .navbar-brand a:nth-child(4) {
          left: 235px;
          width: 65px; } }
    header .navbar .navbar-brand a:nth-child(5) {
      left: 260px;
      width: 65px;
      height: 100%; }
    header .navbar .navbar-brand:before {
      content: "";
      display: inline-block;
      width: 800px;
      height: 50px;
      position: absolute;
      top: 0;
      right: -30px;
      background-color: #49587a;
      z-index: -1;
      -webkit-transform: skewX(-18deg);
              transform: skewX(-18deg); }
      @media only screen and (min-width: 1200px) {
        header .navbar .navbar-brand:before {
          height: 95px; } }
  header .navbar-inverse .navbar-toggle:focus, header .navbar-inverse .navbar-toggle:hover {
    background-color: transparent; }
  header .navbar-inverse {
    background-color: #303075;
    border-radius: 0;
    border: none;
    border-bottom: 3px solid #fff; }
  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 {
    z-index: 99; }
    header .navbar a {
      text-decoration: none;
      text-transform: uppercase;
      font-size: 1.5rem;
      color: #fff !important;
      letter-spacing: 0px; }
      @media only screen and (min-width: 768px) {
        header .navbar a {
          font-size: 0.8rem;
          padding: 10px 8px;
          margin-top: 5px; } }
      @media only screen and (min-width: 992px) {
        header .navbar a {
          padding: 10px 15px;
          margin-top: 0; } }
      @media only screen and (min-width: 1200px) {
        header .navbar a {
          padding: 35px 20px;
          letter-spacing: 1px; } }
      header .navbar a:hover, header .navbar a:focus {
        color: #49587a !important; }
    @media only screen and (min-width: 992px) {
      header .navbar .container {
        width: 100%; } }
    @media only screen and (min-width: 1500px) {
      header .navbar .container {
        width: 1360px; } }
    header .navbar .logo-primary {
      margin: 3px 0 0;
      height: 45px;
      transition: all 0.3s ease-out; }
      @media only screen and (min-width: 768px) {
        header .navbar .logo-primary {
          margin: 8px 0 0;
          height: 30px; } }
      @media only screen and (min-width: 1200px) {
        header .navbar .logo-primary {
          margin: 20px 0 0;
          height: auto; } }
    header .navbar .logo-secondary {
      margin-top: 4px;
      height: 40px; }
      @media only screen and (min-width: 768px) {
        header .navbar .logo-secondary {
          margin-top: 4px;
          height: 40px; } }
      @media only screen and (min-width: 992px) {
        header .navbar .logo-secondary {
          height: 40px; } }
    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;
  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 .title {
    font-family: "MyriadPro-Light", sans-serif;
    color: #49587a;
    font-weight: 400;
    font-size: 1.5rem; }
    @media only screen and (min-width: 1200px) {
      .module .title {
        font-size: 2rem; } }
    @media only screen and (min-width: 1500px) {
      .module .title {
        font-size: 2.3rem; } }
  .module .module-titles {
    text-align: center;
    padding: 1rem 0; }
    @media only screen and (min-width: 768px) {
      .module .module-titles {
        padding: 2rem 0; } }
    .module .module-titles .title, .module .module-titles .sub-title {
      margin: 0; }
      @media only screen and (min-width: 768px) {
        .module .module-titles .title, .module .module-titles .sub-title {
          margin: 0; } }
    .module .module-titles .title {
      display: inline-block;
      margin: 0; }
      .module .module-titles .title h2 {
        font-family: "MyriadPro-Light", sans-serif;
        font-size: 1.8rem;
        line-height: 1.3;
        margin: 0;
        letter-spacing: -1px; }
        @media only screen and (min-width: 768px) {
          .module .module-titles .title h2 {
            font-size: 2.5rem;
            line-height: 1.1; } }
        @media only screen and (min-width: 992px) {
          .module .module-titles .title h2 {
            font-size: 2.5rem; } }
        @media only screen and (min-width: 1200px) {
          .module .module-titles .title h2 {
            font-size: 2.8rem; } }
        @media only screen and (min-width: 1500px) {
          .module .module-titles .title h2 {
            font-size: 2.8rem; } }
        .module .module-titles .title h2 i {
          font-size: 50%;
          font-style: normal;
          top: -.5em;
          vertical-align: super; }
        .module .module-titles .title h2 span {
          font-size: 1.5rem;
          line-height: 1;
          display: block;
          margin-top: 0.5rem; }
          @media only screen and (min-width: 768px) {
            .module .module-titles .title h2 span {
              font-size: 1.5rem; } }
          @media only screen and (min-width: 992px) {
            .module .module-titles .title h2 span {
              font-size: 1.5rem; } }
          @media only screen and (min-width: 1200px) {
            .module .module-titles .title h2 span {
              font-size: 1.8rem; } }
          @media only screen and (min-width: 1500px) {
            .module .module-titles .title h2 span {
              font-size: 1.8rem; } }
    .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 {
      line-height: 1;
      margin-top: 1rem;
      font-family: "MyriadPro-Light", sans-serif; }
  .module p {
    line-height: 1.5rem;
    font-size: 1.1rem;
    margin: 0 auto 1rem;
    max-width: 1060px;
    font-weight: 300; }
    @media only screen and (min-width: 768px) {
      .module p {
        font-size: 1.2rem; } }
    @media only screen and (min-width: 1200px) {
      .module p {
        font-size: 1.3rem;
        line-height: 1.8rem; } }
    @media only screen and (min-width: 1500px) {
      .module p {
        font-size: 1.4rem;
        line-height: 2rem; } }
  .module .txt-red {
    color: #ff0000; }
  .module .rog-font {
    font-family: "MyriadPro-Light", sans-serif;
    font-size: 1.5rem;
    letter-spacing: 5px; }
    @media only screen and (min-width: 768px) {
      .module .rog-font {
        font-size: 2rem;
        letter-spacing: 7px; } }
  .module .small {
    font-size: 85%; }
  .module .font-style-2 {
    font-family: "MyriadPro-Light", sans-serif; }

.step {
  background-color: #fff;
  color: #49587a;
  display: inline-block;
  padding: 36px 0 10px;
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 146px;
  height: 146px;
  border-radius: 50%;
  z-index: 0;
  border: 1px solid #000; }
  .step span {
    font-family: "MyriadPro", sans-serif;
    font-size: 2rem;
    line-height: 1; }
    .step span:nth-child(2) {
      display: block;
      font-weight: bold;
      font-size: 4.5rem;
      line-height: 3.5rem;
      font-family: "MyriadPro-Light", sans-serif; }

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

.cta {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .cta .item {
    margin: 0 2rem; }

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

.started {
  padding: 2rem 0 5rem;
  text-align: center;
  font-family: "MyriadPro", sans-serif;
  position: relative; }
  .started img {
    margin: 0 auto; }
  .started .tagline {
    margin-top: 3rem; }
  .started .protection {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 600px;
    margin: 2rem auto 3rem; }
    .started .protection .item img {
      margin: 0 auto; }
    .started .protection .item-title {
      margin-top: 1rem;
      font-weight: bold;
      font-family: "MyriadPro", sans-serif;
      font-size: 1rem; }
    @media only screen and (max-width: 768px) {
      .started .protection {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap; } }
  .started h3 {
    font-size: 2rem; }

.how-to {
  padding-bottom: 2rem; }
  .how-to .title {
    color: #49587a; }
  .how-to .howto-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    .how-to .howto-content .item {
      text-align: center;
      margin-top: 1.5rem; }
      .how-to .howto-content .item .item-title {
        margin-top: 1rem;
        font-size: 1.8rem;
        line-height: 2rem; }
        @media only screen and (max-width: 768px) {
          .how-to .howto-content .item .item-title {
            font-size: 1.5rem; } }
    .how-to .howto-content .item-content {
      max-width: 820px;
      margin: 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      @media only screen and (min-width: 480px) {
        .how-to .howto-content .item-content {
          margin: 3rem auto;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-flow: row;
                  flex-flow: row; } }
      .how-to .howto-content .item-content .item {
        text-align: left; }
        .how-to .howto-content .item-content .item a {
          color: #f9f3e5;
          font-family: "MyriadPro", sans-serif;
          font-weight: 500;
          text-decoration: underline; }
        .how-to .howto-content .item-content .item p {
          font-family: "MyriadPro-Light", sans-serif;
          font-size: 1.3rem;
          margin-bottom: 1rem; }
          .how-to .howto-content .item-content .item p.tagline {
            font-size: 1.7rem; }
        .how-to .howto-content .item-content .item .title {
          color: #f9f3e5;
          font-size: 2.5rem; }
        .how-to .howto-content .item-content .item.kv {
          margin-top: 35px; }
        @media only screen and (min-width: 768px) {
          .how-to .howto-content .item-content .item.text {
            margin-left: 40px; } }
        .how-to .howto-content .item-content .item.text ol {
          padding-left: 20px; }
        .how-to .howto-content .item-content .item.text ol > li {
          font-family: "MyriadPro", sans-serif;
          font-weight: 500;
          font-size: 1.5rem;
          margin-bottom: 3rem; }
          .how-to .howto-content .item-content .item.text ol > li ul {
            list-style: none;
            padding-left: 15px; }
            .how-to .howto-content .item-content .item.text ol > li ul li {
              font-family: "MyriadPro-Light", sans-serif;
              font-size: 1.2rem;
              margin-bottom: 5px; }
        .how-to .howto-content .item-content .item.text .icon-shield {
          position: relative;
          width: 34px;
          display: inline-block; }
          .how-to .howto-content .item-content .item.text .icon-shield:after {
            content: "";
            background-image: url("../images/icon-support.png");
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            width: 34px;
            height: 30px;
            display: inline-block;
            position: absolute;
            top: -23px; }
            @media only screen and (min-width: 768px) {
              .how-to .howto-content .item-content .item.text .icon-shield:after {
                width: 34px;
                height: 42px;
                top: -30px; } }

.text-head {
  font-family: "arial", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -1px;
  margin: 1.5rem 0; }
  @media only screen and (min-width: 768px) {
    .text-head {
      font-size: 2.5rem; } }

.region {
  padding: 4rem 0;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .region {
      text-align: left; } }
  .region h4 {
    font-size: 1.5rem; }
  .region .flex-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .region .flex-box .item {
      width: 100%;
      margin-top: 2rem;
      font-size: 1.0625rem; }
      @media only screen and (min-width: 768px) {
        .region .flex-box .item {
          width: 25%;
          margin-top: 1rem; } }
      .region .flex-box .item a {
        color: #4d4d4d; }
        .region .flex-box .item a:hover {
          text-decoration: none; }

.laptop-apc {
  padding: 2rem 0 0; }
  @media only screen and (min-width: 768px) {
    .laptop-apc {
      padding: 2rem 0 6rem; } }
  .laptop-apc .laptop-content {
    margin-top: 3rem;
    -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; }
    .laptop-apc .laptop-content .item {
      width: 48%;
      text-align: center;
      margin-bottom: 3rem; }
      @media only screen and (min-width: 768px) {
        .laptop-apc .laptop-content .item {
          width: 20%;
          margin-bottom: 0; } }
      @media only screen and (min-width: 1200px) {
        .laptop-apc .laptop-content .item {
          width: 20%; } }
      .laptop-apc .laptop-content .item img {
        margin: auto; }
      .laptop-apc .laptop-content .item .item-content {
        margin-top: 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        padding: 1rem 10px; }
        @media only screen and (min-width: 768px) {
          .laptop-apc .laptop-content .item .item-content {
            padding: 1rem 10px;
            border-right: 1px solid #49587a; } }
        @media only screen and (min-width: 1200px) {
          .laptop-apc .laptop-content .item .item-content {
            padding: 1rem 10px; } }
        .laptop-apc .laptop-content .item .item-content .btn-cta {
          width: 100%;
          padding: 3px 5px; }
          @media only screen and (min-width: 768px) {
            .laptop-apc .laptop-content .item .item-content .btn-cta {
              font-size: 1rem; } }
          @media only screen and (min-width: 992px) {
            .laptop-apc .laptop-content .item .item-content .btn-cta {
              font-size: 1.1rem; } }
          @media only screen and (min-width: 1200px) {
            .laptop-apc .laptop-content .item .item-content .btn-cta {
              font-size: 1.4rem; } }
      .laptop-apc .laptop-content .item:last-child .item-content {
        border-right: none; }

.desktop-apc {
  padding: 2rem 0 6rem; }
  .desktop-apc img {
    margin: 3rem auto;
    padding: 0 5%; }
    @media only screen and (min-width: 1200px) {
      .desktop-apc img {
        padding: 0; } }
  .desktop-apc .btn-cta {
    width: 300px; }

.coverage .checkmark1, .coverage .checkmark2 {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 34px; }
  @media only screen and (max-width: 480px) {
    .coverage .checkmark1, .coverage .checkmark2 {
      height: 25px; } }

.coverage .checkmark1 {
  background-image: url("../../assets/images/Check.png"); }

.coverage .checkmark2 {
  background-image: url("../../assets/images/Check2.png"); }

.coverage .product-spec {
  max-width: 1000px;
  margin: 0 auto; }

.coverage .product-spec .table, .coverage .product-spec .table td {
  border: 1px solid #49587a; }

.coverage .product-spec .table tr:nth-child(1) td {
  background-color: #49587a;
  color: #f9f3e5;
  border-right: 1px solid #f9f3e5; }
  @media only screen and (min-width: 768px) {
    .coverage .product-spec .table tr:nth-child(1) td {
      font-size: 2.2rem; } }

.coverage .product-spec .table tr:nth-child(1) td:last-child {
  border-right: none; }

.coverage .product-spec .table td {
  text-align: center;
  vertical-align: middle; }
  @media only screen and (min-width: 768px) {
    .coverage .product-spec .table td {
      font-size: 1.8rem; } }
  .coverage .product-spec .table td img {
    margin: 0 auto; }

.video {
  text-align: center;
  margin: 5rem 0 3rem;
  position: relative; }
  .video h1 {
    font-family: 'geforce-light', sans-serif; }
  .video h2 {
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 30px auto 0;
    line-height: 1.5rem; }
  .video .card {
    margin-top: 30px;
    margin-bottom: 10px; }
    .video .card p {
      margin-bottom: 20px; }
  .video .card-button {
    margin-top: 20px;
    color: #000;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase; }
  .video .video-item {
    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; }
    .video .video-item .video {
      width: 100%;
      margin: 1rem auto;
      position: relative; }
      @media only screen and (min-width: 768px) {
        .video .video-item .video {
          width: 100%; } }
      .video .video-item .video iframe {
        width: 100%;
        height: 250px; }
        @media only screen and (min-width: 768px) {
          .video .video-item .video iframe {
            width: 100%;
            height: 300px; } }
        @media only screen and (min-width: 1200px) {
          .video .video-item .video iframe {
            width: 100%;
            height: 65vh; } }
  .video .youtube {
    position: relative;
    cursor: pointer;
    margin: 0 auto; }
    .video .youtube:hover {
      opacity: 0.9; }
      .video .youtube:hover .play-button {
        opacity: 1; }
    .video .youtube iframe {
      width: 100%;
      height: 187px; }
      @media only screen and (min-width: 480px) {
        .video .youtube iframe {
          width: 438px;
          height: 245px; } }
      @media only screen and (min-width: 768px) {
        .video .youtube iframe {
          width: 330px;
          height: 184px; } }
      @media only screen and (min-width: 992px) {
        .video .youtube iframe {
          width: 438px;
          height: 245px; } }
      @media only screen and (min-width: 1200px) {
        .video .youtube iframe {
          width: 720px;
          height: 384px; } }
  .video .btn-video {
    cursor: pointer;
    overflow: hidden; }
    .video .btn-video:hover {
      opacity: 0.9; }
  .video .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; }
    .video .play-button .glyphicon {
      font-size: 60px; }
  .video .tagline {
    color: #49587a;
    font-size: 1.7rem;
    font-weight: 600;
    text-align: left;
    line-height: 1.2;
    margin-top: 20px;
    padding: 0 10px; }

.btn-video {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .btn-video:hover {
    opacity: 0.9; }
  .btn-video .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; }
    .btn-video .play-button .glyphicon {
      font-size: 60px; }

#cookie-policy-info, #cookie-policy-info .close,
body.show-cookie-policy-info {
  transition: all .2s ease-in-out; }

body.show-cookie-policy-info {
  position: relative;
  top: initial !important; }

#cookie-policy-info {
  transition: all .2s ease-in-out;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #424242;
  color: #fff;
  font-size: 14px;
  line-height: 1.4em;
  z-index: 9999;
  font-family: "Segoe UI", "Arial"; }
  @media only screen and (max-width: 768px) {
    #cookie-policy-info {
      top: inherit;
      bottom: 0; } }

#cookie-policy-info a {
  color: #0094f2;
  text-decoration: none; }

#cookie-policy-info .btn-asus {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.4);
  cursor: pointer; }

#cookie-policy-info a:hover {
  color: #0074d7; }

#cookie-policy-info p {
  margin-bottom: 0px !important;
  font-size: 14px;
  line-height: 19px;
  font-family: "Segoe UI", "Arial";
  font-weight: 400; }

#cookie-policy-info p + p {
  margin-top: 10px !important; }

#cookie-policy-info .cookie-policy-wrap {
  width: 80%;
  max-width: 1600px;
  margin: 30px auto;
  overflow: inherit; }

#cookie-policy-info .cookie-text-wrap {
  position: relative;
  float: left;
  width: calc(100% - 410px);
  margin: auto; }

#cookie-policy-info .cookie-btn-box {
  position: relative;
  float: left;
  margin-top: 6px;
  margin-left: 40px; }

#cookie-policy-info .btn-ok,
#cookie-policy-info .btn-setting {
  display: inline-block;
  text-align: center;
  width: 180px;
  min-height: 32px;
  line-height: 18px;
  padding: 6px 30px;
  color: #0094f2;
  border: 1px solid #0094f2;
  border-radius: 5px;
  background: transparent;
  font-size: 14px;
  transition: 0.2s;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

#cookie-policy-info .btn-ok {
  background: #0094f2;
  color: white; }

#cookie-policy-info .btn-setting:hover {
  background: #0094f2;
  color: white; }

#cookie-policy-info .btn-ok:hover {
  background: #0074d7;
  border: 1px solid #0074d7;
  color: white; }

#cookie-policy-info .btn-ok {
  margin-left: 10px; }

.show-cookie-policy-info #cookie-policy-info {
  min-height: 90px;
  overflow: hidden; }

/* lightboxbox */
html.fixed, html.fixed body {
  overflow: hidden; }

.cookie-policy-lightbox-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  display: none; }

.cookie-policy-lightbox-wrapper {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999;
  margin: auto;
  width: 900px;
  height: 550px;
  background: #ffffff;
  color: #000;
  font-family: "Segoe UI", "Arial"; }

.cookie-policy-lightbox-menu {
  position: relative;
  float: left;
  width: 240px;
  height: 447px;
  background: #eeeeee; }

.cookie-policy-lightbox-logo {
  display: block;
  width: 107px;
  height: 23px;
  margin: 30px 0 30px 30px;
  padding: 0;
  background: url(../../assets/images/logos/asus-logo-dark.svg) 0 0 no-repeat; }

.cookie-policy-lightbox-list {
  position: relative;
  width: 240px; }

.cookie-policy-lightbox-list ul {
  list-style: none;
  padding: 0; }

.cookie-policy-lightbox-list li {
  position: relative;
  padding: 20px 0 20px 30px;
  font-size: 15px;
  width: 240px;
  min-height: 50px;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #313131; }

.cookie-policy-lightbox-list li.active {
  color: #0094f2;
  background: #ffffff; }

.cookie-policy-lightbox-content {
  position: relative;
  float: left;
  width: calc(100% - 240px);
  height: 447px;
  overflow-y: auto;
  background: #ffffff; }

.cookie-policy-lightbox-section {
  position: relative;
  padding: 30px 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.cookie-policy-lightbox-section.isHidden {
  display: none; }

.cookie-policy-lightbox-active {
  position: relative;
  height: 28px;
  width: 100%;
  display: table;
  margin-bottom: 10px;
  font-size: 16px;
  text-align: right;
  font-weight: bold; }

.cookie-policy-lightbox-active .cookie-policy-lightbox-label {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold; }

.cookie-policy-lightbox-active .check_box {
  display: table-cell;
  vertical-align: middle; }

.cookie-policy-lightbox-active .switch-btn {
  position: relative;
  width: 56px;
  height: 28px;
  vertical-align: middle;
  display: table-cell;
  padding-left: 8px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.cookie-policy-lightbox-active .switch-btn .switch-check {
  width: 100%;
  height: 100%;
  background: none; }

.cookie-policy-lightbox-active .switch-btn input {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  opacity: 0;
  z-index: 99;
  margin: 0px; }

.cookie-policy-lightbox-active .switch-btn input [type=checkbox] {
  position: absolute;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  margin: 0px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  cursor: pointer; }

.cookie-policy-lightbox-active .switch-btn .check_box {
  border-radius: 20px;
  background-color: #ddd;
  height: 28px;
  display: block;
  position: relative;
  margin-bottom: 0px; }

.cookie-policy-lightbox-active .switch-btn .check_box .switch-check {
  position: absolute;
  left: -2px;
  right: 0;
  top: 0;
  bottom: 0;
  transition-duration: .2s;
  padding-bottom: 0;
  z-index: 1;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 1px 4px #949494;
  border: 1px solid white;
  top: 1px; }

.cookie-policy-lightbox-active .switch-btn .check_box .switch-check .icon-switch-check {
  display: none;
  margin: 6px;
  width: 13px;
  height: 13px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAWCAYAAADafVyIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAaBJREFUeNqslU0oRFEUx998KAsLhQ0bKxt2LBTKxsrHihQboUlRImUx2cxCDWVhISMLSxY2mmRHVtggxcKQWBKhCOPjd+u8Oo15ZsbcW7/OPac753/uuffd8QVWb518RrK79FcsuHYXwwxALOhYHiTvwoTEHfJbTl6CWVChTb/lDcyD27NnGPZbrL4d06NCk5zPtd9S8mLMogrtuL6tHcxCucxfzSFT/bcVAapvwQyqUJjk566Tr0ARLCl/Xw7asSUwDZUyf4d+qv+0JdAEI8qPkPw0ddF/BQphGXziH0M03UIjUA9z0JCDQASqZG5a0kf1SS+BOIzBLkxlsas6GFd+lORHXotNshc1N5VtQZnH+gJYgYD4Z/Ib5y+BVkiomLnXh9CYZn0YqmX+JbfmLZPAiWx7XcUr5HOfUAdZIwL6YdvLdFhuvx+hE0bhQ2IBeQI2pGWmNe7/RyJFLKOArsq05krF2uASalUspM4uJwEzDiRZPOVJcId5Jbezvc9eV/IeOsybLvfcHTcSc/IVMMM8tzPQDBfwAL3wlIvAjwADAKloXaRIOAF5AAAAAElFTkSuQmCC") no-repeat;
  background-size: 100%; }

.cookie-policy-lightbox-active .switch-btn.on .check_box {
  background-color: #00a8ff;
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to left, #33d3fe, #33a8e2);
  /* Standard syntax */ }

.cookie-policy-lightbox-active .switch-btn.on .check_box .switch-check {
  border: 1px solid #00a8ff;
  -webkit-transform: translateX(23px);
          transform: translateX(23px); }

.cookie-policy-lightbox-active .switch-btn.on .check_box .switch-check .icon-switch-check {
  display: block; }

.cookie-policy-lightbox-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000; }

.cookie-policy-lightbox-subtitle {
  font-size: 16px;
  margin-top: 8px;
  line-height: 1.38;
  color: #000000; }

.cookie-policy-lightbox-text {
  font-size: 16px;
  line-height: 1.63;
  color: #434343;
  margin-top: 30px;
  margin-bottom: 0; }

.cookie-policy-lightbox-text a {
  color: #0094f2; }

.cookie-policy-lightbox-bottom {
  position: relative;
  clear: both;
  width: 100%;
  height: 102px;
  background: #ffffff;
  padding: 30px 40px;
  text-align: right;
  border-top: 1px solid #dcdcdc;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.cookie-policy-lightbox-bottom .btn-allow-all,
.cookie-policy-lightbox-bottom .btn-save {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  width: 130px;
  height: 42px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  background: #0094f2;
  color: #ffffff;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
  vertical-align: bottom;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.cookie-policy-lightbox-bottom .btn-save {
  margin-left: 10px; }

.cookie-policy-lightbox-bottom .btn-allow-all:hover,
.cookie-policy-lightbox-bottom .btn-save:hover {
  background: #0074d7; }

@media only screen and (max-width: 1366px) {
  #cookie-policy-info .cookie-policy-wrap {
    width: 94%; } }

@media only screen and (max-width: 960px) {
  #cookie-policy-info {
    position: fixed;
    bottom: 0;
    padding: 0; }
  #cookie-policy-info .cookie-policy-wrap {
    width: calc(100% - 40px);
    margin: 30px auto;
    overflow: initial; }
  #cookie-policy-info .cookie-text-wrap {
    width: 100%;
    float: none; }
  #cookie-policy-info .cookie-btn-box {
    width: 100%;
    float: none;
    margin: 20px 0 0;
    text-align: center; }
  #cookie-policy-info .btn-ok,
  #cookie-policy-info .btn-setting {
    width: calc(50% - 5px); }
  /*lightbox*/
  .cookie-policy-lightbox-wrapper {
    height: auto;
    width: 100%; }
  .cookie-policy-lightbox-header {
    overflow-y: auto;
    box-sizing: border;
    position: relative;
    padding-bottom: 80px;
    height: calc(100vh - 74px);
    -webkit-box-sizing: border; }
  .cookie-policy-lightbox-content {
    overflow: hidden; }
  .cookie-policy-lightbox-menu {
    padding-top: 0.1px;
    float: none;
    width: 100%;
    height: auto; }
  .cookie-policy-lightbox-logo {
    margin: 20px 0 20px 20px; }
  .cookie-policy-lightbox-list {
    width: 100%; }
  .cookie-policy-lightbox-list li {
    width: 100%;
    padding: 10px 0 10px 20px;
    font-size: 14px;
    border-top: 1px solid #dcdcdc;
    min-height: auto; }
  .cookie-policy-lightbox-list li:last-child {
    border-bottom: 1px solid #dcdcdc; }
  .cookie-policy-lightbox-content {
    float: none;
    width: 100%;
    height: auto; }
  .cookie-policy-lightbox-section {
    padding: 28px 20px; }
  .cookie-policy-lightbox-section[data-content='3'] .cookie-policy-lightbox-active {
    margin-bottom: 20px; }
  .cookie-policy-lightbox-bottom {
    position: fixed;
    bottom: 0;
    text-align: center;
    padding: 15px 20px;
    height: auto; }
  .cookie-policy-lightbox-bottom .btn-allow-all, .cookie-policy-lightbox-bottom .btn-save {
    width: calc(50% - 5px);
    max-width: 155px; }
  #cookie-policy-info .btn-ok,
  #cookie-policy-info .btn-setting {
    margin-bottom: 10px; } }

.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: 0 auto; } }
  @media only screen and (min-width: 768px) {
    .card {
      width: 100%; } }
  .card img {
    margin: 0 auto; }
  .card .card-title {
    height: auto;
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase; }
    @media only screen and (min-width: 768px) {
      .card .card-title {
        font-size: 1.5rem;
        margin-bottom: 0; } }
  .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 .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;
    font-size: 0.875rem;
    width: auto;
    color: #fff; }
    @media only screen and (min-width: 992px) {
      .card .specs {
        min-height: 2rem; } }
  .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: 1px 20px;
  font-size: 1.3rem;
  border-radius: 0;
  outline: 0;
  background-color: transparent;
  color: #fff;
  font-weight: 700;
  transition: background-color 0.25s ease-in-out;
  text-transform: uppercase;
  transition: all 0.5s;
  min-width: 160px; }
  .card-button:hover, .card-button-coming:hover, .btn-link:hover {
    color: #fff;
    background-color: transparent;
    text-decoration: none; }
    .card-button:hover:focus, .card-button-coming:hover:focus, .btn-link:hover:focus {
      outline: transparent; }
  .card-button:focus, .card-button:active, .card-button-coming:focus, .card-button-coming:active, .btn-link:focus, .btn-link:active {
    color: #fff;
    background-color: transparent;
    outline-color: transparent;
    outline: 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: 50px;
  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: #3f4c6a;
  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: #3f4c6a;
    box-shadow: inset 3px 0 0 #3f4c6a, inset -3px 0 0 #3f4c6a; }
  .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_newegg_ca {
  background: url("../images/logos/logo_newegg_ca.png"); }

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

.logo_amazon_ca {
  background: url("../images/logos/logo-amazon_ca.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-mike-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"); }

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

.logo_electronicEx {
  background: url("../images/logos/logo_electronic-express.png"); }

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

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

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

.logo_youtube {
  background: url("../images/logos/logo-youtube.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 {
    text-decoration: underline;
    vertical-align: top; }
    section.legal a .glyphicon {
      font-size: 1.2rem;
      line-height: 1.5rem;
      top: 4px; }
    section.legal a:hover {
      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: #666;
    font-size: 0.95rem;
    text-align: left;
    text-align-last: left;
    width: 100%;
    max-width: 1200px;
    line-height: 1rem;
    letter-spacing: 0;
    font-family: "MyriadPro", sans-serif; }
    @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;
      padding: 0;
      text-align: center;
      margin: 3px; }
  section.legal .newsletter {
    margin-top: 20px;
    text-align: center; }

section.hero {
  background-image: url("../images/hero/hero@mobile.jpg");
  background-repeat: no-repeat;
  background-size: 500px;
  background-position: 50% 100%;
  padding-top: 50px;
  padding-bottom: 250px;
  border-bottom: none;
  position: relative;
  margin-top: 0;
  background-color: #e5e4e9; }
  @media only screen and (min-width: 768px) {
    section.hero {
      background-image: url("../images/hero/hero.jpg");
      background-size: cover;
      background-position: top center;
      padding-top: 0;
      height: 400px; } }
  @media only screen and (min-width: 1200px) {
    section.hero {
      height: 472px; } }
  section.hero .container-fluid {
    position: relative;
    padding: 0;
    height: 100%; }
    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 img {
      margin: 0 auto; }
  section.hero .flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media only screen and (min-width: 768px) {
      section.hero .flex-box {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  section.hero .content {
    position: static;
    text-align: center;
    width: 100%;
    padding: 0 20px 3rem;
    font-family: "MyriadPro-Light", sans-serif;
    color: #49587a; }
    @media only screen and (min-width: 768px) {
      section.hero .content {
        position: absolute;
        right: 5%;
        width: 360px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0; } }
    @media only screen and (min-width: 992px) {
      section.hero .content {
        width: 475px; } }
    @media only screen and (min-width: 1200px) {
      section.hero .content {
        width: 510px;
        right: 10%; } }
    @media only screen and (min-width: 1500px) {
      section.hero .content {
        right: 20%; } }
    section.hero .content img {
      margin: 0 auto; }
    section.hero .content h1 {
      font-family: "MyriadPro-Light", sans-serif;
      font-weight: normal;
      font-size: 2.8rem;
      margin: 0; }
      @media only screen and (max-width: 768px) {
        section.hero .content h1 {
          font-size: 2rem; } }
    section.hero .content .link-cta {
      font-size: 1.2rem;
      margin-top: 20px;
      font-weight: 600;
      font-family: "MyriadPro", sans-serif;
      text-decoration: underline;
      text-underline-position: under; }
      section.hero .content .link-cta:hover {
        text-decoration: none; }
    section.hero .content .btn-cta {
      width: 280px; }
    section.hero .content .asus-app .text {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 1.5rem;
      margin-bottom: 1rem; }
      section.hero .content .asus-app .text .text-content {
        width: 210px;
        text-align: left;
        padding-left: 20px;
        font-size: 1.2rem; }
        @media only screen and (min-width: 768px) {
          section.hero .content .asus-app .text .text-content {
            width: 300px; } }
    section.hero .content .asus-app .apps {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin-bottom: 1rem; }
      @media only screen and (max-width: 768px) {
        section.hero .content .asus-app .apps {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-flow: column wrap;
                  flex-flow: column wrap; } }
      section.hero .content .asus-app .apps .item {
        width: 30%; }
        @media only screen and (max-width: 768px) {
          section.hero .content .asus-app .apps .item {
            margin: 5px 0; } }
        section.hero .content .asus-app .apps .item:first-child {
          padding: 5px; }
          section.hero .content .asus-app .apps .item:first-child img {
            border-radius: 8px;
            height: 40px; }
        section.hero .content .asus-app .apps .item img {
          margin: 0 auto; }
