@import url("https://asset.msi.com/event/nb/2018/Prestige_Limited_Edition/css/Fonts_CenturyGothic.css");
.promotion-wrap,
.promotion-nav {
  font-family: 'CenturyGothic', 'cwTeXHei', 'Microsoft JhengHei';
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .promotion-wrap ul,
  .promotion-nav ul {
    padding: 0; }
  .promotion-wrap li,
  .promotion-nav li {
    list-style: none; }
  .promotion-wrap a,
  .promotion-nav a {
    text-decoration: none; }
  .promotion-wrap p,
  .promotion-nav p {
    /*fonts size*/ }
    @media (min-width: 992px) {
      .promotion-wrap p,
      .promotion-nav p {
        font-size: 14px;
        line-height: 1.4; } }
    @media (min-width: 1200px) {
      .promotion-wrap p,
      .promotion-nav p {
        font-size: 15px;
        line-height: 1.4; } }
    @media (min-width: 1440px) {
      .promotion-wrap p,
      .promotion-nav p {
        font-size: 16px;
        line-height: 1.4; } }
    @media (min-width: 1920px) {
      .promotion-wrap p,
      .promotion-nav p {
        font-size: 18px;
        line-height: 1.4; } }
    @media (min-width: 2260px) {
      .promotion-wrap p,
      .promotion-nav p {
        font-size: 19px;
        line-height: 1.4; } }

#best-mnt-n-pc {
  max-width: 100%;
  overflow: hidden;
  background-color: #fff; }
  #best-mnt-n-pc h2.section_title {
    display: inline-block;
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px; }
    @media screen and (max-width: 992px) {
      #best-mnt-n-pc h2.section_title {
        font-size: 28px; } }

.iamheader {
  display: block;
  background-color: #333;
  height: 90px; }

.outer-wrap {
  max-width: 1200px;
  margin: 0 auto; }

.promotion-wrap {
  background: url(https://storage-asset.msi.com/event/nb/2019/content-creation/img/Creator-user-bg.jpg) 50% 20% no-repeat;
  background-attachment: fixed; }

#keyVisual {
  position: relative;
  background-size: 100%; }
  #keyVisual .image-wrap .intel {
    width: 7%;
    position: absolute;
    top: 5%;
    right: 2%; }
    @media screen and (max-width: 992px) {
      #keyVisual .image-wrap .intel {
        width: 15%;
        top: 12px; } }
  @media screen and (max-width: 992px) {
    #keyVisual .image-wrap .kv-dt {
      display: none; } }
  #keyVisual .image-wrap .kv-m {
    display: none; }
    @media screen and (max-width: 992px) {
      #keyVisual .image-wrap .kv-m {
        display: block; } }
  #keyVisual .content-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
    #keyVisual .content-wrap h2 {
      position: absolute;
      top: 7%;
      left: 0;
      right: 0;
      margin: auto;
      color: #fff;
      font-weight: 800;
      font-size: 100px;
      line-height: 1;
      text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.6); }
    #keyVisual .content-wrap .guide-wrap {
      position: absolute;
      bottom: 5%;
      left: 0;
      right: 0;
      margin: auto;
      color: #fff;
      text-shadow: 0px 1px 4px black; }
      #keyVisual .content-wrap .guide-wrap h4 {
        text-shadow: -6px 4px 4px #7843ff, 0px 2px 4px #038fa6, 6px -2px 4px #e65cd5, -6px 4px 4px #7843ff, 0px 2px 4px #038fa6, 6px -2px 4px #e65cd5; }
    #keyVisual .content-wrap .arrow {
      font-size: 36px;
      line-height: 1;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-animation: animation-down 1s infinite;
              animation: animation-down 1s infinite;
      text-shadow: -6px 4px 4px #7843ff, 0px 2px 4px #038fa6, 6px -2px 4px #e65cd5, -6px 4px 4px #7843ff, 0px 2px 4px #038fa6, 6px -2px 4px #e65cd5; }

@-webkit-keyframes animation-down {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    opacity: 0.5; }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    opacity: 0; } }

@keyframes animation-down {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    opacity: 0.5; }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    opacity: 0; } }

