.hero-pt .title {
	margin-bottom: 8px
}

.hero-pt .lead {
	max-width: 860px
}

.media-rect,
.media-big {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 8px;
}

.ph {
	opacity: .75
}

.tl {
	position: relative;
	max-width: 1100px;
	margin: 28px auto 0;
}

.tl-rail {
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	transform: translateX(-50%);
	width: 3px;
	background: rgba(255, 255, 255, .12);
	border-radius: 2px;
	overflow: hidden;
	z-index: 1;
}

.tl-rail .tl-progress {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	background: linear-gradient(180deg, var(--grad1, #7c3aed), var(--grad2, #a855f7));
	box-shadow: 0 0 8px rgba(168, 85, 247, .35);
}

.tl-item {
	position: relative;
	min-height: 150px;
}

.tl-item .tl-dot {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #0b0b0f;
	border: 4px solid rgba(168, 85, 247, .35);
	box-shadow: 0 0 0 6px rgba(168, 85, 247, .18);
	z-index: 3;
	transition: border-color .2s, box-shadow .2s, background .2s;
}

.tl-item .tl-card {
	width: 46%;
	position: relative;
	z-index: 2;
}

.tl-item[data-side="left"] .tl-card {
	margin-right: 54%;
}

.tl-item[data-side="right"] .tl-card {
	margin-left: 54%;
}

.tl-item.active .tl-dot {
	border-color: var(--grad2, #a855f7);
	box-shadow: 0 0 0 8px rgba(168, 85, 247, .22), 0 0 16px rgba(168, 85, 247, .35);
	background: radial-gradient(circle at 50% 50%, rgba(168, 85, 247, .7), #0b0b0f 60%);
}

@media (max-width:1024px) {
	.tl-item .tl-card {
		width: auto;
		margin: 0
	}
}


.video-ph {
	aspect-ratio: 16/9;
	display: grid;
	place-items: center
}

@media (max-width:1024px) {
	.tl-item .tl-card {
		width: auto;
		margin: 0
	}
}

@media (max-width: 480px) {
	.tl .tl-title {
		font-size: 16px;
		font-weight: 800;
	}

	.tl .tl-desc {
		font-size: 15px;
	}
}

@media (max-width:1024px) {

	.card.media-rect,
	.card.media-big {
		display: none !important;
	}

	.grid.grid-2>img,
	.grid.grid-2>picture,
	.grid.grid-2>.card>img {
		display: none !important;
	}
}

@media (max-width:1024px) {
	#timeline {
		display: none !important;
	}
}
