/*Hubspot form css*/
.wp-block-leadin-hubspot-form-block {
	margin-top: 3.25rem !important;
}
.hbspt-form {
	position: relative;
}
.hbspt-form form .hs-form-field {
	position: relative;
	margin: 0 0 1.5rem;
}
.hbspt-form form .hs-form-field.label-focus > label {
	color: #808080;
	background-color: transparent;
	font-size: 0.75rem;
	line-height: 0.875rem;
	text-align: right;
	letter-spacing: 0.015em;
	left: 100%;
	width: 9.375rem;
	transform: translate3d(-100%, 0, 0);
}

.hbspt-form form .hs-form-field label {
	pointer-events: fill;
	cursor: pointer;
	position: absolute;
	left: 0px;
	bottom: 6px;
	font-family: 'aktiv-grotesk', sans-serif;
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.625rem;
	color: #424243;
	letter-spacing: 0.015em;
	text-align: left;
	display: inline-block;
	pointer-events: none;
	width: 10.38rem;
	top: auto;
	transition: transform 0.3s ease, left 0.3s ease, bottom 0.3s ease;
}
.hbspt-form form .hs-form-field label.hs-form-booleancheckbox-display {
	pointer-events: fill !important;
}

.hbspt-form form .hs-fieldtype-select.hs-form-field > label {
	opacity: 0;
	display: none;
}
.hbspt-form form .hs-fieldtype-textarea.hs-form-field label {
	z-index: -999;
	width: 100%;
	position: absolute;
	transform: translateX(0px);
	transition: all 0.3s;
}
.hbspt-form form .hs-fieldtype-textarea.hs-form-field > label {
	left: 0;
	top: 0;
	padding: 0.625rem;
}

.hbspt-form form .hs-form-field input {
	border-bottom: 1px solid #bdbdbd;
	width: 100% !important;
	font-family: 'aktiv-grotesk', sans-serif;
	font-size: 1.25rem;
	line-height: 1.625rem;
	color: #1e1e1e;
	letter-spacing: 0em;
	padding: 0 6.25rem 0.375rem 0;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background-color: transparent;
	transition: all 0.5s ease 0s;
	transform: translateX(0px);
}
.hbspt-form form .hs-form-field a {
	color: var(--wp--custom--link--default);
	transition: color 0.3s ease;
}
.hbspt-form form .hs-form-field a:hover {
	color: var(--wp--custom--link--hover);
}
.hbspt-form form .hs-fieldtype-select.hs-form-field select {
	color: #424243;
	font-weight: 300;
	height: 2.0625rem;
	padding: 0 2.25rem 0.375rem 0;
	font-family: 'aktiv-grotesk', sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='14' height='14' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='black'/></g></svg>")
		no-repeat;
	background-position: right 0.625rem top 50%;
}

.hbspt-form form .hs-form-field input[type='text']:focus,
.hbspt-form form .hs-form-field input[type='email']:focus,
.hbspt-form form .hs-form-field input[type='tel']:focus,
.hbspt-form form .hs-form-field button:focus,
.hbspt-form form .hs-form-field select:focus,
.hbspt-form form .hs-form-field textarea:focus {
	outline: none;
	border-bottom: 1px solid var(--wp--custom--focus--default);
}

.hbspt-form form .hs-form-field:has(> ul.hs-error-msgs) input {
	border-color: var(--wp--custom--support--accent--error);
}

.hbspt-form form .hs-form-field:has(> ul.hs-error-msgs) textarea {
	border-color: var(--wp--custom--support--accent--error) !important;
}
.hbspt-form form .hs-form-field textarea {
	resize: none;
	height: 12.5rem;
	border: 1px solid #bdbdbd !important;
}
.hbspt-form form .hs-form-field textarea:hover {
	border: 1px solid #13191e !important;
}

.hbspt-form form .hs-form-field:has(> ul.hs-error-msgs) label {
	color: var(--wp--custom--support--text--error);
}

.hbspt-form form .hs-fieldtype-select.hs-form-field select.error {
	color: #bf2a23;
	border-color: #bf2a23;
}

.hbspt-form form .hs-fieldtype-booleancheckbox.hs-form-field .input ul.inputs-list {
	list-style: none;
	padding: 0;
}
.hbspt-form
	form
	.hs-fieldtype-booleancheckbox.hs-form-field
	.input
	label.hs-form-booleancheckbox-display {
	position: unset;
	width: unset;
}
.hs_agree_field .hs-form-booleancheckbox {
	padding-left: 2rem;
}
.hs-form-field .hs-form-booleancheckbox {
	padding-left: 2rem;
}

.hbspt-form form .hs-form-field textarea,
.hbspt-form form .hs-form-field select {
	border-bottom: 1px solid var(--wp--custom--border--3);
	width: 100% !important;
	font-size: var(--wp--custom--body--4-short--font-size);
	line-height: var(--wp--custom--body--4-short--line-height);
	background-color: var(--wp--custom--field--1);
}

