:root {
  --color-gray-300: #cccccc;
  --color-gray-600: #999999;
  --fontT: NVIDIASans_W_Rg, sans-serif;
  --widthPosition: calc(50% - 640px);
  --text-body: 16px;
  --text-body-lh: 25px;
  --text-note: 11px;
  --text-note-lh: 15px;
}

.project {
  font-size: var(--text-body);
  color: var(--color-white);
  line-height: var(--text-body-lh);
  overflow-x: hidden;
  position: relative;
  background: #000;
}
.project img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.project h1 {
  position: absolute;
  top: -10px;
  font-size: 0;
}
.project img {
  max-width: 100%;
  vertical-align: bottom;
}
.project picture {
  display: block;
}
@media (min-width: 996px) {
  .project .msi__container {
    max-width: 1280px;
  }
}
.project .common__title {
  font-size: var(--title-xl);
  line-height: 1.4;
  margin: 12px 0 30px;
  text-align: center;
  font-family: var(--fontT);
}
@media (min-width: 996px) {
  .project .common__title {
    margin: 12px 0 20px;
  }
}
.project .common__sub {
  font-size: var(--title-md);
  font-weight: bold;
  color: #2cb8d2;
  margin: 12px 0 20px;
}
.project .common__list {
  font-size: 16px;
}
@media (min-width: 996px) {
  .project .common__list {
    font-size: 18px;
  }
}
.project .text-body {
  font-size: 16px;
}
@media (min-width: 996px) {
  .project .text-body {
    font-size: 18px;
  }
}
.project .text-note {
  font-size: 11px;
  line-height: 15px;
  color: var(--color-gray-600);
}

.kv {
  text-align: center;
}
.kv__inner {
  padding: 40px 0px 60px;
}
@media (min-width: 996px) {
  .kv__inner {
    padding: 60px 0px 90px;
  }
}
.kv__title {
  padding: 0 25px;
}
.kv__title h2 {
  margin: 0 0 20px;
  font-family: var(--fontT);
  font-weight: 600;
  color: var(--color-white);
  font-size: 32px;
  line-height: 1.25;
}
@media (min-width: 996px) {
  .kv__title h2 {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 30px;
  }
}
.kv__sub {
  margin: 0 0 40px;
  color: var(--color-white);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 996px) {
  .kv__sub {
    font-size: 22px;
    line-height: 38.5px;
    margin-bottom: 60px;
  }
}
.kv__badge {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: min(100%, 160px);
  margin: 0 auto 40px;
}
@media (min-width: 996px) {
  .kv__badge {
    max-width: 180px;
    margin-bottom: 60px;
  }
}
.kv__badge img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.kv__pic {
  display: block;
  width: 100%;
}
.kv__pic img {
  width: 100%;
  height: auto;
}

.features {
  text-align: center;
  padding: 0 0 60px;
}
@media (min-width: 996px) {
  .features {
    padding: 0 0 90px;
  }
}
.features__title {
  width: 100%;
  margin: 0 auto;
}
.features__title h2 {
  margin: 0 0 20px;
  font-family: var(--fontT);
  font-weight: 600;
  color: var(--color-white);
  font-size: 22px;
  line-height: 1.25;
}
@media (min-width: 996px) {
  .features__title h2 {
    font-size: 28px;
    line-height: 35px;
  }
}
@media (min-width: 996px) {
  .features__title h2 {
    margin-bottom: 30px;
  }
}
@media (min-width: 996px) {
  .features__title {
    width: 80%;
  }
}
.features__lead {
  margin: 0 0 40px;
  color: var(--color-white);
  font-size: 16px;
}
@media (min-width: 996px) {
  .features__lead {
    font-size: 18px;
  }
}
@media (min-width: 996px) {
  .features__lead {
    margin-bottom: 60px;
  }
}
.features__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 576px) {
  .features__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 24px;
  }
}
@media (min-width: 996px) {
  .features__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 60px 24px;
  }
}
.features__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}
.features__icon {
  display: block;
  width: 100px;
  margin: 0 auto 15px;
}
.features__icon img {
  width: 100%;
  height: auto;
}
.features__item-title {
  margin: 0 0 15px;
  font-family: var(--fontT);
  font-weight: 700;
  color: var(--color-white);
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 996px) {
  .features__item-title {
    font-size: 18px;
    line-height: 22.5px;
  }
}
.features__item-text {
  margin: 0;
  color: var(--color-gray-300);
  font-size: 16px;
}
@media (min-width: 996px) {
  .features__item-text {
    font-size: 18px;
  }
}

