video {
  width: 100%;
  height: auto;
}

.navbar-brand {
  padding: 0;
}

#best .awards {
  background: url(https://storage-asset.msi.com/event/mb/2019/best-motherboard/images/award-bg.webp) center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 8em 0 10em;
  font-size: var(--text-lg);
}
@media (min-width: 996px) {
  #best .awards {
    padding: 2em 0 3em;
  }
}
#best .awards a {
  color: #fff;
  line-height: 1.2;
  font-weight: 300;
  font-style: italic;
  display: inline-block;
  text-decoration: none;
}
#best .awards a:hover {
  text-decoration: none;
}
#best .awards__comment {
  padding-top: 25px;
  letter-spacing: 2px;
  font-size: var(--text-sm);
  opacity: 0.7;
}
#best .awards__comment span {
  display: flex;
  justify-content: center;
  align-items: center;
}
#best .awards__comment span::before {
  content: "-";
  margin-right: 8px;
}
#best .awards__comment span::after {
  content: "-";
  margin-left: 8px;
}
#best .awards__slide {
  position: relative;
  max-width: 800px;
}
#best .awards__slide::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: calc(100% - 40px);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  box-shadow: rgba(195, 6, 236, 0.4) 0px 0px 40px;
}
#best .awards__slide__icon {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  padding: 15px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0) 100%);
  margin: 0 auto;
  position: relative;
  z-index: 2;
  box-shadow: #111 5px 5px 10px inset;
}
#best .awards__slide__box {
  position: relative;
  z-index: 1;
  padding: 30px;
}
@media (min-width: 996px) {
  #best .awards__logo img {
    max-height: 120px;
    width: auto;
  }
}
#best .awards__quotes {
  padding: 30px;
  position: relative;
}
#best .awards__quotes::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("https://storage-asset.msi.com/event/2022/cnd/best-gaming-desktop-pc/images/double-quotes.svg") center center no-repeat;
  background-size: cover;
  transform: rotate(-180deg);
  position: absolute;
  left: 0;
  bottom: 0;
}
#best .awards__quotes::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("https://storage-asset.msi.com/event/2022/cnd/best-gaming-desktop-pc/images/double-quotes.svg") center center no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
}
#best .swiper-pagination-bullet {
  opacity: 0.8;
  background: #67576c;
}
#best .swiper-pagination-bullet-active {
  background: #c306ec;
}
#best .swiper-pagination {
  position: relative;
  padding-top: 20px;
}
#best .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
#best .blog__flex {
  display: flex;
  gap: 3%;
  padding: 3% 0;
  flex-direction: column;
}
@media (min-width: 996px) {
  #best .blog__flex {
    flex-direction: row;
  }
}
#best .blog__flex a {
  transition: all 0.5s;
  width: calc(100% - 0px);
}
@media (min-width: 996px) {
  #best .blog__flex a {
    width: calc(33.3333333333% - 0px);
  }
}
#best .blog__flex a:hover {
  text-transform: none;
  transform: scale(1.07);
  transition: all 0.5s;
}
#best .blog__flex p {
  display: inline-block;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
}
#best .blog__flex p.description {
  margin: 0 0 20px;
  color: #999;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
}
#best .modal-but {
  height: auto !important;
}
#best img {
  max-width: 100%;
}
#best .common__container {
  width: 80%;
  margin: 0 auto;
  max-width: 1800px;
}
#best .kv {
  position: relative;
  background: url(https://storage-asset.msi.com/event/mb/2019/best-motherboard/images/bg.webp) top center no-repeat;
  background-size: cover;
  padding: 1% 0 5%;
}
@media screen and (max-width: 960px) {
  #best .kv {
    height: auto;
    background: url(https://storage-asset.msi.com/event/mb/2019/best-motherboard/images/bg-xs.webp) top center no-repeat;
    background-size: 100%;
  }
}
#best .kv__wrap {
  height: 100%;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  text-shadow: #000 1px 1px 1px;
  width: 90%;
  max-width: 2560px;
  margin: 0 auto;
  min-height: 50%;
  justify-content: center;
}
#best .kv__wrap strong {
  color: #f00 !important;
}
@media screen and (max-width: 2560px) {
  #best .kv__wrap {
    width: 80%;
  }
}
@media screen and (max-width: 960px) {
  #best .kv__wrap {
    flex-direction: column;
    padding: 8% 0 15%;
    width: 96%;
  }
}
#best .kv__text {
  width: 35%;
  padding-left: 4%;
  height: 100%;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  text-shadow: #000 1px 1px 10px;
  text-align: left;
  margin-top: 10%;
}
@media screen and (max-width: 2560px) {
  #best .kv__text {
    padding-left: 5%;
  }
}
@media screen and (max-width: 1920px) {
  #best .kv__text {
    padding-left: 2%;
  }
}
@media screen and (max-width: 1680px) {
  #best .kv__text {
    padding-left: 0%;
  }
}
@media screen and (max-width: 960px) {
  #best .kv__text {
    text-align: center;
    display: block;
    width: 90%;
  }
}
#best .kv__text h1 {
  font-size: 5em;
  text-align: left;
}
@media screen and (max-width: 2560px) {
  #best .kv__text h1 {
    font-size: 4em;
  }
}
@media screen and (max-width: 1920px) {
  #best .kv__text h1 {
    font-size: 3.2em;
  }
}
@media screen and (max-width: 960px) {
  #best .kv__text h1 {
    text-align: center;
    font-size: 36px;
  }
}
#best .kv__text h1 strong {
  font-size: 120%;
  display: block;
  line-height: 1.2;
  color: #fff;
  margin-top: 2.2%;
  font-weight: normal;
}
#best .kv__text p {
  font-size: 300%;
  width: 80%;
}
@media screen and (max-width: 2560px) {
  #best .kv__text p {
    font-size: 220%;
  }
}
@media screen and (max-width: 1920px) {
  #best .kv__text p {
    font-size: 160%;
  }
}
@media screen and (max-width: 960px) {
  #best .kv__text p {
    width: 100%;
  }
}
#best .kv__pd {
  width: 56%;
  max-width: 1500px;
}
#best .kv__pd img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 960px) {
  #best .kv__pd {
    width: 90%;
  }
}
#best .kv__bt {
  text-align: center;
}
#best .kv__bt button {
  border: none;
  color: #fff;
  font-size: 14px;
  background: #260040;
  text-transform: uppercase;
  padding: 4px 45px 0px;
  border-radius: 50px;
  animation: kv__bt 1s linear infinite;
  position: relative;
  overflow: hidden;
  font-size: 18px;
}
#best .kv__bt button span {
  display: block;
}
@media screen and (max-width: 1366px) {
  #best .kv__bt button span {
    display: inline-block;
  }
}
@media screen and (max-width: 960px) {
  #best .kv__bt button span {
    display: block;
  }
}
@media screen and (max-width: 1366px) {
  #best .kv__bt button img {
    margin-top: -5px;
  }
}
#best .kv__bt button::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0%;
  z-index: 1;
  animation: kv__bt 1s linear infinite;
}
@keyframes kv__bt {
  0% {
    box-shadow: #c306ec 0 0 0px;
  }
  50% {
    box-shadow: #c306ec 0 0 20px;
  }
  100% {
    box-shadow: #c306ec 0 0 0px;
  }
}
#best .intro {
  width: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0%;
  margin: 0 auto;
  text-align: center;
}
#best .intro p {
  font-size: 20px;
  color: #fff;
  padding: 2% 10%;
}
#best .features {
  background: #000;
  padding: 5% 0;
}
#best .features p {
  font-size: 18px;
  line-height: 1.8;
}
#best .features-item {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding-top: 2%;
}
@media screen and (max-width: 960px) {
  #best .features-item {
    flex-direction: column;
  }
}
#best .features-item--active {
  display: flex;
}
#best .features-item--wrap {
  flex: 0 0 45%;
}
@media screen and (max-width: 960px) {
  #best .features-item--wrap {
    flex: 0 0 90%;
  }
}
#best .features-item--wrap img {
  text-align: left;
}
#best .features__img {
  flex: 0 0 55%;
}
#best .features__imgcenter {
  display: block;
  margin: 0 auto;
}
#best .features__txtbox {
  flex: 0 0 42%;
}
#best .features__txtbox h4 {
  font-weight: bold;
  color: #f00;
  text-transform: uppercase;
  font-size: 28px;
}
#best .features__btn {
  padding: 15px 0;
}
#best .features__btn a {
  color: #f00;
  border: #f00 1px solid;
  padding: 10px 25px;
  display: inline-block;
  text-decoration: none;
}
#best .features__nav {
  display: flex;
  padding-top: 20px;
}
@media screen and (max-width: 960px) {
  #best .features__nav {
    flex-direction: column;
  }
}
#best .features__nav--item {
  width: 25%;
  text-align: center;
  line-height: normal;
  border: 1px rgb(255, 0, 0) solid;
  border-radius: 5px;
  margin: 5px;
  text-decoration: none;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 22px;
  padding: 15px 0px;
}
@media screen and (max-width: 960px) {
  #best .features__nav--item {
    display: block;
    background: none;
    border: none;
    width: 100%;
    background: #222222;
    padding: 8px;
    border-bottom: #222 2px solid;
    margin: 2px;
  }
}
#best .features__nav--active {
  background: rgba(205, 0, 0, 0.5);
}
#best .form {
  background: #000;
}
#best .form__summary {
  text-align: center;
  padding: 15px 0 25px;
  color: #999;
}

#pdwp {
  width: 100%;
  height: 100%;
  padding-top: 5%;
  background: url(https://storage-asset.msi.com/event/mb/2019/best-motherboard/images/bg_4_2.jpg) top;
}
#pdwp .pdbox {
  margin: 0 auto;
  width: 80%;
  background: rgba(0, 0, 0, 0.7);
}
