.borderb{
	border-bottom: 1px solid rgb(134, 148, 169, 0.24);
}

.btn{
	width: 100%;
	height: 48px;
	text-align: center;
	background: #DCEDFF;
	background: linear-gradient(92.06deg, #DCEDFF 0.28%, #EDF1FA 50%, #FEEBEB 99.72%);
	border-radius: 6px;
}

.mb2{
	margin-bottom: 2px;
}

.mb4{
	margin-bottom: 4px;
}

.mb16{
	margin-bottom: 16px;
}

/* fonts */
h1, .h1{
	font-family: 'Lato Bold';
	font-size: 32px;
	line-height: 38px;
	margin: 32px 0 12px;
}

h2, .h2{
	font-family: 'Lato Bold';
	font-size: 24px;
	line-height: 29px;
}

.large-text{
	font-family: Lato;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
}

.middle-text{
	font-family: Lato;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
}

.small-text{
	font-family: Lato;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
}