
/* FONTS ________________________________________________________________________________*/
@font-face {
    font-family: hn_b;
    src: url(fonts/hn_b.ttf);
}
@font-face {
    font-family: hn_m;
    src: url(fonts/hn_m.ttf);
}
@font-face {
    font-family: hn_r;
    src: url(fonts/hn_r.ttf);
}

body {
	background-color: #FBFCFC;
	font-family: 'hn_r';
	margin:0;
    padding:0;

}

a {
	color: #2E94E0;
	text-decoration: none;
}

a:hover {
	cursor: pointer;
}

.bg_element1 {
	position: absolute;
	left: 0px;
	top: 75px;
	width: 300px;
}
.bg_element2 {
	position: absolute;
	right: 0px;
	bottom:-22px;
	width: 600px;
}

.background {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
}



.logo {
	position: absolute;
	width: 150px;
	margin:auto;
	right: 0; left: 0;
	margin-top: 20px;
}

.button {
	position: absolute;
	height: 40px;
	width: 120px;
	border-radius: 40px;
	background-color: #0037FF;
	left: 2%;
	top: 50px;
}

.button_label {
	position: absolute;
	width: 100%;
	text-align:center;
	color: #ffffff;
	font-family: 'hn_m';
	font-size: 12px;
	line-height: 16px;
}



.content {
	position: relative;
	margin-right:auto;
	margin-left:auto;
	width: 80%;
	height: 100vh;
}

.section1 {
	position: relative;
	width: 100%;
	height:auto;
	top: 120px;
}

.s1_img {
	position: absolute;
	width: 100px;
	margin:auto;
	left: 0;
	right: 0;
}


.s1_h1 {
	position: relative;
	width: 100%;
	text-align: center;
	color:#000000;
	font-family: 'hn_m';
	top: 100px;
}

.s1_p1 {
	position: relative;
	width: 100%;
	text-align: center;
	color:#6A7895;
	font-family: 'hn_r';
	font-size:14px;
	width: 60%;
	left: 20%;
	top: 80px;
}

.section2 {
	position: relative;
	width: 100%;
	height:600px;
	top: 200px;
}

.card1 {
	position: relative;
	width: 90%;
	left: 5%;
	height: ;
	background-color: #ffffff;
	box-shadow: 0px 2px 5px #F3F6F7 ;
	border-radius: 3px;
	top: 30px;
	border:1px solid #F2F3F5;
	margin-bottom: 10px;
}



.card_h1 {
	position: relative;
	left: 2%;
	width: 80%;
	color: #000000;
	font-family: 'hn_m';
	font-size: 18px;
	top: 15px;
}

.card_p1 {
	position: relative;
	width: 96%;
	left: 2%;
	margin-bottom:20px;
	top: 15px;
	color:#6A7895;
	font-family: 'hn_r';
	font-size:14px;
}




@media screen and (max-width: 768px) and (min-width: 0px) { 

	.bg_element1 {
	width: 200px;
}
.bg_element2 {
	width: 450px;
}

.s1_h1 {
	font-size: 22px;
}

.s1_p1 {
	width: 90%;
	left: 5%;
}

.card1 {
	position: relative;
	width: 100%;
	height: ;
	background-color: #ffffff;
	box-shadow: 0px 2px 5px #F3F6F7 ;
	border-radius: 3px;
	top: 175px;
	left: 0%;
	border:1px solid #F2F3F5;
}



.card_h1 {
	position: relative;
	left: 5%;
	width: 90%;
	color: #000000;
	font-family: 'hn_m';
	font-size: 18px;
	top: 15px;
}

.card_p1 {
	position: relative;
	width: 90%;
	left: 5%;
	margin-bottom:20px;
	top: 15px;
	color:#92A4AC;
	font-family: 'hn_r';
	font-size:14px;
}


.button {
	position: absolute;
	height: 40px;
	width: 80px;
	border-radius: 40px;
	background-color: #0037FF;
	left: 2%;
	top: 50px;
}

.button_label {
	position: absolute;
	width: 100%;
	text-align:center;
	color: #ffffff;
	font-family: 'hn_m';
	font-size: 12px;
	line-height: 16px;
}




@media screen and (max-width: 968px) and (min-width: 0px) { 

.s1_p1 {
	width: 90%;
	left: 5%;
	margin-top:25px;
}

.card1 {
	position: relative;
	width: 100%;
	height: ;
	background-color: #ffffff;
	box-shadow: 0px 2px 5px #F3F6F7 ;
	border-radius: 3px;
	top: 20px;
	left: 0%;
	border:1px solid #F2F3F5;
}

.bg_element1 {
	display: none;
}
.bg_element2 {
	display: none;
}
}











