::placeholder {
	color: #121212;
	opacity: 0.8;
}
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
@font-face {
	font-family: 'Aeonik';
	src: url('../fonts/Aeonik-Regular.otf') format('truetype');
	font-weight: 400;
}
@font-face {
	font-family: 'Aeonik';
	src: url('../fonts/Aeonik-Light.otf') format('truetype');
	font-weight: 300;
}
@font-face {
	font-family: 'Aeonik';
	src: url('../fonts/Aeonik-LightItalic.otf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Aeonik';
	src: url('../fonts/Aeonik-Italic.otf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Aeonik';
	src: url('../fonts/Aeonik-Medium.otf') format('truetype');
	font-weight: 500;
}
@font-face {
	font-family: 'Aeonik';
	src: url('../fonts/Aeonik-MediumItalic.otf') format('truetype');
	font-weight: 500;
	font-style: italic;
}
@font-face {
	font-family: 'Aeonik';
	src: url('../fonts/Aeonik-Bold.otf') format('truetype');
	font-weight: 700;
}
@font-face {
	font-family: 'Aeonik';
	src: url('../fonts/Aeonik-BoldItalic.otf') format('truetype');
	font-style: italic;
	font-weight: 700;
}

body {
	font-family: 'Aeonik', 'Roboto', sans-serif;
	font-size: 18px;
	color: #121212;
	background-color: #f1f1f1;
	padding: 0;
	margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-family: 'Aeonik', 'Roboto', sans-serif;
	margin: 0;
	padding: 0;
}
p {
	line-height: 28px;
	margin: 0;
	padding-bottom: 2.2rem;
}

a {
	text-decoration: none;
}

.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1200px;
}

.text-center {
	text-align: center;
}

.bg-yellow {
	background-color: #f7dc85;
}
.bg-black {
	background-color: #000;
}
.bg-white {
	background-color: #fff;
}
.logo {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 60px;
}
.logo a {
	color: #000;
	transition: opacity 0.4s ease;
}
.logo a:hover {
	opacity: 0.8;
}
.font-normal {
	font-weight: normal;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.mb-5 {
	margin-bottom: 2.2rem;
}

.max-w-528 {
	max-width: 528px;
}

.fs-18 {
	font-size: 18px;
	line-height: 22px;
}
.fs-48 {
	font-size: 48px;
	line-height: 58px;
}
.fs-32 {
	font-size: 32px;
	line-height: 38px;
}
.text-black {
	color: #000;
}

hr {
	height: 1px;
	opacity: 0.1;
	background-color: #121212;
	margin-top: 20px;
	margin-bottom: 50px;
}
.mb-15 {
	margin-bottom: 15px;
}
.block {
	display: block;
}

.hero-section {
	padding: 40px 0 70px;
}

.main {
	padding: 50px 0;
}

.footer {
	padding: 90px 0 80px;
	color: #fff;
}
.btn {
	width: 100%;
	height: 120px;
	border-radius: 0 30px 0 0;
	text-align: left;
	position: relative;
	display: flex;
	align-items: flex-end;
	padding: 30px;
	margin-top: 60px;
	font-weight: 700;
	transition: opacity 0.4s ease;
}
.btn i {
	position: absolute;
	right: 30px;
	top: 20px;
	transition: transform 0.4s ease;
}
.btn:hover {
	opacity: 0.8;
}
.btn:hover i {
	transform: rotate(45deg);
}

@media (min-width: 768px) {
	body {
		font-size: 24px;
	}
	p {
		line-height: 38px;
	}
	.logo {
		font-size: 23px;
		margin-bottom: 90px;
	}
	.fs-lg-120 {
		font-size: 120px;
		line-height: 12rem;
	}
	.fs-lg-64 {
		font-size: 64px;
		line-height: 5rem;
	}
	.fs-lg-36 {
		font-size: 36px;
		line-height: 42px;
	}

	.main {
		padding: 98px 0;
	}

	.hero-section {
		padding: 70px 0 100px;
	}
	hr {
		margin-bottom: 5rem;
		margin-top: 4rem;
	}
}

@media (min-width: 575px) {
	.btn {
		width: 343px;
	}
	.footer {
		padding: 105px 0 180px;
	}
}
