* {
  font-family: 'DINPro-Black', sans-serif;
}

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;
}

.common__container {
  width: 70%;
  margin: 0 auto;
}

p {
  margin: 0;
}

#btsCashback2021 .kv {
  position: relative;
}

#btsCashback2021 .kv__pic {
  width: 100%;
}

#btsCashback2021 .kv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-27deg);
          transform: translate(-50%, -50%) rotate(-27deg);
  font-size: 3vw;
}

#btsCashback2021 .kv__title-black {
  color: #000;
  font-weight: bolder;
}

#btsCashback2021 .intro {
  position: relative;
  padding: 2%;
  background: url(../images/kvbg.jpg);
  background-size: cover;
}

@media only screen and (max-width: 960px) {
  #btsCashback2021 .intro {
    background: #fff;
  }
}

@media only screen and (max-width: 960px) {
  #btsCashback2021 .intro__pic {
    display: none;
  }
}

#btsCashback2021 .intro__txt {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}

#btsCashback2021 .intro__txt-title {
  font-size: 45px;
  margin-bottom: 10px;
  color: #525252;
}

#btsCashback2021 .intro__txt-title span {
  font-size: 50px;
  font-weight: bolder;
  color: #f4c24cef;
}

@media only screen and (max-width: 1440px) {
  #btsCashback2021 .intro__txt-title {
    font-size: 35px;
  }
  #btsCashback2021 .intro__txt-title span {
    font-size: 40px;
  }
}

@media only screen and (max-width: 960px) {
  #btsCashback2021 .intro__txt-title {
    font-size: 30px;
  }
  #btsCashback2021 .intro__txt-title span {
    font-size: 35px;
  }
}

#btsCashback2021 .intro__txt-date {
  font-size: 24px;
  color: #525252;
}

@media only screen and (max-width: 960px) {
  #btsCashback2021 .intro__txt-date {
    font-size: 20px;
  }
}

#btsCashback2021 .model {
  background-color: #f4c24c;
  text-align: center;
  padding: 2%;
}

#btsCashback2021 .model__title {
  color: #525252;
}

#btsCashback2021 .model__pdBox {
  width: 85%;
  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) {
  #btsCashback2021 .model__pdBox {
    width: 85%;
  }
}

@media only screen and (max-width: 1135px) {
  #btsCashback2021 .model__pdBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 768px) {
  #btsCashback2021 .model__pdBox {
    width: 100%;
  }
}

#btsCashback2021 .model__pdBox-txt {
  background-color: #f4c24c;
  display: block;
  color: #3F4DD2;
  text-decoration: none;
  text-align: center;
  border: 5px solid #3F4DD2;
  cursor: pointer;
  border-radius: 5px;
  padding: 1% 25px;
  margin: 0 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 20px;
  font-weight: bolder;
  position: relative;
}

#btsCashback2021 .model__pdBox-txt:hover {
  border: 5px solid #3F4DD2;
  background-color: #3F4DD2;
  color: #f4c24c;
}

@media only screen and (max-width: 1535px) {
  #btsCashback2021 .model__pdBox-txt {
    margin: 0 5px;
    padding: 1% 25px;
  }
}

@media only screen and (max-width: 1135px) {
  #btsCashback2021 .model__pdBox-txt {
    width: 48%;
    margin: 5px;
  }
}

@media only screen and (max-width: 768px) {
  #btsCashback2021 .model__pdBox-txt {
    width: 100%;
  }
}

#btsCashback2021 .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 #3F4DD2;
  border-top: 0;
  color: #3F4DD2;
  background-color: #ffd982;
  width: 104%;
  border-radius: 0 0 5px 5px;
  display: none;
}

#btsCashback2021 .model__pdBox-txt .twoBtn--active {
  display: block;
}

#btsCashback2021 .model__pdBox-txt .twoBtn__txt {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 2% 0;
  margin: 0;
}

#btsCashback2021 .model__pdBox-txt .twoBtn__txt--active {
  color: #f4c24c;
  background-color: #3F4DD2;
}

#btsCashback2021 .model__pdBox-txt .twoBtn__txt:hover {
  background-color: #3F4DD2;
  color: #f4c24c;
}

@media only screen and (max-width: 1135px) {
  #btsCashback2021 .model__pdBox-txt .twoBtn {
    width: 102%;
  }
}