.products {
  background: #161616;
  text-align: center;
  padding: 60px 0;
}
@media (min-width: 996px) {
  .products {
    padding: 90px 0;
  }
}
.products__title h2 {
  margin: 0 0 20px;
  font-family: var(--fontT);
  font-weight: 600;
  color: var(--color-white);
  font-size: 22px;
  line-height: 1.25;
}
@media (min-width: 996px) {
  .products__title h2 {
    font-size: 28px;
    line-height: 35px;
  }
}
@media (min-width: 996px) {
  .products__title h2 {
    margin-bottom: 60px;
  }
}
.products__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 996px) {
  .products__grid {
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 24px;
  }
}
.products__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.products__pic {
  display: block;
  width: 100%;
  max-width: 430px;
  margin: 0 auto 20px;
}
@media (min-width: 996px) {
  .products__pic {
    margin-bottom: 30px;
  }
}
.products__pic img {
  width: 100%;
  height: auto;
}
.products__name {
  margin: 0 0 8px;
  font-family: var(--fontT);
  font-weight: 700;
  color: var(--color-white);
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 996px) {
  .products__name {
    font-size: 18px;
    line-height: 22.5px;
  }
}
.products__spec {
  margin: 0 0 20px;
  color: var(--color-white);
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 996px) {
  .products__spec {
    font-size: 18px;
    line-height: 22.5px;
    margin-bottom: 30px;
  }
}
.products__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 140px;
  margin-top: auto;
  padding: 12px 24px;
  background: #76b900;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.products__btn:hover {
  opacity: 0.85;
}

.data {
  text-align: center;
  padding: 60px 0;
}
@media (min-width: 996px) {
  .data {
    padding: 90px 0;
  }
}
.data__title h2 {
  margin: 0 0 20px;
  font-family: var(--fontT);
  font-weight: 600;
  color: var(--color-white);
  font-size: 22px;
  line-height: 1.25;
}
@media (min-width: 996px) {
  .data__title h2 {
    font-size: 28px;
    line-height: 35px;
  }
}
.data__title h2 {
  margin-bottom: 40px;
}
@media (min-width: 996px) {
  .data__title h2 {
    margin-bottom: 60px;
  }
}
.data__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}
@media (min-width: 996px) {
  .data__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 60px;
  }
}
.data__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.data__label {
  margin: 0 0 20px;
  font-family: var(--fontT);
  font-weight: 700;
  color: var(--color-white);
  font-size: 18px;
  line-height: 1.25;
}
@media (min-width: 996px) {
  .data__label {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 30px;
  }
}
.data__stat {
  margin: 0 0 20px;
  font-family: var(--fontT);
  font-weight: 700;
  color: var(--color-white);
  font-size: 48px;
  line-height: 1;
}
@media (min-width: 996px) {
  .data__stat {
    font-size: 64px;
    margin-bottom: 30px;
  }
}
.data__desc {
  margin: 0;
  color: var(--color-gray-300);
  font-size: 16px;
}
@media (min-width: 996px) {
  .data__desc {
    font-size: 18px;
  }
}
.data__note {
  width: 100%;
  margin: 0 auto;
  color: var(--color-gray-600);
  font-size: 11px;
  line-height: 15px;
}
@media (min-width: 996px) {
  .data__note {
    width: 80%;
  }
}

