/* Eric Meyer's CSS Reset */
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;
}

/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

body {
	font: 14px/18px "Roboto", sans-serif;
	width: 100%;
	height: 100%;
	background: #110c05 url("/assets/images/bg.jpg") top no-repeat;
	background-size: cover;
}

.wrapper {
	width: 940px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	display: grid;
	place-items: center;
}

/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding: 30px;
	background: #202128;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
}

.content-group-images {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 2px;
}

.content-group {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.title {
	font-weight: 600;
	font-size: 24px;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	line-height: normal;
	text-align: center;
}

h3 {
	font-weight: 400;
	font-size: 18px;
	margin: 25px 15px 15px 15px;
	text-align: center;
}

p {
	margin: 0 0 30px 0;
}

.image {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 100%;
	object-fit: cover;
}

.list {
	margin: 0 0 15px 0;
	padding: 0;
}

.list__item {
	position: relative;
	list-style: none;
	padding: 0 0 0 10px;
}

.list__item:before {
	position: absolute;
	content: "Âť";
	top: 0;
	left: 0;
}

hr {
	position: relative;
	width: 100%;
	height: 1px;
	background: rgba(216, 216, 216, 0.067);
	border: none;
	margin: 0 0 15px 0;
}

/* Other --------------------------------- */

.button {
	position: relative;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 20px;
	text-align: center;
	box-sizing: border-box;
	font-size: 24px;
	font-weight: 900;
	border: 2px solid rgb(204, 8, 129);
	color: #fff;
	background-color: rgba(204, 8, 129, 0.2);
	transition: ease-in-out 0.7s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.button:hover {
	background: rgb(204, 8, 129);
	transition: ease-in 0.8s;
	color: black;
}

.button img {
	margin-right: 1rem;
	width: 2.5rem;
}

.sb-banner {
	max-width: 500px;
	margin: 10px auto;
	display: flex;
	align-items: center;
	color: #fff;
	border: 2px solid #00b4ff;
	border-radius: 10px;
	transition: ease-in-out 0.7s;
	text-decoration: none;
	padding: 5px 20px;
}
.sb-banner:hover {
	background: rgba(0, 179, 255, 0.576);
	transition: ease-in 0.8s;
}

.sb-banner img {
	width: 10rem;
	pointer-events: none;
	padding: 1rem;
}

.sb-banner h1 {
	font-size: 32px;
	font-weight: 900;
	line-height: 1.5rem;
}

.sb-banner h6 {
	font-size: 10px;
	font-weight: 100;
	text-transform: uppercase;
}

.highlight {
	display: block;
	color: #e7e40e;
	padding: 0.05rem 0.25rem;
	background: rgba(231, 238, 14, 0.2);
	border-radius: 0.3rem;
	margin: 0.25rem;
	font-weight: bold;
	cursor: pointer;
	transition: ease-in-out 0.7s;
}

.highlight:hover {
	color: black;
	background: #e7e40e;
	transition: ease-in 0.8s;
}

/* Icons ----------------------- */

.icon {
	position: absolute;
	top: 10px;
	left: 10px;
	display: inline-block;
	width: 40px;
	height: 40px;
}

@media screen and (max-width: 767px) {
	.wrapper {
		width: 95%;
		min-height: 100vh;
	}
	.content {
		min-height: 100vh;
	}
	.content-group-images {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sb-banner {
		width: 100%;
		max-width: 100%;
		margin: 10px 0;
		padding: 0;
	}

	.sb-banner h1 {
		font-size: 18px;
	}

	.rar {
		font-size: 18px;
	}
}
