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;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    background: #000;
}
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;
}



.wrapper {
    padding: 0 1rem;
    color: #fff;    
}
.header {
    padding: 2.875rem 0 2.375rem;
}
.logo a {
    display: block;
    width: 100%;
    max-width: 230px;
    height: 188px;
    margin: 0 auto;
    background: url('../images/logo.svg') no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    background-size: contain;
}
.content {
    text-align: center;
    padding-bottom: 2rem;
}
.content img {
    width: 100%;
    max-width: 1024px;
    height: auto;
}


.description {
    text-align: center;
    padding-top: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.17;
}
.description h4 {
    font-size: 1.5rem;
}
.description h2 {
    font-size: 4rem;
    margin: 1rem 0;
}
.description h3 {
    font-size: 2.25rem;
    margin-bottom: 1rem;
}
.description p {    
    line-height: 1.5rem;
}
.description p a {
    text-decoration: none;
    color: #5D5D5D;
}
.description p a:hover {
    text-decoration: underline;
}