/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 21 2024 | 01:57:58 */
.legal-consent-container .hs-richtext {
	color: var(--Emesent-Black, #030001);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 16.8px */
	letter-spacing: 0.14px;
}
.legal-consent-container {
	margin-top: 20px;
	margin-bottom: 30px;
}
input[type="submit"].hs-button {
	display: flex;
	padding: 12px 32px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 50px;
	background: #0085FF;
	width: 100%;
}
.hs-form-field label {
	color: #030001;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 12px */
}
.hs-form-field input, .hs-form-field select, .hs-form-field textarea {
	width: 100% !important;
	border: 1px solid var(--global-palette1);
	color: #111;
	font-size: 14px;
}
.hs-form-field input[type="radio"] {
	width: unset !important;
}
.hs_recaptcha {
	margin-bottom: 20px;
}
.inputs-list.multi-container, .hs-form-radio-display {
	display: flex;
	gap: 10px;
	list-style: none;
    margin: 0px;
    padding: 0px;
	flex-wrap: wrap;
}
.inputs-list.multi-container li::marker {
	display: none;
}
.hs-form-checkbox-display {
	display: flex;
}
.hs-input[type="checkbox"] {
	width: 12px !important;
    height: 12px;
    margin-right: 5px;
}

/* HubSpot Form Post Styling */
.webinars__forms .hs-form-field {
	font-size: 14px;
}
.webinars__forms .legal-consent-container {
	color: #fff;
	font-size: 14px;
	line-height: 130%;
}