.main-nav {
  position: relative;
  background-color: #333; }
  @media screen and (max-width: 992px) {
    .main-nav {
      position: fixed;
      z-index: 999;
      top: 0;
      left: 0;
      right: 0;
      background-color: transparent; } }
  .main-nav.navFixed {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0; }
  .main-nav .burger {
    position: absolute;
    top: 70px;
    left: 0;
    display: none;
    z-index: 9999;
    color: #fff;
    text-align: right; }
    .main-nav .burger .icon-wrap {
      display: inline-block;
      width: 40px;
      height: 40px;
      margin: 15px;
      border: 2px solid #fff;
      text-align: center;
      padding: 1px 0;
      font-size: 24px;
      background-color: #333; }
    @media screen and (max-width: 992px) {
      .main-nav .burger {
        display: block; } }
  .main-nav ul {
    width: 100%;
    max-width: 1920px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto; }
    @media screen and (max-width: 992px) {
      .main-nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        background-color: #333;
        padding: 70px 0 16px;
        display: none; } }
    .main-nav ul li {
      width: calc(100% / 5);
      cursor: pointer; }
      @media screen and (max-width: 992px) {
        .main-nav ul li {
          width: 100%; } }
      .main-nav ul li:hover {
        background-color: #111; }
      .main-nav ul li::before {
        content: '';
        display: inline-block;
        height: 100%;
        width: 0;
        vertical-align: middle; }
      .main-nav ul li a {
        display: inline-block;
        width: 100%;
        height: 100%;
        padding: 12px;
        font-size: 14px;
        color: #fff; }

#video {
  padding: 4% 0; }
  #video .video-wrap {
    padding: 2% 0 0; }
  #video .bridge {
    padding: 2% 16px; }
  #video .artlist-logo {
    max-width: 400px;
    margin: 0 auto; }
    @media screen and (max-width: 992px) {
      #video .artlist-logo {
        max-width: 240px; } }

