@charset "UTF-8";

html {
  width: auto !important;
}

body {
  /* background: #000000; */
  word-wrap: break-word;
  font-family: "DINPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  word-break: break-word;
}

img {
  max-width: 100%;
}

a:hover, a:focus {
  text-decoration: none !important;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100% !important;
}

@media (max-width: 960px) {
  .container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
}

sup {
  vertical-align: super;
  font-size: 12px;
}

.main-title {
  text-indent: -9999px;
  height: 0;
  padding: 0;
  margin: 0;
}

.sub-title {
  color: #fff;
  font-size: 2.1vw;
  text-transform: uppercase;
  margin: 0;
  font-family: DINPro-Black, sans-serif;
  text-align: right;
}

@media (max-width: 960px) {
  .sub-title {
    color: #fff;
    font-size: 20px;
    text-align: center;
  }
}

.common-title {
  color: #fff;
  font-size: 2.1vw;
  text-transform: uppercase;
  margin: 0;
  font-family: DINPro-Black, sans-serif;
}

@media (max-width: 960px) {
  .common-title {
    color: #fff;
    font-size: 23px;
    text-align: center;
  }
}

.common-title span {
  color: #fff;
  font-size: 2.1vw;
  font-family: 'Pacifico', cursive;
  text-transform: none;
  display: block;
  margin-bottom: 2%;
}

@media (max-width: 960px) {
  .common-title span {
    color: #fff;
    font-size: 32px;
    text-align: center;
  }
}

.common-title1 {
  color: #fff;
  font-size: 1vw;
  text-transform: uppercase;
  font-family: 'din_pro_bold';
  text-align: center;
  margin: 0;
  padding: 10% 2%;
  background: #000;
}

@media (min-width: 1921px) {
  .common-title1 {
    color: #fff;
    font-size: 0.9vw;
  }
}

@media (min-width: 2331px) {
  .common-title1 {
    color: #fff;
    font-size: 0.6vw;
  }
}

@media (max-width: 1024px) {
  .common-title1 {
    font-size: 1.3vw;
  }
}

