.ash-webform,
.ash-webform * {
	box-sizing: border-box;
}

.ash-webform {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	box-shadow: none;
	font: inherit;
}

.ash-webform input,
.ash-webform textarea {
	width: 100%;
	margin: 0;
	padding: 14px 16px;
	border: 0;
	border-bottom: 1px solid rgba(82, 89, 145, 0.28);
	border-radius: 0;
	outline: 0;
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none;
	font: inherit;
	font-size: 16px;
	line-height: 1.4;
	color: #252a48;
}

.ash-webform textarea {
	min-height: 130px;
	resize: vertical;
}

.ash-webform input:focus,
.ash-webform textarea:focus {
	border-bottom-color: currentColor;
	box-shadow: none;
}

.ash-webform input::placeholder,
.ash-webform textarea::placeholder {
	color: rgba(37, 42, 72, 0.85);
	opacity: 1;
}

.ash-webform input:-webkit-autofill,
.ash-webform input:-webkit-autofill:hover,
.ash-webform input:-webkit-autofill:focus,
.ash-webform textarea:-webkit-autofill,
.ash-webform textarea:-webkit-autofill:hover,
.ash-webform textarea:-webkit-autofill:focus {
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: #252a48;
	caret-color: #252a48;
	box-shadow: 0 0 0 1000px transparent inset;
	transition: background-color 9999s ease-out 0s;
}

.ash-webform-grid {
	display: grid;
	gap: 22px 40px;
	width: 100%;
}

.ash-webform-grid--two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ash-webform-field--full {
	grid-column: 1 / -1;
}

.ash-webform-field--grow {
	flex: 1 1 auto;
	min-width: 180px;
}

.ash-webform-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 58px;
	padding: 14px 34px;
	border: 0;
	border-radius: 999px;
	outline: 0;
	box-shadow: none;
	font: inherit;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	transition: filter 0.15s ease, transform 0.15s ease;
}

.ash-webform-button:hover,
.ash-webform-button:focus {
	filter: brightness(0.95);
	transform: translateY(-1px);
}

.ash-webform-button:disabled {
	opacity: 0.72;
	cursor: wait;
	filter: none;
	transform: none;
}

.ash-webform-button--orange {
	background: #ff5a00;
	color: #fff;
}

.ash-webform-button--purple {
	background: #535d9b;
	color: #fff;
}

.ash-webform--newsletter {
	background: transparent;
}

.ash-webform-newsletter-row {
	display: flex;
	align-items: center;
	gap: 34px;
	width: 100%;
}

.ash-webform--newsletter input {
	padding-left: 16px;
	padding-right: 16px;
}

.ash-webform--footer {
	color: #fff;
	background: transparent;
}

.ash-webform--footer input,
.ash-webform--footer textarea {
	border-bottom-color: rgba(255, 255, 255, 0.28);
	color: #fff;
}

.ash-webform--footer input::placeholder,
.ash-webform--footer textarea::placeholder {
	color: rgba(255, 255, 255, 0.68);
}

.ash-webform--footer input:-webkit-autofill,
.ash-webform--footer input:-webkit-autofill:hover,
.ash-webform--footer input:-webkit-autofill:focus,
.ash-webform--footer textarea:-webkit-autofill,
.ash-webform--footer textarea:-webkit-autofill:hover,
.ash-webform--footer textarea:-webkit-autofill:focus {
	-webkit-text-fill-color: #fff;
	caret-color: #fff;
}


/*
 * The footer sits on a dark Avada background. Use a deliberately stronger,
 * shortcode-scoped selector so theme form rules cannot turn these controls
 * white or replace their white text.
 */
html body .ash-webform.ash-webform--footer input:not([type="hidden"]),
html body .ash-webform.ash-webform--footer textarea {
	border: 0 !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.42) !important;
	border-radius: 0 !important;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	caret-color: #fff !important;
}

html body .ash-webform.ash-webform--footer input:not([type="hidden"])::placeholder,
html body .ash-webform.ash-webform--footer textarea::placeholder {
	color: rgba(255, 255, 255, 0.76) !important;
	-webkit-text-fill-color: rgba(255, 255, 255, 0.76) !important;
	opacity: 1 !important;
}

html body .ash-webform.ash-webform--footer input:not([type="hidden"]):focus,
html body .ash-webform.ash-webform--footer textarea:focus {
	border-bottom-color: #fff !important;
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	color: #fff !important;
}

html body .ash-webform.ash-webform--footer input:not([type="hidden"]):-webkit-autofill,
html body .ash-webform.ash-webform--footer input:not([type="hidden"]):-webkit-autofill:hover,
html body .ash-webform.ash-webform--footer input:not([type="hidden"]):-webkit-autofill:focus,
html body .ash-webform.ash-webform--footer textarea:-webkit-autofill,
html body .ash-webform.ash-webform--footer textarea:-webkit-autofill:hover,
html body .ash-webform.ash-webform--footer textarea:-webkit-autofill:focus {
	-webkit-background-clip: text !important;
	background-clip: text !important;
	-webkit-text-fill-color: #fff !important;
	caret-color: #fff !important;
	box-shadow: 0 0 0 1000px transparent inset !important;
}

.ash-webform--footer .ash-webform-button,
.ash-webform--contact .ash-webform-button {
	margin-top: 22px;
}

.ash-webform--contact {
	background: transparent;
}

.ash-webform-turnstile {
	width: 100%;
	margin-top: 18px;
}

.ash-webform-turnstile:empty {
	display: none;
}

.ash-webform-notice {
	width: 100%;
	margin: 0 0 18px;
	padding: 12px 14px;
	border: 1px solid transparent;
	border-radius: 8px;
	font-size: 14px;
	line-height: 1.5;
}

