/* .product-demo-header h1 {
	text-align: center;
	text-transform: uppercase;
	font-size: 34px;
	font-weight: 200;
	color: black;
	margin-top: 68px;
	margin-bottom: 38px;
}

.product-demo-header h2 {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: grey;
	margin-bottom: 76px;
}

.product-demo-header .pockets {
	background: white;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	display: flex;
	display: -webkit-flex;
}

.product-demo-header .pocket {
	width: 400px;
	margin: 0;
	padding: 0;
	display: inline-block;
	text-align: center;
}

.product-demo-header .pocket h3 {
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	text-transform: none;
	color: black;
	margin-bottom: 10px;
}

.product-demo-header .pocket p {
	width: 90%;
	margin: 0 auto;
	font-size: 14px;
	color: grey;
	font-weight: 400;
}

.product-demo {
	padding: 3em 0;
	background: #f1f3f3;
	position: relative;
}

.product-demo .center {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.product-demo .demo {
	margin: 0 0 4em 0;
	position: relative;
}

.product-demo .demo .bunting {
	top: -7px;
	left: calc(50% - 600px);
	width: 90px;
	height: 116px;
	position: absolute;
	color: #f1f3f3;
	font-size: 14px;
	font-weight: 800;
	background-image: url("./bunting.svg"), none;
}

.product-demo .demo .bunting span {
	bottom: 2em;
	width: 100%;
	text-align: center;
	position: absolute;
}

.product-demo .demo .support {
	font-size: 14px;
	height: 4em;
	width: 100%;
	background: #1A1A1A;
}

.product-demo .demo .support .btn {
	height: 3em;
	display: inline-block;
	color: gray;
	position: absolute;
	padding: 0;
}

.product-demo .demo .support .btn.left {
	left: calc(50% - 600px);
	margin: 0.5em 0;
}

.product-demo .demo .support .btn.right {
	right: calc(50% - 600px);
	margin: 1.25em 0;
}

.product-demo .demo .support a {
	height: 3em;
	cursor: pointer;
	display: inline-block;
	line-height: 3em;
	padding: 0 2em;
	margin-right: 1em;
	color: white;
	border-radius: 4px;
	background: #0EC5FF;
}

.product-demo .demo iframe {
	border: 0;
	padding: 0;
	margin: 0;
	display: block;
	background: #222;
}

.product-demo .flex-container {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
}

.product-demo .info {
	flex: 1;
	-webkit-flex: 1;
	margin-right: 2em;
}

.product-demo .facts {
	width: 360px;
}

.product-demo .facts .support {
	padding: 24px;
	height: 240px;
	font-weight: 400;
	background: white;
	border-radius: 4px;
	font-size: 32px;
	text-align: center;
	margin-bottom: 1em;
}

.product-demo .facts ul {
	padding: 24px;
	background: white;
	border-radius: 4px;
	list-style: none inside none;
}

.product-demo .facts ul.features li {
	color: #0ec5ff;
	font-weight: 300;
}

.product-demo .facts ul.more li {
	margin: 4px 0;
}

.product-demo .facts ul.more li span {
	top: -20px;
	left: 12px;
	position: relative;
}

.product-demo .facts ul li {
	line-height: 2em;
}

.product-demo .facts .features li:before {
	content: "+";
	padding: 0;
	margin: 0 12px 0 0;
} */