html {
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	scroll-behavior: smooth;
}

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

a {
	color: var(--cl-black);
	text-underline-position: under;
}

:root {
	--cl-white: #ffffff;
	--cl-grey: #646464;
	--cl-black: #1d1d1d;
	--cl-green: #009767;
	--cl-orange: #FF9933;
	--cl-blue: #99CCFF;
	--cl-red: #dc3545;

	--cl-main: #ffffff;

	--ff-family: 'Roboto', sans-serif;
	--ff-size: ;
}

/* Everything, that is included in the header */

#header {
	width: 100%;
	height: 132px;
	margin: 0 auto;
	padding: 20px;
	background-color: var(--cl-white);
	box-sizing: border-box;
	position: relative;
}

h1 {
	width: auto;
	height: auto;
	font-family: var(--ff-family);
	font-weight: 400;
	font-size: 6vw;
	color: var(--cl-black);
	line-height: 120px;
	letter-spacing: 5px;
	text-align: center;
	z-index: 200;
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 0;
	pointer-events: none;
}

#go_back {
	width: auto;
	height: auto;
	border: none;
	outline: none;
	cursor: pointer;
	position: absolute;
	left: 20px;
	top: 131px;
	background-color: var(--cl-white);
}

#go_back .arrow3 {
	font-size: 14px;
	transform: rotate(180deg);
	margin-top: 1px;
	margin-right: 10px;
	margin-left: 0px;
}

#go_back:hover .arrow3 {
	margin-right: 15px;
	margin-left: -5px;
}

@media screen and (max-width: 575.98px) {
	#header {
		width: 100%;
		height: 193px;
		padding: 10px;
	}
	h1 {
		width: 100%;
		height: auto;
		font-size: 8vw;
		text-align: left;
		line-height: 80px;
		letter-spacing: 2px;
		position: relative;
		top: 0;
		left: 0;
		margin: 0;
		padding-top: 56.25%;
	}
	#go_back {
	left: 10px;
	top: 166px;
	background-color: var(--cl-white);
	}
	#go_back:hover .arrow3 {
	margin-right: 10px;
	margin-left: 0px;
	}
}

/* The header ends and the content starts */

/* The content starts */

#content {
	width: 80%;
	height: auto;
	background-color: var(--cl-white);
	padding: 40px 0 40px 0;
	overflow: hidden;
}

#text {
	width: 75%;
	height: auto;
	float: left;
}

#content h1 {
	width: 100%;
	height: 4vw;
	font-family: var(--ff-family);
	font-weight: 700;
	font-size: 4vw;
	color: var(--cl-black);
	letter-spacing: 2px;
	line-height: auto;
	text-align: left;
	text-transform: uppercase;
	position: relative;
	margin: 0 0 40px 0;
	padding: 0;
}

#content h2 {
	width: 100%;
	height: auto;
	font-family: var(--ff-family);
	font-weight: 700;
	font-size: 13px;
	color: var(--cl-black);
	letter-spacing: 1px;
	line-height: 19px;
	text-align: left;
	position: relative;
	margin: 40px 0 0 0;
	padding: 0;
	border: none;
}

#content span {
	width: 100%;
	height: calc(100vh - 252px - 4vw);
	position: relative;
	display: block;
}

#content span p {
	position: absolute;
	bottom: 0;
}

#content p {
	width: 100%;
	height: auto;
	font-family: var(--ff-family);
	font-weight: 300;
	font-size: 13px;
	color: var(--cl-black);
	letter-spacing: 1px;
	line-height: 19px;
	text-align: left;
	text-transform: none;
	position: relative;
	margin: 0 auto;
	padding: 0;
}

#content ul {
	padding-left: 16px;
}

#content ul li {
	width: 100%;
	height: auto;
	font-family: var(--ff-family);
	font-weight: 300;
	font-size: 13px;
	color: var(--cl-black);
	letter-spacing: 1px;
	line-height: 19px;
	text-align: left;
	text-transform: none;
	position: relative;
	margin: 0 auto;
	padding: 0;
}

#content a {
	width: 100%;
	line-height: 19px;
}

@media screen and (max-width: 575.98px) {
	#content {
		width: 100%;
		height: auto;
		padding: 20px;
	}
	#text {
		width: 100%;
	}
	#content h1 {
		margin: 0 0 20px 0;
	}
	#content span {
		width: 100%;
		height: auto;
	}
	#content span p {
		position: relative;
		margin-top: 60px;
	}
}

/* The content ends */

/* Here starts the footer */

#footer {
	width: 100%;
	height: auto;
	padding: 20px 10% 40px 10%;
	overflow: hidden;
}

h4 {
	width: auto;
	height: auto;
	font-family: var(--ff-family);
	font-weight: 400;
	font-size: 20px;
	color: var(--cl-black);
	line-height: 16px;
	letter-spacing: 1px;
	text-align:	left;
	float: left;
	margin: 0 auto;
	padding: 0;
}

.back {
	width: auto;
	height: auto;
	position: relative;
	cursor: pointer;
}

.back:hover .arrow2 {
	margin-top: -5px;
}

.arrow2 {
	transform: rotate(-90deg);
	transition-property: margin-top;
	transition-duration: 0.05s;
	transition-timing-function: ease-in-out;
	margin: 0 5px 0 -10px;
	padding: 0;
}

p2 {
	width: 60%;
	height: auto;
	font-family: var(--ff-family);
	font-weight: 300;
	font-size: 12px;
	color: var(--cl-black);
	line-height: 16px;
	letter-spacing: 1px;
	text-align:	right;
	float: right;
}

@media screen and (max-width: 767.98px) {
	p2 {
		width: 100%;
		text-align: left;
		float: left;
		margin-top: 20px;
	}
}

@media screen and (max-width: 575.98px) {
	#footer {
		padding: 20px;
	}
}

/* Here ends the footer */