body .background-section{
	position: relative;
}
body .background-section:after{
	content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    bottom: 0;
    left: 0;
}
body .hero-section .form-section{
	background: transparent linear-gradient(180deg, #F60019 0%, #98000B 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}
body .hero-section h2{
	color: #fff;
	font-family: "TungstenRounded-Light", "Helvetica", "Arial", sans-serif, none;
}
body .hero-section h2 span{
	color: #fff;
	font-family: "TungstenRounded-Medium", "Helvetica", "Arial", sans-serif, none;
}
body .hero-section h4{
	color: #fff;
}
body .hero-section .video-section-text h1{
	min-width: 471px;
}
body .hero-section .form-section .mktoForm .mktoFormRow input, body .hero-section .form-section .mktoForm .mktoFormRow select{
	border-left: 2px solid transparent;
}
body .hero-section .TandC, body .hero-section .TandC a{
	color: #fff!important;
}
body .hero-section .TandC a:hover, body .hero-section .TandC a:focus{
	color: #fff!important;
}
body .hero-section .form-section .mktoForm .mktoFormRow:nth-child(08) input:checked + label:before {
    background-color: #fff;
    background-image: url(//res.cloudinary.com/spiralyze/image/upload/v1596040141/CrowdStrike/checked_single.svg)!important;
    background-size: 85%;
    background-position: center;
    border: none;
}
body .hero-section .form-section .mktoForm .mktoFormRow:nth-child(08) input + label:before{
	border-color: #fff!important;
}
body .hero-section .mktoButton{
	text-align: center;
    font-weight: 600;
    letter-spacing: 0.36px;
    background-color: #FFFFFF;
    color: #292929;
    border-radius: 26px;
    opacity: 1;
}
body .hero-section .mktoButton:hover{
	background-color:#FC0000 ;
	color: #fff;
}
body #formbottomtext{
	color: #fff;
}
@media (max-width:1199px){
	body .hero-section .video-section-text h1{
		min-width: auto;
	}
}

.hero-section .form-section .mktoForm .mktoFormRow:nth-child(08) input + label:before{
background-color:#fff;
}