/* BLOCK VIDEO */

#czvideocmsblock {
	margin-top: var(--fd-gap);
	margin-bottom: var(--fd-gap);
}

#czvideocmsblock h2 {
	/* color: #f90085; */
	color:var(--fd-color-primary);
	position: relative;
	font-size: 2.25rem;
	margin-bottom: calc(var(--fd-gap) * 1.5);
	margin-top: var(--fd-gap);
}

#czvideocmsblock p {
	color: var(--fd-color-text);
	font-size: 1.1rem;
	line-height: 1.8rem;
	margin-bottom: 1rem;
}

#czvideocmsblock ul {
	list-style: none;
	margin-left: 20px;
	color: var(--fd-color-text);
	font-size: 1.3rem;
	line-height: 1.4rem;
	margin-top: 3rem;
}

#czvideocmsblock ul li {
	padding-left: 1.8em;
	position: relative;
	margin-bottom: 2rem;
}

#czvideocmsblock ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.1em;
	width: 1.2em;
	height: 1.2em;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='rgb(249%2C 0%2C 133)' d='M320 576C178.6 576 64 461.4 64 320C64 178.6 178.6 64 320 64C461.4 64 576 178.6 576 320C576 461.4 461.4 576 320 576zM438 209.7C427.3 201.9 412.3 204.3 404.5 215L285.1 379.2L233 327.1C223.6 317.7 208.4 317.7 199.1 327.1C189.8 336.5 189.7 351.7 199.1 361L271.1 433C276.1 438 282.9 440.5 289.9 440C296.9 439.5 303.3 435.9 307.4 430.2L443.3 243.2C451.1 232.5 448.7 217.5 438 209.7z'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
}

#czvideocmsblock #fancy-video-demo {
	position: relative;
}

#czvideocmsblock #fancy-video-demo img {
	border-radius: var(--fd-border-radius);
}

#czvideocmsblock #fancy-video-demo::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='rgb(255%2C 255%2C 255)' d='M187.2 100.9C174.8 94.1 159.8 94.4 147.6 101.6C135.4 108.8 128 121.9 128 136L128 504C128 518.1 135.5 531.2 147.6 538.4C159.7 545.6 174.8 545.9 187.2 539.1L523.2 355.1C536 348.1 544 334.6 544 320C544 305.4 536 291.9 523.2 284.9L187.2 100.9z'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
}

/* END BLOCK VIDEO */