/* Sticky footer styles -------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 500px;
    /* Margin bottom by footer height */
}
/* #hsForm_0736feef-0d2c-4f81-85b9-bec07faf3c4e > div.hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
	line-height: 13px;
}
#email-0736feef-0d2c-4f81-85b9-bec07faf3c4e {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #f9f9fa;
	background-clip: padding-box;
	border: 1px solid #e1e1e1;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#email-0736feef-0d2c-4f81-85b9-bec07faf3c4e::placeholder {
	color: #c4c4c4;
	font-size: 15px;
}
#hsForm_0736feef-0d2c-4f81-85b9-bec07faf3c4e > div:nth-child(3) > div > p {
	color: #a0a0a0;
	font-size: 13px;
	margin-bottom: 4px;
}
#hsForm_0736feef-0d2c-4f81-85b9-bec07faf3c4e > div.hs_submit.hs-submit > div.actions > input {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	background: #00a3e0;
	color: #ffffff;
	font-size: 14px;
	padding: 4px 8px;
}
#hsForm_0736feef-0d2c-4f81-85b9-bec07faf3c4e > div:nth-child(1) > div > p {
	margin-bottom: 0;
} */
.footer {
	font-family: 'Inter', sans-serif !important;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 500px;
    /* Set the fixed height of the footer here */
    line-height: 16px;
    /* Vertically center the text there */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	/* border-top: 1px solid #000; */
	/* border-top: 1px solid #F2F2F3; */
}
footer .container-fluid {
	max-width: 1400px;
	width: 100%;
}
footer .section-title {
	font-size: 16px;
	margin-bottom: 2px;
	color: #0093c9;
    font-weight: 600;
	line-height: 19px;
}
footer .nav-footer-col .nav-link {
	padding-left: 0;
	padding-bottom: 2px;
	color: #6c6c6c;
	font-weight: 500;
	font-size: 16px;
}
footer .nav-footer-col i {
	margin-right: 8px;
	opacity: .2;
}
footer .misc-links .nav-link, .copyright {
    color: #6c6c6c;
    font-size: 14px;
}
footer .card-newsletter {
	border-radius: .25rem;
}
footer .card-newsletter .form-group {
	margin-bottom: 8px;
}
footer .card-newsletter label {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 12px;
    color: #0093c9;
}
footer .card-newsletter .btn {
    background: #00A3E0;
	color: #FFFFFF;
	font-size: 14px;
	padding: 4px 8px;
}
footer .card-newsletter small {
    color: #a0a0a0;
}
footer .footer-badges {
	max-width: 72px;
	width: 100%;
}
footer .social-icons {
	font-size: 24px;
	margin-right: 8px;
	color: #a0a0a0;
}
footer .social-links svg {
	font-size: 24px;
	margin-right: 8px;
	vertical-align: bottom;
}
footer .social-links a:hover {
	text-decoration: none;
}
@media (max-width: 820px) {
	body {
		margin-bottom: 600px;
	}
	.footer {
		height: 600px;
		border-top: 0;
	}
}
@media (max-width: 760px) {
	body {
		margin-bottom: 700px;
	}
	.footer {
		height: 650px;
		border-top: 0;
	}
}
@media (max-width: 570px) {
	body {
		margin-bottom: 825px;
	}
	.footer {
		height: 600px;
	}
	.footer-badges {
		display: none !important;
	}

}
@media (max-width: 420px) {
	.hide-420px {
		display: none !important;
	}
}
