.jdw-jotform-embed__embed {
	width: 100%;
}

.jdw-jotform-embed__frame {
	display: block;
	width: 100%;
	border: 0;
}

.jdw-jotform-embed__managed .wpcf7,
.jdw-jotform-embed__managed .wpcf7 form,
.jdw-jotform-embed__managed .jdw-get-started-form__form,
.jdw-jotform-embed__managed .jdw-get-started-form {
	width: 100%;
}

.jdw-jotform-embed__managed .wpcf7 form,
.jdw-jotform-embed__managed .jdw-get-started-form {
	display: block;
	margin: 0;
}

.jdw-jotform-embed__managed .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.jdw-get-started-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px 20px;
	margin-bottom: 24px;
}

.jdw-get-started-form__field {
	width: 100%;
}

.jdw-get-started-form__field--full {
	grid-column: 1 / -1;
}

.jdw-get-started-form__label {
	display: block;
	margin: 0 0 8px;
	color: #00205b;
	font-family: "Acumin Pro Bold", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

.jdw-get-started-form__input,
.jdw-jotform-embed__managed input[type="text"],
.jdw-jotform-embed__managed input[type="email"],
.jdw-jotform-embed__managed input[type="tel"] {
	display: block;
	width: 100%;
	min-height: 52px;
	padding: 13px 16px;
	border: 1px solid #c6cdd8;
	border-radius: 4px;
	background: #ffffff;
	color: #002058;
	font-family: "Acumin Pro Regular", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
}

.jdw-jotform-embed__managed input::placeholder {
	color: #7f8c9c;
}

.jdw-get-started-form__checkboxList {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 18px;
	margin-top: 12px;
}

.jdw-get-started-form__checkboxList .wpcf7-list-item {
	display: block;
	margin: 0;
}

.jdw-get-started-form__checkboxList .wpcf7-list-item label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: #002058;
	font-family: "Acumin Pro Regular", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
}

.jdw-get-started-form__checkboxList input[type="checkbox"] {
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	margin: 3px 0 0;
	accent-color: #c8102e;
}

.jdw-get-started-form__submitRow {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 24px;
}

.jdw-get-started-form__submit,
.jdw-jotform-embed__managed input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 200px;
	padding: 12px 24px;
	border: 1px solid #c8102e;
	background: #c8102e;
	color: #ffffff;
	font-family: "Acumin Pro Regular", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
}

.jdw-jotform-embed__managed .wpcf7-not-valid-tip,
.jdw-jotform-embed__managed .wpcf7-response-output {
	display: block;
	margin: 8px 0 0;
	padding: 0;
	border: 0;
	font-family: "Acumin Pro Regular", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

.jdw-jotform-embed__managed .wpcf7-not-valid-tip,
.jdw-jotform-embed__managed .wpcf7 form.invalid .wpcf7-response-output,
.jdw-jotform-embed__managed .wpcf7 form.failed .wpcf7-response-output {
	color: #c8102e;
}

.jdw-jotform-embed__managed .wpcf7 form.sent .wpcf7-response-output,
.jdw-jotform-embed__managed .wpcf7 form.submitting .wpcf7-response-output {
	color: #00205b;
}

.jdw-jotform-embed__managed .wpcf7-spinner {
	margin: 0;
}

@media (max-width: 767px) {
	.jdw-get-started-form__grid,
	.jdw-get-started-form__checkboxList {
		grid-template-columns: minmax(0, 1fr);
	}

	.jdw-get-started-form__submitRow {
		flex-direction: column;
		align-items: stretch;
	}

	.jdw-get-started-form__submit,
	.jdw-jotform-embed__managed input[type="submit"] {
		width: 100%;
		min-width: 0;
	}
}
