p {
  margin-bottom: 1.6vw;
  font-size: 1.4em;
  line-height: 1.4;
}

.body-nvidia {
  background-color: #000;
  color: #fff;
  font-size: 1vw;
  line-height: 1.4;
  font-weight: 400;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://media.currys.biz/i/currysprod/hero--desktop.jpg');
  background-position: 50% 0%;
  background-size: auto 60vw;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.heading-1 {
  margin-top: 0px;
  margin-bottom: 1.6vw;
  font-family: GeForce, sans-serif;
  color: #76b900;
  font-size: 4.2em;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.heading-1-smaller {
  display: block;
  margin-top: 0.8vw;
  color: #fff;
  font-size: 0.5em;
}

.intro {
  margin-bottom: 2.4vw;
  font-size: 1.5em;
  line-height: 1.4;
  color: #fff;
}

.container {
  position: relative;
  max-width: 85vw;
}

.logo-geforce-rtx {
  width: 10.5vw;
  margin-top: 4vw;
}

.section {
  position: relative;
  padding-top: 4vw;
  padding-bottom: 4vw;
}

.section.section-rtx-its-on {
  padding-top: 5vw;
  padding-bottom: 5vw;
  background-image: url('https://media.currys.biz/i/currysprod/bg__rtx-its-on.png');
  background-position: 0% 50%;
  background-repeat: no-repeat;
}


.section.section-get-faster-performance {
  background-image: url('https://media.currys.biz/i/currysprod/bg__get-faster-performance.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section.section-more-immersive {
  min-height: 100vh;
}

.section.section-ai-powered-home {
  padding-top: 10vw;
  padding-bottom: 10vw;
  background-image: url('https://media.currys.biz/i/currysprod/bg__ai-powered.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section.section-game-ready-drivers {
  padding-top: 10vw;
  padding-bottom: 10vw;
  background-image: url('https://media.currys.biz/i/currysprod/bg__game-ready-drivers.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.section-gear-up-for-school {
  padding-top: 10vw;
  padding-bottom: 10vw;
  background-image: url('https://media.currys.biz/i/currysprod/bg__gear-up-for-school.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.section-additional-features {
  background-color: #1a1a1a;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 2vw;
  font-family: GeForce, sans-serif;
  font-size: 3.6em;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 2vw;
  font-family: GeForce, sans-serif;
  color: #76b900;
  font-size: 2.4em;
  line-height: 1.2;
  font-weight: 700;
}

.icon-laptop {
  display: block;
  width: 24.3vw;
  margin-right: auto;
  margin-bottom: 1.6vw;
  margin-left: auto;
}

.text-center {
  text-align: center;
}

.pb-0 {
  margin-bottom: 0px;
}

.heading-6 {
  font-family: 'DIN Pro', sans-serif;
  font-size: 1.6em;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.heading-5 {
  margin-top: 2vw;
  margin-bottom: 2vw;
  font-family: 'DIN Pro', sans-serif;
  font-size: 2.4em;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.button {
  background-color: #76b900;
  font-family: 'DIN Pro', sans-serif;
  font-size: 1.6em;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.product-container {
  margin-bottom: 2.4vw;
}

.video-preview {
  margin-bottom: 2.4vw;
}

.text-grey {
  color: #999;
}

.slider-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.slider-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: url('https://media.currys.biz/i/currysprod/image__rtx-off.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.slider-right {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-image: url('https://media.currys.biz/i/currysprod/image__rtx-on.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.slider-bar {
  position: absolute;
  left: 50%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  width: 6px;
  background-color: #77b902;
  cursor: col-resize;
}

.top-gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 30vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), color-stop(50%, rgba(0, 0, 0, 0.8)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8) 50%, transparent);
}

.rtx-off {
  position: absolute;
  left: 2vw;
  top: auto;
  right: auto;
  bottom: 2vw;
  z-index: 4;
  font-family: GeForce, sans-serif;
  font-size: 2.2vw;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.rtx-on {
  position: absolute;
  left: auto;
  top: auto;
  right: 2vw;
  bottom: 2vw;
  z-index: 4;
  font-family: GeForce, sans-serif;
  font-size: 2.2vw;
  line-height: 1.2;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}

.text-green {
  color: #76b900;
}

.logo-cyberpunk {
  width: 20.8vw;
  margin-bottom: 2vw;
}

.image-optimised-power-laptop {
  width: 40vw;
}

.list {
  display: -ms-grid;
  display: grid;
  padding-left: 7vw;
  padding-right: 7vw;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-size: 1.5em;
  list-style-type: decimal;
}

.list-item {
  margin-bottom: 1.6vw;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns.row-reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.columns.columns-height-100 {
  margin-bottom: 20px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-built-for-live-streaming {
  width: 85vw;
}

.desktop-hide {
  display: none;
}

.text-link {
  color: #76b900;
  font-weight: 400;
}

.card-container {
  height: 100%;
  background-color: #000;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.card-copy {
  padding: 0.8vw;
}

.card-image {
  width: 100%;
}

.paragraph {
  font-size: 1.4em;
}

.footer {
  padding-bottom: 4vw;
  background-color: #000;
}

.footer-copy {
  margin-top: 2vw;
  color: #666;
  font-size: 1.2em;
}

@media screen and (min-width: 1440px) {
  .body-nvidia {
    font-size: 14px;
  }

  .hero {
    min-height: 80vh;
  }

  .container {
    max-width: 1200px;
  }
}

@media screen and (max-width: 991px) {
  .body-nvidia {
    font-size: 11px;
    text-align: center;
  }

  .hero {
    display: block;
    background-image: none;
  }

  .section {
    padding-top: 10vw;
    padding-bottom: 10vw;
	  background-color: 000;
  }

  .section.section-rtx-its-on {
    padding-top: 0vw;
    background-image: none;
  }

  .section.section-more-immersive {
    min-height: 90vh;
  }

  .section.section-ai-powered-home {
    padding-top: 0vw;
    background-image: none;
  }

  .section.section-game-ready-drivers {
    padding-top: 0vw;
    background-image: none;
  }

  .section.section-gear-up-for-school {
    padding-top: 0vw;
    background-image: none;
  }

  .product-container {
    margin-bottom: 10vw;
  }

  .slider-left {
    background-position: -200px 50%;
    background-size: auto 91vh;
  }

  .slider-right {
    background-position: -200px 50%;
    background-size: auto 91vh;
    background-attachment: fixed;
  }

  .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .list-item {
    font-size: 16px;
    text-align: left;
  }

  .columns {
    display: block;
  }

  .columns.row-reverse {
    display: block;
  }

  .columns.columns-height-100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .desktop-hide {
    display: block;
    margin-bottom: 10vw;
  }

  .image {
    margin-bottom: 10vw;
  }

  .image-2 {
    margin-bottom: 10vw;
  }
}

@media screen and (max-width: 767px) {
  .columns.columns-height-100 {
    display: block;
    margin-bottom: 0px;
  }

  .column {
    margin-bottom: 20px;
  }
}

@font-face {
  font-family: 'DIN Pro';
  src: url('fonts/DINProMedium.woff2') format('woff2'), url('fonts/DINProMedium.eot') format('embedded-opentype'), url('fonts/DINProMedium.woff') format('woff'), url('fonts/DINProMedium.ttf') format('truetype'), url('fonts/DINProMedium.svg') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DIN Pro';
  src: url('fonts/DINProLight.woff2') format('woff2'), url('fonts/DINProLight.eot') format('embedded-opentype'), url('fonts/DINProLight.woff') format('woff'), url('fonts/DINProLight.ttf') format('truetype'), url('fonts/DINProLight.svg') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DIN Pro';
  src: url('fonts/DINProRegular.woff2') format('woff2'), url('fonts/DINProRegular.eot') format('embedded-opentype'), url('fonts/DINProRegular.woff') format('woff'), url('fonts/DINProRegular.ttf') format('truetype'), url('fonts/DINProRegular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DIN Pro';
  src: url('fonts/DINProBlack.woff2') format('woff2'), url('fonts/DINProBlack.eot') format('embedded-opentype'), url('fonts/DINProBlack.woff') format('woff'), url('fonts/DINProBlack.ttf') format('truetype'), url('fonts/DINProBlack.svg') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DIN Pro';
  src: url('fonts/DINProBold.woff2') format('woff2'), url('fonts/DINProBold.eot') format('embedded-opentype'), url('fonts/DINProBold.woff') format('woff'), url('fonts/GeForceBold.woff') format('woff'), url('fonts/DINProBold.ttf') format('truetype'), url('fonts/GeForceBold.ttf') format('truetype'), url('fonts/DINProBold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GeForce';
  src: url('fonts/GeForceBold.woff2') format('woff2'), url('fonts/GeForceBold.eot') format('embedded-opentype'), url('fonts/GeForceBold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}