.learning {
  overflow: hidden;
  background: #161616;
  margin-bottom: 90px;
}
@media (min-width: 996px) {
  .learning {
    margin-bottom: 90px;
  }
}
.learning__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 996px) {
  .learning__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.learning__content {
  padding: 60px 20px;
  z-index: 2;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 996px) {
  .learning__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 90px 0px 90px max(20px, (100vw - 1280px) / 2 + 40px);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.learning__label {
  margin: 0 0 20px;
  font-family: var(--fontT);
  font-weight: 700;
  color: var(--color-white);
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
}
@media (min-width: 996px) {
  .learning__label {
    font-size: 18px;
    line-height: 22.5px;
    margin-bottom: 30px;
    text-align: left;
  }
}
.learning__title {
  margin: 0 0 20px;
  font-family: var(--fontT);
  font-weight: 600;
  color: var(--color-white);
  font-size: 22px;
  line-height: 1.25;
}
@media (min-width: 996px) {
  .learning__title {
    font-size: 28px;
    line-height: 35px;
  }
}
.learning__title {
  text-align: center;
}
@media (min-width: 996px) {
  .learning__title {
    text-align: left;
  }
}
.learning__text {
  margin: 0;
  color: var(--color-white);
  font-size: 16px;
}
@media (min-width: 996px) {
  .learning__text {
    font-size: 18px;
  }
}
.learning__text {
  text-align: center;
}
@media (min-width: 996px) {
  .learning__text {
    text-align: left;
  }
}
.learning__pic {
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 996px) {
  .learning__pic {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    min-width: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.learning__pic::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 10%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#161616), to(transparent));
  background: linear-gradient(to right, #161616, transparent);
  pointer-events: none;
}
.learning__pic img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 996px) {
  .learning__pic img {
    min-height: 500px;
    height: 100%;
    -o-object-position: center;
       object-position: center;
  }
}

.card {
  background: #000;
  padding: 0px 0 90px;
}
.card__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 996px) {
  .card__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card__pic {
  display: block;
  margin: 0 0 30px;
}
.card__pic img {
  display: block;
  width: 100%;
  height: auto;
}
.card__title {
  margin: 0 0 30px;
  font-family: var(--fontT);
  font-weight: 700;
  color: var(--color-white);
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
}
@media (min-width: 996px) {
  .card__title {
    text-align: left;
    font-size: 18px;
    line-height: 22.5px;
  }
}
.card__text {
  margin: 0;
  color: var(--color-white);
  font-size: 16px;
}
@media (min-width: 996px) {
  .card__text {
    font-size: 18px;
  }
}
.card__text {
  line-height: 25px;
  text-align: center;
}
@media (min-width: 996px) {
  .card__text {
    text-align: left;
  }
}

.performance {
  padding: 0 0 90px;
  text-align: center;
}
.performance__txtbox {
  margin: 25px auto;
}
@media (min-width: 996px) {
  .performance__txtbox {
    padding: 25px 0;
  }
}
.performance__title {
  margin: 0 0 30px;
  font-family: var(--fontT);
  font-weight: 700;
  color: var(--color-white);
  font-size: 20px;
  line-height: 1.25;
}
@media (min-width: 996px) {
  .performance__title {
    font-size: 25px;
  }
}
.performance__chart {
  margin: 0 auto;
  width: 100%;
  overflow: visible;
}
@media (min-width: 1300px) {
  .performance__chart {
    width: 85%;
  }
}
.performance__legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px 16px;
  margin-bottom: 30px;
}
.performance__legend-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.performance__legend-entry small {
  font-size: 12px;
  line-height: 1.25;
  color: var(--color-white);
}
.performance__legend-square {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}
.performance__legend-square--rtx {
  background: #76b900;
}
.performance__legend-square--m5 {
  background: #b3b3b3;
}
.performance__legend-square--base {
  background: #4e4e4e;
}
.performance__content {
  position: relative;
  padding-bottom: 30px;
  overflow: visible;
}
.performance__axis {
  position: absolute;
  top: 0;
  left: calc(20% + 10px);
  width: calc(65% - 10px);
  height: calc(100% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #4e4e4e;
  border-bottom: 1px solid #4e4e4e;
  border-right: 1px solid #4e4e4e;
  pointer-events: none;
}
.performance__axis-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  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;
}
.performance__axis-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #4e4e4e;
}
.performance__axis-item:last-child::before {
  display: none;
}
.performance__axis-item p {
  margin: 0 -7px -30px 0;
  font-size: 11px;
  line-height: 1;
  color: var(--color-gray-600);
  text-transform: uppercase;
}
.performance__axis-item {
  /*&:last-child p
  * margin-right: -7px */
}
.performance__table {
  position: relative;
  z-index: 2;
}
.performance__table.delighter .performance__bar p {
  width: 0;
  -webkit-animation: none;
          animation: none;
}
.performance__table.delighter.started .performance__bar p {
  -webkit-animation: performance-bar-grow 0.7s linear forwards;
          animation: performance-bar-grow 0.7s linear forwards;
}
.performance__table.delighter.started.is-static .performance__bar p {
  width: 100%;
  -webkit-animation: none;
          animation: none;
}
@media (prefers-reduced-motion: reduce) {
  .performance__table.delighter .performance__bar p {
    width: 100%;
    -webkit-animation: none;
            animation: none;
  }
}
.performance__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 15px 0;
}
.performance__row-name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  font-family: var(--fontT);
  font-weight: 700;
  font-size: 12px;
  line-height: 1.25;
  color: var(--color-white);
  text-align: right;
}
@media (min-width: 996px) {
  .performance__row-name {
    font-size: 14px;
  }
}
.performance__row-name--game {
  font-style: italic;
}
.performance__row-bars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  width: 63%;
}
.performance__row-bars--overflow {
  overflow: visible;
}
.performance__bar-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
}
.performance__bar {
  min-height: 19px;
  overflow: hidden;
}
.performance__bar p {
  display: block;
  margin: 0;
  padding-right: 5px;
  width: 0;
  min-height: 19px;
  font-size: 12px;
  line-height: 19px;
  color: var(--color-white);
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.performance__bar--rtx p {
  background: #76b900;
}
.performance__bar--beyond {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(100% + 36px);
  overflow: hidden;
}
.performance__bar--beyond p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 4px;
}
.performance__bar--m5 p {
  background: #b3b3b3;
}
.performance__bar--base p {
  background: #4e4e4e;
}
.performance__bar[style="width: 101%"] {
  width: 97% !important;
}
@media (min-width: 996px) {
  .performance__bar[style="width: 101%"] {
    width: 101% !important;
  }
}
.performance__bar-break {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin-top: -5px;
  letter-spacing: 0px;
  line-height: 1;
}
.performance__bar-value {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: var(--fontT);
  font-weight: 700;
  font-size: 12px;
  line-height: 19px;
  color: #76b900;
}
.performance__axis-label {
  margin: 30px 0 0;
  padding-right: calc(20% + 10px);
  font-size: 12px;
  line-height: 1.25;
  color: var(--color-gray-600);
  text-align: center;
}
.performance__note {
  margin: 30px auto 0;
  font-size: 11px;
  line-height: 15px;
  color: var(--color-gray-600);
  text-align: center;
}
@media (min-width: 996px) {
  .performance__note {
    width: 90%;
  }
}