@media only screen and (max-width: 768px) {
  #btsCashback2021 .model__pdBox-txt .twoBtn {
    width: 101.5%;
  }
}

#btsCashback2021 .model__pdBox-txt--active {
  background-color: #3F4DD2;
  color: #f4c24c;
}

#btsCashback2021 .model__wrapper {
  position: relative;
  width: 75%;
  background-color: #f4c24c;
  border: 5px solid #ffe19d;
  margin: 0 auto;
  border-radius: 5px;
}

@media only screen and (max-width: 1366px) {
  #btsCashback2021 .model__wrapper {
    width: 85%;
  }
}

@media only screen and (max-width: 768px) {
  #btsCashback2021 .model__wrapper {
    padding: 8% 0 2%;
    width: 100%;
  }
}

@media only screen and (max-width: 542px) {
  #btsCashback2021 .model__wrapper {
    padding: 13% 0 2%;
  }
}

#btsCashback2021 .model__box {
  visibility: hidden;
  position: absolute;
  top: 0;
  z-index: 0;
  opacity: 0;
  padding: 2%;
}

#btsCashback2021 .model__box--active {
  position: relative;
  top: auto;
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

#btsCashback2021 .model__box .twoBtn__box {
  visibility: hidden;
  position: absolute;
  top: 0;
  z-index: 0;
  opacity: 0;
}

#btsCashback2021 .model__box .twoBtn__box--active {
  position: relative;
  top: auto;
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

#btsCashback2021 .model__box-title {
  padding: 0 0 2%;
  margin: 0;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  color: #525252;
}

#btsCashback2021 .model__box-title:hover {
  text-decoration: underline;
}

#btsCashback2021 .model__noPadding {
  padding: 0;
}

#btsCashback2021 .model .seemore {
  padding: 2% 2% 0;
}

#btsCashback2021 .model .seemore__box {
  margin-top: 2%;
  display: block;
  width: 100%;
  background-color: #fff0df;
  color: #525252;
  padding: 1% 0;
  font-size: 25px;
  text-decoration: none;
}

#btsCashback2021 .model .seemore__box-ntb {
  background-color: #f79e88;
  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);
}

#btsCashback2021 .model .seemore__box-ntb:hover {
  -webkit-transform: scale(1.1) rotate(360deg);
          transform: scale(1.1) rotate(360deg);
  background-color: #ff8a6d;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  text-decoration: none;
}

@-webkit-keyframes breath {
  0% {
    background-color: #f79e88;
  }
  50% {
    background-color: #f87858;
  }
  100% {
    background-color: #f79e88;
  }
}

@keyframes breath {
  0% {
    background-color: #f79e88;
  }
  50% {
    background-color: #f87858;
  }
  100% {
    background-color: #f79e88;
  }
}

#btsCashback2021 .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) {
  #btsCashback2021 .model__boxFlex {
    display: block;
  }
}

#btsCashback2021 .model__boxFlex-pdPic {
  width: 25%;
  margin: 3% auto;
}

@media only screen and (max-width: 960px) {
  #btsCashback2021 .model__boxFlex-pdPic {
    width: 70%;
  }
}

#btsCashback2021 .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) {
  #btsCashback2021 .model__btnFlex {
    width: 100%;
  }
}

#btsCashback2021 .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) {
  #btsCashback2021 .model__btn {
    min-width: 170px;
  }
}

#btsCashback2021 .model__btn:hover {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

#btsCashback2021 .model__btn-name {
  color: #ffffff;
  border-radius: 5px;
  height: 100px;
  font-size: 20px;
  font-weight: bold;
  -webkit-transform: translateZ(20px);
          transform: translateZ(20px);
  background: #3F4DD2;
  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;
}

#btsCashback2021 .model__btn-link {
  background: url(https://storage-asset.msi.com/event/2021/cnd/latam-Chile-Back-to-School-2021/images/title.png) no-repeat;
  background-size: 200%;
  background-position: center;
  font-size: 22px;
  color: #525252;
  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;
}

#btsCashback2021 .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;
}

#btsCashback2021 .model__prize-currency, #btsCashback2021 .model__prize-num {
  margin: 0 5px;
}

@media only screen and (max-width: 768px) {
  #btsCashback2021 .model__prize {
    width: 350px;
  }
}

#btsCashback2021 .getUrPrize {
  background-color: #3F4DD2;
  text-align: center;
  padding: 2%;
}

