body {
	background-color: #242424;
	background-image: url("/assets/images/bg1.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-family: 'Lexend', sans-serif;
	width: 100vw;
	font-size: 16px;
}

header {
	margin: 36px 36px 72px 36px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - 72px);
}

footer {
	margin: 77px 36px 36px 36px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	width: calc(100% - 72px);
}

button {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 16px 20px 16px 24px;
	gap: 8px;
	background: #F6F6F6;
	border-radius: 16px;
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	color: #1B1B1B;
	text-transform: capitalize;
	border: none;
	outline: none;
}

.bigbutton {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 16px 20px 16px 24px;
	gap: 8px;
	background: #F6F6F6;
	border-radius: 16px;
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	color: #1B1B1B;
	text-transform: capitalize;
	border: none;
	outline: none;
	padding: 16px 20px 16px 24px;
	text-decoration: none;
	cursor: pointer;
}

.bigbutton:hover {
	background: #DDDDDD;
}

.bigbutton:focus {
	background: #C1C1C1;
}

.bigbutton img {
	width: 18px;
}

.smallButton {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 8px;
	background: #F6F6F6;
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	color: #1B1B1B;
	text-transform: capitalize;
	border: none;
	outline: none;
	padding: 8px 12px;
	border-radius: 12px;
	text-decoration: none;
	cursor: pointer;
	width: fit-content;
}

.smallButton:hover {
	background: #DDDDDD;
}

.smallButton:focus {
	background: #C1C1C1;
}

article {
	width: fit-content;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 1200px;
}

.header {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	gap: 8px;
	align-items: flex-start;
	width: fit-content;
}

h1 {
	font-family: 'Lexend';
	font-style: normal;
	font-weight: 700;
	font-size: 192px;
	letter-spacing: -0.02em;
	text-transform: capitalize;
	color: #F6F6F6;
	margin: 0;
	padding: 0;
	line-height: 1;
}

h2 {
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: -0.01em;
	text-transform: capitalize;
	color: #F6F6F6;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 16px;
}

h2 sup {
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	text-transform: capitalize;
	color: #A3A3A3;
	text-transform: capitalize;
}

h3 {
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	color: #F6F6F6;
	margin: 0;
	padding: 0;
}

section {
	font-style: normal;
	font-weight: 400;
	line-height: 44px;
	letter-spacing: -0.02em;
	color: #F6F6F6;
}

.summary {
	font-size: 28px;
	max-width: 749px;
}

.buttonsBar {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 16px;
	margin-top: 32px;
}

.darkButton {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 16px 20px 16px 24px;
	gap: 8px;
	border-radius: 16px;
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	text-transform: capitalize;
	border: none;
	outline: none;
	/* padding: 16px 20px 16px 24px; */
	text-decoration: none;
	cursor: pointer;
	background: #3E3E3E;
	color: #F6F6F6;
}

.darkButton:hover {
	background: #5E5E5E;
}

.darkButton:focus {
	background: #2E2E2E;
}

.darkButton img {
	width: 18px;
}

.twoColumns {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin: 64px 0;
	gap: 128px;
	width: fit-content;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #F6F6F6;
}

.twoColumns .ill1 {
	width: 553px;
	height: 447px;
	background-image: url("/assets/images/ill1.png");
	background-repeat: no-repeat;
	background-size: 700px;
	background-position: left -160px top -85px
}

.twoColumns .illu2 {
	width: 553px;
	height: 447px;
	background-image: url("/assets/images/illu2.png");
	background-repeat: no-repeat;
	background-size: 700px;
	background-position: left -160px top -85px
}

.twoColumns .illu4 {
	width: 440px;
	height: 524px;
	background-image: url("/assets/images/capture.png");
	background-repeat: no-repeat;
	background-size: 600px;
	background-position: left -80px top -60px
}

.twoColumns .content {
	max-width: 525px;
	width: fit-content;
}

ol {
	padding-left: 1em;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	color: #FFFFFF;
	opacity: 0.6;
}

.twoRows {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	margin: 64px 0;
	width: fit-content;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #F6F6F6;
}

.boxs {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	gap: 64px;
}

