@import url("https://storage-asset.msi.com/frontend/custom_css/common/common-msi-base.css?ver=20220704");
@import url("icon.css");
body {
  background: #000;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: var(--MSIBodyFont);
}

.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
}

#mystic {
  width: 100vw;
  overflow-x: hidden;
  font-size: 16px;
  color: #fff;
  margin-top: 74px;
}

@media (min-width: 996px) {
  #mystic {
    margin-top: 0;
  }
}

#mystic .container {
  width: 100%;
  padding: 0 25px;
  margin: 0 auto;
  padding: 0 25px 5%;
}

@media (min-width: 996px) {
  #mystic .container {
    padding: 0;
    max-width: 1440px;
  }
}

@media (min-width: 1300px) {
  #mystic {
    font-size: 17px;
  }
}

.h1title, .h2title {
  text-align: center;
  padding-bottom: 20px;
  font-size: 26px;
  position: relative;
  font-weight: bold;
}

@media (min-width: 996px) {
  .h1title, .h2title {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

#toolbar {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
  padding-left: 50px;
}

@media (min-width: 996px) {
  #toolbar {
    right: 0;
    left: auto;
    top: 50%;
    bottom: auto;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: none;
  }
}

#toolbar svg, #toolbar .img {
  display: none;
}

#toolbar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

@media (min-width: 996px) {
  #toolbar ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 40px;
  }
}

#toolbar li, #toolbar a {
  width: 40px;
  height: 40px;
  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;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

#toolbar li::before, #toolbar a::before {
  font-family: "msi-icons";
}

@media (min-width: 996px) {
  #toolbar li, #toolbar a {
    background: linear-gradient(45deg, #300, #f00, #300);
  }
}

#toolbar #share {
  border-left: 1px solid #333;
  display: none;
}

@media (min-width: 996px) {
  #toolbar #share {
    border: none;
  }
  #toolbar #share li, #toolbar #share a {
    opacity: .8;
    background: #c00;
    margin-top: 10px;
  }
  #toolbar #share li:hover, #toolbar #share a:hover {
    opacity: 1;
  }
}

#toolbar #bttop::before {
  content: "\ea12";
}

#toolbar #btshare::before {
  content: "\f055";
}

#toolbar #fb_share::before {
  content: "\aa02";
}

#toolbar a::before {
  content: "\aa04";
}

@-webkit-keyframes glow {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
}

@keyframes glow {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
}

#header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(45deg, #111, #333, #000, #111);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#header::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(45deg, #00f6ff, #536dff, #b441ff, #ff00c8, #ff8a3d);
  -webkit-animation: glow 3s ease infinite;
          animation: glow 3s ease infinite;
}

@media (min-width: 996px) {
  #header {
    position: relative;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 94px !important;
  }
  #header::after {
    display: none;
  }
}

.navbar {
  padding: 0 !important;
  min-height: auto !important;
  border: none !important;
}

.navbar::before, .navbar::after {
  display: none !important;
}

.navbar-brand {
  float: none !important;
  padding: 0 !important;
}

.navbar-brand a {
  display: block;
}

.navbar-header {
  text-align: center;
  padding: 15px !important;
  float: none !important;
}

.navbar-header::before, .navbar-header::after {
  display: none !important;
}

@media (min-width: 996px) {
  .navbar-header {
    padding: 25px !important;
  }
}

.navbar-header img {
  height: 40px !important;
}

#hdm #btnav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 25px;
  color: #fff;
  font-size: 24px;
}

#hdm #btnav::before {
  content: "\ea17";
  font-family: "msi-icons";
}

#page-nav {
  width: 100%;
  height: 100vh;
  position: fixed;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 0;
  font-size: 100%;
  background: #1a1a1a;
}

#page-nav ul {
  display: block;
  padding: 0 !important;
}

#page-nav a {
  position: relative;
  margin: 0 auto;
  font-size: 20px;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding: 20px 40px;
  background: linear-gradient(45deg, #111, #222);
  font-size: 16px;
}

#page-nav a:hover, #page-nav a.active {
  color: #fff;
  background: linear-gradient(45deg, #00f6ff, #536dff, #b441ff, #ff00c8, #ff8a3d);
}

#page-nav a.active {
  -webkit-animation: glow 3s ease infinite;
          animation: glow 3s ease infinite;
}

#page-nav .btclose {
  position: absolute;
  z-index: 10;
  top: 10px;
  right: 10px;
  color: #ccc;
}

#page-nav .btclose::before {
  content: "\ea02";
  font-family: "msi-icons";
  display: block;
  font-size: 30px;
}

#page-nav .btclose:hover {
  color: #fff;
}

@media (min-width: 996px) {
  #page-nav {
    background: #1a1a1a;
    position: static;
    height: auto;
    display: block;
  }
  #page-nav ul {
    width: 100%;
    max-width: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #page-nav li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #page-nav a {
    position: relative;
    margin: 0;
    padding: 20px 0;
    font-size: 17px !important;
    width: auto;
    font-size: inherit;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #page-nav a::before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 10px;
    left: 0;
    bottom: 0;
    background: linear-gradient(45deg, #00f6ff, #536dff, #b441ff, #ff00c8, #ff8a3d);
  }
  #page-nav .btclose {
    display: none;
  }
}

@media (min-width: 1930px) {
  #page-nav {
    font-size: 140%;
  }
}

#btlang {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
}

@media (min-width: 996px) {
  #btlang {
    right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #222 !important;
    padding: 10px 25px  !important;
    border: none !important;
    border-radius: 5px !important;
    color: #999 !important;
    cursor: pointer !important;
  }
  #btlang:hover {
    background: #555 !important;
  }
}

#btlang::before {
  content: "\f046";
  font-family: "msi-icons";
  display: block;
  color: #fff;
  font-size: 24px;
}

#btlang img {
  display: none !important;
}

#btlang span {
  display: none !important;
}

@media (min-width: 996px) {
  #btlang span {
    display: block !important;
    font-size: 14px !important;
    text-transform: uppercase;
    margin-left: 8px !important;
  }
}

#lang-wapper {
  display: none;
  position: fixed;
  z-index: 999;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}

#langbox {
  display: none;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0;
  background: #1a1a1a;
  padding: 25px;
  overflow-y: auto;
}

#langbox .btclose {
  position: absolute;
  z-index: 10;
  top: 10px;
  right: 10px;
  color: #ccc;
}

#langbox .btclose::before {
  content: "\ea02";
  font-family: "msi-icons";
  display: block;
  font-size: 30px;
}

#langbox .btclose:hover {
  color: #fff;
}

#langbox .title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}

#langbox .title::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  margin: 10px auto;
  background: #f00;
}

#langbox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

#langbox ul li a {
  display: block;
  color: #eee;
  border: #444 1px solid;
  padding: 10px;
  font-size: 16px;
}

@media (min-width: 996px) {
  #langbox {
    max-width: 1200px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    overflow: hidden;
    padding: 50px;
    border-radius: 30px;
  }
  #langbox ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 50px;
  }
  #langbox ul li {
    width: calc(100% / 3 - 10px);
  }
  #langbox ul li a:hover {
    color: #f00;
    border-color: #fff;
  }
}
/*# sourceMappingURL=promotion-lang.css.map */