@-webkit-keyframes performance-bar-grow {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes performance-bar-grow {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.gaming {
  overflow: hidden;
  background: #161616;
  margin-bottom: 90px;
}
@media (min-width: 996px) {
  .gaming {
    margin-bottom: 90px;
  }
}
.gaming__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 996px) {
  .gaming__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.gaming__pic {
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 996px) {
  .gaming__pic {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    min-width: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.gaming__pic::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 10%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#161616), to(transparent));
  background: linear-gradient(to left, #161616, transparent);
  pointer-events: none;
}
.gaming__pic img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 996px) {
  .gaming__pic img {
    min-height: 500px;
    height: 100%;
    -o-object-position: center;
       object-position: center;
  }
}
.gaming__content {
  padding: 60px 25px;
  z-index: 2;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 996px) {
  .gaming__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 640px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.gaming__label {
  margin: 0 0 20px;
  font-family: var(--fontT);
  font-weight: 700;
  color: var(--color-white);
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
}
@media (min-width: 996px) {
  .gaming__label {
    font-size: 18px;
    line-height: 22.5px;
    margin-bottom: 30px;
    text-align: left;
  }
}
.gaming__title {
  margin: 0 0 20px;
  font-family: var(--fontT);
  font-weight: 600;
  color: var(--color-white);
  font-size: 22px;
  line-height: 1.25;
}
@media (min-width: 996px) {
  .gaming__title {
    font-size: 28px;
    line-height: 35px;
  }
}
.gaming__title {
  text-align: center;
}
@media (min-width: 996px) {
  .gaming__title {
    text-align: left;
  }
}
.gaming__text {
  margin: 0;
  color: var(--color-white);
  font-size: 16px;
}
@media (min-width: 996px) {
  .gaming__text {
    font-size: 18px;
  }
}
.gaming__text {
  text-align: center;
}
@media (min-width: 996px) {
  .gaming__text {
    text-align: left;
  }
}

.creating {
  overflow: hidden;
  background: #161616;
  margin-bottom: 90px;
}
@media (min-width: 996px) {
  .creating {
    margin-bottom: 90px;
  }
}
.creating__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 996px) {
  .creating__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.creating__content {
  padding: 60px 20px;
  z-index: 2;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 996px) {
  .creating__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 90px 0px 90px max(20px, (100vw - 1280px) / 2 + 40px);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.creating__label {
  margin: 0 0 20px;
  font-family: var(--fontT);
  font-weight: 700;
  color: var(--color-white);
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
}
@media (min-width: 996px) {
  .creating__label {
    font-size: 18px;
    line-height: 22.5px;
    margin-bottom: 30px;
    text-align: left;
  }
}
.creating__title {
  margin: 0 0 20px;
  font-family: var(--fontT);
  font-weight: 600;
  color: var(--color-white);
  font-size: 22px;
  line-height: 1.25;
}
@media (min-width: 996px) {
  .creating__title {
    font-size: 28px;
    line-height: 35px;
  }
}
.creating__title {
  text-align: center;
}
@media (min-width: 996px) {
  .creating__title {
    text-align: left;
  }
}
.creating__text {
  margin: 0;
  color: var(--color-white);
  font-size: 16px;
}
@media (min-width: 996px) {
  .creating__text {
    font-size: 18px;
  }
}
.creating__text {
  text-align: center;
}
@media (min-width: 996px) {
  .creating__text {
    text-align: left;
  }
}
.creating__pic {
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 996px) {
  .creating__pic {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    min-width: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.creating__pic::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 10%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#161616), to(transparent));
  background: linear-gradient(to right, #161616, transparent);
  pointer-events: none;
}
.creating__pic img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 996px) {
  .creating__pic img {
    min-height: 500px;
    height: 100%;
    -o-object-position: center;
       object-position: center;
  }
}

.apps {
  padding: 60px 0;
  overflow: hidden;
  text-align: center;
  background: #161616;
}
@media (min-width: 996px) {
  .apps {
    padding: 90px 0;
  }
}
.apps__title {
  margin: 0 0 20px;
  font-family: var(--fontT);
  font-weight: 600;
  color: var(--color-white);
  font-size: 22px;
  line-height: 1.25;
}
@media (min-width: 996px) {
  .apps__title {
    font-size: 28px;
    line-height: 35px;
  }
}
.apps__title {
  margin: 0 0 30px;
}
.apps__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.apps__track {
  overflow: hidden;
  width: 100%;
}
.apps__track--left > .apps__strip {
  -webkit-animation: apps-marquee-left-xs 35s linear infinite;
          animation: apps-marquee-left-xs 35s linear infinite;
}
@media (min-width: 996px) {
  .apps__track--left > .apps__strip {
    -webkit-animation-name: apps-marquee-left-lg;
            animation-name: apps-marquee-left-lg;
  }
}
.apps__track--right > .apps__strip {
  -webkit-animation: apps-marquee-right-xs 35s linear infinite;
          animation: apps-marquee-right-xs 35s linear infinite;
}
@media (min-width: 996px) {
  .apps__track--right > .apps__strip {
    -webkit-animation-name: apps-marquee-right-lg;
            animation-name: apps-marquee-right-lg;
  }
}
.apps__strip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.apps__bar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 69px;
  width: 1520.8411764706px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
}
@media (min-width: 996px) {
  .apps__bar {
    height: 86px;
    width: 1895.5411764706px;
  }
}
.apps__bar--1 {
  background-image: url("https://storage-asset.msi.com/event/2026/nb/nvidia-bts-season-2026/images/icon-bar-1.png");
}
.apps__bar--2 {
  background-image: url("https://storage-asset.msi.com/event/2026/nb/nvidia-bts-season-2026/images/icon-bar-2.png");
}
.apps__bar--3 {
  background-image: url("https://storage-asset.msi.com/event/2026/nb/nvidia-bts-season-2026/images/icon-bar-3.png");
}

@-webkit-keyframes apps-marquee-left-xs {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-1520.8411764706px, 0, 0);
            transform: translate3d(-1520.8411764706px, 0, 0);
  }
}

@keyframes apps-marquee-left-xs {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-1520.8411764706px, 0, 0);
            transform: translate3d(-1520.8411764706px, 0, 0);
  }
}
@-webkit-keyframes apps-marquee-left-lg {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-1895.5411764706px, 0, 0);
            transform: translate3d(-1895.5411764706px, 0, 0);
  }
}
@keyframes apps-marquee-left-lg {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-1895.5411764706px, 0, 0);
            transform: translate3d(-1895.5411764706px, 0, 0);
  }
}
@-webkit-keyframes apps-marquee-right-xs {
  from {
    -webkit-transform: translate3d(-1520.8411764706px, 0, 0);
            transform: translate3d(-1520.8411764706px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes apps-marquee-right-xs {
  from {
    -webkit-transform: translate3d(-1520.8411764706px, 0, 0);
            transform: translate3d(-1520.8411764706px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes apps-marquee-right-lg {
  from {
    -webkit-transform: translate3d(-1895.5411764706px, 0, 0);
            transform: translate3d(-1895.5411764706px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes apps-marquee-right-lg {
  from {
    -webkit-transform: translate3d(-1895.5411764706px, 0, 0);
            transform: translate3d(-1895.5411764706px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.powered {
  overflow: hidden;
  background: #000;
  padding: 60px 0;
}
@media (min-width: 996px) {
  .powered {
    padding: 90px 0;
  }
}
.powered__head {
  margin-bottom: 40px;
}
@media (min-width: 996px) {
  .powered__head {
    margin-bottom: 60px;
  }
}
.powered__heading {
  margin: 0 0 20px;
  font-family: var(--fontT);
  font-weight: 600;
  color: var(--color-white);
  font-size: 22px;
  line-height: 1.25;
}
@media (min-width: 996px) {
  .powered__heading {
    font-size: 28px;
    line-height: 35px;
  }
}
.powered__heading {
  margin: 0;
  text-align: center;
}
.powered__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 996px) {
  .powered__inner {
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
}
.powered__content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 996px) {
  .powered__content {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding: 0 25px 0 0;
  }
}
.powered__label {
  margin: 0 0 20px;
  font-family: var(--fontT);
  font-weight: 700;
  color: var(--color-white);
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
}
@media (min-width: 996px) {
  .powered__label {
    font-size: 18px;
    line-height: 22.5px;
    margin-bottom: 30px;
    text-align: left;
  }
}
.powered__title {
  margin: 0 0 20px;
  font-family: var(--fontT);
  font-weight: 600;
  color: var(--color-white);
  font-size: 22px;
  line-height: 1.25;
}
@media (min-width: 996px) {
  .powered__title {
    font-size: 28px;
    line-height: 35px;
  }
}
.powered__title {
  margin: 0 0 20px;
  text-align: center;
}
@media (min-width: 996px) {
  .powered__title {
    margin-bottom: 30px;
    text-align: left;
  }
}
.powered__text {
  margin: 0;
  color: var(--color-white);
  font-size: 15px;
  line-height: 25px;
  text-align: center;
}
@media (min-width: 996px) {
  .powered__text {
    text-align: left;
  }
}
.powered__pic {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  min-width: 0;
}
@media (min-width: 996px) {
  .powered__pic {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.powered__pic img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 996px) {
  .powered__pic img {
    min-height: 400px;
    height: 100%;
    -o-object-position: center;
       object-position: center;
  }
}

.pagefooter {
  background: #000;
  padding: 0px 0 90px;
}
.pagefooter__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-bottom: 25px;
}
.pagefooter__logo img {
  max-width: 140px;
}
.pagefooter__inner {
  padding: 60px 0 0 0;
}
.pagefooter__logo-placeholder {
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 160px;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid #999999;
  color: #999999;
  font-family: var(--fontT);
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 996px) {
  .pagefooter__logo-placeholder {
    min-width: 200px;
    min-height: 60px;
    font-size: 14px;
  }
}
.pagefooter__legal {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.pagefooter__legal p {
  margin: 0;
}
.pagefooter__legal p + p {
  margin-top: 15px;
}/*# sourceMappingURL=main.css.map */