<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: 'GeForceLight';
	src: url(../../fonts/GeForceLight.eot);
	src: url(../../fonts/GeForceLight.woff) format('woff'), url(../../fonts/GeForceLight.ttf) format('truetype');
}

@font-face {
	font-family: 'GeForceBold';
	src: url(../../fonts/GeForceBold.eot);
	src: url(../../fonts/GeForceBold.woff) format('woff'), url(../../fonts/GeForceBold.ttf) format('truetype');
}

body {
	font-family: NVIDIA, Arial, Helvetica, Sans-Serif;
}

a {
	color: #76b900;
}

a:hover {
	color: #333;
}

a:active {
	color: #777;
}

.transitionAll {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.fontSmall,
.fontSmall p {
	font-size: 11px;
	line-height: 14px;
}

.fontSmall p {
	margin: 10px 0;
}

.noSelection {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.shadowBox-light {
	border: solid 1px #e4e4e4;
	-moz-box-shadow: 0px 0px 3px #e4e4e4;
	-webkit-box-shadow: 0px 0px 3px #e4e4e4;
	box-shadow: 0px 0px 3px #e4e4e4;
}

#leftBar {
	padding-top: 20px;
	width: 50px;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 200;
}

#leftBar .leftBar-item {
	margin-top: 10px;
}

@media screen and (min-width:1200px) {
	#leftBar {
		padding-top: 20px;
		width: 50px;
		position: fixed;
		top: 0px;
		bottom: 0px;
		left: 0px;
	}

	#leftBar .leftBar-item {
		margin-top: 10px;
	}
}

html,
body {
	height: 100%;
	width: 100%;
}

.popup {
	display: none;
	z-index: 200;
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	color: #000;
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	_position: absolute;
	_height: 100%;
	_width: 100%;
	_background: #fff;
}

.popup-content {
	width: 600px;
	margin-left: -300px;
	position: absolute;
	top: 20%;
	left: 50%;
	background: #fff;
}

