<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.form-basket{
	border: 3px solid #0C4DA2;
	box-sizing: border-box;
	border-radius: 10px;
	padding:32px 43px 35px 37px;
	margin-top: 50px;
}
.form-basket--title{
	font-family: Open Sans;
	font-style: normal;
	font-weight: 800;
	font-size: 24px;
	line-height: 33px;
	color: #536168;
}

.form-basket .form-field{
	margin-top: 15px;
}
.form-basket label{
	display: block;
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 25px;
	color: #536168;
}
.form-basket .inputtext{
	background: #FFFFFF;
	border: 1.5px solid #0C4DA2;
	box-sizing: border-box;
	border-radius: 5px;
	width: 100%;
	color: #000000;
	height: 36px;
padding: 0 10px;
}
.form-basket .inputtext::placeholder{
	color: #C4C4C4;
}
.form-basket .inputtextarea{
	background: #FFFFFF;
	border: 1.5px solid #0C4DA2;
	box-sizing: border-box;
	border-radius: 5px;
	width: 100%;
	color: #000000;
	height: 158px;
	padding: 10px;
	overflow: hidden;
	resize: none;
}
.form-basket .inputtextarea::placeholder{
	color: #C4C4C4;
}
.jFiler {
	height: 100%;

	background: #E9F6FC;
	border: 3px dashed #0C4DA2;
	border-radius: 5px;
	padding: 50px 40px;
}

.jFiler-input-dragDrop {
	cursor: pointer;
}

.jFiler-input-text {
	display: flex;
	align-items: center;
	justify-content: center;
}

.jFiler-input-text span.ic {
	margin-right: 20px;
	flex-shrink: 0;
}

.jFiler-input-text .caption {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 27px;
	text-decoration-line: underline;
	color: #0C4DA2;
	margin-bottom: 12px;
}

.jFiler-input-text .caption-text{
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;

	color: #0C4DA2;
}

.form-btns{
	margin-top: 30px;
}

.form-btns input[type="reset"]{
	background: #FFFFFF;
	border: 1.5px solid #74787C;
	box-sizing: border-box;
	border-radius: 5px;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	height: 55px;
	width: 100%;
	/* identical to box height */


	color: #74787C;
}
.form-btns input[type="submit"]{
	background: #00A88F;
	border: 1.5px solid #00A88F;
	border-radius: 5px;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	/* identical to box height */
	height: 55px;
	width: 100%;
	color: #FFFFFF;
}
.form-btns input[type="reset"]:hover{
	background: #2C85D1;
	border: 1.5px solid #2C85D1;
	color: #FFFFFF;
}

.form-btns input[type="submit"]:hover{
	background: #028571;
	border: 1.5px solid #028571;
}

.form-right{
	margin-top: 14px;
}
.form-right .form-field{
	margin-top: 30px;
}

@media (max-width: 768px) {
	.form-btns input[type="reset"]{
		margin-bottom: 20px;
	}
}
.jFiler.checked{
	padding: 10px 15px;
}
.jFiler.checked .caption-text{
	display: none;
}
.jFiler.checked .jFiler-input-text span.ic{
	display: none;
}

.jFiler-item-others{
	display: none;
}

.jFiler-item-title{
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #0C4DA2;
}

.jFiler-items-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
margin:0;
padding:0;
}


.jFiler-item{
	list-style: none;
	position: relative;
	margin-top: 25px;
}
.jFiler-item:before{
display:none;
}

.jFiler-item .jFiler-item-assets .list-inline{
	position: absolute;
	top: -9px;
	left: calc(50% + 10px);
}

.jFiler-item-icon{
	text-align: center;
	position: relative;
}

.jFiler-cnts{
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #0C4DA2;
}

.jFiler-more{
	border: 1px solid #0C4DA2;
	box-sizing: border-box;
	border-radius: 5px;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	color: #0C4DA2;
	padding: 3px 10px;
	display: inline-block;
	margin-top: 19px;
	cursor: pointer;
}
.jFiler-more--wrapper{
	display: flex;
	justify-content: center;
}
.errors{
	color: red;
}

.form-btns p{
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;

	color: #000000;
}</pre></body></html>