body {
	background: #005CB9;
	font-family: 'Arial' !important;
	padding: 0;
}


/*header*/
.splash-page .header {
	align-items: center !important;
	padding: 30px 0;
}
.splash-page .header img {
	width: 210px;
	margin: auto;
	padding-right: 15px;
}
.splash-page .header .contact-group {
	font-size: 20px;
	color: #fff;
	vertical-align: middle;
	text-decoration: none;
}
.splash-page .header .contact-group:hover {
	color: #FFCE29;
	transition: .3s;
}
.splash-page .header span {
	font-size: 15px;
	padding: 0 10px;
	color: #fff;
	vertical-align: middle;
}

/*content*/
.splash-page .content {
	padding: 60px 0 100px;
}
.splash-page h1 {
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 55px;
	text-align: center;
	color: #FFFFFF;
	margin: 0 0 30px;
}
.splash-page .content span {
	width: 150px;
	height: 5px;
	background: #FFCE29;
	margin: 0 auto 30px;
	display: block;
}
.splash-page p {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.3em;
	text-align: center;
	color: #FFFFFF;
}
.splash-page .cta-group {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	margin: 30px 0 0;
	gap: 30px;
}
.splash-page .cta-group a {
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	width: 360px;
	text-align: center;
	padding: 15px 0;
	border-radius: 5px;
	transition: .3s;
	text-decoration: none;
}
.splash-page .cta-group .main-button {
	background: #FFCE29;
	border: 1px solid #FFCE29;
	color: #005CB9;
}
.splash-page .cta-group .main-button:hover {
	background: #fff;
}
.splash-page .cta-group .alt-button {
	background: transparent;
	border: 1px solid #FFCE29;
	color: #FFCE29;
}
.splash-page .cta-group .alt-button:hover {
	background: #FFCE29;
	color: #005CB9;
}

/*footer*/
.splash-page .footer-links {
	padding: 30px 0;
	border-top: 1px solid #4085cb;
	border-bottom: 1px solid #4085cb;
}
.splash-page .footer h3 {
	background: #013366;
	font-weight: bold;
	font-size: 14px;
	padding: 2px 5px;
	color: #ffffff;
	display: block;
	margin: 0 30px 10px !important;
}
.splash-page .footer-links a {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	display: block;
}
.splash-page .footer-text {
	padding: 30px 0;
}
.splash-page .footer-text p {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	max-width: 700px;
	margin: 0 auto 1rem;
}
.splash-page .footer-text p:last-child {
	margin-bottom: 0;
}

@media (min-width: 1200px) {
	.container {
		max-width: 960px;
	}
}

@media only screen and (max-width: 600px) {
	.splash-page .container {
		padding: 0;
	}
	.splash-page .header img {
		display: block;
	}
	.splash-page .header span {
		display: none;
	}
	.splash-page  .content {
		padding: 30px 15px 60px;
	}
	.splash-page h1 {
		font-size: 42px;
	}
	.splash-page .cta-group {
		display: block;
		margin-top: 50px;
	}
	.splash-page .cta-group a {
		width: 100%;
		display: block;
		margin: 20px 0 0;
	}
	.splash-page .footer-links {
		display: none;
	}
	.splash-page .footer-text {
		padding: 30px 15px;
		background: #252525;
	}
}