/*# sourceMappingURL=template-video-center.css.map */

#content-start .top-container {
	text-align: center;
	max-width: 900px;
	margin: 40px 20px;
	padding: 40px 20px;
	background: #f8f8f8;
	font-family: "Mulish", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	text-align: center;
}

@media (min-width: 767px) {
	#content-start .top-container {
		line-height: 38px;
		font-size: 18px;
		padding: 80px 105px;
		margin: 80px auto;
	}
}

#content-start .h2 {
	font-family: "Manrope", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: rgba(var(--tertiaryColor), 1);
	line-height: 5rem;
	font-size: 2rem;
	margin-bottom: 0px;
}

@media (max-width: 767px) {
	#content-start .h2 {
		font-size: 1.6rem;
		line-height: 2.3rem;
		letter-spacing: 1px;
		margin-bottom: 0px;
	}
}

#content-start .category {
	padding: 40px 20px;
}

@media (min-width: 767px) {
	#content-start .category {
		padding: 60px 40px 100px 40px;
	}
}

#content-start .category:nth-child(even) {
	background: #f5f5f5;
}

#content-start .category .category-topbar {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	padding-right: 15px;
	gap: 10px;
}

#content-start .category .category-topbar .category-name {
	color: var(--tertiaryColor);
	margin: 0;
	align-self: start;
}

#content-start .category .category-topbar .arrows {
	display: flex;
	gap: 25px;
	align-self: flex-end;
}

#content-start .category .category-topbar .arrows .prev, #content-start .category .category-topbar .arrows .next {
	cursor: pointer;
}

#content-start .category .category-topbar .arrows svg * {
	fill: var(--primaryColor);
}

@media (min-width: 767px) {
	#content-start .category .category-topbar {
		flex-direction: row;
	}
	
	#content-start .category .category-topbar .arrows {
		align-self: center;
	}
}

#content-start .category .container {
	margin-top: 0;
	padding: 40px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

@media (min-width: 767px) {
	#content-start .category .container {
		margin: 0 auto;
		padding: 0 40px;
	}
}

@media (min-width: 1080px) {
	#content-start .category .container {
		margin: 10px auto;
		padding: 0 40px;
	}
}

#content-start .category .container .videos-flex .video {
	cursor: pointer;
}

#content-start .category .container .videos-flex .video .thumbnail {
	width: 95%;
	margin-bottom: 15px;
}

@media (max-width: 767px) {
	#content-start .category .container .videos-flex .video .thumbnail {
		width: 98%;
	}
}

#content-start .category .container .videos-flex .video .thumbnail a.video-container {
	position: relative;
}

#content-start .category .container .videos-flex .video .thumbnail a.video-container .play {
	background: var(--primaryColor);
	width: 50px;
	height: 50px;
	border-radius: 100%;
	position: absolute;
	top: 40%;
	left: 42%;
	cursor: pointer;
}

@media (max-width: 767px) {
	#content-start .category .container .videos-flex .video .thumbnail a.video-container .play {
		top: 36%;
		left: 41%;
	}
}

#content-start .category .container .videos-flex .video .thumbnail a.video-container .play::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-45%, -50%);
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
}

#content-start .category .container .videos-flex .video .thumbnail img {
	width: 100%;
	height: 225px;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width: 1100px) {
	#content-start .category .container .videos-flex .video .thumbnail img {
		height: 165px;
	}
}

@media (max-width: 767px) {
	#content-start .category .container .videos-flex .video .thumbnail img {
		height: 162px;
	}
}

#content-start .category .container .videos-flex .video .description {
	font-family: "Mulish", sans-serif;
	margin-bottom: 5px;
	display: block;
	color: #000;
	font-size: 22px;
	font-weight: 700;
}

#content-start .category .container .videos-flex .video .video-link {
	text-transform: uppercase;
	color: var(--primaryColor);
	display: block;
	font-family: "Mulish", sans-serif;
	font-size: 18px;
	font-weight: 800;
	line-height: 32px;
	letter-spacing: .16em;
}

@media (max-width: 767px) {
	#content-start .category .container .videos-flex .video .video-link {
		font-size: 14px;
	}
}

#content-start .category.grid .container {
	max-width: 1280px;
	margin: 0 auto;
}

#content-start .category.grid .videos-flex {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	gap: 60px 0px;
}

#content-start .category.grid .videos-flex .video {
	flex-basis: 100%;
}

@media (min-width: 768px) {
	#content-start .category.grid .videos-flex .video {
		flex-basis: 48%;
	}
}

@media (min-width: 1100px) {
	#content-start .category.grid .videos-flex .video {
		flex-basis: 32%;
	}
}

@media (max-width: 767px) {
	#content-start #cat0 .title {
		font-size: 1.5rem;
	}
	
	#content-start #cat0 .category-topbar {
		padding-right: 0px;
	}
	
	#content-start #cat0 .arrows {
		padding-right: 10px;
	}
}

#video-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0);
	transition: background-color .5s ease-in-out;
}

#video-overlay.active {
	display: flex;
	background-color: rgba(0, 0, 0, .5);
}

#video-overlay .video-container {
	transform: scale(0);
	transition: .6s cubic-bezier(.445, .05, .55, .95);
}

#video-overlay .video-container.active {
	width: 90%;
	height: 300px;
	transform: scale(1);
}

#video-overlay .video-container iframe {
	width: 100%;
	height: 100%;
	opacity: 1;
}

@media (min-width: 767px) {
	#video-overlay .video-container.active {
		width: 70%;
		height: 350px;
	}
}

@media (min-width: 1080px) {
	#video-overlay .video-container.active {
		width: 50%;
		height: 500px;
	}
}
