.kd-cta {
	padding: 75px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.kd-cta__wrapper {
	display: flex;
	align-items: center;
}
.kd-cta__content {
	flex: 0 1 45%;
}
.kd-cta__content-wrap {
    padding-right: 115px;
}
.kd-cta__content h2 {
	font-weight: 600;
	font-size: 45px;
	line-height: 1.2445;
	letter-spacing: -0.05em;
	color: #FFFFFF;
}
.kd-cta__content p {
	font-weight: 300;
	font-size: 18px;
	line-height: 1.7778;
	letter-spacing: -0.05em;
	color: #FFFFFF;
}
.kd-cta__form {
	flex: 1;
}
.kd-cta__form-wrap {
	background-color: #fff;
	padding: 40px 47px 37px;
}
.kd-form-fields {
	display: flex;
}
.kd-form-fields > p {
	flex: 0 1 50%;
	width: 50%;
}
.kd-form-fields > p:first-child {
	padding-right: 12px;
}
.kd-form-fields > p:last-child {
	padding-left: 12px;
}
.kd-cta__form p label {
	font-size: 16px;
	line-height: 1.25;
	letter-spacing: -0.05em;
	color: #3C4858;
}
.kd-cta__form input[type="email"],
.kd-cta__form input[type="text"],
.kd-cta__form input[type="tel"],
.kd-cta__form textarea {
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
}
.kd-cta__form input[type="email"],
.kd-cta__form input[type="tel"],
.kd-cta__form input[type="text"] {
	height: 40px;
}
.kd-cta__form textarea {
	height: 108px;
}
.kd-form-submit:after {
    content: "\f3d1";
    font: normal 1em/1 "ionicons";
    -webkit-font-smoothing: antialiased;
    transition: transform 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
    transform: translateX(var(--decorator-transform));
    position: absolute;
    top: 20px;
    color: #fff;
    left: 100px;
    font-weight: bold;
    transition: left .3s ease;
    pointer-events: none;
}
.kd-form-submit:hover:after {
	left: 105px;
}
.kd-form-submit {
    position: relative;
}
.kd-cta__form input[type="submit"] {
	border-radius: 3px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.01em;
    padding: 22px 28px 34px;
    min-width: 140px;
}
.kd-admin .kd-container {
	max-width: 1330px;
	margin: auto;
	width: 100%;
}
@media (max-width: 1024px) {
	.kd-cta__wrapper {
	    flex-direction: column;
	}
	.kd-cta__content {
	    flex: 0 1 100%;
        margin-bottom: 30px;
	}
	.kd-cta__content h2 {
		font-size: 36px;
	}
	.kd-cta__content-wrap {
	    padding-right: 0;
	}
}
@media (max-width: 767px) {
	.kd-cta {
		background: #3A8AAB !important;
	}
	.kd-cta__form-wrap {
	    padding: 40px 20px;
	}
	.kd-form-fields {
	    flex-direction: column;
	}
	.kd-form-fields > p:first-child {
		padding-right: 0;
	}
	.kd-form-fields > p:last-child {
		padding-left: 0;
	}
	.kd-form-fields > p {
		flex: 0 1 100%;
		width: 100%;
	}
}