/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}

.desk-hidden{
	display: none !important;
}

.desk-hidden-flex{
	display: none !important;
}

.mobile-hidden{
	display: block !important;
}

.content-top{
	background: url('./assets/bg-desk.png');
	background-size: cover;
    background-position-y: center;
	display: flex;
	padding: 80px 0;
}

.content-top_left{
	width: 50%;
	padding: 0 70px;
}

.content-top_left h1{
	color: #000;
font-family: 'Montserrat';
font-size: 94px;
font-style: normal;
font-weight: 800;
line-height: 100%; /* 94px */
margin-bottom: 15px;
}

.content-top_left p{
	color: #0E0E0E;
	font-family: 'Montserrat';
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 90px;
}

.content-top .atc{
	display: flex;
	padding: 24px 32px;
	justify-content: center;
	align-items: center;
	gap: 1px;
	border-radius: 15px;
	background: #FFE209;
	color: #000;
	leading-trim: both;
	text-edge: cap;
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-variant: all-small-caps;
	text-decoration: none;
	text-align: center;
}

.content-top h3{
	color: #848484;
	text-align: center;
	font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}


.content-top_right{
	width: 50%;
}

.content-top_left h2{
	color: #FFF;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background: #000;
	display: flex;
	margin: 0 auto;
	width: 593px;
	padding: 10px 24px;
	gap: 10px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}
.content-top_left span{
	color: #FFF;
	leading-trim: both;
	text-edge: cap;
	font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

.content-top_right i{
	font-size: 14px;
}

.content-top_right h2{
	color: #FFF;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background: #000;
	display: flex;
	margin: 0 auto;
	width: 593px;
	padding: 10px 24px;
	gap: 10px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

.content-top_right span{
	color: #FFF;
	leading-trim: both;
	text-edge: cap;
	font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

.content-bottom{
	display: flex;
	gap: 24px;
	padding: 80px 100px;
	flex-wrap: wrap;
	justify-content: center;
}

.content-bottom_card{
	display: flex;
	width: 44%;
	padding: 50px 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	align-self: stretch;
	border-radius: 15px;
	border: 1.5px solid #0B0B0B;
}

.content-bottom_card svg{
	width: 64px;
	height: 64px;
}

.content-bottom_card h2{
	color: #0B0B0B;
	text-align: center;
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0;
}

.content-bottom_card p{
	color: #0B0B0B;
	text-align: center;
	font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}

.footer{
	display: flex;
	padding: 23px 285px;
	justify-content: center;
	align-items: center;
	gap: 16px;
	flex-shrink: 0;
	background: #0D0D0D;
}

.footer p{
	color: #FFF;
	text-align: center;
	font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-variant: all-small-caps;
	margin: 0;
}

.footer a{
	color: #FFE209;
	leading-trim: both;
	text-edge: cap;
	font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-variant: all-small-caps;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	margin: 0;
}


@media (max-width: 1425px) {*
	.desk-hidden{
		display: block !important;
	}
	
	.desk-hidden-flex{
		display: flex !important;
	}

	.mobile-hidden{
		display: none !important;
	}

	.content-top{
		flex-direction: column;
		background: none;
		padding: 0;
	}

	.content-top_left{
		background: url('./assets/bg-mobile.png');
		background-size: cover;
    background-position: center;
		width: auto;
        height: 950px;
		padding: 40px 20px;
	}

	.content-top_left h1{
		font-size: 48px;
		text-align: center;
	}

	.content-top_left p{
		font-size: 22px;
		text-align: center;
		margin-bottom: 30px;
	}

	.content-top_left h2{
		font-size: 14px;
		width: auto;
	}

	.content-top_left span{
		font-size: 14px;
	}

	.content-top_left i{
		font-size: 12px;
		display: block;
	}

	.content-top .atc{
		text-align: center;
		margin: 20px 20px;
		margin-bottom: 10px;
		padding: 11px 32px;
		width: auto;
		font-variant: none;
		text-transform: uppercase;
		font-size: 24px;
	}

	.content-top h3{
		margin: 0;
		font-size: 18px;
	}

	.content-top_right{
		width: 100%;
	}

	.content-bottom{
		padding: 0;
		margin: 60px 0;
	}

	.content-bottom_card svg{
		width: 34px;
		height: 34px;
	}

	.content-bottom_card h2{
		font-size: 19px;
	}

	.content-bottom_card p{
		font-size: 16px;
	}

	.footer {
		display: block;
		padding: 23px 0;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 16px;
		flex-shrink: 0;
		background: #0D0D0D;
	}

	.footer p{
		display: block;
		text-align: center;
		padding: 0;
		font-variant: none;
		text-transform: uppercase;
		font-size: 20px;
	}

	.footer a{
		display: block;
		text-align: center;
		padding: 0;
		font-variant: none;
		text-transform: uppercase;
		font-size: 20px;
	}
}
