footer {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	position: relative;
	z-index: 999!important;
	width: clamp(0%, 100%, 100%);
	background-color: var(--cor37);
}

.footer_boxed {
	gap: 51px;
	border: none;
	outline: none;
	display: flex;
	margin: 0 auto;
	color: var(--cor3);
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 64px 20px 32px 20px;
	width: clamp(0%, calc(100% - 40px), var(--boxed));
}

.footer_boxed h2 {
	padding: 0;
	border: none;
	outline: none;
	margin: 0 0 6px 0;
	color: var(--cor3);
	word-break: break-word;
	transition: all 0.2s ease;
	font: 400 16px/24px 'Geist', sans-serif;
	font-variation-settings: 'wght' 400, 'opsz' 16;
}

.footer_boxed p {
	gap: 17px;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: nowrap;
	color: var(--cor3);
	align-items: center;
	word-break: break-word;
	transition: all 0.2s ease;
	justify-content: flex-start;
	font: 400 16px/24px 'Geist', sans-serif;
	font-variation-settings: 'wght' 400, 'opsz' 16;
}

.footer_boxed .svg_stroke {
	margin: 0;
	padding: 0;
	width: auto;
	border: none;
	height: 20px;
	outline: none;
	stroke-width: 2px;
	stroke: var(--cor1);
	stroke-linecap: round;
	stroke-linejoin: round;
	box-sizing: content-box;
	transition: all 0.2s ease;
	fill: transparent!important;
}

.footer_content {
	gap: 64px;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: wrap;
}

.footer_content_2 {
	gap: 32px;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: wrap;
}

.footer_content_auto {
	gap: 32px;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: wrap;
}

.footer_content_start_start {
	align-items: flex-start;
	justify-content: flex-start;
}

.footer_content_start_space {
	align-items: flex-start;
	justify-content: space-between;
}

.footer_content_center_center {
	text-align: center;
	align-items: center;
	justify-content: center;
	text-align: -webkit-center;
}

.footer_content_column {
	gap: 18px;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	display: flex;
	flex-direction: column;
}

.footer_content_logo {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	max-width: 170px;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}

.footer_content_logo img {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	cursor: pointer!important;
}

.footer_icon_img {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	max-width: 140px;
}

.simple_text_link {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	display: block;
	cursor: pointer;
	color: var(--cor3);
	word-break: break-word;
	transition: color 0.2s ease;
	font: 400 16px/24px 'Geist', sans-serif;
	font-variation-settings: 'wght' 400, 'opsz' 16;
}

.simple_text_link:hover {
	color: var(--cor1);
}

.copyright_line {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	word-break: break-word;
	transition: all 0.2s ease;
	text-align: left!important;
	color: var(--cor3)!important;
	text-align: -webkit-left!important;
	font: 400 16px/24px 'Geist', sans-serif;
	font-variation-settings: 'wght' 400, 'opsz' 16;
}