.ai-redesign-ui .module.form-hero {
	padding: 96px 0 80px;
	background: radial-gradient(54.68% 87.14% at 127.88% 384.82%, #FBF3FA 0%, #FFF1F3 40%, #F8FBFF 100%);
	overflow: hidden;
	z-index: 0;
	position: relative;
}

.ai-redesign-ui .module.form-hero:after {
	content: "";
	display: block;
	position: absolute;
	width: 50%;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	background: radial-gradient(64.94% 103.48% at 106.92% 55.08%, #FBF3FA 0%, #FFF1F3 39.99%, #F8FBFF 100%);
}

.ai-redesign-ui .module.form-hero .row {
	display: flex;
	gap: 20px;
}

.ai-redesign-ui .module.form-hero .row .left {
	flex: 1;
	z-index: 10
}

.ai-redesign-ui .module.form-hero .row .left h2 {
	text-align: left;
	font-size: 46px;
	line-height: 50px;
	margin-top: 12px;
	margin-bottom: 40px
}

.ai-redesign-ui .module.form-hero .row .left h3 {
	text-align: left;
	color: #525252;
	line-height: 1.3
}

.ai-redesign-ui .module.form-hero .row form {
	width: 40%;
	max-width: 625px;
	min-width: 420px;
	position: relative;
}

.ai-redesign-ui  .module.form-hero .location .material-icons {
	font-size: 1.1em;
	color: #25A0DB;
	line-height: .4
}

.ai-redesign-ui .module.form-hero ul.info-list {
	list-style-type: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	text-align: left;
	grid-gap: 20px;
	max-width: 545px
}

.ai-redesign-ui .module.form-hero ul.info-list li {
	font-size: 19px;
	font-weight: 500;
	color: #525252
}

.ai-redesign-ui .module.form-hero ul.info-list li h3 {
	text-align: left;
	font-size: 42px;
	font-weight: 900;
	color: #25A0DB;
	line-height: 1;
}

.ai-redesign-ui .module.form-hero #contact-form {
	z-index: 0;
	min-height: 500px;
}

.ai-redesign-ui .module.form-hero #contact-form .inner {
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.25);
	padding: 0 40px 40px;
	margin-bottom: -140px;
	position: relative;
	z-index: 0;
}

.ai-redesign-ui .module.form-hero #contact-form h2 {
	font-size: 32px;
	text-align: center;
	color: white;
	font-weight: 800;
	line-height: 1.2;
	padding: 32px 20px;
	position: relative;
	z-index: 0;
	overflow: hidden;
	border-radius: 8px 8px 0 0;
	width: calc(100% + 80px);
	margin-left: -40px;
	margin-bottom: 40px
}

.ai-redesign-ui .module.form-hero #contact-form h2 small {
	display: block;
	font-size: 24px;
	font-weight: 500
}

.ai-redesign-ui .module.form-hero #contact-form h2:after {
	content: "";
	display: block;
	width: 200%;
	padding-bottom: 100%;
	background: #25A0DB;
	border-radius: 100%;
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%)
}

.ai-redesign-ui .module.form-hero #contact-form .alert:empty { display: none; }

.ai-redesign-ui .module.form-hero #contact-form .submit-form { display: inline-flex; align-items: center; width: auto; padding: 15px 40px 13px 30px }
.ai-redesign-ui .module.form-hero #contact-form .submit-form i { margin-right: 20px; }
.ai-redesign-ui .module.form-hero #contact-form .inner > .field:last-child { text-align: center; margin-top: 30px }
.ai-redesign-ui .module.form-hero #contact-form .inner > .field textarea { height: 125px; }
.ai-redesign-ui .module.form-hero #contact-form .inner .field [name]::placeholder {
	font-size: 16px;
	font-weight: 400;
	color: #656565;
	font-family: "Avenir W01",Helvetica,Arial,sans-serif;
}

.ai-redesign-ui .module.form-hero #contact-form .circles {
	position: absolute;
	z-index: -2;
	width: 180%;
	padding-bottom: 180%;
	bottom: -80px;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
}

.ai-redesign-ui .module.form-hero #contact-form .circles:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 1);
	border-radius: 100%;
	left: 0;
	top: 25%;
	opacity: .5
}

.ai-redesign-ui .module.form-hero #contact-form .circles:after {
	content: "";
	display: block;
	position: absolute;
	width: calc(100% - 200px);
	height: calc(100% - 200px);
	background: rgba(37, 160, 219, 0.30);
	border-radius: 100%;
	left: 50%;
	top: 75%;
	transform: translate(-50%, -50%);
	opacity: .4;
	z-index: 2
}

.ai-redesign-ui .module.form-hero .row #walk-right-up form {
	width: 100%;
	max-width: 500px;
}

@media all and (max-width: 960px){
	.ai-redesign-ui .module.form-hero .row {
		flex-direction: column;
		gap: 40px;
	}

	.ai-redesign-ui .module.form-hero .row .left h2 br { display: contents; }
	.ai-redesign-ui .module.form-hero .row form { max-width: 700px; width: 100%; min-width: 370px; margin-left: auto; margin-right: auto; }
	.ai-redesign-ui .module.form-hero #contact-form .circles { width: 140%; padding-bottom: 140%; }
	.ai-redesign-ui .module.form-hero #contact-form .circles:after { opacity: .2; }

	.ai-redesign-ui .module.form-hero #contact-form .inner {
		margin-bottom: 0px;
	}

	.ai-redesign-ui .module.form-hero {
		margin-bottom: 64px
	}

	.ai-redesign-ui .module.form-hero .row .left,
	.ai-redesign-ui .module.form-hero .row .left h2,
	.ai-redesign-ui .module.form-hero .row .left h3,
	.ai-redesign-ui .module.form-hero .row .left h1 {
		text-align: center
	}
	.ai-redesign-ui .module.form-hero .row .left h2,
	.ai-redesign-ui .module.form-hero .row .left h1 {
		font-size: 36px;
		line-height: 1.3;
	}
	.ai-redesign-ui .module.form-hero ul.info-list {
		margin: 0 auto;
	}

}

@media all and (max-width: 640px){
	.ai-redesign-ui .module.form-hero #contact-form .circles { width: 180%; padding-bottom: 180%; }
	.ai-redesign-ui .module.form-hero .row .left h2 { font-size: 36px; }
	.ai-redesign-ui .module.form-hero { padding-top: 64px; }
}

@media all and (max-width: 430px){
	.ai-redesign-ui .module.form-hero .row form { min-width: 280px }
	.ai-redesign-ui .module.form-hero #contact-form h2 { font-size: 24px; }
	.ai-redesign-ui .module.form-hero #contact-form h2 small { font-size: 18px; }
	.ai-redesign-ui .module.form-hero ul.info-list li h3 { font-size: 32px; }
	.ai-redesign-ui .module.form-hero ul.info-list li { font-size: 16px; line-height: 1.5; }
	.ai-redesign-ui .module.form-hero .row .left h2, .ai-redesign-ui .module.form-hero .row .left h1 { font-size: 28px; }
}