﻿.wpcf7 .screen-reader-response {
	clip: rect(1px,1px,1px,1px);
	clip-path: inset(50%);
	border: 0;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	overflow: hidden;
	word-wrap: normal!important
}

.wpcf7 form .wpcf7-response-output {
	border: 2px solid #00a0d2;
	margin: 2em .5em 1em;
	padding: .2em 1em
}

.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output {
	display: none
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450
}

.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28
}

.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900
}

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

.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 1em;
	font-weight: 400;
	display: block
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	z-index: 100;
	background: #fff;
	border: 1px solid #dc3232;
	width: 24em;
	padding: .2em .8em;
	position: relative;
	top: -2ex;
	left: 1em
}

.wpcf7-list-item {
	margin: 0 0 0 1em;
	display: inline-block
}

.wpcf7-list-item-label:before,.wpcf7-list-item-label:after {
	content: " "
}

.wpcf7-spinner {
	visibility: hidden;
	opacity: .75;
	background-color: #23282d;
	border: none;
	border-radius: 100%;
	width: 24px;
	height: 24px;
	margin: 0 24px;
	padding: 0;
	display: inline-block;
	position: relative
}

form.submitting .wpcf7-spinner {
	visibility: visible
}

.wpcf7-spinner:before {
	content: "";
	transform-origin: 8px 8px;
	background-color: #fbfbfc;
	border: none;
	border-radius: 100%;
	width: 6px;
	height: 6px;
	animation-name: spin;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	position: absolute;
	top: 4px;
	left: 4px
}

@media (prefers-reduced-motion:reduce) {
	.wpcf7-spinner:before {
		animation-name: blink;
		animation-duration: 2s
	}
}

@keyframes spin {
	0% {
		transform: rotate(0)
	}

	to {
		transform: rotate(360deg)
	}
}

@keyframes blink {
	0% {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

.wpcf7 input[type=file] {
	cursor: pointer
}

.wpcf7 input[type=file]:disabled {
	cursor: default
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed
}

.wpcf7 input[type=url],.wpcf7 input[type=email],.wpcf7 input[type=tel] {
	direction: ltr
}

.wpcf7-reflection>output {
	list-style: none;
	display: list-item
}

.wpcf7-reflection>output[hidden] {
	display: none
}

.wpcf7 .recaptcha-annotiation-area {
	text-align: center;
	margin-top: 28px;
	font-size: 11px
}

.wpcf7 .recaptcha-annotiation-area span a {
	color: #0553dd;
	text-decoration: underline
}

.wpcf7 .recaptcha-annotiation-area span br {
	display: none
}

@media (width<=768px) {
	.wpcf7 .recaptcha-annotiation-area span br {
		display: block
	}
}

.slogan-title {
	text-align: center;
	font-size: 50px;
	font-weight: bolder
}

.slogan-button {
	margin-left: auto;
	margin-right: 220px
}

.front-page .slogan-button.about__btn {
	width: 150px
}
/*# sourceMappingURL=index.37059dcd.css.map */
