html {
    width: auto !important;
  }
  
  body {
    word-wrap: break-word;
    font-family: "DINPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    word-break: break-word;
    background: -webkit-gradient(linear, left top, left bottom, from(#3f3f3f), color-stop(30%, #3f3f3f), to(#1e1e1e)) !important;
    background: linear-gradient(to bottom, #3f3f3f 0%, #3f3f3f 30%, #1e1e1e 100%) !important;
  }
  
  a {
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  
  a:hover {
    text-decoration: none;
  }
  
  h2 {
    font-size: 40px;
  }
  
  @media only screen and (max-width: 960px) {
    h2 {
      font-size: 25px;
    }
  }
  
  img {
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center center;
       object-position: center center;
  }
  
  .common__container {
    width: 70%;
    margin: 0 auto;
  }
  
  @media only screen and (max-width: 960px) {
    .common__container {
      width: 85%;
    }
  }
  
  .mainTitle {
    text-indent: -9999px;
    margin: 0;
    padding: 0;
    height: 0;
  }
  
  #blackfriday2021 .kv {
    position: relative;
  }
  
  #blackfriday2021 .kv__pic {
    width: 100%;
  }
  
  #blackfriday2021 .kv__title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-27deg);
            transform: translate(-50%, -50%) rotate(-27deg);
    font-size: 3vw;
  }
  
  #blackfriday2021 .kv__title-black {
    color: #000;
    font-weight: bolder;
  }
  
  #blackfriday2021 .intro {
    position: relative;
    padding: 2%;
    background-size: cover;
  }
  
  @media only screen and (max-width: 960px) {
    #blackfriday2021 .intro__pic {
      display: none;
    }
  }
  
  #blackfriday2021 .intro__txt {
    text-align: center;
    width: 70%;
    margin: 0 auto;
  }
  
  @media only screen and (max-width: 960px) {
    #blackfriday2021 .intro__txt {
      width: 90%;
    }
  }
  
  #blackfriday2021 .intro__txt-title {
    color: #b79e59;
    font-size: 38px;
    margin-bottom: 10px;
    font-family: 'DINPro-Medium';
  }
  
  @media only screen and (max-width: 960px) {
    #blackfriday2021 .intro__txt-title {
      color: #b79e59;
      font-size: 26px;
    }
  }
  
  #blackfriday2021 .intro__txt-title span {
    color: #fff;
    font-size: 55px;
    font-weight: bolder;
  }
  
  @media only screen and (max-width: 960px) {
    #blackfriday2021 .intro__txt-title span {
      color: #fff;
      font-size: 30px;
    }
  }
  
  #blackfriday2021 .intro__txt-date {
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
  }
  
  @media only screen and (max-width: 960px) {
    #blackfriday2021 .intro__txt-date {
      font-size: 20px;
    }
  }
  
  #blackfriday2021 .model {
    text-align: center;
    padding: 2%;
  }
  
  #blackfriday2021 .model__title {
    color: #ffffff;
    font-size: 50px;
    display: inline-block;
    padding-bottom: 30px;
    /* font-family: 'DINPro-Black'; */
    font-family:"Calibri, sans-serif";
    font-weight: bold;
    text-transform: uppercase;
  }
  
  @media only screen and (max-width: 500px) {
    #blackfriday2021 .model__title {
      color: #ffffff;
      font-size: 40px;
    }
  }
  
  #blackfriday2021 .model__pdBox {
    width: 85%;
    margin: 35px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  @media only screen and (max-width: 1366px) {
    #blackfriday2021 .model__pdBox {
      width: 85%;
    }
  }
  
  @media only screen and (max-width: 1135px) {
    #blackfriday2021 .model__pdBox {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
  }
  
  @media only screen and (max-width: 768px) {
    #blackfriday2021 .model__pdBox {
      width: 100%;
    }
  }
  
  #blackfriday2021 .model__pdBox-txt {
    background-color: #3f3f3f;
    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;
    color: #b79e59;
    text-decoration: none;
    text-align: center;
    border: 5px solid #b79e59;
    cursor: pointer;
    border-radius: 5px;
    padding: 10px 25px;
    margin: 0 10px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-size: 20px;
    font-weight: bolder;
    position: relative;
  }
  
  #blackfriday2021 .model__pdBox-txt:hover {
    border: 5px solid #b79e59;
    background-color: #b79e59;
    color: #3f3f3f;
  }
  
  @media only screen and (max-width: 1535px) {
    #blackfriday2021 .model__pdBox-txt {
      margin: 0 5px;
      padding: 1% 25px;
    }
  }
  
  @media only screen and (max-width: 1135px) {
    #blackfriday2021 .model__pdBox-txt {
      width: 48%;
      margin: 5px;
    }
  }
  
  @media only screen and (max-width: 768px) {
    #blackfriday2021 .model__pdBox-txt {
      width: 100%;
    }
  }
  
  #blackfriday2021 .model__pdBox-txt .twoBtn {
    position: absolute;
    left: 50%;
    top: 101%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: 10;
    border: 5px solid #b79e59;
    border-top: 0;
    color: #3f3f3f;
    background-color: #d6bc77;
    width: 104%;
    border-radius: 0 0 5px 5px;
    display: none;
  }
  
  #blackfriday2021 .model__pdBox-txt .twoBtn--active {
    display: block;
  }
  
  #blackfriday2021 .model__pdBox-txt .twoBtn__txt {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    padding: 2% 0;
    margin: 0;
  }
  
  #blackfriday2021 .model__pdBox-txt .twoBtn__txt--active {
    color: #3f3f3f;
    background-color: #b79e59;
  }
  
  #blackfriday2021 .model__pdBox-txt .twoBtn__txt:hover {
    background-color: #000;
    color: #b79e59;
  }
  
  @media only screen and (max-width: 1135px) {
    #blackfriday2021 .model__pdBox-txt .twoBtn {
      width: 102%;
    }
  }
  
  @media only screen and (max-width: 768px) {
    #blackfriday2021 .model__pdBox-txt .twoBtn {
      width: 101.5%;
    }
  }
  
  #blackfriday2021 .model__pdBox-txt p {
    margin: 0;
  }
  
  #blackfriday2021 .model__pdBox-txt--active {
    background-color: #302e2e;
    -webkit-box-shadow: 2px 2px 5px #000;
            box-shadow: 2px 2px 5px #000;
  }
  
  #blackfriday2021 .model__wrapper {
    position: relative;
    width: 75%;
    margin: 0 auto;
    border-radius: 5px;
  }
  
  @media only screen and (max-width: 1366px) {
    #blackfriday2021 .model__wrapper {
      width: 85%;
    }
  }
  
  @media only screen and (max-width: 768px) {
    #blackfriday2021 .model__wrapper {
      padding: 8% 0 2%;
      width: 100%;
    }
  }
  
  @media only screen and (max-width: 542px) {
    #blackfriday2021 .model__wrapper {
      padding: 13% 0 2%;
    }
  }
  
  #blackfriday2021 .model__box {
    visibility: hidden;
    position: absolute;
    top: 0;
    z-index: 0;
    opacity: 0;
    padding: 2%;
  }
  
  #blackfriday2021 .model__box--active {
    position: relative;
    top: auto;
    z-index: 1;
    opacity: 1;
    visibility: visible;
  }
  
  #blackfriday2021 .model__box .twoBtn__box {
    visibility: hidden;
    position: absolute;
    top: 0;
    z-index: 0;
    opacity: 0;
  }
  
  #blackfriday2021 .model__box .twoBtn__box--active {
    position: relative;
    top: auto;
    z-index: 1;
    opacity: 1;
    visibility: visible;
  }
  
  #blackfriday2021 .model__box-title {
    padding: 0 0 2%;
    margin: 0;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    color: #525252;
  }
  
  #blackfriday2021 .model__box-title:hover {
    text-decoration: underline;
  }
  
  #blackfriday2021 .model__noPadding {
    padding: 0;
  }
  
  #blackfriday2021 .model .seemore {
    background-color: rgba(0, 0, 0, 0.3);
    border: 4px solid #fff7ec;
  }
  
  #blackfriday2021 .model .seemore__box {
    margin-top: 2%;
    display: block;
    width: 100%;
    background-color: #fff7ec;
    color: #525252;
    padding: 1% 0;
    font-size: 25px;
    text-decoration: none;
  }
  
  #blackfriday2021 .model .seemore__box-ntb {
    background-color: #b79e59;
    color: #fff;
    font-size: 50px;
    margin: 15px auto 0;
    width: 70px;
    height: 70px;
    line-height: 59.5px;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-animation: breath infinite 1s;
            animation: breath infinite 1s;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  
  #blackfriday2021 .model .seemore__box-ntb:hover {
    -webkit-transform: scale(1.1) rotate(360deg);
            transform: scale(1.1) rotate(360deg);
    background-color: #b79e59;
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
    text-decoration: none;
  }
  
  @-webkit-keyframes breath {
    0% {
      background-color: #000;
    }
    50% {
      background-color: #b79e59;
    }
    100% {
      background-color: #000;
    }
  }
  
  @keyframes breath {
    0% {
      background-color: #000;
    }
    50% {
      background-color: #b79e59;
    }
    100% {
      background-color: #000;
    }
  }
  
  #blackfriday2021 .model__boxFlex {
    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;
  }
  
  @media only screen and (max-width: 960px) {
    #blackfriday2021 .model__boxFlex {
      display: block;
    }
  }
  
  #blackfriday2021 .model__boxFlex-pdPic {
    width: 25%;
    margin: 3% auto;
  }
  
  @media only screen and (max-width: 960px) {
    #blackfriday2021 .model__boxFlex-pdPic {
      width: 70%;
    }
  }
  
  #blackfriday2021 .model__btnFlex {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  @media only screen and (max-width: 960px) {
    #blackfriday2021 .model__btnFlex {
      width: 100%;
    }
  }
  
  #blackfriday2021 .model__btn {
    display: block;
    margin: 2%;
    cursor: pointer;
    text-decoration: none;
    width: 26%;
    -webkit-transition: -webkit-transform .33s;
    transition: -webkit-transform .33s;
    transition: transform .33s;
    transition: transform .33s, -webkit-transform .33s;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform-origin: 25% 50%;
            transform-origin: 25% 50%;
    height: 100px;
  }
  
  @media only screen and (max-width: 960px) {
    #blackfriday2021 .model__btn {
      min-width: 170px;
    }
  }
  
  #blackfriday2021 .model__btn:hover {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  
  #blackfriday2021 .model__btn-name {
    color: #000;
    font-size: 20px;
    border-radius: 5px;
    height: 100px;
    font-weight: bold;
    -webkit-transform: translateZ(20px);
            transform: translateZ(20px);
    background: #b79e59;
    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;
  }
  
  #blackfriday2021 .model__btn-link {
    background: url(https://storage-asset.msi.com/event/2021/cnd/Black-Friday-2021/images/product_buynow.jpg) no-repeat;
    background-position: center;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 20px rgba(105, 108, 109, 0.3), 0 0 8px 2px #d0dfe241 inset;
            box-shadow: 0 5px 20px rgba(105, 108, 109, 0.3), 0 0 8px 2px #d0dfe241 inset;
    height: 100px;
    -webkit-transform: rotateX(-180deg) translateZ(20px) translateY(95px) translateX(10px);
            transform: rotateX(-180deg) translateZ(20px) translateY(95px) translateX(10px);
    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;
    text-shadow: 0 0 5px #000, 0 0 10px #000;
  }
  
  #blackfriday2021 .model__prize {
    border-radius: 5px;
    background-color: #2634b6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 450px;
    margin: 2% auto 2%;
    color: #fff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1%;
    font-size: 25px;
    font-weight: bold;
  }
  
  #blackfriday2021 .model__prize-currency, #blackfriday2021 .model__prize-num {
    margin: 0 5px;
  }
  
  @media only screen and (max-width: 768px) {
    #blackfriday2021 .model__prize {
      width: 350px;
    }
  }
  
  #blackfriday2021 .getUrPrize {
    margin: 8% 0 2% 0;
  }
  
  #blackfriday2021 .getUrPrize select {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
  
  #blackfriday2021 .getUrPrize__wrap {
    background-color: #4a4a4a;
    text-align: center;
    padding: 25px 2%;
    border: 1px solid #5a5a5a;
    position: relative;
  }
  
  #blackfriday2021 .getUrPrize__title {
    color: #ffffff;
    font-size: 50px;
    display: inline-block;
    padding-bottom: 30px;
    /* font-family: 'DINPro-Black'; */
    font-family:"Calibri, sans-serif";
    font-weight: bold;
    text-transform: uppercase;
  }
  
  @media only screen and (max-width: 500px) {
    #blackfriday2021 .getUrPrize__title {
      color: #ffffff;
      font-size: 40px;
    }
  }
  
  #blackfriday2021 .getUrPrize__alert {
    display: none;
  }
  
  #blackfriday2021 .getUrPrize__pdBox {
    width: 80%;
    margin: 35px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  @media only screen and (max-width: 1366px) {
    #blackfriday2021 .getUrPrize__pdBox {
      width: 85%;
    }
  }
  
  @media only screen and (max-width: 1135px) {
    #blackfriday2021 .getUrPrize__pdBox {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
  }
  
  @media only screen and (max-width: 768px) {
    #blackfriday2021 .getUrPrize__pdBox {
      width: 100%;
    }
  }
  
  #blackfriday2021 .getUrPrize__pdBox-txt {
    background-color: #3F4DD2;
    display: block;
    color: #f4c24c;
    text-decoration: none;
    text-align: center;
    border: 5px solid #f4c24c;
    cursor: pointer;
    border-radius: 5px;
    padding: 1% 25px;
    margin: 0 10px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-size: 20px;
    font-weight: bolder;
  }
  
  @media only screen and (max-width: 1535px) {
    #blackfriday2021 .getUrPrize__pdBox-txt {
      margin: 0 5px;
      padding: 1% 20px;
    }
  }
  
  @media only screen and (max-width: 1135px) {
    #blackfriday2021 .getUrPrize__pdBox-txt {
      width: 48%;
      margin: 5px;
    }
  }
  
  @media only screen and (max-width: 768px) {
    #blackfriday2021 .getUrPrize__pdBox-txt {
      width: 100%;
    }
  }
  
  #blackfriday2021 .getUrPrize__pdBox-txt:hover {
    border: 5px solid #f4c24c;
    background-color: #f4c24c;
    color: #2634b6;
  }
  
  #blackfriday2021 .getUrPrize__pdBox-txt--active {
    background-color: #3f3f3f3f;
    color: #b79e59;
  }
  
  #blackfriday2021 .getUrPrize__wrapper {
    width: 75%;
    margin: 0 auto;
  }
  
  @media only screen and (max-width: 1366px) {
    #blackfriday2021 .getUrPrize__wrapper {
      width: 85%;
    }
  }
  
  @media only screen and (max-width: 768px) {
    #blackfriday2021 .getUrPrize__wrapper {
      padding: 8% 0 2%;
      width: 100%;
    }
  }
  
  @media only screen and (max-width: 542px) {
    #blackfriday2021 .getUrPrize__wrapper {
      padding: 13% 0 2%;
    }
  }
  
  #blackfriday2021 .getUrPrize__currency {
    position: absolute;
    right: 1%;
    top: 3%;
    padding: 5px;
    border-radius: 5px;
    z-index: 100;
  }
  
  @media only screen and (max-width: 768px) {
    #blackfriday2021 .getUrPrize__currency {
      right: 2%;
    }
  }
  
  #blackfriday2021 .getUrPrize__box {
    visibility: hidden;
    position: absolute;
    top: 0;
    z-index: 0;
    opacity: 0;
  }
  
  #blackfriday2021 .getUrPrize__box-title {
    margin: 0;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    margin-bottom: -10px;
    margin-top: 5px;
  }
  
  #blackfriday2021 .getUrPrize__box-mainselect {
    width: 450px;
    margin: 0 auto;
    color: #525252;
    font-size: 20px;
    padding: 10px 15px;
    margin-top: 20px;
    border-radius: 5px;
    display: block;
  }
  
  @media only screen and (max-width: 500px) {
    #blackfriday2021 .getUrPrize__box-mainselect {
      font-size: 16px;
    }
  }
  
  #blackfriday2021 .getUrPrize__box-mainselect option {
    width: 450px;
    display: block;
  }
  
  @media only screen and (max-width: 768px) {
    #blackfriday2021 .getUrPrize__box-mainselect {
      width: 350px;
    }
    #blackfriday2021 .getUrPrize__box-mainselect option {
      width: 350px;
      font-size: 18px;
    }
  }
  
  #blackfriday2021 .getUrPrize__box--active {
    position: relative;
    top: auto;
    z-index: 1;
    opacity: 1;
    visibility: visible;
  }
  
  #blackfriday2021 .getUrPrize__prize {
    border-radius: 5px;
    background-color: #b79e59;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 450px;
    margin: 0 auto 2%;
    color: #000;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1%;
    font-size: 25px;
    font-weight: bold;
  }
  
  #blackfriday2021 .getUrPrize__prize-currency, #blackfriday2021 .getUrPrize__prize-num {
    margin: 0 5px;
  }
  
  @media only screen and (max-width: 768px) {
    #blackfriday2021 .getUrPrize__prize {
      width: 350px;
    }
  }
  
  #blackfriday2021 .getUrPrize__resetWrap {
    padding: 5px 1%;
    border: 1px solid #ccc;
    color: #ccc;
    display: inline-block;
    margin-top: -20px;
    position: relative;
    z-index: 100;
  }
  
  #blackfriday2021 .getUrPrize__resetWrap p {
    margin: 0;
  }
  
  #blackfriday2021 .getUrPrize__resetWrap .select__reset {
    background: transparent;
  }
  
  #blackfriday2021 .redeem {
    padding: 70px 0;
    overflow: hidden;
    position: relative;
    z-index: 0;
    text-align: center;
  }
  
  #blackfriday2021 .redeem .slick-slide {
    min-height: 520px;
  }
  
  #blackfriday2021 .redeem .slick-arrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
    width: 25px;
  }
  
  #blackfriday2021 .redeem .slick-prev {
    left: 15px;
    z-index: 99;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  #blackfriday2021 .redeem .slick-next {
    right: 15px;
    z-index: 99;
  }
  
  #blackfriday2021 .redeem__title {
    color: #ffffff;
    font-size: 50px;
    display: inline-block;
    padding-bottom: 30px;
    /* font-family: 'DINPro-Black'; */
    font-family:"Calibri, sans-serif";
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
  }
  
  @media only screen and (max-width: 500px) {
    #blackfriday2021 .redeem__title {
      color: #ffffff;
      font-size: 40px;
    }
  }
  
  #blackfriday2021 .redeem__subtitle {
    color: #adadad;
    text-align: center;
    font-size: 18px;
    margin-top: 100px;
  }
  
  #blackfriday2021 .redeem__mainbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px auto 0;
    width: 70%;
  }
  
  @media only screen and (max-width: 960px) {
    #blackfriday2021 .redeem__mainbox {
      display: block;
    }
  }
  
  #blackfriday2021 .redeem__item {
    width: 20%;
  }
  
  @media only screen and (max-width: 960px) {
    #blackfriday2021 .redeem__item {
      width: 75%;
      margin: 0 auto;
    }
  }
  
  #blackfriday2021 .redeem__item-circle {
    width: 100%;
    padding: 50%;
    background-size: cover;
    position: relative;
    border-radius: 50%;
    -webkit-box-shadow: 2px 2px 1px #b79e59 ,-2px -2px 5px #00000025;
            box-shadow: 2px 2px 1px #b79e59 ,-2px -2px 5px #00000025;
  }
  
  #blackfriday2021 .redeem__item-circle img {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 30%;
  }
  
  #blackfriday2021 .redeem__item-circle h5 {
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-weight: 700;
    color: #b79e59;
    font-size: 1.1vw;
    width: 100%;
    text-align: center;
  }
  
  @media only screen and (max-width: 960px) {
    #blackfriday2021 .redeem__item-circle h5 {
      font-size: 24px;
    }
  }
  
  #blackfriday2021 .redeem__item-box {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  
  #blackfriday2021 .redeem__item p {
    margin-top: 15%;
    text-align: center;
    color: #909090;
    font-family: sans-serif;
    font-size: 18px;
  }
  
  #blackfriday2021 .redeem__item p a, #blackfriday2021 .redeem__item p span {
    color: #b79e59;
  }
  
  #blackfriday2021 .redeem__arrow {
    width: 20%;
    margin: 0 auto;
  }
  
  #blackfriday2021 .redeem__arrow img {
    display: block;
    margin: 30% auto 0 auto;
    width: 15%;
  }
  
  @media only screen and (max-width: 960px) {
    #blackfriday2021 .redeem__arrow img {
      margin: 30% auto;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
    }
  }
  
  #blackfriday2021 .redeem__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding-top: 40px;
  }
  
  @media only screen and (max-width: 960px) {
    #blackfriday2021 .redeem__btn {
      display: block;
      margin-top: 0px;
    }
  }
  
  #blackfriday2021 .redeem__btn a {
    width: calc( 100% / 3 - 40px);
    padding: 10px 0px;
    font-size: 20px;
    background-color: #909090;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    color: #000;
    text-align: center;
    text-decoration: none;
    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;
    /* font-family: 'DINPro-Medium'; */
    font-family:"Calibri, sans-serif";
    font-weight: bold;
  }
  
  @media only screen and (max-width: 960px) {
    #blackfriday2021 .redeem__btn a {
      width: 100%;
      margin: 1% auto;
    }
  }
  
  #blackfriday2021 .redeem__btn a:hover {
    background-color: #b79e59;
  }
  
  #blackfriday2021 .redeemBtn {
    padding-bottom: 3%;
  }
  
  #blackfriday2021 .wtb {
    padding-top: 2%;
    text-align: center;
    background-color: #000;
  }
  
  #blackfriday2021 .wtb__title {
    color: #ffffff;
    font-size: 50px;
    display: inline-block;
    padding-bottom: 30px;
    font-family: 'DINPro-Black';
    text-transform: uppercase;
  }
  
  @media only screen and (max-width: 500px) {
    #blackfriday2021 .wtb__title {
      color: #ffffff;
      font-size: 40px;
    }
  }
  
  #blackfriday2021 .bundle {
    background-color: #f5c657;
    text-align: center;
    padding: 2%;
  }
  
  #blackfriday2021 .bundle__slick {
    background-color: #f5c657 !important;
  }
  
  #blackfriday2021 .bundle__title {
    margin-bottom: 2%;
  }
  
  #blackfriday2021 .bundle__flex {
    width: 70%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  @media only screen and (max-width: 960px) {
    #blackfriday2021 .bundle__flex {
      display: block;
    }
  }
  
  #blackfriday2021 .bundle__pic {
    width: 40%;
  }
  
  #blackfriday2021 .bundle__txt {
    width: 60%;
  }
  
  @media only screen and (max-width: 960px) {
    #blackfriday2021 .bundle__txt {
      width: 100%;
    }
  }
  
  #blackfriday2021 .bundle__txt p {
    font-size: 24px;
  }
  
  #blackfriday2021 .bundle__txt-btn {
    font-size: 24px;
    color: #fff;
    background-color: #3F4DD2;
    margin: 4% auto;
    padding: 2% 0;
    display: block;
    width: 40%;
  }
  
  #blackfriday2021 .earn {
    text-align: center;
    background: #000;
    padding: 5% 0;
  }
  
  #blackfriday2021 .earn__title {
    color: #ffffff;
    font-size: 50px;
    display: inline-block;
    padding-bottom: 30px;
    font-family: 'DINPro-Black';
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 5%;
  }
  
  @media only screen and (max-width: 500px) {
    #blackfriday2021 .earn__title {
      color: #ffffff;
      font-size: 40px;
    }
  }
  
  #blackfriday2021 .earn__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  
  @media only screen and (max-width: 960px) {
    #blackfriday2021 .earn__flex {
      display: block;
    }
  }
  
  #blackfriday2021 .earn__flex a {
    width: 45%;
    display: block;
  }
  
  @media only screen and (max-width: 960px) {
    #blackfriday2021 .earn__flex a {
      width: 100%;
      margin: 5% auto;
    }
  }
  
  #blackfriday2021 .earn__flex a img {
    -webkit-box-shadow: 2px 2px 1px #b79e59;
            box-shadow: 2px 2px 1px #b79e59;
    border: 1px solid #b79e59;
  }
  
  #blackfriday2021 .earn__flex a img:hover {
    -webkit-box-shadow: 2px 2px 10px #b79e59;
            box-shadow: 2px 2px 10px #b79e59;
  }
  /*# sourceMappingURL=main-asia.css.map */