@charset "UTF-8";
@-webkit-keyframes shine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes AniFloat {
  0% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
}

@keyframes AniFloat {
  0% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
}

:root {
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI",'Microsoft JhengHei',"Noto Sans TC", "微軟正黑體", "Meiryo UI", Roboto, Helvetica, Arial, sans-serif;
  --mainTitle: 22px;
  --mainTitle-md: 20px;
  --mainTxt: 16px;
  --mainPrice: 20px;
  --mainNote: 15px;
  --font-color-dark: #fff;
  --font-color-light: #111;
}

@media (min-width: 768px) {
  :root {
    --mainTitle: 32px;
    --mainTitle-md: 25px;
    --mainTxt: 18x;
    --mainPrice: 20px;
    --mainNote: 15px;
  }
}

:root html:lang(ja-JP) *:not(.material-icons):not(.fa):not(.buttonicons) {
  --font: -apple-system, BlinkMacSystemFont,"Meiryo UI", Arial, sans-serif;
}

img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#bestTechIndicator {
  background-image: url("https://storage-asset.msi.com/event/2023/CND/my-best-tech-indicator/images/bg.jpg");
  background-position: center top;
  background-repeat: repeat;
  background-color: #000;
  background-size: contain;
}

@media (min-width: 996px) {
  #bestTechIndicator .flexCenter {
    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;
  }
  #bestTechIndicator .flexstart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #bestTechIndicator .flexSpace {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#bestTechIndicator .basic__title {
  position: relative;
  margin-bottom: 10px;
  padding: 20px 0%;
  background-image: url("https://storage-asset.msi.com/event/2023/CND/my-best-tech-indicator/images/title-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
}

#bestTechIndicator .basic__title h2 {
  position: relative;
  z-index: 50;
  font-size: var(--mainTitle);
}

#bestTechIndicator .basic__btn {
  color: #000;
  padding: 10px 50px;
  margin-top: 5px;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

#bestTechIndicator .basic__btn:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

#bestTechIndicator .btn--brown {
  background-image: url("https://storage-asset.msi.com/event/2023/CND/my-best-tech-indicator/images/btn-caramel-xs.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
}

#bestTechIndicator .btn--brown:hover {
  background-image: url("https://storage-asset.msi.com/event/2023/CND/my-best-tech-indicator/images/btn-brown-xs.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
  color: #fff;
}

@media (min-width: 996px) {
  #bestTechIndicator .basic__title {
    margin-bottom: 20px;
  }
}

#bestTechIndicator .modal {
  display: none;
  position: fixed;
  z-index: 300;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

#bestTechIndicator .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

#bestTechIndicator .close {
  position: absolute;
  top: 15px;
  bottom: unset;
  left: unset;
  right: 2%;
  -webkit-transform: translate(0%, 0);
          transform: translate(0%, 0);
  font-weight: bold;
  cursor: pointer;
  color: #838383;
  z-index: 500;
  width: 32px;
  height: 32px;
  background-color: #d0d0d0;
  border-radius: 50%;
  padding: 7px;
}

#bestTechIndicator .close:hover, #bestTechIndicator .close:focus {
  color: #454545;
  text-decoration: none;
  cursor: pointer;
}

#bestTechIndicator .intel-note {
  position: absolute;
  top: unset;
  bottom: 1%;
  left: unset;
  right: 1%;
  -webkit-transform: translate(0%, 0);
          transform: translate(0%, 0);
  font-size: 14px;
}

#bestTechIndicator .intro {
  position: relative;
}

#bestTechIndicator .kv {
  text-align: center;
  padding: 40px 0;
  overflow-x: hidden;
  position: relative;
}

#bestTechIndicator .kv__block {
  position: relative;
  width: 100%;
}

#bestTechIndicator .kv__block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#bestTechIndicator .kv__block-position {
  position: absolute;
  top: 0;
  left: 0;
}

#bestTechIndicator .kv__title {
  max-width: 900px;
  margin: 80px auto 0;
  width: 100%;
}

#bestTechIndicator .kv__subtitle {
  z-index: 100;
  width: 33%;
  min-width: 300px;
  margin-top: -5%;
}