#btsCashback2021 .getUrPrize__title {
  color: #fff;
}

#btsCashback2021 .getUrPrize__alert {
  display: none;
}

#btsCashback2021 .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) {
  #btsCashback2021 .getUrPrize__pdBox {
    width: 85%;
  }
}

@media only screen and (max-width: 1135px) {
  #btsCashback2021 .getUrPrize__pdBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 768px) {
  #btsCashback2021 .getUrPrize__pdBox {
    width: 100%;
  }
}

#btsCashback2021 .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) {
  #btsCashback2021 .getUrPrize__pdBox-txt {
    margin: 0 5px;
    padding: 1% 20px;
  }
}

@media only screen and (max-width: 1135px) {
  #btsCashback2021 .getUrPrize__pdBox-txt {
    width: 48%;
    margin: 5px;
  }
}

@media only screen and (max-width: 768px) {
  #btsCashback2021 .getUrPrize__pdBox-txt {
    width: 100%;
  }
}

#btsCashback2021 .getUrPrize__pdBox-txt:hover {
  border: 5px solid #f4c24c;
  background-color: #f4c24c;
  color: #2634b6;
}

#btsCashback2021 .getUrPrize__pdBox-txt--active {
  background-color: #f4c24c;
  color: #2634b6;
}

#btsCashback2021 .getUrPrize__wrapper {
  position: relative;
  width: 75%;
  background-color: #f4c24c;
  margin: 0 auto;
  padding: 2% 0;
  border-radius: 5px;
}

@media only screen and (max-width: 1366px) {
  #btsCashback2021 .getUrPrize__wrapper {
    width: 85%;
  }
}

@media only screen and (max-width: 768px) {
  #btsCashback2021 .getUrPrize__wrapper {
    padding: 8% 0 2%;
    width: 100%;
  }
}

@media only screen and (max-width: 542px) {
  #btsCashback2021 .getUrPrize__wrapper {
    padding: 13% 0 2%;
  }
}

#btsCashback2021 .getUrPrize__currency {
  position: absolute;
  right: 1%;
  top: 3%;
  padding: 5px;
  border-radius: 5px;
  z-index: 100;
}

@media only screen and (max-width: 768px) {
  #btsCashback2021 .getUrPrize__currency {
    right: 2%;
  }
}

#btsCashback2021 .getUrPrize__box {
  visibility: hidden;
  position: absolute;
  top: 0;
  z-index: 0;
  opacity: 0;
}

#btsCashback2021 .getUrPrize__box-title {
  padding: 0 0 2%;
  margin: 0;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #525252;
}

#btsCashback2021 .getUrPrize__box-mainselect {
  width: 450px;
  margin: 10px auto;
  color: #525252;
  font-size: 20px;
  padding: 10px 15px;
  border-radius: 5px;
  display: block;
}

#btsCashback2021 .getUrPrize__box-mainselect option {
  width: 450px;
  display: block;
}

@media only screen and (max-width: 768px) {
  #btsCashback2021 .getUrPrize__box-mainselect {
    width: 350px;
  }
  #btsCashback2021 .getUrPrize__box-mainselect option {
    width: 350px;
    font-size: 18px;
  }
}

#btsCashback2021 .getUrPrize__box--active {
  position: relative;
  top: auto;
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

#btsCashback2021 .getUrPrize__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;
}

#btsCashback2021 .getUrPrize__prize-currency, #btsCashback2021 .getUrPrize__prize-num {
  margin: 0 5px;
}

@media only screen and (max-width: 768px) {
  #btsCashback2021 .getUrPrize__prize {
    width: 350px;
  }
}

#btsCashback2021 .redeem {
  padding: 70px 0;
  background: #ffffff;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

#btsCashback2021 .redeem .slick-slide {
  min-height: 520px;
}

#btsCashback2021 .redeem .slick-arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 25px;
}

#btsCashback2021 .redeem .slick-prev {
  left: 15px;
  z-index: 99;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#btsCashback2021 .redeem .slick-next {
  right: 15px;
  z-index: 99;
}

#btsCashback2021 .redeem__title {
  color: #000;
  font-size: 40px;
  letter-spacing: 2px;
  text-align: center;
}

@media only screen and (max-width: 960px) {
  #btsCashback2021 .redeem__title {
    font-size: 25px;
  }
}

