
 	/*-- COPY --*/
	
	
	#sectionPitch {
		min-height: 80px;
	}

	#contentPitch {
		z-index: 20;
		text-align: center;
		
	}

	#sectionVideo {
	   background: linear-gradient(to bottom,#ffffff 30%, #2d5484 30%);
	}

	#contentVideo {
		padding-left: 20px;
		padding-right: 20px;
	}

	#videoPlayer{
		width: 100%;
		height: 100%;
		border-width: 1px;
		border-style: solid;
		border-color: #ffffff;	
		border-radius: 5px;
		z-index: 1;
	}

	#sectionIdea {
		background-color: #2d5484;
		Color: #ffffff;
		padding-bottom: 30px;
		z-index: 10;
	    margin-bottom: -30px;

	}
	 
	#contentIdea {
		padding-left: 0px;
		padding-right: 20px;	
		font-family: "OpenR2-Light";
		font-size: 16px;
		margin-bottom: 10px;
		margin-top: 20px;
		padding-bottom: 10px;
		z-index: 10;
		display: flex;
	}
	
	#controlsIdea {
		padding-left: 20px;
		padding-right: 20px;	
	}
		
	
 	/*-- COPY --*/
 