.main-footer {
	height: auto;
	background-color: #001464;
	position: relative;
	padding: 10rem 1rem 5rem 1rem;
	margin-top: 4rem;
}

.main-footer::before {
	content: "";
	position: absolute;
	left: -10%;
	width: 120%;
	height: 120px;
	background: #fff;
	z-index: 0;
}

.main-footer::before {
	top: -80px;
	border-bottom-left-radius: 100%;
	border-bottom-right-radius: 100%;
}

.footer-container {
	display: flex;
	justify-content: space-evenly;
	align-items: start;
	flex-wrap: wrap;
	gap: 3rem 1.75rem;
	width: 100%;
}

.footer-data {
	box-sizing: border-box;
	flex: 0 0 300px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: start;
	text-align: justify;
	color: #fff;
}

.footer-data-image img {
	width: 175px;
	height: 175px;
}

.footer-data-content {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-items: start;
	gap: 1rem;
}

.footer-title {
	font-size: 20px;
	font-weight: 700;
}

.footer-text {
	font-size: 14px;
}

.footer-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.footer-list a {
	color: #FFF;
	text-decoration: none;
}

.footer-custom-content {
	width: 380px;
	min-width: 325px;
	height: 192px;
	background-color: #d7e1f3;
	border-radius: 8px;
	color: #000;
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.email-title {
	font-size: 16px;
}

#email-footer {
	box-sizing: border-box;
	padding: 10px 12px;
	width: 335px;
	height: 45px;
	border: 1px solid #2b2b3f;
	border-radius: 8px;
	background-color: transparent;
}

.agree {
	display: flex;
	gap: 38px;
}

#checkbox-footer {
	border: 1px solid #2b2b3f;
	border-radius: 8px;
	background-color: transparent;
	width: 18px;
	height: 18px;
}

.btn-footer {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 12px 16px;
	gap: 4px;
	width: 101px;
	height: 48px;
	background: #fcb539;
	border-radius: 8px;
	border: none;
	color: #fff;
}

.social-media {
	display: flex;
	gap: 16px;
}

.media-link {
	width: 56px;
	height: 56px;
	box-sizing: border-box;
	border: 1px solid rgba(153, 153, 189, 0.25);
	border-radius: 8px;
	background: transparent;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease-in-out;
	font-size: 28px;
	text-decoration: none;
}

.media-link:hover {
	background: #fcb539;
}