#bestTechIndicator .kv__intel {
  position: absolute;
  top: 3%;
  bottom: unset;
  left: unset;
  right: 1%;
  -webkit-transform: translate(0%, 0);
          transform: translate(0%, 0);
  z-index: 150;
  text-align: right;
}

#bestTechIndicator .kv__intel img {
  max-width: 52px;
}

#bestTechIndicator .kv__intel p {
  text-align: center;
  font-size: 14px;
}

#bestTechIndicator .kv__mt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 33%;
}

#bestTechIndicator .kv__cat {
  position: relative;
  padding-top: 70px;
  min-height: 328px;
  width: 350px;
  margin: 30px auto 0;
}

#bestTechIndicator .kv__cat-pic {
  display: block;
}

#bestTechIndicator .kv__cat .slick-current {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

#bestTechIndicator .kv__cat .slick-list {
  overflow: unset;
}

#bestTechIndicator .kv__cat .slick-slide img {
  padding: 0 10%;
}

#bestTechIndicator .kv__cat-slick {
  z-index: 70;
}

#bestTechIndicator .kv__cat-mnt {
  position: absolute;
  top: 5%;
  bottom: unset;
  left: 50%;
  right: unset;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  z-index: 90;
  min-width: 350px;
}

#bestTechIndicator .kv__cat-mnt img {
  width: 350px;
}

#bestTechIndicator .kv__cat-mntBg {
  position: absolute;
  top: 5%;
  bottom: unset;
  left: 50%;
  right: unset;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  z-index: 50;
  min-width: 350px;
}

#bestTechIndicator .kv__cat-mntBg img {
  width: 350px;
}

#bestTechIndicator .kv__intro-txtBox {
  width: 100%;
  margin: 0 auto 30px;
}

#bestTechIndicator .kv__intro-txtBox p {
  font-size: 16px;
}

#bestTechIndicator .kv__intro-btnBox {
  background-image: url("https://storage-asset.msi.com/event/2023/CND/my-best-tech-indicator/images/btn-caramel-xs.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  -webkit-animation-name: AniFloat;
          animation-name: AniFloat;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  margin: 0 auto;
  padding: 15px 10px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-filter: drop-shadow(0 0 5px #808080);
          filter: drop-shadow(0 0 5px #808080);
}

#bestTechIndicator .kv__intro-btnBox p {
  font-size: var(--mainTxt);
}

#bestTechIndicator .kv__intro-btnBox h2 {
  font-size: var(--mainTitle);
}

#bestTechIndicator .kv__intro-btnBox:hover {
  background-image: url("https://storage-asset.msi.com/event/2023/CND/my-best-tech-indicator/images/btn-brown-xs.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  -webkit-filter: drop-shadow(0 0 5px #58410f);
          filter: drop-shadow(0 0 5px #58410f);
  color: #fff;
}

#bestTechIndicator .kv__line {
  margin-top: 50px;
}

@media (min-width: 576px) {
  #bestTechIndicator .kv__subtitle {
    min-width: 500px;
  }
  #bestTechIndicator .kv__cat {
    padding-top: 115px;
    height: 500px;
    width: 550px;
    margin: 60px auto 0;
  }
  #bestTechIndicator .kv__cat-mnt {
    min-width: 550px;
  }
  #bestTechIndicator .kv__cat-mnt img {
    width: 550px;
  }
  #bestTechIndicator .kv__cat-mntBg {
    min-width: 550px;
  }
  #bestTechIndicator .kv__cat-mntBg img {
    width: 550px;
  }
  #bestTechIndicator .kv__intro-btnBox {
    margin: 0 30px;
  }
}

@media (min-width: 996px) {
  #bestTechIndicator .kv__title {
    margin: 0 auto;
  }
  #bestTechIndicator .kv__subtitle {
    position: absolute;
    top: 14%;
    bottom: unset;
    left: unset;
    right: 10%;
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
    margin-top: 0;
  }
  #bestTechIndicator .kv__intel {
    text-align: right;
  }
  #bestTechIndicator .kv__intel img {
    max-width: 100px;
  }
  #bestTechIndicator .kv__intro-txtBox {
    width: 70%;
    margin: 0 30px;
  }
  #bestTechIndicator .kv__intro-txtBox p {
    font-size: 25px;
  }
  #bestTechIndicator .kv__intro-btnBox {
    margin: 0 30px;
    padding: 22px 50px;
    width: 30%;
  }
}

