@import "https://storage-asset.msi.com/frontend/css/common-creation-font.css";


.linkbtn {
  color: inherit;
  text-decoration: underline;
  -webkit-text-decoration-color: #76b900;
  text-decoration-color: #76b900;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.3125em;
}

.linkbtn:hover {
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}



.nvgpu {
  background: #000000;
  color: #ffffff;
}

@media (min-width: 996px) {
  .nvgpu {
    padding: 5% 0 3%;
  }
}

@-webkit-keyframes barAni {
  from {
    width: 0px;
  }
}

@keyframes barAni {
  from {
    width: 0px;
  }
}

.nvgpu__wrap {
  margin: 3% auto 0;
}

@media (min-width: 1300px) {
  .nvgpu__wrap {
    width: 80%;
  }
}

@media (min-width: 1930px) {
  .nvgpu__wrap {
    width: 100%;
  }
}

.nvgpu__wrap .slick-slide {
  height: auto;
}

.nvgpu .pd .nav ul li {
  list-style: none;
  white-space: normal;
  background: none;
  border: 3px solid #dadada;
  color: #dadada;
  border-radius: 3px;
  padding: 2px 5px;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
  z-index: 999;
  cursor: pointer;
}

.nvgpu .pd .nav ul li .nav--active {
  color: #1a373a;
  background-color: #dddddd;
  -webkit-box-shadow: 5px 5px 7px #000;
  box-shadow: 5px 5px 7px #000;
}

.nvgpu .pd .boxsub {
  opacity: 0;
  top: 0;
  position: absolute;
  z-index: 99;
}

.nvgpu .pd .boxsub--active {
  position: relative;
  top: auto;
  z-index: 1;
  opacity: 1;
}

.nvgpu .tabs {
  margin: 3% auto;
  width: 90%;
}

@media (min-width: 996px) {
  .nvgpu .tabs .slick-track {
    -webkit-transform: none !important;
    transform: none !important;
  }
}

.nvgpu .tabs__item {
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  outline-style: none;
  font-size: var(--text-lg);
  text-align: center;
}

.nvgpu .tabs .slick-current {
  border-bottom: 2px solid #82BC00;
  font-weight: bold;
}

