.au-hs-form .hs-form a,
.au-form a {
	color: var(--au-blue);
	font-weight: 600;
	text-decoration: none;
}

.au-hs-form .hs-form a:focus,
.au-hs-form .hs-form a:hover,
.au-form a:focus,
.au-form a:hover {
	text-decoration: underline;
}

/* .au-hs-form .hs-form fieldset.form-columns-2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.au-hs-form .hs-form fieldset.form-columns-2 .hs-form-field {
	float: none;
	width: 50%;
} */

.au-form ::-webkit-input-placeholder {
	color: #777;
}

.au-form :-moz-placeholder {
	/* Firefox 18- */
	color: #777;
}

.au-form ::-moz-placeholder {
	/* Firefox 19+ */
	color: #777;
}

.au-form :-ms-input-placeholder {
	color: #777;
}

.au-form .hs-input.is-placeholder {
	color: #777;
}

.au-hs-form .hs-form ::-webkit-input-placeholder {
	color: #777;
}

.au-hs-form .hs-form :-moz-placeholder {
	/* Firefox 18- */
	color: #777;
}

.au-hs-form .hs-form ::-moz-placeholder {
	/* Firefox 19+ */
	color: #777;
}

.au-hs-form .hs-form :-ms-input-placeholder {
	color: #777;
}

.au-hs-form .hs-form .hs-input.is-placeholder {
	color: #777;
}

.au-hs-form .hs-form > .hs-form-field:not(:last-child) {
	margin-bottom: 10px;
}

.au-form .au-form-field > label,
.au-hs-form .hs-form .hs-form-field > label {
	display: block;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0 0 7px;
	color: var(--au-blue);
}

.au-hs-form .hs-form fieldset {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	max-width: 100%;
	gap: 16px;
	padding: 8px 0;
}

.au-hs-form .hs-form fieldset .hs-form-field {
	float: none !important;
	width: auto !important;
}

.au-hs-form .hs-form .hs-form-required {
	display: none !important;
}

.au-hs-form .hs-form fieldset .input {
	margin: 0 !important;
}

.au-hs-form .hs-form fieldset .legal-consent-container,
.au-hs-form .hs-form-booleancheckbox-display [type='checkbox'] + span,
.au-hs-form .hs-form-checkbox-display [type='checkbox'] + span {
	font-size: 10px;
	line-height: 1.4;
}

.au-form .au-form-input,
.au-form .country-intl-input,
.au-hs-form .hs-form .hs-input,
.au-hs-form .hs-form select.hs-input.value-selected,
.au-hs-form .hs-form select.hs-input option {
	color: var(--au-blue);
}

.au-form .au-form-input,
.au-form .country-intl-input,
.au-hs-form .hs-form .hs-input {
	display: block;
	width: 100% !important;
	height: 40px;
	padding: 0 15px;
	background: #fff;
	color: #000;
	border: 1px solid var(--au-light-grey);
	font-size: 12px;
	font-weight: 500;

	-webkit-outline: none;
	-moz-outline: none;
	outline: none;

	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
}

.au-form .au-form-input[type='number'],
.au-hs-form .hs-form .hs-input[type='number'] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}

.au-hs-form .hs-form .hs-input::-webkit-outer-spin-button,
.au-hs-form .hs-form .hs-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

.au-form select.au-form-input,
.au-hs-form .hs-form select.hs-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;

	padding-right: 30px;
	background: #fff url('../images/chevron-down.svg') calc(100% - 14px) center no-repeat;
	color: var(--au-blue);

	-webkit-background-size: 11px auto;
	-moz-background-size: 11px auto;
	background-size: 11px auto;
}

.au-form .au-form-input:focus,
.au-form .country-intl-input:focus,
.au-hs-form .hs-form .hs-input:focus {
	border-color: var(--au-yellow);
}

.au-form textarea.au-form-input,
.au-hs-form .hs-form textarea.hs-input {
	height: 80px;
	min-height: 80px;
	padding-top: 13px;
	padding-bottom: 13px;
	resize: vertical;
}

.au-form .au-form-field-error,
.au-hs-form .hs-form .hs-error-msgs,
.au-hs-form .hs-form .hs-error-msgs label {
	font-size: 12px !important;
	font-weight: 400 !important;
	text-transform: none !important;
}

.au-form .au-form-field-error,
.au-hs-form .hs-form .hs-form-field .hs-error-msgs {
	/* padding: 0 15px !important; */
	padding: 0 !important;
}

.au-form .au-form-field-error,
.au-hs-form .hs-form .hs-form-field .hs-error-msgs,
.au-hs-form .hs-form .hs-form-field .hs-error-msgs label,
.au-hs-form .hs-form .hs-form-field .hs-error-msgs a {
	color: #b30000 !important;
}

.au-form .au-form-field-error label,
.au-hs-form .hs-form .hs-error-msgs label {
	margin: 0;
	padding: 0;
}