#bestTechIndicator .step {
  text-align: center;
  padding: 0px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#bestTechIndicator .step__box {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#bestTechIndicator .step__box-plus {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  margin: 5px 10px 15px;
  background-color: #a9a9a9;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  z-index: 120;
}

#bestTechIndicator .step__box-plus:hover {
  background-color: #e5b595;
}

#bestTechIndicator .step__box-plus--active {
  background-color: #e5b595;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

#bestTechIndicator .step__title {
  font-size: var(--mainTitle);
  margin-bottom: 70px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#bestTechIndicator .step__titleXs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#bestTechIndicator .step__innerbox {
  position: relative;
  width: 25%;
  min-width: 300px;
  margin: 75px auto 30px;
  text-align: center;
  display: none;
  z-index: 50;
}

#bestTechIndicator .step__innerbox .tape {
  position: absolute;
  top: -8%;
  bottom: unset;
  left: 50%;
  right: unset;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 50%;
  z-index: 200;
}

#bestTechIndicator .step__innerbox-txt {
  position: relative;
  text-align: center;
  width: 90%;
  padding: 35px 10px 30px;
  z-index: 100;
  margin: 0 auto 20px;
  background-color: #ffffff;
  border-radius: 40px;
  min-height: 270px;
  -webkit-filter: drop-shadow(5px 5px 1px #a79595);
          filter: drop-shadow(5px 5px 1px #a79595);
}

#bestTechIndicator .step__innerbox-txt h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

#bestTechIndicator .step__innerbox-txt img {
  height: 60px;
  margin-bottom: 10px;
}

#bestTechIndicator .step__innerbox-txt p {
  font-size: var(--mainTxt);
}

#bestTechIndicator .step__innerbox-txt span {
  color: #F61616;
}

#bestTechIndicator .step__innerbox-winner {
  display: none;
}

#bestTechIndicator .step__innerbox-winnerXs {
  display: inline-block;
  min-width: 250px;
  padding: 10px 30px;
  margin: 0px auto 10px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  border: 1px solid #727272;
  border-radius: 50px;
}

#bestTechIndicator .step__innerbox-winnerXs:hover {
  background-color: #543824;
  border: 1px solid #543824;
  color: #fff;
}

#bestTechIndicator .step__tc {
  margin: 10px auto 30px;
  min-width: 300px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#bestTechIndicator .step__noteBtn {
  margin: 0px auto 10px;
  display: none;
}

#bestTechIndicator .step__noteBtn a {
  cursor: pointer;
  min-width: 300px;
  margin: 0 auto 10px;
  border: 1px solid #727272;
  border-radius: 50px;
}

#bestTechIndicator .step__noteBtn a:hover {
  background-color: #543824;
  border: 1px solid #543824;
  color: #fff;
}

#bestTechIndicator .step__note {
  font-size: var(--mainNote);
  display: none;
}

#bestTechIndicator .step__noteXs {
  font-size: var(--mainNote);
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

@media (min-width: 576px) {
  #bestTechIndicator .step__titleXs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 996px) {
  #bestTechIndicator .step {
    display: block;
    padding: 40px 0;
  }
  #bestTechIndicator .step__box {
    margin-top: 5%;
  }
  #bestTechIndicator .step__box-title {
    display: none;
  }
  #bestTechIndicator .step__box-plus {
    display: none;
  }
  #bestTechIndicator .step__titleXs {
    display: block;
  }
  #bestTechIndicator .step__innerbox {
    margin: 0 0px 30px;
    min-width: unset;
    display: block;
  }
  #bestTechIndicator .step__innerbox-winner {
    display: inline-block;
  }
  #bestTechIndicator .step__innerbox-winnerXs {
    display: none;
  }
  #bestTechIndicator .step__tc {
    margin-top: 60px;
  }
  #bestTechIndicator .step__noteBtn {
    display: block;
  }
  #bestTechIndicator .step__noteBtn a {
    margin: 10px;
  }
  #bestTechIndicator .step__note {
    display: block;
  }
  #bestTechIndicator .step__noteXs {
    display: none;
  }
}

