<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container_x2_content form {
	margin-top:-13px;
}

.container_x2_content input:-webkit-autofill,
.container_x2_content input:-webkit-autofill:hover,
.container_x2_content input:-webkit-autofill:focus,
.container_x2_content input:-webkit-autofill:active {
 -webkit-transition-delay:9999s;
 -webkit-transition:color 9999s ease-out, background-color 9999s ease-out;
}

.container_x2_content label {
	font-weight:normal;
}
.container_x2_content label a {
 color:#000;
	text-decoration:underline;
}
.container_x2_content label a:hover {
 color:#134a2c;
	text-decoration:none;
}
	
.container_x2_content .form-control {
	height:inherit;
	font-size: 100%;
	color:#2e2e2d;
	background-color:#f0f0f0;
	margin-top:15px;
	padding:20px 10px 20px 15px;
	border:0 solid #fff;
	border-radius:0;
	-webkit-box-shadow:none;
	box-shadow:none;
}

.container_x2_content .input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 1em;
	margin-left:0;
	margin-bottom:0;
	max-width: 1000px;
	width: calc(100% - 2em);
	vertical-align: top;
}

.container_x2_content .input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #2e2e2d;
	font-family: 'proxima_nova_rgregular',Arial,Tahoma,Verdana,Helvetica,sans-serif;;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.container_x2_content .input__field:focus {
	outline: none;
}

.container_x2_content .input__label {
	display: inline-block;
	float: right;
	padding: 0;
	width: 40%;
	color: #2e2e2d;
	font-size: 100%;
	font-weight:normal;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.container_x2_content .input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}

.container_x2_content .formular_button {
	display:inline-block;
 font-family:'Lato-Semibold';
	font-size:105%;
	color:#fff;
	background-color: #134a2c;
	margin-top:15px;
	padding:15px 45px;
	border:0 solid #fff;
	border-radius:0;
}
.container_x2_content .formular_button:hover,
.container_x2_content .formular_button:focus,
.container_x2_content .formular_button:active,
.container_x2_content .formular_button.active {
	color:#000;
	background-color:#d7df28;
	border:0 solid #fff;
}
@media screen and (max-width: 767px) {
	.container_x2_content .formular_button { display:block; width:100%; padding:10px 15px; }
}

/* Fumi */

.container_x2_content .input--fumi {
	width:100%;
	background: #f2f2f2;
	overflow: hidden;
	padding: 0 10px 6px 15px;
	border: 0 solid #fff;
}

.container_x2_content .input__field--fumi {
	background: transparent;
	padding: 1.8em 1em 0.25em 3.15em;
	width: 100%;
	color: #2e2e2d;
}

.container_x2_content .input__label--fumi {
	position: absolute;
	width: 100%;
	text-align: left;
	padding-left: 0;
	pointer-events: none;
}

.container_x2_content .icon--fumi {
	width: 2em;
	position: absolute;
	top: 0;
	left: 0;
	padding: 1em 0 0 0.5em;
}

.container_x2_content .input__label-content--fumi {
	padding: 1.7em 0;
	padding:1.2em 0;
	display: inline-block;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.container_x2_content .input__label-content--fumi span {
	display: inline-block;
}

.container_x2_content .input__field--fumi:focus + .input__label--fumi .input__label-content--fumi,
.container_x2_content .input--filled .input__label-content--fumi {
	-webkit-animation: anim-fumi-1 0.3s forwards;
	animation: anim-fumi-1 0.3s forwards;
}

@-webkit-keyframes anim-fumi-1 {
	50% {
		-webkit-transform: translate3d(0, 3em, 0);
		transform: translate3d(0, 3em, 0);
	}
	51% {
		-webkit-transform: translate3d(0, -3em, 0) scale3d(0.85, 0.85, 1);
		transform: translate3d(0, -3em, 0) scale3d(0.85, 0.85, 1);
	}
	100% {
		color: #2e2e2d;
		-webkit-transform: translate3d(0, -1.1em, 0) scale3d(0.85, 0.85, 1);
		transform: translate3d(0, -1.1em, 0) scale3d(0.85, 0.85, 1);
	}
}

@keyframes anim-fumi-1 {
	50% {
		-webkit-transform: translate3d(0, 3em, 0);
		transform: translate3d(0, 3em, 0);
	}
	51% {
		-webkit-transform: translate3d(0, -3em, 0) scale3d(0.85, 0.85, 1);
		transform: translate3d(0, -3em, 0) scale3d(0.85, 0.85, 1);
	}
	100% {
		color: #2e2e2d;
		-webkit-transform: translate3d(0, -1.1em, 0) scale3d(0.85, 0.85, 1);
		transform: translate3d(0, -1.1em, 0) scale3d(0.85, 0.85, 1);
	}
}


.container_x2_content .input__field--fumi:focus + .input__label--fumi .icon--fumi,
.container_x2_content .input--filled .icon--fumi {
	-webkit-animation: anim-fumi-2 0.3s forwards;
	animation: anim-fumi-2 0.3s forwards;
}

@-webkit-keyframes anim-fumi-2 {
	50% {
		opacity: 1;
		-webkit-transform: translate3d(0, -3em, 0);
		transform: translate3d(0, -3em, 0);
	}
	50.25% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3em, 0);
		transform: translate3d(0, -3em, 0);
	}
	50.75% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3em, 0);
		transform: translate3d(0, 3em, 0);
	}
	51% {
		opacity: 1;
		-webkit-transform: translate3d(0, 3em, 0);
		transform: translate3d(0, 3em, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		color: #2e2e2d;
	}
}

@keyframes anim-fumi-2 {
	50% {
		opacity: 1;
		-webkit-transform: translate3d(0, -3em, 0);
		transform: translate3d(0, -3em, 0);
	}
	50.25% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3em, 0);
		transform: translate3d(0, -3em, 0);
	}
	50.75% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3em, 0);
		transform: translate3d(0, 3em, 0);
	}
	51% {
		opacity: 1;
		-webkit-transform: translate3d(0, 3em, 0);
		transform: translate3d(0, 3em, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		color: #2e2e2d;
	}
}</pre></body></html>