.lbp-watch-page {
	width: 100%;
	background: #fff;
	color: #000;
}

.lbp-watch-main {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 48px 32px 60px;
	box-sizing: border-box;
}

.lbp-watch-page .lbp-watch-title {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0 auto 22px;
	text-align: center !important;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.1;
	color: #000;
}

.lbp-watch-player {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	margin: 0;
	background: #000;
	overflow: hidden;
}

.lbp-watch-player > iframe,
.lbp-watch-player > video,
.lbp-watch-player .lbp-player {
	width: 100%;
	height: 100%;
	max-width: 100%;
}

.lbp-watch-player > iframe,
.lbp-watch-player > video {
	display: block;
	border: 0;
}

.lbp-watch-description {
	max-width: 820px;
	margin: 24px auto 0;
	text-align: center;
	font-size: 17px;
	line-height: 1.6;
	color: #222;
}

.lbp-watch-description p {
	margin: 0 0 1em;
}

.lbp-watch-description p:last-child {
	margin-bottom: 0;
}

.lbp-watch-cta {
	width: 100%;
	background: #f5f7f9;
	padding: 48px 0;
}

.lbp-watch-cta-inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 32px;
	box-sizing: border-box;
	text-align: center;
}

.lbp-watch-cta-title {
	margin: 0;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	color: #000;
}

.lbp-watch-cta-text {
	margin: 8px 0 0;
	font-size: 16px;
	line-height: 1.5;
	color: #222;
}

.lbp-watch-page .lbp-watch-cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin-top: 18px;
	padding: 11px 22px;
	background: #015c9d;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	letter-spacing: normal !important;
	text-indent: 0 !important;
	text-transform: none !important;
	opacity: 1 !important;
	visibility: visible !important;
	text-decoration: none !important;
	text-shadow: none !important;
	border-radius: 3px;
}

.lbp-watch-page .lbp-watch-cta-button:hover,
.lbp-watch-page .lbp-watch-cta-button:focus {
	background: #014f87;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	opacity: 1 !important;
	visibility: visible !important;
	text-decoration: none !important;
}

@media (max-width: 1024px) {
	.lbp-watch-main {
		padding: 42px 24px 50px;
	}

	.lbp-watch-page .lbp-watch-title {
		font-size: 40px;
	}

	.lbp-watch-cta-inner {
		padding-left: 24px;
		padding-right: 24px;
	}
}

@media (max-width: 767px) {
	.lbp-watch-main {
		padding: 34px 18px 42px;
	}

	.lbp-watch-page .lbp-watch-title {
		margin-bottom: 18px;
		font-size: 32px;
	}

	.lbp-watch-description {
		margin-top: 20px;
		font-size: 16px;
		line-height: 1.55;
	}

	.lbp-watch-cta {
		padding: 38px 0;
	}

	.lbp-watch-cta-inner {
		padding-left: 18px;
		padding-right: 18px;
	}

	.lbp-watch-cta-title {
		font-size: 27px;
	}
}