#bestTechIndicator .prize {
  padding: 5% 25px;
  margin: 50px 0 0;
}

#bestTechIndicator .prize__flex {
  padding: 0 25px;
  margin: 0 auto;
}

#bestTechIndicator .prize__flex .linpayBtn {
  cursor: pointer;
  margin: 50px auto;
  text-align: center;
  padding: 20px 20px;
  font-size: 1.2em;
  width: 400px;
  max-width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#bestTechIndicator .prize__flex .linpayBtn__btn {
  display: inline-block;
  background: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 1em;
}

#bestTechIndicator .prize__flex .linpayBtn__btn--active {
  background: #ffc6e7;
}

#bestTechIndicator .prize__flex .linpayBtn figure {
  width: 100%;
  max-width: 100%;
}

#bestTechIndicator .prize__flex .linpayBtn figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#bestTechIndicator .prize__flex .linpayBtn p {
  font-size: 1.2em;
}

#bestTechIndicator .prize__flex .linpayBtn:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#bestTechIndicator .prize__flex .linpayBtn:hover .linpayBtn__btn {
  background: #ffc6e7;
}

@media (min-width: 996px) {
  #bestTechIndicator .prize {
    padding: 5% 25px;
    margin: 50px 0 0;
  }
  #bestTechIndicator .prize__flex {
    margin: 0 auto;
  }
  #bestTechIndicator .prize__flex .linpayBtn {
    margin: 10px 20px;
    width: 300px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #bestTechIndicator .prize__flex .linpayBtn figure {
    width: 100%;
    max-width: 100%;
  }
  #bestTechIndicator .prize__flex .linpayBtn figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#bestTechIndicator .linePayBlock {
  display: none;
}

#bestTechIndicator .linePayBlock__active {
  display: block;
}

#bestTechIndicator .productBox {
  display: none;
}

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

#bestTechIndicator .wtb {
  padding-top: 5%;
}

#bestTechIndicator .popJoin {
  max-width: 800px;
  width: 90%;
  padding: 20px 0;
}

#bestTechIndicator .popJoin__title {
  font-size: var(--mainTitle);
  text-align: center;
}

#bestTechIndicator .popJoin__txtBox {
  margin: 15px;
  text-align: left;
}

#bestTechIndicator .popJoin__txtBox-title {
  width: 100%;
  max-width: 100px;
  padding-left: 0px;
  font-size: var(--mainTitle-md);
}

#bestTechIndicator .popJoin__txtBox-txt {
  width: 100%;
  padding-left: 0px;
}

#bestTechIndicator .popWinner {
  max-width: 800px;
  width: 90%;
}

#bestTechIndicator .popWinner__title {
  font-size: var(--mainTitle);
  text-align: center;
}

#bestTechIndicator .popWinner__flex {
  margin: 30px auto 0;
}

#bestTechIndicator .popWinner__gift {
  margin: 0 10px 20px;
}

#bestTechIndicator .popWinner__week {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  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;
}

#bestTechIndicator .popWinner__btn {
  margin: 5px 3px;
  padding: 5px 10px;
  border: 1px solid #727272;
  width: 22%;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}

#bestTechIndicator .popWinner__btn:hover, #bestTechIndicator .popWinner__btn--active {
  background-color: #543824;
  border: 1px solid #543824;
  color: #fff;
}

#bestTechIndicator .popWinner__form {
  width: 100%;
  height: 220px;
  display: none;
  margin-top: 10px;
}

#bestTechIndicator .popWinner__form--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#bestTechIndicator .popWinner__form-box {
  width: 48%;
  vertical-align: middle;
  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;
  border: 1px solid #a3a3a3;
  margin: 2px;
  border-radius: 5px;
}

