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

body {
  background-color: #fff;
}

.proseries {
  position: relative;
  font-family: 'DINPro-Medium';
  font-size: 1em;
}

.proseries .kv {
  position: relative;
  background: url(https://storage-asset.msi.com/event/2022/au/au-autumn-sale/images/kvbg.jpg) center top no-repeat;
  background-size: cover;
  min-height: 80vh;
  text-align: center;
}

@media only screen and (max-width: 1440px) {
  .proseries .kv {
    min-height: 90vh;
  }
}

@media only screen and (max-width: 960px) {
  .proseries .kv {
    padding: 25px 0;
    min-height: auto;
  }
}

.proseries .kv__icon {
  position: absolute;
  top: 3%;
  right: 3%;
  z-index: 10;
  width: 70px;
}

@media only screen and (max-width: 768px) {
  .proseries .kv__icon {
    width: 50px;
  }
}

.proseries .kv__pd {
  position: absolute;
  top: 50%;
  right: 0%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 60%;
}

@media only screen and (max-width: 960px) {
  .proseries .kv__pd {
    position: relative;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    top: 0%;
    left: 0%;
    width: 100%;
  }
}

.proseries .kv__title {
  font-size: 1em;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translate(0%, -70%);
          transform: translate(0%, -70%);
  text-transform: uppercase;
  text-align: left;
  z-index: 20;
}

@media only screen and (max-width: 960px) {
  .proseries .kv__title {
    position: relative;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    top: 0%;
    left: 0%;
    text-align: center;
    margin-bottom: 20px;
  }
}

.proseries .kv__title-txt {
  font-family: 'DINPro-Black';
  font-size: 5vw;
  line-height: 1.2em;
}

@media only screen and (max-width: 960px) {
  .proseries .kv__title-txt {
    font-size: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .proseries .kv__title-txt {
    font-size: 30px;
  }
}

.proseries .kv__title-sub {
  font-family: 'DINPro-Medium';
  font-size: 3vw;
}

@media only screen and (max-width: 960px) {
  .proseries .kv__title-sub {
    font-size: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .proseries .kv__title-sub {
    font-size: 20px;
  }
}

.proseries .kv__note {
  font-size: 14px;
  color: #fff;
  position: absolute;
  bottom: 5%;
  right: 3%;
  text-align: right;
}

@media only screen and (max-width: 960px) {
  .proseries .kv__note {
    position: relative;
  }
}

.proseries .kv__btn {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 75%;
  left: 5%;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  border: 2px solid #fff;
  padding: 0.2% 1.1%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.proseries .kv__btn:hover {
  background-color: #fff;
  color: #000;
}

@media only screen and (max-width: 960px) {
  .proseries .kv__btn {
    position: relative;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    top: 0%;
    left: 0%;
    display: inline-block;
    font-size: 20px;
    margin-top: 30px;
    width: 50%;
  }
}

.proseries .buynow {
  background-color: #dfdfdf;
  padding: 20px 0 60px;
  text-align: center;
  font-family: 'DINPro-Black';
  overflow: hidden;
}

.proseries .buynow__title {
  margin-bottom: 20px;
}

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

.proseries .buynow .hatchBox {
  text-align: center;
  width: 95%;
  max-width: 1300px;
  margin: 0 auto;
}

@media only screen and (max-width: 1580px) {
  .proseries .buynow .hatchBox {
    width: 80%;
  }
}

.proseries .buynow .hatchBox .hatch {
  padding: 3% 0 0;
}

@media (max-width: 768px) {
  .proseries .buynow .hatchBox .hatch {
    padding: 3% 0 0;
  }
}

.proseries .buynow .hatchBox .hatch__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

@media only screen and (max-width: 960px) {
  .proseries .buynow .hatchBox .hatch__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.proseries .buynow .hatchBox .hatch__flex-item {
  width: 25%;
  max-width: 300px;
  border: 1px solid #000;
  margin: 0 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e75440), to(#e75440));
  background: linear-gradient(180deg, #e75440 0%, #e75440 100%);
}

@media only screen and (max-width: 960px) {
  .proseries .buynow .hatchBox .hatch__flex-item {
    width: 40%;
    margin: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .proseries .buynow .hatchBox .hatch__flex-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
  }
}

.proseries .buynow .hatchBox .hatch__flex-item p {
  padding: 10px;
  font-family: 'DINPro-Medium';
  font-weight: lighter;
  margin: 0;
  background-color: #dfdfdf;
}

@media only screen and (max-width: 480px) {
  .proseries .buynow .hatchBox .hatch__flex-item p {
    width: 50%;
    display: inline-block;
  }
}

.proseries .buynow .hatchBox .hatch__flex-item p span {
  font-family: 'DINPro-Black';
  font-weight: bolder;
}

.proseries .buynow .hatchBox .hatch__flex-item hr {
  margin: 0;
  border-bottom: 1px solid #000;
}

.proseries .buynow .hatchBox .hatch__flex-item:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#debb07), to(#e75440));
  background: linear-gradient(180deg, #debb07 0%, #e75440 100%);
}

.proseries .buynow .hatchBox .hatch__flex-item--active {
  background: -webkit-gradient(linear, left top, left bottom, from(#debb07), to(#e75440));
  background: linear-gradient(180deg, #debb07 0%, #e75440 100%);
}

@media only screen and (max-width: 480px) {
  .proseries .buynow .hatchBox .hatch__flex-itemPic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
    margin: 0 auto;
  }
  .proseries .buynow .hatchBox .hatch__flex-itemPic img {
    width: 50%;
  }
}

.proseries .buynow .hatchBox .hatch__flex-itemPic p {
  font-family: 'DINPro-Black';
  background-color: #fff;
  display: inline-block;
  margin: 10px 0;
}

@media only screen and (max-width: 480px) {
  .proseries .buynow .hatchBox .hatch__flex-itemPic p {
    background-color: transparent;
    color: #fff;
  }
}

.proseries .buynow .hatchBox .hatch__slider {
  position: relative;
}

@media (max-width: 580px) {
  .proseries .buynow .hatchBox .hatch__slider {
    padding-bottom: 6%;
  }
}

.proseries .buynow .hatchBox .hatch__box {
  background-color: #f1947c29;
  padding: 20px  10px;
  color: #000000;
  margin: 0 10px 20px;
}

.proseries .buynow .hatchBox .hatch__txt {
  padding: 0 20px;
  text-align: left;
}

.proseries .buynow .hatchBox .hatch__txt-title {
  text-align: left;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2em;
  color: #000000;
}

@media (max-width: 960px) {
  .proseries .buynow .hatchBox .hatch__txt-title {
    font-size: 20px;
    line-height: normal;
  }
}

.proseries .buynow .hatchBox .hatch__txt ul {
  text-align: left;
  margin-bottom: 10px;
  list-style: disc;
}

.proseries .buynow .hatchBox .hatch__txt ul li {
  font-family: 'DINPro-Medium';
  font-size: 14px;
  list-style: disc;
  margin-bottom: 5px;
  margin-left: 20px;
}

.proseries .buynow .hatchBox .hatch__txt-price {
  text-align: right;
  color: #4b4b4b;
  font-size: 20px;
  margin-bottom: 10px;
}

.proseries .buynow .hatchBox .hatch__txt-price sup {
  margin-left: 5px;
}

@media (max-width: 960px) {
  .proseries .buynow .hatchBox .hatch__txt-price {
    font-size: 16px;
  }
}

.proseries .buynow .hatchBox .hatch__txt span {
  font-size: 30px;
  font-weight: bolder;
  color: #a70a0a;
}

.proseries .buynow .hatchBox .hatch__txt span sup {
  margin-left: 5px;
}

@media (max-width: 960px) {
  .proseries .buynow .hatchBox .hatch__txt span {
    font-size: 20px;
  }
}

.proseries .buynow .hatchBox .hatch__txt-note {
  text-align: left;
  color: #a2a2a2;
  margin-bottom: 15px;
}

.proseries .buynow .hatchBox .hatch__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 280px;
  overflow-y: auto;
  margin-bottom: 10px;
}

@media (max-width: 1536px) {
  .proseries .buynow .hatchBox .hatch__icon {
    max-height: 170px;
  }
}

.proseries .buynow .hatchBox .hatch__icon::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #e1e9c9d3;
  background-color: #999999;
}

.proseries .buynow .hatchBox .hatch__icon::-webkit-scrollbar {
  width: 5px;
  background-color: #dbdbdb;
}

.proseries .buynow .hatchBox .hatch__icon::-webkit-scrollbar-thumb {
  background-color: #ececec;
}

.proseries .buynow .hatchBox .hatch__icon-link {
  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;
  height: 70px;
  width: calc( (100%/2) - 20px);
  margin: 10px auto;
  background: #ffffff8a;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.proseries .buynow .hatchBox .hatch__icon-link img {
  width: auto;
  height: 100%;
  max-width: 70%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10px 0;
}

.proseries .buynow .hatchBox .hatch__icon-link:hover {
  border: 2px solid #f87047;
  background: #ffffffbe;
}

.proseries .pd__box {
  position: relative;
}

.proseries .pd__box:nth-child(odd) {
  background: url(https://storage-asset.msi.com/event/2022/au/au-autumn-sale/images/introbg.jpg) center top no-repeat;
  color: #fff;
}

.proseries .pd__box:nth-child(odd) .pd__txtbox-btn {
  color: #ffffff;
  border: 2px solid #ffffff;
}

.proseries .pd__box:nth-child(odd) .pd__txtbox-btn:hover {
  background-color: #fff;
  color: #000000;
}

.proseries .pd__box:nth-child(1) .pd__imgbox {
  margin-top: -5%;
}

@media only screen and (max-width: 1366px) {
  .proseries .pd__box:nth-child(1) .pd__imgbox {
    margin-top: 0%;
  }
}

.proseries .pd__box:nth-child(2) {
  background-color: #fff;
}

.proseries .pd__box:nth-child(2) .pd__flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.proseries .pd__box:nth-child(3) .pd__flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.proseries .pd__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2% 5%;
  -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) {
  .proseries .pd__flex {
    display: block;
  }
}

.proseries .pd__txtbox {
  width: 40%;
}

@media only screen and (max-width: 1366px) {
  .proseries .pd__txtbox {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (max-width: 960px) {
  .proseries .pd__txtbox {
    width: 100%;
  }
}

.proseries .pd__txtbox-title {
  text-transform: uppercase;
  font-family: 'DINPro-Black';
  font-size: 45px;
}

@media only screen and (max-width: 1366px) {
  .proseries .pd__txtbox-title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .proseries .pd__txtbox-title {
    font-size: 30px;
  }
}

.proseries .pd__txtbox-sub {
  font-family: 'DINPro-Medium';
  margin-top: 1%;
  font-size: 1.5em;
  font-size: 18px;
}

@media only screen and (max-width: 1366px) {
  .proseries .pd__txtbox-sub {
    font-size: 16px;
  }
}

.proseries .pd__txtbox-btn {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-size: 1.7em;
  color: #000;
  border: 2px solid #000;
  padding: 10px 20px;
  margin-top: 3%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media only screen and (max-width: 1366px) {
  .proseries .pd__txtbox-btn {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .proseries .pd__txtbox-btn {
    padding: 5px 10px;
  }
}

.proseries .pd__txtbox-btn:hover {
  background-color: #000000;
  color: #ffffff;
}

.proseries .pd__imgbox {
  width: 60%;
}

@media only screen and (max-width: 1366px) {
  .proseries .pd__imgbox {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (max-width: 960px) {
  .proseries .pd__imgbox {
    width: 100%;
  }
}

.proseries .pd__table {
  width: 55%;
  margin: 0 auto;
}

.proseries .pd__table table {
  margin: 20px auto;
  width: 80%;
}

.proseries .pd__table table tr {
  background-color: #8cc7b3;
}

.proseries .pd__table table tr:nth-child(1) {
  background-color: #8cc7b3;
}

.proseries .pd__table table tr:nth-child(odd) {
  background-color: #d0eee4;
}

.proseries .pd__table table tr:nth-child(even) {
  background-color: #ebfff8;
}

.proseries .pd__table table td {
  width: 50%;
  border: 3px solid white;
  font-size: 1.8em;
  padding: 3px 5px;
  text-align: center;
  vertical-align: middle;
}

.proseries .pd__table table td a {
  text-decoration: underline;
  color: #3c584f;
}

.proseries .pd__table-title {
  background-color: #8cc7b3;
}

.proseries .tAndC__btnarea {
  text-align: center;
  font-family: 'DINPro-Medium';
  font-size: 20px;
  padding: 10px;
  border: 1px solid #c72121;
  color: #c72121;
  margin: 0 auto 40px;
  width: 20%;
  max-width: 350px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.proseries .tAndC__btnarea:hover {
  border: 1px solid #c72121;
  background-color: #c72121;
  color: #ffffff;
}

.proseries .ShoutOut {
  background-color: #dfdfdf;
  padding: 20px 0;
  text-align: center;
  font-family: 'DINPro-Black';
}

.proseries .ShoutOut__title {
  margin-bottom: 20px;
}

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

.proseries .ShoutOut img {
  margin: 20px 0;
}

.proseries .WTB {
  background-color: #000;
  text-align: center;
}

.proseries .WTB a {
  display: block;
  padding: 1%;
  color: #fff;
  text-decoration: underline;
  font-size: 1.5em;
  color: #89ea9f;
}
/*# sourceMappingURL=main.css.map */