#creativeField {
  padding: 4% 0 0; }
  #creativeField .slider-for {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto; }
    #creativeField .slider-for .slick-arrow {
      background-color: transparent;
      border: 0;
      font-size: 0;
      outline: none; }
      #creativeField .slider-for .slick-arrow::before {
        font: normal normal normal 14px/1 FontAwesome;
        display: block;
        width: 48px;
        height: 48px;
        border: 1px solid #fff;
        color: #fff;
        font-size: 30px;
        line-height: 44px;
        background-color: rgba(20, 20, 20, 0.75); }
    #creativeField .slider-for .slick-prev {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      z-index: 10; }
      #creativeField .slider-for .slick-prev::before {
        content: "\f104"; }
    #creativeField .slider-for .slick-next {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      z-index: 10; }
      #creativeField .slider-for .slick-next::before {
        content: "\f105"; }
    #creativeField .slider-for .item {
      position: relative;
      outline: none;
      background-size: cover;
      background-position: 50% 70%;
      background-repeat: no-repeat; }
      @media screen and (max-width: 1367px) {
        #creativeField .slider-for .item {
          background-size: 105%;
          background-position: 50% 70%; } }
      @media screen and (max-width: 992px) {
        #creativeField .slider-for .item {
          background-position: 50% 0; } }
      #creativeField .slider-for .item.topic-video {
        background-image: url(https://storage-asset.msi.com/event/cnd/2019/best-monitor-and-pc-for-creator/images/videoediting.jpg); }
        @media screen and (max-width: 992px) {
          #creativeField .slider-for .item.topic-video {
            background-image: none; } }
      #creativeField .slider-for .item.topic-3d {
        background-image: url(https://storage-asset.msi.com/event/cnd/2019/best-monitor-and-pc-for-creator/images/3D-animation.jpg); }
      #creativeField .slider-for .item.topic-graphics {
        background-image: url(https://storage-asset.msi.com/event/cnd/2019/best-monitor-and-pc-for-creator/images/2D.jpg); }
      #creativeField .slider-for .item.topic-music {
        background-image: url(https://storage-asset.msi.com/event/cnd/2019/best-monitor-and-pc-for-creator/images/Music.jpg); }
      #creativeField .slider-for .item h2 {
        position: absolute;
        top: 4%;
        left: 0;
        right: 0;
        color: #fff;
        text-shadow: 0px 0px 4px black, 0px 0px 2px black;
        padding: 0 8px; }
        @media screen and (max-width: 992px) {
          #creativeField .slider-for .item h2 {
            top: 16px; } }
      #creativeField .slider-for .item .img-wrap {
        height: calc(100vh - 150px);
        max-height: 910px; }
        @media screen and (max-width: 992px) {
          #creativeField .slider-for .item .img-wrap {
            height: auto;
            max-height: none; } }
        #creativeField .slider-for .item .img-wrap img {
          display: none; }
          @media screen and (max-width: 992px) {
            #creativeField .slider-for .item .img-wrap img {
              display: block; } }
      #creativeField .slider-for .item .text-wrap {
        position: absolute;
        bottom: 3%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        color: #fff;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media screen and (max-width: 992px) {
          #creativeField .slider-for .item .text-wrap {
            position: relative;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
        #creativeField .slider-for .item .text-wrap .text-container {
          width: calc(96% / 3);
          padding: 16px 20px 14px;
          margin-right: 8px;
          background-color: rgba(20, 20, 20, 0.75);
          text-align: left; }
          @media screen and (max-width: 992px) {
            #creativeField .slider-for .item .text-wrap .text-container {
              width: 100%;
              margin-bottom: 4px;
              margin-right: 0; } }
          #creativeField .slider-for .item .text-wrap .text-container:last-of-type {
            margin-right: 0px; }
          #creativeField .slider-for .item .text-wrap .text-container h3 {
            margin-top: 0;
            margin-bottom: 12px;
            text-align: center; }
          #creativeField .slider-for .item .text-wrap .text-container p {
            margin: 0; }
  #creativeField .slider-nav {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto; }
    #creativeField .slider-nav ul {
      width: 100%;
      max-width: 1920px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 auto 8px; }
      @media screen and (max-width: 992px) {
        #creativeField .slider-nav ul {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      #creativeField .slider-nav ul li {
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        cursor: pointer;
        font-size: 14px;
        text-align: left;
        border: 1px solid transparent;
        border-radius: 50px;
        padding: 2px 12px 2px 8px;
        margin: 0 4px 4px;
        outline: none; }
        #creativeField .slider-nav ul li img {
          display: inline-block;
          margin-right: 8px;
          width: 35px;
          height: 35px; }
        #creativeField .slider-nav ul li span {
          vertical-align: middle; }
        #creativeField .slider-nav ul li.active {
          border: 1px solid #4A4A4A; }

#video-container .video-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 992px) {
    #video-container .video-wrap {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  #video-container .video-wrap > a {
    display: block; }
    @media screen and (max-width: 992px) {
      #video-container .video-wrap > a {
        width: 50%; } }
  #video-container .video-wrap a.yt-popup {
    position: relative;
    display: block; }
    #video-container .video-wrap a.yt-popup::after {
      content: '\f04b';
      display: block;
      width: 45px;
      height: 45px;
      position: absolute;
      z-index: 1;
      bottom: 0;
      right: 0;
      font-family: 'FontAwesome' !important;
      font-size: 20px;
      line-height: 46px;
      text-align: center;
      background-color: rgba(255, 0, 0, 0.8);
      color: #fff;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    #video-container .video-wrap a.yt-popup:hover::after {
      background-color: red; }