.hbspt-form
	form
	.hs-fieldtype-booleancheckbox.hs-form-field
	.input
	ul.inputs-list
	label.hs-form-booleancheckbox-display
	input[type='checkbox'] {
	pointer-events: fill;
	width: 2% !important;
	position: absolute;
	top: 8px;
	left: 0rem;
}
.hbspt-form
	form
	.hs-fieldtype-booleancheckbox.hs-form-field
	.input
	ul.inputs-list
	label.hs-form-booleancheckbox-display
	input[type='checkbox']:before {
	content: '';
	background: #fff;
	border: 1px solid #13191e;
	display: inline-block;
	vertical-align: middle;
	width: 1.25rem;
	height: 1.25rem;
	padding: 0px;
	margin-right: 0.625rem;
	text-align: center;
	font-size: 0.9375rem;
	line-height: 1.5rem;
	background: white;
	border-radius: 0.125rem;
	position: absolute;
	left: 0;
}
.hbspt-form
	form
	.hs-fieldtype-booleancheckbox.hs-form-field
	.input
	ul.inputs-list
	label.hs-form-booleancheckbox-display
	input[type='checkbox']:checked:before {
	background: #13191e;
	color: #fff;
	border-color: #13191e;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='22' viewBox='0 0 20 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3.66699C0 2.56242 0.895431 1.66699 2 1.66699H18C19.1046 1.66699 20 2.56242 20 3.66699V19.667C20 20.7716 19.1046 21.667 18 21.667H2C0.895431 21.667 0 20.7716 0 19.667V3.66699Z' fill='%2313191E'/%3E%3Cpath d='M4.00032 11.667L8.00032 15.667L16.0003 7.66699' stroke='%23FCFAFA' stroke-width='1.5'/%3E%3C/svg%3E%0A");
	background-position: center;
}
.hbspt-form
	form
	.hs-fieldtype-booleancheckbox.hs-form-field
	.input
	ul.inputs-list
	label.hs-form-booleancheckbox-display
	> span {
	width: 100% !important;
	vertical-align: text-top;
	padding: 0;
	line-height: 2.125rem;
	color: #4f4f4f;
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: 2.0625rem;
	margin-left: 0;
	position: relative;
	left: 0;
	line-height: 2.0625rem;
	margin-bottom: 0.6875rem;
	text-align: left;
}
.hbspt-form .hs_error_rollup > ul {
	width: 92%;
	list-style: none;
	position: absolute;
	top: calc(100% - 4px);
	bottom: auto;
	background: #ffc3b9;
	border-radius: 0.125rem;
	font-size: 1rem;
	line-height: 1.375rem;
	color: #9a1a19;
	padding: 0.25rem 0.5rem;
}

.hbspt-form form .hs-form-field ul.hs-error-msgs {
	list-style: none;
}

.hbspt-form form .hs-form-field ul.hs-error-msgs label.hs-error-msg,
.hbspt-form form .hs-form-field ul.hs-error-msgs label {
	font-size: 0.75rem;
	line-height: 0.875rem;
	bottom: -1.25rem !important;
	width: max-content;
	pointer-events: all !important;
}

.hbspt-form form .hs-fieldtype-booleancheckbox.hs-form-field ul.hs-error-msgs label.hs-error-msg {
	bottom: 0;
}

.hbspt-form form .hs_submit.hs-submit {
	margin-top: 3.125rem;
}
.hs-button {
	padding: 0.75rem 2rem;
	text-align: center;
	position: static;
	width: 12.3125rem;
	height: 3rem;
	left: 0px;
	top: 0px;
	background: #7cb260;
	border-color: transparent;
	border-radius: 1.5rem;
	font-family: 'aktiv-grotesk';
	font-style: normal;
	font-weight: normal;
	font-size: 1.125rem;
	line-height: 1;
	color: #000000;
	cursor: pointer;
	transition: all 0.3s ease;
	-webkit-appearance: none;
	margin-top: 0.9375rem;
	margin-bottom: 1rem;
}
.hs-button:hover {
	background: #649a49;
	color: #000000;
	cursor: pointer;
	border: 1px solid #649a49;
}

@media (max-width: 430px) {
	.hbspt-form form .hs-form-field input[type='text'],
	.hbspt-form form .hs-form-field input[type='email'],
	.hbspt-form form .hs-form-field input[type='tel'],
	.hbspt-form form .hs-form-field textarea,
	.hbspt-form form .hs-form-field button,
	.hbspt-form form .hs-form-field select {
		padding: 0 0 0.375rem;
	}
	.hbspt-form form .hs-form-field:not(.hs-fieldtype-textarea.field.hs-form-field) {
		padding-top: 1.0625rem;
	}
	.hbspt-form form .hs-form-field.label-focus > label {
		left: 0;
		transform: translate3d(0, 0, 0);
		bottom: 100%;
		padding-bottom: 0.1875rem;
		top: 0;
		width: auto;
	}
	.hbspt-form form .hs-fieldtype-select.hs-form-field > label.active,
	.hbspt-form form .hs-fieldtype-textarea.hs-form-field > label.active {
		left: 0;
		transform: translate3d(0, 0, 0);
	}
	.hbspt-form form .hs-form-field textarea {
		padding: 1.625rem 0.625rem 0.625rem;
	}
}
