.hero {
  padding: 3% 0;
  background-size: cover;
}

.theme-meg .hero {
  background: url("https://storage-asset.msi.com/global/picture/image/feature/mb/X670/template/images/hero-meg-bg.jpg")
    center no-repeat;
  background-size: cover;
  padding: 3% 0;
}

.theme-mag .hero {
  background: url("https://storage-asset.msi.com/global/picture/image/feature/mb/X670/template/images/hero-mag-bg.jpg")
    center no-repeat;
  background-size: cover;
  padding: 3% 0;
}

.theme-mpg .hero {
  background: url("https://storage-asset.msi.com/global/picture/image/feature/mb/X670/template/images/hero-mpg-bg.jpg")
    center no-repeat;
  background-size: cover;
  padding: 3% 0;
}

.theme-pro .hero {
  background: url("https://storage-asset.msi.com/global/picture/image/feature/mb/X670/template/images/hero-pro-bg.jpg")
    center no-repeat;
  background-size: cover;
  padding: 3% 0;
}

.theme-Plus .hero {
  background: url("https://storage-asset.msi.com/global/picture/image/feature/mb/B760/b760-gaming-plus-wifi/hero-bg.jpg")
    center no-repeat;
  background-size: cover;
  padding: 3% 0;
}

.theme-gaming .hero {
  background: url("https://storage-asset.msi.com/global/picture/image/feature/mb/B760/b760-gaming-plus-wifi/hero-bg.jpg")
    center no-repeat;
  background-size: cover;
  padding: 3% 0;
}

.theme-mp-yellow .hero {
  background: url("https://storage-asset.msi.com/global/picture/image/feature/mb/B850/b850mpower/images/mpower-hero-bg.jpg")
    center no-repeat;
  background-size: cover;
  padding: 3% 0;
}

.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__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 .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 .slick-current.heroButton {
  color: #fff;
}
.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__for {
  padding-top: 3%;
}
.hero__for-item h2 {
  text-align: center;
}
.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: 1600px) {
  .hero__main .iconblock p {
    font-size: 14px;
  }
}