#bestTechIndicator .popWinner__form .soon {
  width: 100%;
}

#bestTechIndicator .popTC {
  max-width: 800px;
  width: 90%;
}

#bestTechIndicator .popTC__title {
  text-align: center;
}

#bestTechIndicator .popTC .close-btn {
  border: 1px solid #000;
  padding: 5px 20px;
  margin: 10px auto;
  max-width: 100px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (min-width: 996px) {
  #bestTechIndicator .popJoin {
    width: 100%;
    padding: 20px;
  }
  #bestTechIndicator .popJoin__txtBox {
    margin: 30px;
  }
  #bestTechIndicator .popJoin__txtBox-title {
    width: 20%;
    padding-left: 10px;
    border-right: 2px solid #000;
  }
  #bestTechIndicator .popJoin__txtBox-txt {
    width: 80%;
    padding-left: 15px;
  }
  #bestTechIndicator .popWinner {
    width: 100%;
  }
  #bestTechIndicator .popWinner__gift {
    margin: 0 10px;
  }
  #bestTechIndicator .popWinner__week {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #bestTechIndicator .popWinner__btn {
    margin: 5px 2px;
    padding: 5px 10px;
    width: calc( 100% / 7.4);
    border-radius: 5px;
    font-size: unset;
  }
  #bestTechIndicator .popWinner__form-box {
    width: 49%;
    vertical-align: middle;
    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;
    border: 1px solid #a3a3a3;
    margin: 2px;
    border-radius: 5px;
  }
  #bestTechIndicator .popTC {
    width: 100%;
  }
  #bestTechIndicator .popTC .close-btn:hover {
    background-color: #dbdbdb;
  }
}

#bestTechIndicator .quiz {
  position: relative;
  text-align: center;
  padding: 40px 0;
}

#bestTechIndicator .quiz__title {
  max-width: 650px;
  margin: 0 auto;
  width: 100%;
}

#bestTechIndicator .quiz__bar {
  background-image: url("https://storage-asset.msi.com/event/2023/CND/my-best-tech-indicator/images/line.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  width: 100%;
  max-width: 650px;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#bestTechIndicator .quiz__bar-icon {
  width: 10%;
  max-width: 80px;
}

#bestTechIndicator .quiz__bar-cat {
  max-width: 150px;
}

#bestTechIndicator .quiz__question {
  text-align: left;
  margin: 30px auto 50px;
  max-width: 650px;
  background-color: #fffdfe;
  border-radius: 50px;
}

#bestTechIndicator .quiz__question-title {
  font-size: var(--mainTitle-md);
  background-color: rgba(97, 66, 64, 0.68);
  color: #fff;
  padding: 40px 40px;
  border-radius: 50px 50px 0 0;
  text-align: center;
}

#bestTechIndicator .quiz__question-item {
  padding: 40px 0;
}

#bestTechIndicator .quiz__question-item p {
  font-size: var(--mainTxt);
  font-weight: bold;
  display: block;
  padding: 10px 50px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  width: 90%;
  text-align: center;
  margin: 20px auto;
  background-color: #ddcabc;
  border-radius: 50px;
}

#bestTechIndicator .quiz__gif {
  max-width: 650px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

#bestTechIndicator .quiz__gif-cat {
  width: 20%;
  margin: 20px 5px;
}

@media (min-width: 996px) {
  #bestTechIndicator .quiz {
    text-align: center;
    padding: 40px 0;
  }
  #bestTechIndicator .quiz__title {
    max-width: 650px;
    margin: 0 auto;
    width: 100%;
  }
  #bestTechIndicator .quiz__bar {
    margin: 50px auto 0;
  }
  #bestTechIndicator .quiz__bar-icon {
    width: 10%;
    max-width: 80px;
  }
  #bestTechIndicator .quiz__bar-cat {
    max-width: 150px;
  }
  #bestTechIndicator .quiz__question {
    margin: 80px auto 50px;
    border-radius: 90px;
  }
  #bestTechIndicator .quiz__question-title {
    border-radius: 90px 90px 0 0;
  }
  #bestTechIndicator .quiz__question-item p {
    background-color: #766053;
    color: #fff;
  }
  #bestTechIndicator .quiz__gif-cat {
    width: 25%;
    max-width: 120px;
    margin: 20px;
  }
}