.au-hs-form .hs-form .hs_error_rollup .hs-error-msgs,
.au-form .au-form-error {
	font-size: 12px !important;
	padding: 3px 15px !important;
	margin-bottom: 5px !important;
	border: 1px solid #b30000 !important;
	background: #750000 !important;

	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.au-hs-form .hs-form .hs_error_rollup .hs-error-msgs,
.au-hs-form .hs-form .hs_error_rollup .hs-error-msgs label,
.au-hs-form .hs-form .hs_error_rollup .hs-error-msgs a,
.au-form .au-form-error,
.au-form .au-form-error label,
.au-form .au-form-error a {
	color: #fff !important;
}

.au-hs-form .hs-form .legal-consent-container .field.hs-form-field {
	margin: 0;
}

.au-hs-form .hs-form .inputs-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.au-hs-form .hs-form .hs-richtext {
	color: var(--au-blue);
}

.au-hs-form .hs-form .hs-richtext p {
	margin: 0;
}

.au-hs-form .hs-form .hs-richtext a {
	color: inherit;
	text-decoration: underline;
}

.au-form .au-form-field.au-form-field-checkbox,
.au-hs-form .hs-form-booleancheckbox-display,
.au-hs-form .hs-form-checkbox-display {
	display: block;
	margin: 0;
	line-height: 1.2;
}

.au-form .au-form-field.au-form-field-checkbox [type='checkbox'],
.au-hs-form .hs-form-booleancheckbox-display [type='checkbox'],
.au-hs-form .hs-form-checkbox-display [type='checkbox'] {
	position: absolute;
	z-index: -9999;
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;

	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

.au-form .au-form-field.au-form-field-checkbox [type='checkbox'] + span,
.au-hs-form .hs-form-booleancheckbox-display [type='checkbox'] + span,
.au-hs-form .hs-form-checkbox-display [type='checkbox'] + span {
	position: relative;
	display: block;
	margin: 0;
	padding-left: 25px;
	cursor: pointer;
	font-size: 12px;
	line-height: 1.4;
	font-weight: normal;
	letter-spacing: 0;
	text-transform: none;
}

.au-form .au-form-field.au-form-field-checkbox [type='checkbox'] + span:before,
.au-form .au-form-field.au-form-field-checkbox [type='checkbox'] + span:after,
.au-hs-form .hs-form-booleancheckbox-display [type='checkbox'] + span:before,
.au-hs-form .hs-form-booleancheckbox-display [type='checkbox'] + span:after,
.au-hs-form .hs-form-checkbox-display [type='checkbox'] + span:before,
.au-hs-form .hs-form-checkbox-display [type='checkbox'] + span:after {
	content: '';
	position: absolute;
	left: 0;
	top: 1px;
	width: 16px;
	height: 16px;
	border: 1px solid transparent;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.au-form .au-form-field.au-form-field-checkbox [type='checkbox'] + span:before,
.au-hs-form .hs-form-booleancheckbox-display [type='checkbox'] + span:before,
.au-hs-form .hs-form-checkbox-display [type='checkbox'] + span:before {
	background: #fff;
	border-color: #bfbec9;
}

.au-form .au-form-field.au-form-field-checkbox [type='checkbox'] + span:after,
.au-hs-form .hs-form-booleancheckbox-display [type='checkbox'] + span:after,
.au-hs-form .hs-form-checkbox-display [type='checkbox'] + span:after {
	background: url('../images/check-black.svg') 50% no-repeat;

	-webkit-background-size: 85% auto;
	-moz-background-size: 85% auto;
	background-size: 85% auto;
}

.au-form .au-form-field.au-form-field-checkbox [type='checkbox']:not(:checked) + span:after,
.au-hs-form .hs-form-booleancheckbox-display [type='checkbox']:not(:checked) + span:after,
.au-hs-form .hs-form-checkbox-display [type='checkbox']:not(:checked) + span:after {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;

	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
}

.au-form .au-form-field.au-form-field-checkbox [type='checkbox']:disabled + span:before,
.au-hs-form .hs-form-booleancheckbox-display [type='checkbox']:disabled + span:before,
.au-hs-form .hs-form-checkbox-display [type='checkbox']:disabled + span:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}

.au-form .au-form-submit .au-button,
.au-hs-form .hs-form .hs-button {
	min-height: 40px;
	padding: 0 25px;
}

.au-hs-form .legal-consent-container .hs-richtext,
.au-hs-form .legal-consent-container .hs-form-booleancheckbox-display,
.au-hs-form .legal-consent-container .hs-form-checkbox-display {
	font-size: 12px;
	line-height: 1.5;
	padding-bottom: 10px !important;
}

.au-hs-form .legal-consent-container .hs-richtext {
	padding-top: 0 !important;
}

/* .au-hs-form .hs-form .hs-button{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	position: relative;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 63px;
	border: none;
	background-color: #040024;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.1;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
} */

/* .au-hs-form .hs-form .hs-button:focus,
.au-hs-form .hs-form .hs-button:hover{
	background-color: #ffd931;
	color: #040024;
} */

@media only screen and (max-width: 600px) {
}

@media only screen and (min-width: 481px) {
	.au-hs-form .hs-form fieldset .field,
	.au-hs-form .hs-form .hs-richtext {
		flex: 1;
	}
}

@media only screen and (max-width: 480px) {
	.au-hs-form .hs-form fieldset .field,
	.au-hs-form .hs-form .hs-richtext {
		width: 100% !important;
	}
}

.au-hs-form .hs-form-frame > iframe {
	background: #fff;
}