.nvgpu .slick-slide.slick-active .table__rows--bar p {
  width: 100%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.nvgpu .slick-slide.slick-active .table.delighter.started .table__rows--bar .greenbar p {
  width: 0%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-animation: barAni 0.7s linear forwards;
  animation: barAni 0.7s linear forwards;
}

@keyframes barAni {
  to {
    width: 100%;
  }
}

.nvgpu .nvslider {
  position: relative;
}

.nvgpu .nvslider__legend {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.nvgpu .nvslider__legend-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nvgpu .nvslider__legend-entry small {
  font-size: 12px;
}

.nvgpu .nvslider__legend-square {
  width: 10px;
  margin-top: 1px;
  height: 10px;
  float: left;
  margin-right: 5px;
  margin-left: 20px;
  background: var(--color-gray-500);
}

.nvgpu .nvslider__legend-square.green100 {
  background: #82BC00;
}

.nvgpu .nvslider__content {
  position: relative;
  padding-bottom: 30px;
}

.nvgpu .nvslider__content .table {
  position: relative;
  z-index: 2;
  padding-top: 3px;
}

.nvgpu .nvslider__content .table.delighter .table__rows--bar .greenbar p {
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  width: 0px;
}

.nvgpu .nvslider__content .table.delighter.started .table__rows--bar .greenbar p {
  width: 100%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.nvgpu .nvslider__content .table__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 0;
  gap: 10px;
}

.nvgpu .nvslider__content .table__rows--name {
  font-weight: bold;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  text-align: right;
  font-size: var(--text-xs);
}

.nvgpu .nvslider__content .table__rows--bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  gap: 5px;
}

.nvgpu .nvslider__content .table__rows--bar p {
  text-align: right;
  padding-right: 5px;
  font-size: 12px;
  color: #fff;
  width: 0;
}

.nvgpu .nvslider__content .table__rows--bar .lightgreenbar.w216 {
  width: 22%;
}

.nvgpu .nvslider__content .table__rows--bar .lightgreenbar.w166 {
  width: 17%;
}

.nvgpu .nvslider__content .table__rows--bar .lightgreenbar.w137 {
  width: 15%;
}

.nvgpu .nvslider__content .table__rows--bar .lightgreenbar p {
  background: #b6d375;
}

.nvgpu .nvslider__content .table__rows--bar .greenbar {
  min-height: 19px;
}

.nvgpu .nvslider__content .table__rows--bar .greenbar.w38 {
  width: 45%;
}

.nvgpu .nvslider__content .table__rows--bar .greenbar.w26 {
  width: 35%;
}

.nvgpu .nvslider__content .table__rows--bar .greenbar.w23 {
  width: 30%;
}

.nvgpu .nvslider__content .table__rows--bar .greenbar.w4 {
  width: 66.5%;
}

.nvgpu .nvslider__content .table__rows--bar .greenbar.w21 {
  width: 35%;
}

.nvgpu .nvslider__content .table__rows--bar .greenbar.w56 {
  width: 93%;
}

.nvgpu .nvslider__content .table__rows--bar .greenbar.w20 {
  width: 33.2%;
}

.nvgpu .nvslider__content .table__rows--bar .greenbar.w359 {
  width: 91%;
}

.nvgpu .nvslider__content .table__rows--bar .greenbar.w106 {
  width: 27%;
}

.nvgpu .nvslider__content .table__rows--bar .greenbar.w829 {
  width: 84%;
}

.nvgpu .nvslider__content .table__rows--bar .greenbar.w677 {
  width: 69%;
}

.nvgpu .nvslider__content .table__rows--bar .greenbar.w188 {
  width: 19%;
}

.nvgpu .nvslider__content .table__rows--bar .greenbar p {
  background: #82BC00;
}

.nvgpu .nvslider__content .table__rows--bar .graybar {
  background: var(--color-gray-500);
  width: 20%;
  min-height: 19px;
}

.nvgpu .nvslider__content .label {
  top: 0;
  right: 0;
  width: calc(80% - 10px);
  height: calc(100% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  border-left: 1px solid var(--color-gray-500);
  border-bottom: 1px solid var(--color-gray-500);
  border-right: 1px solid var(--color-gray-500);
}

.nvgpu .nvslider__content .label__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.nvgpu .nvslider__content .label__item::before {
  background: var(--color-gray-400);
  width: 1px;
  height: 100%;
  position: absolute;
  content: "";
}

.nvgpu .nvslider__content .label__item:last-child::before {
  display: none;
}

.nvgpu .nvslider__content .label__item:last-child p {
  margin-right: 0px;
}

.nvgpu .nvslider__content .label p {
  text-align: right;
  margin-bottom: -30px;
  font-size: 12px;
  margin-right: -6px;
}

.nvgpu .nvslider__txt {
  margin: 3% auto;
  width: 90%;
  text-align: center;
}

.nvgpu .nvslider__txt h4 {
  margin-bottom: 1%;
}

.nvgpu .nvslider__txt p {
  font-size: var(--note-sm);
}

.nvgpu .slick-next:before,
.nvgpu .slick-prev:before {
  display: none;
}


.nvgpu .slick-dots li button:before {
  color: #ffffff;
  font-size: 30px
}

.delighter.fadein {
  opacity: 0;
  -webkit-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}

.delighter.fadein.started {
  opacity: 1;
}

.delighter.fadeLeft.started {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.delighter.fadeLeft {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.delighter.fadeRight.started {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.delighter.fadeRight {
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.delighter.fadeTop.started {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.delighter.fadeTop {
  opacity: 0;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/*# sourceMappingURL=main.css.map */