#bestTechIndicator .result {
  padding: 25px 0;
  position: relative;
}

#bestTechIndicator .result__title {
  font-size: var(--mainTitle);
  margin-bottom: 20px;
  text-align: center;
}

#bestTechIndicator .result__titlePic {
  max-width: 650px;
  margin: 0 auto 25px;
  width: 100%;
}

#bestTechIndicator .result__box {
  width: 100%;
  max-width: 1000px;
  margin: 0px auto 5px;
  text-align: center;
}

#bestTechIndicator .result__box-resultPic {
  width: 100%;
  margin: 0 auto;
}

#bestTechIndicator .result__boxTxt {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: var(--mainTitle);
}

#bestTechIndicator .result__boxTxt-title {
  font-size: 2em;
  font-weight: normal;
}

#bestTechIndicator .result__boxTxt-type {
  background-image: url("https://storage-asset.msi.com/event/2023/CND/my-best-tech-indicator/images/btn-gray-xs.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 100% 46%;
  font-weight: bolder;
  font-size: 3.5em;
  padding: 0px 100px;
}

#bestTechIndicator .result__boxTxt-titleXs {
  font-size: 1.7em;
  font-weight: normal;
}

#bestTechIndicator .result__boxTxt-subtitle {
  margin-top: 40px;
  font-size: 1em;
}

#bestTechIndicator .result__boxTxt-txt {
  font-size: var(--mainTxt);
}

#bestTechIndicator .result__boxImg {
  width: 50%;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}

#bestTechIndicator .result__boxIntro {
  margin: 30px auto;
}

#bestTechIndicator .result__boxIntro p {
  background-image: url("https://storage-asset.msi.com/event/2023/CND/my-best-tech-indicator/images/btn-blue-l.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 135% 135%;
  font-size: var(--mainTxt);
  font-weight: bolder;
  padding: 20px 15px;
}

#bestTechIndicator .result__btnBox {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#bestTechIndicator .result__btnBox-btn {
  margin: 15px auto;
  width: 50%;
  max-width: 300px;
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
}

#bestTechIndicator .result__step {
  margin: 50px 0 0;
  padding: 0;
}

#bestTechIndicator .result__step-Box {
  margin: 20px auto 0;
}

#bestTechIndicator .result__discount {
  max-width: 750px;
  text-align: center;
  margin-top: 15%;
  padding: 30px 30px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 40px;
  -webkit-filter: drop-shadow(5px 5px 1px #695c5c);
          filter: drop-shadow(5px 5px 1px #695c5c);
}

#bestTechIndicator .result__discount .tape {
  position: absolute;
  top: -5%;
  bottom: unset;
  left: 50%;
  right: unset;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 150px;
  z-index: 200;
}

#bestTechIndicator .result__discount-title {
  font-size: var(--mainTitle);
  text-align: center;
}

#bestTechIndicator .result__discount-intro {
  font-size: var(--mainTitle-sm);
  margin-bottom: 10px;
}

#bestTechIndicator .result__discount-intro span {
  color: #F60606;
}

#bestTechIndicator .result__discount-name {
  font-size: var(--text-xl);
  margin-bottom: 20px;
}

#bestTechIndicator .result__discount-pic {
  margin: 0 auto 20px;
  width: 100%;
  max-width: 350px;
}

#bestTechIndicator .result__discount-link {
  display: inline-block;
  color: #000;
  margin: 0 auto 10px;
  font-weight: bolder;
  font-size: var(--mainTitle-md);
  -webkit-transition: .2s;
  transition: .2s;
}

#bestTechIndicator .result__models {
  text-align: center;
  margin: 50px 0;
}

#bestTechIndicator .result__flex {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#bestTechIndicator .result__modelsBox {
  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;
  width: 100%;
  max-width: 300px;
  margin: 10px auto;
  padding: 2px 10px;
  background-color: #ffffff73;
}

