.ServicesHero {
	display: flex;
	align-items: center;
	height: 500px;
	padding: 0;
	background-image:
		linear-gradient(90deg, rgba(8, 12, 15, 0.78), rgba(8, 12, 15, 0.32)),
		url("../images/0dcb251e028af8732545582b7dbbcbc1a2ab9f6f.png");
	color: #fff;
	background-size: cover;
}

.ServicesHero .main,
.ServiceEntries .main,
.ServiceDownloads .main,
.ServiceProcess .main {
	width: 1360px;
	max-width: 90%;
}

.ServicesHero span {
	color: #ef5535;
	font-size: 12px;
	line-height: 18px;
}

.ServicesHero h1 {
	margin-top: 12px;
	font-size: 64px;
	font-weight: 600;
	line-height: 70px;
}

.ServicesHero p {
	max-width: 680px;
	margin-top: 18px;
	color: #d0d3d5;
	font-size: 18px;
	line-height: 29px;
}

.ServicesHero div div {
	display: flex;
	gap: 16px;
	margin-top: 28px;
}

.ServicesHero a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 200px;
	height: 54px;
	border: 1px solid rgba(255, 255, 255, 0.55);
}

.ServicesHero a:first-child {
	border-color: var(--site-red);
	background: var(--site-red);
}

.ServiceEntries,
.ServiceDownloads {
	background: #f5f6f7;
}

.ServiceEntries {
	padding: 80px 0;
}

.ServiceEntries .entryGrid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.ServiceEntries .entryGrid > a {
	padding: 28px;
	border: 1px solid var(--site-line);
	background: #fff;
}

.ServiceEntries .icon {
	display: flex;
	align-items: center;
}

.ServiceEntries .iconImg {

}

.ServiceEntries h3 {
	margin-top: 18px;
	font-size: 24px;
	line-height: 34px;
}

.ServiceEntries p {
	margin-top: 8px;
	color: #747a80;
	font-size: 14px;
	line-height: 22px;
}

.ServiceEntries a > span:last-child {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-top: 18px;
	color: var(--site-red);
	font-size: 16px;
	line-height: 24px;
}

.ServiceEntries .serviceArrow {
	width: 16px;
	height: 16px;
}

.ServiceDownloads {
	padding: 70px 0 90px;
}

.ServiceDownloads h2 {
	font-size: 32px;
	line-height: 42px;
}

.ServiceDownloads > .main > p {
	color: #73797f;
	font-size: 16px;
	line-height: 26px;
}

.ServiceDownloads .serviceTable {
	margin-top: 26px;
	border: 1px solid var(--site-line);
	background: #fff;
}

.ServiceDownloads .serviceTable > div {
	display: grid;
	grid-template-columns: 1fr 1fr 2fr 1fr 60px;
	gap: 20px;
	padding: 22px 24px;
	border-top: 1px solid var(--site-line);
	font-size: 14px;
	line-height: 22px;
}

.ServiceDownloads .serviceTable > div:first-child {
	border-top: 0;
}

.ServiceDownloads .serviceTable > .serviceTableHead {
	border-top: 0;
	background: #e8eaec;
	color: rgba(92, 64, 57, 1);
	font-size: 16px;
}

.ServiceDownloads strong,
.ServiceDownloads a {
	color: var(--site-red);
}

.ServiceDownloads .darkButton {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 240px;
	height: 50px;
	margin: 32px auto 0;
	background: #303334;
	color: #fff;
}

.ServiceProcess {
	padding: 86px 0;
	background: #fff;
	text-align: center;
}

.ServiceProcess h2 {
	font-size: 32px;
	line-height: 42px;
}

.ServiceProcess > .main > p {
	margin-top: 8px;
	color: #747a80;
	font-size: 16px;
	line-height: 26px;
}

.ServiceProcess .processGrid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
	position: relative;
	margin-top: 60px;
	
	z-index: 1;
}
.ServiceProcess .processGrid::before{
    display: block;
    content: '';
position: absolute;
left: 0;
right: 0;
z-index: -1;

background: rgba(230, 190, 181, 1);
height: 1px;
top:2.5em;
}
.ServiceProcess .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 5em;
	height: 5em;
	margin: 0 auto 18px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 1);
    
    border: 4px solid rgba(231, 232, 234, 1);
    
    box-shadow: 0px 1px 2px  rgba(0, 0, 0, 0.05);
	background: #fff;
}

.ServiceProcess h3 {
	font-size: 24px;
	line-height: 34px;
}

.ServiceProcess .processGrid p {
	margin-top: 8px;
	color: #747a80;
	font-size: 14px;
	line-height: 22px;
}

@media only screen and (max-width: 768px) {
	.ServicesHero {
		height: auto;
		min-height: 500px;
	}

	.ServicesHero h1 {
		font-size: 44px;
		line-height: 56px;
	}

	.ServiceEntries .entryGrid,
	.ServiceProcess .processGrid {
		grid-template-columns: repeat(2, 1fr);
	}

	.ServiceDownloads .serviceTable > div {
		grid-template-columns: 1fr 1fr;
	}

	.ServiceDownloads .serviceTable span:nth-child(3) {
		display: none;
	}
}
.ServiceSubnav {
	background: #f2f3f4;
}

.ServiceSubnav .main {
	display: flex;
	align-items: center;
	width: 1360px;
	max-width: 90%;
	height: 44px;
	gap: 30px;
	font-size: 14px;
	line-height: 20px;
}

.ServiceSubnav a.active {
	color: var(--site-red);
}
