* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	width: 100%;
	height: 100%;
}

body {
	background-color: #000;
	color: #fff;
	font-size: 16px;
	font-family: "Roboto Condensed", sans-serif;
	line-height: 1.2;
}

.container-fluid {
	width: 100%;
	min-height: 100%;
	padding-right: 15px;
	padding-left: 15px;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

.contents {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}

.footer {
	padding-bottom: 30px;
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}

.link {
	text-decoration: none;
}

.link:hover {
	text-decoration: underline;
}

.link-red {
	color: #af2c33
}

.h2 {
	font-size: 25px;
}

.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.co-ye {
	color: #fdf671;
}
.co-gr {
	color: #929092;
}

.co-dg {
	color: #444;
}

.co-sb {
	color: #159eff;
}

.bold {
	font-weight: 700;
}

.upper {
	text-transform: uppercase;
}

.btn {
	border: 1px solid transparent;
	outline: none;
	padding: 15px 30px;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	border-radius: 8px;
	display: inline-block;
	vertical-align: middle;
	min-width: 200px;
	line-height: 1;
}
.btn.btn-danger {
	background-color: #ed1f24;
}
.btn.btn-danger:hover {
	background-color: #cf161a;
}

.mt-0 {
	margin-top: 0 !important;
}
.mt-1 {
	margin-top: 5px !important;
}
.mt-2 {
	margin-top: 10px !important;
}
.mt-3 {
	margin-top: 15px !important;
}
.mt-4 {
	margin-top: 20px !important;
}
.mt-5 {
	margin-top: 25px !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}
.mb-1 {
	margin-bottom: 5px !important;
}
.mb-2 {
	margin-bottom: 10px !important;
}
.mb-3 {
	margin-bottom: 15px !important;
}
.mb-4 {
	margin-bottom: 20px !important;
}
.mb-5 {
	margin-bottom: 25px !important;
}

.small {
	font-size: 12px;
}

.img {
	max-width: 100%;
}

.brand-logos {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: wrap;
	margin-bottom: 30px;
}
.brand-logos .logo {
	max-height: 60px;
	margin: 5px;
}

.pays {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
}
.pays img {
	max-height: 30px;
	margin: 5px 10px;
}

.description {
	text-align: center;
}

.terms-conditions {
	text-align: center;
	font-size: 0.8em;
	color: #929092;
}
.terms-conditions .link {
	color: #929092;
}

.copyright {
	font-size: 0.8em;
	color: #929092;
	text-align: justify;
}
.copyright p {
	line-height: 1.4;
	margin-bottom: 15px;
}
.copyright p:last-of-type {
	margin-bottom: 0;
}
.copyright p a {
	color: #929092;
	text-decoration: underline;
}
.copyright p a:hover {
	text-decoration: none;
}

.text-row {
	text-align: center;
	border-bottom: 1px solid #333;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.text-row.no-line {
	border-bottom: 0;
}

.text-row .h2 {
	margin-bottom: 10px;
}
.text-row p {
	margin-bottom: 10px;
}
.text-row .btn {
	margin-top: 20px;
}

.list {
	list-style: none;
	padding: 0;
	margin: 15px 0;
}
.list li {
	margin-bottom: 10px;
}

.decimal-list {
	list-style: none;
	padding: 0;
	margin: 15px 0;
}
.decimal-list li {
	line-height: 1.4;
}

.img-box {
	margin-bottom: 10px;
}
.img-box img {
	max-height: 100px;
}

.text-group {
	line-height: 1.4;
}

.flex-row {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.flex-row img {
	width: 100%;
	height: auto;
}

@media (min-width: 768px) {
	.h2 {
		font-size: 35px;
	}

	.flex-row {
		justify-content: space-evenly;
	}

	.flex-row img {
		width: 30%;
	}
}
