html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CLEARFIX */

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/* STYLE */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Fira Sans', sans-serif;
	line-height: 1.5;
}

.header {
	background: #fff;
	font-size: 0;
	padding: 16px 0;
	filter: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) 
	        drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
}

.inner {
	padding: 0 16px;
	max-width: 1280px;
	margin: 0 auto;
}

.header-left, .header-right {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}

.header-right {
	text-align: right;
}

.header-left img {
	max-width: 172px;
	width: 100%;
	display: block;
}

.trustpilot-badge {
	width: 112px;
	display: inline-block;
}

.trustpilot-text {
	padding: 0 16px;
	margin-bottom: 4px;
}

.main {
	margin: 48px 0;
}

.main h1 {
	font-size: 2.25rem;
	font-weight: 700;
	margin-bottom: 16px;
}

.main h2 {
	font-size: 1.875rem;
	font-weight: 700;
	margin: 24px 0 16px;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: 700;
}

.main p {
	margin-bottom: 16px;
}

.main p a, .list li a {
	color: #ed002f;
}

.list {
	margin-bottom: 16px;
	padding-left: 24px;
}

.list li {
	list-style: disc;
	margin-bottom: 8px;
	word-wrap: break-word;
}

.list li:last-child, .main p:last-child {
	margin-bottom: 0;
}

.footer {
	padding: 80px 0 40px;
	background: #171717;
	margin-top: 32px;
}

.footer-inner {
	max-width: 1280px;
    padding: 0 16px;
    margin: 0 auto;
}

.footer-main {
	font-size: 0;
}

.logo-footer {
	width: 20%;
	display: inline-block;
	vertical-align: top;
}

.logo-footer img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.links-footer {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	padding-left: 32px;
}

.links-footer p {
	font-size: 1rem;
	font-weight: 500;
	color: #fff;
}

.links-footer ul {
	margin-top: 8px;
}

.links-footer ul li {
	padding: 4px 0;
}

.links-footer ul li a {
	color: #a3a3a3;
	font-size: 1rem;
	text-decoration: none;
}

.links-footer ul li a:hover {
	color: #e5e5e5;
}

.copyright {
	margin-top: 48px;
	font-size: 0.875rem;
	color: #a3a3a3;
}

@media screen and (max-width: 1535px) {
	.inner {
		max-width: 1024px;
	}
}

@media screen and (max-width: 767px) {
	.main h1 {
		font-size: 1.875rem;
	}

	.main h2 {
		font-size: 1.5rem;
	}

	.footer {
		padding: 48px 0;
	}

	.logo-footer {
		max-width: 360px;
		margin: 0 auto 16px;
		width: 100%;
		display: block;
	}

	.links-footer {
		width: 50%;
		padding: 0;
	}

	.links-footer:nth-child(2) {
		padding-right: 8px;
	}

	.links-footer:nth-child(3) {
		padding-left: 8px;
	}
}