#product {
  padding: 4% 0;
  text-align: left; }
  #product h2 {
    margin-bottom: 2%; }
  #product .outer-container {
    max-width: 1280px;
    margin: 0 auto; }
  #product .topic_wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 12px; }
    @media (max-width: 992px) {
      #product .topic_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    #product .topic_wrap > div {
      width: 50%;
      background-color: #cccccc; }
      @media (max-width: 992px) {
        #product .topic_wrap > div {
          width: 90%;
          margin: 0 auto; } }
    #product .topic_wrap:nth-child(odd) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      @media (max-width: 992px) {
        #product .topic_wrap:nth-child(odd) {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    #product .topic_wrap .img-content {
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
      @media screen and (max-width: 992px) {
        #product .topic_wrap .img-content {
          padding-bottom: 60%; } }
    #product .topic_wrap .text-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 4em 52px; }
      @media (max-width: 992px) {
        #product .topic_wrap .text-content {
          padding: 4em 24px; } }
      #product .topic_wrap .text-content h3 {
        margin: 0 0 12px 0;
        line-height: 1;
        letter-spacing: 1px;
        font-size: 2.85em;
        padding: 0 0 .25em;
        color: #333; }
      #product .topic_wrap .text-content p {
        line-height: 1.5; }
      #product .topic_wrap .text-content .icon-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        @media screen and (max-width: 992px) {
          #product .topic_wrap .text-content .icon-content {
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; } }
      #product .topic_wrap .text-content .wtb-content {
        margin: 16px 0; }
        @media screen and (max-width: 992px) {
          #product .topic_wrap .text-content .wtb-content {
            text-align: center; } }
      #product .topic_wrap .text-content .wtb-content a {
        padding: 4px 12px 6px;
        margin-right: 8px;
        margin-bottom: 8px;
        border: 1px solid #333;
        border-radius: 8px;
        display: inline-block;
        color: #333;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out; }
        #product .topic_wrap .text-content .wtb-content a:hover {
          background-color: rgba(0, 0, 0, 0.6);
          color: #fff; }

.creatorsChoices {
  margin: 0 auto;
  padding: 4% 0;
  background-color: rgba(150, 150, 150, 0.3); }
  .creatorsChoices .content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .creatorsChoices .content-wrap .item {
      width: 100%;
      max-width: 400px;
      padding: 0 8px;
      text-align: left; }
      @media screen and (max-width: 768px) {
        .creatorsChoices .content-wrap .item {
          margin: 8px 0; } }
      .creatorsChoices .content-wrap .item a.yt-popup {
        position: relative;
        display: block; }
        .creatorsChoices .content-wrap .item a.yt-popup::after {
          content: '\f04b';
          display: block;
          width: 45px;
          height: 45px;
          position: absolute;
          z-index: 1;
          bottom: 0;
          right: 0;
          font-family: 'FontAwesome' !important;
          font-size: 20px;
          line-height: 46px;
          text-align: center;
          background-color: rgba(255, 0, 0, 0.8);
          color: #fff;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
        .creatorsChoices .content-wrap .item a.yt-popup:hover::after {
          background-color: red; }
      .creatorsChoices .content-wrap .item h4 {
        margin: 0em 0; }
      .creatorsChoices .content-wrap .item p {
        margin: 0em;
        line-height: 1.5;
        font-size: 24px; }
    .creatorsChoices .content-wrap .info-wrap {
      padding: 12px;
      color: #333; }
      .creatorsChoices .content-wrap .info-wrap h3 {
        font-size: 24px;
        margin: 4px 0 8px;
        font-weight: 700; }
      .creatorsChoices .content-wrap .info-wrap p {
        font-size: 16px; }
      .creatorsChoices .content-wrap .info-wrap a {
        padding: 4px 12px 6px;
        margin: 16px 0 0 0;
        border: 1px solid #333;
        border-radius: 8px;
        display: inline-block;
        color: #333;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out; }
        .creatorsChoices .content-wrap .info-wrap a:hover {
          background-color: rgba(0, 0, 0, 0.6);
          color: #fff; }

.createWithMsi {
  padding: 4% 0; }
  .createWithMsi p {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px 32px 16px; }
  .createWithMsi .content-wrap {
    position: relative; }
    .createWithMsi .content-wrap img {
      margin: 0 auto; }
    .createWithMsi .content-wrap button {
      width: 100%;
      max-width: 220px;
      position: absolute;
      bottom: 4%;
      left: 0;
      right: 0;
      margin: auto;
      font-size: 20px;
      padding: 10px 20px;
      text-align: center;
      outline: none;
      border: 0;
      border-radius: 50px;
      color: #fff;
      background-color: #E29521;
      -webkit-box-shadow: 0px 5px 2px rgba(0, 0, 0, 0.3);
              box-shadow: 0px 5px 2px rgba(0, 0, 0, 0.3);
      -webkit-transition: 0.3s all ease-in-out;
      -o-transition: 0.3s all ease-in-out;
      transition: 0.3s all ease-in-out; }
      @media screen and (max-width: 768px) {
        .createWithMsi .content-wrap button {
          position: relative;
          margin: 8px 0 0 0; } }
      .createWithMsi .content-wrap button:hover {
        -webkit-transform: translateY(-8px);
            -ms-transform: translateY(-8px);
                transform: translateY(-8px);
        -webkit-box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.2);
                box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.2); }

.promotion-nav {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99999; }
  .promotion-nav ul li {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #333;
    margin: 4px 8px; }
    .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; }
  .promotion-nav .btn-icon:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: buttonicons;
    font-size: inherit;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    height: auto;
    line-height: 1;
    position: relative;
    speak: none;
    text-transform: none;
    top: 0.2em;
    vertical-align: initial;
    width: auto; }
  .promotion-nav .btn-icon-top:before {
    content: '\e914'; }

