
html {
	height: 100%;
	font-size: 19px;
}

body {
	font-family: 'Arial', sans-serif;
	min-height: 100%;
	position: relative;
	-webkit-text-size-adjust: 100%;
	-webkit-font-size-adjust: 100%;
	color: #fff;
}

img {
	display: block;
}

h1,
h2,
h3,
h4,
h5 {
	color: #ffa422;
	font-weight: 500;
	margin-bottom: 10px;
	margin-bottom: 0.526315789473684rem;
}

h1 {
	font-size: 36px;
	font-size: 1.894736842105263rem;
	line-height: 40px;
}

h2 {
	font-size: 26px;
	font-size: 1.368421052631579rem;
	line-height: 30px;
}

h3 {
	font-size: 20px;
	font-size: 1.052631578947368rem;
	line-height: 25px;
}

h4 {
	font-size: 18px;
	font-size: 0.947368421052632rem;
	line-height: 24px;
}

h5 {
	font-size: 16px;
	font-size: 0.842105263157895rem;
	line-height: 21px;
}

p {
	margin-bottom: 33px;
	margin-bottom: 1.736842105263158rem;
	line-height: 25px;
}

p:last-child {
	margin-bottom: 0px;
	margin-bottom: 0rem;
}

ul,
ol {
	margin-bottom: 20px;
	margin-bottom: 1.052631578947368rem;
}

ul li,
ol li {
	margin-bottom: 10px;
	margin-bottom: 0.526315789473684rem;
	line-height: 25px;
	list-style-position: inside;
}

ul {
	list-style: none;
}

ul li {
	position: relative;
	padding-left: 26px;
}

i {
	font-style: italic;
}

b,
strong {
	font-weight: 500;
}

button {
	border: 0;
}

a {
	cursor: pointer;
	color: #ff1c51;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
