<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	padding-left: 45px;
	background-size: 20px;
	font-weight: 400;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	padding-left: 45px;
	color: #1e5f01;
    font-weight: 400;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
	padding-left: 45px;
	color: #5d5702;
    font-weight: 400;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 0.8rem;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

/* signal: Custom */
.wpcf7-form .wpcf7-text, 
.wpcf7-form .wpcf7-textarea {
	width: 100%;
    display: block;
}

.wpcf7-form input[type="number"]{
	padding: 10px 12px;
    background-color: #fdfdfd;
    border: 1px solid #e3e3e3;
}

.wpcf7-form input[type="date"] {
	padding: 10px 12px;
    background-color: #fdfdfd;
    border: 1px solid #e3e3e3;
    min-width: 250px;
}

.wpcf7-form p .wpcf7-form-control {
	color: #777;
}

span.wpcf7-not-valid-tip {
	background-color: #d7d0ce;
    padding: 0 5px;
    border-radius: 3px;
	line-height: 1.4;
}

span.wpcf7-list-item {
	display: inline-flex;
	align-items: baseline;
}

.wpcf7-submit {
	padding: 12px 24px;
	color: #f15a22 !important;
	border-color: #f15a22;
	border-width: 2px;
	font-size: 13px;
}

.wpcf7-submit:hover,
.wpcf7-submit:focus,
.wpcf7-submit:active {
	color: #fff !important;
	border-color: #f15a22;
	background-color: #f15a22;
	transition: all .4s ease-in-out;
}

.gender .wpcf7-list-item-label {
	font-weight: bold;
}

.wpcf7-form.invalid .term_and_conditions {
	display: inline-block;
    margin-bottom: 30px;
}

.term_and_conditions .wpcf7-not-valid-tip {
	position: absolute;
    top: 22px;
    left: 0;
    min-width: 900px;
}

.term_and_conditions input[type="checkbox"]{
	margin-top: -2px;
}

div.wpcf7-validation-errors {
	background-size: 20px;
}

.wpcf7-recaptcha {
	margin-bottom: 20px;
}</pre></body></html>