.tbList .link, .tbList .googlemap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: linear-gradient(45deg, #9eeeea, #7bceed, #80ddf5, #8edae8, #a1d1e6);
}

.tbList .link:hover, .tbList .googlemap:hover {
  background: #d8d29d;
}

.tbList .link::before, .tbList .googlemap::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wtb__box-content a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

* {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol, ul, li {
  list-style: none;
}

button, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

h1 {
  display: none;
}

html {
  scroll-behavior: smooth;
}

.mainTitleBox {
  position: relative;
  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;
  text-align: center;
  gap: 10px;
  margin-bottom: 25px;
}

.mainTitleBox figure {
  max-width: 20%;
}

.mainTitleBox h2 {
  font-size: 18px;
  color: #febc00;
  text-transform: uppercase;
  display: inline-block;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);
}

@media (min-width: 768px) {
  .mainTitleBox h2 {
    font-size: 22px;
  }
}

@media (min-width: 996px) {
  .mainTitleBox h2 {
    font-size: 35px;
    max-width: 40%;
  }
}

.project {
  position: relative;
  overflow: hidden;
  background: #000;
}

.project figure {
  margin: 0;
  padding: 0;
}

.project .kv {
  position: relative;
  width: 100%;
}

.project .kv picture img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -o-object-fit: contain;
     object-fit: contain;
}

.project .kv__content {
  z-index: 10;
  position: relative;
}

.project .kv__pd {
  position: relative;
  z-index: 50;
}

.project .kv__pd img {
  display: block;
}

.project .kv__title, .project .kv__stage, .project .kv__bgLight, .project .kv__line, .project .kv__ribbon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.project .kv__title {
  z-index: 10;
}

.project .kv__stage {
  z-index: 10;
}

.project .kv__stage::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8%;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(80%, transparent));
  background: linear-gradient(to top, #000, transparent 80%);
}

.project .kv__bgLight {
  z-index: 0;
}

.project .kv__line {
  z-index: 0;
}

.project .kv__ribbon {
  z-index: 20;
}

.project .kv__intel {
  display: none;
}

@media (min-width: 996px) {
  .project .kv__intel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 36px;
    right: 36px;
    font-size: 24px;
    text-align: right;
    z-index: 20;
    color: #454543;
  }
}

.project .kv__intel img {
  width: 75px;
  margin-left: auto;
  display: block;
}

.project .kv__intel-textbox {
  font-size: 12px;
  color: #fff;
  text-shadow: 0 0 10px #000;
}

@media (min-width: 996px) {
  .project .kv__intel-textbox {
    font-size: 11px;
    margin-right: 20px;
  }
}

.project .bgWrapper {
  position: relative;
  background-image: url(../images/bg.jpg);
  background-size: 100% auto;
  background-position: top;
  background-repeat: repeat-y;
}

.project .bestOffer {
  position: relative;
  padding: 50px 0;
}

.project .bestOffer img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.project .bestOffer__wrapper {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
}

.project .bestOffer__deco {
  position: absolute;
  z-index: 0;
}

.project .bestOffer__deco-left {
  width: 8%;
  height: 100%;
  top: 20%;
  left: 0;
  background: url("../images/deco-left.png") top right repeat-y;
  background-size: 100% auto;
  -webkit-animation: 2s float infinite;
          animation: 2s float infinite;
}

.project .bestOffer__deco-right {
  z-index: 1;
  width: 15%;
  height: 100%;
  top: 5%;
  right: 0;
  background: url("../images/deco-right.png") top right repeat-y;
  background-size: 100% auto;
  -webkit-animation: 2s float infinite;
          animation: 2s float infinite;
}

.project .bestOffer__deco-lucky {
  z-index: 0;
  width: 20%;
  pointer-events: none;
  will-change: transform;
}

.project .bestOffer__deco-lucky img {
  -webkit-animation: .5s float2 infinite;
          animation: .5s float2 infinite;
}

@media (min-width: 996px) {
  .project .bestOffer__deco-lucky {
    left: auto;
    right: 0;
    top: 0;
  }
}