.popup-close {
	position: absolute;
	right: 9px;
	top: 9px;
	cursor: pointer;
	zoom: 1;
	z-index: 1;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.popup-close:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.popup-content .popup-header {
	height: 50px;
	padding: 0px 20px;
	font-size: 17px;
	font-weight: bold;
	color: #000;
	text-transform: capitalize;
	line-height: 50px;
	background: url(../images/nvidia/popup-headerBackground.png);
}

.popup-content .popup-body {
	padding: 20px;
	font-size: 13px;
	line-height: 18px;
}

.nvfpopup {
	cursor: pointer;
}

.clipboard {
	color: #76b900;
	text-decoration: underline;
	cursor: pointer;
}

.clipboard:hover {
	color: #333;
	text-decoration: none;
}

.clipboard:active {
	color: #777;
	text-decoration: none;
}

.nvbutton {
	cursor: pointer;
	color: #fff;
	font: bold 12px "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
	font-weight: bold;
	background-color: #4c9300;
	*zoom: 1;
	background-image: -moz-linear-gradient(top, #90C247 0%, #83B939 13%, #62A217 33%, #569A0B 42%, #4E9402 50%, #4C9300 54%, #4C9300 100%);
	background-image: -webkit-linear-gradient(top, #90C247 0%, #83B939 13%, #62A217 33%, #569A0B 42%, #4E9402 50%, #4C9300 54%, #4C9300 100%);
	background-image: -o-linear-gradient(top, #90C247 0%, #83B939 13%, #62A217 33%, #569A0B 42%, #4E9402 50%, #4C9300 54%, #4C9300 100%);
	background-image: -ms-linear-gradient(top, #90C247 0%, #83B939 13%, #62A217 33%, #569A0B 42%, #4E9402 50%, #4C9300 54%, #4C9300 100%);
	background-image: linear-gradient(top, #90C247 0%, #83B939 13%, #62A217 33%, #569A0B 42%, #4E9402 50%, #4C9300 54%, #4C9300 100%);
	border: medium none;
	border-radius: 3px;
	display: inline-block;
	padding: 5px 20px;
	text-decoration: none;
	text-align: center;
	text-shadow: none;
	text-transform: capitalize;
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.nvbutton-gray {
	background-color: #646966;
	*zoom: 1;
	background-image: -webkit-linear-gradient(top, #a0a0a0 0%, #959595 13%, #737373 38%, #676767 50%, #666666 100%);
	background-image: -moz-linear-gradient(top, #a0a0a0 0%, #959595 13%, #737373 38%, #676767 50%, #666666 100%);
	background-image: -o-linear-gradient(top, #a0a0a0 0%, #959595 13%, #737373 38%, #676767 50%, #666666 100%);
	background-image: -ms-linear-gradient(top, #a0a0a0 0%, #959595 13%, #737373 38%, #676767 50%, #666666 100%);
	background-image: linear-gradient(top, #a0a0a0 0%, #959595 13%, #737373 38%, #676767 50%, #666666 100%);
}

.nvbutton:hover {
	background-color: #7dbf0b;
	*zoom: 1;
	color: #fff;
	background-image: -moz-linear-gradient(top, #aad847 0%, #a0d339 13%, #82c111 38%, #77bb02 50%, #76ba00 100%);
	background-image: -webkit-linear-gradient(top, #aad847 0%, #a0d339 13%, #82c111 38%, #77bb02 50%, #76ba00 100%);
	background-image: -o-linear-gradient(top, #aad847 0%, #a0d339 13%, #82c111 38%, #77bb02 50%, #76ba00 100%);
	background-image: -ms-linear-gradient(top, #aad847 0%, #a0d339 13%, #82c111 38%, #77bb02 50%, #76ba00 100%);
	background-image: linear-gradient(top, #aad847 0%, #a0d339 13%, #82c111 38%, #77bb02 50%, #76ba00 100%);
}

.nvbutton-gray:hover {
	background-color: #646966;
	*zoom: 1;
	background-image: -moz-linear-gradient(top, #bbbbbb 0%, #949494 100%);
	background-image: -webkit-linear-gradient(top, #bbbbbb 0%, #949494 100%);
	background-image: -o-linear-gradient(top, #bbbbbb 0%, #949494 100%);
	background-image: -ms-linear-gradient(top, #bbbbbb 0%, #949494 100%);
	background-image: linear-gradient(top, #bbbbbb 0%, #949494 100%);
}

.nvbutton:active {
	border-color: #999999 #bbbbbb #dddddd;
	color: #fff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25) inset;
}

.nvbutton[disabled=disabled],
.nvbutton-disabled,
.nvbutton-disabled:hover,
.nvbutton-disabled:active {
	background-color: #808080;
	*zoom: 1;
	background-image: -webkit-linear-gradient(top, #a0a0a0 0%, #959595 13%, #737373 38%, #676767 50%, #666666 100%);
	background-image: -moz-linear-gradient(top, #a0a0a0 0%, #959595 13%, #737373 38%, #676767 50%, #666666 100%);
	background-image: -o-linear-gradient(top, #a0a0a0 0%, #959595 13%, #737373 38%, #676767 50%, #666666 100%);
	background-image: -ms-linear-gradient(top, #a0a0a0 0%, #959595 13%, #737373 38%, #676767 50%, #666666 100%);
	background-image: linear-gradient(top, #a0a0a0 0%, #959595 13%, #737373 38%, #676767 50%, #666666 100%);
	cursor: default;
	color: #bbb;
}

input[type=text],
input[type=email],
input[type=password],
textarea,
.file {
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	border: 1px solid #cccccc;
}

input,
textarea {
	padding: 3px 5px;
	font-family: NVIDIA, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	line-height: 14px;
}

.file {
	padding: 1px 2px;
}

input:focus,
textarea:focus {
	box-shadow: 0 0 3px 0 #757575;
	z-index: 1;
}

.filefp-container&gt;.nvbutton {
	float: none !important;
	margin-bottom: 5px;
	max-width: 100px;
}

.checkboxContainer {
	display: inline-block;
	margin-bottom: 3px;
}

.checkBox {
	background: url(../images/nvidia/checkboxOff.png) no-repeat scroll 0 0 transparent;
	height: 15px;
	width: 16px;
	margin: 0 5px -2px 0;
	cursor: pointer;
	display: inline-block;
}

.checkboxContainer label {
	position: relative;
	cursor: pointer;
}

.checkBoxOn {
	background: url(../images/nvidia/checkboxOn.png) no-repeat scroll 0 0 transparent;
}

.checkBoxDisabledOff {
	background: url(../images/nvidia/checkboxDisabledOff.png) no-repeat scroll 0 0 transparent;
}

.checkBoxDisabledOn {
	background: url(../images/nvidia/checkboxDisabledOn.png) no-repeat scroll 0 0 transparent;
}

.file {
	display: inline;
	height: 20px;
}

.inputFile {
	display: inline;
	position: absolute;
	overflow: hidden;
	padding: 2px 5px;
	margin-left: 5px;
	height: 20px;
	width: 110px;
	float: none;
	cursor: pointer;
}

.inputFile input {
	cursor: pointer;
	float: left;
}

.buttonText {
	margin-top: -18px;
	float: left;
	width: 100%;
	text-align: center;
	cursor: pointer;
}

.radioboxOff {
	background: url(../images/nvidia/radioboxOff.png) no-repeat scroll 0 0 transparent;
}

.radioboxOn {
	background: url(../images/nvidia/radioboxOn.png) no-repeat scroll 0 0 transparent;
}

.radioButtonImage {
	height: 15px;
	width: 15px;
	margin: 0 5px -2px 0;
	cursor: pointer;
	display: inline-block;
}

.radioButtonContainer {
	margin-bottom: 3px;
}

.radioButtonContainer.inline {
	display: inline-block;
}

.radioButtonContainer label {
	cursor: pointer;
}

.radioRate span {
	display: inline-block;
	cursor: pointer;
	width: 17px;
	height: 16px;
}

.radioRate .rate-on {
	background: url(../images/nvidia/corporate-page-rate-on.png) no-repeat;
}

.radioRate .rate-off {
	background: url(../images/nvidia/corporate-page-rate-off.png) no-repeat;
}

.radioRate .rate-hover {
	background: url(../images/nvidia/corporate-page-rate-hover.png) no-repeat;
}

.nvFrame-selectBox-dropdown {
	width: 50px;
	position: relative;
	border: solid 1px #cccccc;
	height: 22px;
	text-decoration: none !important;
	color: #000;
	outline: none;
	vertical-align: middle;
	background-color: #fff;
	display: inline-block !important;
	cursor: default;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	text-align: left !important;
	padding-left: 0 !important;
}

.nvFrame-selectBox-dropdown:focus,
.nvFrame-selectBox-dropdown:focus .nvFrame-selectBox-arrow {
	border-color: #ccc;
	box-shadow: 0 0 3px 0 #757575;
	z-index: 1;
}

.nvFrame-selectBox-dropdown .nvFrame-selectBox-label {
	width: 100%;
	padding: 2px 0.5em;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
}

.nvFrame-selectBox-dropdown .nvFrame-selectBox-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 21px;
	height: 100%;
	background: url(../images/nvidia/dropdown-arrow.png) 50% center no-repeat;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.selectBox-dropdown-menu {
	position: absolute;
	z-index: 99999;
	max-height: 200px;
	border: solid 1px #ccc;
	background: #fff;
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	overflow: auto;
}

.selectBox-inline {
	width: 250px;
	outline: none;
	border: solid 1px #ccc;
	background: #fff;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: auto;
}

.selectBox-inline:focus {
	border-color: #ccc;
}

.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
	list-style: none;
	display: block;
	cursor: default;
	padding: 0;
	margin: 0;
	text-align: left;
	color: #000;
	font-size: 12px !important;
	text-decoration: none;
}

.selectBox-options LI A {
	line-height: 1.5;
	padding: 0 .5em;
	white-space: nowrap;
	overflow: hidden;
	background: 6px center no-repeat;
}

.selectBox-options LI.selectBox-hover A {
	background-color: #ccc;
}

.selectBox-options LI.selectBox-disabled A {
	color: #888;
	background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
	background-color: #e3e3e3;
}

.selectBox-options .selectBox-optgroup {
	color: #666;
	background: #EEE;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 .3em;
	white-space: nowrap;
}

.nvFrame-selectBox.selectBox-disabled {
	color: #888 !important;
}

.nvFrame-selectBox-dropdown.selectBox-disabled .nvFrame-selectBox-arrow {
	opacity: .5;
	filter: alpha(opacity=50);
	border-color: #666;
}

.selectBox-inline.selectBox-disabled {
	color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
	background-color: transparent !important;
}

.fp textarea {
	width: 97.5%;
	padding: 3px 1%;
}

.fp input[type=text].is-missing,
.fp input[type=password].is-missing,
.fp input[type=email].is-missing,
.fp textarea.is-missing,
a.nvFrame-selectBox-dropdown.is-missing {
	border: 1px solid #ff0000;
}

.fp input[type=text].is-wrong,
.fp input[type=password].is-wrong,
.fp input[type=email].is-wrong,
.fp textarea.is-wrong,
a.nvFrame-selectBox-dropdown.is-wrong {
	border: 1px solid #ffc000;
}

.fp label.is-missing {
	color: #ff0000;
}

.fp label.is-wrong {
	color: #ffc000;
}

.fp label.bold {
	font-weight: bold;
}

.nvTt {
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	border: 1px solid #cccccc;
	width: auto;
	max-width: 300px;
	min-width: 100px;
	min-height: 33px;
	position: absolute;
	background-color: #fff;
	z-index: 9999;
}

.nvTt .nvTt--corner {
	display: inline-block;
	width: 36px;
	height: 32px;
	margin: -1px;
	position: inherit;
}

.nvTt .nvTt--message {
	font-family: NVIDIA, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #777;
	line-height: 14px;
}

.nvTt.nvTt--tl .nvTt--info {
	background: #262b2f url(../images/nvidia/info-tooltip-tl.jpg) no-repeat;
	border: none;
}

.nvTt.nvTt--tr .nvTt--info {
	background: #262b2f url(../images/nvidia/info-tooltip-tr.jpg) no-repeat;
	border: none;
}

.nvTt.nvTt--bl .nvTt--info {
	background: #262b2f url(../images/nvidia/info-tooltip-bl.jpg) no-repeat;
	border: none;
}

.nvTt.nvTt--br .nvTt--info {
	background: #262b2f url(../images/nvidia/info-tooltip-br.jpg) no-repeat;
	border: none;
}

.nvTt.nvTt--tl .nvTt--error {
	background: #262b2f url(../images/nvidia/error-tooltip-tl.jpg) no-repeat;
	border: none;
}

.nvTt.nvTt--tr .nvTt--error {
	background: #262b2f url(../images/nvidia/error-tooltip-tr.jpg) no-repeat;
	border: none;
}

.nvTt.nvTt--bl .nvTt--error {
	background: #262b2f url(../images/nvidia/error-tooltip-bl.jpg) no-repeat;
	border: none;
}

.nvTt.nvTt--br .nvTt--error {
	background: #262b2f url(../images/nvidia/error-tooltip-br.jpg) no-repeat;
	border: none;
}

.nvTt.nvTt--tl .nvTt--warning {
	background: #262b2f url(../images/nvidia/warning-tooltip-tl.jpg) no-repeat;
	border: none;
}

.nvTt.nvTt--tr .nvTt--warning {
	background: #262b2f url(../images/nvidia/warning-tooltip-tr.jpg) no-repeat;
	border: none;
}

.nvTt.nvTt--bl .nvTt--warning {
	background: #262b2f url(../images/nvidia/warning-tooltip-bl.jpg) no-repeat;
	border: none;
}

.nvTt.nvTt--br .nvTt--warning {
	background: #262b2f url(../images/nvidia/warning-tooltip-br.jpg) no-repeat;
	border: none;
}

.nvTt.nvTt--bl .nvTt--corner {
	left: 0;
	bottom: 0;
}

.nvTt.nvTt--br .nvTt--corner {
	right: 0;
	bottom: 0;
}

.nvTt.nvTt--tl .nvTt--corner {
	left: 0;
	top: 0;
}

.nvTt.nvTt--tr .nvTt--corner {
	right: 0;
	top: 0;
}

.nvTt.nvTt--bl .nvTt--message,
.nvTt.nvTt--tl .nvTt--message {
	margin: 8px 12px 8px 40px;
}

.nvTt.nvTt--br .nvTt--message,
.nvTt.nvTt--tr .nvTt--message {
	margin: 8px 40px 8px 12px;
}

@media print {
	p {
		text-transform: capitalize;
	}
}

@media screen and (max-width:600px) {}

@media screen and (max-width:1000px) and (min-width:601px) {}</pre></body></html>