#bestTechIndicator .result__modelsBox img {
  width: 30%;
}

#bestTechIndicator .result__modelsBox h2 {
  width: 50%;
  font-size: var(--mainTitle);
}

#bestTechIndicator .result__modelsBox-plus {
  position: relative;
  display: block;
  display: inline-block;
  padding: 10px 20px;
  margin: 15px auto;
  background-color: #e0e0e0;
  border-radius: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  z-index: 120;
}

#bestTechIndicator .result__modelsBox-plus img {
  width: 100%;
}

#bestTechIndicator .result__modelsBox-plus--active {
  background-color: #e5b595;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

#bestTechIndicator .result__modelsList {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 20px 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: none;
}

#bestTechIndicator .result__modelsList-box {
  background-image: url("https://storage-asset.msi.com/event/2023/CND/my-best-tech-indicator/images/btn-caramel-xs.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
  width: 45%;
  margin: 10px 5px 0;
  padding: 20px 0;
  color: #000;
  font-size: 16px;
  font-weight: bolder;
  -webkit-transition: .2s;
  transition: .2s;
}

#bestTechIndicator .result__modelsList-box:hover {
  background-image: url("https://storage-asset.msi.com/event/2023/CND/my-best-tech-indicator/images/btn-brown-xs.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
  color: #fff;
}

#bestTechIndicator .result__modelsList--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  max-height: 1000px;
  -webkit-transition: 1s;
  transition: 1s;
}

#bestTechIndicator .result__modelsFlex {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

#bestTechIndicator .result__need {
  margin-bottom: 50px;
}

#bestTechIndicator .result__needBox {
  background-color: #ffffff73;
  padding: 25px;
  margin-bottom: 20px;
  min-height: 232px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -ms-flex-line-pack: center;
      align-content: center;
  display: -ms-grid;
  display: grid;
  -webkit-transition: 1s;
  transition: 1s;
}

#bestTechIndicator .result__needBox-plus {
  display: block;
  width: 50px;
  height: 50px;
  margin: 15px auto;
  background-color: #a9a9a9;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

#bestTechIndicator .result__needBox-plus--active {
  background-color: #e5b595;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

#bestTechIndicator .result__needTxt {
  width: 100%;
  margin: 0 auto;
}

#bestTechIndicator .result__needTxt h2 {
  font-size: var(--mainTitle);
}

#bestTechIndicator .result__needTxt p {
  font-size: var(--mainTxt);
}

#bestTechIndicator .result__needTxt-pic {
  max-width: 155px;
}

#bestTechIndicator .result__needPic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto 20px;
}

#bestTechIndicator .result__needPic-pic {
  margin: 0 auto;
}

#bestTechIndicator .result__needPic-plus {
  margin: 0 20px;
}

#bestTechIndicator .result .msiCenter, #bestTechIndicator .result .tobiiAware {
  opacity: 1;
}

#bestTechIndicator .result .msiCenter--hide, #bestTechIndicator .result .tobiiAware--hide {
  display: none;
  top: 10%;
  visibility: hidden;
  opacity: 0;
}

#bestTechIndicator .result__openBox {
  padding: 10px 0;
  display: none;
}

#bestTechIndicator .result__openBox--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
}

#bestTechIndicator .result__openBox-pic {
  width: 100%;
  margin: 0 auto;
}

#bestTechIndicator .result__openBox-txt {
  width: 100%;
  margin: 0 auto;
}

#bestTechIndicator .result__openBox-txt h2 {
  font-size: var(--mainTitle);
}

#bestTechIndicator .result__openBox-txt p {
  font-size: var(--mainTxt);
  margin-bottom: 15px;
}

#bestTechIndicator .result__openBox-close {
  position: absolute;
  top: 3.5%;
  bottom: unset;
  left: unset;
  right: 1.5%;
  -webkit-transform: translate(0%, 0);
          transform: translate(0%, 0);
  max-width: 35px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

#bestTechIndicator .result__openBox-close img {
  background-color: #d0d0d0;
  border-radius: 50%;
  padding: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#bestTechIndicator .result__openBox-close img:hover {
  background-color: #e5b595;
  border-radius: 50%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#bestTechIndicator .result__openBox .closeActive {
  opacity: 1;
}