@media (max-width: 960px) {
  .common-title1 {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .common-title1 {
    color: #fff;
    font-size: 18px;
  }
}

.common-title2 {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'din_pro_bold';
  text-align: center;
}

@media (max-width: 960px) {
  .common-title2 {
    color: #fff;
    font-size: 20px;
  }
}

@media (max-width: 500px) {
  .common-title2 {
    color: #fff;
    font-size: 16px;
  }
}

.common-title2 a {
  text-decoration: none;
  color: #fff;
  font-size: 24px;
}

@media (max-width: 960px) {
  .common-title2 a {
    color: #fff;
    font-size: 20px;
  }
}

@media (max-width: 500px) {
  .common-title2 a {
    color: #fff;
    font-size: 16px;
  }
}

.common-title2 a:hover {
  text-decoration: none;
  color: #fff;
  font-size: 24px;
}

@media (max-width: 960px) {
  .common-title2 a:hover {
    color: #fff;
    font-size: 20px;
  }
}

@media (max-width: 500px) {
  .common-title2 a:hover {
    color: #fff;
    font-size: 16px;
  }
}

.common-title3 {
  color: #fff;
  font-size: 1vw;
  text-transform: uppercase;
  font-family: 'din_pro_bold';
  text-align: center;
  margin: 0;
  padding: 10% 2%;
}

@media (min-width: 1921px) {
  .common-title3 {
    color: #fff;
    font-size: 0.9vw;
  }
}

@media (min-width: 2331px) {
  .common-title3 {
    color: #fff;
    font-size: 0.6vw;
  }
}

@media (max-width: 1024px) {
  .common-title3 {
    font-size: 20px;
  }
}

@media (max-width: 960px) {
  .common-title3 {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .common-title3 {
    color: #fff;
    font-size: 18px;
  }
}

.main-text {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0px;
  line-height: 180%; 
  text-transform: none;
  font-size: 20px;
  background-color: #000;
  background: linear-gradient(0deg, rgba(4,7,8,0.9556197478991597) 0%, rgba(8,13,15,0.7203256302521008) 32%, rgba(10,16,19,0.4822303921568627) 65%, rgba(5,10,11,0.2329306722689075) 100%);
  border-style: solid;
  border-color: rgba(153, 213, 230, 0.45);
  border-radius: 10px;
  border-width: 2px;
  padding: 1%;
  width: 80%;
  margin: 5% auto;
  letter-spacing: -1px;
}

@media screen and (max-width: 960px) {
  .main-text {
    width: 70%;
  }
}

.common-text {
  color: #fff;
  font-size: 1.1vw;
  margin: 20px 0;
  line-height: 1.5vw;
}

@media (min-width: 1921px) {
  .common-text {
    color: #fff;
    font-size: 0.8vw;
    line-height: 1vw;
  }
}

@media (max-width: 960px) {
  .common-text {
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 26px;
	margin: 2%;
  }
}

.common-text1 {
  color: #fff;
  font-size: 20px;
  margin: 10px 0;
}

@media (max-width: 960px) {
  .common-text1 {
    text-align: center;
  }
}

.common-text2 {
  color: #fff;
  font-size: 20px;
  margin: 0;
}

@media (max-width: 960px) {
  .common-text2 {
    text-align: center;
	margin-bottom: 5%;
  }
}

.common-text3 {
  color: #fff;
  font-size: 20px;
  margin: 20px 0;
  line-height: 26px;
}

@media (max-width: 1500px) {
  .common-text3 {
    width: 90%;
    margin: auto;
  }
}

@media (max-width: 960px) {
  .common-text3 {
    text-align: center;
  }
}

.common-text4 {
  color: #fff;
  font-size: 1.1vw;
  margin: 20px 0;
  line-height: 1.5vw;
  text-align: right;
}

@media (min-width: 1921px) {
  .common-text4 {
    color: #fff;
    font-size: 0.8vw;
    line-height: 1vw;
  }
}

@media (max-width: 1500px) {
  .common-text4 {
    width: 90%;
    margin: auto;
  }
}

@media (max-width: 960px) {
  .common-text4 {
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 26px;
  }
}

.common-note {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.common__btnbox {
  margin: 5% 0;
  position: relative;
  z-index: 100;
}

@media (max-width: 960px) {
  .common__btnbox {
    text-align: center;
  }
}

.common__btnbox-btn {
  color: #fff;
  font-size: 1vw;
  background: #f00;
  display: inline-block;
  padding: 10px 25px;
  font-weight: bold;
  cursor: pointer;
  background: linear-gradient(45deg, rgba(25,74,92,1) 0%, rgba(30,71,92,1) 23%, rgba(21,56,72,1) 53%, rgba(71,145,177,1) 91%);
  border-radius: 5px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media (max-width: 960px) {
  .common__btnbox-btn {
    color: #fff;
    font-size: 4vw;
	padding: 10px 40px;
  }
}


@media (max-width: 960px) {
  .btnreddem .common__btnbox-btn {
    font-size: 5vw;
  }
}

@media (min-width: 1921px) {
  .common__btnbox-btn {
    color: #fff;
    font-size: 0.7vw;
  }
}

.common__btnbox-btn:hover {
  color: #fff;
  font-size: 1vw;
  text-decoration: none;
  -webkit-box-shadow: 2px 2px 10px #8edede;
          box-shadow: 2px 2px 10px #8edede;
}

@media (max-width: 960px) {
  .common__btnbox-btn:hover {
    color: #fff;
    font-size: 4vw;
  }
}

@media (min-width: 1921px) {
  .common__btnbox-btn:hover {
    color: #fff;
    font-size: 0.7vw;
  }
}

.common__btnbox1 {
  margin: 5% 0;
  text-align: center;
}

.common__btnbox1-btn {
  color: #fff;
  font-size: 20px;
  background: #f00;
  display: inline-block;
  padding: 10px 40px;
  font-weight: bold;
  width: 80%;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .common__btnbox1-btn {
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
  }
}

.common__btnbox1-btn:hover {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .common__btnbox1-btn:hover {
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
  }
}

.common__btnbox2 {
  text-align: center;
}

@media (max-width: 1500px) {
  .common__btnbox2 {
    width: 90%;
    margin: auto;
  }
}

.common__btnbox2-btn {
  color: #fff;
  font-size: 20px;
  background: #23acd7;
  display: block;
  padding: 10px 40px;
  font-weight: bold;
  cursor: pointer;
}

.common__btnbox2-btn:hover {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.textStyle {
  color: #fff;
  font-size: 36px;
}

.align {
  text-align: center;
}

.circle {
  width: 0.5vw;
  height: 0.5vw;
  border-radius: 100%;
  background: #3ec5ef;
  display: inline-block;
  margin-left: 5px;
}

.text-height {
  min-height: 80px;
}

@media screen and (max-width: 1152px) {
  .text-height {
    min-height: 96px;
  }
}

@media screen and (max-width: 960px) {
  .text-height {
    min-height: auto;
  }
}

.color_black {
  color: #000;
}

.color_red {
  color: #ff0000;
}

.color_gray {
  color: #686363;
}

.bg_gray {
  background: #686363;
}

.bg_red {
  background: #ff0000;
}

.modelContent {
  background: #222222;
  padding: 5% 0;
}

.modelContent__wrap {
  width: 100%;
  margin: auto;
  max-width: 1440px;
}

.modelContent__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 5px solid #fff;
}

@media (max-width: 1500px) {
  .modelContent__block {
    width: 90%;
    margin: auto;
  }
}

.modelContent__block-itembox {
  width: calc( 100%/2);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 2% 0;
}

.modelContent__block-itembox figure {
  width: 70%;
  margin: auto;
  text-align: center;
}

.modelContent__block-itembox h4:nth-of-type(2) {
  color: #ff0000;
}

.modelContent__block-itembox:nth-child(even) {
  border-right: none;
}

.modelContent__block-itembox:nth-last-of-type(1) {
  border-bottom: none;
}

.borderB {
  border-bottom: none;
}

/* ------------- */
.mbBox{
    width: 100%;
    text-align: center;
    color: #fff;
}

.mbBox__title{
    width: 100%;
    background: rgb(7, 52, 75);
    border: 1px solid #fff;
    padding: 10px 0;
}

.mbList{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.mbList>a{
    color: #fff;
    display: block;
    width: calc( 100%/4);
    padding: 20px 5px;
    border: 1px solid #fff;
}
.mbList>a:hover{
    background: rgb(95, 95, 95);
}

.mbList>a.empty-block:hover {
  cursor: initial;
  background: transparent;
}

@media (max-width: 1500px) {
    .mbBox__title{
        width: 90%;
        margin: 0 auto;
    }
    .mbList{
        width: 90%;
        margin: 0 auto;
    }

  }

@media (max-width: 960px) {
    .mbBox{
      margin-top: 20px;
    }
      .mbList{
       flex-wrap: wrap;
       /* padding: 0 25px; */
    }
    .mbList>a{
        color: #fff;
        display: block;
        width: calc( 100%/2);
        padding: 20px 0;
        border: 1px solid #fff;
    }
  }

/* ------------- */

/* kv */
.kv {
  position: relative;
}

.kv__wrapper {
  text-align: center;
}

.kv__scroll {
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  bottom: 2%;
}

.kv__scroll a {
  display: block;
}

.kv__scroll a:hover {
  -webkit-filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
          filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

.kv__scroll figure {
  width: 50%;
  margin: auto;
}

.kv__scroll p {
  color: #fff;
  font-size: 18px;
  margin: 10px 0;
  margin-top: -10px;
}

@media (max-width: 960px) {
  .kv__scroll p {
    text-align: center;
  }
}

@media (max-width: 500px) {
  .kv__scroll p {
    color: #fff;
    font-size: 12px;
  }
}

.kv__scroll img {
  display: block;
  margin: auto;
  text-align: center;
}

.kv__scroll .arrow__one {
  -webkit-animation: arrowDownOne 1s infinite .1s;
          animation: arrowDownOne 1s infinite .1s;
}

@media screen and (max-width: 500px) {
  .kv__scroll .arrow__one {
    width: 5%;
  }
}

.kv__scroll .arrow__two {
  -webkit-animation: arrowDownTwo 1s infinite .3s;
          animation: arrowDownTwo 1s infinite .3s;
}

@media screen and (max-width: 500px) {
  .kv__scroll .arrow__two {
    width: 5%;
  }
}

.kv__block {
  background: url("https://storage-asset.msi.com/in/picture/promotion/2024-q2-pbm/elements/1-kv/desktop/3600x1260-kv-bg-dt.webp") top center no-repeat;
  background-size: cover;
  padding: 6% 0;
}

.kv__block span {
  color: #ff0000;
}

@media screen and (max-width: 960px) {
  .kv__block {
    background: url("https://storage-asset.msi.com/in/picture/promotion/2024-q2-pbm/elements/1-kv/mobile/1080x1350-kv-bg-mobile.webp");
	background-size: cover;
	background-size: 100% 100%;
  }
}


.kv__flexbox {
  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;
  max-width: 1440px;
  margin: auto;
}

@media screen and (max-width: 1336px) {
  .kv__flexbox {
    width: 90%;
  }
}

@media screen and (max-width: 960px) {
  .kv__flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.kv__textbox {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .kv__textbox {
    -webkit-filter: drop-shadow(2px 2px 2px #000) drop-shadow(2px 2px 3px #000);
            filter: drop-shadow(2px 2px 2px #000) drop-shadow(2px 2px 3px #000);
			
			margin-bottom: 5%;
  }
}

@media screen and (max-width: 960px) {
  .kv__textbox figure:nth-of-type(1) {
    width: 100%;
    margin: auto;
  }
}

.kv__itembox {
  margin-left: 3%;
}

@media screen and (max-width: 1336px) {
  .kv__itembox {
    max-width: 65%;
    margin-bottom: 0%;

  }
}

@media screen and (max-width: 960px) {
  .kv__itembox {
    max-width: 90%;
    margin-left: -10%;
    margin-bottom: 15%;

  }
}

@media screen and (max-width: 800px) {
  .kv__itembox {
    max-width: 90%;
    margin-left: -10%;
    margin-bottom: 115px;

  }
}

.kv__steam {
  background: url("https://storage-asset.msi.com/in/picture/promotion/2024-q2-pbm/elements/3-giftcard/1920x500-amazon-gift.webp") center bottom no-repeat #121012;
  background-size: 100%;
  padding: 2% 0;
}

@media (max-width: 960px) {
  .kv__steam {
	  padding: 2% 0 5%;
	  background-size: cover;
  }
}
	
.kv__steam__flexbox {
  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;
  max-width: 1440px;
  margin: auto;
  width: 65%;
}

@media (max-width: 960px) {
  .kv__steam__flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
  }
}

.kv__steam__itembox {
  width: 40%;
  text-align: center;
}

@media (max-width: 960px) {
  .kv__steam__itembox {
    width: 70%;
  }
}

@media (max-width: 960px) {
  .kv__steam__textbox {
    width: 100%;
    margin: auto;
  }
}

.kv__img {
  width: 75%;
  margin: auto;
}

@media screen and (max-width: 960px) {
  .kv__img {
    width: 100%;
  }
}

@-webkit-keyframes arrowDownOne {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@keyframes arrowDownOne {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@-webkit-keyframes arrowDownTwo {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@keyframes arrowDownTwo {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

/* START BY SELECING A CATEGORY */
.category {
  background: #cacaca;
  padding: 5% 0;
}

@media (max-width: 500px) {
  .category {
    padding: 10% 0;
  }
}

.category__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 960px) {
  .category__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
		margin: 0 3%;
  }
}

.category__itembox {
  width: calc( 100%/6 - 6px);
  background: #fefefe;
}

@media (max-width: 960px) {
  .category__itembox {
    width: calc( 100%/2 - 10px);
    margin: 1% 0;
  }
}

.category__itembox h3 {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.category__itembox h3:hover {
  color: #999;
}

.category__itembox figure {
  text-align: center;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
  
}

@media (max-width: 960px) {
  .category__itembox figure {
    height: 250px;
  }
}

@media (max-width: 768px) {
  .category__itembox figure {
    height: 150px;
  }
}

.category__itembox figure img {
  width: auto;
  max-width: 220%;
  margin: 0 0 -20% -50%;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media (max-width: 960px) {
  .category__itembox figure img {
    max-height: 250px;
    margin: auto;
  }
}

@media (max-width: 768px) {
  .category__itembox figure img {
    max-height: 150px;
  }
}

.category__itembox figure img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.category__itembox:nth-of-type(4) figure img {
  -webkit-clip-path: polygon(20% 10%, 80% 10%, 80% 90%, 20% 90%);
          clip-path: polygon(20% 10%, 80% 10%, 80% 90%, 20% 90%);
}

.category__itembox:nth-of-type(5) figure {
  padding-top: 10%;
}

.category__itembox:nth-of-type(5) figure img {
  -webkit-clip-path: polygon(20% 0, 80% 0, 80% 90%, 20% 90%);
          clip-path: polygon(20% 0, 80% 0, 80% 90%, 20% 90%);
}

/* REDEEM IN MOMENTS */
.redeem {
  background: url("https://storage-asset.msi.com/in/picture/promotion/2024-q2-pbm/elements/5-how-to-redeem/redeem-bg-2024.webp") top center no-repeat;
  background-size: cover;
  padding: 3% 0 5% 0;
}

@media (max-width: 500px) {
  .redeem {
    padding: 10% 0;
  }
}

.redeem__wrapper-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.redeem__wrapper-tc {
  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 screen and (max-width: 960px) {
  .redeem__wrapper-tc {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 15px;
	margin-bottom: 20px;
  }
}

.redeem__wrapper-link {
  width: 60%;
  margin: 0 auto;
  padding: 30px 0 60px 0;
}

.redeem__wrapper-link a {
  background-color: #e60012;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  display: block;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
}

.redeem__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3% 0;
}

@media screen and (max-width: 960px) {
  .redeem__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.redeem__block-box {
  width: calc( 100%/4 - 20px);
  border: 2px solid #2f6177;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 960px) {
  .redeem__block-box {
    width: 85%;
    margin: 20px auto;
  }
}

@media (max-width: 500px) {
  .redeem__block-box {
    width: 80%;
  }
}

.redeem__block-box a {
  margin: auto;
}

.redeem__block-box a:hover .redeem__block-box-border {
  border-color: #000;
}

.redeem__block-box a:hover h3 {
  color: #000;
}

.redeem__block-box-item {
  padding: 20px 0;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .redeem__block-box-item {
    padding: 20px 0;
  }
}

.redeem__block-box-item img {
  margin: 50px 0;
}

@media (max-width: 960px) {
  .redeem__block-box-item img {
    margin: 0;
  }
}

.redeem__block-box-item p {
  color: #fff;
  font-size: 16px;
  background: #2f6177;
  width: 70%;
  margin: auto;
  padding: 5px 0;
  font-weight: bold;
}

.redeem__block-box-item p:nth-of-type(2) {
  background: none;
  width: 90%;
  padding: 5px 15px;
  color: #000;
}

.redeem__block-box-border {
  border: 3px solid #fff;
  margin: 10%;
  border-radius: 10px;
}

@media (max-width: 960px) {
	.redeem__block-box-border {
	  
	  margin: 3%;
	  
	}
}

.redeem__block-box:nth-of-type(1) {
  background: #2f6177;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.redeem__block-box:nth-of-type(2) {
  background: url("https://storage-asset.msi.com/in/picture/promotion/2024-q2-pbm/elements/5-how-to-redeem/icons/step1-bg-2024.webp") center no-repeat #fff;
  background-size: cover;
}

.redeem__block-box:nth-of-type(3) {
  background: url("https://storage-asset.msi.com/in/picture/promotion/2024-q2-pbm/elements/5-how-to-redeem/icons/step2-bg-2024.webp") center no-repeat #fff;
  background-size: cover;
}

.redeem__block-box:nth-of-type(4) {
  background: url("https://storage-asset.msi.com/in/picture/promotion/2024-q2-pbm/elements/5-how-to-redeem/icons/step3-bg-2024.webp") center no-repeat #fff;
  background-size: cover;
}

/* Industry leading MOTHERBOARDS */
.mb {
  background: url("https://storage-asset.msi.com/in/picture/promotion/2024-q2-pbm/elements/7-productlines/desktop/pdline-bg-02-min.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 5% 0 3%;
  position: relative;
}

@media (max-width: 960px) {
  .mb {
    background: linear-gradient(0deg, rgba(201,246,255,1) 0%, rgba(92,173,196,1) 26%, rgba(69,146,171,1) 47%, rgba(33,91,106,1) 69%, rgba(0,0,0,1) 100%);
    padding: 10% 0;
  }
}

.mb::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #040b0e transparent transparent transparent;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  bottom: -2.9%;
}

@media (max-width: 1280px) {
  .mb::after {
    bottom: -3.2%;
    border-color: #fd554c transparent transparent transparent;
  }
}

@media (max-width: 960px) {
  .mb::after {
    bottom: -1.7%;
    border-color: #fad0ba transparent transparent transparent;
  }
}

@media (min-width: 2601px) {
  .mb::after {
    bottom: -2.2%;
  }
}

.mb__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 960px) {
  .mb__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.mb__block-textbox {
  width: 50%;
}

@media (max-width: 960px) {
  .mb__block-textbox {
    width: 90%;
    margin: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.mb__block-textbox figure {
  width: 25%;
}

.mb__block-itembox {
  width: 52%;
  margin: auto auto -3%;
  text-align: center;
  position: absolute;
  z-index: 1;
  right: 0;
}

@media (max-width: 1756px) {
  .mb__block-itembox {
    width: 50%;
  }
}

@media (max-width: 1500px) {
  .mb__block-itembox {
    margin: 0;
  }
}

@media (max-width: 1280px) {
  .mb__block-itembox {
    position: inherit;
    width: 50%;
    right: auto;
  }
}

@media (max-width: 960px) {
  .mb__block-itembox {
    position: inherit;
    width: 100%;
    margin: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 1921px) {
  .mb__block-itembox {
    width: 45%;
  }
}

@media (max-width: 960px) {
  .mb__block-itembox figure {
    width: 80%;
    margin: auto;
  }
}

.mb .msi-power {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 0;
  left: 50%;
  text-align: center;
  z-index: 2;
}

.mb .msi-power img {
  width: 40%;
}

@media (max-width: 1500px) {
  .mb .msi-power img {
    width: 50%;
  }
}

@media (max-width: 960px) {
  .mb .msi-power img {
    width: 100%;
  }
}

/* Mystical CASES */
.case {
  background: url("https://storage-asset.msi.com/in/picture/promotion/2024-q2-pbm/elements/7-productlines/desktop/pdline-bg-04-min.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 3% 0;
  position: relative;
}

@media (max-width: 960px) {
  .case {
    background: linear-gradient(0deg, rgba(201,246,255,1) 0%, rgba(92,173,196,1) 26%, rgba(69,146,171,1) 47%, rgba(33,91,106,1) 69%, rgba(0,0,0,1) 100%);
    padding: 10% 0;
  }
}

.case::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #070f13 transparent transparent transparent;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  bottom: -2.7%;
}

@media (max-width: 1280px) {
  .case::after {
    bottom: -3.2%;
    border-color: #ae0012 transparent transparent transparent;
  }
}

@media (max-width: 960px) {
  .case::after {
    bottom: -1.6%;
    border-color: #fad0ba transparent transparent transparent;
  }
}

@media (max-width: 600px) {
  .case::after {
    bottom: -2%;
  }
}

@media (min-width: 2601px) {
  .case::after {
    bottom: -1.9%;
  }
}

.case__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 960px) {
  .case__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.case__block-textbox {
  width: 50%;
}

@media (max-width: 960px) {
  .case__block-textbox {
    width: 90%;
    margin: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.case__block-textbox-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 960px) {
  .case__block-textbox-title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.case__block-textbox-title figure {
  width: 15%;
  margin-right: 30px;
}

@media (max-width: 500px) {
  .case__block-textbox-title figure {
    width: 40%;
    margin: 0;
  }
}

.case__block-itembox {
  width: 52%;
  margin: auto;
  text-align: center;
  position: absolute;
  z-index: 1;
  right: 0;
}

@media (max-width: 1500px) {
  .case__block-itembox {
    margin: 0;
  }
}

@media (max-width: 1280px) {
  .case__block-itembox {
    position: inherit;
    width: 50%;
    left: auto;
  }
}

@media (max-width: 960px) {
  .case__block-itembox {
    position: inherit;
    width: 100%;
    margin: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 1921px) {
  .case__block-itembox {
    width: 42%;
  }
}

@media (max-width: 960px) {
  .case__block-itembox figure {
    width: 80%;
    margin: auto;
  }
}

/* Simply unbeatable POWER SUPPLIES */
.power {
  background: url("https://storage-asset.msi.com/in/picture/promotion/2024-q2-pbm/elements/7-productlines/desktop/pdline-bg-03-min.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 4% 0 3%;
  position: relative;
}

@media (max-width: 960px) {
  .power {
    background: linear-gradient(0deg, rgba(201,246,255,1) 0%, rgba(92,173,196,1) 26%, rgba(69,146,171,1) 47%, rgba(33,91,106,1) 69%, rgba(0,0,0,1) 100%);
    padding: 10% 0;
  }
}

.power::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #17485f transparent transparent transparent;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  bottom: -2.7%;
}

@media (max-width: 1280px) {
  .power::after {
    bottom: -3.2%;
    border-color: #ae0012 transparent transparent transparent;
  }
}

@media (max-width: 960px) {
  .power::after {
    bottom: -1.6%;
    border-color: #fad0ba transparent transparent transparent;
  }
}

@media (max-width: 600px) {
  .power::after {
    bottom: -2%;
  }
}

@media (min-width: 2601px) {
  .power::after {
    bottom: -1.9%;
  }
}

.power__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 960px) {
  .power__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.power__block-textbox {
  width: 50%;
  margin-left: 10%;
}

@media (max-width: 960px) {
  .power__block-textbox {
    width: 90%;
    margin: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.power__block-textbox figure {
  width: 25%;
}

.power__block-itembox {
  width: 52%;
  margin: auto;
  text-align: center;
  position: absolute;
  z-index: 1;
  left: 0;
}

@media (max-width: 1500px) {
  .power__block-itembox {
    margin: 0;
  }
}

@media (max-width: 1280px) {
  .power__block-itembox {
    position: inherit;
    width: 50%;
    left: auto;
  }
}

@media (max-width: 960px) {
  .power__block-itembox {
    position: inherit;
    width: 100%;
    margin: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 1921px) {
  .power__block-itembox {
    width: 48%;
  }
}

@media (max-width: 960px) {
  .power__block-itembox figure {
    width: 80%;
    margin: auto;
  }
}

/* Work HARD Play HARDer */
.vga {
  background: url("https://storage-asset.msi.com/in/picture/promotion/2024-q2-pbm/elements/7-productlines/desktop/pdline-bg-07-min.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 960px) {
  .vga {
    background: linear-gradient(0deg, rgba(201,246,255,1) 0%, rgba(92,173,196,1) 26%, rgba(69,146,171,1) 47%, rgba(33,91,106,1) 69%, rgba(0,0,0,1) 100%);
  }
}

.vga::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #133f55 transparent transparent transparent;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  bottom: -2.8%;
}

@media (max-width: 1280px) {
  .vga::after {
    bottom: -3.8%;
    border-color: #fd4941 transparent transparent transparent;
  }
}

@media (max-width: 960px) {
  .vga::after {
    bottom: -1.7%;
    border-color: #fad0ba transparent transparent transparent;
  }
}

@media (min-width: 2601px) {
  .vga::after {
    bottom: -2%;
  }
}

.vga__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3% 0;
  /* position: relative; */
}

@media (max-width: 960px) {
  .vga__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10% 0;
  }
}

.vga__block-textbox {
  width: 50%;
}

@media (max-width: 960px) {
  .vga__block-textbox {
    width: 90%;
    margin: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.vga__block-textbox figure {
  width: 25%;
}

.vga__block-itembox {
  width: 48vw;
  margin: auto;
  text-align: center;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -7vw;
}

@media (max-width: 960px) {
  .vga__block-itembox {
    position: inherit;
    width: 100%;
    margin: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    right: auto;
    bottom: -19vw;
  }
}

@media (min-width: 1921px) {
  .vga__block-itembox {
    /* width: 45vw;
    bottom: -5.5vw; */
    width: 40%;
    bottom: -5.5vw;
    left: 5%;
  }
}

@media (min-width: 2300px) {
  .vga__block-itembox {
    width: 40vw;
    bottom: -5.5vw;
  }
}

@media (min-width: 2600px) {
  .vga__block-itembox {
    width: 28vw;
    bottom: -4.25vw;
  }
}

@media (min-width: 3000px) {
  .vga__block-itembox {
    width: 24vw;
  }
}

@media (max-width: 960px) {
  .vga__block-itembox figure {
    width: 80%;
    margin: auto;
  }
}

@media (min-width: 1921px) {
  .vga__block-itembox figure img {
    /* width: auto;
    max-width: 45vw; */
  }
}

@media (min-width: 2600px) {
  .vga__block-itembox figure img {
    max-width: 35vw;
  }
}

/* Hyper-fast Spatium SOLID STATE DRIVES */
.ssd {
  background: url("https://storage-asset.msi.com/in/picture/promotion/2024-q2-pbm/elements/7-productlines/desktop/pdline-bg-06-min.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 3% 0;
  position: relative;
}

@media (max-width: 960px) {
  .ssd {
    background: linear-gradient(0deg, rgba(201,246,255,1) 0%, rgba(92,173,196,1) 26%, rgba(69,146,171,1) 47%, rgba(33,91,106,1) 69%, rgba(0,0,0,1) 100%);
    padding: 10% 0;
  }
}

.ssd::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #091217 transparent transparent transparent;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  bottom: -2.7%;
}

@media (max-width: 1280px) {
  .ssd::after {
    bottom: -3.2%;
    border-color: #ae0012 transparent transparent transparent;
  }
}

@media (max-width: 960px) {
  .ssd::after {
    bottom: -1.6%;
    border-color: #fad0ba transparent transparent transparent;
  }
}

@media (max-width: 600px) {
  .ssd::after {
    bottom: -2%;
  }
}

@media (min-width: 2601px) {
  .ssd::after {
    bottom: -1.9%;
  }
}

.ssd__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 960px) {
  .ssd__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.ssd__block-textbox {
  width: 50%;
  /* margin-left: 10%; */
}

@media (max-width: 1280px) {
  .ssd__block-textbox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 1;
  }
}

@media (max-width: 960px) {
  .ssd__block-textbox {
    width: 90%;
    margin: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.ssd__block-textbox figure {
  width: 25%;
}

.ssd__block-itembox {
  width: 48%;
  margin: auto;
  text-align: center;
  position: absolute;
  z-index: 1;
  right: 0;
}

@media (max-width: 1500px) {
  .ssd__block-itembox {
    margin: 0;
  }
}

@media (max-width: 1280px) {
  .ssd__block-itembox {
    position: inherit;
    width: 50%;
    left: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 2;
  }
}

@media (max-width: 960px) {
  .ssd__block-itembox {
    position: inherit;
    width: 100%;
    margin: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 960px) {
  .ssd__block-itembox figure {
    width: 80%;
    margin: auto;
  }
}


/* gaming monitor and business productivity monitor */
.monitor {
  background: url("https://storage-asset.msi.com/in/picture/promotion/2024-q2-pbm/elements/7-productlines/desktop/pdline-bg-08-min.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 3% 0;
  position: relative;
}

@media (max-width: 960px) {
  .monitor {
    background: linear-gradient(0deg, rgba(201,246,255,1) 0%, rgba(92,173,196,1) 26%, rgba(69,146,171,1) 47%, rgba(33,91,106,1) 69%, rgba(0,0,0,1) 100%);
    padding: 10% 0;
  }
}

.monitor::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #09171c transparent transparent transparent;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  bottom: -2.7%;
}

@media (max-width: 1280px) {
  .monitor::after {
    bottom: -3.2%;
    border-color: #ae0012 transparent transparent transparent;
  }
}

@media (max-width: 960px) {
  .monitor::after {
    bottom: -1.6%;
    border-color: #fad0ba transparent transparent transparent;
  }
}

@media (max-width: 600px) {
  .monitor::after {
    bottom: -2%;
  }
}

@media (min-width: 2601px) {
  .monitor::after {
    bottom: -1.9%;
  }
}

.monitor__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 960px) {
  .monitor__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.monitor__block-textbox {
  width: 50%;
  /* margin-left: 10%; */
}

@media (max-width: 1280px) {
  .monitor__block-textbox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 1;
  }
}

@media (max-width: 960px) {
  .monitor__block-textbox {
    width: 90%;
    margin: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.monitor__block-textbox figure {
  width: 25%;
}

.monitor__block-itembox {
  width: 48%;
  margin: auto;
  text-align: center;
  position: absolute;
  z-index: 1;
  right: 0;
}

@media (max-width: 1500px) {
  .monitor__block-itembox {
    margin: 0;
  }
}

@media (max-width: 1280px) {
  .monitor__block-itembox {
    position: inherit;
    width: 50%;
    left: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 2;
  }
}

@media (max-width: 960px) {
  .monitor__block-itembox {
    position: inherit;
    width: 100%;
    margin: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 960px) {
  .monitor__block-itembox figure {
    width: 80%;
    margin: auto;
  }
}

/* Cool can be POWERFUL */
.cooler {
  background: url("https://storage-asset.msi.com/in/picture/promotion/2024-q2-pbm/elements/7-productlines/desktop/pdline-bg-05-min.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 3% 0;
  position: relative;
}

@media (max-width: 960px) {
  .cooler {
    background: linear-gradient(0deg, rgba(201,246,255,1) 0%, rgba(92,173,196,1) 26%, rgba(69,146,171,1) 47%, rgba(33,91,106,1) 69%, rgba(0,0,0,1) 100%);
    padding: 10% 0;
  }
}

.cooler::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #18506b transparent transparent transparent;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  bottom: -2.8%;
}

@media (max-width: 1280px) {
  .cooler::after {
    bottom: -3.2%;
    border-color: #fd554c transparent transparent transparent;
  }
}

@media (max-width: 960px) {
  .cooler::after {
    bottom: -1.7%;
    border-color: #fad0ba transparent transparent transparent;
  }
}

@media (min-width: 2601px) {
  .cooler::after {
    bottom: -2%;
  }
}

.cooler__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 960px) {
  .cooler__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cooler__block-textbox {
  width: 50%;
}

@media (max-width: 960px) {
  .cooler__block-textbox {
    width: 90%;
    margin: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.cooler__block-textbox figure {
  width: 25%;
}

.cooler__block-itembox {
  width: 52%;
  margin: auto;
  text-align: center;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -19%;
}

@media (max-width: 1920px) {
  .cooler__block-itembox {
    width: 60%;
  }
}

@media (max-width: 1500px) {
  .cooler__block-itembox {
    margin: 0;
  }
}

@media (max-width: 1280px) {
  .cooler__block-itembox {
    position: inherit;
    width: 50%;
    right: auto;
    bottom: auto;
  }
}

@media (max-width: 960px) {
  .cooler__block-itembox {
    position: inherit;
    width: 100%;
    margin: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 1921px) {
  .cooler__block-itembox {
    width: 50%;
    bottom: auto;
  }
}

@media (max-width: 960px) {
  .cooler__block-itembox figure {
    width: 80%;
    margin: auto;
  }
}

.cooler__block-itembox figure img {
  width: auto;
}


/* no matter your side, we do it all */
.hardware {
  background: #000;
  padding: 3% 0;
  position: relative;
}

.hardware-wrapper {
  text-align: center;
  margin-top: 3%;
}

@media (max-width: 960px) {
  .hardware-wrapper {
    margin-top: 10%;
  }
}

.hardware-wrapper .msi-power {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 0;
  left: 50%;
  text-align: center;
  width: 25%;
  z-index: 2;
}

.hardware-wrapper .msi-power img {
  width: 40%;
}

@media (max-width: 1500px) {
  .hardware-wrapper .msi-power img {
    width: 50%;
  }
}

@media (max-width: 960px) {
  .hardware-wrapper .msi-power img {
    width: 100%;
  }
}

.hardware-wrapper__block {
  margin: 50px 0 60px 0;
}

.hardware-wrapper img {
  margin: 0 30px;
  width: 20%;
}

@media screen and (max-width: 960px) {
  .hardware-wrapper img {
    margin: 50px 0;
    width: 50%;
  }
}

/* where to buy */
.wtb {
  background: #000;
}

.wtb-wrapper {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 960px) {
	.wtb-wrapper {
	  
	  width: 90%;
	 
	}
}


/*# sourceMappingURL=main.css.map */


	.category__itembox figure img {
		margin: 0px -36px -5% -50%;
	}
	
	@media (max-width: 1500px) {
		.common-text4 {
			width: 100%;
		}
	}
	
	.main-text {
		width: 80%;
	}
	
	@media screen and (max-width: 1336px) {
		.main-text {
			width: 100%;
		}
	}
	
	@media screen and (max-width: 960px){
		.main-text{
			width: 90%;
		}
	}
	
	@media screen and (max-width: 540px){
		.main-text{
			width: 100%;
		}
	}
	
	@media screen and (max-width: 960px){
		.category__itembox figure img {
			margin: auto;
			max-height: 95%;
		}
		
		.addccm__fristchoose-item img {
			margin: auto;
			max-width: 90%;
		}
		
		.common-text4 {	
			margin: 3% 0%;
		}
		
		.sub-title {
			margin: 3% 0%;
		}
		
		.paytm__img {
			max-width: 60%;
		}
	}
	
	.tandc__list__pools {
		font-size: 16px; 
		line-height: 20px;
		margin-bottom: 20px;
		padding: 0 0 0 10px;
		list-style: lower-alpha; 
		list-style-position: inside; 
		color: orange;
	
	}
	
	.cooler__block-itembox figure img {
		width: 90%;
		margin-left: 10%;
		margin-bottom: 7%;
	}
	
	.common-title2 {
		margin: 10px 0;
	}