
* {
	box-sizing: border-box;
}

body {
	margin: 0 !important;
	font-family: 'Red Hat Display', sans-serif;
	position: relative;
	padding: 0;
	min-height: 100%;
}

body, p {
	font-size: 16px;
	line-height: 22px;
}

em {
	font-style: normal;
	font-weight: bold;
}

svg, iframe {
	max-width: 100%;
}

a, a:hover {
	text-decoration: none;
}

input:focus {
	outline: none !important;
}

html {
	height: 100%;
}

.tps_fixedBody {
	overflow: hidden;
}
