.botta-conai-page {
	--botta-conai-bg: #fbfaf5;
	--botta-conai-ink: #10200f;
	--botta-conai-copy: #303b39;
	background: var(--botta-conai-bg);
	color: var(--botta-conai-ink);
	min-height: 100vh;
	padding-top: 96px;
}

.botta-conai-page a {
	color: inherit;
	text-decoration: none;
}

.botta-conai-page .botta-fh-nav-cta,
.botta-conai-page .botta-fh-button,
.botta-conai-page .botta-fh-button:visited,
.botta-conai-page .botta-fh-nav-cta:visited {
	color: #fff;
}

.botta-conai-page__inner {
	width: min(calc(100% - 48px), 1240px);
	margin: 0 auto;
	padding: 0 0 96px;
}

.botta-conai-page .botta-fh-footer {
	width: min(calc(100% - 48px), 1240px);
	min-height: 0;
	padding-bottom: 56px;
}

.botta-conai-content {
	display: grid;
	justify-items: center;
	align-self: stretch;
	min-height: 320px;
	padding: 24px 0 44px;
}

.botta-conai-content h1 {
	margin: 0 0 40px;
	font-size: clamp(40px, 5vw, 58px);
	font-weight: 700;
	line-height: 0.98;
	letter-spacing: -0.04em;
}

.botta-conai-content__copy {
	width: min(100%, 930px);
}

.botta-conai-content__copy p {
	margin: 0 0 26px;
	color: #1c3a13;
	font-family: Inter, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.botta-conai-content__copy p:last-child {
	margin-bottom: 0;
}

@media (max-width: 1200px) {
	.botta-conai-content__copy p {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.botta-conai-page {
		padding-top: 84px;
	}

	.botta-conai-page__inner,
	.botta-conai-page .botta-fh-footer {
		width: min(calc(100% - 28px), 1240px);
	}

	.botta-conai-page__inner {
		padding: 0 0 96px;
	}

	.botta-conai-content {
		padding: 18px 0 24px;
	}

	.botta-conai-content h1 {
		margin-bottom: 24px;
		font-size: 34px;
	}

	.botta-conai-content__copy p {
		margin-bottom: 18px;
		font-size: 18px;
		line-height: normal;
	}
}
