.streamline-legacy-policy-page {
	background: #fff;
	color: #1f1f1f;
}

.streamline-legacy-policy-title {
	background: #f5f5f5;
	border-bottom: 1px solid #e4e4e4;
	padding: clamp(44px, 7vw, 86px) 24px;
}

.streamline-legacy-policy-title__inner {
	margin: 0 auto;
	max-width: 1040px;
}

.streamline-legacy-policy-title h1,
.streamline-legacy-policy-banner h1 {
	font-size: clamp(34px, 4.8vw, 62px);
	font-weight: 700;
	line-height: 1.08;
	margin: 0;
}

.streamline-legacy-policy-title h1 {
	color: #111;
}

.streamline-legacy-policy-banner {
	background-color: #262626;
	background-image: var(--streamline-policy-banner-image);
	background-position: center;
	background-size: cover;
	min-height: clamp(260px, var(--streamline-policy-banner-height, 46vh), 560px);
	position: relative;
}

.streamline-legacy-policy-banner__overlay {
	align-items: center;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.34));
	display: flex;
	min-height: inherit;
	width: 100%;
}

.streamline-legacy-policy-banner__inner {
	margin: 0 auto;
	max-width: 1040px;
	padding: 64px 24px;
	width: 100%;
}

.streamline-legacy-policy-banner h1 {
	color: #fff;
	text-transform: uppercase;
}

.streamline-legacy-policy-banner__subtitle {
	color: #fff;
	font-size: clamp(18px, 2vw, 25px);
	line-height: 1.4;
	margin-top: 18px;
	max-width: 780px;
}

.streamline-legacy-policy-banner__subtitle p {
	margin: 0;
}

.streamline-legacy-policy-content {
	padding: clamp(42px, 6vw, 78px) 24px clamp(56px, 8vw, 96px);
}

.streamline-legacy-policy-content__inner {
	margin: 0 auto;
	max-width: 920px;
}

.streamline-legacy-policy-content h1,
.streamline-legacy-policy-content h2,
.streamline-legacy-policy-content h3,
.streamline-legacy-policy-content h4 {
	color: #111;
	font-weight: 700;
	line-height: 1.22;
	margin: 34px 0 16px;
}

.streamline-legacy-policy-content h1:first-child,
.streamline-legacy-policy-content h2:first-child,
.streamline-legacy-policy-content h3:first-child {
	margin-top: 0;
}

.streamline-legacy-policy-content h1 {
	font-size: clamp(30px, 4vw, 44px);
}

.streamline-legacy-policy-content h2 {
	font-size: clamp(24px, 3vw, 34px);
}

.streamline-legacy-policy-content h3 {
	font-size: clamp(21px, 2.4vw, 28px);
}

.streamline-legacy-policy-content h4 {
	font-size: 19px;
}

.streamline-legacy-policy-content p,
.streamline-legacy-policy-content li {
	font-size: 17px;
	line-height: 1.75;
}

.streamline-legacy-policy-content p {
	margin: 0 0 17px;
}

.streamline-legacy-policy-content ul,
.streamline-legacy-policy-content ol {
	margin: 0 0 22px 1.4em;
	padding: 0;
}

.streamline-legacy-policy-content li {
	margin: 0 0 10px;
	padding-left: 0.2em;
}

.streamline-legacy-policy-content strong,
.streamline-legacy-policy-content b {
	color: #111;
	font-weight: 700;
}

.streamline-legacy-policy-content a {
	color: #1f1f1f;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.streamline-legacy-policy-content table {
	border-collapse: collapse;
	margin: 28px 0;
	width: 100%;
}

.streamline-legacy-policy-content td,
.streamline-legacy-policy-content th {
	border: 1px solid #d8d8d8;
	padding: 12px;
	text-align: left;
	vertical-align: top;
}

.streamline-legacy-policy-content img,
.streamline-legacy-policy-content iframe {
	height: auto;
	max-width: 100%;
}

@media (max-width: 700px) {
	.streamline-legacy-policy-title {
		padding: 38px 20px;
	}

	.streamline-legacy-policy-banner__overlay {
		background: rgba(0, 0, 0, 0.58);
	}

	.streamline-legacy-policy-banner__inner {
		padding: 48px 20px;
	}

	.streamline-legacy-policy-content {
		padding: 36px 20px 58px;
	}

	.streamline-legacy-policy-content p,
	.streamline-legacy-policy-content li {
		font-size: 16px;
	}
}
