<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.Textsection .textholder {
	max-width: 444px;
	width: 100%;
	padding-top: 21px !important;
}



.Textsection .textholder .text {
	margin-top: 18px;
	margin-bottom: 36px;
}

.Textsection .textholder .download {
	margin-bottom: 40px;
}


.Textsection .textholder.col1 {
	float: left;
	max-width: calc((100% - 30px) * .368) !important;
}

.Textsection .textholder.col2 {
	float: right;
	width: 100%;
	max-width: calc((100% - 30px) * .632);
}



.Textsection.version-landingpage .textholder.col1 {
	float: left;
	max-width: calc((100% - 30px) * .5) !important;
}

.Textsection.version-landingpage .textholder.col2 {
	float: right;
	width: 100%;
	max-width: calc((100% - 30px) * .5);
}

.Textsection.version-landingpage &gt; .rowContent {
	max-width: 1230px;
}

.Textsection.version-landingpage .textholder {
	padding-top: 75px !important;
	border-top: none !important;
}

.Textsection.version-landingpage h1 {
	margin: 0;
}

.Textsection.version-landingpage .text {
	margin-top: 26px;
	margin-bottom: 0;
}

.Textsection.version-landingpage .text,
.Textsection.version-landingpage .text p {
	font-size: 21px;
	line-height: 1.4285;
}


.Textsection.version-landingpage .section.col1 &gt; .textholder {
	max-width:none!important;
	padding-top:50px!important;

}






@media screen and (max-width: 500px) {
	.Textsection .section.col1 {
		padding-top: 10px;
	}

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

.Textsection .section.col1 &gt; div {
	float: none;
	max-width: none !important;
}

.Textsection .section.col1 &gt; .textholder {
	max-width: 444px !important;
	padding-top: 0 !important;
}

.Textsection .section.col2 {
	padding-top: 0;
	border-top: 0;
}

.Textsection .section.col2 &gt; div {
	padding-top: 30px;
	border-top: 1px solid #717274;
}


.Textsection .download p {
	margin-top: 6px;
}
</pre></body></html>