.hp-hero .hp-hero-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.hp-hero .hp-hero-copy > .w-html,
.hp-hero .hp-hero-copy > .wpb_text_column,
.hp-hero .hp-hero-copy > .w-hwrapper {
	margin: 0 !important;
}

.hp-hero .hp-hero-h1-wrap {
	margin: 0 0 62.5px !important;
}

.hp-hero .hp-hero-h1,
.hp-hero .hp-hero-h1-wrap h1 {
	color: #ffffff !important;
	font-size: 72px;
	line-height: 1.1;
	font-weight: 700;
	font-style: italic;
	margin: 0;
}

.hp-hero .hp-hero-h1 span,
.hp-hero .hp-hero-h1-wrap h1 span {
	color: #ff5c00 !important;
}

.hp-hero .hp-hero-usps {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 0 0 62.5px !important;
	width: 100%;
}

.hp-hero .hp-hero-usp {
	display: flex;
	align-items: center;
	gap: 12px;
}

.hp-hero .hp-hero-usp img {
	width: 32px;
	height: 32px;
	object-fit: contain;
	flex: 0 0 32px;
	display: block;
}

.hp-hero .hp-hero-usp p {
	color: #ffffff !important;
	font-size: 22px;
	line-height: 1.6;
	margin: 0;
}

.hp-hero .hp-hero-usp strong {
	font-weight: 700;
	color: #ffffff !important;
}

.hp-hero .hp-hero-btns {
	gap: 16px;
}

.hp-hero .hp-hero-btn-quote,
.hp-hero .hp-hero-btn-quote .w-btn {
	background: #ff5c00 !important;
	color: #ffffff !important;
	border-color: #ff5c00 !important;
	border-radius: 8px !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	padding: 14px 24px !important;
	text-transform: none !important;
}

.hp-hero .hp-hero-btn-ghost,
.hp-hero .hp-hero-btn-ghost .w-btn {
	background: transparent !important;
	color: #ffffff !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 8px !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	padding: 14px 24px !important;
	text-transform: none !important;
}

.hp-hero #hp-hero-form,
.hp-hero #hp-hero-form .gform_wrapper,
.hp-hero #hp-hero-form .gform_wrapper label,
.hp-hero #hp-hero-form .gform_wrapper .gfield_label {
	color: #000000 !important;
}

.hp-hero #hp-hero-form .gform_wrapper input,
.hp-hero #hp-hero-form .gform_wrapper textarea {
	color: #000000 !important;
	-webkit-text-fill-color: #000000 !important;
}

.hp-hero #hp-hero-form .gform_wrapper select,
.hp-hero #hp-hero-form .gform_wrapper select.gfield_select,
.hp-hero #hp-hero-form .gform_wrapper .chosen-single,
.hp-hero #hp-hero-form .gform_wrapper .chosen-single span {
	color: #676464 !important;
	-webkit-text-fill-color: #676464 !important;
}

.hp-hero #hp-hero-form .gform_wrapper select option {
	color: #000000 !important;
	-webkit-text-fill-color: #000000 !important;
	background: #ffffff !important;
}

.hp-hero #hp-hero-form .gform_wrapper select option[value=""],
.hp-hero #hp-hero-form .gform_wrapper select option.gf_placeholder,
.hp-hero #hp-hero-form .gform_wrapper .gf_placeholder {
	color: #676464 !important;
	-webkit-text-fill-color: #676464 !important;
}

.hp-hero #hp-hero-form .gform_wrapper ::placeholder {
	color: #676464 !important;
	opacity: 1;
}

.hp-hero #hp-hero-form .gform_wrapper input[type="submit"],
.hp-hero #hp-hero-form .gform_wrapper .gform_button {
	background: #f76120 !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff !important;
	font-weight: 700;
	border-radius: 4px;
}

@media (max-width: 1024px) {
	.hp-hero .hp-hero-h1,
	.hp-hero .hp-hero-h1-wrap h1 {
		font-size: 44px !important;
	}

	.hp-hero .hp-hero-h1-wrap,
	.hp-hero .hp-hero-usps {
		margin-bottom: 28px !important;
	}
}

@media (max-width: 600px) {
	.hp-hero .hp-hero-h1,
	.hp-hero .hp-hero-h1-wrap h1 {
		font-size: 34px !important;
	}

	.hp-hero .hp-hero-usp p {
		font-size: 16px !important;
	}
}
