<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

body {
	margin: 0;
	font-family: Lato, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

a {
	background-color: transparent;
	text-decoration: none;
	color: #c36
}

a:active,
a:hover {
	color: #266CFF
}

strong {
	font-weight: bolder
}

label {
	display: inline-block;
	line-height: 1;
	vertical-align: middle
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.5;
	margin: 0
}

input[type=email],
input[type=tel],
input[type=text],
select,
textarea {
	width: 100%;
	border: 1px solid #666;
	border-radius: 3px;
	padding: .5rem 1rem;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

input[type=email]:focus,
input[type=tel]:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
	border-color: #333;
	outline: 0 none
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=submit],
button {
	width: auto;
	-webkit-appearance: button
}

[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

[type=submit],
button {
	display: inline-block;
	font-weight: 400;
	color: #c36;
	text-align: center;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid #c36;
	padding: .5rem 1rem;
	font-size: 1rem;
	border-radius: 3px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

[type=submit]:focus,
button:focus {
	outline: 5px auto -webkit-focus-ring-color
}

[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover {
	color: #fff;
	background-color: #c36;
	text-decoration: none
}

[type=button]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

textarea {
	overflow: auto;
	resize: vertical
}

[type=checkbox] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

select {
	display: block
}

a {
	color: #266CFF;
}

ul li::marker {
	content: none !important;
}

form button,
.mktoForm button.mktoButton {
	font-family: 'Lato';
	font-weight: 500;
	font-size: 18px !important;
	display: block;
	/*width: 300px;*/
	border-radius: 8px;
	border: 2px solid #266CFF;
	/*  padding-top: 0.5rem;
  padding-bottom: 0.5rem; */
	text-align: center;
	background-color: #266CFF;
	color: #fff;
}

form button:hover,
.mktoForm button.mktoButton:hover {
	text-decoration: none;
	color: #fff;
	background-color: #044AFD;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	form button:hover {
		font-family: 'Lato';
	}
}

.mktoForm button.mktoButton {
	font-size: 18px !important;
	font-weight: 500;
	font-family: 'Lato';
}

.mktoFormRow {
	width: 100%;
	display: inline-block;
	padding-right: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	flex-direction: row;
}

@media (max-width: 1023.98px) {
	.mktoFormRow {
		flex-direction: column;
	}
}

.mktoFormRow .mktoFormCol {
	flex: 1;
	float: none;
}

.mktoFormRow .mktoFormCol .mktoFieldWrap {
	width: 100%;
	padding-right: 30px;
}

@media (max-width: 767.98px) {
	.mktoFormRow .mktoFormCol .mktoFieldWrap {
		padding-right: 0px;
	}
}

.mktoFormRow .mktoLabel {
	display: none;
}

.mktoFormRow .mktoLabel[for='Form_Email_Opt_In__c'] {
	display: block;
	width: 90% !important;
	float: right;
	margin-top: 10px;
}

.mktoFormRow .mktoLabel[for='Form_Email_Opt_In__c'] strong {
	font-family: 'Lato', sans-serif !important;
	padding-bottom: 8px;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.mktoFormRow .mktoLabel[for='Form_Email_Opt_In__c'] span {
	font-size: 16px !important;
	display: inline-block;
	line-height: 1.2;
}

.mktoFormRow .mktoLabel[for='Form_Email_Opt_In__c']+.mktoGutter {
	display: none;
}

.mktoFormRow .mktoLabel[for='Form_Email_Opt_In__c']+.mktoGutter+.mktoCheckboxList {
	width: 10% !important;
	margin-top: 10px;
}

:not(textarea) .mktoFormRow .mktoField {
	height: calc(2rem + 0.75rem + 2px) !important;
}

.mktoFormRow .mktoField {
	padding: 0.375rem 0.75rem !important;
	border: 1px solid #1E2124 !important;
	background-color: #ffffff !important;
	width: 100% !important;
	color: #1E2124;
	font-size: 1rem !important;
	border-radius: 8px !important;
}

.mktoFormRow .mktoField[type="hidden"] {
	display: none;
}

.mktoFormRow select.mktoField {
	border-radius: 8px !important;
}

.mktoFormRow .mktoLabel {
	position: relative;
	width: auto !important;
	font-size: 1rem !important;
	padding-bottom: 6px;
}

.mktoFormRow .mktoLabel .mktoAsterix {
	position: absolute;
	right: -10px;
}

.mktoFormRow .mktoInvalid {
	border: 1px solid red;
}

.mktoFormRow .mktoFieldDescriptor {
	font-size: 14px;
}

.mktoFormRow .mktoFieldDescriptor span {
	font-size: 14px !important;
}

.mktoFormRow input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.mktoFormRow input[type="checkbox"]+label {
	position: relative;
	margin-bottom: 0px;
	font-size: 16px;
	padding-top: 7px;
	padding-left: 10px;
}

.mktoFormRow input[type="checkbox"]+label:before {
	content: "";
	position: absolute;
	left: -20px;
	top: 5px;
	width: 20px;
	height: 20px;
	border: 1px solid #B9BFC7;
	border-radius: 4px;
	background: #ffffff;
}

.mktoFormRow input[type="checkbox"]:checked+label:before {
	background: #266cff;
}

.mktoFormRow input[type="checkbox"]:checked+label::after {
	content: "";
	position: absolute;
	top: 9px;
	left: -17px;
	width: 14px;
	height: 7px;
	border-left: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	transform: rotate(-45deg);
}

.mktoForm .mktoCheckboxList {
	margin-bottom: 15px;
	margin-top: -10px;
}

textarea#Question__c {
	height: auto!important;
}

.mktoForm {
	width: 100%!important;
}

.mktoForm .mktoGutter {
	height: 0!important;
}

/*
.mktoFormRow .mktoFieldDescriptor {
	font-size: 5px!important;
}
*/

.mktoForm input[type=text]:focus,
.mktoForm input[type=email]:focus,
.mktoForm input[type=tel]:focus,
.mktoForm select.mktoField:focus,
.mktoForm textarea.mktoField:focus {
	border-color: #266CFF !important;
	border-width: 2px;
}

@media only screen and (max-width: 767px) {
	{
		display: list-item!important;
	}
}

#privacyid a {
    padding:0px;
}
#privacyid .ibm-input-group .ibm-checkbox-wrapper {
    margin-left: 40px;
}
#privacyid .ibm-input-group, #privacyid {
    margin-bottom: 10px;
}
#privacyid #ncContainer {
    margin-top: 10px;
}
</pre></body></html>