/* Global footer refresh */

.main-footer {
	background: #fbfafb;
	border-top: 1px solid rgba(53, 25, 101, 0.12);
	color: #161718;
}

footer.main-footer {
	background: #fbfafb;
}

.main-footer > .clr {
	display: none;
}

.main-footer #get-started-row {
	background: #24153c !important;
	color: #fff;
	padding: 34px 24px;
	position: relative;
	text-align: center;
}

.main-footer #get-started-row::after {
	background: #f9981d;
	bottom: 0;
	content: "";
	height: 5px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: min(180px, 40vw);
}

.main-footer #get-started-row > .container {
	margin: 0 auto;
	max-width: 1180px;
}

.main-footer #get-started-row .wpb_wrapper {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 18px 28px;
	justify-content: center;
}

.main-footer #get-started-row .vc_custom_heading,
.main-footer #get-started-row .viv-but3-1 {
	display: block;
	margin: 0;
	vertical-align: baseline;
}

.main-footer #get-started-row h4 {
	color: #fff !important;
	font-size: clamp(24px, 3vw, 38px);
	font-weight: 500;
	line-height: 1.12;
	margin: 0;
}

.main-footer #get-started-row .viv-but {
	background: #fff !important;
	border-color: #fff !important;
	color: #351965 !important;
	font-weight: 700;
	letter-spacing: 0.08em;
	min-width: 190px;
	text-transform: uppercase;
}

.main-footer #get-started-row .viv-but:hover,
.main-footer #get-started-row .viv-but:focus {
	background: #f9981d !important;
	border-color: #f9981d !important;
	color: #161718 !important;
	text-decoration: none;
}

.main-footer #footer-address {
	background: #fbfafb;
	font-size: 17px;
	line-height: 1.45;
	padding: 44px 24px 28px;
	text-align: center;
}

.main-footer #footer-address > .container {
	margin: 0 auto;
	max-width: 1180px;
}

.main-footer .foot-adr-ul {
	margin: 0 auto 22px;
	max-width: 1040px;
}

.main-footer .foot-adr-ul ul {
	align-items: stretch;
	display: grid;
	font-size: 16px;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
	padding: 0;
}

.main-footer .foot-adr-ul ul li {
	background: #fff;
	border: 1px solid rgba(53, 25, 101, 0.14);
	color: #303036;
	display: block;
	font-size: 16px;
	line-height: 1.45;
	margin: 0;
	min-height: 100%;
	padding: 20px 20px 20px 48px;
	position: relative;
	text-align: left;
}

.main-footer .contact-ul li::before {
	filter: none;
	left: 20px;
	top: 22px;
}

.main-footer .phone-icon::before,
.main-footer .address-icon::before,
.main-footer .email-icon::before {
	opacity: 0.9;
}

.main-footer a {
	color: #6d216a;
	font-weight: 700;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.main-footer a:hover,
.main-footer a:focus {
	color: #351965;
	text-decoration: underline;
}

.main-footer #foot-copy,
.main-footer #foot-copy p {
	color: #303036;
	font-size: 13px;
	line-height: 1.45;
	margin: 0 0 18px;
}

.main-footer #foot-copy a {
	border-left: 1px solid #303036;
	color: #6d216a;
	display: inline-block;
	margin-left: 10px;
	padding-left: 10px;
}

.main-footer #foot-cos-sh {
	padding: 0;
}

.main-footer #foot-cos-sh a {
	align-items: center;
	background: #351965;
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	height: 44px;
	justify-content: center;
	margin: 0 8px;
	width: 44px;
}

.main-footer #foot-cos-sh a:hover,
.main-footer #foot-cos-sh a:focus {
	background: #6d216a;
	opacity: 1;
}

.main-footer #foot-cos-sh svg,
.main-footer #foot-cos-sh svg * {
	fill: currentColor;
}

.main-footer #f-f-icon svg {
	width: 16px;
}

.main-footer #f-t-icon svg {
	width: 24px;
}

@media (max-width: 900px) {
	.main-footer .foot-adr-ul ul {
		grid-template-columns: 1fr;
	}

	.main-footer #get-started-row .wpb_wrapper {
		display: grid;
		justify-items: center;
	}

	.main-footer #get-started-row .viv-but {
		white-space: normal;
	}
}

@media (max-width: 560px) {
	.main-footer #get-started-row,
	.main-footer #footer-address {
		padding-left: 18px;
		padding-right: 18px;
	}

	.main-footer .foot-adr-ul ul li {
		padding: 18px 18px 18px 46px;
	}
}
