/* CSS Document */
#promotion_language_select_link {
  right: 70px !important;
}

/* CSS Document */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  outline: 0;
}

a:hover {
  text-decoration: none;
}

a:focus {
  -moz-outline-style: none;
}

/*img*/
img {
  overflow: hidden;
}

/*page style*/
.txtLeft {
  text-align: left;
}

.txtRight {
  text-align: right;
}

.txtCenter {
  text-align: center;
}

.floatLeft,
.imageleft {
  float: left;
  margin-right: 1em;
}

.floatRight,
.imageRight {
  float: right;
  margin-left: 1em;
}

.floatClear {
  clear: both;
  height: 0;
}

.clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}

.table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.tr {
  display: table-row;
}

.td,
.th {
  display: table-cell;
}

/*----landing page-----*/
body {
  overflow-x: hidden;
  background: #000;
}

*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #fff;
  font-family: "DINPro-Regular", Helvetica, Arial, sans-serif;
  text-align: center;
  line-height: 1.6;
  background-size: cover;
}

#header {
  text-align: left;
  padding: 15px;
  border-bottom: #f00 1px solid;
}

#header img {
  height: 70px;
}

.banner-block {
  text-align: center;
}

#form-wp {
  border: #222 2px solid;
  width: 90%;
  max-width: 1200px;
  margin: 2% auto;
}

#msi_form {
  padding: 3% 5% 5%;
  text-align: left;
}

.help-block {
  padding-top: 50px;
  color: #ccc;
}

.star {
  color: #f00;
  padding-left: 5px;
  font-size: 18px;
  display: inline-block;
}

.question-group {
  padding-bottom: 40px;
}

.question-group h6 {
  font-size: 20px;
  padding-bottom: 10px;
}

.question-group input[type="text"],
.question-group input[type="email"],
.question-group textarea,
.question-group select {
  background: #222;
  border: #333 1px solid;
  width: 100%;
  padding: 12px;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
}

.question-group a {
  color: #c00;
  border-bottom: #c00 1px dotted;
  cursor: pointer;
  margin-left: 10px;
}

.question-group a:hover {
  color: #f00;
  border-bottom: #f00 1px solid;
}

.question-group a.bt-ltbox {
  margin-left: 30px;
}

.question-group .note {
  color: #666;
  padding-top: 10px;
  font-size: 16px;
}

.question-group ul {
  width: 100%;
}

.question-group ul li {
  padding: 15px 0 10px;
}

.question-group.error h6 {
  color: #c00;
}

.question-group.error.checkSty {
  color: #c00;
}

.radioSty input[type="radio"] {
  display: none;
}

.radioSty input[type="radio"]:checked + label::before {
  border: #f00 1px solid;
}

.radioSty input[type="radio"]:checked + label::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #f00;
  position: absolute;
  top: 3px;
  left: 3px;
}

.radioSty label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.radioSty label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: #333 1px solid;
  margin-right: 10px;
  vertical-align: middle;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
}

.checkSty input[type="checkbox"] {
  display: none;
}

.checkSty input[type="checkbox"]:checked + label::before {
  border: #c00 1px solid;
  background: url(../images/icon-check.png) center center no-repeat;
  background-size: cover;
}

.checkSty label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.checkSty label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: #333 1px solid;
  margin-right: 10px;
  vertical-align: middle;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
}

.form-send button {
  background: #c00;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
}

.form-send button:hover {
  background: #f00;
}

@media screen and (max-width: 960px) {
  .form-send {
    text-align: center;
  }
  .form-send button {
    width: 100%;
  }
}

.lighttbox {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  min-height: 100vh;
  z-index: 10;
  top: 0;
  left: 0;
  overflow-y: auto;
  display: none;
}

