.site-footer {
	background: #fff;
	border: 0;
	border-top: 6px solid;
	border-image: linear-gradient(90deg, #46c8cf 0 62%, #f6ad3c 62% 100%) 1;
	color: #173b4d;
	font-family: "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.55;
	padding: 0;
	text-align: left;
}

.site-footer .wrap {
	max-width: none;
	padding: 0;
}

.uyhs-site-footer-inner,
.uyhs-site-footer-inner * {
	box-sizing: border-box;
}

.uyhs-site-footer-inner {
	margin: 0 auto;
	max-width: 1480px;
	padding: 76px max(28px, calc((100vw - 1380px) / 2)) 0;
}

.uyhs-site-footer-main {
	display: grid;
	gap: clamp(48px, 7vw, 105px);
	grid-template-columns: minmax(260px, 1.05fr) minmax(170px, .55fr) minmax(300px, 1fr);
	padding-bottom: 62px;
}

.uyhs-footer-logo {
	display: inline-block;
	margin-bottom: 24px;
	text-decoration: none;
}

.uyhs-footer-logo img {
	display: block;
	height: auto;
	max-height: 105px;
	max-width: 300px;
	width: auto;
}

.uyhs-footer-logo span {
	color: #173b4d;
	font-size: 1.35em;
	font-weight: 600;
}

.uyhs-footer-brand p,
.uyhs-footer-cta p {
	color: #52626b;
	font-size: 1em;
	margin: 0;
	max-width: 390px;
}

.site-footer .uyhs-site-footer-inner h2 {
	color: #c66d15 !important;
	font-family: Arial, sans-serif;
	font-size: .9em;
	font-weight: 700;
	letter-spacing: .14em;
	line-height: 1.35;
	margin: 0 0 24px;
	text-transform: uppercase;
}

.uyhs-footer-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.uyhs-footer-links li {
	margin: 0 0 12px;
	padding: 0;
}

.uyhs-site-footer-inner a {
	color: #087cb8 !important;
	text-decoration: none;
}

.uyhs-footer-links a {
	text-underline-offset: 4px;
}

.uyhs-footer-links a:hover,
.uyhs-footer-links a:focus,
.uyhs-site-footer-bottom a:hover,
.uyhs-site-footer-bottom a:focus {
	color: #0f6748 !important;
	text-decoration: underline;
}

.site-footer .uyhs-footer-cta h2 {
	color: #173b4d !important;
	font-family: inherit;
	font-size: clamp(1.55em, 2vw, 2em);
	font-weight: 400;
	letter-spacing: -.02em;
	line-height: 1.15;
	margin-bottom: 16px;
	text-transform: none;
}

.uyhs-site-footer-inner a.uyhs-footer-button {
	align-items: center;
	background: #168a61;
	border: 2px solid #168a61;
	border-radius: 12px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .16);
	display: inline-flex;
	font-family: Arial, sans-serif;
	font-size: .96em;
	font-weight: 600;
	justify-content: center;
	line-height: 1.25;
	margin-top: 26px;
	min-height: 54px;
	padding: 14px 24px;
	transition: background .2s ease, border-color .2s ease, transform .2s ease;
	color: #fff !important;
}

.uyhs-site-footer-inner a.uyhs-footer-button:hover,
.uyhs-site-footer-inner a.uyhs-footer-button:focus {
	background: #0f7350;
	border-color: #0f7350;
	color: #fff !important;
	transform: translateY(-2px);
}

.uyhs-footer-social {
	display: flex;
	gap: 12px;
	margin-top: 24px;
}

.uyhs-site-footer-inner .uyhs-footer-social a {
	align-items: center;
	border: 1px solid #74c9a8;
	color: #168a61 !important;
	border-radius: 50%;
	display: inline-flex;
	height: 42px;
	justify-content: center;
	transition: background .2s ease, border-color .2s ease, transform .2s ease;
	width: 42px;
}

.uyhs-site-footer-inner .uyhs-footer-social a:hover,
.uyhs-site-footer-inner .uyhs-footer-social a:focus {
	background: #168a61;
	border-color: #168a61;
	color: #fff !important;
	transform: translateY(-2px);
}

.uyhs-footer-social svg {
	fill: currentColor;
	height: 20px;
	stroke: currentColor;
	stroke-width: 1.7;
	width: 20px;
}

.uyhs-footer-social svg:first-child path {
	stroke: none;
}

.uyhs-footer-social rect,
.uyhs-footer-social circle {
	fill: none;
}

.uyhs-footer-social .uyhs-footer-dot {
	fill: currentColor;
	stroke: none;
}

.uyhs-site-footer-bottom {
	align-items: center;
	border-top: 1px solid #cfe1e5;
	display: flex;
	font-size: .86em;
	gap: 28px;
	justify-content: space-between;
	padding: 25px 0 28px;
}

.uyhs-site-footer-bottom p {
	color: #63747c;
	margin: 0;
}

.uyhs-site-footer-bottom nav {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

@media (max-width: 880px) {
	.uyhs-site-footer-main {
		grid-template-columns: 1fr 1fr;
	}

	.uyhs-footer-brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 620px) {
	.uyhs-site-footer-inner {
		padding: 58px 24px 0;
	}

	.uyhs-site-footer-main {
		gap: 46px;
		grid-template-columns: 1fr;
		padding-bottom: 48px;
		text-align: center;
	}

	.uyhs-footer-brand {
		grid-column: auto;
	}

	.uyhs-footer-logo img {
		margin-inline: auto;
		max-width: 270px;
	}

	.uyhs-footer-brand p,
	.uyhs-footer-cta p {
		margin-inline: auto;
	}

	.uyhs-footer-button {
		width: 100%;
	}

	.uyhs-footer-social {
		justify-content: center;
	}

	.uyhs-site-footer-bottom {
		align-items: center;
		flex-direction: column;
		gap: 14px;
		text-align: center;
	}

	.uyhs-site-footer-bottom nav {
		gap: 10px 22px;
		justify-content: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.uyhs-footer-button,
	.uyhs-footer-social a {
		transition: none;
	}
}
