<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

@media (max-width: 768px) 
{
	

.Form section.Two input[type="text"] {
	width: 100%;
	max-width: 100%;
}

.Form section.Two input[type="text"]:nth-child(1) {
	margin-right: 0;
}


	
}


</pre></body></html>