<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">		.itemTitle {
			font-weight: 500;
			font-size: 36px;
			line-height: 45px;
			color: #464646;
		}
		.contentTitle {
			font-style: normal;
			font-weight: bold;
			font-size: 18px;
			line-height: 36px;
			color:white;
			background-color: #1F772D;
		}
		.contentText{
			font-style: normal;
			font-weight: 300;
			font-size: 15px;
			line-height: 24px;
			color:#464646;
			padding-right: 15px;
   			padding-left: 15px;
		}
		.checkboxText{
			font-style: normal;
			font-weight: normal;
			font-size: 12px;
			color:#545454;
		}
		
		.sendBtn {
			width: 94px;
			height: 41px;
			background: #1F772D;
			font-style: normal;
			font-weight: normal;
			font-size: 14px;
			line-height: 30px;
			color: #FFFFFF;
		}
		
		.btnAppellation{
			font-style: normal;
			font-weight: normal;
			font-size: 12px;
			text-align: center;
			color: #1F772D;
			background: #FFFFFF;
			border: 1px solid #1F772D;
			box-sizing: border-box;
			border-radius: 3px;
			height: 34px;
			line-height: 20px;
		}
		
		.btnAppellation.active{
			color: #FFFFFF;
			background: #1F772D;
		}
		
		input{
			border: 1px solid #C4C4C4 !important;
			border-radius: 12px !important;
		}
		
		select{
			border: 1px solid #C4C4C4 !important;
			border-radius: 12px !important;
		}
		label {
			text-align: left;
		}
		
		@media (min-width : 992px) {
		    label {
				text-align: right;
			}
			.contentText{
				padding: 0;
				line-height: 30px;
			}
    	}
    	.star{color:red}
		#wi1{padding-left: 0px;padding-right: 0px}
		#wi2{margin-right: 3px}
		#wi3{background-color: #F8F8F8;}
		#wi3 a{border-bottom: 1px solid #82B42F; line-height: 45px;}</pre></body></html>