input[type=file]{
	font-size: 10px;
}





.tel{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}




.step{}
.step__items{
	margin: 0;
	padding: 0;
	list-style: none;
	
	
	margin-left: -5px;
	
	display: -webkit-box;
	-webkit-box-pack: justify;
	display: flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
}
.step__item{
	margin-left: 5px;
	
	text-align: center;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 2em;
	
	border-bottom: 7px solid #ccc;
	
	
	flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	-moz-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
}
.step__item.is-active{
	color: #28A6E1;
	border-color: #bee4f6;
}





.contact__field{
	margin: 0;
	padding: 0;
	border: 0 none;
	
	display: -webkit-box;
	-webkit-box-pack: justify;
	display: flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
}
.contact__head{
	
	
	flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	-moz-flex: 0 0 25%;
	-webkit-flex: 0 0 25%;
	
	
	display: -webkit-box;
	-webkit-box-pack: justify;
	display: flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	
	justify-content: space-between;
	-ms-justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	
	align-items: flex-start;
	-ms-align-items: flex-start;
	-moz-align-items: flex-start;
	-webkit-align-items: flex-start;
}
@media (max-width: 768px){
.contact__head{
	flex-basis: 30%;
	-ms-flex-basis: 30%;
	-moz-flex-basis: 30%;
	-webkit-flex-basis: 30%;
	
	flex-direction: column;
	-ms-flex-direction: column;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	
	justify-content: flex-start;
	-ms-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
}
.contact__body{
	
	margin-left: 1.5em;
	
	flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	-moz-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
}



.contact__legend{
	font-weight: bold;
}
.contact__required{
	display: none;
	
	
	color: #EB6877;
	border: 1px solid #EB6877;
	
	font-size: .875rem;
	line-height: 2em;
	padding: 0em 1em;
}
.contact__field--required .contact__required{
	display: block;
	
	animation: kf-fadein .3s ease-out both;
	-webkit-animation: kf-fadein .3s ease-out both;
}
.contact__example{
	color: #999;
	font-size: .875rem;
	line-height: 2em;
}

.contact__separate{
	border: 0 none;
	border-bottom: 1px solid #ccc;
	
	margin-top: 1rem;
	margin-bottom: 1rem;
}



.contact__options{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: -1em;
	
	
	display: -webkit-box;
	-webkit-box-pack: justify;
	display: flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.contact__option{
	margin-left: 1em;
}

.field-table{
	width: 100%;
}
.field-table__cell{
	text-align: left;
	vertical-align: top;
}
.field-table__cell--head{}
.field-table__cell--body{}
@media (min-width: 769px){
.field-table__cell--head{
	width: 1%;
	white-space: nowrap;
	
	padding: 2px;
	padding-right: 1em;
}
}
@media (max-width: 768px){
.field-table,
.field-table thead,
.field-table tbody,
.field-table tr,
.field-table__cell{
	display: block;
}

.field-table__cell{
	
}
}










.js-acc{
	overflow: hidden;
}
.js-acc.is-active{}
.js-acc__inner{
	margin-top: -200%;
	margin-top: -200vh;
	
	transition: margin .3s ease-in-out;
	-webkit-transition: margin .3s ease-in-out;
}
.js-acc.is-active .js-acc__inner{
	margin-top: 0;
}