.ltwp {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.ltbox {
  background: #111;
  width: 90%;
  max-width: 1000px;
  margin: 3% auto;
  padding: 40px;
  border: #222 3px solid;
  color: #fff;
  line-height: 1.6;
  font-size: 18px;
  display: none;
}

.ltbox h2 {
  font-size: 26px;
  color: #f00;
  text-align: center;
  padding: 30px 0;
  text-transform: uppercase;
}

.ltbox h4 {
  padding: 30px 0 10px;
  font-size: 22px;
}

.ltbox h4 span {
  border-bottom: #666 2px solid;
}

.ltbox p {
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 20px;
}

.ltbox .btclose {
  text-align: center;
  padding-top: 30px;
}

.ltbox .btclose button {
  background: #222;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
}

.ltbox .btclose button:hover {
  background: #f00;
}

@media screen and (max-width: 960px) {
  .ltbox .btclose button {
    width: 100%;
  }
}

#terms {
  text-align: left;
}

#terms a {
  color: #c00;
  border-bottom: #c00 1px dotted;
  cursor: pointer;
  margin-left: 10px;
}

#terms a:hover {
  color: #f00;
  border-bottom: #f00 1px solid;
}

#terms ul {
  margin-left: 20px;
}

#terms ul li {
  list-style: lower-roman;
  line-height: 1.6;
  padding-bottom: 10px;
}

#terms ul li ul li {
  list-style: lower-alpha;
}

.B550 {
  text-align: center;
  background: #000;
  width: 100%;
  color: #fff;
}

.B550 .promotion-nav {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99999;
  text-align: center;
}

.B550 .promotion-nav ul li {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #c00;
  margin: 4px 8px;
}

.B550 .promotion-nav ul li a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
}

.B550 .mainImg {
  width: 100%;
  height: auto;
  position: relative;
}

.B550 .mainImg img {
  width: 100%;
}

.B550 .mainImg .mainImgText {
  width: 100%;
  height: auto;
  position: absolute;
  top: 15%;
  left: -25%;
}

.B550 .mainImg .mainImgText img {
  width: 30%;
}

.B550 .mainImg2 {
  display: none;
  width: 100%;
  height: auto;
  position: relative;
}

.B550 .mainImg2 img {
  width: 100%;
}