section.currentPromotion {
  padding: 4% 0; }
  section.currentPromotion .promotion_thumbnail {
    color: #333; }

#current_promotion_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1680px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.promotion_wrap {
  width: 100%;
  max-width: 400px;
  padding: 0 8px;
  margin-bottom: 12px; }
  .promotion_wrap .promotion_image {
    background-size: contain;
    padding-bottom: 66%; }
  .promotion_wrap .promotion_excerpt {
    font-size: 16px;
    text-align: left;
    padding: 0 8px;
    line-height: 1.4; }

section.subscribeForm {
  padding: 0 16px; }
  section.subscribeForm .btclose {
    display: none; }
  section.subscribeForm #msi_form {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    text-align: left; }
  section.subscribeForm #msi_form {
    padding: 0 0 5%;
    text-align: left; }
  section.subscribeForm .help-block {
    padding-top: 50px;
    color: #666; }
  section.subscribeForm .star {
    color: #f00;
    padding: 0 5px;
    font-size: 18px;
    display: inline-block; }
  section.subscribeForm .question-group {
    padding-bottom: 0px; }
  section.subscribeForm .question-group h6 {
    font-size: 16px;
    font-weight: 700; }
  section.subscribeForm .question-group input[type="text"],
  section.subscribeForm .question-group input[type="email"],
  section.subscribeForm .question-group textarea,
  section.subscribeForm .question-group select {
    background: #fff;
    border: #ccc 1px solid;
    width: 100%;
    padding: 4px;
    border-radius: 3px;
    color: #333;
    font-size: 16px; }
  section.subscribeForm .question-group a {
    color: #c00;
    border-bottom: #c00 1px dotted;
    cursor: pointer;
    margin-left: 10px; }
  section.subscribeForm .question-group a:hover {
    color: #f00;
    border-bottom: #f00 1px solid; }
  section.subscribeForm .question-group a.bt-ltbox {
    margin-left: 30px; }
  section.subscribeForm .question-group .note {
    color: #666;
    padding-top: 10px;
    font-size: 16px; }
  section.subscribeForm .question-group ul {
    width: 100%; }
  section.subscribeForm .question-group ul li {
    padding: 4px 0 4px; }
  section.subscribeForm .question-group ul li {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 2); }
    @media screen and (max-width: 960px) {
      section.subscribeForm .question-group ul li {
        width: 95%; } }
  section.subscribeForm .question-group.error h6 {
    color: #999; }
  section.subscribeForm .question-group.error.checkSty {
    color: #999; }
  section.subscribeForm .radioSty input[type="radio"] {
    display: none; }
  section.subscribeForm .radioSty input[type="radio"]:checked + label::before {
    border: #f00 1px solid; }
  section.subscribeForm .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; }
  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; }
  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; }
  section.subscribeForm .checkSty input[type="checkbox"] {
    display: none; }
  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; }
  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; }
  section.subscribeForm .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; }
  section.subscribeForm .form-send button {
    background: #222;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 15px 25px;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    outline: none; }
  section.subscribeForm .form-send button:hover {
    background: #999; }
  @media screen and (max-width: 960px) {
    section.subscribeForm .form-send {
      text-align: center; }
    section.subscribeForm .form-send button {
      width: 100%; } }
  section.subscribeForm .lighttbox {
    background: rgba(255, 255, 255, 0.6);
    position: fixed;
    width: 100%;
    min-height: 100vh;
    z-index: 10;
    top: 0;
    left: 0;
    overflow-y: auto;
    display: none; }
  section.subscribeForm .ltwp {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0; }
  section.subscribeForm .ltbox {
    background: #fff;
    width: 90%;
    max-width: 1000px;
    margin: 3% auto;
    padding: 40px;
    border: #ccc 3px solid;
    color: #333;
    line-height: 1.6;
    font-size: 18px;
    display: none; }
  section.subscribeForm .ltbox h2 {
    font-size: 26px;
    color: #000;
    text-align: center;
    padding: 30px 0;
    text-transform: uppercase; }
  section.subscribeForm .ltbox h2:after {
    content: "";
    display: block;
    height: 2px;
    width: 150px;
    margin: 15px auto 0;
    background: #ccc; }
  section.subscribeForm .ltbox h4 {
    padding: 30px 0 10px;
    font-size: 22px; }
  section.subscribeForm .ltbox h4 span {
    border-bottom: #666 2px solid; }
  section.subscribeForm .ltbox p {
    font-size: 16px;
    line-height: 1.6;
    padding-bottom: 20px; }
  section.subscribeForm .ltbox .btclose {
    text-align: center;
    padding-top: 30px; }
  section.subscribeForm .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; }
  section.subscribeForm .ltbox .btclose button:hover {
    background: #999; }
  section.subscribeForm #terms {
    text-align: left; }
  section.subscribeForm #terms a {
    color: #c00;
    border-bottom: #c00 1px dotted;
    cursor: pointer;
    margin-left: 10px; }
  section.subscribeForm #terms a:hover {
    color: #f00;
    border-bottom: #f00 1px solid; }
  section.subscribeForm #terms ul {
    margin-left: 20px; }
  section.subscribeForm #terms ul li {
    list-style: lower-roman;
    line-height: 1.6;
    padding-bottom: 10px; }
  section.subscribeForm #terms ul li ul li {
    list-style: lower-alpha; }

