.heroProduct .productHeader .subtext {
	color: var(--cyb-blue);
	margin-bottom: 30px;
}
.gawContainer a:not(.btn):not(.btn-quote) {
	color: var(--cyb-orange);
	font-weight: 600;
	text-decoration: none;
	border-bottom: 3px solid var(--cyb-orange);
}
.gawContainer a:not(.btn):not(.btn-quote):hover,
.gawContainer a:not(.btn):not(.btn-quote):focus,
.gawContainer a:not(.btn):not(.btn-quote):active {
	border-bottom: none;
}
#features .productHeader {
	background-size: contain;
	background-repeat: no-repeat;
	font-size: 1.5vw;
	position: relative;
	height: 100vw;
	width: 100%;
}
#features .productHeader .productFeaturesContent {
	width: 100%;
	position: absolute;
	bottom: 14vw;
	padding: 0 10vw;
}
#features .productHeader h2 {
	margin-bottom: 3vw;
	color: inherit;
}
#features .productHeader .productFeaturesContent .featuresText p {
	margin-bottom: 2vw;
}
#leadIn {
	width: 100%;
	display: inline-block;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #fff;
	padding: 50px 0;
}
#leadIn h2 {
	text-align: center;
	font-weight: 700;
	margin-bottom: 50px;
	color: #fff;
}
#leadIn p {
	margin-bottom: 2vw;
}
#leadIn .leadInImg {
	position: relative;
	padding: 0;
	right: -35px;
	margin-top: 50px;
}
.featuredVideoBlock {
	position: relative;
	padding: 0 !important;
	height: 85vh;
}
.featuredVideoBlock .videoSection {
	overflow: hidden;
}
.featuredVideoBlock .videoSection video {
	height: 85vh;
	position: relative;
	left: -15%;
}
.featuredVideoBlock .videoCaption {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 2.5rem;
	padding: 50px;
}
.featuredVideoBlock .videoCaption h2 {
	font-size: 5rem;
	font-weight: 700;
}
.featuredVideoBlock .videoCaption .videoCaptionInner {
	background: rgba(0, 0, 0, 0.5);
	border: 3px solid #fff;
	padding: 50px;
}
.featuredVideoBlock .videoCaption .videoCaptionInner hr {
	border-color: var(--cyb-orange);
	border-top-width: 3px;
	width: 60%;
	display: inline-block;
}
#whyCybernet {
	margin-top: 0;
	display: inline-block;
}
#whyCybernet h2,
#features .whyProduct h2 {
	color: var(--cyb-blue);
}
#whyCybernet h2 small {
	color: inherit;
}
#whyCybernet .aboutCybernet h2,
#features .whyProduct h2 {
	font-weight: 700;
	margin-bottom: 50px;
}
#features .whyProduct {
	padding-top: 50px;
	background: #e6e6e6;
}
@media (min-width: 768px) {
	#features .productHeader .productFeaturesContent .featuresText,
	#features .productHeader .productFeaturesContent .featuresImg {
		float: left;
		width: 50%;
	}
	#features .productHeader .productFeaturesContent .featuresText p:not(:last-child) {
		margin-right: -10vw;
	}
	#features .productHeader h2 {
		font-size: 2.5vw;
	}
}
@media (min-width: 992px) {
	#leadIn h2,
	#whyCybernet .aboutCybernet h2,
	#features .whyProduct h2 {
		font-size: 2.5vw;
	}
	#leadIn p,
	#whyCybernet .aboutCybernet p,
	#features .whyProduct p {
		font-size: 1.25vw;
	}
}
@media (max-width: 1200px) {
	.featuredVideoBlock {
		height: 50vw;
	}
	.featuredVideoBlock .videoSection video {
		height: 50vw;
	}
	.featuredVideoBlock .videoCaption {
		font-size: 2.5vw;
		padding: 0;
		background: rgba(0, 0, 0, 0.5);
	}
	.featuredVideoBlock .videoCaption .videoCaptionInner {
		padding: 5vw;
		border: none;
		background: none;
	}
	.featuredVideoBlock .videoCaption h2 {
		font-size: 5vw;
	}
}
@media (max-width: 992px) {
	#features .productHeader .productFeaturesContent {
		bottom: 18vw;
	}
}
@media (max-width: 768px) {
	#features .productHeader h2 {
		font-size: 3vw;
	}
	#features .productHeader {
		font-size: 2vw;
	}
	#features .productHeader .productFeaturesContent .featuresImg {
		display: none;
	}
	#leadIn {
		margin: 50px -25px 0 !important;
	}
	#leadIn .leadInImg {
		right: -10px;
	}
	.gawContainer.productFeatures .productFeaturesTable .table-cell-half {
		height: 300px;
	}
	.gawContainer.brandTrust {
		padding-bottom: 0 !important;
	}
	.brandTrust .productHeader h2 {
		font-size: 8.5vw;
	}
	.getQuote .productHeader h2 {
		font-size: 5.5vw;
		margin-bottom: 5.5vw;
	}
	.featuredVideoBlock {
		height: 60vw;
	}
	.featuredVideoBlock .videoSection video {
		height: 60vw;
	}
	.featuredVideoBlock .videoCaption {
		font-size: 3.5vw;
	}
	.featuredVideoBlock .videoCaption h2 {
		font-size: 5vw;
	}
	.productFeatures .productFeaturesLargeBlock img {
		max-height: 300px !important;
		max-width: 80%;
		width: auto;
	}
}