@media (min-width: 996px) {
  .project .bestOffer {
    padding: 100px 0;
  }
}

.project .bestOffer__title {
  text-align: center;
  padding-top: 25px;
}

.project .bestOffer__title img {
  width: 100%;
  max-width: 1000px;
  -o-object-fit: contain;
     object-fit: contain;
}

.project .bestOffer__sub-title {
  text-align: center;
  padding: 35px 0 25px;
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
}

@media (min-width: 996px) {
  .project .bestOffer__sub-title {
    font-size: 50px;
    text-shadow: #35d6f3 2px 5px 15px;
  }
}

.project .bestOffer__promotion {
  color: #fff;
}

@media (min-width: 996px) {
  .project .bestOffer__promotion {
    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;
  }
}

.project .bestOffer__promotion ul {
  margin-left: 25px;
}

.project .bestOffer__promotion ul li {
  list-style: disc;
  padding: 5px 0;
}

@media (min-width: 996px) {
  .project .bestOffer__promotion-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    font-size: 24px;
  }
}

.project .bestOffer__promotion-qrcode {
  width: 50%;
  margin: 0 auto;
}

@media (min-width: 996px) {
  .project .bestOffer__promotion-qrcode {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}

@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@-webkit-keyframes float2 {
  0%, 100% {
    -webkit-transform: translate(0px, 1px);
            transform: translate(0px, 1px);
  }
  50% {
    -webkit-transform: translate(1px, 0px);
            transform: translate(1px, 0px);
  }
}

@keyframes float2 {
  0%, 100% {
    -webkit-transform: translate(0px, 1px);
            transform: translate(0px, 1px);
  }
  50% {
    -webkit-transform: translate(1px, 0px);
            transform: translate(1px, 0px);
  }
}

.project .bestOffer__model {
  padding: 15px 0;
  color: #fff;
  text-align: center;
}

.project .bestOffer__model-title h3 {
  text-transform: uppercase;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .project .bestOffer__model-title {
    width: 70%;
    margin: 0 auto;
    position: relative;
  }
  .project .bestOffer__model-title h3 {
    position: absolute;
    left: 32%;
    bottom: -10px;
  }
}

@media (min-width: 996px) {
  .project .bestOffer__model-title {
    width: 80%;
    margin: 25px auto 15px;
  }
  .project .bestOffer__model-title h3 {
    font-size: 35px;
    left: 31%;
    bottom: -15px;
    text-shadow: #184b6f 2px 5px 15px;
  }
}

.project .bestOffer__model p {
  padding-bottom: 10px;
}

@media (min-width: 996px) {
  .project .bestOffer__model dl {
    display: inline-block;
    width: 33%;
    vertical-align: top;
  }
}

.project .bestOffer__model dt {
  padding: 5px;
}

.project .buyNow-section {
  position: relative;
  text-align: center;
}

.project .buyNow-section .main-title {
  position: relative;
  z-index: 20;
  margin-top: 50px;
}

.project .buyNow-section__deco {
  position: absolute;
  z-index: 0;
}

.project .buyNow-section__deco-right {
  z-index: 1;
  width: 8%;
  height: 100%;
  top: 5%;
  right: 0;
  background: url("../images/deco-right2.png") top right no-repeat;
  background-size: 100% auto;
  background-attachment: fixed;
  -webkit-animation: 2s float infinite;
          animation: 2s float infinite;
}

.project .buyNow-section__deco-lucky {
  z-index: 0;
  width: 20%;
  pointer-events: none;
  will-change: transform;
  opacity: 0;
}

.project .buyNow-section__deco-lucky img {
  -webkit-animation: .5s float2 infinite;
          animation: .5s float2 infinite;
}

@media (min-width: 996px) {
  .project .buyNow-section__deco-lucky {
    opacity: 1;
    left: 5%;
    top: 0;
  }
}

.project .buyNow-section .buyNow {
  padding-bottom: 10px;
  z-index: 50;
}

@media (min-width: 996px) {
  .project .buyNow-section .buyNow {
    padding-bottom: 10px;
  }
}

.project .buyNow-section .buyNow .tab__flex .lucky-dec01 {
  position: absolute;
  top: -15%;
  right: 10%;
  width: 18%;
  display: none;
  z-index: 10;
}

@media (min-width: 996px) {
  .project .buyNow-section .buyNow .tab__flex .lucky-dec01 {
    display: block;
    width: 17%;
    top: -12.5%;
    right: 0%;
  }
}

@media (min-width: 1600px) {
  .project .buyNow-section .buyNow .tab__flex .lucky-dec01 {
    top: -15%;
    right: 10%;
  }
}

.project .buyNow-section .buyNow .lucky-dec02 {
  position: absolute;
  top: 70%;
  right: 0;
  width: 10%;
}

@media (min-width: 996px) {
  .project .buyNow-section .buyNow .lucky-dec02 {
    width: 7%;
    max-width: 135px;
  }
}

.project .buyNow-section .buyNow .tab__flexBoxInside {
  position: relative;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}

.project .buyNow-section .buyNow .tab__flexBoxInside::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: hue-rotate(180deg);
          filter: hue-rotate(180deg);
  background: url(https://storage-asset.msi.com/event/2025/NB/holiday-sales-2025/images/buyNow-tab-dec.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
  display: none;
}

.project .buyNow-section .buyNow .tab__flexBoxInside:hover::before {
  -webkit-filter: hue-rotate(180deg);
          filter: hue-rotate(180deg);
}

.project .buyNow-section .buyNow .tab__flexBoxInside .tab__label {
  position: absolute;
  top: 0;
  font-size: 11px;
  font-weight: 700;
  width: 85%;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 60%, 50% 100%, 0% 60%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 60%, 50% 100%, 0% 60%);
  padding: 2px 0 10px;
  background: linear-gradient(45deg, #f1bf09 30%, #ef9a1b);
  line-height: 1.2;
  color: #fff;
  text-shadow: #000 1px 1px 5px;
}

@media (min-width: 996px) {
  .project .buyNow-section .buyNow .tab__flexBoxInside .tab__label {
    width: 70%;
    font-size: 16px;
    padding: 5px 5px 25px;
  }
}

@media (min-width: 1300px) {
  .project .buyNow-section .buyNow .tab__flexBoxInside .tab__label {
    font-size: 20px;
  }
}

.project .buyNow-section .buyNow .tab__flexBoxInside .tab__label span {
  display: block;
}

@media (min-width: 768px) {
  .project .buyNow-section .buyNow .tab__flexBoxInside .tab__label span {
    display: inline-block;
  }
}

.project .disclaimer__wrapper {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  width: 90%;
  max-width: 1000px;
}

@media (min-width: 996px) {
  .project__wrapper {
    font-size: 15px;
  }
}

.project .promotion {
  padding: 0 0 40px;
}

@media (min-width: 996px) {
  .project .promotion {
    padding: 50px 0 50px;
  }
}

.project .promotion .btns {
  padding: 2% 0 0;
  position: relative;
  z-index: 50;
}

.project .promotion .btns .note {
  padding-bottom: 30px;
}

.project .promotion .btns__wrapper {
  text-align: center;
}

@media (min-width: 996px) {
  .project .promotion .btns__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.project .promotion .btns__wrapper .btnSty {
  color: #eec572;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 10px;
  width: 30%;
  background-image: url(https://storage-asset.msi.com/event/2025/NB/black-friday-laptop-sale-2025/images/redeemBtn-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
  opacity: 0.5;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40%;
  margin: 10px auto;
  min-width: 290px;
  min-height: 60px;
  padding: 0 20px;
  line-height: 1;
}

@media (min-width: 996px) {
  .project .promotion .btns__wrapper .btnSty {
    font-size: 20px;
    margin: 10px 10px;
    width: 20%;
  }
}

.project .promotion .btns__wrapper .btnSty:hover {
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
  -webkit-filter: drop-shadow(0 0 6px #f1c654) brightness(1.2) hue-rotate(-45deg);
          filter: drop-shadow(0 0 6px #f1c654) brightness(1.2) hue-rotate(-45deg);
}

.project .promotion .btns__wrapper .btnSty.active {
  -webkit-filter: drop-shadow(0 0 6px #f1c654) brightness(1.2) hue-rotate(-45deg);
          filter: drop-shadow(0 0 6px #f1c654) brightness(1.2) hue-rotate(-45deg);
  opacity: 1;
}

.shop {
  position: relative;
  padding: 45px 25px;
}

@media (min-width: 996px) {
  .shop {
    padding-top: 60px;
  }
}

.wtb {
  padding-top: 40px;
}

.wtb__box {
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
}

.wtb__box h3 {
  padding-top: 25px;
  text-align: center;
  color: #fff;
  padding-bottom: 10px;
}

.wtb__box-info {
  padding: 10px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  border-bottom: #126592 1px solid;
  color: #fff;
}

.wtb__box-title {
  display: none;
}

@media (min-width: 996px) {
  .wtb__box-title {
    display: table;
    width: 100%;
    border-collapse: collapse;
    color: #07032a;
  }
  .wtb__box-title li {
    display: table-cell;
    border-right: #fff 1px solid;
    padding: 10px;
  }
  .wtb__box-title li:nth-child(1), .wtb__box-title li:nth-child(2), .wtb__box-title li:nth-child(3) {
    width: 15%;
  }
  .wtb__box-title li:nth-child(4) {
    border-right: none;
  }
}

.wtb__box-content {
  background: #fff;
  padding: 10px;
}

@media (min-width: 996px) {
  .wtb__box-content {
    padding: 0;
    display: table;
    border-collapse: collapse;
    width: 100%;
    border-bottom: #ccc 1px solid;
  }
}

.wtb__box-content a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: linear-gradient(45deg, #9eeeea, #7bceed, #80ddf5, #8edae8, #a1d1e6);
}

.wtb__box-content a::before {
  background-image: url(https://storage-asset.msi.com/event/2025/NB/black-friday-laptop-sale-2025/images/icon-link.svg);
}

.wtb__box-content a:hover {
  background: #d8d29d;
}

.wtb__box-content li {
  position: relative;
  padding: 10px;
}

.wtb__box-content li:first-child {
  font-weight: bold;
}

.wtb__box-content li:last-child {
  padding-left: 50px;
}

.wtb__box-content li:last-child a {
  position: absolute;
  left: 0;
  top: 10px;
}

@media (min-width: 996px) {
  .wtb__box-content li {
    display: table-cell;
    min-height: 70px;
  }
  .wtb__box-content li:nth-child(1), .wtb__box-content li:nth-child(2), .wtb__box-content li:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
  }
  .wtb__box-content li:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    padding: 10px 50px 10px 10px;
  }
  .wtb__box-content li:last-child a {
    left: auto;
    right: 0;
  }
}

@media (min-width: 996px) {
  .wtb__box-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.wtb__list {
  padding-bottom: 20px;
}

.tbList {
  border-radius: 30px;
  overflow: hidden;
  background: #eee;
  text-align: center;
}

@media (min-width: 996px) {
  .tbList {
    display: table;
    border-collapse: collapse;
    width: 100%;
  }
}

.tbList .th {
  display: none;
  color: #fff;
  padding: 15px;
  background: #10bef3;
}

.tbList .th.noline {
  border: none;
}

@media (min-width: 996px) {
  .tbList .th {
    display: table-cell;
    border-left: #fff 1px solid;
  }
  .tbList .th:first-child {
    border: none;
  }
}

.tbList .tr {
  padding: 15px;
}

@media (min-width: 996px) {
  .tbList .tr {
    display: table-row;
    padding: 0;
    border-bottom: #ccc 1px solid;
  }
  .tbList .tr:first-child {
    background: url("../images/kv-bg.jpg") center right no-repeat;
    background-size: cover;
  }
  .tbList .tr:last-child {
    border: none;
  }
}

@media (min-width: 996px) {
  .tbList .td {
    display: table-cell;
    padding: 10px;
  }
}

.tbList .title {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 10px;
}

.tbList .link::before {
  background-image: url(https://storage-asset.msi.com/event/2025/NB/black-friday-laptop-sale-2025/images/icon-link.svg);
}

.tbList .googlemap::before {
  background-image: url(https://storage-asset.msi.com/event/2025/NB/black-friday-laptop-sale-2025/images/icon-wtb.svg);
}

@media (min-width: 996px) {
  .tbList .show__mobile {
    display: none;
  }
}

.tbList .show__desktop {
  display: none;
}

@media (min-width: 996px) {
  .tbList .show__desktop {
    display: table-cell;
  }
}

.shopList {
  background: #498ba1;
  border-radius: 30px;
  overflow: hidden;
}

.toggleBox {
  display: none;
  background: #8dd5f0;
  padding: 0 3px;
  color: #3a2707;
}

.mail-contact {
  text-align: center;
  padding: 25px 25px 80px;
  color: #fff;
}

.mail-contact a {
  color: #ffffff;
  text-decoration: underline;
}

.mail-contact a:hover {
  text-decoration: none;
  background: #ebd181;
}

.join {
  padding-bottom: 40px;
}

@media (min-width: 996px) {
  .join {
    padding-bottom: 80px;
  }
}

.join__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 auto;
  max-width: 600px;
  margin-top: 40px;
}

.join__flex a {
  color: #efe51a;
  width: 80px;
}

.join__flex a:hover {
  text-decoration: underline;
}

@media (min-width: 996px) {
  .join__flex a {
    width: 150px;
    margin: 0 auto;
  }
}

.join__flex p {
  padding-top: 10px;
  text-align: center;
}

.buyNow .hatch__flexBoxTxt-price {
  text-stroke: 1px;
}

.buyNow .hatch__flexBoxTxt-price span {
  font-size: 17px;
}

.buyNow .hatch__flexBoxTxt-price span em {
  font-size: 36px;
  text-stroke: 1px #c0c0c0;
}

.buyNow .hatch__flexBoxPic-toplogo {
  position: absolute;
  top: 15px;
  left: 15px;
}

.buyNow .hatch__flexBoxPic-toplogo img {
  width: 75px;
}

@media (min-width: 996px) {
  .buyNow .selectarea__filter-item {
    font-size: 16px;
  }
  .buyNow .hatch__flexBoxTxt-title {
    margin-bottom: 0;
  }
}

.hatch__flexBoxTxt-note {
  margin-bottom: 15px;
}

@media (min-width: 996px) {
  .hatch__flexBoxPic-product {
    padding-top: 40px;
  }
  .hatch__flexBoxTxt-gift {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 40%;
  }
}

.terms__title {
  background: #0c728e;
  text-align: center;
  padding: 5px;
  margin: 25px auto 15px;
}

.terms ul {
  margin-left: 25px;
}

.terms ul li {
  list-style: lower-latin;
}

.terms ul li ol li {
  list-style: disc;
}

.term__flex .img {
  text-align: center;
}

@media (min-width: 996px) {
  .term__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .term__flex .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
  }
  .term__flex ul {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
}

.info {
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 25px 60px;
  font-size: 18px;
}

@media (min-width: 996px) {
  .info {
    font-size: 24px;
  }
  .info span {
    display: block;
  }
}

.info strong {
  font-size: 150%;
  color: transparent;
  background: linear-gradient(45deg, #eddd4a, #f00);
  background-clip: text;
  -webkit-animation: 1s breathe infinite ease-in-out;
          animation: 1s breathe infinite ease-in-out;
}

.noteice {
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 25px 60px;
  font-size: 16px;
}

@-webkit-keyframes breathe {
  0%, 100% {
    text-shadow: #f00 0 0 10px;
  }
  50% {
    text-shadow: #f5ea14 0 0 30px;
  }
}

@keyframes breathe {
  0%, 100% {
    text-shadow: #f00 0 0 10px;
  }
  50% {
    text-shadow: #f5ea14 0 0 30px;
  }
}
/*# sourceMappingURL=main-merged.css.map */