.ind-site-footer {
	background: #111b31;
	color: #c7cedb;
	margin-top: 0;
	padding: 4.5rem max(24px, calc((100vw - 1120px) / 2)) 1.5rem;
}

.ind-site-footer__inner {
	display: grid;
	gap: clamp(2.5rem, 7vw, 6rem);
	grid-template-columns: minmax(0, 1.5fr) repeat(2, minmax(150px, 0.6fr));
}

.ind-site-footer__name {
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.8rem;
	letter-spacing: 0.02em;
	margin: 0 0 0.45rem;
}

.ind-site-footer__brand > p {
	line-height: 1.65;
	margin-top: 0;
}

.ind-site-footer__guide {
	margin: 0 0 0.8rem;
}

.ind-site-footer__guide > p {
	color: #f0d784;
	font-size: 0.84rem;
	font-weight: 600;
	margin: 0 0 0.38rem;
}

.ind-site-footer__guide-row {
	display: flex;
	gap: 0.45rem;
	max-width: 470px;
}

.ind-site-footer__guide input {
	background: #fff;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 6px;
	color: #17233e;
	font: inherit;
	font-size: 0.86rem;
	min-height: 38px;
	min-width: 0;
	padding: 0.48rem 0.7rem;
	width: 100%;
}

.ind-site-footer__guide button {
	background: #d7b45d;
	border: 1px solid #d7b45d;
	border-radius: 6px;
	color: #111b31;
	cursor: pointer;
	font: inherit;
	font-size: 0.82rem;
	font-weight: 700;
	min-height: 38px;
	padding: 0.48rem 0.78rem;
	white-space: nowrap;
}

.ind-site-footer__guide button:hover,
.ind-site-footer__guide button:focus {
	background: #e3c978;
	border-color: #e3c978;
}

.ind-site-footer__guide-privacy {
	color: #9fa9bb;
	font-size: 0.7rem;
	line-height: 1.35 !important;
	margin: 0.3rem 0 0 !important;
}

.ind-site-footer__guide-privacy a {
	color: #c7cedb;
	text-underline-offset: 0.15em;
}

.ind-site-footer__guide-success {
	color: #f0d784;
	display: none;
	font-size: 0.74rem;
	line-height: 1.35 !important;
	margin: 0.3rem 0 0 !important;
}

.ind-site-footer__guide form.is-submitted .ind-site-footer__guide-success {
	display: block;
}

.ind-site-footer__note {
	color: #9fa9bb;
	font-size: 0.88rem;
	margin-bottom: 0;
	max-width: 520px;
}

.ind-site-footer__column {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.ind-site-footer__column h2 {
	color: #d7b45d;
	font-size: 0.72rem;
	letter-spacing: 0.15em;
	margin: 0 0 0.4rem;
	text-transform: uppercase;
}

.ind-site-footer__column a {
	color: #eef1f6;
	font-size: 0.94rem;
	text-decoration: none;
}

.ind-site-footer__column a:hover,
.ind-site-footer__column a:focus {
	color: #e3c978;
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.ind-site-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	display: flex;
	font-size: 0.78rem;
	gap: 1rem;
	justify-content: space-between;
	margin-top: 3.5rem;
	padding-top: 1.25rem;
}

.ind-site-footer__bottom p {
	margin: 0;
}

@media (max-width: 720px) {
	.ind-site-footer__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ind-site-footer__brand {
		grid-column: 1 / -1;
	}

	.ind-site-footer__bottom {
		flex-direction: column;
	}
}

@media (max-width: 430px) {
	.ind-site-footer__inner {
		grid-template-columns: 1fr;
	}

	.ind-site-footer__brand {
		grid-column: auto;
	}

	.ind-site-footer__guide-row {
		flex-direction: column;
	}

	.ind-site-footer__guide button {
		width: 100%;
	}
}
