
/* CTA Button */
.cta-link-button{
	display: flex;
	height: 46px;
	padding: 14px 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 34px;
	background: linear-gradient(180deg, #F83234 0%, #B4231D 100%);
	color: #FFF !important;
	text-align: center;
	font-family: "Lexend Deca",Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px; /* 112.5% */
  text-decoration:none;
  transition:ease all 0.3s;
  box-sizing: border-box;
}
a.cta-link-button[data-mce-selected="inline-boundary"] {
    background: indianred;
}
.cta-link-button:hover{box-shadow:0 2px 5px 0px rgba(0,0,0,0.6)}
/* Key takeaways */
.heading-article-points{
  display: flex;
  padding: 16px 24px 40px 24px;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  border-radius: 16px 16px 0px 0px;
  background: linear-gradient(90deg, #002F5D 0%, #0D59A4 100%);
  color: #FFF;
  font-family: "Lexend",Verdana,Arial,Helvetica,sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  max-width:100%;
  img{width: 30px;height: 30px;margin:0 !important}
}

.content-article-points{
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 16px;
  border: 1px solid #E6EAEF;
  background: #F6F9FF;
  margin-top:-25px;
  max-width:100%;
  margin-bottom:30px;
	.point-text{
		color: #2B5279;
		font-family: "Lexend",Verdana,Arial,Helvetica,sans-serif;
		font-size: 18px;
		font-style: normal;
		font-weight: 500;
		line-height: 28px; /* 155.556% */
		margin-bottom:0px !important
	}
	ul{
		margin-top:0px!important;
		margin-bottom:0px !important;
		li{
		color: #6B86A1;
		font-family: "Lexend",Verdana,Arial,Helvetica,sans-serif;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 28px; /* 155.556% */
		margin-bottom:0px !important;
		a{color:#1798EE;text-decoration:underline}
	  }
	} 
}

/* main table comparison */
.main-article .main-table {
	th{
		padding: 10px; color: white; border: 1px solid #dddddd; text-align: center;background-color: #002141;
	}
	td{
		padding: 10px; border: 1px solid #ddd;
	}
}