@font-face {
	font-family: 'Neue Haas Unica Pro';
	src: url('fonts/NeueHaasUnicaPro-Regular.woff2') format('woff2'),
		url('fonts/NeueHaasUnicaPro-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Neue Haas Unica Pro';
	src: url('fonts/NeueHaasUnicaPro-Light.woff2') format('woff2'),
		url('fonts/NeueHaasUnicaPro-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Neue Haas Unica Pro';
	src: url('fonts/NeueHaasUnicaPro-Medium.woff2') format('woff2'),
		url('fonts/NeueHaasUnicaPro-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}




body {
	font-family:'Neue Haas Unica Pro', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 26px;
	background: #e5e5e5;
	color: var(--dark-font);

}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 300;
	font-style: normal;
	margin-top:0;
	margin-bottom:var(--gap);
}

h1.hero{
	font-size: 73px;
	line-height: 79px;
	letter-spacing: -4px;
}

h1 {
	font-size: 73px;
	line-height: 79px;
	letter-spacing: -3px;
}

h2 {
	font-size: 65px;
	line-height: 75px;
	letter-spacing: -2.5px;
}

h3 {
	font-size: 48px;
	line-height: 58px;
	letter-spacing: -2px;

}
.main-content-start h3{
	font-size: 34px;
	line-height: 43px;
	letter-spacing: -1.5px;
}
h4 {
	font-size: 45px;
	line-height: 55px;
	letter-spacing: -2px;
}

h5 {
	font-size: 35px;
	line-height: 45px;
	letter-spacing: -1.5px;
}

h6 {
	text-transform: uppercase;
	font-size: 15px;
	line-height: 15px;
	font-weight:400;
	letter-spacing: 0px;
}

p {
	font-size: 17px;
	line-height: 28px;
	margin-top: 0;
	margin-bottom:var(--gap);
	font-weight: 300;
	letter-spacing: -.3px;
}

p.large {
	font-size: 23px;
	line-height: 32px;
	letter-spacing: -1px;
}
p.small {
	font-size: 14px;
	line-height: 21px;
}


p:last-of-type {
	margin-bottom: 0;
}

.client_titles{
	text-transform: uppercase;
	font-size: 16px;
	font-weight:400;
	letter-spacing:0;
	line-height: 25px;
}

a {
	text-decoration: none;
}

ul li, li {
	font-size: 17px;
	line-height: 28px;
}
ul li{

}

li{

}


@media only screen and (max-width: 1300px) {


}


@media only screen and (max-width: 1024px) {

	h1.hero{
		font-size:65px;
		line-height:70px;
		letter-spacing: -3px;
	}
	h1{
		font-size:50px;
		line-height:60px;
		letter-spacing: -2px;
	}

	h2 {
		font-size: 40px !important;
		line-height: 48px !important;
		letter-spacing: -2px;
	}

	h3 {
		font-size: 32px;
		line-height: 40px;
		letter-spacing: -1.5px;
	}

	h4 {
		font-size: 30px;
		line-height: 35px;
		letter-spacing: -1px;
	}

	h5 {
		font-size: 22px;
		line-height: 30px;
		letter-spacing: -1px;
	}

	h6 {
		font-size: 13px;
		line-height: 13px;
	}
	p , ul li, li, .back-link-wrapper a{
		font-size: 14px;
		line-height: 24px;
	}
	h2.hero-entry-title{
		margin:20px 0px;
	}
	h6{
		font-size:14px;
	}

}


@media only screen and (max-width: 768px) {
	h1 {
		font-size: 45px;
		line-height: 50px;
		letter-spacing: -1.5px;
	}

	.main-content-start h3{
		font-size:30px;
		line-height:35px;
		letter-spacing: -1px;
	}

	p.small {
		font-size: 12px;
		line-height: 17px;
	}
}


@media only screen and (max-width: 600px) {
	h1.hero{

		font-size: 55px;
		line-height: 60px;
		letter-spacing: -2px;
	}

	h1 {
		font-size: 40px;
		line-height: 45px;
		letter-spacing: -1.5px;
	}

	h2.hero-entry-title{
		font-size:30px;
		line-height:37px;
		letter-spacing: -1px;
	}
	.main-content-start h3{
		font-size:25px;
		line-height:30px;
		letter-spacing: -1px;
	}

	p.large {
		font-size: 17px;
		line-height: 26px;
	}

}