.B550 .mainImg2 .mainImgText {
  width: 100%;
  height: auto;
  position: absolute;
  top: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.B550 .mainImg2 .mainImgText img {
  width: 60%;
}

.B550 h1 {
  font-weight: 700;
}

.B550 nav {
  width: 100%;
  background: #191919;
}

.B550 nav .tabBtn {
  padding: 0;
  max-width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  margin: 0 auto;
  background: #191919;
}

.B550 nav .tabBtn .tabBtnCtrl {
  outline: 0;
  border: none;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  line-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #fff;
  line-height: 60px;
  font-size: 1.6rem;
  position: relative;
}

.B550 nav .tabBtn .tabBtnCtrl:hover {
  color: #fff;
  background: #4b4b4b;
}

.B550 nav .tabBtn .none {
  display: none;
}

.B550 nav .tabBtn .tabBtnCtrl:nth-child(4)::after {
  content: "";
}

.B550 .menuDisplay {
  display: none;
}

.B550 .menuDisplay .menu {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  text-align: center;
  font-size: 24px;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9999;
  cursor: pointer;
  background: #333;
}

.B550 .menuDisplay .dropDown-content {
  padding: 70px 0 30px 0;
  -webkit-transform: translateY(-400px);
          transform: translateY(-400px);
  position: fixed;
  background-color: #333;
  width: 100%;
  overflow: auto;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 9998;
  top: 0;
  left: 0;
}

.B550 .menuDisplay .dropDown-content .closeMenu:nth-child(5) {
  color: orange;
}

.B550 .menuDisplay .dropDown-content .none {
  display: none;
}

.B550 .menuDisplay .dropDown-content a {
  color: white;
  padding: 5px 16px;
  text-decoration: none;
  display: block;
  font-size: 2rem;
  padding: 10px 0;
}

.B550 .menuDisplay .dropDown-content a:hover {
  background: #ff0000;
  cursor: pointer;
}

.B550 .menuDisplay .dropDown {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.B550 .PcPage {
  display: none;
  margin: 100px auto 0 auto;
}

.B550 .PcPage .buildText {
  max-width: 1440px;
  margin: 0 auto;
}

.B550 .PcPage .buildText h1 {
  margin: 10px 0;
  color: #ff0000;
}

.B550 .PcPage .buildText h1 .fontWeight {
  font-weight: 700;
}

.B550 .PcPage .buildText .textPadding {
  font-size: 1.8rem;
  padding: 0 12%;
}

@media screen and (max-width: 990px) {
  .B550 .PcPage .buildText {
    padding: 0 5%;
    margin: 0 auto;
  }
  .B550 .PcPage .buildText .textPadding {
    padding: 0;
  }
}

@media screen and (max-width: 500px) {
  .B550 .PcPage .buildText h1 {
    font-size: 3.1rem;
  }
}

.B550 .PcPage .threeTabBtnDisplay {
  max-width: 1440px;
  margin: 100px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

@media screen and (max-width: 990px) {
  .B550 .PcPage .threeTabBtnDisplay {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 5%;
  }
}

.B550 .PcPage .threeTabBtnDisplay .threeTabBtn {
  position: relative;
  font-size: 1.8rem;
  color: #919191;
  font-weight: 700;
  width: 25%;
  height: 60px;
  line-height: 60px;
  outline: none;
  cursor: pointer;
  border: black 1px solid;
  border-radius: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#161515), color-stop(#222222), to(#161515));
  background: linear-gradient(#161515, #222222, #161515);
  margin-top: 10px;
}

.B550 .PcPage .threeTabBtnDisplay .threeTabBtn:active {
  color: #ff0000;
}

.B550 .PcPage .threeTabBtnDisplay .threeTabBtn:active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 24px;
  background: url(//storage-asset.msi.com/event/2020/cnd/best-amd/images/bgRed01.png) no-repeat center bottom;
  background-size: 100% 100%;
  left: 0;
  bottom: 0;
  opacity: 0.5;
  overflow: hidden;
}

.B550 .PcPage .threeTabBtnDisplay .threeTabBtn:hover {
  color: #ff0000;
}

@media screen and (max-width: 990px) {
  .B550 .PcPage .threeTabBtnDisplay .threeTabBtn {
    width: 100%;
    height: 60px;
    line-height: 60px;
    outline: none;
    cursor: pointer;
  }
}

.B550 .PcPage .threeTabBtnDisplay .active {
  color: #ff0000;
}

.B550 .PcPage .threeTabBtnDisplay .active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 24px;
  background: url(//storage-asset.msi.com/event/2020/cnd/best-amd/images/bgRed01.png) no-repeat center bottom;
  background-size: 100% 100%;
  left: 0;
  bottom: 0;
  opacity: 0.5;
  overflow: hidden;
}

.B550 .PcPage .force {
  max-width: 1600px;
  margin: 100px auto 100px auto;
  display: none;
}

.B550 .PcPage .force .futureText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.B550 .PcPage .force .futureText .text {
  margin: 0 3%;
  width: 21%;
  text-align: left;
  font-size: 1.8rem;
  line-height: 25px;
}

.B550 .PcPage .force .futureText .text .textHight {
  min-height: 280px;
}

.B550 .PcPage .force .futureText .text .textHight .redText {
  font-size: 2rem;
  color: #ff0000;
  text-align: center;
}

.B550 .PcPage .force .futureText .text figure {
  width: 100%;
  height: auto;
  position: static;
  margin-top: 20px;
}

.B550 .PcPage .force .futureText .text figure img {
  width: 100%;
}

.B550 .PcPage .force .forceImg {
  margin-top: 20px;
}

.B550 .PcPage .force .forceImg figure {
  text-align: center;
  width: 100%;
}

.B550 .PcPage .force .forceImg figure img {
  width: 50%;
}

.B550 .PcPage .force .forceImgMob {
  display: none;
  margin-top: 20px;
}

.B550 .PcPage .force .forceImgMob figure {
  text-align: center;
}

.B550 .PcPage .force .forceImgMob figure img {
  width: 60%;
}

@media screen and (max-width: 990px) {
  .B550 .PcPage .force {
    padding: 0 5%;
    margin: 30px auto 50px auto;
  }
  .B550 .PcPage .force .futureText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .B550 .PcPage .force .futureText .text {
    margin: 15px 0;
    width: 100%;
    text-align: left;
    font-size: 1.8rem;
    line-height: 25px;
  }
  .B550 .PcPage .force .futureText .text .textHight {
    min-height: auto;
  }
  .B550 .PcPage .force .futureText .text .textHight .redText {
    font-size: 2rem;
    color: #ff0000;
  }
  .B550 .PcPage .force .futureText .text figure {
    width: 100%;
    height: auto;
    position: static;
    text-align: center;
    margin-top: 20px;
  }
  .B550 .PcPage .force .futureText .text figure img {
    width: 70%;
  }
  .B550 .PcPage .force .forceImgMob {
    margin-top: 20px;
    display: block;
    margin: 30px 0;
  }
  .B550 .PcPage .force .forceImgMob figure {
    text-align: center;
  }
  .B550 .PcPage .force .forceImgMob figure img {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .B550 .PcPage .force .futureText .text figure {
    width: 100%;
    height: auto;
    position: static;
    text-align: center;
    margin-top: 20px;
  }
  .B550 .PcPage .force .futureText .text figure img {
    width: 100%;
  }
  .B550 .PcPage .force .forceImgMob {
    margin-top: 20px;
    display: block;
    margin: 30px 0;
  }
  .B550 .PcPage .force .forceImgMob figure {
    text-align: center;
  }
  .B550 .PcPage .force .forceImgMob figure img {
    width: 80%;
  }
}

.B550 .PcPage .proof {
  max-width: 1200px;
  margin: 100px auto 100px auto;
  display: none;
  text-align: center;
}

.B550 .PcPage .proof .fontSize {
  font-size: 1.8rem;
  padding: 0 5%;
  text-align: left;
}

.B550 .PcPage .proof .imgTextFlex {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.B550 .PcPage .proof .imgTextFlex figure img {
  width: 500px;
}

.B550 .PcPage .proof .imgTextFlex .textWidth {
  font-size: 1.8rem;
  text-align: left;
  width: 40%;
  margin-left: 5%;
}

.B550 .PcPage .proof .imgTextFlex .textWidth .redText {
  font-size: 2rem;
  color: #ff0000;
}

.B550 .PcPage .proof .imgTextFlex .showInMobile {
  display: none;
}

.B550 .PcPage .proof .textWidth2 {
  font-size: 1.8rem;
  text-align: left;
  width: 40%;
  margin-right: 5%;
}

.B550 .PcPage .proof .textWidth2 .redText {
  font-size: 2rem;
  color: #ff0000;
}

@media screen and (max-width: 990px) {
  .B550 .PcPage .proof {
    padding: 0 5%;
    margin: 50px auto 50px auto;
    display: none;
    text-align: center;
  }
  .B550 .PcPage .proof .fontSize {
    text-align: left;
    font-size: 1.8rem;
    padding: 0;
  }
  .B550 .PcPage .proof .imgTextFlex {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .B550 .PcPage .proof .imgTextFlex figure img {
    width: 70%;
  }
  .B550 .PcPage .proof .imgTextFlex .textWidth {
    font-size: 1.8rem;
    text-align: left;
    width: 100%;
    margin-left: 0;
  }
  .B550 .PcPage .proof .imgTextFlex .textWidth .redText {
    font-size: 2rem;
    color: #ff0000;
  }
  .B550 .PcPage .proof .imgTextFlex .showInMobile {
    display: block;
  }
  .B550 .PcPage .proof .textWidth2 {
    font-size: 1.8rem;
    text-align: left;
    width: 100%;
    margin-right: 0;
  }
  .B550 .PcPage .proof .textWidth2 .redText {
    font-size: 2rem;
    color: #ff0000;
  }
}

@media screen and (max-width: 768px) {
  .B550 .PcPage .proof .imgTextFlex figure img {
    width: 100%;
  }
}

.B550 .PcPage .display {
  margin: 100px auto 100px auto;
  display: none;
  max-width: 1100px;
  padding: 0 1%;
  text-align: left;
}

.B550 .PcPage .display .textWidth {
  font-size: 1.8rem;
}

.B550 .PcPage .display .textWidth .redText {
  font-size: 2rem;
  color: #ff0000;
}

.B550 .PcPage .display .inMobPic {
  display: none;
  width: 100%;
  overflow: hidden;
}

.B550 .PcPage .display .inMobPic img {
  width: 100%;
}

.B550 .PcPage .display .imgTextFlex {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.B550 .PcPage .display .imgTextFlex .blockOne {
  width: 53%;
  margin-right: 2%;
}

.B550 .PcPage .display .imgTextFlex .blockOne .Pic1 {
  width: 100%;
  margin-bottom: 5%;
}

.B550 .PcPage .display .imgTextFlex .blockOne .Pic1 img {
  width: 60%;
}

.B550 .PcPage .display .imgTextFlex .blockOne .Pic2 {
  width: 100%;
}

.B550 .PcPage .display .imgTextFlex .blockOne .Pic2 img {
  width: 90%;
}

.B550 .PcPage .display .imgTextFlex .blockTwo {
  width: 45%;
}

.B550 .PcPage .display .imgTextFlex .blockTwo .blockTwoText {
  font-size: 1.8rem;
}

.B550 .PcPage .display .imgTextFlex .blockTwo figure {
  margin-bottom: 5%;
}

.B550 .PcPage .display .imgTextFlex .blockTwo figure img {
  width: 90%;
}

@media screen and (max-width: 990px) {
  .B550 .PcPage .display {
    padding: 0 5%;
    margin: 50px 0 50px 0;
    display: none;
    width: 100%;
    text-align: left;
  }
  .B550 .PcPage .display .textWidth {
    font-size: 1.8rem;
  }
  .B550 .PcPage .display .textWidth .redText {
    font-size: 2rem;
    color: #ff0000;
  }
  .B550 .PcPage .display .inMobPic {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .B550 .PcPage .display .inMobPic img {
    width: 100%;
  }
  .B550 .PcPage .display .imgTextFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .B550 .PcPage .display .imgTextFlex .blockOne {
    width: 100%;
    margin: 0;
  }
  .B550 .PcPage .display .imgTextFlex .blockOne .Pic1 {
    width: 100%;
    margin-bottom: 5%;
  }
  .B550 .PcPage .display .imgTextFlex .blockOne .Pic1 img {
    width: 80%;
  }
  .B550 .PcPage .display .imgTextFlex .blockOne .Pic2 {
    display: none;
    width: 100%;
  }
  .B550 .PcPage .display .imgTextFlex .blockOne .Pic2 img {
    width: 100%;
  }
  .B550 .PcPage .display .imgTextFlex .blockTwo {
    width: 100%;
  }
  .B550 .PcPage .display .imgTextFlex .blockTwo .blockTwoText {
    font-size: 1.8rem;
  }
  .B550 .PcPage .display .imgTextFlex .blockTwo figure {
    margin-bottom: 5%;
  }
  .B550 .PcPage .display .imgTextFlex .blockTwo figure img {
    width: 100%;
  }
}

.B550 .PcPage .steamingPcBuild {
  margin: 0 auto;
  background-image: url(//storage-asset.msi.com/event/2020/cnd/best-amd/images/mysticBG-5.jpg);
  height: 1050px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.B550 .PcPage .steamingPcBuild .linkBtn {
  display: block;
  width: 200px;
  height: 50px;
  border: 1px solid #ff0000;
  margin: 0 auto;
  line-height: 50px;
  margin-top: 3%;
  color: #ff0000;
  -webkit-box-shadow: 0 0 1em #ff0000;
          box-shadow: 0 0 1em #ff0000;
}

.B550 .PcPage .steamingPcBuild .hMargin {
  color: #ff0000;
  padding: 80px 80px 80px 80px;
  margin-bottom: 30px;
}

.B550 .PcPage .steamingPcBuild .displayThreeSeries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  text-align: left;
}

.B550 .PcPage .steamingPcBuild .displayThreeSeries .styleDel {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style-type: none;
  margin: 0 20px;
  width: 400px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.B550 .PcPage .steamingPcBuild .displayThreeSeries .styleDel ul {
  padding: 0;
  list-style: none;
  list-style-position: outside;
}

.B550 .PcPage .steamingPcBuild .displayThreeSeries .styleDel ul li {
  font-size: 1.5rem;
}

.B550 .PcPage .steamingPcBuild .displayThreeSeries .styleDel ul li a {
  color: #fff;
}

.B550 .PcPage .steamingPcBuild .displayThreeSeries .styleDel figure {
  width: 100%;
  overflow: hidden;
}

.B550 .PcPage .steamingPcBuild .displayThreeSeries .styleDel figure img {
  width: 300px;
}

.B550 .PcPage .steamingPcBuild .displayThreeSeries .styleDel h3 {
  width: 35%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  margin-bottom: 5px;
  color: #ff0000;
}

@media screen and (max-width: 1400px) {
  .B550 .PcPage .steamingPcBuild {
    height: auto;
  }
  .B550 .PcPage .steamingPcBuild .linkBtn {
    margin-top: 2%;
  }
  .B550 .PcPage .steamingPcBuild .displayThreeSeries {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .B550 .PcPage .steamingPcBuild .displayThreeSeries .styleDel {
    margin-bottom: 30px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .B550 .PcPage .steamingPcBuild .displayThreeSeries .styleDel ul {
    padding: 0;
    list-style: none;
    list-style-position: outside;
  }
  .B550 .PcPage .steamingPcBuild .displayThreeSeries .styleDel ul li {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    font-size: 1.5rem;
  }
  .B550 .PcPage .steamingPcBuild .displayThreeSeries .styleDel ul li a {
    color: #fff;
  }
  .B550 .PcPage .steamingPcBuild .displayThreeSeries .styleDel figure {
    width: 100%;
  }
  .B550 .PcPage .steamingPcBuild .displayThreeSeries .styleDel figure img {
    width: 80%;
  }
  .B550 .PcPage .steamingPcBuild .displayThreeSeries .styleDel h3 {
    width: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    margin-bottom: 5px;
    color: #ff0000;
  }
}

@media screen and (max-width: 768px) {
  .B550 .PcPage .steamingPcBuild {
    height: auto;
  }
  .B550 .PcPage .steamingPcBuild .linkBtn {
    margin-top: 5%;
  }
  .B550 .PcPage .steamingPcBuild .displayThreeSeries {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .B550 .PcPage .steamingPcBuild .displayThreeSeries .styleDel {
    margin: 0 0 30px 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .B550 .PcPage .steamingPcBuild .displayThreeSeries .styleDel ul {
    padding: 0;
    list-style: none;
    list-style-position: outside;
  }
  .B550 .PcPage .steamingPcBuild .displayThreeSeries .styleDel ul li {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    font-size: 1.5rem;
  }
  .B550 .PcPage .steamingPcBuild .displayThreeSeries .styleDel ul li a {
    color: #fff;
  }
  .B550 .PcPage .steamingPcBuild .displayThreeSeries .styleDel figure {
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .B550 .PcPage .steamingPcBuild .displayThreeSeries .styleDel figure img {
    width: 80%;
  }
  .B550 .PcPage .steamingPcBuild .displayThreeSeries .styleDel h3 {
    width: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    margin-bottom: 5px;
    color: #ff0000;
  }
}

@media screen and (max-width: 500px) {
  .B550 .PcPage .steamingPcBuild {
    height: auto;
  }
  .B550 .PcPage .steamingPcBuild .displayThreeSeries {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .B550 .PcPage .steamingPcBuild .displayThreeSeries .styleDel {
    margin: 0 0 30px 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    padding: 0 5%;
  }
  .B550 .PcPage .steamingPcBuild .displayThreeSeries .styleDel ul {
    padding: 0;
    list-style: none;
    list-style-position: outside;
  }
  .B550 .PcPage .steamingPcBuild .displayThreeSeries .styleDel ul li {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    font-size: 1.5rem;
  }
  .B550 .PcPage .steamingPcBuild .displayThreeSeries .styleDel ul li a {
    color: #fff;
  }
  .B550 .PcPage .steamingPcBuild .displayThreeSeries .styleDel figure {
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .B550 .PcPage .steamingPcBuild .displayThreeSeries .styleDel figure img {
    width: 80%;
  }
  .B550 .PcPage .steamingPcBuild .displayThreeSeries .styleDel h3 {
    width: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    margin-bottom: 5px;
    color: #ff0000;
  }
}

.B550 .PcPage .ytVideo {
  margin: 0 auto;
  background-image: url(//storage-asset.msi.com/event/2020/cnd/best-amd/images/mysticBG0000.jpg);
  height: 950px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.B550 .PcPage .ytVideo h1 {
  color: #ff0000;
  padding: 80px 0 50px 0;
}

.B550 .PcPage .ytVideo a {
  display: block;
  width: 100%;
  height: auto;
  margin: 50px 0;
}

.B550 .PcPage .ytVideo a img {
  width: 40%;
}

.B550 .PcPage .ytVideo figure {
  width: 100%;
  margin-bottom: 20px;
}

.B550 .PcPage .ytVideo figure img {
  width: 40%;
}

@media screen and (min-width: 2050px) {
  .B550 .PcPage .ytVideo {
    height: 1200px;
  }
  .B550 .PcPage .ytVideo a {
    display: block;
    width: 100%;
    height: auto;
    margin: 50px 0;
  }
  .B550 .PcPage .ytVideo a img {
    width: 30%;
  }
  .B550 .PcPage .ytVideo figure {
    width: 100%;
  }
  .B550 .PcPage .ytVideo figure img {
    width: 30%;
  }
}

@media screen and (max-width: 1200px) {
  .B550 .PcPage .ytVideo {
    height: 700px;
  }
}

@media screen and (max-width: 990px) {
  .B550 .PcPage .ytVideo {
    height: auto;
  }
  .B550 .PcPage .ytVideo h1 {
    font-size: 36px;
    padding: 80px 0 20px 0;
  }
  .B550 .PcPage .ytVideo a img {
    width: 80%;
  }
  .B550 .PcPage .ytVideo figure {
    width: 100%;
    margin-bottom: 20px;
  }
  .B550 .PcPage .ytVideo figure img {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .B550 .PcPage .ytVideo {
    padding: 0 5%;
    height: 760px;
  }
  .B550 .PcPage .ytVideo a img {
    width: 100%;
  }
  .B550 .PcPage .ytVideo figure {
    width: 100%;
  }
  .B550 .PcPage .ytVideo figure img {
    width: 100%;
  }
}

@media screen and (max-width: 550px) {
  .B550 .PcPage .ytVideo {
    height: 650px;
  }
}

.B550 .PcPage section.subscribeForm {
  background: #333;
  padding: 2% 0;
}

@media screen and (max-width: 800px) {
  .B550 .PcPage section.subscribeForm {
    padding: 5% 0;
  }
}

.B550 .PcPage section.subscribeForm .privacybox {
  max-width: 768px;
  margin: auto;
  text-align: center;
  line-height: 1.4;
  font-size: 16px;
}

.B550 .PcPage section.subscribeForm a {
  color: #c00;
}

.B550 .PcPage section.subscribeForm a:hover {
  text-decoration: underline;
}

.B550 .PcPage section.subscribeForm .listbox {
  width: 80%;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.B550 .PcPage section.subscribeForm .btclose {
  /* display: none; */
}

.B550 .PcPage section.subscribeForm #msi_form {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  text-align: left;
}

.B550 .PcPage section.subscribeForm #msi_form {
  padding: 0 0 0%;
  text-align: left;
}

.B550 .PcPage section.subscribeForm .help-block {
  padding-top: 50px;
  color: #666;
}

.B550 .PcPage section.subscribeForm .star {
  color: #f00;
  padding: 0 5px;
  font-size: 18px;
  display: inline-block;
}

.B550 .PcPage section.subscribeForm .question-group {
  padding-bottom: 0px;
}

.B550 .PcPage section.subscribeForm .question-group h6 {
  font-size: 16px;
  font-weight: 700;
}

.B550 .PcPage section.subscribeForm .question-group input[type="text"],
.B550 .PcPage section.subscribeForm .question-group input[type="email"],
.B550 .PcPage section.subscribeForm .question-group textarea,
.B550 .PcPage section.subscribeForm .question-group select {
  background: #fff;
  border: #ccc 1px solid;
  width: 100%;
  padding: 4px;
  border-radius: 3px;
  color: #333;
  font-size: 16px;
}

.B550 .PcPage section.subscribeForm .question-group a {
  color: #c00;
  border-bottom: #c00 1px dotted;
  cursor: pointer;
  margin-left: 10px;
}

.B550 .PcPage section.subscribeForm .question-group a:hover {
  color: #f00;
  border-bottom: #f00 1px solid;
}

.B550 .PcPage section.subscribeForm .question-group a.bt-ltbox {
  margin-left: 30px;
}

.B550 .PcPage section.subscribeForm .question-group .note {
  color: #666;
  padding-top: 10px;
  font-size: 16px;
}

.B550 .PcPage section.subscribeForm .question-group ul {
  width: 100%;
}

.B550 .PcPage section.subscribeForm .question-group ul li {
  padding: 4px 0 4px;
}

.B550 .PcPage section.subscribeForm .question-group ul li {
  display: inline-block;
  vertical-align: top;
  width: calc(100% / 2);
}

@media screen and (max-width: 960px) {
  .B550 .PcPage section.subscribeForm .question-group ul li {
    width: 95%;
  }
}

.B550 .PcPage section.subscribeForm .question-group.error h6 {
  color: #999;
}

.B550 .PcPage section.subscribeForm .question-group.error.checkSty {
  color: #999;
}

.B550 .PcPage section.subscribeForm .radioSty input[type="radio"] {
  display: none;
}

.B550 .PcPage section.subscribeForm .radioSty input[type="radio"]:checked + label::before {
  border: #f00 1px solid;
}

.B550 .PcPage section.subscribeForm .radioSty label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.B550 .PcPage section.subscribeForm .radioSty label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: #333 1px solid;
  margin-right: 10px;
  vertical-align: middle;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
}

.B550 .PcPage section.subscribeForm .checkSty input[type="checkbox"] {
  display: none;
}

.B550 .PcPage section.subscribeForm .checkSty input[type="checkbox"]:checked + label::before {
  border: #999 1px solid;
  background: url(https://storage-asset.msi.com/event/2019/Questionnaire/images/icon-check.png) center center no-repeat;
  background-size: cover;
}

.B550 .PcPage section.subscribeForm .checkSty label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-weight: 500;
  line-height: 1.4;
}

.B550 .PcPage section.subscribeForm .checkSty label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: #fff 1px solid;
  margin-right: 10px;
  vertical-align: middle;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
}

.B550 .PcPage section.subscribeForm .form-send button {
  background: #ff0000;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  width: 240px;
  /* margin: auto; */
  margin: 3% 34% 1%;
}

.B550 .PcPage section.subscribeForm .form-send button:hover {
  background: #999;
}

@media screen and (max-width: 960px) {
  .B550 .PcPage section.subscribeForm .form-send {
    text-align: center;
  }
  .B550 .PcPage section.subscribeForm .form-send button {
    /*width: 100%; */
    margin: 3% 30% 1%;
  }
}

@media screen and (max-width: 425px) {
  .B550 .PcPage section.subscribeForm .form-send button {
    /* width: 100%; */
    margin: 3% 14% 1%;
  }
}

@media screen and (max-width: 375px) {
  .B550 .PcPage section.subscribeForm .form-send button {
    /* width: 100%; */
    margin: 3% 0% 1%;
  }
}

@media screen and (max-width: 320px) {
  .B550 .PcPage section.subscribeForm .form-send button {
    width: 190px;
  }
}

.B550 .PcPage .section_title {
  font-size: 4rem;
}

@media screen and (max-width: 990px) {
  .B550 .PcPage .section_title {
    font-size: 3rem;
  }
}

.B550 .active {
  display: block !important;
}

@media screen and (max-width: 990px) {
  .B550 .showInWeb {
    display: none !important;
  }
}

@media screen and (max-width: 990px) {
  .B550 .showInMobile {
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .B550 #promotion_language_select_link {
    right: 80px !important;
    margin: 5px 0 !important;
    position: fixed !important;
  }
}

.B550 .challengePage {
  display: none;
}
/*# sourceMappingURL=B550Streaming.css.map */