.theme-meg .hero .slick-current::before,
.theme-meg .hero .slick-current::after {
  color: #fff;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#e9c582),
    color-stop(33%, #f1d8a7),
    color-stop(66%, #e9c582),
    to(#faf5e6)
  );
  background: linear-gradient(
    to left,
    #e9c582 0%,
    #f1d8a7 33%,
    #e9c582 66%,
    #faf5e6 100%
  );
}
.theme-meg .hero .hero-button:hover::before,
.theme-meg .hero .hero-button:hover::after,
.theme-meg .hero .hero-button:focus::before,
.theme-meg .hero .hero-button:focus::after {
  color: #fff;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#e9c582),
    color-stop(33%, #f1d8a7),
    color-stop(66%, #e9c582),
    to(#faf5e6)
  );
  background: linear-gradient(
    to left,
    #e9c582 0%,
    #f1d8a7 33%,
    #e9c582 66%,
    #faf5e6 100%
  );
}
.theme-mpg .hero .slick-current::before,
.theme-mpg .hero .slick-current::after {
  color: #fff;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#0057b7),
    color-stop(50%, #440099),
    to(#e81f76)
  );
  background: linear-gradient(to left, #0057b7 0%, #440099 50%, #e81f76 100%);
}
.theme-mpg .hero .hero-button:hover::before,
.theme-mpg .hero .hero-button:hover::after,
.theme-mpg .hero .hero-button:focus::before,
.theme-mpg .hero .hero-button:focus::after {
  color: #fff;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#0057b7),
    color-stop(50%, #440099),
    to(#e81f76)
  );
  background: linear-gradient(to left, #0057b7 0%, #440099 50%, #e81f76 100%);
}
.theme-mag .hero .slick-current::before,
.theme-mag .hero .slick-current::after {
  color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(white),
    color-stop(40%, #d3e736),
    color-stop(50%, #e3e890),
    to(white)
  );
  background: linear-gradient(
    90deg,
    white 0%,
    #d3e736 40%,
    #e3e890 50%,
    white 100%
  );
}
.theme-mag .hero .hero-button:hover::before,
.theme-mag .hero .hero-button:hover::after,
.theme-mag .hero .hero-button:focus::before,
.theme-mag .hero .hero-button:focus::after {
  color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(white),
    color-stop(40%, #d3e736),
    color-stop(50%, #e3e890),
    to(white)
  );
  background: linear-gradient(
    90deg,
    white 0%,
    #d3e736 40%,
    #e3e890 50%,
    white 100%
  );
}
.theme-pro .hero .slick-current::before,
.theme-pro .hero .slick-current::after {
  color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#4676a3),
    color-stop(47%, #00d4ff),
    to(#3c6f9f)
  );
  background: linear-gradient(90deg, #4676a3 0%, #00d4ff 47%, #3c6f9f 100%);
}
.theme-pro .hero .hero-button:hover::before,
.theme-pro .hero .hero-button:hover::after,
.theme-pro .hero .hero-button:focus::before,
.theme-pro .hero .hero-button:focus::after {
  color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#4676a3),
    color-stop(47%, #00d4ff),
    to(#3c6f9f)
  );
  background: linear-gradient(90deg, #4676a3 0%, #00d4ff 47%, #3c6f9f 100%);
}
.theme-gaming .hero .slick-current::before,
.theme-gaming .hero .slick-current::after {
  color: #fff;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#54565a),
    color-stop(50%, #ff0016),
    to(#54565a)
  );
  background: linear-gradient(to left, #54565a 0%, #ff0016 50%, #54565a 100%);
}
.theme-gaming .hero .hero-button:hover::before,
.theme-gaming .hero .hero-button:hover::after,
.theme-gaming .hero .hero-button:focus::before,
.theme-gaming .hero .hero-button:focus::after {
  color: #fff;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#54565a),
    color-stop(50%, #ff0016),
    to(#54565a)
  );
  background: linear-gradient(to left, #54565a 0%, #ff0016 50%, #54565a 100%);
}
.theme-Plus .hero .slick-current::before,
.theme-Plus .hero .slick-current::after {
  color: #fff;
  background: linear-gradient(
    114deg,
    rgb(51, 204, 204) 0%,
    rgb(27, 110, 110) 0%,
    rgb(51, 204, 204) 48%,
    rgb(27, 110, 110) 100%
  );
}
.theme-Plus .hero .hero-button:hover::before,
.theme-Plus .hero .hero-button:hover::after,
.theme-Plus .hero .hero-button:focus::before,
.theme-Plus .hero .hero-button:focus::after {
  color: #fff;
  background: linear-gradient(
    114deg,
    rgb(51, 204, 204) 0%,
    rgb(27, 110, 110) 0%,
    rgb(51, 204, 204) 48%,
    rgb(27, 110, 110) 100%
  );
}
.theme-project .hero .slick-current::before,
.theme-project .hero .slick-current::after {
  color: #fff;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#222),
    color-stop(50%, #fff),
    to(#222)
  );
  background: linear-gradient(to left, #222 0%, #fff 50%, #222 100%);
}
.theme-project .hero .hero-button:hover::before,
.theme-project .hero .hero-button:hover::after,
.theme-project .hero .hero-button:focus::before,
.theme-project .hero .hero-button:focus::after {
  color: #fff;
}
.theme-project .hero .heroButton {
  background: -webkit-linear-gradient(
    30deg,
    #777 30%,
    #999 40%,
    #999 65%,
    #777 70%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 12px;
}
.theme-project .hero .heroButton.slick-current {
  background: -webkit-linear-gradient(
    30deg,
    #888 30%,
    #fff 40%,
    #fff 65%,
    #888 70%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.theme-project .hero .heroButton:hover {
  background: -webkit-linear-gradient(
    30deg,
    #888 30%,
    #ddd 40%,
    #aaa 50%,
    #888 70%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-filter: brightness(2);
  filter: brightness(2);
}
.theme-project .hero .heroButton.slick-current:hover {
  background: -webkit-linear-gradient(
    30deg,
    #888 30%,
    #fff 40%,
    #fff 65%,
    #888 70%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-filter: none;
  filter: none;
}
.theme-gray .hero .slick-current::before,
.theme-gray .hero .slick-current::after {
  color: #fff;
  background: -webkit-linear-gradient(
    30deg,
    rgb(51, 51, 51) 30%,
    #ddd 40%,
    #aaa 50%,
    rgb(51, 51, 51) 70%
  );
}
.theme-gray .hero .hero-button:hover::before,
.theme-gray .hero .hero-button:hover::after,
.theme-gray .hero .hero-button:focus::before,
.theme-gray .hero .hero-button:focus::after {
  color: #fff;
  background: -webkit-linear-gradient(
    30deg,
    rgb(51, 51, 51) 30%,
    #ddd 40%,
    #aaa 50%,
    rgb(51, 51, 51) 70%
  );
}

.theme-mp-yellow .hero .slick-current::before,
.theme-mp-yellow .hero .slick-current::after {
  color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#cca300),
    color-stop(50%, #ffda47),
    to(#cca300)
  );
  background: linear-gradient(90deg, #cca300 0%, #ffda47 50%, #cca300 100%);
}
.theme-mp-yellow .hero .hero-button:hover::b efore,
.theme-mp-yellow .hero .hero-button:hover::after,
.theme-mp-yellow .hero .hero-button:focus::before,
.theme-mp-yellow .hero .hero-button:focus::after {
  color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#cca300),
    color-stop(50%, #ffda47),
    to(#cca300)
  );
  background: linear-gradient(90deg, #cca300 0%, #ffda47 50%, #cca300 100%);
}