#btsCashback2021 .redeem__subtitle {
  color: #000;
  text-align: center;
  font-size: 18px;
  margin-top: 100px;
}

#btsCashback2021 .redeem__mainbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto 0;
  width: 70%;
}

@media only screen and (max-width: 960px) {
  #btsCashback2021 .redeem__mainbox {
    display: block;
  }
}

#btsCashback2021 .redeem__item {
  width: 20%;
}

@media only screen and (max-width: 960px) {
  #btsCashback2021 .redeem__item {
    width: 80%;
    margin: 0 auto;
  }
}

#btsCashback2021 .redeem__item-circle {
  width: 100%;
  padding: 50%;
  background-size: cover;
  position: relative;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 5px #dbae17 ,-2px -2px 5px #d8d8d825;
          box-shadow: 2px 2px 5px #dbae17 ,-2px -2px 5px #d8d8d825;
}

#btsCashback2021 .redeem__item-circle img {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 30%;
}

#btsCashback2021 .redeem__item-circle h5 {
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 700;
  color: #000;
  font-size: 1.1vw;
  width: 100%;
  text-align: center;
}

#btsCashback2021 .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%);
}

#btsCashback2021 .redeem__item p {
  margin-top: 15%;
  text-align: center;
  color: #000;
  font-family: sans-serif;
  font-size: 18px;
}

#btsCashback2021 .redeem__item p a, #btsCashback2021 .redeem__item p span {
  color: #ff0000;
}

#btsCashback2021 .redeem__arrow {
  width: 20%;
  margin: 0 auto;
}

#btsCashback2021 .redeem__arrow img {
  display: block;
  margin: 30% auto 0 auto;
  width: 15%;
}

@media only screen and (max-width: 960px) {
  #btsCashback2021 .redeem__arrow img {
    margin: 30% auto;
  }
}

#btsCashback2021 .redeem__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 40px;
}

@media only screen and (max-width: 960px) {
  #btsCashback2021 .redeem__btn {
    display: block;
    margin-top: 0px;
  }
}

#btsCashback2021 .redeem__btn a {
  width: calc( 100% / 3 - 40px);
  padding: 10px 0px;
  font-size: 20px;
  border: 5px solid #f4c24c;
  background-color: #fff;
  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;
}

@media only screen and (max-width: 960px) {
  #btsCashback2021 .redeem__btn a {
    width: 100%;
    margin: 1% auto;
  }
}

#btsCashback2021 .redeem__btn a:hover {
  border: 5px solid #f4c24c;
  background-color: #f4c24c;
}

#btsCashback2021 .redeemBtn {
  padding-bottom: 3%;
}

#btsCashback2021 .wtb {
  padding-top: 2%;
  text-align: center;
  background-color: #000;
}

#btsCashback2021 .wtb__title {
  color: #fff;
}

#btsCashback2021 .bundle {
  background-color: #f5c657;
  text-align: center;
  padding: 2%;
}

#btsCashback2021 .bundle__slick {
  background-color: #f5c657 !important;
}

#btsCashback2021 .bundle__title {
  margin-bottom: 2%;
}

#btsCashback2021 .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) {
  #btsCashback2021 .bundle__flex {
    display: block;
  }
}

#btsCashback2021 .bundle__pic {
  width: 40%;
}

#btsCashback2021 .bundle__txt {
  width: 60%;
}

@media only screen and (max-width: 960px) {
  #btsCashback2021 .bundle__txt {
    width: 100%;
  }
}

#btsCashback2021 .bundle__txt p {
  font-size: 24px;
}

#btsCashback2021 .bundle__txt-btn {
  font-size: 24px;
  color: #fff;
  background-color: #3F4DD2;
  margin: 4% auto;
  padding: 2% 0;
  display: block;
  width: 40%;
}

#btsCashback2021 .earn {
  width: 70%;
  margin: 0 auto;
  padding: 2%;
  text-align: center;
}

#btsCashback2021 .earn__title {
  margin-bottom: 2%;
}

#btsCashback2021 .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) {
  #btsCashback2021 .earn__flex {
    display: block;
  }
}

#btsCashback2021 .earn__flex a {
  width: 45%;
  display: block;
}

@media only screen and (max-width: 960px) {
  #btsCashback2021 .earn__flex a {
    width: 100%;
  }
}
/*# sourceMappingURL=main.css.map */