.ash-webform-notice--success {
	border-color: #9ad2a5;
	background: rgba(233, 250, 236, 0.95);
	color: #185c25;
}

.ash-webform-notice--error {
	border-color: #e2a4aa;
	background: rgba(255, 239, 241, 0.95);
	color: #8a1c28;
}

.ash-webform-notice[hidden] {
	display: none !important;
}

.ash-webform-trap {
	position: absolute !important;
	left: -10000px !important;
	top: auto !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.ash-webform-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media (max-width: 720px) {
	.ash-webform-grid--two {
		grid-template-columns: 1fr;
	}

	.ash-webform-field--full {
		grid-column: auto;
	}

	.ash-webform-newsletter-row {
		align-items: stretch;
		flex-direction: column;
		gap: 18px;
	}

	.ash-webform-button {
		width: 100%;
	}
}

.ash-webform--demo .ash-webform-button {
	margin-top: 22px;
}

.ash-webform-label,
.ash-webform-demo-times__heading {
	display: block;
	margin: 0 0 8px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	color: #252a48;
}

.ash-webform-demo-calendar input[type="date"] {
	color-scheme: light;
}

.ash-webform-demo-help,
.ash-webform-demo-slot-status {
	margin: 8px 0 0;
	font-size: 14px;
	line-height: 1.5;
	color: #646970;
}

.ash-webform-demo-times[hidden] {
	display: none !important;
}

/*
 * Demo time-slot design controls.
 * Adjust these variables to change spacing and colors without editing each state below.
 */
html body .ash-webform.ash-webform--demo {
	--ash-demo-slot-gap: 5px;
	--ash-demo-slot-border-color: #c9cdd3;
	--ash-demo-slot-background: #ffffff;
	--ash-demo-slot-text-color: #6f747b;
	--ash-demo-slot-hover-border-color: #aeb3ba;
	--ash-demo-slot-hover-background: #f7f8f9;
	--ash-demo-slot-hover-text-color: #565c64;
	--ash-demo-slot-selected-border-color: #9ca3af;
	--ash-demo-slot-selected-background: #f0f2f5;
	--ash-demo-slot-selected-text-color: #4f555c;
	--ash-demo-slot-unavailable-border-color: #d7dadd;
	--ash-demo-slot-unavailable-background: #eceeef;
	--ash-demo-slot-unavailable-text-color: #a0a4a9;
}

html body .ash-webform.ash-webform--demo .ash-webform-demo-slot-grid {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: var(--ash-demo-slot-gap) !important;
	width: 100% !important;
	margin: 0 !important;
}

html body .ash-webform.ash-webform--demo button.ash-webform-demo-slot {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	min-width: 0 !important;
	min-height: 46px !important;
	margin: 0 !important;
	padding: 10px 12px !important;
	border: 1px solid var(--ash-demo-slot-border-color) !important;
	border-radius: 9px !important;
	background: var(--ash-demo-slot-background) !important;
	background-image: none !important;
	box-shadow: none !important;
	font: inherit !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 1.3 !important;
	color: var(--ash-demo-slot-text-color) !important;
	text-align: center !important;
	text-transform: none !important;
	letter-spacing: normal !important;
	white-space: nowrap !important;
	cursor: pointer !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease !important;
}

html body .ash-webform.ash-webform--demo button.ash-webform-demo-slot:hover,
html body .ash-webform.ash-webform--demo button.ash-webform-demo-slot:focus-visible {
	border-color: var(--ash-demo-slot-hover-border-color) !important;
	background: var(--ash-demo-slot-hover-background) !important;
	color: var(--ash-demo-slot-hover-text-color) !important;
	box-shadow: 0 0 0 2px rgba(111, 116, 123, 0.12) !important;
	outline: 0 !important;
}

html body .ash-webform.ash-webform--demo button.ash-webform-demo-slot.is-selected,
html body .ash-webform.ash-webform--demo button.ash-webform-demo-slot[aria-pressed="true"] {
	border-color: var(--ash-demo-slot-selected-border-color) !important;
	background: var(--ash-demo-slot-selected-background) !important;
	color: var(--ash-demo-slot-selected-text-color) !important;
	box-shadow: 0 0 0 2px rgba(111, 116, 123, 0.10) !important;
}

html body .ash-webform.ash-webform--demo button.ash-webform-demo-slot.is-unavailable,
html body .ash-webform.ash-webform--demo button.ash-webform-demo-slot:disabled {
	border-color: var(--ash-demo-slot-unavailable-border-color) !important;
	background: var(--ash-demo-slot-unavailable-background) !important;
	color: var(--ash-demo-slot-unavailable-text-color) !important;
	box-shadow: none !important;
	opacity: 1 !important;
	cursor: not-allowed !important;
}

html body .ash-webform.ash-webform--demo button.ash-webform-demo-slot.is-unavailable:hover,
html body .ash-webform.ash-webform--demo button.ash-webform-demo-slot.is-unavailable:focus,
html body .ash-webform.ash-webform--demo button.ash-webform-demo-slot:disabled:hover,
html body .ash-webform.ash-webform--demo button.ash-webform-demo-slot:disabled:focus {
	border-color: var(--ash-demo-slot-unavailable-border-color) !important;
	background: var(--ash-demo-slot-unavailable-background) !important;
	color: var(--ash-demo-slot-unavailable-text-color) !important;
	box-shadow: none !important;
	outline: 0 !important;
}

@media (max-width: 900px) {
	html body .ash-webform.ash-webform--demo .ash-webform-demo-slot-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 480px) {
	html body .ash-webform.ash-webform--demo .ash-webform-demo-slot-grid {
		grid-template-columns: 1fr !important;
	}
}