#bestTechIndicator .result__more {
  text-align: center;
}

#bestTechIndicator .result__moreBox {
  margin: 0 auto 40px;
}

#bestTechIndicator .result__moreBox-pic {
  display: block;
  margin: 0 auto 20px;
}

@media (min-width: 996px) {
  #bestTechIndicator .result {
    padding: 50px 0;
  }
  #bestTechIndicator .result__title {
    margin-bottom: 30px;
  }
  #bestTechIndicator .result__titlePic {
    margin: 0 auto 50px;
  }
  #bestTechIndicator .result__box {
    margin: 50px auto 5px;
  }
  #bestTechIndicator .result__box-resultPic {
    width: 80%;
    margin: 0 auto;
  }
  #bestTechIndicator .result__boxTxt {
    width: 50%;
    margin: 0 10px;
  }
  #bestTechIndicator .result__boxImg {
    width: 50%;
    max-width: 400px;
    margin: 0 10px;
    text-align: center;
  }
  #bestTechIndicator .result__boxIntro p {
    background-image: url("https://storage-asset.msi.com/event/2023/CND/my-best-tech-indicator/images/btn-blue-l.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 95% 100%;
    padding: 50px 150px;
  }
  #bestTechIndicator .result__btnBox-btn {
    margin: 15px;
    width: auto;
    font-size: unset;
    padding: 10px 50px;
  }
  #bestTechIndicator .result__step {
    margin: 50px 0;
  }
  #bestTechIndicator .result__step-Box {
    margin: 80px auto 0;
  }
  #bestTechIndicator .result__discount {
    margin-top: 5%;
  }
  #bestTechIndicator .result__discount .tape {
    position: absolute;
    top: -7%;
    bottom: unset;
    left: 50%;
    right: unset;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 200px;
  }
  #bestTechIndicator .result__discount-name {
    max-width: 85%;
    margin: 0 auto 20px;
  }
  #bestTechIndicator .result__discount-pic {
    max-width: 450px;
  }
  #bestTechIndicator .result__modelsBox {
    display: block;
    margin: 0 20px;
    background-color: transparent;
  }
  #bestTechIndicator .result__modelsBox img {
    width: auto;
  }
  #bestTechIndicator .result__modelsBox h2 {
    width: auto;
    font-size: 25px;
  }
  #bestTechIndicator .result__modelsBox-plus:hover {
    background-color: #e5b595;
  }
  #bestTechIndicator .result__modelsList-box {
    width: calc( 100% / 4 - 20px);
    font-size: var(--mainTxt);
    margin: 10px 10px;
  }
  #bestTechIndicator .result__needBox {
    padding: 0 50px;
  }
  #bestTechIndicator .result__needBox-plus:hover {
    background-color: #e5b595;
  }
  #bestTechIndicator .result__needBox-plus--active {
    background-color: #e5b595;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  #bestTechIndicator .result__needBox:nth-child(4) {
    padding: 0 50px	0 0px;
  }
  #bestTechIndicator .result__reverseFlex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #bestTechIndicator .result__needTxt {
    width: 45%;
    margin: 0 40px;
  }
  #bestTechIndicator .result__needTxt-pic {
    max-width: 220px;
  }
  #bestTechIndicator .result__needPic {
    width: 55%;
    margin: 0 auto;
  }
  #bestTechIndicator .result .msiCenter, #bestTechIndicator .result .tobiiAware {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #bestTechIndicator .result__openBox-pic {
    width: 50%;
    margin: 0 10px;
  }
  #bestTechIndicator .result__openBox-txt {
    width: 50%;
    margin: 0 10px;
  }
  #bestTechIndicator .result__openBox-txt h2 {
    font-size: 25px;
  }
}

.showDesktop {
  display: none;
}

.showMobile {
  display: block;
}

@media (min-width: 996px) {
  .showDesktop {
    display: block;
  }
  .showMobile {
    display: none;
  }
}
/*# sourceMappingURL=main.css.map */