.downloadable-file{
	margin: 0 auto;
	max-width: 607px;
	padding: 30px 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #FFFFFF;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.13);
	border-radius: 30px;
}
.downloadable-file__title{
	margin-bottom: 12px;  
	font-style: normal;
	font-weight: 900;
	font-size: 24px;
	line-height: 125%;
	letter-spacing: -0.03em;
	color: #F66129;
}
.downloadable-file__divider{
	margin-bottom: 12px;
	width: 231px;
	height: 2px;
	background-color: #0C1D65;
}


{# Styles for Form #}
.downloadable-file__form form label {  
	font-style: normal;
	font-weight: 900;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: -0.03em;
	color: #0C1D65;
}
.downloadable-file__form form input:not([type="submit"]) {
	padding: 12px 16px; 
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: -0.03em;
	background: #FFFFFF;
	border: 1px solid #333C42;
	border-radius: 20px;
}
.downloadable-file__form form input[type="submit"] {
	font-size: 20px;
}
.downloadable-file__form form .legal-consent-container p,
.downloadable-file__form form .legal-consent-container p>a{
	margin-bottom: 18px;  
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: -0.03em;
	color: #000000;
}
.downloadable-file__form form .legal-consent-container p>a{
	text-decoration: underline;
}
.downloadable-file__form form .hs_submit {
	margin: 0 auto;
	width: fit-content;
}
@media (max-width: 480px) {
	.downloadable-file__form>span form fieldset div.input {
		margin-right: 0px !important;
		width: 100% !important;
	}
	.downloadable-file__form>span form fieldset div.input input {
		width: 100% !important;
	}
	.downloadable-file{
		padding: 50px 30px;
		align-items: flex-start;
	}
	.downloadable-file__description{
		text-align: left;
	}
	.downloadable-file__form form .hs_submit {
		width: 100%;
	}
	.downloadable-file__form form .hs_submit div.actions input {
		width: 100%;
		display: flex;
		justify-content: center;
	}
}