.toc {
	margin: 50px 0 100px;
}
.toc-heading {
	margin-bottom: 10px;
	font-size: clamp(58px, calc(58px + (42 * (100vw - 390px) / 1050)), 78px);
	line-height: 1;

	& > span {
		color: var(--color-theme-blue-bright);
	}
}
.toc-content {
	margin-bottom: 25px;

	.toc-ctas {
		.button-solid {
			& + .button-solid {
				margin-left: 20px;
			}
		}
	}
}
.toc-image {
	margin-bottom: 40px;
}
.toc-table {
	margin-top: 60px;
	padding-top: 20px;
	padding-bottom: 30px;
	border-top: 1px solid #d1e0d7;
}
p.toc-table__heading {
	margin-top: 0;
	margin-bottom: 40px;
	text-transform: uppercase;
	font-size: 12px !important;
	font-family: var(--highlight-font-family);
}
.toc-table__items {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}
.toc-table__item {
	position: relative;
	display: flex;
	margin-bottom: 30px;
	align-items: flex-end;
}
.toc-table__item:last-child {
	margin-bottom: 0;
}
.toc-table__item span {
	margin-right: 20px;
	font: 400 12px/18px var(--global-font-family);
	text-transform: uppercase;
}
.toc-table__link {
	font: 600 calc(36px + (2 * (100vw - 390px) / 1050)) / 0.83
		var(--secondary-font-family);
	color: #13294b;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	padding-right: 25px;
	background-position: right top;
}
.toc-table__link:hover {
	color: var(--color-theme-blue-bright);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='22' fill='none'%3E%3Cpath stroke='%2300A3E0' stroke-width='1.5' d='M8.5 0v20m0 0 7.5-7.619M8.5 20 1 12.381'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right center;
}
.toc-image img {
	display: block;
	width: 100%;
}
@media only screen and (max-width: 768px) {
	.toc-table {
		border-bottom: 1px solid #d1e0d7;
	}
	.toc-content {
		text-align: center;
	}
	.toc-table__items {
		padding-left: 46px !important;
	}
	.toc-heading {
		margin-bottom: 20px;
		font-size: var(--font-size-mobile-larger);
	}
}
@media only screen and (min-width: 769px) {
	.toc {
		margin: 120px 0 100px;
	}
	.toc-heading {
		margin-bottom: 40px;
	}
	.toc-content {
		margin-bottom: 50px;
	}
	.toc-inner {
		display: flex;
		align-items: flex-start;
	}
	.toc-table {
		margin-top: 0;
		padding-top: 0;
		padding-left: 50px;
		padding-bottom: 0;
		border-top: none;
		border-left: 0.5px solid #d1e0d7;
		flex: 0 0 330px;
	}
	.toc-content {
		padding-right: 55px;
	}
}
@media only screen and (min-width: 1440px) {
	.toc-content {
		padding-right: 145px;
	}
}