.featureIcon {
	width: 19px;
	height: 19px;
	padding: 18px;
	background: radial-gradient(75.59% 76.2% at 82.03% 100%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%), #1B1B1B;
	border: 1px solid #2E2E2E;
	box-shadow: 0px 20px 108px #000000;
	border-radius: 16px;
	margin-bottom: 16px;
}

.panel {
	padding: 48px;
	background: radial-gradient(75.59% 76.2% at 82.03% 100%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%), #1B1B1B;
	border: 1px solid #2E2E2E;
	box-shadow: 0px 20px 108px #000000;
	border-radius: 16px;
	max-width: 420px;
}

.panel .twoColumnInPanel {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 64px;
}

.table {
	width: fit-content;
	display: table;
}

.tr {
	display: table-row;
}

.td {
	display: table-cell;
	padding: 16px;
}

.cell {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 26px;
	text-transform: capitalize;
}

.elsInLine {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
}

.link {
	text-decoration: none;
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	column-gap: 10px;
	text-transform: capitalize;
	padding: 8px 16px;
	white-space: nowrap;
}

.link img {
	height: 16px;
}

.copyright {
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	line-height: 10px;
	color: #A3A3A3;
	text-align: right;
	margin-right: 16px;
	/* margin-top: -10 em; */
}

.stamp {
	height: 156px;
}

.iconsImg {
	width: 443px;
	height: 489px;
	background-image: url("/assets/images/icons.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left 10px top 10px;
}

.logo {
	height: 64px;
}

.mobileLogo {
	height: 48px;
	display: none;
}

.illu3 {
	width: 553px;
}

@media (max-width: 428px) {
	body {
		padding: 16px;
		width: calc(100vw - 32px);
	}

	header {
		margin: 0;
		padding: 0;
		width: 100%;
		margin-bottom: 16px;
	}

	.logo {
		display: none;
	}

	.mobileLogo {
		display: block;
	}

	h1 {
		font-size: 80px;
	}

	.stamp {
		height: 75px;
	}

	article {
		width: 100%;
		max-width: 100%;
	}

	.header {
		flex-direction: column;
		width: 100%;
	}

	.summary {
		font-size: 16px;
		max-width: 100%;
	}

	.buttonsBar {
		flex-direction: column;
		gap: 16px;
		width: 100%;
	}

	.bigbutton {
		width: calc(100% - 40px);
	}

	.darkButton {
		width: calc(100% - 40px);
	}

	.twoColumns {
		flex-direction: column-reverse;
		margin: 32px 0;
		gap: 32px;
	}

	.twoColumns .ill1 {
		width: 100%;
		height: 300px;
		background-size: 100%;
		background-position: center
	}

	.twoColumns .illu2 {
		width: 100%;
		height: 200px;
		background-size: cover;
		background-position: center
	}

	.twoColumns .illu4 {
		width: 100%;
		height: 400px;
		background-size: cover;
		background-position: center;
	}

	.twoColumns .content {
		max-width: 100%;
		width: fit-content;
	}

	.boxs {
		flex-direction: column;
		justify-content: flex-start;
		gap: 32px;
	}

	.illu3 {
		width: 100%;
	}

	.table {
		width: fit-content;
		display: flex;
		flex-direction: column;
		gap: 0;
	}

	.tr {
		display: flex;
		flex-direction: column;
		gap: 16px;
	}

	.td {
		display: block;
		padding: none;
	}

	.cell {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		gap: 16px;
		text-transform: capitalize;
	}

	.cell .featureIcon {
		margin-bottom: 0;
	}

	.panel .twoColumnInPanel {
		flex-direction: column;
		gap: 32px;
	}

	footer {
		margin: 77px 16px 16px 16px;
		display: flex;
		flex-direction: column-reverse;
		justify-content: flex-start;
		align-items: center;
		width: 100%;
	}

	.elsInLine {
		flex-direction: column;
	}

	.copyright {
		display: none;
	}

	.iconsImg {
		width: 100%;
		background-size: cover;
		background-position: center
	}

	.reverse {
		flex-direction: column;
	}

	.twoRows {
		margin: 32px 0;
	}
}