:root {
  --mpg-hero: url("https://storage-asset.msi.com/global/picture/image/feature/mb/X670/template/images/hero-mpg-bg.jpg");
  --mag-hero: url("https://storage-asset.msi.com/global/picture/image/feature/mb/X670/template/images/hero-mag-bg.jpg");
  --meg-hero: url("https://storage-asset.msi.com/global/picture/image/feature/mb/X670/template/images/hero-meg-bg.jpg");
  --pro-hero: url("https://storage-asset.msi.com/global/picture/image/feature/mb/X870/pro-x870-p-wifi/images/pro-hero-bg.jpg");
  --plus-hero: url("https://storage-asset.msi.com/global/picture/image/feature/mb/B760/b760-gaming-plus-wifi/hero-bg.jpg");
  --mp-yellow-hero: url("https://storage-asset.msi.com/global/picture/image/feature/mb/B850/b850mpower/images/mpower-hero-bg.jpg");
  --gaming-hero: url("https://storage-asset.msi.com/global/picture/image/feature/mb/B760/b760-gaming-plus-wifi/hero-bg.jpg");
  --pro-max-hero: url("");
  --gaming-red-hero: url("");
  --gaming-lightSeaGreen-hero: url("");
}

.theme-meg {
  --heroBg: var(--meg-hero);
}
.theme-mpg {
  --heroBg: var(--mpg-hero);
}
.theme-mag {
  --heroBg: var(--mag-hero);
}
.theme-pro {
  --heroBg: var(--pro-hero);
}
.theme-Plus {
  --heroBg: var(--plus-hero);
}
.theme-mp-yellow {
  --heroBg: var(--mp-yellow-hero);
}
.theme-gaming {
  --heroBg: var(--gaming-hero);
}
.theme-pro-max {
  --heroBg: var(--pro-max-hero);
}
.theme-gaming-red {
  --heroBg: var(--gaming-red-hero);
}
.theme-gaming-lightSeaGreen {
  --heroBg: var(--gaming-lightSeaGreen-hero);
}

.hero {
  padding: 3% 0;
  background: var(--heroBg) center no-repeat;
  background-size: cover;
}
.hero__for {
  padding-top: 3%;
}
.hero__for h2 {
  text-align: center;
}
.hero .slick-prev, .hero .slick-next {
  width: 15px;
  z-index: 20;
  opacity: 0.5;
}
@media (min-width: 996px) {
  .hero .slick-prev, .hero .slick-next {
    width: 25px;
  }
}
.hero .slick-prev:hover, .hero .slick-prev:focus, .hero .slick-next:hover, .hero .slick-next:focus {
  opacity: 1;
}
.hero .slick-prev::before, .hero .slick-prev::after, .hero .slick-next::before, .hero .slick-next::after {
  display: none;
}
.hero .slick-prev {
  left: 0;
}
.hero .slick-next {
  right: 0;
}
.hero .slick-current::before, .hero .slick-current::after {
  color: #fff;
  background: var(--theme);
}
.hero .heroButton {
  color: #999;
  font-weight: 700;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  width: 100%;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  position: relative;
  font-size: var(--block-text-lg);
}
.hero .heroButton:hover, .hero .heroButton:focus {
  display: block;
}
.hero .heroButton:hover::before, .hero .heroButton:hover::after, .hero .heroButton:focus::before, .hero .heroButton:focus::after {
  content: "";
  width: 95%;
  display: block;
  height: 1px;
  position: absolute;
  z-index: 1;
  color: #999;
}
.hero .heroButton:hover::before, .hero .heroButton:focus::before {
  top: 0;
}
.hero .heroButton:hover::after, .hero .heroButton:focus::after {
  bottom: 0;
}
.hero .slick-current.heroButton {
  color: #fff;
}
.hero__nav {
  width: 100%;
}
.hero__nav .slick-slide {
  margin: 0 5px;
}
.hero__nav .slick-current.heroButton::before, .hero__nav .slick-current.heroButton::after {
  content: "";
  width: 95%;
  display: block;
  height: 1px;
  position: absolute;
  z-index: 1;
  color: #999;
}
.hero__nav .slick-current.heroButton::before {
  top: 0;
}
.hero__nav .slick-current.heroButton::after {
  bottom: 0;
}
@media (min-width: 996px) {
  .hero__nav .slick-track {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.hero__main {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 996px) {
  .hero__main {
    display: block;
    text-align: center;
    max-width: 1040px;
    position: relative;
    width: 50%;
  }
}
@media (min-width: 1600px) {
  .hero__main {
    width: 60%;
  }
}
.hero__main-img {
  width: 100% !important;
}
@media (min-width: 996px) {
  .hero__main .iconLeft {
    text-align: right;
    margin: 0;
    left: auto;
  }
}
@media (min-width: 996px) {
  .hero__main .iconLeft.iconblock {
    text-align: right;
    margin: 0;
  }
}
@media (min-width: 996px) {
  .hero__main .iconRight {
    text-align: left;
    right: auto;
  }
}
@media (min-width: 996px) {
  .hero__main .iconRight.iconblock {
    text-align: left;
    margin: 0;
  }
}
.hero__main .iconblock {
  margin: 2% auto 5%;
  text-align: center;
  width: calc(50% - 10px);
}
@media (min-width: 576px) {
  .hero__main .iconblock {
    width: calc(25% - 10px);
  }
}
@media (min-width: 996px) {
  .hero__main .iconblock {
    width: 50%;
    position: absolute;
    margin: auto;
  }
}
@media (min-width: 1600px) {
  .hero__main .iconblock {
    width: 35%;
  }
}
@media (min-width: 996px) {
  .hero__main .iconblock__img {
    display: none;
  }
}
.hero__main .iconblock__img img {
  display: inline-block;
  margin: 0 5px;
  max-width: 46px;
}
@media (min-width: 996px) {
  .hero__main .iconblock p {
    font-size: 11.5px;
  }
}
@media (min-width: 1300px) {
  .hero__main .iconblock p {
    font-size: 13px;
  }
}
@media (min-width: 1600px) {
  .hero__main .iconblock p {
    font-size: 14px;
  }
}/*# sourceMappingURL=mb-hero-2025.css.map */