@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');
body {
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.3;
	font-family: "Onest", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	overflow-x: hidden;
	margin:0;
	color: #fff;
}
#wrapper{
	overflow: hidden;
	width: 100%;
	padding: 10px;
}
* {
	box-sizing: border-box;
}
ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
a,:after,:before, .owl-nav> div, input, svg path, svg rect{transition: ease 0.3s all;}
.center-wrap {
	max-width: 355px;
	margin: 0 auto;
} 
.content-wrap {
	background: radial-gradient(50% 50% at 50% 50%, #1371FB 0%, #0566F4 100%);
	padding: 20px;
	border-radius: 25px;
	position: relative;
}
.logo img {
	display: block;
}
.logo {
	margin-bottom: 10px;
}
.tg-tag {
	padding: 9px 10px;
	display: inline-flex;
	align-items: center;
	gap: 11px;
	background: #3987FB;
	border-radius: 30px; 
	font-weight: 400; 
	font-size: 16px; 
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
}
.content-wrap .t1 { 
	font-weight: 800; 
	line-height: 1.3; 
	margin: 0;
	font-size: 20px;
}
.content-wrap .t2 { 
	font-weight: 400;
	font-size: 20px; 
	line-height: 1.3; 
	margin: 0 0 35px;
}
.content-wrap .t3 { 
	font-weight: 400;
	font-size: 16px; 
	line-height: 1.3; 
	margin: 0 0 15px;
}
.inf-bx {
	position: relative;
	background: #004DBF;
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	border-radius: 12px;
	color: #fff;
	overflow: hidden;
	font-size: 14px;
}
.inf-bx b {
	color: #fff;
	font-weight: 700;
}
.inf-bx .img {
	width: 70px;
	min-width: 70px;
	overflow: hidden;
}
.inf-bx img {
	display: block;
}
.btn {
	background: linear-gradient(91.87deg, #4998FF 0.37%, #1D78FF 98.16%);
	height: 40px;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	gap: 10px; 
	font-weight: 700; 
	font-size: 14px; 
	color: #fff;
	text-decoration: none;
	border-radius: 30px;
	margin-top: 200px;
	margin-bottom: 10px;
	position: relative;
}
.btn img {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translate(0, -50%);
}
.btn2 {
	margin-top: 0;
	margin-bottom: 0;
	background: linear-gradient(91.87deg, #0667F5 0.37%, #7300FF 98.16%);
}
.white-bx {
	color: #1C2548;
	padding: 20px;
	margin: -19px; 
	border-radius: 25px;
	background: #fff url(../img/img1.png) 50% 100% / 100% no-repeat;
}
.ico-bx {
	display: flex; 
	gap: 7px;
	font-size: 12px;
	margin-bottom: 10px;
}
.white-bx .s1 {
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 15px;
}
.white-bx .s1 b {
	color: #0667F5;
}
.ico-bx b {
	color: #0667F5;
}
.ico-bx .t {
	padding-top: 4px;
}