.is-style-ingres {
	font-size: 1.3rem;
	line-height: 1.4;
}

.is-style-btn-gradient a {
	background: rgb(0,0,157);
  	background: linear-gradient(90deg, rgba(0,0,157,1) 0%, rgba(0,94,203,1) 50%, rgba(0,255,255,1) 100%);
}

.is-style-btn-blue a {
	background: #000053;
	color: white;
}