.container {
  width: 100%;
  max-width: 500px;
  background-color: #eee;
  margin: 0 auto; }

#popup_container {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none; }
  #popup_container.active {
    display: block; }
  #popup_container .popup_wrap {
    font-family: 'CenturyGothic', 'cwTeXHei', 'Microsoft JhengHei';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: auto;
    width: 95%;
    max-width: 550px;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.8);
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
    -webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.3);
    text-align: center; }
    #popup_container .popup_wrap button {
      width: 100%;
      max-width: 220px;
      margin-top: 16px;
      font-size: 20px;
      padding: 10px 20px;
      text-align: center;
      outline: none;
      border: 0;
      border-radius: 50px;
      color: #fff;
      background-color: #E29521;
      -webkit-box-shadow: 0px 5px 2px rgba(0, 0, 0, 0.3);
              box-shadow: 0px 5px 2px rgba(0, 0, 0, 0.3);
      -webkit-transition: 0.3s all ease-in-out;
      -o-transition: 0.3s all ease-in-out;
      transition: 0.3s all ease-in-out; }
      @media screen and (max-width: 768px) {
        #popup_container .popup_wrap button {
          position: relative;
          margin: 8px 0 0 0; } }
      #popup_container .popup_wrap button:hover {
        -webkit-transform: translateY(-8px);
            -ms-transform: translateY(-8px);
                transform: translateY(-8px);
        -webkit-box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.2);
                box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.2); }
    #popup_container .popup_wrap h2 {
      margin: 0 0 16px 0;
      line-height: 1.3; }
    #popup_container .popup_wrap a {
      display: inline-block;
      margin-top: 16px;
      color: #fff; }
