<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'NVIDIA Bold';
  src: url('/fonts/NVIDIASans_Bold.woff');
}
@font-face {
  font-family: 'NVIDIA Regular';
  src: url('/fonts/NVIDIASans_Regular.woff');
}
@font-face {
  font-family: 'NVIDIA Italic';
  src: url('/fonts/NVIDIASans_Italic.woff');
}
@font-face {
  font-family: 'NVIDIA Light';
  src: url('/fonts/NVIDIASans_Light.woff');
}
@font-face {
  font-family: 'NVIDIA Medium';
  src: url('/fonts/NVIDIASans_Medium.woff');
}
@font-face {
  font-family: 'NVIDIA Medium Italic';
  src: url('/fonts/NVIDIASans_MediumItalic.woff');
}

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 */
  position: relative;
} 
.nvid-feat2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
}

section#main.main-ind{
 	padding: 0; 
}
.landing-wrapper{
	background-color:#000
}
.landing-wrapper h1,.landing-wrapper h2,.landing-wrapper h3{
	font-family:'NVIDIA Bold';
	font-size:54px;
	font-weight:700;
	color:#fff;
	text-transform:none;
}
.landing-wrapper p{
	font-family: 'NVIDIA Regular';
}
.landing-wrapper h1{
	font-size:54px;
	margin-bottom:15px
}
.landing-wrapper h2{
	font-family: 'NVIDIA Medium';
	font-weight: normal;
	font-size:34px;
	margin-bottom:5px;
	text-transform: none;
}
.landing-wrapper h3{
	font-size:26px;
	color:#fff;
	margin-bottom:30px;
	line-height:1.2
}
.landing-wrapper p{
	color:#fff;
	margin-bottom:10px
}
.landing-wrapper p:last-of-type{
	margin:0
}
.landing-container{
	max-width:1170px;
	margin:0 auto
}
.landing-wrapper picture{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	z-index:0;
	width:100%;
	max-width:1920px;
	margin:0 auto
}
.landing-wrapper picture img{
	object-fit:cover;
	object-position:60% 50%;
	height:100%;
	user-select:none;
	width:100%
}
.landing-feat1-inner-text sup {
	font-size:20px;
}
.landing-feat1-inner-text i {
	padding-left:5px;
}
.landing-feat1-inner-text a:link {
	color:#76b900;
	padding-right:20px;
	font-weight:bold;
}
.landing-feat1-inner-text a:hover {
	color:#ffffff !important;
}
.landing-feat1-inner-text a:visited {
	color:#76b900;
}
p.nvid-disclaimer{
	color:#666;
	font-size:13px
}
.nvid-feat1{
	position:relative;
	padding:40px
}
.nvid-title{
	position:relative;
	width:45%;
	z-index:1
}
.nvid-feat1 .landing-container{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	min-height:600px
}
.nvid-title p {
	font-size:18px;
	padding-bottom:15px;
}
.nvid-title h2{
	font-family: 'NVIDIA Bold';
	font-size:30px;
	color:#fff;
	max-width:600px;
	margin-bottom:30px
}
.nvid-title img{
	display:block;
	margin:30px 0;
}
.nvid-feat2{
	background-color:#000000;
	padding:80px 40px;
	text-align:center
}
.nvid-feat2 p {
	font-size:20px;
}
.nvid-feat2 h2{
	font-family: 'NVIDIA Bold';
	color:#fff;
	padding-bottom: 30px;
}
.nvid-feat2 h3{
	padding: 20px 0 10px 0;
	margin-bottom: 0;
}
.nvid-feat2 iframe {
	margin-bottom:50px;
}
@media screen and (max-width:1170px){
	.landing-wrapper picture{
		position:static
	}
	.landing-wrapper picture img{
		height:auto
	}
	.nvid-feat1{
		padding:0
	}
	.nvid-title{
		width:100%;
		padding:20px 40px
	}
}</pre></body></html>