@charset "UTF-8";

header {
	display: flex;
	position: static;
	height: 60px;
	overflow: hidden;
	margin-bottom: 30px;
}
header>.logo {
	width:137px;
	margin:16px 0 0 36px;
}
header>.logo img {
	width:100%;
	height:auto;
}
.wpcf7-form br {
  display: none;
}
.wpcf7-form>p {
	padding-bottom: .8em;
}
.wpcf7-form>p>label {
	font-size: 15px;
	font-weight: bold;
}
.wpcf7-form>p>label .required {
	color: #be1514;
	font-weight: normal;
}
.wpcf7-form>p>label .wpcf7-form-control-wrap {
	display: block;
	margin-top: .1em;
}
.wpcf7-form input,
.wpcf7-form textarea {
	width: 100%;
	border: #ccc 1px solid;
	border-radius: 6px;
	box-sizing: border-box;
	font-weight: normal;
	padding: .4em .8em;
}
.wpcf7-form textarea {
	height: 8em;
}
.wpcf7-form .wpcf7-submit {
	cursor: pointer;
	color: #fff;
	background-color: #000;
	margin-top: 1em;
	padding: 1em;
}
.wpcf7-form .privacy {
	text-align: center;
	font-size: 14px;
}
.wpcf7-form .privacy a {
	color: #1D56A5;
    background: url(/img/icnn_link_blank_blue.svg) no-repeat center right / 14px;
    padding-right: 15px;
    margin: 0 3px;
}
.screen-reader-response,
.wpcf7-response-output,
.wpcf7-spinner{
	display: none!important;
}
.wpcf7-not-valid-tip {
	color: #be1514;
	font-weight: normal;
	display: block;
	line-height: 1.4;
}
.success-message {
  display: none;
	text-align: center;
	background-color: #fff;
	padding: 5em 1em;
}
.wpcf7-form.sent {
  display: none;
}
.wpcf7.js:has(.wpcf7-form.sent) ~ .success-message {
  display: block;
}
.success-message p {
	padding-bottom: 3em;
}
.success-message .btn a {
	max-width: 12em;
	text-align: center;
	border-radius: 6px;
	display: block;
	text-align: center;
	color: #fff;
	background-color: #000;
	margin: 0 auto;
	padding: 1em 1em;
}