.footer.footer--v8 {
	--fv8-font: Poppins, Ubuntu, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--fv8-title-font: Montserrat, var(--fv8-font);
	--fv8-help-title-size: 18px;
	--fv8-help-title-lh: 33.43px;
	--fv8-help-title-color: #c1beff;
	--fv8-help-desc-size: 14px;
	--fv8-help-desc-lh: 26px;
	--fv8-help-desc-color: #fff;
	--fv8-container: 1200px;
	--fv8-pay-row-h: 28px;
	--fv8-menu-to-pay-gap: 32px;
	--fv8-trust-pad-x: 191px;
	background: var(--footer-background-color, linear-gradient(180deg, #060E2A 0%, #3C1A72 101.7%)) !important;
	box-sizing: border-box;
	color: #fff;
	font-family: var(--fv8-font);
	padding-top: 0 !important;
	width: 100%;
}

.footer.footer--v8 > .container {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--fv8-container);
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100%;
}

.footer.footer--v8 .footer-upper {
	padding: 50px 10px;
	display: flex;
	justify-content: space-between;
}

.footer.footer--v8 .upper-left {
	display: flex;
	gap: 100px;
}

.footer.footer--v8 .upper-left-title {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.footer.footer--v8 .upper-left-title span {
	color: var(--fv8-help-title-color);
	display: block;
	font-family: var(--fv8-title-font);
	font-size: var(--fv8-help-title-size);
	font-weight: 600;
	letter-spacing: 0;
	line-height: var(--fv8-help-title-lh);
	margin: 0;
	text-transform: uppercase;
}

.footer.footer--v8 .upper-left-title p {
	color: var(--fv8-help-desc-color);
	display: block;
	font-family: var(--fv8-title-font);
	font-size: var(--fv8-help-desc-size);
	font-weight: 600;
	letter-spacing: 0;
	line-height: var(--fv8-help-desc-lh);
	margin: 0;
}

.footer.footer--v8 .upper-left-title p a {
	color: inherit;
	text-decoration: none;
}

.footer.footer--v8 .footer-upper ul {
	font-family: var(--fv8-font);
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer.footer--v8 .footer-upper li {
	margin: 0 0 15px;
	padding: 0;
}

.footer.footer--v8 .footer-upper li:last-child {
	margin-bottom: 0;
}

.footer.footer--v8 .footer-upper a {
	color: #9296a2 !important;
	font-family: var(--fv8-font);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	text-decoration: none !important;
}

.footer.footer--v8 .footer-top {
	align-items: center !important;
	box-sizing: border-box;
	display: flex !important;
	flex-direction: column !important;
	gap: 0;
	justify-content: flex-start !important;
	margin: 0 auto;
	max-width: var(--fv8-container);
	padding: 0 !important;
	width: 100%;
}

.footer.footer--v8 .footer-menu {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: var(--fv8-container);
	padding: 0;
	width: 100%;
}

.footer.footer--v8 .footer-menu ul {
	align-items: flex-end;
	box-sizing: border-box;
	display: flex;
	flex-wrap: nowrap;
	gap: 0;
	justify-content: space-between;
	list-style: none;
	margin: 0 auto var(--fv8-menu-to-pay-gap);
	max-width: var(--fv8-container);
	padding: 0;
	width: 100%;
}

.footer.footer--v8 .footer-menu li {
	flex: 0 1 auto;
	margin: 0 !important;
	min-width: 0;
	padding: 0;
	width: auto;
}

.footer.footer--v8 .footer-top .icons-list,
.footer.footer--v8 .footer-top .icons-list.container {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: var(--fv8-container);
	padding: 0 !important;
	width: 100%;
}

.footer.footer--v8 .footer-top .icons-list .row {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}

.footer.footer--v8 .footer-icons--top {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	flex-wrap: nowrap;
	gap: 0;
	height: var(--fv8-pay-row-h);
	justify-content: space-between;
	margin: 0 auto;
	max-width: var(--fv8-container);
	width: 100%;
}

.footer.footer--v8 .footer-icons--top__item {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	height: var(--fv8-pay-row-h);
	justify-content: center;
	min-width: 0 !important;
	width: auto;
}

.footer.footer--v8 .footer-icons--top img {
	display: block;
	height: auto;
	max-height: 28px;
	max-width: 60px;
	object-fit: contain;
	width: auto !important;
}

.footer.footer--v8 .footer-middle {
	background: unset !important;
	border-image-slice: 1 !important;
	border-image-source: linear-gradient(
		90deg,
		rgba(195, 209, 218, 0) 0%,
		#c3d1da 50%,
		rgba(195, 209, 218, 0) 100%
	) !important;
	border-style: solid !important;
	border-width: 1px 0 !important;
	box-sizing: border-box;
	display: block;
	margin: 30px auto 0;
	max-width: var(--fv8-container);
	padding: 10px 0 !important;
	position: static;
	width: 100%;
}

.footer.footer--v8 .footer-middle::after {
	display: none;
}

.footer.footer--v8 .footer-middle > .container {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: var(--fv8-container);
	padding: 0 !important;
	width: 100%;
}

.footer.footer--v8 .footer-middle .row {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}

.footer.footer--v8 .footer-icons--middle {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	flex-wrap: nowrap;
	gap: 0;
	justify-content: space-between;
	margin: 0 auto;
	max-width: var(--fv8-container);
	min-height: 75px;
	padding: 0 var(--fv8-trust-pad-x);
	width: 100%;
}

.footer.footer--v8 .footer-icons--middle__item {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	justify-content: center;
	margin: 0;
}

.footer.footer--v8 .footer-menu li a {
	align-items: flex-end;
	box-sizing: border-box;
	color: #fff !important;
	display: flex;
	font-family: var(--fv8-font);
	font-size: 20px;
	font-weight: 400;
	justify-content: center;
	letter-spacing: 0;
	line-height: 20px;
	min-height: 33px;
	padding: 0 8px 13px;
	position: relative;
	text-align: center;
	text-decoration: none !important;
	width: auto;
}

.footer.footer--v8 .footer-menu li a::after {
	background: url("menu-line.svg") center / 100% 100% no-repeat;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.footer.footer--v8 .footer-icons--middle__item img {
	max-height: 100%!important;
}

.footer.footer--v8 .footer-bottom .copyright {
	box-sizing: border-box;
	color: rgba(255, 255, 255, 0.72);
	font-family: var(--fv8-font);
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	margin: 0;
	padding: 48px 0 !important;
	text-align: center;
	text-transform: lowercase !important;
	width: 100%;
}

@media (max-width: 1199px) {
	.footer.footer--v8 > .container,
	.footer.footer--v8 .footer-top,
	.footer.footer--v8 .footer-middle {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}

	.footer.footer--v8 .footer-menu ul {
		flex-wrap: wrap;
		gap: 16px 24px;
		justify-content: center;
		margin-bottom: 28px;
	}

	.footer.footer--v8 .footer-menu li {
		flex: 0 0 auto;
		max-width: none;
	}

	.footer.footer--v8 .footer-icons--top {
		flex-wrap: wrap;
		gap: 16px 20px;
		height: auto;
		justify-content: center;
		max-width: 100%;
	}

	.footer.footer--v8 .footer-icons--top__item {
		flex: 0 1 auto;
		height: auto;
	}

	.footer.footer--v8 .footer-icons--middle {
		flex-wrap: wrap;
		gap: 20px;
		justify-content: center;
		padding: 0;
	}
}

@media (max-width: 768px) {
	.footer.footer--v8 .footer-menu ul {
		align-items: center;
		flex-direction: column;
		gap: 10px !important;
		margin-bottom: 24px;
	}

	.footer.footer--v8 .footer-menu li {
		flex: 0 0 auto;
		width: 100%;
	}

	.footer.footer--v8 .footer-menu li a {
		width: 100%;
	}

	.footer.footer--v8 .footer-upper {
		flex-direction: column-reverse;
		padding: 30px 10px;
		align-items: center;
		gap: 20px;
	}

	.footer.footer--v8 .upper-left {
		flex-direction: column;
		gap: 20px;
		align-items: center;
		text-align: center;
	}
}