.nio-banner {
	box-sizing: border-box;
	display: block;
	margin: 0 0 18px;
	width: 100%;
}

.nio-banner *,
.nio-banner *::before,
.nio-banner *::after {
	box-sizing: border-box;
}

.nio-banner__link,
.nio-banner__house-link,
.nio-banner__google {
	border-radius: 8px;
	display: block;
	overflow: hidden;
	width: 100%;
}

.nio-banner__house-link {
	text-decoration: none;
}

.nio-banner__link {
	background: #eef3f8;
	border: 1px solid #dfe6ee;
	box-shadow: 0 10px 24px rgba(8, 28, 54, .07);
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.nio-banner__link:hover,
.nio-banner__link:focus {
	border-color: #c8d6e5;
	box-shadow: 0 18px 38px rgba(8, 28, 54, .13);
	transform: translateY(-2px);
}

.nio-banner__link:focus-visible,
.nio-banner__house-link:focus-visible {
	outline: 2px solid #54b948;
	outline-offset: 2px;
}

.nio-banner picture,
.nio-banner img {
	display: block;
	width: 100%;
}

.nio-banner img {
	height: auto;
	object-fit: cover;
}

.nio-banner--sidebar {
	margin: 12px 0;
}

.nio-banner--sidebar img {
	aspect-ratio: 4 / 3;
}

.nio-banner--town_top img,
.nio-banner--town_bottom img,
.nio-banner--footer img {
	aspect-ratio: 6 / 1;
}

.nio-banner__house-link {
	align-items: center;
	background: linear-gradient(135deg, #061a35 0%, #0b3b82 58%, #54b948 140%);
	border: 1px solid rgba(255, 255, 255, .14);
	box-shadow: 0 12px 26px rgba(8, 28, 54, .12);
	color: #ffffff;
	display: grid;
	gap: 6px;
	min-height: 96px;
	padding: 18px 20px;
	transition: box-shadow .18s ease, transform .18s ease;
}

.nio-banner__house-link:hover,
.nio-banner__house-link:focus {
	box-shadow: 0 18px 38px rgba(8, 28, 54, .18);
	color: #ffffff;
	transform: translateY(-2px);
}

.nio-banner__house-eyebrow {
	color: rgba(255, 255, 255, .72);
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.nio-banner__house-link strong {
	color: #ffffff;
	font-size: 22px;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.12;
}

.nio-banner__house-cta {
	align-items: center;
	background: #ffffff;
	border-radius: 6px;
	color: #0b3b82;
	display: inline-flex;
	font-size: 13px;
	font-weight: 850;
	justify-content: center;
	line-height: 1;
	min-height: 36px;
	padding: 0 13px;
	width: fit-content;
}

.nio-banner--sidebar .nio-banner__house-link {
	min-height: 180px;
}

.nio-banner__google {
	background: #ffffff;
	border: 1px solid #dfe6ee;
	box-shadow: 0 10px 24px rgba(8, 28, 54, .06);
	min-height: 90px;
	padding: 10px;
	text-align: center;
}

.nio-banner__google ins {
	margin-left: auto;
	margin-right: auto;
}

.nio-banner--sidebar .nio-banner__google {
	min-height: 250px;
}

@media (max-width: 640px) {
	.nio-banner {
		margin: 14px 0;
	}

	.nio-banner--town_top img,
	.nio-banner--town_bottom img,
	.nio-banner--footer img {
		aspect-ratio: 16 / 5;
	}

	.nio-banner__house-link {
		min-height: 118px;
		padding: 16px;
	}

	.nio-banner__house-link strong {
		font-size: 19px;
	}
}
