@charset "UTF-8";
/* CSS Document */



@media only screen and (max-width: 600px) {
	.mobile-display-none {
		display: none;
	}
	
	.banner {
		padding: 24px!important;
		margin-top: 0px !important;
	}
	
	.btnPrimary {
		width: 100%;
	}
	
	.btnNegative {
		width: 100%;
	}
}

/*-- DESKTOP --*/

.banner {
	background-color: none;
	border: 1px solid rgba(255,255,255,0.16);
	border-radius: 24px;
	padding: 40px;
	margin-top: 96px;
}